:root {
  color-scheme: light;
  --ink: #21181c;
  --ink-soft: #47383f;
  --muted: #625158;
  --bg: #f7f1ed;
  --surface: #fffaf7;
  --surface-strong: #ffffff;
  --rose: #8e3f56;
  --rose-dark: #642b3e;
  --rose-soft: #ead2d8;
  --sand: #e9ddd7;
  --line: rgba(33, 24, 28, 0.12);
  --shadow: 0 24px 70px rgba(68, 38, 49, 0.14);
  --shadow-premium: 0 34px 90px rgba(68, 38, 49, 0.16), 0 14px 34px rgba(33, 24, 28, 0.08);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  overflow-x: clip;
  margin: 0;
  min-height: 100vh;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 4%, rgba(142, 63, 86, 0.18), transparent 28rem),
    radial-gradient(circle at 86% 16%, rgba(255, 255, 255, 0.90), transparent 24rem),
    linear-gradient(135deg, #fff8f4 0%, var(--bg) 56%, #e8d9d3 100%);
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: white;
  background: var(--rose);
}

body::before,
body::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9;
  pointer-events: none;
}

body::before {
  top: 0;
  height: clamp(34px, 7vh, 78px);
  background: linear-gradient(180deg, rgba(255, 248, 244, 0.94) 0%, rgba(255, 248, 244, 0.58) 52%, rgba(255, 248, 244, 0) 100%);
}

body::after {
  bottom: 0;
  height: clamp(72px, 13vh, 142px);
  background: linear-gradient(0deg, rgba(232, 217, 211, 0.98) 0%, rgba(247, 241, 237, 0.78) 46%, rgba(247, 241, 237, 0) 100%);
}

img {
  max-width: 100%;
  height: auto;
}

.site-header {
  position: sticky;
  top: 10px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 32px));
  min-height: 68px;
  margin: 0 auto;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  background: rgba(255, 250, 247, 0.68);
  box-shadow: 0 14px 46px rgba(68, 38, 49, 0.08);
  backdrop-filter: saturate(150%) blur(20px);
}

.brand,
.nav-links a,
.nav-cta,
.button {
  color: inherit;
  text-decoration: none;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  display: block;
  width: clamp(126px, 15vw, 168px);
  height: auto;
}

.nav-links {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 0.92rem;
}

.nav-links a:hover,
.nav-cta:hover {
  color: var(--rose);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

main,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  max-width: 100%;
  margin: 0 auto;
}

.hero {
  position: relative;
  max-width: 100%;
  min-height: calc(100vh - 68px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(32px, 6vw, 92px);
  padding: 64px 0 88px;
}

.hero-copy {
  min-width: 0;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 24px -3vw auto auto;
  width: min(44vw, 520px);
  height: min(44vw, 520px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(142, 63, 86, 0.22), rgba(142, 63, 86, 0.05) 48%, transparent 70%);
  filter: blur(8px);
  pointer-events: none;
  z-index: -1;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--rose);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
.section-heading h2,
.split h2,
.privacy-copy h2,
.final-cta h2,
.hero-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.065em;
}

h1 {
  max-width: 760px;
  margin-bottom: 28px;
  color: var(--ink);
  font-size: clamp(3.2rem, 8.6vw, 8.7rem);
  line-height: 0.86;
  text-wrap: balance;
}

.lead {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.13rem, 2vw, 1.38rem);
  line-height: 1.62;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.waitlist-form {
  width: min(620px, 100%);
  max-width: 100%;
  margin-top: 34px;
}

.waitlist-row {
  display: flex;
  width: 100%;
  max-width: 100%;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(142, 63, 86, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.70);
  box-shadow: 0 18px 44px rgba(68, 38, 49, 0.10);
}

.waitlist-row input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  padding: 0 16px;
  outline: none;
}

.waitlist-row input:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(142, 63, 86, 0.28);
  background: rgba(255, 255, 255, 0.58);
}

.waitlist-row button {
  flex: 0 0 auto;
  border: 0;
}

