:root {
    --navy: #13283f;
    --navy-deep: #0c1d2e;
    --navy-700: #1c3a57;
    --navy-line: rgba(255, 255, 255, 0.14);
    --orange: #e75830;
    --orange-deep: #c8451e;
    --gold: #c0883b;
    --ivory: #f6f1e7;
    --ivory-2: #fbf8f1;
    --ivory-deep: #ece3d2;
    --ink: #14222e;
    --muted-ink: rgba(20, 34, 46, 0.66);
    --muted-light: rgba(246, 241, 231, 0.66);
    --line-ink: rgba(20, 34, 46, 0.13);
    --display: "Fraunces", Georgia, serif;
    --body: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --maxw: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--ivory);
    color: var(--ink);
    font-family: var(--body);
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
}

body.admin-bar header.nav {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar header.nav {
        top: 46px;
    }
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

h1,
h2,
h3,
h4,
p {
    margin-top: 0;
}

h1,
h2,
h3,
h4 {
    font-family: var(--display);
    font-weight: 900;
    letter-spacing: -0.012em;
    line-height: 1.05;
}

.wrap {
    width: min(100%, var(--maxw));
    margin: 0 auto;
    padding-inline: 26px;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    z-index: 9999;
    top: 8px;
    left: 8px;
    width: auto;
    height: auto;
    padding: 10px 14px;
    overflow: visible;
    clip: auto;
    background: #fff;
    color: var(--navy);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--orange);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 11px;
    height: 13px;
    background: var(--orange);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    content: "";
}

.eyebrow.muted,
.eyebrow.muted::before {
    color: var(--gold);
}

.eyebrow.muted::before {
    background: var(--gold);
}

.topbar {
    background: var(--navy-deep);
    color: var(--muted-light);
    font-size: 0.74rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.topbar .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    gap: 16px;
}

.topbar a {
    color: var(--ivory);
}

.topbar .tb-right {
    display: flex;
    gap: 22px;
}

header.nav {
    position: sticky;
    z-index: 60;
    top: 0;
    border-bottom: 1px solid var(--line-ink);
    background: rgba(246, 241, 231, 0.96);
    backdrop-filter: blur(12px);
    transition: box-shadow 0.3s ease;
}

header.nav.scrolled {
    box-shadow: 0 6px 24px -16px rgba(12, 29, 46, 0.5);
}

.nav .wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    gap: 24px;
}

.brand-link {
    flex: 0 0 auto;
}

.nav-logo {
    width: auto;
    height: 48px;
}

nav ul {
    display: flex;
    align-items: center;
    gap: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
}

nav a {
    color: var(--ink);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    opacity: 0.82;
    transition: color 0.2s ease, opacity 0.2s ease;
}

nav a:hover,
nav a:focus-visible {
    color: var(--orange);
    opacity: 1;
}

.cta-btn,
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--orange);
    border-radius: 3px;
    background: var(--orange);
    color: #fff;
    font-weight: 700;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.cta-btn {
    padding: 12px 20px;
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.btn-primary {
    padding: 15px 28px;
    font-size: 0.94rem;
}

.cta-btn:hover,
.btn-primary:hover {
    border-color: var(--orange-deep);
    background: var(--orange-deep);
    color: #fff;
    transform: translateY(-1px);
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 6px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--navy);
}

.hero {
    position: relative;
    overflow: hidden;
    background: var(--navy);
    color: var(--ivory);
}

.hero::before {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(70% 90% at 88% 10%, rgba(231, 88, 48, 0.2), transparent 60%),
        radial-gradient(60% 80% at 0% 100%, rgba(192, 136, 59, 0.14), transparent 60%);
    content: "";
}

.hero .wrap {
    position: relative;
    display: grid;
    grid-template-columns: 1.35fr 0.9fr;
    align-items: center;
    gap: 48px;
    padding-top: 72px;
    padding-bottom: 64px;
}

.hero h1 {
    margin: 20px 0 22px;
    color: #fff;
    font-size: clamp(2.5rem, 5.4vw, 4.3rem);
}

.hero h1 em {
    color: var(--orange);
    font-style: italic;
    font-weight: 500;
}

.hero p.lead {
    max-width: 48ch;
    margin-bottom: 32px;
    color: var(--muted-light);
    font-size: 1.1rem;
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    padding-top: 26px;
    border-top: 1px solid var(--navy-line);
}

.hero-stats .n {
    color: var(--orange);
    font-family: var(--display);
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
}

