/* ==========================================================================
   ANUSHKA MAKEOVER - Atelier Stylesheet
   Editorial luxury system. Ink + gold + paper. Fraunces + DM Sans.
   ========================================================================== */

/* 01 ─ Tokens ─────────────────────────────────────────────────────── */
:root {
  /* Color */
  --ink: #0F0C0A;
  --ink-soft: #1A1614;
  --ink-line: #2A2320;
  --paper: #F6F0E6;
  --paper-soft: #EFE7D9;
  --paper-line: #E2D7C2;
  --gold: #C9A961;
  --gold-light: #E0C589;
  --gold-deep: #8E7028;
  --rose: #C9897A;
  --mute: #8A7E73;
  --mute-on-ink: #9A8E83;

  /* Type */
  --display: 'Fraunces', 'Times New Roman', serif;
  --sans: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;

  /* Layout */
  --max: 1340px;
  --pad: clamp(1.25rem, 4vw, 3.5rem);
  --section-y: clamp(5rem, 11vw, 9rem);

  /* Motion */
  --ease: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* 02 ─ Reset ──────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; border: 0; background: none; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

/* 03 ─ Base ───────────────────────────────────────────────────────── */
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

::selection { background: var(--gold); color: var(--ink); }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
  border-radius: 2px;
}

/* 04 ─ Typography ─────────────────────────────────────────────────── */
.h-display, .h-1, .h-2, .h-3, .h-4 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.02;
  font-variation-settings: "opsz" 144;
}
.h-display { font-size: clamp(3.5rem, 11vw, 9.5rem); font-weight: 300; }
.h-1 { font-size: clamp(2.75rem, 7.5vw, 6rem); font-weight: 400; }
.h-2 { font-size: clamp(2rem, 5.5vw, 4rem); font-weight: 400; line-height: 1.05; }
.h-3 { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 500; line-height: 1.15; letter-spacing: -0.01em; }
.h-4 { font-size: clamp(1.15rem, 2vw, 1.4rem); font-weight: 500; line-height: 1.25; letter-spacing: -0.005em; }

em, .ital {
  font-style: italic;
  font-weight: 400;
  font-variation-settings: "opsz" 60, "SOFT" 100;
}

.gold { color: var(--gold); }
.muted { color: var(--mute); }

.eyebrow {
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}
.eyebrow::before {
  content: '';
  width: 28px; height: 1px;
  background: currentColor;
}
.on-ink .eyebrow { color: var(--gold-light); }

.lead {
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.6;
  color: var(--mute);
  max-width: 52ch;
}
.on-ink .lead, .on-ink p { color: var(--mute-on-ink); }

p { color: var(--mute); }

/* 05 ─ Layout primitives ─────────────────────────────────────────── */
.wrap {
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--pad);
  position: relative;
}
.section { padding-block: var(--section-y); position: relative; }
.section.tight { padding-block: clamp(3rem, 6vw, 5rem); }
.on-ink { background: var(--ink); color: var(--paper); }
.on-ink .h-1, .on-ink .h-2, .on-ink .h-3, .on-ink .h-4, .on-ink .h-display { color: var(--paper); }

/* Section number tag (editorial detail) */
.section-num {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--mute);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}
.section-num::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--paper-line);
}
.on-ink .section-num { color: var(--mute-on-ink); }
.on-ink .section-num::after { background: var(--ink-line); }

