/* ===========================================================================
   MIAN ZARI TRADERS — STYLESHEET
   Flat colour only (no gradients). Depth comes from transforms + soft shadows.
   Edit colours in the :root block below; everything else follows.
   =========================================================================== */

/* ---------- 1. TOKENS ---------------------------------------------------- */
:root{
  /* brand palette — taken from the logo */
  --brand:      #1F6459;
  --brand-dark: #143F38;
  --brand-mid:  #2C7B6D;
  --leaf:       #3B8F5C;
  --sun:        #FFC800;
  --sun-dark:   #E0AC00;
  /* lighter yellow reserved for SMALL text on the green backgrounds —
     #FFC800 only reaches 4.47:1 there, just under the WCAG AA floor */
  --sun-soft:   #FFD24D;
  --wa:         #25D366;

  /* neutrals */
  --ink:     #0F1E1A;
  --body:    #47574F;
  --muted:   #627369;   /* 5.03:1 on white, 4.66:1 on --surface — both clear AA */
  --paper:   #FFFFFF;
  --surface: #F4F7F4;
  --tint:    #E9F1EE;
  --line:    #E1EAE4;
  --line-2:  #CFDCD5;

  /* elevation — soft, neutral, never coloured washes */
  --sh-1: 0 1px 2px rgba(15,30,26,.05), 0 2px 6px rgba(15,30,26,.05);
  --sh-2: 0 2px 6px rgba(15,30,26,.06), 0 10px 24px rgba(15,30,26,.07);
  --sh-3: 0 6px 14px rgba(15,30,26,.08), 0 22px 48px rgba(15,30,26,.10);
  --sh-4: 0 10px 22px rgba(15,30,26,.10), 0 36px 70px rgba(15,30,26,.14);

  /* type — editorial pairing: Fraunces display serif + Plus Jakarta Sans UI */
  --font-display:'Fraunces','Iowan Old Style',Georgia,'Times New Roman',serif;
  --font-sans:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;

  /* geometry */
  --r-s:  10px;
  --r-m:  16px;
  --r-l:  24px;
  --r-xl: 34px;
  --wrap: 1220px;
  --gut:  clamp(1.15rem, 4vw, 2.5rem);
  --sec:  clamp(4rem, 9vw, 7.5rem);

  --ease: cubic-bezier(.22,.9,.28,1);
  --hdr:  74px;
}

/* ---------- 2. RESET ----------------------------------------------------- */
*,*::before,*::after{ box-sizing:border-box; }
*{ margin:0; }
html{
  -webkit-text-size-adjust:100%;
  scroll-behavior:smooth;
  scroll-padding-top:calc(var(--hdr) + 20px);
}
body{
  font-family:var(--font-sans);
  font-size:clamp(1rem,.965rem + .16vw,1.075rem);
  line-height:1.68;
  color:var(--body);
  background:var(--paper);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img,svg,video{ display:block; max-width:100%; height:auto; }
button,input,textarea,select{ font:inherit; color:inherit; }
button{ background:none; border:0; cursor:pointer; }
a{ color:inherit; text-decoration:none; }
ul,ol{ list-style:none; padding:0; }
:focus-visible{ outline:3px solid var(--brand); outline-offset:3px; border-radius:4px; }
::selection{ background:var(--sun); color:var(--ink); }

/* ---------- 3. TYPE ------------------------------------------------------ */
h1,h2,h3,h4{
  color:var(--ink);
  line-height:1.12;
  letter-spacing:-.022em;
  font-weight:800;
  text-wrap:balance;
}
/* display serif carries the headlines; sans keeps the interface crisp */
h1,h2,.display{
  font-family:var(--font-display);
  font-weight:600;
  letter-spacing:-.016em;
  font-optical-sizing:auto;
}
h1{ font-size:clamp(2.3rem,1.35rem + 4.1vw,4.5rem); line-height:1.04; }
h2{ font-size:clamp(1.95rem,1.3rem + 2.8vw,3.35rem); line-height:1.08; }
h3{ font-size:clamp(1.18rem,1.06rem + .55vw,1.5rem); line-height:1.25; }
h4{ font-size:clamp(1.02rem,.98rem + .3vw,1.18rem); line-height:1.3; }
p{ text-wrap:pretty; }
strong{ color:var(--ink); font-weight:700; }

.eyebrow{
  display:inline-flex; align-items:center; gap:.55rem;
  font-size:.775rem; font-weight:700; letter-spacing:.13em; text-transform:uppercase;
  color:var(--brand); margin-bottom:1rem;
}
.eyebrow::before{
  content:""; width:26px; height:3px; background:var(--sun); border-radius:2px; flex:none;
}
.eyebrow--light{ color:var(--sun-soft); }

.lead{
  font-size:clamp(1.04rem,1rem + .35vw,1.2rem);
  color:var(--muted); max-width:62ch;
}

/* ---------- 4. LAYOUT ---------------------------------------------------- */
.wrap{ width:100%; max-width:var(--wrap); margin-inline:auto; padding-inline:var(--gut); }
.section{ padding-block:var(--sec); position:relative; }
.section--surface{ background:var(--surface); }
.section--tint{ background:var(--tint); }
.section--brand{ background:var(--brand); color:#D8E7E2; }
.section--brand h2,.section--brand h3{ color:#fff; }
.section--tight{ padding-block:clamp(3rem,6vw,5rem); }

.sec-head{ max-width:64ch; margin-bottom:clamp(2.25rem,4vw,3.5rem); }
.sec-head--center{ margin-inline:auto; text-align:center; }
.sec-head--center .eyebrow{ justify-content:center; }
.sec-head--center .lead{ margin-inline:auto; }
.sec-head h2 + .lead{ margin-top:1.1rem; }

.sec-head--split{
  display:grid; gap:1.5rem clamp(2rem,5vw,4rem); align-items:end;
  grid-template-columns:1fr; max-width:none;
}
@media (min-width:900px){
  .sec-head--split{ grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr); }
  .sec-head--split .lead{ padding-bottom:.35rem; }
}

/* Grid/flex children default to min-width:auto, so one unbreakable string (a long
   email address) can force a whole track wider than the viewport. Opt out. */
.split > *,.grid > *,.stats > *,.pgrid > *,.awards > *,.suppliers > *,.gal > *{ min-width:0; }

.grid{ display:grid; gap:clamp(1rem,2.2vw,1.6rem); }
.grid--2{ grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr)); }
.grid--3{ grid-template-columns:repeat(auto-fit,minmax(min(100%,290px),1fr)); }
.grid--4{ grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr)); }

/* asymmetric bento — the first tile earns twice the room */
.grid--bento{ grid-template-columns:1fr; }
@media (min-width:660px){ .grid--bento{ grid-template-columns:repeat(2,1fr); } }
@media (min-width:1000px){
  .grid--bento{ grid-template-columns:repeat(3,1fr); }
  .grid--bento > :first-child{ grid-column:span 2; }
}