.hero-stats .l {
    margin-top: 6px;
    color: var(--muted-light);
    font-size: 0.74rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-badge {
    justify-self: center;
    text-align: center;
}

.hero-logo {
    width: min(360px, 78vw);
    height: auto;
    filter: drop-shadow(0 22px 40px rgba(0, 0, 0, 0.4));
}

.hero-badge .cap {
    margin-top: 18px;
    color: var(--muted-light);
    font-size: 0.74rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.trust {
    border-top: 1px solid var(--navy-line);
    background: var(--navy-deep);
}

.trust .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 26px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.trust .lbl {
    color: var(--muted-light);
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.retailer-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.retailer-logo-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    min-height: 54px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.04);
}

.retailer-logo-slot img {
    max-width: 100px;
    max-height: 32px;
    object-fit: contain;
    filter: grayscale(1) brightness(4);
    opacity: 0.9;
}

.retailer-logo-slot span {
    color: var(--ivory);
    font-family: var(--display);
    font-size: 1.05rem;
    font-weight: 700;
    opacity: 0.9;
}

section {
    padding: 96px 0;
}

.sec-head {
    max-width: 680px;
    margin-bottom: 50px;
}

.sec-head h2 {
    margin: 14px 0 16px;
    font-size: clamp(1.95rem, 4vw, 3rem);
}

.sec-head p {
    color: var(--muted-ink);
    font-size: 1.04rem;
}

.navy-sec {
    background: var(--navy);
    color: var(--ivory);
}

.navy-sec h2,
.navy-sec h3 {
    color: #fff;
}

.navy-sec .sec-head p {
    color: var(--muted-light);
}

.ivory2 {
    background: var(--ivory-2);
}

.heritage .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

.heritage .quote {
    margin: 18px 0 0;
    color: #fff;
    font-family: var(--display);
    font-size: clamp(1.5rem, 2.8vw, 2.15rem);
    font-style: italic;
    font-weight: 500;
    line-height: 1.3;
}

.heritage .quote b {
    color: var(--orange);
    font-style: normal;
    font-weight: 600;
}

.heritage .founder {
    margin-top: 22px;
    color: var(--muted-light);
    font-size: 0.8rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.heritage .founder b {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-family: var(--display);
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.heritage .body h2 {
    margin: 14px 0 20px;
    font-size: clamp(1.7rem, 3.4vw, 2.5rem);
}

.heritage .body p {
    max-width: 50ch;
    margin-bottom: 16px;
    color: var(--muted-light);
}

.timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 66px;
    border-top: 1px solid var(--navy-line);
}

.tl {
    position: relative;
    padding: 24px 20px 0;
    border-right: 1px solid var(--navy-line);
}

.tl:last-child {
    border-right: 0;
}

.tl::before {
    position: absolute;
    top: -6px;
    left: 20px;
    width: 11px;
    height: 13px;
    background: var(--orange);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    content: "";
}

.tl .yr {
    color: #fff;
    font-family: var(--display);
    font-size: 1.5rem;
    font-weight: 900;
}

.tl p {
    margin-top: 6px;
    color: var(--muted-light);
    font-size: 0.88rem;
}

.division-band {
    display: grid;
    grid-template-columns: 0.82fr 1.45fr;
    min-height: 360px;
    margin-top: 26px;
    overflow: hidden;
    border: 1px solid var(--line-ink);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 60px -46px rgba(12, 29, 46, 0.65);
}

.division-mark {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 36px;
    background: linear-gradient(145deg, var(--navy-700), var(--navy-deep));
    color: #fff;
    text-align: center;
}

.division-logo {
    width: min(260px, 100%);
    height: auto;
}

.division-mark > span {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    opacity: 0.76;
    text-transform: uppercase;
}

.retail-mark {
    background: linear-gradient(145deg, #f16b42, var(--orange-deep));
}

.retail-logo {
    max-height: 150px;
    object-fit: contain;
}

.retail-wordmark {
    color: #fff;
    font-family: var(--display);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 900;
    line-height: 0.95;
    text-align: left;
}

.retail-wordmark span {
    display: block;
    font-family: var(--body);
    font-size: 0.42em;
    font-weight: 800;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.division-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 46px 50px;
}

.division-kicker {
    color: var(--orange);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.division-content h3 {
    margin: 12px 0 16px;
    color: var(--navy);
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
}

.division-content p {
    max-width: 62ch;
    color: var(--muted-ink);
    font-size: 1rem;
}

.division-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.division-points span {
    padding: 8px 13px;
    border: 1px solid var(--line-ink);
    border-radius: 99px;
    background: var(--ivory-2);
    color: var(--navy);
    font-size: 0.78rem;
    font-weight: 700;
}

.channels .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 46px;
}

.chan {
    padding: 28px 24px;
    border: 1px solid var(--navy-line);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.chan:hover {
    border-color: var(--orange);
    transform: translateY(-4px);
}

.chan .num {
    color: var(--orange);
    font-family: var(--display);
    font-size: 1rem;
    font-weight: 900;
}

.chan h3 {
    margin: 12px 0 9px;
    font-size: 1.3rem;
}

.chan p {
    color: var(--muted-light);
    font-size: 0.9rem;
}

.caps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding-top: 34px;
    border-top: 1px solid var(--navy-line);
}

.cap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cap .v {
    color: var(--orange);
    font-family: var(--display);
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
}

.cap .t {
    color: var(--muted-light);
    font-size: 0.86rem;
}

.cap .t b {
    display: block;
    margin-bottom: 2px;
    color: #fff;
    font-family: var(--display);
    font-weight: 600;
}

.export-capabilities {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.export-card {
    min-height: 260px;
    padding: 28px 24px;
    border: 1px solid var(--line-ink);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 18px 40px -34px rgba(12, 29, 46, 0.55);
}

.export-card > span {
    color: var(--orange);
    font-family: var(--display);
    font-size: 1rem;
    font-weight: 900;
}

.export-card h3 {
    margin: 20px 0 12px;
    color: var(--navy);
    font-size: 1.35rem;
}

.export-card p {
    color: var(--muted-ink);
    font-size: 0.92rem;
}

.brands .panel {
    padding: 30px;
    border: 1px solid var(--line-ink);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 24px 60px -40px rgba(12, 29, 46, 0.5);
}

.brands .panel img {
    width: 100%;
    border-radius: 6px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.prod {
    overflow: hidden;
    border: 1px solid var(--line-ink);
    border-radius: 8px;
    background: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.prod:hover {
    border-color: var(--gold);
    box-shadow: 0 18px 40px -26px rgba(12, 29, 46, 0.5);
    transform: translateY(-4px);
}

.prod-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 155px;
    overflow: hidden;
    background:
        radial-gradient(circle at 75% 20%, rgba(231, 88, 48, 0.22), transparent 34%),
        linear-gradient(135deg, var(--ivory-deep), var(--ivory-2));
    background-position: center;
    background-size: cover;
}

.prod-media.has-image::after,
.store-photo.has-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(12, 29, 46, 0.16), transparent 55%);
    content: "";
}

.prod-icon {
    width: 72px;
    height: 72px;
    color: var(--orange);
}

.prod-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.4;
}

.prod-body {
    padding: 22px;
}

.prod h3 {
    margin-bottom: 7px;
    color: var(--navy);
    font-size: 1.18rem;
}

.prod p {
    min-height: 66px;
    margin-bottom: 12px;
    color: var(--muted-ink);
    font-size: 0.86rem;
}

.prod .size {
    color: var(--orange);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.prod-note {
    margin-top: 30px;
    color: var(--muted-ink);
    font-size: 0.92rem;
}

.prod-note a {
    color: var(--orange);
    font-weight: 700;
}

.store-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.store {
    overflow: hidden;
    border: 1px solid var(--navy-line);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.store:hover {
    border-color: var(--orange);
    transform: translateY(-4px);
}

.store-photo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    background:
        radial-gradient(circle at 70% 20%, rgba(231, 88, 48, 0.24), transparent 34%),
        linear-gradient(135deg, var(--navy-700), var(--navy-deep));
    background-position: center;
    background-size: cover;
}

.pin-icon {
    color: var(--orange);
    font-family: var(--display);
    font-size: 3.2rem;
    opacity: 0.9;
}

.store-body {
    padding: 20px 20px 24px;
}

.store .city {
    margin-bottom: 8px;
    color: var(--orange);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.store h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 1.18rem;
}

.store p {
    min-height: 52px;
    color: var(--muted-light);
    font-size: 0.84rem;
}

.map-link {
    display: inline-flex;
    margin-top: 10px;
    padding-bottom: 2px;
    border-bottom: 1px solid var(--orange);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
}

.stores .online {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.enquiry .grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 54px;
}

.enquiry h2 {
    margin: 14px 0 16px;
    font-size: clamp(1.95rem, 4vw, 2.9rem);
}

.enquiry .intro p {
    max-width: 44ch;
    margin-bottom: 18px;
    color: var(--muted-ink);
}

.enquiry .contact-line {
    margin-top: 24px;
}

.enquiry .contact-line > div {
    margin-bottom: 14px;
}

.enquiry .contact-line .l {
    color: var(--muted-ink);
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.enquiry .contact-line .v {
    color: var(--navy);
    font-family: var(--display);
    font-size: 1.15rem;
    font-weight: 700;
}

form .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

form label {
    display: block;
    margin: 14px 0 6px;
    color: var(--navy);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

form input,
form select,
form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--line-ink);
    border-radius: 4px;
    background: #fff;
    color: var(--ink);
    font-size: 0.95rem;
}

form input:focus,
form select:focus,
form textarea:focus {
    border-color: var(--orange);
    outline: 2px solid var(--orange);
    outline-offset: 1px;
}

form textarea {
    min-height: 112px;
    resize: vertical;
}

form .submit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
}

form button {
    padding: 15px 30px;
    border: 0;
    border-radius: 4px;
    background: var(--orange);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.25s ease;
}

form button:hover {
    background: var(--orange-deep);
}

form .wa {
    color: #128c7e;
    font-weight: 700;
}

.form-note {
    margin-top: 12px;
    color: var(--muted-ink);
    font-size: 0.78rem;
}

.form-status {
    margin-bottom: 18px;
    padding: 13px 16px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 700;
}

.form-status.success {
    border: 1px solid #b8d8bf;
    background: #eef8f0;
    color: #246634;
}

.form-status.error {
    border: 1px solid #e3b8ae;
    background: #fff2ef;
    color: #8a2f1d;
}

footer {
    padding: 66px 0 28px;
    background: var(--navy-deep);
    color: var(--muted-light);
}

.foot-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
    gap: 34px;
    padding-bottom: 42px;
    border-bottom: 1px solid var(--navy-line);
}

footer .flogo {
    width: auto;
    height: 60px;
    margin-bottom: 16px;
}

footer p.about {
    max-width: 34ch;
    font-size: 0.9rem;
}

footer h4 {
    margin-bottom: 15px;
    color: var(--orange);
    font-family: var(--body);
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer li {
    margin-bottom: 10px;
}

footer a {
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

footer a:hover {
    color: #fff;
}

.foot-contact > div {
    margin-bottom: 12px;
}

.foot-contact .v {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
}

.foot-contact .v.addr {
    color: var(--muted-light);
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.5;
}

.copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    padding-top: 22px;
    font-size: 0.78rem;
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in {
    opacity: 1;
    transform: none;
}

:focus-visible {
    outline: 2px solid var(--orange);
    outline-offset: 3px;
}

.inner-page {
    min-height: 55vh;
    padding: 72px 0 96px;
    background: var(--ivory-2);
}

.inner-page .content-shell {
    max-width: 840px;
}

.inner-page h1 {
    margin-bottom: 24px;
    color: var(--navy);
    font-size: clamp(2.2rem, 5vw, 4rem);
}

.entry-content {
    color: var(--ink);
}

.entry-content h2,
.entry-content h3 {
    margin-top: 1.8em;
    color: var(--navy);
}

.entry-content p,
.entry-content li {
    color: var(--muted-ink);
}

.entry-content a {
    color: var(--orange);
    text-decoration: underline;
}

.post-list {
    display: grid;
    gap: 24px;
}

.post-card {
    padding: 28px;
    border: 1px solid var(--line-ink);
    border-radius: 6px;
    background: #fff;
}

.post-card h2 {
    margin-bottom: 10px;
    color: var(--navy);
    font-size: 1.7rem;
}

@media (max-width: 980px) {
    nav ul {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }

    nav ul.open {
        position: absolute;
        top: 80px;
        right: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 18px 26px;
        border-bottom: 1px solid var(--line-ink);
        background: var(--ivory);
        box-shadow: 0 14px 28px -18px rgba(12, 29, 46, 0.5);
    }

    .cta-btn {
        display: none;
    }

    .channels .grid,
    .export-capabilities,
    .product-grid,
    .store-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 880px) {
    .hero .wrap {
        grid-template-columns: 1fr;
        padding-top: 54px;
        text-align: left;
    }

    .hero-badge {
        order: -1;
        justify-self: flex-start;
    }

    .hero-logo {
        width: 230px;
    }

    .division-band,
    .heritage .grid,
    .enquiry .grid {
        grid-template-columns: 1fr;
    }

    .division-mark {
        min-height: 250px;
    }

    .caps {
        grid-template-columns: 1fr 1fr;
        gap: 22px;
    }

    .timeline {
        grid-template-columns: 1fr 1fr;
    }

    .tl {
        padding-bottom: 26px;
        border-bottom: 1px solid var(--navy-line);
    }

    .foot-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 720px) {
    .topbar .tb-left {
        display: none;
    }

    .topbar .wrap {
        justify-content: center;
    }

    .topbar .tb-right {
        gap: 14px;
        font-size: 0.68rem;
    }

    section {
        padding: 74px 0;
    }

    .division-content {
        padding: 34px 28px;
    }

    .retailer-logo-slot {
        width: 112px;
    }
}

@media (max-width: 560px) {
    .wrap {
        padding-inline: 20px;
    }

    .nav .wrap {
        min-height: 70px;
    }

    .nav-logo {
        height: 40px;
    }

    nav ul.open {
        top: 70px;
    }

    .hero-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .channels .grid,
    .export-capabilities,
    .product-grid,
    .store-grid,
    .caps,
    .timeline,
    .foot-grid,
    form .row {
        grid-template-columns: 1fr;
    }

    .tl {
        border-right: 0;
    }

    .prod p,
    .store p {
        min-height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}