/* 06 ─ Buttons ────────────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1.05rem 2rem;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 999px;
  transition: all 0.45s var(--ease-out);
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: '→';
  font-family: var(--display);
  font-size: 1rem;
  transition: transform 0.4s var(--ease-out);
}
.btn:hover::after { transform: translateX(4px); }

.btn-solid { background: var(--ink); color: var(--paper); }
.btn-solid:hover { background: var(--gold-deep); color: var(--paper); transform: translateY(-2px); }

.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 16px 36px -12px rgba(201, 169, 97, 0.6); }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: var(--paper); transform: translateY(-2px); }

.on-ink .btn-ghost,
.hero .btn-ghost,
.page-hero .btn-ghost,
.cta .btn-ghost {
  color: var(--paper);
  border-color: rgba(246, 240, 230, 0.55);
}
.on-ink .btn-ghost:hover,
.hero .btn-ghost:hover,
.page-hero .btn-ghost:hover,
.cta .btn-ghost:hover {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}

.btn-text {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-block: 0.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid currentColor;
  transition: color 0.3s var(--ease);
}
.btn-text:hover { color: var(--gold-deep); }
.on-ink .btn-text:hover { color: var(--gold-light); }

/* 07 ─ Navbar ─────────────────────────────────────────────────────── */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  padding: 1.1rem var(--pad);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  background: rgba(15, 12, 10, 0.0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  transition: background 0.45s var(--ease), backdrop-filter 0.45s var(--ease), border-color 0.45s var(--ease), padding 0.45s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(15, 12, 10, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding-block: 0.8rem;
  border-bottom-color: var(--ink-line);
}

.nav-brand { display: flex; align-items: center; gap: 0.7rem; color: var(--paper); }
.nav-brand-mark {
  width: 42px; height: 42px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--ink);
  flex-shrink: 0;
  display: grid; place-items: center;
}
.nav-brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.nav-brand-text { display: flex; flex-direction: column; line-height: 1; }
.nav-brand-text span:first-child {
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.005em;
}
.nav-brand-text small {
  font-family: var(--mono);
  font-size: 0.55rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-top: 4px;
}

.nav-links {
  display: flex;
  gap: 2.4rem;
  justify-content: center;
}
.nav-links a {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--paper);
  position: relative;
  padding-block: 0.5rem;
  transition: color 0.3s var(--ease);
}
.nav-links a::after {
  content: '';
  position: absolute;
  inset: auto 50% 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width 0.4s var(--ease-out), inset 0.4s var(--ease-out);
}
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; inset: auto 0 0; }

.nav-cta {
  background: var(--gold);
  color: var(--ink) !important;
  padding: 0.75rem 1.5rem !important;
  border-radius: 999px;
  font-size: 0.7rem !important;
  letter-spacing: 0.2em !important;
  font-weight: 600 !important;
  transition: all 0.4s var(--ease-out);
}
.nav-links a.nav-cta::after { display: none; }
.nav-cta:hover { background: var(--gold-light); color: var(--ink) !important; transform: translateY(-2px); }

.nav-toggle {
  display: none;
  width: 28px; height: 18px;
  position: relative;
}
.nav-toggle span {
  position: absolute;
  inset: auto 0;
  height: 1px;
  background: var(--paper);
  transition: all 0.35s var(--ease);
}
.nav-toggle span:nth-child(1) { top: 4px; }
.nav-toggle span:nth-child(2) { top: 50%; transform: translateY(-50%); width: 70%; right: 0; left: auto; }
.nav-toggle span:nth-child(3) { bottom: 4px; }
.nav-toggle.active span:nth-child(1) { top: 50%; transform: translateY(-50%) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { bottom: 50%; transform: translateY(50%) rotate(-45deg); width: 100%; }

/* 08 ─ Hero (home) ────────────────────────────────────────────────── */
.hero {
  background: var(--ink);
  color: var(--paper);
  min-height: 100svh;
  padding: 7rem var(--pad) 3rem;
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 30%, rgba(201, 169, 97, 0.08), transparent 50%),
              radial-gradient(ellipse at 80% 80%, rgba(201, 137, 122, 0.06), transparent 55%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: end;
  max-width: var(--max);
  margin-inline: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}

.hero-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 2rem;
}
.hero-meta-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.hero-meta-line { width: 32px; height: 1px; background: var(--gold-deep); }

.hero-headline {
  font-family: var(--display);
  font-weight: 300;
  font-variation-settings: "opsz" 144, "SOFT" 50;
  font-size: clamp(3.5rem, 11vw, 10rem);
  line-height: 0.92;
  letter-spacing: -0.035em;
  color: var(--paper);
}
.hero-headline em {
  display: block;
  font-style: italic;
  font-weight: 300;
  color: var(--gold-light);
  font-variation-settings: "opsz" 80, "SOFT" 100;
  margin-top: 0.05em;
  margin-left: 0.05em;
  letter-spacing: -0.04em;
}

.hero-sub {
  margin-top: 2.5rem;
  max-width: 44ch;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  line-height: 1.7;
  color: var(--mute-on-ink);
}

