    :root {
  --cream: #FBF7F0;
  --cream-2: #F3EBDD;
  --sand: #E8DCC4;
  --ink: #23211C;
  --ink-soft: #5C574C;
  --muted: #8B8474;
  --terra: #C9663A;
  --terra-dark: #A6502A;
  --terra-light: #F6E3D6;
  --sea: #2F5D62;
  --sea-light: #DCEAEA;
  --white: #FFFFFF;
  --radius: 20px;
  --radius-sm: 12px;
  --shadow: 0 10px 30px rgba(35, 33, 28, 0.08);
  --shadow-lg: 0 24px 60px rgba(35, 33, 28, 0.12);
  --max: 1160px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, .display { font-family: 'Fraunces', Georgia, serif; line-height: 1.12; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.4rem, 5.5vw, 4.2rem); font-weight: 600; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); font-weight: 600; }
h3 { font-size: 1.3rem; font-weight: 600; }
p { color: var(--ink-soft); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), 100% - 2.5rem); margin-inline: auto; }
section { padding: clamp(4rem, 9vw, 7rem) 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--terra); margin-bottom: 1rem;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--terra); border-radius: 2px; }
.lead { font-size: 1.15rem; max-width: 58ch; }
.center { text-align: center; }
.center .lead { margin-inline: auto; }
.center .eyebrow { justify-content: center; }
.center .eyebrow::before { display: none; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .95rem 1.6rem; border-radius: 999px; font-weight: 600; font-size: 1rem;
  border: 2px solid transparent; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  font-family: inherit;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--terra); color: var(--white); box-shadow: 0 8px 20px rgba(201,102,58,.3); }
.btn-primary:hover { background: var(--terra-dark); }
.btn-secondary { background: transparent; color: var(--ink); border-color: var(--sand); }
.btn-secondary:hover { background: var(--white); border-color: var(--ink); }
.btn svg { width: 18px; height: 18px; }

/* Header */
header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251,247,240,.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(35,33,28,.06);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo { display: flex; align-items: center; gap: .65rem; font-family: 'Fraunces', serif; font-weight: 700; font-size: 1.35rem; }
.logo-mark { width: 38px; height: 38px; border-radius: 11px; background: var(--terra); display: grid; place-items: center; }
.logo-mark svg { width: 22px; height: 22px; }
.nav-links { display: flex; gap: 2rem; list-style: none; font-weight: 500; font-size: .95rem; }
.nav-links a { color: var(--ink-soft); transition: color .15s; }
.nav-links a:hover { color: var(--ink); }
.nav .btn { padding: .7rem 1.3rem; font-size: .92rem; }
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .5rem; }
.menu-toggle svg { width: 28px; height: 28px; }

