:root {
  --navy-950: #04111d;
  --navy-900: #071a2b;
  --navy-800: #0b2840;
  --navy-700: #153d59;
  --ivory: #f4f0e7;
  --cream: #e9e1d3;
  --paper: #fbf9f4;
  --gold: #c7a66b;
  --gold-light: #e0c999;
  --ink: #15242f;
  --muted: #66737a;
  --line: rgba(17, 42, 58, 0.16);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 30px 80px rgba(1, 14, 25, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; }

.shell { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: 130px; }
.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; z-index: 1000; left: 1rem; top: 1rem; padding: .75rem 1rem; background: white; color: var(--navy-950); transform: translateY(-200%); }
.skip-link:focus { transform: none; }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  height: 92px;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.15);
  transition: background .35s ease, height .35s ease, box-shadow .35s ease;
}
.site-header.is-scrolled { position: fixed; top: 0; height: 76px; background: rgba(4,17,29,.94); backdrop-filter: blur(18px); box-shadow: 0 12px 40px rgba(0,0,0,.14); }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark {
  width: 47px; height: 47px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.42);
  font-family: var(--serif); font-size: 18px; letter-spacing: -.05em;
  transform: rotate(45deg);
}
.brand-mark::first-line { transform: rotate(-45deg); }
.brand-mark { text-indent: 0; }
.brand-mark::before { content: "MC"; transform: rotate(-45deg); }
.brand-mark { font-size: 0; }
.brand-mark::before { font-size: 17px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-family: var(--serif); font-size: 20px; font-weight: 500; letter-spacing: .01em; }
.brand-copy span { margin-top: 6px; font-size: 9px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-light); }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.8vw, 42px); }
.site-nav a { font-size: 11px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; transition: color .2s ease; }
.site-nav a:not(.nav-cta):hover { color: var(--gold-light); }
.nav-cta { padding: 13px 18px; border: 1px solid rgba(255,255,255,.42); }
.nav-cta:hover { background: white; color: var(--navy-950); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: white; margin: 7px 0; transition: transform .25s ease; }

.hero {
  min-height: 860px;
  height: min(960px, 100svh);
  position: relative;
  overflow: hidden;
  background: var(--navy-950);
  color: white;
}
.hero-image, .hero-wash { position: absolute; inset: 0; }
.hero-image {
  background: url("/assets/coastal-law-hero.png") center / cover no-repeat;
  transform: scale(1.015);
  animation: hero-in 1.6s cubic-bezier(.2,.7,.2,1) both;
}
.hero-wash {
  background:
    linear-gradient(90deg, rgba(3,15,26,.98) 0%, rgba(4,18,30,.9) 35%, rgba(4,18,30,.34) 66%, rgba(4,18,30,.08) 100%),
    linear-gradient(0deg, rgba(2,12,21,.8) 0%, transparent 38%);
}
.hero-content { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 70px; position: relative; z-index: 2; padding-top: 108px; }
.hero-copy { width: min(720px, 64%); }
.eyebrow { margin: 0 0 23px; display: flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 750; letter-spacing: .24em; text-transform: uppercase; color: var(--gold-light); }
.eyebrow span { width: 38px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--navy-700); }
.eyebrow.gold { color: var(--gold-light); }
.hero h1 { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(58px, 6.2vw, 94px); font-weight: 400; line-height: .96; letter-spacing: -.045em; text-wrap: balance; }
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-intro { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 40px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; border: 0; cursor: pointer; padding: 0 25px; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--ivory); color: var(--navy-950); }
.button-light:hover { background: white; }
.text-link { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { color: var(--gold-light); margin-left: 8px; }
.hero-card { width: 270px; flex: 0 0 270px; padding: 25px; align-self: flex-end; margin-bottom: 145px; background: rgba(7,26,43,.58); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(18px); box-shadow: var(--shadow); }
.hero-card-top { display: flex; align-items: center; gap: 9px; font-size: 9px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-light); }
.status-dot { width: 6px; height: 6px; border-radius: 99px; background: #9bc4a3; box-shadow: 0 0 0 5px rgba(155,196,163,.1); }
.hero-card dl { margin: 22px 0 18px; }
.hero-card dl div { display: flex; justify-content: space-between; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.12); }
.hero-card dt { color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .04em; }
.hero-card dd { margin: 0; font-family: var(--serif); font-size: 13px; }
.hero-card > p { margin: 0; color: rgba(255,255,255,.62); font-size: 11px; }
.hero-footer { position: absolute; z-index: 3; left: 50%; bottom: 0; transform: translateX(-50%); height: 82px; display: flex; align-items: center; gap: 24px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.56); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero-footer i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.section-label { display: flex; align-items: center; gap: 18px; margin-bottom: 54px; color: var(--navy-700); }
.section-label span { font-family: var(--serif); font-size: 12px; }
.section-label p { margin: 0; font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.section-label::after { content: ""; width: 70px; height: 1px; background: currentColor; opacity: .4; }
.section-label.light { color: var(--gold-light); }
.statement-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 10vw; align-items: start; }
.display-copy { margin: 0; font-family: var(--serif); font-size: clamp(44px, 5vw, 72px); font-weight: 400; line-height: 1.07; letter-spacing: -.04em; }
.statement-copy { padding-top: 12px; color: var(--muted); }
.statement-copy p { margin: 0 0 20px; font-size: 16px; }
.dark-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 15px; color: var(--navy-800); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; border-bottom: 1px solid rgba(11,40,64,.3); padding-bottom: 8px; }
.dark-link span { color: var(--gold); }

