
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,600&family=Inter:wght@400;500;600;700;800&display=swap');

:root{
  --green-0:#03110c;
  --green-1:#071b14;
  --green-2:#0d2a20;
  --green-3:#174637;
  --gold:#ddb957;
  --gold-soft:#f0d68c;
  --cream:#f5f0e5;
  --warm:#fbfaf7;
  --ink:#132019;
  --muted:#66726d;
  --line:#dcd8cf;
  --white:#fff;
  --heading:"Cormorant Garamond",Georgia,serif;
  --body:"Inter",Arial,sans-serif;
  --shadow:0 22px 70px rgba(3,17,12,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--warm);color:var(--ink);font-family:var(--body);line-height:1.65}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(1220px,calc(100% - 48px));margin:auto}
.skip-link{position:fixed;left:16px;top:-60px;z-index:9999;padding:11px 15px;background:white;color:var(--green-1);border-radius:10px}
.skip-link:focus{top:16px}
h1,h2,h3{margin:0;font-family:var(--heading);line-height:1}
.section-label,.eyebrow{margin:0 0 15px;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;padding:0 25px;border:1px solid transparent;border-radius:999px;font-size:13px;font-weight:800;transition:.25s ease}
.button:hover{transform:translateY(-2px)}
.button-gold{background:var(--gold);color:var(--green-0)}
.button-gold:hover{background:var(--gold-soft)}

.site-header{position:sticky;top:0;z-index:1000;background:rgba(3,17,12,.96);border-bottom:1px solid rgba(255,255,255,.1);backdrop-filter:blur(16px)}
.header-inner{min-height:98px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand-logo{width:150px;height:auto}
.main-navigation ul{display:flex;align-items:center;gap:29px;margin:0;padding:0;list-style:none}
.main-navigation a{color:rgba(255,255,255,.85);font-size:14px;font-weight:700}
.main-navigation a:hover,.main-navigation a.active{color:var(--gold)}
.nav-contact{padding:12px 19px;border:1px solid rgba(255,255,255,.4);border-radius:999px}
.cart-button{display:flex;align-items:center;gap:8px;padding:12px 15px;border-radius:999px;background:var(--gold);color:var(--green-0)!important}
.cart-button span{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--green-0);color:white;font-size:11px}
.menu-button{display:none;width:46px;height:42px;border:1px solid rgba(255,255,255,.3);border-radius:10px;background:transparent}
.menu-button span{display:block;width:20px;height:2px;margin:4px auto;background:white}

.cart-hero{padding:90px 0;background:linear-gradient(120deg,var(--green-0),var(--green-2));color:white}
.cart-hero-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}
.cart-hero h1{font-size:clamp(58px,7vw,96px);letter-spacing:-.05em}
.cart-hero p:not(.eyebrow){max-width:690px;margin:20px 0 0;color:rgba(255,255,255,.67);font-size:17px}
.continue-link{color:var(--gold);font-weight:800;white-space:nowrap}

