
:root {
  --cream: #fff3df;
  --cream-2: #fffaf1;
  --paper: #fffefb;
  --sand: #ead8bd;
  --wood: #b87955;
  --brown: #85462f;
  --ink: #17324d;
  --muted: #596775;
  --terracotta: #e85d45;
  --peach: #ffc8ad;
  --sun: #f6ca55;
  --mint: #a9ded2;
  --teal: #16847c;
  --sky: #b9def0;
  --pink: #f3b6c8;
  --line: rgba(23,50,77,.13);
  --shadow: 0 20px 55px rgba(42,67,82,.13);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(246,202,85,.13), transparent 22rem),
    radial-gradient(circle at 92% 32%, rgba(169,222,210,.16), transparent 28rem),
    var(--cream-2);
  font-family: "Avenir Next", "Trebuchet MS", ui-sans-serif, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid rgba(206,118,92,.55); outline-offset: 3px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 999; background:#fff; padding:12px 16px; border-radius:10px; }
.skip-link:focus { top: 20px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 92px 0; }
.section-sm { padding: 62px 0; }
.bg-paper { background:radial-gradient(circle at 90% 10%,rgba(243,182,200,.2),transparent 22rem),var(--paper); }
.bg-cream { background:linear-gradient(135deg,var(--cream),#fff8ed 48%,rgba(169,222,210,.3)); }
.eyebrow { display:inline-flex; align-items:center; gap:8px; font-size:.82rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; color:var(--brown); }
.eyebrow::before { content:""; width:28px; height:2px; background:var(--terracotta); border-radius:999px; }
h1,h2,h3,p { margin-top:0; }
h1 { font-size: clamp(2.8rem, 7vw, 5.8rem); line-height:.98; letter-spacing:-.06em; margin-bottom:24px; }
h2 { font-size: clamp(2rem, 4.3vw, 3.6rem); line-height:1.04; letter-spacing:-.045em; margin-bottom:20px; }
h3 { font-size:1.28rem; line-height:1.2; margin-bottom:10px; }
.serif { font-family: Georgia, 'Times New Roman', serif; font-weight:400; font-style:italic; letter-spacing:-.02em; }
.section-head h2 .serif { color:var(--terracotta); }
.page-hero h1 .serif { color:var(--teal); }
.lead { font-size: clamp(1.08rem, 2vw, 1.28rem); color:var(--muted); max-width:720px; }
.muted { color:var(--muted); }
.text-center { text-align:center; }
.max-760 { max-width:760px; }
.mx-auto { margin-inline:auto; }
.kicker { font-size:.93rem; font-weight:750; color:var(--brown); }
.btn { display:inline-flex; justify-content:center; align-items:center; gap:10px; min-height:50px; padding:0 21px; border-radius:999px; border:1px solid transparent; font-weight:750; cursor:pointer; transition:.22s ease; }
.btn:hover { transform:translateY(-2px); }
.btn-primary { background:var(--ink); color:#fff; box-shadow:0 10px 0 rgba(23,50,77,.13); }
.btn-primary:hover { background:var(--teal); box-shadow:0 7px 0 rgba(23,50,77,.13); }
.btn-soft { background:rgba(255,255,255,.72); border-color:var(--line); backdrop-filter:blur(8px); }
.btn-accent { background:var(--terracotta); color:#fff; }
.btn-sm { min-height:42px; padding:0 16px; font-size:.92rem; }
.text-link { display:inline-flex; gap:8px; align-items:center; font-weight:800; border-bottom:1px solid currentColor; }

.site-header { position:sticky; top:0; z-index:40; background:rgba(251,248,242,.87); backdrop-filter: blur(18px); border-bottom:1px solid rgba(37,34,31,.07); }
.nav-wrap { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:flex; align-items:center; gap:12px; min-width:max-content; }
.brand-mark { width:42px; height:42px; border-radius:14px 14px 6px 14px; background:linear-gradient(145deg,var(--terracotta),#f58f65); color:#fff; display:grid; place-items:center; font-weight:900; letter-spacing:-.08em; transform:rotate(-3deg); box-shadow:4px 5px 0 var(--sun); }
.brand-copy { line-height:1; }
.brand-copy strong { display:block; font-size:1.05rem; letter-spacing:.12em; }
.brand-copy span { display:block; margin-top:5px; font-size:.68rem; letter-spacing:.2em; color:var(--muted); }
.site-nav { display:flex; align-items:center; gap:5px; }
.site-nav a { padding:10px 12px; border-radius:999px; font-size:.93rem; font-weight:700; color:#4d4843; }
.site-nav a:hover { background:#fff; color:var(--ink); }
.site-nav a.active { background:var(--mint); color:var(--ink); box-shadow:inset 0 0 0 1px rgba(23,50,77,.06); }
.nav-actions { display:flex; gap:8px; align-items:center; }
.menu-toggle { display:none; width:44px; height:44px; border-radius:999px; border:1px solid var(--line); background:#fff; cursor:pointer; }
.mobile-menu { display:none; padding:0 20px 20px; }
.mobile-menu.open { display:grid; gap:6px; }
.mobile-menu a { padding:11px 12px; border-radius:12px; font-weight:750; }
.mobile-menu a:hover { background:#fff; }

.hero { position:relative; overflow:hidden; padding:70px 0 70px; background:linear-gradient(135deg,rgba(255,250,241,.96),rgba(185,222,240,.34) 52%,rgba(169,222,210,.38)); }
.hero::before { content:""; position:absolute; width:180px; height:180px; left:-52px; bottom:-58px; opacity:.45; background-image:radial-gradient(var(--terracotta) 2px,transparent 2px); background-size:18px 18px; transform:rotate(12deg); pointer-events:none; }
.hero::after { content:""; position:absolute; width:340px; height:340px; border-radius:48% 52% 64% 36%; background:linear-gradient(135deg,var(--sun),var(--pink)); opacity:.38; filter:blur(55px); right:-100px; top:-20px; pointer-events:none; }
.hero .container { position:relative; z-index:1; }
.hero h1 { animation:rise-in .65s both; }
.hero .lead { animation:rise-in .65s .1s both; }
.hero-actions { animation:rise-in .65s .18s both; }
.trust-row { animation:rise-in .65s .26s both; }
.hero-media { animation:photo-in .75s .1s both; }
.hero-grid { display:grid; grid-template-columns:1.02fr .98fr; gap:56px; align-items:center; }
.hero h1 span { font-family:Georgia,'Times New Roman',serif; font-style:italic; font-weight:400; color:var(--brown); }
.hero-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:30px; }
.trust-row { display:flex; flex-wrap:wrap; gap:10px; margin-top:28px; }
.trust-pill { display:flex; align-items:center; gap:8px; background:#fff; border:1px solid var(--line); border-radius:999px; padding:9px 12px; color:#4f4943; font-size:.88rem; }
.hero-media { position:relative; min-height:580px; }
.hero-photo { height:580px; width:100%; object-fit:cover; border-radius:46% 46% 30px 30px; box-shadow:18px 20px 0 rgba(246,202,85,.72),var(--shadow); background:#ddd2c2; }
.photo-note { position:absolute; right:-22px; bottom:34px; width:min(270px,70%); background:rgba(255,253,249,.93); padding:19px; border:1px solid rgba(255,255,255,.7); border-radius:22px; box-shadow:var(--shadow); transform:rotate(2deg); }
.photo-note strong { display:block; font-family:Georgia,serif; font-size:1.35rem; font-style:italic; }
.photo-note small { color:var(--muted); }
.doodle { position:absolute; left:-30px; top:32px; width:92px; height:92px; border:2px solid var(--terracotta); border-radius:50%; opacity:.65; }
.doodle::after { content:""; position:absolute; width:14px; height:14px; background:var(--terracotta); border-radius:50%; right:-5px; bottom:12px; }

.quote-band { padding:38px 0; border-block:1px solid rgba(23,50,77,.08); background:linear-gradient(105deg,var(--sun),#ffd99a 48%,var(--pink)); }
.quote { max-width:980px; margin:0 auto; text-align:center; font-family:Georgia,serif; font-style:italic; font-size:clamp(1.5rem,3.3vw,2.5rem); line-height:1.24; color:#483729; }

.section-head { display:flex; align-items:end; justify-content:space-between; gap:28px; margin-bottom:42px; }
.section-head p { margin-bottom:0; max-width:560px; }
.grid-4 { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.grid-2 { display:grid; grid-template-columns:repeat(2,1fr); gap:28px; }
.card { background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); padding:26px; box-shadow:0 10px 30px rgba(42,67,82,.065); transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease; }
.card:hover { transform:translateY(-5px); box-shadow:0 18px 38px rgba(42,67,82,.13); border-color:rgba(23,50,77,.2); }
.icon-box { width:50px; height:50px; display:grid; place-items:center; border-radius:18px 18px 7px 18px; background:var(--sun); margin-bottom:38px; color:var(--ink); font-size:1.2rem; transform:rotate(-3deg); }
.grid-4 > .card:nth-child(2) .icon-box { background:var(--mint); transform:rotate(3deg); }
.grid-4 > .card:nth-child(3) .icon-box { background:var(--pink); }
.grid-4 > .card:nth-child(4) .icon-box { background:var(--sky); transform:rotate(3deg); }
.grid-4:not(.steps) > .card:nth-child(1) { background:linear-gradient(145deg,var(--paper),#fff8dc); }
.grid-4:not(.steps) > .card:nth-child(2) { background:linear-gradient(145deg,var(--paper),#ecfaf6); }
.grid-4:not(.steps) > .card:nth-child(3) { background:linear-gradient(145deg,var(--paper),#fff0f4); }
.grid-4:not(.steps) > .card:nth-child(4) { background:linear-gradient(145deg,var(--paper),#eef8fd); }
.card p:last-child { margin-bottom:0; }

.steps { counter-reset:steps; }
.step { position:relative; min-height:250px; overflow:hidden; }
.step::before { counter-increment:steps; content:"0" counter(steps); display:grid; place-items:center; width:42px; height:42px; border-radius:50%; font-size:.82rem; letter-spacing:.08em; font-weight:900; color:var(--ink); background:var(--sun); margin-bottom:48px; }
.step:nth-child(2)::before { background:var(--mint); }
.step:nth-child(3)::before { background:var(--pink); }
.step:nth-child(4)::before { background:var(--sky); }
.step::after { content:""; position:absolute; right:-40px; bottom:-70px; width:160px; height:160px; border:1px solid rgba(107,70,50,.13); border-radius:50%; }

.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; align-items:stretch; }
.price-card { position:relative; display:flex; flex-direction:column; min-height:470px; }
.price-card { border-top:7px solid var(--mint); }
.price-card:nth-child(3) { border-top-color:var(--pink); }
.price-card.featured { background:linear-gradient(155deg,var(--ink),#194f62); color:#fff; transform:translateY(-10px) rotate(-1deg); border-top-color:var(--sun); box-shadow:12px 15px 0 rgba(169,222,210,.58),var(--shadow); }
.price-card.featured:hover { transform:translateY(-15px) rotate(-1deg); }
.price-card.featured .muted, .price-card.featured .price-note { color:rgba(255,255,255,.67); }
.price-card.featured .feature-list li::before { background:var(--peach); color:var(--ink); }
.price-badge { position:absolute; right:18px; top:18px; padding:8px 12px; border-radius:999px; background:var(--sun); color:var(--ink); font-size:.78rem; font-weight:900; transform:rotate(2deg); }
.price-name { font-weight:900; letter-spacing:.05em; margin-bottom:10px; }
.price { font-size:3.2rem; letter-spacing:-.06em; line-height:1; font-weight:850; margin:14px 0 8px; }
.price small { font-size:1rem; letter-spacing:0; font-weight:650; }
.price-note { color:var(--muted); }
.feature-list { list-style:none; padding:0; margin:26px 0 28px; display:grid; gap:12px; }
.feature-list li { display:flex; gap:10px; align-items:flex-start; }
.feature-list li::before { content:"✓"; flex:0 0 22px; width:22px; height:22px; border-radius:50%; display:grid; place-items:center; background:var(--cream); font-size:.72rem; font-weight:900; }
.price-card .btn { margin-top:auto; }

.gallery-grid { display:grid; grid-template-columns:1.3fr .8fr 1fr; grid-template-rows:250px 250px; gap:16px; }
.gallery-item { position:relative; overflow:hidden; border-radius:22px; cursor:zoom-in; border:4px solid var(--paper); padding:0; background:#ddd; box-shadow:0 12px 28px rgba(23,50,77,.13); }
.gallery-item:nth-child(2n) { transform:rotate(1deg); }
.gallery-item:nth-child(3n) { transform:rotate(-1deg); }
.gallery-item img { width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.gallery-item:hover img { transform:scale(1.035); }
.gallery-item:nth-child(1) { grid-row:1 / 3; }
.gallery-item:nth-child(4) { grid-column:2 / 4; }
.gallery-label { position:absolute; left:12px; bottom:12px; background:rgba(255,253,249,.9); backdrop-filter:blur(8px); padding:7px 10px; border-radius:999px; font-size:.78rem; font-weight:800; }
.lightbox { position:fixed; inset:0; z-index:90; background:rgba(24,21,19,.87); display:none; place-items:center; padding:24px; }
.lightbox.open { display:grid; }
.lightbox img { max-width:min(1100px,94vw); max-height:85vh; border-radius:20px; }
.lightbox button { position:absolute; right:24px; top:24px; width:48px; height:48px; border-radius:50%; border:1px solid rgba(255,255,255,.35); background:rgba(255,255,255,.12); color:#fff; font-size:1.5rem; cursor:pointer; }

.event-card { padding:0; overflow:hidden; border-bottom:8px solid var(--sun); }
.event-card:nth-child(2) { border-bottom-color:var(--pink); }
.event-card:nth-child(3) { border-bottom-color:var(--mint); }
.event-card img { width:100%; aspect-ratio:4/3; object-fit:cover; }
.event-copy { padding:24px; }
.event-copy p { color:var(--muted); }
.event-card:nth-child(1) .event-copy { background:linear-gradient(145deg,var(--paper),#fff9e4); }
.event-card:nth-child(2) .event-copy { background:linear-gradient(145deg,var(--paper),#fff1f5); }
.event-card:nth-child(3) .event-copy { background:linear-gradient(145deg,var(--paper),#edfaf7); }

.local-banner { display:grid; grid-template-columns:1fr 1fr; overflow:hidden; border-radius:34px 90px 34px 34px; background:linear-gradient(145deg,var(--ink),var(--teal)); color:#fff; box-shadow:14px 16px 0 rgba(246,202,85,.72); }
.local-banner img { width:100%; height:100%; min-height:430px; object-fit:cover; }
.local-copy { padding:50px; display:flex; flex-direction:column; justify-content:center; }
.local-copy p { color:rgba(255,255,255,.7); }

.faq-list { border-top:1px solid var(--line); }
.faq-item { border-bottom:1px solid var(--line); }
.faq-q { width:100%; text-align:left; border:0; background:transparent; padding:21px 0; display:flex; justify-content:space-between; gap:20px; font-weight:850; cursor:pointer; }
.faq-q span:last-child { flex:0 0 34px; width:34px; height:34px; display:grid; place-items:center; border-radius:50%; background:var(--mint); font-size:1.3rem; transition:.2s; }
.faq-item:nth-child(2n) .faq-q span:last-child { background:var(--sun); }
.faq-item:nth-child(3n) .faq-q span:last-child { background:var(--pink); }
.faq-item.open .faq-q span:last-child { transform:rotate(45deg); }
.faq-a { display:grid; grid-template-rows:0fr; transition:grid-template-rows .25s ease; }
.faq-a > div { overflow:hidden; }
.faq-item.open .faq-a { grid-template-rows:1fr; }
.faq-a p { padding:0 0 22px; max-width:850px; color:var(--muted); margin:0; }

.cta-panel { border-radius:34px 88px 34px 34px; padding:56px; background:linear-gradient(125deg,#d9523f,var(--terracotta) 58%,#f39468); color:#fff; display:flex; align-items:center; justify-content:space-between; gap:30px; overflow:hidden; position:relative; box-shadow:12px 14px 0 rgba(246,202,85,.58); }
.cta-panel::after { content:""; width:250px; height:250px; border:1px solid rgba(255,255,255,.35); border-radius:50%; position:absolute; right:-80px; top:-90px; }
.cta-panel p { max-width:600px; color:rgba(255,255,255,.8); margin-bottom:0; }
.cta-panel .btn { background:#fff; color:var(--ink); position:relative; z-index:2; }

.page-hero { position:relative; overflow:hidden; padding:72px 0 58px; background:linear-gradient(130deg,rgba(255,200,173,.2),rgba(255,250,241,.84) 45%,rgba(169,222,210,.28)); }
.page-hero::after { content:""; position:absolute; width:190px; height:190px; border-radius:50%; right:-48px; top:-72px; background:var(--sun); opacity:.42; }
.page-hero .container { position:relative; z-index:1; }
.page-hero-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:48px; align-items:center; }
.page-hero h1 { font-size:clamp(2.7rem,6vw,5rem); }
.page-hero-media { min-height:470px; border-radius:90px 30px 30px 30px; overflow:hidden; box-shadow:10px 12px 0 var(--mint); transform:rotate(1deg); }
.page-hero-media img { width:100%; height:470px; object-fit:cover; }
.breadcrumbs { display:flex; gap:8px; flex-wrap:wrap; font-size:.84rem; color:var(--muted); margin-bottom:24px; }
.breadcrumbs a:hover { color:var(--ink); }

.split { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.checks { list-style:none; padding:0; margin:28px 0 0; display:grid; gap:12px; }
.checks li { display:flex; gap:11px; align-items:flex-start; }
.checks li::before { content:"✓"; width:23px; height:23px; flex:0 0 23px; border-radius:50%; display:grid; place-items:center; background:var(--peach); font-size:.75rem; font-weight:900; }
.stat-row { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:30px; }
.stat { padding:20px; background:var(--paper); border-radius:18px; border:1px solid var(--line); }
.stat strong { display:block; font-size:1.45rem; }
.stat span { color:var(--muted); font-size:.86rem; }

.comparison { width:100%; border-collapse:separate; border-spacing:0; overflow:hidden; border:1px solid var(--line); border-radius:22px; background:var(--paper); }
.comparison th, .comparison td { padding:16px 18px; text-align:left; border-bottom:1px solid var(--line); }
.comparison th { background:var(--cream); font-size:.88rem; }
.comparison tr:last-child td { border-bottom:0; }
.comparison td:not(:first-child), .comparison th:not(:first-child) { text-align:center; }

.notice { border-left:5px solid var(--terracotta); background:linear-gradient(100deg,#fff0e9,#fff9e9); border-radius:0 18px 18px 0; padding:16px 18px; color:#644638; }
.notice strong { color:var(--ink); }

.form-layout { display:grid; grid-template-columns:.78fr 1.22fr; gap:36px; align-items:start; }
.form-side { position:sticky; top:104px; }
.form-card { background:var(--paper); border:1px solid var(--line); border-radius:28px 64px 28px 28px; padding:30px; box-shadow:10px 12px 0 rgba(185,222,240,.65),var(--shadow); }
.form-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.field { display:grid; gap:7px; }
.field.full { grid-column:1/-1; }
.field label, .field legend { font-size:.9rem; font-weight:800; }
.field input, .field select, .field textarea { width:100%; border:1px solid #d8cec4; background:#fff; border-radius:13px; padding:12px 13px; color:var(--ink); outline:none; }
.field input:focus, .field select:focus, .field textarea:focus { border-color:var(--terracotta); box-shadow:0 0 0 3px rgba(206,118,92,.12); }
.field textarea { min-height:135px; resize:vertical; }
.radio-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
.radio-card { display:flex; gap:9px; align-items:center; padding:12px; border:1px solid #d8cec4; border-radius:13px; background:#fff; cursor:pointer; }
.radio-card:has(input:checked) { border-color:var(--teal); background:#ecfaf6; box-shadow:0 0 0 3px rgba(22,132,124,.13); }
.form-status { margin-top:16px; padding:13px 14px; border-radius:12px; background:var(--cream); color:var(--muted); display:none; }
.form-status.show { display:block; }
.form-status.error { background:#fff0ec; color:#8b4435; }
.form-status.success { background:#edf7ef; color:#365f3e; }
.consent { display:flex; gap:10px; align-items:flex-start; font-size:.88rem; color:var(--muted); }
.consent input { margin-top:4px; }

.gallery-page-grid { columns:3 280px; column-gap:16px; }
.gallery-page-grid .gallery-item { display:block; width:100%; margin:0 0 16px; break-inside:avoid; height:auto; }
.gallery-page-grid .gallery-item img { aspect-ratio:auto; min-height:240px; }
.gallery-page-grid .gallery-item:nth-child(3n+1) img { min-height:420px; }
.demo-note { display:none; }

.site-footer { position:relative; overflow:hidden; background:linear-gradient(135deg,#132d46,#174c59); color:#fff; padding:62px 0 28px; }
.site-footer::after { content:""; position:absolute; width:260px; height:260px; border-radius:50%; right:-90px; bottom:-150px; background:var(--terracotta); opacity:.28; }
.site-footer .container { position:relative; z-index:1; }
.footer-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr .8fr; gap:36px; }
.footer-brand p { color:rgba(255,255,255,.58); max-width:380px; }
.footer-title { font-size:.82rem; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.44); margin-bottom:16px; }
.footer-links { display:grid; gap:9px; }
.footer-links a { color:rgba(255,255,255,.76); }
.footer-links a:hover { color:#fff; }
.footer-bottom { margin-top:45px; padding-top:20px; border-top:1px solid rgba(255,255,255,.1); display:flex; justify-content:space-between; gap:20px; color:rgba(255,255,255,.45); font-size:.82rem; }

@keyframes rise-in {
  from { opacity:0; transform:translateY(20px); }
  to { opacity:1; transform:translateY(0); }
}
@keyframes photo-in {
  from { opacity:0; transform:translateY(24px) rotate(2deg) scale(.97); }
  to { opacity:1; transform:translateY(0) rotate(0) scale(1); }
}

@media (max-width: 980px) {
  .site-nav { display:none; }
  .nav-actions .btn { display:none; }
  .menu-toggle { display:block; }
  .hero-grid, .page-hero-grid, .split, .local-banner, .form-layout { grid-template-columns:1fr; }
  .hero-media { min-height:490px; }
  .hero-photo { height:490px; }
  .grid-4 { grid-template-columns:repeat(2,1fr); }
  .pricing-grid, .grid-3 { grid-template-columns:1fr 1fr; }
  .price-card.featured { transform:none; }
  .price-card.featured:hover { transform:translateY(-5px); }
  .gallery-grid { grid-template-columns:1fr 1fr; grid-template-rows:280px 220px 220px; }
  .gallery-item:nth-child(1) { grid-row:auto; }
  .gallery-item:nth-child(4) { grid-column:1 / 3; }
  .footer-grid { grid-template-columns:1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column:2 / 4; }
  .form-side { position:static; }
}
@media (max-width: 680px) {
  .container { width:min(calc(100% - 28px), var(--container)); }
  .section { padding:70px 0; }
  .nav-wrap { min-height:68px; }
  .brand-mark { width:38px; height:38px; }
  .hero { padding-top:42px; }
  .hero-grid { gap:32px; }
  h1 { font-size:clamp(2.55rem,14vw,4.2rem); }
  .hero-media { min-height:420px; }
  .hero-photo { height:420px; border-radius:26px; }
  .hero-photo { box-shadow:9px 11px 0 rgba(246,202,85,.72),var(--shadow); }
  .photo-note { right:12px; bottom:18px; }
  .grid-4, .pricing-grid, .grid-3, .grid-2, .form-grid, .radio-grid, .stat-row { grid-template-columns:1fr; }
  .section-head { align-items:start; flex-direction:column; }
  .gallery-grid { display:grid; grid-template-columns:1fr; grid-template-rows:none; }
  .gallery-item, .gallery-item:nth-child(4) { grid-column:auto; min-height:270px; }
  .gallery-item:nth-child(n+4) { display:none; }
  .local-copy { padding:34px 28px; }
  .local-banner img { min-height:270px; }
  .local-banner { border-radius:28px 54px 28px 28px; box-shadow:8px 10px 0 rgba(246,202,85,.62); }
  .cta-panel { padding:36px 28px; flex-direction:column; align-items:flex-start; }
  .page-hero { padding-top:48px; }
  .page-hero-media, .page-hero-media img { min-height:340px; height:340px; }
  .comparison-wrap { overflow:auto; padding-bottom:6px; }
  .comparison { min-width:660px; }
  .form-card { padding:22px; border-radius:22px; }
  .form-card { box-shadow:6px 8px 0 rgba(185,222,240,.6),var(--shadow); }
  .field.full { grid-column:auto; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-grid > div:first-child { grid-column:1 / -1; }
  .footer-grid > div:last-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior:auto !important; transition:none !important; animation:none !important; }
}