.hero-actions {
  margin-top: 2.75rem;
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.hero-stats {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--ink-line);
  max-width: 540px;
}
.hero-stat .num {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.65rem, 2.4vw, 2rem);
  color: var(--gold-light);
  display: block;
  line-height: 1;
}
.hero-stat .lbl {
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--mute-on-ink);
  margin-top: 0.65rem;
}

.hero-portrait {
  position: relative;
  aspect-ratio: 4/5;
  align-self: end;
}
.hero-portrait::before {
  content: '';
  position: absolute;
  inset: 14px -14px -14px 14px;
  border: 1px solid var(--gold-deep);
  z-index: 0;
}
.hero-portrait-img {
  position: relative;
  z-index: 1;
  width: 100%; height: 100%;
  overflow: hidden;
}
.hero-portrait-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: brightness(0.92) contrast(1.05);
  transition: transform 1.5s var(--ease-out);
}
.hero-portrait:hover .hero-portrait-img img { transform: scale(1.04); }
.hero-portrait-tag {
  position: absolute;
  inset: auto auto -12px 24px;
  background: var(--gold);
  color: var(--ink);
  padding: 0.55rem 1rem;
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  z-index: 2;
}

.hero-scroll {
  position: absolute;
  inset: auto 0 1.5rem 0;
  margin-inline: auto;
  width: max-content;
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--mute-on-ink);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  z-index: 2;
}
.hero-scroll::after {
  content: '';
  width: 1px; height: 28px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scroll-pulse 2.4s var(--ease) infinite;
}
@keyframes scroll-pulse {
  0%, 100% { transform: scaleY(0.4); transform-origin: top; opacity: 0.4; }
  50% { transform: scaleY(1); opacity: 1; }
}

/* 09 ─ Marquee ────────────────────────────────────────────────────── */
.marquee {
  background: var(--gold);
  color: var(--ink);
  padding: 1.1rem 0;
  overflow: hidden;
  border-block: 1px solid var(--gold-deep);
}
.marquee-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: marquee 40s linear infinite;
}
.marquee-item {
  font-family: var(--display);
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-style: italic;
  font-weight: 400;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.marquee-item::after { content: '✦'; font-size: 0.8em; color: var(--gold-deep); }
@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* 10 ─ Page hero (interior pages) ─────────────────────────────────── */
.page-hero {
  background: var(--ink);
  color: var(--paper);
  padding: 9rem var(--pad) 4rem;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(201, 169, 97, 0.1), transparent 60%);
  pointer-events: none;
}
.page-hero-inner {
  max-width: var(--max);
  margin-inline: auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 3rem;
  align-items: end;
}
.page-hero-inner .lead { color: var(--mute-on-ink); max-width: 38ch; }
.page-hero h1 { color: var(--paper); }
.page-hero h1 em { color: var(--gold-light); display: block; }
.page-hero .crumbs {
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mute-on-ink);
  margin-bottom: 1.5rem;
}
.page-hero .crumbs a { color: var(--gold-light); }
.page-hero .crumbs a:hover { color: var(--paper); }

/* 11 ─ Story / Intro ─────────────────────────────────────────────── */
.story-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}
.story-image {
  aspect-ratio: 4/5;
  position: relative;
}
.story-image::before {
  content: '';
  position: absolute;
  inset: -14px 14px 14px -14px;
  border: 1px solid var(--gold);
  z-index: 0;
}
.story-image > div {
  position: relative;
  z-index: 1;
  width: 100%; height: 100%;
  overflow: hidden;
}
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-image-cap {
  position: absolute;
  inset: auto auto 1.5rem 1.5rem;
  background: var(--paper);
  padding: 0.55rem 1rem;
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--ink);
  z-index: 2;
}
.story-text > * + * { margin-top: 1.25rem; }
.story-text .h-2 { margin-top: 1.25rem; }
.story-text p { font-size: 1.05rem; line-height: 1.75; }
.story-sig {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.5rem;
  color: var(--gold-deep);
  margin-top: 2rem !important;
}

/* 12 ─ Service grid ──────────────────────────────────────────────── */
.svc-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: 3.5rem;
}
.svc-head p { max-width: 40ch; }

.svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1px;
  background: var(--ink-line);
  border-block: 1px solid var(--ink-line);
}
.on-paper .svc-grid { background: var(--paper-line); border-color: var(--paper-line); }

