@font-face {
  font-family: "Archivo Black";
  src: url("/assets/sapphirus-home/fonts/archivo-black-latin.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Fjalla One";
  src: url("/assets/sapphirus-home/fonts/fjalla-one-latin.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/assets/sapphirus-home/fonts/montserrat-latin.woff2") format("woff2");
  font-display: swap;
}

:root {
  --navy: #101d40;
  --navy-deep: #09132d;
  --gold: #c9a227;
  --gold-bright: #e0bd4d;
  --teal: #0e7378;
  --ink: #1e2933;
  --muted: #5d6872;
  --line: #d9dfe3;
  --mist: #f4f6f7;
  --white: #ffffff;
  --max: 1180px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--navy-deep);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body,
button,
a { -webkit-tap-highlight-color: transparent; }

img { display: block; max-width: 100%; }

a { color: inherit; }

button,
summary { font: inherit; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 3000;
  padding: 10px 14px;
  color: var(--navy);
  background: var(--white);
  border: 2px solid var(--gold);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1200;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  transition: transform 220ms ease;
  will-change: transform;
}

.site-nav {
  width: min(100% - 56px, 1450px);
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  max-width: 500px;
  color: var(--navy-deep);
  font-family: "Archivo Black", sans-serif;
  font-size: 20px;
  line-height: 1.1;
  text-decoration: none;
}

.nav-actions,
.nav-links {
  display: flex;
  align-items: center;
}

.nav-actions { gap: 30px; }
.nav-links { gap: 30px; }

.nav-links a,
.language-trigger {
  position: relative;
  padding: 12px 0 10px;
  color: var(--navy-deep);
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  font-family: "Fjalla One", sans-serif;
  font-size: 17px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"],
.language-trigger:hover,
.language-trigger:focus-visible,
.language-picker.open .language-trigger {
  color: var(--teal);
  border-bottom-color: var(--gold);
  outline: 0;
}

.language-picker { position: relative; }

.language-drawer {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 220px;
  padding: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 18px 45px rgba(9, 19, 45, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.language-picker.open .language-drawer {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.language-option {
  display: block;
  padding: 13px 14px;
  color: var(--navy-deep);
  border-left: 3px solid transparent;
  font-weight: 700;
  text-decoration: none;
}

.language-option:hover,
.language-option:focus-visible,
.language-option[aria-current="true"] {
  background: var(--mist);
  border-left-color: var(--gold);
  outline: 0;
}

.hero {
  position: relative;
  min-height: min(680px, calc(100svh - 118px));
  overflow: hidden;
  color: var(--white);
  background: var(--navy-deep);
}

.hero-media,
.hero-media img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img { object-fit: cover; object-position: center; }

.hero-shade {
  background: rgba(9, 19, 45, 0.58);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 56px, var(--max));
  min-height: inherit;
  margin: 0 auto;
  padding: 84px 0 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-bright);
  font-family: "Fjalla One", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow.dark { color: var(--teal); }
.eyebrow.gold { color: var(--gold-bright); }

h1,
h2,
h3,
p { margin-top: 0; }

h1,
h2 {
  font-family: "Archivo Black", sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: 56px;
  line-height: 1.06;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 20px;
  font-size: 39px;
  line-height: 1.12;
  text-transform: uppercase;
}

h3 {
  font-family: "Fjalla One", sans-serif;
  font-size: 25px;
  line-height: 1.2;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.65;
}

.hero-actions,
.closing-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  min-height: 52px;
  padding: 14px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-family: "Fjalla One", sans-serif;
  font-size: 17px;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: 0;
}

.button-primary {
  color: var(--navy-deep);
  background: var(--gold-bright);
  border-color: var(--gold-bright);
}

.button-primary:hover,
.button-primary:focus-visible { background: var(--white); border-color: var(--white); }

.button-secondary {
  color: var(--white);
  background: rgba(9, 19, 45, 0.45);
  border-color: rgba(255, 255, 255, 0.8);
}

.button-secondary:hover,
.button-secondary:focus-visible { color: var(--navy-deep); background: var(--white); }

.button-outline {
  color: var(--navy);
  background: transparent;
  border-color: var(--navy);
}

.button-outline:hover,
.button-outline:focus-visible { color: var(--white); background: var(--navy); }

.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.confirmation-note {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.trust-band {
  color: var(--navy-deep);
  background: var(--gold-bright);
}

.trust-grid {
  width: min(100% - 56px, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid p {
  min-height: 72px;
  margin: 0;
  padding: 20px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(9, 19, 45, 0.22);
  font-family: "Fjalla One", sans-serif;
  font-size: 16px;
  text-align: center;
}

.trust-grid p:first-child { border-left: 1px solid rgba(9, 19, 45, 0.22); }

.section {
  width: min(100% - 56px, var(--max));
  margin: 0 auto;
  padding: 104px 0;
}

.section-heading { max-width: 780px; }
.section-heading > p:last-child { max-width: 680px; color: var(--muted); }
.section-heading.light { color: var(--white); }
.section-heading.light > p:last-child { color: rgba(255,255,255,.72); }

.audience-grid {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.audience-item {
  min-width: 0;
  padding: 38px 34px 36px;
  border-right: 1px solid var(--line);
}

.audience-item:first-child { border-left: 1px solid var(--line); }

.audience-item > svg {
  width: 36px;
  height: 36px;
  margin-bottom: 28px;
  fill: none;
  stroke: var(--teal);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.audience-item h3 { margin-bottom: 14px; color: var(--navy); }
.audience-item p { color: var(--muted); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal);
  font-family: "Fjalla One", sans-serif;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.text-link:hover,
.text-link:focus-visible { color: var(--navy); outline: 0; }

.service-band {
  padding: 100px max(28px, calc((100% - var(--max)) / 2));
  color: var(--white);
  background: var(--navy);
}

.service-grid {
  margin: 52px 0 42px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.24);
  border-bottom: 1px solid rgba(255,255,255,.24);
}

.service-grid article {
  padding: 30px 28px 34px;
  border-right: 1px solid rgba(255,255,255,.24);
}

.service-grid article:first-child { border-left: 1px solid rgba(255,255,255,.24); }
.service-grid span { color: var(--gold-bright); font-family: "Fjalla One", sans-serif; }
.service-grid h3 { margin: 22px 0 13px; }
.service-grid p { margin-bottom: 0; color: rgba(255,255,255,.72); font-size: 14px; }

.service-grid.six-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.six-service-grid article { padding: 0; }
.six-service-grid article:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.24); }
.six-service-grid article:nth-child(4) { border-left: 1px solid rgba(255,255,255,.24); }
.service-card-link {
  display: block;
  min-height: 100%;
  padding: 30px 28px 34px;
  color: inherit;
  text-decoration: none;
}
.service-card-link:hover h3,
.service-card-link:focus-visible h3 { color: var(--gold-bright); }
.service-card-link:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: -4px; }

.button-gold {
  color: var(--navy-deep);
  background: var(--gold-bright);
  border-color: var(--gold-bright);
}

.button-gold:hover,
.button-gold:focus-visible { background: var(--white); border-color: var(--white); }

.work-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
}

.work-grid figure { margin: 0; }
.work-feature { grid-row: span 2; }

.work-grid img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 4px;
}

.work-feature img { height: 100%; min-height: 664px; }

.work-grid figcaption {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--navy);
  font-family: "Fjalla One", sans-serif;
}

.work-grid figcaption span { color: var(--muted); font-family: "Montserrat", sans-serif; font-size: 12px; }

.about-band {
  color: var(--white);
  background: var(--navy-deep);
}

.about-inner {
  width: min(100% - 56px, var(--max));
  margin: 0 auto;
  padding: 96px 0;
  display: grid;
  grid-template-columns: 340px 1fr;
  align-items: center;
  gap: 90px;
}

.about-logo {
  padding: 32px;
  border: 1px solid rgba(201, 162, 39, 0.45);
}

.about-logo img { width: 100%; height: auto; }
.about-copy { max-width: 680px; }
.about-copy p { color: rgba(255,255,255,.76); }
.light-link { color: var(--gold-bright); }
.light-link:hover, .light-link:focus-visible { color: var(--white); }

.reviews-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}