/* Hero */
.hero { padding: clamp(3rem, 8vw, 6.5rem) 0 clamp(3rem, 7vw, 5rem); position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 4rem; align-items: center; }
.hero h1 em { font-style: italic; color: var(--terra); }
.hero .lead { margin: 1.5rem 0 2.2rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-proof { display: flex; align-items: center; gap: 1rem; margin-top: 2.5rem; color: var(--muted); font-size: .92rem; }
.avatars { display: flex; }
.avatars span {
  width: 38px; height: 38px; border-radius: 50%; border: 3px solid var(--cream);
  margin-left: -10px; display: grid; place-items: center; font-weight: 600; font-size: .8rem; color: var(--white);
}
.avatars span:first-child { margin-left: 0; }
.stars { color: #E0A52B; letter-spacing: 2px; }
.hero-visual { position: relative; }
.mock {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lg); overflow: hidden;
  transform: rotate(-2deg); border: 1px solid rgba(35,33,28,.06);
}
.mock-bar { display: flex; gap: 6px; padding: 12px 14px; background: var(--cream-2); }
.mock-bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--sand); display: block; }
.mock-body { padding: 1.4rem; }
.mock-hero { background: linear-gradient(135deg, var(--sea) 0%, #3f7a80 100%); border-radius: 12px; height: 150px; padding: 1.2rem; color: var(--white); display: flex; flex-direction: column; justify-content: flex-end; }
.mock-hero b { font-family: 'Fraunces', serif; font-size: 1.3rem; font-weight: 600; }
.mock-hero small { opacity: .85; }
.mock-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 1rem; }
.mock-row div { background: var(--cream-2); border-radius: 10px; height: 64px; }
.mock-row div:nth-child(2) { background: var(--terra-light); }
.mock-row div:nth-child(3) { background: var(--sea-light); }
.mock-lines { margin-top: 1rem; display: grid; gap: .5rem; }
.mock-lines i { display: block; height: 9px; border-radius: 6px; background: var(--cream-2); }
.mock-lines i:nth-child(2) { width: 80%; } .mock-lines i:nth-child(3) { width: 55%; }
.float-card {
  position: absolute; background: var(--white); border-radius: 14px; box-shadow: var(--shadow-lg);
  padding: .9rem 1.1rem; display: flex; align-items: center; gap: .8rem; font-size: .9rem; font-weight: 500;
  border: 1px solid rgba(35,33,28,.06);
  animation: float 5s ease-in-out infinite;
}
.float-card .ic { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0; }
.float-card small { display: block; color: var(--muted); font-weight: 400; font-size: .8rem; }
.fc-1 { top: -18px; right: -10px; animation-delay: -1s; }
.fc-2 { bottom: 22px; left: -28px; animation-delay: -3s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .5; z-index: -1; pointer-events: none; }
.blob-1 { width: 420px; height: 420px; background: #F3D9C8; top: -120px; right: -80px; }
.blob-2 { width: 360px; height: 360px; background: #D6E6E6; bottom: -160px; left: -120px; }

/* Ticker / regions */
.regions { padding: 1.6rem 0; border-top: 1px solid rgba(35,33,28,.07); border-bottom: 1px solid rgba(35,33,28,.07); background: var(--cream-2); }
.regions .container { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; justify-content: center; }
.regions strong { font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.regions ul { display: flex; gap: .6rem 1.4rem; list-style: none; flex-wrap: wrap; justify-content: center; font-family: 'Fraunces', serif; font-size: 1.05rem; font-weight: 500; color: var(--ink-soft); }
.regions li::before { content: "·"; color: var(--terra); margin-right: 1.4rem; }
.regions li:first-child::before { display: none; }

/* Findability */
.findable { background: var(--white); }
.findable h2 em { font-style: italic; color: var(--terra); }
.findable-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 4rem; align-items: start; }
.pain-list { list-style: none; margin-top: 1.8rem; display: grid; gap: 1rem; }
.pain-list li { display: flex; gap: .9rem; align-items: flex-start; }
.pain-list .x { width: 28px; height: 28px; border-radius: 50%; background: var(--terra-light); color: var(--terra); display: grid; place-items: center; font-size: .8rem; font-weight: 700; flex-shrink: 0; margin-top: 2px; }
.pain-list b { display: block; color: var(--ink); }
.pain-list div > span { font-size: .93rem; color: var(--ink-soft); }
.checklist-card { background: var(--cream); border-radius: var(--radius); padding: 2rem; border: 1px solid rgba(35,33,28,.06); box-shadow: var(--shadow); position: sticky; top: 100px; }
.checklist-head { display: flex; gap: 1.2rem; align-items: center; margin-bottom: 1.4rem; }
.checklist-head h3 { font-size: 1.25rem; }
.checklist-head p { font-size: .9rem; }
.score-ring { width: 72px; height: 72px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center; background: conic-gradient(var(--terra) calc(var(--pct, 0) * 1%), var(--sand) 0); position: relative; }
.score-ring::before { content: ""; position: absolute; inset: 7px; border-radius: 50%; background: var(--cream); }
.score-ring b, .score-ring small { position: relative; font-family: 'Fraunces', serif; line-height: 1; }
.score-ring b { font-size: 1.5rem; }
.score-ring small { font-size: .7rem; color: var(--muted); margin-left: 1px; }
.checklist { list-style: none; display: grid; gap: .5rem; }
.checklist label { display: flex; gap: .75rem; align-items: flex-start; font-size: .93rem; font-weight: 400; color: var(--ink-soft); padding: .6rem .8rem; border-radius: 10px; background: var(--white); cursor: pointer; border: 1px solid transparent; transition: border-color .15s; }
.checklist label:hover { border-color: var(--sand); }
.checklist label:has(input:checked) { background: var(--sea-light); color: var(--sea); }
.checklist label:has(input:checked) b { color: var(--sea); }
.checklist b { color: var(--ink); font-weight: 600; }
.checklist input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--sea); flex-shrink: 0; }
.checklist-result { margin-top: 1.2rem; padding: .9rem 1rem; border-radius: 10px; background: var(--white); font-size: .92rem; font-weight: 500; color: var(--ink); border: 1px dashed var(--sand); }
.fix-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin-top: 4rem; padding-top: 3rem; border-top: 1px solid rgba(35,33,28,.07); }
.fix-item { display: flex; gap: 1rem; align-items: flex-start; }
.fix-item .ic { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; flex-shrink: 0; }
.fix-item .ic svg { width: 22px; height: 22px; }
.fix-item b { display: block; margin-bottom: .2rem; }
.fix-item span:not(.ic) { font-size: .93rem; color: var(--ink-soft); }

