:root{--ink:#12100d;--cream:#f6f0e5;--paper:#fffaf0;--gold:#b9842e;--gold2:#e0b767;--line:rgba(80,55,18,.18);--muted:#6e6559}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Montserrat,Arial,sans-serif}h1,h2,h3,.brand,.button,strong{font-family:"Barlow Condensed",Arial,sans-serif}a{color:inherit;text-decoration:none}.topbar{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,74px);background:rgba(255,250,240,.95);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10;backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.12em}.brand img{width:48px;height:48px;border-radius:50%;object-fit:cover}.topbar nav{display:flex;gap:28px;font:600 13px Montserrat}.topbar nav a:hover{color:var(--gold)}.hero{min-height:calc(100vh - 78px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:6vw;padding:72px clamp(24px,7vw,110px);background:radial-gradient(circle at 80% 40%,rgba(224,183,103,.25),transparent 35%),linear-gradient(135deg,#fffaf0 0%,#efe3ca 100%);overflow:hidden}.eyebrow,.section-heading>span,.instagram-box>div>span{color:#8a601d;font-size:12px;letter-spacing:.24em;font-weight:800}.hero h1{font-size:clamp(68px,9vw,138px);line-height:.76;letter-spacing:-.04em;margin:25px 0}.hero h1 em{font-style:normal;color:var(--gold)}.lead{font:700 clamp(22px,3vw,36px)/1.05 "Barlow Condensed";margin:0 0 15px}.hero-copy>p:not(.lead){max-width:650px;color:var(--muted);line-height:1.7}.hero-actions{display:flex;align-items:center;gap:25px;margin-top:35px}.button{display:inline-block;background:var(--ink);color:white;padding:16px 25px;font-weight:800;letter-spacing:.1em;border:1px solid var(--ink)}.button:hover{background:var(--gold);border-color:var(--gold)}.text-link{font-size:13px;font-weight:700}.hero-mark{position:relative}.hero-mark:before{content:"";position:absolute;inset:-8%;border:1px solid rgba(185,132,46,.35);border-radius:50%}.hero-mark img{width:100%;max-width:570px;display:block;border-radius:50%;box-shadow:0 28px 70px rgba(43,28,5,.2)}section{padding:100px clamp(24px,7vw,110px)}.section-heading{max-width:800px;margin-bottom:45px}.section-heading h2{font-size:clamp(42px,6vw,74px);line-height:.95;margin:12px 0 16px;letter-spacing:-.02em}.section-heading p{color:var(--muted);line-height:1.7}.prices{background:var(--ink);color:white}.prices .section-heading>span{color:var(--gold2)}.price-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.price-grid article{min-height:215px;padding:25px;background:#201c16;border:1px solid #3a3022;display:flex;flex-direction:column;justify-content:flex-end;position:relative}.price-grid article>span{font-size:13px;color:#d8cdbd}.price-grid strong{font-size:52px;line-height:1;margin:15px 0 8px}.price-grid small{color:#948979}.price-grid .featured{background:var(--gold);color:#111}.price-grid .featured span,.price-grid .featured small{color:#2c210f}.price-grid article>b{position:absolute;top:18px;font:800 10px Montserrat;letter-spacing:.15em}.catalogue{background:var(--paper)}.catalogue-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.catalogue-grid article{background:white;border:1px solid var(--line);padding:20px 20px 26px}.placeholder{height:300px;background:linear-gradient(145deg,#f4ead8,#ded0b5);display:grid;place-items:center;font:900 92px "Barlow Condensed";color:rgba(80,55,18,.12);border-bottom:4px solid var(--gold)}.catalogue-grid h3{font-size:35px;margin:22px 0 6px}.catalogue-grid p{color:var(--muted);line-height:1.5;min-height:48px}.catalogue-grid article>span{font-size:10px;letter-spacing:.18em;color:var(--gold);font-weight:800}.notice{margin-top:25px;padding:25px 30px;border-left:5px solid var(--gold);background:#f0e4cf;display:flex;gap:12px;flex-wrap:wrap}.notice strong{font-size:21px}.notice span{color:var(--muted)}.kids{background:#eadcbe}.kids .section-heading strong{font-size:24px;color:#8a601d}.table-wrap{overflow-x:auto;background:#fffaf0;box-shadow:0 15px 45px rgba(70,44,5,.08)}table{border-collapse:collapse;width:100%;min-width:800px}th,td{text-align:center;padding:19px;border-bottom:1px solid var(--line)}th{background:#1a1713;color:#fff;font:700 16px "Barlow Condensed";letter-spacing:.05em}td:first-child{font-weight:800;color:#8a601d}.order{background:var(--paper)}.steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.steps article{padding:32px;border-right:1px solid var(--line)}.steps article:last-child{border-right:0}.steps b{font-size:48px;color:var(--gold)}.steps h3{font-size:29px;margin:8px 0}.steps p{font-size:14px;color:var(--muted);line-height:1.65}.instagram-box{margin-top:60px;padding:40px 45px;background:linear-gradient(110deg,#e2bd75,#b9842e);display:flex;align-items:center;justify-content:space-between;gap:30px}.instagram-box h2{font-size:42px;margin:8px 0}.instagram-box p{margin:0}.disabled{opacity:.75;cursor:default;white-space:nowrap}footer{background:#0e0c0a;color:white;padding:55px clamp(24px,7vw,110px);display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}footer>div{display:flex;flex-direction:column;gap:8px}footer img{width:64px;height:64px;border-radius:50%}.footer-brand{flex-direction:row;align-items:center}.footer-brand strong{font-size:26px;letter-spacing:.08em}.footer-brand span,footer>div>span,footer small{font-size:12px;color:#a99d8a}footer small{grid-column:1/-1;border-top:1px solid #2b261f;padding-top:25px}@media(max-width:950px){.hero{grid-template-columns:1fr;padding-top:55px}.hero-mark{max-width:430px;margin:auto}.price-grid{grid-template-columns:repeat(2,1fr)}.catalogue-grid{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr)}.steps article:nth-child(2){border-right:0}.topbar nav{display:none}}@media(max-width:600px){.topbar{height:68px}.brand span{font-size:15px}.brand img{width:42px;height:42px}.hero{min-height:auto;padding:58px 22px 70px}.hero h1{font-size:66px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-mark{margin-top:18px}.price-grid{grid-template-columns:1fr}.price-grid article{min-height:160px}.catalogue-grid .placeholder{height:250px}.steps{grid-template-columns:1fr}.steps article{border-right:0;border-bottom:1px solid var(--line)}.instagram-box{padding:30px;align-items:flex-start;flex-direction:column}.instagram-box h2{font-size:36px}section{padding:75px 22px}footer{grid-template-columns:1fr}.section-heading h2{font-size:46px}}
.multi-promo{margin-top:22px;padding:24px 28px;border:1px solid rgba(224,183,103,.5);background:linear-gradient(110deg,#2b241a,#17130e);display:flex;align-items:center;justify-content:space-between;gap:25px}.multi-promo>div:first-child{display:flex;flex-direction:column;gap:7px}.multi-promo>div:first-child span{font-size:10px;font-weight:800;letter-spacing:.2em;color:var(--gold2)}.multi-promo>div:first-child strong{font-size:28px}.promo-deals{display:flex;gap:12px}.promo-deals p{margin:0;min-width:165px;padding:14px 18px;background:var(--gold);color:#111;display:grid;grid-template-columns:1fr auto;align-items:center;gap:2px 15px}.promo-deals b{font:800 18px "Barlow Condensed"}.promo-deals em{grid-row:1/3;grid-column:2;font:900 34px "Barlow Condensed";font-style:normal}.promo-deals small{font-size:10px;color:#392a12}@media(max-width:760px){.multi-promo{align-items:flex-start;flex-direction:column}.promo-deals{width:100%;flex-direction:column}.promo-deals p{width:100%}}
