:root {
  --bg: #f7f0e7;
  --surface: rgba(255, 250, 245, 0.8);
  --surface-strong: #fffdf8;
  --text: #1d2233;
  --muted: #6e7386;
  --line: rgba(29, 34, 51, 0.1);
  --gold: #d89c39;
  --rose: #cb6b6a;
  --shadow: 0 24px 64px rgba(63, 46, 35, 0.14);
  --radius-xl: 32px;
  --radius-lg: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(240, 200, 197, 0.65), transparent 28%),
    radial-gradient(circle at right 15%, rgba(199, 228, 230, 0.7), transparent 24%),
    linear-gradient(180deg, #f6eee3 0%, #f8f4ed 48%, #fbfaf7 100%);
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.page-backdrop {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
  opacity: 0.8;
}

.orb-one {
  top: 7%;
  left: -4%;
  width: 20rem;
  height: 20rem;
  background: rgba(216, 156, 57, 0.16);
}

.orb-two {
  top: 30%;
  right: -5%;
  width: 24rem;
  height: 24rem;
  background: rgba(77, 155, 161, 0.14);
}

.orb-three {
  bottom: 10%;
  left: 20%;
  width: 18rem;
  height: 18rem;
  background: rgba(203, 107, 106, 0.12);
}

.app-shell {
  position: relative;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 64px;
}

.loading-shell,
.error-shell,
.empty-shell {
  margin-top: 32px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-xl);
  background: var(--surface);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.kicker {
  margin: 0 0 12px;
  color: var(--rose);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
.brand-wordmark strong,
.stat-card strong,
.price-mark,
.detail-price,
.visual-mark {
  font-family: "Cormorant Garamond", serif;
}

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

.site-header,
.announcement,
.hero-panel,
.section-panel,
.feature-card,
.product-card,
.collection-card,
.detail-shell,
.detail-sidebar,
.detail-panel,
.related-panel,
.stat-card,
.cta-banner {
  backdrop-filter: blur(14px);
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.8);
  box-shadow: 0 12px 30px rgba(76, 57, 40, 0.08);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--rose), var(--gold));
  color: #fffdf8;
  font-weight: 800;
  letter-spacing: 0.12em;
  box-shadow: 0 16px 28px rgba(203, 107, 106, 0.22);
}

.brand-wordmark strong {
  display: block;
  font-size: 1.65rem;
  line-height: 0.9;
}

.brand-wordmark span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.94rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.65);
}

.announcement {
  margin-top: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(216, 156, 57, 0.22);
  border-radius: 999px;
  background: rgba(255, 250, 239, 0.86);
  color: #6d5325;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 700;
}

.hero-panel,
.detail-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 28px;
  margin-top: 22px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 40px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.88), transparent 34%),
    linear-gradient(145deg, rgba(255, 253, 249, 0.92), rgba(248, 242, 234, 0.76));
  box-shadow: var(--shadow);
}

.hero-copy,
.hero-side,
.hero-metrics,
.detail-main,
.detail-sidebar,
.detail-panel {
  display: grid;
  gap: 18px;
}

.hero-copy h1,
.detail-title {
  font-size: clamp(3.1rem, 6vw, 5.5rem);
  line-height: 0.88;
  letter-spacing: -0.04em;
}

.hero-copy p,
.detail-summary,
.section-intro p,
.feature-card p,
.product-copy p,
.detail-panel p,
.detail-sidebar p,
.empty-shell p,
.error-shell p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-actions,
.detail-actions,
.filter-chip-list,
.badge-list,
.meta-list,
.collection-tag-list,
.thumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--rose), #d9955f);
  color: #fffdf8;
  box-shadow: 0 18px 30px rgba(203, 107, 106, 0.24);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.68);
}

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

