:root {
  --ivory: #f4f0e8;
  --ivory-deep: #ebe4d8;
  --ink: #000000;
  --ink-soft: #1a1a1a;
  --muted: #6d675e;
  --line: #d8d0c4;
  --graphite: #2c2c2c;
  --graphite-mid: #3a3a3a;
  --graphite-soft: #5a5a5a;
  --paper: url("assets/paper.webp");
  --serif: "Bodoni Moda", "Didot", "Bodoni MT", Georgia, serif;
  --sans: "Jost", "Avenir Next", system-ui, sans-serif;
  --header-h: 72px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px);
  overflow-x: clip;
  max-width: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(244, 240, 232, 0.92), rgba(244, 240, 232, 0.96)),
    var(--paper);
  background-size: auto, 420px;
  font-family: var(--sans);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  max-width: 100%;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, h4, p { margin: 0; }

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: #000;
  color: #fff;
  padding: 0.6rem 1rem;
  z-index: 100;
}
.skip:focus { left: 0; }

.eyebrow {
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.1rem;
}

h1, h2 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

h1 {
  font-size: clamp(2.6rem, 6.5vw, 5.4rem);
  max-width: 11ch;
}

h1 em, h2 em {
  font-style: italic;
  font-weight: 400;
}

h2 {
  font-size: clamp(2.1rem, 4.6vw, 3.6rem);
  max-width: 14ch;
}

.lede {
  max-width: 34rem;
  color: var(--muted);
  font-size: 1.02rem;
  margin-top: 1.35rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.35rem;
  border: 1px solid var(--ink);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.btn--solid {
  background: var(--ink);
  color: var(--ivory);
}

.btn--solid:hover {
  background: var(--graphite);
  border-color: var(--graphite);
}

.btn--ghost:hover {
  background: var(--ink);
  color: var(--ivory);
}

.btn:focus-visible,
.tabs__btn:focus-visible,
.site-nav a:focus-visible,
.piece:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 3px;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2.1rem;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: var(--header-h);
  padding: 0 clamp(1.25rem, 4vw, 3.5rem);
  background: rgba(244, 240, 232, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.site-header.is-elevated {
  border-bottom-color: var(--line);
  background: rgba(244, 240, 232, 0.94);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--serif);
  font-size: 1.35rem;
  letter-spacing: 0.18em;
}

.brand img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.12));
}

.site-nav {
  display: flex;
  gap: clamp(1.2rem, 3vw, 2.2rem);
}

.site-nav a {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: 0.78;
  transition: opacity 0.25s ease;
}

.site-nav a:hover { opacity: 1; }

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  gap: 6px;
  flex-direction: column;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  background: var(--ink);
}

/* Hero */
.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 7.5rem);
  align-items: center;
  justify-content: center;
  min-height: calc(100svh - var(--header-h));
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1.25rem, 4vw, 3.5rem) clamp(3rem, 7vw, 5.5rem);
  overflow: clip;
}

.hero__copy {
  animation: rise 1.1s cubic-bezier(0.22, 1, 0.36, 1) both;
  max-width: 34rem;
  justify-self: end;
  padding-inline-end: clamp(0.5rem, 2vw, 1.75rem);
}

.hero__stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 560px;
  width: 100%;
  justify-self: stretch;
  padding-inline-start: clamp(0.5rem, 2vw, 1.75rem);
  animation: rise 1.25s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

.hero-phone {
  position: relative;
  width: min(100%, 368px);
  max-width: 100%;
  aspect-ratio: 576 / 1024;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  filter: drop-shadow(0 28px 50px rgba(0,0,0,0.16));
}

.hero-phone__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  background: transparent;
  will-change: opacity, transform;
}

.hero-phone__frame.is-active {
  opacity: 1;
  transform: translateY(0);
}

.hero-phone__frame--a {
  z-index: 1;
}

.hero-phone__frame--b {
  z-index: 2;
}

.hero-phone__frame--b.is-active {
  z-index: 3;
}

