﻿:root {
  --bone: #f5ece3;
  --powder: #ead4c1;
  --rose: #c27181;
  --wine: #8f1731;
  --oxblood: #5d1d2c;
  --brown: #482a2d;
  --emerald: #0d5849;
  --ink: #171112;
  --soft: rgba(23, 17, 18, 0.7);
  --line: rgba(93, 29, 44, 0.12);
  --shadow: 0 28px 80px rgba(36, 18, 22, 0.16);
  --radius-xl: 34px;
  --radius-lg: 22px;
  --max-width: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at 10% 14%, rgba(194, 113, 129, 0.14), transparent 24%),
    radial-gradient(circle at 86% 24%, rgba(13, 88, 73, 0.1), transparent 18%),
    linear-gradient(180deg, #f6eee6 0%, #f0e2d7 48%, #ead9cf 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 249, 243, 0.18), rgba(255, 249, 243, 0));
  pointer-events: none;
  z-index: 0;
}

img {
  display: block;
  width: 100%;
}

main,
header {
  position: relative;
  z-index: 1;
}

.page-noise {
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='%23000000' fill-opacity='0.035'%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3Ccircle cx='112' cy='36' r='1'/%3E%3Ccircle cx='178' cy='52' r='1'/%3E%3Ccircle cx='58' cy='138' r='1'/%3E%3Ccircle cx='162' cy='164' r='1'/%3E%3Ccircle cx='206' cy='98' r='1'/%3E%3C/g%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  opacity: 0.28;
  pointer-events: none;
  z-index: 0;
}

.page-glow {
  position: fixed;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

.page-glow-left {
  top: -7rem;
  left: -11rem;
  background: rgba(194, 113, 129, 0.18);
}

.page-glow-right {
  right: -11rem;
  top: 34rem;
  background: rgba(13, 88, 73, 0.12);
}

.site-header,
.hero,
.chapter,
.ritual,
.silhouette,
.palette-story,
.private,
.image-chapter {
  width: min(calc(100% - 2.5rem), var(--max-width));
  margin: 0 auto;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.15rem 0;
  position: sticky;
  top: 0;
  z-index: 10;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(246, 238, 230, 0.9), rgba(246, 238, 230, 0.58));
  border-bottom: 1px solid rgba(93, 29, 44, 0.08);
  backdrop-filter: blur(14px);
  z-index: -1;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  text-decoration: none;
  color: inherit;
}

.brand-mark {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 1rem;
  background: rgba(255, 249, 243, 0.9);
  box-shadow: 0 18px 36px rgba(36, 18, 22, 0.08);
}

.brand-name,
.brand-sub,
.meta-line,
.section-label,
.chapter-index,
.hero-card-note span,
.swatch span,
.interest-form span {
  display: block;
}

.brand-name,
h1,
h2,
.hero-card-note p,
.hero-lead,
.chapter-body p,
.ritual-copy p,
.silhouette-copy p,
.private-copy p {
  font-family: "EB Garamond", serif;
}

.brand-name {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  line-height: 1;
}

.brand-sub,
.meta-line,
.section-label,
.site-nav a,
.chapter-index,
.hero-card-note span,
.swatch span,
.interest-form span {
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--soft);
}

.site-nav {
  display: flex;
  gap: 1.6rem;
}

.site-nav a {
  text-decoration: none;
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.55rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--oxblood), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 240ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  font-size: clamp(3.7rem, 7.5vw, 6.7rem);
  line-height: 0.92;
  font-weight: 500;
  max-width: 8ch;
  margin-top: 0.8rem;
}

h2 {
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  line-height: 0.96;
  font-weight: 500;
  letter-spacing: -0.03em;
  max-width: 10ch;
}

.hero {
  display: grid;
  grid-template-columns: 0.78fr 1.02fr;
  gap: 2rem 3rem;
  align-items: center;
  min-height: auto;
  padding: 2.25rem 0 3rem;
}

