:root {
  --gold: #f4bd19;
  --gold-deep: #d79f00;
  --ink: #0b0b0c;
  --ink-soft: #171719;
  --paper: #f7f7f4;
  --white: #fff;
  --muted: #696968;
  --line: #deded9;
  --shadow: 0 22px 60px rgba(0,0,0,.16);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; background: var(--gold); padding: 12px 18px; font-weight: 700; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 20; left: 0; right: 0; top: 0; color: var(--white); background: var(--ink); border-bottom: 1px solid #262628; }
.header-inner { height: 92px; display: flex; align-items: center; gap: 34px; }
.brand { width: 208px; flex: 0 0 auto; }
.brand img { width: 100%; height: 64px; object-fit: contain; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; font-size: .95rem; font-weight: 600; }
.main-nav a { color: rgba(255,255,255,.82); }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--gold); }
.menu-button { display: none; padding: 8px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; background: white; margin: 5px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; background: var(--gold); color: var(--ink); border: 1px solid var(--gold); border-radius: 9px; font-family: "Manrope", sans-serif; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: #ffd245; box-shadow: 0 10px 30px rgba(244,189,25,.26); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: .9rem; }
.button-dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.button-dark:hover, .button-dark:focus-visible { background: #242426; }

.hero { position: relative; min-height: 820px; color: var(--white); background: var(--ink); overflow: hidden; }
.hero-media { position: absolute; inset: 0; display: block; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; filter: saturate(.74) contrast(1.05); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,6,.95) 0%, rgba(5,5,6,.8) 42%, rgba(5,5,6,.28) 72%, rgba(5,5,6,.5) 100%), linear-gradient(0deg, rgba(5,5,6,.78), transparent 46%); }
.hero-grid { position: relative; min-height: 820px; padding: 164px 0 74px; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .72fr); gap: 68px; align-items: end; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-family: "Manrope", sans-serif; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow.dark { color: #9d7200; }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 760px; margin: 0; font-size: clamp(3.45rem, 7vw, 6.7rem); text-transform: uppercase; }
.hero-lede { max-width: 670px; margin: 26px 0 32px; color: rgba(255,255,255,.78); font-size: 1.17rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.text-link { padding-block: 8px; border-bottom: 1px solid rgba(255,255,255,.4); font-weight: 700; }
.text-link span { color: var(--gold); margin-left: 8px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 22px; margin: 38px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.8); font-size: .92rem; }
.trust-list span { color: var(--gold); margin-right: 7px; font-weight: 800; }
.hero-card { padding: 28px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); background: rgba(10,10,11,.79); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.card-kicker { color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 800; }
.hero-card h2 { margin: 8px 0 14px; font-size: 1.55rem; }
.hero-card > p:not(.card-kicker) { color: rgba(255,255,255,.7); font-size: .93rem; }
.policy-line { margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); display: grid; gap: 4px; }
.policy-line strong { color: var(--gold); font-family: "Manrope"; font-size: 1.15rem; }
.policy-line span { color: rgba(255,255,255,.72); font-size: .85rem; }