/* Problem / Why */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.card {
  background: var(--white); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow);
  border: 1px solid rgba(35,33,28,.05); transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card .ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 1.3rem; }
.card .ic svg { width: 26px; height: 26px; }
.ic-terra { background: var(--terra-light); color: var(--terra); }
.ic-sea { background: var(--sea-light); color: var(--sea); }
.ic-sand { background: var(--cream-2); color: var(--ink); }
.card h3 { margin-bottom: .6rem; }

/* Services */
.services { background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; margin-top: 3rem; }
.service { background: var(--cream); border-radius: var(--radius); padding: 1.8rem; border: 1px solid rgba(35,33,28,.05); }
.service .ic { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; margin-bottom: 1.1rem; }
.service .ic svg { width: 24px; height: 24px; }
.service h3 { font-size: 1.15rem; margin-bottom: .5rem; }
.service p { font-size: .95rem; }

/* Process */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3rem; position: relative; }
.step { position: relative; padding-top: 1rem; }
.step-n {
  font-family: 'Fraunces', serif; font-size: 3rem; font-weight: 700; color: var(--terra); line-height: 1; opacity: .9;
}
.step h3 { margin: .8rem 0 .5rem; }
.step p { font-size: .95rem; }
.step::after {
  content: ""; position: absolute; top: 2.4rem; left: 4.2rem; right: -1.5rem; height: 2px;
  background: repeating-linear-gradient(90deg, var(--sand) 0 8px, transparent 8px 16px);
}
.step:last-child::after { display: none; }

/* Pricing */
.pricing { background: var(--cream-2); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; align-items: stretch; }
.plan { background: var(--white); border-radius: var(--radius); padding: 2.2rem; display: flex; flex-direction: column; border: 1px solid rgba(35,33,28,.06); box-shadow: var(--shadow); position: relative; }
.plan.featured { background: var(--ink); color: var(--white); transform: scale(1.03); box-shadow: var(--shadow-lg); }
.plan.featured p, .plan.featured li { color: rgba(255,255,255,.8); }
.plan .tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--terra); color: var(--white); font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: .35rem .9rem; border-radius: 999px; }
.plan h3 { font-size: 1.5rem; }
.plan .for { font-size: .92rem; margin: .3rem 0 1.4rem; min-height: 2.8em; }
.price { font-family: 'Fraunces', serif; font-size: 2.6rem; font-weight: 600; line-height: 1; }
.price small { font-family: 'Inter', sans-serif; font-size: .9rem; font-weight: 500; color: var(--muted); display: block; margin-bottom: .3rem; }
.plan.featured .price small { color: rgba(255,255,255,.6); }
.price-note { font-size: .82rem; color: var(--muted); margin-top: .4rem; }
.plan.featured .price-note { color: rgba(255,255,255,.55); }
.plan ul { list-style: none; margin: 1.6rem 0 2rem; display: grid; gap: .7rem; flex: 1; }
.plan li { display: flex; gap: .6rem; align-items: flex-start; font-size: .95rem; color: var(--ink-soft); }
.plan li svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 3px; color: var(--terra); }
.plan .btn { justify-content: center; width: 100%; }
.plan.featured .btn-secondary { border-color: rgba(255,255,255,.25); color: var(--white); }
.plan.featured .btn-secondary:hover { background: rgba(255,255,255,.08); }
.pricing-foot { text-align: center; margin-top: 2.2rem; font-size: .95rem; }