.rating {
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  gap: 0 12px;
  color: var(--navy);
}

.rating strong { font-family: "Archivo Black", sans-serif; font-size: 44px; line-height: 1; }
.rating span { color: var(--gold); letter-spacing: 3px; }
.rating small { grid-column: 2; color: var(--muted); }

.review-grid {
  margin: 50px 0 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.review-card {
  margin: 0;
  min-height: 220px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--mist);
  border-top: 4px solid var(--gold);
  border-radius: 4px;
}

.review-card p { color: var(--navy); font-size: 18px; }
.review-card footer { font-family: "Fjalla One", sans-serif; }
.review-card footer span { display: block; color: var(--muted); font-family: "Montserrat", sans-serif; font-size: 12px; }

.faq-band { background: var(--mist); }

.faq-inner {
  width: min(100% - 56px, var(--max));
  margin: 0 auto;
  padding: 96px 0;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}

.faq-list { border-top: 1px solid #bcc6cc; }

.faq-list details { border-bottom: 1px solid #bcc6cc; }

.faq-list summary {
  position: relative;
  padding: 22px 42px 22px 0;
  color: var(--navy);
  font-family: "Fjalla One", sans-serif;
  font-size: 20px;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 2px; color: var(--teal); font-size: 28px; font-family: "Montserrat", sans-serif; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 42px 22px 0; color: var(--muted); }

.closing-cta {
  color: var(--white);
  background: var(--teal);
}

.closing-inner {
  width: min(100% - 56px, var(--max));
  margin: 0 auto;
  padding: 82px 0;
}

.closing-inner h2 { max-width: 760px; }
.closing-inner > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.8); }
.closing-actions { margin-top: 30px; }