.form-note,
.form-success {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.form-success {
  color: var(--rose-dark);
  font-weight: 900;
}

.secondary-actions {
  margin-top: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.primary {
  color: #fff;
  background: var(--rose);
  box-shadow: 0 18px 38px rgba(142, 63, 86, 0.24);
}

.primary:hover {
  background: var(--rose-dark);
}

.secondary {
  color: var(--ink);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.54);
}

.hero-card {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.70);
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 247, 0.50)),
    radial-gradient(circle at 60% 30%, rgba(142, 63, 86, 0.25), transparent 18rem);
  box-shadow: var(--shadow-premium);
  backdrop-filter: blur(24px);
}

.hero-product-showcase {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 330px;
  margin: 6px auto 44px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  background:
    radial-gradient(circle at 48% 36%, rgba(255, 255, 255, 0.95), rgba(255, 250, 247, 0.66) 34%, transparent 58%),
    linear-gradient(135deg, #fff9f5 0%, #f1e2dc 55%, #dec8c0 100%);
  box-shadow:
    inset 24px 20px 58px rgba(255, 255, 255, 0.72),
    0 28px 70px rgba(80, 42, 55, 0.16);
  overflow: hidden;
}

.hero-logo-mark {
  position: absolute;
  top: 22px;
  left: 24px;
  width: min(42%, 170px);
  z-index: 3;
  padding: 8px 10px;
  border-radius: 18px;
  background: rgba(255, 250, 247, 0.74);
  box-shadow: 0 10px 26px rgba(68, 38, 49, 0.08);
  opacity: 0.86;
}

.hero-product {
  position: absolute;
  z-index: 1;
  width: min(58%, 250px);
  height: auto;
  object-fit: contain;
  border-radius: 22px;
  filter: drop-shadow(0 24px 34px rgba(70, 42, 48, 0.16));
}

.hero-product-main {
  left: 13%;
  bottom: 22px;
  transform: rotate(-7deg);
}

.hero-product-side {
  right: 6%;
  bottom: 16px;
  width: min(54%, 230px);
  transform: rotate(8deg);
}

.card-kicker {
  margin-bottom: 10px;
  color: var(--rose);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-card h2 {
  margin-bottom: 14px;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 0.95;
}

.hero-card p:not(.card-kicker) {
  color: var(--muted);
  line-height: 1.58;
}

.micro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 28px;
}

.micro-grid span {
  display: grid;
  min-height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 800;
}

.launch-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: -34px 0 48px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 32px;
  background: rgba(255, 250, 247, 0.58);
  box-shadow: 0 18px 58px rgba(68, 38, 49, 0.08);
  backdrop-filter: blur(18px);
}

.launch-strip div {
  display: grid;
  gap: 6px;
  min-height: 108px;
  padding: 22px;
  border: 1px solid rgba(33, 24, 28, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 250, 247, 0.52));
}

.launch-strip strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.launch-strip span {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.45;
}

.section {
  padding: clamp(72px, 10vw, 128px) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.72fr 1.2fr;
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading h2,
.split h2,
.privacy-copy h2,
.final-cta h2 {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 5.8vw, 5.7rem);
  line-height: 0.95;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

article,
.selection-list,
.privacy-panel,
.final-cta {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 60px rgba(68, 38, 49, 0.08);
  backdrop-filter: blur(18px);
}

article {
  min-height: 254px;
  padding: 30px;
  border-radius: 30px;
}

article span {
  color: var(--rose);
  font-weight: 900;
  letter-spacing: 0.14em;
}

article h3 {
  margin: 64px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.05rem;
  letter-spacing: -0.05em;
}

article p,
.split p,
.privacy-copy p,
.final-cta p,
.privacy-points dd,
.selection-list span {
  color: var(--muted);
  line-height: 1.65;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 1fr);
  gap: clamp(28px, 7vw, 88px);
  align-items: start;
}

.split p,
.privacy-copy p,
.final-cta p {
  max-width: 620px;
  margin-top: 26px;
  font-size: 1.08rem;
}

.selection-list {
  display: grid;
  gap: 0;
  overflow: hidden;
  border-radius: 34px;
}

.selection-list div {
  display: grid;
  grid-template-columns: 0.44fr 1fr;
  gap: 22px;
  padding: 26px 28px;
}

.selection-list div + div {
  border-top: 1px solid var(--line);
}

.selection-list strong,
.privacy-points dt {
  color: var(--ink);
  font-size: 1.02rem;
}

