:root{--ink:#103b32;--coral:#ff6d5a;--cream:#f8f4e9;--lime:#dced8d;--line:rgba(16,59,50,.16)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}.skip{position:absolute;left:-9999px}.skip:focus{left:20px;top:20px;background:white;padding:10px;z-index:99}.announce{background:var(--lime);padding:10px;text-align:center;font-size:11px;font-weight:800;letter-spacing:.13em}.site-header{height:90px;padding:0 4vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid var(--line);background:var(--cream);position:sticky;top:0;z-index:20}.logo-img{display:block;width:min(260px,25vw);height:58px;object-fit:contain;object-position:left center}.nav{display:flex;gap:30px;font-size:13px;font-weight:700}.header-tools{display:flex;justify-content:flex-end;gap:18px;font-size:13px}.hero{min-height:670px;display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}.hero-copy{padding:100px 7vw;display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:10px;font-weight:800;letter-spacing:.19em;margin:0 0 24px}.hero h1,.section-title,.image-copy h2{font-family:Georgia,serif;font-weight:400;letter-spacing:-.055em;line-height:.9}.hero h1{font-size:clamp(62px,7.5vw,112px);margin:0}.hero h1 em,.section-title em{font-weight:400}.hero-copy>p:not(.eyebrow){font-size:17px;line-height:1.65;max-width:520px;color:#4f6c65}.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;background:var(--ink);color:white;padding:16px 20px;font-size:12px;font-weight:800;border:0;cursor:pointer}.hero .btn{align-self:flex-start;margin-top:20px}.hero-art{background:#dce6c9;position:relative;overflow:hidden;display:grid;place-items:center}.hero-art:before{content:"";width:70%;height:70%;position:absolute;border-radius:50%;background:#f3d89c}.hero-card{position:relative;width:58%;aspect-ratio:4/5;background:#fff;border:3px solid var(--ink);border-radius:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(4deg);box-shadow:0 30px 60px #46685b44}.hero-card small{letter-spacing:.2em}.hero-card b{font-family:Georgia,serif;font-size:clamp(38px,5vw,72px);line-height:.85;text-align:center;margin:25px 0}.hero-card i{font-size:10px;letter-spacing:.16em}.section{padding:100px 4vw}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px}.section-title{font-size:clamp(46px,5vw,74px);margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:#fff;border:1px solid var(--line)}.product-media{aspect-ratio:1/1;background:#e8e0d1;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover img{transform:scale(1.03)}.placeholder{height:100%;display:grid;place-items:center;font-family:Georgia,serif;font-size:24px}.product-meta{padding:20px}.product-meta h3{font-family:Georgia,serif;font-size:24px;margin:0 0 8px}.product-meta p{font-size:13px;color:#627a74}.product-meta strong{display:block;margin-top:15px}.image-text{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:white}.image-panel{min-height:580px;background:var(--coral);display:grid;place-items:center;padding:50px}.image-panel span{font-family:Georgia,serif;font-size:clamp(80px,14vw,180px);font-style:italic;opacity:.85}.image-copy{padding:9vw 8vw;display:flex;flex-direction:column;justify-content:center}.image-copy h2{font-size:clamp(50px,6vw,85px);margin:0}.image-copy p{line-height:1.7;color:#cbd7d3}.footer{background:#0b2d26;color:#dfe9e5;padding:70px 5vw 25px;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:45px}.footer-logo{width:250px;filter:brightness(0) invert(1)}.footer h3{font-size:10px;letter-spacing:.15em;color:#91aaa3;text-transform:uppercase}.footer a,.footer p{display:block;font-size:12px;line-height:1.8}.footer-bottom{grid-column:1/-1;border-top:1px solid #ffffff25;padding-top:22px;margin-top:20px;font-size:10px}.main-wrap{max-width:1280px;margin:auto;padding:70px 4vw}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:70px}.product-page img{width:100%}.product-page h1{font-family:Georgia,serif;font-size:60px;margin:0 0 15px}.price{font-size:22px}.field{width:100%;padding:14px;border:1px solid var(--line);background:white;margin:10px 0 20px}.rte{line-height:1.7}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cart-row{display:grid;grid-template-columns:100px 1fr auto;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-row img{width:100px}.empty{text-align:center;padding:100px 20px}@media(max-width:900px){.site-header{grid-template-columns:1fr auto;height:72px;padding:0 20px}.nav{display:none}.logo-img{width:210px}.hero,.image-text,.product-page{grid-template-columns:1fr}.hero-copy{padding:70px 25px}.hero-art{min-height:550px}.product-grid,.collection-grid{grid-template-columns:repeat(2,1fr)}.footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media(max-width:520px){.announce{white-space:nowrap;overflow:hidden}.logo-img{width:165px}.header-tools a:first-child{display:none}.hero h1{font-size:62px}.hero-art{min-height:450px}.section{padding:70px 18px}.section-head{align-items:flex-start;flex-direction:column;gap:20px}.product-grid,.collection-grid{grid-template-columns:1fr}.footer{grid-template-columns:1fr}.footer-brand{grid-column:auto}.product-page h1{font-size:44px}}