.svc-card {
  background: var(--ink);
  padding: clamp(2rem, 3vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  transition: background 0.5s var(--ease);
  position: relative;
  min-height: 360px;
}
.on-paper .svc-card { background: var(--paper); }
.svc-card:hover { background: var(--ink-soft); }
.on-paper .svc-card:hover { background: var(--paper-soft); }

.svc-num {
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  color: var(--gold);
}
.svc-card h3 {
  font-family: var(--display);
  font-size: clamp(1.5rem, 2vw, 1.85rem);
  font-weight: 400;
  color: var(--paper);
  letter-spacing: -0.01em;
}
.on-paper .svc-card h3 { color: var(--ink); }
.svc-card p {
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--mute-on-ink);
  flex: 1;
}
.on-paper .svc-card p { color: var(--mute); }
.svc-card .svc-foot {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--ink-line);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.on-paper .svc-card .svc-foot { border-top-color: var(--paper-line); }
.svc-card .svc-price {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--gold-light);
}
.on-paper .svc-card .svc-price { color: var(--gold-deep); }
.svc-card .svc-arrow {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--paper);
  transition: color 0.3s var(--ease);
}
.on-paper .svc-card .svc-arrow { color: var(--ink); }
.svc-card:hover .svc-arrow { color: var(--gold-light); }
.on-paper .svc-card:hover .svc-arrow { color: var(--gold-deep); }

/* 13 ─ Quote pull ────────────────────────────────────────────────── */
.pull-quote {
  text-align: center;
  max-width: 22ch;
  margin-inline: auto;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(2rem, 5.5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.pull-quote em { color: var(--gold-deep); }
.pull-quote-attr {
  margin-top: 2.5rem;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mute);
}

/* 14 ─ Featured strip ────────────────────────────────────────────── */
.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.feature-img {
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
}
.feature-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.feature-img:hover img { transform: scale(1.06); }
.feature-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(15, 12, 10, 0.5));
}
.feature-img figcaption {
  position: absolute;
  inset: auto 0 1.25rem 1.5rem;
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--paper);
  z-index: 2;
}

/* 15 ─ Big stats ─────────────────────────────────────────────────── */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--ink-line);
  border-block: 1px solid var(--ink-line);
}
.stat-cell {
  background: var(--ink);
  padding: clamp(2.5rem, 5vw, 4rem) 1.5rem;
  text-align: center;
}
.stat-cell .num {
  font-family: var(--display);
  font-weight: 300;
  font-variation-settings: "opsz" 144;
  font-size: clamp(3rem, 7vw, 5.5rem);
  color: var(--gold-light);
  line-height: 1;
  display: block;
}
.stat-cell .lbl {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mute-on-ink);
  margin-top: 1rem;
}

/* 16 ─ CTA block ─────────────────────────────────────────────────── */
.cta {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(4rem, 8vw, 6.5rem) var(--pad);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(201, 169, 97, 0.18), transparent 60%);
}
.cta-inner { position: relative; max-width: 720px; margin-inline: auto; }
.cta h2 { color: var(--paper); margin-top: 1.25rem; }
.cta h2 em { color: var(--gold-light); }
.cta p { margin: 1.5rem auto 2.5rem; color: var(--mute-on-ink); max-width: 50ch; }

/* 17 ─ About / Founder page ──────────────────────────────────────── */
.founder {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
  margin-top: 4rem;
}
.founder-image {
  position: relative;
  aspect-ratio: 4/5;
  position: sticky;
  top: 6rem;
}
.founder-image::before {
  content: '';
  position: absolute;
  inset: -14px 14px 14px -14px;
  border: 1px solid var(--gold);
}
.founder-image > div {
  position: relative;
  width: 100%; height: 100%;
  overflow: hidden;
}
.founder-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }

.founder-body > * + * { margin-top: 1.5rem; }
.founder-body p { font-size: 1.05rem; line-height: 1.75; }
.founder-stats {
  margin-top: 3rem !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--paper-line);
  border: 1px solid var(--paper-line);
}
.founder-stats > div {
  background: var(--paper);
  padding: 1.5rem;
}
.founder-stats .num {
  font-family: var(--display);
  font-size: 2.25rem;
  color: var(--ink);
  line-height: 1;
  font-weight: 400;
}
.founder-stats .lbl {
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--mute);
  margin-top: 0.5rem;
}