.privacy-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.74fr);
  gap: clamp(34px, 6vw, 72px);
  padding: clamp(48px, 7vw, 84px);
  border-radius: 42px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.12), transparent 28rem),
    linear-gradient(135deg, rgba(33, 24, 28, 0.96), rgba(88, 43, 58, 0.92)),
    var(--ink);
  color: white;
}

.privacy-panel::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 30px;
  pointer-events: none;
}

.privacy-panel .eyebrow,
.privacy-panel .privacy-copy p,
.privacy-panel dd {
  color: rgba(255, 255, 255, 0.74);
}

.privacy-copy {
  min-width: 0;
  max-width: 680px;
}

.privacy-copy h2 {
  max-width: 720px;
  color: white;
  font-size: clamp(2.4rem, 5.2vw, 5.1rem);
  line-height: 0.98;
}

.privacy-points {
  display: grid;
  align-content: center;
  width: 100%;
  min-width: 0;
  gap: 16px;
  margin: 0;
}

.privacy-points div {
  padding: clamp(24px, 3.2vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.privacy-points dt {
  margin-bottom: 10px;
  color: white;
  font-size: 1.05rem;
  font-weight: 850;
}

.privacy-points dd {
  margin: 0;
  line-height: 1.62;
}

.final-cta {
  display: grid;
  justify-items: center;
  margin: 96px 0 54px;
  padding: clamp(44px, 8vw, 82px) 24px;
  border-radius: 42px;
  text-align: center;
}

.final-cta p {
  margin-bottom: 28px;
}

.site-footer {
  padding: 0 0 max(86px, calc(54px + env(safe-area-inset-bottom)));
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

.catalog {
  scroll-margin-top: 88px;
}

.catalog-heading {
  align-items: start;
}

.section-note {
  max-width: 680px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.65;
}


.choice-guide {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 16px;
}

.guide-card,
.recommended-strip,
.catalog-cta-card {
  border: 1px solid rgba(255, 255, 255, 0.70);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 54px rgba(68, 38, 49, 0.08);
  backdrop-filter: blur(18px);
}

.guide-card {
  min-width: 0;
  padding: 18px;
  border-radius: 24px;
}

.guide-card span,
.recommended-strip span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(142, 63, 86, 0.10);
  color: var(--rose-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.guide-card strong {
  display: block;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.guide-card p {
  margin: 8px 0 14px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.guide-card a,
.recommended-strip a {
  color: var(--rose);
  font-weight: 900;
  text-decoration: none;
}

.recommended-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 12px;
  border-radius: 999px;
}

.recommended-strip span {
  margin: 0;
}

.recommended-strip a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  min-width: 0;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 705px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.70);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 250, 247, 0.62)),
    radial-gradient(circle at 92% 0%, rgba(142, 63, 86, 0.13), transparent 16rem);
  box-shadow: 0 24px 70px rgba(68, 38, 49, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), border-color 220ms var(--ease);
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(142, 63, 86, 0.20);
  box-shadow: var(--shadow-premium);
}

.product-card.featured-product {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 245, 241, 0.66)),
    radial-gradient(circle at 84% 0%, rgba(142, 63, 86, 0.20), transparent 17rem);
  border-color: rgba(142, 63, 86, 0.24);
}

.product-media {
  position: relative;
  display: block;
  min-width: 0;
  max-width: 100%;
  margin: 22px 0 22px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(142, 63, 86, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.98), transparent 42%),
    linear-gradient(135deg, #fffdf9 0%, #f1e6dd 58%, #e7d2cb 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 18px 42px rgba(68, 38, 49, 0.08);
}

