/* ============================================================
   The Enjoyment Minister — landing page
   Forest-green signature · warm cream canvas · rounded & friendly.
   Structured after the usemitu.com pattern: eyebrow → headline with an
   italic accent → lead → bullet list, each paired with a rich product
   mockup card (status chip, progress bar, live rows, footer pot).
   ============================================================ */

:root{
  interpolate-size: allow-keywords;
  --canvas:#ffffff;
  --surface:#ffffff;
  --surface-soft:#f6f5f1;
  --hairline:#e8e4db;
  --hairline-soft:#f0ede6;

  --ink:#1a1812;
  --body:#4b4636;
  --muted:#736d5a;
  --muted-soft:#9c9580;
  --on-dark:#f3f7ee;

  --forest:#16523e;
  --forest-deep:#0e3a2c;
  --forest-hover:#1d6650;
  --leaf:#3f9e6f;
  --leaf-soft:#dcefe2;

  --clay:#e0623c;
  --ochre:#e6a83f;
  --peach:#ffb487;
  --lavender:#b9a8ee;
  --berry:#f2667f;
  --sage:#9ed0b1;
  --sky:#8fc6d8;
  --cream-card:#efe6d1;

  --clay-tint:#fbe3d9;
  --ochre-tint:#fbeecb;
  --forest-tint:#dcebe3;

  --wa:#25d366;

  --shadow-sm:0 1px 2px rgba(40,34,18,.06);
  --shadow-md:0 16px 44px -24px rgba(40,34,18,.36);
  --shadow-lg:0 30px 70px -30px rgba(20,60,46,.5);

  --font:'Uncut Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --display:'Fredoka','Uncut Sans',sans-serif;
  --maxw:1180px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{ margin:0; background:var(--canvas); color:var(--body); font-family:var(--font);
  font-size:17px; line-height:1.6; -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; overflow-x:hidden; }
img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}

.wrap{ max-width:var(--maxw); margin:0 auto; padding:0 24px; }
.display{ font-family:var(--display); font-weight:500; letter-spacing:-.02em; line-height:1.04; color:var(--ink); }
.accent{ color:var(--forest); font-style:italic; font-weight:500; }
.accent-serif{ font-family:'Playfair Display',Georgia,serif; font-style:italic; font-weight:700; color:var(--forest); letter-spacing:-.01em; }

/* eyebrow — uppercase tracked label */
.eyebrow{ display:inline-flex; align-items:center; gap:9px; font-size:12px; font-weight:600;
  letter-spacing:1.7px; text-transform:uppercase; color:var(--forest); }
.eyebrow--pill{ background:var(--forest-tint); border-radius:999px; padding:7px 14px; }
.eyebrow .leaf{ width:14px; height:14px; }
.eyebrow .sep{ opacity:.4; }

/* buttons */
.btn{ display:inline-flex; align-items:center; justify-content:center; gap:9px; height:52px; padding:0 24px;
  border-radius:14px; font-family:inherit; font-size:16px; font-weight:600; line-height:1; border:1.6px solid transparent;
  cursor:pointer; white-space:nowrap; transition:background .16s, color .16s, border-color .16s, transform .05s; }