/* 18 ─ Skills / specialisations grid ─────────────────────────────── */
.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1px;
  background: var(--ink-line);
  margin-top: 3rem;
  border: 1px solid var(--ink-line);
}
.skill {
  background: var(--ink);
  padding: 2.5rem;
  transition: background 0.4s var(--ease);
}
.skill:hover { background: var(--ink-soft); }
.skill .num {
  font-family: var(--mono);
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  color: var(--gold);
}
.skill h3 {
  margin-top: 1rem;
  font-family: var(--display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--paper);
}
.skill p { margin-top: 0.85rem; font-size: 0.92rem; color: var(--mute-on-ink); }

/* 19 ─ Gallery ───────────────────────────────────────────────────── */
.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  grid-auto-rows: clamp(140px, 16vw, 220px);
}
.gal-item {
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
  background: var(--ink);
}
.gal-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease-out), filter 0.5s var(--ease);
}
.gal-item:hover img { transform: scale(1.06); filter: brightness(0.85); }
.gal-item::after {
  content: 'View';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--paper);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.gal-item:hover::after { opacity: 1; }

.g-1 { grid-column: span 7; grid-row: span 2; }
.g-2 { grid-column: span 5; grid-row: span 1; }
.g-3 { grid-column: span 5; grid-row: span 1; }
.g-4 { grid-column: span 4; grid-row: span 2; }
.g-5 { grid-column: span 4; grid-row: span 1; }
.g-6 { grid-column: span 4; grid-row: span 1; }
.g-7 { grid-column: span 8; grid-row: span 1; }

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(15, 12, 10, 0.95);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  cursor: zoom-out;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 90vh; }
.lightbox-x {
  position: absolute;
  inset: 1.75rem 1.75rem auto auto;
  width: 44px; height: 44px;
  border: 1px solid var(--paper-line);
  color: var(--paper);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  cursor: pointer;
  background: transparent;
  transition: background 0.3s var(--ease);
}
.lightbox-x:hover { background: rgba(246, 240, 230, 0.1); }

/* 20 ─ Booking form ──────────────────────────────────────────────── */
.book-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}
.book-side { position: sticky; top: 6rem; }
.book-side > * + * { margin-top: 1.25rem; }
.book-side ol {
  margin-top: 2rem !important;
  counter-reset: step;
}
.book-side ol li {
  counter-increment: step;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--paper-line);
  align-items: start;
}
.book-side ol li::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: var(--gold-deep);
  padding-top: 0.15rem;
}
.book-side ol li strong {
  display: block;
  font-family: var(--display);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 0.25rem;
}
.book-side ol li span {
  font-size: 0.92rem;
  color: var(--mute);
}

.book-callout {
  margin-top: 2rem !important;
  background: var(--paper-soft);
  padding: 1.5rem;
  border-left: 2px solid var(--gold);
  font-size: 0.92rem;
}
.book-callout strong { color: var(--ink); }

.form {
  background: var(--ink);
  color: var(--paper);
  padding: clamp(2rem, 4vw, 3rem);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.field { margin-bottom: 1.5rem; }
.field label {
  display: block;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 0.55rem;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ink-line);
  padding: 0.7rem 0;
  font-family: var(--sans);
  font-size: 0.95rem;
  color: var(--paper);
  transition: border-color 0.3s var(--ease);
}
.field input::placeholder, .field textarea::placeholder { color: var(--mute-on-ink); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 0;
  border-bottom-color: var(--gold);
}
.field select { color-scheme: dark; }
.field select option { background: var(--ink); color: var(--paper); }
.field input[type="date"] { color-scheme: dark; }
.field textarea { resize: vertical; min-height: 100px; }
.form-submit {
  width: 100%;
  margin-top: 1rem;
  padding: 1.15rem 2rem;
  background: var(--gold);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  transition: all 0.4s var(--ease-out);
}
.form-submit:hover { background: #25D366; color: var(--paper); }
.form-submit svg { width: 20px; height: 20px; }
.form-note {
  margin-top: 1rem;
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  color: var(--mute-on-ink);
}

/* 20.5 ─ Service list (services page redesign) ─────────────────── */
.svc-list-head {
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--pad);
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: end;
}
.svc-list-head .lead { max-width: 60ch; }

