/* ══════════════════════════════════════════
   DIVINE BODY WELLNESS — style.css
   Brand colors (pixel-sampled from logo):
   #9b6fc7 #8560b4 #782f9a #4e2060 (purples)
   #b98936 (gold) · #3d6b4a (green) · #fbf3df (cream)
══════════════════════════════════════════ */

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; -webkit-text-size-adjust:100%; }

:root {
  --p3: #782f9a;
  --p4: #4e2060;
  --p1: #9b6fc7;
  --gold: #b98936;
  --grn: #3d6b4a;
  --cr: #fbf3df;
  --crd: #f0e6cc;
  --ink: #1a1208;
  --fog: #6b5c44;
  --white: #fff;
}

body { font-family:'Outfit',sans-serif; background:var(--cr); color:var(--ink); overflow-x:hidden; }

/* Scroll reveal */
.fade { opacity:0; transition:opacity .85s ease,transform .85s ease; }
.fade[data-dir="up"]    { transform:translateY(28px); }
.fade[data-dir="left"]  { transform:translateX(-24px); }
.fade[data-dir="right"] { transform:translateX(24px); }
.fade.visible { opacity:1; transform:none; }

/* Shared */
.eyebrow { font-size:.54rem; letter-spacing:.4em; color:var(--gold); font-weight:300; display:block; margin-bottom:10px; }
.gold-rule { width:24px; height:1.5px; background:var(--gold); margin-bottom:20px; }
.sec-h { font-family:'Playfair Display',serif; font-size:clamp(1.9rem,5vw,3rem); font-weight:400; line-height:1.1; color:var(--ink); margin-bottom:16px; }
.sec-h em { font-style:italic; color:var(--p3); }
.sec-sub { font-size:.9rem; line-height:1.85; color:var(--fog); font-weight:300; max-width:560px; }
.sec-p { font-size:.88rem; line-height:1.95; color:var(--fog); font-weight:300; margin-bottom:14px; }

