:root {
  --ink: #050d17;
  --night: #071524;
  --night-2: #0b1d31;
  --blue: #246ce5;
  --blue-light: #75a7ff;
  --paper: #f3f6fa;
  --white: #ffffff;
  --text: #142131;
  --muted: #617083;
  --line: rgba(192, 211, 232, .18);
  --light-line: #dce4ed;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: var(--sans); line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 118px 0; }
.dark-section { background: var(--night); color: var(--white); }
.scroll-progress { position: fixed; top: 0; left: 0; width: 0; height: 3px; z-index: 100; background: linear-gradient(90deg, var(--blue), #8db4ff); }

.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; padding-inline: max(24px, calc((100vw - 1180px) / 2)); background: rgba(255,255,255,.96); border-bottom: 1px solid #e0e7ef; position: sticky; top: 0; z-index: 50; transition: height .3s, box-shadow .3s; backdrop-filter: blur(16px); }
.site-header.scrolled { height: 74px; box-shadow: 0 12px 35px rgba(20,33,49,.08); }
.brand { color: var(--ink); display: inline-flex; align-items: center; gap: 13px; text-decoration: none; flex: 0 0 auto; }
.brand strong { display: block; font-size: 20px; letter-spacing: .24em; line-height: 1; }
.brand small { display: block; text-transform: uppercase; letter-spacing: .29em; font-size: 8px; margin-top: 7px; }
.brand-mark { width: 42px; height: 42px; border: 1.5px solid currentColor; border-radius: 50%; position: relative; display: block; }
.brand-mark::before, .brand-mark::after { content: ''; position: absolute; border-radius: 50%; }
.brand-mark::before { inset: 6px; border: 1px solid currentColor; opacity: .65; }
.brand-mark::after { inset: 12px; border: 3px solid var(--blue); border-left-color: currentColor; }
.brand-mark i { position: absolute; width: 1px; height: 9px; background: currentColor; left: 20px; top: -3px; transform-origin: .5px 24px; }
.brand-mark i:nth-child(2) { transform: rotate(120deg); }
.brand-mark i:nth-child(3) { transform: rotate(240deg); }
#main-nav { display: flex; gap: 27px; align-items: center; }
#main-nav a { color: #354457; text-decoration: none; font-size: 12px; font-weight: 700; position: relative; }
#main-nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--blue); transition: right .25s; }
#main-nav > a:not(.nav-cta):hover::after, #main-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
#main-nav .nav-cta { border: 1px solid #2d67bf; padding: 12px 16px; color: #134f9f; transition: background .25s, color .25s; }
#main-nav .nav-cta:hover { background: var(--blue); color: #fff; }
#main-nav .nav-cta span { margin-left: 10px; }
.menu-toggle { display: none; }

.hero { min-height: 720px; background: var(--ink); color: #fff; position: relative; overflow: hidden; isolation: isolate; }
.hero-image { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #050d17 0%, rgba(5,13,23,.91) 31%, rgba(5,13,23,.14) 68%), url('assets/images/hero-detailing-studio.webp') center / cover no-repeat; transform: scale(1.015); animation: hero-in 1.1s ease-out both; }
.hero-glow { position: absolute; z-index: -1; width: 560px; height: 560px; left: -290px; top: -230px; border-radius: 50%; background: rgba(36,108,229,.18); filter: blur(70px); }
.hero-content { position: relative; padding-top: 132px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--blue-light); margin: 0 0 20px; }
.eyebrow > span { width: 26px; height: 1px; background: currentColor; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
.hero h1 { font-size: clamp(56px, 6.4vw, 92px); line-height: .92; letter-spacing: -.052em; margin: 0; max-width: 700px; text-wrap: balance; }
.hero-copy { font-size: 17px; max-width: 510px; color: #c7d2df; margin: 28px 0 34px; }
.actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button { min-height: 51px; padding: 0 22px; display: inline-flex; gap: 15px; justify-content: center; align-items: center; border: 1px solid transparent; text-decoration: none; font-size: 12px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--blue); color: #fff; box-shadow: 0 12px 30px rgba(36,108,229,.25); }
.button.primary:hover { background: #155dcf; }
.button.ghost { border-color: rgba(211,226,242,.62); color: #fff; background: rgba(8,22,38,.22); backdrop-filter: blur(8px); }
.button.dark-ghost { border-color: #436079; color: #fff; }
.button.large { min-height: 58px; padding-inline: 29px; }
.hero-signoff { display: flex; gap: 17px; align-items: center; margin-top: 45px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: #d7e0ec; }
.hero-signoff span { width: 56px; height: 1px; background: #3978de; }
.hero-services { position: absolute; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 72px; width: 265px; }
.hero-services a { display: flex; align-items: center; gap: 16px; border: 1px solid rgba(192,213,240,.36); padding: 16px 17px; margin-top: 9px; background: rgba(5,18,32,.63); backdrop-filter: blur(12px); color: #fff; text-decoration: none; transition: border .2s, transform .2s, background .2s; }
.hero-services a:hover { transform: translateX(-6px); border-color: #5f98f6; background: rgba(7,27,48,.88); }
.hero-services b { font-size: 10px; color: #74a5ff; }
.hero-services span { font-family: var(--serif); font-size: 17px; line-height: 1.08; flex: 1; }
.hero-services em { font-style: normal; font-size: 18px; }
.hero-scroll { position: absolute; left: max(24px, calc((100vw - 1180px) / 2)); bottom: 26px; display: flex; gap: 10px; align-items: center; color: #879aaf; font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.hero-scroll span { width: 1px; height: 35px; background: linear-gradient(var(--blue), transparent); }

.principles { background: #fff; border-bottom: 1px solid var(--light-line); }
.principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.principles-grid > div { min-height: 128px; display: grid; grid-template-columns: auto 1fr; column-gap: 13px; align-content: center; padding: 22px 25px; border-left: 1px solid var(--light-line); }
.principles-grid > div:last-child { border-right: 1px solid var(--light-line); }
.principles-grid span { grid-row: 1 / 3; color: var(--blue); font-size: 9px; padding-top: 3px; }
.principles-grid strong { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.principles-grid small { color: var(--muted); font-size: 11px; line-height: 1.4; margin-top: 4px; }

.about { position: relative; overflow: hidden; }
.about::after { content: ''; position: absolute; width: 560px; height: 560px; right: -350px; top: 180px; border: 1px solid rgba(93,142,213,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(51,104,180,.04), 0 0 0 140px rgba(51,104,180,.025); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 78px; align-items: center; position: relative; z-index: 1; }
.about-visual { position: relative; padding: 0 22px 22px 0; }
.about-visual::after { content: ''; position: absolute; inset: 26px 0 0 26px; border: 1px solid #274765; z-index: -1; }
.about-visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.72) contrast(1.04); }
.image-index { position: absolute; left: 18px; bottom: 39px; background: rgba(4,15,26,.82); border: 1px solid var(--line); padding: 12px 17px; color: #d8e3ef; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(9px); }
.image-index span { color: var(--blue-light); margin-right: 12px; }
.about-copy h2, .section-heading h2, .process-intro h2, .craft h2, .faq h2, .quote-copy h2 { font-size: clamp(42px, 4.3vw, 63px); line-height: 1.02; letter-spacing: -.044em; margin: 0; text-wrap: balance; }
.about-copy .lead { font-size: 18px; line-height: 1.6; color: #d4deea; margin: 28px 0 17px; }
.about-copy > p:not(.eyebrow):not(.lead) { color: #9faebf; }
.text-link { display: inline-flex; align-items: center; gap: 18px; font-size: 12px; font-weight: 800; text-decoration: none; padding-bottom: 7px; border-bottom: 1px solid #4677bd; margin-top: 18px; }
.text-link span { color: var(--blue); font-size: 17px; }
.text-link.light { color: #fff; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 88px; position: relative; z-index: 1; }
.values-grid article { padding: 31px 26px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.values-grid article:last-child { border-right: 1px solid var(--line); }
.value-icon { color: #79a9fa; font-size: 29px; }
.values-grid h3 { font-size: 21px; margin: 22px 0 10px; }
.values-grid p { color: #91a1b3; font-size: 12px; margin: 0; }

.section-heading { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 80px; margin-bottom: 65px; }
.section-heading > p { color: var(--muted); margin: 0; max-width: 430px; }
.services-stack { display: grid; gap: 20px; }
.service-feature { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 420px; background: #fff; border: 1px solid var(--light-line); }
.service-feature.reverse { grid-template-columns: .88fr 1.12fr; }
.service-feature.reverse .service-image { order: 2; }
.service-image { overflow: hidden; background: #07131f; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.service-feature:hover .service-image img { transform: scale(1.035); }
.service-content { padding: clamp(38px, 5vw, 76px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.service-number { color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.service-content h3 { font-size: clamp(36px, 4vw, 53px); line-height: 1; margin: 22px 0 18px; }
.service-content p { color: var(--muted); max-width: 440px; margin: 0; }
.full-feature { grid-template-columns: 1.2fr .8fr; min-height: 390px; color: #fff; background: linear-gradient(120deg, #071523, #0c2947); position: relative; overflow: hidden; }
.full-feature .service-content { position: relative; z-index: 1; }
.full-feature .service-content p { color: #aab9c9; }
.full-orbit { display: grid; place-items: center; position: relative; min-height: 390px; }
.full-orbit::before, .full-orbit::after, .full-orbit i { content: ''; position: absolute; border: 1px solid rgba(98,151,226,.3); border-radius: 50%; }
.full-orbit::before { width: 300px; height: 300px; }
.full-orbit::after { width: 215px; height: 215px; }
.full-orbit i:first-child { width: 135px; height: 135px; }
.full-orbit i:nth-child(2) { width: 22px; height: 22px; background: var(--blue); border: 0; transform: translate(108px,-108px); box-shadow: 0 0 35px #357de9; }
.full-orbit span { font-family: var(--serif); font-size: 60px; }

.process { position: relative; overflow: hidden; }
.process::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 14% 25%, rgba(38,107,213,.14), transparent 34%); }
.process-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; position: relative; }
.process-intro { position: sticky; top: 130px; height: fit-content; }
.process-intro > p:not(.eyebrow) { color: #99a9ba; max-width: 440px; }
.process-list { list-style: none; margin: 0; padding: 0; }
.process-list li { display: grid; grid-template-columns: 44px 1fr auto; gap: 18px; align-items: start; padding: 30px 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list b { color: var(--blue-light); font-size: 11px; }
.process-list h3 { font-size: 27px; margin: -5px 0 7px; }
.process-list p { color: #94a5b7; margin: 0; max-width: 460px; font-size: 13px; }
.process-list li > span { color: #527aa7; font-size: 22px; }

.craft { padding-bottom: 0; }
.craft-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 60px; align-items: end; margin-bottom: 54px; }
.craft-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -30px; }
.craft-heading p:last-child { color: var(--muted); margin: 0; }
.craft-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 330px 250px; background: var(--ink); }
.craft-grid figure { margin: 0; position: relative; overflow: hidden; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.craft-grid .craft-large { grid-row: 1 / 3; }
.craft-grid figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: filter .35s, transform .7s; }
.craft-grid figure:hover img { filter: saturate(1); transform: scale(1.025); }
.craft-grid figcaption { position: absolute; left: 18px; bottom: 18px; background: rgba(5,14,24,.78); border: 1px solid var(--line); color: #fff; padding: 9px 12px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; backdrop-filter: blur(8px); }
.craft-grid figcaption span { color: var(--blue-light); margin-right: 10px; }
.craft-statement { background: linear-gradient(135deg, #0d2137, #07131f); color: #fff; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; }
.craft-statement > span { font-size: 9px; letter-spacing: .25em; color: var(--blue-light); }
.craft-statement p { font-family: var(--serif); font-size: 34px; line-height: 1.04; margin: 0; }

.cta-band { min-height: 410px; background: #071421 url('assets/images/hero-detailing-studio.webp') center 60% / cover no-repeat; color: #fff; position: relative; display: grid; align-items: center; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,13,23,.96), rgba(5,16,27,.76) 57%, rgba(5,16,27,.42)); }
.cta-sheen { position: absolute; width: 70%; height: 1px; left: 15%; top: 50%; background: linear-gradient(90deg, transparent, #77a7fa, transparent); opacity: .5; }
.cta-content { display: flex; justify-content: space-between; align-items: end; gap: 50px; position: relative; }
.cta-content h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(44px, 5vw, 70px); line-height: .98; letter-spacing: -.045em; max-width: 760px; margin: 0; }

.faq { background: #eef2f7; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); max-width: 370px; }
.faq-list { border-top: 1px solid #bdc9d6; }
.faq-list details { border-bottom: 1px solid #bdc9d6; }
.faq-list summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 38px 1fr 24px; gap: 14px; align-items: center; padding: 24px 0; font-family: var(--serif); font-size: 21px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--sans); font-size: 10px; color: var(--blue); }
.faq-list summary i { width: 16px; height: 16px; position: relative; }
.faq-list summary i::before, .faq-list summary i::after { content: ''; position: absolute; background: #24384d; transition: transform .25s; }
.faq-list summary i::before { width: 16px; height: 1px; left: 0; top: 8px; }
.faq-list summary i::after { width: 1px; height: 16px; left: 8px; top: 0; }
.faq-list details[open] summary i::after { transform: rotate(90deg); }
.faq-list details p { color: var(--muted); max-width: 650px; margin: -5px 38px 26px 52px; font-size: 13px; }

.quote-section { position: relative; overflow: hidden; }
.quote-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; position: relative; z-index: 1; }
.quote-copy > p:not(.eyebrow) { color: #a3b1c0; max-width: 430px; }
.direct-contact { display: grid; gap: 14px; margin-top: 40px; }
.direct-contact a { text-decoration: none; font-family: var(--serif); font-size: 18px; }
.direct-contact small { display: block; color: var(--blue-light); text-transform: uppercase; letter-spacing: .15em; font-family: var(--sans); font-size: 8px; margin-bottom: 3px; }
.quote-section form { display: grid; gap: 17px; background: rgba(14,36,59,.54); border: 1px solid var(--line); padding: clamp(25px, 4vw, 45px); backdrop-filter: blur(6px); }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.quote-section label { display: grid; gap: 7px; color: #bfd0e1; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.quote-section input, .quote-section select, .quote-section textarea { width: 100%; border: 1px solid #37506a; background: rgba(4,15,26,.76); color: #fff; padding: 14px; outline: none; text-transform: none; letter-spacing: normal; resize: vertical; }
.quote-section input:focus, .quote-section select:focus, .quote-section textarea:focus { border-color: #5d98fa; box-shadow: 0 0 0 3px rgba(36,108,229,.15); }
.quote-section option { background: #071421; }
.quote-section ::placeholder { color: #6f8499; }
.form-action { display: flex; align-items: center; gap: 18px; margin-top: 5px; }
.form-action p { color: #8295a8; font-size: 10px; max-width: 260px; }
.form-action a { color: #b8d2ff; }
.quote-orbit { position: absolute; width: 600px; height: 600px; border: 1px solid rgba(61,119,205,.12); border-radius: 50%; right: -330px; top: -220px; box-shadow: 0 0 0 70px rgba(61,119,205,.025), 0 0 0 140px rgba(61,119,205,.018); }

.site-footer { background: #030a12; color: #d5e0ec; padding: 70px 0 22px; }
.site-footer .brand { color: #fff; }
.site-footer .brand-mark::after { border-left-color: #fff; }
.footer-top { display: grid; grid-template-columns: 1.35fr .65fr 1fr 1.15fr; gap: 50px; }
.footer-brand > p { color: #7f92a6; font-size: 12px; max-width: 260px; margin-top: 18px; }
.footer-label { color: var(--blue-light); text-transform: uppercase; letter-spacing: .16em; font-size: 9px; margin: 0 0 14px; }
.site-footer a, .site-footer address { display: block; color: #c7d2de; text-decoration: none; font-style: normal; margin: 7px 0; font-size: 12px; }
.site-footer a:hover { color: #fff; }
.footer-policies { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 50px; padding: 17px 0; display: flex; justify-content: space-between; align-items: center; color: #879aaf; font-size: 10px; }
.footer-policies nav { display: flex; gap: 24px; }
.footer-policies nav a { margin: 0; font-size: 10px; }
.footer-bottom { padding-top: 19px; display: flex; justify-content: space-between; color: #6f8296; font-size: 10px; }
.footer-bottom a { margin: 0; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes hero-in { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: scale(1.015); } }

.policy { max-width: 820px; padding: 80px 0 120px; }
.policy::before { content: 'ACOREY  /  AUTO DETAILING'; display: block; color: var(--blue); font-size: 9px; letter-spacing: .22em; margin-bottom: 65px; }
.policy .back { display: inline-block; color: #1256c1; font-weight: 700; text-decoration: none; margin-bottom: 65px; }
.policy h1 { font-family: var(--serif); font-size: clamp(48px, 7vw, 76px); line-height: 1; letter-spacing: -.05em; margin: 0 0 12px; }
.policy h2 { font-size: 28px; margin: 52px 0 10px; }
.policy p { color: #526174; max-width: 700px; }
.policy a { color: #1256c1; }

@media (max-width: 980px) {
  #main-nav { gap: 17px; }
  #main-nav a { font-size: 11px; }
  .hero-services { width: 230px; }
  .about-grid, .process-layout, .faq-layout, .quote-layout { gap: 50px; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid article:nth-child(2) { border-right: 1px solid var(--line); }
  .footer-top { grid-template-columns: 1.2fr .8fr 1fr; }
  .footer-top > div:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 25px; }
}

@media (max-width: 800px) {
  .wrap { width: min(100% - 40px, 1180px); }
  .section { padding: 82px 0; }
  .site-header, .site-header.scrolled { height: 72px; }
  .menu-toggle { width: 46px; height: 42px; display: grid; align-content: center; gap: 5px; border: 0; background: transparent; padding: 7px; color: var(--ink); cursor: pointer; }
  .menu-toggle span { display: block; width: 23px; height: 1px; background: currentColor; transition: transform .25s, opacity .25s; }
  .menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .menu-toggle[aria-expanded='true'] span:first-child { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded='true'] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  #main-nav { display: none; position: fixed; top: 72px; inset-inline: 0; height: calc(100dvh - 72px); overflow-y: auto; z-index: 60; background: rgba(4,13,23,.98); padding: 52px 28px; flex-direction: column; align-items: flex-start; gap: 25px; }
  #main-nav.open { display: flex; }
  #main-nav a { color: #fff; font-family: var(--serif); font-size: 27px; font-weight: 400; }
  #main-nav .nav-cta { color: #fff; font-family: var(--sans); font-size: 12px; margin-top: 15px; }
  .hero { min-height: 770px; }
  .hero-image { background: linear-gradient(180deg, #050d17 0%, rgba(5,13,23,.85) 51%, rgba(5,13,23,.38)), url('assets/images/hero-detailing-studio.webp') 67% center / cover no-repeat; }
  .hero-content { padding-top: 86px; }
  .hero h1 { font-size: clamp(52px, 13vw, 70px); }
  .hero-copy { font-size: 15px; max-width: 430px; }
  .hero-services { right: 20px; left: 20px; bottom: 28px; width: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .hero-services a { margin: 0; padding: 13px 10px; gap: 8px; }
  .hero-services em { display: none; }
  .hero-services span { font-size: 14px; }
  .hero-scroll { display: none; }
  .principles-grid { grid-template-columns: repeat(2, 1fr); }
  .principles-grid > div:nth-child(2) { border-right: 1px solid var(--light-line); }
  .about-grid, .section-heading, .process-layout, .craft-heading, .faq-layout, .quote-layout { grid-template-columns: 1fr; }
  .about-grid { gap: 55px; }
  .about-visual { max-width: 620px; }
  .section-heading, .craft-heading { gap: 25px; }
  .craft-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .service-feature, .service-feature.reverse, .full-feature { grid-template-columns: 1fr; }
  .service-feature.reverse .service-image { order: 0; }
  .service-image { min-height: 350px; }
  .full-orbit { min-height: 290px; }
  .process-intro { position: static; }
  .craft-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 240px 220px; }
  .craft-grid .craft-large { grid-column: 1 / -1; grid-row: auto; }
  .craft-statement { grid-column: 1 / -1; }
  .cta-content { align-items: flex-start; flex-direction: column; }
  .field-pair { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > div:last-child { grid-column: auto; border: 0; padding-top: 0; }
}

@media (max-width: 520px) {
  .wrap { width: min(100% - 32px, 1180px); }
  .brand strong { font-size: 17px; }
  .brand-mark { width: 35px; height: 35px; }
  .brand-mark i { left: 16px; transform-origin: .5px 20px; }
  .brand-mark i:nth-child(2) { transform: rotate(120deg); }
  .brand-mark i:nth-child(3) { transform: rotate(240deg); }
  .hero { min-height: 820px; }
  .hero-content { padding-top: 72px; }
  .hero h1 { font-size: 51px; }
  .hero-copy { margin-top: 23px; }
  .hero .actions { flex-direction: column; align-items: stretch; max-width: 270px; }
  .hero-signoff span { width: 30px; }
  .hero-services { grid-template-columns: 1fr; }
  .hero-services a { display: none; }
  .hero-services a:first-child { display: flex; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid > div { border-right: 1px solid var(--light-line); min-height: 105px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article { border-right: 1px solid var(--line); }
  .about-copy h2, .section-heading h2, .process-intro h2, .craft h2, .faq h2, .quote-copy h2 { font-size: 41px; }
  .service-image { min-height: 270px; }
  .service-content { padding: 34px 25px; }
  .full-feature .actions { flex-direction: column; align-items: stretch; width: 100%; }
  .process-list li { grid-template-columns: 32px 1fr; }
  .process-list li > span { display: none; }
  .craft-grid { display: block; }
  .craft-grid figure, .craft-statement { min-height: 245px; }
  .craft-statement { min-height: 190px; }
  .cta-band { min-height: 520px; }
  .cta-content h2 { font-size: 45px; }
  .faq-list summary { grid-template-columns: 28px 1fr 18px; font-size: 18px; gap: 10px; }
  .faq-list details p { margin-left: 38px; }
  .form-action { align-items: stretch; flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-policies, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-policies nav { flex-wrap: wrap; gap: 10px 18px; }
}

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