/* Waterfront Card Shop — ported from Claude Design "Waterfront Card Shop.dc.html" */

:root {
  --navy: #071F3B;
  --navy-2: #0B3C5D;
  --teal: #087C9E;
  --aqua: #00B8C8;
  --mint: #A8E1DD;
  --gold: #F4B63D;
  --sand: #FAF9F5;
  --slate: #5D6B78;
  --display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --body: Manrope, system-ui, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, monospace;
  --ease: cubic-bezier(.22, .7, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--sand);
  color: var(--navy);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--aqua); }
img { max-width: 100%; }
h1, h2, h3, p { margin: 0; }
button { font: inherit; }

/* ---------- keyframes ---------- */
@keyframes wf-beacon { 0%, 88% { opacity: 0; transform: scale(.85); } 94% { opacity: .55; transform: scale(1.04); } 100% { opacity: 0; transform: scale(.85); } }
@keyframes wf-holo { 0% { transform: translateX(-120%) rotate(8deg); } 100% { transform: translateX(320%) rotate(8deg); } }
@keyframes wf-wave { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes wf-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes wf-marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes wf-rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes wf-fan-in { from { opacity: 0; transform: translateY(60px) rotate(0deg) scale(.9); } to { opacity: 1; } }
@keyframes wf-sway { 0%, 100% { transform: translateY(0) rotate(var(--r, 0deg)); } 50% { transform: translateY(-14px) rotate(calc(var(--r, 0deg) * 1.15)); } }
@keyframes wf-drift { 0% { opacity: 0; transform: translateY(20px) scale(.7); } 18% { opacity: .7; } 82% { opacity: .5; } 100% { opacity: 0; transform: translateY(-180px) scale(1.15); } }
@keyframes wf-sheen { 0% { transform: translateX(-160%) rotate(14deg); } 55%, 100% { transform: translateX(420%) rotate(14deg); } }
@keyframes wf-pulse-ring { 0% { opacity: .5; transform: scale(.7); } 100% { opacity: 0; transform: scale(1.35); } }

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

/* ---------- shared ---------- */
.container { max-width: 1240px; margin: 0 auto; }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: var(--teal); margin-bottom: 14px; }
.eyebrow--aqua { color: var(--aqua); }
.eyebrow--gold { color: var(--gold); }
.h2 { font-family: var(--display); font-weight: 700; font-size: clamp(34px, 4.4vw, 46px); line-height: 1; text-transform: uppercase; }
.lead { font-size: 17px; line-height: 1.65; color: var(--slate); text-wrap: pretty; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 34px; }
.section-head p { font-size: 16px; line-height: 1.6; color: var(--slate); max-width: 420px; }
.mono-slot { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(168,225,221,.75); }
.note { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; color: var(--slate); margin-top: 26px; }
.stripes { position: absolute; inset: 0; background-image: repeating-linear-gradient(115deg, rgba(250,249,245,.07) 0 12px, transparent 12px 26px); }

.btn { display: inline-block; font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 16px 30px; border-radius: 12px; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease, color .25s ease; }
.btn--primary { position: relative; overflow: hidden; background: var(--aqua); color: var(--navy); }
.btn--primary:hover { background: var(--mint); color: var(--navy); transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,184,200,.32); }
.btn--primary .sheen { position: absolute; top: 0; left: 0; width: 30%; height: 240%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent); animation: wf-sheen 4.5s ease-in-out infinite 1.2s; }
.btn--primary > span:last-child { position: relative; }
.btn--ghost { border: 1px solid rgba(168,225,221,.45); color: var(--sand); }
.btn--ghost:hover { border-color: var(--aqua); color: var(--aqua); transform: translateY(-3px); }
.btn--small { font-size: 13px; padding: 14px 24px; border-radius: 10px; }

.link-underline { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--navy); border-bottom: 2px solid var(--aqua); padding-bottom: 4px; }
.link-underline:hover { color: var(--aqua); }