/* Journey */
.journey {
  padding: clamp(3.5rem, 8vw, 6rem) clamp(1.25rem, 4vw, 3.5rem);
  border-top: 1px solid var(--line);
}

.journey h2 {
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
  max-width: 16ch;
}

.journey__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.75rem);
}

.journey__steps li {
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.journey__num {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  color: var(--muted);
  margin-bottom: 1rem;
}

.journey__icon {
  width: 40px;
  height: 40px;
  color: var(--graphite);
  margin-bottom: 1.1rem;
}

.journey__steps h3 {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  margin-bottom: 0.55rem;
}

.journey__steps p {
  color: var(--muted);
  max-width: 24ch;
  font-size: 0.92rem;
  line-height: 1.55;
}

/* Vision */
.vision {
  padding: clamp(4.5rem, 10vw, 8rem) clamp(1.25rem, 4vw, 3.5rem);
  border-top: 1px solid var(--line);
}

.vision--compact {
  padding: clamp(3.25rem, 7vw, 6rem) clamp(1.25rem, 4vw, 3.5rem);
}

.vision h2 { margin-bottom: 3.2rem; }

.vision--compact h2 {
  margin-bottom: 2.4rem;
}

.vision__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.75rem, 4vw, 3.5rem);
}

.vision__grid article {
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.icon {
  width: 42px;
  height: 42px;
  color: var(--graphite);
  margin-bottom: 1.2rem;
}

.vision__grid h3 {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.vision__grid p {
  color: var(--muted);
  max-width: 28ch;
  font-size: 0.95rem;
}

.icon-img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  margin-bottom: 1.15rem;
  border-radius: 14px;
  filter: grayscale(1) contrast(1.05);
}

/* Platform UI frames */
.ui-frame {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(0,0,0,0.12);
  min-width: 0;
  max-width: 100%;
}

.ui-frame--ivory {
  background: #faf7f1;
  border: 1px solid var(--line);
  color: var(--ink);
}

.ui-frame--graphite {
  background:
    linear-gradient(160deg, rgba(28,28,28,0.88), rgba(12,12,12,0.94)),
    url("assets/texture-grafito.webp") center / cover;
  color: #f3eee5;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 34px 70px rgba(0,0,0,0.35);
}

.ui-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 1.1rem;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  min-width: 0;
  flex-wrap: wrap;
}

.ui-top--dark {
  border-bottom-color: rgba(255,255,255,0.08);
  color: rgba(243,238,229,0.55);
}

.ui-top--dark nav {
  display: flex;
  gap: 1rem;
}

