@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=DM+Sans:wght@300;400;500;600&display=swap");:root{--ink:#171512;--muted:#716c64;--paper:#f8f6f1;--line:#ddd7ce;--gold:#a88652;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--paper);color:var(--ink);font-family:DM Sans,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--paper)}::-webkit-scrollbar-thumb{background:#c2bcb2;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gold)}.serif{font-family:Cormorant Garamond,serif}.container{width:min(1180px,calc(100% - 40px));margin:auto}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-size:11px;color:var(--muted)}.gold{color:var(--gold)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid var(--ink);background:var(--ink);color:#fff;padding:14px 20px;cursor:pointer;text-transform:uppercase;letter-spacing:.14em;font-size:11px;transition:background-color .2s ease,border-color .2s ease,opacity .2s ease}.btn:hover{opacity:.88}.btn.light{background:transparent;color:var(--ink)}.btn.gold{background:var(--gold);border-color:var(--gold);color:#fff}.header{position:-webkit-sticky;position:sticky;top:16px;z-index:20;background:rgba(248,246,241,.94);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(221,215,206,.7);border-radius:9999px;width:min(1180px,calc(100% - 32px));margin:0 auto -80px;box-shadow:0 4px 20px rgba(0,0,0,.03);font-family:DM Sans,sans-serif}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{font-family:Cormorant Garamond,serif;font-size:29px;letter-spacing:.05em}.brand small{display:block;font-family:DM Sans,sans-serif;font-size:8px;letter-spacing:.38em;text-align:center;margin-top:-3px}.navlinks{display:flex;gap:28px;text-transform:uppercase;font-size:10px;letter-spacing:.15em}.actions{display:flex;gap:14px;align-items:center}.iconbtn{border:0;background:none;cursor:pointer;padding:6px}.mobile-toggle{display:flex!important}@media (min-width:851px){.mobile-toggle{display:none!important}}.hero{min-height:680px;display:grid;grid-template-columns:1.05fr .95fr;background:#191713;color:#fff}.hero-copy{padding:140px max(40px,calc((100vw - 1180px)/2)) 80px 7vw;display:flex;flex-direction:column;justify-content:center}.hero h1{font-size:clamp(54px,7vw,96px);line-height:.86;font-weight:500;margin:18px 0 28px;letter-spacing:-.035em}.hero p{max-width:470px;color:#d7d1c7;line-height:1.8}.hero-image{min-height:680px;background:linear-gradient(120deg,#2a2722,#777067 50%,#1a1815);position:relative}.hero-image:after{content:"GS";font-family:Cormorant Garamond,serif;font-size:280px;color:rgba(255,255,255,.07);position:absolute;inset:0;display:grid;place-items:center}.section{padding:90px 0}.sectionhead{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:35px}.section h2{font-family:Cormorant Garamond,serif;font-weight:500;font-size:54px;margin:5px 0}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.card{background:#fff}.card-img{aspect-ratio:4/5;background:#e5e0d7;overflow:hidden}.card-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.card:hover .card-img img{transform:scale(1.025)}.card-body{padding:18px 4px 24px}.card-title{font-family:Cormorant Garamond,serif;font-size:25px}.price{margin-top:7px;font-size:13px;color:var(--muted)}.footer{background:#171512;color:#fff;padding:70px 0}.footergrid{display:grid;grid-template-columns:1.3fr 1fr 1fr;grid-gap:60px;gap:60px}.footer p{color:#aaa39a;line-height:1.8}.form{display:grid;grid-gap:14px;gap:14px;max-width:620px}.input{width:100%;border:1px solid var(--line);background:#fff;padding:14px 15px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.input:focus,.input:focus-visible{border-color:var(--gold);box-shadow:0 0 0 1px var(--gold)}.cart-page{padding-top:150px;padding-bottom:80px}.cart-header h1{font-size:48px;margin:8px 0 32px;font-weight:500}.cart-empty{text-align:center;padding:80px 0;display:flex;flex-direction:column;align-items:center;gap:20px}.cart-grid{display:grid;grid-template-columns:1fr 380px;grid-gap:40px;gap:40px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:16px}.cart-item-row{display:flex;align-items:center;gap:20px;background:#fff;padding:20px;border:1px solid var(--line)}.cart-item-image{width:90px;height:110px;object-fit:cover;background:#e5e0d7;border-radius:2px}.cart-item-details{flex:1 1}.cart-item-details h3{font-size:22px;margin:0 0 6px;font-weight:500}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.full-width{width:100%}.container.checkout{padding-top:150px;padding-bottom:80px;display:grid;grid-template-columns:1fr 400px;grid-template-areas:"header summary" "form summary";grid-gap:40px;gap:40px}.checkout-header{grid-area:header}.checkout-header h1{font-size:48px;line-height:1.1;margin:8px 0 16px;font-weight:500}.checkout-header p.muted{font-size:14px;line-height:1.7;max-width:580px;margin:0}.checkout-form-section{grid-area:form}.summary{grid-area:summary;background:#ffffff;border:1px solid var(--line);padding:32px 28px;border-radius:4px;height:-moz-fit-content;height:fit-content;box-shadow:0 10px 30px rgba(0,0,0,.02)}.summary .eyebrow{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--line)}.summary-list{display:flex;flex-direction:column}.row{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:14px 0;border-bottom:1px solid var(--line);font-size:13px}.row .item-title{font-size:14px;color:var(--ink)}.row .price{margin-top:0;font-weight:600;color:var(--ink)}.row.total-row{font-size:16px;font-weight:600;border-bottom:none;padding-top:20px}.summary p.notes{font-size:11px;line-height:1.6;margin-top:16px;padding-top:16px;border-top:1px dashed var(--line)}.notice{padding:15px;background:#f0ebe2;border-left:2px solid var(--gold);font-size:12px;line-height:1.7}.adminnav{display:flex;gap:20px;padding:18px 0;border-bottom:1px solid var(--line);font-size:12px}.table{width:100%;border-collapse:collapse;background:#fff}.table td,.table th{text-align:left;padding:14px;border-bottom:1px solid var(--line);font-size:12px}.pill{display:inline-block;padding:5px 9px;background:#eee9e1;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.product{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:60px;gap:60px;padding:55px 0}.gallery{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.gallery img{width:100%;aspect-ratio:4/5;object-fit:cover;background:#e5e0d7;cursor:zoom-in}.product-info{padding-top:20px}.product h1{font-family:Cormorant Garamond,serif;font-size:64px;line-height:.95;font-weight:500;margin:10px 0 18px}.product .price{font-size:18px;color:var(--ink)}.qty{display:flex;align-items:center;border:1px solid var(--line);width:max-content}.qty button{border:0;background:#fff;width:40px;height:42px;cursor:pointer}.qty span{min-width:42px;text-align:center}.cartbar{position:fixed;right:22px;bottom:22px;z-index:30;background:#171512;color:#fff;padding:14px 18px;box-shadow:0 12px 30px rgba(0,0,0,.2)}.muted{color:var(--muted)}@media (max-width:900px){.container.checkout{padding-top:130px;display:flex;flex-direction:column;gap:28px}.cart-grid{grid-template-columns:1fr}.checkout-header{order:1}.checkout-header h1{font-size:38px}.summary{order:2;padding:22px 20px}.checkout-form-section{order:3}}@media (max-width:850px){.navlinks{display:none}.hero{grid-template-columns:1fr}.hero-image{min-height:420px;order:-1}.hero-copy{padding:65px 30px}.grid{grid-template-columns:repeat(2,1fr)}.footergrid,.product{grid-template-columns:1fr}.product h1{font-size:52px}}@media (max-width:560px){.container{width:min(100% - 28px,1180px)}.grid{grid-template-columns:1fr}.section{padding:65px 0}.gallery{grid-template-columns:1fr 1fr}.brand{font-size:24px}}.adminhead{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:var(--ink);color:#fff}.adminhead .adminnav{height:auto;min-height:64px;flex-wrap:wrap;gap:22px}.adminhead a{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:#d7d1c7}.adminhead .brand{margin-right:auto;color:#fff;font-size:22px}.adminhead .brand small{color:#aaa39a}.adminmain{padding:58px 0 100px}.adminhero{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:35px}.adminhero h1,.adminmain>h1{font-size:62px;font-weight:500;margin:8px 0}.stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:var(--line);margin:30px 0 55px}.stats>div{background:#fff;padding:25px}.stats span{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.16em}.stats strong{display:block;font-family:Cormorant Garamond,serif;font-size:40px;font-weight:500;margin-top:8px}.adminsection{margin:55px 0}.adminsection h2{font-family:Cormorant Garamond,serif;font-size:42px;font-weight:500;margin:0}.tablewrap{overflow:auto}.editor{background:#fff;padding:30px;display:grid;grid-gap:18px;gap:18px;max-width:900px;margin-top:25px}.editorgrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.editor label{display:grid;grid-gap:7px;gap:7px;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.check{display:flex!important;align-items:center;grid-template-columns:auto 1fr!important}.check input{width:18px;height:18px}.upload{border:1px dashed var(--line);padding:22px;cursor:pointer}.upload input{margin-top:10px}.error{color:#9d2d2d;font-size:12px}.statusselect{border:1px solid var(--line);background:#fff;padding:7px;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.auth{min-height:80vh;display:grid;place-items:center;padding:50px 20px}.authbox{width:min(480px,100%);background:#fff;padding:42px;display:grid;grid-gap:15px;gap:15px}.authbox h1{font-size:54px;font-weight:500;margin:0 0 8px}.textbtn{border:0;background:none;text-decoration:underline;cursor:pointer;color:var(--muted);font-size:12px;padding:8px}@media (max-width:700px){.editorgrid,.stats{grid-template-columns:1fr}.adminhero{align-items:flex-start;flex-direction:column}.adminhero h1,.adminmain>h1{font-size:48px}.adminhead .adminnav{padding:12px 0}.adminhead .brand{width:100%}.authbox{padding:28px}}