.product-gallery::before {
  content: "Tocca per aprire";
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 7px 10px;
  border: 1px solid rgba(142, 63, 86, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 247, 0.88);
  color: var(--rose-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  pointer-events: none;
  box-shadow: 0 8px 22px rgba(68, 38, 49, 0.08);
}

.gallery-track {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  gap: 12px;
  height: 258px;
  padding: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 16px;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  scrollbar-width: none;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-open {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  height: 100%;
  color: inherit;
  text-decoration: none;
  border-radius: 20px;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  cursor: zoom-in;
  -webkit-tap-highlight-color: rgba(142, 63, 86, 0.16);
}

.gallery-open:focus-visible {
  outline: 3px solid rgba(142, 63, 86, 0.48);
  outline-offset: 3px;
}

.gallery-track img {
  display: block;
  width: 100%;
  min-width: 0;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  border-radius: 20px;
  filter: none;
}

.gallery-meta {
  position: absolute;
  right: 12px;
  top: 12px;
  bottom: auto;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid rgba(142, 63, 86, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 247, 0.88);
  color: var(--ink-soft);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  pointer-events: none;
  box-shadow: 0 8px 22px rgba(68, 38, 49, 0.08);
}

.gallery-meta span + span::before {
  content: "·";
  margin-right: 6px;
  color: rgba(71, 56, 63, 0.55);
}

.gallery-controls {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.gallery-controls[hidden],
.gallery-thumbs[hidden],
.lightbox-nav[hidden] {
  display: none !important;
}

.gallery-nav,
.lightbox-nav {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(142, 63, 86, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 247, 0.88);
  color: var(--rose-dark);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(68, 38, 49, 0.12);
  pointer-events: auto;
  transition: transform 160ms var(--ease), background 160ms var(--ease);
}

.gallery-nav:hover,
.lightbox-nav:hover {
  transform: scale(1.04);
  background: rgba(255, 255, 255, 0.96);
}

.gallery-counter {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid rgba(142, 63, 86, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 247, 0.86);
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(68, 38, 49, 0.10);
  pointer-events: none;
}

.gallery-thumbs {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  gap: 8px;
  padding: 0 16px 16px;
  overflow-x: auto;
  scrollbar-width: none;
}

.gallery-thumbs::-webkit-scrollbar {
  display: none;
}

.gallery-thumb {
  flex: 0 0 54px;
  height: 54px;
  padding: 5px;
  border: 1px solid rgba(33, 24, 28, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
  cursor: pointer;
  opacity: 0.68;
  transition: opacity 160ms var(--ease), border-color 160ms var(--ease), transform 160ms var(--ease);
}

.gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-thumb.is-active {
  border-color: rgba(142, 63, 86, 0.55);
  background: rgba(255, 250, 247, 0.96);
  opacity: 1;
  transform: translateY(-1px);
}


.product-topline,
.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.product-index {
  color: var(--rose);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.product-level {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  font-weight: 800;
}

.product-card h3 {
  margin: 8px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.7vw, 2.5rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.product-segment {
  margin-bottom: 18px;
  color: var(--rose);
  font-size: 0.92rem;
  font-weight: 900;
}

.product-desc,
.product-fit {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}

.product-fit {
  margin-top: 0;
  font-size: 1rem;
}

.product-fit strong {
  color: var(--ink-soft);
}

.product-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 24px;
  padding-top: 20px;
}

.product-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.60);
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 900;
}

.product-footer {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.product-price {
  color: var(--ink);
  font-size: 1.22rem;
  font-weight: 900;
}

.product-footer a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(142, 63, 86, 0.22);
  border-radius: 999px;
  background: rgba(142, 63, 86, 0.10);
  color: var(--rose-dark);
  font-size: 0.88rem;
  font-weight: 900;
  text-decoration: none;
}

.product-footer a:hover {
  color: #fff;
  background: var(--rose);
  border-color: var(--rose);
}


.catalog-cta-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding: 28px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(33, 24, 28, 0.96), rgba(100, 43, 62, 0.92)),
    var(--ink);
  color: white;
}

.catalog-cta-card h3 {
  margin: 0 0 14px;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.catalog-cta-card p:not(.eyebrow) {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.76);
}

.catalog-cta-card .button {
  width: fit-content;
}

body.lightbox-open {
  overflow: hidden;
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 18px;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(33, 24, 28, 0.84);
  backdrop-filter: blur(12px);
  cursor: zoom-out;
}

.lightbox-panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(920px, 100%);
  max-height: min(86vh, 860px);
  padding: clamp(18px, 4vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: clamp(24px, 5vw, 40px);
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.95), transparent 46%),
    linear-gradient(135deg, #fffaf7 0%, #eadbd4 100%);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
}

.lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(33, 24, 28, 0.12);
  border-radius: 999px;
  background: rgba(33, 24, 28, 0.94);
  color: #fff;
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-image {
  display: block;
  width: 100%;
  max-height: min(70vh, 680px);
  object-fit: contain;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 54px;
  height: 54px;
  transform: translateY(-50%);
}