.ui-top--dark .is-on { color: #f7f2ea; }

.ui-brand-slot {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.35rem 0.65rem;
  border: 1px dashed rgba(0,0,0,0.28);
  border-radius: 4px;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: var(--graphite-soft);
  background: rgba(255,255,255,0.45);
}

.ui-brand-slot--light {
  border-color: rgba(255,255,255,0.28);
  color: rgba(243,238,229,0.7);
  background: rgba(255,255,255,0.04);
}

.rsvp-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.rsvp-strip b {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
}

.rsvp-strip span {
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.floor {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 320px;
}

.floor__side {
  padding: 1rem 0.85rem;
  border-right: 1px solid rgba(0,0,0,0.08);
  background: rgba(255,255,255,0.45);
}

.floor__label {
  margin: 0.75rem 0 0.45rem;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.floor__label:first-child { margin-top: 0; }

.floor__person {
  padding: 0.4rem 0.45rem;
  margin-bottom: 0.3rem;
  border: 1px solid #d9cdc0;
  border-radius: 5px;
  background: #fff;
  font-size: 0.72rem;
}

.floor__legend {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.35rem;
  font-size: 0.68rem;
  color: var(--muted);
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  border: 1px solid #9aa3ad;
  display: inline-block;
}
.dot--busy { background: #7eb6d9; border-color: #4a8fb8; }
.dot--free { background: #e8ecef; }

.floor__canvas {
  position: relative;
  background:
    radial-gradient(circle at 50% 45%, rgba(0,0,0,0.02), transparent 55%),
    #f4efe6;
  min-height: 320px;
  overflow: hidden;
  min-width: 0;
}

.table {
  position: absolute;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #efe7da;
  border: 1px solid #cfc3b1;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 10px rgba(255,255,255,0.35);
}

.table span {
  position: relative;
  z-index: 1;
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.table .seat {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #9aa3ad;
}
.seat.busy { background: #7eb6d9; border-color: #4a8fb8; }
.seat.free { background: #e8ecef; }

.seat.s1 { top: -7px; left: 50%; margin-left: -7px; }
.seat.s2 { top: 12px; right: -5px; }
.seat.s3 { bottom: 12px; right: -5px; }
.seat.s4 { bottom: -7px; left: 50%; margin-left: -7px; }
.seat.s5 { bottom: 12px; left: -5px; }
.seat.s6 { top: 12px; left: -5px; }
.seat.s7 { top: 50%; right: -7px; margin-top: -7px; }
.seat.s8 { top: 50%; left: -7px; margin-top: -7px; }

.t1 { left: 14%; top: 18%; }
.t2 { right: 16%; top: 28%; }
.t3 { left: 38%; bottom: 14%; width: 78px; height: 78px; }

.whitelabel {
  margin-top: 1.75rem;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.panel--couple .whitelabel {
  border-top-color: var(--line);
}

.whitelabel__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(243,238,229,0.55);
}

.panel--couple .whitelabel__eyebrow { color: var(--muted); }

.whitelabel h4 {
  margin: 0 0 0.65rem;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
}

.whitelabel p {
  margin: 0;
  color: rgba(243,238,229,0.68);
  font-size: 0.92rem;
  max-width: 36rem;
}

.pro-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.55rem;
  padding: 1rem 1.1rem;
}

.pro-stat {
  padding: 0.8rem;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
}

.pro-stat b {
  display: block;
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 500;
  color: #f7f2ea;
}

.pro-stat span {
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(243,238,229,0.48);
}

.pro-table {
  padding: 0 1.1rem 1rem;
}

.pro-table__head,
.pro-table > div {
  display: grid;
  grid-template-columns: 1.2fr 1.3fr 0.9fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-size: 0.82rem;
}

.pro-table__head {
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(243,238,229,0.42);
}

.tag {
  justify-self: start;
  padding: 0.25rem 0.45rem;
  border: 1px solid rgba(255,255,255,0.14);
  font-style: normal;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(243,238,229,0.7);
}

.tag--warn { border-color: rgba(232,194,122,0.45); color: #e8c27a; }
.tag--ok { border-color: rgba(126,182,217,0.45); color: #9ec9e0; }

.pro-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.1rem 1.15rem;
  border-top: 1px solid rgba(255,255,255,0.07);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(243,238,229,0.4);
}

.pro-flow i {
  width: 18px;
  height: 1px;
  background: rgba(255,255,255,0.18);
}

.pro-flow .is-on { color: #f7f2ea; }

.manifesto {
  padding: clamp(4rem, 9vw, 6.5rem) clamp(1.25rem, 4vw, 3.5rem);
  border-top: 0;
  text-align: center;
  display: grid;
  justify-items: center;
}

.manifesto__text {
  max-width: 42rem;
}

.manifesto__marks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.5rem;
  margin-top: 2rem;
}

.manifesto__marks span {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Atelier visual break */
.atelier-break {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 0;
  align-items: stretch;
  border-top: 1px solid transparent;
  background:
    linear-gradient(180deg, rgba(18,18,18,0.72), rgba(18,18,18,0.86)),
    url("assets/texture-grafito.webp") center / cover;
  color: #f3eee5;
}

.atelier-break__media {
  margin: 0;
  min-height: clamp(320px, 48vw, 520px);
  overflow: hidden;
  border-radius: 18px 0 0 18px;
}

.atelier-break__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) contrast(1.02);
  border-radius: 18px 0 0 18px;
}

.atelier-break__copy {
  display: grid;
  align-content: center;
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.5rem, 4vw, 3.5rem);
}

.atelier-break__copy .eyebrow {
  color: rgba(243,238,229,0.55);
}

.atelier-break__copy h2 {
  max-width: 12ch;
  color: #f7f2ea;
}

.atelier-break__copy .lede {
  color: rgba(243,238,229,0.68);
  max-width: 28rem;
}

/* Trust */
.trust {
  padding: clamp(3.5rem, 8vw, 6rem) clamp(1.25rem, 4vw, 3.5rem);
  border-top: 1px solid var(--line);
}

.trust h2 {
  margin-bottom: clamp(2rem, 4vw, 3rem);
  max-width: 16ch;
}

.trust__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.75rem);
}

.trust__list li {
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.trust__list h3 {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 0.65rem;
  max-width: 18ch;
}

.trust__list p {
  color: var(--muted);
  max-width: 28ch;
  font-size: 0.92rem;
}

.close--textured {
  position: relative;
  isolation: isolate;
  padding: clamp(5rem, 11vw, 8.5rem) clamp(1.25rem, 4vw, 3.5rem);
  background:
    linear-gradient(180deg, rgba(12,12,12,0.78), rgba(12,12,12,0.88)),
    url("assets/texture-grafito.webp") center / cover;
  color: #f3eee5;
  border-top: 0;
}

.close--textured .eyebrow,
.close--textured .lede {
  color: rgba(243,238,229,0.62);
}

.close__inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.btn--light {
  background: #f3eee5;
  color: #111;
  border-color: #f3eee5;
}

.btn--light:hover {
  background: transparent;
  color: #f3eee5;
  border-color: rgba(243,238,229,0.55);
}

/* Platform */
.platform {
  padding: clamp(4rem, 9vw, 7rem) 0 0;
  border-top: 1px solid var(--line);
}

.platform__intro {
  padding: 0 clamp(1.25rem, 4vw, 3.5rem) 2.5rem;
}

.guest-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  padding: 0 clamp(1.25rem, 4vw, 3.5rem) clamp(3rem, 6vw, 4.5rem);
}

.guest-preview__copy h3 {
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.8vw, 2.2rem);
  font-weight: 500;
  line-height: 1.15;
  max-width: 16ch;
  margin-bottom: 1rem;
}

.guest-preview__copy p:not(.eyebrow) {
  color: var(--muted);
  max-width: 34rem;
  font-size: 0.98rem;
}

.guest-preview__board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.guest-card {
  background: rgba(255, 252, 247, 0.72);
  padding: 1.35rem 1.25rem 1.45rem;
  min-height: 132px;
}

.guest-card span {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.85rem;
}

.guest-card strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.15;
  margin-bottom: 0.45rem;
}

.guest-card em {
  font-style: italic;
  font-family: var(--serif);
  color: var(--muted);
  font-size: 0.95rem;
}

.platform__tabs-wrap {
  padding: 0 clamp(1.25rem, 4vw, 3.5rem);
}

.tabs {
  display: inline-flex;
  gap: 0;
  margin-top: 0;
  border-bottom: 1px solid var(--line);
}

.tabs__btn {
  position: relative;
  padding: 0.9rem 1.25rem 1rem;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

.tabs__btn.is-active {
  color: var(--ink);
}

.tabs__btn.is-active::after {
  content: "";
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: -1px;
  height: 1px;
  background: var(--ink);
}

.panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.25rem, 4vw, 3.5rem);
  margin: 0;
  border: 0;
}

.panel[hidden] { display: none !important; }

.panel--couple {
  background: transparent;
}

.panel--pro {
  background:
    radial-gradient(ellipse at 80% 20%, rgba(90,90,90,0.35), transparent 45%),
    linear-gradient(160deg, #242424, #111 60%, #1a1a1a);
  color: #f3eee5;
}

.platform__panels {
  margin: 0;
  padding: 0;
  border: 0;
}

.panel--pro .eyebrow,
.panel--pro .panel__copy p,
.panel--pro li {
  color: rgba(243, 238, 229, 0.68);
}

.panel--pro h3 { color: #f7f2ea; }

.panel__copy h3 {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  font-weight: 500;
  line-height: 1.15;
  max-width: 16ch;
  margin-bottom: 1.4rem;
}

.panel__copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
  max-width: 34rem;
}

.panel__copy li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.panel__copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 1px;
  background: currentColor;
}

.device--tablet {
  width: min(100%, 420px);
  margin-inline: auto;
  border-radius: 28px;
  padding: 14px;
  background: linear-gradient(160deg, #d7d0c4, #b9b0a2);
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

.device--tablet .device__screen {
  min-height: 430px;
  border-radius: 18px;
  padding: 1.4rem;
  background: #fbf8f2;
  color: var(--ink);
}

.device--tablet header span {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

.device--tablet header strong {
  display: block;
  margin-top: 0.35rem;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin: 1.5rem 0 1.25rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.metrics b {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
}

.metrics span {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.list {
  display: grid;
  gap: 0.75rem;
}

.list > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-size: 0.9rem;
}

.list em {
  font-style: normal;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.device--desktop {
  width: min(100%, 640px);
  margin-inline: auto;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 30px 70px rgba(0,0,0,0.35);
  background: #0d0d0d;
}

.device__chrome {
  display: flex;
  gap: 6px;
  padding: 0.75rem 1rem;
  background: #171717;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.device__chrome span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3a3a3a;
}

.device--desktop .device__screen {
  display: grid;
  grid-template-columns: 140px 1fr;
  min-height: 360px;
}

.device--desktop aside {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  padding: 1.2rem 1rem;
  background: #141414;
  border-right: 1px solid rgba(255,255,255,0.05);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(243,238,229,0.55);
}

.device--desktop aside strong {
  font-family: var(--serif);
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: #f3eee5;
  margin-bottom: 0.6rem;
}

.dash {
  padding: 1.2rem;
}

.dash__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.2rem;
}

.stat {
  padding: 0.9rem;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
}

.stat b {
  display: block;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 500;
  color: #f7f2ea;
}

.stat span {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(243,238,229,0.5);
}

.dash__table {
  display: grid;
  gap: 0.65rem;
}

.dash__table > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 0.88rem;
  color: rgba(243,238,229,0.88);
}

.dash__table em {
  font-style: normal;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(243,238,229,0.45);
}

/* Catalog */
.catalog {
  padding: clamp(4.5rem, 10vw, 8rem) clamp(1.25rem, 4vw, 3.5rem);
  border-top: 1px solid var(--line);
}

.catalog h2 { margin-bottom: 3rem; }

.catalog--fit .catalog__intro h2 {
  margin-bottom: 0;
  max-width: 28ch;
}

.catalog__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  grid-template-rows: auto auto;
  gap: clamp(1.25rem, 3vw, 2rem);
}

@media (min-width: 981px) {
  .catalog--fit {
    min-height: calc(100svh - var(--header-h));
    max-height: calc(100svh - var(--header-h));
    height: calc(100svh - var(--header-h));
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(0.85rem, 2vh, 1.5rem);
    padding-block: clamp(1.1rem, 2.8vh, 2rem);
    padding-inline: 0;
    overflow: hidden;
    box-sizing: border-box;
  }

  .catalog--fit .catalog__intro {
    padding-inline: clamp(1.25rem, 4vw, 3.5rem);
  }

  .catalog--fit .catalog__intro h2 {
    font-size: clamp(1.7rem, 2.8vw, 2.45rem);
    max-width: 28ch;
    margin-bottom: 0;
  }

  .catalog--fit .catalog__grid {
    display: none;
  }
}

.catalog__intro--compact .eyebrow {
  margin-bottom: 0.65rem;
}

.catalog__lede {
  margin-top: 0.75rem !important;
  max-width: 42rem;
  font-size: 0.95rem;
}

.catalog__lede a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.catalog-rail-wrap {
  margin-inline: clamp(1.25rem, 4vw, 3.5rem);
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 2.5%, #000 97.5%, transparent);
}

.catalog-rail {
  overflow: hidden;
  padding: 0.15rem 0 0.35rem;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.catalog-rail.is-dragging {
  cursor: grabbing;
}

.catalog-rail.is-dragging a {
  pointer-events: none;
}

.catalog-rail__track {
  display: flex;
  width: max-content;
  gap: clamp(1rem, 1.8vw, 1.45rem);
  will-change: transform;
}

.catalog-rail.is-ready .catalog-rail__track {
  animation: none;
}

@media (prefers-reduced-motion: reduce) {
  .catalog-rail.is-static,
  .catalog-rail {
    overflow-x: auto;
    cursor: auto;
    touch-action: auto;
    scrollbar-width: none;
  }

  .catalog-rail::-webkit-scrollbar {
    display: none;
  }
}

.catalog-rail__card {
  flex: 0 0 auto;
  width: clamp(200px, 22vw, 268px);
}

.catalog-rail__card a {
  display: grid;
  gap: 0.55rem;
}

.catalog-rail__visual {
  aspect-ratio: 3 / 4;
  width: 100%;
  overflow: hidden;
  background: var(--ivory-deep);
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
}

.catalog-rail__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-rail__visual--tone,
.catalog-rail__visual--more {
  background: #1a1a1a;
  color: #f4f0e8;
  border-color: #1a1a1a;
}

.catalog-rail__visual--tone span,
.catalog-rail__visual--more span {
  font-family: var(--serif);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 0.75rem;
  text-align: center;
}

.catalog-rail__visual--more {
  background: transparent;
  color: var(--ink);
  border-style: dashed;
}

.catalog-rail__card h3 {
  font-family: var(--serif);
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin: 0;
  line-height: 1.2;
}

.catalog__footer {
  display: none;
}

@media (max-width: 980px) {
  .catalog--fit {
    min-height: calc(100svh - var(--header-h));
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding-block: 1.5rem;
    padding-inline: 0;
    box-sizing: border-box;
  }

  .catalog--fit .catalog__intro {
    padding-inline: clamp(1.25rem, 4vw, 3.5rem);
    text-align: center;
    margin-inline: auto;
  }

  .catalog--fit .catalog__intro h2 {
    font-size: clamp(1.55rem, 6vw, 2.1rem);
    max-width: 16ch;
    margin-inline: auto;
  }

  .catalog--fit .catalog__lede {
    margin-inline: auto;
  }

  .catalog-rail__card {
    width: min(188px, 52vw);
  }

  .catalog-rail__card h3 {
    text-align: center;
  }
}

.piece {
  display: grid;
  gap: 1.1rem;
  transition: transform 0.45s ease;
}

.piece:hover { transform: translateY(-4px); }

.piece--botanic {
  grid-row: span 2;
}

.piece__visual {
  position: relative;
  min-height: 280px;
  display: grid;
  place-items: center;
  background: transparent;
  overflow: visible;
}

.piece__visual--photo {
  min-height: 360px;
  padding: 0;
  background: transparent;
}

.piece__visual--photo img {
  width: min(78%, 280px);
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(0,0,0,0.16));
}

.piece--botanic .piece__visual--photo {
  min-height: 420px;
}

.piece--botanic .piece__visual--photo img {
  width: min(86%, 320px);
}

.piece--botanic .piece__visual {
  min-height: 100%;
  background: transparent;
}

.piece--minimal .piece__visual {
  background: transparent;
}

.piece--minimal .piece__visual--photo img {
  width: min(76%, 280px);
}

.piece__visual--atelier {
  min-height: 280px !important;
  padding: 0 !important;
  background: transparent !important;
  overflow: hidden;
  border-radius: 16px;
}

.piece__visual--atelier img {
  width: 100% !important;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.02);
  margin: 0 !important;
  border-radius: 16px;
}

.mini-phone {
  width: min(58%, 190px);
  border-radius: 28px;
  padding: 10px;
  background: #111;
  box-shadow: 0 22px 40px rgba(0,0,0,0.18);
  transform: rotate(3deg);
}

.piece--botanic .mini-phone {
  width: min(48%, 220px);
  transform: rotate(-5deg);
}

.mini-phone__screen {
  aspect-ratio: 9 / 17;
  border-radius: 20px;
  display: grid;
  place-content: center;
  text-align: center;
  gap: 0.45rem;
  padding: 1rem;
}

.botanic-art {
  background:
    linear-gradient(180deg, transparent 62%, rgba(0,0,0,0.04)),
    repeating-linear-gradient(120deg, transparent 0 18px, rgba(70,80,50,0.05) 18px 19px),
    #f7f2e8;
  color: var(--ink);
}

.minimal-art {
  background: #f4f2ee;
  color: var(--ink);
}

.mini-phone__screen span {
  font-size: 0.58rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
}

.mini-phone__screen strong {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 500;
}

.piece__meta h3 {
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.piece__meta p {
  color: var(--muted);
  max-width: 34ch;
  font-size: 0.92rem;
}

/* Close */
.close {
  padding: clamp(4.5rem, 10vw, 8rem) clamp(1.25rem, 4vw, 3.5rem);
  border-top: 1px solid var(--line);
  text-align: center;
  display: grid;
  justify-items: center;
}

.close .lede {
  margin-bottom: 2rem;
}

.close__line {
  margin-top: 1.1rem;
  margin-bottom: 2rem;
  font-size: 0.98rem;
}

/* Contact form */
.contact-form {
  width: min(100%, 640px);
  margin-top: 0.5rem;
  text-align: left;
}

.contact-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.15rem;
}

.field {
  display: grid;
  gap: 0.45rem;
}

.field--full {
  grid-column: 1 / -1;
}

.field span {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(243,238,229,0.62);
}

.field span em {
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: none;
  opacity: 0.75;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(243,238,229,0.28);
  background: rgba(255,255,255,0.04);
  color: #f3eee5;
  font: inherit;
  font-weight: 300;
  border-radius: 0;
  outline: none;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.field textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.55;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(243,238,229,0.35);
}

.field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(243,238,229,0.55) 50%),
    linear-gradient(135deg, rgba(243,238,229,0.55) 50%, transparent 50%);
  background-position: calc(100% - 18px) 22px, calc(100% - 12px) 22px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.field select option {
  color: #111;
  background: #f4f0e8;
}

.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible {
  border-color: rgba(243,238,229,0.7);
  background: rgba(255,255,255,0.07);
}

.contact-form__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  margin-top: 1.5rem;
}

