:root{--navy: #102236;--navy-2: #18324d;--gold: #b98a2e;--tan: #d6b16a;--cream: #faf7f0;--soft: #f4ecdc;--white: #ffffff;--ink: #102236;--muted: #5f6570;--line: #e4d6bd;--shadow: 0 18px 42px rgba(16, 34, 54, .08);--shadow-strong: 0 18px 36px rgba(16, 34, 54, .18)}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--cream);line-height:1.5}a{color:inherit}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;z-index:20;background:var(--white);color:var(--navy);padding:.75rem 1rem}.announcement{text-align:center;background:var(--navy);color:var(--cream);padding:.72rem 1rem;font-weight:850;border-bottom:2px solid var(--gold)}.site-header{position:sticky;top:0;z-index:5;background:#faf7f0f7;border-bottom:1px solid var(--line);display:grid;grid-template-columns:auto 1fr auto;gap:1.4rem;align-items:center;padding:.85rem 2rem;box-shadow:0 10px 26px #1022360a}.brand{display:inline-flex;align-items:center;color:var(--navy);text-decoration:none;min-width:150px}.brand-logo{display:block;width:178px;max-width:22vw;height:70px;object-fit:contain}.nav{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.nav a,.header-actions a,.footer a{color:var(--navy);text-decoration:none;font-weight:720;transition:color .18s ease,border-color .18s ease,background .18s ease}.nav a:hover,.header-actions a:hover{color:var(--gold)}.header-actions{display:flex;gap:.9rem;white-space:nowrap}.hero{min-height:76vh;background:linear-gradient(90deg,#102236e6,#1022367a,#10223629),url(https://images.unsplash.com/photo-1601758124510-52d02ddb7cbd?auto=format&fit=crop&w=1800&q=80) center/cover;display:flex;align-items:center;padding:6rem 2rem;color:var(--white)}.hero-copy{max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:900;color:var(--gold)}.hero .eyebrow{color:var(--tan)}.hero h1{font-size:clamp(2.5rem,6vw,5.8rem);line-height:.95;margin:.4rem 0 1rem;letter-spacing:0}.hero p{font-size:1.2rem;max-width:650px}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--navy);color:var(--white);text-decoration:none;border:1px solid var(--navy);padding:.92rem 1.35rem;font-weight:900;cursor:pointer;min-height:46px;box-shadow:0 12px 24px #10223629;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,color .18s ease}.button:hover{transform:translateY(-1px);background:var(--navy-2);border-color:var(--gold);box-shadow:0 15px 30px #10223638}.button.secondary{background:var(--white);color:var(--navy);border-color:var(--gold);box-shadow:none}.button.secondary:hover{background:var(--gold);color:var(--white)}.hero .button.secondary{color:var(--white);border-color:var(--tan);background:#ffffff14}.hero .button.secondary:hover{color:var(--navy);background:var(--tan)}.button.full{width:100%;margin-top:.7rem}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}.section{padding:4rem 2rem;max-width:1220px;margin:auto}.section.soft{background:var(--soft);max-width:none;border-block:1px solid var(--line)}.section.soft>*{max-width:1220px;margin-left:auto;margin-right:auto}.section-head{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1.5rem}.section h2,.page-hero h1,.final-cta h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;margin:.2rem 0 1rem;color:var(--navy)}.collection-grid,.product-grid,.benefit-grid,.review-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.collection-tile,.product-card,.benefit-grid div,.review-grid blockquote,.faq-preview details{background:var(--white);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.collection-tile{min-height:170px;padding:1.2rem;text-decoration:none;color:var(--navy);display:flex;flex-direction:column;justify-content:end;position:relative;overflow:hidden}.collection-tile:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--gold)}.collection-tile:hover,.product-card:hover{border-color:var(--gold);transform:translateY(-2px)}.collection-tile span{font-size:1.35rem;font-weight:900;text-transform:capitalize}.collection-tile small{color:var(--muted);font-weight:750}.product-card{padding:1rem;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.product-card a{text-decoration:none;color:var(--navy)}.product-card img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px;background:var(--soft)}.product-card h3{min-height:3rem;color:var(--navy)}.product-card p:not(.product-card-meta){color:var(--navy);font-weight:950}.trust{display:grid;grid-template-columns:.8fr 1.2fr;gap:2rem}.benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit-grid div,.review-grid blockquote,.faq-preview details{padding:1.2rem}.benefit-grid h3,.proof-grid h3,.footer h2,.footer h3{color:var(--navy)}.review-grid blockquote{margin:0;font-size:1.05rem}.review-grid span{display:block;margin-top:1rem;color:var(--muted);font-weight:800}.faq-preview{display:grid;gap:1rem}.faq-preview summary{font-weight:900;cursor:pointer}.final-cta{text-align:center;background:linear-gradient(135deg,#b98a2e29,#10223600),var(--navy);color:var(--white);padding:4rem 2rem}.final-cta h2{color:var(--white)}.final-cta p{color:var(--cream)}.page-hero{padding:4rem 2rem 2rem;max-width:920px;margin:auto;text-align:center}.narrow{max-width:820px}.rte{font-size:1.05rem}.rte h2,.rte h3{margin-top:1.6rem;color:var(--navy)}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1220px;margin:auto;padding:4rem 2rem}.product-media img{width:100%;border-radius:8px;background:var(--soft);border:1px solid var(--line)}.product-info{position:sticky;top:6rem;align-self:start}.product-info h1{color:var(--navy)}.price{font-size:1.55rem;font-weight:950;color:var(--navy)}.product-form select,.section input{width:100%;border:1px solid var(--line);border-radius:999px;padding:.9rem 1rem;background:var(--white);color:var(--navy)}.product-form select:focus,.section input:focus{outline:2px solid rgba(185,138,46,.35);border-color:var(--gold)}.trust-list{display:flex;gap:.6rem;flex-wrap:wrap;padding:0;margin:1rem 0;list-style:none}.trust-list li{border:1px solid rgba(185,138,46,.45);border-radius:999px;padding:.45rem .75rem;background:var(--white);color:var(--navy);font-weight:850}.product-details details{background:var(--white);border:1px solid var(--line);border-radius:8px;padding:1rem;margin-top:1rem}.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:#fffffff7;border-top:1px solid var(--line);display:flex;justify-content:center;gap:1rem;align-items:center;padding:.8rem 1rem;z-index:6;box-shadow:0 -12px 28px #10223614}.sticky-atc span{color:var(--navy);font-weight:850}.cart-line{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:1rem 0}.footer{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;background:var(--navy);color:var(--cream);border-top:3px solid var(--gold);padding:3rem 2rem}.footer h2,.footer h3{color:var(--white)}.footer p{color:var(--cream);max-width:520px}.footer a{display:block;margin:.45rem 0;color:var(--cream)}.footer a:hover{color:var(--tan)}@media(max-width:860px){.site-header{grid-template-columns:1fr;padding:.75rem 1rem 1rem}.brand{min-width:0}.brand-logo{width:142px;height:54px;max-width:42vw}.nav{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:.4rem}.header-actions{position:absolute;right:1rem;top:1rem}.collection-grid,.product-grid,.benefit-grid,.review-grid,.trust,.product-page,.footer{grid-template-columns:1fr}.section-head{display:block}.hero{min-height:70vh;padding:4rem 1rem}.hero-actions .button{width:100%}.section{padding:3rem 1rem}.product-info{position:static}.sticky-atc span{display:none}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/theme.css.map */
