/* =========================================================================
   SHOREDITCH DENTAL — "East London Press"
   Editorial / design-forward clinic. Bone canvas, near-black ink,
   electric chartreuse accent. Fraunces display + Hanken Grotesk body
   + Space Mono labels. Sharp geometry, heavy rules, bold motion.
   ========================================================================= */

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { min-height: 100%; line-height: 1.5; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, picture, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: none; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4 { line-height: 1.02; font-weight: 400; }
:focus-visible { outline: 3px solid var(--acid); outline-offset: 3px; }

/* ---- Tokens ---- */
:root {
  --bone:    #EFEAE0;   /* warm paper canvas */
  --bone-2:  #E5DFD2;   /* slightly deeper */
  --ink:     #14130F;   /* near-black */
  --ink-2:   #34322B;
  --muted:   #6E6A5E;
  --line:    #14130F;
  --acid:    #CFFF3C;   /* electric chartreuse */
  --acid-d:  #A9DB1F;
  --coral:   #FF5A3C;   /* secondary punch */
  --card:    #F7F4EC;
  --paper-d: #1A1915;   /* dark blocks */

  --font-display: "Fraunces", Georgia, serif;
  --font-body:    "Hanken Grotesk", system-ui, sans-serif;
  --font-mono:    "Space Mono", ui-monospace, monospace;

  --r:    14px;
  --maxw: 1240px;
  --gut:  clamp(20px, 5vw, 64px);
  --ease: cubic-bezier(.2,.7,.2,1);
}

/* ---- Base ---- */
body {
  background: var(--bone);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  overflow-x: hidden;
  background-image:
    radial-gradient(circle at 18% 12%, rgba(207,255,60,.14), transparent 38%),
    radial-gradient(circle at 92% 88%, rgba(255,90,60,.06), transparent 42%);
}

.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }

/* grain overlay */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 9999; pointer-events: none;
  opacity: .05; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---- Type helpers ---- */
.kicker {
  font-family: var(--font-mono); font-size: .72rem; font-weight: 700;
  letter-spacing: .26em; text-transform: uppercase; color: var(--ink);
  display: inline-flex; align-items: center; gap: .6em;
}
.kicker::before { content: ""; width: 26px; height: 2px; background: var(--ink); }
.kicker--acid::before { background: var(--acid-d); }

.display {
  font-family: var(--font-display);
  font-optical-sizing: auto;
  font-weight: 460;
  letter-spacing: -.02em;
  font-variation-settings: "SOFT" 0, "WONK" 0;
}
.ital { font-style: italic; font-variation-settings: "SOFT" 8, "WONK" 1; }

h1 { font-family: var(--font-display); font-weight: 470; letter-spacing: -.025em; }
h2 { font-family: var(--font-display); font-weight: 470; letter-spacing: -.02em; }
h3 { font-family: var(--font-display); }

.lead { font-size: clamp(1.05rem, 1.7vw, 1.28rem); color: var(--ink-2); max-width: 54ch; line-height: 1.45; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: .65em;
  font-family: var(--font-mono); font-weight: 700; font-size: .8rem;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 16px 26px; border-radius: 999px; border: 2px solid var(--ink);
  background: var(--ink); color: var(--bone);
  transition: transform .25s var(--ease), background .25s, color .25s;
}
.btn .arr { transition: transform .3s var(--ease); }
.btn:hover { background: var(--acid); color: var(--ink); transform: translateY(-2px); }
.btn:hover .arr { transform: translate(4px,-4px); }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--bone); }
.btn--acid { background: var(--acid); color: var(--ink); border-color: var(--ink); }
.btn--acid:hover { background: var(--ink); color: var(--acid); }
.btn--sm { padding: 11px 18px; font-size: .72rem; }

/* =========================================================================
   HEADER
   ========================================================================= */
.topbar {
  background: var(--ink); color: var(--bone);
  font-family: var(--font-mono); font-size: .68rem; letter-spacing: .14em;
  text-transform: uppercase;
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-block: 9px; }
.topbar a { color: var(--acid); }
.topbar .t-hide { color: var(--bone); }

