:root {
  --ink: #0b0c0d;
  --ink-soft: #151617;
  --paper: #f2eee6;
  --paper-bright: #faf7f0;
  --gold: #c9a76a;
  --gold-bright: #e1c894;
  --muted: #aaa69e;
  --line: rgba(255, 255, 255, 0.12);
  --dark-line: rgba(11, 12, 13, 0.15);
  --max: 1240px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--paper); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.site-header.scrolled { background: rgba(11, 12, 13, .93); border-color: var(--line); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; flex-shrink: 0; }
.brand-mark { width: 23px; height: 28px; fill: none; stroke: var(--gold); stroke-width: 1.25; }
.brand-name { display: flex; flex-direction: column; line-height: 1.15; text-transform: uppercase; }
.brand-name strong { font-size: 14px; letter-spacing: .3em; }
.brand-name small { margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .3em; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { color: #cbc7bf; font-size: 13px; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold-bright); }
.menu-button { display: none; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid var(--gold); color: var(--ink); background: var(--gold); text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 700; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { background: var(--gold-bright); transform: translateY(-2px); }
.button-outline { color: var(--gold-bright); background: transparent; }
.button-outline:hover { color: var(--ink); }
.button-small { min-height: 42px; padding: 10px 18px; font-size: 11px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; padding-block: 12px; color: var(--paper); text-decoration: none; border-bottom: 1px solid #4a4844; font-size: 13px; text-transform: uppercase; letter-spacing: .11em; }
.text-link:hover { border-color: var(--gold); color: var(--gold-bright); }

.hero { min-height: 100vh; padding: 190px 0 0; overflow: hidden; background: radial-gradient(circle at 78% 35%, rgba(201,167,106,.09), transparent 28%), var(--ink); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: clamp(50px, 8vw, 120px); align-items: center; }
.eyebrow { margin: 0 0 24px; color: var(--gold); font-size: 12px; text-transform: uppercase; letter-spacing: .27em; font-weight: 700; }
.eyebrow.dark { color: #8a6731; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.03em; }
h1 { max-width: 780px; font-size: clamp(56px, 7vw, 100px); line-height: .98; }
.hero-lead { max-width: 660px; margin: 32px 0 0; color: #bbb7ae; font-size: clamp(17px, 1.7vw, 21px); line-height: 1.75; font-weight: 300; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 42px; }

.hero-compass { position: relative; width: min(100%, 430px); aspect-ratio: 1; margin-inline: auto; }
.orbit { position: absolute; border: 1px solid #292a2b; border-radius: 50%; }
.orbit-one { inset: 2%; }
.orbit-two { inset: 19%; }
.axis { position: absolute; background: #292a2b; }
.axis-v { width: 1px; height: 100%; left: 50%; }
.axis-h { height: 1px; width: 100%; top: 50%; }
.needle { position: absolute; left: 50%; width: 0; height: 0; transform: translateX(-50%); }
.needle-north { top: 17%; border-left: 22px solid transparent; border-right: 22px solid transparent; border-bottom: 0; border-top: 145px solid var(--gold); transform: translateX(-50%) rotate(180deg); transform-origin: center; }
.needle-south { bottom: 17%; border-left: 18px solid transparent; border-right: 18px solid transparent; border-top: 125px solid transparent; outline: 1px solid transparent; filter: drop-shadow(0 0 0 var(--gold)); }
.north { position: absolute; left: 50%; top: -1%; transform: translateX(-50%); color: var(--gold); font: 22px var(--serif); }
.center-dot { position: absolute; width: 8px; height: 8px; top: calc(50% - 4px); left: calc(50% - 4px); border-radius: 50%; background: var(--gold); }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 110px; border-top: 1px solid var(--line); }
.trust-strip > div { position: relative; display: grid; gap: 7px; padding: 30px 34px 34px 0; }
.trust-strip > div + div { padding-left: 34px; border-left: 1px solid var(--line); }
.trust-strip span { color: var(--gold); font-size: 11px; letter-spacing: .2em; }
.trust-strip strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.trust-strip small { color: var(--muted); font-size: 13px; }

.section { padding: clamp(90px, 11vw, 150px) 0; }
.section-light { background: var(--paper); color: var(--ink); }
.section-heading { max-width: 760px; }
.section-heading h2 { font-size: clamp(43px, 5.5vw, 72px); line-height: 1.04; }
.section-heading > p:not(.eyebrow) { margin: 26px 0 0; color: #625f59; font-size: 18px; line-height: 1.75; }
.process .section-heading > p:not(.eyebrow), .faq .section-heading > p:not(.eyebrow), .contact .section-heading > p:not(.eyebrow) { color: #aaa69e; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; background: #c9c2b6; border: 1px solid #c9c2b6; }
.service-card { padding: 42px; background: var(--paper-bright); }
.service-card.featured { background: var(--ink); color: var(--paper); }
.card-number { color: #956f36; font-size: 11px; letter-spacing: .22em; }
.service-card h3 { margin: 26px 0 14px; font: 400 34px/1.1 var(--serif); }
.service-card p { min-height: 76px; color: #69655e; font-size: 15px; }
.service-card.featured p { color: #aaa69e; }
.service-card ul { display: grid; gap: 12px; padding: 24px 0 0; margin: 26px 0 0; border-top: 1px solid var(--dark-line); list-style: none; font-size: 14px; }
.service-card.featured ul { border-color: var(--line); }
.service-card li { position: relative; padding-left: 20px; }
.service-card li::before { position: absolute; left: 0; color: #9e783e; content: "→"; }
.scope-note { max-width: 880px; margin: 34px 0 0; color: #625f59; font-size: 14px; }

.process { background: var(--ink-soft); }
.process-list { padding: 0; margin: 72px 0 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 90px 1fr; gap: 30px; padding: 35px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--gold); font-size: 12px; letter-spacing: .2em; }
.process-list h3 { margin: 0; font: 400 30px/1.2 var(--serif); }
.process-list p { max-width: 720px; margin: 10px 0 0; color: #aaa69e; }

.section-hours { background: #d9c49d; color: var(--ink); }
.hours-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 10vw, 130px); align-items: center; }
.hours-card { padding: clamp(32px, 5vw, 58px); background: var(--ink); color: var(--paper); box-shadow: 24px 24px 0 rgba(11,12,13,.12); }
.hours-days { margin: 0; color: var(--gold); text-transform: uppercase; letter-spacing: .22em; font-size: 12px; }
.hours-total { margin: 12px 0 0; font: 400 clamp(60px, 8vw, 95px)/1 var(--serif); }
.timezone { color: var(--muted); margin: 6px 0 32px; }
.hours-card dl { margin: 0; border-top: 1px solid var(--line); }
.hours-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.hours-card dt { color: var(--muted); }
.hours-card dd { margin: 0; }
.hours-footnote { margin: 24px 0 0; color: #8e8b84; font-size: 13px; }

.about-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(50px, 10vw, 150px); align-items: center; }
.about-mark svg { width: 100%; max-height: 420px; fill: none; stroke: #9b7339; stroke-width: 1.2; }
.about-grid .section-heading p + p { margin-top: 18px; }

.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 130px); }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; border: 0; background: transparent; color: var(--paper); text-align: left; font: 400 22px/1.3 var(--serif); cursor: pointer; }
.faq-item button span { color: var(--gold); font: 300 28px/1 var(--sans); transition: transform .2s ease; }
.faq-item button[aria-expanded="true"] span { transform: rotate(45deg); }
.faq-answer p { margin: -5px 42px 26px 0; color: var(--muted); }

.contact { background: #101112; border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 10vw, 130px); align-items: center; }
.contact-card { padding: clamp(32px, 5vw, 55px); border: 1px solid #363532; background: #151617; }
.contact-status { display: flex; align-items: center; gap: 9px; color: var(--gold); font-size: 11px; text-transform: uppercase; letter-spacing: .18em; }
.contact-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(201,167,106,.12); }
.contact-card h3 { margin: 30px 0 14px; font: 400 34px/1.15 var(--serif); }
.contact-card > p:not(.contact-status) { color: var(--muted); }
.contact-options { display: grid; gap: 14px; margin-top: 30px; }
.contact-option { padding: 20px; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.contact-label { margin: 0 0 13px; color: var(--muted); font-size: 13px; }
.contact-action { width: 100%; padding-inline: 16px; text-transform: none; letter-spacing: .035em; overflow-wrap: anywhere; }
.contact-safety { margin-top: 24px; font-size: 13px; }
.contact-safety strong { color: var(--paper); }
.contact-card .service-area { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 14px; }
.contact-card .service-area strong { color: var(--paper); }
.contact-domain { margin-top: 32px; padding-top: 25px; border-top: 1px solid var(--line); color: var(--paper); font-family: var(--serif); font-size: 25px; }

.site-footer { padding: 42px 0; border-top: 1px solid var(--line); }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-grid p { margin: 0; color: #817e78; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }

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

@media (max-width: 900px) {
  .desktop-cta { display: none; }
  .menu-button { display: grid; gap: 6px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
  .menu-button span:not(.sr-only) { width: 25px; height: 1px; background: var(--paper); transition: transform .2s ease; }
  .menu-button[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; top: 88px; left: 0; right: 0; display: none; padding: 20px; background: var(--ink); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 10px max(20px, calc((100vw - var(--max)) / 2)); }
  .hero { padding-top: 150px; }
  .hero-grid, .hours-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-compass { width: min(72vw, 360px); margin-top: 25px; }
  .trust-strip, .service-grid { grid-template-columns: 1fr; }
  .trust-strip > div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .service-card p { min-height: 0; }
  .about-mark { display: none; }
}

@media (max-width: 580px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 74px; }
  .site-nav { top: 74px; }
  .brand-name strong { font-size: 12px; }
  .brand-name small { font-size: 8px; }
  .hero { padding-top: 125px; }
  h1 { font-size: clamp(48px, 14vw, 66px); }
  .button-row { align-items: stretch; flex-direction: column; }
  .button, .text-link { justify-content: center; }
  .contact-action { font-size: 11px; }
  .hero-compass { width: 76vw; }
  .trust-strip { margin-top: 70px; }
  .service-card { padding: 32px 26px; }
  .process-list li { grid-template-columns: 45px 1fr; gap: 12px; }
  .hours-card { box-shadow: 10px 10px 0 rgba(11,12,13,.12); }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}
