:root {
  --bg: #f6eee4;
  --bg-soft: #fbf6ef;
  --surface: rgba(255, 248, 240, 0.76);
  --surface-strong: rgba(255, 251, 246, 0.88);
  --border: rgba(141, 86, 45, 0.18);
  --text: #573520;
  --text-soft: rgba(87, 53, 32, 0.74);
  --accent: #b86838;
  --accent-deep: #8f4a2c;
  --accent-gold: #c89a52;
  --accent-olive: #717253;
  --shadow: 0 22px 60px rgba(126, 70, 35, 0.14);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --content-width: 1120px;
  --sticky-offset: 60px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(env(safe-area-inset-top, 0px) + 104px);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at top left, rgba(233, 141, 74, 0.22), transparent 30%),
    radial-gradient(circle at top right, rgba(194, 145, 77, 0.2), transparent 34%),
    linear-gradient(180deg, #f9f3ec 0%, #f6eee4 48%, #f4e7db 100%);
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.35), transparent 42%),
    repeating-linear-gradient(
      145deg,
      rgba(186, 124, 72, 0.028) 0,
      rgba(186, 124, 72, 0.028) 2px,
      transparent 2px,
      transparent 16px
    );
  pointer-events: none;
}

.leaf-rain {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.falling-leaf {
  position: absolute;
  top: -14vh;
  left: var(--leaf-left);
  width: var(--leaf-size);
  height: calc(var(--leaf-size) * 0.78);
  opacity: 0;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(145deg, var(--leaf-color), var(--leaf-color-deep));
  box-shadow:
    0 8px 18px rgba(116, 67, 35, 0.08),
    inset 0 0 0 1px rgba(255, 248, 239, 0.26);
  filter: saturate(1.08);
  mix-blend-mode: multiply;
  transform-origin: center;
  will-change: transform, opacity;
  animation: leaf-fall var(--leaf-duration) linear forwards;
}

.falling-leaf::before,
.falling-leaf::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.falling-leaf::before {
  top: 14%;
  bottom: 12%;
  left: 50%;
  width: 1px;
  background: rgba(255, 245, 232, 0.58);
  transform: translateX(-50%) rotate(-32deg);
  transform-origin: center;
}

.falling-leaf::after {
  inset: 18% 22% 28% 28%;
  border-radius: 100% 0 100% 0;
  background: rgba(255, 255, 255, 0.16);
  filter: blur(1px);
}

@keyframes leaf-fall {
  0% {
    transform: translate3d(0, -18vh, 0) rotate(var(--leaf-rotate-start));
    opacity: 0;
  }

  12% {
    opacity: var(--leaf-opacity);
  }

  52% {
    transform: translate3d(var(--leaf-drift-mid), 44vh, 0) rotate(140deg);
    opacity: var(--leaf-opacity);
  }

  100% {
    transform: translate3d(var(--leaf-drift-end), 118vh, 0) rotate(var(--leaf-rotate-end));
    opacity: 0;
  }
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 24px), var(--content-width));
  margin: 0 auto;
  padding: 20px 0 64px;
}

.ambient {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.68;
  pointer-events: none;
}

.ambient-top {
  top: 44px;
  right: -20px;
  width: 164px;
  height: 164px;
  background: radial-gradient(circle, rgba(224, 140, 74, 0.42), transparent 70%);
}

.ambient-bottom {
  bottom: 80px;
  left: -40px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(198, 154, 82, 0.24), transparent 72%);
}

.ornament {
  position: absolute;
  width: 150px;
  height: auto;
  opacity: 0.8;
  pointer-events: none;
}

.ornament-top-left {
  top: 0;
  left: -18px;
}

.ornament-top-right {
  top: 0;
  right: -18px;
  transform: scaleX(-1);
}

.ornament-bottom-left {
  bottom: 10px;
  left: -30px;
  transform: rotate(185deg);
}

.ornament-bottom-right {
  bottom: 10px;
  right: -30px;
  transform: scaleX(-1) rotate(185deg);
}

.stem {
  fill: none;
  stroke: rgba(153, 96, 47, 0.42);
  stroke-width: 2.4;
  stroke-linecap: round;
}

.leaf {
  transform-origin: center;
}

.leaf-a {
  fill: rgba(224, 123, 58, 0.35);
}

.leaf-b {
  fill: rgba(198, 154, 82, 0.26);
}

.leaf-c {
  fill: rgba(141, 86, 45, 0.24);
}

.hero,
.section,
.footer {
  position: relative;
  z-index: 1;
}