.site-footer {
  color: rgba(255,255,255,.82);
  background: var(--navy-deep);
}

.footer-main {
  width: min(100% - 56px, var(--max));
  margin: 0 auto;
  padding: 68px 0 54px;
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 50px;
}

.footer-brand img { width: 150px; height: auto; margin-bottom: 18px; }
.footer-brand p { color: var(--gold-bright); font-family: "Archivo Black", sans-serif; font-size: 15px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-column h2 { margin-bottom: 10px; color: var(--white); font-family: "Fjalla One", sans-serif; font-size: 18px; }
.footer-column a { color: rgba(255,255,255,.72); text-decoration: none; }
.footer-column a:hover, .footer-column a:focus-visible { color: var(--gold-bright); outline: 0; }

.footer-bottom {
  width: min(100% - 56px, var(--max));
  margin: 0 auto;
  padding: 20px 0 28px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.48);
  font-size: 12px;
}

.footer-bottom p { margin: 0; }

.policy-hero {
  color: var(--white);
  background: var(--navy);
}

.policy-hero-inner {
  width: min(100% - 56px, 900px);
  margin: 0 auto;
  padding: 76px 0 70px;
}

.policy-hero h1 {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: 46px;
}

.policy-hero p:last-child {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.policy-content {
  width: min(100% - 56px, 900px);
  margin: 0 auto;
  padding: 78px 0 96px;
}

.policy-updated {
  margin-bottom: 46px;
  color: var(--muted);
  font-size: 14px;
}

.policy-section {
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.policy-section:last-child { border-bottom: 1px solid var(--line); }

.policy-section h2 {
  margin-bottom: 16px;
  color: var(--navy);
  font-family: "Fjalla One", sans-serif;
  font-size: 27px;
  text-transform: none;
}

.policy-section h3 {
  margin: 24px 0 10px;
  color: var(--navy);
  font-size: 20px;
}

.policy-section p,
.policy-section li { color: var(--muted); }

.policy-section ul,
.policy-section ol { padding-left: 22px; }

.policy-section a {
  color: var(--teal);
  text-underline-offset: 3px;
}

.policy-note {
  margin-top: 42px;
  padding: 22px 24px;
  color: var(--navy);
  background: var(--mist);
  border-left: 4px solid var(--gold);
}

.service-hero {
  position: relative;
  min-height: min(650px, calc(100svh - 112px));
  overflow: hidden;
  color: var(--white);
  background: var(--navy-deep);
}

.service-hero-media,
.service-hero-media img,
.service-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.service-hero-media img {
  object-fit: cover;
  object-position: center 58%;
}

.service-hero-shade {
  background: linear-gradient(90deg, rgba(9, 19, 45, 0.9) 0%, rgba(9, 19, 45, 0.68) 46%, rgba(9, 19, 45, 0.2) 100%);
}

.service-hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 56px, var(--max));
  min-height: inherit;
  margin: 0 auto;
  padding: 80px 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.service-hero-content h1 { max-width: 820px; }
.service-hero-content > p:not(.eyebrow, .confirmation-note) {
  max-width: 690px;
  margin-bottom: 30px;
  font-size: 18px;
}

.service-intro,
.pricing-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 90px;
  align-items: start;
}