.stat-card {
  padding: 20px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(29, 34, 51, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.stat-card strong {
  display: block;
  font-size: 2.3rem;
  line-height: 0.9;
}

.stat-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.feature-card-grid,
.collection-grid,
.product-grid,
.detail-facts,
.related-grid {
  display: grid;
  gap: 18px;
}

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

.feature-card,
.collection-card,
.detail-panel,
.detail-sidebar,
.related-panel {
  padding: 22px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(29, 34, 51, 0.08);
  background: rgba(255, 255, 255, 0.78);
}

.section-panel,
.cta-banner {
  margin-top: 26px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px;
  background: rgba(255, 251, 247, 0.76);
  box-shadow: 0 18px 40px rgba(76, 57, 40, 0.1);
}

.section-intro {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}

.section-intro h2,
.detail-section-title,
.collection-card h3,
.product-copy h3 {
  margin-bottom: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.95;
}

.section-intro p {
  max-width: 420px;
  margin-bottom: 0;
}

.filter-chip-list {
  margin-top: 24px;
}

.filter-chip {
  padding: 11px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.filter-chip.is-active {
  border-color: rgba(203, 107, 106, 0.22);
  background: rgba(240, 200, 197, 0.32);
  color: var(--text);
}

.product-grid,
.related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.product-card {
  display: grid;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(29, 34, 51, 0.08);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 18px 36px rgba(58, 46, 34, 0.12);
}

.product-visual,
.detail-visual {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.56), transparent 36%),
    linear-gradient(145deg, #e8ddd2, #f4ebe1);
}

.product-card .product-visual {
  min-height: 250px;
  border-radius: 28px 28px 0 0;
}

.product-visual img,
.detail-visual img,
.thumb-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 26px;
}

.visual-placeholder.accent-rose {
  background: linear-gradient(145deg, #f6d7d3, #f1ddc0);
}

.visual-placeholder.accent-sea {
  background: linear-gradient(145deg, #cae6e7, #ebe1d2);
}

.visual-placeholder.accent-sun {
  background: linear-gradient(145deg, #f4e1af, #f0cfba);
}

.visual-stack {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

.visual-mark {
  font-size: 2.8rem;
  line-height: 0.9;
}

.visual-stack span {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-copy {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.eyebrow-row,
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.eyebrow-tag,
.availability-pill,
.badge-pill,
.collection-tag,
.meta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow-tag,
.availability-pill.tone-ready {
  background: rgba(77, 155, 161, 0.14);
  color: #296970;
}

.availability-pill.tone-warning {
  background: rgba(216, 156, 57, 0.18);
  color: #7b5617;
}

.availability-pill.tone-calm {
  background: rgba(203, 107, 106, 0.14);
  color: #944848;
}

.availability-pill.tone-quiet,
.badge-pill,
.collection-tag,
.meta-pill {
  background: rgba(29, 34, 51, 0.06);
  color: var(--text);
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
}

.price-mark,
.detail-price {
  font-size: 2.2rem;
  line-height: 0.9;
}

.product-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.product-link::after {
  content: "->";
}

.detail-breadcrumb {
  margin-top: 22px;
  color: var(--muted);
}

.breadcrumb a {
  font-weight: 700;
}

.detail-visual {
  min-height: 460px;
}

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

.detail-panel small {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.thumb-list {
  margin-top: 10px;
}

.thumb-button {
  width: 78px;
  height: 78px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.thumb-button .visual-placeholder {
  width: 100%;
  height: 100%;
}

.thumb-button.is-active {
  border-color: rgba(203, 107, 106, 0.3);
  box-shadow: 0 0 0 3px rgba(240, 200, 197, 0.36);
}

.cta-banner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  background:
    radial-gradient(circle at top left, rgba(216, 156, 57, 0.16), transparent 26%),
    linear-gradient(145deg, rgba(255, 252, 247, 0.9), rgba(244, 236, 227, 0.82));
}

.noscript-banner {
  width: min(1200px, calc(100% - 32px));
  margin: 20px auto;
  padding: 14px 18px;
  border-radius: 18px;
  background: #fff3e4;
  color: #704b23;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .hero-panel,
  .detail-shell,
  .cta-banner {
    grid-template-columns: 1fr;
  }

  .feature-card-grid,
  .collection-grid,
  .product-grid,
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-intro {
    flex-direction: column;
    align-items: start;
  }

  .section-intro p {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .app-shell {
    width: min(100% - 20px, 1200px);
    padding-top: 16px;
  }

  .site-header {
    flex-direction: column;
    align-items: start;
    border-radius: 28px;
  }

  .site-nav {
    width: 100%;
  }

  .hero-panel,
  .detail-shell,
  .section-panel,
  .cta-banner,
  .loading-shell,
  .error-shell,
  .empty-shell {
    padding: 24px;
    border-radius: 28px;
  }

  .hero-copy h1,
  .detail-title {
    font-size: clamp(2.8rem, 12vw, 4rem);
  }

  .hero-metrics,
  .feature-card-grid,
  .collection-grid,
  .product-grid,
  .related-grid,
  .detail-facts {
    grid-template-columns: 1fr;
  }

  .detail-visual {
    min-height: 320px;
  }

  .thumb-button {
    width: 64px;
    height: 64px;
  }
}
