
:root{
  --bg:#f6f1e8;
  --paper:#fbf8f3;
  --ink:#1d211c;
  --muted:#5f665d;
  --line:#d9d0c3;
  --accent:#6d7a5f;
  --accent-2:#af7f55;
  --soft:#ece4d7;
  --shadow:0 18px 40px rgba(31, 33, 28, 0.08);
  --radius:22px;
  --max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:
    radial-gradient(circle at top right, rgba(175,127,85,.08), transparent 28%),
    linear-gradient(180deg, #f8f4ed 0%, var(--bg) 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height:1.6;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(calc(100% - 32px), var(--max));margin:0 auto}
.site-header{
  position:sticky; top:0; z-index:40;
  backdrop-filter: blur(12px);
  background:rgba(248,244,237,.75);
  border-bottom:1px solid rgba(29,33,28,.08);
}
.topbar{
  display:flex; align-items:center; justify-content:space-between;
  gap:18px; padding:16px 0;
}
.brand-wrap{display:flex; align-items:center; gap:14px}
.brand-mark{
  width:42px;height:42px;border-radius:14px;
  border:1px solid var(--line);
  background:linear-gradient(145deg,#fff,#efe5d5);
  display:grid;place-items:center;
  font-family: Georgia, "Times New Roman", serif;
  font-size:20px;
}
.brand small{display:block;color:var(--muted);font-size:12px;letter-spacing:.12em;text-transform:uppercase}
.brand strong{display:block;font-size:15px;letter-spacing:.02em}
.nav{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
.nav a{font-size:14px;color:var(--muted)}
.nav .cta{
  color:#fff; background:var(--ink); padding:11px 16px; border-radius:999px;
}

.hero{
  padding:48px 0 28px;
}
.hero-grid{
  display:grid; grid-template-columns: 0.95fr 1.05fr; gap:26px;
}
.hero-panel{
  background:var(--paper);
  border:1px solid rgba(29,33,28,.08);
  box-shadow:var(--shadow);
  border-radius:32px;
  overflow:hidden;
}
.hero-copy{
  padding:34px;
}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  border:1px solid var(--line); border-radius:999px;
  padding:8px 12px; font-size:12px; text-transform:uppercase;
  letter-spacing:.14em; color:var(--muted); background:#fffdf9;
}
.hero h1{
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  line-height: .96;
  letter-spacing: -.03em;
  margin:18px 0 16px;
  max-width: 10ch;
}
.hero p.lead{
  font-size:18px; color:var(--muted); max-width:58ch; margin:0 0 22px;
}
.hero-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border-radius:999px;padding:14px 20px;font-weight:600;border:1px solid var(--ink);
}
.btn.primary{background:var(--ink); color:#fff}
.btn.secondary{background:transparent}
.mini-points{
  display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:26px;
}
.mini-points div{
  padding:14px 0 0; border-top:1px solid var(--line);
}
.mini-points span{display:block; color:var(--muted); font-size:13px}
.mini-points strong{display:block; font-size:16px; margin-top:6px}
.hero-aside{
  min-height:100%;
  display:grid;
  grid-template-rows:auto 1fr;
}
.composition{
  padding:22px;
  background:linear-gradient(135deg, rgba(109,122,95,.08), rgba(175,127,85,.12));
}
.composition-grid{
  display:grid; grid-template-columns:1.1fr .9fr; gap:18px;
}
.tile, .note{
  border-radius:24px; background:#fffaf2; border:1px solid rgba(29,33,28,.08);
  box-shadow:var(--shadow);
}
.tile{
  padding:22px; min-height:210px; display:flex; flex-direction:column; justify-content:space-between;
}
.tile.alt{background:#f2eadf}
.tile h3, .note h3, .product-card h3, .section h2, .faq-item h3{
  font-family: Georgia, "Times New Roman", serif;
}
.note{padding:22px}
.label{
  font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:var(--muted);
}
.big-stat{
  font-size:52px; line-height:1; margin:10px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
}
.site-main{padding:18px 0 64px}
.editorial{
  display:grid; grid-template-columns: 320px minmax(0,1fr); gap:26px; align-items:start;
}
.rail{
  position:sticky; top:92px;
  border:1px solid rgba(29,33,28,.08);
  border-radius:26px; background:rgba(255,250,242,.85);
  padding:24px; box-shadow:var(--shadow);
}
.rail h2{
  font-family: Georgia, "Times New Roman", serif;
  font-size:32px; line-height:1.02; margin:0 0 14px;
}
.rail p{color:var(--muted); margin:0 0 16px}
.rail ul{padding-left:18px; margin:0; color:var(--muted)}
.stack{display:grid; gap:24px}
.section{
  background:var(--paper);
  border:1px solid rgba(29,33,28,.08);
  border-radius:30px;
  box-shadow:var(--shadow);
  padding:30px;
}
.section h2{
  font-size:40px; line-height:1; margin:0 0 14px;
}
.kicker{
  font-size:12px; text-transform:uppercase; letter-spacing:.14em; color:var(--muted);
  margin-bottom:8px;
}
.products{
  display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:22px;
}
.product-card{
  border:1px solid var(--line);
  background:linear-gradient(180deg,#fffaf2,#f5ede1);
  border-radius:24px; padding:22px;
}
.product-card p{color:var(--muted); min-height:96px}
.product-card .price{
  display:inline-block; margin-top:14px; font-size:28px;
  font-family: Georgia, "Times New Roman", serif;
}
.benefits{
  display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin-top:18px;
}
.benefit{
  padding:18px; border-radius:22px; background:var(--soft); border:1px solid var(--line);
}
.steps{
  display:grid; gap:14px; margin-top:18px;
}
.step{
  display:grid; grid-template-columns:58px 1fr; gap:16px; align-items:start;
  padding:18px; border-radius:22px; border:1px solid var(--line); background:#fffdf9;
}
.step-num{
  width:58px; height:58px; border-radius:18px; background:var(--ink); color:#fff; display:grid; place-items:center;
  font-size:20px; font-weight:700;
}
.form-wrap{
  display:grid; grid-template-columns: 1.05fr .95fr; gap:18px;
}
.form-note{
  padding:24px; border-radius:24px; background:linear-gradient(180deg, #f4ecdf, #fffaf1); border:1px solid var(--line);
}
.form-note ul{padding-left:18px; color:var(--muted)}
.form-card{
  padding:24px; border-radius:24px; border:1px solid var(--line); background:#fff;
}
form{display:grid; gap:14px}
input, textarea, select{
  width:100%; padding:14px 15px; border-radius:16px; border:1px solid #d7cfbf; background:#fffdf9;
  font:inherit; color:var(--ink);
}
textarea{min-height:132px; resize:vertical}
button{
  appearance:none; border:none; cursor:pointer;
  border-radius:999px; padding:15px 18px; font:inherit; font-weight:700; background:var(--ink); color:#fff;
}
.smallprint{font-size:13px; color:var(--muted)}
.faq{
  display:grid; gap:14px; margin-top:18px;
}
.faq-item{
  padding:18px 20px; border-radius:22px; background:#fffdf9; border:1px solid var(--line);
}
.faq-item h3{font-size:22px; margin:0 0 8px}
.disclaimer{
  margin-top:18px; padding:16px 18px; border-radius:18px; background:#f3ebdf; border:1px solid var(--line);
  color:#4e554c;
}
.contact-card{
  display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:14px;
}
.contact-card div{
  padding:18px; border-radius:20px; border:1px solid var(--line); background:#fffdf9;
}
.footer{
  padding:26px 0 42px; color:var(--muted);
}
.footer-grid{
  display:grid; grid-template-columns:1.1fr .9fr; gap:20px; align-items:end;
  border-top:1px solid rgba(29,33,28,.12); padding-top:20px;
}
.footer-nav{
  display:flex; gap:16px; flex-wrap:wrap; justify-content:flex-end;
}
.legal-hero{
  padding:44px 0 16px;
}
.legal-sheet{
  background:var(--paper); border:1px solid rgba(29,33,28,.08); border-radius:30px; box-shadow:var(--shadow);
  padding:34px;
}
.legal-sheet h1{
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 4rem); line-height:.98; margin:10px 0 12px;
}
.legal-sheet h2{
  margin-top:28px; font-family: Georgia, "Times New Roman", serif; font-size:28px;
}
.legal-sheet p, .legal-sheet li{color:var(--muted)}
.legal-sheet ul{padding-left:20px}
.thanks{
  min-height:calc(100vh - 160px);
  display:grid; place-items:center; padding:42px 0 56px;
}
.thanks-card{
  width:min(760px, 100%);
  background:var(--paper); border:1px solid rgba(29,33,28,.08); border-radius:34px; box-shadow:var(--shadow);
  padding:34px;
}
.thanks-card h1{
  margin:14px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 5vw, 4.2rem); line-height:.96;
}
.thanks-card p{font-size:18px; color:var(--muted)}
.badge-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.badge{
  padding:10px 12px; border-radius:999px; border:1px solid var(--line); background:#fffdf9; color:var(--muted); font-size:14px;
}
@media (max-width: 1080px){
  .hero-grid, .editorial, .form-wrap, .footer-grid{grid-template-columns:1fr}
  .rail{position:static}
}
@media (max-width: 820px){
  .products, .benefits, .contact-card, .mini-points, .composition-grid{grid-template-columns:1fr}
  .section h2{font-size:32px}
  .hero-copy{padding:26px}
  .section, .legal-sheet, .thanks-card{padding:24px}
  .topbar{align-items:flex-start}
}