/* ---------- announcement ---------- */
.announce { background: var(--aqua); color: var(--navy); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; text-align: center; padding: 10px 20px; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(7,31,59,.94); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(0,184,200,.28); }
.site-header .bar { padding: 12px 24px; display: flex; align-items: center; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--sand); }
.brand:hover { color: var(--sand); }
.brand img { height: 46px; width: auto; display: block; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--display); font-weight: 800; font-size: 21px; letter-spacing: .04em; text-transform: uppercase; }
.brand__sub { font-size: 10px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--aqua); margin-top: 3px; }
.nav { margin-left: auto; display: flex; align-items: center; gap: clamp(12px, 2vw, 26px); }
.nav__links { display: flex; align-items: center; gap: clamp(14px, 2vw, 26px); }
.nav__links a { color: var(--sand); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.nav__links a:hover { color: var(--aqua); }
.nav__icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; border: 1px solid rgba(168,225,221,.35); color: var(--sand); transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.nav__icon:hover { color: var(--aqua); border-color: var(--aqua); transform: translateY(-2px); }
.nav__cta { background: var(--aqua); color: var(--navy); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 11px 20px; border-radius: 10px; }
.nav__cta:hover { background: var(--mint); color: var(--navy); }
.burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; padding: 0 9px; border-radius: 10px; border: 1px solid rgba(168,225,221,.35); background: transparent; cursor: pointer; }
.burger span { display: block; height: 2px; background: var(--sand); border-radius: 2px; }
.menu-panel { display: none; flex-direction: column; gap: 2px; border-top: 1px solid rgba(0,184,200,.22); padding: 8px 24px 16px; }
.menu-panel a { display: block; padding: 13px 4px; color: var(--sand); font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid rgba(250,249,245,.08); }
.menu-panel a:hover { color: var(--aqua); }
.nav__cta { white-space: nowrap; }
@media (max-width: 980px) {
  .nav__links { display: none; }
  .burger { display: flex; }
  .site-header.is-open .menu-panel { display: flex; }
}
@media (max-width: 520px) {
  .site-header .bar { gap: 10px; }
  .brand > span { display: none; }
  .nav { gap: 8px; }
  .nav__cta { padding: 11px 14px; }
}

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%); color: var(--sand); }
.hero__grid { position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(168,225,221,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(168,225,221,.09) 1px, transparent 1px); background-size: 64px 64px; }
.hero__glow { position: absolute; top: -160px; right: -120px; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(0,184,200,.22) 0%, transparent 65%); }
.hero__drift { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero__drift span { position: absolute; bottom: 0; border-radius: 50%; animation: wf-drift linear infinite; }
.hero__inner { position: relative; padding: clamp(56px, 7vw, 96px) 24px clamp(72px, 9vw, 128px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: clamp(36px, 5vw, 64px); align-items: center; }
.hero__loc { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: var(--mint); margin-bottom: 22px; animation: wf-rise .8s var(--ease) both; }
.hero__loc::before { content: ''; width: 26px; height: 1px; background: var(--aqua); }
.hero h1 { font-family: var(--display); font-weight: 800; font-size: clamp(44px, 7.2vw, 76px); line-height: .96; letter-spacing: -.01em; text-transform: uppercase; margin-bottom: 22px; }
.hero h1 span { display: block; animation: wf-rise .9s var(--ease) both; }
.hero h1 span:nth-child(1) { animation-delay: .1s; }
.hero h1 span:nth-child(2) { animation-delay: .22s; }
.hero__copy { font-size: clamp(16px, 1.6vw, 18px); line-height: 1.6; color: rgba(250,249,245,.82); max-width: 520px; margin-bottom: 34px; text-wrap: pretty; animation: wf-rise .9s var(--ease) .36s both; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; animation: wf-rise .9s var(--ease) .48s both; }
.hero__tagline { display: flex; align-items: center; gap: 16px; font-family: var(--display); font-size: 20px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); animation: wf-rise .9s var(--ease) .6s both; }
.hero__tagline i { width: 5px; height: 5px; border-radius: 50%; background: rgba(244,182,61,.5); }

.hero__art { position: relative; display: flex; align-items: center; justify-content: center; min-height: clamp(400px, 44vw, 500px); padding: 20px clamp(12px, 4%, 40px); }
.hero__beacon { position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(244,182,61,.35) 0%, transparent 60%); animation: wf-beacon 7s ease-in-out infinite; }
.hero__ring { position: absolute; width: 62%; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(0,184,200,.45); animation: wf-pulse-ring 5s ease-out infinite; }
.hero__ring--2 { border-color: rgba(168,225,221,.3); animation-delay: 2.5s; }
.hero__emblem { position: relative; z-index: 4; width: 100%; max-width: 420px; filter: drop-shadow(0 30px 60px rgba(0,0,0,.45)); animation: wf-rise 1.1s var(--ease) both, wf-float 9s ease-in-out infinite 1.1s; }
.card { position: absolute; z-index: 3; border-radius: 12px; box-shadow: 0 22px 44px rgba(0,0,0,.45); overflow: hidden; transform: rotate(var(--r)); animation: wf-fan-in 1s var(--ease) var(--d, .35s) both, wf-sway var(--sway, 8s) ease-in-out infinite var(--sd, 1.4s); }
.card img { display: block; width: 100%; height: auto; }
.card .holo { position: absolute; top: 0; left: 0; width: 38%; height: 230%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent); animation: wf-holo 6s ease-in-out infinite var(--hd, 0s); }
.card--meowth { left: 0; top: 2%; --r: -17deg; --d: .35s; --sway: 8s; --sd: 1.4s; width: clamp(96px, 11vw, 138px); }
.card--charizard { right: 0; top: 8%; --r: 15deg; --d: .5s; --sway: 9.5s; --sd: 2s; --hd: 2.2s; width: clamp(88px, 10vw, 126px); }