.lightbox-nav:hover {
  transform: translateY(-50%) scale(1.04);
}

.lightbox-prev {
  left: 12px;
}

.lightbox-next {
  right: 12px;
}

.lightbox-caption {
  margin: 14px 44px 0 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.4;
}

@media (max-width: 1040px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 880px) {
  body {
    overflow-x: hidden;
  }

  .site-header {
    top: 8px;
    width: calc(100% - 18px);
    min-height: 64px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    border-radius: 999px;
    background: rgba(247, 241, 237, 0.88);
  }

  .brand img {
    width: clamp(112px, 34vw, 146px);
  }

  .nav-links {
    display: none;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.84rem;
    white-space: nowrap;
  }

  main,
  .site-footer {
    width: min(100% - 28px, 1180px);
  }

  .hero,
  .split,
  .section-heading,
  .privacy-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 28px;
    padding: 44px 0 62px;
  }

  .hero::before {
    inset: 12px 0 auto auto;
    width: min(80vw, 360px);
    height: min(80vw, 360px);
  }

  h1 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: clamp(2.75rem, 12vw, 4.4rem);
    line-height: 0.92;
    overflow-wrap: normal;
  }

  .lead {
    font-size: 1.04rem;
    line-height: 1.58;
  }

  .actions {
    gap: 10px;
    margin-top: 28px;
  }

  .hero-card {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 24px;
    border-radius: 30px;
  }

  .hero-product-showcase {
    min-height: 248px;
    margin: 0 auto 26px;
    border-radius: 24px;
  }

  .hero-logo-mark {
    top: 16px;
    left: 16px;
    width: min(44%, 140px);
  }

  .hero-product {
    width: min(54%, 190px);
  }

  .hero-product-side {
    right: 4%;
    width: min(48%, 172px);
  }

  .hero-card h2 {
    font-size: clamp(2rem, 11vw, 2.7rem);
  }

  .micro-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .micro-grid span {
    min-height: 40px;
    font-size: 0.78rem;
  }

  .launch-strip {
    grid-template-columns: 1fr;
    margin: -22px 0 24px;
    border-radius: 26px;
  }

  .launch-strip div {
    min-height: auto;
    padding: 18px;
    border-radius: 20px;
  }

  .section {
    padding: 58px 0;
  }

  .section-heading {
    gap: 12px;
    margin-bottom: 24px;
  }

  .section-heading h2,
  .split h2,
  .privacy-copy h2,
  .final-cta h2 {
    font-size: clamp(2.15rem, 11vw, 3.4rem);
    line-height: 1;
  }

  .cards,
  .product-grid,
  .choice-guide {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .recommended-strip {
    border-radius: 24px;
  }

  article {
    min-height: auto;
    padding: 22px;
    border-radius: 24px;
  }

  article h3 {
    margin: 34px 0 10px;
    font-size: clamp(1.65rem, 8vw, 2.05rem);
  }

  .product-card {
    min-height: auto;
    padding: 20px;
    border-radius: 26px;
  }

  .product-media {
    margin: 16px 0 22px;
    overflow: hidden;
    border-radius: 22px;
  }

  .gallery-track {
    height: clamp(230px, 66vw, 300px);
    padding: 18px;
    scroll-padding-inline: 18px;
  }

  .gallery-meta {
    right: 10px;
    top: 10px;
    bottom: auto;
  }

  .product-card h3 {
    margin: 6px 0 8px;
    font-size: clamp(1.85rem, 8.5vw, 2.35rem);
    line-height: 1;
  }

  .product-segment {
    margin-bottom: 14px;
    font-size: 0.9rem;
  }

  .product-desc,
  .product-fit {
    font-size: 0.98rem;
    line-height: 1.58;
  }

  .product-chips {
    margin: 10px 0 18px;
    padding-top: 12px;
  }

  .product-chips span {
    min-height: 30px;
    font-size: 0.78rem;
  }

  .product-footer {
    padding-top: 16px;
  }

  .selection-list,
  .privacy-panel,
  .final-cta {
    border-radius: 28px;
  }

  .selection-list div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px;
  }

  .privacy-panel {
    gap: 28px;
    padding: clamp(34px, 7vw, 46px) clamp(26px, 6.5vw, 36px);
  }

  .privacy-panel::before {
    inset: 10px;
    border-radius: 22px;
  }

  .privacy-copy h2 {
    font-size: clamp(2.05rem, 8.8vw, 3rem);
    line-height: 1.02;
    letter-spacing: -0.052em;
  }

  .privacy-copy p {
    margin-top: 20px;
  }

  .privacy-points {
    gap: 14px;
  }

  .privacy-points div {
    padding: 24px 22px;
    border-radius: 22px;
  }

  .final-cta {
    margin: 62px 0 40px;
    padding: 34px 20px;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 9px 12px;
  }

  main,
  .site-footer {
    width: min(100% - 22px, 1180px);
  }

  .brand img {
    width: clamp(104px, 34vw, 128px);
  }

  .nav-cta {
    min-height: 44px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
  }

  h1 {
    font-size: clamp(2.55rem, 11.8vw, 3.55rem);
    letter-spacing: -0.06em;
  }

  .button {
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
  }

  .waitlist-row {
    flex-direction: column;
    border-radius: 24px;
  }

  .waitlist-row button {
    width: 100%;
  }

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

  .hero {
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .hero-card,
  article {
    padding: 18px;
  }

  .privacy-panel {
    padding: 32px 24px;
  }

  .hero-product-showcase {
    min-height: 218px;
  }

  .section {
    padding: 48px 0;
  }

  section.privacy-panel {
    padding: 32px 24px;
  }

  .product-card {
    padding: 16px;
  }

  .product-topline,
  .product-footer {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .product-media {
    margin: 14px 0 22px;
  }

  .gallery-track {
    height: clamp(214px, 72vw, 270px);
    padding: 16px;
    scroll-padding-inline: 16px;
  }

  .gallery-meta {
    font-size: 0.64rem;
  }

  .gallery-meta span + span,
  .gallery-meta span + span::before {
    display: none;
  }

  .product-gallery::before {
    font-size: 0.64rem;
    padding: 7px 9px;
  }

  .gallery-nav {
    width: 40px;
    height: 40px;
  }

  .gallery-thumb {
    flex-basis: 50px;
    height: 50px;
  }

  .product-card h3 {
    font-size: clamp(1.72rem, 9vw, 2.15rem);
  }

  .product-price {
    font-size: 1.16rem;
  }

  .product-footer a {
    width: 100%;
    min-height: 44px;
  }

  .catalog-cta-card .button {
    width: 100%;
  }

  .image-lightbox {
    padding: 10px;
  }

  .lightbox-panel {
    max-height: 92vh;
    padding: 18px 12px 16px;
  }

  .lightbox-close,
  .lightbox-nav {
    width: 52px;
    height: 52px;
  }

  .lightbox-prev {
    left: 6px;
  }

  .lightbox-next {
    right: 6px;
  }

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

  .final-cta .button {
    font-size: 0.95rem;
  }
}

@media (max-width: 360px) {
  .brand img {
    width: 96px;
  }

  .nav-cta {
    font-size: 0.72rem;
    padding: 0 9px;
  }

  h1 {
    font-size: 2.42rem;
  }

  .gallery-track {
    height: 212px;
    padding: 14px;
    scroll-padding-inline: 14px;
  }
}


.consent-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 620px;
  margin: 12px 8px 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.consent-check input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--rose);
}

.consent-check a,
.footer-links a,
.legal-card a {
  color: var(--rose-dark);
  font-weight: 800;
  text-decoration: none;
}

.consent-check a:hover,
.footer-links a:hover,
.legal-card a:hover {
  text-decoration: underline;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin-bottom: 12px;
}

.legal-main {
  padding-top: clamp(56px, 9vw, 96px);
}

.legal-hero {
  padding: clamp(54px, 9vw, 96px) 0 28px;
}

.legal-hero h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 8vw, 7rem);
}

.legal-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1rem;
}

.legal-card {
  max-width: 920px;
  margin: 0 auto clamp(72px, 10vw, 120px);
  padding: clamp(30px, 6vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.legal-card h2,
.legal-card h3 {
  color: var(--ink);
}

.legal-card h2 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -0.045em;
}

.legal-card h3 {
  margin: 30px 0 10px;
  font-size: 1.15rem;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.7;
}

.legal-card ul {
  padding-left: 1.2rem;
}

.contact-box {
  display: grid;
  gap: 6px;
  margin: 24px 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.56);
}
