/* ============================================
   Willow & Fern Beauty Studio — demo site styles
   ============================================ */
:root {
  --cream: #faf6f0;
  --cream-2: #f3ece2;
  --ink: #2e2620;
  --ink-soft: #6b5d51;
  --rose: #b76e58;
  --rose-dark: #9a563f;
  --rose-light: #e8cfc2;
  --sage: #8a9b84;
  --white: #fffdf9;
  --radius: 18px;
  --shadow: 0 24px 55px -24px rgba(46, 38, 32, .28);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Jost', system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: 'Fraunces', serif; font-weight: 500; color: var(--ink); line-height: 1.12; letter-spacing: -.01em; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
.container { width: min(1140px, 92%); margin: 0 auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: 1rem 2.2rem; border-radius: 999px;
  font-weight: 500; font-size: .92rem; letter-spacing: .06em; text-transform: uppercase;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s, color .35s;
  cursor: pointer; border: none; font-family: 'Jost', sans-serif;
}
.btn-primary { background: var(--rose); color: var(--white); box-shadow: 0 12px 30px -12px rgba(183, 110, 88, .65); }
.btn-primary:hover { background: var(--rose-dark); transform: translateY(-3px); }
.btn-outline { background: transparent; color: var(--ink); border: 1.5px solid rgba(46,38,32,.3); }
.btn-outline:hover { border-color: var(--ink); background: var(--ink); color: var(--cream); transform: translateY(-3px); }
.btn-light { background: var(--white); color: var(--ink); }
.btn-light:hover { transform: translateY(-3px) scale(1.02); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  padding: 1.3rem 0;
  transition: background .4s, padding .4s, box-shadow .4s;
}
.site-header.scrolled { background: rgba(250, 246, 240, .94); backdrop-filter: blur(14px); padding: .8rem 0; box-shadow: 0 6px 30px rgba(46,38,32,.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; }
.logo { font-family: 'Fraunces', serif; font-size: 1.45rem; color: var(--ink); letter-spacing: .01em; }
.logo em { font-style: italic; color: var(--rose); }
.nav { display: flex; align-items: center; gap: 2.2rem; }
.nav a { color: var(--ink); font-size: .92rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 400; position: relative; padding: .2rem 0; }
.nav a:not(.btn)::after { content: ""; position: absolute; left: 50%; bottom: -3px; width: 0; height: 1.5px; background: var(--rose); transition: all .35s var(--ease); transform: translateX(-50%); }
.nav a:not(.btn):hover::after, .nav a.active::after { width: 100%; }
.nav a.active { color: var(--rose); }
.nav .btn { padding: .7rem 1.6rem; font-size: .8rem; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; z-index: 110; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--ink); margin: 6.5px 0; border-radius: 2px; transition: .35s var(--ease); }
.nav-toggle.open span:nth-child(1) { transform: translateY(8.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 9rem 0 5rem; overflow: hidden; }
.hero::before { content: ""; position: absolute; right: -12%; top: -18%; width: 60vw; height: 60vw; max-width: 780px; max-height: 780px; border-radius: 50%; background: radial-gradient(circle, var(--rose-light) 0%, transparent 68%); opacity: .8; animation: breathe 9s ease-in-out infinite; }
@keyframes breathe { 0%,100% { transform: scale(1);} 50% { transform: scale(1.07);} }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: .8rem; font-size: .82rem; letter-spacing: .22em; text-transform: uppercase; color: var(--rose); margin-bottom: 1.6rem; }
.hero-eyebrow::before { content: ""; width: 42px; height: 1px; background: var(--rose); }
.hero h1 { font-size: clamp(2.8rem, 5.6vw, 4.6rem); margin-bottom: 1.5rem; }
.hero h1 em { font-style: italic; color: var(--rose); }
.hero p.lead { color: var(--ink-soft); font-size: 1.12rem; max-width: 30rem; margin-bottom: 2.4rem; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.hero-img { position: relative; }
.hero-img .arch {
  border-radius: 300px 300px var(--radius) var(--radius); overflow: hidden;
  box-shadow: var(--shadow); border: 6px solid var(--white);
}
.hero-img img { width: 100%; height: 560px; object-fit: cover; background: var(--cream-2); transform: scale(1.06); animation: kenburns 14s ease-in-out infinite alternate; }
@keyframes kenburns { from { transform: scale(1.06) translateY(0);} to { transform: scale(1.12) translateY(-12px);} }
.hero-rotator { position: absolute; bottom: -2.4rem; left: -2.8rem; width: 128px; height: 128px; animation: spin 22s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-rotator text { font-size: 11.5px; letter-spacing: 3.5px; text-transform: uppercase; fill: var(--ink); font-family: 'Jost', sans-serif; }
.hero-rotator .center-flower { animation: spin 22s linear infinite reverse; transform-origin: center; }

/* ---------- Marquee ---------- */
.marquee { border-block: 1px solid rgba(46,38,32,.14); padding: 1.1rem 0; overflow: hidden; background: var(--cream); }
.marquee-track { display: flex; width: max-content; white-space: nowrap; animation: marq 30s linear infinite; font-family: 'Fraunces', serif; font-size: 1.15rem; font-style: italic; color: var(--ink-soft); }
.marquee-track span { padding-right: 3rem; }
.marquee-track .fleur { color: var(--rose); font-style: normal; }
@keyframes marq { to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
section { padding: 6rem 0; }
.eyebrow { display: inline-flex; align-items: center; gap: .8rem; color: var(--rose); font-size: .8rem; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 1rem; }
.eyebrow::before { content: ""; width: 36px; height: 1px; background: var(--rose); }
.center .eyebrow::after { content: ""; width: 36px; height: 1px; background: var(--rose); }
.section-title { font-size: clamp(2rem, 3.6vw, 3rem); margin-bottom: 1.1rem; }
.section-title em { font-style: italic; color: var(--rose); }
.section-sub { color: var(--ink-soft); max-width: 36rem; }
.section-head { margin-bottom: 3.2rem; }
.section-head.center { text-align: center; }
.section-head.center .section-sub { margin: 0 auto; }
.center .eyebrow { justify-content: center; }

/* ---------- Treatment cards ---------- */
.treat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.treat-card { background: var(--white); border-radius: var(--radius); overflow: hidden; transition: transform .45s var(--ease), box-shadow .45s var(--ease); border: 1px solid rgba(46,38,32,.07); }
.treat-card:hover { transform: translateY(-9px); box-shadow: var(--shadow); }
.treat-card .img-wrap { height: 240px; overflow: hidden; }
.treat-card img { width: 100%; height: 100%; object-fit: cover; background: var(--cream-2); transition: transform .8s var(--ease); }
.treat-card:hover img { transform: scale(1.07); }
.treat-card .body { padding: 1.7rem 1.7rem 1.9rem; }
.treat-card h3 { font-size: 1.35rem; margin-bottom: .5rem; }
.treat-card p { color: var(--ink-soft); font-size: .95rem; margin-bottom: 1.1rem; }
.treat-card .from { font-family: 'Fraunces', serif; font-style: italic; color: var(--rose); font-size: 1.02rem; }
.text-link { color: var(--rose); font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; display: inline-flex; align-items: center; gap: .4rem; border-bottom: 1px solid transparent; transition: border-color .3s; }
.text-link:hover { border-color: var(--rose); }

/* ---------- Ritual / split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: center; }
.split-img { position: relative; }
.split-img .arch { border-radius: 260px 260px var(--radius) var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 6px solid var(--white); }
.split-img img { width: 100%; height: 480px; object-fit: cover; background: var(--cream-2); }
.split-img .petal { position: absolute; z-index: -1; width: 62%; height: 62%; background: var(--rose-light); border-radius: 50% 50% 50% 4px; bottom: -1.6rem; right: -1.6rem; opacity: .55; }
.num-list { list-style: none; margin-top: 2rem; display: grid; gap: 1.5rem; }
.num-list li { display: flex; gap: 1.3rem; }
.num-list .n { flex: none; font-family: 'Fraunces', serif; font-style: italic; font-size: 1.5rem; color: var(--rose); width: 2.4rem; padding-top: .1rem; }
.num-list strong { display: block; font-family: 'Fraunces', serif; font-weight: 500; font-size: 1.15rem; margin-bottom: .2rem; }
.num-list span { color: var(--ink-soft); font-size: .95rem; }

/* ---------- Stats ---------- */
.stats { background: var(--ink); color: var(--cream); border-radius: 32px; margin: 0 auto; width: min(1140px, 92%); padding: 4.2rem 3rem; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.stat h3 { color: var(--cream); font-size: clamp(2.2rem, 4vw, 3.2rem); font-style: italic; }
.stat h3 .suffix { color: var(--rose-light); }
.stat p { color: rgba(250,246,240,.6); font-size: .88rem; letter-spacing: .1em; text-transform: uppercase; margin-top: .4rem; }

/* ---------- Testimonials ---------- */
.slider { position: relative; max-width: 720px; margin: 0 auto; text-align: center; }
.slide { display: none; animation: slideIn .6s var(--ease); }
.slide.active { display: block; }
@keyframes slideIn { from { opacity: 0; transform: translateY(16px);} to { opacity: 1; transform: none;} }
.slide .quote-mark { font-family: 'Fraunces', serif; font-size: 4.5rem; line-height: 1; color: var(--rose-light); display: block; }
.slide blockquote { font-family: 'Fraunces', serif; font-size: clamp(1.25rem, 2.4vw, 1.7rem); font-style: italic; font-weight: 400; color: var(--ink); line-height: 1.55; margin-bottom: 1.5rem; }
.slide cite { font-style: normal; color: var(--ink-soft); font-size: .9rem; letter-spacing: .12em; text-transform: uppercase; }
.slide cite strong { color: var(--rose); display: block; font-size: 1rem; letter-spacing: .06em; }
.dots { display: flex; gap: .55rem; justify-content: center; margin-top: 2rem; }
.dots button { width: 9px; height: 9px; border-radius: 999px; border: 1px solid var(--rose); background: transparent; cursor: pointer; transition: .3s var(--ease); padding: 0; }
.dots button.active { width: 28px; background: var(--rose); }

/* ---------- Gallery strip ---------- */
.gallery-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.gallery-strip .g-item { border-radius: var(--radius); overflow: hidden; height: 300px; }
.gallery-strip .g-item:nth-child(even) { transform: translateY(1.6rem); }
.gallery-strip img { width: 100%; height: 100%; object-fit: cover; background: var(--cream-2); transition: transform .8s var(--ease), filter .8s; }
.gallery-strip .g-item:hover img { transform: scale(1.08); filter: brightness(1.05); }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(120deg, var(--rose) 0%, var(--rose-dark) 100%); border-radius: 32px; padding: 4.5rem 3.5rem; color: var(--white); text-align: center; position: relative; overflow: hidden; }
.cta-band::before, .cta-band::after { content: "✿"; position: absolute; font-size: 9rem; opacity: .12; }
.cta-band::before { top: -2.5rem; left: 4%; transform: rotate(-15deg); }
.cta-band::after { bottom: -3rem; right: 5%; transform: rotate(20deg); }
.cta-band h2 { color: var(--white); font-size: clamp(1.9rem, 3.4vw, 2.8rem); margin-bottom: .7rem; }
.cta-band h2 em { font-style: italic; }
.cta-band p { opacity: .92; max-width: 32rem; margin: 0 auto 2rem; }

/* ---------- Page hero ---------- */
.page-hero { padding: 10.5rem 0 5.5rem; position: relative; overflow: hidden; text-align: center; }
.page-hero::before { content: ""; position: absolute; left: 50%; top: -40%; transform: translateX(-50%); width: 70vw; height: 70vw; max-width: 900px; max-height: 900px; border-radius: 50%; background: radial-gradient(circle, var(--rose-light) 0%, transparent 66%); opacity: .7; }
.page-hero .container { position: relative; }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); margin-bottom: 1rem; }
.page-hero h1 em { font-style: italic; color: var(--rose); }
.page-hero p { color: var(--ink-soft); max-width: 34rem; margin: 0 auto; font-size: 1.08rem; }
.crumb { display: inline-block; font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 1.4rem; }
.crumb a:hover { color: var(--rose); }

/* ---------- Price menu ---------- */
.menu-section { max-width: 820px; margin: 0 auto 3.5rem; }
.menu-section:last-child { margin-bottom: 0; }
.menu-cat { display: flex; align-items: center; gap: 1.2rem; margin-bottom: 1.6rem; }
.menu-cat h3 { font-size: 1.7rem; font-style: italic; white-space: nowrap; }
.menu-cat .rule { flex: 1; height: 1px; background: rgba(46,38,32,.16); }
.menu-item { display: flex; align-items: baseline; gap: .9rem; padding: 1.05rem 0; border-bottom: 1px dashed rgba(46,38,32,.14); transition: padding-left .3s var(--ease); }
.menu-item:hover { padding-left: .6rem; }
.menu-item .info strong { font-family: 'Fraunces', serif; font-weight: 500; font-size: 1.12rem; display: block; }
.menu-item .info small { color: var(--ink-soft); font-size: .88rem; }
.menu-item .fill { flex: 1; }
.menu-item .price { font-family: 'Fraunces', serif; font-style: italic; color: var(--rose); font-size: 1.15rem; white-space: nowrap; }
.menu-item .dur { color: var(--ink-soft); font-size: .8rem; white-space: nowrap; letter-spacing: .06em; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 760px; margin: 0 auto; display: grid; gap: .9rem; }
.faq-item { background: var(--white); border-radius: var(--radius); border: 1px solid rgba(46,38,32,.09); overflow: hidden; }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.3rem 1.6rem; background: none; border: none; cursor: pointer; font-family: 'Fraunces', serif; font-weight: 500; font-size: 1.08rem; color: var(--ink); text-align: left; }
.faq-q .chev { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--rose-light); color: var(--rose-dark); display: grid; place-items: center; transition: transform .35s var(--ease); font-size: .75rem; }
.faq-item.open .faq-q .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .45s var(--ease); }
.faq-a p { padding: 0 1.6rem 1.35rem; color: var(--ink-soft); font-size: .95rem; }

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; }
.team-card { text-align: center; }
.team-card .ph { border-radius: 200px 200px var(--radius) var(--radius); overflow: hidden; height: 340px; margin-bottom: 1.3rem; border: 5px solid var(--white); box-shadow: var(--shadow); }
.team-card .ph img { width: 100%; height: 100%; object-fit: cover; background: var(--cream-2); transition: transform .7s var(--ease); }
.team-card:hover .ph img { transform: scale(1.06); }
.team-card h3 { font-size: 1.35rem; }
.team-card .role { color: var(--rose); font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; margin: .25rem 0 .6rem; }
.team-card p { color: var(--ink-soft); font-size: .92rem; max-width: 20rem; margin: 0 auto; }

