/* Adara Studio — ver design-system/adara-studio/MASTER.md */
:root {
  /* Espresso, porcelana y champán, con un vino que viene del magenta del logo, más profundo */
  --ink: #17110f;
  --ink-2: #241a16;
  --ink-3: #3b2d27;
  --accent: #8e1f43;         /* vino / baya: botones y acentos */
  --accent-hover: #74183a;
  --accent-text: #8e1f43;    /* acento para texto sobre claro (≈10:1) */
  --gold: #cfae7f;           /* champán: texto y líneas sobre espresso */
  --gold-deep: #8a6a3f;      /* champán para detalles sobre claro (≥4.5:1) */
  --nude: #efe5dc;
  --nude-2: #e2d2c4;
  --porcelain: #faf6f1;
  --text: #231a16;
  --muted: #6c5d55;
  --line: #e4d6ca;
  --on-ink: #f4ece4;
  --on-ink-muted: #bfae9f;

  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --script: "Allura", "Brush Script MT", cursive;

  --r-arch: 999px 999px 22px 22px;
  --gutter: clamp(16px, 5vw, 64px);
  --max: 1200px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --shadow: 0 18px 40px -18px rgba(23, 17, 15, .5);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  font: 400 16px/1.6 var(--sans);
  color: var(--text);
  background: var(--porcelain);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.08; margin: 0; letter-spacing: -.01em; }