.contact-form__note {
  margin: 0;
  font-size: 0.86rem;
  color: rgba(243,238,229,0.55);
}

.contact-form__status {
  margin-top: 1rem;
  font-size: 0.92rem;
  color: rgba(243,238,229,0.78);
}

.contact-form__status.is-error {
  color: #f0c9c9;
}

.contact-form__status.is-ok {
  color: #e8e2d6;
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 3.5rem clamp(1.25rem, 4vw, 3.5rem) 2rem;
  background: rgba(255, 252, 247, 0.55);
}

.footer__brand {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2.5rem;
}

.footer__brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.footer__brand strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  font-weight: 500;
}

.footer__brand p {
  color: var(--muted);
  font-size: 0.88rem;
}

.footer__cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-bottom: 2.75rem;
}

.footer__cols h4 {
  margin-bottom: 0.9rem;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

.footer__cols a {
  display: block;
  width: fit-content;
  margin-bottom: 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.8;
}

.footer__cols a:hover { opacity: 1; }

.footer__bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.15rem;
  text-align: center;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.footer__legal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
}

.footer__credit a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
  opacity: 0.92;
}

.footer__credit a:hover { opacity: 1; color: var(--ink); }

.footer__seal {
  display: inline-flex;
  justify-content: center;
  opacity: 0.96;
  transition: opacity 0.2s ease;
}