.hero__wave { position: relative; height: 60px; overflow: hidden; }
.hero__wave > div { display: flex; width: 200%; animation: wf-wave 22s linear infinite; }
.hero__wave svg { width: 50%; height: 60px; display: block; }

/* ---------- trade ---------- */
.trade { background: var(--sand); padding: clamp(60px, 8vw, 92px) 24px; }
.trade__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: clamp(36px, 5vw, 64px); align-items: start; }
.trade .eyebrow { margin-bottom: 16px; }
.trade .h2 { line-height: 1.02; margin-bottom: 18px; }
.trade .lead { margin-bottom: 26px; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); gap: 18px; }
.step { background: #fff; border: 1px solid rgba(8,124,158,.16); border-radius: 14px; padding: 26px 22px 28px; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.step:hover { transform: translateY(-6px); border-color: var(--aqua); box-shadow: 0 18px 40px rgba(7,31,59,.1); }
.step__num { font-family: var(--display); font-size: 30px; font-weight: 800; color: var(--mint); margin-bottom: 14px; }
.step h3 { font-size: 20px; font-weight: 600; margin-bottom: 8px; }
.step p { font-size: 15px; line-height: 1.55; color: var(--slate); }

/* ---------- games ---------- */
.games { background: var(--sand); padding: 20px 24px clamp(64px, 8vw, 96px); }
.games__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 22px; }
.game { position: relative; overflow: hidden; display: block; border-radius: 16px; color: var(--sand); min-height: 340px; padding: 30px; transition: transform .3s ease, box-shadow .3s ease; }
.game:hover { color: var(--sand); transform: translateY(-8px); box-shadow: 0 26px 50px rgba(7,31,59,.24); }
.game--pokemon { background: var(--navy-2); }
.game--sports { background: var(--navy); }
.game--onepiece { background: #0E4F76; }
.game--more { background: var(--teal); }
.game--more .stripes { background-image: repeating-linear-gradient(115deg, rgba(250,249,245,.09) 0 12px, transparent 12px 26px); }
.game__inner { position: relative; display: flex; flex-direction: column; height: 100%; min-height: 280px; }
.game__inner > div { margin-top: auto; }
.game h3 { font-family: var(--display); font-size: clamp(28px, 3vw, 34px); font-weight: 700; text-transform: uppercase; margin-bottom: 6px; }
.game p { font-size: 15px; color: rgba(250,249,245,.72); }
.game--more .mono-slot, .game--more p { color: rgba(250,249,245,.8); }

/* ---------- arrivals ---------- */
.arrivals { background: var(--navy); color: var(--sand); padding: 96px 24px; }
.arrivals .section-head { margin-bottom: 32px; }
.filters { display: flex; gap: 10px; flex-wrap: wrap; }
.filter { background: transparent; color: var(--sand); border: 1px solid rgba(168,225,221,.32); border-radius: 999px; padding: 11px 20px; font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: all .2s ease; }
.filter.is-active { background: var(--aqua); color: var(--navy); border-color: var(--aqua); }
.products { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr)); gap: 22px; }
.product { background: var(--navy-2); border: 1px solid rgba(0,184,200,.24); border-radius: 14px; overflow: hidden; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.product:hover { transform: translateY(-8px) rotate(-1deg); border-color: var(--aqua); box-shadow: 0 24px 46px rgba(0,0,0,.35); }
.product__img { position: relative; aspect-ratio: 2.5 / 3.5; background-image: repeating-linear-gradient(120deg, rgba(168,225,221,.1) 0 10px, transparent 10px 22px); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product__img .holo { position: absolute; top: 0; left: 0; width: 36%; height: 220%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent); animation: wf-holo 5.5s ease-in-out infinite; }
.product__body { padding: 18px 18px 20px; }
.product__game { display: block; font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--aqua); margin-bottom: 8px; }
.product h3 { font-size: 17px; font-weight: 600; line-height: 1.3; margin-bottom: 10px; }
.product__row { display: flex; align-items: center; justify-content: space-between; }
.product__price { font-size: 16px; font-weight: 700; color: var(--gold); }
.product__stock { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: rgba(250,249,245,.55); }
.arrivals .note { color: rgba(250,249,245,.5); margin-top: 28px; }

