/* Tideline Carpet Care — rebuild. Tokens */
:root {
  --marina: #1C5DA8;
  --marina-deep: #143F73;
  --ink: #0E2A4A;
  --accent: #3FA6C4;
  --sand: #E9DFCB;
  --paper: #FDFCF8;
  --wet-sand: #6E6350;
  --display: "Bricolage Grotesque", "Segoe UI", sans-serif;
  --body: "Instrument Sans", "Segoe UI", sans-serif;
  --mono: "Spline Sans Mono", Consolas, monospace;
  --ease-tide: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); color: var(--ink); background: var(--paper); line-height: 1.55; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: var(--display); line-height: 1.06; letter-spacing: -0.015em; }
a { color: inherit; }
::selection { background: var(--accent); color: var(--paper); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
.skip { position: absolute; left: -999px; top: 0; z-index: 200; background: var(--ink); color: var(--paper); padding: .6rem 1rem; }
.skip:focus { left: 0; }

/* Buttons */
.btn { display: inline-block; font-family: var(--display); font-weight: 700; text-decoration: none; border: 0; cursor: pointer; padding: .85rem 1.7rem; border-radius: 999px; font-size: 1.02rem; transition: background .15s var(--ease-tide), box-shadow .15s var(--ease-tide); }
.btn-solid { background: var(--marina); color: var(--paper); }
.btn-solid:hover { background: var(--marina-deep); }
.btn-sand { background: var(--sand); color: var(--ink); box-shadow: 0 6px 24px rgba(14,42,74,.25); }
.btn-sand:hover { background: #F2EAD8; }
.btn-ghost { background: transparent; color: var(--paper); box-shadow: inset 0 0 0 2px rgba(253,252,248,.55); }
.btn-ghost:hover { box-shadow: inset 0 0 0 2px var(--paper); }
.btn-small { padding: .55rem 1.15rem; font-size: .92rem; }
.btn-wide { width: 100%; font-size: 1.08rem; text-align: center; }

/* Topbar */
.topbar { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 1.4rem; padding: .7rem clamp(1rem, 4vw, 2.5rem); background: rgba(253,252,248,.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--sand); }
.brand { display: flex; align-items: center; gap: .6rem; text-decoration: none; margin-right: auto; }
.brand-mark { width: 34px; height: 34px; }
.brand-name { font-family: var(--display); font-weight: 800; font-size: 1.15rem; line-height: 1; }
.brand-sub { display: block; font-family: var(--body); font-weight: 500; font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; color: var(--wet-sand); margin-top: 2px; }
.topnav { display: flex; gap: 1.2rem; }
.topnav a { text-decoration: none; font-weight: 500; font-size: .95rem; }
.topnav a:hover { color: var(--accent); }
.nav-toggle { display: none; background: none; border: 0; color: var(--ink); cursor: pointer; padding: .4rem; }
.mobile-menu { position: fixed; top: 58px; left: 0; right: 0; z-index: 60; background: var(--paper); border-bottom: 1px solid var(--sand); display: flex; flex-direction: column; padding: .6rem 1.2rem 1rem; box-shadow: 0 18px 40px rgba(14,42,74,.15); }
.mobile-menu a { text-decoration: none; font-family: var(--display); font-weight: 700; font-size: 1.1rem; padding: .7rem .2rem; border-bottom: 1px dashed var(--sand); }
.mobile-menu a:last-child { border-bottom: 0; }
@media (max-width: 700px) { .topnav { display: none; } .nav-toggle { display: block; } }
@media (min-width: 701px) { .mobile-menu { display: none !important; } }
#pricing, #book, #menu, #standard { scroll-margin-top: 72px; }

/* ===== Hero ===== */
.hero { position: relative; min-height: 92vh; display: grid; align-items: center; background: linear-gradient(175deg, var(--marina-deep), var(--marina) 70%); color: var(--paper); overflow: hidden; padding: clamp(4rem, 8vw, 6rem) clamp(1rem, 5vw, 3.5rem) clamp(7rem, 12vw, 10rem); }
#hero-gl { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 1.2s var(--ease-tide); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(92deg, rgba(8,22,39,.62) 0%, rgba(8,22,39,.34) 45%, rgba(8,22,39,.05) 75%); pointer-events: none; }
#hero-gl.gl-on { opacity: 1; }
#hero-gl.gl-dead { display: none; }
.hero-inner { position: relative; z-index: 2; max-width: 1120px; margin: 0 auto; width: 100%; }
.eyebrow { font-family: var(--mono); font-size: .78rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: #BBDDE9; margin-bottom: 1.3rem; }
.hero-title { font-size: clamp(2.4rem, 8.5vw, 6.2rem); font-weight: 800; line-height: .96; margin-bottom: 1rem; max-width: 15ch; text-shadow: 0 2px 30px rgba(8,22,39,.35); }
.hero-title em { font-style: normal; color: var(--accent); }
.hero-caption { font-family: var(--mono); font-size: .82rem; letter-spacing: .06em; color: var(--sand); margin-bottom: 1.2rem; }
.hero-lede { max-width: 560px; font-size: 1.12rem; color: #E4EEF8; margin-bottom: 2rem; }
.hero-ctas { display: flex; gap: .9rem; flex-wrap: wrap; }
.hero-note { margin-top: 2rem; font-family: var(--mono); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--sand); }
.tide-boundary { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 3; }
.tide-boundary svg { display: block; width: 100%; height: clamp(40px, 6vw, 90px); }

/* Menu tiles */
.menu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.1rem; }
.menu-tile { display: block; text-decoration: none; background: #fff; border: 1px solid var(--sand); border-radius: 16px; padding: 1.3rem 1.4rem; transition: border-color .2s var(--ease-tide), box-shadow .2s var(--ease-tide); }
.menu-tile:hover { border-color: var(--accent); box-shadow: 0 10px 30px rgba(28,93,168,.12); }
.menu-tile strong { display: block; font-family: var(--display); font-size: 1.12rem; margin-bottom: .25rem; }
.menu-tile strong::after { content: " →"; color: var(--accent); }
.menu-tile span { font-size: .9rem; color: var(--wet-sand); }
.menu-tile em { display: block; font-style: normal; font-family: var(--mono); font-size: .78rem; color: var(--wet-sand); margin-top: .5rem; }
.menu-sub { color: var(--marina); }

/* Namesake pull line */
.namesake { max-width: 820px; margin: clamp(3rem, 6vw, 4.5rem) auto 0; padding: 0 clamp(1rem, 5vw, 3rem); font-family: var(--display); font-weight: 600; font-size: clamp(1.3rem, 2.6vw, 1.9rem); line-height: 1.25; text-wrap: balance; text-align: center; }
.namesake span { color: var(--accent); }

/* ===== Sections + bands ===== */
.section { padding: clamp(3rem, 7vw, 5.5rem) clamp(1rem, 5vw, 3rem); max-width: 1160px; margin: 0 auto; }
.section-head { max-width: 680px; margin: 0 0 2.4rem; }
.section-head h2 { font-size: clamp(1.7rem, 4vw, 2.6rem); font-weight: 700; margin-bottom: .8rem; text-wrap: balance; }
.section-head p { color: var(--wet-sand); font-size: 1.04rem; }
.band { position: relative; color: var(--paper); overflow: hidden; }
.band-water { background: linear-gradient(160deg, var(--ink), var(--marina-deep)); }
.band-sand { background: var(--sand); color: var(--ink); }
.band-inner { position: relative; z-index: 2; max-width: 1160px; margin: 0 auto; padding: clamp(3rem, 7vw, 5.5rem) clamp(1rem, 5vw, 3rem); }
.band h2 { font-size: clamp(1.7rem, 4vw, 2.5rem); margin-bottom: 1.2rem; text-wrap: balance; }

/* ===== Packages (clickable presets) ===== */
.pkg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.3rem; margin-bottom: 1.2rem; }
.pkg { font-family: var(--body); color: var(--ink); cursor: pointer; width: 100%; background: #fff; border: 1px solid var(--sand); border-radius: 18px; padding: 1.7rem 1.5rem; position: relative; text-align: center; transition: box-shadow .2s var(--ease-tide), border-color .2s var(--ease-tide); }
.pkg:hover { border-color: var(--accent); box-shadow: 0 10px 30px rgba(28,93,168,.12); }
.pkg.picked { border: 2px solid var(--accent); box-shadow: 0 14px 44px rgba(63,166,196,.2); }
.pkg.featured { border: 2px solid var(--marina); box-shadow: 0 14px 44px rgba(28,93,168,.13); }
.pkg.featured.picked { border-color: var(--accent); }
.flag { position: absolute; top: -.85rem; left: 50%; transform: translateX(-50%); background: var(--marina); color: var(--paper); font-family: var(--mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; padding: .28rem .8rem; border-radius: 999px; white-space: nowrap; }
.pkg h3 { font-size: 1.2rem; margin-bottom: .2rem; }
.pkg-size { font-size: .9rem; color: var(--wet-sand); margin-bottom: .8rem; }
.pkg-price { font-family: var(--mono); font-weight: 600; font-size: 2.4rem; color: var(--marina); letter-spacing: -.03em; }
.pkg-price span { font-size: .95rem; color: var(--wet-sand); font-weight: 500; letter-spacing: 0; }
.pkg-note { font-size: .88rem; color: var(--wet-sand); margin-top: .7rem; }
.addon-row { text-align: center; margin-bottom: 2.6rem; }
.addon-head { font-family: var(--display); font-weight: 700; font-size: 1.05rem; margin-bottom: .8rem; }
.addon-chips { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; }
.addon { background: var(--sand); border-radius: 999px; padding: .5rem 1.1rem; font-size: .92rem; }
.addon strong { font-family: var(--display); }
.confirm-head { margin-bottom: 1.6rem; }
.confirm-head h3 { font-size: clamp(1.25rem, 2.6vw, 1.6rem); margin-bottom: .4rem; }

/* Standard list */
.std-list { list-style: none; margin-top: .5rem; }
.std-list li { padding: .45rem 0 .45rem 2rem; position: relative; font-size: .99rem; color: #4A4030; }
.std-list li::before { content: ""; position: absolute; left: .5rem; top: .95rem; width: 15px; height: 7px; border-bottom: 2.5px solid var(--accent); border-radius: 0 0 6px 6px; }

/* ===== Configurator ===== */
.config-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 2rem; align-items: start; }
@media (max-width: 860px) { .config-grid { grid-template-columns: 1fr; } }
.cfg-group { border: 1px solid var(--sand); border-radius: 16px; padding: 1.1rem 1.2rem 1.2rem; margin-bottom: 1.1rem; background: #fff; }
.cfg-group legend { font-family: var(--display); font-weight: 700; font-size: 1.02rem; padding: 0 .5rem; }
.cfg-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .55rem 0; border-bottom: 1px dashed #EFE7D6; }
.cfg-row:last-child { border-bottom: 0; }
.cfg-label { font-weight: 500; font-size: .98rem; }
.cfg-label em { display: block; font-style: normal; font-family: var(--mono); font-size: .8rem; color: var(--wet-sand); }
.stepper { display: flex; align-items: center; gap: .1rem; }
.stepper button { width: 40px; height: 40px; border: 1px solid var(--sand); background: var(--paper); border-radius: 10px; font-size: 1.2rem; font-weight: 700; color: var(--marina); cursor: pointer; }
.stepper button:hover { background: var(--sand); }
.stepper output { min-width: 2.2rem; text-align: center; font-family: var(--mono); font-weight: 600; font-size: 1.05rem; }
.cfg-note { font-size: .9rem; color: var(--wet-sand); max-width: 56ch; }

.receipt { position: sticky; top: 76px; background: var(--sand); border-radius: 18px; padding: 1.5rem 1.5rem 1.6rem; box-shadow: 0 14px 44px rgba(28,93,168,.12); }
@media (max-width: 860px) { .receipt { order: -1; position: static; } }
.line-in { animation: lineIn .28s var(--ease-tide) both; }
@keyframes lineIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.receipt-total output.tick { animation: totalTick .3s var(--ease-tide); }
@keyframes totalTick { 0% { transform: scale(1.12); } 100% { transform: scale(1); } }
.receipt-title { font-size: 1.15rem; margin-bottom: .9rem; }
.receipt-lines { list-style: none; font-family: var(--mono); font-size: .88rem; }
.receipt-lines li { display: flex; justify-content: space-between; gap: 1rem; padding: .28rem 0; border-bottom: 1px dotted #D9CBAD; }
.receipt-empty { color: var(--wet-sand); border-bottom: 0 !important; }
.receipt-min { margin-top: .9rem; }
.min-bar { height: 8px; border-radius: 99px; background: #D9CBAD; overflow: hidden; }
.min-bar span { display: block; height: 100%; width: 0; background: var(--marina); border-radius: 99px; transition: width .32s var(--ease-tide); }
#min-note { font-size: .85rem; color: var(--wet-sand); margin-top: .5rem; }
.receipt-total { display: flex; justify-content: space-between; align-items: baseline; margin-top: 1rem; font-family: var(--display); font-weight: 800; font-size: 1.1rem; }
.receipt-total output { font-family: var(--mono); font-size: 2rem; color: var(--marina); }
.receipt-vow { font-size: .85rem; color: var(--wet-sand); margin: .3rem 0 1rem; }

/* ===== Extraction band / steps ===== */
.extract-stage { position: relative; }
#extract-fx { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.8rem; max-width: 1000px; }
.step-label { font-family: var(--display); font-weight: 800; font-size: 1.25rem; margin-bottom: .45rem; display: inline-block; border-bottom: 3px solid var(--accent); padding-bottom: .12rem; }
.band-water .step p:last-child { color: #C8D9EC; font-size: .98rem; }
.drydown { max-width: 420px; height: 10px; border-radius: 99px; margin-top: 2.4rem; background: #12395F; overflow: hidden; }
.drydown-bar { display: block; height: 100%; width: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--accent), #7CC7DC); transform-origin: left; }
.drydown-caption { font-family: var(--mono); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--sand); margin-top: .6rem; }

/* ===== Rugs ===== */
.rug-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
@media (max-width: 760px) { .rug-compare { grid-template-columns: 1fr; } }
.rug-col { background: #fff; border: 1px solid var(--sand); border-radius: 18px; padding: 1.6rem; }
.rug-col h3 { font-size: 1.2rem; margin-bottom: 1rem; }
.price-dl { margin-bottom: 1rem; }
.price-dl div { display: flex; justify-content: space-between; align-items: baseline; padding: .45rem 0; border-bottom: 1px dashed #EFE7D6; }
.price-dl dt { font-weight: 500; }
.price-dl dd { font-family: var(--mono); font-weight: 600; font-size: 1.15rem; color: var(--marina); }
.rug-col p { color: var(--wet-sand); font-size: .96rem; }

/* ===== Split (pet/upholstery) ===== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
@media (max-width: 760px) { .split { grid-template-columns: 1fr; } }
.split h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); margin-bottom: .8rem; }
.split p { color: var(--wet-sand); }
.split strong { color: var(--ink); }

/* ===== Crew ===== */
.crew-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 2.5rem; align-items: center; }
@media (max-width: 780px) { .crew-grid { grid-template-columns: 1fr; } }
.band-sand .crew-grid p { margin-bottom: 1rem; color: #4A4030; max-width: 54ch; }
.x5-frame { margin: 0; }
.x5-photo { border-radius: 18px; overflow: hidden; box-shadow: 0 18px 50px rgba(14,42,74,.3); position: relative; }
.x5-photo img { display: block; width: 100%; height: auto; filter: saturate(1.08) contrast(1.04); }
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .x5-develop img { animation: develop 1ms linear both; animation-timeline: view(); animation-range: entry 10% entry 70%; }
    @keyframes develop { from { filter: saturate(.1) contrast(.9) brightness(.85); } to { filter: saturate(1.08) contrast(1.04); } }
  }
}
.x5-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,93,168,.10), rgba(14,42,74,.16)); mix-blend-mode: soft-light; pointer-events: none; }
.x5-caption { font-family: var(--mono); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--marina); margin-top: .7rem; text-align: center; }

/* ===== Areas ===== */
.area-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.3rem; }
.area { background: #fff; border: 1px solid var(--sand); border-radius: 16px; padding: 1.4rem; }
.area h3 { font-size: 1.08rem; margin-bottom: .5rem; }
.area h3 em { font-family: var(--mono); font-style: normal; font-weight: 500; font-size: .8rem; color: var(--wet-sand); margin-left: .4rem; }
.area p { font-size: .93rem; color: var(--wet-sand); }

/* ===== STR ===== */
.str-lede { max-width: 62ch; color: #C8D9EC; margin-bottom: 1.6rem; }
.band-water .str-lede strong { color: var(--paper); }

/* ===== Promise ===== */
.band-promise { background: var(--marina); }
.promise-inner { text-align: center; max-width: 720px; }
.promise-seal { width: 64px; height: 64px; margin-bottom: 1rem; }
.band-promise p { font-size: 1.15rem; color: #E4EEF8; max-width: 46ch; margin: 0 auto; }

/* ===== FAQ ===== */
.faq-list { max-width: 780px; }
.faq-list details { border-bottom: 1px solid var(--sand); }
.faq-list summary { cursor: pointer; font-family: var(--display); font-weight: 600; font-size: 1.05rem; padding: 1rem .2rem; list-style-position: outside; }
.faq-list summary::marker { color: var(--accent); }
.faq-list p { padding: 0 .2rem 1.1rem; color: var(--wet-sand); max-width: 68ch; }

/* ===== Book ===== */
.band-book { background: linear-gradient(170deg, var(--marina), var(--marina-deep)); }
#sand-fx { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.book-inner { max-width: 680px; }
.book-lede { color: #DCE9F6; margin-bottom: 2rem; }
.book-form { text-align: left; }
.zipcheck label, .book-form .form-row label { display: flex; flex-direction: column; gap: .35rem; font-size: .88rem; font-weight: 600; color: #CFE1F2; }
.zipcheck { margin-bottom: 1.1rem; max-width: 220px; }
.zip-msg { font-size: .88rem; color: var(--sand); margin-top: .5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
@media (max-width: 560px) { .form-row { grid-template-columns: 1fr; } }
.book-form input, .book-form select { font-family: var(--body); font-size: 1rem; color: var(--ink); padding: .8rem .95rem; border: 0; border-radius: 10px; background: var(--paper); }
.book-form input::placeholder { color: #9A917E; }
.field-note { font-weight: 400; font-size: .76rem; color: #A9C4DE; }
.slot-picker { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: .8rem; margin-bottom: .6rem; }
.slot-day { display: flex; flex-direction: column; gap: .45rem; }
.slot-day-h { font-family: var(--mono); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--sand); }
.slot-note { font-size: .82rem; color: #A9C4DE; margin-bottom: 1.2rem; }
.order-recap { background: rgba(253,252,248,.12); border-radius: 10px; padding: .7rem .9rem; font-family: var(--mono); font-size: .84rem; color: var(--sand); margin-bottom: 1rem; }
.opt { font-weight: 400; color: #A9C4DE; }
.micro-steps { margin-bottom: 2rem; max-width: 56ch; }
.micro-steps p { color: #C8D9EC; font-size: .96rem; padding: .3rem 0; }
.micro-steps strong { color: var(--paper); font-family: var(--display); }
.slot { display: block; }
.slot input { position: absolute; opacity: 0; }
.slot span { display: block; text-align: center; padding: .6rem .4rem; border-radius: 10px; background: rgba(253,252,248,.12); color: var(--paper); font-size: .85rem; cursor: pointer; border: 2px solid transparent; font-family: var(--mono); }
.slot input:checked + span { background: var(--sand); color: var(--ink); border-color: var(--accent); }
.slot input:focus-visible + span { outline: 3px solid var(--accent); }
.book-vow { text-align: center; margin-top: 1rem; font-size: .9rem; color: var(--sand); }
.book-alt { text-align: center; margin-top: .5rem; font-size: .88rem; color: #CFE1F2; }

/* ===== Sticky mobile bar ===== */
.sticky-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .65rem 1rem calc(.65rem + env(safe-area-inset-bottom)); background: rgba(14,42,74,.96); backdrop-filter: blur(8px); }
.sticky-bar .btn { padding: .7rem 1.4rem; min-height: 48px; }
.sticky-total { font-family: var(--mono); font-weight: 600; color: var(--paper); font-size: .95rem; }
@media (min-width: 861px) { .sticky-bar { display: none; } }

/* ===== Footer ===== */
.footer { padding: 2.2rem clamp(1rem, 5vw, 3rem) 4.5rem; border-top: 1px solid var(--sand); }
.footer-inner { max-width: 1160px; margin: 0 auto; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .92rem; color: var(--wet-sand); }
.footer strong { color: var(--ink); }
.footer-about { width: 100%; font-size: .85rem; color: var(--wet-sand); }
.footer-namesake { width: 100%; font-family: var(--display); font-weight: 600; font-size: 1rem; color: var(--ink); }
.footer-nav { display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; width: 100%; margin-top: .6rem; }
.footer-nav a { font-size: .85rem; color: var(--wet-sand); text-decoration: none; }
.footer-nav a:hover { color: var(--marina); text-decoration: underline; }

/* Location/service pages */
.loc-hero { background: linear-gradient(175deg, var(--marina-deep), var(--marina)); color: var(--paper); padding: clamp(3rem, 7vw, 5rem) clamp(1rem, 5vw, 3rem); }
.loc-hero-inner { max-width: 880px; margin: 0 auto; }
.loc-hero h1 { font-size: clamp(2rem, 5.5vw, 3.4rem); font-weight: 800; margin-bottom: 1rem; max-width: 20ch; }
.loc-hero p { max-width: 60ch; color: #E4EEF8; font-size: 1.08rem; }
.loc-body { max-width: 880px; margin: 0 auto; padding: clamp(2.5rem, 6vw, 4rem) clamp(1rem, 5vw, 3rem); }
.loc-body h2 { font-size: clamp(1.4rem, 3vw, 1.9rem); margin: 2rem 0 .7rem; }
.loc-body p { color: var(--wet-sand); margin-bottom: 1rem; max-width: 68ch; }
.loc-body strong { color: var(--ink); }
.loc-cta { margin-top: 2rem; }

/* ===== Motion: waterline reveal + dry-down, scroll-driven, additive only ===== */
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .reveal { animation: tidewipe 1ms linear both; animation-timeline: view(); animation-range: entry 0% entry 60%; }
    @keyframes tidewipe {
      from { clip-path: polygon(0 100%, 8% 96%, 20% 100%, 34% 95%, 50% 100%, 66% 95%, 80% 100%, 92% 96%, 100% 100%, 100% 100%, 0 100%); opacity: .25; }
      to { clip-path: polygon(0 0, 8% 0, 20% 0, 34% 0, 50% 0, 66% 0, 80% 0, 92% 0, 100% 0, 100% 100%, 0 100%); opacity: 1; }
    }
    .drydown-bar { animation: drydown 1ms linear both; animation-timeline: view(); animation-range: entry 20% cover 70%; }
    @keyframes drydown { from { transform: scaleX(1); } to { transform: scaleX(.06); } }
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
