/* ============================================================
   Y&L Beauty Salon — DEMO
   COPIA fiel del diseño de referencia de Dribbble
   "Beauty Salon || WordPress Website" (Mehedi Hasan Shibly),
   adaptada con la info y los colores de marca de Y&L (rosa + dorado).
   Estático · responsive · DEMO (precios $0, reseñas de muestra)
   ============================================================ */

:root{
  --bg:       #f6ece2;   /* crema cálido (fondo, como la referencia) */
  --bg2:      #efdfd1;   /* bloque/arco detrás */
  --paper:    #fbf5ef;
  --ink:      #2f2824;   /* titulares */
  --text:     #6f6157;
  --muted:    #9c8d82;
  --line:     #e4d3c6;
  --accent:   #bd3d78;   /* rosa de marca (reemplaza el terracota) */
  --accent-d: #9c2e60;
  --blush:    #f3dbe3;
  --gold:     #c39a55;
  --shadow-sm:0 10px 30px rgba(47,40,36,.08);
  --shadow-md:0 24px 60px rgba(47,40,36,.14);
  --shadow-lg:0 40px 90px rgba(47,40,36,.20);
  --maxw:1200px;
  --disp:'Fraunces', Georgia, serif;
  --body:'Jost', system-ui, sans-serif;
}

*,*::before,*::after{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; overflow-x:hidden; }
body{ font-family:var(--body); color:var(--text); background:var(--bg); line-height:1.75; font-size:16px; overflow-x:hidden; }
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
h1,h2,h3,h4{ font-family:var(--disp); color:var(--ink); line-height:1.12; font-weight:500; }
h1 em,h2 em{ font-style:italic; font-weight:400; }
.wrap{ width:100%; max-width:var(--maxw); margin:0 auto; padding:0 28px; }
.label{ font-family:var(--body); font-weight:600; font-size:.74rem; letter-spacing:.24em; text-transform:uppercase; color:var(--accent); }

/* ---------- Botones (como el original: rectangulares, uppercase) ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:.6rem;
  font-family:var(--body); font-weight:600; font-size:.76rem; letter-spacing:.14em; text-transform:uppercase;
  padding:1rem 1.9rem; border-radius:4px; cursor:pointer; border:1.5px solid transparent;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  white-space:nowrap;
}
.btn svg{ width:16px; height:16px; }
.btn-solid{ background:var(--accent); color:#fff; }
.btn-solid:hover{ background:var(--accent-d); transform:translateY(-2px); }
.btn-outline{ background:transparent; color:var(--accent); border-color:var(--accent); }
.btn-outline:hover{ background:var(--accent); color:#fff; }
.btn-wa{ background:#25d366; color:#fff; }
.btn-wa:hover{ background:#1fb457; transform:translateY(-2px); }
.btn-nav{ background:var(--accent); color:#fff; padding:.7rem 1.5rem; border-radius:4px; }
.btn-nav:hover{ background:var(--accent-d); }
a:focus-visible, button:focus-visible{ outline:2px solid var(--accent); outline-offset:3px; }

/* ---------- Decoración: hojas y blobs ---------- */
.leaf{ position:absolute; color:var(--gold); opacity:.5; pointer-events:none; }

/* ---------- NAV ---------- */
.header{ position:sticky; top:0; z-index:60; background:rgba(246,236,226,.9); backdrop-filter:saturate(150%) blur(8px); }
.nav{ display:flex; align-items:center; justify-content:space-between; gap:22px; padding:18px 0; }
.brand{ display:flex; align-items:center; gap:10px; }
.brand img{ height:48px; width:48px; }
.brand b{ font-family:var(--disp); font-size:1.35rem; font-weight:600; color:var(--ink); }
.nav-links{ display:flex; align-items:center; gap:30px; list-style:none; }
.nav-links a{ font-family:var(--body); font-weight:500; font-size:.92rem; color:var(--ink); }
.nav-links a:hover{ color:var(--accent); }
.nav-actions{ display:flex; align-items:center; gap:14px; }
.nav-toggle{ display:none; width:46px; height:46px; border:1px solid var(--line); background:var(--paper); border-radius:8px; cursor:pointer; align-items:center; justify-content:center; }
.nav-toggle svg{ width:22px; height:22px; color:var(--ink); }

