:root {
    --ink: #071b2c;
    --muted: #5d6872;
    --paper: #f7f7f5;
    --white: #ffffff;
    --navy: #071c2d;
    --navy-soft: #102d42;
    --gold: #edb43f;
    --gold-deep: #c98a16;
    --line: #dfe2e3;
    --max-width: 1440px;
    --body-font: "Trebuchet MS", "Segoe UI", sans-serif;
}

body {
    color: var(--ink);
    background: var(--white);
    font-family: var(--body-font);
    font-size: 15px;
    line-height: 1.45;
}

.site-wrap {
    width: min(var(--max-width), calc(100% - 3rem));
}

.site-header {
    background: var(--navy);
    border-bottom: 0;
    box-shadow: 0 4px 14px rgba(3, 15, 24, 0.2);
}

.header-main {
    grid-template-columns: 175px minmax(260px, 1fr) auto auto;
    gap: 1.25rem;
    min-height: 64px;
}

.brand-lockup {
    width: 166px;
}

.site-search {
    min-height: 42px;
    border: 0;
    border-radius: 5px;
}

.site-search input {
    font-size: 0.78rem;
}

.site-search button {
    width: 48px;
    padding: 0;
    background: var(--gold);
    color: var(--navy);
    font-size: 1.35rem;
}

.header-options,
.future-commerce {
    display: flex;
    gap: 1rem;
    align-items: center;
    white-space: nowrap;
    font-size: 0.72rem;
    font-weight: 700;
}

.header-options select {
    border: 0;
    outline: 0;
    background: var(--navy);
    color: var(--white);
    font: inherit;
    font-weight: 700;
}

.header-options select:disabled,
.future-commerce [aria-disabled="true"] {
    cursor: not-allowed;
    opacity: 0.72;
}

.future-commerce span {
    padding-left: 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-links {
    gap: 2rem;
    min-height: 43px;
}

.nav-links a {
    font-size: 0.72rem;
    font-weight: 800;
}

.brand-motto {
    margin-left: auto;
    color: var(--gold);
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
}

.storefront-home {
    padding: 1rem 0 10px;
    background: var(--white);
}

.managed-slot {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border-radius: 5px;
    background: var(--paper);
}

.managed-slide-track {
    display: flex;
    width: 100%;
    height: 100%;
}

.is-slider .managed-slide-track {
    transform: translateX(-100%);
    transition: transform 600ms ease-in-out;
    will-change: transform;
}

.is-slider .managed-slide-track.without-transition {
    transition: none;
}

.managed-slide,
.managed-slide picture,
.managed-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.managed-slide {
    min-width: 100%;
    flex: 0 0 100%;
}

.managed-slide img {
    object-fit: cover;
}

.managed-slot-hero { aspect-ratio: 25 / 13; }
.managed-slot-hero-right-top,
.managed-slot-hero-right-middle,
.managed-slot-hero-right-bottom { height: 100%; }
.managed-slot-story-lower-left,
.managed-slot-b2b-lower-right { aspect-ratio: 17 / 8; }
.managed-slot-lower-footer-promo { width: 100%; aspect-ratio: 10 / 1; border-radius: 0; }

.promo-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(280px, 0.95fr);
    gap: 0.65rem;
    align-items: stretch;
}

.promo-right-stack {
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    contain: size;
    min-width: 0;
    min-height: 0;
}

.carousel-control {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 34px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    background: rgba(5, 21, 31, 0.42);
    color: #fff;
    font-size: 25px;
    line-height: 1;
    transform: translateY(-50%);
    cursor: pointer;
}

.carousel-previous { left: 10px; }
.carousel-next { right: 10px; }

.carousel-dots {
    position: absolute;
    right: 0;
    bottom: 12px;
    left: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 7px;
}

.carousel-dots button {
    width: 7px;
    height: 7px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    padding: 0;
    cursor: pointer;
}

.carousel-dots button[aria-current="true"] {
    background: #fff;
    box-shadow: 0 0 0 2px rgba(5, 21, 31, 0.32);
}

.is-slider {
    touch-action: pan-y;
}

.promo {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    color: var(--white);
    text-decoration: none;
    isolation: isolate;
}

