/* ==========================================================================
   Daisy Nails & Spa — site styles
   Palette: warm ivory, blush, soft gold, sage, espresso. Signature: the arch.
   ========================================================================== */

@font-face {
  font-family: "Fraunces";
  src: url("../fonts/Fraunces-latin.woff2") format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/Fraunces-Italic-latin.woff2") format("woff2");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-latin.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/Figtree-Italic-latin.woff2") format("woff2");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --paper: #faf6f0;
  --paper-2: #f3ebe1;
  --cream: #fffdf9;
  --blush: #f7e3e3;
  --blush-2: #efcdd0;
  --rose: #d98a93;
  --rose-deep: #a8545e;
  --sage: #9bb09a;
  --sage-deep: #5a7360;
  --gold: #cfae74;
  --gold-hi: #e6cb96;
  --gold-deep: #9d7c3f;
  --espresso: #2b211c;
  --espresso-2: #4a3c35;
  --muted: #6f5f55;
  --line: rgba(43, 33, 28, 0.1);
  --line-strong: rgba(43, 33, 28, 0.22);
  --wa: #1fa855;
  --wa-deep: #158a43;

  --display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --body: "Figtree", "Segoe UI", system-ui, sans-serif;

  --wrap: 1180px;
  --gutter: clamp(20px, 4vw, 48px);
  --arch: 999px 999px 22px 22px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--espresso);
  background: var(--paper);
  overflow-x: hidden;
}
img, picture, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
h1, h2, h3, h4, p, ul, figure, blockquote, table { margin: 0; }
button { font: inherit; color: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold-deep); outline-offset: 3px; border-radius: 4px; }

.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip {
  position: absolute; left: 16px; top: -60px; z-index: 100; padding: 10px 16px;
  background: var(--espresso); color: var(--cream); border-radius: 8px; text-decoration: none; font-weight: 600;
  transition: top 0.2s;
}
.skip:focus { top: 16px; }
.anchor-top { position: absolute; top: 0; }

/* ---------- Type ---------- */
.display {
  font-family: var(--display);
  font-weight: 400;
  font-variation-settings: "opsz" 144, "SOFT" 60, "WONK" 1;
  letter-spacing: -0.02em;
  line-height: 1.02;
  font-size: clamp(38px, 5.6vw, 72px);
  color: var(--espresso);
}
.display em { font-style: italic; font-weight: 300; color: var(--rose-deep); }
h2.display { font-size: clamp(32px, 4.2vw, 54px); }
h3 { font-family: var(--display); font-weight: 500; font-size: 22px; line-height: 1.2; letter-spacing: -0.01em; }
.kicker {
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-deep);
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px;
}
.kicker::before { content: ""; width: 26px; height: 1px; background: var(--gold); }
.kicker-light { color: var(--gold-hi); }
.kicker-light::before { background: var(--gold-hi); }
.muted { color: var(--muted); }
.small { font-size: 14.5px; }
.center { text-align: center; }
.center .kicker { justify-content: center; }
.section { padding-block: clamp(76px, 10vw, 140px); position: relative; }
.section-head { max-width: 760px; display: grid; gap: 18px; margin-bottom: clamp(36px, 5vw, 64px); }
.section-head.center { margin-inline: auto; }
.section-intro { color: var(--espresso-2); font-size: 18px; max-width: 58ch; margin-inline: auto; }
.note { margin-top: 30px; font-size: 13.5px; color: var(--muted); }
.text-link { font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 2px; }
.text-link:hover { color: var(--rose-deep); border-color: var(--rose-deep); }

/* ---------- Atmosphere ---------- */
.grain {
  position: fixed; inset: -50%; z-index: 90; pointer-events: none; opacity: 0.35; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.35 0 0 0 0 0.28 0 0 0 0 0.22 0 0 0 0.07 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 95; pointer-events: none;
}
.progress span { display: block; height: 100%; background: linear-gradient(90deg, var(--gold), var(--rose)); transform-origin: left; transform: scaleX(0); }

