:root{--red:#c8102e;--deep:#171717;--paper:#f7f5f1;--pine:#d8b789;--line:#d9d5ce;--white:#fff;--muted:#68635d}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--deep);font-family:"DM Sans",sans-serif;font-size:16px;line-height:1.5}a{color:inherit}img{display:block;max-width:100%}.topline{background:var(--red);color:#fff;text-align:center;padding:.55rem 1rem;font-size:.83rem;font-weight:600;letter-spacing:.035em}header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.2rem,5vw,5.5rem);background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;font-size:.88rem;letter-spacing:.12em}.brand-leaf{color:var(--red);font-size:1.25rem;transform:rotate(45deg)}nav{display:flex;gap:2rem}nav a{text-decoration:none;font-size:.9rem;font-weight:600}nav a:hover{color:var(--red)}.language{border:1px solid var(--deep);background:transparent;border-radius:100px;padding:.45rem .75rem;font-weight:700;cursor:pointer}.hero{min-height:690px;display:grid;grid-template-columns:1fr 1.08fr;background:#fff}.hero-copy{padding:clamp(4rem,8vw,8rem) clamp(2rem,7vw,8rem);display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:.76rem;letter-spacing:.16em;font-weight:700;color:var(--red);margin:0 0 1.25rem}.hero h1,.statement h2,.section-heading h2,.made h2,.gift h2{font-family:"Newsreader",serif;letter-spacing:-.03em;line-height:.98}.hero h1{font-size:clamp(3.5rem,6.2vw,6.6rem);margin:0;max-width:720px}.hero-text{font-size:1.16rem;line-height:1.7;color:#4b4844;max-width:590px;margin:2rem 0}.hero-actions{display:flex;align-items:center;gap:1.5rem}.button{border:0;display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:.8rem 1.4rem;text-decoration:none;font-weight:700;cursor:pointer}.button-red{background:var(--red);color:#fff}.button-red:hover{background:#a70c26}.text-link{font-weight:700;text-underline-offset:4px}.hero-proof{display:flex;flex-wrap:wrap;gap:1.4rem;margin-top:2.5rem;font-size:.82rem;color:var(--muted)}.hero-proof span:before{content:"✓";color:var(--red);font-weight:700;margin-right:.35rem}.hero-image{position:relative;margin:0;background:#e6e0d7;min-height:540px;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-image figcaption{position:absolute;right:1rem;bottom:1rem;background:rgba(255,255,255,.9);padding:.55rem .75rem;font-size:.72rem;color:#555}.statement{background:var(--deep);color:#fff;padding:clamp(4.5rem,8vw,8rem) clamp(1.5rem,8vw,10rem)}.statement>p{color:#d9d4cd;font-size:.9rem;text-transform:uppercase;letter-spacing:.14em}.statement h2{font-size:clamp(3rem,6vw,6rem);max-width:1050px;margin:1rem 0 3rem}.statement-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,7vw,8rem);max-width:1000px;margin-left:auto;color:#d6d3ce;font-size:1.05rem}.shop{padding:clamp(4.5rem,8vw,8rem) clamp(1.3rem,6vw,6rem)}.section-heading{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:end;margin-bottom:3rem}.section-heading h2{font-size:clamp(2.7rem,5vw,5rem);margin:0;max-width:800px}.section-heading>p{color:var(--muted);max-width:450px;justify-self:end}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border:1px solid var(--line)}.product-visual{position:relative;min-height:610px;background:#e7e1d8}.product-visual img{width:100%;height:100%;object-fit:cover}.size-marker{position:absolute;bottom:1.2rem;left:1.2rem;width:62px;height:62px;border-radius:50%;background:#fff;display:grid;place-items:center;font-weight:700;font-size:1.2rem;box-shadow:0 8px 24px #0002}.product-panel{padding:clamp(2rem,5vw,4.5rem)}.product-title-row{display:flex;justify-content:space-between;gap:1.5rem;border-bottom:1px solid var(--line);padding-bottom:1.8rem}.product-kicker{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin:0}.product-title-row h3{font-family:"Newsreader",serif;font-size:2.3rem;margin:.3rem 0 0}.price{font-size:1.5rem;font-weight:700;white-space:nowrap;margin:.3rem 0}.price small{font-size:.7rem;color:var(--muted)}fieldset{border:0;padding:0;margin:2rem 0}legend,.personalize>span{display:block;font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;margin-bottom:.8rem}.choice-grid{display:grid;gap:.65rem}.size-choices{grid-template-columns:repeat(3,1fr)}.finish-choices{grid-template-columns:1fr 1fr}.choice-grid label{position:relative}.choice-grid input{position:absolute;opacity:0}.choice-grid label>span{min-height:72px;border:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;padding:.8rem 1rem;cursor:pointer}.choice-grid input:checked+span{border:2px solid var(--red);padding:calc(.8rem - 1px) calc(1rem - 1px)}.choice-grid small{color:var(--muted);margin-top:.12rem}.finish-choices label>span{flex-direction:row;align-items:center;justify-content:flex-start;gap:.6rem}.swatch{width:20px;height:20px;border-radius:50%;border:1px solid #999}.swatch.red{background:var(--red)}.swatch.pine{background:#d5ae78}.personalize select{width:100%;height:52px;background:#fff;border:1px solid var(--line);padding:0 1rem;font:inherit}.checkout{width:100%;margin-top:1.5rem}.checkout-note{font-size:.82rem;text-align:center;color:var(--muted)}.reservation{display:none;margin-top:1rem;padding:1rem;background:#f1eee8;border-left:3px solid var(--red)}.made{background:#efeae2;padding:clamp(4.5rem,8vw,8rem) clamp(1.3rem,6vw,6rem)}.made-head{display:grid;grid-template-columns:.6fr 1.4fr;gap:3rem}.made h2{font-size:clamp(2.7rem,5vw,5rem);margin:0;max-width:800px}.made ol{list-style:none;margin:4rem 0 0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #aaa49b}.made li{padding:1.5rem 1.5rem 0 0;border-right:1px solid #aaa49b;min-height:210px}.made li+li{padding-left:1.5rem}.made li span{display:block;color:var(--red);font-size:.8rem;margin-bottom:2rem}.made li b{display:block;font-size:1.1rem}.made li p{color:var(--muted);font-size:.9rem}.gift{display:grid;grid-template-columns:1.2fr .8fr;gap:5rem;padding:clamp(5rem,9vw,9rem) clamp(1.3rem,8vw,9rem);background:#fff}.gift h2{font-size:clamp(3rem,5vw,5.4rem);margin:0}.gift-list{display:flex;flex-direction:column;border-top:1px solid var(--line)}.gift-list span{padding:1.1rem 0;border-bottom:1px solid var(--line);font-weight:600}footer{background:var(--deep);color:#fff;padding:3rem clamp(1.3rem,6vw,6rem);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:2rem}.inverse{color:#fff}footer p{color:#bdb8b1;font-size:.82rem;text-align:center}footer p:last-child{text-align:right}
@media(max-width:900px){nav{display:none}.hero,.product-layout,.section-heading,.made-head,.gift{grid-template-columns:1fr}.hero-copy{padding:4.5rem 1.5rem}.hero-image{min-height:500px}.statement-grid{grid-template-columns:1fr}.section-heading>p{justify-self:start}.product-visual{min-height:470px}.made ol{grid-template-columns:1fr 1fr}.made li:nth-child(2){border-right:0}.made li:nth-child(3),.made li:nth-child(4){border-top:1px solid #aaa49b}.gift{gap:3rem}footer{grid-template-columns:1fr;text-align:center}footer p:last-child{text-align:center}}
.mounting-note{margin:1rem 0;padding:1rem;background:#f3f0ea;border-left:3px solid var(--red);color:#4f4b46;font-size:.9rem}@media(max-width:560px){header{height:66px}.topline{font-size:.72rem}.hero h1{font-size:3.55rem}.hero-image{min-height:360px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-proof{gap:.7rem 1rem}.statement,.shop,.made,.gift{padding-left:1.2rem;padding-right:1.2rem}.size-choices{grid-template-columns:1fr}.finish-choices{grid-template-columns:1fr}.product-panel{padding:1.5rem}.product-title-row{flex-direction:column}.made ol{grid-template-columns:1fr}.made li,.made li+li{border-right:0;border-top:1px solid #aaa49b;padding-left:0}.hero-image figcaption{font-size:.65rem}}
