:root {
  --bg: #16130f;
  --bg-deep: #0c0b09;
  --surface: #f6f0e4;
  --surface-soft: #ede3d1;
  --card: rgba(255, 251, 243, 0.96);
  --text: #29251f;
  --muted: #71695d;
  --line: rgba(59, 48, 34, 0.12);
  --gold: #bf8d35;
  --gold-light: #e3bd68;
  --gold-deep: #765019;
  --ink: #181511;
  --danger: #a74438;
  --success: #41623e;
  --shadow: 0 24px 70px rgba(14, 11, 7, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  min-width: 320px;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -4%, rgba(214, 161, 62, 0.25), transparent 27%),
    linear-gradient(180deg, #211a11 0%, var(--bg-deep) 44%, #21170d 100%);
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.055) 0.7px, transparent 0.7px);
  background-size: 7px 7px;
  opacity: .26;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }

.page-shell {
  position: relative;
  width: min(100%, 440px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 0 26px;
  background:
    radial-gradient(circle at 92% 13%, rgba(219, 174, 91, .16), transparent 18%),
    linear-gradient(180deg, #faf6ee 0%, #f2eadc 52%, #e9decd 100%);
  box-shadow: 0 0 80px rgba(0,0,0,.4);
  overflow: hidden;
}
.page {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hero-media {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  background: #5b3512;
}
.hero-media > img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  object-position: 52% center;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13,10,6,.04) 0%, rgba(13,10,6,.14) 48%, rgba(11,9,7,.92) 100%),
    linear-gradient(90deg, rgba(13,10,6,.22), transparent 62%);
}
.hero-copy {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
  bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
}
.hero-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .105em;
  text-transform: uppercase;
}
.hero-kicker {
  flex-basis: 100%;
  width: max-content;
  max-width: 100%;
  color: #2c2112;
  background: rgba(251, 239, 213, .92);
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(12px);
}
.hero-copy h1 {
  flex: 1 1 250px;
  margin: 0;
  padding: 16px 17px 17px;
  border-radius: 22px;
  color: #fff9ee;
  background: rgba(15, 12, 9, .62);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(12px);
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: clamp(34px, 10vw, 43px);
  line-height: .98;
  letter-spacing: -.055em;
}
.promo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 0 15px;
  border-radius: 16px;
  color: #21170b;
  background: linear-gradient(180deg, #f4d58e, #c99437);
  box-shadow: 0 10px 26px rgba(178, 124, 35, .28);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}
.hero-body {
  padding: 0 18px;
}
.lead {
  margin: 0 0 16px;
  color: #554d42;
  font-size: 15px;
  line-height: 1.72;
}
.price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 10px;
}
.price-old,
.price-current {
  font-family: 'Manrope', 'Inter', sans-serif;
  font-size: 27px;
  line-height: 1;
  letter-spacing: -.045em;
}
.price-old {
  color: #a59b8c;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
}
.price-current {
  color: #201a13;
  font-weight: 800;
}
.discount-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 9px;
  border-radius: 999px;
  color: #5d3d12;
  background: rgba(191, 141, 53, .16);
  border: 1px solid rgba(151, 100, 24, .18);
  font-size: 13px;
  font-weight: 800;
}
.promo-note {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: 16px;
  color: #615746;
  background: rgba(255, 250, 240, .72);
  border: 1px solid rgba(101, 73, 32, .09);
  font-size: 13px;
  line-height: 1.52;
}
.promo-note strong { color: #332719; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 0 20px;
  border: 0;
  border-radius: 18px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.button:active { transform: translateY(1px); }
.button:disabled { opacity: .72; cursor: default; }
.button-primary {
  color: #fffaf0;
  background: linear-gradient(180deg, #292219 0%, #14110d 100%);
  box-shadow: 0 14px 30px rgba(30, 24, 17, .25), inset 0 1px rgba(255,255,255,.09);
}
.meta-note {
  margin: 10px 0 0;
  text-align: center;
  color: #8b8172;
  font-size: 13px;
}

.section,
.order-section { padding: 0; }
.section-intro {
  margin: 0 16px 14px;
}
.section-kicker {
  color: #684919;
  background: rgba(191, 141, 53, .12);
  border: 1px solid rgba(130, 86, 22, .10);
}
.section-intro h2,
.order-card h2,
.mini-note h3 {
  font-family: 'Manrope', 'Inter', sans-serif;
  letter-spacing: -.045em;
}
.section-intro h2 {
  margin: 12px 0 0;
  color: #2b241b;
  font-size: 29px;
  line-height: 1.08;
}
.story-card,
.order-card {
  margin: 0 14px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,252,246,.98), rgba(244,236,223,.98));
  box-shadow: 0 18px 40px rgba(58, 43, 24, .08);
}
.story-photo {
  aspect-ratio: .755 / 1;
  object-fit: cover;
  object-position: center top;
}
.story-copy { padding: 22px; }
.story-copy > p,
.order-card > p {
  margin: 0;
  color: #595044;
  font-size: 15px;
  line-height: 1.72;
}
.story-copy > p + p { margin-top: 14px; }
.notes-list {
  display: grid;
  gap: 9px;
  margin-top: 19px;
}
.note-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 11px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(233, 221, 198, .54);
  border: 1px solid rgba(102, 73, 31, .08);
}
.note-item > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #6a4918;
  background: rgba(199, 151, 65, .15);
  font-size: 12px;
  font-weight: 800;
}
.note-item strong {
  display: block;
  margin: 0 0 4px;
  color: #33291e;
  font-size: 14px;
}
.note-item p {
  margin: 0;
  color: #665d50;
  font-size: 14px;
  line-height: 1.5;
}
.mini-note {
  margin-top: 18px;
  padding: 18px;
  border-radius: 21px;
  color: #f9f2e6;
  background:
    radial-gradient(circle at 100% 0, rgba(218, 170, 77, .22), transparent 28%),
    linear-gradient(155deg, #282119 0%, #14110d 100%);
  box-shadow: 0 16px 34px rgba(30, 23, 14, .16);
}
.mini-note h3 {
  margin: 0 0 9px;
  color: #fff7e9;
  font-size: 24px;
  line-height: 1.08;
}
.mini-note p {
  margin: 0;
  color: #d9cdbc;
  font-size: 14px;
  line-height: 1.65;
}
.product-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 18px;
}
.product-facts > div {
  min-height: 82px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(91, 66, 28, .09);
}
.product-facts span {
  display: block;
  margin-bottom: 7px;
  color: #877b69;
  font-size: 12px;
}
.product-facts strong {
  color: #33291e;
  font-size: 14px;
  line-height: 1.3;
}