.btn:active{ transform:translateY(1px); }
.btn--lg{ height:58px; padding:0 28px; font-size:17px; }
.btn--wa{ background:var(--forest); color:var(--on-dark); }
.btn--wa:hover{ background:var(--forest-hover); }
.btn--ghost{ background:transparent; color:var(--ink); border-color:#d9cfb6; }
.btn--ghost:hover{ background:var(--surface-soft); }
.btn--cream{ background:var(--surface); color:var(--ink); border-color:var(--hairline); }
.btn--cream:hover{ background:var(--surface-soft); }
.btn .wa-ico{ width:20px; height:20px; }
.btn .ig-ico{ width:19px; height:19px; }

/* ============ nav ============ */
.nav{ position:sticky; top:0; z-index:60; background:rgba(255,255,255,.88); backdrop-filter:blur(10px);
  border-bottom:1px solid transparent; transition:border-color .2s; }
.nav.scrolled{ border-color:var(--hairline); }
.nav__in{ display:flex; align-items:center; gap:28px; height:72px; }
.brand{ display:inline-flex; align-items:center; gap:11px; }
.brand__mark{ width:34px; height:34px; border-radius:11px; background:var(--forest); color:var(--leaf-soft);
  display:grid; place-items:center; flex:none; box-shadow:inset 0 -6px 0 rgba(0,0,0,.18), inset 6px 0 0 rgba(0,0,0,.07); }
.brand__mark svg{ width:19px; height:19px; }
.brand__name{ font-family:var(--display); font-weight:600; font-size:19px; color:var(--ink); letter-spacing:-.01em; line-height:1.05; }
.brand__name b{ color:var(--forest); font-weight:600; }
.nav__links{ display:flex; gap:2px; margin-left:6px; }
.nav__links a{ padding:9px 14px; font-size:15.5px; color:var(--muted); border-radius:9px; }
.nav__links a:hover{ color:var(--ink); background:var(--surface-soft); }
.nav__right{ margin-left:auto; display:flex; align-items:center; gap:14px; }
.nav__burger{ display:none; width:42px; height:42px; border:1px solid var(--hairline); border-radius:11px; background:var(--surface); cursor:pointer; align-items:center; justify-content:center; }

/* ============ hero ============ */
.hero{ position:relative; overflow:hidden; min-height:100vh; display:flex; flex-direction:column; justify-content:center; padding:48px 0 0;
  background:
    radial-gradient(130% 90% at 50% -8%, rgba(228,238,196,.92) 0%, rgba(238,243,222,.7) 30%, rgba(250,248,239,.45) 52%, rgba(255,255,255,0) 72%),
    linear-gradient(180deg, #faf8f0 0%, #f4f2e8 46%, #e7f0df 100%); }
.hero::before{ content:''; position:absolute; inset:0; z-index:0; pointer-events:none; opacity:.11;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='96' viewBox='0 0 96 96'%3E%3Cg fill='none' stroke='%2316523e' stroke-width='1.3' opacity='0.42'%3E%3Cpath d='M48 6 L90 48 L48 90 L6 48 Z'/%3E%3Cpath d='M48 24 L72 48 L48 72 L24 48 Z'/%3E%3Cpath d='M0 48 L6 48 M90 48 L96 48 M48 0 L48 6 M48 90 L48 96'/%3E%3C/g%3E%3Cg fill='%2316523e' opacity='0.4'%3E%3Ccircle cx='48' cy='48' r='2.6'/%3E%3Ccircle cx='0' cy='0' r='2'/%3E%3Ccircle cx='96' cy='0' r='2'/%3E%3Ccircle cx='0' cy='96' r='2'/%3E%3Ccircle cx='96' cy='96' r='2'/%3E%3C/g%3E%3C/svg%3E");
  background-size:96px 96px; -webkit-mask-image:linear-gradient(180deg, #000 0%, #000 68%, transparent 100%);
  mask-image:linear-gradient(180deg, #000 0%, #000 68%, transparent 100%); }
.hero__blob{ position:absolute; z-index:0; border-radius:50%; filter:blur(12px); opacity:.5; pointer-events:none; }
.hero__in{ position:relative; z-index:2; display:flex; flex-direction:column; align-items:center; text-align:center; gap:0; width:100%; max-width:1000px; margin:0 auto; }
.hero__copy{ display:flex; flex-direction:column; align-items:center; text-align:center; }
.hero__brand{ display:inline-flex; align-items:center; gap:11px; margin-bottom:38px; }
.hero__brand .brand__mark{ width:42px; height:42px; border-radius:12px; background:var(--forest); color:#fff; display:grid; place-items:center; }
.hero__brand .brand__mark svg{ width:22px; height:22px; }
.hero__brand .brand__name{ font-family:var(--display); font-weight:500; font-size:21px; color:var(--ink); letter-spacing:-.01em; }
.hero__brand .brand__name b{ color:var(--forest); font-weight:600; }
.hero h1{ font-size:clamp(40px,5vw,68px); margin:22px 0 0; max-width:14em; }
.hero__mega{ font-size:clamp(38px,6vw,108px); line-height:1; letter-spacing:-.035em; margin:24px 0 0; max-width:15em; }
.rotator{ display:inline-block; }
.rotator__word{ color:var(--forest); font-style:italic; font-weight:500; display:inline-block; transition:opacity .32s ease, transform .32s ease; }
.rotator__word.is-out{ opacity:0; transform:translateY(-.28em); }
.hero__moods{ display:flex; flex-wrap:wrap; justify-content:center; gap:9px; margin-top:26px; max-width:38em; }
.mchip{ display:inline-flex; align-items:center; padding:8px 15px; border-radius:999px; font-size:14px; font-weight:500; letter-spacing:-.005em; line-height:1; }
.mchip--clay{ background:var(--clay-tint); color:#b5411f; }
.mchip--ochre{ background:var(--ochre-tint); color:#986812; }
.mchip--forest{ background:var(--forest-tint); color:var(--forest); }
.mchip--berry{ background:#fde2e8; color:#c0324a; }
.mchip--sky{ background:#e0f0f5; color:#2c7183; }
.mchip--lavender{ background:#ece5fb; color:#5b47a0; }
.mchip--sage{ background:#e0efe4; color:#2f6b48; }
.mchip--peach{ background:#ffe3d0; color:#a3521a; }
.mchip--aqua{ background:#d4eef1; color:#146872; }
.mchip--mint{ background:#e6f3d6; color:#4a6d1f; }
.mchip--rose{ background:#fbdce7; color:#a02864; }
.mchip--sun{ background:#fff2c2; color:#8a6414; }
.hero__lead{ font-size:clamp(15px,1.5vw,17.5px); color:var(--body); margin:24px 0 0; max-width:34em; }
.hero__cta{ display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; justify-content:center; }
.hero__note{ display:flex; align-items:center; gap:9px; margin-top:22px; font-size:14.5px; color:var(--muted); }
.hero__note .dot{ width:7px; height:7px; border-radius:999px; background:var(--leaf); box-shadow:0 0 0 4px var(--leaf-soft); }

/* ============ hero bento ============ */
.bento{ display:grid; grid-template-columns:1.15fr 1fr; grid-template-rows:auto auto;
  grid-template-areas:"photo ask" "photo mood" "chat chat"; gap:14px; width:100%; }
.btile{ position:relative; border-radius:24px; padding:20px; overflow:hidden;
  box-shadow:0 20px 50px -30px rgba(20,50,38,.5); }
.btile__k{ font-size:11.5px; font-weight:700; letter-spacing:1.4px; text-transform:uppercase; opacity:.7; }

.btile--photo{ grid-area:photo; padding:0; min-height:300px; }
.btile--photo img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.btile--photo figcaption{ position:absolute; left:0; right:0; bottom:0; z-index:2; display:flex; flex-direction:column; gap:2px;
  padding:44px 20px 18px; color:#fff; background:linear-gradient(180deg, transparent, rgba(8,25,18,.82)); }
.btile--photo figcaption b{ font-family:var(--display); font-weight:600; font-size:22px; line-height:1.1; }
.btile--photo .btile__k{ opacity:.85; }
.btile--photo .btile__s{ font-size:13px; opacity:.82; }

.btile--ask{ grid-area:ask; background:var(--forest); color:var(--on-dark); display:flex; flex-direction:column; gap:12px; }
.btile--ask .btile__av{ width:46px; height:46px; border-radius:14px; background:var(--leaf); color:#08291f; display:grid; place-items:center; }
.btile--ask .btile__av svg{ width:26px; height:26px; }
.btile--ask p{ margin:0; font-family:var(--display); font-weight:500; font-size:19px; line-height:1.22; color:#fff; }
.btile--ask .btile__live{ margin-top:auto; display:inline-flex; align-items:center; gap:8px; font-size:13px; color:#bfe6d2; }
.btile--ask .btile__live .dot{ width:8px; height:8px; border-radius:999px; background:var(--wa); box-shadow:0 0 0 4px rgba(37,211,102,.22); }

.btile--mood{ grid-area:mood; background:var(--ochre-tint); color:var(--ink); display:flex; flex-direction:column; gap:12px; }
.moods{ display:flex; flex-wrap:wrap; gap:8px; }
.moods span{ background:#fff; border:1px solid #f0e4c4; border-radius:999px; padding:7px 13px; font-size:14px; font-weight:600; color:#7a5a1e; }

.btile--chat{ grid-area:chat; background:var(--surface); border:1px solid var(--hairline);
  display:flex; flex-direction:column; gap:8px; }
.cbub{ max-width:82%; padding:9px 14px; border-radius:16px; font-size:14.5px; line-height:1.4; }
.cbub--in{ align-self:flex-start; background:var(--surface-soft); color:var(--ink); border-bottom-left-radius:5px; }
.cbub--out{ align-self:flex-end; background:#d6f8c8; color:#10301c; border-bottom-right-radius:5px; }

/* ============ marquee ============ */
.marquee{ overflow:hidden; -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.marquee--hero{ position:absolute; left:0; right:0; bottom:0; z-index:2; padding-top:52px; padding-bottom:20px; }

/* hero footer */
.hfoot{ position:relative; z-index:2; padding-bottom:22px; }
.hfoot__in{ display:flex; align-items:center; justify-content:space-between; gap:18px; }
.hfoot__c{ font-size:13.5px; color:var(--muted); }
.hfoot__nav{ display:flex; gap:24px; }
.hfoot__right{ display:flex; align-items:center; gap:26px; }
.hfoot__nav a{ font-size:13.5px; color:var(--muted); text-decoration:none; transition:color .15s; }
.hfoot__nav a:hover{ color:var(--ink); }

/* language dropdown */
.lang{ position:relative; }
.lang__btn{ display:inline-flex; align-items:center; gap:7px; height:34px; padding:0 12px;
  background:var(--surface); border:1px solid var(--hairline); border-radius:999px;
  font-family:inherit; font-size:13px; font-weight:500; color:var(--ink); cursor:pointer; transition:border-color .15s, background .15s; }
.lang__btn:hover{ border-color:#d3cab2; }
.lang__btn svg{ width:15px; height:15px; color:var(--muted); }
.lang__chev{ transition:transform .18s; }
.lang.open .lang__chev{ transform:rotate(180deg); }
.lang__menu{ position:absolute; right:0; bottom:calc(100% + 8px); min-width:148px; margin:0; padding:6px;
  list-style:none; background:var(--surface); border:1px solid var(--hairline); border-radius:14px;
  box-shadow:0 10px 30px rgba(20,40,30,.12); opacity:0; visibility:hidden; transform:translateY(6px);
  transition:opacity .16s, transform .16s, visibility .16s; }
.lang.open .lang__menu{ opacity:1; visibility:visible; transform:translateY(0); }
.lang__menu li{ padding:9px 12px; border-radius:9px; font-size:14px; color:var(--body); cursor:pointer; transition:background .12s; }
.lang__menu li:hover{ background:var(--surface-soft); }
.lang__menu li.on{ color:var(--forest); font-weight:600; }
@media (max-width:520px){
  .hfoot__in{ flex-direction:column; gap:14px; text-align:center; }
  .hfoot__right{ flex-direction:column; gap:14px; }
}

/* ============ content pages (FAQ / About / Privacy) ============ */
.doc{ min-height:100vh;
  background:
    radial-gradient(130% 70% at 50% -10%, rgba(228,238,196,.85) 0%, rgba(238,243,222,.6) 32%, rgba(255,255,255,0) 66%),
    linear-gradient(180deg, #faf8f0 0%, #f6f4ea 60%, #eef3e7 100%); }
.doc__bar{ position:sticky; top:0; z-index:10; }
.doc__bar .wrap{ display:flex; align-items:center; justify-content:space-between; height:74px; }
.doc__back{ display:inline-flex; align-items:center; gap:8px; font-size:14.5px; font-weight:600; color:var(--ink); text-decoration:none; }
.doc__back svg{ width:18px; height:18px; }
.doc__brand{ font-family:var(--display); font-weight:500; font-size:18px; color:var(--ink); letter-spacing:-.01em; }
.doc__brand b{ color:var(--forest); font-weight:600; }
.doc__body{ max-width:760px; margin:0 auto; padding:40px 24px 100px; }
.doc__eyebrow{ font-size:12px; font-weight:600; letter-spacing:1.7px; text-transform:uppercase; color:var(--forest); }
.doc h1{ font-family:var(--display); font-weight:600; font-size:clamp(34px,5vw,52px); letter-spacing:-.02em; color:var(--ink); margin:14px 0 0; }
.doc__lead{ font-size:18px; color:var(--muted); margin:16px 0 0; max-width:40em; }
.doc h2{ font-family:var(--display); font-weight:500; font-size:23px; color:var(--ink); margin:42px 0 0; letter-spacing:-.01em; }
.doc p{ font-size:16.5px; color:var(--body); margin:12px 0 0; }
.doc .qa-block{ margin-top:30px; border-top:1px solid var(--hairline); }
.doc .qa-block > div{ padding:22px 0; border-bottom:1px solid var(--hairline); }
.doc .qa-block h3{ font-size:17px; font-weight:600; color:var(--ink); margin:0; }
.doc .qa-block p{ margin-top:8px; color:var(--muted); }

/* ============ scrolling city flag pills ============ */
.citymq__track{ display:flex; gap:12px; width:max-content; padding:0 24px; animation:scrollx 55s linear infinite; }
.marquee:hover .citymq__track{ animation-play-state:paused; }
.cityflag{ flex:0 0 auto; display:inline-flex; align-items:center; gap:9px;
  background:var(--surface); border:1px solid var(--hairline); border-radius:999px;
  padding:8px 17px 8px 10px; box-shadow:0 1px 0 rgba(20,40,30,.03); }
.cityflag__flag{ width:22px; height:22px; border-radius:999px; flex:none; display:block; }
.cityflag__name{ font-size:14.5px; font-weight:600; letter-spacing:-.01em; color:var(--ink); white-space:nowrap; }
@media (max-width:520px){
  .cityflag{ padding:7px 15px 7px 9px; }
  .cityflag__flag{ width:20px; height:20px; }
  .cityflag__name{ font-size:13.5px; }
}
.marquee__track{ display:flex; gap:12px; width:max-content; animation:scrollx 32s linear infinite; }
.marquee:hover .marquee__track{ animation-play-state:paused; }
@keyframes scrollx{ to{ transform:translateX(-50%); } }
.mq-pill{ display:inline-flex; align-items:center; gap:9px; background:var(--surface); border:1px solid var(--hairline);
  border-radius:999px; padding:10px 17px; font-size:14.5px; font-weight:500; color:var(--ink); white-space:nowrap; }
.mq-pill .d{ width:8px; height:8px; border-radius:999px; flex:none; }

/* word marquee (closing) */
.wordmq{ background:var(--forest); color:#bfe7cf; padding:20px 0; overflow:hidden; }
.wordmq__track{ display:flex; gap:0; width:max-content; animation:scrollx 26s linear infinite; }
.wordmq span{ font-family:var(--display); font-weight:500; font-size:26px; letter-spacing:-.01em; padding:0 22px; display:inline-flex; align-items:center; gap:44px; }
.wordmq span::after{ content:'·'; color:var(--leaf); }

/* ============ the remit (editorial index) ============ */
/* ============ the remit (stacking cards) ============ */
.stack{ padding:100px 0 40px; position:relative;
  background:linear-gradient(180deg, #e7f0df 0%, #eaf1e4 100%); }
.stack__head{ max-width:40em; margin-bottom:40px; }
.stack__title{ font-size:clamp(24px,2.5vw,34px); margin:16px 0 0; max-width:none; text-wrap:balance; }
.stack__intro{ font-size:16px; line-height:1.6; color:var(--muted); margin:18px 0 0; max-width:none; }

.stack__cards{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.scard{
  position:static;
  display:flex; flex-direction:column;
  min-height:0;
  border-radius:28px; overflow:hidden;
  background:var(--tint);
  border:0;
  box-shadow:none;
}
.scard__l{ padding:28px 30px 32px; display:flex; flex-direction:column; flex:1; }
.scard__meta{ display:flex; align-items:center; gap:14px; }
.scard__no{ font-family:var(--display); font-weight:500; font-size:15px; color:var(--a); letter-spacing:.05em; }
.scard__cat{ font-size:11px; font-weight:700; letter-spacing:1.4px; text-transform:uppercase; color:var(--a);
  background:rgba(255,255,255,.6); border-radius:999px; padding:5px 11px; }
.scard__t{ font-family:var(--display); font-weight:500; font-size:clamp(24px,2vw,30px);
  color:var(--ink); letter-spacing:-.02em; margin:18px 0 0; line-height:1.05; }
.scard__p{ font-size:16px; line-height:1.55; color:var(--body); margin:14px 0 0; max-width:26em; }
.scard__link{ display:inline-flex; align-items:center; gap:8px; margin-top:auto; padding-top:24px;
  font-weight:600; font-size:15px; color:var(--a); }
.scard__link svg{ width:17px; height:17px; transition:transform .25s; }
.scard:hover .scard__link svg{ transform:translateX(4px); }
.scard__r{ order:-1; position:relative; background:var(--a); display:grid; place-items:center; min-height:250px; }
.scard__art{ width:60%; max-width:210px; height:auto; }
@media (max-width:1000px){
  .stack__cards{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:640px){
  .stack__cards{ grid-template-columns:1fr; }
  .scard__r{ min-height:210px; }
}

/* ============ section scaffolding ============ */
.section{ padding:90px 0; }
.section--soft{ background:var(--surface-soft); }
.sec-head{ max-width:36rem; }
.sec-head--center{ margin:0 auto; text-align:center; }
.sec-head h2{ font-size:clamp(30px,3.9vw,48px); margin:14px 0 0; }
.sec-head p{ font-size:18px; color:var(--muted); margin:16px 0 0; }

/* big statement band (usemitu "Made to move with you") */
.statement{ text-align:center; padding:96px 0; }
.statement h2{ font-size:clamp(32px,4.6vw,56px); margin:0 auto; max-width:16em; }
.statement p{ font-size:19px; color:var(--muted); margin:22px auto 0; max-width:40em; }

/* ============ feature blocks ============ */
.feat{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.feat + .feat{ margin-top:104px; }
.feat--flip .feat__media{ order:-1; }
.feat h3{ font-size:clamp(27px,3.1vw,38px); margin:16px 0 0; }
.feat__lead{ font-size:18px; color:var(--body); margin:16px 0 0; max-width:30em; }
.feat__list{ list-style:none; padding:0; margin:24px 0 28px; display:flex; flex-direction:column; gap:13px; }
.feat__list li{ display:flex; gap:12px; font-size:16px; color:var(--body); }
.feat__list .ck{ width:24px; height:24px; border-radius:999px; background:var(--leaf-soft); color:var(--forest); display:grid; place-items:center; flex:none; margin-top:1px; }
.feat__list .ck svg{ width:14px; height:14px; }
.feat__media{ display:flex; align-items:center; justify-content:center; }

/* tinted stage behind a mock card */
.stage{ width:100%; border-radius:30px; padding:38px; display:flex; align-items:center; justify-content:center; }

/* ====== the signature mockup card (usemitu "pot" pattern) ====== */
.joycard{ width:100%; max-width:360px; background:var(--surface); border:1px solid var(--hairline);
  border-radius:24px; padding:22px; box-shadow:var(--shadow-lg); }
.joycard__chip{ display:inline-flex; align-items:center; gap:7px; font-size:10.5px; font-weight:700;
  letter-spacing:1px; text-transform:uppercase; color:var(--forest); background:var(--leaf-soft);
  border-radius:999px; padding:5px 11px; }
.joycard__chip .live{ width:6px; height:6px; border-radius:999px; background:var(--leaf); animation:pulse 1.6s infinite; }
@keyframes pulse{ 0%,100%{opacity:1;} 50%{opacity:.3;} }
.joycard__title{ font-family:var(--display); font-weight:600; font-size:22px; color:var(--ink); letter-spacing:-.01em; margin:15px 0 0; }
.joycard__sub{ font-size:13.5px; color:var(--muted); margin-top:3px; }
.joycard__sub b{ color:var(--ink); font-weight:600; }
.joybar{ margin:16px 0 4px; }
.joybar__top{ display:flex; align-items:baseline; justify-content:space-between; font-size:13.5px; color:var(--muted); margin-bottom:8px; }
.joybar__top b{ color:var(--ink); font-weight:600; font-size:15px; }
.joybar__top .pct{ color:var(--forest); font-weight:700; }
.joybar__track{ height:9px; border-radius:999px; background:var(--surface-soft); overflow:hidden; }
.joybar__fill{ height:100%; border-radius:999px; background:linear-gradient(90deg,var(--leaf),var(--forest)); }
.joyrows{ margin-top:16px; display:flex; flex-direction:column; }
.joyrow{ display:flex; align-items:center; gap:12px; padding:11px 0; border-top:1px solid var(--hairline-soft); }
.joyrow:first-child{ border-top:0; }
.joyrow__ico{ width:38px; height:38px; border-radius:11px; display:grid; place-items:center; flex:none; background:var(--forest-tint)!important; color:var(--forest)!important; }
.joyrow__ico svg{ width:19px; height:19px; }
.joyrow__mid{ flex:1; min-width:0; }
.joyrow__nm{ font-size:14.5px; font-weight:600; color:var(--ink); }
.joyrow__meta{ font-size:12.5px; color:var(--muted); margin-top:2px; }
.joyrow__val{ font-size:13.5px; font-weight:600; color:var(--forest); white-space:nowrap; }
.joycard__foot{ margin-top:18px; padding-top:16px; border-top:1px solid var(--hairline); display:flex; align-items:center; justify-content:space-between; }
.joycard__foot .lab{ font-size:12.5px; color:var(--muted); }
.joycard__foot .val{ font-family:var(--display); font-weight:600; font-size:19px; color:var(--ink); }
.joycard__foot .val small{ color:var(--muted-soft); font-weight:500; font-size:13px; }

/* refine chips */
.chips{ display:flex; flex-wrap:wrap; gap:10px; }
.chip{ background:var(--surface); border:1px solid var(--hairline); border-radius:999px; padding:10px 16px; font-size:14.5px; color:var(--ink); font-weight:500; cursor:pointer; transition:background .14s,color .14s,border-color .14s; }
.chip--on{ background:var(--forest); color:#fff; border-color:var(--forest); }

/* ====== whatsapp chat mock ====== */
.phone{ position:relative; justify-self:center; width:340px; max-width:100%; background:#0a0d0c; border-radius:46px; padding:11px; box-shadow:var(--shadow-lg), inset 0 0 0 2px rgba(255,255,255,.06); }
.phone__screen{ position:relative; background:#e7ddcf; border-radius:36px; overflow:hidden; display:flex; flex-direction:column; }

/* status bar */
.wa-bar{ background:var(--forest); color:#fff; display:flex; align-items:center; justify-content:space-between; padding:9px 22px 4px; font-size:12.5px; font-weight:600; letter-spacing:.2px; }
.wa-bar__ic{ display:flex; align-items:center; gap:6px; }
.wa-bar__ic svg{ width:16px; height:13px; }

/* chat header */
.wa-top{ background:var(--forest); color:#fff; display:flex; align-items:center; gap:10px; padding:7px 14px 11px; }
.wa-back{ background:none; border:0; color:#fff; cursor:pointer; padding:0; display:grid; place-items:center; }
.wa-back svg{ width:22px; height:22px; }
.wa-top__av{ width:38px; height:38px; border-radius:999px; background:var(--leaf); display:grid; place-items:center; flex:none; color:#08291f; }
.wa-top__av svg{ width:21px; height:21px; }
.wa-top__id{ flex:1; min-width:0; }
.wa-top__nm{ font-weight:600; font-size:15px; line-height:1.15; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.wa-top__st{ font-size:11.5px; color:#bfe6d2; margin-top:1px; }
.wa-top__acts{ display:flex; align-items:center; gap:18px; color:#eaf5ee; }
.wa-top__acts svg{ width:20px; height:20px; }

/* wallpaper body */
.wa-body{ flex:1; padding:14px 12px 12px; display:flex; flex-direction:column; gap:7px; background-color:#e7ddcf;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='92' height='92' viewBox='0 0 92 92'%3E%3Cg fill='none' stroke='%23123f30' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' opacity='0.06'%3E%3Cpath d='M18 17c-3-4-10-1.5-10 3 0 4.5 10 10 10 10s10-5.5 10-10c0-4.5-7-7-10-3z'/%3E%3Ccircle cx='68' cy='20' r='8'/%3E%3Cpath d='M64.5 18.5h0M71.5 18.5h0M64 23c2 2 6 2 8 0'/%3E%3Cpath d='M46 54l2.6 5.3 5.8.8-4.2 4.1 1 5.8-5.2-2.8-5.2 2.8 1-5.8-4.2-4.1 5.8-.8z'/%3E%3Cpath d='M12 66h13M12 73h9'/%3E%3Cpath d='M78 60c4 0 6 5 2 7'/%3E%3C/g%3E%3C/svg%3E"); background-size:92px 92px; }

/* date + encryption chips */
.wa-date{ align-self:center; background:#d3e7da; color:#3a5246; font-size:11px; font-weight:600; padding:4px 12px; border-radius:8px; box-shadow:0 1px 1px rgba(0,0,0,.05); margin:2px 0 4px; }
.wa-enc{ align-self:center; max-width:84%; text-align:center; background:#fdf4d3; color:#6b5b2e; font-size:10.5px; line-height:1.4; padding:6px 12px; border-radius:8px; box-shadow:0 1px 1px rgba(0,0,0,.05); margin-bottom:4px; display:flex; align-items:center; gap:5px; }
.wa-enc svg{ width:11px; height:11px; flex:none; }

.msg{ position:relative; max-width:82%; padding:7px 10px 6px; border-radius:9px; font-size:13.5px; line-height:1.42; box-shadow:0 1px .5px rgba(0,0,0,.13); }
.msg .t{ display:inline-flex; align-items:center; gap:3px; float:right; font-size:10px; color:rgba(0,0,0,.4); margin:5px 0 -1px 10px; }
.msg .t .tick{ width:15px; height:10px; color:#53bdeb; }
.msg--in{ align-self:flex-start; background:#fff; color:#11231b; border-top-left-radius:1px; }
.msg--in::before{ content:''; position:absolute; top:0; left:-7px; width:9px; height:13px; background:#fff; clip-path:polygon(100% 0,100% 100%,0 0); }
.msg--out{ align-self:flex-end; background:#d6f8c8; color:#10301c; border-top-right-radius:1px; }
.msg--out::before{ content:''; position:absolute; top:0; right:-7px; width:9px; height:13px; background:#d6f8c8; clip-path:polygon(0 0,0 100%,100% 0); }
.msg b{ font-weight:600; }
.msg--loc{ align-self:flex-end; padding:4px; overflow:hidden; width:198px; background:#d6f8c8; }
.msg--loc::before{ content:''; position:absolute; top:0; right:-7px; width:9px; height:13px; background:#d6f8c8; clip-path:polygon(0 0,0 100%,100% 0); }
.msg--loc .pin{ background:#bfe6c2; border-radius:6px; height:78px; display:grid; place-items:center; color:var(--forest); position:relative; }
.msg--loc .pin svg{ width:28px; height:28px; }
.msg--loc .lab{ padding:7px 8px 4px; color:#10301c; font-size:12px; display:flex; align-items:center; gap:5px; }

/* message input bar */
.wa-input{ display:flex; align-items:center; gap:8px; padding:8px 10px 12px; background:#e7ddcf; }
.wa-field{ flex:1; display:flex; align-items:center; gap:9px; background:#fff; border-radius:22px; padding:10px 12px; box-shadow:0 1px 1px rgba(0,0,0,.06); }
.wa-field__ph{ flex:1; font-size:13.5px; color:#8a8f88; }
.wa-field svg{ width:19px; height:19px; color:#5a6b62; flex:none; }
.wa-field .emoji{ color:#7a857d; }
.wa-send{ width:44px; height:44px; border-radius:999px; background:var(--forest); border:0; color:#fff; display:grid; place-items:center; flex:none; cursor:pointer; box-shadow:var(--shadow-sm); }
.wa-send svg{ width:21px; height:21px; }

/* ============ testimonials ============ */
.tcols{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:48px; }
.tcard{ background:var(--surface); border:1px solid var(--hairline); border-radius:20px; padding:26px 24px; display:flex; flex-direction:column; }
.tcard__loc{ display:inline-flex; align-items:center; gap:7px; font-size:12.5px; font-weight:600; color:var(--forest); margin-bottom:14px; }
.tcard__loc .d{ width:7px; height:7px; border-radius:999px; background:var(--leaf); }
.tcard p{ font-size:16.5px; color:var(--ink); margin:0; line-height:1.55; }
.tcard__by{ display:flex; align-items:center; gap:11px; margin-top:22px; }
.tcard__av{ width:40px; height:40px; border-radius:999px; display:grid; place-items:center; color:#fff; font-weight:600; font-size:14px; flex:none; }
.tcard__nm{ font-weight:600; color:var(--ink); font-size:14.5px; }
.tcard__role{ font-size:13px; color:var(--muted); }

/* ============ finale (closing CTA) ============ */
.finale{ position:relative; overflow:hidden; padding:168px 0 0;
  background:linear-gradient(180deg, #e7f0df 0%, #eaf1e4 100%); }
.finale__in{ position:relative; z-index:3; max-width:820px; margin:0 auto; text-align:center;
  display:flex; flex-direction:column; align-items:center; padding-bottom:168px; }
.finale__eyebrow{ font-size:13px; font-weight:700; letter-spacing:2.4px; text-transform:uppercase; color:var(--forest); }
.finale__title{ font-family:'Playfair Display',Georgia,serif; font-weight:800; color:var(--ink);
  font-size:clamp(50px,6.2vw,84px); line-height:1.05; letter-spacing:-.01em; margin:20px 0 0; }
.finale__hl{ font-style:italic; font-weight:700; color:var(--on-dark); background:var(--forest); font-size:.9em;
  padding:.02em .24em .08em; border-radius:12px; display:inline-block; transform:rotate(-2.5deg); }
.finale__lead{ font-size:clamp(17px,1.7vw,21px); color:var(--muted); margin:30px 0 0; max-width:24em; line-height:1.5; }
.finale__cta{ margin-top:38px; }

/* floating mood icons */
.finale__deco{ position:absolute; top:0; left:50%; transform:translateX(-50%); width:100%; max-width:var(--maxw); height:100%; z-index:1; pointer-events:none; }
.fico{ position:absolute; z-index:1; width:var(--sz,64px); height:var(--sz,64px); border-radius:999px;
  display:grid; place-items:center; background:var(--bg,#fff);
  box-shadow:0 14px 34px -16px rgba(40,34,18,.42); animation:fico-float 6.5s ease-in-out infinite; }
.fico svg{ width:42%; height:42%; }
@keyframes fico-float{ 0%,100%{ transform:translateY(0) rotate(-2deg); } 50%{ transform:translateY(-13px) rotate(2deg); } }
@media (prefers-reduced-motion:reduce){ .fico{ animation:none; } }

/* finale marquee */
.finale__mq{ background:var(--forest); padding:16px 0; -webkit-mask-image:none; mask-image:none; }
.finale__mqtrack{ display:flex; align-items:center; width:max-content; animation:scrollx 34s linear infinite; }
.finale__mq:hover .finale__mqtrack{ animation-play-state:paused; }
.finale__mqtrack span{ font-family:'Playfair Display',Georgia,serif; font-style:italic; font-weight:500;
  font-size:clamp(20px,2.3vw,30px); color:var(--on-dark); padding:0 30px; letter-spacing:-.01em; position:relative; white-space:nowrap; }
.finale__mqtrack span::after{ content:''; position:absolute; right:-3px; top:50%; transform:translateY(-50%);
  width:6px; height:6px; border-radius:999px; background:var(--ochre); }

@media (max-width:820px){
  .fico{ display:none; }
  .finale{ padding-top:88px; }
  .finale__in{ padding-bottom:88px; }
}

/* ============ faq ============ */
.faq{ position:relative; overflow:hidden; background:#eaf1e4; padding:20px 0 104px; }
.faq::before{ content:''; position:absolute; inset:0; z-index:0; pointer-events:none; opacity:.65;
  background-image:
    repeating-linear-gradient(45deg, rgba(31,74,53,.06) 0 1px, transparent 1px 46px),
    repeating-linear-gradient(-45deg, rgba(31,74,53,.06) 0 1px, transparent 1px 46px);
  -webkit-mask-image:radial-gradient(120% 90% at 50% 40%, #000 30%, transparent 82%);
          mask-image:radial-gradient(120% 90% at 50% 40%, #000 30%, transparent 82%); }
.faq__in{ position:relative; z-index:1; max-width:1040px; margin:0 auto; text-align:center; }
.faq__eyebrow{ font-size:13px; font-weight:700; letter-spacing:2.4px; text-transform:uppercase; color:var(--forest); }
.faq__title{ font-family:'Playfair Display',Georgia,serif; font-weight:800; color:var(--ink);
  font-size:clamp(28px,3vw,38px); line-height:1.05; letter-spacing:-.01em; margin:14px 0 40px; }
.faq__list{ text-align:left; max-width:760px; margin:0 auto; }
.faq__item{ border-bottom:1px solid rgba(31,74,53,.10); }
.faq__item:last-child{ border-bottom:0; }
.faq__q{ list-style:none; cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:24px;
  font-family:inherit; font-weight:600; color:var(--ink);
  font-size:clamp(17px,1.4vw,20px); padding:22px 4px;
  -webkit-tap-highlight-color:transparent; user-select:none; }
.faq__q:focus{ outline:none; }
.faq__q:focus-visible{ outline:2px solid var(--forest); outline-offset:4px; border-radius:6px; }
.faq__q::-webkit-details-marker{ display:none; }
.faq__ic{ position:relative; flex:0 0 auto; width:19px; height:19px; }
.faq__ic::before, .faq__ic::after{ content:''; position:absolute; background:var(--forest);
  top:50%; left:50%; transform:translate(-50%,-50%); transition:opacity .2s, transform .2s; }
.faq__ic::before{ width:19px; height:2px; }
.faq__ic::after{ width:2px; height:19px; }
.faq__item[open] .faq__ic::after{ opacity:0; transform:translate(-50%,-50%) rotate(90deg); }
.faq__a{ font-size:16px; line-height:1.6; color:var(--muted); max-width:70ch; padding:0 4px; margin-top:-2px;
  max-height:0; opacity:0; overflow:hidden;
  transition:max-height .34s ease, opacity .28s ease, padding .34s ease; }
.faq__item[open] .faq__a{ max-height:600px; opacity:1; padding:0 4px 24px; }
@media (max-width:640px){ .faq{ padding:64px 0 32px; } }

/* ============ for partners ============ */
.pcta{ background:#eaf1e4; padding:20px 0 96px; }
.pcta__card{ display:grid; grid-template-columns:1fr 1fr; border-radius:30px; overflow:hidden; }
.pcta__left{ background:var(--surface); padding:64px 56px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; }
.pcta__eyebrow{ font-size:13px; font-weight:700; letter-spacing:2.2px; text-transform:uppercase; color:var(--leaf); }
.pcta__title{ font-family:'Playfair Display',Georgia,serif; font-weight:800; color:var(--ink);
  font-size:clamp(34px,3.6vw,50px); line-height:1.04; letter-spacing:-.015em; margin:18px 0 0; }
.pcta__lead{ font-size:17px; line-height:1.6; color:var(--muted); margin:22px 0 0; max-width:30em; }
.pcta__btn{ display:inline-flex; align-items:center; gap:10px; margin-top:34px;
  background:var(--forest); color:var(--on-dark); font-weight:600; font-size:16px;
  padding:15px 28px; border-radius:999px; transition:background .2s, transform .2s; }
.pcta__btn svg{ width:19px; height:19px; }
.pcta__btn:hover{ background:var(--forest-hover); transform:translateX(2px); }
.pcta__right{ background:var(--forest); padding:56px 48px; display:flex; flex-direction:column; justify-content:center; gap:16px; }
.pnote{ display:flex; align-items:center; gap:16px; border-radius:18px; padding:18px 22px; }
.pnote--1{ background:#ffffff; }
.pnote--2{ background:rgba(255,255,255,.82); }
.pnote--3{ background:rgba(255,255,255,.64); }
.pnote__ic{ flex:0 0 auto; width:46px; height:46px; border-radius:13px; display:grid; place-items:center;
  background:var(--leaf-soft); color:var(--forest); }
.pnote__ic svg{ width:23px; height:23px; }
.pnote__tx{ display:flex; flex-direction:column; gap:3px; }
.pnote__tx strong{ font-size:16.5px; font-weight:700; color:var(--ink); letter-spacing:-.01em; }
.pnote__tx span{ font-size:15px; color:var(--muted); }
@media (max-width:820px){
  .pcta__card{ grid-template-columns:1fr; }
  .pcta__left{ padding:48px 34px; }
  .pcta__right{ padding:40px 30px; }
}

/* ============ closing cta ============ */
.cta{ text-align:center; }
.cta__card{ background:var(--surface); border:1px solid var(--hairline); border-radius:34px; padding:64px 40px; box-shadow:var(--shadow-md); position:relative; overflow:hidden; }
.cta h2{ font-size:clamp(32px,4.4vw,52px); margin:0 auto; max-width:15em; }
.cta p{ font-size:19px; color:var(--muted); margin:18px auto 0; max-width:30em; }
.cta__btns{ display:flex; gap:12px; justify-content:center; flex-wrap:wrap; margin-top:30px; }

/* ============ footer ============ */
.footer{ background:var(--forest-deep); color:#bcd6c8; padding:64px 0 40px; }
.footer__top{ display:flex; gap:40px; justify-content:space-between; flex-wrap:wrap; }
.footer .brand__name{ color:#fff; } .footer .brand__name b{ color:var(--leaf); }
.footer__tag{ margin:16px 0 0; max-width:24em; font-size:15.5px; color:#9cbcab; }
.footer__cols{ display:flex; gap:64px; flex-wrap:wrap; }
.footer__col h4{ font-size:13px; text-transform:uppercase; letter-spacing:1px; color:#7fa392; margin:0 0 14px; font-weight:600; }
.footer__col a{ display:block; font-size:15px; color:#c8ddd1; padding:5px 0; }
.footer__col a:hover{ color:#fff; }
.footer__bot{ margin-top:48px; padding-top:24px; border-top:1px solid rgba(255,255,255,.1); display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap; font-size:14px; color:#88a899; }

/* ============ page footer (centered) ============ */
.pfoot{ background:#eaf1e4; padding:56px 0 72px; }
.pfoot__in{ max-width:640px; text-align:center; }
.pfoot__desc{ font-size:15px; line-height:1.55; color:var(--muted); margin:0 auto; max-width:40em; }
.pfoot__copy{ font-size:15px; color:var(--muted); margin:12px 0 0; }
.pfoot__nav{ display:flex; justify-content:center; gap:32px; margin-top:32px; }
.pfoot__nav a{ font-size:15px; font-weight:700; color:var(--forest); text-decoration:none; transition:color .15s; }
.pfoot__nav a:hover{ color:var(--forest-hover); }

/* ============ responsive ============ */
@media (max-width:980px){
  .hero__in{ grid-template-columns:1fr; gap:40px; margin-top:0; }
  .hero__copy{ align-items:center; text-align:center; }
  .hero__lead{ margin-left:auto; margin-right:auto; }
  .hero__cta{ justify-content:center; }
  .phone{ order:0; }
  .feat{ grid-template-columns:1fr; gap:32px; }
  .feat--flip .feat__media{ order:0; }
  .tcols{ grid-template-columns:1fr; }
  .nav__links{ display:none; }
  .statement{ padding:70px 0; }
}
@media (max-width:560px){
  .nav__right .btn--ghost{ display:none; }
  .footer__top{ flex-direction:column; }
  .section{ padding:62px 0; }
  .stage{ padding:22px; }
}

@media (max-width:640px){
  .mega__br{ display:none; }
  .hero{ min-height:100svh; justify-content:flex-start; padding:12vh 0 88px; }
  .hero__brand{ margin-bottom:22px; }
  .hero__mega{ margin-top:16px; }
  .hero__moods{ margin-top:18px; }
  .hero__lead{ margin-top:18px; }
  .hero__cta{ flex-direction:column; align-items:center; margin-top:22px; }
  .marquee--hero{ padding-top:24px; padding-bottom:14px; }
  .finale{ display:none; }
  .pcta__btn{ align-self:center; }
  .btn--lg{ height:52px; padding:0 22px; font-size:15.5px; }
  .btn--lg .wa-ico{ width:18px; height:18px; }
  .pfoot{ padding:28px 0 32px; }
}