/* ---------- Values ---------- */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.value-card { background: var(--white); border: 1px solid rgba(46,38,32,.08); border-radius: var(--radius); padding: 2.3rem 2rem; text-align: center; transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.value-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.value-card .emoji { font-size: 2rem; display: block; margin-bottom: 1rem; }
.value-card h3 { font-size: 1.25rem; margin-bottom: .5rem; }
.value-card p { color: var(--ink-soft); font-size: .92rem; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 3.5rem; align-items: start; }
.contact-info-card { background: var(--ink); color: var(--cream); border-radius: 24px; padding: 2.8rem 2.5rem; position: sticky; top: 110px; }
.contact-info-card h3 { color: var(--cream); font-size: 1.55rem; font-style: italic; margin-bottom: 1.6rem; }
.info-line { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem 0; border-bottom: 1px solid rgba(250,246,240,.12); }
.info-line:last-of-type { border-bottom: none; }
.info-line .ic { flex: none; width: 42px; height: 42px; border-radius: 50%; background: rgba(183,110,88,.28); display: grid; place-items: center; font-size: 1.05rem; }
.info-line strong { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; color: rgba(250,246,240,.5); margin-bottom: .15rem; }
.info-line a, .info-line span.val { color: var(--cream); font-weight: 500; }
.info-line a:hover { color: var(--rose-light); }
.contact-form { background: var(--white); border-radius: 24px; padding: 2.8rem 2.5rem; border: 1px solid rgba(46,38,32,.08); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.field { margin-bottom: 1.2rem; }
.field label { display: block; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); margin-bottom: .45rem; }
.field input, .field select, .field textarea {
  width: 100%; padding: .9rem 1.15rem; border-radius: 12px; border: 1.5px solid rgba(46,38,32,.16);
  font: inherit; font-size: .96rem; color: var(--ink); background: var(--cream);
  transition: border-color .3s, box-shadow .3s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--rose); box-shadow: 0 0 0 4px rgba(183,110,88,.14); background: var(--white); }
