:root {
  --blue: #0099cc;
  --blue-dark: #006e93;
  --gold: #ffcc33;
  --ink: #10171b;
  --ink-soft: #192328;
  --paper: #f4f6f7;
  --white: #ffffff;
  --text: #263238;
  --muted: #68777e;
  --line: #dce2e4;
  --radius: 3px;
  --shadow: 0 24px 70px rgba(16, 23, 27, .12);
  --container: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link {
  position: fixed; top: 8px; left: 8px; z-index: 100;
  padding: 10px 16px; background: var(--gold); color: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 20;
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.header-inner {
  height: 88px; display: flex; align-items: center; gap: 42px;
}
.brand { margin-right: auto; }
.brand img { width: 176px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a {
  color: rgba(255,255,255,.78); text-decoration: none; font-size: .88rem;
  font-weight: 700; letter-spacing: .02em;
}
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--gold); }

.button {
  display: inline-flex; justify-content: center; align-items: center; gap: 28px;
  min-height: 54px; padding: 0 25px; border: 0; border-radius: var(--radius);
  font-weight: 800; font-size: .9rem; text-decoration: none; cursor: pointer;
  transition: transform .2s, background-color .2s, color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); }
.button-primary:hover { background: var(--blue-dark); }
.button-gold { color: var(--ink); background: var(--gold); }
.button-small { min-height: 44px; padding-inline: 20px; font-size: .82rem; }