.hero {
  padding: 92px 0 40px;
  text-align: center;
}

.eyebrow-pill,
.section-kicker,
.card-kicker,
.glance-label,
.footer-theme {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(143, 74, 44, 0.78);
}

.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.62);
  border: 1px solid rgba(194, 145, 77, 0.18);
  box-shadow: 0 10px 28px rgba(137, 84, 51, 0.08);
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.02;
  margin: 0;
  font-weight: 600;
}

h1 {
  max-width: 12ch;
  margin: 0.2em auto 0;
  font-size: clamp(3rem, 11vw, 6rem);
}

.hero-theme {
  max-width: 9ch;
  margin: 0.28em auto 0;
  color: var(--accent-gold);
  font-size: clamp(3.35rem, 13vw, 6.75rem);
  line-height: 0.9;
}

.footer-theme {
  margin: 18px 0 8px;
  color: var(--accent-gold);
}

.hero-copy {
  max-width: 34rem;
  margin: 24px auto 0;
  font-size: 1.02rem;
  color: var(--text-soft);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-primary {
  color: #fff8f1;
  background: linear-gradient(135deg, var(--accent) 0%, #cd8651 100%);
  box-shadow: 0 16px 34px rgba(180, 104, 56, 0.28);
}

.button-secondary {
  color: var(--accent-deep);
  background: rgba(255, 249, 243, 0.78);
  border: 1px solid rgba(184, 104, 56, 0.14);
  box-shadow: 0 12px 28px rgba(135, 80, 42, 0.09);
}

.button-inline {
  min-height: 44px;
  margin-top: 14px;
  padding: 0 16px;
  font-size: 0.92rem;
}

.text-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--accent-deep);
  font-weight: 600;
  text-decoration-color: rgba(184, 104, 56, 0.32);
  text-underline-offset: 4px;
}

.hero-card {
  margin-top: 34px;
  padding: 20px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.88), rgba(249, 239, 229, 0.74)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.36), transparent 70%);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  text-align: left;
}

.hero-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(160, 111, 71, 0.12);
}

.hero-card-header p {
  max-width: 16rem;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  line-height: 1.15;
  color: var(--accent-deep);
}

.monogram {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 76px;
  height: 76px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(200, 154, 82, 0.34);
  background: radial-gradient(circle, rgba(255, 251, 244, 0.96), rgba(244, 229, 212, 0.8));
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  line-height: 1;
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.5);
}

.monogram-letter {
  color: var(--accent-deep);
}

.monogram-amp {
  color: var(--accent-gold);
  font-size: 1.35rem;
  transform: translateY(1px);
}

.hero-glance {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.glance-item,
.info-card,
.mood-card,
.palette-card,
.timeline-item,
.faq-item {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: 0 14px 36px rgba(116, 68, 41, 0.08);
  backdrop-filter: blur(10px);
}

.glance-item {
  padding: 18px;
}

.glance-item strong {
  display: block;
  margin-top: 6px;
  font-size: 1.14rem;
  color: var(--accent-deep);
}

.glance-item p {
  margin: 8px 0 0;
  color: var(--text-soft);
  font-size: 0.95rem;
}

.anchor-nav {
  position: -webkit-sticky;
  position: sticky;
  top: calc(env(safe-area-inset-top, 0px) + var(--sticky-offset));
  z-index: 8;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px;
  margin: 10px 0 20px;
  border-radius: 999px;
  background: rgba(255, 248, 240, 0.8);
  border: 1px solid rgba(184, 104, 56, 0.12);
  box-shadow: 0 10px 30px rgba(129, 79, 47, 0.08);
  backdrop-filter: blur(18px);
  scrollbar-width: none;
}

.anchor-nav::-webkit-scrollbar {
  display: none;
}

.anchor-nav a {
  white-space: nowrap;
  padding: 11px 12px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--accent-deep);
  font-size: 0.92rem;
  font-weight: 600;
}

.anchor-nav a.is-active {
  background: linear-gradient(135deg, rgba(191, 117, 63, 0.18), rgba(200, 154, 82, 0.08));
}

.section {
  padding: 34px 0 0;
}

.section-heading {
  max-width: 40rem;
  margin-bottom: 20px;
}

.section-heading h2 {
  font-size: clamp(2.15rem, 8vw, 4rem);
  margin-top: 10px;
}

.section-heading p:last-child {
  margin-top: 12px;
  color: var(--text-soft);
}

.cards-grid,
.style-layout {
  display: grid;
  gap: 16px;
}