.svc-list { border-top: 1px solid var(--ink-line); }

.svc-cat {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem var(--pad);
  background: var(--ink-soft);
  border-bottom: 1px solid var(--ink-line);
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.svc-cat-num { color: var(--gold); font-weight: 500; }
.svc-cat-title { color: var(--paper); }
.svc-cat-line { flex: 1; height: 1px; background: var(--ink-line); }
.svc-cat-count { color: var(--mute-on-ink); font-size: 0.58rem; }

.svc-row {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 2rem;
  padding: 1.85rem var(--pad);
  border-bottom: 1px solid var(--ink-line);
  transition: background 0.5s var(--ease), padding-left 0.5s var(--ease-out);
  position: relative;
  align-items: start;
  color: inherit;
  cursor: pointer;
}
.svc-row::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: var(--gold);
  transition: width 0.5s var(--ease-out);
}
.svc-row:hover {
  background: linear-gradient(90deg, rgba(201, 169, 97, 0.04), transparent 70%);
  padding-left: calc(var(--pad) + 12px);
}
.svc-row:hover::before { width: 3px; }

.svc-row-num {
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  color: var(--gold);
  padding-top: 0.55rem;
}

.svc-row-body { max-width: 64ch; }
.svc-row-body h3 {
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.4vw, 1.95rem);
  font-weight: 400;
  color: var(--paper);
  letter-spacing: -0.012em;
  line-height: 1.15;
  margin-bottom: 0.55rem;
  transition: color 0.4s var(--ease);
}
.svc-row:hover .svc-row-body h3 { color: var(--gold-light); }
.svc-row-body p {
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--mute-on-ink);
}

.svc-row-action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  text-align: right;
  padding-top: 0.4rem;
  min-height: 100%;
}
.svc-row-price {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--gold-light);
  white-space: nowrap;
}
.svc-row-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1rem;
  background: transparent;
  border: 1px solid var(--ink-line);
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--paper);
  transition: all 0.4s var(--ease-out);
  white-space: nowrap;
}
.svc-row-cta svg { transition: transform 0.4s var(--ease-out); }
.svc-row:hover .svc-row-cta {
  background: #25D366;
  border-color: #25D366;
  color: var(--paper);
}
.svc-row:hover .svc-row-cta svg { transform: scale(1.1); }

@media (max-width: 860px) {
  .svc-list-head { grid-template-columns: 1fr; gap: 1.25rem; }
  .svc-row {
    grid-template-columns: auto 1fr;
    gap: 0.75rem 1.25rem;
    padding: 1.5rem var(--pad);
  }
  .svc-row:hover { padding-left: var(--pad); }
  .svc-row-action {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    border-top: 1px solid var(--ink-line);
  }
}

/* 21 ─ Contact ───────────────────────────────────────────────────── */
.contact-grid {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}
.contact-list { margin-top: 2rem; }
.contact-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--paper-line);
  align-items: center;
}
.contact-icon {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-size: 0.95rem;
}
.contact-list .lbl {
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--mute);
}
.contact-list .val {
  font-family: var(--display);
  font-size: 1.1rem;
  color: var(--ink);
  line-height: 1.3;
  margin-top: 2px;
}
.contact-list a:hover .val { color: var(--gold-deep); }

.hours {
  margin-top: 2rem;
  background: var(--paper-soft);
  padding: 1.5rem;
}
.hours h4 { font-family: var(--display); font-size: 1.1rem; margin-bottom: 0.85rem; }
.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 0.45rem 0;
  font-size: 0.9rem;
  color: var(--mute);
  font-family: var(--mono);
  letter-spacing: 0.05em;
}
.hours-row span:first-child { text-transform: uppercase; font-size: 0.7rem; letter-spacing: 0.2em; }