/* Portfolio */
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.work { border-radius: var(--radius); overflow: hidden; background: var(--white); box-shadow: var(--shadow); border: 1px solid rgba(35,33,28,.05); transition: transform .2s ease; }
.work:hover { transform: translateY(-4px); }
.work-img { height: 210px; position: relative; display: flex; align-items: flex-end; padding: 1.3rem; color: var(--white); }
.work-img b { font-family: 'Fraunces', serif; font-size: 1.45rem; font-weight: 600; }
.work-img::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.45), transparent 60%); }
.work-img b { position: relative; }
.w1 { background: linear-gradient(135deg, #C9663A, #E8A077); }
.w2 { background: linear-gradient(135deg, #2F5D62, #5A9299); }
.w3 { background: linear-gradient(135deg, #7A6A4F, #B8A585); }
.work-body { padding: 1.3rem 1.5rem 1.5rem; }
.work-body span { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--terra); font-weight: 600; }
.work-body p { font-size: .95rem; margin-top: .4rem; }

/* Testimonials */
.testimonials { background: var(--white); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.testi { background: var(--cream); border-radius: var(--radius); padding: 2rem; border: 1px solid rgba(35,33,28,.05); display: flex; flex-direction: column; }
.testi q { font-family: 'Fraunces', serif; font-size: 1.2rem; font-weight: 500; line-height: 1.45; flex: 1; quotes: "“" "”"; }
.testi .who { display: flex; align-items: center; gap: .9rem; margin-top: 1.5rem; }
.testi .who span { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: var(--white); font-weight: 600; }
.testi .who b { display: block; font-size: .95rem; }
.testi .who small { color: var(--muted); font-size: .85rem; }

/* About */
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 4rem; align-items: center; }
.about-photo { border-radius: var(--radius); aspect-ratio: 4/5; background: linear-gradient(160deg, var(--sea-light), var(--sand)); position: relative; overflow: hidden; box-shadow: var(--shadow-lg); display: grid; place-items: center; color: var(--sea); }
.about-photo svg { width: 45%; opacity: .7; }
.about-photo .badge { position: absolute; bottom: 1.2rem; left: 1.2rem; background: var(--white); padding: .7rem 1rem; border-radius: 12px; font-size: .9rem; font-weight: 500; color: var(--ink); box-shadow: var(--shadow); }
.about p + p { margin-top: 1rem; }
.about-stats { display: flex; gap: 2.5rem; margin-top: 2rem; }
.about-stats b { font-family: 'Fraunces', serif; font-size: 2rem; display: block; color: var(--terra); line-height: 1; }
.about-stats small { color: var(--muted); }

/* FAQ */
.faq { background: var(--cream-2); }
.faq-list { max-width: 760px; margin: 3rem auto 0; display: grid; gap: .8rem; }
details { background: var(--white); border-radius: var(--radius-sm); border: 1px solid rgba(35,33,28,.06); }
summary { cursor: pointer; padding: 1.2rem 1.5rem; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 1.5rem; color: var(--terra); font-weight: 400; transition: transform .2s; }
details[open] summary::after { transform: rotate(45deg); }
details p { padding: 0 1.5rem 1.3rem; font-size: .97rem; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 4rem; align-items: start; }
.contact-info ul { list-style: none; margin-top: 2rem; display: grid; gap: 1.2rem; }
.contact-info li { display: flex; gap: 1rem; align-items: center; }
.contact-info li .ic { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; flex-shrink: 0; }
.contact-info li .ic svg { width: 22px; height: 22px; }
.contact-info li b { display: block; font-size: .85rem; color: var(--muted); font-weight: 500; }
.contact-info li a { font-weight: 600; }
form { background: var(--white); border-radius: var(--radius); padding: 2.2rem; box-shadow: var(--shadow); border: 1px solid rgba(35,33,28,.05); display: grid; gap: 1.1rem; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
label { font-size: .88rem; font-weight: 600; display: grid; gap: .4rem; }
input, select, textarea {
  width: 100%; padding: .85rem 1rem; border-radius: 10px; border: 1.5px solid var(--sand); background: var(--cream);
  font-family: inherit; font-size: .97rem; color: var(--ink); transition: border-color .15s, box-shadow .15s;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--terra); box-shadow: 0 0 0 4px rgba(201,102,58,.15); background: var(--white); }
textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: .82rem; color: var(--muted); }
.form-success { display: none; background: var(--sea-light); color: var(--sea); padding: 1rem 1.2rem; border-radius: 10px; font-weight: 500; }

/* CTA band */
.cta-band { background: var(--sea); color: var(--white); border-radius: var(--radius); padding: clamp(2.5rem, 5vw, 4rem); display: grid; grid-template-columns: 1.4fr 1fr; gap: 2rem; align-items: center; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,.06); right: -80px; top: -120px; }
.cta-band h2 { color: var(--white); }
.cta-band p { color: rgba(255,255,255,.8); margin-top: .8rem; }
.cta-band .btn-primary { justify-self: end; }

/* Footer */
footer { padding: 3rem 0 2rem; border-top: 1px solid rgba(35,33,28,.07); }
.foot-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; flex-wrap: wrap; }
.foot-grid p { font-size: .92rem; max-width: 36ch; margin-top: .8rem; }
.foot-links { display: flex; gap: 3rem; }
.foot-links h4 { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: .8rem; }
.foot-links ul { list-style: none; display: grid; gap: .45rem; font-size: .93rem; }
.foot-links a:hover { color: var(--terra); }
.foot-bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(35,33,28,.07); font-size: .85rem; color: var(--muted); }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .float-card { animation: none; } }