/* ---------- 5. BUTTONS --------------------------------------------------- */
.btn{
  --bg:var(--brand); --fg:#fff; --bd:var(--brand);
  display:inline-flex; align-items:center; justify-content:center; gap:.6rem;
  padding:.92rem 1.6rem; border-radius:100px;
  background:var(--bg); color:var(--fg); border:2px solid var(--bd);
  font-weight:700; font-size:.95rem; letter-spacing:-.005em;
  transition:transform .3s var(--ease), box-shadow .3s var(--ease), background .2s, color .2s, border-color .2s;
  will-change:transform; text-align:center;
}
.btn svg{ width:18px; height:18px; flex:none; }
.btn i,.txtlink i,.pcard__call i,.infobox h3 i{ display:flex; flex:none; }
.btn i svg{ width:18px; height:18px; }
/* long unbreakable values (email addresses) must wrap rather than widen the button */
.btn{ max-width:100%; }
.btn > span{ min-width:0; overflow-wrap:anywhere; }
.btn:hover{ transform:translateY(-3px); box-shadow:var(--sh-3); }
.btn:active{ transform:translateY(-1px); }
.btn--ghost{ --bg:transparent; --fg:var(--ink); --bd:var(--line-2); }
.btn--ghost:hover{ --bd:var(--brand); --fg:var(--brand); }
.btn--sun{ --bg:var(--sun); --fg:#16221D; --bd:var(--sun); }
.btn--sun:hover{ --bg:var(--sun-dark); --bd:var(--sun-dark); }
.btn--light{ --bg:#fff; --fg:var(--brand-dark); --bd:#fff; }
.btn--onbrand{ --bg:transparent; --fg:#fff; --bd:rgba(255,255,255,.42); }
.btn--onbrand:hover{ --bd:#fff; }
.btn--sm{ padding:.62rem 1.15rem; font-size:.87rem; }
.btn--block{ width:100%; }
/* WCAG / mobile: every tappable control clears 44px */
.btn,.filter,.crop,.pcard__call,.faq__q{ min-height:44px; }

.btn-row{ display:flex; flex-wrap:wrap; gap:.85rem; }
.btn-row--center{ justify-content:center; }

.txtlink{
  display:inline-flex; align-items:center; gap:.5rem;
  font-weight:700; color:var(--brand); border-bottom:2px solid transparent;
  padding-bottom:2px; transition:gap .25s var(--ease), border-color .25s;
}
.txtlink:hover{ gap:.85rem; border-color:var(--brand); }
.txtlink svg{ width:16px; height:16px; }

/* ---------- 6. HEADER ---------------------------------------------------- */
.progress{
  position:fixed; inset:0 auto auto 0; height:3px; width:100%;
  background:var(--sun); transform:scaleX(0); transform-origin:0 50%;
  z-index:1000; pointer-events:none;
}
.skip{
  position:absolute; left:-9999px; top:0; z-index:1200;
  background:var(--brand); color:#fff; padding:.8rem 1.2rem; border-radius:0 0 var(--r-s) 0;
}
.skip:focus{ left:0; }

.hdr{
  position:sticky; top:0; z-index:960;   /* must sit ABOVE the drawer so the close button stays reachable */
  background:rgba(255,255,255,.92);
  -webkit-backdrop-filter:saturate(1.6) blur(14px);
  backdrop-filter:saturate(1.6) blur(14px);
  border-bottom:1px solid transparent;
  transition:border-color .3s, box-shadow .3s;
}
.hdr.is-stuck{ border-bottom-color:var(--line); box-shadow:0 4px 20px rgba(15,30,26,.05); }
.hdr__in{
  display:flex; align-items:center; justify-content:space-between; gap:1rem;
  min-height:var(--hdr);
}
.logo{ display:flex; align-items:center; gap:.7rem; flex:none; }
.logo img{
  width:44px; height:44px; border-radius:12px; object-fit:cover;
  border:1px solid var(--line); background:#fff;
}
.logo__txt{ display:flex; flex-direction:column; line-height:1.06; }
.logo__name{ font-weight:800; color:var(--ink); font-size:1.02rem; letter-spacing:-.025em; white-space:nowrap; }
.logo__sub{ font-size:.66rem; font-weight:600; letter-spacing:.12em; text-transform:uppercase; color:var(--brand); }
@media (max-width:400px){
  .logo img{ width:40px; height:40px; }
  .logo__name{ font-size:.92rem; }
  .logo__sub{ font-size:.6rem; letter-spacing:.08em; }
}
@media (max-width:320px){ .logo__sub{ display:none; } }

.nav{ display:none; }
@media (min-width:1000px){
  .nav{ display:flex; align-items:center; gap:.15rem; }
  .nav a{
    position:relative; padding:.6rem .95rem; border-radius:100px;
    font-weight:600; font-size:.94rem; color:var(--body);
    transition:color .2s, background .2s;
  }
  .nav a:hover{ color:var(--ink); background:var(--surface); }
  .nav a[aria-current="page"]{ color:var(--brand); }
  .nav a[aria-current="page"]::after{
    content:""; position:absolute; left:50%; bottom:.28rem; translate:-50% 0;
    width:18px; height:3px; border-radius:2px; background:var(--sun);
  }
}
.hdr__cta{ display:none; }
@media (min-width:1000px){ .hdr__cta{ display:inline-flex; } }

/* flex + gap (not grid) so the bar offsets are exactly ±7px and the X closes cleanly */
.burger{
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:5px;
  width:46px; height:46px; flex:none;
  border-radius:13px; border:1px solid var(--line); background:#fff;
}
@media (min-width:1000px){ .burger{ display:none; } }
.burger span{
  display:block; width:19px; height:2px; background:var(--ink); border-radius:2px;
  transition:transform .32s var(--ease), opacity .2s;
}
.burger[aria-expanded="true"] span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2){ opacity:0; }
.burger[aria-expanded="true"] span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

/* mobile drawer */
.drawer{
  position:fixed; inset:0; z-index:940; background:var(--paper);
  display:flex; flex-direction:column;
  padding:calc(var(--hdr) + 1.5rem) var(--gut) 2rem;
  transform:translateY(-100%); visibility:hidden;
  transition:transform .45s var(--ease), visibility .45s;
  overflow-y:auto; overscroll-behavior:contain;
}
.drawer.is-open{ transform:translateY(0); visibility:visible; }
@media (min-width:1000px){ .drawer{ display:none; } }
.drawer nav{ display:flex; flex-direction:column; gap:.2rem; }
.drawer nav a{
  display:flex; align-items:center; justify-content:space-between;
  padding:1rem .25rem; font-size:1.42rem; font-weight:800; color:var(--ink);
  letter-spacing:-.025em; border-bottom:1px solid var(--line);
  opacity:0; transform:translateY(14px);
}
.drawer.is-open nav a{ animation:drawerIn .5s var(--ease) forwards; }
.drawer nav a:nth-child(1){ animation-delay:.06s; }
.drawer nav a:nth-child(2){ animation-delay:.11s; }
.drawer nav a:nth-child(3){ animation-delay:.16s; }
.drawer nav a:nth-child(4){ animation-delay:.21s; }
.drawer nav a:nth-child(5){ animation-delay:.26s; }
.drawer nav a[aria-current="page"]{ color:var(--brand); }
.drawer nav a span{ font-size:.8rem; font-weight:700; color:var(--line-2); }
@keyframes drawerIn{ to{ opacity:1; transform:none; } }
.drawer__foot{ margin-top:auto; padding-top:2rem; display:grid; gap:.7rem; }
.drawer__meta{ font-size:.88rem; color:var(--muted); }
.drawer__meta a{ color:var(--brand); font-weight:700; }

/* ---------- 7. HERO ------------------------------------------------------ */
.hero{
  position:relative; overflow:hidden; background:var(--surface);
  padding-block:clamp(3.25rem,8vw,6rem) clamp(4rem,9vw,7rem);
}
.hero__grid{
  display:grid; gap:clamp(2.5rem,6vw,4rem); align-items:center;
  grid-template-columns:1fr;
}
@media (min-width:1000px){
  .hero__grid{ grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr); }
}
.hero__title{ margin-bottom:1.35rem; }
.hero__lead{ margin-bottom:2rem; max-width:54ch; }
.hero__meta{
  margin-top:2.5rem; padding-top:1.75rem; border-top:1px solid var(--line-2);
  display:flex; flex-wrap:wrap; gap:1.5rem 2.5rem;
}
.hero__meta div{ min-width:0; }
.hero__meta dt{ font-size:.74rem; font-weight:700; letter-spacing:.11em; text-transform:uppercase; color:var(--muted); margin-bottom:.3rem; }
.hero__meta dd{ font-weight:800; color:var(--ink); font-size:1.02rem; }
.hero__meta a{ color:var(--brand); display:inline-flex; align-items:center; min-height:44px; }

/* ---- hero stage: the founder, front and centre -------------------------- */
.stage{
  position:relative; display:grid; place-items:center;
  padding-block:clamp(.5rem,2vw,1.5rem);
}
/* flat offset panel for depth — no gradient, nothing over the photo */
.stage__deco{
  position:absolute; z-index:0; pointer-events:none;
  width:min(86%,380px); aspect-ratio:1/1;
  border:2px solid var(--sun); border-radius:var(--r-xl);
  translate:14% -12%;
}

.founder{
  position:relative; z-index:1; margin:0;
  width:min(100%,420px);
  background:var(--paper); border:1px solid var(--line);
  border-radius:var(--r-xl); overflow:hidden;
  box-shadow:var(--sh-4);
  will-change:transform;
}
.founder__photo{ aspect-ratio:4/5; background:var(--tint); }
.founder__photo img{
  width:100%; height:100%; object-fit:cover; object-position:center top; display:block;
}
/* the name plate sits UNDER the picture, in normal flow, so no text ever
   crosses his face at any width */
.founder__plate{ background:var(--brand); padding:clamp(1.1rem,2.4vw,1.5rem); }
.founder__role{
  display:block; font-size:.72rem; font-weight:700; letter-spacing:.15em;
  text-transform:uppercase; color:var(--sun-soft); margin-bottom:.45rem;
}
.founder__row{ display:flex; align-items:center; justify-content:space-between; gap:.85rem; flex-wrap:wrap; }
.founder__name{
  font-family:var(--font-display); font-weight:600; color:#fff;
  font-size:clamp(1.4rem,1.1rem + 1.1vw,1.95rem); line-height:1.08; letter-spacing:-.02em;
}
.founder__badge{
  display:inline-flex; align-items:center; gap:.4rem; flex:none;
  background:var(--sun); color:#16221D; border-radius:100px;
  padding:.34rem .8rem; font-size:.75rem; font-weight:800; letter-spacing:.03em;
}
.founder__badge svg{ width:15px; height:15px; }
.founder__note{
  margin-top:.75rem; font-size:.92rem; line-height:1.55; color:#CFE3DD;
}
.stage__plate{
  position:relative; width:min(100%,420px); aspect-ratio:1/1;
  border-radius:var(--r-xl); background:var(--brand);
  display:grid; place-items:center;
  transform-style:preserve-3d;
  box-shadow:var(--sh-4);
  transition:transform .5s var(--ease);
}
.stage__ring{
  position:absolute; inset:9%; border:2px solid rgba(255,255,255,.16);
  border-radius:calc(var(--r-xl) - 6px);
}
.stage__ring--2{ inset:17%; border-color:rgba(255,255,255,.1); }
.stage__emblem{
  width:56%; border-radius:50%; background:#fff; padding:6%;
  transform:translateZ(52px); box-shadow:var(--sh-3);
}
.chip{
  position:absolute; background:#fff; border-radius:var(--r-m);
  padding:.85rem 1.1rem; box-shadow:var(--sh-3);
  border:1px solid var(--line); z-index:3;
  transform-style:preserve-3d;
}
.chip--stat{ top:4%; left:-4%; text-align:left; }
.chip--stat b{ display:block; font-size:1.85rem; font-weight:800; color:var(--brand); line-height:1; }
.chip--stat span{ font-size:.76rem; font-weight:600; color:var(--muted); }
/* kept on the LEFT so it never sits under the floating WhatsApp button */
.chip--badge{
  bottom:6%; left:-5%; display:flex; align-items:center; gap:.55rem;
  font-size:.85rem; font-weight:700; color:var(--ink);
}
.chip--badge svg{ width:19px; height:19px; color:var(--leaf); flex:none; }
.chip--urdu{
  top:44%; right:-7%; background:var(--sun); border-color:var(--sun);
  font-size:1.15rem; font-weight:700; color:#16221D; padding:.6rem 1rem;
  direction:rtl;
}
/* below 1000px the hero collapses to one column and the stage goes full width,
   so the negative offsets above would push the chips off-canvas */
@media (max-width:999px){
  .chip--stat{ left:0; }
  .chip--badge{ left:0; }
  .chip--urdu{ right:0; }
}
@media (max-width:700px){
  .chip{ padding:.7rem .9rem; }
  .chip--stat b{ font-size:1.5rem; }
  .chip--badge{ font-size:.78rem; }
  /* the plate is too narrow here for a centre-crossing chip — the Urdu
     wordmark still appears in the footer on every page */
  .chip--urdu{ display:none; }
}

.scrollcue{
  display:none; margin-top:3rem; align-items:center; gap:.7rem;
  font-size:.78rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--muted);
}
@media (min-width:1000px){ .scrollcue{ display:flex; } }
.scrollcue i{
  width:1px; height:34px; background:var(--line-2); position:relative; overflow:hidden;
}
.scrollcue i::after{
  content:""; position:absolute; inset:0 auto auto 0; width:100%; height:12px;
  background:var(--brand); animation:cue 1.9s var(--ease) infinite;
}
@keyframes cue{ 0%{ transform:translateY(-14px);} 100%{ transform:translateY(38px);} }

/* ---------- 8. MARQUEE --------------------------------------------------- */
.marquee{
  background:var(--brand-dark); color:#fff; overflow:hidden;
  padding-block:1.05rem; border-block:1px solid rgba(255,255,255,.08);
}
.marquee__track{ display:flex; width:max-content; animation:slide 38s linear infinite; }
.marquee:hover .marquee__track{ animation-play-state:paused; }
.marquee__set{ display:flex; align-items:center; flex:none; }
.marquee__set span{
  display:flex; align-items:center; gap:1.7rem; padding-inline:1.7rem;
  font-size:.94rem; font-weight:700; letter-spacing:.02em; white-space:nowrap;
}
.marquee__set span::after{
  content:""; width:6px; height:6px; border-radius:50%; background:var(--sun); flex:none;
}
@keyframes slide{ to{ transform:translateX(-50%); } }

/* ---------- 9. STATS ----------------------------------------------------- */
.stats{ display:grid; gap:1px; background:var(--line); border:1px solid var(--line); border-radius:var(--r-l); overflow:hidden; }
@media (min-width:640px){ .stats{ grid-template-columns:repeat(2,1fr); } }
@media (min-width:1000px){ .stats{ grid-template-columns:repeat(4,1fr); } }
.stat{ background:var(--paper); padding:clamp(1.6rem,3vw,2.3rem); }
.stat b{
  display:block; font-family:var(--font-display);
  font-size:clamp(2.4rem,1.4rem + 3vw,3.6rem); font-weight:600;
  color:var(--brand); line-height:.95; letter-spacing:-.03em; margin-bottom:.6rem;
  font-variant-numeric:tabular-nums;
}
.stat u{ text-decoration:none; }
.stat strong{ display:block; font-size:1rem; margin-bottom:.3rem; }
.stat span{ font-size:.87rem; color:var(--muted); line-height:1.5; display:block; }

/* ---------- 10. CARDS (3D tilt) ------------------------------------------ */
.card{
  position:relative; background:var(--paper); border:1px solid var(--line);
  border-radius:var(--r-l); padding:clamp(1.5rem,2.6vw,2.1rem);
  transform-style:preserve-3d;
  transition:transform .45s var(--ease), box-shadow .45s var(--ease), border-color .3s;
  will-change:transform;
}
.card:hover{ border-color:var(--line-2); box-shadow:var(--sh-3); }
.card__ico{
  width:54px; height:54px; border-radius:16px; background:var(--tint);
  display:grid; place-items:center; margin-bottom:1.35rem;
  transition:background .3s, transform .45s var(--ease);
}
.card__ico svg{ width:25px; height:25px; color:var(--brand); }
.card:hover .card__ico{ background:var(--brand); }
.card:hover .card__ico svg{ color:#fff; }
.card h3{ margin-bottom:.6rem; }
.card p{ font-size:.95rem; }
.card__more{
  margin-top:1.2rem; display:inline-flex; align-items:center; gap:.45rem;
  font-size:.85rem; font-weight:700; color:var(--brand);
}
/* stretched link — makes the whole card clickable without nesting <a> in <a> */
a.card__more::after{ content:""; position:absolute; inset:0; border-radius:inherit; }
.card__more svg{ width:14px; height:14px; transition:transform .25s var(--ease); }
.card:hover .card__more svg{ transform:translateX(4px); }
/* Step numeral sits IN the flow, above the heading, with a hairline running to
   the card edge. Deliberately not absolutely positioned — an overlaid number
   collides with the heading as soon as the text wraps, at any breakpoint. */
.card__num{
  display:flex; align-items:center; gap:.9rem;
  font-family:var(--font-display); font-weight:600;
  font-size:clamp(1.9rem,1.55rem + 1.1vw,2.4rem); line-height:1;
  letter-spacing:-.03em; color:var(--brand);
  font-variant-numeric:tabular-nums;
  margin-bottom:.9rem;
}
.card__num::after{ content:""; flex:1; height:1px; background:var(--line-2); }

/* the lead tile in a bento grid — inverted, wider, sets the section's tone */
.card--feature{ background:var(--brand); border-color:var(--brand); color:#C0D8D1; }
.card--feature h3{
  color:#fff; font-family:var(--font-display); font-weight:600; letter-spacing:-.02em;
  font-size:clamp(1.5rem,1.1rem + 1.5vw,2.2rem); line-height:1.1;
}
.card--feature p{ font-size:1.02rem; max-width:42ch; }
.card--feature .card__ico{ background:rgba(255,255,255,.13); }
.card--feature .card__ico svg{ color:#fff; }
.card--feature:hover{ border-color:var(--brand); }
.card--feature:hover .card__ico{ background:var(--sun); }
.card--feature:hover .card__ico svg{ color:#16221D; }
.card--feature .card__more{ color:var(--sun-soft); }
@media (min-width:1000px){
  .card--feature{ display:flex; flex-direction:column; justify-content:center; }
}

/* value / point list */
.points{ display:grid; gap:1.5rem; }
.point{ display:flex; gap:1.1rem; }
.point__n{
  flex:none; width:38px; height:38px; border-radius:12px; background:var(--brand);
  color:#fff; display:grid; place-items:center; font-weight:800; font-size:.9rem;
}
.point h4{ margin-bottom:.3rem; }
.point p{ font-size:.94rem; }

/* ---------- 11. MEDIA + PARALLAX FRAME ----------------------------------- */
.split{ display:grid; gap:clamp(2rem,5vw,4rem); align-items:center; grid-template-columns:1fr; }
@media (min-width:940px){
  .split{ grid-template-columns:repeat(2,minmax(0,1fr)); }
  .split--rev > *:first-child{ order:2; }
}
.split--top{ align-items:start; }
.frame{ position:relative; }
.frame__img{
  border-radius:var(--r-l); overflow:hidden; box-shadow:var(--sh-3);
  background:var(--surface); aspect-ratio:4/3;
}
.frame__img--tall{ aspect-ratio:3/4; }   /* for portrait-orientation source photos */
.frame__img--wide{ aspect-ratio:4/3; }
.frame__img img{ width:100%; height:100%; object-fit:cover; }
.frame::after{
  content:""; position:absolute; inset:auto -14px -14px auto;
  width:58%; height:58%; border:2px solid var(--sun); border-radius:var(--r-l);
  z-index:-1;
}
.frame__tag{
  position:absolute; left:-6px; bottom:-6px; z-index:2;
  background:var(--brand); color:#fff; border-radius:var(--r-m);
  padding:1rem 1.25rem; box-shadow:var(--sh-3); max-width:min(78%,270px);
}
.frame__tag b{ display:block; font-size:1.5rem; line-height:1; margin-bottom:.25rem; }
.frame__tag span{ font-size:.8rem; color:#BFD8D1; }

.prose p + p{ margin-top:1.15rem; }

/* ---------- 11b. EDITORIAL DEVICES --------------------------------------- */

/* drop cap on the opening paragraph — print convention, reads as craft */
.prose--dropcap > p:first-child::first-letter{
  float:left; font-family:var(--font-display); font-weight:600;
  font-size:4.15em; line-height:.82; color:var(--brand);
  padding:.06em .12em 0 0; margin-top:.04em;
}
@media (max-width:520px){
  .prose--dropcap > p:first-child::first-letter{ font-size:3.2em; }
}

/* numbered section index — magazine kicker */
.kicker{ display:flex; align-items:center; gap:1rem; margin-bottom:1.35rem; }
.kicker__n{
  font-family:var(--font-display); font-size:.95rem; font-weight:700;
  color:var(--brand); font-variant-numeric:tabular-nums; flex:none;
}
.kicker__label{
  font-size:.75rem; font-weight:700; letter-spacing:.15em; text-transform:uppercase;
  color:var(--muted); flex:none;
}
.kicker__rule{ flex:1; height:1px; background:var(--line-2); min-width:20px; }

/* pull quote — the loudest typographic moment on the page */
/* NB: measure is set in rem, not ch — `ch` here would resolve against the
   parent's small body font and squeeze the quote into a narrow column. */
.pullquote{
  position:relative; max-width:min(100%,62rem); margin-inline:auto; text-align:center;
  padding-block:clamp(.5rem,2vw,1.5rem);
  quotes:"\201C" "\201D";   /* curly “ ” — not the straight " the font draws as strokes */
}
.pullquote blockquote{
  font-family:var(--font-display); font-weight:500;
  font-size:clamp(1.6rem,1.05rem + 2.3vw,2.85rem); line-height:1.25;
  letter-spacing:-.02em; color:var(--ink); text-wrap:balance;
}
/* real curly quotes wrapping the sentence, in the accent colour */
.pullquote blockquote::before{ content:open-quote; }
.pullquote blockquote::after{ content:close-quote; }
.pullquote blockquote::before,
.pullquote blockquote::after{ color:var(--sun-dark); font-weight:600; }
.section--brand .pullquote blockquote::before,
.section--brand .pullquote blockquote::after{ color:var(--sun); }
.pullquote cite{
  display:block; margin-top:1.5rem; font-style:normal;
  font-size:.78rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase;
  color:var(--brand);
}
.section--brand .pullquote blockquote{ color:#fff; }
.section--brand .pullquote cite{ color:var(--sun-soft); }

/* ---------- 11c. PROOF BAND (verified Google rating) --------------------- */
.proof{ background:var(--brand-dark); color:#BFD8D1; }
.proof__in{
  display:grid; gap:clamp(1.75rem,4vw,3rem); align-items:center;
  grid-template-columns:1fr; text-align:center;
}
@media (min-width:880px){
  .proof__in{ grid-template-columns:auto 1fr auto; text-align:left; }
}
.proof__score{ display:flex; flex-direction:column; align-items:center; gap:.4rem; }
@media (min-width:880px){ .proof__score{ align-items:flex-start; } }
.proof__score b{
  font-family:var(--font-display); font-size:clamp(3.2rem,2rem + 3.6vw,4.6rem);
  font-weight:600; color:#fff; line-height:.9; letter-spacing:-.03em;
  font-variant-numeric:tabular-nums;
}
.proof__score small{ font-size:.85rem; color:#9DBDB4; }
.stars{ display:flex; gap:.2rem; }
.stars svg{ width:20px; height:20px; color:var(--sun); }
.proof__text{
  font-family:var(--font-display); font-weight:500;
  font-size:clamp(1.18rem,1rem + .85vw,1.7rem); line-height:1.3;
  color:#fff; letter-spacing:-.015em; text-wrap:balance;
}
.proof__cta{ display:flex; justify-content:center; }

/* ---------- 12. PARTNERS PARALLAX ---------------------------------------- */
.partners{ position:relative; overflow:hidden; background:var(--surface); }
.partners__deco{
  position:absolute; font-size:clamp(9rem,26vw,24rem); font-weight:800;
  color:#EAF0EC; line-height:.78; letter-spacing:-.05em; z-index:0;
  top:6%; left:50%; translate:-50% 0; white-space:nowrap; pointer-events:none;
  user-select:none;
}
.partners > .wrap{ position:relative; z-index:1; }
.pgrid{ display:grid; gap:clamp(1.4rem,3vw,2.2rem); grid-template-columns:1fr; }
@media (min-width:760px){ .pgrid{ grid-template-columns:repeat(3,1fr); } }

.pcard{
  position:relative; background:var(--paper); border:1px solid var(--line);
  border-radius:var(--r-l); overflow:hidden;
  transition:transform .5s var(--ease), box-shadow .5s var(--ease);
  will-change:transform;
}
.pcard:hover{ box-shadow:var(--sh-4); }
/* portraits are transparent cut-outs, so the media panel supplies the colour */
.pcard__media{ position:relative; aspect-ratio:4/5; overflow:hidden; background:var(--tint); }
.pcard__media img{
  width:100%; height:100%; object-fit:cover; object-position:center top;
  display:block;
}
.pcard__flag{
  position:absolute; top:1rem; right:1rem; z-index:2;
  background:var(--sun); color:#16221D; border-radius:100px;
  padding:.34rem .85rem; font-size:.72rem; font-weight:800; letter-spacing:.06em;
  text-transform:uppercase;
}

/* ---- the founder's card: wider column, inverted, larger type ------------- */
.pcard--lead{ background:var(--brand); border-color:var(--brand); color:#C0D8D1; }
.pcard--lead .pcard__media{ background:var(--brand-dark); aspect-ratio:4/4.4; }
.pcard--lead .pcard__body h3{ color:#fff; font-size:clamp(1.4rem,1.1rem + 1vw,1.85rem); }
.pcard--lead .pcard__role{ color:var(--sun-soft); }
.pcard--lead .pcard__bio{ color:#C0D8D1; font-size:.96rem; }
.pcard--lead .pcard__call{ color:#fff; border-bottom-color:var(--sun); }
.pcard--lead .pcard__call svg{ color:var(--sun); }
.pcard--lead .pcard__call:hover{ color:var(--sun-soft); }
.pcard--lead .pcard__rank{ background:var(--sun); }
.pcard--lead .pcard__focus{ background:rgba(255,255,255,.94); }
@media (min-width:760px){
  .pgrid{ grid-template-columns:1.22fr 1fr 1fr; align-items:start; }
}
.pcard__rank{
  position:absolute; top:1rem; left:1rem; z-index:2;
  width:38px; height:38px; border-radius:12px; background:var(--sun);
  display:grid; place-items:center; font-weight:800; color:#16221D; font-size:.92rem;
}
.pcard__focus{
  position:absolute; left:1rem; right:1rem; bottom:1rem; z-index:2;
  background:rgba(255,255,255,.94);
  -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px);
  border-radius:var(--r-s); padding:.6rem .8rem;
  font-size:.79rem; font-weight:700; color:var(--brand);
  transform:translateY(calc(100% + 1rem)); opacity:0;
  transition:transform .45s var(--ease), opacity .35s;
}
.pcard:hover .pcard__focus,.pcard:focus-within .pcard__focus{ transform:none; opacity:1; }
@media (hover:none){ .pcard__focus{ transform:none; opacity:1; } }

.pcard__body{ padding:clamp(1.35rem,2.4vw,1.75rem); }
.pcard__body h3{ margin-bottom:.2rem; }
.pcard__role{
  display:block; font-size:.8rem; font-weight:700; letter-spacing:.06em;
  text-transform:uppercase; color:var(--brand); margin-bottom:.9rem;
}
.pcard__bio{ font-size:.92rem; margin-bottom:1.15rem; }
.pcard__call{
  display:inline-flex; align-items:center; gap:.55rem; font-weight:700;
  font-size:.93rem; color:var(--ink); border-bottom:2px solid var(--sun); padding-bottom:2px;
  transition:color .2s;
}
.pcard__call:hover{ color:var(--brand); }
.pcard__call svg{ width:16px; height:16px; color:var(--brand); }

/* ---------- 12b. AWARDS -------------------------------------------------- */
.awards{ display:grid; gap:clamp(1rem,2.2vw,1.5rem); grid-template-columns:1fr; }
@media (min-width:620px){ .awards{ grid-template-columns:repeat(2,1fr); } }
@media (min-width:1000px){ .awards{ grid-template-columns:repeat(3,1fr); } }

.award{
  display:flex; flex-direction:column; text-align:left; width:100%; cursor:pointer;
  background:var(--paper); border:1px solid var(--line); border-radius:var(--r-l);
  overflow:hidden; padding:0;
  transition:transform .45s var(--ease), box-shadow .45s var(--ease), border-color .3s;
  will-change:transform;
}
.award:hover{ transform:translateY(-6px); box-shadow:var(--sh-3); border-color:var(--line-2); }
/* Certificates are documents — they must never be cropped, or the wording is
   lost. A square frame with object-fit:contain shows portrait and landscape
   awards whole, and the padding reads as a mount rather than dead space. */
/* display:block, not grid — inside a grid the row auto-sizes to the image's
   intrinsic height and overrides aspect-ratio, leaving the cards ragged */
.award__shot{
  display:block; aspect-ratio:1/1; overflow:hidden;
  background:var(--surface); border-bottom:1px solid var(--line);
  padding:clamp(.9rem,2vw,1.4rem);
}
.award__shot img{
  width:100%; height:100%; object-fit:contain;
  transition:transform .55s var(--ease);
  filter:drop-shadow(0 6px 16px rgba(15,30,26,.13));
}
.award:hover .award__shot img{ transform:scale(1.03); }
.award__body{ display:block; padding:clamp(1.15rem,2vw,1.5rem); }
.award__yr{
  display:inline-block; background:var(--tint); color:var(--brand);
  border-radius:100px; padding:.24rem .7rem; margin-bottom:.7rem;
  font-size:.72rem; font-weight:800; letter-spacing:.07em;
}
.award__t{
  display:block; font-family:var(--font-display); font-weight:600;
  font-size:1.28rem; line-height:1.16; color:var(--ink); letter-spacing:-.02em;
}
.award__s{ display:block; font-size:.85rem; font-weight:700; color:var(--brand); margin-top:.2rem; }
.award__d{ display:block; font-size:.9rem; color:var(--body); line-height:1.55; margin-top:.7rem; }
.award__place{
  display:flex; align-items:center; gap:.4rem; margin-top:.9rem;
  font-size:.8rem; font-weight:600; color:var(--muted);
}
.award__place svg{ width:14px; height:14px; color:var(--brand); flex:none; }

/* ---------- 12c. SUPPLIERS ----------------------------------------------- */
.suppliers{ display:grid; gap:clamp(1rem,2.2vw,1.5rem); grid-template-columns:1fr; }
@media (min-width:700px){ .suppliers{ grid-template-columns:repeat(2,1fr); } }
.supplier{
  display:flex; gap:1.15rem; align-items:flex-start;
  background:var(--paper); border:1px solid var(--line); border-radius:var(--r-l);
  padding:clamp(1.3rem,2.4vw,1.75rem);
  transition:border-color .3s, box-shadow .4s var(--ease), transform .4s var(--ease);
}
.supplier:hover{ border-color:var(--line-2); box-shadow:var(--sh-2); transform:translateY(-4px); }
.supplier__mark{
  flex:none; width:52px; height:52px; border-radius:15px; background:var(--brand);
  color:#fff; display:grid; place-items:center;
  font-family:var(--font-display); font-weight:600; font-size:1.5rem; line-height:1;
}
.supplier h4{ margin-bottom:.3rem; }
.supplier p{ font-size:.92rem; }
.supplier__note{
  grid-column:1/-1; font-size:.9rem; color:var(--muted);
  border-left:3px solid var(--sun); padding-left:1rem; margin-top:.35rem;
}

/* ---------- 13. CROPS ---------------------------------------------------- */
.crops{ display:flex; flex-wrap:wrap; gap:.7rem; }
.crop{
  display:inline-flex; align-items:center; gap:.6rem;
  padding:.72rem 1.25rem; border-radius:100px;
  background:var(--paper); border:1px solid var(--line);
  font-weight:700; font-size:.94rem; color:var(--ink);
  transition:transform .35s var(--ease), border-color .25s, box-shadow .35s;
  will-change:transform;
}
.crop:hover{ transform:translateY(-4px); border-color:var(--brand); box-shadow:var(--sh-2); }
.crop::before{ content:""; width:8px; height:8px; border-radius:50%; background:var(--leaf); flex:none; }

/* ---------- 14. CTA BAND ------------------------------------------------- */
.cta{ background:var(--brand); color:#C9DED8; position:relative; overflow:hidden; }
.cta__in{ position:relative; z-index:1; text-align:center; max-width:56ch; margin-inline:auto; }
.cta h2{ color:#fff; margin-bottom:1.1rem; }
.cta p{ margin-bottom:2rem; font-size:clamp(1.02rem,.98rem + .3vw,1.15rem); }
.cta__mark{
  position:absolute; width:min(60%,460px); aspect-ratio:1; border-radius:50%;
  border:2px solid rgba(255,255,255,.09); top:-22%; right:-8%; pointer-events:none;
}
.cta__mark--2{ top:auto; right:auto; bottom:-30%; left:-10%; width:min(46%,340px); }

/* ---------- 15. PAGE HERO ------------------------------------------------ */
.phero{
  background:var(--brand); color:#C9DED8; position:relative; overflow:hidden;
  padding-block:clamp(3rem,7vw,5rem) clamp(3.5rem,8vw,6rem);
}
.phero__in{ position:relative; z-index:1; max-width:60ch; }
.phero h1{ color:#fff; margin-bottom:1.15rem; }
.phero .lead{ color:#CFE3DD; }   /* 5.18:1 on --brand */
/* transparent PNG — a filtered JPEG would whiten its own background
   and render as a hard-edged rectangle */
.phero__mark{
  position:absolute; top:50%; right:-4%; translate:0 -50%;
  width:min(46%,420px); opacity:.09; pointer-events:none;
}
@media (max-width:900px){ .phero__mark{ display:none; } }
.crumbs{ display:flex; gap:.55rem; align-items:center; font-size:.83rem; color:#CFE3DD; margin-bottom:1rem; }
.crumbs a{ color:#fff; font-weight:600; display:inline-flex; align-items:center; min-height:44px; }
.crumbs a:hover{ text-decoration:underline; }

/* ---------- 16. TIMELINE ------------------------------------------------- */
.tl{ position:relative; padding-left:2.4rem; }
.tl::before{ content:""; position:absolute; left:11px; top:8px; bottom:8px; width:2px; background:var(--line); }
.tl__item{ position:relative; padding-bottom:2.4rem; }
.tl__item:last-child{ padding-bottom:0; }
.tl__item::before{
  content:""; position:absolute; left:-2.4rem; top:6px; width:24px; height:24px;
  border-radius:50%; background:var(--paper); border:3px solid var(--brand);
}
.tl__item:first-child::before{ background:var(--sun); border-color:var(--sun); }
.tl__yr{
  display:inline-block; font-size:.76rem; font-weight:800; letter-spacing:.1em;
  text-transform:uppercase; color:var(--brand); margin-bottom:.4rem;
}
.tl__item h4{ margin-bottom:.4rem; }
.tl__item p{ font-size:.94rem; }

/* ---------- 17. SERVICE DETAIL BLOCKS ------------------------------------ */
.srv{
  display:grid; gap:clamp(1.5rem,3.5vw,3rem); align-items:start;
  padding-block:clamp(2.2rem,4vw,3.2rem); border-top:1px solid var(--line);
  grid-template-columns:1fr;
}
@media (min-width:860px){ .srv{ grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); } }
.srv:first-of-type{ border-top:0; padding-top:0; }
.srv__head{ position:relative; }
@media (min-width:860px){ .srv__head{ position:sticky; top:calc(var(--hdr) + 2rem); } }
.srv__ico{
  width:62px; height:62px; border-radius:18px; background:var(--brand);
  display:grid; place-items:center; margin-bottom:1.2rem;
}
.srv__ico svg{ width:28px; height:28px; color:#fff; }
.srv__head h3{ margin-bottom:.5rem; }
.srv__short{ font-size:.95rem; color:var(--muted); }
.srv__body p{ margin-bottom:1.4rem; }
.srv__list{ display:grid; gap:.7rem; }
@media (min-width:520px){ .srv__list{ grid-template-columns:repeat(2,1fr); } }
.srv__list li{
  display:flex; align-items:flex-start; gap:.65rem; font-size:.93rem;
  font-weight:600; color:var(--ink);
}
.srv__list li::before{
  content:""; flex:none; width:18px; height:18px; border-radius:50%; margin-top:3px;
  background:var(--tint);
  box-shadow:inset 0 0 0 2px var(--brand);
}

/* ---------- 18. FAQ ------------------------------------------------------ */
.faq{ border-top:1px solid var(--line); }
.faq__item{ border-bottom:1px solid var(--line); }
.faq__q{
  width:100%; display:flex; align-items:center; justify-content:space-between; gap:1.5rem;
  padding:1.35rem 0; text-align:left; font-weight:700; font-size:clamp(1rem,.97rem + .28vw,1.13rem);
  color:var(--ink); transition:color .2s;
}
.faq__q:hover{ color:var(--brand); }
.faq__ico{
  flex:none; width:32px; height:32px; border-radius:50%; border:1.5px solid var(--line-2);
  display:grid; place-items:center; position:relative; transition:background .25s, border-color .25s;
}
.faq__ico::before,.faq__ico::after{
  content:""; position:absolute; background:var(--brand); border-radius:2px;
  transition:transform .32s var(--ease), background .25s;
}
.faq__ico::before{ width:12px; height:2px; }
.faq__ico::after{ width:2px; height:12px; }
.faq__item.is-open .faq__ico{ background:var(--brand); border-color:var(--brand); }
.faq__item.is-open .faq__ico::before,.faq__item.is-open .faq__ico::after{ background:#fff; }
.faq__item.is-open .faq__ico::after{ transform:rotate(90deg); }
.faq__a{ display:grid; grid-template-rows:0fr; transition:grid-template-rows .4s var(--ease); }
.faq__item.is-open .faq__a{ grid-template-rows:1fr; }
.faq__a > div{ overflow:hidden; }
.faq__a p{ padding-bottom:1.5rem; padding-right:clamp(0rem,6vw,4rem); font-size:.96rem; }

/* ---------- 19. PORTFOLIO ------------------------------------------------ */
.filters{ display:flex; flex-wrap:wrap; gap:.6rem; margin-bottom:clamp(1.8rem,3.5vw,2.6rem); }
.filter{
  padding:.6rem 1.2rem; border-radius:100px; border:1.5px solid var(--line);
  font-weight:700; font-size:.9rem; color:var(--body); background:var(--paper);
  transition:all .25s var(--ease);
}
.filter:hover{ border-color:var(--brand); color:var(--brand); }
.filter.is-on{ background:var(--brand); border-color:var(--brand); color:#fff; }

.gal{ display:grid; gap:clamp(1rem,2.2vw,1.5rem); grid-template-columns:1fr; }
@media (min-width:600px){ .gal{ grid-template-columns:repeat(2,1fr); } }
@media (min-width:1000px){ .gal{ grid-template-columns:repeat(3,1fr); } }
.tile{
  position:relative; border-radius:var(--r-l); overflow:hidden; background:var(--surface);
  border:1px solid var(--line); cursor:pointer; text-align:left; width:100%;
  transition:transform .45s var(--ease), box-shadow .45s var(--ease), opacity .35s, border-color .3s;
  will-change:transform;
}
.tile:hover{ transform:translateY(-6px); box-shadow:var(--sh-3); border-color:var(--line-2); }
.tile.is-hidden{ display:none; }
.tile__img{ display:block; aspect-ratio:4/3; overflow:hidden; }
.tile__img img{ width:100%; height:100%; object-fit:cover; transition:transform .7s var(--ease); }
.tile:hover .tile__img img{ transform:scale(1.05); }
.tile__cat{
  position:absolute; top:.9rem; left:.9rem; z-index:2;
  background:var(--sun); color:#16221D; border-radius:100px;
  padding:.32rem .8rem; font-size:.73rem; font-weight:800; letter-spacing:.03em;
}
.tile__body{ display:block; padding:1.15rem 1.25rem 1.35rem; background:var(--paper); }
.tile__t{
  display:block; font-weight:800; color:var(--ink); letter-spacing:-.02em;
  font-size:1.06rem; line-height:1.3; margin-bottom:.3rem;
}
.tile__d{ display:block; font-size:.88rem; color:var(--body); line-height:1.55; }
.tile__zoom{
  position:absolute; right:.9rem; top:.9rem; z-index:2;
  width:36px; height:36px; border-radius:50%; background:rgba(255,255,255,.94);
  display:grid; place-items:center; opacity:0; transform:scale(.7);
  transition:opacity .3s, transform .35s var(--ease);
}
.tile:hover .tile__zoom{ opacity:1; transform:none; }
.tile__zoom svg{ width:16px; height:16px; color:var(--brand); }

/* lightbox */
.lb{
  position:fixed; inset:0; z-index:1100; display:grid; place-items:center;
  background:rgba(10,22,18,.93); padding:var(--gut);
  opacity:0; visibility:hidden; transition:opacity .32s, visibility .32s;
}
.lb.is-open{ opacity:1; visibility:visible; }
.lb__box{ max-width:min(100%,980px); width:100%; transform:scale(.95); transition:transform .4s var(--ease); }
.lb.is-open .lb__box{ transform:none; }
.lb__box img{
  width:100%; border-radius:var(--r-m); background:#fff;
  max-height:calc(100vh - 190px); object-fit:contain;
}
.lb__cap{ color:#fff; margin-top:1rem; text-align:center; }
.lb__cap b{ display:block; font-size:1.1rem; color:#fff; }
.lb__cap span{ font-size:.9rem; color:#A9C3BB; }
.lb__x,.lb__nav{
  position:absolute; width:48px; height:48px; border-radius:50%;
  background:rgba(255,255,255,.12); color:#fff; display:grid; place-items:center;
  transition:background .25s;
}
.lb__x:hover,.lb__nav:hover{ background:rgba(255,255,255,.26); }
.lb__x{ top:1.1rem; right:1.1rem; }
.lb__nav svg,.lb__x svg{ width:20px; height:20px; }
.lb__nav--prev{ left:1.1rem; top:50%; translate:0 -50%; }
.lb__nav--next{ right:1.1rem; top:50%; translate:0 -50%; }
@media (max-width:600px){
  .lb__nav{ top:auto; bottom:1.1rem; translate:none; }
  .lb__nav--prev{ left:calc(50% - 58px); }
  .lb__nav--next{ right:calc(50% - 58px); }
}

/* ---------- 20. CONTACT -------------------------------------------------- */
.ccard{
  background:var(--paper); border:1px solid var(--line); border-radius:var(--r-l);
  padding:clamp(1.5rem,2.6vw,2rem); text-align:center;
  transition:transform .45s var(--ease), box-shadow .45s var(--ease), border-color .3s;
  will-change:transform;
}
.ccard:hover{ transform:translateY(-6px); box-shadow:var(--sh-3); border-color:var(--line-2); }
/* the portraits are white-backed studio shots, so the ring and a white fill
   let the circle read as a mount rather than a hard crop */
.ccard img{
  width:112px;  border-radius:15%;
  object-fit:cover; object-position:center top;
  background:#fff; margin:0 auto 1.15rem;
  border:1px solid var(--line); box-shadow:0 0 0 6px var(--tint);
}
.ccard h4{ margin-bottom:.2rem; }
.ccard__role{ font-size:.78rem; font-weight:700; letter-spacing:.07em; text-transform:uppercase; color:var(--brand); margin-bottom:1.1rem; display:block; }
.ccard__links{ display:grid; gap:.5rem; }

.infobox{
  background:var(--paper); border:1px solid var(--line); border-radius:var(--r-l);
  padding:clamp(1.5rem,2.6vw,2.1rem);
}
.infobox + .infobox{ margin-top:1.25rem; }
.infobox h3{ margin-bottom:1.1rem; display:flex; align-items:center; gap:.7rem; }
.infobox h3 svg{ width:20px; height:20px; color:var(--brand); flex:none; }
.infobox address{ font-style:normal; line-height:1.85; }
.hoursrow{ display:flex; justify-content:space-between; gap:1rem; padding:.65rem 0; border-bottom:1px solid var(--line); font-size:.93rem; }
.hoursrow:last-of-type{ border-bottom:0; }
.hoursrow b{ color:var(--ink); }
.hoursrow span{ color:var(--muted); text-align:right; }
.infobox small{ display:block; margin-top:1rem; font-size:.85rem; color:var(--muted); line-height:1.6; }

.form{ display:grid; gap:1.1rem; }
.field{ display:grid; gap:.45rem; }
.field label{ font-size:.86rem; font-weight:700; color:var(--ink); }
.field input,.field textarea,.field select{
  width:100%; padding:.85rem 1rem; border-radius:var(--r-s);
  border:1.5px solid var(--line); background:var(--paper); color:var(--ink);
  transition:border-color .2s, box-shadow .2s;
}
.field textarea{ min-height:140px; resize:vertical; }
.field input:focus,.field textarea:focus,.field select:focus{
  outline:none; border-color:var(--brand); box-shadow:0 0 0 4px var(--tint);
}
.field--2{ display:grid; gap:1.1rem; }
@media (min-width:560px){ .field--2{ grid-template-columns:repeat(2,1fr); } }
.formnote{ font-size:.85rem; color:var(--muted); }
.formmsg{
  display:none; padding:.85rem 1rem; border-radius:var(--r-s);
  background:var(--tint); color:var(--brand-dark); font-size:.9rem; font-weight:600;
}
.formmsg.is-on{ display:block; }

.mapbox{
  border-radius:var(--r-l); overflow:hidden; border:1px solid var(--line);
  background:var(--surface); aspect-ratio:16/10; box-shadow:var(--sh-2);
}
@media (max-width:640px){ .mapbox{ aspect-ratio:4/3; } }
.mapbox iframe{ width:100%; height:100%; border:0; display:block; }

/* ---------- 21. FOOTER --------------------------------------------------- */
.ftr{ background:var(--ink); color:#93A69E; padding-block:clamp(3rem,6vw,4.5rem) 0; }
.ftr__grid{ display:grid; gap:2.5rem; grid-template-columns:1fr; }
@media (min-width:700px){ .ftr__grid{ grid-template-columns:repeat(2,1fr); } }
@media (min-width:1040px){ .ftr__grid{ grid-template-columns:1.5fr 1fr 1.2fr 1.3fr; gap:3rem; } }
.ftr h4{ color:#fff; font-size:.8rem; letter-spacing:.13em; text-transform:uppercase; margin-bottom:1.25rem; }
.ftr__logo{ display:flex; align-items:center; gap:.75rem; margin-bottom:1.1rem; }
.ftr__logo img{ width:46px; height:46px; border-radius:12px; background:#fff; }
.ftr__logo b{ color:#fff; font-size:1.06rem; letter-spacing:-.02em; display:block; }
.ftr__logo i{ display:block; font-style:normal; font-size:.95rem; color:var(--sun); font-weight:600; }
.ftr p{ font-size:.92rem; line-height:1.7; }
.ftr ul{ display:grid; gap:.15rem; }
.ftr ul a{ display:inline-flex; align-items:center; min-height:44px; }
.ftr a{ font-size:.93rem; transition:color .2s; }
.ftr a:hover{ color:#fff; }
.ftr__contact li{ display:flex; gap:.7rem; font-size:.93rem; line-height:1.6; }
.ftr__contact svg{ width:17px; height:17px; color:var(--sun); flex:none; margin-top:4px; }
.ftr__hours{ display:grid; gap:.6rem; font-size:.9rem; }
.ftr__hours div b{ display:block; color:#fff; font-weight:700; }
.ftr__bot{
  margin-top:clamp(2.5rem,5vw,3.5rem);
  /* extra bottom room so the floating WhatsApp button never covers this line */
  padding:1.6rem 0 5.5rem;
  border-top:1px solid rgba(255,255,255,.1);
  display:flex; flex-wrap:wrap; gap:.6rem 1.5rem; justify-content:space-between;
  font-size:.85rem;
}
@media (max-width:700px){ .ftr__bot{ justify-content:flex-start; } }

/* ---------- 22. WHATSAPP WIDGET ------------------------------------------ */
.wa{
  position:fixed; right:clamp(1rem,3vw,1.8rem); bottom:clamp(1rem,3vw,1.8rem); z-index:930;
  transition:opacity .3s, transform .3s var(--ease);
}
body.nav-open .wa{ opacity:0; transform:scale(.8); pointer-events:none; }
.wa__btn{
  position:relative; display:flex; align-items:center; gap:.7rem;
  height:60px; padding:0 20px; border-radius:100px;
  background:var(--wa); color:#fff; font-weight:700; font-size:.95rem;
  box-shadow:0 8px 22px rgba(37,211,102,.36), var(--sh-3);
  transition:transform .35s var(--ease), box-shadow .35s var(--ease);
  white-space:nowrap;
}
.wa__btn:hover{ transform:translateY(-4px) scale(1.03); }
.wa__btn svg{ width:30px; height:30px; flex:none; }
.wa__btn span{ display:none; }
@media (min-width:600px){
  .wa__btn span{ display:inline; }
  .wa__btn{ padding:0 24px 0 18px; }
}
@media (max-width:599px){ .wa__btn{ width:60px; padding:0; justify-content:center; } }
.wa__btn::after{
  content:""; position:absolute; inset:0; border-radius:100px;
  border:2px solid var(--wa); animation:pulse 2.6s var(--ease) infinite;
  pointer-events:none;
}
@keyframes pulse{
  0%{ transform:scale(1); opacity:.75; }
  70%{ transform:scale(1.28); opacity:0; }
  100%{ transform:scale(1.28); opacity:0; }
}
.wa__card{
  position:absolute; right:0; bottom:calc(100% + 14px); width:min(78vw,268px);
  background:#fff; border-radius:var(--r-m); border:1px solid var(--line);
  box-shadow:var(--sh-4); padding:1.1rem 1.15rem;
  transform:translateY(12px) scale(.94); transform-origin:100% 100%;
  opacity:0; visibility:hidden;
  transition:transform .4s var(--ease), opacity .3s, visibility .3s;
}
.wa__card.is-on{ transform:none; opacity:1; visibility:visible; }
.wa__card b{ display:block; color:var(--ink); font-size:.96rem; margin-bottom:.3rem; line-height:1.35; }
.wa__card p{ font-size:.85rem; margin-bottom:.9rem; }
.wa__card .btn{ width:100%; }
.wa__x{
  position:absolute; top:.5rem; right:.5rem; width:30px; height:30px; border-radius:50%;
  display:grid; place-items:center; color:var(--muted); background:var(--surface);
}
/* invisible hit area brings the close button up to the 44px minimum */
.wa__x::after{ content:""; position:absolute; inset:-7px; border-radius:50%; }
.wa__x:hover{ color:var(--ink); }
.wa__x svg{ width:12px; height:12px; }

/* ---------- 23. MOTION --------------------------------------------------- */
.rv{ opacity:0; transform:translateY(26px); }
.rv.in{ opacity:1; transform:none; transition:opacity .75s var(--ease), transform .75s var(--ease); }
.rv-d1.in{ transition-delay:.08s; }
.rv-d2.in{ transition-delay:.16s; }
.rv-d3.in{ transition-delay:.24s; }
.rv-d4.in{ transition-delay:.32s; }
.rv-d5.in{ transition-delay:.40s; }
.rv-d6.in{ transition-delay:.48s; }

[data-parallax]{ will-change:transform; }

@media (prefers-reduced-motion:reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{
    animation-duration:.01ms !important; animation-iteration-count:1 !important;
    transition-duration:.01ms !important; scroll-behavior:auto !important;
  }
  .rv{ opacity:1; transform:none; }
  [data-parallax]{ transform:none !important; }
  .marquee__track{ animation:none; }
}

/* ---------- 24. HELPERS -------------------------------------------------- */
.vh{
  position:absolute!important; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; border:0;
}
.mt-l{ margin-top:clamp(2rem,4vw,3rem); }
.center{ text-align:center; }
noscript .nojs{
  display:block; background:var(--sun); color:#16221D; padding:1rem var(--gut);
  text-align:center; font-weight:700; font-size:.92rem;
}

@media print{
  .hdr,.wa,.drawer,.progress,.cta,.marquee{ display:none !important; }
  body{ color:#000; }
  .rv{ opacity:1; transform:none; }
}


/* ==========================================
   FATHER TRIBUTE SECTION
========================================== */

.owner-container {

    display:grid;
    grid-template-columns: minmax(280px,420px) 1fr;
    align-items:center;
    gap:4rem;

}


.owner-content {

    max-width:420px;

}


.owner-content h2 {

    font-size:clamp(2rem,4vw,3rem);
    line-height:1.15;
    margin:1rem 0;

}


.owner-content p {

    color:var(--muted);
    line-height:1.8;
    font-size:1.05rem;
    margin-bottom:1rem;

}


/* ==========================================
   BIGGER 3D CARDS
========================================== */


.carousel-3d-wrapper {

    min-height:420px;
}


.carousel-3d {

    width:280px;
    height:350px;

}


/* Card size */

.carousel-3d-card {

    width:280px;
    height:350px;

    border-radius:24px;

}


/* Image */

.carousel-3d-card img {

    object-fit:cover;

}



/* Better depth */

.carousel-3d-card:nth-child(1){
    transform:rotateY(0deg) translateZ(260px);
}


.carousel-3d-card:nth-child(2){
    transform:rotateY(90deg) translateZ(260px);
}


.carousel-3d-card:nth-child(3){
    transform:rotateY(180deg) translateZ(260px);
}


.carousel-3d-card:nth-child(4){
    transform:rotateY(270deg) translateZ(260px);
}



/* Caption */

.carousel-3d-card figcaption {

    padding:1rem;

    font-size:.95rem;

}


/* ===================================
   FATHER LEGACY SECTION
=================================== */


.father-section{

    padding:100px 20px;
    overflow:hidden;

}



.father-wrapper{

    max-width:1200px;
    margin:auto;
    padding: 15px;

}



.father-heading{

    text-align:center;
    max-width:700px;
    margin:0 auto 70px;

}



.father-heading h2{

    font-size:clamp(2.2rem,5vw,3.5rem);
    line-height:1.1;
    margin:20px 0;

}



.father-heading p{

    max-width:620px;
    margin:auto;
    line-height:1.8;
}



/* MAIN AREA */

.father-showcase{

    display:grid;
    grid-template-columns:350px 1fr;
    align-items:center;
    gap:80px;

}



/* TEXT CARD */


.father-text-card{

    padding:35px;

    border-radius:30px;

    background:var(--surface);

    box-shadow:var(--sh-4);

}



.father-text-card h3{

    font-size:1.8rem;
    margin-bottom:15px;

}



.father-text-card p{

    line-height:1.8;

}



/* ===================================
   3D CAROUSEL STAGE
=================================== */


.carousel-3d-wrapper{

    height:480px;

    display:flex;

    justify-content:center;

    align-items:center;

    perspective:1400px;

}



.carousel-3d{

    width:260px;
    height:360px;

    position:relative;

    transform-style:preserve-3d;

    animation:rotate3d 22s linear infinite;

}




.carousel-3d-card{

    position:absolute;

    width:260px;

    height:360px;

    border-radius:28px;

    overflow:hidden;

    backface-visibility:hidden;

    box-shadow:0 30px 70px rgba(0,0,0,.25);

}



.carousel-3d-card img{

    width:100%;
    height:100%;

    object-fit:cover;

}



.carousel-3d-card figcaption{

    position:absolute;

    bottom:0;

    width:100%;

    padding:18px;

    color:white;

    text-align:center;

    background:linear-gradient(
        transparent,
        rgba(0,0,0,.8)
    );

    font-weight:700;

}



/* 4 SIDES */

.carousel-3d-card:nth-child(1){

transform:
rotateY(0deg)
translateZ(330px);

}


.carousel-3d-card:nth-child(2){

transform:
rotateY(90deg)
translateZ(330px);

}


.carousel-3d-card:nth-child(3){

transform:
rotateY(180deg)
translateZ(330px);

}


.carousel-3d-card:nth-child(4){

transform:
rotateY(270deg)
translateZ(330px);

}



@keyframes rotate3d{

from{
transform:rotateY(0deg);
}

to{
transform:rotateY(360deg);
}

}





/* ===================================
   RESPONSIVE
=================================== */


@media(max-width:950px){


.father-showcase{

grid-template-columns:1fr;

gap:40px;

}



.father-text-card{

max-width:600px;

margin:auto;

}



}



@media(max-width:600px){


.father-section{

padding:60px 15px;

}



.father-heading{

margin-bottom:40px;

}



.carousel-3d-wrapper{

height:380px;

}



.carousel-3d{

width:210px;
height:290px;

}



.carousel-3d-card{

width:210px;
height:290px;

}



.carousel-3d-card:nth-child(1){

transform:
rotateY(0deg)
translateZ(260px);

}


.carousel-3d-card:nth-child(2){

transform:
rotateY(90deg)
translateZ(260px);

}


.carousel-3d-card:nth-child(3){

transform:
rotateY(180deg)
translateZ(260px);

}


.carousel-3d-card:nth-child(4){

transform:
rotateY(270deg)
translateZ(260px);

}


}
/* ==========================================
   TABLET
========================================== */


@media(max-width:900px){


.owner-container{

    grid-template-columns:1fr;
    text-align:center;
    gap:2rem;

}


.owner-content{

    margin:auto;

}


.carousel-3d-wrapper{

    min-height:350px;

}


}



/* ==========================================
   MOBILE
========================================== */


@media(max-width:600px){


.carousel-3d{

    width:210px;
    height:270px;

}


.carousel-3d-card{

    width:210px;
    height:270px;

}


.carousel-3d-card:nth-child(1){
    transform:rotateY(0deg) translateZ(190px);
}


.carousel-3d-card:nth-child(2){
    transform:rotateY(90deg) translateZ(190px);
}


.carousel-3d-card:nth-child(3){
    transform:rotateY(180deg) translateZ(190px);
}


.carousel-3d-card:nth-child(4){
    transform:rotateY(270deg) translateZ(190px);
}


}




/* ===================================
   FATHER IMAGE GALLERY
=================================== */

.father-gallery {

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;

    max-width:1200px;
    margin:50px auto 0;

}


.father-image-card {

    position:relative;

    height:320px;

    overflow:hidden;

    border-radius:25px;

    box-shadow:var(--sh-4);

}


.father-image-card img {

    width:100%;
    height:130%;

    object-fit:cover;

    display:block;

    transition:transform .5s ease;

}



/* Smooth hover */

.father-image-card:hover img {

    transform:scale(1.08);

}



.father-image-card figcaption {

    position:absolute;

    bottom:0;
    left:0;
    right:0;

    padding:20px;

    color:white;

    text-align:center;

    font-weight:700;

    background:
    linear-gradient(
        transparent,
        rgba(0,0,0,.75)
    );

}



/* Tablet */

@media(max-width:900px){

    .father-gallery{

        grid-template-columns:repeat(2,1fr);

    }

}



/* Mobile */

@media(max-width:600px){

    .father-gallery{

        grid-template-columns:1fr;

        gap:20px;

    }


    .father-image-card{

        height:380px;

    }

}
.father-content{
      margin-bottom: 50px;
}