.reviews-carousel {
  position: relative;
  margin: 0 14px;
}
.carousel-viewport {
  overflow: hidden;
  border-radius: 27px;
}
.carousel-track {
  display: flex;
  transition: transform .35s ease;
}
.review-card {
  flex: 0 0 100%;
  min-width: 100%;
  min-height: 224px;
  padding: 23px 22px 22px;
  border-radius: 27px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 100% 0, rgba(219, 173, 83, .14), transparent 26%),
    linear-gradient(180deg, rgba(255,253,248,.98), rgba(237,226,207,.98));
}
.review-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.review-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #5c3d13;
  background: rgba(191, 141, 53, .18);
  font-weight: 800;
}
.review-meta h3 {
  margin: 0 0 4px;
  color: #30271d;
  font-size: 18px;
}
.review-meta span {
  color: #8a7c69;
  font-size: 13px;
}
.review-card p {
  margin: 0;
  color: #554c40;
  font-size: 15px;
  line-height: 1.72;
}
.carousel-arrow {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  border: 1px solid rgba(70, 52, 27, .13);
  border-radius: 50%;
  background: rgba(255, 251, 243, .93);
  box-shadow: 0 8px 22px rgba(57, 43, 23, .12);
  cursor: pointer;
}
.carousel-arrow::before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 auto;
  border-top: 2px solid #503717;
  border-right: 2px solid #503717;
}
.carousel-arrow-prev { left: 8px; }
.carousel-arrow-next { right: 8px; }
.carousel-arrow-prev::before { transform: rotate(-135deg); }
.carousel-arrow-next::before { transform: rotate(45deg); }
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 15px 0 3px;
}
.carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(90, 64, 27, .22);
}
.carousel-dots button.is-active { background: #6d4a18; }

.order-card { padding: 22px; }
.order-card h2 {
  margin: 12px 0 10px;
  color: #2c241a;
  font-size: 29px;
  line-height: 1.08;
}
.order-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 0;
  padding: 14px;
  border-radius: 17px;
  color: #665a49;
  background: rgba(225, 207, 174, .42);
  border: 1px solid rgba(93, 64, 24, .08);
  font-size: 13px;
}
.order-summary strong {
  color: #2c2115;
  font-size: 15px;
  white-space: nowrap;
}
.field-group { margin-bottom: 15px; }
.field-group label {
  display: block;
  margin-bottom: 8px;
  color: #41372b;
  font-size: 14px;
  font-weight: 700;
}
.field-group input {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(76, 55, 28, .14);
  border-radius: 17px;
  outline: none;
  color: var(--text);
  background: rgba(255,255,255,.9);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.field-group input:focus {
  border-color: rgba(159, 108, 32, .5);
  box-shadow: 0 0 0 4px rgba(191, 141, 53, .1);
}
.field-group input::placeholder { color: #a59b8d; }
.field-group.has-error input {
  border-color: var(--danger);
  background: rgba(255, 246, 244, .96);
  box-shadow: 0 0 0 4px rgba(167, 68, 56, .08);
}
.field-error,
.form-success {
  min-height: 19px;
  margin: 7px 0 0;
  color: var(--danger);
  font-size: 12px;
  line-height: 1.4;
}
.form-success { color: var(--success); }
.form-success.is-error { color: var(--danger); }
.privacy-note {
  margin: 12px 0 0;
  text-align: center;
  color: #817566;
  font-size: 11px;
  line-height: 1.5;
}

.site-footer {
  padding: 24px 18px 0;
  text-align: center;
  color: #746a5d;
}
.footer-title {
  margin-bottom: 12px;
  color: #514536;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.site-footer p {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.62;
}
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-bottom: 12px;
}
.footer-links a {
  color: #57493a;
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid rgba(87, 73, 58, .24);
}
.registry-note { color: #8c8173; }

@media (min-width: 441px) {
  .page-shell { margin-top: 16px; margin-bottom: 16px; border-radius: 32px; }
  .hero-media { border-radius: 32px 32px 0 0; }
}

@media (max-width: 350px) {
  .hero-copy h1 { font-size: 31px; }
  .promo-pill { min-height: 42px; padding: 0 12px; }
  .price-old, .price-current { font-size: 24px; }
}

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