.hero-copy {
  max-width: 34rem;
}

.hero-lead,
.chapter-body p,
.ritual-copy p,
.silhouette-copy p,
.private-copy p,
.hero-card-note p {
  color: var(--soft);
  line-height: 1.62;
  font-size: 1.12rem;
}

.hero-lead {
  margin-top: 1.4rem;
}

.hero-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.button {
  min-height: 3.45rem;
  padding: 0 1.35rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff9f4;
  background: linear-gradient(135deg, var(--wine), var(--oxblood));
  box-shadow: 0 22px 42px rgba(93, 29, 44, 0.2);
}

.button-secondary {
  color: var(--ink);
  border-color: rgba(93, 29, 44, 0.14);
  background: rgba(255, 249, 243, 0.46);
}

.hero-stage {
  position: relative;
  min-height: 34rem;
}

.hero-vessel {
  position: absolute;
  inset: 0 4rem 1.5rem 0;
  padding: 0.8rem;
  border-radius: 18rem 18rem 2rem 2rem;
  border: 1px solid rgba(93, 29, 44, 0.08);
  background: rgba(255, 249, 243, 0.22);
  box-shadow: var(--shadow);
}

.hero-vessel-inner {
  height: 100%;
  border-radius: 16.5rem 16.5rem 1.2rem 1.2rem;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 249, 243, 0.88), transparent 28%),
    linear-gradient(150deg, rgba(234, 212, 193, 0.95) 0%, rgba(194, 113, 129, 0.45) 44%, rgba(93, 29, 44, 0.9) 100%);
  position: relative;
  overflow: hidden;
}

.hero-vessel-inner::before,
.hero-vessel-inner::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
}

.hero-vessel-inner::before {
  width: 70%;
  height: 70%;
  right: -8%;
  top: 18%;
  background: radial-gradient(circle, rgba(255, 249, 243, 0.35), transparent 62%);
}

.hero-vessel-inner::after {
  width: 55%;
  height: 55%;
  left: -10%;
  bottom: -4%;
  background: radial-gradient(circle, rgba(13, 88, 73, 0.24), transparent 62%);
}

.hero-card {
  position: absolute;
  border-radius: 1.6rem;
  box-shadow: 0 18px 42px rgba(36, 18, 22, 0.12);
}

.hero-card-art {
  width: 15rem;
  right: 0;
  bottom: 0;
  padding: 0.85rem;
  background: rgba(255, 249, 243, 0.9);
}

.hero-card-art img {
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  border-radius: 1rem;
}

.hero-card-note {
  left: 0;
  bottom: 2rem;
  max-width: 13rem;
  padding: 1rem;
  background: rgba(255, 249, 243, 0.74);
  backdrop-filter: blur(12px);
}

.hero-card-note p {
  margin-top: 0.6rem;
  font-size: 1.08rem;
}

.image-chapter {
  padding: 0 0 3.5rem;
}

.image-chapter-heading {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 1rem;
}

.image-story-grid {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  grid-template-rows: 16rem 13rem;
  gap: 1rem;
}

.story-frame,
.story-copy-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.story-frame {
  position: relative;
  margin: 0;
  min-height: 10rem;
}

.story-frame img {
  height: 100%;
  object-fit: cover;
}

.story-frame figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 249, 243, 0.78);
  color: var(--ink);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.story-frame-tall {
  grid-row: 1 / span 2;
}

.story-frame-note {
  grid-column: 2;
  grid-row: 1;
}

.story-frame-wide {
  grid-column: 2;
  grid-row: 2;
}

.story-frame-detail {
  display: none;
}

.ritual,
.silhouette {
  padding: 0 0 3rem;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 2rem;
  align-items: center;
}

.ritual-copy,
.silhouette-copy {
  max-width: 34rem;
}

.ritual-copy p:last-child,
.silhouette-copy p:last-child,
.private-copy p:last-child {
  margin-top: 1rem;
}