/* ---------- Daisy mark ---------- */
.daisy-mark { width: 40px; height: 40px; flex: none; }
.dm-petals ellipse { fill: var(--cream); stroke: var(--gold-deep); stroke-width: 1.4; }
.dm-centre { fill: #e8b94a; stroke: var(--gold-deep); stroke-width: 1.2; }
.brand:hover .dm-petals { animation: spin 6s linear infinite; }
.dm-petals { transform-origin: 32px 32px; transform-box: view-box; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 24px; border-radius: 999px; border: 1px solid transparent;
  font-weight: 600; font-size: 15.5px; text-decoration: none; white-space: nowrap;
  transition: transform 0.25s var(--ease), background 0.25s, color 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-dark { background: var(--espresso); color: var(--cream); box-shadow: 0 12px 28px -14px rgba(43, 33, 28, 0.7); }
.btn-dark:hover { background: #3a2d26; }
.btn-ghost { border-color: var(--line-strong); color: var(--espresso); background: rgba(255, 253, 249, 0.6); }
.btn-ghost:hover { border-color: var(--espresso); background: var(--cream); }
.btn-gold { background: var(--gold); color: var(--espresso); }
.btn-gold:hover { background: var(--gold-hi); }
.btn-light { background: var(--cream); color: var(--espresso); }
.btn-light:hover { background: #fff; }
.btn-ghost-light { border-color: rgba(255, 253, 249, 0.35); color: var(--cream); }
.btn-ghost-light:hover { border-color: var(--cream); }

/* ---------- Header ---------- */
.site-head {
  position: sticky; top: 0; z-index: 80;
  padding-block: 18px;
  background: linear-gradient(to bottom, rgba(250, 246, 240, 0.95), rgba(250, 246, 240, 0));
  transition: padding 0.3s var(--ease), background 0.3s, box-shadow 0.3s, backdrop-filter 0.3s;
}
.site-head.scrolled {
  padding-block: 10px;
  background: rgba(250, 246, 240, 0.88);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  box-shadow: 0 1px 0 var(--line);
}
.head-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-family: var(--display); font-weight: 500; font-size: 21px; letter-spacing: -0.01em; }
.brand-text strong i, .foot-name i { font-style: italic; color: var(--gold-deep); font-weight: 300; }
.brand-text small { font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav > a:not(.btn):not(.nav-ig) {
  text-decoration: none; font-weight: 600; font-size: 15px; color: var(--espresso-2); position: relative; padding: 6px 0;
}
.nav > a:not(.btn):not(.nav-ig)::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--gold);
  transform: scaleX(0); transform-origin: left; transition: transform 0.3s var(--ease);
}
.nav > a:not(.btn):not(.nav-ig):hover::after { transform: scaleX(1); }
.nav-ig { color: var(--espresso-2); display: inline-flex; padding: 8px; border-radius: 50%; margin-left: -8px; }
.nav-ig:hover { color: var(--rose-deep); background: var(--blush); }
.nav-cta { min-height: 44px; padding: 0 18px; font-size: 14.5px; }
.menu-btn {
  display: none; width: 48px; height: 48px; border: 1px solid var(--line-strong); border-radius: 50%; background: var(--cream);
  position: relative; flex: none;
}
.menu-line {
  position: absolute; left: 14px; right: 14px; height: 2px; background: var(--espresso); border-radius: 2px;
  top: 19px; transition: transform 0.3s var(--ease), top 0.3s var(--ease);
}
.menu-line + .menu-line { top: 27px; }
.menu-btn[aria-expanded="true"] .menu-line { top: 23px; transform: rotate(45deg); }
.menu-btn[aria-expanded="true"] .menu-line + .menu-line { transform: rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  padding-block: clamp(36px, 6vw, 80px) clamp(70px, 9vw, 120px);
  min-height: min(calc(100svh - 84px), 820px);
  display: flex; align-items: center;
  background:
    radial-gradient(60% 50% at 88% 12%, rgba(239, 205, 208, 0.7), transparent 70%),
    radial-gradient(45% 40% at 8% 90%, rgba(155, 176, 154, 0.35), transparent 70%),
    radial-gradient(40% 35% at 55% 95%, rgba(230, 203, 150, 0.35), transparent 70%),
    var(--paper);
}
.hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(28px, 5vw, 72px); align-items: center; position: relative; z-index: 2; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted);
}
.eyebrow-daisy { color: var(--gold-deep); font-size: 16px; }
.hero h1 { margin-top: 22px; }
.lede { font-size: clamp(17px, 1.5vw, 20px); color: var(--espresso-2); max-width: 520px; margin-top: 26px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.status {
  margin-top: 26px; display: inline-flex; align-items: center; gap: 10px; font-size: 14.5px; font-weight: 600;
  color: var(--espresso-2); padding: 9px 16px 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 253, 249, 0.75);
}
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--muted); flex: none; }
.status.open .status-dot { background: #2f9e5b; animation: pulse 2s infinite; }
.status.closed .status-dot { background: var(--rose-deep); }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(47, 158, 91, 0.45); } 100% { box-shadow: 0 0 0 10px rgba(47, 158, 91, 0); } }

