/* =========================================================================
   DAYDREAM MASSAGE — STIJL  (huisstijl: goud + donkerbruin)
   Kleuren en lettertype kun je hieronder in :root aanpassen.
   ========================================================================= */

:root {
  /* Huisstijlkleuren */
  --brown-dark:  #3a241a;   /* donkerbruin (logo-achtergrond) */
  --brown:       #5a3d2b;
  --brown-soft:  #7a5a42;
  --gold:        #c9a24c;   /* goud-accent */
  --gold-soft:   #e6cd8b;
  --bronze:      #b0863c;   /* dieper goud voor knoppen/prijzen */
  --cream:       #faf6ef;   /* ivoor achtergrond */
  --sand:        #efe6d6;
  --ink:         #33281f;
  --muted:       #8a7c6d;
  --white:       #ffffff;
  --wa:          #25d366;
  --wa-dark:     #1da851;

  /* compat-namen (zodat alle regels blijven werken) */
  --green:       var(--bronze);
  --green-dark:  var(--brown-dark);
  --green-soft:  var(--brown-soft);

  --maxw: 1180px;
  --radius: 20px;
  --shadow: 0 24px 60px rgba(58, 36, 26, .18);
  --shadow-sm: 0 10px 30px rgba(58, 36, 26, .12);

  /* ÉÉN lettertype voor de volledige site */
  --sans:  "Montserrat", "Century Gothic", "Questrial", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  --serif: var(--sans);   /* ook titels gebruiken hetzelfde lettertype */
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  font-family: var(--sans); color: var(--ink); background: var(--cream);
  line-height: 1.7; font-weight: 400; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---------- Sectietitels ---------- */
.section__head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.section__eyebrow {
  display: inline-block; font-size: .76rem; letter-spacing: .3em;
  text-transform: uppercase; color: var(--bronze); font-weight: 600; margin-bottom: 16px;
}
.section__eyebrow::before { content: ""; display: inline-block; width: 26px; height: 2px; background: var(--gold); vertical-align: middle; margin: 0 12px 4px 0; }
.section__title {
  font-family: var(--serif); font-weight: 500; letter-spacing: .01em;
  font-size: clamp(2rem, 4.4vw, 3.1rem); line-height: 1.12; color: var(--brown-dark); margin-bottom: 16px;
}
.section__lead { color: var(--muted); font-size: 1.06rem; }

/* ---------- Knoppen ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px; padding: 15px 30px;
  border-radius: 50px; font-weight: 600; font-size: .92rem; letter-spacing: .04em; cursor: pointer;
  border: 2px solid transparent; text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--wa { background: var(--wa); color: #fff; box-shadow: 0 12px 28px rgba(37,211,102,.34); }
.btn--wa:hover { background: var(--wa-dark); }
.btn--ghost { border-color: var(--bronze); color: var(--brown-dark); background: transparent; }
.btn--ghost:hover { background: var(--bronze); color: #fff; }
.btn--ghost-light { border-color: rgba(255,255,255,.7); color: #fff; background: rgba(255,255,255,.08); backdrop-filter: blur(4px); }
.btn--ghost-light:hover { background: #fff; color: var(--brown-dark); }

/* ===================== NAVIGATIE ===================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 10px 0;
  transition: background .35s ease, box-shadow .35s ease, padding .35s ease;
}
.nav.scrolled { background: rgba(250,246,239,.9); backdrop-filter: blur(14px); box-shadow: var(--shadow-sm); padding: 6px 0; }
.nav__inner { display: flex; align-items: center; justify-content: space-between; }

.nav__logo { display: flex; align-items: center; }
.nav__logo-img { height: 96px; width: auto; transition: height .35s ease; }
.nav.scrolled .nav__logo-img { height: 72px; }
/* tekst-fallback (als het logobestand niet laadt) */
.nav__logo-text { font-family: var(--sans); font-weight: 300; letter-spacing: .12em; text-transform: uppercase; font-size: 1.3rem; color: #fff; }
.nav.scrolled .nav__logo-text { color: var(--brown-dark); }

.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { font-weight: 500; color: rgba(255,255,255,.94); font-size: .9rem; letter-spacing: .04em; transition: color .2s; }
.nav.scrolled .nav__links a { color: var(--ink); }
.nav__links a:hover { color: var(--gold); }
.nav.scrolled .nav__links a:hover { color: var(--bronze); }
.nav__cta { background: var(--bronze); color: #fff !important; padding: 10px 22px; border-radius: 50px; text-transform: uppercase; font-size: .82rem; }
.nav__cta:hover { background: var(--brown-dark); color: #fff !important; }

.nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav__burger span { width: 26px; height: 2px; background: #fff; transition: .3s; border-radius: 2px; }
.nav.scrolled .nav__burger span { background: var(--brown-dark); }
.nav__burger[aria-expanded="true"] span { background: var(--brown-dark); }
.nav__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===================== HERO ===================== */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: -1; background:
  radial-gradient(1200px 620px at 76% 18%, rgba(201,162,76,.24), transparent 60%),
  radial-gradient(900px 500px at 12% 96%, rgba(201,162,76,.10), transparent 55%),
  linear-gradient(160deg, var(--brown-dark) 0%, var(--brown) 58%, #6b4a33 100%); }
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: kenburns 22s ease-in-out infinite alternate; }
@keyframes kenburns { from { transform: scale(1.05); } to { transform: scale(1.18) translate(-1.5%, -1.5%); } }
/* lichte vignette onderaan; bovenaan blijft de warme merkachtergrond zichtbaar.
   Staat er wél een herofoto, dan zet je deze terug donkerder voor leesbaarheid. */
.hero__overlay { position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(46,30,20,.5) 0%, rgba(46,30,20,.3) 35%, rgba(46,30,20,.8) 100%); }
.hero__inner { position: relative; max-width: 800px; padding-top: 110px; padding-bottom: 80px; color: #fff; }
.hero__eyebrow { font-size: .82rem; letter-spacing: .34em; text-transform: uppercase; color: var(--gold-soft); font-weight: 600; margin-bottom: 24px; }
.hero__title { font-family: var(--serif); font-weight: 300; font-size: clamp(2.8rem, 8vw, 5.4rem); line-height: 1.04; letter-spacing: .02em; margin-bottom: 24px; text-shadow: 0 2px 30px rgba(0,0,0,.3); }
.hero__title strong, .hero__title b { font-weight: 600; }
.hero__intro { font-size: 1.18rem; font-weight: 300; color: rgba(255,255,255,.94); max-width: 600px; margin-bottom: 38px; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__scroll { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.6); border-radius: 14px; }
.hero__scroll span { position: absolute; top: 8px; left: 50%; width: 4px; height: 8px; background: #fff; border-radius: 4px; transform: translateX(-50%); animation: scrolldot 1.8s infinite; }
@keyframes scrolldot { 0% { opacity: 0; top: 8px; } 40% { opacity: 1; } 80% { opacity: 0; top: 22px; } 100% { opacity: 0; } }

/* ===================== VOORDELEN ===================== */
.benefits { margin-top: -70px; position: relative; z-index: 5; padding-bottom: 40px; }
.benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; background: #fff; border-radius: var(--radius); padding: 42px 32px; box-shadow: var(--shadow); }
.benefit { text-align: center; padding: 8px 14px; position: relative; }
.benefit + .benefit::before { content: ""; position: absolute; left: 0; top: 18%; height: 64%; width: 1px; background: rgba(58,36,26,.12); }
.benefit__ico { width: 58px; height: 58px; margin: 0 auto 14px; border-radius: 50%; display: grid; place-items: center; background: var(--cream); color: var(--bronze); }
.benefit__ico svg { width: 27px; height: 27px; }
.benefit h3 { font-size: 1.02rem; color: var(--brown-dark); margin-bottom: 4px; font-weight: 600; letter-spacing: .02em; }
.benefit p { font-size: .9rem; color: var(--muted); }

/* ===================== OVER ===================== */
.about { padding: 110px 0; }
.about__inner { display: grid; grid-template-columns: 0.9fr 1fr; gap: 70px; align-items: center; }
.about__media { position: relative; }
.about__frame { border-radius: 220px 220px var(--radius) var(--radius); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/5; background: linear-gradient(150deg, var(--brown-soft), var(--brown)); }
.about__frame img { width: 100%; height: 100%; object-fit: cover; }
.about__accent { position: absolute; right: -18px; bottom: -18px; width: 130px; height: 130px; border-radius: 50%; background: var(--gold); opacity: .28; z-index: -1; }
.about__content p { color: var(--muted); margin-bottom: 16px; }
.about__highlights { list-style: none; margin: 18px 0 4px; display: grid; gap: 10px; }
.about__highlights li { position: relative; padding-left: 30px; color: var(--ink); font-size: .96rem; }
.about__highlights li::before { content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: var(--gold); }
.about__highlights li::after { content: ""; position: absolute; left: 6px; top: 8px; width: 6px; height: 3px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); }
.about__stats { display: flex; gap: 34px; margin: 26px 0; flex-wrap: wrap; }
.about__stats .num { font-family: var(--serif); font-size: 2.1rem; font-weight: 600; color: var(--bronze); line-height: 1; }
.about__stats .lab { font-size: .8rem; color: var(--muted); letter-spacing: .02em; }
.about__sign { margin-top: 10px; }
.about__sign strong { font-family: var(--serif); font-size: 1.5rem; color: var(--brown-dark); font-weight: 500; letter-spacing: .08em; text-transform: uppercase; display: block; }
.about__role { color: var(--bronze); font-size: .85rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }

/* ===================== DIENSTEN ===================== */
.services { padding: 100px 0; background: linear-gradient(180deg, #fff, var(--cream)); }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.service { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid rgba(176,134,60,.14); transition: transform .3s ease, box-shadow .3s ease; display: flex; flex-direction: column; }
.service:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service__photo { position: relative; aspect-ratio: 7/5; overflow: hidden; background: linear-gradient(150deg, var(--brown-soft), var(--brown)); }
.service__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service:hover .service__photo img { transform: scale(1.08); }
.service__price { position: absolute; top: 14px; right: 14px; background: rgba(255,255,255,.96); color: var(--brown-dark); font-weight: 700; padding: 6px 14px; border-radius: 30px; font-size: 1.05rem; box-shadow: var(--shadow-sm); }
.service__body { padding: 26px 28px 30px; display: flex; flex-direction: column; flex-grow: 1; }
.service__ico { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--cream); color: var(--bronze); margin-bottom: 14px; margin-top: -48px; position: relative; z-index: 2; box-shadow: var(--shadow-sm); }
.service__ico svg { width: 24px; height: 24px; }
.service__audience { display: inline-block; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--bronze); background: var(--cream); padding: 4px 12px; border-radius: 30px; margin-bottom: 10px; }
.service__name { font-family: var(--serif); font-size: 1.3rem; color: var(--brown-dark); font-weight: 600; line-height: 1.2; letter-spacing: .01em; }
.service__dur { font-size: .82rem; color: var(--muted); margin: 6px 0 12px; }
.service__dur::before { content: "⏱ "; }
.service__desc { color: var(--muted); font-size: .95rem; flex-grow: 1; }
.services__custom { display: grid; grid-template-columns: 1.7fr 1fr; gap: 34px; align-items: center; margin: 40px 0 0; padding: 40px 44px; border-radius: var(--radius); background: linear-gradient(135deg, var(--brown-dark), var(--brown)); color: #fff; box-shadow: var(--shadow); }
.services__custom-tag { display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--brown-dark); background: var(--gold); padding: 5px 14px; border-radius: 30px; margin-bottom: 14px; }
.services__custom-title { font-family: var(--serif); font-size: 1.9rem; font-weight: 600; letter-spacing: .01em; margin-bottom: 12px; }
.services__custom-text { color: rgba(255,255,255,.9); font-size: 1rem; }
.services__custom-side { text-align: center; border-left: 1px solid rgba(255,255,255,.18); padding-left: 30px; }
.services__custom-meta { display: block; color: var(--gold-soft); font-weight: 600; letter-spacing: .04em; margin-bottom: 4px; }
.services__custom-price { display: block; font-family: var(--serif); font-size: 1.7rem; color: #fff; margin-bottom: 20px; }

.services__disclaimer { display: block; width: max-content; max-width: 92%; margin: 46px auto 0; text-align: center; font-weight: 600; letter-spacing: .03em; color: var(--brown-dark); background: #fff; border: 1.5px solid var(--gold); border-radius: 40px; padding: 13px 30px; box-shadow: var(--shadow-sm); }
.services__disclaimer::before { content: "ⓘ "; color: var(--bronze); }

/* ===================== GALERIJ ===================== */
.gallery { padding: 100px 0; }
.gallery__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery__item { position: relative; overflow: hidden; border-radius: 16px; aspect-ratio: 1/1; cursor: pointer; background: linear-gradient(150deg, var(--brown-soft), var(--brown)); box-shadow: var(--shadow-sm); }
.gallery__item:nth-child(1), .gallery__item:nth-child(6) { grid-row: span 2; aspect-ratio: 1/2.06; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery__item:hover img { transform: scale(1.08); }
.gallery__item::after { content: "🔍"; position: absolute; inset: 0; display: grid; place-items: center; font-size: 1.6rem; background: rgba(46,30,20,.38); opacity: 0; transition: opacity .3s; }
.gallery__item:hover::after { opacity: 1; }

/* ===================== PRIJZEN ===================== */
.pricing { position: relative; padding: 110px 0; overflow: hidden; }
.pricing__bg { position: absolute; inset: 0; z-index: -1; background: var(--brown-dark); }
.pricing__bg img { width: 100%; height: 100%; object-fit: cover; }
.pricing__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(46,30,20,.85), rgba(46,30,20,.92)); }
.pricing .section__title, .pricing .section__lead { color: #fff; }
.pricing .section__lead { opacity: .85; }
.pricing__card { max-width: 740px; margin: 0 auto; background: #fff; border-radius: var(--radius); padding: 48px; box-shadow: var(--shadow); border-top: 4px solid var(--gold); }
.pricing__list { list-style: none; }
.pricing__list li { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 18px 0; border-bottom: 1px dashed rgba(176,134,60,.3); }
.pricing__list li:last-child { border-bottom: 0; }
.pricing__name { font-weight: 600; color: var(--brown-dark); font-size: 1.06rem; letter-spacing: .01em; }
.pricing__dur { display: block; font-size: .8rem; color: var(--muted); font-weight: 400; }
.pricing__dots { flex: 1; border-bottom: 2px dotted rgba(176,134,60,.4); transform: translateY(-4px); }
.pricing__price { font-size: 1.35rem; font-weight: 700; color: var(--bronze); }
.pricing__btn { margin: 32px auto 0; display: flex; width: fit-content; }

/* ===================== BEOORDELINGEN ===================== */
.reviews { padding: 100px 0; background: linear-gradient(180deg, var(--cream), #fff); }
.reviews__meta { text-align: center; margin: -28px auto 44px; font-size: 1.05rem; color: var(--brown-dark); }
.reviews__meta .reviews__stars { color: var(--gold); letter-spacing: 2px; margin-right: 10px; }
.reviews__meta strong { font-size: 1.2rem; }
.reviews__meta .reviews__count { color: var(--muted); font-size: .9rem; }
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.review { background: #fff; border-radius: var(--radius); padding: 34px 30px; box-shadow: var(--shadow-sm); border: 1px solid rgba(176,134,60,.14); position: relative; }
.review__stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 12px; }
.review__text { font-size: 1.08rem; font-weight: 400; line-height: 1.6; color: var(--brown-dark); margin-bottom: 16px; font-style: italic; }
.review__name { font-size: .82rem; color: var(--muted); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.review__name::before { content: ""; }

/* ===================== FAQ ===================== */
.faq { padding: 100px 0; }
.faq__list { max-width: 760px; margin: 0 auto; }
.faq__item { background: #fff; border: 1px solid rgba(176,134,60,.16); border-radius: 14px; margin-bottom: 14px; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; text-align: left; background: none; border: 0; cursor: pointer; padding: 20px 24px; font-family: var(--sans); font-size: 1.04rem; font-weight: 600; color: var(--brown-dark); }
.faq__plus { position: relative; flex: none; width: 18px; height: 18px; }
.faq__plus::before, .faq__plus::after { content: ""; position: absolute; background: var(--bronze); transition: transform .3s ease; }
.faq__plus::before { top: 8px; left: 0; width: 18px; height: 2px; }
.faq__plus::after { left: 8px; top: 0; width: 2px; height: 18px; }
.faq__q[aria-expanded="true"] .faq__plus::after { transform: scaleY(0); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq__a p { padding: 0 24px 20px; color: var(--muted); margin: 0; }

/* ===================== CTA ===================== */
.cta { position: relative; padding: 110px 0; overflow: hidden; text-align: center; color: #fff; }
.cta__bg { position: absolute; inset: 0; z-index: -1; background: var(--brown); }
.cta__bg img { width: 100%; height: 100%; object-fit: cover; }
.cta__veil { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(46,30,20,.86), rgba(90,61,43,.82)); }
.cta__inner { max-width: 660px; margin: 0 auto; }
.cta h2 { font-family: var(--serif); font-size: clamp(2.1rem, 5.4vw, 3.3rem); font-weight: 300; letter-spacing: .02em; margin-bottom: 14px; }
.cta p { opacity: .92; font-size: 1.1rem; font-weight: 300; margin-bottom: 32px; }
.cta .btn { margin: 0 auto; }

/* ===================== CONTACT ===================== */
.contact { padding: 110px 0; }
.contact__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: stretch; }
.contact__list { list-style: none; margin: 30px 0; }
.contact__list li { display: flex; gap: 16px; padding: 14px 0; align-items: flex-start; }
.contact__ico { font-size: 1.3rem; line-height: 1.4; color: var(--bronze); }
.contact__list strong { display: block; color: var(--brown-dark); margin-bottom: 2px; letter-spacing: .03em; }
.contact__list span, .contact__list a { color: var(--muted); display: block; }
.contact__list a:hover { color: var(--bronze); }
.contact__sub { font-size: .86rem; color: var(--bronze) !important; font-weight: 600; margin-top: 4px; }
.contact__note { font-style: italic; }
.contact__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 6px; }
.contact__map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); min-height: 440px; background: var(--sand); }
.contact__map iframe { width: 100%; height: 100%; min-height: 440px; border: 0; display: block; }

/* ===================== FOOTER ===================== */
.footer { background: var(--brown-dark); color: rgba(255,255,255,.82); padding: 54px 0 38px; text-align: center; }
.footer__inner p { margin: 6px 0; font-size: .94rem; }
.footer__logo-img { height: 128px; width: auto; margin: 0 auto 14px; }
.footer__logo { font-family: var(--sans); font-weight: 300; letter-spacing: .14em; text-transform: uppercase; font-size: 1.4rem; color: #fff; display: block; margin-bottom: 12px; }
.footer a:hover { color: var(--gold); }
.footer__copy { margin-top: 18px; font-size: .8rem; opacity: .6; }

/* ===================== LIGHTBOX ===================== */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(28,20,14,.94); display: none; place-items: center; padding: 30px; }
.lightbox.open { display: grid; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 12px; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.lightbox__close { position: absolute; top: 22px; right: 28px; background: none; border: 0; color: #fff; font-size: 2.6rem; line-height: 1; cursor: pointer; }

/* ===================== ZWEVENDE WHATSAPP-KNOP ===================== */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; width: 60px; height: 60px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,211,102,.5); transition: transform .2s ease; animation: pulse 2.6s infinite; }
.wa-float:hover { transform: scale(1.08); }
@keyframes pulse {
  0% { box-shadow: 0 10px 30px rgba(37,211,102,.5), 0 0 0 0 rgba(37,211,102,.45); }
  70% { box-shadow: 0 10px 30px rgba(37,211,102,.5), 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 10px 30px rgba(37,211,102,.5), 0 0 0 0 rgba(37,211,102,0); }
}

/* ===================== REVEAL-ANIMATIE ===================== */
[data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
[data-reveal].in { opacity: 1; transform: none; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 980px) {
  .benefits__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .benefit:nth-child(3)::before { display: none; }
  .about__inner { grid-template-columns: 1fr; gap: 44px; }
  .about__media { max-width: 440px; margin: 0 auto; order: -1; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .reviews__grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .contact__inner { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .nav__links { position: fixed; inset: 0; flex-direction: column; background: var(--cream); padding: 100px 30px 40px; gap: 22px; transform: translateY(-100%); transition: transform .35s ease; box-shadow: var(--shadow); height: 100vh; justify-content: flex-start; align-items: stretch; }
  .nav__links.open { transform: translateY(0); }
  .nav__links a { font-size: 1.1rem; color: var(--ink); }
  .nav__cta { text-align: center; }
  .nav__burger { display: flex; z-index: 101; }
  .services__custom { grid-template-columns: 1fr; gap: 22px; padding: 30px 26px; }
  .services__custom-side { border-left: 0; padding-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding-top: 22px; }
  .gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .gallery__item:nth-child(1), .gallery__item:nth-child(6) { grid-row: span 1; aspect-ratio: 1/1; }
}
@media (max-width: 560px) {
  .benefits__grid { grid-template-columns: 1fr; }
  .benefit + .benefit::before { display: none; }
  .services__grid { grid-template-columns: 1fr; }
  .pricing__card { padding: 30px 22px; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { width: 100%; justify-content: center; white-space: normal; text-align: center; line-height: 1.3; }
  .pricing__btn, .cta .btn, .services__custom .btn, .contact__actions .btn { white-space: normal; max-width: 100%; text-align: center; line-height: 1.3; }
}
@media (prefers-reduced-motion: reduce) {
  *, [data-reveal] { animation: none !important; transition: none !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .hero__img { animation: none; }
}