.service-strip { background: var(--gold); }
.strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.strip-grid > div { padding: 21px 34px; border-left: 1px solid rgba(0,0,0,.18); }
.strip-grid > div:last-child { border-right: 1px solid rgba(0,0,0,.18); }
.strip-grid span { display: block; color: rgba(0,0,0,.63); font-size: .73rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.strip-grid strong { display: block; font-family: "Manrope"; }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 54px; }
.section-heading h2, .quote-copy h2 { max-width: 780px; margin: 0; font-size: clamp(2.35rem, 4vw, 4rem); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: 72px; align-items: end; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); }
.centered { text-align: center; }
.centered h2 { margin-inline: auto; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 440px; padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.service-card.featured { background: var(--gold); border-color: var(--gold); }
.service-number { position: absolute; top: 22px; right: 26px; color: #a5a5a0; font-family: "Manrope"; font-size: .78rem; font-weight: 800; }
.featured .service-number { color: rgba(0,0,0,.45); }
.service-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 42px; color: var(--gold); background: var(--ink); border-radius: 50%; font-size: 1.4rem; }
.featured .service-icon { color: var(--ink); background: rgba(255,255,255,.54); }
.service-card h3 { margin: 0 0 12px; font-size: 1.6rem; }
.service-card p { color: var(--muted); }
.featured p { color: rgba(0,0,0,.67); }
.service-card ul { margin: 24px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.featured ul { border-color: rgba(0,0,0,.15); }
.service-card li { position: relative; padding: 6px 0 6px 18px; font-size: .91rem; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 15px; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }
.featured li::before { background: var(--ink); }

.dark-section { color: var(--white); background: var(--ink); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid #363638; }
.process-grid li { position: relative; padding: 38px 26px 0 0; border-right: 1px solid #363638; }
.process-grid li:not(:first-child) { padding-left: 26px; }
.process-grid li:last-child { border-right: 0; }
.step { display: inline-block; margin-bottom: 64px; color: var(--gold); font-family: "Manrope"; font-weight: 800; }
.process-grid h3 { margin: 0 0 12px; font-size: 1.28rem; }
.process-grid p { margin: 0; color: #a8a8aa; font-size: .92rem; }

.work { background: var(--white); }
.work-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 270px); gap: 16px; }
.work-grid figure { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; background: #ddd; }
.work-grid .work-large { grid-row: 1 / span 2; }
.work-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.work-grid figure:hover img { transform: scale(1.025); }
.work-grid figcaption { position: absolute; left: 16px; bottom: 16px; padding: 8px 12px; color: white; background: rgba(0,0,0,.72); border-radius: 7px; font-size: .82rem; font-weight: 700; }

.value-section { background: var(--gold); }
.value-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 96px; align-items: center; }
.value-copy h2 { margin: 0 0 24px; font-size: clamp(2.35rem, 4vw, 4.2rem); }
.value-copy > p:not(.eyebrow) { max-width: 590px; margin-bottom: 30px; color: rgba(0,0,0,.67); font-size: 1.05rem; }
.check-panel { padding: 42px; background: var(--ink); color: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.check-panel h3 { margin: 0 0 26px; font-size: 1.45rem; }
.check-panel ul { margin: 0; padding: 0; list-style: none; }
.check-panel li { position: relative; padding: 15px 0 15px 38px; border-top: 1px solid #343436; color: #d1d1d1; }
.check-panel li::before { content: "✓"; position: absolute; left: 2px; color: var(--gold); font-weight: 800; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-intro { position: sticky; top: 40px; align-self: start; }
.faq-intro h2 { margin: 0 0 22px; font-size: clamp(2.3rem, 4vw, 3.8rem); }
.faq-intro > p:last-child { color: var(--muted); }
.accordion { border-top: 1px solid #bfbfbb; }
.accordion details { border-bottom: 1px solid #bfbfbb; }
.accordion summary { position: relative; padding: 25px 54px 25px 0; cursor: pointer; list-style: none; font-family: "Manrope"; font-weight: 700; font-size: 1.05rem; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 8px; top: 22px; font-size: 1.5rem; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { max-width: 700px; margin: -6px 0 24px; color: var(--muted); }

.quote-section { padding: 112px 0; color: var(--white); background: var(--ink-soft); }
.quote-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 76px; align-items: start; }
.quote-copy { position: sticky; top: 40px; }
.quote-copy > p:not(.eyebrow) { max-width: 500px; color: #aaa; font-size: 1.05rem; }
.quote-facts { margin-top: 52px; border-top: 1px solid #343436; }
.quote-facts div { display: grid; grid-template-columns: 46px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid #343436; }
.quote-facts span { color: var(--gold); font-family: "Manrope"; font-weight: 800; }
.quote-facts p { margin: 0; color: #aaa; font-size: .9rem; }
.quote-facts strong { color: white; }
.quote-form { padding: 36px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-heading { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 26px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-heading span { font-family: "Manrope"; font-weight: 800; font-size: 1.25rem; }
.form-heading strong { color: #856200; font-size: .78rem; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.quote-form > label, .field-row label { display: grid; gap: 7px; margin-bottom: 16px; color: #333; font-size: .85rem; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid #c9c9c5; border-radius: 8px; background: #fbfbf9; color: var(--ink); padding: 13px 14px; outline: none; }
input, select { min-height: 50px; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--gold-deep); box-shadow: 0 0 0 3px rgba(244,189,25,.17); }
fieldset { margin: 2px 0 17px; padding: 0; border: 0; }
legend { margin-bottom: 8px; color: #333; font-size: .85rem; font-weight: 700; }
.radio { display: inline-flex; align-items: center; gap: 8px; margin-right: 18px; font-size: .9rem; }
.radio input, .consent input { width: 17px; min-height: 17px; accent-color: var(--gold-deep); }
.consent { display: flex !important; grid-template-columns: 18px 1fr; align-items: start; gap: 10px !important; font-weight: 500 !important; }
.consent input { margin-top: 4px; }
.form-submit { width: 100%; margin-top: 6px; }
.form-note { margin: 12px 0 0; text-align: center; color: var(--muted); font-size: .78rem; }
.form-status { display: none; margin-top: 16px; padding: 14px; border-radius: 8px; font-size: .9rem; }
.form-status.show { display: block; }
.form-status.error { color: #7f1d1d; background: #fee2e2; }
.form-status.ready { color: #594100; background: #fff4c8; }
.form-honey { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit:disabled { opacity: .65; cursor: wait; transform: none; box-shadow: none; }

.site-footer { padding: 72px 0 24px; color: #aaa; background: #080809; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 56px; }
.footer-brand img { width: 210px; margin-bottom: 22px; }
.footer-brand p { max-width: 330px; }
.site-footer h2 { margin: 0 0 18px; color: white; font-size: .92rem; letter-spacing: 0; }
.site-footer a, .site-footer p { display: block; margin: 0 0 10px; font-size: .88rem; }
.site-footer a:hover { color: var(--gold); }
.footer-cta { color: var(--gold); font-weight: 800; }
.site-footer .small { margin-top: 18px; color: #777; font-size: .75rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 58px; padding-top: 22px; border-top: 1px solid #252527; font-size: .76rem; }
.mobile-quote { display: none; }

@media (max-width: 960px) {
  .header-cta { display: none; }
  .main-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; align-content: end; }
  .hero-card { max-width: 520px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .process-grid { grid-template-columns: repeat(2, 1fr); row-gap: 44px; }
  .process-grid li:nth-child(2) { border-right: 0; }
  .step { margin-bottom: 30px; }
  .value-grid, .quote-grid { gap: 50px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { position: absolute; background: var(--ink); border-bottom-color: #262628; }
  .header-inner { height: 76px; }
  .brand { width: 174px; }
  .brand img { height: 54px; }
  .menu-button { display: block; margin-left: auto; }
  .main-nav { display: none; position: absolute; left: 14px; right: 14px; top: 76px; padding: 18px; background: #111; border: 1px solid #333; border-radius: 12px; box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 10px; }
  .hero { min-height: 0; padding-top: 76px; background: var(--ink); }
  .hero-media { inset: 76px 0 auto; height: clamp(300px, 88vw, 410px); overflow: hidden; background: #151515; }
  .hero-image { object-fit: cover; object-position: center 46%; filter: saturate(.78) contrast(1.04); }
  .hero-shade { inset: 76px 0 auto; height: clamp(300px, 88vw, 410px); background: linear-gradient(0deg, var(--ink) 0%, rgba(11,11,12,.16) 45%, rgba(11,11,12,.06) 100%); }
  .hero-grid { min-height: 0; padding-top: calc(clamp(300px, 88vw, 410px) + 46px); padding-bottom: 54px; display: block; }
  .hero-copy { position: relative; z-index: 2; }
  h1 { max-width: 560px; font-size: clamp(2.85rem, 13.4vw, 4.4rem); line-height: .98; }
  .hero-lede { margin: 22px 0 27px; font-size: 1rem; line-height: 1.58; }
  .hero-card { display: none; }
  .trust-list { display: grid; gap: 7px; margin-top: 29px; }
  .strip-grid { grid-template-columns: 1fr; padding: 10px 0; }
  .strip-grid > div, .strip-grid > div:last-child { padding: 13px 8px; border: 0; border-bottom: 1px solid rgba(0,0,0,.15); }
  .strip-grid > div:last-child { border-bottom: 0; }
  .section, .quote-section { padding: 72px 0; }
  .split-heading, .value-grid, .faq-grid, .quote-grid { grid-template-columns: 1fr; gap: 38px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .quote-copy h2 { font-size: 2.45rem; }
  .service-card { padding: 28px 24px; }
  .service-icon { margin-bottom: 32px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:not(:first-child) { padding: 26px 0; border-right: 0; border-bottom: 1px solid #363638; }
  .process-grid li:last-child { border-bottom: 0; }
  .step { margin-bottom: 18px; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 210px; }
  .work-grid .work-large { grid-column: 1 / span 2; grid-row: auto; }
  .check-panel { padding: 28px; }
  .faq-intro, .quote-copy { position: static; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 24px 20px; }
  .form-heading { display: grid; gap: 4px; }
  .radio { margin-bottom: 8px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { display: grid; }
  .mobile-quote { display: block; position: fixed; z-index: 30; left: 14px; right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); padding: 14px; text-align: center; color: var(--ink); background: var(--gold); border: 1px solid rgba(0,0,0,.25); border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,.3); font-family: "Manrope"; font-weight: 800; }
  body { padding-bottom: 70px; }
}

@media (max-width: 480px) {
  .work-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(3, 260px); }
  .work-grid .work-large { grid-column: auto; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { text-align: center; }
}

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