/* Responsive */
@media (max-width: 1000px) {
  .why-grid, .services-grid, .process-grid, .pricing-grid, .work-grid, .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .fix-strip { grid-template-columns: 1fr; }
  .step::after { display: none; }
  .plan.featured { transform: none; }
}
@media (max-width: 820px) {
  .nav-links, .nav .btn { display: none; }
  .menu-toggle { display: block; }
  .nav-links.open { display: flex; position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--cream); border-bottom: 1px solid rgba(35,33,28,.08); padding: .5rem 0; }
  .nav-links.open a { display: block; padding: .9rem 1.5rem; }
  .hero-grid, .about-grid, .contact-grid, .findable-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .checklist-card { position: static; }
  .hero-visual { margin-top: 1rem; }
  .fc-2 { left: 0; }
  .cta-band { grid-template-columns: 1fr; }
  .cta-band .btn-primary { justify-self: start; }
  .about-photo { aspect-ratio: 16/10; }
}
@media (max-width: 560px) {
  .why-grid, .services-grid, .process-grid, .pricing-grid, .work-grid, .testi-grid { grid-template-columns: 1fr; }
  .row { grid-template-columns: 1fr; }
  .about-stats { gap: 1.5rem; }
  .regions li::before { margin-right: .6rem; }
  .regions ul { gap: .4rem .6rem; }
}

/* Diensten page */
.page-hero{padding:clamp(3rem,8vw,5.5rem) 0 clamp(2.5rem,6vw,4rem);position:relative;overflow:hidden}
.page-hero h1 em{font-style:italic;color:var(--terra)}
.page-hero .lead{max-width:62ch}
.svc-group{padding:clamp(3rem,7vw,5rem) 0}
.svc-group:nth-child(odd){background:var(--white)}
.svc-head{max-width:720px}
.tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem;margin-top:2.5rem}
.tile{background:var(--cream);border-radius:var(--radius);padding:1.7rem 1.7rem 1.4rem;border:1px solid rgba(35,33,28,.06);display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}
.svc-group:nth-child(odd) .tile{background:var(--cream)} .svc-group:nth-child(even) .tile{background:var(--white);box-shadow:var(--shadow)}
.tile:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.tile .ic{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;margin-bottom:1.1rem}
.tile .ic svg{width:23px;height:23px}
.tile h3{font-size:1.22rem;line-height:1.25;margin-bottom:.6rem}
.tile p{font-size:.95rem;flex:1}
.tile-foot{display:flex;justify-content:space-between;align-items:center;gap:.6rem;flex-wrap:wrap;margin-top:1.2rem;padding-top:1rem;border-top:1px dashed var(--sand);font-size:.78rem}
.tile .who{color:var(--muted)} .tile .who::before{content:"Voor: ";font-weight:600;color:var(--ink-soft)}
.tile-tag{background:var(--terra-light);color:var(--terra);font-weight:600;padding:.2rem .6rem;border-radius:999px;white-space:nowrap}
@media(max-width:1000px){.tiles{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.tiles{grid-template-columns:1fr}}

/* pricing fine print */
.fineprint{margin-top:2.5rem;background:var(--white);border:1px solid rgba(35,33,28,.07);border-radius:var(--radius);padding:2rem 2.2rem}
.fp-head{display:flex;gap:1.5rem;align-items:baseline;flex-wrap:wrap;margin-bottom:1.4rem}
.fp-head h3{font-size:1.35rem;white-space:nowrap} .fp-head p{max-width:60ch}
.fp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.6rem}
.fp-grid b{display:block;margin-bottom:.35rem;color:var(--ink)} .fp-grid p{font-size:.93rem}
.fp-foot{margin-top:1.4rem;padding-top:1.2rem;border-top:1px dashed var(--sand);font-size:.9rem;color:var(--muted)}
@media(max-width:860px){.fp-grid{grid-template-columns:1fr}}