.cards-grid.cards-grid-single {
  grid-template-columns: 1fr;
}

.info-card,
.mood-card,
.palette-card {
  padding: 20px;
}

.info-card h3,
.mood-card h3,
.palette-card h3 {
  margin-top: 8px;
  font-size: 2rem;
}

.info-card p,
.mood-card p,
.palette-card p,
.detail-row span,
.detail-row strong,
.timeline-item p,
.faq-item p {
  margin: 0;
}

.info-card-featured {
  background:
    linear-gradient(145deg, rgba(189, 117, 66, 0.11), rgba(255, 250, 243, 0.86)),
    var(--surface-strong);
}

.detail-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(159, 109, 68, 0.12);
}

.detail-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.detail-row span {
  color: var(--text-soft);
}

.detail-row strong {
  text-align: right;
  color: var(--accent-deep);
  font-size: 0.96rem;
}

.timeline {
  position: relative;
  display: grid;
  gap: 16px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 14px;
  bottom: 14px;
  width: 1px;
  background: linear-gradient(180deg, rgba(200, 154, 82, 0), rgba(200, 154, 82, 0.58), rgba(200, 154, 82, 0));
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 18px;
}

.timeline-index {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--accent-deep);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.95), rgba(239, 219, 197, 0.78));
  border: 1px solid rgba(200, 154, 82, 0.3);
  z-index: 1;
}

.timeline-item h3 {
  font-size: 2rem;
  margin-bottom: 6px;
}

.timeline-item p {
  color: var(--text-soft);
}

.style-layout {
  align-items: stretch;
}

.palette-card {
  min-width: 0;
}

.swatches {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 12px;
}

.swatch-item {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.swatches span {
  display: block;
  min-height: 84px;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(59, 28, 10, 0.08)),
    var(--swatch);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.26),
    0 10px 18px rgba(114, 67, 34, 0.08);
}

.swatch-item strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.02rem;
  line-height: 1.02;
  font-weight: 600;
  color: var(--accent-deep);
  text-transform: lowercase;
  text-align: center;
  overflow-wrap: anywhere;
}

.palette-note {
  color: var(--text-soft);
}

.practical-grid .info-card h3 {
  font-size: 1.9rem;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  background: rgba(255, 249, 242, 0.82);
}

.faq-item summary {
  position: relative;
  display: block;
  padding: 18px 56px 18px 18px;
  list-style: none;
  cursor: pointer;
  font-weight: 600;
  color: var(--accent-deep);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--accent-deep);
  background: rgba(193, 141, 76, 0.12);
  transition: transform 180ms ease, background 180ms ease;
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
  background: rgba(184, 104, 56, 0.16);
}

.faq-item p {
  padding: 0 18px 18px;
  color: var(--text-soft);
}

.footer {
  padding: 56px 0 18px;
  text-align: center;
}

.footer h2 {
  font-size: clamp(2.5rem, 10vw, 4.5rem);
  margin-top: 8px;
}

.footer p:last-child {
  max-width: 34rem;
  margin: 14px auto 0;
  color: var(--text-soft);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

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

  .leaf-rain {
    display: none;
  }

  .reveal,
  .button,
  .faq-item summary::after {
    transition: none;
  }
}

@media (min-width: 720px) {
  .page-shell {
    width: min(calc(100% - 48px), var(--content-width));
    padding-top: 28px;
  }

  :root {
    --sticky-offset: 22px;
  }

  .hero {
    padding-top: 116px;
  }

  .hero-card {
    padding: 24px;
  }

  .hero-glance,
  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cards-grid.cards-grid-single {
    grid-template-columns: 1fr;
  }

  .cards-grid .info-card-featured {
    grid-column: span 2;
  }

  .cards-grid.cards-grid-single .info-card-featured {
    grid-column: auto;
  }

  .style-layout {
    grid-template-columns: 1.15fr 0.85fr;
  }

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

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

  .ornament {
    width: 190px;
  }
}

@media (min-width: 1024px) {
  .hero-card {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    padding-top: 50px;
  }

  .style-layout {
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: 20px;
  }

  .cards-grid {
    grid-template-columns: 1.1fr 0.9fr 0.9fr;
  }

  .cards-grid.cards-grid-single {
    grid-template-columns: 1fr;
  }

  .cards-grid .info-card-featured {
    grid-column: auto;
  }

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

  .swatches {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 12px;
  }

  .swatches span {
    min-height: 96px;
  }

  .swatch-item strong {
    font-size: 1.08rem;
  }
}