.site-head {
  position: sticky; top: 0; z-index: 100;
  background: rgba(239,234,224,.86); backdrop-filter: blur(12px);
  border-bottom: 2px solid var(--ink);
}
.site-head .wrap { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-block: 14px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__mark {
  width: 42px; height: 42px; border: 2px solid var(--ink); border-radius: 10px;
  display: grid; place-items: center; background: var(--acid);
  font-family: var(--font-display); font-weight: 700; font-size: 1.4rem;
  transform: rotate(-4deg); transition: transform .35s var(--ease);
}
.brand:hover .brand__mark { transform: rotate(4deg); }
.brand__name { font-family: var(--font-display); font-weight: 560; font-size: 1.28rem; line-height: 1; letter-spacing: -.02em; }
.brand__name small { display: block; font-family: var(--font-mono); font-size: .56rem; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }

.nav { display: flex; align-items: center; gap: 28px; }
.nav a.nav__link { font-family: var(--font-mono); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; position: relative; padding: 4px 0; }
.nav a.nav__link::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0; background: var(--ink); transition: width .3s var(--ease); }
.nav a.nav__link:hover::after, .nav a.nav__link[aria-current="page"]::after { width: 100%; }
.nav a.nav__link[aria-current="page"] { color: var(--ink); }

.burger { display: none; width: 44px; height: 44px; border: 2px solid var(--ink); border-radius: 10px; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.burger span { width: 20px; height: 2px; background: var(--ink); transition: .3s; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav { display: none; border-bottom: 2px solid var(--ink); background: var(--bone); }
.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 15px var(--gut); font-family: var(--font-mono); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: .82rem; border-top: 1px solid rgba(20,19,15,.12); }

/* =========================================================================
   MARQUEE
   ========================================================================= */
.marquee {
  background: var(--acid); border-bottom: 2px solid var(--ink); border-top: 2px solid var(--ink);
  overflow: hidden; white-space: nowrap;
}
.marquee__track { display: inline-flex; gap: 0; animation: scroll 26s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee span { font-family: var(--font-display); font-style: italic; font-size: 1.15rem; padding: 11px 28px; display: inline-flex; align-items: center; gap: 28px; }
.marquee span::after { content: "✦"; font-style: normal; font-size: .8rem; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* =========================================================================
   HERO
   ========================================================================= */
.hero { padding: clamp(36px,6vw,76px) 0 0; position: relative; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px,4vw,56px); align-items: end; }
.hero__copy { padding-bottom: 18px; }
.hero h1 { font-size: clamp(2.9rem, 7.2vw, 5.7rem); line-height: .92; margin: 22px 0 24px; }
.hero h1 .line { display: block; overflow: hidden; }
.hero h1 .line > span { display: block; transform: translateY(105%); animation: rise .9s var(--ease) forwards; }
.hero h1 .line:nth-child(2) > span { animation-delay: .1s; }
.hero h1 .line:nth-child(3) > span { animation-delay: .2s; }
@keyframes rise { to { transform: translateY(0); } }
.hero h1 em { font-style: italic; font-variation-settings: "SOFT" 10, "WONK" 1; color: var(--ink); position: relative; }
.hero h1 em::after { content: ""; position: absolute; left: -2%; right: -2%; bottom: .08em; height: .32em; background: var(--acid); z-index: -1; transform: skewX(-8deg); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; align-items: center; }
.hero__rating { font-family: var(--font-mono); font-size: .78rem; letter-spacing: .04em; color: var(--ink-2); display: flex; align-items: center; gap: 8px; }
.hero__rating b { color: var(--ink); }
.stars { color: var(--coral); letter-spacing: 2px; }

.hero__media { position: relative; }
.hero__frame {
  border: 2px solid var(--ink); border-radius: var(--r); overflow: hidden;
  box-shadow: 14px 14px 0 var(--ink);
  aspect-ratio: 4/5; background: var(--bone-2);
  animation: pop .8s var(--ease) both .25s;
}
.hero__frame img { width: 100%; height: 100%; object-fit: cover; }
@keyframes pop { from { opacity: 0; transform: scale(.96) translateY(16px); } to { opacity: 1; transform: none; } }
.hero__badge {
  position: absolute; bottom: -22px; left: -22px; width: 118px; height: 118px;
  background: var(--acid); border: 2px solid var(--ink); border-radius: 50%;
  display: grid; place-items: center; text-align: center;
  font-family: var(--font-mono); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  animation: spin-badge 18s linear infinite;
}
@keyframes spin-badge { to { transform: rotate(360deg); } }
.hero__badge b { display: block; font-family: var(--font-display); font-style: italic; font-size: 1.5rem; letter-spacing: -.02em; }
.hero__chip {
  position: absolute; top: 24px; right: -16px; background: var(--ink); color: var(--bone);
  border-radius: 999px; padding: 10px 18px; font-family: var(--font-mono); font-size: .68rem;
  letter-spacing: .1em; text-transform: uppercase; box-shadow: 6px 6px 0 var(--acid);
}

/* ---- Trust strip ---- */
.trust { border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); margin-top: clamp(48px,7vw,86px); }
.trust .wrap { display: grid; grid-template-columns: repeat(4,1fr); }
.trust__item { padding: 26px 18px; border-right: 1px solid rgba(20,19,15,.14); }
.trust__item:last-child { border-right: none; }
.trust__item b { font-family: var(--font-display); font-size: clamp(1.7rem,3vw,2.5rem); display: block; line-height: 1; }
.trust__item span { font-family: var(--font-mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); display: block; margin-top: 8px; }

/* =========================================================================
   SECTIONS
   ========================================================================= */
section { position: relative; }
.section { padding: clamp(56px,9vw,108px) 0; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 44px; flex-wrap: wrap; }
.section-head h2 { font-size: clamp(2.1rem,4.4vw,3.6rem); max-width: 16ch; }
.section-head p { max-width: 38ch; color: var(--ink-2); }

/* reveal on scroll */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---- Treatments preview grid ---- */
.treat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border: 2px solid var(--ink); border-radius: var(--r); overflow: hidden; background: var(--card); }
.tcard { padding: 30px 26px 26px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); position: relative; transition: background .3s; min-height: 220px; display: flex; flex-direction: column; }
.tcard:nth-child(3n) { border-right: none; }
.tcard:nth-last-child(-n+3) { border-bottom: none; }
.tcard:hover { background: var(--acid); }
.tcard__no { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .14em; color: var(--muted); }
.tcard:hover .tcard__no { color: var(--ink-2); }
.tcard h3 { font-size: 1.6rem; margin: 14px 0 10px; letter-spacing: -.02em; }
.tcard p { color: var(--ink-2); font-size: .96rem; flex: 1; }
.tcard__foot { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; }
.tcard__price { font-family: var(--font-mono); font-weight: 700; font-size: .82rem; }
.tcard__go { width: 38px; height: 38px; border: 2px solid var(--ink); border-radius: 50%; display: grid; place-items: center; transition: transform .3s var(--ease), background .3s; }
.tcard:hover .tcard__go { background: var(--ink); color: var(--acid); transform: rotate(-45deg) scale(1.05); }