.hero-visual {
  position: relative; width: 100%; aspect-ratio: 1 / 1.02; max-height: 660px;
}
.arch {
  position: relative; overflow: hidden; border-radius: var(--arch);
  background: var(--cream); padding: 7px; border: 1px solid var(--gold);
  box-shadow: 0 30px 60px -28px rgba(43, 33, 28, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}
.arch::after {
  content: ""; position: absolute; inset: 3px; border-radius: inherit; border: 1px solid rgba(207, 174, 116, 0.55); pointer-events: none;
}
.arch picture, .arch img { border-radius: inherit; width: 100%; height: 100%; object-fit: cover; }
.arch img { aspect-ratio: 4 / 5; }
.hero-visual .arch { position: absolute; }
.arch-main { width: 54%; left: 24%; top: 2%; z-index: 2; }
.arch-left { width: 38%; left: 0; bottom: 0; z-index: 1; transform: rotate(-4deg); }
.arch-right { width: 30%; right: 0; top: 14%; z-index: 3; transform: rotate(5deg); }
.arch-right img { object-position: 60% 30%; }
.badge-google {
  position: absolute; left: 0; top: 3%; z-index: 4; text-decoration: none;
  display: grid; grid-template-columns: auto auto; column-gap: 8px; align-items: center;
  padding: 12px 16px; background: var(--cream); border: 1px solid var(--gold); border-radius: 18px;
  box-shadow: 0 18px 40px -20px rgba(43, 33, 28, 0.5);
  animation: float 6s ease-in-out infinite;
}
.badge-google strong { font-family: var(--display); font-size: 30px; line-height: 1; grid-row: span 2; font-weight: 500; }
.badge-google .stars { color: #e5a33b; font-size: 14px; letter-spacing: 1px; }
.badge-sub { font-size: 12px; color: var(--muted); font-weight: 600; }
@keyframes float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -8px; } }

.petals { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.petal { position: absolute; width: 22px; fill: var(--blush-2); opacity: 0.8; animation: drift 14s linear infinite; }
.petal path { stroke: rgba(168, 84, 94, 0.25); stroke-width: 0.8; }
.p1 { left: 6%; animation-delay: -2s; width: 18px; }
.p2 { left: 22%; animation-delay: -7s; fill: var(--gold-hi); }
.p3 { left: 44%; animation-delay: -11s; width: 14px; }
.p4 { left: 63%; animation-delay: -4s; fill: var(--gold-hi); width: 16px; }
.p5 { left: 80%; animation-delay: -9s; }
.p6 { left: 93%; animation-delay: -13s; width: 15px; fill: var(--sage); }
@keyframes drift {
  0% { transform: translateY(-60px) rotate(0deg); opacity: 0; }
  10% { opacity: 0.85; }
  90% { opacity: 0.6; }
  100% { transform: translateY(110vh) rotate(340deg) translateX(60px); opacity: 0; }
}

.scroll-cue {
  position: absolute; left: 50%; bottom: 22px; translate: -50% 0; width: 26px; height: 42px; border: 1.5px solid var(--line-strong);
  border-radius: 14px; z-index: 2;
}
.scroll-cue span { position: absolute; left: 50%; top: 7px; width: 3px; height: 8px; margin-left: -1.5px; border-radius: 2px; background: var(--gold-deep); animation: cue 1.8s infinite; }
@keyframes cue { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(16px); opacity: 0; } 100% { opacity: 0; } }