.services { background: var(--navy-900); color: white; position: relative; overflow: hidden; }
.services::before { content: ""; position: absolute; width: 650px; height: 650px; border: 1px solid rgba(199,166,107,.09); border-radius: 50%; right: -280px; top: -260px; box-shadow: 0 0 0 120px rgba(199,166,107,.025), 0 0 0 240px rgba(199,166,107,.018); }
.services-heading { display: flex; align-items: end; justify-content: space-between; gap: 80px; margin-bottom: 60px; }
.services-heading h2 { max-width: 780px; margin: 0; font-family: var(--serif); font-size: clamp(44px, 5.2vw, 72px); line-height: 1.04; font-weight: 400; letter-spacing: -.035em; }
.services-heading > p { max-width: 340px; margin: 0 0 8px; color: rgba(255,255,255,.56); font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.14); border-left: 1px solid rgba(255,255,255,.14); }
.service-card { min-height: 430px; padding: 28px; position: relative; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); transition: background .3s ease, transform .3s ease; }
.service-card:hover { z-index: 2; background: var(--navy-800); transform: translateY(-5px); }
.service-number { font-family: var(--serif); color: rgba(255,255,255,.32); font-size: 12px; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-top: 52px; border: 1px solid rgba(199,166,107,.5); transform: rotate(45deg); }
.service-icon svg { width: 32px; height: 32px; transform: rotate(-45deg); fill: none; stroke: var(--gold-light); stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 42px 0 14px; font-family: var(--serif); font-size: 28px; line-height: 1.15; font-weight: 400; }
.service-card p { margin: 0; color: rgba(255,255,255,.54); font-size: 13px; }
.service-card a { margin-top: auto; padding-top: 30px; display: flex; justify-content: space-between; color: var(--gold-light); font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }

.process { background: var(--paper); }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 11vw; }
.process-lead { position: sticky; top: 130px; align-self: start; }
.process-lead h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 4.6vw, 66px); line-height: 1.04; font-weight: 400; letter-spacing: -.04em; }
.process-lead > p:last-child { max-width: 440px; color: var(--muted); margin-top: 28px; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--gold); font-family: var(--serif); }
.process-list h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 34px; font-weight: 400; }
.process-list p { max-width: 520px; margin: 0; color: var(--muted); }

.about { min-height: 760px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; background: var(--navy-950); color: white; }
.about-visual { min-height: 760px; margin: 0; position: relative; overflow: hidden; background: #060b13; }
.about-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,17,29,.58), transparent 52%), linear-gradient(90deg, transparent 72%, rgba(4,17,29,.48)); pointer-events: none; }
.about-visual img { width: 100%; height: 100%; min-height: 760px; position: absolute; inset: 0; object-fit: cover; object-position: center center; filter: saturate(.78) contrast(1.04); transform: scale(1.012); }
.about-visual figcaption { position: absolute; z-index: 2; left: 42px; bottom: 36px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.66); font-size: 8px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.about-visual figcaption span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(224,201,153,.54); color: var(--gold-light); font-family: var(--serif); font-size: 15px; letter-spacing: 0; }
.about-content { padding: 110px clamp(50px, 7vw, 120px); align-self: center; }
.about-content h2 { max-width: 650px; margin: 0; font-family: var(--serif); font-size: clamp(46px, 5vw, 72px); line-height: 1.03; font-weight: 400; letter-spacing: -.04em; }
.about-content > p:not(.eyebrow):not(.credential-note) { max-width: 600px; color: rgba(255,255,255,.64); margin: 28px 0 0; }
.about-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; padding-top: 35px; border-top: 1px solid rgba(255,255,255,.16); }
.about-facts div { display: flex; flex-direction: column; }
.about-facts strong { font-family: var(--serif); color: var(--gold-light); font-size: 38px; font-weight: 400; }
.about-facts span { margin-top: 3px; color: rgba(255,255,255,.48); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.about-credentials { max-width: 620px; margin: 40px 0 0; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.16); }
.about-credentials div { display: grid; grid-template-columns: 155px 1fr; gap: 22px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.about-credentials div:last-child { border-bottom: 0; }
.about-credentials dt { color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; padding-top: 3px; }
.about-credentials dd { margin: 0; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.6; }
.credential-note { color: rgba(255,255,255,.32); font-size: 10px; margin: 28px 0 0; }

.updates { background: var(--cream); }
.updates-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; margin-bottom: 72px; }
.updates-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 4.5vw, 64px); line-height: 1.04; font-weight: 400; letter-spacing: -.04em; }
.updates-heading p { margin: 0; color: var(--muted); font-size: 15px; }

