:root{--ivory:#FFF5F7;--ivory-mid:#FFE5EC;--ivory-dark:#FFC2D4;--gold:#FF8FAB;--gold-light:#FFD1DC;--gold-dark:#D63384;--dark:#3A1C2E;--dark-mid:#5C2E47;--muted:#A88897;--red:#FF4D6D;--white:#FFFFFF;--mint:#B5EAD7;--lavender:#E0BBE4}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Jost,sans-serif;background:var(--ivory);color:var(--dark);font-weight:300;line-height:1.75;overflow-x:hidden}blockquote,h1,h2,h3,h4{font-family:Cormorant Garamond,serif;font-weight:300;line-height:1.15}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}button{font-family:inherit;border:none;cursor:pointer;background:none}.container{max-width:1400px;margin:0 auto;padding:0 4rem}.section-label{font-family:Jost,sans-serif;letter-spacing:.25em;color:var(--gold)}.announce,.section-label{font-size:11px;font-weight:500;text-transform:uppercase}.announce{background:var(--dark);color:var(--gold-light);text-align:center;padding:.5rem 1rem;letter-spacing:.2em}.announce span{color:var(--gold);margin:0 .6rem}nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 4rem;background:rgba(250,245,233,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:border-color .3s}nav.scrolled{border-color:var(--ivory-dark);box-shadow:0 2px 20px rgba(28,23,16,.04)}.nav-logo{font-family:Cormorant Garamond,serif;font-size:1.7rem;font-weight:400;letter-spacing:.08em;color:var(--dark)}.nav-logo span{color:var(--gold);font-style:italic}.nav-links{display:flex;gap:2.2rem;list-style:none}.nav-links a{font-size:12px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--dark-mid);transition:color .2s;position:relative;padding:.4rem 0}.nav-links a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--gold);transition:width .25s}.nav-links a:hover{color:var(--gold-dark)}.nav-links a:hover:after{width:100%}.nav-right{display:flex;align-items:center;gap:1.5rem}.nav-icon{font-size:1rem;color:var(--dark-mid);cursor:pointer;transition:color .2s}.nav-icon:hover{color:var(--gold-dark)}.nav-cart{font-size:12px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--dark-mid);padding-bottom:2px;cursor:pointer;display:flex;align-items:center;gap:.35rem;background:none;border:none;border-bottom:1px solid var(--gold)}.cart-count{display:inline-block;background:var(--gold);color:var(--white);border-radius:50%;width:18px;height:18px;font-size:10px;line-height:18px;text-align:center}.hamburger{display:none;flex-direction:column;gap:4px;cursor:pointer}.hamburger span{width:22px;height:1px;background:var(--dark);display:block}@media (max-width:900px){nav{padding:1rem 1.5rem}.nav-links{display:none}.hamburger{display:flex}}.hero{min-height:92vh;display:flex;flex-direction:column;justify-content:center;padding:5rem 4rem 4rem;position:relative;overflow:hidden;background:var(--ivory)}.hero-image-panel{position:absolute;top:0;right:0;width:52%;height:100%;z-index:0;-webkit-clip-path:polygon(10% 0,100% 0,100% 100%,0 100%);clip-path:polygon(10% 0,100% 0,100% 100%,0 100%)}.hero-image-overlay{position:absolute;inset:0;background:linear-gradient(to right,var(--ivory) 0,transparent 35%)}.hero:after{content:"";position:absolute;top:15%;right:8%;width:320px;height:320px;border:1px solid rgba(201,169,110,.25);border-radius:50%;z-index:1}.hero-inner{position:relative;z-index:2;max-width:720px}.hero-eyebrow{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.hero-eyebrow .line{flex:0 0 40px;height:1px;background:var(--gold)}.hero h1{font-size:clamp(3rem,7vw,6.2rem);font-weight:300;letter-spacing:-.015em;color:var(--dark);margin-bottom:1.5rem}.hero h1 em{font-style:italic;color:var(--gold-dark)}.hero-sub{font-size:1.05rem;font-weight:300;color:var(--muted);max-width:480px;margin-bottom:2.5rem;letter-spacing:.01em}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.btn-primary{display:inline-block;background:var(--dark);color:var(--gold-light);padding:.95rem 2.4rem;font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;transition:all .3s;cursor:pointer;position:relative;overflow:hidden;border:none}.btn-primary:hover{background:var(--gold-dark);color:var(--ivory);transform:translateY(-2px);box-shadow:0 10px 30px rgba(154,120,64,.3)}.btn-outline{display:inline-block;border:1px solid var(--gold);color:var(--dark);padding:.95rem 2.4rem;font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;transition:all .3s;cursor:pointer;background:none}.btn-outline:hover{background:var(--gold);color:var(--white)}.hero-stats{display:flex;gap:3rem;padding-top:2rem;border-top:1px solid var(--ivory-dark);max-width:560px}.hero-stat strong{font-family:Cormorant Garamond,serif;font-size:2rem;color:var(--gold-dark);display:block;line-height:1}.hero-stat span{font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.hero-badge{position:absolute;right:12%;bottom:14%;width:120px;height:120px;border-radius:50%;background:var(--dark);display:flex;align-items:center;justify-content:center;text-align:center;animation:rotateBadge 22s linear infinite;z-index:2}.hero-badge-inner{font-family:Cormorant Garamond,serif;font-size:.8rem;font-style:italic;line-height:1.4;color:var(--gold)}@keyframes rotateBadge{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.hero-scroll{position:absolute;bottom:2rem;left:4rem;display:flex;align-items:center;gap:.75rem;font-size:10px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);z-index:2}.scroll-line{width:40px;height:1px;background:var(--muted);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{transform:scaleX(1)}50%{transform:scaleX(1.5)}}@media (max-width:900px){.hero{padding:4rem 1.5rem 3rem;min-height:85vh}.hero-badge,.hero-image-panel,.hero:after{display:none}.hero-scroll{left:1.5rem}.hero-stats{gap:1.5rem;flex-wrap:wrap}}.marquee-strip{background:var(--dark);padding:1rem 0;overflow:hidden;white-space:nowrap}.marquee-track{display:inline-flex;animation:marquee 28s linear infinite}.marquee-item{display:inline-flex;align-items:center;gap:2rem;padding:0 2rem;font-size:11px;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:var(--gold-light)}.marquee-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);display:inline-block}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.shop-by{padding:6rem 4rem 4rem;background:var(--ivory)}.shop-by-header{text-align:center;margin-bottom:4rem}.shop-by-header h2{font-size:clamp(2.2rem,4.2vw,3.4rem);color:var(--dark);margin-top:1rem}.shop-by-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.shop-tile{position:relative;overflow:hidden;height:360px;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;transition:transform .4s;text-decoration:none}.shop-tile:hover{transform:translateY(-4px)}.shop-tile-bg{position:absolute;inset:0;z-index:0;transition:transform .6s}.shop-tile:hover .shop-tile-bg{transform:scale(1.08)}.shop-tile.men .shop-tile-bg{background:linear-gradient(165deg,#FF8FAB,#D63384 60%,#5C2E47)}.shop-tile.women .shop-tile-bg{background:linear-gradient(165deg,#5C2E47,#8E3A66 55%,#D63384)}.shop-tile.kids .shop-tile-bg{background:linear-gradient(165deg,#FFE5EC,#FFC2D4 50%,#FF8FAB)}.shop-tile.pro .shop-tile-bg{background:linear-gradient(165deg,#E0BBE4,#FFB6C9 50%,#FFD1DC)}.shop-tile-content{position:relative;z-index:1}.shop-tile-label{font-size:10px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;margin-bottom:.5rem}.shop-tile.men .shop-tile-label,.shop-tile.women .shop-tile-label{color:var(--gold)}.shop-tile.kids .shop-tile-label,.shop-tile.pro .shop-tile-label{color:var(--dark-mid)}.shop-tile h3{font-size:clamp(1.8rem,2.6vw,2.3rem);font-style:italic;margin-bottom:.75rem}.shop-tile.men h3,.shop-tile.women h3{color:var(--ivory)}.shop-tile.kids h3,.shop-tile.pro h3{color:var(--dark)}.shop-tile-count{font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase}.shop-tile.men .shop-tile-count,.shop-tile.women .shop-tile-count{color:var(--gold-light)}.shop-tile.kids .shop-tile-count,.shop-tile.pro .shop-tile-count{color:var(--dark-mid)}.shop-tile-arrow{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;border-radius:50%;border:1px solid;display:flex;align-items:center;justify-content:center;font-size:.9rem;transition:transform .3s,background .3s;z-index:1}.shop-tile.men .shop-tile-arrow,.shop-tile.women .shop-tile-arrow{color:var(--gold)}.shop-tile.kids .shop-tile-arrow,.shop-tile.pro .shop-tile-arrow{color:var(--dark)}.shop-tile:hover .shop-tile-arrow{transform:rotate(-45deg);background:rgba(201,169,110,.2)}@media (max-width:1100px){.shop-by-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.shop-by{padding:4rem 1.5rem}.shop-by-grid{grid-template-columns:1fr;gap:1rem}.shop-tile{height:280px}}.featured{padding:5rem 4rem;background:var(--ivory-mid)}.featured-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem}.featured-header h2{font-size:clamp(2rem,3.8vw,3rem);color:var(--dark);margin-top:.5rem}.featured-filters{display:flex;gap:.5rem;flex-wrap:wrap}.filter-chip{padding:.5rem 1.2rem;font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--dark-mid);border:1px solid var(--ivory-dark);background:var(--ivory);cursor:pointer;transition:all .25s}.filter-chip.active,.filter-chip:hover{background:var(--dark);color:var(--gold-light);border-color:var(--dark)}.view-all{font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-dark);border-bottom:1px solid var(--gold);padding-bottom:2px;white-space:nowrap}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}.product-card{background:var(--ivory);cursor:pointer;transition:all .35s;position:relative}.product-card:hover{transform:translateY(-6px);box-shadow:0 24px 50px rgba(28,23,16,.12)}.product-img{width:100%;height:340px;background:linear-gradient(135deg,var(--ivory-dark) 0,var(--ivory-mid) 100%);overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.product-img img{height:100%;width:100%;object-fit:contain;padding:1.5rem 2rem}.product-img .badge{position:absolute;top:1rem;left:1rem;background:var(--gold);color:var(--white);font-size:9px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;padding:5px 11px;z-index:2}.product-img .badge.sale{background:var(--red)}.product-img .wish{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;background:rgba(250,245,233,.9);display:flex;align-items:center;justify-content:center;font-size:.9rem;color:var(--muted);transition:all .25s;z-index:2;cursor:pointer;border:none}.product-img .wish:hover{color:var(--red);background:var(--ivory);transform:scale(1.1)}.quick-add{position:absolute;left:1rem;right:1rem;bottom:1rem;background:var(--dark);color:var(--gold-light);padding:.7rem;font-size:10px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;text-align:center;opacity:0;transform:translateY(8px);transition:all .3s;z-index:2;cursor:pointer;border:none;width:calc(100% - 2rem)}.product-card:hover .quick-add{opacity:1;transform:translateY(0)}.product-info{padding:1.4rem 1.4rem 1.6rem}.product-cat{font-size:10px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem}.product-name{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:400;color:var(--dark);margin-bottom:.4rem}.product-meta{font-size:.78rem;color:var(--muted);margin-bottom:.6rem;display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.product-meta .dot{width:3px;height:3px;border-radius:50%;background:var(--muted)}.product-price{font-size:1.05rem;font-weight:400;color:var(--dark-mid);display:flex;align-items:baseline;gap:.6rem}.product-price .currency{font-size:.8rem;color:var(--muted);margin-right:2px}.product-price .original{font-size:.85rem;color:var(--muted);text-decoration:line-through;font-weight:300}.product-rating{display:flex;align-items:center;gap:.4rem;margin-top:.4rem;font-size:.75rem;color:var(--muted)}.product-rating .stars{color:var(--gold);letter-spacing:1px;font-size:.72rem}.add-to-cart-btn{width:100%;background:var(--dark);color:var(--gold-light);padding:.8rem;font-size:10px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;border:none;cursor:pointer;transition:all .25s;margin:0 1.4rem 1.4rem;width:calc(100% - 2.8rem)}.add-to-cart-btn:hover{background:var(--gold-dark)}.add-to-cart-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:1200px){.products-grid{grid-template-columns:1fr 1fr}}@media (max-width:580px){.featured{padding:4rem 1.5rem}.products-grid{grid-template-columns:1fr}.product-img{height:280px}}.willow{padding:6rem 4rem;background:var(--dark);color:var(--ivory)}.willow-head{text-align:center;margin-bottom:4rem}.willow-head h2{font-size:clamp(2rem,3.8vw,3rem);color:var(--ivory);margin-top:1rem}.willow-head p{color:rgba(250,245,233,.6);max-width:560px;margin:1rem auto 0;font-size:.95rem}.willow-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:rgba(201,169,110,.15);border:1px solid rgba(201,169,110,.15)}.willow-card{background:var(--dark);padding:2.5rem 2rem;transition:background .4s;cursor:pointer;position:relative}.willow-card:hover{background:var(--dark-mid)}.willow-num{font-family:Cormorant Garamond,serif;font-size:3rem;font-style:italic;color:var(--gold);margin-bottom:.5rem;line-height:1}.willow-card h3{font-size:1.4rem;color:var(--ivory);margin-bottom:.8rem}.willow-card p{font-size:.85rem;color:rgba(250,245,233,.6);line-height:1.7;margin-bottom:1.2rem}.willow-features{list-style:none;margin-bottom:1.5rem}.willow-features li{font-size:.78rem;color:var(--gold-light);padding:.3rem 0;border-bottom:1px dashed rgba(201,169,110,.15);letter-spacing:.05em}.willow-features li:before{content:"— ";color:var(--gold)}.willow-price{font-size:.85rem;color:var(--gold);letter-spacing:.1em}@media (max-width:1000px){.willow-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.willow{padding:4rem 1.5rem}.willow-grid{grid-template-columns:1fr}}.build{padding:6rem 4rem;background:var(--ivory);position:relative;overflow:hidden}.build:before{content:"BYD";position:absolute;top:-2rem;right:-1rem;font-family:Cormorant Garamond,serif;font-size:20rem;color:var(--ivory-mid);font-weight:400;line-height:1;z-index:0;opacity:.6}.build-inner{display:grid;grid-template-columns:1fr 1.1fr;grid-gap:5rem;gap:5rem;align-items:center;position:relative;z-index:1;max-width:1300px;margin:0 auto}.build-left h2{font-size:clamp(2rem,4vw,3.2rem);margin-top:1rem;margin-bottom:1.5rem;color:var(--dark)}.build-left h2 em{color:var(--gold-dark);font-style:italic}.build-left p{color:var(--muted);font-size:.95rem;max-width:440px;margin-bottom:2rem}.build-steps{list-style:none;margin-bottom:2.5rem}.build-steps li{display:flex;align-items:flex-start;gap:1rem;padding:1.1rem 0;border-bottom:1px solid var(--ivory-dark)}.build-step-num{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-style:italic;color:var(--gold);flex-shrink:0;line-height:1;width:36px}.build-step-text strong{display:block;font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:500;color:var(--dark);margin-bottom:.2rem}.build-step-text span{font-size:.85rem;color:var(--muted)}.build-right{background:linear-gradient(165deg,var(--ivory-mid) 0,var(--ivory-dark) 100%);border-radius:4px;padding:3rem;aspect-ratio:1;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.build-right:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;border:1px solid rgba(201,169,110,.3);border-radius:50%}.build-options{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.build-opt{padding:.5rem 1rem;background:var(--ivory);font-size:10px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--dark-mid);border:1px solid var(--ivory-dark);cursor:pointer;transition:all .2s}.build-opt.active,.build-opt:hover{background:var(--dark);color:var(--gold-light);border-color:var(--dark)}.build-label{position:relative;z-index:2;text-align:center;font-size:10px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--dark-mid)}.bat-silhouette{width:70px;height:290px;background:linear-gradient(180deg,var(--gold-dark) 0,var(--gold) 15%,var(--gold-light) 45%,#FFF0F5 80%,var(--gold-light) 100%);border-radius:6px 6px 10px 10px;position:relative;box-shadow:0 20px 40px rgba(214,51,132,.25);margin:0 auto}.bat-silhouette:before{content:"";position:absolute;top:-50px;left:50%;transform:translateX(-50%);width:18px;height:55px;background:linear-gradient(180deg,#5C2E47,#8E3A66);border-radius:8px}.bat-silhouette:after{content:"";position:absolute;top:20px;left:15%;right:15%;height:1px;background:rgba(28,23,16,.08);box-shadow:0 25px 0 rgba(28,23,16,.06),0 55px 0 rgba(28,23,16,.04),0 90px 0 rgba(28,23,16,.03)}@media (max-width:900px){.build{padding:4rem 1.5rem}.build-inner{grid-template-columns:1fr;gap:3rem}.build:before{display:none}}.athletes{padding:6rem 4rem;background:var(--ivory-mid)}.athletes-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:3.5rem;flex-wrap:wrap;gap:1.5rem}.athletes-head h2{font-size:clamp(2rem,3.8vw,3rem);color:var(--dark);margin-top:.5rem}.athletes-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.athlete-card{position:relative;height:480px;overflow:hidden;cursor:pointer}.athlete-bg{position:absolute;inset:0;background:linear-gradient(180deg,rgba(28,23,16,.1),rgba(28,23,16,.75) 85%);z-index:1;transition:background .4s}.athlete-card:hover .athlete-bg{background:linear-gradient(180deg,rgba(28,23,16,.3),rgba(28,23,16,.85) 85%)}.athlete-img{position:absolute;inset:0;z-index:0;background-size:cover;background-position:50%;transition:transform .6s}.athlete-card:hover .athlete-img{transform:scale(1.06)}.athlete-1 .athlete-img{background:radial-gradient(circle at 50% 30%,#FF8FAB 0,#D63384 65%,#3A1C2E 100%)}.athlete-2 .athlete-img{background:radial-gradient(circle at 50% 30%,#FFB6C9 0,#FF6B9D 60%,#5C2E47 100%)}.athlete-3 .athlete-img{background:radial-gradient(circle at 50% 30%,#E0BBE4 0,#B5EAD7 55%,#FF8FAB 100%)}.athlete-content{position:absolute;bottom:0;left:0;right:0;padding:2rem;z-index:2;color:var(--ivory)}.athlete-role{font-size:10px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.athlete-content h3{font-size:1.8rem;color:var(--ivory);margin-bottom:.4rem}.athlete-quote{font-family:Cormorant Garamond,serif;font-style:italic;font-size:.95rem;color:rgba(250,245,233,.85);max-height:0;overflow:hidden;transition:max-height .4s ease}.athlete-card:hover .athlete-quote{max-height:120px;margin-top:.5rem}.athlete-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:10px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-light)}@media (max-width:900px){.athletes{padding:4rem 1.5rem}.athletes-grid{grid-template-columns:1fr}.athlete-card{height:400px}}.why{padding:6rem 4rem;background:var(--ivory)}.why-head{text-align:center;margin-bottom:4rem}.why-head h2{font-size:clamp(2rem,3.8vw,3rem);color:var(--dark);margin-top:1rem}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2.5rem;gap:2.5rem;max-width:1200px;margin:0 auto}.why-card{text-align:center;padding:1rem}.why-icon{width:64px;height:64px;border-radius:50%;background:var(--ivory-mid);border:1px solid var(--gold);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-family:Cormorant Garamond,serif;font-size:1.6rem;color:var(--gold-dark);font-style:italic;transition:all .3s}.why-card:hover .why-icon{background:var(--gold);color:var(--white);transform:rotate(-8deg)}.why-card h4{font-family:Cormorant Garamond,serif;font-size:1.3rem;color:var(--dark);margin-bottom:.75rem}.why-card p{font-size:.85rem;color:var(--muted);line-height:1.7}@media (max-width:900px){.why{padding:4rem 1.5rem}.why-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:500px){.why-grid{grid-template-columns:1fr}}.story{display:grid;grid-template-columns:1fr 1fr;min-height:70vh}.story-left{background:var(--ivory-mid);padding:6rem 4rem;display:flex;align-items:center;position:relative;overflow:hidden}.story-left:after{content:"";position:absolute;bottom:-60px;right:-60px;width:200px;height:200px;border:1px solid var(--gold);border-radius:50%;opacity:.35}.story-quote{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,3.2vw,2.8rem);font-weight:300;font-style:italic;line-height:1.3;color:var(--dark);position:relative;z-index:1}.story-quote em{font-style:normal;color:var(--gold-dark);border-bottom:1px solid var(--gold);padding-bottom:2px}.story-right{background:var(--dark);padding:6rem 4rem;display:flex;flex-direction:column;justify-content:center;color:var(--ivory)}.story-right .section-label{color:var(--gold)}.story-right h2{font-size:clamp(1.8rem,3vw,2.6rem);color:var(--ivory);margin-top:1rem;margin-bottom:1.5rem}.story-right p{font-size:.95rem;color:var(--ivory-dark);line-height:1.85;margin-bottom:1rem;max-width:440px}.story-right .btn-outline{margin-top:1.5rem;border-color:var(--gold);color:var(--gold-light);width:-moz-fit-content;width:fit-content}.story-right .btn-outline:hover{background:var(--gold);color:var(--dark)}@media (max-width:900px){.story{grid-template-columns:1fr}.story-left,.story-right{padding:4rem 1.5rem;min-height:auto}}.size-guide{padding:6rem 4rem;background:var(--ivory-mid)}.size-guide-inner{max-width:920px;margin:0 auto}.size-guide-header{margin-bottom:3rem;text-align:center}.size-guide-header h2{font-size:clamp(2rem,3.5vw,2.8rem);color:var(--dark);margin-top:1rem}.size-guide-header p{color:var(--muted);margin-top:.75rem;font-size:.9rem;max-width:520px;margin-left:auto;margin-right:auto}.size-tabs{display:flex;gap:0;border-bottom:1px solid var(--ivory-dark);margin-bottom:2rem;justify-content:center}.size-tab{padding:.7rem 1.8rem;font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;color:var(--muted);margin-bottom:-1px;transition:color .2s,border-color .2s;background:none;border:none;border-bottom:2px solid transparent}.size-tab.active{color:var(--gold-dark);border-bottom-color:var(--gold)}.size-table{width:100%;border-collapse:collapse;background:var(--ivory)}.size-table th{font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);text-align:left;padding:1rem 1.2rem;background:var(--ivory-mid)}.size-table td,.size-table th{border-bottom:1px solid var(--ivory-dark)}.size-table td{padding:1.1rem 1.2rem;font-size:.88rem;color:var(--dark-mid);vertical-align:middle}.size-table tr:last-child td{border-bottom:none}.size-table tr:hover td{background:var(--ivory-mid)}.size-table td:first-child{font-family:Cormorant Garamond,serif;font-size:1.1rem;color:var(--dark)}.size-rec{display:inline-block;background:var(--gold);color:var(--white);font-size:9px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;padding:3px 9px}@media (max-width:700px){.size-guide{padding:4rem 1rem}.size-table td,.size-table th{padding:.75rem .6rem;font-size:.78rem}}.testimonials{background:var(--dark);padding:6rem 4rem;text-align:center}.testimonials .section-label{color:var(--gold)}.testimonials h2{color:var(--ivory);font-size:clamp(2rem,3.5vw,2.8rem);margin-top:1rem;margin-bottom:4rem}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;text-align:left;max-width:1200px;margin:0 auto}.testi-card{border:1px solid rgba(201,169,110,.2);padding:2.2rem;position:relative;transition:all .35s}.testi-card:hover{border-color:var(--gold);transform:translateY(-4px)}.testi-card:before{content:'"';font-family:Cormorant Garamond,serif;font-size:6rem;color:var(--gold);opacity:.3;position:absolute;top:-.5rem;left:1.5rem;line-height:1}.testi-stars{color:var(--gold);font-size:.78rem;letter-spacing:2px;margin-bottom:1rem}.testi-text{font-family:Cormorant Garamond,serif;font-size:1.08rem;font-style:italic;color:var(--ivory-mid);line-height:1.7;margin-bottom:1.5rem}.testi-meta{gap:.8rem;padding-top:1rem;border-top:1px solid rgba(201,169,110,.15)}.testi-avatar,.testi-meta{display:flex;align-items:center}.testi-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--gold-dark),var(--gold));justify-content:center;font-family:Cormorant Garamond,serif;color:var(--ivory);font-size:.95rem}.testi-author{font-size:.82rem;font-weight:500;letter-spacing:.1em;color:var(--gold);text-transform:uppercase}.testi-loc{font-size:.72rem;color:var(--muted);margin-top:.1rem}@media (max-width:1000px){.testi-grid{grid-template-columns:1fr}.testimonials{padding:4rem 1.5rem}}.journal{padding:6rem 4rem;background:var(--ivory)}.journal-head{text-align:center;margin-bottom:3.5rem}.journal-head h2{font-size:clamp(2rem,3.5vw,2.8rem);color:var(--dark);margin-top:1rem}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.journal-card{cursor:pointer;transition:transform .3s}.journal-card:hover{transform:translateY(-5px)}.journal-img{height:240px;background:linear-gradient(135deg,var(--ivory-dark),var(--ivory-mid));margin-bottom:1.2rem;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;font-style:italic;color:var(--muted);font-size:.85rem}.journal-card:first-child .journal-img{background:linear-gradient(135deg,#FF8FAB,#D63384);color:var(--white)}.journal-card:nth-child(2) .journal-img{background:linear-gradient(135deg,#FFE5EC,#FFC2D4);color:var(--dark)}.journal-card:nth-child(3) .journal-img{background:linear-gradient(135deg,#E0BBE4,#B5EAD7);color:var(--dark)}.journal-meta{font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.journal-card h4{font-size:1.4rem;color:var(--dark);margin-bottom:.6rem}.journal-card p{font-size:.88rem;color:var(--muted);line-height:1.7}@media (max-width:900px){.journal{padding:4rem 1.5rem}.journal-grid{grid-template-columns:1fr}}.instagram{padding:5rem 4rem;background:var(--ivory-mid);text-align:center}.instagram h2{font-size:clamp(1.8rem,3vw,2.5rem);color:var(--dark);margin-bottom:.5rem}.instagram-handle{font-size:.9rem;color:var(--gold-dark);font-weight:400;letter-spacing:.1em;margin-bottom:2.5rem}.insta-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:6px;gap:6px;max-width:1400px;margin:0 auto}.insta-cell{aspect-ratio:1;background:var(--ivory-dark);overflow:hidden;position:relative;cursor:pointer;transition:opacity .3s;display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;font-style:italic;font-size:.7rem;color:var(--muted)}.insta-cell:first-child{background:linear-gradient(135deg,#FF8FAB,#D63384);color:var(--white)}.insta-cell:nth-child(2){background:linear-gradient(135deg,#FFE5EC,#FFC2D4);color:var(--dark)}.insta-cell:nth-child(3){background:linear-gradient(135deg,#E0BBE4,#B5EAD7);color:var(--dark)}.insta-cell:nth-child(4){background:linear-gradient(135deg,#FFD1DC,#FF8FAB);color:var(--white)}.insta-cell:nth-child(5){background:linear-gradient(135deg,#5C2E47,#D63384);color:var(--gold-light)}.insta-cell:nth-child(6){background:linear-gradient(135deg,#FFE5EC,#E0BBE4);color:var(--dark)}.insta-cell:hover{opacity:.78}@media (max-width:768px){.insta-grid{grid-template-columns:repeat(3,1fr)}.instagram{padding:4rem 1.5rem}}.newsletter{padding:5rem 4rem;background:var(--dark);color:var(--ivory);text-align:center}.newsletter-inner{max-width:560px;margin:0 auto}.newsletter h2{font-size:clamp(1.8rem,3vw,2.5rem);color:var(--ivory);margin-top:1rem;margin-bottom:1rem}.newsletter p{color:rgba(250,245,233,.6);font-size:.9rem;margin-bottom:2rem}.newsletter-form{display:flex;gap:0;max-width:460px;margin:0 auto;border:1px solid rgba(201,169,110,.3);background:rgba(250,245,233,.03)}.newsletter-form input{flex:1 1;background:transparent;border:none;padding:.95rem 1.25rem;color:var(--ivory);font-family:inherit;font-size:.9rem;outline:none}.newsletter-form input::placeholder{color:rgba(250,245,233,.4)}.newsletter-form button{background:var(--gold);color:var(--dark);padding:0 1.8rem;font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;transition:background .25s;border:none;cursor:pointer}.newsletter-form button:hover{background:var(--gold-light)}.newsletter-note{font-size:.72rem;color:rgba(250,245,233,.4);margin-top:1rem;letter-spacing:.08em}@media (max-width:600px){.newsletter{padding:4rem 1.5rem}.newsletter-form{flex-direction:column}.newsletter-form button{padding:.95rem}}footer{background:linear-gradient(180deg,#2A1320,#1F0F18);padding:4rem 4rem 2rem;color:var(--ivory-dark)}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.2fr;grid-gap:3rem;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(201,169,110,.12)}.footer-brand .nav-logo{color:var(--ivory);margin-bottom:1rem;display:block}.footer-brand p{font-size:.83rem;color:rgba(250,245,233,.5);max-width:280px;line-height:1.7;margin-bottom:1.5rem}.footer-socials{display:flex;gap:.75rem}.footer-social{width:36px;height:36px;border-radius:50%;border:1px solid rgba(201,169,110,.3);display:flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--gold-light);transition:all .25s;font-weight:600;letter-spacing:.05em}.footer-social:hover{background:var(--gold);color:var(--dark);border-color:var(--gold)}.footer-col h4{font-family:Jost,sans-serif;font-size:10px;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:1.3rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.65rem}.footer-col a{font-size:.83rem;color:rgba(250,245,233,.55);transition:color .2s}.footer-col a:hover{color:var(--gold-light)}.footer-contact p{font-size:.83rem;color:rgba(250,245,233,.55);line-height:1.8}.footer-contact strong{color:var(--gold-light);font-weight:400}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:1.75rem;font-size:.75rem;color:rgba(250,245,233,.3);flex-wrap:wrap;gap:1rem}.footer-bottom-right{display:flex;gap:1.5rem;align-items:center}.footer-payments{display:flex;gap:.5rem}.pay-badge{padding:4px 8px;border:1px solid rgba(201,169,110,.2);font-size:9px;font-weight:600;letter-spacing:.12em;color:var(--gold-light)}@media (max-width:900px){footer{padding:3rem 1.5rem 1.5rem}.footer-top{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;text-align:center}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:translateY(0)}.drawer-backdrop{position:fixed;inset:0;background:rgba(28,23,16,.6);z-index:200;opacity:0;pointer-events:none;transition:opacity .3s}.drawer-backdrop.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;width:400px;max-width:100vw;height:100vh;background:var(--ivory);z-index:201;transform:translateX(100%);transition:transform .4s ease;display:flex;flex-direction:column}.cart-drawer.open{transform:translateX(0)}.cart-head{padding:1.5rem 2rem;border-bottom:1px solid var(--ivory-dark);display:flex;justify-content:space-between;align-items:center}.cart-head h3{font-family:Cormorant Garamond,serif;font-size:1.5rem;color:var(--dark)}.cart-close{font-size:1.5rem;color:var(--muted);cursor:pointer;background:none;border:none}.cart-body{flex:1 1;padding:1.5rem 2rem;overflow-y:auto}.cart-empty{display:flex;align-items:center;justify-content:center;height:100%;text-align:center;color:var(--muted);font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.1rem}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--ivory-dark)}.cart-item-img{width:72px;height:90px;background:var(--ivory-mid);object-fit:contain;flex-shrink:0}.cart-item-info{flex:1 1}.cart-item-name{font-family:Cormorant Garamond,serif;font-size:1.05rem;color:var(--dark);margin-bottom:.25rem}.cart-item-meta{font-size:.75rem;color:var(--muted);margin-bottom:.5rem}.cart-item-price{font-size:.9rem;color:var(--dark-mid);font-weight:400}.cart-item-qty{gap:.5rem;margin-top:.5rem}.cart-item-qty,.qty-btn{display:flex;align-items:center}.qty-btn{width:24px;height:24px;border:1px solid var(--ivory-dark);background:none;cursor:pointer;font-size:.9rem;justify-content:center;transition:all .2s}.qty-btn:hover{background:var(--dark);color:var(--ivory)}.cart-item-remove{background:none;border:none;color:var(--muted);cursor:pointer;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;margin-left:auto}.cart-footer{padding:1.5rem 2rem;border-top:1px solid var(--ivory-dark)}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9rem;color:var(--dark-mid)}.cart-subtotal strong{font-family:Cormorant Garamond,serif;font-size:1.2rem;color:var(--dark)}.checkout-btn{width:100%;background:var(--dark);color:var(--gold-light);padding:1rem;font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;border:none;cursor:pointer;transition:background .25s}.checkout-btn:hover{background:var(--gold-dark)}.search-overlay{position:fixed;inset:0;background:rgba(250,245,233,.98);z-index:150;display:flex;align-items:flex-start;justify-content:center;padding-top:20vh;opacity:0;pointer-events:none;transition:opacity .3s}.search-overlay.open{opacity:1;pointer-events:auto}.search-inner{width:90%;max-width:640px}.search-inner input{width:100%;background:transparent;border:none;border-bottom:1px solid var(--gold);padding:1rem 0;font-family:Cormorant Garamond,serif;font-size:2rem;color:var(--dark);outline:none}.search-inner input::placeholder{color:var(--muted);font-style:italic}.search-hint{font-size:10px;letter-spacing:.2em;color:var(--muted);margin-top:1rem;text-transform:uppercase}.search-close{position:absolute;top:2rem;right:2rem;font-size:1.5rem;background:none;border:none;cursor:pointer;color:var(--muted)}