.ritual-panels {
  display: grid;
  grid-template-columns: 0.72fr 0.5fr 0.78fr;
  gap: 1rem;
  min-height: 20rem;
}

.ritual-panel,
.form,
.swatch,
.private-panel {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.ritual-panel-silk {
  background:
    radial-gradient(circle at top left, rgba(255, 249, 243, 0.86), transparent 32%),
    linear-gradient(160deg, rgba(234, 212, 193, 0.92), rgba(194, 113, 129, 0.65));
}

.ritual-panel-shadow {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 249, 243, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(93, 29, 44, 0.88), rgba(72, 42, 45, 0.96));
  transform: translateY(2rem);
}

.ritual-panel-lace {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 249, 243, 0.76), rgba(234, 212, 193, 0.54));
}

.ritual-panel-lace::before,
.ritual-panel-lace::after {
  content: "";
  position: absolute;
  inset: 0;
}

.ritual-panel-lace::before {
  background-image:
    radial-gradient(circle at 18px 18px, rgba(93, 29, 44, 0.12) 2px, transparent 3px);
  background-size: 36px 36px;
  opacity: 0.9;
}

.ritual-panel-lace::after {
  background: linear-gradient(135deg, transparent 0%, rgba(93, 29, 44, 0.08) 100%);
}

.silhouette-forms {
  position: relative;
  min-height: 30rem;
}

.form {
  position: absolute;
}

.form-left {
  left: 0;
  bottom: 0;
  width: 38%;
  height: 72%;
  background: linear-gradient(180deg, rgba(234, 212, 193, 0.95), rgba(194, 113, 129, 0.75));
  border-radius: 12rem 12rem 2rem 2rem;
}

.form-center {
  left: 28%;
  top: 0;
  width: 34%;
  height: 100%;
  background: linear-gradient(180deg, rgba(93, 29, 44, 0.9), rgba(72, 42, 45, 0.98));
  border-radius: 14rem 14rem 2rem 2rem;
}

.form-right {
  right: 0;
  bottom: 2rem;
  width: 26%;
  height: 62%;
  background: linear-gradient(180deg, rgba(13, 88, 73, 0.82), rgba(13, 88, 73, 0.96));
  border-radius: 10rem 10rem 2rem 2rem;
}

.palette-story {
  padding: 0.5rem 0 3.5rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 0.82fr;
  gap: 1rem;
}

.swatch {
  min-height: 9rem;
  padding: 1rem;
  display: flex;
  align-items: end;
}

.swatch-bone {
  background: linear-gradient(180deg, rgba(255, 249, 243, 0.96), rgba(234, 212, 193, 0.8));
}

.swatch-rose {
  background: linear-gradient(180deg, rgba(234, 212, 193, 0.96), rgba(194, 113, 129, 0.82));
}

.swatch-wine {
  background: linear-gradient(180deg, rgba(194, 113, 129, 0.7), rgba(143, 23, 49, 0.96));
  color: #fff9f4;
}

.swatch-wine span,
.swatch-brown span,
.swatch-emerald span {
  color: rgba(255, 249, 243, 0.84);
}

.swatch-brown {
  background: linear-gradient(180deg, rgba(93, 29, 44, 0.82), rgba(72, 42, 45, 0.98));
  color: #fff9f4;
}

.swatch-emerald {
  background: linear-gradient(180deg, rgba(13, 88, 73, 0.8), rgba(13, 88, 73, 0.98));
  color: #fff9f4;
}

.private {
  padding: 0 0 4rem;
}

.private-panel {
  padding: 1.5rem;
  background: linear-gradient(145deg, rgba(255, 249, 243, 0.64), rgba(255, 249, 243, 0.34));
  border: 1px solid rgba(93, 29, 44, 0.08);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: end;
}

.interest-form {
  width: min(24rem, 100%);
  display: grid;
  gap: 0.9rem;
}

.interest-form label {
  display: grid;
  gap: 0.65rem;
}

