@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 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; }

.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; }

.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 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); }
  .about-inner { grid-template-columns: 280px 1fr; gap: 58px; }
}

@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); }
}

@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%; }
  .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 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; }
  .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; }
}

@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; }
}