h2 { font-size: clamp(2rem, 4.6vw, 3.4rem); }
h1 em, h2 em { font-style: italic; color: var(--accent-text); }
p { margin: 0; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

.skip { position: absolute; left: -999px; top: 8px; z-index: 50; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip:focus { left: 8px; }

.eyebrow {
  font: 600 .74rem/1 var(--sans);
  letter-spacing: .24em; text-transform: uppercase;
  color: var(--gold-deep);
  display: inline-flex; align-items: center; gap: .6em;
  margin-bottom: 1rem;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  min-height: 48px; padding: 0 1.4rem;
  border-radius: 999px; border: 1.5px solid transparent;
  font: 600 1rem/1 var(--sans); text-decoration: none;
  transition: transform .2s var(--ease), background-color .2s, box-shadow .2s, color .2s;
}
.btn svg { width: 20px; height: 20px; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-sm { min-height: 44px; padding: 0 1rem; font-size: .92rem; }
.btn-wa { background: var(--accent); color: #fff; box-shadow: 0 10px 24px -12px var(--accent); }
.btn-wa:hover { background: var(--accent-hover); }
.btn-ghost { border-color: rgba(244, 236, 228, .5); color: var(--on-ink); }
.btn-ghost:hover { background: rgba(244, 236, 228, .1); border-color: var(--on-ink); }
.btn-ghost-dark { border-color: var(--ink); color: var(--ink); }
.btn-ghost-dark:hover { background: var(--ink); color: #fff; }
.btn-dark { background: var(--ink); color: #fff; border: 0; }
.btn-dark:hover { background: var(--ink-3); }
.btn-accent { background: var(--accent); color: #fff; border: 0; }
.btn-block { width: 100%; }
.btn-link {
  background: none; border: 0; padding: .6rem 0; min-height: 44px;
  color: var(--accent-text); font-weight: 600; white-space: nowrap;
}
.btn-link span { display: inline-block; transition: transform .2s var(--ease); }
.btn-link:hover span { transform: translateX(4px); }

/* ---------- header ---------- */
.top {
  position: sticky; top: env(safe-area-inset-top, 0px); z-index: 30;
  display: flex; align-items: center; gap: 1rem;
  padding: .6rem var(--gutter);
  background: rgba(23, 17, 15, .88);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  color: var(--on-ink);
}
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; margin-right: auto; }
.brand img { width: 44px; height: 44px; border-radius: 12px; background: #fff; }
.brand span { display: grid; line-height: 1.1; }
.brand b { font: 500 1.15rem/1.1 var(--serif); }
.brand small { font-size: .72rem; color: var(--on-ink-muted); letter-spacing: .04em; }
.links { display: none; gap: 1.6rem; }
.links a { text-decoration: none; font-size: .92rem; color: var(--on-ink-muted); padding: .6rem 0; transition: color .2s; }
.links a:hover { color: #fff; }
@media (min-width: 900px) { .links { display: flex; } }
@media (max-width: 420px) { .top .btn-sm span { display: none; } .top .btn-sm { width: 44px; padding: 0; } }

/* ---------- arch frames (espejo de salón) ---------- */
.arch { margin: 0; border-radius: var(--r-arch); overflow: hidden; background: var(--ink-2); position: relative; }
.arch img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- hero: el espejo que transforma ---------- */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  background:
    radial-gradient(70% 60% at 78% 38%, #3d2820 0%, rgba(61, 40, 32, 0) 70%),
    radial-gradient(60% 50% at 10% 100%, #2a1a1b 0%, rgba(42, 26, 27, 0) 70%),
    var(--ink);
  color: var(--on-ink);
  padding: clamp(2.5rem, 6vw, 4.5rem) var(--gutter) clamp(3.5rem, 7vw, 5.5rem);
  display: grid; gap: clamp(3rem, 6vw, 4rem);
}
/* grano fino, para que el fondo no se vea plano */
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .09; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.hero .eyebrow { color: var(--gold); }
.hero h1 { font-size: clamp(2.9rem, 6.4vw, 5.4rem); line-height: 1; letter-spacing: -.02em; }
.hero h1 .l { display: block; }
.hero h1 em { display: block; color: var(--gold); font-weight: 400; margin-top: .08em; }
.lede { margin-top: 1.6rem; max-width: 44ch; color: var(--on-ink-muted); font-size: 1.08rem; }
.cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-facts {
  list-style: none; margin: 2.6rem 0 0; padding: 1.4rem 0 0; border-top: 1px solid rgba(207, 174, 127, .25);
  display: grid; grid-template-columns: repeat(3, auto); justify-content: start;
}
.hero-facts li { padding: 0 1.4rem; border-left: 1px solid rgba(207, 174, 127, .25); font-size: .82rem; color: var(--on-ink-muted); line-height: 1.35; }
.hero-facts li:first-child { padding-left: 0; border-left: 0; }
.hero-facts b { display: block; font: italic 400 1.35rem/1.2 var(--serif); color: var(--on-ink); }

.mirror { position: relative; justify-self: center; width: min(100%, 440px); }
.mirror-ring {
  position: absolute; left: 0; right: 0; top: 0; aspect-ratio: 3 / 4;
  border: 1px solid rgba(207, 174, 127, .55); border-radius: var(--r-arch);
  transform: translate(16px, -16px); pointer-events: none;
}
.mirror-frame {
  position: relative; margin: 0; aspect-ratio: 3 / 4; border-radius: var(--r-arch); overflow: hidden;
  background: var(--ink-2); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .8);
}
.mirror-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.m-after { clip-path: inset(0 0 100% 0); animation: m-reveal 8s cubic-bezier(.45, 0, .4, 1) infinite; }
.iron {
  position: absolute; left: 0; right: 0; top: 0; height: 4px; margin-top: -2px; opacity: 0;
  background: linear-gradient(90deg, transparent, var(--gold) 15%, #fff7e8 50%, var(--gold) 85%, transparent);
  box-shadow: 0 0 22px 6px rgba(255, 236, 205, .6), 0 -30px 50px 10px rgba(255, 236, 205, .16);
  animation: m-iron 8s cubic-bezier(.45, 0, .4, 1) infinite;
}
.m-labels { position: absolute; right: 18px; bottom: 18px; display: grid; }
.m-labels span {
  grid-area: 1 / 1; justify-self: end; white-space: nowrap;
  background: rgba(23, 17, 15, .72); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  color: var(--on-ink); border: 1px solid rgba(207, 174, 127, .4);
  font: 600 .7rem/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; padding: .55rem .95rem; border-radius: 999px;
}
.m-labels .lb-before { animation: m-lb-before 8s linear infinite; }
.m-labels .lb-after { opacity: 0; animation: m-lb-after 8s linear infinite; }
@keyframes m-reveal {
  0%, 16% { clip-path: inset(0 0 100% 0); opacity: 1; }
  60%, 88% { clip-path: inset(0 0 0 0); opacity: 1; }
  96% { clip-path: inset(0 0 0 0); opacity: 0; }
  100% { clip-path: inset(0 0 100% 0); opacity: 0; }
}
@keyframes m-iron {
  0%, 14% { top: 0; opacity: 0; }
  17% { top: 0; opacity: 1; }
  60% { top: 100%; opacity: 1; }
  64%, 100% { top: 100%; opacity: 0; }
}
@keyframes m-lb-before { 0%, 52% { opacity: 1; } 56%, 94% { opacity: 0; } 98%, 100% { opacity: 1; } }
@keyframes m-lb-after { 0%, 54% { opacity: 0; } 58%, 92% { opacity: 1; } 96%, 100% { opacity: 0; } }
.mirror.paused .m-after, .mirror.paused .iron, .mirror.paused .m-labels span { animation-play-state: paused; }

.m-pause {
  position: absolute; top: 18%; right: -10px; z-index: 2; width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center; background: rgba(23, 17, 15, .72); color: var(--gold);
  border: 1px solid rgba(207, 174, 127, .5); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.m-pause svg { width: 16px; height: 16px; fill: currentColor; }
.m-pause .i-play { display: none; }
.mirror.paused .m-pause .i-play { display: block; }
.mirror.paused .m-pause .i-pause { display: none; }

.m-caption { margin-top: 1rem; text-align: center; font-size: .82rem; color: var(--on-ink-muted); }
.m-caption b { color: var(--gold); font-weight: 600; }

.hero-review {
  position: relative; margin: 1.4rem auto 0; width: min(92%, 320px); z-index: 2;
  background: var(--porcelain); color: var(--text); border-radius: 18px; padding: 1rem 1.1rem;
  box-shadow: 0 24px 50px -20px rgba(0, 0, 0, .7);
}
.hero-review blockquote { margin: 0; }
.hero-review p { font: italic 400 1rem/1.4 var(--serif); }
.hero-review small { display: flex; align-items: center; gap: .4rem; margin-top: .5rem; font-size: .78rem; color: var(--muted); }
.hero-review svg { width: 14px; height: 14px; color: var(--accent); flex: none; }
.vert {
  display: none; position: absolute; right: -3.2rem; top: 40%;
  writing-mode: vertical-rl; transform: translateY(-50%) rotate(180deg);
  font: 600 .68rem/1 var(--sans); letter-spacing: .32em; text-transform: uppercase; color: rgba(207, 174, 127, .7);
}

@media (min-width: 960px) {
  .hero { grid-template-columns: 1.1fr 1fr; align-items: center; min-height: min(90vh, 860px); column-gap: clamp(3rem, 6vw, 6rem); }
  .hero-copy { justify-self: end; max-width: 600px; width: 100%; }
  .mirror { justify-self: start; width: min(100%, 430px); }
  .hero-review { position: absolute; left: -90px; bottom: 72px; margin: 0; width: 270px; }
  .m-caption { text-align: right; padding-right: .5rem; }
  .vert { display: block; }
}
@media (max-width: 520px) {
  .mirror { width: calc(100% - 12px); justify-self: start; }
  .mirror-ring { transform: translate(10px, -10px); }
  .m-pause { right: -6px; }
  .hero-facts { grid-template-columns: repeat(3, 1fr); }
  .hero-facts li { padding: 0 .7rem; }
  .hero-facts b { font-size: 1.1rem; }
}

/* ---------- brand marquee ---------- */
.brands { background: var(--ink-2); color: var(--gold); border-block: 1px solid rgba(207, 174, 127, .25); overflow: hidden; padding: .9rem 0; contain: paint; }
.brands-track { display: flex; align-items: center; gap: 1.6rem; width: max-content; animation: marquee 32s linear infinite; }
.brands span { font: italic 500 1.15rem/1 var(--serif); white-space: nowrap; }
.brands i { width: 5px; height: 5px; transform: rotate(45deg); background: var(--gold); opacity: .6; flex: none; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- sections ---------- */
section { padding: clamp(4rem, 9vw, 7rem) var(--gutter); }
.sec-head { max-width: 760px; margin: 0 auto clamp(2.2rem, 5vw, 3.5rem); text-align: center; }
.sec-head .eyebrow { justify-content: center; }
.sec-head > p:last-child { margin-top: 1rem; color: var(--muted); font-size: 1.05rem; }

/* ---------- before / after ---------- */
.results { background: var(--porcelain); }
.ba { max-width: var(--max); margin: 0 auto; display: grid; gap: 2rem; }
.ba-stage { position: relative; max-width: 460px; width: 100%; justify-self: center; }
.ba-frame { position: relative; margin: 0; aspect-ratio: 3 / 4; border-radius: var(--r-arch); overflow: hidden; background: var(--nude); box-shadow: var(--shadow); }
.ba-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .45s var(--ease); }
.ba-before { opacity: 0; }
.ba[data-state="before"] .ba-before { opacity: 1; }
.ba[data-state="before"] .ba-after { opacity: 0; }
.ba-tag {
  position: absolute; left: 50%; bottom: 18px; translate: -50% 0;
  background: rgba(23, 17, 15, .78); color: #fff; font: 600 .75rem/1 var(--sans);
  letter-spacing: .18em; text-transform: uppercase; padding: .55rem .9rem; border-radius: 999px;
}
.ba-toggle {
  display: grid; grid-template-columns: 1fr 1fr; gap: 4px;
  margin: 1rem auto 0; padding: 4px; max-width: 280px;
  background: var(--nude); border: 1px solid var(--line); border-radius: 999px;
}
.ba-toggle button {
  min-height: 44px; border: 0; border-radius: 999px; background: transparent;
  font-weight: 600; color: var(--muted); transition: background-color .2s, color .2s;
}
.ba-toggle button[aria-pressed="true"] { background: var(--ink); color: #fff; }
.ba-side { display: grid; gap: 1.8rem; align-content: center; }
.ba-list { list-style: none; margin: 0; padding: 0; display: grid; gap: .6rem; }
.ba-list button {
  width: 100%; display: flex; align-items: center; gap: 1rem; text-align: left;
  background: #fff; border: 1.5px solid var(--line); border-radius: 18px; padding: .6rem;
  transition: border-color .2s, box-shadow .2s, transform .2s var(--ease);
}
.ba-list button:hover { transform: translateX(3px); }
.ba-list button[aria-current="true"] { border-color: var(--accent); box-shadow: 0 8px 22px -14px var(--accent); }
.ba-list img { width: 56px; height: 72px; object-fit: cover; border-radius: 999px 999px 10px 10px; flex: none; }
.ba-list b { display: block; font: 500 1.2rem/1.2 var(--serif); color: var(--text); }
.ba-list small { color: var(--muted); font-size: .88rem; }
.quote-sm { margin: 0; padding-left: 1.2rem; border-left: 2px solid var(--accent); }
.quote-sm p { font: italic 400 1.25rem/1.45 var(--serif); }
.quote-sm cite { display: block; margin-top: .5rem; font: 500 .85rem/1 var(--sans); font-style: normal; color: var(--muted); }
@media (min-width: 860px) {
  .ba { grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; }
  .ba-stage { justify-self: end; }
}

/* ---------- alisados ---------- */
.menu { background: var(--nude); }
.feature {
  max-width: var(--max); margin: 0 auto; display: grid; gap: 2rem;
  background: #fff; border-radius: 32px; padding: clamp(1.2rem, 3vw, 2.2rem);
  box-shadow: 0 30px 60px -40px rgba(60, 35, 25, .35);
}
.feature .arch-lg { aspect-ratio: 3 / 4; max-width: 420px; width: 100%; justify-self: center; }
.feature-copy { align-self: center; }
.pill { display: inline-block; background: var(--accent); color: #fff; font: 600 .78rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; padding: .5rem .8rem; border-radius: 999px; margin-bottom: 1rem; }
.feature h3 { font-size: clamp(2rem, 4vw, 2.8rem); }
.brand-line { font: 600 .78rem/1.4 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--accent-text); margin: .5rem 0 1rem; }
.feature-copy > p:not(.brand-line) { color: var(--muted); max-width: 48ch; }
.ticks { list-style: none; padding: 0; margin: 1.4rem 0 1.8rem; display: grid; gap: .55rem; }
.ticks li { display: flex; gap: .7rem; align-items: baseline; }
.ticks li::before { content: ""; width: 14px; height: 2px; background: var(--accent); flex: none; transform: translateY(-4px); }
@media (min-width: 860px) { .feature { grid-template-columns: 420px 1fr; gap: 3.5rem; } }

.treat-list { list-style: none; max-width: var(--max); margin: 2.5rem auto 0; padding: 0; display: grid; gap: 0 3rem; }
.treat {
  display: flex; gap: 1rem; justify-content: space-between; align-items: flex-start;
  padding: 1.5rem 0; border-top: 1px solid var(--line);
}
.treat h3 { font-size: 1.5rem; }
.treat .brand-line { margin: .35rem 0 .5rem; }
.treat p:last-child { color: var(--muted); }
@media (min-width: 860px) { .treat-list { grid-template-columns: 1fr 1fr; } }

/* ---------- color ---------- */
.color { background: var(--ink); color: var(--on-ink); padding-left: 0; padding-right: 0; }
.color-head { padding: 0 var(--gutter); max-width: calc(var(--max) + 2 * var(--gutter)); margin: 0 auto 2.5rem; display: grid; gap: 1.5rem; }
.color .eyebrow { color: var(--gold); }
.color h2 em { color: var(--gold); }
.color blockquote { margin: 0; max-width: 52ch; }
.color blockquote p { font: italic 400 clamp(1.15rem, 2vw, 1.4rem)/1.5 var(--serif); color: var(--on-ink); }
.color blockquote cite { display: block; margin-top: .8rem; font: 500 .85rem/1 var(--sans); font-style: normal; color: var(--on-ink-muted); }
@media (min-width: 900px) { .color-head { grid-template-columns: 1fr 1fr; align-items: end; gap: 4rem; } }
.reel {
  display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: .5rem var(--gutter) 1rem; scroll-padding-inline: var(--gutter);
  scrollbar-width: none; contain: paint;
}
.reel::-webkit-scrollbar { display: none; }
.reel .arch { flex: 0 0 clamp(220px, 62vw, 300px); aspect-ratio: 3 / 4.4; scroll-snap-align: start; border: 1.5px solid rgba(207, 174, 127, .3); }
.reel figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 2.5rem 1rem 1rem;
  background: linear-gradient(transparent, rgba(23, 17, 15, .85));
  font: italic 500 1.1rem/1.2 var(--serif); color: #fff;
}
.reel-nav { display: flex; gap: .8rem; align-items: center; padding: 1rem var(--gutter) 0; max-width: calc(var(--max) + 2 * var(--gutter)); margin: 0 auto; }
.reel-nav .btn { margin-left: auto; }
.round {
  width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center;
  background: transparent; border: 1.5px solid rgba(244, 236, 228, .4); color: var(--on-ink);
  transition: background-color .2s, border-color .2s;
}
.round:hover { background: rgba(244, 236, 228, .1); border-color: var(--on-ink); }
.round svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- quote form ---------- */
.quote { background: var(--porcelain); }
.qform { max-width: 880px; margin: 0 auto; display: grid; gap: 1.6rem; }
.qform fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.qform legend { display: flex; align-items: center; gap: .7rem; font: 500 1.3rem/1.2 var(--serif); margin-bottom: 1rem; padding: 0; }
.step { width: 30px; height: 30px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; font: 600 .85rem/1 var(--sans); flex: none; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chips label, .lengths label { position: relative; }
.chips input, .lengths input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.chips span {
  display: inline-flex; align-items: center; min-height: 44px; padding: 0 1.1rem;
  border-radius: 999px; border: 1.5px solid var(--line); background: #fff;
  font-weight: 500; transition: background-color .2s, border-color .2s, color .2s;
}
.chips input:checked + span { background: var(--ink); border-color: var(--ink); color: #fff; }
.chips input:focus-visible + span, .lengths input:focus-visible + span { outline: 3px solid var(--accent); outline-offset: 2px; }
.chips label:hover span { border-color: var(--accent); }
.lengths { display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; }
.lengths span {
  display: grid; justify-items: center; gap: .3rem; padding: .8rem .3rem .7rem;
  border-radius: 18px; border: 1.5px solid var(--line); background: #fff;
  font-size: .88rem; font-weight: 500; text-align: center; line-height: 1.2;
  transition: border-color .2s, background-color .2s;
}
.lengths svg { width: 48px; height: 68px; color: var(--ink-3); }
.lengths .hair { fill: var(--ink-3); stroke: var(--ink); stroke-width: 1.2; transition: fill .2s; }
.lengths input:checked + span { border-color: var(--accent); background: var(--nude); }
.lengths input:checked + span .hair { fill: var(--accent); stroke: var(--accent-text); }
.lengths label:hover span { border-color: var(--accent); }
.row2 { display: grid; gap: 1rem; }
@media (min-width: 640px) { .row2 { grid-template-columns: 1fr 1fr; } .row2 legend { grid-column: 1 / -1; } }
.field { display: grid; gap: .4rem; font-weight: 500; font-size: .95rem; align-content: start; }
.field em { font-style: normal; color: var(--muted); font-weight: 400; }
.field input {
  min-height: 48px; padding: 0 1rem; border-radius: 14px; border: 1.5px solid var(--line);
  background: #fff; font: 400 16px/1 var(--sans); color: var(--text);
}
.field input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(142, 31, 67, .15); }
.field input[aria-invalid="true"] { border-color: #c62828; }
.err { color: #b3261e; font-weight: 500; }
.qout { background: var(--ink); color: var(--on-ink); border-radius: 28px; padding: 1.4rem; display: grid; gap: 1rem; }
.qout-label { font: 600 .75rem/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; color: var(--on-ink-muted); }
.bubble {
  background: #fff; color: var(--text); padding: 1rem 1.1rem; border-radius: 18px 18px 18px 4px;
  font-size: .98rem; line-height: 1.55; white-space: pre-line; max-width: 60ch;
}
.fine { font-size: .85rem; color: var(--on-ink-muted); }

/* ---------- about ---------- */
.about { background: var(--nude); display: grid; gap: 2.5rem; max-width: none; }
.about-img { margin: 0; justify-self: center; max-width: 440px; width: 100%; }
.about-img img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.about-img figcaption { font-size: .85rem; color: var(--muted); margin-top: .7rem; text-align: center; }
.about-copy { max-width: 560px; align-self: center; }
.script { font: 400 clamp(2.4rem, 5vw, 3.2rem)/1 var(--script); color: var(--accent); margin: .2rem 0 1.2rem; }
.about .big { font: 400 1.35rem/1.45 var(--serif); margin-bottom: 1rem; }
.about-copy > p:not(.big):not(.script):not(.eyebrow) { color: var(--muted); margin-bottom: 1.6rem; }
.review { margin: 2rem 0 0; background: #fff; border-radius: 22px; padding: 1.4rem; border: 1px solid var(--line); }
.review blockquote { margin: .7rem 0; }
.review blockquote p { font: italic 400 1.2rem/1.45 var(--serif); }
.review figcaption { font-size: .88rem; color: var(--muted); }
.stars { display: inline-flex; align-items: center; gap: .4rem; color: var(--accent-text); font-weight: 600; font-size: .85rem; }
.stars svg { width: 18px; height: 18px; }
@media (min-width: 900px) {
  .about { grid-template-columns: 1fr 1fr; gap: 5rem; }
  .about-img { justify-self: end; }
}

/* ---------- visit ---------- */
.visit { background: var(--porcelain); display: grid; gap: 2.5rem; }
.visit-copy { max-width: 560px; align-self: center; }
.facts { margin: 1.8rem 0 0; display: grid; gap: 0; }
.facts div { display: grid; grid-template-columns: 7.5rem 1fr; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--line); }
.facts dt { font: 600 .75rem/1.6 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.facts dd { margin: 0; }
.facts a { color: var(--accent-text); font-weight: 600; }
.tbd {
  display: inline-block; font-size: .8rem; font-weight: 600; color: #7a4b00;
  background: #fff3cd; border: 1px dashed #d9a400; border-radius: 6px; padding: .05rem .45rem;
}
.social { display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; margin-top: 1.6rem; }
.social a { display: inline-flex; align-items: center; gap: .45rem; text-decoration: none; color: var(--muted); font-size: .92rem; min-height: 44px; }
.social a:hover { color: var(--accent-text); }
.social svg { width: 20px; height: 20px; }
.visit-img { aspect-ratio: 9 / 14; max-width: 380px; width: 100%; justify-self: center; box-shadow: var(--shadow); }
@media (min-width: 900px) {
  .visit { grid-template-columns: 1fr 1fr; gap: 5rem; }
  .visit-copy { justify-self: end; width: 100%; }
  .visit-img { justify-self: start; }
}

/* ---------- footer / fab ---------- */
.foot { background: var(--ink); color: var(--on-ink-muted); text-align: center; padding: 3rem var(--gutter) calc(6rem + env(safe-area-inset-bottom, 0px)); display: grid; justify-items: center; gap: .8rem; font-size: .9rem; }
.foot img { border-radius: 16px; }
.foot .made a { color: var(--on-ink); }
.fab {
  position: fixed; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); z-index: 40;
  width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
  background: var(--accent); color: #fff; box-shadow: 0 12px 28px -10px rgba(142, 31, 67, .6);
  transition: transform .2s var(--ease), opacity .3s;
}
.fab svg { width: 28px; height: 28px; }
.fab:hover { transform: scale(1.06); }
.fab[data-hidden] { opacity: 0; pointer-events: none; transform: translateY(12px); }

/* reveal on scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .m-after { animation: none !important; clip-path: none; }
  .iron, .m-pause { display: none !important; }
  .m-labels .lb-before { display: none; }
  .m-labels .lb-after { opacity: 1; animation: none !important; }
  .brands-track { animation: none; }
  .reveal { opacity: 1; transform: none; }
}