/* ---------- about ---------- */
.about { background: var(--sand); padding: 96px 24px; }
.about__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: clamp(40px, 5vw, 70px); align-items: center; }
.about .eyebrow { margin-bottom: 16px; }
.about .h2 { line-height: 1.02; margin-bottom: 20px; }
.about .lead { margin-bottom: 30px; }
.values { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: 22px; }
.value { border-left: 2px solid var(--aqua); padding-left: 16px; }
.value--gold { border-color: var(--gold); }
.value h3 { font-size: 19px; font-weight: 600; margin-bottom: 6px; }
.value p { font-size: 15px; line-height: 1.55; color: var(--slate); }
.photos { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr)); gap: 16px; }
.photo { position: relative; overflow: hidden; border-radius: 16px; box-shadow: 0 18px 36px rgba(7,31,59,.14); }
.photo--wide { grid-column: 1 / -1; box-shadow: 0 22px 46px rgba(7,31,59,.16); }
.photo img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform 1.1s var(--ease); }
.photo--wide img { aspect-ratio: 16 / 10; }
.photo:hover img { transform: scale(1.06); }
.photo--wide:hover img { transform: scale(1.05); }
.photo__cap { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,31,59,.7) 0%, transparent 58%); display: flex; align-items: end; padding: 16px; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--sand); }
.photo--wide .photo__cap { background: linear-gradient(to top, rgba(7,31,59,.72) 0%, rgba(7,31,59,.06) 55%, transparent 100%); padding: 20px; font-size: 13px; }
.photo--slot { aspect-ratio: 1; border-radius: 16px; background: var(--teal); background-image: repeating-linear-gradient(115deg, rgba(250,249,245,.12) 0 12px, transparent 12px 26px); display: flex; align-items: end; padding: 18px; }
.photo--slot .mono-slot { color: rgba(250,249,245,.85); }

/* ---------- showcase ---------- */
.showcase { background: var(--navy-2); color: var(--sand); padding: clamp(60px, 8vw, 90px) 24px; overflow: hidden; }
.showcase .section-head p { color: rgba(250,249,245,.72); max-width: 380px; }
.picks { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 22px; }
.pick { display: grid; grid-template-columns: 1fr 1.2fr; gap: 20px; align-items: center; background: rgba(7,31,59,.6); border: 1px solid rgba(244,182,61,.45); border-radius: 16px; padding: 20px; transition: transform .25s ease, box-shadow .25s ease; }
.pick:hover { transform: translateY(-6px); box-shadow: 0 24px 46px rgba(0,0,0,.35); }
.pick__img { aspect-ratio: 2.5 / 3.5; border-radius: 10px; background-image: repeating-linear-gradient(120deg, rgba(244,182,61,.16) 0 10px, transparent 10px 22px); border: 1px solid rgba(244,182,61,.3); display: flex; align-items: center; justify-content: center; font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: rgba(244,182,61,.85); text-align: center; }
.pick__tag { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.pick h3 { font-size: 18px; font-weight: 600; line-height: 1.3; margin: 8px 0; }
.pick p { font-size: 14px; line-height: 1.5; color: rgba(250,249,245,.7); }

/* ---------- reviews ---------- */
.reviews { background: var(--sand); padding: clamp(60px, 8vw, 90px) 24px 20px; }
.reviews__head { text-align: center; margin-bottom: 38px; }
.reviews__head .h2 { font-size: clamp(32px, 4vw, 42px); }
.reviews__wrap { position: relative; max-width: 880px; margin: 0 auto; }
.reviews__stage { display: grid; align-items: stretch; }
.review { grid-area: 1 / 1; background: #fff; border: 1px solid rgba(8,124,158,.16); border-radius: 16px; padding: 40px 44px 34px; box-shadow: 0 18px 40px rgba(7,31,59,.07); text-align: center; opacity: 0; transform: translateY(14px) scale(.985); pointer-events: none; transition: opacity .55s ease, transform .55s var(--ease); }
.review.is-active { opacity: 1; transform: none; pointer-events: auto; }
.review__meta { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 18px; }
.review__stars { color: var(--gold); font-size: 17px; letter-spacing: .22em; }
.review__src { font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--slate); }
.review__quote { font-size: clamp(17px, 1.9vw, 21px); line-height: 1.6; color: var(--navy); margin-bottom: 22px; text-wrap: pretty; }
.review__name { font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--slate); }
.reviews__controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 26px; }
.reviews__arrow { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(8,124,158,.3); background: transparent; color: var(--teal); font-size: 17px; cursor: pointer; transition: all .2s ease; }
.reviews__arrow:hover { border-color: var(--aqua); background: var(--aqua); color: var(--navy); }
.dots { display: flex; gap: 9px; }
.dot { width: 9px; height: 9px; border-radius: 999px; border: 0; padding: 0; background: rgba(8,124,158,.28); cursor: pointer; transition: all .3s ease; }
.dot.is-active { width: 30px; background: var(--aqua); }
.reviews__more { text-align: center; margin-top: 20px; }
.reviews__more a { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--teal); border-bottom: 1px solid rgba(8,124,158,.35); padding-bottom: 3px; }
.reviews__more a:hover { color: var(--aqua); }