.service-intro-copy,
.pricing-copy { padding-top: 31px; }

.service-intro-copy > p,
.pricing-copy > p { color: var(--muted); }

.check-list {
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.check-list li {
  position: relative;
  padding: 15px 8px 15px 34px;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-family: "Fjalla One", sans-serif;
  font-size: 18px;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 5px;
  width: 9px;
  height: 9px;
  background: var(--gold);
}

.commercial-scope-band {
  color: var(--white);
  background: var(--navy);
}

.commercial-scope-inner,
.service-process-inner {
  width: min(100% - 56px, var(--max));
  margin: 0 auto;
  padding: 98px 0;
}

.scope-grid,
.process-grid {
  margin: 52px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.scope-grid article {
  min-width: 0;
  padding: 31px 25px 35px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.scope-grid article:first-child { border-left: 1px solid rgba(255, 255, 255, 0.24); }
.scope-grid span,
.process-grid > li > span { color: var(--gold-bright); font-family: "Fjalla One", sans-serif; }
.scope-grid h3,
.process-grid h3 { margin: 21px 0 12px; }
.scope-grid p { margin: 0; color: rgba(255, 255, 255, 0.72); font-size: 14px; }

.case-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.case-grid figure { margin: 0; min-width: 0; }
.case-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
}

.case-grid figcaption {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.case-grid figcaption strong {
  color: var(--navy);
  font-family: "Fjalla One", sans-serif;
  font-size: 22px;
}

.case-grid figcaption span { color: var(--muted); font-size: 13px; }

.service-process-band { background: var(--mist); }
.process-grid { border-color: #bcc6cc; }
.process-grid > li {
  min-width: 0;
  padding: 30px 25px 34px;
  border-right: 1px solid #bcc6cc;
}

.process-grid > li:first-child { border-left: 1px solid #bcc6cc; }
.process-grid > li > span { color: var(--teal); }
.process-grid h3 { color: var(--navy); font-size: 22px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.mobile-contact-bar { display: none; }

.zh-home,
.zh-home h1,
.zh-home h2,
.zh-home h3,
.zh-home .eyebrow,
.zh-home .button,
.zh-home .text-link,
.zh-home .trust-grid,
.zh-home .service-grid,
.zh-home .rating,
.zh-home .faq-list summary,
.zh-home .footer-column h2,
.zh-home .mobile-contact-bar {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
}

.zh-home .brand { font-family: "Archivo Black", Arial, sans-serif; }
.zh-home h1,
.zh-home h2,
.zh-home h3 { font-weight: 800; line-height: 1.2; }
.zh-home .eyebrow,
.zh-home .button,
.zh-home .text-link,
.zh-home .trust-grid,
.zh-home .service-grid,
.zh-home .faq-list summary,
.zh-home .footer-column h2,
.zh-home .mobile-contact-bar { font-weight: 700; }

.service-grid.zh-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.zh-service-grid article:nth-child(n+4) { border-top: 1px solid rgba(255, 255, 255, 0.24); }
.zh-service-grid article:nth-child(4) { border-left: 1px solid rgba(255, 255, 255, 0.24); }

.contact-hero {
  color: var(--white);
  background: var(--navy-deep);
}

.contact-hero-inner {
  width: min(100% - 56px, var(--max));
  min-height: min(580px, calc(100svh - 112px));
  margin: 0 auto;
  padding: 76px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 76px;
  align-items: center;
}

.contact-hero-copy h1 { max-width: 820px; }
.contact-hero-copy > p:not(.eyebrow, .confirmation-note) {
  max-width: 700px;
  font-size: 18px;
}

.contact-hero-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.contact-hero-logo {
  min-height: 330px;
  padding-left: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.contact-hero-logo img {
  width: min(100%, 290px);
  height: auto;
}

.contact-section-inner,
.contact-details-inner {
  width: min(100% - 56px, var(--max));
  margin: 0 auto;
  padding: 96px 0;
}

.contact-channel-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-channel {
  min-width: 0;
  padding: 30px 24px 34px;
  border-right: 1px solid var(--line);
}

.contact-channel:first-child { border-left: 1px solid var(--line); }
.contact-channel > span { color: var(--teal); font-family: "Fjalla One", sans-serif; }
.contact-channel h3 { margin: 20px 0 12px; color: var(--navy); font-size: 24px; }
.contact-channel p { min-height: 88px; color: var(--muted); font-size: 14px; }
.contact-channel a { color: var(--teal); font-family: "Fjalla One", sans-serif; text-underline-offset: 4px; overflow-wrap: anywhere; }

.contact-details-band { color: var(--white); background: var(--navy); }
.contact-detail-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.contact-detail-grid > div {
  min-width: 0;
  padding: 30px 24px 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.contact-detail-grid > div:first-child { border-left: 1px solid rgba(255, 255, 255, 0.24); }
.contact-detail-grid h3 { margin-bottom: 12px; font-size: 22px; }
.contact-detail-grid p { margin: 0; color: rgba(255, 255, 255, 0.72); font-size: 14px; }

.contact-path-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-path-grid article { min-width: 0; padding: 40px; border-right: 1px solid var(--line); }
.contact-path-grid article:first-child { border-left: 1px solid var(--line); }
.contact-path-grid h3 { color: var(--navy); font-size: 25px; }
.contact-path-grid p { min-height: 104px; color: var(--muted); }

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.reveal.revealed { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  h1 { font-size: 48px; }
  h2 { font-size: 34px; }
  .brand { max-width: 350px; font-size: 17px; }
  .audience-item { padding-left: 24px; padding-right: 24px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid.six-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid.zh-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid article:nth-child(2) { border-right: 1px solid rgba(255,255,255,.24); }
  .service-grid article:nth-child(3) { border-left: 1px solid rgba(255,255,255,.24); border-top: 1px solid rgba(255,255,255,.24); }
  .service-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.24); }
  .zh-service-grid article:nth-child(4) { border-left: 0; }
  .zh-service-grid article:nth-child(odd) { border-left: 1px solid rgba(255, 255, 255, 0.24); }
  .zh-service-grid article:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, 0.24); }
  .six-service-grid article:nth-child(4) { border-left: 0; }
  .six-service-grid article:nth-child(odd) { border-left: 1px solid rgba(255, 255, 255, 0.24); }
  .six-service-grid article:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, 0.24); }
  .about-inner { grid-template-columns: 280px 1fr; gap: 58px; }
  .service-intro,
  .pricing-section { gap: 56px; }
  .scope-grid,
  .process-grid,
  .contact-channel-grid,
  .contact-detail-grid { grid-template-columns: repeat(2, 1fr); }
  .scope-grid article:nth-child(3),
  .scope-grid article:nth-child(4),
  .process-grid > li:nth-child(3),
  .process-grid > li:nth-child(4),
  .contact-channel:nth-child(3),
  .contact-channel:nth-child(4),
  .contact-detail-grid > div:nth-child(3),
  .contact-detail-grid > div:nth-child(4) { border-top: 1px solid; }
  .scope-grid article:nth-child(3) { border-left: 1px solid rgba(255, 255, 255, 0.24); }
  .scope-grid article:nth-child(3),
  .scope-grid article:nth-child(4) { border-top-color: rgba(255, 255, 255, 0.24); }
  .process-grid > li:nth-child(3) { border-left: 1px solid #bcc6cc; }
  .process-grid > li:nth-child(3),
  .process-grid > li:nth-child(4) { border-top-color: #bcc6cc; }
  .contact-channel:nth-child(3),
  .contact-channel:nth-child(4) { border-top-color: var(--line); }
  .contact-channel:nth-child(3) { border-left: 1px solid var(--line); }
  .contact-detail-grid > div:nth-child(3),
  .contact-detail-grid > div:nth-child(4) { border-top-color: rgba(255, 255, 255, 0.24); }
  .contact-detail-grid > div:nth-child(3) { border-left: 1px solid rgba(255, 255, 255, 0.24); }
}

@media (max-width: 860px) {
  .site-header.header-hidden { transform: translateY(-100%); }

  .site-nav {
    width: 100%;
    min-height: 112px;
    padding: 14px 20px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .brand { max-width: 100%; font-size: 17px; }
  .nav-actions { width: 100%; justify-content: space-between; gap: 18px; }
  .nav-links { gap: 20px; }
  .nav-links a, .language-trigger { font-size: 15px; }
  .language-drawer { width: min(250px, calc(100vw - 40px)); }

  .hero { min-height: calc(100svh - 150px); }
  .hero-media img { object-position: center 35%; }
  .hero-shade { background: rgba(9, 19, 45, 0.62); }
  .hero-content { width: calc(100% - 40px); padding: 260px 0 42px; justify-content: flex-end; }
  h1 { font-size: 38px; }
  h2 { font-size: 31px; }
  .hero-copy { font-size: 16px; }

  .trust-grid { width: calc(100% - 40px); grid-template-columns: repeat(2, 1fr); }
  .trust-grid p { border-bottom: 1px solid rgba(9,19,45,.22); }
  .trust-grid p:nth-child(odd) { border-left: 1px solid rgba(9,19,45,.22); }

  .section { width: calc(100% - 40px); padding: 78px 0; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-item, .audience-item:first-child { border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .audience-item:last-child { border-bottom: 0; }
  .service-band { padding: 78px 20px; }
  .work-grid { grid-template-columns: 1fr; }
  .work-feature { grid-row: auto; }
  .work-feature img, .work-grid img { min-height: 0; height: auto; aspect-ratio: 4 / 3; }
  .about-inner { width: calc(100% - 40px); padding: 78px 0; grid-template-columns: 1fr; gap: 46px; }
  .about-logo { max-width: 330px; }
  .reviews-heading { align-items: flex-start; flex-direction: column; }
  .review-grid { grid-template-columns: 1fr; }
  .faq-inner { width: calc(100% - 40px); padding: 78px 0; grid-template-columns: 1fr; gap: 36px; }
  .closing-inner { width: calc(100% - 40px); padding: 70px 0; }
  .footer-main { width: calc(100% - 40px); grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { width: calc(100% - 40px); }
  .policy-hero-inner,
  .policy-content { width: calc(100% - 40px); }
  .policy-hero-inner { padding: 58px 0 54px; }
  .policy-content { padding: 62px 0 78px; }
  .policy-hero h1 { font-size: 37px; }
  .service-page { padding-bottom: 60px; }
  .service-hero { min-height: calc(100svh - 142px); }
  .service-hero-media img { object-position: 52% center; }
  .service-hero-shade { background: linear-gradient(0deg, rgba(9, 19, 45, 0.92) 0%, rgba(9, 19, 45, 0.6) 58%, rgba(9, 19, 45, 0.22) 100%); }
  .service-hero-content {
    width: calc(100% - 40px);
    padding: 215px 0 42px;
    justify-content: flex-end;
  }
  .service-hero-content > p:not(.eyebrow, .confirmation-note) { font-size: 16px; }
  .contact-hero-inner {
    width: calc(100% - 40px);
    min-height: calc(100svh - 142px);
    padding: 64px 0;
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .contact-hero-logo {
    min-height: 0;
    padding: 0;
    order: -1;
    justify-content: flex-start;
    border-left: 0;
  }
  .contact-hero-logo img { width: 130px; }
  .contact-hero-copy > p:not(.eyebrow, .confirmation-note) { font-size: 16px; }
  .contact-section-inner,
  .contact-details-inner { width: calc(100% - 40px); padding: 78px 0; }
  .contact-path-grid { grid-template-columns: 1fr; }
  .contact-path-grid article,
  .contact-path-grid article:first-child { border: 0; border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .contact-path-grid article:first-child { border-top: 1px solid var(--line); }
  .contact-path-grid p { min-height: 0; }
  .service-intro,
  .pricing-section { grid-template-columns: 1fr; gap: 12px; }
  .service-intro-copy,
  .pricing-copy { padding-top: 0; }
  .commercial-scope-inner,
  .service-process-inner { width: calc(100% - 40px); padding: 78px 0; }
  .case-grid { grid-template-columns: 1fr; }
  .mobile-contact-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1150;
    min-height: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: var(--white);
    background: var(--navy-deep);
    border-top: 2px solid var(--gold);
    box-shadow: 0 -8px 24px rgba(9, 19, 45, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }
  .mobile-contact-bar.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .mobile-contact-bar a {
    min-width: 0;
    padding: 13px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    font-family: "Fjalla One", sans-serif;
    font-size: 15px;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
  }
  .mobile-contact-bar a:last-child {
    color: var(--navy-deep);
    background: var(--gold-bright);
    border-right: 0;
  }
}

@media (max-width: 560px) {
  .hero { min-height: calc(100svh - 136px); }
  .hero-content { padding: 165px 0 28px; }
  h1 { font-size: 32px; }
  h2 { font-size: 28px; }
  .hero h1 { margin-bottom: 16px; }
  .hero-copy { margin-bottom: 22px; line-height: 1.5; }
  .hero-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .home-page .hero-content { padding: 96px 0 18px; }
  .home-page .hero h1 { font-size: 27px; line-height: 1.12; }
  .home-page .hero-copy { margin-bottom: 17px; font-size: 15px; line-height: 1.42; }
  .home-page .hero-actions { gap: 9px; }
  .home-page .hero-actions .button { min-height: 45px; padding: 10px 14px; }
  .home-page .confirmation-note { margin-top: 9px; font-size: 12px; }
  .confirmation-note { margin-top: 12px; }
  .trust-grid { width: 100%; }
  .trust-grid p { min-height: 62px; padding: 15px 10px; font-size: 14px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid.zh-service-grid { grid-template-columns: 1fr; }
  .service-grid.six-service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article:nth-child(3) { border-left: 1px solid rgba(255,255,255,.24); border-right: 1px solid rgba(255,255,255,.24); border-top: 1px solid rgba(255,255,255,.24); }
  .service-grid article:first-child { border-top: 0; }
  .zh-service-grid article,
  .zh-service-grid article:nth-child(4),
  .zh-service-grid article:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.24); border-right: 1px solid rgba(255,255,255,.24); border-top: 1px solid rgba(255,255,255,.24); }
  .zh-service-grid article:first-child { border-top: 0; }
  .six-service-grid article,
  .six-service-grid article:nth-child(4),
  .six-service-grid article:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.24); border-right: 1px solid rgba(255,255,255,.24); border-top: 1px solid rgba(255,255,255,.24); }
  .six-service-grid article:first-child { border-top: 0; }
  .work-grid figcaption { align-items: flex-start; flex-direction: column; gap: 2px; }
  .about-logo { padding: 24px; }
  .rating { align-self: stretch; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .policy-hero h1 { font-size: 31px; }
  .policy-section { padding: 28px 0; }
  .service-hero-content { padding: 150px 0 28px; }
  .service-hero-content h1 { font-size: 30px; }
  .contact-hero-inner { padding: 36px 0 42px; gap: 26px; }
  .contact-hero-copy h1 { font-size: 30px; }
  .contact-hero-actions { align-items: stretch; flex-direction: column; }
  .contact-hero-actions .button { width: 100%; }
  .contact-channel-grid,
  .contact-detail-grid { grid-template-columns: 1fr; }
  .contact-channel,
  .contact-channel:nth-child(3),
  .contact-detail-grid > div,
  .contact-detail-grid > div:nth-child(3) { border-left: 1px solid; border-right: 1px solid; border-top: 1px solid; }
  .contact-channel,
  .contact-channel:nth-child(3) { border-color: var(--line); }
  .contact-detail-grid > div,
  .contact-detail-grid > div:nth-child(3) { border-color: rgba(255, 255, 255, 0.24); }
  .contact-channel:first-child,
  .contact-detail-grid > div:first-child { border-top: 0; }
  .contact-channel p { min-height: 0; }
  .scope-grid,
  .process-grid { grid-template-columns: 1fr; }
  .scope-grid article,
  .scope-grid article:nth-child(3),
  .process-grid > li,
  .process-grid > li:nth-child(3) {
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
  }
  .scope-grid article,
  .scope-grid article:nth-child(3) { border-color: rgba(255, 255, 255, 0.24); }
  .process-grid > li,
  .process-grid > li:nth-child(3) { border-color: #bcc6cc; }
  .scope-grid article:first-child,
  .process-grid > li:first-child { border-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
