
:root{--ink:#203727;--cream:#f5f0e5;--paper:#fffdf8;--sage:#6f8061;--blush:#e8d7ca;--gold:#b28b55;--line:rgba(32,55,39,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#dedbd2;color:var(--ink);font-family:Arial,Helvetica,sans-serif}.topbar{position:sticky;top:0;z-index:50;height:68px;background:rgba(255,253,248,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 24px}.brand{font-family:Georgia,serif;font-size:21px;font-weight:700;display:flex;align-items:center;gap:11px}.brandmark{width:34px;height:34px;border-radius:50%;background:var(--ink);color:white;display:grid;place-items:center;font-family:Georgia,serif}.actions{display:flex;gap:8px}.btn{border:1px solid var(--line);background:white;color:var(--ink);padding:10px 15px;border-radius:999px;font-weight:700;cursor:pointer}.btn.primary{background:var(--ink);color:white}.catalogue{max-width:1120px;margin:0 auto;padding:22px 0 70px}.page{position:relative;min-height:calc(100vh - 112px);background:var(--paper);margin:0 0 22px;box-shadow:0 14px 45px rgba(43,48,37,.14);overflow:hidden;padding:70px 76px;scroll-margin-top:85px}.page-no{position:absolute;right:58px;top:38px;font:700 60px/1 Georgia,serif;color:rgba(32,55,39,.1)}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:12px;font-weight:800}.display{font:500 clamp(54px,8vw,108px)/.92 Georgia,serif;margin:22px 0}.cover{background:url('../brand/cover.webp') center/cover no-repeat;color:white;display:flex;align-items:flex-end}.cover:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,39,27,.88) 0%,rgba(20,39,27,.5) 46%,rgba(20,39,27,.05) 82%)}.cover-content{position:relative;z-index:2;max-width:560px;padding-bottom:40px}.cover h1{font:500 clamp(65px,9vw,120px)/.88 Georgia,serif;margin:20px 0}.cover p{font-size:20px;line-height:1.55}.toc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 35px;margin-top:40px}.toc-item{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--line);color:inherit;text-decoration:none;font-weight:700}.editorial{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px}.editorial-art{min-height:560px;border-radius:260px 260px 28px 28px;background:linear-gradient(145deg,var(--blush),#cad3bd);position:relative}.editorial-art:before{content:'P';font:500 290px/1 Georgia,serif;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:rgba(255,255,255,.65)}.section-page{display:flex;align-items:flex-end;background:var(--ink);color:white}.section-page:before{content:'';position:absolute;width:650px;height:650px;border:1px solid rgba(255,255,255,.16);border-radius:50%;right:-170px;top:-240px}.section-title{font:500 clamp(68px,10vw,130px)/.88 Georgia,serif;margin:20px 0}.product-page{display:grid;grid-template-columns:52% 48%;padding:0}.product-visual{background:var(--cream);display:grid;place-items:center;min-height:calc(100vh - 112px);position:relative;padding:52px}.product-visual img{width:100%;height:100%;max-height:780px;object-fit:contain}.product-copy{padding:70px 62px 55px;display:flex;flex-direction:column}.product-copy h2{font:500 clamp(42px,5vw,72px)/1 Georgia,serif;margin:12px 0 14px}.price{font-size:24px;font-weight:800;color:var(--gold);margin-bottom:22px}.description{font-size:16px;line-height:1.68;color:#435348}.meta-block{margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.meta-block h3{font:600 20px Georgia,serif;margin:0 0 10px}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{background:var(--cream);border-radius:999px;padding:8px 11px;font-size:13px}.shop{margin-top:auto;padding-top:26px;display:flex;gap:10px}.shop a{text-decoration:none}.how-order{background:linear-gradient(135deg,#e7d8c9,#f8f2e8);display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.steps{counter-reset:s}.step{counter-increment:s;display:grid;grid-template-columns:48px 1fr;gap:14px;margin:21px 0}.step:before{content:counter(s);width:42px;height:42px;border-radius:50%;background:var(--ink);color:white;display:grid;place-items:center;font-weight:800}.search-panel{position:fixed;inset:0;background:rgba(20,30,22,.75);z-index:100;display:none;padding:80px 20px;overflow:auto}.search-panel.open{display:block}.search-box{max-width:850px;margin:auto;background:white;padding:28px;border-radius:20px}.search-input{width:100%;font-size:22px;padding:16px;border:1px solid var(--line);border-radius:12px}.results{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:16px}.result{padding:14px;background:var(--cream);border-radius:10px;color:inherit;text-decoration:none}.close{float:right}.footer-note{text-align:center;padding:25px;color:#546157}@media(max-width:780px){.topbar{padding:0 12px}.actions .btn:nth-child(1){display:none}.btn{padding:9px 11px}.catalogue{padding:10px}.page{min-height:auto;padding:48px 27px;margin-bottom:12px}.page-no{font-size:38px;right:20px;top:20px}.toc-grid{grid-template-columns:1fr}.editorial,.how-order,.product-page{display:block}.editorial-art{min-height:340px;margin-top:35px}.product-visual{min-height:480px;padding:20px}.product-copy{padding:40px 28px}.product-copy h2{font-size:44px}.cover{min-height:82vh}.results{grid-template-columns:1fr}.shop{flex-wrap:wrap}}@media print{body{background:white}.topbar,.search-panel,.footer-note{display:none!important}.catalogue{max-width:none;padding:0}.page{width:210mm;min-height:297mm;height:297mm;margin:0;box-shadow:none;page-break-after:always;break-after:page}.product-visual{min-height:297mm}.btn{display:none}}