/* ---------- blog page ---------- */
.page-hero { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%); color: var(--sand); padding: clamp(56px, 7vw, 88px) 24px clamp(48px, 6vw, 72px); }
.page-hero__title { font-family: var(--display); font-weight: 800; font-size: clamp(40px, 6vw, 64px); line-height: .98; text-transform: uppercase; margin-bottom: 16px; }
.page-hero__copy { font-size: clamp(16px, 1.6vw, 18px); line-height: 1.6; color: rgba(250,249,245,.82); max-width: 520px; text-wrap: pretty; }
.blog-page { background: var(--sand); padding: clamp(48px, 6vw, 72px) 24px clamp(72px, 9vw, 110px); }
/* Soro embed overrides — ids beat the embed's class-only rules */
#blog .soro-blog { max-width: none; margin: 0; font-family: var(--body); color: var(--navy); min-height: 200px; }
#blog .soro-blog-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr)); gap: 22px; }
#blog .soro-blog-card { max-width: 380px; }
#blog .soro-blog-card { flex-direction: column; gap: 0; padding: 0; background: #fff; border: 1px solid rgba(8,124,158,.16); border-radius: 16px; overflow: hidden; transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
#blog .soro-blog-card:hover { transform: translateY(-7px); border-color: var(--aqua); box-shadow: 0 22px 46px rgba(7,31,59,.1); }
#blog .soro-blog-card-image { width: 100%; height: auto; aspect-ratio: 16 / 10; border-radius: 0; background: var(--navy-2); }
#blog .soro-blog-card-content { display: flex; flex-direction: column; padding: 24px 24px 26px; }
#blog .soro-blog-card-title, #blog h2.soro-blog-card-title { font-size: 21px; font-weight: 600; line-height: 1.32; color: var(--navy); margin: 0 0 10px; text-wrap: pretty; order: 2; }
#blog .soro-blog-card-excerpt { font-size: 15px; line-height: 1.6; color: var(--slate); margin: 0 0 20px; order: 3; }
#blog .soro-blog-card-date { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; order: 1; }
#blog .soro-blog-card-content::after { content: 'Read more →'; order: 4; margin-top: auto; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--teal); }
#blog .soro-blog-empty, #blog .soro-blog-loading, #blog .soro-blog-error { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; color: var(--slate); text-align: left; padding: 0; }
#blog .soro-blog-back { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--teal); border: 1px solid rgba(8,124,158,.3); border-radius: 999px; padding: 10px 18px; }
#blog .soro-blog-back:hover { background: var(--aqua); border-color: var(--aqua); color: var(--navy); }
#blog .soro-blog-article { max-width: 800px; margin: 0 auto; }
#blog .soro-blog-header { margin-bottom: 28px; }
#blog .soro-blog-article-title { font-family: var(--display); font-weight: 700; font-size: clamp(32px, 4vw, 44px); line-height: 1.05; text-transform: uppercase; color: var(--navy); }
#blog .soro-blog-article-date { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--teal); }
#blog .soro-blog-article-image { border-radius: 16px; }
#blog .soro-blog-article-content { font-size: 17px; line-height: 1.7; color: var(--navy); }
#blog .soro-blog-article-content h1, #blog .soro-blog-article-content h2, #blog .soro-blog-article-content h3 { font-family: var(--display); text-transform: uppercase; color: var(--navy); }
#blog .soro-blog-article-content a { color: var(--teal); border-bottom: 1px solid rgba(8,124,158,.35); }
#blog .soro-blog-article-content a:hover { color: var(--aqua); }
#blog .soro-blog-article-content img { border-radius: 12px; }
#blog .soro-blog-spinner { border-top-color: var(--aqua); }