.form-success { display: none; text-align: center; padding: 3rem 1rem; }
.form-success.show { display: block; animation: slideIn .5s var(--ease); }
.form-success .big { font-size: 3rem; margin-bottom: 1rem; }
.map-embed { border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(46,38,32,.08); margin-top: 4rem; }
.map-embed iframe { display: block; width: 100%; height: 380px; border: 0; filter: sepia(.18) saturate(.85); }
.hours-table { width: 100%; border-collapse: collapse; margin-top: .4rem; }
.hours-table td { padding: .45rem 0; font-size: .92rem; border-bottom: 1px solid rgba(250,246,240,.1); }
.hours-table td:last-child { text-align: right; color: rgba(250,246,240,.75); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: rgba(250,246,240,.7); padding: 4.5rem 0 2rem; margin-top: 6rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(250,246,240,.12); }
.site-footer .logo { color: var(--cream); }
.site-footer h4 { color: var(--cream); font-size: 1rem; font-style: italic; margin-bottom: 1.1rem; }
.site-footer ul { list-style: none; display: grid; gap: .6rem; font-size: .92rem; }
.site-footer ul a:hover { color: var(--rose-light); }
.footer-brand p { font-size: .92rem; margin-top: 1rem; max-width: 22rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-top: 1.8rem; font-size: .82rem; color: rgba(250,246,240,.4); }
.demo-note { background: rgba(183,110,88,.18); border: 1px solid rgba(183,110,88,.4); color: var(--rose-light); border-radius: 10px; padding: .7rem 1.1rem; font-size: .82rem; margin-top: 1.4rem; display: inline-block; }

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }
.reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal-right { opacity: 0; transform: translateX(40px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal-left.visible, .reveal-right.visible { opacity: 1; transform: none; }
.stagger > * { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.stagger.visible > * { opacity: 1; transform: none; }
.stagger.visible > *:nth-child(1) { transition-delay: .06s; }
.stagger.visible > *:nth-child(2) { transition-delay: .18s; }
.stagger.visible > *:nth-child(3) { transition-delay: .3s; }
.stagger.visible > *:nth-child(4) { transition-delay: .42s; }
.stagger.visible > *:nth-child(5) { transition-delay: .54s; }
.stagger.visible > *:nth-child(6) { transition-delay: .66s; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .treat-grid, .team-grid, .values-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-strip { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-img .arch { max-width: 480px; margin: 0 auto; }
  .hero-rotator { left: 0; }
  .contact-info-card { position: static; }
  .nav { position: fixed; inset: 0 0 0 auto; width: min(320px, 82vw); background: var(--cream); flex-direction: column; justify-content: center; align-items: flex-start; padding: 3rem 2.4rem; gap: 1.7rem; transform: translateX(100%); transition: transform .45s var(--ease); box-shadow: -20px 0 60px rgba(46,38,32,.2); }
  .nav.open { transform: none; }
  .nav a { font-size: 1.05rem; }
  .nav-toggle { display: block; }
}
@media (max-width: 600px) {
  section { padding: 4rem 0; }
  .treat-grid, .team-grid, .values-grid, .form-row { grid-template-columns: 1fr; }
  .hero { padding-top: 7.5rem; min-height: auto; }
  .hero-img img { height: 420px; }
  .cta-band { padding: 3rem 1.8rem; }
  .stats { padding: 3rem 1.6rem; }
  .gallery-strip .g-item { height: 220px; }
  .hero-rotator { display: none; }
}