.promo-main {
    grid-row: 1 / 4;
    background: linear-gradient(90deg, rgba(4, 14, 20, 0.98), rgba(7, 23, 32, 0.78) 48%, rgba(23, 38, 43, 0.2)), linear-gradient(145deg, #07131a, #33434a 52%, #b5a183);
}

.promo-main::after {
    content: "";
    position: absolute;
    right: 7%;
    top: -10%;
    width: 24%;
    height: 125%;
    background: linear-gradient(90deg, #c79e5a, #f0d49c 50%, #9d722f 51%, #dac18d);
    transform: rotate(18deg);
    box-shadow: -12px 0 30px rgba(0, 0, 0, 0.32);
}

.promo-copy {
    position: relative;
    z-index: 3;
    max-width: 470px;
    padding: clamp(2rem, 4vw, 4.2rem);
}

.eyebrow,
.demo-label {
    margin: 0 0 0.35rem;
    color: var(--gold);
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.promo h1,
.promo h2,
.editorial-panel h2 {
    margin: 0;
    font-family: var(--body-font);
    font-weight: 800;
    line-height: 0.98;
    text-transform: uppercase;
}

.promo-main h2 {
    max-width: 9ch;
    font-size: clamp(2.8rem, 4.5vw, 5.2rem);
}

.promo-main .promo-copy > p:not(.eyebrow) {
    max-width: 22ch;
    margin: 1rem 0;
    font-size: 1.05rem;
}

.text-action,
.editorial-panel div > span {
    display: inline-block;
    border-radius: 4px;
    background: var(--gold);
    color: var(--navy);
    padding: 0.62rem 1rem;
    font-size: 0.8rem;
    font-weight: 800;
}

.text-action b {
    margin-left: 1.2rem;
}

.sport-ball.cricket-ball {
    position: absolute;
    right: 29%;
    bottom: 8%;
    z-index: 2;
    width: 65px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #a31c22;
    box-shadow: inset -14px -8px 20px rgba(0, 0, 0, 0.4), 0 12px 22px rgba(0, 0, 0, 0.28);
}

.promo-small {
    display: flex;
    align-items: center;
    background: var(--navy-soft);
}

.promo-small > div {
    position: relative;
    z-index: 2;
    padding: 1.15rem 1.35rem;
}

.promo-small h2 {
    margin-bottom: 0.75rem;
    font-size: clamp(1.35rem, 2vw, 2rem);
}

.promo-small span:not(.fitness-weight):not(.hockey-stick) {
    font-size: 0.76rem;
}

.promo-fitness { background: linear-gradient(110deg, #233420, #375238 55%, #849477); }
.promo-hockey { background: linear-gradient(110deg, #15250c, #315b20 58%, #68815c); }
.promo-teamwear { background: linear-gradient(110deg, #070e13, #162531 58%, #394651); }

.fitness-weight {
    position: absolute;
    right: 10%;
    width: 82px;
    height: 82px;
    border: 22px solid #101417;
    border-radius: 50%;
    opacity: 0.9;
}

.hockey-stick {
    position: absolute;
    right: -3%;
    top: 42%;
    width: 64%;
    padding: 0.45rem;
    color: rgba(255, 255, 255, 0.65);
    background: #173447;
    font-size: 1.1rem;
    font-weight: 800;
    text-align: center;
    transform: rotate(18deg);
}

.promo-teamwear img {
    position: absolute;
    right: 4%;
    bottom: -22%;
    width: 165px;
    filter: brightness(0) invert(1);
    opacity: 0.28;
}

.commerce-section {
    padding-top: 1.8rem;
}

.section-title-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.section-title-row h2 {
    margin: 0;
    font-family: var(--body-font);
    font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.section-title-row a {
    font-size: 0.73rem;
    text-decoration: none;
}

.sport-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0.75rem;
}

.sport-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 5px;
    background: var(--paper);
    text-align: center;
    text-decoration: none;
}

.sport-card strong {
    display: block;
    padding: 0.65rem 0.3rem;
    font-size: 0.72rem;
}

.sport-visual {
    position: relative;
    display: grid;
    aspect-ratio: 1;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(145deg, #e8e5df, #b7c0c3);
}

.sport-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sport-visual-fallback {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #8b969b;
    background: repeating-linear-gradient(135deg, #edf0ef 0 12px, #e5e9e8 12px 24px);
}

.sport-visual-fallback b {
    font-family: var(--display-font);
    font-size: clamp(2rem, 7vw, 5rem);
}

.mini-bat,
.mini-stick {
    width: 28px;
    height: 125px;
    border-radius: 3px 3px 8px 8px;
    background: linear-gradient(90deg, #d1a962, #f2d9a6 48%, #8e682f 52%, #d6b26f);
    transform: rotate(24deg);
    box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.28);
}

.mini-stick { width: 16px; background: #173447; }

.mini-ball {
    position: absolute;
    left: 28%;
    bottom: 18px;
    width: 32px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #a62025;
}

.football,
.dartboard {
    width: 92px;
    aspect-ratio: 1;
    border: 9px solid #e8e7df;
    border-radius: 50%;
    background: conic-gradient(#192129 0 12.5%, #e8e7df 0 25%, #192129 0 37.5%, #e8e7df 0 50%, #192129 0 62.5%, #e8e7df 0 75%, #192129 0 87.5%, #e8e7df 0);
    box-shadow: 7px 10px 14px rgba(0, 0, 0, 0.22);
}

.dartboard {
    border-color: #20252a;
    background: repeating-conic-gradient(#b92125 0 9deg, #e6d6b8 9deg 18deg, #17231e 18deg 27deg, #e6d6b8 27deg 36deg);
}

.dumbbell {
    width: 92px;
    height: 28px;
    background: #23282d;
    box-shadow: -21px 0 0 10px #171b1f, 21px 0 0 10px #171b1f;
    transform: rotate(-12deg);
}

.jersey {
    width: 88px;
    height: 100px;
    display: grid;
    place-items: center;
    clip-path: polygon(20% 0, 38% 10%, 62% 10%, 80% 0, 100% 28%, 83% 42%, 76% 31%, 76% 100%, 24% 100%, 24% 31%, 17% 42%, 0 28%);
    background: #102b42;
    color: var(--gold);
    font-size: 2rem;
    font-style: normal;
    font-weight: 800;
}

.kitbag {
    width: 105px;
    height: 68px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    background: #282c30;
    color: #d4d7d8;
    font-size: 0.55rem;
    font-style: normal;
    box-shadow: 7px 8px 12px rgba(0, 0, 0, 0.22);
}

.editorial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
    padding-top: 1.8rem;
}

.editorial-panel {
    position: relative;
    min-height: 265px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
    color: var(--white);
    text-decoration: none;
}

.editorial-panel > div:not(.craft-lines):not(.team-silhouettes) {
    position: relative;
    z-index: 2;
    width: 62%;
    max-width: 430px;
    padding: 2.3rem;
}

.editorial-panel h2 { margin-bottom: 1.1rem; font-size: clamp(1.7rem, 3vw, 2.8rem); }
.story-panel h2 { max-width: 12ch; }
.editorial-panel div > span { border: 1px solid rgba(255, 255, 255, 0.7); background: transparent; color: var(--white); }
.story-panel { background: linear-gradient(110deg, #171712, #332c22 58%, #876f50); }

.craft-lines {
    position: absolute;
    right: 0;
    width: 48%;
    height: 100%;
    background: repeating-linear-gradient(102deg, transparent 0 17px, rgba(221, 191, 144, 0.32) 18px 21px), linear-gradient(145deg, #7c6549, #2d261f);
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
}

.b2b-panel { background: linear-gradient(110deg, #e6edf0, #c5d1d6 55%, #84959e); color: var(--navy); }
.b2b-panel .eyebrow { color: var(--navy); }
.b2b-panel div > span { border-color: var(--navy); color: var(--navy); }

.team-silhouettes {
    position: absolute;
    right: 3%;
    bottom: -5%;
    display: flex;
    gap: 0.35rem;
    align-items: end;
}

.team-silhouettes i {
    width: 62px;
    height: 150px;
    display: grid;
    place-items: center;
    border-radius: 28px 28px 5px 5px;
    background: #f7f7f5;
    box-shadow: inset 0 22px #182b3a;
    font-style: normal;
    font-weight: 800;
}

.team-silhouettes i:nth-child(even) { height: 175px; }

.reassurance {
    margin-top: 1rem;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.reassurance-grid { display: grid; grid-template-columns: repeat(4, 1fr); }

.reassurance-grid > div {
    display: flex;
    gap: 0.85rem;
    align-items: center;
    min-height: 88px;
    padding: 1rem 1.8rem;
}

.reassurance-grid > div + div { border-left: 1px solid var(--line); }
.reassurance-icon { font-size: 2.1rem; }
.reassurance-grid span, .reassurance-grid strong, .reassurance-grid small { display: block; }
.reassurance-grid strong { font-size: 0.82rem; }
.reassurance-grid small { color: var(--muted); font-size: 0.7rem; }

.lifestyle-band {
    min-height: 145px;
    display: grid;
    align-items: center;
    color: var(--white);
    background: linear-gradient(rgba(5, 23, 34, 0.72), rgba(5, 23, 34, 0.84)), repeating-linear-gradient(165deg, #263e4c 0 35px, #192f3b 36px 70px);
}

.lifestyle-content { display: flex; align-items: center; justify-content: center; gap: 2.5rem; }
.lifestyle-content p { margin: 0; color: var(--gold); font-family: Georgia, serif; font-size: clamp(1.8rem, 4vw, 3.3rem); font-style: italic; }
.lifestyle-content span { width: 1px; height: 46px; background: var(--gold); }
.lifestyle-content strong { font-size: 0.72rem; text-transform: uppercase; }

.site-footer {
    color: var(--ink);
    background: var(--paper);
    padding: 2.2rem 0 0.75rem;
}

.footer-grid { display: grid; grid-template-columns: minmax(170px, 0.8fr) minmax(0, 2.4fr) minmax(180px, 0.8fr); gap: 2.5rem; }
.footer-brand img { width: 150px; }
.footer-brand p { margin: 0.3rem 0; font-size: 0.62rem; text-transform: uppercase; }
.footer-brand .footer-identity { max-width: 30ch; color: var(--muted); }
.footer-brand .footer-identity p { margin: 0.55rem 0 0; line-height: 1.5; text-transform: none; }
.footer-centre { display: grid; grid-template-columns: 0.7fr 1fr 1.3fr; gap: 2rem; }
.footer-grid nav, .footer-connect, .footer-social { display: grid; align-content: start; gap: 0.28rem; }
.footer-grid strong { margin-bottom: 0.35rem; font-size: 0.72rem; }
.footer-grid a, .footer-grid .footer-link-button { margin: 0; color: #3f4b53; font-family: inherit; font-size: 0.67rem; font-weight: inherit; line-height: inherit; text-decoration: none; }
.footer-connect, .footer-social { color: #3f4b53; font-size: 0.67rem; }
.footer-connect address { margin: 0; color: var(--muted); font-style: normal; line-height: 1.5; }
.footer-social { margin-top: 0.6rem; }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.8rem;
    border-top: 1px solid var(--line);
    padding-top: 0.9rem;
    color: var(--muted);
    font-size: 0.62rem;
}

.cookie-shell {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: auto minmax(220px, 1fr) auto auto;
    gap: 1rem;
    align-items: center;
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -5px 18px rgba(4, 20, 31, 0.1);
    padding: 0.75rem max(1.5rem, calc((100vw - var(--max-width)) / 2));
}

.cookie-shell p { margin: 0; font-size: 0.68rem; }
.cookie-shell > a { font-size: 0.65rem; }
.cookie-shell > div { display: flex; gap: 0.55rem; }

.cookie-shell button {
    min-height: 36px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: var(--white);
    padding: 0.45rem 0.85rem;
    color: var(--ink);
    font-size: 0.65rem;
}

.cookie-shell .cookie-accept { border-color: var(--gold); background: var(--gold); }
.cookie-icon { font-size: 1.5rem; }

@media (max-width: 1100px) {
    .header-main { grid-template-columns: 150px minmax(220px, 1fr) auto; }
    .future-commerce { grid-column: 1 / -1; justify-content: flex-end; min-height: 0; margin-top: -0.75rem; padding-bottom: 0.65rem; }
    .sport-grid { display: flex; overflow-x: auto; padding-bottom: 0.5rem; scroll-snap-type: x proximity; }
    .sport-grid { scrollbar-width: none; }
    .sport-grid::-webkit-scrollbar { display: none; }
    .sport-card { min-width: 155px; scroll-snap-align: start; }
    .team-silhouettes { opacity: 0.55; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-centre { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
    .site-wrap { width: min(var(--max-width), calc(100% - 1.5rem)); }
    .header-main { grid-template-columns: auto minmax(0, 1fr) auto; gap: 0.65rem; min-height: 58px; padding: 0; }
    .nav-toggle { display: inline-flex; width: 38px; height: 38px; min-height: 0; align-items: center; justify-content: center; padding: 0; border-radius: 4px; }
    .menu-icon, .menu-icon::before, .menu-icon::after { width: 17px; height: 2px; display: block; background: currentColor; }
    .menu-icon { position: relative; }
    .menu-icon::before, .menu-icon::after { content: ""; position: absolute; left: 0; }
    .menu-icon::before { top: -5px; }
    .menu-icon::after { top: 5px; }
    .brand-lockup { width: min(150px, 100%); }
    .header-options { gap: 0.5rem; font-size: 0.64rem; }
    .site-search { grid-column: 1 / -1; min-height: 40px; margin-bottom: 0.65rem; }
    .future-commerce { grid-column: 1 / -1; justify-content: flex-end; margin-top: -0.45rem; padding-bottom: 0.65rem; font-size: 0.67rem; }
    .primary-nav { display: none; }
    .primary-nav.is-open { display: block; }
    .nav-links { display: grid; gap: 0; padding: 0.25rem 0 0.6rem; }
    .nav-links a { border-top: 1px solid rgba(255, 255, 255, 0.1); padding: 0.7rem 0; }
    .brand-motto { display: none; }
    .managed-slot-hero { aspect-ratio: 1 / 1; }
    .managed-slot-hero-right-top,
    .managed-slot-hero-right-middle,
    .managed-slot-hero-right-bottom { width: 100%; aspect-ratio: auto; }
    .promo-grid { grid-template-columns: 1fr; }
    .promo-right-stack { grid-template-columns: 1fr 1fr; grid-template-rows: 160px 160px; contain: none; }
    .managed-slot-hero-right-bottom,
    .promo-right-stack .promo-teamwear { grid-column: 1 / -1; }
    .promo-main { grid-column: 1 / -1; grid-row: auto; }
    .promo-copy { padding: 2rem; }
    .promo-main h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
    .promo-teamwear { grid-column: 1 / -1; }
    .promo-small > div { padding: 1rem; }
    .promo-small h2 { font-size: 1.15rem; }
    .editorial-grid { grid-template-columns: 1fr; }
    .editorial-panel { min-height: 245px; }
    .reassurance-grid { grid-template-columns: 1fr 1fr; }
    .reassurance-grid > div { min-height: 78px; padding: 0.85rem; }
    .reassurance-grid > div + div { border-left: 0; }
    .reassurance-grid > div:nth-child(even) { border-left: 1px solid var(--line); }
    .reassurance-grid > div:nth-child(n + 3) { border-top: 1px solid var(--line); }
    .lifestyle-content { gap: 1rem; justify-content: space-between; }
    .lifestyle-content p { font-size: 1.8rem; }
    .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; }
    .footer-centre { grid-template-columns: 1fr 1fr; gap: 1.8rem 1rem; }
    .footer-bottom { display: grid; }
    .cookie-shell { grid-template-columns: auto 1fr; gap: 0.45rem 0.75rem; padding: 0.65rem 0.75rem; }
    .cookie-shell > a { grid-column: 2; }
    .cookie-shell > div { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
    .cookie-shell button:first-child { display: none; }
}

@media (max-width: 480px) {
    .promo-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
    .promo-right-stack { display: contents; }
    .promo-grid { scrollbar-width: none; }
    .promo-grid::-webkit-scrollbar { display: none; }
    .promo { min-width: calc(100vw - 1.5rem); min-height: 360px; scroll-snap-align: center; }
    .promo-grid > .managed-slot { min-width: 82vw; scroll-snap-align: center; }
    .promo-right-stack > .managed-slot { min-width: 82vw; scroll-snap-align: center; }
    .promo-grid > .managed-slot-hero { min-width: calc(100vw - 1.5rem); }
    .promo-right-stack > .managed-slot { aspect-ratio: 16 / 5; }
    .promo-small { min-width: 82vw; }
    .commerce-section { padding-top: 1.35rem; }
    .section-title-row a { display: none; }
    .team-silhouettes { right: -25%; }
    .footer-centre { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .is-slider .managed-slide-track {
        transition: none;
    }
}