/* responsive treat border fix handled in media query */

/* ---- Visit / About split ---- */
.visit { background: var(--paper-d); color: var(--bone); border-block: 2px solid var(--ink); }
.visit .kicker, .visit h2 { color: var(--bone); }
.visit .kicker::before { background: var(--acid); }
.visit__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,64px); align-items: center; }
.visit h2 { font-size: clamp(2rem,4vw,3.3rem); margin: 18px 0 22px; }
.visit p { color: #C9C4B6; margin-bottom: 16px; max-width: 52ch; }
.visit__media { position: relative; }
.visit__media img { width: 100%; border: 2px solid var(--acid); border-radius: var(--r); aspect-ratio: 5/4; object-fit: cover; box-shadow: -12px 12px 0 var(--acid); }
.steps { display: grid; gap: 0; margin-top: 26px; border-top: 1px solid rgba(255,255,255,.18); }
.steps li { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.18); align-items: baseline; }
.steps b { font-family: var(--font-mono); color: var(--acid); font-size: .82rem; }
.steps h4 { font-family: var(--font-display); font-size: 1.25rem; color: var(--bone); }
.steps p { margin: 6px 0 0; font-size: .92rem; }

/* ---- Smile moment (detail) ---- */
.smile__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px,5vw,60px); align-items: center; }
.smile__media img { width: 100%; border: 2px solid var(--ink); border-radius: var(--r); aspect-ratio: 1/1; object-fit: cover; box-shadow: 12px 12px 0 var(--coral); }
.smile h2 { font-size: clamp(2.2rem,5vw,4rem); margin: 18px 0 20px; }
.smile h2 em { font-style: italic; }
.smile .pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.pill { font-family: var(--font-mono); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; padding: 9px 16px; border: 2px solid var(--ink); border-radius: 999px; }
.pill--acid { background: var(--acid); }