.map {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.map iframe {
  width: 100%; height: 100%;
  border: 0;
  filter: grayscale(0.4) contrast(1.05);
}

/* 22 ─ WhatsApp float ────────────────────────────────────────────── */
.wa-float {
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
  width: 56px; height: 56px;
  background: #25D366;
  color: white;
  border-radius: 50%;
  display: grid;
  place-items: center;
  z-index: 90;
  box-shadow: 0 12px 32px -8px rgba(37, 211, 102, 0.6);
  transition: transform 0.4s var(--ease-out);
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 28px; height: 28px; }
.wa-float::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid #25D366;
  opacity: 0;
  animation: wa-pulse 2.5s var(--ease) infinite;
}
@keyframes wa-pulse {
  0% { transform: scale(0.95); opacity: 0.6; }
  100% { transform: scale(1.4); opacity: 0; }
}

/* 23 ─ Footer ────────────────────────────────────────────────────── */
.footer {
  background: var(--ink);
  color: var(--paper);
  padding: 5rem var(--pad) 0;
  position: relative;
}
.footer-grid {
  max-width: var(--max);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--ink-line);
}
.footer-brand p {
  margin-top: 1rem;
  max-width: 280px;
  font-size: 0.92rem;
  color: var(--mute-on-ink);
}
.footer h5 {
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1.25rem;
}
.footer ul li { padding: 0.4rem 0; }
.footer ul a, .footer ul li {
  font-size: 0.92rem;
  color: var(--mute-on-ink);
  transition: color 0.3s var(--ease);
}
.footer ul a:hover { color: var(--gold-light); }
.footer .socials { display: flex; gap: 0.65rem; margin-top: 1.25rem; }
.footer .socials a {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid var(--ink-line);
  display: grid;
  place-items: center;
  color: var(--paper);
  transition: all 0.3s var(--ease);
}
.footer .socials a:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.footer .socials svg { width: 16px; height: 16px; }

.footer-bottom {
  max-width: var(--max);
  margin-inline: auto;
  padding: 1.75rem 0;
  text-align: center;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  color: var(--mute-on-ink);
}
.footer-bottom a { color: var(--gold-light); }
.footer-bottom a:hover { color: var(--paper); }

/* 24 ─ Reveal animation ──────────────────────────────────────────── */
.rv {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
}
.rv.in { opacity: 1; transform: translateY(0); }
.rv-d1 { transition-delay: 0.08s; }
.rv-d2 { transition-delay: 0.16s; }
.rv-d3 { transition-delay: 0.24s; }
.rv-d4 { transition-delay: 0.32s; }

/* 25 ─ Loader ────────────────────────────────────────────────────── */
.loader {
  position: fixed;
  inset: 0;
  background: var(--ink);
  z-index: 200;
  display: grid;
  place-items: center;
  transition: opacity 0.7s var(--ease), visibility 0s linear 0.7s;
}
.loader.hide { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-mark {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--ink);
  padding: 4px;
  animation: loader-pulse 1.4s var(--ease) infinite;
}
.loader-mark img { width: 100%; height: 100%; object-fit: contain; }
@keyframes loader-pulse {
  0%, 100% { opacity: 0.45; transform: scale(0.95); }
  50% { opacity: 1; transform: scale(1); }
}

/* 26 ─ Reduced motion ────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .marquee-track { animation: none; }
}

/* 27 ─ Responsive ────────────────────────────────────────────────── */

/* Tablet and below */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 3rem; }
  .hero-portrait { max-width: 460px; margin-inline: auto; align-self: center; }
  .page-hero-inner { grid-template-columns: 1fr; gap: 2rem; }
  .story-grid, .founder, .book-grid, .contact-grid { grid-template-columns: 1fr; }
  .founder-image, .book-side { position: static; max-width: 460px; }
  .feature-strip { grid-template-columns: repeat(2, 1fr); }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }

  .gallery { grid-auto-rows: clamp(120px, 18vw, 180px); }
  .g-1 { grid-column: span 12; grid-row: span 2; }
  .g-2 { grid-column: span 6; }
  .g-3 { grid-column: span 6; }
  .g-4 { grid-column: span 6; grid-row: span 2; }
  .g-5 { grid-column: span 6; }
  .g-6 { grid-column: span 6; }
  .g-7 { grid-column: span 12; }
}

