@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap');:root{--ink:#18231f;--green:#203c32;--sage:#b9c8b5;--cream:#f4efe5;--paper:#fffdf9;--gold:#c98c48;--line:#ded9ce}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',Arial;color:var(--ink);background:var(--paper)}a{color:inherit}.topbar{height:32px;background:var(--green);color:white;display:grid;place-items:center;text-transform:uppercase;font-size:10px;letter-spacing:.13em}.topbar span{opacity:.6;margin-left:8px}.site-header{height:84px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:5;background:var(--paper)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:210px}.brand i{width:41px;height:41px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font:italic 22px 'Playfair Display'}.brand b{letter-spacing:.07em;line-height:1}.brand b>span{color:var(--gold)}.brand small{display:block;font-size:7px;letter-spacing:.25em;margin-top:7px;color:#777}.site-header nav{display:flex;gap:clamp(15px,2.2vw,34px)}.site-header nav a{text-decoration:none;font-size:13px;font-weight:600;position:relative;white-space:nowrap}.site-header nav a:after{content:'';position:absolute;height:2px;background:var(--gold);left:0;right:100%;bottom:-9px;transition:.2s}.site-header nav a:hover:after,.site-header nav a.active:after{right:0}.actions{display:flex;align-items:center;justify-content:flex-end;min-width:180px}.actions a,.actions button{width:42px;height:42px;border:0;background:none;text-decoration:none;display:grid;place-items:center;font-size:20px}.bag{border-left:1px solid var(--line)!important;position:relative}.bag sup{position:absolute;right:1px;top:1px;background:var(--gold);color:#fff;border-radius:50%;font-size:9px;width:17px;height:17px;display:grid;place-items:center}.menu{display:none;border:0;background:none;font-size:22px}.mobile-nav{background:var(--paper);padding:10px 24px 22px;position:absolute;z-index:10;left:0;right:0;box-shadow:0 15px 25px #0002}.mobile-nav a{display:block;padding:13px 0;border-bottom:1px solid var(--line);text-decoration:none;font-weight:600}.hero{min-height:630px;display:grid;grid-template-columns:1.03fr .97fr;background:var(--cream);overflow:hidden}.hero-copy{align-self:center;padding:75px 6vw}.eyebrow{color:#647469;font-size:11px;letter-spacing:.15em;font-weight:700}.hero h1{font:600 clamp(52px,6.2vw,90px)/.98 'Playfair Display';letter-spacing:-.04em;margin:22px 0}.hero h1 em{color:var(--gold)}.lead{max-width:570px;font-size:19px;line-height:1.65;color:#59635e}.hero-buttons{display:flex;align-items:center;gap:28px;margin-top:32px}.button{background:var(--ink);color:#fff;padding:17px 22px;text-decoration:none;font-size:13px;font-weight:700}.button:hover{background:var(--gold)}.learn{font-size:13px;font-weight:700;text-underline-offset:6px}.proof{margin-top:44px;font-size:11px}.proof b,.proof small{display:block}.proof small{color:#777;margin-top:4px}.hero-art{position:relative;min-height:630px;background:var(--sage);overflow:hidden}.sun{position:absolute;width:510px;height:510px;border-radius:50%;background:#e7dcc5;top:65px;left:50%;transform:translateX(-50%)}.keyring{position:absolute;filter:drop-shadow(0 28px 23px #24312838);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.keyring i{position:absolute;width:76px;height:76px;border:9px solid #c9cbc6;border-radius:50%;top:-62px;left:50%;transform:translateX(-50%);z-index:-1}.keyring small{letter-spacing:.25em;font-size:8px}.keyring b{font:600 42px 'Playfair Display';margin:8px}.keyring span{font-size:9px;letter-spacing:.12em}.round{width:250px;height:250px;border-radius:50%;background:#2c463c;left:10%;top:29%;transform:rotate(-9deg);border:7px solid #d4c9b5}.tag{width:195px;height:260px;background:#d49a5d;right:3%;top:36%;transform:rotate(8deg);clip-path:polygon(25% 0,75% 0,100% 18%,100% 100%,0 100%,0 18%)}.tag b{color:white;font-size:33px}.hero-art>p{position:absolute;right:7%;bottom:5%;font:italic 17px 'Playfair Display';color:#344b40}.hero-art>p b{color:white}.trust{max-width:1180px;margin:auto;min-height:105px;display:grid;grid-template-columns:repeat(3,1fr)}.trust>div{display:flex;align-items:center;justify-content:center;gap:14px;color:var(--gold);font-size:23px;border-right:1px solid var(--line)}.trust>div:last-child{border:0}.trust b,.trust small{display:block;color:var(--ink);font-size:12px}.trust small{color:#777;margin-top:4px;font-size:10px}.section-title{text-align:center;margin:75px 0 30px}.section-title p{color:var(--gold);font-size:11px;letter-spacing:.2em;font-weight:bold}.section-title h2{font:600 44px 'Playfair Display';margin:8px}.grid{max-width:1180px;margin:auto;padding:0 24px 80px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product,.empty{border:1px solid var(--line);padding:16px}.empty{grid-column:1/-1;text-align:center;padding:45px}.placeholder{aspect-ratio:1;background:#eee7dc;display:grid;place-items:center;color:#a66e29;font-size:11px;letter-spacing:2px}.steps{background:var(--ink);color:#fff;display:grid;grid-template-columns:repeat(3,1fr);padding:70px 8vw;gap:50px}.steps b{color:var(--gold)}footer{text-align:center;padding:45px 20px}footer p{font-size:13px;color:#667}@media(max-width:900px){.site-header{height:70px;padding:0 17px}.site-header nav{display:none}.menu{display:block}.brand{min-width:0}.actions{min-width:0}.actions button,.actions a:not(.bag){display:none}.hero{grid-template-columns:1fr}.hero-copy{text-align:center;padding:55px 24px}.hero-buttons{justify-content:center}.hero-art{min-height:450px}.round{left:4%;transform:rotate(-9deg) scale(.75)}.tag{right:-4%;transform:rotate(8deg) scale(.68)}.trust{grid-template-columns:1fr;padding:12px 25px}.trust>div{justify-content:flex-start;border-right:0;border-bottom:1px solid var(--line);padding:15px}.grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}}@media(max-width:480px){.topbar span{display:none}.brand small{display:none}.hero h1{font-size:49px}.hero-buttons{flex-direction:column}.hero-art{min-height:390px}.sun{width:360px;height:360px}.round{left:-14%;transform:rotate(-9deg) scale(.62)}.tag{right:-17%;transform:rotate(8deg) scale(.55)}.grid{grid-template-columns:1fr}}