.footer__seal:hover { opacity: 1; }

.footer__seal img {
  width: auto;
  height: 48px;
  border: 0;
  object-fit: contain;
}

/* Reveal */
[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

/* Sin JS: el contenido sigue legible e indexable */
html.no-js [data-reveal],
noscript ~ * [data-reveal] {
  opacity: 1;
  transform: none;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
  .journey__steps {
    grid-template-columns: 1fr 1fr;
  }

  .rsvp-strip,
  .pro-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-phone {
    width: min(100%, 320px);
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 1.5rem;
    overflow: hidden;
  }

  .hero h1 { max-width: 14ch; }

  .hero__stage {
    order: -1;
    min-height: 380px;
    overflow: hidden;
  }

  .hero-phone { width: min(100%, 260px); }

  .tabs {
    display: flex;
    width: 100%;
  }

  .tabs__btn {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    padding-inline: 0.55rem;
    letter-spacing: 0.12em;
    font-size: 0.62rem;
  }

  .ui-top--dark nav {
    flex-wrap: wrap;
    gap: 0.55rem;
  }

  .guest-card strong {
    overflow-wrap: anywhere;
  }

  .vision__grid,
  .panel,
  .catalog__grid,
  .footer__cols,
  .guest-preview,
  .atelier-break,
  .trust__list {
    grid-template-columns: 1fr;
  }

  .hero__copy,
  .hero__stage {
    justify-self: stretch;
    padding-inline: 0;
  }

  .atelier-break__media,
  .atelier-break__media img {
    border-radius: 16px;
  }

  .floor {
    grid-template-columns: 1fr;
  }

  .floor__side {
    border-right: 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }

  .floor__canvas { min-height: 280px; }

  .rsvp-strip,
  .pro-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pro-table__head,
  .pro-table > div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .piece--botanic { grid-row: auto; }
  .piece--botanic .piece__visual { min-height: 280px; }
  .piece--botanic .piece__visual--photo { min-height: 300px; }

  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .device--desktop .device__screen {
    grid-template-columns: 1fr;
  }

  .device--desktop aside {
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
}

@media (max-width: 720px) {
  .nav-toggle { display: grid; }

  .site-nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 0.5rem 1.25rem 1.25rem;
    background: rgba(244, 240, 232, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open { display: flex; }

  .site-nav a {
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--line);
  }

  .dash__row,
  .metrics {
    grid-template-columns: 1fr;
  }

  .journey__steps {
    grid-template-columns: 1fr;
  }

  .guest-preview__board {
    grid-template-columns: 1fr;
  }

  .cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-row .btn {
    width: 100%;
  }

  .hero-phone {
    width: min(100%, 210px);
  }

  .hero__stage {
    min-height: 320px;
  }

  h1 {
    font-size: clamp(2.15rem, 9vw, 3rem);
    max-width: 12ch;
  }

  .rsvp-strip,
  .pro-grid {
    grid-template-columns: 1fr 1fr;
  }

  .guest-card {
    min-height: 0;
    padding: 1.1rem 1rem 1.2rem;
  }

  .guest-card strong {
    font-size: 1.15rem;
  }

  .platform__intro h2,
  .manifesto h2,
  .trust h2 {
    max-width: 16ch;
  }

  .contact-form,
  .contact-form__grid,
  .panel__copy,
  .ui-frame {
    min-width: 0;
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
  .hero-phone {
    width: min(100%, 392px);
  }

  .hero {
    padding-inline: clamp(3.5rem, 6vw, 5.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
