:root {
  --bg: #f7f2eb;
  --paper: #fffdf9;
  --paper-strong: #ffffff;
  --text: #1c1713;
  --muted: #6f645a;
  --line: rgba(28, 23, 19, 0.12);
  --shadow: 0 18px 45px rgba(51, 39, 27, 0.08);
  --accent: #211b16;
  --paypal: #ffc439;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), transparent 24%),
    linear-gradient(180deg, #fbf7f1 0%, var(--bg) 100%);
  color: var(--text);
  font-family: "Manrope", sans-serif;
}

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

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

.store-body {
  min-height: 100vh;
}

.site-header,
.hero,
.product-grid-section,
.assurance-strip,
.product-page {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
}

.brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.site-nav {
  display: flex;
  gap: 28px;
  font-size: 0.95rem;
  color: var(--muted);
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 36px;
  align-items: center;
  padding: 36px 0 56px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
}

.hero h1,
.product-panel h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.95;
  font-weight: 600;
}

.hero-text,
.product-summary,
.product-info p,
.tiny-note {
  color: var(--muted);
  line-height: 1.75;
}

.hero-text {
  max-width: 34rem;
  margin: 20px 0 0;
  font-size: 1rem;
}

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

.button,
.paypal-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.button:hover,
.paypal-button:hover,
.product-card:hover {
  transform: translateY(-2px);
}

.button-dark {
  background: var(--accent);
  color: #fff;
  box-shadow: var(--shadow);
}

.button-light {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.button-full {
  width: 100%;
}

.hero-media {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 18px;
  align-items: stretch;
}

.hero-frame,
.main-gallery-card,
.thumb-card,
.product-card,
.mini-note,
.purchase-card {
  background: var(--paper);
  border: 1px solid rgba(99, 76, 54, 0.08);
  box-shadow: var(--shadow);
}

.hero-frame,
.main-gallery-card,
.thumb-card {
  overflow: hidden;
  border-radius: 28px;
}

.hero-frame img,
.main-gallery-card img,
.thumb-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-frame-tall {
  min-height: 520px;
}

.hero-stack {
  display: grid;
  gap: 18px;
  grid-template-rows: 1fr auto;
}

.mini-note {
  border-radius: 24px;
  padding: 20px;
}

.mini-note span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  margin-bottom: 8px;
}

.mini-note strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.product-grid-section {
  padding: 18px 0 34px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 24px;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
}

.section-heading h2 {
  margin: 10px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 600;
}

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

.product-card {
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card-link {
  display: block;
}

.product-image-wrap {
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.96), rgba(245, 239, 232, 0.9)),
    #f5efe8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.product-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 8px 18px rgba(54, 40, 27, 0.1));
}

.product-info {
  padding: 20px 20px 22px;
}

.product-info h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  font-weight: 600;
}

.product-info p {
  margin: 10px 0 18px;
  font-size: 0.94rem;
}

.price,
.price-large {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.assurance-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 10px 0 70px;
}

.assurance-strip div {
  padding: 18px 16px;
  border-top: 1px solid var(--line);
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
}

.entity-section {
  padding: 0 0 64px;
}

.info-grid-section {
  padding: 0 0 56px;
}

.entity-card,
.policy-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.entity-card {
  padding: 32px;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
}

.entity-card h2,
.policy-card h1 {
  margin: 0 0 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
}

.entity-grid,
.policy-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.entity-grid div,
.policy-meta div,
.merchant-inline {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(28, 23, 19, 0.08);
}

.entity-grid span,
.policy-meta span,
.merchant-inline span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.82rem;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.info-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 28px;
}

.info-card h2 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 600;
}

.info-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--text);
  font-weight: 600;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 28px 0 52px;
  margin-top: 8px;
}

.footer-main {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: start;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 12px;
}

.footer-text {
  margin: 6px 0;
  color: var(--muted);
  line-height: 1.7;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
  color: var(--muted);
}

.footer-links a:hover,
.site-nav a:hover {
  color: var(--text);
}

.product-page {
  padding: 24px 0 72px;
}

.product-extra {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 26px;
}

.product-copy-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: 28px;
}

.product-copy-card h2 {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 600;
}

.product-copy-card p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.85;
}

.inline-policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.inline-policy-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  color: var(--muted);
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 34px;
  align-items: start;
}

.gallery-column {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
}

.thumb-column {
  display: grid;
  gap: 14px;
}

.thumb-card {
  aspect-ratio: 1 / 1;
  padding: 8px;
  background: var(--paper-strong);
}

.main-gallery-card {
  min-height: 720px;
  padding: 18px;
  background: var(--paper-strong);
}

.product-panel {
  position: sticky;
  top: 20px;
  padding-top: 10px;
}

.price-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0 18px;
}

.price-large {
  font-size: 1.2rem;
}

.stock-badge {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(33, 27, 22, 0.08);
  font-size: 0.84rem;
  color: var(--muted);
}

.bullet-list {
  margin: 0;
  padding-left: 18px;
  color: var(--text);
  line-height: 2;
}

.purchase-card {
  margin-top: 28px;
  border-radius: 28px;
  padding: 24px;
}

.fake-select,
.single-purchase-note {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 14px;
}

.fake-select span,
.single-purchase-note span {
  color: var(--muted);
  font-size: 0.86rem;
}

.fake-select strong,
.single-purchase-note strong {
  font-size: 0.95rem;
}

.paypal-button {
  width: 100%;
  background: var(--paypal);
  color: #111;
  margin-top: 12px;
}

.tiny-note {
  margin: 14px 2px 0;
  font-size: 0.85rem;
}

.detail-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.detail-meta div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.detail-meta span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  margin-bottom: 8px;
}

.merchant-inline {
  margin-top: 18px;
}

.policy-page {
  padding: 28px 0 72px;
}

.policy-card {
  width: min(calc(100% - 32px), 920px);
  margin: 0 auto;
  padding: 34px;
}

.policy-card p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.85;
}

.policy-card h2 {
  margin: 22px 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  font-weight: 600;
}

.policy-meta {
  margin-top: 28px;
}

@media (max-width: 980px) {
  .hero,
  .product-layout,
  .product-extra,
  .product-grid,
  .assurance-strip {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 12px;
  }

  .hero-media,
  .gallery-column {
    grid-template-columns: 1fr;
  }

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

  .main-gallery-card {
    min-height: auto;
  }

  .product-panel {
    position: static;
  }

  .detail-meta {
    grid-template-columns: 1fr;
  }

  .entity-grid,
  .info-grid,
  .policy-meta,
  .footer-main,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .site-nav {
    gap: 16px;
    font-size: 0.88rem;
  }
}

@media (max-width: 640px) {
  .site-header {
    flex-direction: column;
    gap: 12px;
  }

  .hero h1,
  .product-panel h1 {
    font-size: 2.75rem;
  }

  .hero-frame-tall {
    min-height: 360px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button,
  .paypal-button {
    width: 100%;
  }

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