:root {
  --ink: #111820;
  --ink-soft: #26313a;
  --paper: #f4f1eb;
  --paper-bright: #fbfaf7;
  --accent: #f06a4f;
  --accent-dark: #c94d39;
  --gold: #e7b65a;
  --muted: #6d7477;
  --line: rgba(17, 24, 32, .15);
  --shadow: 0 22px 55px rgba(17, 24, 32, .13);
  --container: 1180px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper-bright); font-family: var(--sans); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.skip-link { position: absolute; z-index: 20; top: -50px; left: 16px; padding: 10px 14px; color: #fff; background: var(--ink); }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 10; top: 0; width: 100%; color: #fff; }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 92px; border-bottom: 1px solid rgba(255,255,255,.26); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 37px; height: 37px; color: var(--ink); background: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: -.08em; border-radius: 50%; }
.brand-name { font-size: 20px; font-weight: 700; letter-spacing: -.055em; }
.brand-name span { color: var(--gold); }
.brand-name sup { margin-left: 2px; color: rgba(255,255,255,.76); font-size: 8px; vertical-align: top; }
.main-nav { display: flex; align-items: center; gap: 36px; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.main-nav a { text-decoration: none; opacity: .88; transition: opacity .2s ease, color .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--gold); opacity: 1; }
.main-nav .nav-cta { display: inline-flex; align-items: center; gap: 12px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.55); }
.main-nav .nav-cta span { color: var(--gold); font-size: 18px; line-height: 0; }
.menu-toggle { display: none; color: #fff; background: transparent; border: 0; font: inherit; }
.menu-icon { display: inline-grid; gap: 4px; margin-right: 8px; }
.menu-icon i { display: block; width: 20px; height: 2px; background: currentColor; }

.hero { position: relative; min-height: 760px; overflow: hidden; color: #fff; background: var(--ink); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; filter: saturate(.86); }
.hero-shade { background: linear-gradient(90deg, rgba(10,17,23,.92) 0%, rgba(10,17,23,.68) 41%, rgba(10,17,23,.09) 83%), linear-gradient(0deg, rgba(10,17,23,.57), transparent 50%); }
.hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 760px; padding-top: 80px; }
.eyebrow { margin: 0 0 20px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow-dark { color: var(--accent-dark); }
.hero h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 650px; margin-bottom: 22px; font-size: clamp(56px, 7vw, 96px); font-weight: 500; letter-spacing: -.075em; line-height: .94; }
h1 em, h2 em, blockquote em { color: var(--accent); font-family: var(--serif); font-weight: 400; letter-spacing: -.05em; }
.hero-lead { max-width: 480px; margin-bottom: 35px; color: rgba(255,255,255,.83); font-size: 17px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 50px; padding: 13px 20px; border: 1px solid transparent; font: inherit; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--accent); }
.button-primary:hover, .button-primary:focus-visible { background: var(--accent-dark); }
.button-quiet { color: #fff; border-color: rgba(255,255,255,.45); }
.button-quiet:hover, .button-quiet:focus-visible { border-color: var(--gold); color: var(--gold); }
.hero-note { position: absolute; z-index: 1; right: max(24px, calc((100% - var(--container)) / 2)); bottom: 58px; display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.88); }
.hero-note-dot, .availability-dot { display: inline-block; width: 8px; height: 8px; background: #74cb79; border-radius: 50%; box-shadow: 0 0 0 5px rgba(116,203,121,.15); }
.hero-note strong, .hero-note small { display: block; }
.hero-note strong { font-size: 13px; }
.hero-note small { margin-top: 2px; color: rgba(255,255,255,.63); font-size: 11px; }
.scroll-cue { position: absolute; z-index: 1; bottom: 0; left: max(24px, calc((100% - var(--container)) / 2)); display: grid; place-items: center; width: 50px; height: 50px; color: #fff; border: 1px solid rgba(255,255,255,.35); border-bottom: 0; font-size: 21px; text-decoration: none; }

.intro-band { padding: 42px 0; color: #fff; background: var(--ink); }
.intro-grid { display: grid; grid-template-columns: 1fr 1.55fr 1fr; gap: 48px; align-items: center; }
.intro-kicker { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.35; }
.intro-kicker strong { color: var(--gold); font-size: 22px; font-weight: 500; }
.intro-copy { max-width: 500px; margin: 0; color: rgba(255,255,255,.78); font-size: 14px; }
.intro-sign { display: flex; align-items: center; justify-content: flex-end; gap: 13px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.sign-line { display: inline-block; width: 50px; height: 1px; background: var(--gold); opacity: .7; }

.section { padding: 120px 0; }
.services-section { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: 46px; align-items: end; margin-bottom: 58px; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .journey-content h2, .contact-intro h2 { margin-bottom: 0; font-size: clamp(43px, 5vw, 68px); font-weight: 500; letter-spacing: -.075em; line-height: .98; }
.section-heading > p:last-child { max-width: 290px; margin-bottom: 3px; color: var(--muted); font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 355px; padding: 32px 31px 28px; background: var(--paper-bright); border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card-featured { color: #fff; background: var(--ink); border-color: var(--ink); }
.card-number { position: absolute; top: 28px; right: 30px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .11em; }
.service-card-featured .card-number { color: rgba(255,255,255,.45); }
.card-icon { display: grid; place-items: center; width: 47px; height: 47px; margin-bottom: 58px; color: var(--accent); border: 1px solid currentColor; border-radius: 50%; font-size: 23px; }
.service-card h3 { margin-bottom: 13px; font-size: 24px; font-weight: 600; letter-spacing: -.045em; }
.service-card p { min-height: 91px; margin-bottom: 24px; color: var(--muted); font-size: 14px; }
.service-card-featured p { color: rgba(255,255,255,.69); }
.card-link { display: inline-flex; align-items: center; gap: 15px; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.card-link span { font-size: 17px; transition: transform .2s ease; }
.card-link:hover span { transform: translateX(4px); }

.journey-section { background: var(--paper-bright); }
.journey-grid { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(400px, 1fr); gap: clamp(60px, 9vw, 135px); align-items: center; }
.image-frame { position: relative; }
.journey-image { padding: 0 38px 38px 0; }
.journey-image::after { position: absolute; z-index: 0; right: 0; bottom: 0; width: 82%; height: 78%; background: var(--gold); content: ''; }
.journey-image img { position: relative; z-index: 1; width: 100%; min-height: 530px; object-fit: cover; object-position: 50% 50%; }
.image-label { position: absolute; z-index: 2; right: 0; bottom: 21px; display: flex; align-items: center; gap: 13px; width: 124px; color: var(--ink); font-size: 11px; font-weight: 800; line-height: 1.15; letter-spacing: .1em; text-transform: uppercase; }
.image-label span:first-child { font-size: 24px; font-weight: 500; }
.journey-content .eyebrow { margin-bottom: 22px; }
.lead-text { max-width: 430px; margin: 28px 0 40px; color: var(--muted); font-size: 17px; }
.steps-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 19px 0; border-top: 1px solid var(--line); }
.steps-list li > span { color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.steps-list h3 { margin-bottom: 5px; font-size: 16px; }
.steps-list p { max-width: 420px; margin: 0; color: var(--muted); font-size: 13px; }

.statement-section { padding: 105px 0 112px; color: #fff; background: var(--ink); overflow: hidden; }
.statement-inner { position: relative; }
.statement-section .eyebrow { margin-bottom: 29px; }
blockquote { position: relative; z-index: 1; margin: 0; font-size: clamp(43px, 6vw, 78px); font-weight: 500; letter-spacing: -.075em; line-height: .99; }
.statement-mark { position: absolute; right: 5%; bottom: -40px; color: rgba(255,255,255,.055); font-size: 250px; font-weight: 900; letter-spacing: -.17em; line-height: .75; }

.contact-section { padding: 120px 0; background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.contact-intro { padding-top: 15px; }
.contact-intro h2 { margin-bottom: 28px; }
.contact-intro > p:not(.eyebrow) { max-width: 410px; margin-bottom: 37px; color: var(--muted); font-size: 16px; }
.availability { display: flex; align-items: center; gap: 12px; margin-bottom: 35px; }
.availability strong, .availability span { display: block; }
.availability strong { font-size: 14px; }
.availability div span { color: var(--muted); font-size: 12px; }
.direct-email { display: inline-flex; align-items: center; gap: 14px; color: var(--accent-dark); font-size: 15px; font-weight: 800; text-decoration: none; }
.direct-email span { font-size: 20px; }
.contact-card { padding: 39px 40px 40px; color: #fff; background: var(--ink); box-shadow: var(--shadow); }
.card-eyebrow { margin-bottom: 18px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.contact-card h3 { margin-bottom: 8px; font-size: 27px; letter-spacing: -.06em; }
.form-intro { margin-bottom: 27px; color: rgba(255,255,255,.64); font-size: 13px; }
.contact-card form { display: grid; grid-template-columns: 1fr 1fr; column-gap: 16px; }
.contact-card label { margin: 0 0 7px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.contact-card label:nth-of-type(1), .contact-card input:nth-of-type(1), .contact-card label:nth-of-type(2), .contact-card input:nth-of-type(2) { grid-column: span 1; }
.contact-card label:nth-of-type(2) { grid-column: 2; grid-row: 1; }
.contact-card input:nth-of-type(2) { grid-column: 2; grid-row: 2; }
.contact-card label:nth-of-type(3) { grid-column: 1 / -1; margin-top: 17px; }
.contact-card textarea { grid-column: 1 / -1; resize: vertical; }
.contact-card input, .contact-card textarea { width: 100%; margin-bottom: 0; padding: 12px 13px; color: #fff; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.2); border-radius: 0; font: inherit; font-size: 14px; outline: none; }
.contact-card input:focus, .contact-card textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(231,182,90,.16); }
.contact-card textarea::placeholder { color: rgba(255,255,255,.37); }
.button-full { grid-column: 1 / -1; width: 100%; margin-top: 22px; }
.form-status { grid-column: 1 / -1; min-height: 22px; margin: 10px 0 0; color: var(--gold); font-size: 12px; }
.noscript-note { margin: 18px 0 0; color: rgba(255,255,255,.75); font-size: 12px; }
.noscript-note a { color: var(--gold); }

.site-footer { color: rgba(255,255,255,.65); background: #0b1015; }
.footer-inner { display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 30px; align-items: center; min-height: 112px; font-size: 12px; }
.brand-footer { color: #fff; }
.brand-footer .brand-name sup { color: rgba(255,255,255,.6); }
.footer-inner p { margin: 0; }
.footer-inner > a:not(.brand) { color: var(--gold); text-decoration: none; }
.copyright { text-align: right; }

@media (max-width: 900px) {
  .main-nav { gap: 20px; }
  .section-heading { grid-template-columns: 1fr 1.4fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .journey-grid { gap: 50px; }
  .contact-grid { gap: 45px; }
  .footer-inner { grid-template-columns: 1fr 1fr; padding: 25px 0; }
  .copyright { text-align: left; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 34px), var(--container)); }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: inline-flex; align-items: center; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .main-nav { position: absolute; top: 72px; right: 17px; left: 17px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; background: var(--ink); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 14px; }
  .main-nav .nav-cta { justify-content: space-between; }
  .hero, .hero-content { min-height: 690px; }
  .hero-image img { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,17,23,.88), rgba(10,17,23,.25)), linear-gradient(0deg, rgba(10,17,23,.68), transparent 58%); }
  .hero-content { padding-top: 72px; }
  .hero h1 { font-size: clamp(49px, 15vw, 72px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .hero-actions .button { justify-content: space-between; }
  .hero-note { right: 17px; bottom: 64px; }
  .scroll-cue { left: 17px; width: 43px; height: 43px; }
  .intro-band { padding: 33px 0; }
  .intro-grid, .section-heading, .service-grid, .journey-grid, .contact-grid { display: block; }
  .intro-kicker { margin-bottom: 20px; }
  .intro-copy { margin-bottom: 23px; }
  .intro-sign { justify-content: flex-start; }
  .section, .contact-section { padding: 76px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { margin: 0 0 23px; }
  .section-heading > p:last-child { max-width: 100%; margin: 0; }
  .service-card { min-height: 0; margin-bottom: 14px; padding: 27px 25px 25px; }
  .card-icon { margin-bottom: 42px; }
  .service-card p { min-height: 0; }
  .journey-image { margin-bottom: 58px; padding-right: 23px; padding-bottom: 23px; }
  .journey-image img { min-height: 390px; }
  .journey-content h2 { margin-bottom: 0; }
  .lead-text { margin: 24px 0 30px; font-size: 15px; }
  .statement-section { padding: 75px 0 80px; }
  blockquote { font-size: clamp(42px, 13vw, 65px); }
  .statement-mark { right: -2%; bottom: -10px; font-size: 150px; }
  .contact-intro { margin-bottom: 54px; }
  .contact-intro h2 { margin-bottom: 21px; }
  .contact-card { padding: 29px 23px 27px; }
  .contact-card form { display: block; }
  .contact-card label, .contact-card label:nth-of-type(2) { display: block; margin-top: 17px; }
  .contact-card label:first-of-type { margin-top: 0; }
  .contact-card input, .contact-card textarea { display: block; margin-bottom: 0; }
  .button-full { margin-top: 22px; }
  .footer-inner { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 17px 24px; padding: 30px 0; }
  .brand-footer { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
