@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=DM+Sans:opsz,wght@9..40,400;9..40,600;9..40,700&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
  --ink: #0a2728;
  --ink-2: #123c3e;
  --cream: #f4efdf;
  --paper: #fffaf0;
  --sand: #d9c9a1;
  --teal: #3f8c88;
  --sea: #9fc9bd;
  --amber: #e89132;
  --red: #cb4b31;
  --line: rgba(10, 39, 40, .18);
  --display: "Archivo Black", Impact, sans-serif;
  --serif: "DM Serif Display", Georgia, serif;
  --body: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); line-height: 1.55; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; background: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.announcement { min-height: 34px; background: var(--amber); border-bottom: 1px solid var(--ink); padding: .38rem 4vw; display: flex; justify-content: space-between; gap: 1rem; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.announcement a { text-decoration: none; border-bottom: 1px solid currentColor; }

.site-header { height: 82px; padding: 0 4vw; background: rgba(244,239,223,.94); border-bottom: 1px solid var(--ink); display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand-mark { width: 52px; height: 52px; border: 2px solid var(--ink); border-radius: 50%; display: inline-grid; place-items: center; overflow: hidden; background: white; transform: rotate(-4deg); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); }
.brand-type { display: grid; line-height: 1; text-transform: uppercase; }
.brand-type strong { font-family: var(--display); font-size: .95rem; }
.brand-type small { font-size: .62rem; letter-spacing: .28em; margin-top: .3rem; }
.site-header nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.25rem); }
.site-header nav a { font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; text-decoration: none; }
.site-header nav a:hover { color: var(--red); }
.nav-cta, .menu-toggle { border: 1px solid var(--ink); background: var(--ink); color: var(--paper); border-radius: 999px; padding: .8rem 1.15rem; font-size: .74rem; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.menu-toggle { display: none; }

.hero { min-height: calc(100svh - 116px); background: var(--ink); color: var(--paper); display: grid; grid-template-columns: 1.05fr .95fr; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 36vw; height: 36vw; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; left: -12vw; bottom: -19vw; }
.hero-copy { padding: clamp(4rem, 8vw, 8rem) 4vw 5rem; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.hero-brand-lockup { width: max-content; max-width: 100%; display: flex; align-items: center; gap: .8rem; margin: 0 0 1.75rem; color: var(--sea); font-size: .7rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero-brand-lockup img { width: 62px; height: 62px; object-fit: cover; border-radius: 50%; border: 2px solid var(--cream); }
.eyebrow { margin: 0 0 1.35rem; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero .eyebrow, .quote-banner .eyebrow { color: var(--amber); }
.hero h1, .section-heading h2, .story-copy h2, .quote-banner h2, .dialog-card h2 { margin: 0; font-family: var(--display); font-weight: 400; line-height: .92; letter-spacing: -.06em; text-transform: uppercase; }
.hero h1 { font-size: clamp(3.7rem, 7.6vw, 8.1rem); max-width: 11ch; }
.hero h1 em, .quote-banner h2 em { font-family: var(--serif); font-weight: 400; text-transform: none; color: var(--amber); }
.hero-lede { max-width: 37rem; color: rgba(255,250,240,.76); font-size: clamp(1rem, 1.5vw, 1.25rem); margin: 2rem 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button { min-height: 50px; border: 1px solid transparent; border-radius: 999px; padding: .85rem 1.35rem; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--amber); color: var(--ink); border-color: var(--amber); }
.button-ghost { background: transparent; color: var(--paper); border-color: rgba(255,255,255,.4); }
.button-ghost-light { background: transparent; color: white; border-color: rgba(255,255,255,.55); }
.button-full { width: 100%; }
.proof-list { display: flex; flex-wrap: wrap; gap: 1.25rem; padding: 0; margin: 2.3rem 0 0; list-style: none; color: var(--sea); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.proof-list li::before { content: "✓"; margin-right: .35rem; color: var(--amber); }
.hero-media { margin: 0; min-height: 620px; position: relative; overflow: hidden; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,39,40,.45), transparent 35%); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media figcaption { position: absolute; z-index: 2; right: 1.5rem; bottom: 1.5rem; max-width: 230px; padding: 1rem 1.2rem; background: var(--cream); color: var(--ink); border: 1px solid var(--ink); transform: rotate(-2deg); }
.hero-media figcaption span, .hero-media figcaption strong { display: block; }
.hero-media figcaption span { color: var(--red); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.hero-media figcaption strong { margin-top: .25rem; font-family: var(--serif); font-size: 1.1rem; }
.hero-stamp { position: absolute; right: calc(50% - 52px); bottom: 2rem; z-index: 3; width: 104px; height: 104px; display: grid; place-items: center; background: white; border: 2px solid var(--cream); border-radius: 50%; overflow: hidden; transform: rotate(8deg); }
.hero-stamp img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); }

.marquee { overflow: hidden; background: var(--teal); border-block: 1px solid var(--ink); padding: .8rem 0; }
.marquee > div { display: flex; align-items: center; justify-content: space-around; min-width: 100%; white-space: nowrap; font-family: var(--display); text-transform: uppercase; font-size: clamp(.85rem, 1.4vw, 1.15rem); }
.marquee i { color: var(--cream); font-style: normal; }

.section { padding: clamp(5rem, 9vw, 9rem) 5vw; }
.section-heading { display: grid; grid-template-columns: .45fr 1fr .75fr; align-items: end; gap: 2rem; margin-bottom: 4rem; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2, .story-copy h2 { font-size: clamp(2.7rem, 5vw, 5.5rem); }
.section-heading > p:last-child { max-width: 34rem; margin: 0; color: rgba(10,39,40,.7); }
.section-heading.light { color: var(--paper); }
.section-heading.light > p:last-child { color: rgba(255,250,240,.72); }

.services { background-color: var(--paper); background-image: radial-gradient(rgba(10,39,40,.09) .7px, transparent .7px); background-size: 8px 8px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { min-height: 360px; border: 1px solid var(--ink); padding: 1.4rem; display: flex; flex-direction: column; position: relative; background: var(--cream); }
.service-card.featured { background: var(--sea); transform: translateY(-1rem) rotate(-1deg); }
.service-number { font-size: .7rem; font-weight: 800; letter-spacing: .15em; }
.service-icon { margin: auto 0; width: 74px; height: 74px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-size: 2rem; }
.service-card h3 { margin: 0 0 .5rem; font-family: var(--display); font-size: 1.45rem; text-transform: uppercase; }
.service-card p { margin: 0 0 1rem; color: rgba(10,39,40,.72); }
.service-card strong { margin-top: auto; border-top: 1px solid var(--ink); padding-top: 1rem; font-size: .8rem; text-transform: uppercase; }

.repair-stories { background: var(--ink-2); color: var(--paper); }
.work-index { margin: -1.5rem 0 5rem; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.38); }
.work-index a { min-height: 76px; padding: 1rem 1.2rem; display: flex; align-items: center; gap: 1rem; border-right: 1px solid rgba(255,255,255,.38); color: var(--paper); font-family: var(--display); font-size: .82rem; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.work-index a:last-child { border-right: 0; }
.work-index a:hover { background: var(--teal); }
.work-index span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--amber); border-radius: 50%; color: var(--amber); font-family: var(--body); font-size: .65rem; }
.case-study { padding: 4rem 0 5rem; border-top: 1px solid rgba(255,255,255,.4); scroll-margin-top: 96px; }
.case-study + .case-study { margin-top: 1rem; }
.case-header { margin-bottom: 2rem; display: grid; grid-template-columns: 1fr .72fr; gap: 3rem; align-items: end; }
.case-number { margin: 0 0 .55rem; color: var(--amber); font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.case-header h3, .build-copy h3, .finish-heading h3 { margin: 0; font-family: var(--display); font-size: clamp(2.2rem, 4.6vw, 5rem); line-height: .92; letter-spacing: -.05em; text-transform: uppercase; }
.case-header > p { max-width: 38rem; margin: 0; color: rgba(255,250,240,.72); }
.case-sequence { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; counter-reset: repair-step; }
.case-step { min-width: 0; margin: 0; aspect-ratio: 3 / 4; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.55); background: #d3d1c8; }
.case-step img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.case-step:hover img { transform: scale(1.025); }
.case-step figcaption, .build-hero figcaption, .finish-card figcaption { position: absolute; left: .65rem; right: .65rem; bottom: .65rem; padding: .75rem .85rem; display: flex; flex-direction: column; background: rgba(244,239,223,.94); border: 1px solid var(--ink); color: var(--ink); backdrop-filter: blur(8px); }
.case-step figcaption span, .build-hero figcaption span, .finish-card figcaption span { color: var(--red); font-size: .63rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.case-step figcaption strong, .build-hero figcaption strong, .finish-card figcaption strong { margin-top: .2rem; font-family: var(--display); font-size: .88rem; line-height: 1.1; text-transform: uppercase; }
.case-step-finish { outline: 3px solid var(--amber); outline-offset: -4px; }

.custom-build { background-color: var(--paper); background-image: radial-gradient(rgba(10,39,40,.08) .7px, transparent .7px); background-size: 8px 8px; border-bottom: 1px solid var(--ink); }
.custom-build, .custom-build * { scroll-margin-top: 96px; }
.build-lead { margin-bottom: 5rem; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); border: 1px solid var(--ink); background: var(--cream); }
.build-hero { min-height: 720px; margin: 0; position: relative; overflow: hidden; border-right: 1px solid var(--ink); }
.build-hero img { width: 100%; height: 100%; object-fit: cover; }
.build-copy { padding: clamp(2rem, 5vw, 5rem); display: flex; flex-direction: column; justify-content: center; }
.build-copy > img { width: 86px; height: 86px; margin-bottom: 2rem; object-fit: cover; border: 2px solid var(--ink); border-radius: 50%; transform: rotate(-5deg); }
.build-copy > p:not(.case-number) { margin: 1.5rem 0 2rem; color: rgba(10,39,40,.72); }
.build-copy dl { margin: 0; border-top: 1px solid var(--ink); }
.build-copy dl div { padding: .8rem 0; display: flex; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--ink); }
.build-copy dt { color: var(--red); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.build-copy dd { margin: 0; text-align: right; font-weight: 800; }
.shape-sequence { display: grid; grid-template-columns: repeat(5, 1fr); gap: .75rem; }
.shape-sequence figure { min-width: 0; margin: 0; background: var(--ink); border: 1px solid var(--ink); }
.shape-sequence img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.shape-sequence figcaption { min-height: 84px; padding: .9rem; display: flex; align-items: flex-start; gap: .65rem; color: var(--paper); }
.shape-sequence figcaption span { color: var(--amber); font-size: .68rem; font-weight: 800; }
.shape-sequence figcaption strong { font-family: var(--display); font-size: .78rem; line-height: 1.15; text-transform: uppercase; }
.finish-heading { margin: clamp(5rem, 9vw, 9rem) 0 3rem; display: grid; grid-template-columns: .42fr 1fr .7fr; gap: 2rem; align-items: end; }
.finish-heading .eyebrow { align-self: start; }
.finish-heading > p:last-child { margin: 0; color: rgba(10,39,40,.7); }
.finish-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .85rem; }
.finish-card { min-width: 0; margin: 0; aspect-ratio: 3 / 4; position: relative; overflow: hidden; border: 1px solid var(--ink); background: #c8c9c2; }
.finish-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.finish-card:hover img { transform: scale(1.025); }
.finish-logo-card { aspect-ratio: 3 / 4; border: 1px solid var(--ink); background: var(--amber); display: grid; place-items: center; align-content: center; gap: 1.5rem; padding: clamp(1.5rem, 3vw, 3rem); text-align: center; overflow: hidden; }
.finish-logo-card img { width: min(70%, 230px); aspect-ratio: 1; object-fit: cover; border-radius: 50%; border: 2px solid var(--ink); }
.finish-logo-card p { margin: 0; font-family: var(--display); font-size: clamp(2.2rem, 4.5vw, 5rem); line-height: .88; letter-spacing: -.05em; }
.text-link { font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: .3rem; }

.process { background: var(--amber); border-block: 1px solid var(--ink); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.process-list li { display: grid; grid-template-columns: .28fr 1fr; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid var(--ink); }
.process-list > li > span { font-family: var(--serif); font-size: 3rem; font-style: italic; }
.process-list h3 { margin: 0; font-family: var(--display); font-size: clamp(1.4rem,3vw,2.5rem); text-transform: uppercase; }
.process-list p { max-width: 48rem; margin: .4rem 0 0; }

.story { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,7vw,8rem); align-items: center; background: var(--paper); }
.story-media { position: relative; }
.story-media img { width: 100%; max-height: 760px; object-fit: cover; border: 1px solid var(--ink); }
.story-media span { position: absolute; right: -1.5rem; bottom: 2rem; width: 136px; height: 136px; display: grid; place-items: center; background: var(--teal); border: 2px solid var(--ink); border-radius: 50%; text-align: center; font-family: var(--display); font-size: .8rem; text-transform: uppercase; transform: rotate(8deg); }
.story-copy > p:not(.eyebrow) { max-width: 38rem; color: rgba(10,39,40,.72); font-size: 1.05rem; }
.story-copy blockquote { margin: 2rem 0; padding: 1.5rem 0; border-block: 1px solid var(--ink); font-family: var(--serif); font-size: clamp(1.4rem,2.5vw,2.2rem); font-style: italic; }

.price-section { background: var(--sea); border-block: 1px solid var(--ink); }
.price-panels { border-top: 2px solid var(--ink); }
.price-panels details { border-bottom: 2px solid var(--ink); }
.price-panels summary { padding: 1rem .35rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; list-style: none; cursor: pointer; }
.price-panels summary::-webkit-details-marker { display: none; }
.price-panels summary > span { display: flex; align-items: center; gap: .8rem; font-family: var(--display); font-size: clamp(1.2rem, 3vw, 2.2rem); text-transform: uppercase; }
.price-panels summary img { width: 46px; height: 46px; border: 1px solid var(--ink); border-radius: 50%; object-fit: cover; }
.price-panels summary > strong { color: var(--red); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.price-panels details .price-table { padding-left: 3.5rem; border-top: 1px solid var(--ink); }
.price-table { border-top: 2px solid var(--ink); }
.price-table div { padding: 1.2rem .4rem; display: flex; justify-content: space-between; gap: 2rem; border-bottom: 1px solid var(--ink); }
.price-table span { font-family: var(--display); font-size: clamp(1rem,2.4vw,1.8rem); text-transform: uppercase; }
.price-table strong { color: var(--red); text-align: right; }
.price-note { font-size: .75rem; font-weight: 700; }
.custom-quote-card { margin-top: 2rem; padding: clamp(1.2rem, 3vw, 2rem); display: grid; grid-template-columns: 120px 1fr auto; gap: 2rem; align-items: center; border: 2px solid var(--ink); background: var(--cream); }
.custom-quote-card > img { width: 120px; height: 120px; object-fit: cover; border-radius: 50%; border: 2px solid var(--ink); }
.custom-quote-card .eyebrow { margin-bottom: .5rem; }
.custom-quote-card h3 { margin: 0; font-family: var(--display); font-size: clamp(1.5rem, 3vw, 2.6rem); line-height: 1; text-transform: uppercase; }
.custom-quote-card p:last-child { margin-bottom: 0; color: rgba(10,39,40,.72); }

.faq { background: var(--cream); display: grid; grid-template-columns: .7fr 1fr; gap: 6vw; }
.faq .section-heading { display: block; margin: 0; }
.faq-list { border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--ink); }
.faq summary { padding: 1.35rem 0; display: flex; justify-content: space-between; gap: 1rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-family: var(--serif); font-size: 1.5rem; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: 0; padding: 0 2rem 1.4rem 0; color: rgba(10,39,40,.72); }

.quote-banner { min-height: 620px; padding: 7rem 5vw; background: linear-gradient(90deg, rgba(10,39,40,.95), rgba(10,39,40,.72)), url('assets/pier.jpg') center/cover; color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.quote-banner h2 { font-size: clamp(3rem,7vw,7rem); }
.quote-logo { width: 112px; height: 112px; object-fit: cover; border-radius: 50%; border: 2px solid white; margin-bottom: 1.5rem; transform: rotate(-4deg); }
.shop-info { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--amber); border-bottom: 1px solid var(--ink); }
.shop-info > div { min-height: 190px; padding: 1.5rem; border-right: 1px solid var(--ink); display: flex; flex-direction: column; justify-content: space-between; }
.shop-info > div:last-child { border-right: 0; }
.shop-info span { color: var(--red); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.shop-info strong { font-family: var(--display); font-size: clamp(1.05rem, 1.8vw, 1.55rem); line-height: 1.05; text-transform: uppercase; overflow-wrap: anywhere; }
.shop-info strong a { text-decoration: none; }
.shop-info p { margin: 0; font-size: .8rem; }

footer { background: var(--ink); color: var(--paper); padding: 4rem 5vw 7rem; display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 3rem; position: relative; }
footer .footer-brand { display: flex; align-items: flex-start; gap: 1rem; }
footer .brand-mark { border-color: var(--paper); flex: 0 0 auto; width: 72px; height: 72px; }
footer p { color: rgba(255,250,240,.68); margin: .5rem 0 0; }
footer a { color: inherit; }
.copyright { position: absolute; left: 5vw; bottom: 1.5rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.mobile-actions { display: none; }

.quote-dialog { width: min(620px, calc(100% - 2rem)); max-height: calc(100% - 2rem); border: 0; padding: 0; background: transparent; color: var(--ink); }
.quote-dialog::backdrop { background: rgba(3,18,19,.82); backdrop-filter: blur(6px); }
.dialog-card { background: var(--paper); border: 1px solid var(--ink); padding: clamp(1.4rem,5vw,3rem); position: relative; }
.dialog-card h2 { font-size: clamp(2.4rem,6vw,4.5rem); margin-bottom: 1rem; }
.dialog-logo { width: 76px; height: 76px; object-fit: cover; border: 2px solid var(--ink); border-radius: 50%; margin-bottom: 1rem; }
.dialog-close { position: absolute; top: .8rem; right: .8rem; width: 42px; height: 42px; background: var(--ink); color: var(--paper); border: 0; border-radius: 50%; font-size: 1.5rem; cursor: pointer; }
.dialog-card label { display: grid; gap: .4rem; margin-top: 1rem; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.dialog-card select, .dialog-card textarea { width: 100%; border: 1px solid var(--ink); border-radius: 0; background: white; padding: .85rem; color: var(--ink); text-transform: none; letter-spacing: normal; }
.dialog-card small { display: block; text-align: center; margin-top: .7rem; color: rgba(10,39,40,.58); }

@media (max-width: 900px) {
  .site-header { height: 72px; }
  .menu-toggle { display: block; background: transparent; color: var(--ink); padding: .65rem 1rem; }
  .site-header nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 1.2rem 4vw 1.5rem; background: var(--cream); border-bottom: 1px solid var(--ink); flex-direction: column; align-items: stretch; }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding: .5rem 0; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 70svh; }
  .hero-media { min-height: 68svh; }
  .hero-stamp { right: 1.5rem; bottom: calc(68svh - 52px); }
  .section-heading { grid-template-columns: 1fr; gap: 1rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card.featured { min-height: 290px; transform: none; }
  .work-index { grid-template-columns: 1fr; }
  .work-index a { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.38); }
  .work-index a:last-child { border-bottom: 0; }
  .case-header { grid-template-columns: 1fr; gap: 1rem; }
  .case-sequence { grid-template-columns: repeat(2, 1fr); }
  .build-lead { grid-template-columns: 1fr; }
  .build-hero { min-height: 680px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .shape-sequence { grid-template-columns: repeat(3, 1fr); }
  .finish-heading { grid-template-columns: 1fr; gap: 1rem; }
  .finish-grid { grid-template-columns: repeat(2, 1fr); }
  .story { grid-template-columns: 1fr; }
  .story-media { max-width: 640px; }
  .faq { grid-template-columns: 1fr; }
  .shop-info { grid-template-columns: 1fr 1fr; }
  .shop-info > div:nth-child(2) { border-right: 0; }
  .shop-info > div { border-bottom: 1px solid var(--ink); }
  .custom-quote-card { grid-template-columns: 90px 1fr; }
  .custom-quote-card > img { width: 90px; height: 90px; }
  .custom-quote-card .button { grid-column: span 2; }
  footer { grid-template-columns: 1fr 1fr; }
  footer .footer-brand { grid-column: span 2; }
}

@media (max-width: 620px) {
  .announcement { justify-content: center; text-align: center; }
  .announcement a { display: none; }
  .brand-type { display: none; }
  .hero-copy { padding: 4rem 1.2rem; }
  .hero h1 { font-size: clamp(3.15rem,16vw,5rem); }
  .proof-list { gap: .75rem; font-size: .65rem; }
  .hero-media { min-height: 72svh; }
  .hero-stamp { bottom: calc(72svh - 48px); width: 94px; height: 94px; }
  .section { padding: 5rem 1.2rem; }
  .marquee > div { justify-content: flex-start; gap: 1.2rem; padding-left: 1rem; overflow: hidden; }
  .marquee span:last-child { display: none; }
  .work-index { margin-bottom: 3rem; }
  .case-study { padding: 3rem 0; }
  .case-sequence { grid-template-columns: repeat(2, 1fr); gap: .5rem; }
  .case-step figcaption { left: .4rem; right: .4rem; bottom: .4rem; padding: .6rem; }
  .case-step figcaption strong { font-size: .75rem; }
  .build-hero { min-height: 125vw; }
  .build-copy { padding: 2rem 1.2rem; }
  .shape-sequence { grid-template-columns: repeat(2, 1fr); gap: .5rem; }
  .shape-sequence figcaption { min-height: 76px; padding: .7rem; }
  .finish-grid { grid-template-columns: 1fr 1fr; gap: .5rem; }
  .finish-card figcaption { left: .4rem; right: .4rem; bottom: .4rem; padding: .6rem; }
  .finish-card figcaption strong { font-size: .75rem; }
  .finish-logo-card { padding: 1rem; }
  .finish-logo-card p { font-size: clamp(1.5rem, 9vw, 2.4rem); }
  .process-list li { grid-template-columns: 54px 1fr; gap: 1rem; }
  .story-media span { right: -.5rem; width: 116px; height: 116px; }
  .price-table div { align-items: flex-end; }
  .price-table strong { font-size: .76rem; }
  .price-panels summary > strong { display: none; }
  .price-panels details .price-table { padding-left: 0; }
  .custom-quote-card { grid-template-columns: 1fr; text-align: left; }
  .custom-quote-card > img { width: 86px; height: 86px; }
  .custom-quote-card .button { grid-column: auto; }
  .shop-info { grid-template-columns: 1fr; }
  .shop-info > div, .shop-info > div:nth-child(2) { min-height: 150px; border-right: 0; }
  .quote-banner { padding: 5rem 1.2rem 7rem; }
  footer { grid-template-columns: 1fr; padding: 4rem 1.2rem 8rem; }
  footer .footer-brand { grid-column: auto; }
  .copyright { left: 1.2rem; bottom: 4.8rem; }
  .mobile-actions { position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: .72fr 1.28fr; border-top: 1px solid var(--ink); }
  .mobile-actions a, .mobile-actions button { min-height: 56px; border: 0; border-right: 1px solid var(--ink); background: var(--cream); color: var(--ink); display: grid; place-items: center; text-decoration: none; font-weight: 800; text-transform: uppercase; }
  .mobile-actions button { background: var(--amber); cursor: pointer; }
}

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