.cart-section{padding:90px 0 115px}
.cart-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.55fr);gap:32px;align-items:start}
.cart-panel,.order-summary{border:1px solid var(--line);border-radius:30px;background:white;box-shadow:0 18px 55px rgba(3,17,12,.08)}
.cart-panel{padding:34px}
.cart-panel-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;padding-bottom:25px;border-bottom:1px solid var(--line)}
.cart-panel-heading h2,.order-summary h2{font-size:48px;letter-spacing:-.04em}
.cart-panel-heading>p{margin:0;color:var(--muted);font-size:13px;font-weight:800}
.cart-items{display:grid}
.cart-item{display:grid;grid-template-columns:150px minmax(0,1fr) auto;gap:24px;align-items:center;padding:26px 0;border-bottom:1px solid var(--line)}
.cart-item-image{overflow:hidden;width:150px;aspect-ratio:1/1;border-radius:20px;background:#e6e1d7}
.cart-item-image img{width:100%;height:100%;object-fit:cover}
.cart-item-copy h3{font-size:34px}
.cart-item-copy h3 a:hover{color:var(--green-3)}
.cart-item-copy p{margin:8px 0;color:var(--muted);font-size:13px}
.sex-pill{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:10px;font-weight:900}
.sex-male{background:#e1f0f6;color:#185d77}
.sex-female{background:#eee5f4;color:#6b4e83}
.cart-item-side{text-align:right}
.item-price{display:block;color:var(--green-3);font-size:21px}
.quantity-control{display:flex;align-items:center;justify-content:flex-end;gap:9px;margin-top:18px}
.quantity-control button{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:white;color:var(--green-2);font-weight:900;cursor:pointer}
.quantity-control span{min-width:24px;text-align:center;font-weight:900}
.remove-item{margin-top:15px;border:0;background:transparent;color:#8b4a43;font-size:12px;font-weight:800;cursor:pointer}
.empty-cart{padding:65px 20px 35px;text-align:center}
.empty-icon{width:68px;height:68px;display:grid;place-items:center;margin:0 auto 20px;border-radius:50%;background:var(--cream);color:var(--gold);font-size:30px}
.empty-cart h2{font-size:44px}
.empty-cart p{max-width:500px;margin:15px auto 25px;color:var(--muted)}

.order-summary{position:sticky;top:125px;padding:34px}
.summary-line,.summary-total{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.summary-line{padding:18px 0;border-bottom:1px solid var(--line);color:var(--muted);font-size:13px}
.summary-line strong{color:var(--ink);text-align:right}
.summary-total{padding:25px 0;font-family:var(--heading);font-size:25px}
.summary-total strong{color:var(--green-3);font-size:31px}
.checkout-button{width:100%}
.checkout-button.is-disabled{pointer-events:none;opacity:.48}
.clear-cart{width:100%;margin-top:12px;padding:11px;border:0;background:transparent;color:#8b4a43;font-size:12px;font-weight:800;cursor:pointer}
.summary-note{margin-top:28px;padding:22px;border-radius:19px;background:var(--cream)}
.summary-note h3{font-size:25px}
.summary-note p{margin-bottom:0;color:var(--muted);font-size:12px}

.cart-support{padding:0 0 110px}
.support-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.support-grid a{padding:25px;border:1px solid var(--line);border-radius:20px;background:white;transition:.25s ease}
.support-grid a:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:var(--shadow)}
.support-grid span{color:var(--gold);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.support-grid strong{display:block;margin-top:16px;font-family:var(--heading);font-size:26px}
.support-grid p{margin-bottom:0;color:var(--muted);font-size:12px}

.site-footer{background:var(--green-0);color:white;padding:85px 0 0}
.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:55px;padding-bottom:65px}
.footer-logo{width:210px}
.footer-brand p{max-width:340px;color:rgba(255,255,255,.6)}
.footer-brand>a:not(:first-child){display:block;margin-top:8px;color:rgba(255,255,255,.76)}
.footer-column h3{margin-bottom:22px;font-size:26px;color:white}
.footer-column a{display:block;margin:11px 0;color:rgba(255,255,255,.68)}
.footer-column a:hover,.footer-brand a:hover{color:var(--gold)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12)}
.footer-bottom-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:25px;color:rgba(255,255,255,.45);font-size:12px}
.footer-bottom-inner div{display:flex;gap:28px}
.cart-toast{position:fixed;right:23px;bottom:23px;z-index:5000;transform:translateY(140%);opacity:0;padding:15px 19px;border-radius:14px;background:var(--gold);color:var(--green-0);font-weight:900;box-shadow:var(--shadow);transition:.3s ease}
.cart-toast.show{transform:translateY(0);opacity:1}

@media(max-width:1050px){
  .main-navigation ul{gap:17px}
  .cart-layout{grid-template-columns:1fr}
  .order-summary{position:static}
  .support-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:880px){
  .menu-button{display:block}
  .main-navigation{position:absolute;left:20px;right:20px;top:86px;display:none;padding:21px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:var(--green-1);box-shadow:var(--shadow)}
  .main-navigation.is-open{display:block}
  .main-navigation ul{flex-direction:column;align-items:stretch}
  .main-navigation a{display:block;padding:8px}
  .cart-hero-inner{align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .container{width:min(100% - 32px,1220px)}
  .header-inner{min-height:82px}
  .brand-logo{width:132px}
  .cart-hero{padding:70px 0}
  .cart-panel{padding:24px}
  .cart-panel-heading{align-items:flex-start;flex-direction:column}
  .cart-item{grid-template-columns:90px 1fr;gap:16px}
  .cart-item-image{width:90px}
  .cart-item-side{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;text-align:left}
  .quantity-control{margin-top:0}
  .remove-item{margin-top:0}
  .support-grid,.footer-grid{grid-template-columns:1fr}
  .footer-bottom-inner,.footer-bottom-inner div{align-items:flex-start;flex-direction:column}
  .footer-bottom-inner{padding:22px 0}
}
