@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap');
:root{--green:#064b3c;--yellow:#ffc630;--pink:#ef8caf;--cream:#fff9eb;--ink:#173c32}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);font-family:'DM Sans',sans-serif;background:var(--cream);font-size:16px}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #bf3c64;outline-offset:4px}.announcement{background:var(--green);color:white;text-align:center;padding:12px 16px;font-size:12px;letter-spacing:1.7px}.announcement span{color:var(--yellow);margin:0 24px}header{height:102px;display:flex;align-items:center;justify-content:space-between;padding:15px 5%;gap:20px;background:var(--cream);border-bottom:1px solid #173c3225}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:700;font-size:26px;letter-spacing:3px}.brand img{height:64px;width:64px;object-fit:contain;border-radius:50%}.brand small{font-size:10px;letter-spacing:2px;display:block}nav{display:flex;gap:32px}nav a{text-decoration:none}.cart-open{border:1px solid var(--green);border-radius:30px;background:transparent;padding:13px 20px}.cart-open span{background:var(--green);color:white;border-radius:50%;padding:4px 9px;margin-left:8px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:600px;background:var(--yellow);overflow:hidden}.hero-copy{padding:75px 7% 65px 10%}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;margin:0 0 22px}h1,h2{font-family:'Playfair Display',Georgia,serif;font-weight:500;line-height:1.05;letter-spacing:-2px}h1{font-size:clamp(52px,6.6vw,94px);margin:0 0 25px}h1 em{font-weight:500}p{line-height:1.65}.hero-copy>p:not(.eyebrow){max-width:410px;margin-bottom:32px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:15px 25px;text-decoration:none;border:0;border-radius:30px;font-weight:600}.dark{background:var(--green);color:white}.hero-notes{display:flex;gap:25px;font-size:14px;margin-top:30px}.hero-notes span+span:before{content:'✦';margin-right:25px}.hero-art{position:relative;min-height:570px;background:var(--pink);border-radius:50% 0 0 0}.photo-main{position:absolute;width:54%;height:78%;left:28%;top:10%;transform:rotate(8deg);background:white;padding:12px 12px 40px;box-shadow:0 16px 30px #55292d25}.photo-main img{width:100%;height:100%;object-fit:cover}.photo-main span{position:absolute;bottom:12px;left:12px;font-size:12px;letter-spacing:2px}.photo-small{position:absolute;width:33%;height:42%;left:1%;bottom:8%;transform:rotate(-12deg);border:9px solid var(--cream);box-shadow:0 16px 30px #55292d25}.photo-small img{width:100%;height:100%;object-fit:cover}.stamp{position:absolute;right:5%;bottom:6%;background:var(--green);color:var(--yellow);width:130px;height:130px;border-radius:50%;display:flex;flex-direction:column;justify-content:center;text-align:center;font-size:14px;line-height:1.5;transform:rotate(12deg);border:2px dashed var(--yellow);outline:7px solid var(--green)}.ribbon{padding:20px;background:var(--green);color:var(--yellow);font-size:22px;letter-spacing:5px;white-space:nowrap;overflow:hidden;text-align:center}.collection{padding:80px 5%}.section-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:38px}h2{font-size:clamp(36px,4.4vw,60px);margin:0}.section-heading p:last-child{font-size:14px;margin:0}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:34px 22px}.product{min-width:0}.product-image{position:relative;overflow:hidden;border-radius:130px 130px 10px 10px;background:#e9b88c;aspect-ratio:3/4}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product:hover img{transform:scale(1.045)}.product:nth-child(3n+2) .product-image{border-radius:10px}.product h3{font-family:'Playfair Display',Georgia,serif;font-size:25px;font-weight:500;margin:17px 0 5px}.product .detail{margin:0;color:#496b60;font-size:14px}.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:15px;gap:8px}.product-bottom strong{font-size:18px}.add{background:transparent;border:1px solid var(--green);border-radius:25px;padding:10px 16px;font-size:14px}.add:hover{background:var(--green);color:white}.how{display:grid;grid-template-columns:1fr 1fr;gap:8%;padding:75px 7%;background:var(--green);color:var(--cream)}.how .eyebrow{color:var(--yellow)}.how>div>p:last-child{max-width:360px}.how ol{list-style:none;padding:0;margin:0}.how li{display:flex;gap:25px;padding:22px 0;border-bottom:1px solid #ffffff35}.how li:first-child{padding-top:0}.how li>span{color:var(--yellow);font-family:Georgia,serif;font-size:30px}.how h3{margin:0;font-size:19px}.how li p{font-size:15px;margin-bottom:0;color:#e6ece2}.contact{text-align:center;background:var(--pink);padding:65px 20px}.contact>p{font-size:14px;letter-spacing:2px}.contact .button{margin-top:30px}footer{padding:40px 5%;display:flex;gap:20px;align-items:center;justify-content:space-between;flex-wrap:wrap}footer small{width:100%;font-size:12px;color:#496b60}footer span,footer a{font-size:14px}dialog{border:0;color:var(--ink);background:var(--cream);padding:28px;width:500px;max-width:100%;max-height:100dvh;height:100dvh;margin:0 0 0 auto;overflow:auto}dialog::backdrop{background:#06282090}.cart-head{display:flex;align-items:center;justify-content:space-between}.cart-head h2{font-size:36px}.cart-head button{border:0;background:transparent;font-size:24px;padding:10px}.cart-intro{font-size:14px}.line{display:grid;grid-template-columns:65px 1fr auto;align-items:center;gap:12px;border-bottom:1px solid #173c3230;padding:15px 0}.line img{height:80px;width:65px;object-fit:cover;border-radius:5px}.line h3{font-size:16px;margin:0 0 6px}.quantity{display:flex;align-items:center;gap:12px;margin-top:8px}.quantity button{height:32px;width:32px;border:1px solid #173c3270;background:transparent;border-radius:50%}.line-price{font-size:14px}.remove{font-size:12px;background:transparent;border:0;text-decoration:underline;padding:5px 0}.totals{margin:22px 0}.totals p{display:flex;justify-content:space-between;margin:9px 0}.totals .total{border-top:1px solid #173c3230;padding-top:15px;font-size:21px;font-weight:700}.minimum{background:#ffe5a6;padding:14px;font-size:14px;border-radius:10px}.bank{border:1px solid #173c3230;padding:18px;margin:24px 0;border-radius:12px}.bank h3{font-size:17px;margin:0}.bank p{font-size:14px}.fine{font-size:12px;line-height:1.6}#checkout{width:100%}button:disabled{opacity:.45;cursor:not-allowed}.empty{padding:40px 0;text-align:center}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--green);color:white;padding:14px 22px;border-radius:30px;box-shadow:0 5px 20px #0003;display:none;z-index:3;text-align:center;max-width:90%;width:max-content}#toast.show{display:block}@media(max-width:950px){.products{grid-template-columns:repeat(3,1fr)}.hero-copy{padding:60px 8%}.hero-art{min-height:500px}.stamp{width:100px;height:100px;font-size:12px}}@media(max-width:650px){.announcement{font-size:10px;line-height:1.8;letter-spacing:1px}.announcement span{margin:0 6px}header{height:85px;padding:12px 5%;gap:8px}.brand{font-size:21px;gap:7px}.brand img{width:48px;height:48px}.brand small{font-size:8px}nav{display:none}.cart-open{font-size:12px;padding:10px}.hero{grid-template-columns:1fr}.hero-copy{padding:42px 6%}.hero-copy>p:not(.eyebrow){font-size:16px}.hero-art{min-height:420px;border-radius:110px 0 0 0}.photo-main{width:48%;height:83%;left:35%;top:5%}.photo-small{width:33%;left:8%}.hero-notes{margin-top:24px}.ribbon{font-size:17px}.collection{padding:48px 5%}.section-heading{display:block}.section-heading p:last-child{margin-top:22px}.products{grid-template-columns:repeat(2,1fr);gap:28px 14px}.product h3{font-size:23px}.product-bottom{align-items:flex-start;flex-direction:column;gap:10px}.add{width:100%;padding:12px 8px}.how{grid-template-columns:1fr;padding:48px 6%;gap:30px}.contact{padding:46px 20px}footer{display:block}footer>*{display:block;margin:12px 0}dialog{padding:23px 18px}.eyebrow{font-size:11px;letter-spacing:1.4px}h1{font-size:58px}.stamp{right:5%;bottom:8%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Cart clarity and direct product quantities */
body{padding-bottom:112px}header{position:sticky;top:0;z-index:5;box-shadow:0 2px 12px #173c3210}.cart-open{background:var(--green);color:white;font-weight:700}.cart-open span{background:var(--yellow);color:var(--green)}.qty-label{display:block;font-size:14px;margin:14px 0 6px}.product-quantity{display:flex;width:100%;justify-content:space-between;border:1px solid var(--green);border-radius:28px;margin-top:0;padding:4px;background:white;gap:4px}.quantity input{width:60px;min-width:0;font:inherit;font-weight:700;text-align:center;border:0;background:transparent;color:var(--ink);padding:9px 0;-moz-appearance:textfield}.quantity input::-webkit-inner-spin-button,.quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-quantity button{width:44px;height:44px;background:var(--green);color:white;border:0;font-size:22px;flex-shrink:0}.selected-note{min-height:23px;font-size:14px;margin:8px 0 0;color:var(--green);font-weight:600}.cart-dock{position:fixed;bottom:0;left:0;right:0;z-index:6;background:var(--cream);border-top:2px solid var(--green);padding:15px 5% calc(15px + env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:space-between;gap:15px;box-shadow:0 -4px 20px #173c3215}.cart-dock strong{font-size:18px}.cart-dock small{display:block;font-size:13px;margin-top:4px}.cart-dock .button{white-space:nowrap;background:var(--yellow);color:var(--green);border:1px solid var(--green)}#toast{bottom:120px}.continue-shopping,.copy-account{background:transparent;border:1px solid var(--green);border-radius:22px;padding:12px 18px;color:var(--green);font:inherit}.continue-shopping{width:100%;margin:0 0 18px}.checkout-actions{padding-top:8px}.account-number{font-size:23px;user-select:all}.line .quantity{gap:3px}.line .quantity input{width:42px}.line .quantity button{min-width:34px}.line{grid-template-columns:55px 1fr auto}.line img{width:55px}.line>div:last-child{font-size:14px}dialog{padding-bottom:35px}.cart-head{position:sticky;top:-28px;background:var(--cream);z-index:2;padding-top:10px;padding-bottom:10px}.cart-intro{line-height:1.7}@media(max-width:650px){.product-bottom{flex-direction:row}.cart-dock{padding:12px 4% calc(12px + env(safe-area-inset-bottom));gap:8px;flex-wrap:wrap}.cart-dock>div{width:100%}.cart-dock strong{font-size:15px}.cart-dock small{font-size:12px}.cart-dock .button{width:100%;min-height:44px;padding:10px}.cart-dock>div{display:flex;justify-content:space-between;gap:12px;align-items:center}.cart-dock small{text-align:right;max-width:48%;margin:0}body{padding-bottom:140px}.selected-note{font-size:12px}.product-quantity button{width:40px;height:40px}.product-quantity input{width:45px}.cart-head{top:-23px}#toast{bottom:145px}}