/* Load-in */
.reveal-load { opacity: 0; animation: rise 0.9s var(--ease-out) forwards; }
.hero-copy .reveal-load:nth-child(1) { animation-delay: 0.05s; }
.hero-copy .reveal-load:nth-child(2) { animation-delay: 0.15s; }
.hero-copy .reveal-load:nth-child(3) { animation-delay: 0.28s; }
.hero-copy .reveal-load:nth-child(4) { animation-delay: 0.4s; }
.hero-copy .reveal-load:nth-child(5) { animation-delay: 0.52s; }
.hero-visual.reveal-load { animation-name: rise-visual; animation-delay: 0.25s; animation-duration: 1.1s; }
@keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes rise-visual { from { opacity: 0; transform: translateY(34px) scale(0.97); } to { opacity: 1; transform: translateY(0) scale(1); } }

/* ---------- Ticker ---------- */
.ticker { border-block: 1px solid var(--line); background: var(--cream); overflow: hidden; padding-block: 14px; }
.ticker-track {
  display: flex; align-items: center; gap: 28px; width: max-content; white-space: nowrap;
  font-family: var(--display); font-size: 19px; font-weight: 400; color: var(--espresso-2);
  animation: ticker 40s linear infinite;
}
.ticker-track i { font-style: normal; color: var(--gold-deep); font-size: 14px; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ---------- Scroll reveal ---------- */
[data-reveal] > * { opacity: 0; transform: translateY(24px); transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out); transition-delay: calc(var(--i, 0) * 90ms); }
[data-reveal].in > * { opacity: 1; transform: none; }

/* ---------- Welcome ---------- */
.welcome-grid { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.welcome-media { position: relative; padding-bottom: 60px; }
.arch-interior { width: 78%; }
.arch-reception { width: 44%; position: absolute; right: 0; bottom: 20px; transform: rotate(3deg); }
.media-tag {
  position: absolute; left: 0; bottom: 0; max-width: 52%; font-size: 12.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted);
  display: flex; align-items: center; gap: 10px; line-height: 1.4;
}
.media-tag::before { flex: none; }
.media-tag::before { content: ""; width: 22px; height: 1px; background: var(--gold); }
.welcome-copy > p { color: var(--espresso-2); font-size: 18px; margin-top: 22px; max-width: 58ch; }
.pillars { list-style: none; padding: 0; margin-top: 34px; display: grid; gap: 0; border-top: 1px solid var(--line); }
.pillars li { display: flex; gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.pillar-n { font-family: var(--display); font-style: italic; color: var(--gold-deep); font-size: 18px; flex: none; width: 34px; padding-top: 4px; }
.pillars h3 { font-size: 21px; }
.pillars p { color: var(--espresso-2); margin-top: 6px; font-size: 16px; max-width: 52ch; }
.callout {
  margin-top: 30px; display: flex; align-items: center; gap: 18px; padding: 18px 22px;
  background: var(--blush); border: 1px solid rgba(217, 138, 147, 0.35); border-radius: 18px;
}
.callout-badge {
  font-family: var(--display); font-weight: 500; font-size: 22px; color: var(--rose-deep); white-space: nowrap;
  padding: 6px 12px; background: var(--cream); border-radius: 12px; border: 1px solid rgba(217, 138, 147, 0.4);
}
.callout p { font-size: 15.5px; color: var(--espresso-2); }

/* ---------- Services ---------- */
.services { background: var(--paper-2); }
.services::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background: radial-gradient(50% 40% at 100% 0%, rgba(239, 205, 208, 0.6), transparent 70%);
}
.menu-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 22px; position: relative; }
.menu-card {
  background: var(--cream); border: 1px solid var(--line); border-radius: 26px; padding: clamp(24px, 3vw, 36px);
  box-shadow: 0 30px 60px -40px rgba(43, 33, 28, 0.45);
  display: flex; flex-direction: column; gap: 18px;
}
.menu-card h3 { font-size: 26px; display: flex; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid var(--gold); }
.menu-icon { color: var(--gold-deep); font-size: 18px; }
.menu { list-style: none; padding: 0; display: grid; gap: 4px; }
.menu li { display: flex; align-items: baseline; gap: 10px; padding: 10px 0; }
.menu-name { display: flex; flex-direction: column; font-weight: 600; font-size: 16px; }
.menu-name small { font-weight: 400; font-size: 13.5px; color: var(--muted); margin-top: 2px; }
.dots { flex: 1; border-bottom: 1.5px dotted var(--line-strong); min-width: 24px; transform: translateY(-5px); }
.menu-price { font-family: var(--display); font-weight: 500; font-size: 18px; white-space: nowrap; color: var(--espresso); }
.menu-photo { margin-top: auto; position: relative; border-radius: 18px; overflow: hidden; border: 1px solid var(--gold); }
.menu-photo img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.menu-photo figcaption {
  position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 8px 14px; border-radius: 999px; text-align: center;
  background: rgba(255, 253, 249, 0.9); font-size: 13px; font-weight: 600; color: var(--espresso);
}
.menu-note-card { margin-top: auto; padding: 18px; background: var(--blush); border-radius: 16px; display: grid; gap: 12px; }
.menu-note-card p { font-size: 14.5px; color: var(--espresso-2); }
.menu-note-card .btn { justify-self: start; min-height: 42px; font-size: 14px; padding: 0 18px; }

