@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#183c32;--paper:#faf8ef;--yellow:#f4c54d;--line:#dcded2;--muted:#617269}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 'DM Sans',sans-serif}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.1;letter-spacing:-.045em}h1{font-size:clamp(46px,5.2vw,78px);font-weight:800}h2{font-size:clamp(34px,3.6vw,52px)}h3{font-size:25px}a{color:inherit}button,input,select{font:inherit}button,a,input,select,summary{touch-action:manipulation}button,a{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #9b5e1b;outline-offset:5px}.announcement{text-align:center;background:var(--ink);color:#fff;padding:8px;font-size:12px;letter-spacing:.12em}.wrap{max-width:1280px;padding:0 44px;margin:auto}.nav{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:24px 0}.brand{font:800 24px/1 Manrope,sans-serif;text-decoration:none;letter-spacing:-1px;display:flex;align-items:center;gap:10px}.brand .mark{display:grid;place-items:center;width:35px;height:35px;border:2px solid;border-radius:50%;font-size:29px;line-height:1}.navlinks{display:flex;gap:30px;align-items:center;font-size:13px}.navlinks a{text-decoration:none}.navlinks a:hover{text-decoration:underline}.nav-cart{text-decoration:none;font-size:13px;border-bottom:1px solid}.hero{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:40px 0 68px}.eyebrow{font-size:11px;letter-spacing:.17em;text-transform:uppercase;font-weight:700;margin-bottom:20px}.hero h1 em{font-style:normal;color:#718a60}.intro{font-size:17px;max-width:440px;margin:24px 0;color:#52675d}.hero-photo{position:relative;min-height:560px;border-radius:180px 180px 24px 24px;background:#e9eddc;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.hero-photo img{width:92%;mix-blend-mode:multiply;max-height:480px;object-fit:contain}.orbit{position:absolute;border:1px dashed #b5c2a6;border-radius:50%;width:520px;height:520px;transform:rotate(-18deg)}.tag{z-index:1;background:var(--yellow);border-radius:100%;width:108px;height:108px;display:flex;align-items:center;justify-content:center;text-align:center;position:absolute;right:22px;top:27px;transform:rotate(10deg);font-weight:700;font-size:14px;line-height:1.3}.caption{position:relative;font-size:10px;letter-spacing:.06em;margin:5px 24px 20px;text-align:center;color:#687961}.btn{display:inline-flex;align-items:center;justify-content:center;gap:25px;background:var(--ink);color:white;border:1px solid var(--ink);padding:16px 25px;border-radius:7px;text-decoration:none;font-weight:600;font-size:14px;min-height:52px}.btn:hover{background:#2b5546}.btn.secondary{background:transparent;color:var(--ink)}.smallnote{font-size:12px;color:var(--muted);margin-top:15px}.ticks{display:flex;gap:20px;margin-top:24px;font-size:12px}.strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;padding:23px 0;font-size:12px;font-weight:600}.strip span::before{content:'✳';margin-right:12px;font-size:19px;color:#88996a}.section{padding:84px 0}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:35px}.section-heading p{max-width:330px;color:var(--muted);font-size:14px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{border:1px solid var(--line);border-radius:14px;padding:28px;background:#fffdf6}.card .number{font-size:12px;color:var(--muted)}.card h3{margin:25px 0 13px}.card p{font-size:14px;color:var(--muted)}.specimen{height:170px;border-radius:9px;position:relative;overflow:hidden;margin-bottom:22px;display:grid;place-items:center}.leaf{background:#dce7c9}.leaf svg{width:170px;height:150px}.fabric{background:#dcd9ca}.fabric::after{content:'';width:160px;height:130px;transform:rotate(-12deg);background:repeating-linear-gradient(90deg,transparent 0 7px,#b29671 7px 10px),repeating-linear-gradient(0deg,#e5d2ae 0 7px,#a78d6b 7px 10px);border:5px solid #d6c6a7}.salt{background:#eee8d8}.salt svg{width:170px;height:140px}.specimen-label{font-size:10px;text-transform:uppercase;letter-spacing:.13em;color:var(--muted);margin-top:14px}.how{background:#e9eddc;border-radius:18px;display:grid;grid-template-columns:1fr 1.2fr;gap:70px;padding:55px}.steps{display:grid;gap:25px}.step{display:grid;grid-template-columns:38px 1fr;gap:20px}.step b{width:36px;height:36px;background:var(--paper);border-radius:50%;display:grid;place-items:center;font-size:12px}.step h3{font-size:20px;margin:4px 0 8px}.step p{font-size:14px;color:var(--muted)}.product{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:start}.product-image{background:#f0e9d3;border-radius:16px;position:sticky;top:25px;overflow:hidden}.product-image img{width:100%;display:block;mix-blend-mode:multiply}.product-copy .eyebrow{margin-bottom:12px}.product-copy h2{font-size:44px}.price{font-size:27px;font-weight:600;margin:18px 0 10px}.product-copy>p{color:var(--muted);font-size:15px}.feature-list{padding-left:20px;color:#52675d;font-size:14px;margin:24px 0}.purchase{border-top:1px solid var(--line);padding-top:22px}.field{display:block;font-size:12px;font-weight:600;margin-bottom:7px}select,input[type=number]{background:transparent;border:1px solid #aab8a6;padding:12px;border-radius:6px;color:var(--ink)}select{width:100%;margin-bottom:16px}.quantity-row{display:flex;gap:12px;align-items:end}.quantity-row input{width:75px;height:54px}.quantity-row .btn{flex:1}.purchase:has(button:disabled){opacity:.85}.purchase button:disabled{cursor:default;background:#66796a}.details{margin-top:26px}details{border-top:1px solid var(--line);padding:18px 0;font-size:14px}details:last-child{border-bottom:1px solid var(--line)}summary{cursor:pointer;font-weight:600;list-style:none;display:flex;justify-content:space-between;gap:15px}summary::after{content:'+'}details[open] summary::after{content:'−'}details p{color:var(--muted);margin-top:12px;max-width:620px}.guide{background:var(--ink);color:var(--paper);padding:55px;border-radius:18px;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.guide p{color:#d2ddca;margin:20px 0}.guide .btn{background:var(--yellow);color:var(--ink);border:0}.notebook{background:#f6f0d9;transform:rotate(4deg);color:var(--ink);padding:35px;border-radius:3px;box-shadow:12px 12px 0 #335346;max-width:370px;margin:auto}.notebook h3{font-size:29px;margin:15px 0}.notebook ul{padding-left:18px;font-size:14px;line-height:2}.faq{display:grid;grid-template-columns:1fr 1.4fr;gap:70px}.footer{border-top:1px solid var(--line);padding:38px 0 90px;display:flex;align-items:start;justify-content:space-between;gap:30px}.footer p{color:var(--muted);font-size:12px;margin-top:15px}.footerlinks{display:flex;flex-wrap:wrap;gap:20px;font-size:12px}.preview-bar{background:#f4c54d;padding:9px;text-align:center;font-size:11px;color:#183c32}.mobile-buy{display:none}.page-content{padding:65px 0;min-height:50vh}.page-content h1{font-size:42px;margin-bottom:30px}.cart-line{display:grid;grid-template-columns:80px 1fr 90px 100px;gap:20px;align-items:center;border-bottom:1px solid var(--line);padding:20px 0}.cart-line img{width:80px}.cart-end{text-align:right;margin:30px 0}.cart-end .btn{margin:12px}.status{font-size:13px;margin-top:10px}.contact-form{max-width:550px}.contact-form input,.contact-form textarea{width:100%;padding:12px;border:1px solid var(--line);margin:5px 0 15px;background:#fff;font:inherit}.error{color:#9c382c}@media(max-width:850px){.wrap{padding:0 22px}.nav{padding:20px 0}.brand{font-size:21px}.navlinks{display:none}.hero{gap:30px;padding:25px 0 40px}.hero-photo{min-height:390px;border-radius:130px 130px 18px 18px}.tag{width:85px;height:85px;font-size:12px;right:12px}.hero h1{font-size:48px}.ticks{flex-direction:column;gap:5px}.how,.guide{gap:35px;padding:35px}.product{gap:30px}.section{padding:58px 0}.cards{gap:12px}.card{padding:18px}.faq{gap:30px}.strip{flex-wrap:wrap;justify-content:center}.section-heading p{max-width:250px}}@media(max-width:600px){.hero{grid-template-columns:1fr;gap:25px}.hero h1{font-size:50px}.hero .intro{font-size:16px;margin:18px 0}.hero-photo{min-height:365px;grid-row:2;border-radius:120px 120px 16px 16px}.hero-photo img{max-height:340px;width:85%}.orbit{width:350px;height:350px}.ticks{flex-direction:row;gap:20px}.announcement{font-size:10px;letter-spacing:.07em}.strip{gap:13px 22px;font-size:10px;padding:16px 0}.strip span::before{font-size:13px;margin-right:6px}.section-heading{display:block}.section-heading p{margin-top:18px;max-width:100%}.cards{grid-template-columns:1fr}.card{display:grid;grid-template-columns:105px 1fr;gap:16px;padding:16px}.specimen{grid-row:1/5;height:140px;margin:0}.specimen svg{width:120px}.specimen-label{display:none}.card .number{margin-top:4px}.card h3{margin:0;font-size:23px}.card p{font-size:13px}.how,.guide,.product,.faq{grid-template-columns:1fr}.how,.guide{padding:27px}.how h2{margin-bottom:8px}.product-image{position:relative;top:0}.product-copy h2{font-size:37px}.notebook{width:100%;padding:25px;transform:rotate(2deg)}.footer{flex-direction:column}.mobile-buy{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:5;background:#faf8eff5;backdrop-filter:blur(8px);padding:10px 20px;box-shadow:0 -1px 12px #183c3210;align-items:center;justify-content:space-between}.mobile-buy span{font-size:12px;line-height:1.4}.mobile-buy strong{display:block;font-size:16px}.mobile-buy .btn{min-height:44px;padding:10px 20px}.cart-line{grid-template-columns:60px 1fr;gap:10px}.cart-line img{width:60px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.hero-photo .tag{top:65px;right:30px}@media(max-width:600px){.hero-photo .tag{top:32px;right:24px}}