:root {
  --ink: #211b27;
  --muted: #665f69;
  --paper: #fffaf5;
  --card: #ffffff;
  --line: #eadfd8;
  --plum: #54213f;
  --plum-deep: #271433;
  --orange: #ed7b2c;
  --peach: #f7d7bf;
  --sage: #dfeadf;
  --max: 1180px;
  --shadow: 0 22px 50px rgba(52, 32, 43, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 99;
  transform: translateY(-150%);
  padding: 10px 14px;
  background: #fff;
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(84, 33, 63, 0.1);
  background: rgba(255, 250, 245, 0.92);
  backdrop-filter: blur(14px);
}
.header-inner {
  width: min(calc(100% - 40px), var(--max));
  min-height: 76px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--orange), var(--plum));
  font: 700 0.82rem/1 ui-sans-serif, system-ui;
  letter-spacing: 0;
}
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: var(--muted); text-decoration: none; font-size: 0.94rem; font-weight: 650; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--plum); }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-weight: 700; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 92px 0; }
.section.compact { padding: 64px 0; }
.section-head { max-width: 700px; margin-bottom: 42px; }
.section-head.split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-head h2, .page-intro h1, .detail-copy h1, .statement h2 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}
.section-head h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); }
.section-head p, .page-intro p { color: var(--muted); font-size: 1.08rem; }
.eyebrow { margin: 0 0 12px; color: var(--plum); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.lead { color: var(--muted); font-size: 1.18rem; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  padding: 92px 0 72px;
  background:
    radial-gradient(circle at 74% 35%, rgba(247, 215, 191, 0.9), transparent 32%),
    linear-gradient(135deg, #fffaf5 5%, #f5e7de 55%, #e9dadf 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto -10% -45% auto;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(84, 33, 63, 0.16);
  border-radius: 50%;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 70px; }
.hero h1 { margin: 0 0 24px; max-width: 720px; font: 500 clamp(3.4rem, 7vw, 6.4rem)/0.94 Georgia, serif; letter-spacing: -0.055em; }
.hero h1 em { color: var(--plum); font-weight: inherit; }
.hero-copy > p:not(.eyebrow) { max-width: 590px; color: var(--muted); font-size: 1.16rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--plum); border-radius: 999px; text-decoration: none; font-weight: 750; }
.button.primary { color: #fff; background: var(--plum); }
.button.primary:hover { background: var(--plum-deep); }
.button.secondary { color: var(--plum); background: transparent; }
.button.secondary:hover { background: #fff; }
.hero-visual { position: relative; min-height: 530px; }
.hero-card {
  position: absolute;
  overflow: hidden;
  border: 8px solid rgba(255,255,255,0.9);
  border-radius: 28px;
  box-shadow: var(--shadow);
  background: #fff;
}
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card.large { inset: 20px 30px 80px 70px; transform: rotate(2deg); }
.hero-card.large img { object-position: 28% center; }
.hero-card.small { width: 210px; height: 250px; right: 0; bottom: 0; transform: rotate(-5deg); }
.hero-card.small img { object-position: 33% center; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 64px; border: 1px solid rgba(84,33,63,0.12); background: rgba(84,33,63,0.12); }
.trust-item { padding: 22px; background: rgba(255,250,245,0.88); }
.trust-item strong { display: block; margin-bottom: 4px; font-family: Georgia, serif; font-size: 1.1rem; }
.trust-item span { color: var(--muted); font-size: 0.9rem; }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--card); box-shadow: 0 10px 30px rgba(52,32,43,0.05); }
.product-image { display: block; overflow: hidden; aspect-ratio: 1 / 0.83; background: #f3ece8; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-card-body { padding: 24px; }
.product-card h3 { margin: 0 0 12px; font: 500 1.55rem/1.12 Georgia, serif; }
.product-card h3 a { text-decoration: none; }
.product-card-body > p:not(.eyebrow) { min-height: 52px; color: var(--muted); font-size: 0.94rem; }
.ingredient-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; padding: 0; list-style: none; }
.ingredient-chips li { padding: 6px 10px; border-radius: 999px; background: #f5eee8; color: var(--plum); font-size: 0.76rem; font-weight: 700; }
.text-link { color: var(--plum); text-decoration: none; font-weight: 800; }

.statement { position: relative; overflow: hidden; color: #fff; background: linear-gradient(130deg, var(--plum-deep), var(--plum)); }
.statement-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: 80px; }
.statement h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); }
.statement p { color: #e8dce4; }
.principles { display: grid; gap: 16px; }
.principle { padding: 22px; border: 1px solid rgba(255,255,255,0.18); border-radius: 18px; background: rgba(255,255,255,0.06); }
.principle strong { display: block; margin-bottom: 6px; font-family: Georgia, serif; font-size: 1.2rem; }

.page-hero { padding: 90px 0 56px; background: linear-gradient(135deg, #f7e4d4, #eee3e8); }
.page-intro { max-width: 820px; }
.page-intro h1 { font-size: clamp(3rem, 7vw, 5.5rem); }
.search-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.search-bar label { flex: 1; max-width: 500px; }
.search-bar input { width: 100%; min-height: 50px; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: #fff; }
.search-bar p { color: var(--muted); white-space: nowrap; }
.empty-state { grid-column: 1 / -1; padding: 40px; text-align: center; color: var(--muted); }

.detail-wrap { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 72px; align-items: start; }
.detail-media { position: sticky; top: 110px; overflow: hidden; aspect-ratio: 1 / 1.05; border-radius: 28px; background: #f1e7e1; box-shadow: var(--shadow); }
.detail-media img { width: 100%; height: 100%; object-fit: cover; }
.detail-copy h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.detail-panel { margin-top: 26px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.detail-panel h2 { margin: 0 0 12px; font: 500 1.25rem Georgia, serif; }
.detail-panel ul { margin: 0; padding-left: 20px; }
.detail-panel p { margin: 0; color: var(--muted); }
.source-note { margin-top: 24px; color: var(--muted); font-size: 0.82rem; }

.content-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 80px; }
.content-grid aside { color: var(--plum); font: 500 1.5rem Georgia, serif; }
.prose h2 { margin: 42px 0 12px; font: 500 2rem Georgia, serif; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: var(--muted); }
.contact-card { padding: 34px; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.contact-card a { color: var(--plum); font-weight: 800; }
.notice { padding: 18px 20px; border-left: 4px solid var(--orange); background: #fff3e8; color: #5d4335; }

.site-footer { color: #ded3dc; background: #1c1420; }
.footer-main { display: grid; grid-template-columns: 1.3fr 0.7fr 0.7fr; gap: 50px; padding: 64px 0 44px; }
.footer-brand { color: #fff; font: italic 600 2rem Georgia, serif; }
.footer-main h2 { margin: 0 0 16px; color: #fff; font-size: 0.86rem; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-main p { max-width: 440px; color: #a99daa; font-size: 0.9rem; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: #c9bec8; text-decoration: none; font-size: 0.9rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.82rem; }
.footer-bottom a { color: #fff; }

@media (max-width: 900px) {
  .hero-grid, .statement-grid, .detail-wrap, .content-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 72px; }
  .hero-visual { min-height: 480px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-media { position: relative; top: auto; max-width: 650px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .header-inner { width: min(calc(100% - 28px), var(--max)); min-height: 68px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; inset: 68px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 18px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 0; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 68px 0; }
  .section-head.split, .search-bar, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .hero-grid { gap: 30px; }
  .hero-visual { min-height: 390px; }
  .hero-card.large { inset: 12px 18px 64px 12px; }
  .hero-card.small { width: 150px; height: 180px; }
  .trust-row { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card-body > p:not(.eyebrow) { min-height: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > :first-child { grid-column: auto; }
  .page-hero { padding-top: 66px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
