:root{
  --bg:#eef0ed;
  --paper:#fbfaf7;
  --paper-soft:#f5f3ee;
  --text:#242827;
  --muted:#72746e;
  --line:rgba(52,56,54,.12);
  --accent:#42535e;
  --accent-dark:#26343b;
  --accent-soft:#d9e0e2;
  --shadow:0 24px 80px rgba(33,37,36,.14);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at top,#f8f7f2 0,#edece7 38%,#dfe2df 100%);color:var(--text);-webkit-font-smoothing:antialiased} img{display:block;max-width:100%} .page-shell{width:min(100%,430px);margin:0 auto;min-height:100vh;background:linear-gradient(180deg,#faf8f3 0%,#edf0ee 48%,#f7f5ef 100%);box-shadow:0 0 70px rgba(17,23,25,.12)} .page{overflow:hidden}.hero{padding:12px 12px 28px}.hero-visual{position:relative;overflow:hidden;border-radius:32px;background:#d9d8d0;box-shadow:var(--shadow)}.hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,20,21,.08) 15%,rgba(15,19,20,.42) 100%)}.hero-visual img{width:100%;height:590px;object-fit:cover}.hero-title{position:absolute;left:18px;right:18px;bottom:18px;z-index:2;padding:18px 18px 16px;border-radius:24px;background:rgba(251,250,247,.84);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.55);text-align:center}.hero-title span,.section-kicker{display:inline-flex;align-items:center;justify-content:center;letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:800;color:var(--accent)}h1,h2,h3,p{margin:0}h1{font-size:38px;line-height:.98;letter-spacing:-.05em;margin-top:7px}h2{font-size:27px;line-height:1.08;letter-spacing:-.04em}.hero-body{padding:21px 14px 0;text-align:center}.lead{font-size:15px;line-height:1.65;color:#4d514f}.price-row{display:flex;align-items:baseline;justify-content:center;gap:13px;margin:18px 0 15px}.price-old,.price-current{font-size:25px;font-weight:800;letter-spacing:-.04em}.price-old{color:#a4a39e;text-decoration:line-through;text-decoration-thickness:1.5px}.price-current{color:var(--accent-dark)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;border:0;border-radius:999px;padding:0 25px;text-decoration:none;font-weight:800;font-size:15px;cursor:pointer;transition:.2s ease}.button-primary{width:100%;background:linear-gradient(180deg,#536774 0%,#2f3d45 100%);color:#fff;box-shadow:0 14px 30px rgba(43,57,65,.22)}.button-primary:active{transform:translateY(1px)}.button[disabled]{opacity:.68;cursor:default}.meta-note{margin-top:10px;font-size:12px;color:#868780}.section{padding:26px 12px}.section-intro{text-align:center;margin:0 auto 16px;max-width:350px}.section-intro h2{margin-top:8px}.story-card,.order-card{overflow:hidden;border-radius:30px;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.8);box-shadow:0 18px 56px rgba(44,48,46,.1)}.story-photo{width:100%;height:470px;object-fit:cover}.story-copy{padding:21px 18px 20px}.story-copy p{font-size:14px;line-height:1.72;color:#515652}.story-copy p+p{margin-top:12px}.facts-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.fact-item{border-radius:20px;background:var(--paper-soft);border:1px solid var(--line);padding:14px}.fact-item strong{display:block;font-size:13px;margin-bottom:6px;color:#2e3432}.fact-item p{font-size:12px;line-height:1.45;color:#6e716c}.quiet-note{padding:14px;border-radius:18px;background:#e9edef;border:1px solid rgba(66,83,94,.12)}.gallery-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.gallery-strip img{height:136px;width:100%;object-fit:cover;border-radius:18px}.reviews-carousel{position:relative;display:grid;grid-template-columns:34px 1fr 34px;align-items:center;gap:6px}.carousel-viewport{overflow:hidden}.carousel-track{display:flex;transition:transform .35s ease}.review-card{min-width:100%;padding:13px;border-radius:26px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.75);box-shadow:0 18px 50px rgba(44,48,46,.09);display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:center}.review-card img{width:92px;height:116px;object-fit:cover;border-radius:20px}.review-meta h3{font-size:16px;letter-spacing:-.02em}.review-meta span{display:block;margin-top:3px;font-size:12px;color:var(--muted)}.review-card p{margin-top:9px;font-size:13px;line-height:1.55;color:#555a56}.carousel-arrow{width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.78);box-shadow:0 10px 24px rgba(45,48,45,.1);position:relative}.carousel-arrow:before{content:"";position:absolute;inset:12px;border-top:2px solid var(--accent-dark);border-right:2px solid var(--accent-dark)}.carousel-arrow-prev:before{transform:rotate(-135deg);left:13px}.carousel-arrow-next:before{transform:rotate(45deg);right:13px}.carousel-dots{display:flex;justify-content:center;gap:6px;margin-top:14px}.carousel-dots button{width:7px;height:7px;border:0;border-radius:50%;background:#c9ccc7;padding:0}.carousel-dots button.is-active{width:22px;border-radius:999px;background:var(--accent)}.order-section{padding:28px 12px 32px}.order-card{padding:24px 18px;text-align:center}.order-card h2{margin-top:8px}.order-card>p{margin-top:9px;font-size:14px;line-height:1.55;color:var(--muted)}.order-form{margin-top:20px;text-align:left}.field-group{margin-bottom:13px}.field-group label{display:block;font-size:13px;font-weight:800;margin:0 0 7px 2px;color:#353b39}.field-group input{width:100%;height:54px;border-radius:18px;border:1px solid rgba(48,54,52,.13);background:#fff;padding:0 16px;font:inherit;font-size:15px;color:#222;outline:none}.field-group input:focus{border-color:rgba(66,83,94,.55);box-shadow:0 0 0 4px rgba(66,83,94,.1)}.field-group.has-error input{border-color:#b15a50;box-shadow:0 0 0 4px rgba(177,90,80,.09)}.field-error{min-height:17px;margin:6px 0 0 2px;font-size:12px;line-height:1.35;color:#a54840}.privacy-note{margin-top:11px;text-align:center;font-size:11px;line-height:1.45;color:#8a8b86}.form-success{margin-top:10px;text-align:center;font-size:13px;color:#a54840}.site-footer{padding:25px 18px 34px;text-align:center;background:#242b2c;color:rgba(255,255,255,.74)}.footer-title{font-size:12px;font-weight:800;letter-spacing:.1em;color:#fff;margin-bottom:10px}.site-footer p{font-size:12px;line-height:1.62;margin:10px 0}.footer-links{display:flex;flex-direction:column;gap:7px;margin:15px 0}.footer-links a{color:rgba(255,255,255,.82);font-size:12px;text-decoration:none}.registry-note{color:rgba(255,255,255,.55)!important}.legal-body{background:#f4f2ec}.legal-page{width:min(100% - 24px,430px);margin:0 auto;padding:28px 8px 48px;color:#2b302f}.legal-page .back-link{display:inline-flex;margin-bottom:22px;color:#42535e;text-decoration:none;font-weight:800}.legal-page h1{font-size:33px;line-height:1.04;margin-bottom:18px}.legal-page h2{font-size:20px;margin:22px 0 8px}.legal-page p{font-size:15px;line-height:1.72;color:#575c58}@media(max-width:390px){.hero-visual img{height:535px}h1{font-size:34px}.story-photo{height:430px}.review-card{grid-template-columns:80px 1fr}.review-card img{width:80px;height:104px}.facts-grid{grid-template-columns:1fr}}