/* ---------- Gallery ---------- */
.gallery { padding-bottom: 0; }
.gallery-head { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.g-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.g-item {
  position: relative; padding: 0; border: 0; background: var(--cream); overflow: hidden; border-radius: var(--arch);
  box-shadow: 0 0 0 1px var(--line), 0 24px 40px -30px rgba(43, 33, 28, 0.5);
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s;
  text-align: left;
}
.g-item:nth-child(4n + 2), .g-item:nth-child(4n + 4) { border-radius: 22px 22px 999px 999px; }
.g-item:nth-child(4n + 2) { margin-top: 36px; }
.g-item:nth-child(4n + 4) { margin-top: 36px; }
.g-item img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform 0.7s var(--ease-out); }
.g-item:hover { transform: translateY(-6px); box-shadow: 0 0 0 1px var(--gold), 0 34px 50px -28px rgba(43, 33, 28, 0.55); }
.g-item:hover img { transform: scale(1.05); }
.g-cap {
  position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 8px 14px; border-radius: 999px;
  background: rgba(255, 253, 249, 0.9); font-size: 13px; font-weight: 600; color: var(--espresso);
  opacity: 0; transform: translateY(8px); transition: opacity 0.3s, transform 0.3s var(--ease-out); text-align: center;
}
.g-item:nth-child(4n + 2) .g-cap, .g-item:nth-child(4n + 4) .g-cap { bottom: auto; top: 14px; }
.g-item:hover .g-cap, .g-item:focus-visible .g-cap { opacity: 1; transform: none; }

.clients { margin-top: clamp(50px, 7vw, 90px); padding: 30px 0 clamp(60px, 8vw, 110px); border-top: 1px solid var(--line); overflow: hidden; }
.clients-label { text-align: center; font-size: 12.5px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 24px; }
.clients-track { display: flex; gap: 16px; width: max-content; animation: ticker 50s linear infinite; }
.clients-track picture { width: 150px; flex: none; }
.clients-track img { width: 150px; height: 150px; object-fit: cover; border-radius: 22px; border: 1px solid var(--line); }
.clients-track picture:nth-child(even) { transform: translateY(14px); }

