/* ── Suffolk Park Physio — modernised rebuild (warm palette preserved from original site) ── */
:root {
  --bg: #FBF7F1;          /* warm cream — matches old site's light backgrounds */
  --bg-2: #F4EDE3;
  --panel: #FFFFFF;
  --panel-2: #FFFDF9;
  --card: #FFFFFF;
  --line: rgba(120, 90, 50, 0.14);
  --ink: #2A2A2A;          /* dark grey headings — matches old site */
  --muted: #555555;        /* grey body text — matches old site */
  --accent: #CB7D43;       /* warm amber — original site primary */
  --accent-soft: #D6996B;  /* lighter amber — original site secondary */
  --accent-deep: #A96A28;
  --deep: #2E2318;         /* deep warm brown — footer/topbar */
  --deep-2: #3D2F23;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Inter', system-ui, -apple-system, sans-serif;
  --radius: 14px;
  --shadow: 0 12px 40px rgba(120, 90, 50, 0.10);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 84px; }
body { font-family: var(--sans); color: var(--ink); background: var(--bg); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 28px; }

/* ── Top bar — functional contact strip (light, like the old site) ── */
.topbar { background: #FFFFFF; border-bottom: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 9px; padding-bottom: 9px; flex-wrap: wrap; }
.topbar a { color: var(--accent-deep); font-weight: 600; }
.topbar a:hover { color: var(--accent); }
.topbar-right { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.topbar .ico { margin-right: 5px; }

/* ── Nav ── */
nav { position: sticky; top: 0; z-index: 50; background: rgba(255, 253, 249, 0.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 74px; gap: 24px; }
.logo { display: flex; align-items: center; gap: 20px; min-width: 0; }
.logo-mark { display: grid; place-items: center; flex: none; }
.logo-mark img { height: 44px; width: auto; display: block; }
.logo-text { line-height: 1.2; min-width: 0; white-space: nowrap; }
.logo-text strong { font-family: var(--serif); font-size: 17px; font-weight: 600; display: block; letter-spacing: .02em; color: var(--ink); }
.logo-text span { font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 13.5px; font-weight: 500; letter-spacing: .02em; }
.nav-links a { color: var(--ink); opacity: .82; transition: opacity .15s, color .15s; }
.nav-links a:hover { opacity: 1; color: var(--accent-deep); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; font-size: 14px; border-radius: 999px; padding: 13px 26px; transition: transform .15s, box-shadow .15s, background .15s, border-color .15s; cursor: pointer; border: none; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn-gold { background: var(--accent); color: #fff; }
.btn-gold:hover { background: var(--accent-deep); box-shadow: 0 10px 30px rgba(200, 134, 61, 0.35); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid rgba(58, 46, 37, 0.35); }
.btn-ghost:hover { border-color: var(--ink); background: rgba(58, 46, 37, 0.05); }
.btn-ghost-light { background: rgba(255,255,255,0.12); color: #fff; border: 1.5px solid rgba(255,255,255,0.7); backdrop-filter: blur(2px); }
.btn-ghost-light:hover { background: rgba(255,255,255,0.25); border-color: #fff; }
.btn-teal { background: var(--accent-deep); color: #fff; }
.btn-teal:hover { box-shadow: 0 10px 30px rgba(169, 106, 40, 0.35); }
.btn-call { color: var(--ink); font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 9px; }
.btn .mob { display: none; }
.btn-call .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(203,125,67,0.18); }
.burger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; }

/* ── Hero slider (original site had a 4-slide rotator) ── */
.hero { position: relative; background: var(--deep); overflow: hidden; }
.hero-slides { position: relative; height: min(78vh, 640px); min-height: 480px; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .8s ease; display: flex; align-items: center; }
.hero-slide.active { opacity: 1; z-index: 2; }
.hero-slide .slide-bg { position: absolute; inset: 0; }
.hero-slide .slide-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
/* Tree slide — contain so the whole tree + brain is visible */
.hero-slide.tree-slide { background: linear-gradient(120deg, #2E2318 0%, #3D2F23 100%); }
.hero-slide.tree-slide .slide-bg img { object-fit: contain; object-position: 78% center; padding: 40px 0; }
.hero-slide.tree-slide .slide-bg::after { background: linear-gradient(90deg, rgba(46,35,24,0.92) 0%, rgba(46,35,24,0.75) 48%, rgba(46,35,24,0.15) 100%); }
.hero-slide .slide-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(46,35,24,0.86) 0%, rgba(46,35,24,0.55) 45%, rgba(46,35,24,0.15) 100%); }
.hero-slide .wrap { position: relative; z-index: 2; max-width: 1280px; }
.hero-slide .slide-content { max-width: 620px; color: #FDF7EC; }
.hero-slide .eyebrow { color: #F0C98C; }
.hero-slide h1, .hero-slide h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(32px, 3.6vw, 50px); line-height: 1.14; letter-spacing: -.01em; }
.hero-slide h1 em, .hero-slide h2 em { font-style: italic; color: #F0C98C; }
.hero-slide p.sub { margin-top: 22px; color: rgba(253,247,236,0.85); font-size: 16.5px; }
.hero-slide .hero-cta { margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }
.eyebrow { font-size: 12px; letter-spacing: .26em; text-transform: uppercase; font-weight: 600; color: var(--accent-deep); margin-bottom: 18px; display: flex; align-items: center; gap: 14px; }
.eyebrow::before { content: ''; width: 34px; height: 1px; background: var(--accent); }
.slide-dots { position: absolute; bottom: 22px; left: 0; right: 0; z-index: 5; display: flex; justify-content: center; gap: 10px; }
.slide-dots button { width: 10px; height: 10px; border-radius: 50%; border: none; background: rgba(255,255,255,0.45); cursor: pointer; transition: background .2s, transform .2s; padding: 0; }
.slide-dots button.active { background: var(--accent-soft); transform: scale(1.25); }
.slide-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.4); background: rgba(46,35,24,0.35); color: #fff; font-size: 20px; cursor: pointer; display: grid; place-items: center; transition: background .2s; backdrop-filter: blur(4px); }
.slide-arrow:hover { background: var(--accent); border-color: var(--accent); }
.slide-arrow.prev { left: 22px; }
.slide-arrow.next { right: 22px; }

/* ── Section scaffolding ── */
section { padding: 96px 0; }
.section-head { max-width: 720px; margin-bottom: 52px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head.center .eyebrow::before, .section-head.center .eyebrow::after { content: ''; width: 34px; height: 1px; background: var(--accent); }
.section-head h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(30px, 3.4vw, 44px); line-height: 1.15; letter-spacing: -.01em; }
.section-head p { margin-top: 16px; color: var(--muted); font-size: 16px; }

/* ── Welcome panel ── */
.clients-panel { max-width: 820px; margin: 0 auto; background: var(--panel); border: 1px solid var(--line); border-radius: 22px; padding: 60px 56px; text-align: center; box-shadow: var(--shadow); }
.clients-panel .kicker { font-size: 12px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--accent-deep); margin-bottom: 20px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.clients-panel .kicker::before, .clients-panel .kicker::after { content: ''; width: 34px; height: 1px; background: var(--accent); }
.clients-panel h3 { font-family: var(--serif); font-size: 29px; font-weight: 500; line-height: 1.28; margin: 0 auto; max-width: 620px; }
.clients-panel p { margin: 18px auto 0; color: var(--muted); max-width: 600px; font-size: 15.5px; }
.clients-list { list-style: none; margin: 26px auto 0; display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: center; max-width: 560px; }
.clients-list li { display: flex; gap: 8px; align-items: center; font-size: 14px; color: var(--ink); }
.clients-list li::before { content: '✓'; color: var(--accent); font-weight: 700; font-size: 13px; }
.clients-panel .btn { margin-top: 32px; }

/* ── Condition cards ── */
.cond-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cond { background: var(--panel); border: 1px solid var(--line); border-radius: 10px; padding: 20px 18px; font-weight: 600; font-size: 14px; color: var(--ink); display: flex; align-items: center; gap: 12px; transition: transform .15s, border-color .15s, background .15s; }
.cond:hover { transform: translateY(-3px); border-color: var(--accent); background: var(--panel-2); }
.cond .ico { width: 32px; height: 32px; flex: none; border-radius: 8px; background: rgba(200,134,61,0.12); border: 1px solid rgba(200,134,61,0.25); color: var(--accent-deep); display: grid; place-items: center; font-size: 14px; }

/* ── Phases ── */
.phases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.phase { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 40px 32px; position: relative; overflow: hidden; transition: transform .15s, border-color .15s; box-shadow: 0 6px 24px rgba(120,90,50,0.06); }
.phase:hover { transform: translateY(-4px); border-color: var(--accent); }
.phase .big { position: absolute; right: 16px; top: 4px; font-family: var(--serif); font-size: 120px; line-height: 1; color: rgba(200,134,61,0.10); font-weight: 700; pointer-events: none; }
.phase .phase-num { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--accent-deep); font-weight: 700; }
.phase h4 { font-family: var(--serif); font-size: 24px; font-weight: 600; color: var(--ink); margin: 16px 0 12px; line-height: 1.25; }
.phase p { font-size: 14.5px; color: var(--muted); }
.phase ul { list-style: none; margin-top: 18px; display: grid; gap: 8px; }
.phase li { font-size: 13px; color: var(--ink); display: flex; gap: 9px; align-items: baseline; }
.phase li::before { content: '◆'; color: var(--accent); font-size: 9px; }

/* ── Meet Amanda ── */
.amanda-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 60px; align-items: center; }
.amanda-photo { position: relative; }
.photo-frame { aspect-ratio: 4/5; border-radius: var(--radius); overflow: hidden; background: var(--panel-2); border: 1px solid var(--line); display: grid; place-items: center; box-shadow: var(--shadow); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.photo-frame .ph-label { color: var(--muted); font-size: 13px; letter-spacing: .2em; text-transform: uppercase; border: 1px dashed rgba(58,46,37,0.25); padding: 18px 26px; border-radius: 10px; }
.amanda-info .role { color: var(--accent-deep); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 12.5px; margin-top: 10px; }
.amanda-info h3 { font-family: var(--serif); font-size: 36px; font-weight: 500; margin-top: 6px; }
.amanda-info p { color: var(--muted); margin-top: 18px; font-size: 15.5px; }
.amanda-info p strong { color: var(--ink); }
.cred-list { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 26px; }
.cred-list li { list-style: none; font-size: 14px; display: flex; gap: 10px; align-items: baseline; }
.cred-list li::before { content: '✓'; color: var(--accent); font-weight: 700; font-size: 13px; }
.amanda-cta { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.stat-pill { display: inline-flex; align-items: center; gap: 10px; background: rgba(200,134,61,0.12); border: 1px solid rgba(200,134,61,0.35); color: var(--accent-deep); border-radius: 999px; padding: 10px 18px; font-size: 13px; font-weight: 700; letter-spacing: .04em; }

/* ── Modalities ── */
.mod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mod { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 30px; transition: transform .15s, box-shadow .15s, border-color .15s; box-shadow: 0 6px 24px rgba(120,90,50,0.05); }
.mod:hover { transform: translateY(-4px); border-color: var(--accent); }
.mod .kicker { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--accent-deep); }
.mod h4 { font-family: var(--serif); font-size: 23px; font-weight: 600; margin: 14px 0 10px; }
.mod p { font-size: 14.5px; color: var(--muted); }
.mod .mod-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-weight: 600; font-size: 13.5px; color: var(--accent-deep); }
.mod .mod-link:hover { color: var(--accent); }

/* ── Fees, rebates & cancellation ── */
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 48px; }
.price-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 32px; text-align: center; box-shadow: 0 6px 24px rgba(120,90,50,0.05); }
.price-card .price-kicker { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--accent-deep); }
.price-card .price { font-family: var(--serif); font-size: 46px; font-weight: 600; color: var(--ink); margin: 12px 0 2px; line-height: 1.1; }
.price-card .price-dur { font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.price-card ul { list-style: none; margin-top: 20px; display: grid; gap: 9px; text-align: left; }
.price-card li { font-size: 14px; color: var(--ink); display: flex; gap: 9px; align-items: baseline; }
.price-card li::before { content: '✓'; color: var(--accent); font-weight: 700; font-size: 13px; }
.rebates, .cancellation { margin-top: 18px; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 32px; display: flex; gap: 24px; align-items: flex-start; flex-wrap: wrap; }
.rebates strong, .cancellation strong { font-family: var(--serif); font-size: 19px; color: var(--ink); min-width: 230px; }
.rebates p, .cancellation p { color: var(--muted); font-size: 14.5px; flex: 1; min-width: 260px; margin: 0; }
.rebates { background: rgba(200,134,61,0.08); border-color: rgba(200,134,61,0.3); }

/* ── Articles ── */
.art-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.art { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .15s, border-color .15s; display: flex; flex-direction: column; box-shadow: 0 6px 24px rgba(120,90,50,0.05); }
.art:hover { transform: translateY(-4px); border-color: var(--accent); }
.art-thumb { height: 150px; overflow: hidden; background: var(--bg-2); display: grid; place-items: center; border-bottom: 1px solid var(--line); }
.art-thumb img { width: 100%; height: 100%; object-fit: cover; }
.art-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.art-body h4 { font-family: var(--serif); font-size: 19px; font-weight: 600; margin-top: 0; line-height: 1.35; }
.art-body .more { display: inline-block; margin-top: auto; padding-top: 16px; font-weight: 600; font-size: 13.5px; color: var(--accent-deep); }

/* ── FAQ ── */
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
details { background: var(--panel); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
summary { cursor: pointer; padding: 20px 24px; font-weight: 600; font-size: 15px; display: flex; justify-content: space-between; align-items: center; gap: 16px; list-style: none; color: var(--ink); }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; font-size: 22px; font-weight: 400; color: var(--accent); transition: transform .2s; }
details[open] summary::after { transform: rotate(45deg); }
details p, details ul { padding: 0 24px 22px; color: var(--muted); font-size: 14.5px; }
details ul { padding-bottom: 14px; padding-left: 40px; }

/* ── Final CTA ── */
.cta-final { text-align: center; padding: 100px 0; background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 24px; }
.cta-final h2 { font-family: var(--serif); font-size: clamp(30px, 4vw, 48px); font-weight: 500; max-width: 760px; margin: 0 auto; line-height: 1.15; }
.cta-final p { color: var(--muted); max-width: 560px; margin: 20px auto 0; font-size: 16px; }
.cta-final .btn-row { margin-top: 36px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── Contact ── */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cta-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 40px 32px; text-align: center; transition: transform .15s, border-color .15s; box-shadow: 0 6px 24px rgba(120,90,50,0.05); }
.cta-card:hover { transform: translateY(-4px); border-color: var(--accent); }
.cta-card .ico { width: 52px; height: 52px; margin: 0 auto 20px; border-radius: 50%; background: rgba(200,134,61,0.14); border: 1px solid rgba(200,134,61,0.3); color: var(--accent-deep); display: grid; place-items: center; font-size: 22px; }
.cta-card h4 { font-family: var(--serif); font-size: 21px; font-weight: 600; }
.cta-card p { font-size: 14px; color: var(--muted); margin-top: 10px; }
.cta-card .btn { margin-top: 22px; }
.contact-foot { margin-top: 56px; text-align: center; font-size: 14px; color: var(--muted); display: grid; gap: 6px; }
.contact-foot strong { color: var(--ink); }

/* ── Location grid ── */
.loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.loc-grid > div:first-child { box-shadow: 0 6px 24px rgba(120,90,50,0.06); }

/* ── Footer (light, like the old site) ── */
footer { background: #FFFFFF; border-top: 1px solid var(--line); color: var(--muted); padding: 56px 0 32px; font-size: 13.5px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
footer h5 { color: var(--ink); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 16px; font-weight: 600; }
footer ul { list-style: none; display: grid; gap: 9px; }
footer a:hover { color: var(--accent-deep); }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12.5px; }

/* ── Booking modal (Cliniko embed) ── */
.book-overlay { position: fixed; inset: 0; z-index: 100; background: rgba(46,35,24,0.82); backdrop-filter: blur(6px); display: none; align-items: center; justify-content: center; padding: 20px; }
.book-overlay.open { display: flex; }
.book-modal { background: #fff; border-radius: 16px; width: 100%; max-width: 920px; height: min(92vh, 900px); position: relative; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.5); }
.book-modal iframe { width: 100%; height: 100%; border: none; display: block; overflow-y: auto; }
.book-close { position: absolute; top: 12px; right: 12px; z-index: 5; width: 38px; height: 38px; border-radius: 50%; background: rgba(46,35,24,0.85); color: #fff; border: none; font-size: 20px; cursor: pointer; display: grid; place-items: center; line-height: 1; transition: background .15s; }
.book-close:hover { background: var(--accent); color: #fff; }
body.book-locked { overflow: hidden; }

/* ── Inner page hero ── */
.page-hero { background: linear-gradient(120deg, #F4EDE3 0%, #FBF7F1 55%, #F4E8D8 100%); color: var(--ink); padding: 88px 0 64px; border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: -60px; right: -40px; width: 320px; height: 320px; border-radius: 50%; background: rgba(200,134,61,0.08); }
.page-hero .wrap { position: relative; z-index: 2; max-width: 900px; }
.page-hero h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(32px, 4vw, 50px); line-height: 1.12; letter-spacing: -.01em; }
.page-hero p { margin-top: 18px; color: var(--muted); font-size: 16.5px; max-width: 640px; }

/* ── Prose (article / inner page body) ── */
.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { font-family: var(--serif); font-size: 28px; font-weight: 600; margin: 40px 0 14px; color: var(--ink); }
.prose h3 { font-family: var(--serif); font-size: 22px; font-weight: 600; margin: 32px 0 12px; color: var(--ink); }
.prose p { margin: 0 0 18px; font-size: 16px; line-height: 1.7; color: #5A4A3A; }
.prose ul, .prose ol { margin: 0 0 18px; padding-left: 24px; }
.prose li { margin-bottom: 8px; font-size: 15.5px; line-height: 1.65; color: #5A4A3A; }
.prose a { color: var(--accent-deep); font-weight: 600; text-decoration: underline; }
.prose .btn { text-decoration: none; }
.prose blockquote { border-left: 3px solid var(--accent); padding: 6px 0 6px 20px; margin: 24px 0; color: var(--muted); font-style: italic; }

/* ── Responsive ── */
@media (max-width: 1020px) {
  .cond-grid { grid-template-columns: repeat(2, 1fr); }
  .mod-grid, .art-grid { grid-template-columns: repeat(2, 1fr); }
  .phases, .contact-grid { grid-template-columns: 1fr; }
  .amanda-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  section { padding: 56px 0; }
  nav .wrap { height: 64px; gap: 10px; }
  .logo { gap: 8px; min-width: 0; flex: 1 1 auto; }
  .logo-mark { width: auto; height: auto; flex: none; }
  .logo-mark img { height: 34px; width: auto; }
  .logo-text { min-width: 0; line-height: 1.15; }
  .logo-text strong { font-size: 14.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .logo-text span { font-size: 8px; letter-spacing: .1em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .nav-links { display: none; position: absolute; top: 64px; left: 0; right: 0; background: rgba(255,253,249,0.98); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; padding: 10px 28px 18px; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 0; font-size: 16px; border-bottom: 1px solid rgba(120,90,50,0.12); }
  .nav-links a:last-child { border-bottom: none; }
  .nav-cta { gap: 8px; flex: none; }
  .nav-cta .btn-call { display: none; }
  .nav-cta .btn { padding: 9px 14px; min-height: 38px; font-size: 13px; }
  .nav-cta .btn .dsk { display: none; }
  .nav-cta .btn .mob { display: inline; }
  .burger { display: block; }
  .burger span { margin: 4px 0; }
  .btn { min-height: 48px; padding: 12px 22px; font-size: 15px; }
  .cond-grid, .mod-grid, .art-grid, .footer-grid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; }
  .rebates, .cancellation { padding: 24px 22px; }
  .rebates strong, .cancellation strong { min-width: 100%; }
  .cred-list { grid-template-columns: 1fr; }
  .amanda-cta .btn { width: 100%; }
  .hero-slides { height: 62vh; min-height: 460px; }
  .hero-slide .slide-bg img { object-position: 50% 25%; }
  .hero-slide.tree-slide .slide-bg img { object-position: center; padding: 24px 0; }
  .hero-slide .slide-bg::after { background: linear-gradient(180deg, rgba(46,35,24,0.25) 40%, rgba(46,35,24,0.75) 100%); }
  .hero-slide .slide-content { max-width: 100%; }
  .hero-slide h1, .hero-slide h2 { font-size: 32px; }
  .hero-slide .hero-cta .btn { width: 100%; }
  .slide-arrow { display: none; }
  .clients-panel { padding: 40px 24px; border-radius: 18px; }
  .clients-panel h3 { font-size: 26px; }
  .clients-list { flex-direction: column; align-items: center; }
  .loc-grid { grid-template-columns: 1fr; }
  .loc-grid iframe { min-height: 300px; }
  .phases { gap: 14px; }
  .phase { padding: 30px 24px; }
  .cta-card { padding: 30px 24px; }
  .contact-foot { margin-top: 40px; }
  .faq-list details summary { font-size: 15px; padding: 16px 18px; }
  .topbar .wrap { justify-content: center; text-align: center; }
  .topbar-right { justify-content: center; gap: 12px 18px; }
  .cta-final { padding: 56px 24px; border-radius: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto; }
}

/* FAQ summary h3 — heading semantics without breaking accordion styling */
summary h3 { display: inline; font-size: inherit; font-weight: inherit; font-family: inherit; margin: 0; color: inherit; }
