*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.6;--ink:#20251e;--paper:#faf9f5;--accent:#dcff61;--soft:#eff0e9;--line:#d5d6ce}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}button,a{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}a:hover{text-decoration:underline}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2{line-height:1.05;letter-spacing:-.05em}h1{font-size:clamp(40px,5vw,76px);font-weight:600}h2{font-size:clamp(30px,3.1vw,48px);font-weight:500}small{font-size:12px}button:disabled{opacity:.55;cursor:wait}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #2878bf;outline-offset:4px}.skip{position:absolute;top:-100px;background:#fff;padding:12px;z-index:100}.skip:focus{top:0}.announcement{background:var(--ink);color:var(--paper);font-size:11px;letter-spacing:.08em;padding:9px 4%;display:flex;justify-content:space-between}header{display:flex;align-items:center;justify-content:space-between;padding:25px 4%;border-bottom:1px solid var(--line);gap:25px;background:var(--paper);position:relative;z-index:10}.brand{font-size:25px;font-weight:800;letter-spacing:-.055em;white-space:nowrap}header nav,.header-tools{display:flex;gap:26px;align-items:center;font-size:13px}.menu{display:none;background:none;border:0;font-size:22px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:650px;background:var(--soft)}.hero-copy{padding:70px 9% 50px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow{font-size:11px;letter-spacing:.15em;font-weight:600;text-transform:uppercase;margin-bottom:24px}.hero h1{font-size:clamp(55px,6.8vw,108px);margin-bottom:26px;line-height:.97}.hero-copy>p:not(.eyebrow){max-width:350px;font-size:16px}.hero-copy>small{margin-top:60px;letter-spacing:.1em}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:30px;background:var(--ink);color:var(--paper);border:1px solid var(--ink);padding:16px 24px;min-height:52px;font-size:13px;font-weight:600;cursor:pointer}.button:hover{text-decoration:none;filter:brightness(.86)}.hero .button{margin-top:12px}.hero-image{position:relative;overflow:hidden;display:block;background:#e8e8e2}.hero-image>img{width:100%;height:100%;object-fit:cover;position:absolute}.hero-image>span{position:absolute;bottom:22px;left:22px;right:22px;background:var(--paper);padding:15px 20px;display:flex;justify-content:space-between;gap:20px;font-size:12px}.hero-image>span b{white-space:nowrap}.section{padding:70px 4%}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:32px}.section-heading h2{margin:0}.section-heading .eyebrow{margin-bottom:13px}.section-heading>a{font-size:13px;white-space:nowrap;border-bottom:1px solid;padding-bottom:4px}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:40px 22px}.card{min-width:0}.card-image{display:block;position:relative;overflow:hidden;background:#eeede8;aspect-ratio:4/5}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.card-image:hover img{transform:scale(1.035)}.card-image>span{position:absolute;bottom:12px;right:12px;left:12px;background:var(--paper);padding:9px;text-align:center;font-size:12px;opacity:0;transition:opacity .2s}.card-image:hover>span,.card-image:focus-visible>span{opacity:1}.card-meta{padding-top:12px}.card-meta small{text-transform:uppercase;font-size:10px;letter-spacing:.09em;opacity:.7}.card-meta p{display:flex;justify-content:space-between;gap:12px;margin:5px 0;font-size:13px;line-height:1.45}.card-meta b{font-size:12px;font-weight:500;white-space:nowrap}.category-section{background:var(--soft)}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.categories>a{display:block;min-width:0}.categories img{width:100%;aspect-ratio:1;object-fit:cover}.categories span{display:flex;align-items:center;gap:14px;padding-top:15px;font-size:18px}.categories b{margin-left:auto}.story{display:grid;grid-template-columns:1fr 1fr;background:var(--soft);margin:0 4% 70px;min-height:430px}.story>div{padding:70px 12%;align-self:center}.story h2{font-size:clamp(38px,4vw,62px)}.story img{width:100%;height:500px;object-fit:cover}.text-link{display:inline-block;border-bottom:1px solid;margin-top:16px;font-size:13px}.service{padding:35px 4%;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.service div{display:flex;flex-direction:column;align-items:center;text-align:center}.service b{font-size:14px;font-weight:500}.service span,.service a{font-size:12px;opacity:.8}footer{padding:60px 4% 20px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:45px}footer>div:not(.copyright){display:flex;flex-direction:column;gap:10px}footer .footer-intro{max-width:350px}footer p,footer a:not(.brand){font-size:12px}footer b{font-size:12px;margin-bottom:10px}footer .brand{margin-bottom:8px}.copyright{grid-column:1/-1;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:22px;font-size:11px}.collection-head{padding-bottom:35px;background:var(--soft)}.collection-head h1{margin-bottom:20px}.listing{padding-top:32px}.filters{display:flex;gap:12px}.filters input{flex:1;min-width:0}.filters select{max-width:250px}.filters .button{min-height:46px;padding:10px 24px}.result-count{font-size:12px;margin:25px 0}input,select{border:1px solid var(--line);padding:13px 12px;background:var(--paper);color:var(--ink);border-radius:0;max-width:100%;min-width:0}select{cursor:pointer}.product{display:grid;grid-template-columns:1.1fr 1fr;gap:7%;align-items:start}.product-gallery{background:var(--soft)}.product-gallery img{width:100%;max-height:850px;object-fit:contain}.product-details h1{font-size:clamp(32px,3.4vw,52px);margin:24px 0}.product-details>p{font-size:14px}.product-price{font-size:24px!important}.product-details form{margin-top:28px}.product-details label{display:block;margin-bottom:8px;font-size:12px}.product-details select{width:100%}.buy-row{display:flex;gap:12px;margin-top:14px}.buy-row input{width:75px}.buy-row .button{flex:1}.product-note{font-size:11px!important;margin:16px 0 28px;color:#565656}details{border-top:1px solid var(--line);padding:18px 0;font-size:13px}summary{cursor:pointer;font-size:14px;font-weight:600}details p{margin-top:15px}.checkout-layout{display:grid;grid-template-columns:1.7fr 1fr;gap:7%;align-items:start}.cart-line{display:grid;grid-template-columns:95px 1fr auto;gap:20px;padding:25px 0;border-top:1px solid var(--line);font-size:13px}.cart-line img{width:95px;height:115px;object-fit:cover}.cart-line small{display:block;margin:7px 0}.quantity{display:flex;align-items:center;gap:12px}.quantity button{border:1px solid var(--line);background:var(--paper);width:30px;height:30px}.quantity .remove{border:0;text-decoration:underline;width:auto;font-size:11px}.order-summary{padding:28px;background:var(--soft)}.order-summary h2{font-size:25px;margin-bottom:30px}.order-summary p{display:flex;justify-content:space-between;font-size:13px}.order-summary p.total{border-top:1px solid var(--line);padding-top:20px;font-size:19px}.order-summary small{display:block;font-size:11px}.order-summary .button{display:flex;margin-top:25px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.fields label{font-size:12px}.fields input,.fields select{display:block;width:100%;margin-top:5px}.fields label:first-child,.fields label:nth-child(4){grid-column:1/-1}#checkout-form h2{font-size:28px}.delivery-note{background:var(--soft);padding:20px;margin:25px 0;font-size:13px}.delivery-note p{margin:7px 0 0}.consent{display:flex;align-items:start;gap:10px;font-size:12px}.consent input{margin-top:4px}.consent a{text-decoration:underline}#payment-error{color:#a02323;font-size:13px;margin-top:20px}.policy{max-width:850px;margin:auto;padding:75px 30px 100px}.policy h1{font-size:clamp(36px,5vw,60px);margin-bottom:40px}.policy h2{font-size:25px;margin:32px 0 16px;letter-spacing:-.02em}.policy p{font-size:15px;line-height:1.85}.policy p a{text-decoration:underline}.empty{padding:100px 5%;text-align:center;max-width:950px;margin:auto;min-height:400px}.empty .button{margin:25px 10px}.empty .text-link{display:block;width:max-content;margin:10px auto}.toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%,20px);padding:15px 28px;background:var(--ink);color:var(--paper);box-shadow:0 5px 30px #0002;opacity:0;pointer-events:none;transition:.2s;z-index:100;max-width:90vw;text-align:center}.toast.show{opacity:1;transform:translate(-50%,0)}
.sport{--paper:#f7f7f2;--ink:#161d18;--accent:#d8ff5f;--soft:#e9ecdf}.sport .brand{font-style:italic;font-size:30px;letter-spacing:-.07em}.sport .hero{background:var(--accent)}.sport h1,.sport h2{font-weight:800;letter-spacing:-.065em}.sport .hero-image img{object-fit:contain}.sport .hero-copy{padding-left:8%}.sport .hero .button{border-radius:0}.ticker{padding:17px 0;background:var(--ink);color:var(--accent);font-size:21px;white-space:nowrap;overflow:hidden;letter-spacing:.12em;font-weight:bold}.sport .categories img{aspect-ratio:5/4}.sport .card-image{aspect-ratio:1}.sport .card-image img{object-fit:contain}.sport .story{background:var(--accent)}
.home{--ink:#3b4335;--paper:#fbf8f0;--soft:#eee7db;--line:#d9d0c3;--accent:#a87a57}.home .brand{font-family:Georgia,serif;font-size:29px;font-weight:400;letter-spacing:-.06em}.home h1,.home h2{font-family:Georgia,serif;font-weight:400;letter-spacing:-.055em}.home header{padding-top:28px;padding-bottom:28px}.home .hero{margin:24px 4% 0;grid-template-columns: .85fr 1.15fr;min-height:620px}.home .hero h1{font-size:clamp(50px,6.2vw,92px)}.home .hero-copy{padding:50px 10%}.home .hero-image{margin:24px 24px 24px 0;border-radius:48% 48% 0 0}.home .hero-image img{object-fit:cover}.home .hero-image>span{bottom:0;left:0;right:0;background:#3b4335;color:#fbf8f0}.home .categories{grid-template-columns:repeat(3,1fr)}.home .categories img{border-radius:48% 48% 0 0}.home .story{margin-left:0;margin-right:0;background:#414b39;color:#fbf8f0}.home .story img{height:560px}.home .card-image{aspect-ratio:4/5}
.jewel{--ink:#543156;--paper:#fffcf9;--soft:#f5e4ee;--line:#e6d2df;--accent:#fcd760}.jewel .brand{font-family:Georgia,serif;font-size:32px;font-weight:500;letter-spacing:-.05em}.jewel header{border-bottom:0}.jewel .announcement{background:#e9ffab;color:#543156}.jewel h1,.jewel h2{font-family:Georgia,serif;font-weight:400}.jewel .hero{margin:12px 4% 40px;border-radius:28px;overflow:hidden;min-height:620px;background:#f8dce7;grid-template-columns:1fr 1fr}.jewel .hero-copy{padding-left:12%}.jewel .hero-image{margin:35px;border-radius:48% 48% 10px 10px;background:#fff}.jewel .hero-image img{object-fit:cover}.jewel .button{border-radius:30px;background:#543156;color:white}.jewel .hero-copy>small{margin-top:35px}.jewel .categories img{border-radius:50%;aspect-ratio:1;object-fit:cover}.jewel .category-section{background:transparent;padding-top:35px}.jewel .categories span{justify-content:center}.jewel .categories span small,.jewel .categories span b{display:none}.jewel .card-image{border-radius:16px;aspect-ratio:1}.jewel .story{border-radius:25px;overflow:hidden;background:#e9efcc}.jewel .hero-image>span{border-radius:10px;font-size:11px}.jewel .service{background:#f5e4ee}
.fashion{--ink:#26221f;--paper:#faf9f6;--soft:#e7e2dc;--line:#d9d3cb;--accent:#8b3d2c}.fashion .brand{font-size:20px;letter-spacing:.05em;font-weight:500}.fashion .announcement{background:#8b3d2c}.fashion .hero{grid-template-columns: .9fr 1fr .6fr;min-height:650px}.fashion .hero-copy{padding:50px 12%}.fashion .hero h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(50px,5.4vw,85px)}.fashion .hero-image img{object-position:top}.fashion .hero-image>span{display:none}.fashion .hero-second{position:relative;overflow:hidden;margin:85px 22px 85px 0}.fashion .hero-second img{position:absolute;object-fit:cover;width:100%;height:100%}.fashion .hero-copy>small{margin-top:40px}.fashion .card-image{aspect-ratio:2/3}.fashion .card-meta p{display:block}.fashion .card-meta b{display:block;margin-top:8px}.fashion .categories img{aspect-ratio:3/4}.fashion .story{background:#8b3d2c;color:#fff}.fashion h2{font-family:Georgia,serif}.fashion .story img{height:560px}
@media(min-width:1600px){main,header,footer,.service{max-width:1800px;margin-left:auto;margin-right:auto}.hero{min-height:760px}}
@media(max-width:1000px){header nav{gap:15px}.header-tools{gap:16px}.brand{font-size:23px}.fashion .brand{font-size:16px}.hero,.home .hero,.jewel .hero{min-height:530px}.hero h1{font-size:65px}.hero-copy{padding:45px 8%}.hero-image>span{display:block}.hero-image>span b{display:block;margin-top:5px}.fashion .hero{grid-template-columns:1fr 1fr;min-height:550px}.fashion .hero-second{display:none}.grid{grid-template-columns:repeat(3,minmax(0,1fr))}.categories{gap:15px}.categories span{font-size:15px}.section{padding:50px 4%}.story>div{padding:40px 9%}footer{gap:25px}.checkout-layout{gap:30px;grid-template-columns:1.4fr 1fr}}
@media(max-width:700px){.announcement{justify-content:center;font-size:10px;padding:8px}.announcement>span{display:none}header{padding:19px 5%;gap:12px;flex-wrap:wrap}.home header{padding:19px 5%}.brand,.home .brand,.jewel .brand{font-size:23px}.sport .brand{font-size:25px}.fashion .brand{font-size:14px;letter-spacing:.015em}.header-tools{gap:12px;font-size:11px}.menu{display:block;font-size:19px}header nav{display:none;order:3;width:100%;padding-top:12px;border-top:1px solid var(--line)}header.expanded nav{display:flex;justify-content:space-between}.hero,.home .hero,.jewel .hero,.fashion .hero{grid-template-columns:1fr;min-height:0}.hero-copy,.home .hero-copy,.jewel .hero-copy,.fashion .hero-copy{padding:40px 7% 35px}.hero h1,.home .hero h1,.fashion .hero h1{font-size:62px}.hero .eyebrow{font-size:10px;margin-bottom:22px}.hero-copy>p:not(.eyebrow){font-size:14px;max-width:330px}.hero-copy>small{margin-top:28px!important;font-size:10px}.hero-image{height:390px}.hero-image>span{display:flex;align-items:center;font-size:10px;bottom:16px;left:16px;right:16px;padding:12px}.hero-image>span b{margin:0;white-space:normal;min-width:90px}.home .hero{margin:14px 4% 0}.home .hero-image{margin:0 18px 18px;height:400px}.home .hero-image>span{bottom:0;left:0;right:0}.jewel .hero{margin:8px 4% 20px;border-radius:20px}.jewel .hero-image{margin:0 25px 25px;height:330px}.fashion .hero-image{height:500px}.fashion .hero-image img{object-position:top}.ticker{font-size:14px;padding:13px}.section{padding:40px 5%}.section-heading{align-items:start;flex-direction:column;gap:16px;margin-bottom:24px}.section-heading h2{font-size:32px}.section-heading>a{font-size:11px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 14px}.card-meta p{display:block;font-size:12px}.card-meta b{display:block;margin-top:6px}.card-meta small{font-size:9px}.card-image>span{display:none}.categories,.home .categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 14px}.categories span{font-size:15px;gap:8px}.categories small{font-size:10px}.story{grid-template-columns:1fr;margin:0 5% 40px;min-height:0}.story>div{padding:38px 8%}.story h2{font-size:40px}.story p{font-size:14px}.story img,.home .story img,.fashion .story img{height:360px}.service{grid-template-columns:1fr;gap:23px;padding:30px 5%}.service div{gap:3px}footer{grid-template-columns:1fr 1fr;padding:35px 5% 20px;gap:30px 20px}footer .footer-intro{grid-column:1/-1;max-width:none}.copyright{font-size:10px;gap:10px}.filters{display:grid;grid-template-columns:1fr 1fr}.filters input{grid-column:1/-1;width:100%}.filters select{width:100%;font-size:12px}.filters .button{grid-column:1/-1;justify-content:center}.product{grid-template-columns:1fr;gap:30px;padding-top:25px}.product-gallery img{max-height:550px}.product-details h1{font-size:36px}.checkout-layout{grid-template-columns:1fr;gap:30px}.cart-line{grid-template-columns:65px 1fr auto;gap:12px;font-size:11px}.cart-line img{width:65px;height:90px}.cart-line small{font-size:10px}.quantity{gap:8px}.quantity button{width:27px;height:27px}.order-summary{padding:24px}.fields{gap:14px}.fields input,.fields select{font-size:16px}.empty{padding:60px 6%;min-height:350px}.empty h1{font-size:42px}.empty p{font-size:14px}.policy{padding:45px 6% 65px}.policy h1{font-size:40px}.policy h2{font-size:23px}.policy p{font-size:14px}.product-details select{font-size:13px}.toast{font-size:13px;width:85vw}h1 small{font-size:22px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