.update-list { display: grid; gap: 30px; }
.update { background: var(--paper); border: 1px solid var(--line); padding: clamp(30px, 4vw, 56px); }
.update-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-bottom: 22px; }
.update-tag { padding: 7px 13px; background: var(--navy-900); color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.update-meta time { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.update h3 { margin: 0 0 26px; max-width: 780px; font-family: var(--serif); font-size: clamp(26px, 2.6vw, 36px); font-weight: 400; line-height: 1.18; letter-spacing: -.025em; }
.update p { margin: 0 0 20px; max-width: 800px; color: #43535e; font-size: 15.5px; line-height: 1.72; }
.update p:last-of-type { margin-bottom: 0; }
.update strong { color: var(--ink); font-weight: 650; }

.update-source { margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); }
.update-source > p { margin: 0 0 12px; color: var(--navy-700); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.update-source ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.update-source a { display: inline-flex; align-items: baseline; gap: 8px; color: var(--navy-800); font-size: 13px; line-height: 1.5; border-bottom: 1px solid rgba(17,42,58,.25); padding-bottom: 3px; transition: color .2s ease, border-color .2s ease; }
.update-source a:hover, .update-source a:focus-visible { color: var(--navy-950); border-color: var(--gold); }
.update-source a span { color: var(--gold); font-size: 11px; }

.updates-note { max-width: 820px; margin: 44px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 12vw; }
.faq-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 4.5vw, 64px); line-height: 1.04; font-weight: 400; letter-spacing: -.04em; }
.faq-heading p { color: var(--muted); margin-top: 24px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; position: relative; padding: 26px 50px 26px 0; font-family: var(--serif); font-size: 22px; line-height: 1.3; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span, .faq-list summary span::after { position: absolute; width: 18px; height: 1px; background: var(--gold); right: 6px; top: 50%; transition: transform .25s ease; }
.faq-list summary span::after { content: ""; right: 0; top: 0; transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -4px 50px 25px 0; color: var(--muted); font-size: 14px; }

.contact { padding-block: 120px; background: var(--navy-900); color: white; position: relative; overflow: hidden; }
.contact::after { content: "MC"; position: absolute; right: -20px; bottom: -130px; font-family: var(--serif); font-size: 430px; line-height: 1; color: rgba(255,255,255,.018); pointer-events: none; }
.contact-shell { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; align-items: center; }
.contact-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 5vw, 72px); line-height: 1.02; font-weight: 400; letter-spacing: -.04em; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.58); margin-top: 25px; }
.contact-details { margin-top: 46px; display: grid; gap: 16px; }
.contact-details a, .contact-details p { margin: 0; display: flex; flex-direction: column; font-family: var(--serif); font-size: 19px; }
.contact-details span { margin-bottom: 1px; color: var(--gold-light); font-family: var(--sans); font-size: 8px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.form-panel { background: var(--paper); color: var(--ink); padding: 42px; box-shadow: 0 40px 90px rgba(0,0,0,.25); }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-heading span { font-family: var(--serif); font-size: 28px; }
.form-heading small { color: var(--gold); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
label { display: block; margin-bottom: 19px; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--navy-700); }
label > span { color: var(--muted); font-weight: 500; }
input, select, textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(13,48,70,.22); border-radius: 0; background: transparent; color: var(--ink); outline: none; margin-top: 8px; padding: 9px 0 11px; font-size: 14px; letter-spacing: 0; text-transform: none; transition: border-color .2s ease; }
textarea { resize: vertical; min-height: 115px; line-height: 1.5; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%); background-position: calc(100% - 8px) calc(50% + 3px), calc(100% - 3px) calc(50% + 3px); background-size: 5px 5px; background-repeat: no-repeat; }
.website-field { position: absolute; left: -9999px; }
.consent { display: flex; align-items: flex-start; gap: 12px; color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.consent input { appearance: none; flex: 0 0 17px; width: 17px; height: 17px; margin: 0; padding: 0; border: 1px solid rgba(13,48,70,.3); }
.consent input:checked { background: var(--navy-800); box-shadow: inset 0 0 0 4px var(--paper); }
.button-gold { width: 100%; justify-content: space-between; background: var(--gold); color: var(--navy-950); margin-top: 8px; }
.button-gold:hover { background: var(--gold-light); }
.button-gold:disabled { cursor: wait; opacity: .65; transform: none; }
.form-status { min-height: 22px; margin: 12px 0 0; font-size: 11px; color: var(--muted); }
.form-status.success { color: #366944; }
.form-status.error { color: #9c3f37; }

.site-footer { padding: 60px 0 28px; background: var(--navy-950); color: white; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 45px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-top > p { margin: 0; text-align: center; font-family: var(--serif); color: rgba(255,255,255,.52); font-size: 17px; font-style: italic; }
.back-top { justify-self: end; font-size: 9px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.back-top span { color: var(--gold); margin-left: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; color: rgba(255,255,255,.3); font-size: 9px; }
.footer-bottom p { margin: 0; }

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

@media (max-width: 1080px) {
  .shell { width: min(100% - 48px, 1120px); }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-card { min-height: 390px; }
  .about { grid-template-columns: .82fr 1.18fr; }
  .about-content { padding-inline: 55px; }
  .site-nav { gap: 20px; }
}

@media (max-width: 820px) {
  .section { padding-block: 92px; }
  .site-header { height: 76px; padding-inline: 24px; }
  .brand-copy strong { font-size: 18px; }
  .menu-toggle { display: block; position: relative; z-index: 22; }
  .site-nav { position: fixed; inset: 0; padding: 120px 30px 40px; display: flex; flex-direction: column; align-items: flex-start; gap: 27px; background: var(--navy-950); transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.7,.2,1); }
  .site-nav.is-open { transform: none; }
  .site-nav a { font-family: var(--serif); font-size: 30px; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
  .nav-cta { margin-top: auto; width: 100%; text-align: center; font-family: var(--sans) !important; font-size: 10px !important; letter-spacing: .15em !important; text-transform: uppercase !important; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: 780px; height: auto; }
  .hero-image { background-position: 61% center; }
  .hero-wash { background: linear-gradient(90deg, rgba(3,15,26,.96), rgba(4,18,30,.68)), linear-gradient(0deg, rgba(2,12,21,.9), transparent 45%); }
  .hero-content { min-height: 780px; padding-top: 125px; padding-bottom: 105px; align-items: center; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(52px, 11vw, 78px); }
  .hero-card { display: none; }
  .hero-footer { gap: 14px; overflow: hidden; white-space: nowrap; }
  .statement-grid, .services-heading, .process-layout, .faq-grid, .contact-shell, .updates-heading { grid-template-columns: 1fr; }
  .updates-heading { gap: 24px; align-items: start; }
  .statement-grid, .process-layout, .faq-grid, .contact-shell { gap: 55px; }
  .services-heading { display: grid; gap: 24px; }
  .process-lead { position: static; }
  .about { grid-template-columns: 1fr; }
  .about-visual, .about-visual img { min-height: 560px; }
  .about-content { padding: 90px 40px; }
  .footer-top { grid-template-columns: 1fr auto; row-gap: 35px; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; text-align: left; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 36px); }
  .section { padding-block: 75px; }
  .site-header { padding-inline: 18px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 16px; }
  .hero-content { padding-top: 125px; padding-bottom: 110px; }
  .hero h1 { font-size: 50px; }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .button-light { width: 100%; }
  .hero-footer { font-size: 8px; }
  .hero-footer span:nth-of-type(n+4), .hero-footer i:nth-of-type(n+3) { display: none; }
  .section-label { margin-bottom: 38px; }
  .display-copy, .services-heading h2, .process-lead h2, .about-content h2, .faq-heading h2, .contact-copy h2 { font-size: 42px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 390px; }
  .about-visual, .about-visual img { min-height: 430px; }
  .about-content { padding: 72px 24px; }
  .about-facts { gap: 10px; }
  .about-facts strong { font-size: 32px; }
  .about-facts span { font-size: 7px; }
  .about-credentials div { grid-template-columns: 1fr; gap: 6px; }
  .process-list li { grid-template-columns: 55px 1fr; }
  .faq-list summary { font-size: 19px; }
  .update-meta { gap: 10px; }
  .update p { font-size: 15px; }
  .contact { padding-block: 76px; }
  .form-panel { padding: 28px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; }
  .back-top { justify-self: start; }
  .footer-top > p { grid-column: auto; grid-row: auto; }
  .footer-bottom { flex-direction: column; }
}

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