/* Mobile - hamburger menu kicks in */
@media (max-width: 820px) {
  .nav {
    grid-template-columns: auto 1fr auto auto;
    gap: 0.75rem;
    padding: 0.85rem 1.1rem;
  }
  .nav.scrolled { padding: 0.7rem 1.1rem; }

  .nav-brand-mark { width: 38px; height: 38px; }
  .nav-brand-text span:first-child { font-size: 1.1rem; }
  .nav-brand-text small { font-size: 0.5rem; letter-spacing: 0.32em; }

  .nav-links {
    position: fixed;
    inset: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--ink);
    padding: 5rem 2rem 2rem;
    gap: 1.5rem;
    transform: translateX(100%);
    transition: transform 0.5s var(--ease-out);
    z-index: 99;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { font-size: 1.05rem; letter-spacing: 0.2em; }

  .nav-toggle { display: block; z-index: 101; }

  .nav-cta {
    padding: 0.55rem 1.1rem !important;
    font-size: 0.62rem !important;
    letter-spacing: 0.18em !important;
  }
}

/* Phone */
@media (max-width: 640px) {
  :root { --pad: 1.1rem; }

  .hero { padding: 6.5rem var(--pad) 4rem; min-height: auto; }
  .hero-meta { font-size: 0.6rem; gap: 0.6rem; flex-wrap: wrap; }
  .hero-meta-line { width: 24px; }
  .hero-headline { font-size: clamp(3rem, 16vw, 5rem); line-height: 0.95; }
  .hero-sub { margin-top: 1.75rem; font-size: 0.98rem; max-width: none; }
  .hero-actions {
    margin-top: 2rem !important;
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
  }
  .hero-actions .btn { justify-content: center; padding: 1.05rem 1.5rem; width: 100%; }
  .hero-stats {
    margin-top: 3rem !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem;
    max-width: 100%;
    padding-top: 1.75rem;
  }
  .hero-stat .num { font-size: 1.65rem; }
  .hero-stat .lbl { font-size: 0.55rem; letter-spacing: 0.2em; }
  .hero-portrait { aspect-ratio: 3/4; max-width: 100%; }
  .hero-portrait::before { inset: 8px -8px -8px 8px; }
  .hero-scroll { display: none; }

  .page-hero { padding: 6.5rem var(--pad) 3rem; }

  .section { padding-block: clamp(3rem, 8vw, 5rem); }
  .section-num { font-size: 0.6rem; letter-spacing: 0.2em; }

  .h-1 { font-size: clamp(2.25rem, 11vw, 3.5rem); }
  .h-2 { font-size: clamp(1.75rem, 8vw, 2.75rem); }

  .marquee { padding: 0.85rem 0; }
  .marquee-item { font-size: 1rem; gap: 1.5rem; }
  .marquee-track { gap: 1.5rem; }

  .svc-head { grid-template-columns: 1fr; gap: 1.5rem; }
  .feature-strip { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .founder-stats { grid-template-columns: 1fr 1fr; }

  .pull-quote { font-size: clamp(1.65rem, 8vw, 2.5rem); }
  .stat-cell { padding: 2rem 0.75rem; }
  .stat-cell .num { font-size: clamp(2.5rem, 12vw, 4rem); }

  .form { padding: 1.75rem 1.25rem; }
  .field { margin-bottom: 1.25rem; }

  .story-image, .founder-image { max-width: 100%; }
  .story-image::before, .founder-image::before { inset: -8px 8px 8px -8px; }

  .gallery { grid-auto-rows: clamp(100px, 24vw, 160px); gap: 0.6rem; }

  .footer { padding: 3.5rem var(--pad) 0; }

  .cta { padding: 4rem var(--pad); }
}

/* Very small phones */
@media (max-width: 380px) {
  .nav-brand-text small { display: none; }
  .nav-cta {
    padding: 0.5rem 0.9rem !important;
    font-size: 0.6rem !important;
  }
  .hero-headline { font-size: clamp(2.5rem, 14vw, 3.5rem); }
  .hero-stats { grid-template-columns: 1fr 1fr; }
}

/* WhatsApp float - safe area for notched phones */
@supports (padding: env(safe-area-inset-bottom)) {
  .wa-float {
    bottom: calc(1.25rem + env(safe-area-inset-bottom, 0));
    right: calc(1.25rem + env(safe-area-inset-right, 0));
  }
}
@media (max-width: 640px) {
  .wa-float { width: 52px; height: 52px; bottom: 1rem; right: 1rem; }
  .wa-float svg { width: 24px; height: 24px; }
}