.hero {
  position: relative; overflow: hidden; min-height: 820px;
  padding-top: 88px; color: var(--white); background: var(--ink);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 68% 34%, rgba(0,153,204,.18), transparent 37%),
              linear-gradient(120deg, transparent 0 56%, rgba(255,255,255,.025) 56% 57%, transparent 57%);
}
.hero-grid {
  position: relative; display: grid; grid-template-columns: 1.06fr .94fr;
  column-gap: 64px; align-items: end; min-height: 670px; padding-block: 62px 48px;
}
.hero-copy { min-width: 0; max-width: 660px; }
.eyebrow {
  display: flex; align-items: center; gap: 12px; margin: 0 0 22px;
  color: var(--gold); text-transform: uppercase; letter-spacing: .17em;
  font-size: .72rem; font-weight: 900;
}
.eyebrow > span { width: 32px; height: 2px; background: currentColor; }
.eyebrow-dark { color: var(--blue-dark); }
h1, h2, h3 { margin-top: 0; line-height: 1.07; color: inherit; }
h1, h2 { letter-spacing: -.045em; }
h1 { margin-bottom: 27px; font-size: clamp(3.6rem, 6.2vw, 6.4rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.6rem, 4.5vw, 4.4rem); }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-lead {
  max-width: 590px; margin: 0 0 34px; color: rgba(255,255,255,.68);
  font-size: 1.16rem; line-height: 1.72;
}
.hero-actions { display: flex; align-items: center; gap: 32px; }
.text-link {
  color: var(--white); font-weight: 800; text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.trust-list {
  display: grid; grid-template-columns: repeat(2, max-content); gap: 14px 32px;
  margin: 44px 0 0; padding: 25px 0 0;
  border-top: 1px solid rgba(255,255,255,.12); list-style: none;
  color: rgba(255,255,255,.68); font-size: .81rem; font-weight: 700;
}
.trust-list span { margin-right: 6px; color: var(--gold); }

.hero-visual {
  position: relative; justify-self: end; width: min(100%, 450px); aspect-ratio: 1196 / 1315;
  margin: 0; border: 1px solid rgba(255,255,255,.13); background: #151f24;
}
.hero-collage {
  align-self: center;
  height: fit-content;
  aspect-ratio: auto;
  overflow: visible;
}
.hero-collage > img {
  display: block; width: 100%; height: auto;
  filter: saturate(.92) contrast(1.03);
}
.hero-collage::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}
.hero-collage figcaption {
  position: absolute; right: 0; bottom: -46px; z-index: 2; margin: 0;
  padding: 5px 0; color: rgba(255,255,255,.52); background: transparent;
  font-size: .58rem; line-height: 1.25; letter-spacing: .04em;
}
.hero-collage figcaption .instagram-note {
  display: flex; align-items: center; justify-content: flex-end; gap: 4px;
  color: rgba(255,255,255,.52); text-align: right; white-space: nowrap;
}
.hero-collage figcaption a {
  display: inline-flex; align-items: center; gap: 4px; color: var(--gold);
  font: inherit; font-weight: 800; line-height: 1.25; text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.hero-collage figcaption svg {
  flex: none; width: 12px; height: 12px; fill: none; stroke: var(--gold);
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.visual-note {
  position: absolute; left: -28px; bottom: 28px; display: flex; gap: 14px; align-items: center;
  padding: 13px 18px; color: var(--ink); background: var(--gold); box-shadow: var(--shadow);
}
.visual-note span { font-size: 1.8rem; font-weight: 900; }
.visual-note p { margin: 0; font-size: .68rem; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.service-ticker {
  position: relative; overflow: hidden; padding: 15px 0;
  border-top: 1px solid rgba(255,204,51,.5);
  border-bottom: 1px solid rgba(255,204,51,.5);
  color: rgba(255,255,255,.72); background: #14242c;
  font-size: .74rem; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; white-space: nowrap;
}
.ticker-inner {
  display: flex; width: max-content; will-change: transform;
  animation: service-ticker 46s linear infinite;
}
.service-ticker:hover .ticker-inner { animation-play-state: paused; }
.ticker-group { flex: none; padding-right: 30px; }
.ticker-group span { margin: 0 30px; color: var(--gold); }
@keyframes service-ticker {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-16.6666667%, 0, 0); }
}

.section { padding: 110px 0; }
.section-light { background: var(--paper); }
.section-heading {
  display: grid; grid-template-columns: 1.45fr .55fr; gap: 80px; align-items: end;
  margin-bottom: 65px;
}
.section-heading h2 { margin-bottom: 0; color: var(--ink); }
.section-heading > p { margin: 0 0 10px; color: var(--muted); }
.service-heading, .process-heading {
  grid-template-columns: 1fr; gap: 12px; align-items: start;
}
.service-heading h2, .process-heading h2 { white-space: nowrap; }
.service-heading > p, .process-heading > p { max-width: 820px; margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card {
  position: relative; min-height: 425px; padding: 48px; overflow: hidden; background: var(--white); text-align: left;
}
.service-card::after {
  content: ""; position: absolute; right: -30px; bottom: -30px; width: 100px; height: 100px;
  border: 18px solid var(--paper); border-radius: 50%;
}
.service-number {
  position: absolute; top: 29px; right: 34px; color: #d3dade;
  font-size: .72rem; font-weight: 900; letter-spacing: .1em;
}
.service-icon {
  display: block; width: 56px; height: 56px; margin-top: 34px; fill: none; stroke: var(--blue);
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
.service-card h3 { margin-bottom: 16px; color: var(--ink); font-size: 1.55rem; }
.service-card > p { max-width: 440px; margin-bottom: 20px; color: var(--muted); }
.service-card ul { margin: 0; padding: 0; list-style: none; font-size: .87rem; font-weight: 700; }
.service-card li { display: grid; grid-template-columns: 24px minmax(0, 1fr); margin: 8px 0; text-align: left; }
.service-card li::before { content: "—"; color: var(--gold); }
.more-services {
  display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center;
  padding: 28px 35px; color: var(--muted); background: var(--ink);
}
.more-services p { margin: 0; color: var(--white); font-weight: 900; }
.more-services span { font-size: .9rem; }
.text-link-dark { color: var(--gold); }
.service-contact {
  display: flex; align-items: center; justify-content: flex-end; gap: 32px;
  padding: 18px 35px; border: 1px solid var(--line); border-top: 0;
  background: var(--white); font-size: .88rem;
}
.service-contact span { margin-right: auto; color: var(--muted); font-weight: 800; }
.service-contact a {
  color: var(--ink); font-weight: 900; text-decoration-color: var(--gold);
  text-decoration-thickness: 2px; text-underline-offset: 5px;
}

.section-dark { color: var(--white); background: var(--ink); }
.master-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: center; }
.master-visual {
  position: relative; justify-self: end; width: min(360px, 100%); min-height: 500px;
}
.portrait-photo {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  object-position: center 45%; border: 1px solid rgba(255,255,255,.12);
}
.master-badge {
  position: absolute; left: -38px; bottom: 30px; z-index: 2; width: 275px;
  padding: 20px 22px; color: var(--ink); background: var(--gold); box-shadow: var(--shadow);
}
.master-badge strong { display: block; font-size: 1.18rem; line-height: 1.2; }
.master-badge span {
  display: block; margin-top: 4px; font-size: .62rem; font-weight: 900;
  line-height: 1.35; letter-spacing: .035em; text-transform: uppercase;
}
.master-copy h2 { font-size: clamp(2.6rem, 4.2vw, 4rem); }
.master-copy > p { color: rgba(255,255,255,.58); }
.master-copy .large-copy { color: rgba(255,255,255,.82); font-size: 1.18rem; }

.section-process { background: var(--white); }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li {
  display: grid; grid-template-columns: 140px 1fr; padding: 38px 0;
  border-bottom: 1px solid var(--line);
}
.process-number { color: var(--blue); font-size: 1.05rem; font-weight: 900; }
.process-list div { display: grid; grid-template-columns: .55fr 1fr; gap: 45px; }
.process-list h3 { margin: 0; color: var(--ink); font-size: 1.35rem; }
.process-list p { max-width: 580px; margin: 0; color: var(--muted); }

.section-contact { color: var(--white); background: var(--blue-dark); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.contact-intro h2 { font-size: clamp(2.6rem, 4vw, 4rem); }
.contact-intro h2 em { color: var(--gold); }
.contact-intro > p:not(.eyebrow):not(.area-note) { color: rgba(255,255,255,.72); font-size: 1.05rem; }
.contact-details { margin-top: 50px; border-top: 1px solid rgba(255,255,255,.2); }
.contact-details a, .contact-details > div {
  display: grid; grid-template-columns: 90px 1fr; padding: 17px 0;
  border-bottom: 1px solid rgba(255,255,255,.2); text-decoration: none;
}
.contact-details span { color: rgba(255,255,255,.55); font-size: .76rem; }
.contact-details strong { font-size: .9rem; }
.contact-details a:hover strong { color: var(--gold); }
.area-note { color: var(--gold); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-form { padding: 45px; color: var(--text); background: var(--white); box-shadow: var(--shadow); }
.contact-form label { display: block; margin-bottom: 22px; color: var(--ink); font-size: .78rem; font-weight: 800; }
.contact-form label > span { color: var(--blue); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea {
  width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #ccd5d9; border-radius: 1px;
  outline: none; color: var(--ink); background: var(--paper);
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,153,204,.13); }
.contact-form textarea { min-height: 140px; resize: vertical; }
.field-help { display: block; margin-top: 7px; color: var(--muted); font-size: .72rem; font-weight: 600; }
.contact-form .consent { display: flex; gap: 11px; align-items: flex-start; color: var(--muted); font-weight: 500; line-height: 1.45; }
.consent input { margin-top: 4px; accent-color: var(--blue); }
.consent a { color: var(--blue-dark); }
.form-submit { width: 100%; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: .68rem; text-align: center; }
.hidden-field { display: none; }

.site-footer { padding: 70px 0 22px; color: rgba(255,255,255,.57); background: #0b1013; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 55px; padding-bottom: 55px; }
.footer-brand img { width: 165px; margin-bottom: 16px; }
.footer-main strong { display: block; margin-bottom: 15px; color: var(--white); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-main a { display: block; margin: 8px 0; font-size: .81rem; text-decoration: none; }
.footer-main a:hover { color: var(--gold); }
.footer-bottom {
  display: flex; justify-content: space-between; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem;
}
.footer-bottom p { margin: 0; }
.mobile-actions { display: none; }

.utility-page { min-height: 100vh; color: var(--white); background: var(--ink); }
.utility-page .site-header { position: relative; }
.utility-main { min-height: calc(100vh - 89px); display: grid; place-items: center; padding: 70px 24px; background: radial-gradient(circle at 50% 30%, rgba(0,153,204,.14), transparent 45%); }
.utility-card { width: min(700px, 100%); padding: 70px; color: var(--text); background: var(--white); box-shadow: var(--shadow); }
.utility-card h1 { color: var(--ink); font-size: clamp(2.8rem, 6vw, 4.8rem); }
.utility-card > p:not(.eyebrow) { margin-bottom: 32px; color: var(--muted); }
.success-mark { display: grid; place-items: center; width: 60px; height: 60px; margin-bottom: 30px; border-radius: 50%; color: var(--ink); background: var(--gold); font-size: 1.7rem; font-weight: 900; }
.legal-page .utility-main { display: block; }
.legal-content { width: min(850px, 100%); margin: auto; padding: 65px; color: var(--text); background: var(--white); }
.legal-content h1 { color: var(--ink); font-size: clamp(2.8rem, 6vw, 4.8rem); }
.legal-content h2 { margin-top: 50px; color: var(--ink); font-size: 1.8rem; letter-spacing: -.02em; }
.legal-content h3 { margin-top: 30px; color: var(--ink); font-size: 1.1rem; }
.legal-content p, .legal-content li { color: #516066; }
.legal-content a { color: var(--blue-dark); }
.legal-back { display: inline-block; margin-bottom: 32px; color: var(--blue-dark); font-weight: 800; text-decoration: none; }

.faq-page .utility-main { display: block; }
.faq-content { width: min(920px, 100%); margin: auto; padding: 65px; color: var(--text); background: var(--white); }
.faq-content h1 { color: var(--ink); font-size: clamp(2.8rem, 6vw, 4.8rem); }
.faq-intro { max-width: 720px; margin-bottom: 45px; color: var(--muted); font-size: 1.08rem; }
.faq-list { margin: 0; }
.faq-item { padding: 30px 0; border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item dt { margin-bottom: 10px; color: var(--ink); font-size: 1.2rem; font-weight: 900; line-height: 1.35; }
.faq-item dd { margin: 0; color: #516066; }
.faq-contact { margin-top: 45px; padding: 30px; color: var(--white); background: var(--ink); }
.faq-contact h2 { margin-bottom: 12px; font-size: 1.7rem; letter-spacing: -.02em; }
.faq-contact p { margin: 0 0 20px; color: rgba(255,255,255,.68); }
.faq-machine-note { margin-top: 28px; color: var(--muted); font-size: .75rem; }
.faq-machine-note a { color: var(--blue-dark); }

@media (max-width: 980px) {
  :root { --container: min(100% - 36px, 760px); }
  .desktop-nav { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; column-gap: 0; align-items: center; padding-top: 90px; }
  .hero-copy { max-width: 720px; padding: 0; }
  .hero-visual { justify-self: center; width: min(520px, 88%); margin: 65px auto 30px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .service-heading, .process-heading { gap: 12px; }
  .master-grid, .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .master-visual { justify-self: center; width: min(400px, 85%); }
  .contact-intro { max-width: 650px; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2; }
}

@media (max-width: 700px) {
  :root { --container: calc(100% - 30px); }
  html { scroll-padding-top: 70px; }
  body { font-size: 15px; padding-bottom: 58px; }
  .site-header { position: absolute; }
  .header-inner { height: 72px; }
  .brand img { width: 132px; }
  .header-inner > .button { display: none; }
  .hero { padding-top: 72px; padding-bottom: 14px; }
  .hero-grid { min-height: auto; padding-top: 70px; padding-bottom: 0; }
  h1 { font-size: clamp(2.35rem, 10.5vw, 3.35rem); overflow-wrap: anywhere; }
  h2 { font-size: clamp(2.5rem, 11vw, 3.4rem); }
  .hero-lead { font-size: 1.03rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero-actions .text-link { text-align: center; }
  .trust-list {
    display: grid; grid-template-columns: repeat(2, max-content); justify-content: center;
    width: fit-content; max-width: 100%; margin-inline: auto; gap: 12px 20px; font-size: .72rem;
  }
  .hero-visual { width: 92%; margin: 25px auto 12px; }
  .hero-collage figcaption {
    right: 8px; bottom: 8px; max-width: none; padding: 5px 7px;
    color: rgba(255,255,255,.72); background: rgba(16,23,27,.72);
    font-size: .5rem;
  }
  .hero-collage figcaption .instagram-note {
    justify-content: flex-start; color: rgba(255,255,255,.72); text-align: left;
  }
  .visual-note { left: -12px; }
  .service-ticker { border-bottom-width: 2px; }
  .ticker-inner { animation-duration: 40s; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 42px; }
  .service-heading h2, .process-heading h2 { white-space: normal; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 35px 28px; }
  .more-services { grid-template-columns: 1fr; gap: 6px; padding: 25px; }
  .service-contact { align-items: flex-start; flex-direction: column; gap: 8px; padding: 22px 25px; }
  .service-contact span { margin: 0 0 4px; }
  .master-grid { gap: 52px; }
  .master-visual { width: min(300px, 88%); min-height: 440px; }
  .master-badge { left: -12px; bottom: 22px; width: 250px; padding: 17px 19px; }
  .process-list li { grid-template-columns: 54px 1fr; }
  .process-list div { grid-template-columns: 1fr; gap: 8px; }
  .contact-form { padding: 30px 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 5px; }
  .mobile-actions {
    position: fixed; inset: auto 0 0; z-index: 50; display: grid; grid-template-columns: 1fr 1.45fr;
    height: 58px; box-shadow: 0 -6px 20px rgba(0,0,0,.18);
  }
  .mobile-actions a {
    display: grid; place-items: center; color: var(--white); background: var(--ink);
    font-size: .78rem; font-weight: 900; text-decoration: none;
  }
  .mobile-actions a:last-child { color: var(--ink); background: var(--gold); }
  .utility-card, .legal-content, .faq-content { padding: 38px 24px; }
  .utility-page .header-inner > .button { display: inline-flex; padding-inline: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .ticker-inner { animation-play-state: paused; }
}