/* Buttons */
.btn-ink { background:var(--p3); color:#fff; border:none; padding:14px 32px; font-family:'Outfit',sans-serif; font-size:.62rem; letter-spacing:.18em; cursor:pointer; font-weight:400; transition:background .3s; display:inline-block; }
.btn-ink:hover { background:var(--p4); }
.btn-ghost { background:transparent; color:var(--grn); border:1px solid var(--grn); padding:13px 28px; font-family:'Outfit',sans-serif; font-size:.62rem; letter-spacing:.18em; cursor:pointer; font-weight:400; transition:all .3s; }
.btn-ghost:hover { background:var(--grn); color:#fff; }
.btn-ghost-white { background:transparent; color:#fff; border:1px solid rgba(255,255,255,.6); padding:13px 28px; font-family:'Outfit',sans-serif; font-size:.62rem; letter-spacing:.18em; cursor:pointer; font-weight:400; transition:all .3s; text-decoration:none; display:inline-block; }
.btn-ghost-white:hover { background:rgba(255,255,255,.15); }

/* ── ANNOUNCE BAR ─────────────────────── */
.announce-bar { background:var(--p4); padding:9px 24px; text-align:center; }
.announce-bar p { font-size:.65rem; letter-spacing:.12em; color:rgba(251,243,223,.75); font-weight:300; }
.announce-bar a { color:var(--gold); text-decoration:none; font-weight:400; }
.announce-bar a:hover { text-decoration:underline; }

/* ── NAV ──────────────────────────────── */
.nav {
  position:sticky; top:0; z-index:500;
  height:72px; display:flex; align-items:center; justify-content:space-between;
  padding:0 28px; background:var(--cr);
  border-bottom:1px solid rgba(185,137,54,.18);
  transition:box-shadow .3s;
}
.nav.scrolled { box-shadow:0 2px 20px rgba(0,0,0,.08); }
.nav-brand { display:flex; align-items:center; text-decoration:none; }
.nav-logo-img { height:52px; width:auto; }
.nav-links { display:none; gap:32px; align-items:center; }
.nav-links a { font-size:.6rem; letter-spacing:.18em; color:var(--ink); text-decoration:none; font-weight:400; opacity:.65; transition:opacity .2s; }
.nav-links a:hover { opacity:1; color:var(--p3); }
.nav-right { display:flex; gap:12px; align-items:center; }
.nav-phone { font-size:.65rem; color:var(--fog); text-decoration:none; font-weight:300; display:none; }
.btn-book-nav { background:var(--p3); color:#fff; border:none; padding:10px 22px; font-family:'Outfit',sans-serif; font-size:.6rem; letter-spacing:.16em; cursor:pointer; font-weight:400; transition:background .3s; }
.btn-book-nav:hover { background:var(--p4); }
.ham { background:none; border:none; cursor:pointer; display:flex; flex-direction:column; gap:5px; padding:4px; }
.ham span { display:block; width:22px; height:1px; background:var(--ink); transition:all .3s; }
.mob { position:fixed; top:0; left:0; right:0; bottom:0; z-index:600; background:var(--cr); transform:translateX(110%); transition:transform .35s ease; display:flex; flex-direction:column; padding:80px 32px 40px; }
.mob.open { transform:translateX(0); }
.mob a { display:block; padding:18px 0; font-size:1.2rem; font-family:'Playfair Display',serif; color:var(--ink); text-decoration:none; border-bottom:1px solid rgba(0,0,0,.06); }
.mob-phone { color:var(--p3) !important; font-family:'Outfit',sans-serif !important; font-size:.85rem !important; letter-spacing:.1em; margin-top:16px; border:none !important; }
.mob-close { position:absolute; top:24px; right:28px; background:none; border:none; font-size:1.8rem; cursor:pointer; color:var(--ink); line-height:1; }
@media(min-width:768px) {
  .nav { padding:0 52px; }
  .nav-links { display:flex; }
  .nav-phone { display:block; }
  .ham { display:none; }
}

/* ── HERO ─────────────────────────────── */
.hero {
  position:relative; min-height:92vh; display:flex; align-items:center; justify-content:center;
  overflow:hidden; background:#1a0828;
}

/* Canvas: animated gradient mesh */
.hero-canvas {
  position:absolute; inset:0; width:100%; height:100%; z-index:0;
}

/* Dark overlay to ensure text legibility */
.hero-overlay {
  position:absolute; inset:0; z-index:2;
  background:linear-gradient(
    160deg,
    rgba(26,8,40,0.55) 0%,
    rgba(78,32,96,0.40) 40%,
    rgba(30,50,30,0.45) 100%
  );
}

/* Big background lotus — breathes slowly */
.hero-lotus-bg {
  position:absolute; inset:0; z-index:1;
  display:flex; align-items:center; justify-content:center;
  pointer-events:none;
}
.hero-lotus-svg {
  width:min(700px,140vw); height:auto;
  animation:lotusBreathe 8s ease-in-out infinite;
  transform-origin:center center;
}
@keyframes lotusBreathe {
  0%,100% { transform:scale(1) rotate(0deg); opacity:.8; }
  50%      { transform:scale(1.06) rotate(1deg); opacity:1; }
}

/* Floating petals */
.hero-petals { position:absolute; inset:0; z-index:1; pointer-events:none; overflow:hidden; }
.petal {
  position:absolute;
  width:12px; height:28px;
  border-radius:50% 50% 50% 50% / 60% 60% 40% 40%;
  opacity:0;
  animation:floatPetal linear infinite;
}
.petal-1 { left:8%;   background:rgba(155,111,199,0.35); width:10px; height:22px; animation-duration:14s; animation-delay:0s;   top:110%; }
.petal-2 { left:18%;  background:rgba(120,47,154,0.28);  width:8px;  height:18px; animation-duration:18s; animation-delay:2s;   top:110%; }
.petal-3 { left:35%;  background:rgba(155,111,199,0.25); width:12px; height:26px; animation-duration:16s; animation-delay:4s;   top:110%; }
.petal-4 { left:52%;  background:rgba(78,32,96,0.30);    width:9px;  height:20px; animation-duration:20s; animation-delay:1s;   top:110%; }
.petal-5 { left:68%;  background:rgba(185,137,54,0.22);  width:7px;  height:16px; animation-duration:15s; animation-delay:6s;   top:110%; }
.petal-6 { left:80%;  background:rgba(155,111,199,0.30); width:11px; height:24px; animation-duration:17s; animation-delay:3s;   top:110%; }
.petal-7 { left:90%;  background:rgba(120,47,154,0.25);  width:8px;  height:18px; animation-duration:19s; animation-delay:8s;   top:110%; }
.petal-8 { left:45%;  background:rgba(185,137,54,0.18);  width:6px;  height:14px; animation-duration:22s; animation-delay:5s;   top:110%; }

@keyframes floatPetal {
  0%   { opacity:0;    transform:translateY(0)   rotate(0deg)   translateX(0); }
  10%  { opacity:.7; }
  80%  { opacity:.5; }
  100% { opacity:0;    transform:translateY(-110vh) rotate(360deg) translateX(40px); }
}

/* Hero content */
.hero-content {
  position:relative; z-index:3; text-align:center;
  padding:80px 28px 60px; max-width:820px;
  animation:heroFadeUp 1.2s ease both;
}
@keyframes heroFadeUp {
  from { opacity:0; transform:translateY(32px); }
  to   { opacity:1; transform:none; }
}

.hero-eyebrow {
  font-family:'Outfit',sans-serif; font-size:.54rem; letter-spacing:.44em;
  color:rgba(185,137,54,.85); font-weight:300; margin-bottom:22px; display:block;
  animation:heroFadeUp 1s .3s both;
}
.hero-h1 {
  font-family:'Playfair Display',serif;
  font-size:clamp(3.4rem,10vw,6.8rem); font-weight:400; line-height:.9;
  color:#fff; margin-bottom:26px;
  animation:heroFadeUp 1s .5s both;
  text-shadow:0 2px 40px rgba(0,0,0,.3);
}
.hero-h1 em { font-style:italic; color:var(--p1); display:block; }
.hero-tagline {
  font-size:.95rem; line-height:1.88; color:rgba(255,255,255,.68);
  font-weight:300; max-width:520px; margin:0 auto 44px;
  animation:heroFadeUp 1s .7s both;
}
.hero-btns { display:flex; flex-direction:column; gap:14px; align-items:center; animation:heroFadeUp 1s .9s both; }
.btn-hero-primary {
  background:var(--gold); color:var(--ink); border:none; padding:17px 48px;
  font-family:'Outfit',sans-serif; font-size:.68rem; letter-spacing:.22em;
  cursor:pointer; font-weight:500; transition:all .3s;
  box-shadow:0 4px 24px rgba(185,137,54,.35);
}
.btn-hero-primary:hover { opacity:.88; transform:translateY(-2px); box-shadow:0 8px 32px rgba(185,137,54,.4); }
.btn-hero-ghost {
  background:transparent; color:#fff; border:1px solid rgba(255,255,255,.5);
  padding:16px 44px; font-family:'Outfit',sans-serif; font-size:.68rem;
  letter-spacing:.22em; cursor:pointer; font-weight:300; transition:all .3s;
}
.btn-hero-ghost:hover { background:rgba(255,255,255,.1); border-color:#fff; transform:translateY(-2px); }

/* Scroll hint */
.hero-scroll-hint {
  position:absolute; bottom:30px; left:50%; transform:translateX(-50%);
  z-index:3; display:flex; flex-direction:column; align-items:center; gap:8px;
  opacity:.38; animation:heroFadeUp 1s 1.2s both;
}
.hero-scroll-hint span { font-size:.48rem; letter-spacing:.32em; color:#fff; }
.scroll-line { width:1px; height:32px; background:#fff; animation:scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse {
  0%,100% { opacity:.4; transform:scaleY(1); }
  50%      { opacity:1;  transform:scaleY(.6); }
}

@media(min-width:640px) {
  .hero-btns { flex-direction:row; justify-content:center; }
  .hero-content { padding:80px 52px; }
}

/* ── TICKER ───────────────────────────── */
.ticker { background:var(--gold); padding:11px 0; overflow:hidden; }
.t-track { display:flex; animation:tickroll 28s linear infinite; white-space:nowrap; }
.t-item { font-family:'Outfit',sans-serif; font-size:.56rem; letter-spacing:.28em; color:var(--ink); padding:0 20px; font-weight:500; }
.t-sep { opacity:.4; }
@keyframes tickroll { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ── SERVICES ─────────────────────────── */
.services { padding:88px 28px; background:var(--cr); }
.svc-intro { text-align:center; margin-bottom:60px; }
.svc-intro .sec-sub { margin:0 auto; }
.svc-grid { display:grid; grid-template-columns:1fr; gap:20px; max-width:1200px; margin:0 auto; }
.svc-card {
  background:#fff; padding:36px 32px;
  border:1px solid rgba(185,137,54,.14);
  display:flex; flex-direction:column;
  transition:transform .3s, box-shadow .3s, border-color .3s;
  position:relative; overflow:hidden;
}
.svc-card::before { content:''; position:absolute; top:0; left:0; width:3px; height:0; background:var(--p3); transition:height .4s; }
.svc-card:hover::before { height:100%; }
.svc-card:hover { transform:translateY(-4px); box-shadow:0 12px 40px rgba(120,47,154,.1); border-color:rgba(120,47,154,.2); }
.svc-icon-wrap { width:52px; height:52px; background:rgba(120,47,154,.07); border-radius:50%; display:flex; align-items:center; justify-content:center; margin-bottom:20px; }
.svc-icon-wrap svg { width:26px; height:26px; }
.svc-name { font-family:'Playfair Display',serif; font-size:1.35rem; font-weight:400; color:var(--grn); margin-bottom:12px; }
.svc-desc { font-size:.84rem; line-height:1.85; color:var(--fog); font-weight:300; flex:1; margin-bottom:20px; }
.svc-footer { display:flex; align-items:center; justify-content:space-between; margin-top:auto; padding-top:16px; border-top:1px solid rgba(185,137,54,.18); }
.svc-dur { font-size:.54rem; letter-spacing:.14em; color:var(--p3); font-weight:400; }
.svc-btn { background:transparent; color:var(--p3); border:none; font-family:'Outfit',sans-serif; font-size:.7rem; letter-spacing:.12em; cursor:pointer; font-weight:400; transition:color .2s; padding:0; }
.svc-btn:hover { color:var(--p4); }
.svc-cta-card { background:var(--p4); border-color:transparent; align-items:center; text-align:center; justify-content:center; }
.svc-cta-card:hover { border-color:transparent; }
.svc-cta-card::before { background:var(--gold); }
.svc-logo { width:140px; height:auto; margin-bottom:16px; filter:brightness(1.1); }
.svc-cta-text { font-family:'Playfair Display',serif; font-size:1.2rem; color:var(--cr); font-weight:400; margin-bottom:8px; }
.svc-cta-sub { font-size:.8rem; color:rgba(251,243,223,.55); font-weight:300; line-height:1.75; margin-bottom:4px; }
@media(min-width:640px) { .svc-grid { grid-template-columns:repeat(2,1fr); } }
@media(min-width:1024px) { .services{padding:100px 52px;} .svc-grid { grid-template-columns:repeat(3,1fr); } }

/* ── ABOUT ────────────────────────────── */
.about { display:grid; grid-template-columns:1fr; background:var(--crd); }
.about-img-col {
  background:var(--p4);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  padding:60px 32px; gap:0;
}
.about-logo-panel { display:flex; align-items:center; justify-content:center; flex:1; padding:40px 0; }
.about-logo { width:min(240px,70%); height:auto; }
.about-stat-strip { display:flex; align-items:center; justify-content:center; gap:0; width:100%; border-top:1px solid rgba(251,243,223,.12); padding-top:28px; }
.about-stat { text-align:center; flex:1; }
.about-stat-div { width:1px; height:36px; background:rgba(251,243,223,.15); }
.stat-n { display:block; font-family:'Playfair Display',serif; font-size:2rem; color:var(--gold); font-weight:400; line-height:1; }
.stat-l { font-size:.5rem; letter-spacing:.22em; color:rgba(251,243,223,.45); font-weight:300; margin-top:5px; display:block; }
.about-text-col { padding:64px 32px; }
.about-signature { margin-top:32px; }
.sig-line { width:40px; height:1px; background:var(--gold); margin-bottom:16px; opacity:.5; }
.sig-name { font-family:'Libre Baskerville',serif; font-style:italic; font-size:.92rem; color:var(--fog); }
.sig-founder { font-size:.7rem; letter-spacing:.1em; color:var(--p3); margin-top:4px; font-weight:400; }
@media(min-width:900px) {
  .about { grid-template-columns:420px 1fr; }
  .about-img-col { min-height:700px; padding:80px 52px; }
  .about-text-col { padding:80px 72px 80px 64px; }
}

/* ── WHY ──────────────────────────────── */
.why { padding:88px 28px; background:var(--p4); }
.why-header { text-align:center; margin-bottom:60px; }
.why-header .eyebrow { color:rgba(185,137,54,.7); }
.why-header .sec-h { color:var(--cr); }
.why-header .sec-h em { color:var(--p1); }
.why-grid { display:grid; grid-template-columns:1fr 1fr; gap:32px; max-width:900px; margin:0 auto; }
.why-card { padding:36px 28px; border:1px solid rgba(251,243,223,.1); }
.why-num { font-family:'Playfair Display',serif; font-size:2.6rem; color:var(--gold); font-weight:400; line-height:1; margin-bottom:14px; opacity:.7; }
.why-title { font-family:'Playfair Display',serif; font-size:1.2rem; color:var(--cr); font-weight:400; margin-bottom:10px; }
.why-desc { font-size:.82rem; line-height:1.85; color:rgba(251,243,223,.5); font-weight:300; }
@media(min-width:768px) { .why{padding:100px 52px;} .why-grid{grid-template-columns:repeat(4,1fr);} }

/* ── REVIEWS ──────────────────────────── */
.reviews { padding:88px 28px; background:var(--cr); }
.reviews-header { text-align:center; margin-bottom:16px; }
.reviews-stars-row { display:flex; align-items:center; justify-content:center; gap:12px; margin:12px 0 52px; }
.big-stars { color:var(--gold); font-size:1.2rem; letter-spacing:4px; }
.reviews-avg { font-size:.72rem; color:var(--fog); font-weight:300; }
.reviews-grid { display:grid; grid-template-columns:1fr; gap:20px; max-width:1200px; margin:0 auto; }
.review-card { background:#fff; padding:36px 32px; border:1px solid rgba(185,137,54,.14); position:relative; }
.review-card--featured { background:var(--p3); border-color:transparent; }
.review-card--featured .review-text { color:rgba(251,243,223,.85); }
.review-card--featured .review-name { color:var(--gold); }
.review-card--featured .review-svc { color:rgba(251,243,223,.45); }
.review-card--featured .review-stars { color:var(--gold); }
.review-stars { color:var(--gold); letter-spacing:3px; font-size:.82rem; margin-bottom:16px; }
.review-text { font-family:'Libre Baskerville',serif; font-style:italic; font-size:.98rem; line-height:1.85; color:var(--fog); margin-bottom:24px; }
.review-footer { display:flex; align-items:center; gap:14px; }
.review-avatar { width:40px; height:40px; border-radius:50%; background:var(--p3); color:#fff; display:flex; align-items:center; justify-content:center; font-family:'Playfair Display',serif; font-size:1rem; font-weight:400; flex-shrink:0; }
.review-card--featured .review-avatar { background:var(--gold); color:var(--ink); }
.review-name { font-size:.7rem; letter-spacing:.14em; color:var(--p3); font-weight:400; }
.review-card--featured .review-name { color:var(--gold); }
.review-svc { font-size:.62rem; color:var(--fog); font-weight:300; margin-top:2px; }
@media(min-width:640px) { .reviews-grid { grid-template-columns:repeat(2,1fr); } }
@media(min-width:1024px) { .reviews{padding:100px 52px;} .reviews-grid { grid-template-columns:repeat(3,1fr); } }

/* ── CTA BAND ─────────────────────────── */
.cta-band { background:var(--grn); padding:72px 28px; }
.cta-band-inner { display:flex; flex-direction:column; gap:32px; align-items:flex-start; max-width:1100px; margin:0 auto; }
.cta-band-h { font-family:'Playfair Display',serif; font-size:clamp(1.8rem,5vw,2.8rem); font-weight:400; color:var(--cr); line-height:1.1; margin-bottom:10px; }
.cta-band-p { font-size:.88rem; color:rgba(251,243,223,.6); font-weight:300; }
.cta-band-actions { display:flex; flex-direction:column; gap:12px; flex-shrink:0; }
@media(min-width:768px) {
  .cta-band { padding:88px 52px; }
  .cta-band-inner { flex-direction:row; justify-content:space-between; align-items:center; }
  .cta-band-actions { flex-direction:row; }
}

/* ── CONTACT ──────────────────────────── */
.contact { display:grid; grid-template-columns:1fr; }
.con-l { background:var(--p4); padding:64px 32px; }
.con-l-inner { max-width:480px; }
.con-h { font-family:'Playfair Display',serif; font-size:clamp(2rem,6vw,2.8rem); font-weight:400; color:var(--cr); line-height:1.1; margin-bottom:10px; }
.con-h em { font-style:italic; color:var(--gold); }
.con-sub { font-size:.86rem; color:rgba(251,243,223,.52); font-weight:300; line-height:1.85; margin-bottom:36px; }
.con-det { display:flex; gap:14px; margin-bottom:20px; align-items:flex-start; }
.con-det span { font-size:.9rem; margin-top:1px; }
.det-l { font-size:.48rem; letter-spacing:.26em; color:rgba(185,137,54,.7); font-weight:300; margin-bottom:3px; }
.det-v { font-size:.82rem; color:rgba(251,243,223,.6); font-weight:300; }
.con-hours { margin-top:28px; }
.hours-row { display:flex; justify-content:space-between; font-size:.8rem; color:rgba(251,243,223,.55); font-weight:300; padding:6px 0; border-bottom:1px solid rgba(251,243,223,.06); }
.con-r { background:var(--cr); padding:64px 32px; }
.form-row { display:grid; grid-template-columns:1fr; gap:0; }
.fg { margin-bottom:20px; }
.fl { display:block; font-family:'Outfit',sans-serif; font-size:.5rem; letter-spacing:.24em; color:var(--p3); margin-bottom:7px; font-weight:400; }
.fi { width:100%; font-family:'Outfit',sans-serif; font-size:.88rem; font-weight:300; padding:10px 0 9px; border:none; border-bottom:1px solid rgba(0,0,0,.12); background:transparent; outline:none; color:var(--ink); border-radius:0; transition:border-color .3s; -webkit-appearance:none; }
.fi:focus { border-bottom-color:var(--p3); }
.fta { width:100%; font-family:'Outfit',sans-serif; font-size:.88rem; font-weight:300; min-height:110px; padding:10px 0; border:none; border-bottom:1px solid rgba(0,0,0,.12); background:transparent; outline:none; color:var(--ink); resize:vertical; transition:border-color .3s; }
.fta:focus { border-bottom-color:var(--p3); }
.btn-submit { width:100%; background:var(--p3); color:#fff; border:none; padding:16px; font-family:'Outfit',sans-serif; font-size:.68rem; letter-spacing:.2em; cursor:pointer; font-weight:400; transition:background .3s; margin-top:8px; }
.btn-submit:hover { background:var(--p4); }
.form-msg { font-size:.82rem; margin-top:12px; font-weight:300; text-align:center; }
@media(min-width:640px) { .form-row { grid-template-columns:1fr 1fr; gap:0 24px; } }
@media(min-width:900px) {
  .contact { grid-template-columns:420px 1fr; }
  .con-l { padding:88px 56px; }
  .con-r { padding:88px 72px; }
}

/* ── NEWSLETTER ───────────────────────── */
.newsletter { background:var(--crd); padding:60px 28px; border-top:1px solid rgba(185,137,54,.15); }
.newsletter-inner { display:flex; flex-direction:column; gap:28px; align-items:flex-start; max-width:900px; margin:0 auto; }
.nl-h { font-family:'Playfair Display',serif; font-size:1.6rem; font-weight:400; color:var(--ink); margin-bottom:6px; }
.nl-p { font-size:.84rem; color:var(--fog); font-weight:300; }
.nl-form { display:flex; gap:0; width:100%; max-width:420px; flex-shrink:0; }
.nl-input { flex:1; font-family:'Outfit',sans-serif; font-size:.84rem; font-weight:300; padding:12px 16px; border:1px solid rgba(0,0,0,.12); border-right:none; background:#fff; outline:none; color:var(--ink); border-radius:0; }
.nl-input:focus { border-color:var(--p3); }
.nl-btn { background:var(--p3); color:#fff; border:none; padding:12px 24px; font-family:'Outfit',sans-serif; font-size:.6rem; letter-spacing:.18em; cursor:pointer; font-weight:400; transition:background .3s; white-space:nowrap; }
.nl-btn:hover { background:var(--p4); }
@media(min-width:768px) { .newsletter{padding:72px 52px;} .newsletter-inner { flex-direction:row; align-items:center; justify-content:space-between; } }

/* ── FOOTER ───────────────────────────── */
.footer { background:var(--ink); padding:64px 28px 28px; }
.footer-top { display:flex; flex-direction:column; gap:44px; margin-bottom:52px; }
.ft-brand {}
.ft-logo-img { width:160px; height:auto; margin-bottom:16px; opacity:.9; }
.ft-desc { font-size:.74rem; line-height:1.85; color:rgba(251,243,223,.3); font-weight:300; max-width:240px; margin-bottom:12px; }
.ft-contact { font-size:.72rem; color:rgba(251,243,223,.22); line-height:1.85; font-weight:300; }
.ft-cols { display:grid; grid-template-columns:1fr 1fr; gap:28px; }
.fc-t { font-family:'Outfit',sans-serif; font-size:.5rem; letter-spacing:.28em; color:var(--gold); margin-bottom:16px; font-weight:400; }
.fl-a { display:block; font-size:.74rem; color:rgba(251,243,223,.28); text-decoration:none; margin-bottom:9px; font-weight:300; transition:color .2s; }
.fl-a:hover { color:rgba(251,243,223,.75); }
.footer-bot { border-top:1px solid rgba(251,243,223,.07); padding-top:22px; font-size:.6rem; color:rgba(251,243,223,.2); font-weight:300; display:flex; flex-direction:column; gap:10px; }
@media(min-width:640px) { .footer{padding:80px 52px 32px;} .footer-top{flex-direction:row;justify-content:space-between;} .ft-cols{grid-template-columns:repeat(3,1fr);} .footer-bot{flex-direction:row;justify-content:space-between;align-items:center;} }
