@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;1,600&family=Inter:wght@400;500;600&display=swap');
:root{--cream:#f3ebdd;--navy:#102a4a;--red:#a52a24;--ink:#202020}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2,h3,.logo{font-family:"Barlow Condensed",Arial,sans-serif}.topline{height:30px;background:var(--navy);color:#fff;font-size:10px;letter-spacing:.14em;display:flex;justify-content:space-between;align-items:center;padding:0 3vw}header{height:94px;padding:12px 3vw;display:grid;grid-template-columns:160px 1fr auto;align-items:center;border-bottom:1px solid #b8ad9d;position:sticky;top:0;background:#f3ebddf2;backdrop-filter:blur(8px);z-index:5}.logo{display:grid;width:max-content;line-height:.75;font-size:28px;color:var(--navy)}.logo b:last-of-type{color:var(--red)}.logo small{font:600 8px Inter;letter-spacing:.38em;margin-top:7px}nav{display:flex;justify-content:center;gap:2vw}.utils{display:flex;gap:16px}nav a,.utils a{font-size:10px;font-weight:600;letter-spacing:.08em}.hero{min-height:690px;display:grid;grid-template-columns:1.12fr .88fr;position:relative;overflow:hidden}.hero-rule{position:absolute;top:25px;left:3vw;right:3vw;display:flex;justify-content:space-between;font-size:10px;letter-spacing:.16em}.hero-copy{padding:120px 3vw 70px;z-index:1}.eyebrow,.kicker{font-size:10px;font-weight:600;letter-spacing:.18em;color:var(--red)}h1{font-size:clamp(64px,8.8vw,140px);line-height:.75;letter-spacing:-.045em;color:var(--navy);margin:35px 0}h1 em,h2 em{color:var(--red)}.lede{max-width:450px;font:24px/1.25 "Barlow Condensed"}.button{display:inline-block;background:var(--navy);color:#fff;padding:17px 22px;font-size:11px;font-weight:600;letter-spacing:.12em;margin-top:15px}.hero-art{background:var(--red);margin-top:55px;position:relative;display:grid;place-items:center;color:var(--cream);font:700 14vw "Barlow Condensed";transform:skewX(-5deg) translateX(6%)}.hero-art:before,.hero-art:after{content:"";position:absolute;border:2px solid #f3ebddcc}.hero-art:before{inset:7% 11%}.hero-art:after{left:49%;top:7%;bottom:7%}.section{padding:110px 6vw}.intro{display:grid;grid-template-columns:.55fr 1.1fr .75fr;gap:6vw;background:#fff}.intro h2,.section-head h2,.story h2,.trainer h2,.newsletter h2,.page-hero h1{font-size:clamp(48px,6vw,92px);line-height:.86;color:var(--navy);margin:0}.intro>p:last-child{font:24px/1.35 "Barlow Condensed"}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:45px}.collection-grid{border-top:1px solid #afa494}.collection{display:grid;grid-template-columns:70px 1fr;padding:28px 0;border-bottom:1px solid #afa494}.collection div{display:grid;grid-template-columns:1fr 1.3fr auto;gap:4vw;align-items:center}.collection h3{font-size:36px;margin:0}.collection p{margin:0;font-size:13px}.collection b{font-size:10px}.just-in,.newsletter{background:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-art{height:360px;display:grid;place-items:end start;padding:15px;background:linear-gradient(135deg,#d4c5af,#f5f0e8)}.product-art span{font-size:9px;letter-spacing:.15em}.p2{background:linear-gradient(145deg,#183552,#d8d0c0)}.p3{background:linear-gradient(145deg,#eee5d6,#9d2c28)}.p4{background:linear-gradient(145deg,#c9b69d,#263748)}.product .brand{font-size:9px;color:var(--red);margin:16px 0 6px}.product h3{font-size:22px;margin-bottom:6px}.product p:last-child,.preview-note{font-size:11px;color:#68625a}.story{background:var(--red);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:9vw}.story .kicker,.story h2,.story h2 em,.trainer h2,.trainer h2 em{color:#fff}.story>div:last-child{padding-top:45px;font:23px/1.45 "Barlow Condensed"}.trainer{background:var(--navy);color:#fff;display:grid;grid-template-columns:.8fr 1fr;gap:8vw;align-items:center}.trainer-mark{aspect-ratio:1;background:var(--cream);color:var(--navy);display:grid;place-items:center;text-align:center;font:700 clamp(55px,7vw,105px)/.72 "Barlow Condensed";transform:rotate(-3deg)}.button.light{background:var(--cream);color:var(--navy)}.archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.archive-art{height:300px;padding:20px;display:grid;place-items:end start;background:var(--navy);color:#fff}.a2{background:var(--red)}.a3{background:linear-gradient(135deg,var(--navy) 50%,var(--red) 50%)}.archive article .kicker{margin-top:20px}.archive article h3{font-size:28px}.newsletter{text-align:center}.newsletter>p:not(.kicker){font:22px "Barlow Condensed"}.newsletter form{max-width:670px;margin:35px auto;display:flex;flex-wrap:wrap}.newsletter input[type=email]{flex:1;border:0;border-bottom:1px solid;padding:16px}.newsletter button{border:0;border-bottom:1px solid;background:none}.consent{width:100%;text-align:left;font-size:10px;margin-top:15px}footer{padding:70px 5vw 25px;background:var(--ink);color:#fff;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:6vw}.logo.inverse{color:#fff}.footer-brand>p{font:600 16px "Barlow Condensed";margin-top:25px}.footer-brand .independent{font:400 10px Inter;color:#aaa}footer h3{font:600 12px Inter;color:#c6bba9}footer>div:not(:first-child){display:flex;flex-direction:column;gap:13px}footer>div:not(:first-child) a,footer span{font-size:10px}.copyright{grid-column:1/-1;border-top:1px solid #4d4d4d;padding-top:20px;font-size:9px}.page-hero{padding:110px 6vw 70px;min-height:420px;background:var(--navy);color:#fff}.page-hero h1{color:#fff;margin:20px 0}.page-hero p:last-child{max-width:650px;font:24px "Barlow Condensed"}.page-body{padding:70px 6vw;max-width:980px}.page-body h2{font-size:38px;color:var(--navy)}.page-body p{line-height:1.75}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(max-width:760px){.topline span,nav{display:none}header{height:76px;display:flex;justify-content:space-between}.utils a:not(:last-child){display:none}.hero{display:block;min-height:760px}.hero-copy{padding-top:100px}.hero-art{height:280px;margin-left:20%}.intro,.story,.trainer{grid-template-columns:1fr}.section{padding:75px 6vw}.collection div{grid-template-columns:1fr}.collection b{display:none}.product-grid{grid-template-columns:repeat(2,1fr)}.product-art{height:240px}.archive-grid{grid-template-columns:1fr}.newsletter h2{font-size:68px}footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:430px){.product-grid{grid-template-columns:1fr}.product-art{height:340px}.newsletter h2{font-size:58px}footer{grid-template-columns:1fr}.footer-brand{grid-column:auto}}
.archive-art{padding:0;display:block;overflow:hidden}.archive-art img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.1);transition:.3s}.archive article:hover img{filter:grayscale(.15);transform:scale(1.02)}

