:root {
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --text: #23262a;
  --muted: #73767a;
  --line: rgba(38, 42, 47, .12);
  --surface: #f7f6f2;
  --surface-2: #ebe9e2;
  --dark: #17191d;
  --dark-soft: #22262b;
  --accent: #383d42;
  --accent-2: #a89d8d;
  --danger: #9b2d2d;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  color: var(--text);
  background: #111316;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.theme-light { background: #d9d7d1; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.page-shell {
  width: min(100%, 440px);
  min-height: 100vh;
  margin: 0 auto;
  background: linear-gradient(180deg, #f4f3ee 0%, #e8e5df 58%, #dedad2 100%);
  overflow: hidden;
  box-shadow: 0 0 80px rgba(0,0,0,.24);
}
.theme-dark .page-shell { background: linear-gradient(180deg, #111316 0%, #e9e7e1 36%, #dedad2 100%); }
.theme-light .page-shell { background: linear-gradient(180deg, #eeece6 0%, #f8f7f3 38%, #dedad2 100%); }
.page { display: block; }
.hero { padding: 0 0 28px; }
.hero-media {
  position: relative;
  min-height: 560px;
  background: #111;
  overflow: hidden;
}
.hero-media img {
  height: 560px;
  object-fit: cover;
  object-position: center;
}
.theme-light .hero-media { margin: 16px 16px 0; border-radius: 30px; min-height: 520px; box-shadow: 0 22px 60px rgba(31,33,37,.18); }
.theme-light .hero-media img { height: 520px; }
.hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,13,15,.04) 0%, rgba(12,13,15,.08) 42%, rgba(12,13,15,.78) 100%);
}
.hero-title {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 18px 18px 17px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: rgba(15, 17, 20, .62);
  backdrop-filter: blur(14px);
  color: #fff;
  text-align: center;
}
.hero-title span,
.section-kicker {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,.7);
  font-size: 11px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-title h1 {
  margin: 0;
  font-size: clamp(36px, 11vw, 52px);
  line-height: .95;
  letter-spacing: -0.075em;
  font-weight: 900;
}
.hero-body {
  padding: 22px 20px 0;
  text-align: center;
}
.lead {
  margin: 0 auto 18px;
  max-width: 360px;
  color: #4d5156;
  font-size: 15.5px;
  line-height: 1.58;
}
.theme-dark .lead { color: #f0eee8; }
.theme-dark .hero-body {
  padding: 24px 20px 0;
  background: linear-gradient(180deg, #111316 0%, #27292c 64%, rgba(39,41,44,0) 100%);
}
.price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  margin: 10px 0 18px;
}
.price-old {
  color: #8a8d91;
  text-decoration: line-through;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -.04em;
}
.theme-dark .price-old { color: rgba(255,255,255,.46); }
.price-current {
  color: #1f2226;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.04em;
}
.theme-dark .price-current { color: #fff; }
.button {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: -.02em;
  transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease;
}
.button:active { transform: translateY(1px); }
.button-primary { background: #1d2025; color: #fff; box-shadow: 0 16px 30px rgba(29,32,37,.22); }
.theme-dark .button-primary { background: #f3f1eb; color: #16181c; }
.button:disabled { opacity: .66; cursor: not-allowed; }
.meta-note {
  margin: 10px 0 0;
  color: #797d82;
  font-size: 12.5px;
  line-height: 1.4;
}
.theme-dark .meta-note { color: rgba(255,255,255,.52); }
.section { padding: 32px 16px 0; }
.section-intro {
  padding: 0 6px;
  margin: 0 0 15px;
  text-align: center;
}
.section-kicker { color: #8f8577; margin-bottom: 9px; }
.section-intro h2,
.order-card h2 {
  margin: 0;
  color: #24272b;
  font-size: 27px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.06em;
}
.story-card {
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(48,50,54,.09);
  box-shadow: 0 22px 60px rgba(32,34,38,.10);
}
.theme-dark .story-card { background: rgba(255,255,255,.78); }
.story-photo { height: 430px; object-fit: cover; object-position: center; }
.theme-light .story-photo { height: 500px; }
.story-copy { padding: 20px 18px 21px; }
.story-copy p {
  margin: 0 0 14px;
  color: #4f5358;
  font-size: 15px;
  line-height: 1.62;
}
.facts-grid { display: grid; gap: 10px; margin: 18px 0; }
.fact-item {
  padding: 15px 15px 14px;
  border-radius: 20px;
  background: rgba(239,238,232,.82);
  border: 1px solid rgba(45,48,51,.07);
}
.fact-item strong {
  display: block;
  margin-bottom: 5px;
  color: #22252a;
  font-size: 14.5px;
}
.fact-item p { margin: 0; color: #686c70; font-size: 13.5px; line-height: 1.45; }
.inline-photo { margin: 18px 0 16px; border-radius: 24px; overflow: hidden; background: #111; }
.inline-photo img { height: 320px; object-fit: cover; object-position: center; }
.theme-light .inline-photo img { height: 300px; }
.soft-note {
  padding: 15px 15px 14px;
  border-left: 2px solid #a49a8b;
  background: rgba(242,240,235,.74);
  border-radius: 0 18px 18px 0;
}
.reviews-section { padding-top: 36px; }
.reviews-carousel { position: relative; display: grid; grid-template-columns: 34px 1fr 34px; align-items: center; gap: 6px; }
.carousel-viewport { overflow: hidden; border-radius: 28px; }
.carousel-track { display: flex; transition: transform .35s ease; }
.review-card {
  flex: 0 0 100%;
  min-height: 210px;
  padding: 20px 20px 18px;
  border-radius: 28px;
  background: #f9f8f4;
  border: 1px solid rgba(39,42,46,.09);
  box-shadow: 0 18px 46px rgba(31,34,37,.09);
}
.review-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.review-avatar {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  background: #22262b; color: #fff; font-weight: 900;
}
.review-head h3 { margin: 0 0 2px; font-size: 16px; color: #22252a; }
.review-head span { color: #85898e; font-size: 13px; }
.review-card p { margin: 0; color: #4d5156; font-size: 15px; line-height: 1.62; }
.carousel-arrow {
  width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(34,38,43,.9); cursor: pointer; position: relative;
}
.carousel-arrow::before {
  content: ''; position: absolute; inset: 0; margin: auto; width: 9px; height: 9px; border-top: 2px solid #fff; border-right: 2px solid #fff;
}
.carousel-arrow-prev::before { transform: rotate(-135deg); left: 4px; }
.carousel-arrow-next::before { transform: rotate(45deg); right: 4px; }
.carousel-dots { display: flex; justify-content: center; gap: 7px; padding-top: 14px; }
.carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #b9b8b2; cursor: pointer; }
.carousel-dots button.is-active { width: 20px; border-radius: 999px; background: #22262b; }
.order-section { padding: 38px 16px 32px; }
.order-card {
  padding: 24px 18px 20px;
  border-radius: 30px;
  background: #1b1e23;
  color: #fff;
  box-shadow: 0 28px 70px rgba(20,22,25,.20);
}
.theme-light .order-card { background: #f8f7f3; color: #25282c; border: 1px solid rgba(40,43,47,.1); }
.order-card .section-kicker { color: #aaa196; }
.order-card h2 { color: inherit; text-align: center; }
.order-card > p {
  margin: 10px auto 19px;
  max-width: 320px;
  text-align: center;
  color: rgba(255,255,255,.66);
  font-size: 14.5px;
  line-height: 1.55;
}
.theme-light .order-card > p { color: #6c7075; }
.order-form { display: grid; gap: 12px; }
.field-group { display: grid; gap: 7px; }
.field-group label { font-size: 13px; font-weight: 700; color: rgba(255,255,255,.82); }
.theme-light .field-group label { color: #313439; }
.field-group input {
  width: 100%;
  height: 54px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 17px;
  padding: 0 15px;
  background: rgba(255,255,255,.08);
  color: #fff;
  outline: none;
}
.theme-light .field-group input { background: #fff; color: #23262a; border-color: rgba(39,42,46,.13); }
.field-group input::placeholder { color: rgba(255,255,255,.42); }
.theme-light .field-group input::placeholder { color: #a1a4a8; }
.field-group input:focus { border-color: rgba(255,255,255,.46); }
.theme-light .field-group input:focus { border-color: #555b62; }
.field-error { min-height: 17px; margin: 0; color: #ffb1a8; font-size: 12px; line-height: 1.35; }
.theme-light .field-error { color: var(--danger); }
.has-error input { border-color: rgba(255, 142, 132, .72); }
.privacy-note {
  margin: 1px 0 0;
  color: rgba(255,255,255,.48);
  text-align: center;
  font-size: 11.5px;
  line-height: 1.45;
}
.theme-light .privacy-note { color: #7a7e83; }
.form-success { margin: 0; min-height: 18px; text-align: center; font-size: 13px; color: #ffb1a8; }
.site-footer {
  padding: 26px 20px 30px;
  background: #14161a;
  color: rgba(255,255,255,.72);
  text-align: center;
}
.footer-title { margin-bottom: 10px; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.site-footer p { margin: 0 0 13px; font-size: 12.5px; line-height: 1.55; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 12px; margin: 0 0 12px; }
.footer-links a { color: rgba(255,255,255,.78); font-size: 12.5px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.18); }
.registry-note { color: rgba(255,255,255,.52); }
.legal-body { background: #e5e2dc; color: #25282c; }
.legal-page { width: min(100%, 440px); min-height: 100vh; margin: 0 auto; padding: 24px 20px 40px; background: #f8f7f3; }
.legal-page h1 { margin: 18px 0 18px; font-size: 31px; line-height: 1.08; letter-spacing: -.05em; }
.legal-page h2 { margin: 24px 0 8px; font-size: 18px; letter-spacing: -.03em; }
.legal-page p { margin: 0 0 12px; color: #55595e; font-size: 15px; line-height: 1.65; }
.back-link { display: inline-flex; color: #33373c; text-decoration: none; font-weight: 700; font-size: 14px; }
@media (min-width: 441px) {
  body { padding: 0; }
}
@media (max-width: 374px) {
  .hero-media, .hero-media img { min-height: 500px; height: 500px; }
  .hero-title h1 { font-size: 38px; }
  .section-intro h2, .order-card h2 { font-size: 24px; }
  .story-photo { height: 380px; }
}

.theme-dark .section-kicker { color: #8d8477; }
.theme-dark .section-intro h2 { color: #22252a; }
.theme-dark .review-card { background: #f4f3ee; }