/* ---------- Reviews ---------- */
.reviews { background: var(--espresso); color: var(--cream); overflow: hidden; }
.reviews::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(50% 60% at 0% 100%, rgba(217, 138, 147, 0.18), transparent 70%), radial-gradient(40% 50% at 100% 0%, rgba(207, 174, 116, 0.14), transparent 70%);
}
.reviews-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px, 6vw, 90px); align-items: start; position: relative; }
.reviews .display { color: var(--cream); }
.reviews .display em { color: var(--gold-hi); }
.score { display: flex; align-items: baseline; gap: 14px; margin-bottom: 14px; }
.score-n { font-family: var(--display); font-size: clamp(72px, 9vw, 120px); line-height: 0.9; font-weight: 300; letter-spacing: -0.04em; }
.score-stars { color: #f1b64b; font-size: 22px; letter-spacing: 2px; }
.score-bars { list-style: none; padding: 0; margin-top: 30px; display: grid; gap: 10px; font-size: 14px; color: rgba(255, 253, 249, 0.75); }
.score-bars li { display: grid; grid-template-columns: 70px 1fr 26px; gap: 12px; align-items: center; }
.bar { height: 8px; background: rgba(255, 253, 249, 0.12); border-radius: 999px; overflow: hidden; }
.bar-fill { display: block; height: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-hi)); transform-origin: left; transform: scaleX(0); transition: transform 1.2s var(--ease-out) 0.3s; }
.in .b5 { transform: scaleX(0.93); }
.in .b4 { transform: scaleX(0.07); }
.in .b3 { transform: scaleX(0.01); }
.reviews-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.quotes { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote {
  padding: 26px 28px; background: rgba(255, 253, 249, 0.06); border: 1px solid rgba(255, 253, 249, 0.12); border-radius: 24px;
  display: flex; flex-direction: column; gap: 18px; backdrop-filter: blur(4px);
}
.quote:first-child { grid-column: span 2; background: var(--cream); color: var(--espresso); border-color: var(--gold); }
.quote-short { grid-column: span 2; flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; }
.quote-short footer { margin-top: 0; }
.quote:first-child footer { color: var(--muted); }
.quote p { font-family: var(--display); font-size: 19px; line-height: 1.45; font-weight: 400; }
.quote:first-child p { font-size: clamp(20px, 2vw, 25px); }
.quote footer { font-size: 13px; color: rgba(255, 253, 249, 0.65); display: flex; align-items: center; gap: 10px; margin-top: auto; }
.q-stars { color: #f1b64b; letter-spacing: 1px; }
.q-dim { opacity: 0.3; }

/* ---------- Offers ---------- */
.offers { background: var(--paper); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.offer {
  padding: 30px; border-radius: 26px; background: var(--cream); border: 1px solid var(--line);
  display: grid; gap: 12px; align-content: start; position: relative; overflow: hidden;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s;
}
.offer:hover { transform: translateY(-4px); box-shadow: 0 30px 50px -35px rgba(43, 33, 28, 0.5); }
.offer-gold { background: linear-gradient(160deg, #fbf2df, #f3e2bd); border-color: rgba(157, 124, 63, 0.3); }
.offer-blush { background: linear-gradient(160deg, var(--blush), #f2d7da); border-color: rgba(168, 84, 94, 0.25); }
.offer-badge { justify-self: start; font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; background: var(--espresso); color: var(--cream); }
.offer h3 { font-size: 24px; }
.offer p { color: var(--espresso-2); font-size: 15.5px; }
.offer .text-link { justify-self: start; margin-top: 4px; }

/* ---------- Visit ---------- */
.visit { background: var(--paper-2); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.addr { font-style: normal; margin-top: 22px; display: grid; gap: 12px; font-size: 17px; }
.addr a { text-decoration: none; border-bottom: 1px solid var(--gold); }
.addr a:hover { color: var(--rose-deep); }
.hours { width: 100%; border-collapse: collapse; margin-top: 30px; font-size: 16px; }
.hours caption { text-align: left; font-family: var(--display); font-size: 22px; font-weight: 500; padding-bottom: 12px; }
.hours th, .hours td { padding: 11px 0; border-bottom: 1px solid var(--line); text-align: left; }
.hours th { font-weight: 500; color: var(--espresso-2); }
.hours td { text-align: right; font-weight: 600; }
.hours td.closed { color: var(--muted); font-weight: 500; }
.hours tr.today th, .hours tr.today td { color: var(--rose-deep); }
.hours tr.today th::after { content: " · today"; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-deep); }
.visit-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; margin-bottom: 18px; }
.visit-media { display: grid; gap: 22px; }
.arch-shop { width: min(100%, 420px); margin-inline: auto; }
.map-shell {
  position: relative; border-radius: 24px; overflow: hidden; min-height: 300px; background: var(--cream); border: 1px solid var(--line);
  display: grid; place-items: center;
}
.map-shell.loaded { border-color: var(--gold); }
.map-shell iframe { width: 100%; height: 340px; border: 0; display: block; }
.map-placeholder { padding: 30px; text-align: center; display: grid; gap: 16px; justify-items: center; max-width: 380px; }
.map-placeholder p { font-size: 14.5px; color: var(--muted); }

/* ---------- Footer ---------- */
.foot { background: var(--espresso); color: rgba(255, 253, 249, 0.85); padding-top: clamp(60px, 7vw, 90px); }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 50px; border-bottom: 1px solid rgba(255, 253, 249, 0.12); }
.foot a { color: var(--cream); text-decoration: none; border-bottom: 1px solid rgba(207, 174, 116, 0.5); }
.foot a:hover { border-color: var(--gold-hi); color: var(--gold-hi); }
.foot p + p { margin-top: 10px; }
.foot-brand .daisy-mark { width: 46px; height: 46px; margin-bottom: 14px; }
.foot-brand .dm-petals ellipse { fill: var(--espresso); stroke: var(--gold); }
.foot-name { font-family: var(--display); font-size: 26px; color: var(--cream); font-weight: 500; }
.foot-tag { font-family: var(--display); font-style: italic; color: var(--gold-hi); font-size: 18px; margin-top: 4px; }
.foot-h { font-size: 12.5px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-hi); margin-bottom: 14px; }
.foot-agency { padding-block: 22px; border-bottom: 1px solid rgba(255, 253, 249, 0.12); font-size: 14px; color: rgba(255, 253, 249, 0.7); display: grid; gap: 8px; }
.foot-agency strong { color: var(--gold-hi); font-weight: 600; }
.foot-agency-links { display: flex; flex-wrap: wrap; gap: 6px 22px; }
.foot-agency-links a { color: var(--cream); }
.foot-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-block: 24px 110px; font-size: 14px; color: rgba(255, 253, 249, 0.6); }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 85; text-decoration: none;
  display: flex; align-items: center; gap: 0; height: 60px; padding: 0; border-radius: 999px;
  background: var(--wa); color: #fff; box-shadow: 0 16px 34px -12px rgba(21, 138, 67, 0.7);
  transition: background 0.25s, transform 0.25s var(--ease-out), padding 0.35s var(--ease-out);
}
.wa-float:hover { background: var(--wa-deep); transform: translateY(-2px); }
.wa-icon { width: 60px; height: 60px; display: grid; place-items: center; flex: none; }
.wa-label { font-weight: 700; font-size: 15px; max-width: 0; overflow: hidden; white-space: nowrap; transition: max-width 0.4s var(--ease-out), padding 0.4s; }
.wa-float:hover .wa-label, .wa-float:focus-visible .wa-label { max-width: 200px; padding-right: 22px; }
.wa-ring { position: absolute; inset: 0; border-radius: 999px; border: 2px solid var(--wa); animation: ring 2.4s ease-out infinite; pointer-events: none; }
@keyframes ring { 0% { transform: scale(1); opacity: 0.7; } 100% { transform: scale(1.5); opacity: 0; } }

/* ---------- Lightbox ---------- */
.lightbox { border: 0; padding: 0; background: transparent; max-width: min(92vw, 1100px); max-height: 92vh; }
.lightbox::backdrop { background: rgba(43, 33, 28, 0.86); backdrop-filter: blur(6px); }
.lightbox figure { display: grid; gap: 12px; justify-items: center; }
.lightbox img { max-height: 82vh; width: auto; max-width: 100%; border-radius: 18px; border: 1px solid var(--gold); background: var(--cream); }
.lightbox figcaption { color: var(--cream); font-family: var(--display); font-size: 18px; text-align: center; }
.lb-close {
  position: fixed; top: 16px; right: 16px; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255, 253, 249, 0.4);
  background: rgba(43, 33, 28, 0.6); color: var(--cream); font-size: 28px; line-height: 1;
}

/* ---------- Inner pages ---------- */
.page { padding-block: clamp(50px, 7vw, 90px) clamp(70px, 9vw, 120px); }
.page .wrap { max-width: 760px; }
.page h1 { margin-bottom: 10px; font-size: clamp(34px, 5vw, 56px); }
.page h2 { font-family: var(--display); font-size: 26px; font-weight: 500; margin-top: 36px; margin-bottom: 10px; }
.page p, .page li { color: var(--espresso-2); }
.page p + p { margin-top: 14px; }
.page ul { padding-left: 20px; display: grid; gap: 10px; margin-top: 10px; }
.page a { text-decoration: none; border-bottom: 1px solid var(--gold); }
.page a:hover { color: var(--rose-deep); }
.updated { color: var(--muted); font-size: 14px; margin-bottom: 28px; }
.back-link { margin-top: 40px; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .g-grid { grid-template-columns: repeat(3, 1fr); }
  .g-item:nth-child(4n + 2), .g-item:nth-child(4n + 4) { margin-top: 0; border-radius: var(--arch); }
  .g-item:nth-child(4n + 2) .g-cap, .g-item:nth-child(4n + 4) .g-cap { top: auto; bottom: 14px; }
  .g-item:nth-child(3n + 2) { margin-top: 30px; }
  .menu-grid { grid-template-columns: 1fr 1fr; }
  .menu-card:first-child { grid-column: span 2; }
}
@media (max-width: 960px) {
  .nav {
    position: fixed; inset: 0; top: 0; background: var(--paper); z-index: 70; flex-direction: column; justify-content: center; gap: 22px;
    opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity 0.3s, transform 0.3s var(--ease);
  }
  .nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .nav > a:not(.btn):not(.nav-ig) { font-family: var(--display); font-size: 34px; font-weight: 400; }
  .nav-ig { margin: 0; }
  .nav-cta { min-height: 52px; font-size: 16px; }
  .menu-btn { display: block; position: relative; z-index: 75; }
  body.nav-open { overflow: hidden; }
  .hero { min-height: 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual { max-width: 560px; margin-inline: auto; }
  .welcome-grid, .reviews-grid, .visit-grid { grid-template-columns: 1fr; }
  .welcome-media { max-width: 520px; }
  .offer-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .brand-text small { display: none; }
  .hero { padding-top: 16px; }
  .hero-actions .btn { width: 100%; }
  .status { font-size: 13.5px; }
  .badge-google { left: 0; top: -6px; padding: 10px 12px; }
  .badge-google strong { font-size: 24px; }
  .g-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .g-item:nth-child(3n + 2) { margin-top: 0; }
  .g-item:nth-child(2n) { margin-top: 24px; }
  .g-cap { display: none; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card:first-child { grid-column: auto; }
  .quotes { grid-template-columns: 1fr; }
  .quote:first-child, .quote-short { grid-column: auto; }
  .callout { flex-direction: column; align-items: flex-start; }
  .foot-grid { grid-template-columns: 1fr; gap: 26px; }
  .wa-float { right: 14px; bottom: 14px; }
  .clients-track picture, .clients-track img { width: 120px; }
  .clients-track img { height: 120px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal-load { animation: none; opacity: 1; }
  [data-reveal] > * { opacity: 1; transform: none; transition: none; }
  .petal, .ticker-track, .clients-track, .badge-google, .wa-ring, .scroll-cue span, .status-dot { animation: none !important; }
  .bar-fill { transition: none; }
  .brand:hover .dm-petals { animation: none; }
  .btn, .g-item, .g-item img, .offer { transition: none; }
}