/* ---------- marquee ---------- */
.marquee { background: var(--sand); padding: 46px 0 90px; overflow: hidden; }
.marquee__track { display: flex; width: max-content; animation: wf-marquee 30s linear infinite; gap: 44px; font-family: var(--display); font-size: 30px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(7,31,59,.16); }
.marquee__track i { font-style: normal; color: var(--aqua); }

/* ---------- visit ---------- */
.visit { background: linear-gradient(165deg, var(--navy) 0%, var(--navy-2) 100%); color: var(--sand); padding: 96px 24px; }
.visit__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: clamp(40px, 5vw, 64px); }
.visit .eyebrow { margin-bottom: 16px; }
.visit .h2 { font-size: clamp(36px, 4.6vw, 48px); line-height: 1.02; margin-bottom: 30px; }
.visit__info { display: grid; gap: 26px; max-width: 460px; }
.visit__label { font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--mint); margin-bottom: 8px; }
.visit__addr { font-size: 19px; line-height: 1.5; }
.visit__dir { display: inline-block; margin-top: 10px; font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--aqua); border-bottom: 1px solid rgba(0,184,200,.5); padding-bottom: 3px; }
.visit__dir:hover { color: var(--mint); }
.visit__phone { font-family: var(--display); font-size: clamp(28px, 3.4vw, 34px); font-weight: 700; letter-spacing: .02em; color: var(--sand); }
.visit__phone:hover { color: var(--aqua); }
.hours { display: grid; gap: 8px; }
.hours div { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(168,225,221,.16); padding-bottom: 8px; font-size: 15px; }
.hours div span:first-child { font-weight: 600; }
.hours div span:last-child { color: rgba(250,249,245,.72); }
.visit__side { display: flex; flex-direction: column; gap: 20px; }
.visit__map { flex: 1; min-height: 380px; border-radius: 16px; overflow: hidden; border: 1px solid rgba(0,184,200,.3); background: rgba(7,31,59,.5); }
.visit__map iframe { display: block; width: 100%; height: 100%; min-height: 380px; border: 0; filter: saturate(.92); }
.visit__cta { background: rgba(0,184,200,.1); border: 1px solid rgba(0,184,200,.32); border-radius: 16px; padding: 26px; }
.visit__cta h3 { font-size: 20px; font-weight: 600; margin-bottom: 8px; }
.visit__cta p { font-size: 15px; line-height: 1.6; color: rgba(250,249,245,.75); margin-bottom: 16px; }
.visit__cta .btn--primary:hover { transform: none; box-shadow: none; }

/* ---------- footer ---------- */
.site-footer { background: var(--navy); color: rgba(250,249,245,.7); border-top: 1px solid rgba(0,184,200,.22); padding: 54px 24px 34px; }
.footer__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); gap: 40px; align-items: start; }
.footer__brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer__brand img { height: 52px; width: auto; }
.footer__brand span { display: flex; flex-direction: column; line-height: 1; color: var(--sand); }
.footer__brand .brand__name { font-size: 20px; }
.footer__brand .brand__sub { font-size: 11px; letter-spacing: .18em; margin-top: 5px; }
.footer__blurb { font-size: 14px; line-height: 1.6; max-width: 320px; }
.footer__title { font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--sand); margin-bottom: 14px; }
.footer__links { display: grid; gap: 9px; font-size: 14px; }
.footer__links a { color: rgba(250,249,245,.7); }
.footer__links a:hover { color: var(--aqua); }
.footer__links .ig { display: inline-flex; align-items: center; gap: 9px; margin-top: 4px; transition: color .2s ease; }
.footer__bottom { margin: 34px auto 0; padding-top: 20px; border-top: 1px solid rgba(250,249,245,.1); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 13px; }
.footer__bottom .mono { font-family: var(--mono); letter-spacing: .1em; }

/* ---------- scroll reveal ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js [data-reveal] { opacity: 1; transform: none; } }
