:root {
  --ivory: #fdfdfc;
  --cream: #f5f2ed;
  --ink: #242124;
  --muted: #6d676f;
  --taupe: #d8d0c7;
  --gold: #8d6bb8;
  --lavender: #8d6bb8;
  --amethyst: #4a2476;
  --silver: #c9c6c0;
  --line: rgba(36, 33, 36, 0.12);
  --shadow: 0 28px 80px rgba(57, 38, 78, 0.13);
  --serif: "Playfair Display", "Cormorant Garamond", "Ivar Display", Georgia, "Times New Roman", serif;
  --sans: Manrope, Inter, "Avenir Next", "Neue Haas Grotesk", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --ui: Inter, Manrope, "Segoe UI", system-ui, sans-serif;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

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

.site-header {
  align-items: center;
  background: rgba(253, 253, 252, 0.88);
  border-bottom: 1px solid rgba(36, 33, 36, 0.08);
  backdrop-filter: blur(18px);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto 1fr;
  left: 0;
  padding: 18px clamp(20px, 4vw, 54px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
}

.brand span {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1;
}

.brand small {
  color: var(--muted);
  font-family: var(--ui);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: 26px;
  color: var(--muted);
  font-family: var(--ui);
  font-size: 13px;
  font-weight: 600;
}

.header-cta {
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  justify-self: end;
  padding: 12px 18px;
}

.hero,
.intro-section,
.gallery-section,
.wear-section,
.faq-section,
.final-cta {
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - clamp(36px, 7vw, 96px));
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 72px);
  grid-template-columns: minmax(360px, 0.78fr) minmax(460px, 1.22fr);
  min-height: calc(100vh - 78px);
  padding: clamp(38px, 6vw, 86px) 0 clamp(48px, 7vw, 92px);
}

.hero-copy {
  max-width: 600px;
}

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

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(48px, 5vw, 82px);
  line-height: 1;
}

h2 {
  font-size: clamp(38px, 4.6vw, 70px);
  line-height: 1.02;
}

h3 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.08;
}

.hero-copy > p,
.section-copy p,
.emotional-inner p,
.gallery-copy p,
.trust-copy p,
.lead-card p,
.final-cta p {
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.65;
}

.hero-copy > p {
  margin-top: 24px;
  max-width: 560px;
}

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

.button {
  align-items: center;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.header-cta:hover,
.text-link:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--amethyst);
  border: 1px solid var(--amethyst);
  box-shadow: 0 18px 40px rgba(74, 36, 118, 0.2);
  color: #fff;
}

.button-secondary {
  background: transparent;
  border: 1px solid rgba(141, 107, 184, 0.42);
  color: var(--amethyst);
}

.hero-proof {
  color: var(--muted);
  display: grid;
  gap: 10px 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.hero-proof li {
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
}

.hero-proof li::before {
  background: var(--lavender);
  border-radius: 50%;
  content: "";
  height: 6px;
  margin-right: 10px;
  width: 6px;
}

.hero-media {
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin: 0;
  overflow: hidden;
}

.hero-media img {
  aspect-ratio: 16 / 9;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-product {
  align-self: stretch;
  background: var(--cream);
}

.hero-product img {
  aspect-ratio: 1 / 1;
  max-height: min(720px, calc(100vh - 130px));
  object-fit: cover;
  object-position: center center;
}

.product-pair {
  background: var(--cream);
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr;
}

.product-pair img {
  aspect-ratio: 16 / 10;
  background: #eef2f3;
  min-height: 0;
  object-fit: cover;
  object-position: center 63%;
}

.product-pair img:first-child {
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}

.intro-section,
.faq-section {
  padding: clamp(58px, 8vw, 104px) 0;
}

.section-copy {
  align-items: end;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
}

.section-copy.narrow {
  display: block;
  max-width: 760px;
}

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

.product-trio,
.value-grid {
  display: grid;
  gap: 1px;
  margin-top: 38px;
}

.product-trio {
  grid-template-columns: repeat(3, 1fr);
}

.value-grid {
  grid-template-columns: repeat(4, 1fr);
}

.product-trio article,
.value-grid article {
  background: rgba(255, 253, 248, 0.68);
  border: 1px solid var(--line);
  min-height: 190px;
  padding: 28px;
}

.product-trio article:first-child,
.value-grid article:first-child {
  border-radius: 8px 0 0 8px;
}

.product-trio article:last-child,
.value-grid article:last-child {
  border-radius: 0 8px 8px 0;
}

.product-trio span {
  color: var(--amethyst);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 38px;
}

.product-trio p,
.value-grid p,
.faq-list p,
.gallery-copy dd {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  margin-top: 16px;
}

.text-link {
  border-bottom: 1px solid rgba(255, 253, 248, 0.55);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  margin-top: 30px;
  padding-bottom: 6px;
}

.gallery-section {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(36px, 6vw, 78px);
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
  padding: clamp(58px, 8vw, 108px) 0;
}

.gallery-main {
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.gallery-main img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 70%;
  width: 100%;
}

.detail-strip {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - clamp(36px, 7vw, 96px));
}

.detail-strip span {
  align-items: center;
  background: rgba(255, 253, 248, 0.58);
  color: var(--muted);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 72px;
  padding: 14px 18px;
  text-align: center;
}

.gallery-copy dl {
  border-top: 1px solid var(--line);
  margin: 30px 0 0;
}

.gallery-copy div {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}

.gallery-copy dt {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-copy dd {
  margin-left: 0;
}

.wear-section {
  align-items: center;
  display: grid;
  gap: clamp(30px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.7fr);
  padding: 0 0 clamp(54px, 8vw, 100px);
}

.wear-section figure {
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin: 0;
  overflow: hidden;
}

.wear-section img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.wear-section p {
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.68;
  margin-top: 20px;
}

.faq-list {
  border-top: 1px solid var(--line);
  margin-top: 42px;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}

.faq-list summary {
  cursor: pointer;
  font-family: var(--serif);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.18;
}

.final-cta {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 80px);
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  padding: 0 0 clamp(78px, 10vw, 136px);
}

.final-cta img {
  border-radius: 8px;
  box-shadow: var(--shadow);
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.final-cta .button {
  margin-top: 30px;
}

.final-cta small {
  color: var(--muted);
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 28px;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero,
  .section-copy,
  .gallery-section,
  .wear-section,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    order: -1;
  }

  .hero-product img {
    max-height: 620px;
  }

  .product-trio,
  .value-grid,
  .detail-strip {
    grid-template-columns: 1fr;
  }

  .product-trio article,
  .value-grid article,
  .product-trio article:first-child,
  .value-grid article:first-child,
  .product-trio article:last-child,
  .value-grid article:last-child {
    border-radius: 8px;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand small,
  .header-cta {
    display: none;
  }

  .hero,
  .intro-section,
  .gallery-section,
  .wear-section,
  .faq-section,
  .final-cta {
    width: calc(100% - 36px);
  }

  .hero {
    gap: 24px;
    padding-top: 24px;
  }

  .hero-product img {
    aspect-ratio: 3 / 4;
    max-height: 470px;
  }

  h1 {
    font-size: clamp(42px, 12vw, 56px);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .product-trio article,
  .value-grid article,
  .lead-card {
    padding: 24px;
  }
}
  font-family: var(--ui);
  font-family: var(--ui);
