
:root {
  --bg:#120b09; --bg-soft:#1b120f; --paper:#f4e8d3; --gold:#d4aa59; --gold-soft:rgba(212,170,89,.14);
  --text:#f8efe3; --text-soft:rgba(248,239,227,.76); --ink:#2d1d12; --ink-soft:#6c5748; --line:rgba(212,170,89,.16);
  --radius:26px; --shadow:0 24px 60px rgba(0,0,0,.22);
}
*{box-sizing:border-box;margin:0;padding:0} html{scroll-behavior:smooth}
body{font-family:"Be Vietnam Pro",sans-serif;background:linear-gradient(180deg,#140c0a,#0c0706);color:var(--text)}
a{text-decoration:none;color:inherit} img{display:block;max-width:100%}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.page-header{position:sticky;top:0;z-index:40;background:rgba(22,12,10,.78);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px 0}
.brand{display:flex;align-items:center;gap:14px}.mark{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold),#f0cb78);color:#2b1709;font-family:"Cormorant Garamond",serif;font-size:24px;font-weight:700}
.brand-copy strong{display:block;font-family:"Cormorant Garamond",serif;font-size:28px}.brand-copy span{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--text-soft)}
.back-link{padding:12px 18px;border-radius:999px;background:linear-gradient(135deg,var(--gold),#f0cb78);color:#2b1709;font-weight:700}
.hero{padding:64px 0 26px}.hero-shell{display:grid;grid-template-columns:1.06fr .94fr;gap:28px;align-items:center}.hero-copy h1{font-family:"Cormorant Garamond",serif;font-size:clamp(48px,6vw,78px);line-height:.92}.hero-copy p{margin-top:16px;color:var(--text-soft);line-height:1.88}
.badge{display:inline-flex;padding:10px 14px;border-radius:999px;background:rgba(212,170,89,.1);border:1px solid rgba(212,170,89,.16);color:#f2d38d;font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:600}
.hero-prices{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.price-chip{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid var(--line)}.price-chip strong{display:block;color:#f2d38d;font-size:20px}.price-chip span{display:block;margin-top:4px;color:var(--text-soft);font-size:13px}
.hero-media{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hero-media img{border-radius:22px;box-shadow:var(--shadow);width:100%;height:100%;object-fit:cover}
.paper{background:var(--paper);color:var(--ink)} .paper p,.paper li,.paper .muted{color:var(--ink-soft)}
.content-section{padding:38px 0}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start}.panel{padding:24px;border-radius:26px;background:rgba(255,255,255,.04);border:1px solid var(--line);box-shadow:var(--shadow)}.paper .panel{background:rgba(255,250,242,.72);border-color:rgba(138,101,43,.14)}
.section-title{font-family:"Cormorant Garamond",serif;font-size:44px;line-height:.96;margin-bottom:12px}
.steps{list-style:none;display:grid;gap:12px;margin-top:18px}.steps li{display:grid;grid-template-columns:40px 1fr;gap:12px;padding:14px 14px 14px 0;border-bottom:1px solid rgba(212,170,89,.12)}.step-no{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(212,170,89,.14);color:#9a6f2d;font-weight:700}
.price-list{display:grid;gap:12px;margin-top:18px}.price-row{display:flex;justify-content:space-between;gap:16px;padding:16px;border-radius:20px;background:rgba(212,170,89,.08);border:1px solid rgba(212,170,89,.12)}.price-row strong{color:#9a6f2d}.price-row span{display:block;color:inherit}
.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.gallery img{width:100%;border-radius:22px;box-shadow:var(--shadow)}
.note-list{list-style:none;display:grid;gap:10px;margin-top:16px}.note-list li{padding-left:18px;position:relative}.note-list li::before{content:"";position:absolute;left:0;top:10px;width:8px;height:8px;border-radius:50%;background:#c99842}
.footer{padding:50px 0 36px}.footer-shell{padding:26px;border-radius:26px;background:rgba(255,255,255,.04);border:1px solid var(--line)}
@media (max-width:900px){.hero-shell,.grid-2{grid-template-columns:1fr}.hero-media{grid-template-columns:1fr 1fr}} @media (max-width:640px){.container{width:min(100% - 28px,1180px)}.hero-media,.gallery{grid-template-columns:1fr}.brand-copy strong{font-size:24px}.section-title{font-size:36px}}