.interest-form input {
  min-height: 3.6rem;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgba(93, 29, 44, 0.16);
  background: rgba(255, 249, 243, 0.74);
  color: var(--ink);
  font: inherit;
}

.interest-form input::placeholder {
  color: rgba(23, 17, 18, 0.42);
}

.section-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 760ms ease, transform 760ms ease;
}

.section-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .hero,
  .image-chapter-heading,
  .ritual,
  .silhouette,
  .private-panel {
    grid-template-columns: 1fr;
  }

  .palette-story,
  .ritual-panels {
    grid-template-columns: repeat(3, 1fr);
  }

  .image-story-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .story-frame-tall,
  .story-frame-note,
  .story-frame-wide,
  .story-frame-detail {
    grid-column: auto;
    grid-row: auto;
  }

  .story-frame {
    min-height: 18rem;
  }

  .hero-stage {
    min-height: 34rem;
  }

  .hero-vessel {
    inset: 0 3rem 2rem 0;
  }
}

@media (max-width: 760px) {
  .site-header,
  .hero,
  .ritual,
  .silhouette,
  .palette-story,
  .private,
  .image-chapter {
    width: min(calc(100% - 1.25rem), var(--max-width));
  }

  .site-header {
    padding: 0.9rem 0;
  }

  .site-nav {
    display: none;
  }

  .brand-mark {
    width: 3.2rem;
    height: 3.2rem;
  }

  .brand-name {
    font-size: 1.55rem;
  }

  h1 {
    font-size: clamp(3.35rem, 15vw, 4.9rem);
    line-height: 0.95;
  }

  h2 {
    font-size: clamp(2.2rem, 9.5vw, 3.2rem);
    line-height: 0.98;
  }

  .hero {
    min-height: auto;
    padding-top: 2rem;
    gap: 1.4rem;
  }

  .hero-copy,
  .ritual-copy,
  .silhouette-copy,
  .private-copy {
    max-width: none;
  }

  .hero-lead,
  .ritual-copy p,
  .silhouette-copy p,
  .private-copy p,
  .hero-card-note p {
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .hero-stage {
    min-height: 24rem;
  }

  .hero-vessel {
    inset: 0 0 4rem 0;
    border-radius: 12rem 12rem 1.5rem 1.5rem;
  }

  .hero-vessel-inner {
    border-radius: 10.5rem 10.5rem 1rem 1rem;
  }

  .hero-card-art {
    width: 8.5rem;
    padding: 0.6rem;
  }

  .hero-card-note {
    max-width: 10rem;
    bottom: 0.8rem;
    padding: 0.8rem;
  }

  .hero-card-note span {
    font-size: 0.62rem;
    letter-spacing: 0.2em;
  }

  .image-chapter {
    padding-bottom: 2.8rem;
  }

  .image-chapter-heading {
    gap: 0.75rem;
    margin-bottom: 0.9rem;
  }

  .image-story-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .ritual-panel-shadow {
    transform: none;
  }

  .ritual-panels {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    min-height: 0;
  }

  .ritual-panel-lace {
    grid-column: 1 / -1;
    min-height: 8rem;
  }

  .silhouette {
    gap: 1.25rem;
  }

  .silhouette-forms {
    min-height: 22rem;
  }

  .form-left,
  .form-center,
  .form-right {
    border-radius: 8rem 8rem 1.5rem 1.5rem;
  }

  .palette-story {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    padding-bottom: 2.8rem;
  }

  .swatch {
    min-height: 7rem;
    padding: 0.85rem;
  }

  .swatch-emerald {
    grid-column: 1 / -1;
  }

  .private {
    padding-bottom: 3rem;
  }

  .private-panel {
    gap: 1.25rem;
  }

  .button,
  .interest-form,
  .interest-form input {
    width: 100%;
  }

  .story-frame {
    min-height: 13rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .section-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .button,
  .site-nav a::after {
    transition: none;
  }
}