/* ---------- HERO ---------- */
.hero{ position:relative; overflow:hidden; background:linear-gradient(120deg,var(--bg) 40%, var(--bg2) 100%); }
.hero .wrap{ display:grid; grid-template-columns:1.02fr .98fr; gap:40px; align-items:center; min-height:600px; position:relative; }
.hero-copy{ padding:60px 0; position:relative; z-index:2; }
.hero h1{ font-size:clamp(3rem,6.2vw,5.3rem); letter-spacing:-.01em; margin-bottom:22px; }
.hero-copy p.lead{ font-size:1.02rem; color:var(--text); max-width:44ch; margin-bottom:32px; }
.hero-btns{ display:flex; gap:16px; flex-wrap:wrap; margin-bottom:52px; }
.hero-testi{ display:flex; align-items:center; gap:18px; max-width:400px; }
.hero-testi img{ width:70px; height:70px; border-radius:50%; object-fit:cover; flex:none; box-shadow:var(--shadow-sm); }
.hero-testi .q{ font-family:var(--disp); font-size:3rem; color:var(--accent); line-height:.4; }
.hero-testi p{ font-size:.92rem; color:var(--text); }
.hero-visual{ position:relative; align-self:stretch; min-height:600px; }
.hero-block{ position:absolute; top:60px; right:16%; width:280px; height:300px; background:var(--bg2); border-radius:140px 140px 0 0; }
.hero-photo{ position:absolute; inset:40px 0 0 0; display:flex; align-items:flex-end; justify-content:center; }
.hero-photo img{ width:100%; height:100%; max-height:560px; object-fit:cover; object-position:center top; border-radius:200px 200px 0 0; }
.hero .leaf-tr{ top:50px; right:2%; width:90px; z-index:3; }
.hero .leaf-bl{ bottom:40px; left:-10px; width:80px; }
.play-btn{ position:absolute; bottom:36px; right:8%; width:66px; height:66px; border-radius:50%; background:rgba(255,255,255,.35); backdrop-filter:blur(3px); border:1px solid rgba(255,255,255,.6); display:grid; place-items:center; color:#fff; z-index:4; }
.play-btn svg{ width:24px; height:24px; }

/* ---------- BRAND / VALUES STRIP ---------- */
.brandstrip{ background:var(--accent); }
.brandstrip .wrap{ display:flex; align-items:center; justify-content:space-between; gap:26px; flex-wrap:wrap; padding:26px 28px; }
.brandstrip span{ font-family:var(--disp); font-style:italic; font-size:1.25rem; color:#fbe7ef; opacity:.95; white-space:nowrap; }
.brandstrip span.plain{ font-family:var(--body); font-style:normal; font-weight:600; letter-spacing:.28em; text-transform:uppercase; font-size:.8rem; }

/* ---------- SECCIÓN base ---------- */
.section{ padding:110px 0; position:relative; }
.sec-head{ text-align:center; max-width:760px; margin:0 auto 60px; }
.sec-head .label{ display:inline-block; margin-bottom:16px; }
.sec-head h2{ font-size:clamp(1.9rem,3.6vw,2.9rem); }

/* ---------- SERVICIOS ---------- */
.services .sec-head h2{ font-weight:500; }
.svc-cards{ display:grid; grid-template-columns:repeat(4,1fr); gap:26px; }
.svc-card{ text-align:left; }
.svc-card .ph{ border-radius:12px; overflow:hidden; aspect-ratio:1/1.02; margin-bottom:22px; box-shadow:var(--shadow-sm); }
.svc-card .ph img{ width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.svc-card:hover .ph img{ transform:scale(1.06); }
.svc-card h3{ font-size:1.35rem; margin-bottom:8px; }
.svc-card p{ font-size:.9rem; color:var(--muted); margin-bottom:14px; }
.svc-card .more{ display:inline-flex; align-items:center; gap:8px; font-family:var(--body); font-weight:600; font-size:.78rem; letter-spacing:.1em; text-transform:uppercase; color:var(--accent); }
.svc-card .more svg{ width:15px; height:15px; transition:transform .2s ease; }
.svc-card:hover .more svg{ transform:translateX(4px); }

/* ---------- WHY US (foto de fondo + card flotante) ---------- */
.why{ position:relative; padding:120px 0 0; }
.why-bg{ position:relative; background:linear-gradient(180deg,rgba(47,30,38,.28),rgba(47,30,38,.5)); }
.why-hero{ position:absolute; inset:0; z-index:-1; }
.why-hero img{ width:100%; height:100%; object-fit:cover; }
.why-inner{ text-align:center; color:#fff; padding:70px 24px 130px; max-width:680px; margin:0 auto; }
.why-inner .label{ color:#f4d6e2; }
.why-inner h2{ color:#fff; font-size:clamp(2rem,3.8vw,3rem); margin:14px 0 16px; }
.why-inner p{ color:#f5e7ee; font-size:1.02rem; }
.why-card{ background:var(--paper); border-radius:14px; box-shadow:var(--shadow-md); display:grid; grid-template-columns:repeat(3,1fr); max-width:1040px; margin:-90px auto 0; position:relative; z-index:2; }
.why-item{ padding:44px 34px; text-align:center; border-right:1px dashed var(--line); }
.why-item:last-child{ border-right:0; }
.why-item .ic{ width:56px; height:56px; margin:0 auto 18px; color:var(--accent); display:grid; place-items:center; }
.why-item .ic svg{ width:38px; height:38px; }
.why-item h3{ font-size:1.3rem; margin-bottom:10px; }
.why-item p{ font-size:.9rem; color:var(--muted); }

/* ---------- FEATURE (imagen + texto alternado) ---------- */
.feature{ position:relative; }
.feature .wrap{ display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }
.feature.reverse .fig{ order:2; }
.feature .fig{ position:relative; }
.feature .fig .blob{ position:absolute; width:180px; height:200px; background:var(--blush); border-radius:50% 50% 50% 20%; z-index:0; }
.feature .fig.b-left .blob{ left:-30px; bottom:-30px; }
.feature .fig.b-right .blob{ right:-30px; top:-30px; }
.feature .fig .ph{ position:relative; z-index:1; border-radius:16px; overflow:hidden; aspect-ratio:1/1.02; box-shadow:var(--shadow-md); }
.feature .fig.arch .ph{ border-radius:180px 180px 16px 16px; }
.feature .fig .ph img{ width:100%; height:100%; object-fit:cover; }
.feature .fig .leaf1{ top:-24px; right:20px; width:70px; z-index:2; }
.feature h2{ font-size:clamp(1.8rem,3.2vw,2.6rem); margin:14px 0 18px; }
.feature p.lead{ color:var(--text); margin-bottom:26px; max-width:46ch; }
.checklist{ list-style:none; display:grid; gap:14px; }
.checklist li{ display:flex; align-items:center; gap:12px; font-size:1rem; color:var(--ink); }
.checklist li svg{ width:18px; height:18px; color:var(--accent); flex:none; }
.feature .btn{ margin-top:6px; }

/* ---------- PHOTO BAND ---------- */
.photoband{ height:420px; position:relative; }
.photoband img{ width:100%; height:100%; object-fit:cover; }

/* ---------- PRECIOS (demo, en el estilo de la referencia) ---------- */
.pricing{ background:var(--paper); }
.price-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.price-card{ background:var(--bg); border:1px solid var(--line); border-radius:14px; padding:40px 34px; text-align:center; transition:transform .2s ease, box-shadow .2s ease; }
.price-card.feat{ background:var(--accent); color:#fff; }
.price-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-md); }
.price-card .pn{ font-family:var(--disp); font-size:1.5rem; margin-bottom:8px; }
.price-card .pv{ font-family:var(--disp); font-size:3rem; margin-bottom:2px; }
.price-card .pv sup{ font-size:1.3rem; top:-1.1em; }
.price-card .pd{ font-size:.72rem; letter-spacing:.16em; text-transform:uppercase; color:var(--muted); margin-bottom:24px; }
.price-card.feat .pd{ color:#f3d3e0; }
.price-card ul{ list-style:none; display:grid; gap:12px; margin-bottom:28px; text-align:left; }
.price-card li{ display:flex; align-items:center; gap:10px; font-size:.9rem; }
.price-card li svg{ width:16px; height:16px; color:var(--accent); flex:none; }
.price-card.feat li svg{ color:#fff; }
.price-note{ text-align:center; margin-top:28px; font-size:.85rem; color:var(--muted); }
.price-note b{ color:var(--accent); }

/* ---------- TESTIMONIOS ---------- */
.testi-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.testi-card{ background:var(--paper); border:1px solid var(--line); border-radius:14px; padding:34px 30px; }
.testi-card .q{ font-family:var(--disp); font-size:2.6rem; color:var(--blush); line-height:.5; }
.testi-card .stars{ color:var(--gold); letter-spacing:3px; margin-bottom:14px; }
.testi-card p{ color:var(--ink); font-size:.96rem; margin-bottom:22px; }
.testi-who{ display:flex; align-items:center; gap:12px; }
.testi-who .av{ width:44px; height:44px; border-radius:50%; background:var(--blush); color:var(--accent); display:grid; place-items:center; }
.testi-who .av svg{ width:22px; height:22px; }
.testi-who b{ font-family:var(--disp); color:var(--ink); font-size:1rem; display:block; }
.testi-who span{ font-size:.82rem; color:var(--muted); }

/* ---------- FAQ (recuadro con borde, como la referencia) ---------- */
.faq{ position:relative; }
.faq .box{ max-width:900px; margin:0 auto; border:1px solid var(--accent); border-radius:16px; padding:20px 44px; background:var(--bg); }
.faq details{ border-bottom:1px solid var(--line); }
.faq details:last-child{ border-bottom:0; }
.faq summary{ cursor:pointer; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px; padding:24px 0; font-family:var(--disp); font-size:1.2rem; color:var(--ink); }
.faq summary::-webkit-details-marker{ display:none; }
.faq details[open] summary{ color:var(--accent); }
.faq summary .ind{ font-family:var(--body); font-size:1.4rem; color:var(--accent); transition:transform .2s ease; }
.faq details[open] summary .ind{ transform:rotate(45deg); }
.faq details p{ padding:0 0 24px; font-size:.94rem; color:var(--muted); max-width:64ch; }

/* ---------- GALERÍA DE RESULTADOS ---------- */
.gallery-grid{ display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:210px; gap:14px; }
.gallery-grid a{ position:relative; overflow:hidden; border-radius:12px; box-shadow:var(--shadow-sm); }
.gallery-grid a.tall{ grid-row:span 2; }
.gallery-grid img{ width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.gallery-grid a:hover img{ transform:scale(1.06); }
.gallery-grid .tag{ position:absolute; left:12px; bottom:12px; background:rgba(47,40,36,.72); color:#fff; font-size:.7rem; font-weight:600; letter-spacing:.06em; padding:.3rem .7rem; border-radius:999px; backdrop-filter:blur(3px); }
.gallery-note{ text-align:center; margin-top:30px; color:var(--muted); font-size:.95rem; }
.gallery-note a{ color:var(--accent); font-weight:600; }

/* ---------- BOOKING (formulario) ---------- */
.booking{ background:var(--bg2); }
.booking .wrap{ display:grid; grid-template-columns:.92fr 1.08fr; gap:56px; align-items:start; }
.booking-aside h2{ font-size:clamp(1.9rem,3.4vw,2.7rem); margin:14px 0 16px; }
.booking-aside > p{ color:var(--text); max-width:40ch; margin-bottom:28px; }
.booking-contact{ display:grid; gap:16px; }
.bc-item{ display:flex; gap:14px; align-items:flex-start; }
.bc-item .ic{ flex:none; width:44px; height:44px; border-radius:10px; background:var(--paper); color:var(--accent); display:grid; place-items:center; box-shadow:var(--shadow-sm); }
.bc-item .ic svg{ width:20px; height:20px; }
.bc-item h4{ font-family:var(--disp); font-size:1.05rem; margin-bottom:2px; }
.bc-item p, .bc-item a{ font-size:.92rem; color:var(--text); }
.bc-item a:hover{ color:var(--accent); }
.booking-card{ background:var(--paper); border-radius:16px; box-shadow:var(--shadow-md); padding:40px; }
.booking-card h3{ font-size:1.5rem; margin-bottom:6px; }
.booking-card .sub{ color:var(--muted); font-size:.9rem; margin-bottom:24px; }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.field{ display:flex; flex-direction:column; gap:7px; margin-bottom:16px; }
.field label{ font-family:var(--body); font-weight:600; font-size:.78rem; color:var(--ink); }
.field label .req{ color:var(--accent); }
.field input, .field select, .field textarea{ width:100%; padding:.85rem .95rem; border:1.5px solid var(--line); border-radius:8px; font-family:var(--body); font-size:.94rem; color:var(--ink); background:var(--bg); transition:border-color .16s ease, box-shadow .16s ease; -webkit-appearance:none; appearance:none; }
.field textarea{ resize:vertical; min-height:90px; }
.field select{ background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%239c8d82' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 14px center; padding-right:38px; cursor:pointer; }
.field input:focus, .field select:focus, .field textarea:focus{ outline:none; border-color:var(--accent); box-shadow:0 0 0 4px rgba(189,61,120,.1); }
.booking-card .btn{ width:100%; margin-top:4px; }
.form-note{ font-size:.78rem; color:var(--muted); margin-top:14px; text-align:center; }
.form-success{ display:none; text-align:center; padding:20px 4px; }
.form-success.show{ display:block; }
.form-success .check{ width:66px; height:66px; border-radius:50%; background:#e7f7ee; color:#25a35a; display:grid; place-items:center; margin:0 auto 16px; }
.form-success .check svg{ width:34px; height:34px; }
.form-success h3{ margin-bottom:8px; }
.form-success p{ color:var(--muted); font-size:.95rem; max-width:34ch; margin:0 auto 20px; }

/* ---------- MAPA ---------- */
.map .wrap{ border-radius:16px; overflow:hidden; box-shadow:var(--shadow-lg); }
.map iframe{ width:100%; height:440px; border:0; display:block; }

/* ---------- CTA final ---------- */
.cta{ position:relative; text-align:center; background:linear-gradient(180deg,var(--bg),var(--bg2)); overflow:hidden; }
.cta h2{ font-size:clamp(2.2rem,4.4vw,3.4rem); max-width:16ch; margin:0 auto 18px; }
.cta p{ color:var(--text); max-width:52ch; margin:0 auto 30px; }
.cta .leaf-l{ left:3%; top:30%; width:90px; }
.cta .leaf-r{ right:3%; bottom:16%; width:90px; }

/* ---------- FOOTER ---------- */
.footer{ background:var(--ink); color:#cbb7ae; padding:60px 0 26px; }
.footer-grid{ display:grid; grid-template-columns:1.5fr 1fr 1fr 1.2fr; gap:36px; }
.footer .brand-f{ display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.footer .brand-f img{ height:46px; width:46px; }
.footer .brand-f b{ font-family:var(--disp); color:#fff; font-size:1.15rem; }
.footer p{ font-size:.9rem; max-width:34ch; }
.footer h5{ font-family:var(--body); color:#fff; font-size:.76rem; letter-spacing:.16em; text-transform:uppercase; margin:0 0 16px; }
.footer ul{ list-style:none; display:grid; gap:10px; }
.footer ul a, .footer ul li{ font-size:.92rem; color:#cbb7ae; display:inline-flex; align-items:center; gap:.5rem; }
.footer ul a:hover{ color:var(--gold); }
.footer ul svg{ width:15px; height:15px; color:var(--gold); flex:none; }
.social-row{ display:flex; gap:12px; margin-top:14px; }
.social-row a{ width:40px; height:40px; border-radius:50%; background:rgba(255,255,255,.08); display:grid; place-items:center; transition:background .18s, transform .18s; }
.social-row a:hover{ background:var(--accent); transform:translateY(-2px); }
.social-row svg{ width:18px; height:18px; color:#fff; }
.footer-bottom{ border-top:1px solid rgba(255,255,255,.1); margin-top:46px; padding-top:22px; display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap; font-size:.82rem; color:#a58e85; }
.footer-bottom a{ color:var(--gold); }

/* ---------- WhatsApp flotante + banner demo ---------- */
.wa-float{ position:fixed; right:20px; bottom:20px; z-index:70; width:60px; height:60px; border-radius:50%; background:#25d366; box-shadow:0 12px 30px rgba(37,211,102,.5); display:grid; place-items:center; transition:transform .2s; }
.wa-float:hover{ transform:scale(1.07); }
.wa-float svg{ width:32px; height:32px; color:#fff; }
.demo-banner{ position:fixed; left:14px; bottom:14px; z-index:80; background:rgba(47,40,36,.9); color:#f6dce7; font-size:.7rem; letter-spacing:.06em; padding:.5rem .9rem; border-radius:999px; box-shadow:var(--shadow-sm); }
.demo-tag{ display:inline-block; background:var(--blush); color:var(--accent-d); font-weight:600; font-size:.66rem; letter-spacing:.1em; text-transform:uppercase; padding:.26rem .66rem; border-radius:999px; margin-left:8px; }

/* ---------- Menú móvil ---------- */
.mm-backdrop{ position:fixed; inset:0; background:rgba(47,40,36,.5); z-index:75; opacity:0; visibility:hidden; transition:opacity .28s; }
.mm-backdrop.open{ opacity:1; visibility:visible; }
.mobile-menu{ position:fixed; inset:0 0 0 auto; width:min(320px,86vw); z-index:80; background:var(--paper); box-shadow:var(--shadow-lg); padding:24px; transform:translateX(105%); transition:transform .28s cubic-bezier(.4,0,.2,1); display:flex; flex-direction:column; }
.mobile-menu.open{ transform:translateX(0); }
.mm-head{ display:flex; justify-content:space-between; align-items:center; margin-bottom:22px; }
.mm-head img{ height:42px; }
.mm-close{ width:44px; height:44px; border:1px solid var(--line); background:var(--bg); border-radius:10px; display:grid; place-items:center; cursor:pointer; }
.mm-close svg{ width:24px; height:24px; }
.mobile-menu a.mm-link{ font-family:var(--disp); font-size:1.15rem; color:var(--ink); padding:14px 0; border-bottom:1px solid var(--line); }
.mobile-menu .mm-cta{ margin-top:auto; display:grid; gap:12px; padding-top:22px; }
body.menu-open{ overflow:hidden; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1080px){
  .svc-cards{ grid-template-columns:repeat(2,1fr); gap:30px; }
  .footer-grid{ grid-template-columns:1fr 1fr; gap:30px; }
  .booking .wrap{ grid-template-columns:1fr; gap:36px; }
  .gallery-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:860px){
  body{ font-size:15.5px; }
  .section{ padding:74px 0; }
  .nav-links{ display:none; }
  .nav-toggle{ display:flex; }
  .hero .wrap{ grid-template-columns:1fr; min-height:0; }
  .hero-visual{ min-height:440px; order:-1; }
  .hero-copy{ padding:30px 0 50px; }
  .hero-block{ right:12%; }
  .why-card{ grid-template-columns:1fr; }
  .why-item{ border-right:0; border-bottom:1px dashed var(--line); }
  .why-item:last-child{ border-bottom:0; }
  .feature .wrap{ grid-template-columns:1fr; gap:40px; }
  .feature.reverse .fig{ order:-1; }
  .price-grid, .testi-grid{ grid-template-columns:1fr; }
  .brandstrip .wrap{ justify-content:center; gap:20px; }
  .brandstrip span{ font-size:1.05rem; }
  .form-row{ grid-template-columns:1fr; }
}
@media (max-width:560px){
  .wrap{ padding:0 20px; }
  .svc-cards, .gallery-grid{ grid-template-columns:1fr; }
  .gallery-grid a.tall{ grid-row:auto; }
  .hero-btns .btn{ flex:1 1 auto; }
  .footer-grid{ grid-template-columns:1fr; }
  .faq .box{ padding:12px 22px; }
}
@media (prefers-reduced-motion:reduce){ *{ animation:none!important; transition:none!important; scroll-behavior:auto; } }