/* ---- Testimonial ---- */
.quote-band { background: var(--acid); border-block: 2px solid var(--ink); }
.quote-band .wrap { padding-block: clamp(54px,8vw,96px); text-align: center; }
.quote-band blockquote { font-family: var(--font-display); font-size: clamp(1.7rem,4vw,3rem); line-height: 1.12; letter-spacing: -.02em; max-width: 22ch; margin: 18px auto 26px; }
.quote-band blockquote em { font-style: italic; }
.quote-band .stars { font-size: 1.2rem; }
.quote-band cite { font-family: var(--font-mono); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; font-style: normal; }

/* ---- Guides teaser ---- */
.guides-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.gcard { border: 2px solid var(--ink); border-radius: var(--r); padding: 24px; background: var(--card); transition: transform .3s var(--ease), box-shadow .3s; display: flex; flex-direction: column; }
.gcard:hover { transform: translateY(-4px); box-shadow: 8px 8px 0 var(--ink); }
.gcard__tag { font-family: var(--font-mono); font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); display: flex; justify-content: space-between; }
.gcard h3 { font-size: 1.4rem; margin: 14px 0 10px; letter-spacing: -.01em; }
.gcard p { color: var(--ink-2); font-size: .94rem; flex: 1; }
.gcard__more { font-family: var(--font-mono); font-weight: 700; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; margin-top: 18px; display: inline-flex; gap: 6px; }