/* Branding and layout revision based on the supplied Vintage Casuals boards. */
.topline{height:34px;padding:0 2.5vw;font-family:"Barlow Condensed",sans-serif;font-size:11px;font-weight:600}.topline span:nth-child(2){letter-spacing:.22em}header{height:112px;padding:9px 2.5vw;grid-template-columns:112px 1fr 112px;background:#f7f1e8;overflow:hidden}.brand-logo{align-self:center;position:relative;width:94px;height:94px;z-index:8}.brand-logo img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 2px 2px #102a4a33)}header nav{gap:2.15vw}header nav a{font-family:"Barlow Condensed",sans-serif;font-size:12px;font-weight:700}.utils{justify-content:flex-end}.utils a{font-size:21px;line-height:1}.hero-refined{height:min(650px,67vw);min-height:540px;position:relative;overflow:hidden;background:#162119;color:#fff}.hero-photo{position:absolute;inset:0 0 0 38%}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 35%;filter:sepia(.23) saturate(.75) contrast(1.08)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#111914 0%,#111914f2 30%,#1119148c 53%,#11191422 78%)}.hero-message{position:relative;z-index:2;width:47%;padding:9.5% 5vw 5%}.hero-message .eyebrow{color:#fff;font:600 13px "Barlow Condensed";letter-spacing:.18em}.light-rule:before,.light-rule:after{content:"";display:inline-block;width:48px;height:1px;background:#a52a24;vertical-align:middle;margin:0 13px}.hero-message h1{font-size:clamp(68px,7vw,112px);line-height:.77;color:#fff;margin:24px 0}.hero-message h2{font-size:clamp(22px,2.15vw,38px);line-height:1;letter-spacing:.02em;margin-bottom:18px}.hero-message>p:not(.eyebrow){font:21px/1.35 "Barlow Condensed"}.hero-actions{display:flex;gap:12px}.button.red{background:var(--red)}.button.outline{background:transparent;border:1px solid #f3ebdd}.hero-badge{position:absolute;right:3%;bottom:3%;width:115px;z-index:2;filter:drop-shadow(0 2px 5px #0008)}.intro-refined{text-align:center;background:#f7f1e8;padding:48px 5vw 42px}.intro-refined h2{color:var(--ink);font-size:32px;letter-spacing:.02em;margin-bottom:10px}.intro-refined p{max-width:700px;margin:0 auto 18px;font:17px/1.45 "Barlow Condensed"}.intro-refined a{font:700 12px "Barlow Condensed";border-bottom:2px solid var(--red);padding-bottom:3px}.collections-refined{padding:0 2.5vw 46px;background:#f7f1e8;display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.collection-card{height:245px;position:relative;overflow:hidden;color:#fff}.collection-card>img{width:100%;height:100%;object-fit:cover;filter:sepia(.25) saturate(.72);transition:.3s}.collection-card>span{position:absolute;inset:0;background:linear-gradient(transparent 35%,#07111dde)}.collection-card>div{position:absolute;left:16px;right:16px;bottom:14px;text-align:center}.collection-card h3{font-size:25px;line-height:1;margin-bottom:7px}.collection-card p{font:14px/1.25 "Barlow Condensed";margin:0}.collection-card:hover img{transform:scale(1.035);filter:sepia(.05) saturate(.9)}.section.compact{padding:48px 2.5vw}.section.compact .section-head{margin-bottom:22px;border-bottom:1px solid #b9ae9f;padding-bottom:10px}.section.compact .section-head h2{font-size:32px;color:var(--ink);letter-spacing:.03em}.section.compact .section-head p{font-size:12px;margin:2px 0 0;color:#777}.section.compact .section-head>a{font:700 11px "Barlow Condensed"}.product-grid{gap:12px}.product-art{height:300px}.product h3{font-size:19px}.story-refined{display:grid;grid-template-columns:1fr 1.2fr;background:#f7f1e8;border-top:1px solid #d7cbbc;border-bottom:1px solid #d7cbbc}.story-copy{padding:70px 8vw 60px 5vw}.story-copy h2{font-size:clamp(46px,5vw,76px);line-height:.85;color:var(--ink);border-bottom:2px solid var(--red);padding-bottom:18px}.story-copy p{font-size:13px;line-height:1.7}.story-photo{position:relative;min-height:430px;overflow:hidden}.story-photo>img{width:100%;height:100%;object-fit:cover;filter:sepia(.22) saturate(.8)}.est-stamp{position:absolute;right:25px;bottom:25px;width:110px;height:110px;border-radius:50%;background:var(--cream);border:3px double var(--red);color:var(--red);display:grid;place-content:center;text-align:center;font:700 14px "Barlow Condensed";transform:rotate(-4deg)}.est-stamp strong{display:block;font-size:36px;line-height:1}.footer-logo{display:block;width:170px}.footer-logo img{width:100%;height:auto}.footer-brand>p{margin-top:12px}
@media(max-width:900px){.topline span:nth-child(2){display:none}header{grid-template-columns:95px 1fr}header nav{justify-content:flex-end;gap:1.6vw}.utils{display:none}.hero-refined{height:600px}.hero-message{width:58%;padding-top:13%}.collections-refined{grid-template-columns:repeat(3,1fr)}.collection-card:nth-child(4),.collection-card:nth-child(5){grid-column:span 1}.product-art{height:245px}}
@media(max-width:760px){.topline{justify-content:space-between}.topline span:last-child{display:block}header{height:88px;padding-top:7px;padding-bottom:7px}.brand-logo{width:72px;height:72px}.utils{display:flex}.hero-refined{height:650px;min-height:0}.hero-photo{inset:0}.hero-overlay{background:linear-gradient(90deg,#101913e8 0%,#1019139c 65%,#10191344),linear-gradient(0deg,#101913b5,transparent 55%)}.hero-message{width:92%;padding:95px 6vw 30px}.hero-message h1{font-size:72px}.hero-message h2{font-size:25px;max-width:390px}.hero-badge{width:86px}.collections-refined{grid-template-columns:1fr 1fr}.collection-card{height:220px}.collection-card:last-child{grid-column:1/-1}.story-refined{grid-template-columns:1fr}.story-photo{min-height:360px}.section.compact{padding:44px 4vw}}
@media(max-width:430px){.topline{font-size:9px}.hero-refined{height:610px}.hero-message{padding-top:80px}.hero-message h1{font-size:61px}.hero-actions{flex-direction:column;align-items:flex-start}.button{margin-top:4px}.hero-badge{display:none}.intro-refined h2{font-size:27px}.collections-refined{grid-template-columns:1fr}.collection-card,.collection-card:last-child{grid-column:auto;height:245px}.product-art{height:330px}.story-copy{padding:55px 6vw}.story-photo{min-height:300px}}
.mobile-menu{display:none}.mobile-menu summary{list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}
@media(max-width:760px){header{position:sticky;overflow:visible}.mobile-menu{display:block;margin-left:8px}.mobile-menu summary{width:44px;height:44px;display:flex;flex-direction:column;justify-content:center;gap:6px;cursor:pointer;padding:9px}.mobile-menu summary span{display:block;width:25px;height:2px;background:var(--navy);transition:.2s}.mobile-menu[open] summary span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu[open] summary span:nth-child(2){opacity:0}.mobile-menu[open] summary span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-panel{position:absolute;top:100%;left:0;right:0;background:var(--navy);color:#fff;padding:18px 6vw 25px;display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:3px solid var(--red);box-shadow:0 12px 24px #0004}.mobile-panel a{font:700 16px "Barlow Condensed",sans-serif;letter-spacing:.06em;padding:13px 5px;border-bottom:1px solid #ffffff24}.mobile-panel a:focus-visible{outline:2px solid var(--cream);outline-offset:2px}}