/* ---- CTA band ---- */
.cta { background: var(--ink); color: var(--bone); border-block: 2px solid var(--ink); position: relative; overflow: hidden; }
.cta::before { content: "☺ ☺ ☺"; position: absolute; inset: 0; font-size: 9rem; color: rgba(207,255,60,.05); white-space: nowrap; pointer-events: none; }
.cta .wrap { padding-block: clamp(56px,9vw,110px); text-align: center; position: relative; }
.cta h2 { font-size: clamp(2.3rem,6vw,4.6rem); color: var(--bone); margin-bottom: 18px; }
.cta h2 em { font-style: italic; color: var(--acid); }
.cta p { color: #C9C4B6; max-width: 48ch; margin: 0 auto 32px; }
.cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta .btn--ghost { color: var(--bone); border-color: var(--bone); }
.cta .btn--ghost:hover { background: var(--bone); color: var(--ink); }

/* =========================================================================
   FOOTER
   ========================================================================= */
.foot { background: var(--paper-d); color: var(--bone); padding-top: clamp(54px,8vw,84px); }
.foot__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 34px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.16); }
.foot__brand .brand__name { color: var(--bone); }
.foot__brand p { color: #B7B2A4; font-size: .95rem; margin-top: 18px; max-width: 34ch; }
.foot h5 { font-family: var(--font-mono); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--acid); margin-bottom: 16px; }
.foot ul li { margin-bottom: 11px; }
.foot ul a, .foot address { color: #C9C4B6; font-size: .94rem; font-style: normal; line-height: 1.7; }
.foot ul a:hover { color: var(--acid); }
.foot address a { color: var(--bone); }
.foot__bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-block: 22px; font-family: var(--font-mono); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: #8E897C; }
.foot__bottom a { color: #B7B2A4; }
.demo-note { color: var(--acid); }

/* =========================================================================
   PAGE HEADERS (inner pages)
   ========================================================================= */
.phead { border-bottom: 2px solid var(--ink); padding: clamp(40px,6vw,74px) 0 clamp(34px,5vw,56px); }
.phead h1 { font-size: clamp(2.6rem,7vw,5.2rem); line-height: .94; margin: 18px 0 20px; }
.phead h1 em { font-style: italic; }
.phead p { max-width: 56ch; color: var(--ink-2); font-size: clamp(1.02rem,1.6vw,1.2rem); }

/* ---- Treatments page list ---- */
.tlist { display: grid; gap: 0; border: 2px solid var(--ink); border-radius: var(--r); overflow: hidden; background: var(--card); }
.trow { display: grid; grid-template-columns: auto 1fr auto; gap: clamp(18px,3vw,40px); padding: clamp(26px,3.5vw,40px); border-bottom: 2px solid var(--ink); align-items: start; transition: background .3s; }
.trow:last-child { border-bottom: none; }
.trow:hover { background: var(--acid); }
.trow__no { font-family: var(--font-mono); font-size: .82rem; font-weight: 700; letter-spacing: .1em; color: var(--muted); padding-top: 8px; }
.trow:hover .trow__no { color: var(--ink-2); }
.trow__main h3 { font-size: clamp(1.6rem,3.2vw,2.4rem); letter-spacing: -.02em; }
.trow__cat { font-family: var(--font-mono); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; display: inline-block; }
.trow__sum { color: var(--ink-2); margin: 10px 0 16px; max-width: 60ch; }
.trow__inc { display: flex; flex-wrap: wrap; gap: 8px; }
.trow__inc span { font-size: .8rem; font-family: var(--font-mono); letter-spacing: .02em; padding: 6px 12px; border: 1.5px solid var(--ink); border-radius: 999px; background: var(--bone); }
.trow:hover .trow__inc span { background: var(--card); }
.trow__side { text-align: right; min-width: 150px; display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.trow__price { font-family: var(--font-display); font-size: clamp(1.4rem,2.6vw,2rem); letter-spacing: -.02em; line-height: 1; }
.trow__price small { display: block; font-family: var(--font-mono); font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.tag-popular { font-family: var(--font-mono); font-size: .58rem; letter-spacing: .14em; text-transform: uppercase; background: var(--coral); color: var(--bone); padding: 4px 10px; border-radius: 999px; align-self: flex-start; }

/* ---- Contact ---- */
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(30px,5vw,60px); align-items: start; }
.form-card { border: 2px solid var(--ink); border-radius: var(--r); background: var(--card); padding: clamp(26px,4vw,44px); box-shadow: 12px 12px 0 var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.field label { font-family: var(--font-mono); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  border: 2px solid var(--ink); border-radius: 10px; padding: 13px 15px; background: var(--bone);
  font-family: var(--font-body); font-size: .98rem; transition: box-shadow .2s, background .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; background: #fff; box-shadow: 4px 4px 0 var(--acid-d); }
.field textarea { resize: vertical; min-height: 110px; }
.form-note { font-size: .8rem; color: var(--muted); margin-top: 6px; font-family: var(--font-mono); letter-spacing: .04em; }

.info-stack { display: grid; gap: 18px; }
.info-card { border: 2px solid var(--ink); border-radius: var(--r); padding: 24px; background: var(--card); }
.info-card h3 { font-size: 1.4rem; margin-bottom: 12px; }
.info-card address, .info-card p { font-style: normal; color: var(--ink-2); line-height: 1.7; font-size: .96rem; }
.info-card a { font-weight: 600; text-decoration: underline; text-decoration-color: var(--acid-d); text-underline-offset: 3px; }
.hours { display: grid; gap: 0; }
.hours__row { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid rgba(20,19,15,.12); font-size: .94rem; }
.hours__row:last-child { border-bottom: none; }
.hours__row b { font-family: var(--font-mono); font-size: .8rem; }
.hours__row span:first-child { font-weight: 600; }
.map-card { border: 2px solid var(--ink); border-radius: var(--r); overflow: hidden; aspect-ratio: 16/10; position: relative; background:
  repeating-linear-gradient(45deg, var(--bone-2) 0 14px, var(--bone) 14px 28px); display: grid; place-items: center; }
.map-card__pin { text-align: center; }
.map-card__pin .dot { width: 22px; height: 22px; border-radius: 50%; background: var(--coral); border: 3px solid var(--ink); margin: 0 auto 12px; box-shadow: 0 0 0 8px rgba(255,90,60,.2); animation: pulse 2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 16px rgba(255,90,60,0); } }
.map-card__pin b { font-family: var(--font-display); font-size: 1.3rem; }
.map-card__pin span { font-family: var(--font-mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); display: block; margin-top: 4px; }

/* ---- Blog ---- */
.featured { display: grid; grid-template-columns: 1.15fr .85fr; gap: 0; border: 2px solid var(--ink); border-radius: var(--r); overflow: hidden; background: var(--paper-d); color: var(--bone); margin-bottom: clamp(40px,6vw,64px); }
.featured__media { background: var(--ink); position: relative; min-height: 340px; overflow: hidden; }
.featured__media img { width: 100%; height: 100%; object-fit: cover; opacity: .92; }
.featured__media .tag { position: absolute; top: 20px; left: 20px; background: var(--acid); color: var(--ink); font-family: var(--font-mono); font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 7px 14px; border-radius: 999px; border: 2px solid var(--ink); }
.featured__body { padding: clamp(28px,4vw,48px); display: flex; flex-direction: column; justify-content: center; }
.featured__body .meta { font-family: var(--font-mono); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--acid); margin-bottom: 16px; }
.featured__body h2 { font-size: clamp(1.9rem,3.6vw,2.9rem); color: var(--bone); margin-bottom: 16px; }
.featured__body p { color: #C9C4B6; margin-bottom: 26px; max-width: 50ch; }
.featured .btn--acid:hover { background: var(--bone); color: var(--ink); border-color: var(--bone); }

.post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.pcard { border: 2px solid var(--ink); border-radius: var(--r); padding: 26px; background: var(--card); display: flex; flex-direction: column; transition: transform .3s var(--ease), box-shadow .3s; }
.pcard:hover { transform: translateY(-5px); box-shadow: 8px 8px 0 var(--acid-d); }
.pcard__meta { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; }
.pcard__meta .type { color: var(--ink); border: 1.5px solid var(--ink); border-radius: 999px; padding: 3px 10px; }
.pcard h3 { font-size: 1.45rem; margin-bottom: 12px; letter-spacing: -.01em; line-height: 1.08; }
.pcard p { color: var(--ink-2); font-size: .93rem; flex: 1; }
.pcard__foot { font-family: var(--font-mono); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-top: 20px; display: inline-flex; gap: 6px; align-items: center; }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 1000px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__media { max-width: 460px; margin: 8px auto 0; }
  .visit__grid, .smile__grid, .contact-grid, .featured { grid-template-columns: 1fr; }
  .featured__media { min-height: 240px; }
  .foot__top { grid-template-columns: 1fr 1fr; }
  .treat-grid { grid-template-columns: 1fr 1fr; }
  .tcard:nth-child(3n) { border-right: 2px solid var(--ink); }
  .tcard:nth-child(2n) { border-right: none; }
  .guides-grid, .post-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .nav { display: none; }
  .burger { display: flex; }
  .topbar .t-hide { display: none; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .trust .wrap { grid-template-columns: 1fr 1fr; }
  .trust__item:nth-child(2) { border-right: none; }
  .trust__item:nth-child(-n+2) { border-bottom: 1px solid rgba(20,19,15,.14); }
  .treat-grid, .guides-grid, .post-grid { grid-template-columns: 1fr; }
  .tcard, .tcard:nth-child(n) { border-right: none; }
  .form-row { grid-template-columns: 1fr; }
  .foot__top { grid-template-columns: 1fr; }
  .trow { grid-template-columns: 1fr; }
  .trow__no { padding-top: 0; }
  .trow__side { text-align: left; align-items: flex-start; }
  .hero__badge { width: 96px; height: 96px; left: -8px; }
}
@media (max-width: 380px) {
  :root { --gut: 18px; }
  .hero__frame { box-shadow: 8px 8px 0 var(--ink); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero h1 .line > span { transform: none; }
}
