:root {
    --ink: #102a2e;
    --teal: #163b3b;
    --teal-2: #205252;
    --lime: #ddf247;
    --lime-dark: #b9ce29;
    --paper: #f6f8f5;
    --white: #ffffff;
    --muted: #526568;
    --line: #d8e0dc;
    --soft: #eaf0ec;
    --success: #176b43;
    --success-bg: #eaf7ef;
    --warning: #805900;
    --warning-bg: #fff7db;
    --error: #9a2c25;
    --error-bg: #fff0ee;
    --info: #245d74;
    --info-bg: #edf7fb;
    --shadow-card: 0 10px 32px rgba(16, 42, 46, .07);
    --shadow-overlay: 0 24px 70px rgba(16, 42, 46, .18);
    --radius-control: 8px;
    --radius-card: 12px;
    --radius-panel: 16px;
    --container: 1240px;
    --focus: #087e8b;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { text-decoration-thickness: .13em; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
::selection { background: var(--lime); color: var(--ink); }

.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.narrow { width: min(100%, 820px); }
.article-width { width: min(100%, 820px); }
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 12px 16px;
    background: var(--lime);
    color: var(--ink);
    border-radius: var(--radius-control);
    transform: translateY(-180%);
    font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }
.icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; }

.announcement { background: var(--lime); color: var(--ink); }
.announcement[hidden] { display: none; }
.announcement__inner { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 16px; }
.announcement p { margin: 0; font-size: 14px; text-align: center; }
.icon-button { width: 40px; height: 40px; display: inline-grid; place-items: center; border: 0; background: transparent; border-radius: 50%; cursor: pointer; }
.icon-button:hover { background: rgba(16, 42, 46, .1); }

.site-header { position: relative; z-index: 50; background: rgba(246, 248, 245, .98); border-bottom: 1px solid var(--line); }
.header-main { min-height: 88px; display: grid; grid-template-columns: auto minmax(280px, 1fr) auto; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 150px; height: 42px; }
.menu-button { display: none; min-height: 44px; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid var(--line); border-radius: var(--radius-control); background: var(--white); font-weight: 800; cursor: pointer; }
.header-search { position: relative; width: min(100%, 650px); justify-self: center; }
.search-form { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 52px; background: var(--white); border: 1px solid #b9c8c2; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(16, 42, 46, .04); }
.search-form:focus-within { border-color: var(--focus); box-shadow: 0 0 0 3px rgba(8, 126, 139, .15); }
.search-form__icon { margin-left: 16px; color: var(--muted); }
.search-form input { width: 100%; min-width: 0; min-height: 50px; border: 0; outline: 0; padding: 0 14px; color: var(--ink); background: transparent; }
.search-form input::placeholder { color: #66787a; }
.search-form button { min-height: 44px; margin-right: 4px; padding: 0 18px; border: 0; border-radius: var(--radius-control); background: var(--teal); color: var(--white); font-weight: 800; cursor: pointer; }
.search-form button:hover { background: var(--teal-2); }
.search-suggestions { position: absolute; inset: calc(100% + 8px) 0 auto; z-index: 70; padding: 8px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-overlay); }
.search-suggestions[hidden] { display: none; }
.suggestion { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px; border-radius: 8px; text-decoration: none; }
.suggestion:hover, .suggestion[aria-selected="true"] { background: var(--soft); }
.suggestion span { font-weight: 750; }
.suggestion small { color: var(--muted); }
.search-empty { padding: 14px; color: var(--muted); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-action { position: relative; min-width: 64px; min-height: 52px; display: grid; place-items: center; gap: 2px; padding: 5px 8px; border-radius: var(--radius-control); text-decoration: none; font-size: 12px; font-weight: 750; }
.header-action:hover { background: var(--soft); }
.header-action .icon { width: 22px; height: 22px; }
.basket-count { position: absolute; top: 1px; right: 4px; min-width: 20px; height: 20px; display: grid; place-items: center; padding: 0 5px; background: var(--lime); border: 2px solid var(--paper); border-radius: 20px; font-size: 10px; }
.site-nav { border-top: 1px solid rgba(216, 224, 220, .75); }
.site-nav__inner { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.site-nav a { min-height: 42px; display: inline-flex; align-items: center; padding: 0 16px; border-radius: var(--radius-control); text-decoration: none; font-size: 14px; font-weight: 750; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: var(--soft); }
.breadcrumbs { padding-block: 16px 0; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; color: var(--muted); font-size: 14px; }
.breadcrumbs li { display: inline-flex; align-items: center; gap: 4px; }
.breadcrumbs .icon { width: 14px; height: 14px; }
.breadcrumbs a { color: var(--ink); }

.hero { overflow: hidden; padding: 72px 0 80px; background: radial-gradient(circle at 80% 30%, rgba(221, 242, 71, .22), transparent 24%), linear-gradient(145deg, #f6f8f5 0%, #edf3ef 100%); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 64px; align-items: center; }
.eyebrow { display: inline-block; margin-bottom: 12px; color: var(--teal-2); font-size: 12px; font-weight: 900; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.hero h1, .page-hero h1 { max-width: 760px; margin: 0; font-size: clamp(42px, 6vw, 72px); line-height: .98; letter-spacing: -.045em; }
.hero h1 span { color: var(--teal-2); }
.hero__lead { max-width: 690px; margin: 24px 0 0; color: #334e51; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button-row--centre { justify-content: center; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 10px 20px; border: 1px solid transparent; border-radius: var(--radius-control); text-decoration: none; font-weight: 850; line-height: 1.2; cursor: pointer; }
.button .icon { width: 18px; height: 18px; }
.button--primary { background: var(--lime); color: var(--ink); border-color: var(--lime-dark); }
.button--primary:hover { background: #e6f766; }
.button--secondary { background: var(--white); color: var(--ink); border-color: #afbeb9; }
.button--secondary:hover { border-color: var(--teal); background: var(--soft); }
.button--dark { background: var(--teal); color: var(--white); }
.button--dark:hover { background: var(--teal-2); }
.hero__checks { display: flex; flex-wrap: wrap; gap: 16px 22px; margin: 30px 0 0; padding: 0; list-style: none; color: #3c5558; font-size: 14px; font-weight: 700; }
.hero__checks li { display: inline-flex; align-items: center; gap: 7px; }
.hero__checks .icon { color: var(--success); }
.hero__visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.selection-card { width: min(100%, 460px); padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-overlay); }
.selection-card__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.selection-card__icon { width: 54px; height: 54px; display: grid; place-items: center; background: var(--teal); color: var(--white); border-radius: 16px; }
.selection-card__icon .icon { width: 28px; height: 28px; }
.badge { display: inline-flex; align-items: center; min-height: 28px; padding: 4px 10px; background: var(--lime); border-radius: 6px; font-size: 12px; font-weight: 900; }
.selection-card h2 { margin: 26px 0 20px; font-size: 26px; line-height: 1.2; letter-spacing: -.025em; }
.selection-list { display: grid; gap: 10px; }
.selection-list > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 12px; padding: 12px; background: var(--paper); border: 1px solid #e2e8e4; border-radius: 10px; }
.selection-list > div > span { grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; background: var(--white); color: var(--teal); border: 1px solid var(--line); border-radius: 10px; }
.selection-list strong { font-size: 15px; }
.selection-list small { color: var(--muted); }
.floating-note { position: absolute; display: flex; align-items: center; gap: 10px; min-width: 180px; padding: 12px 14px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-card); }
.floating-note > .icon { width: 26px; height: 26px; padding: 5px; background: var(--lime); border-radius: 50%; }
.floating-note span { display: grid; }
.floating-note small { color: var(--muted); font-size: 12px; }
.floating-note--one { left: -16px; top: 90px; }
.floating-note--two { right: -8px; bottom: 64px; }

.trust-strip { background: var(--teal); color: var(--white); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip a { min-height: 104px; display: flex; align-items: center; gap: 13px; padding: 20px; border-right: 1px solid rgba(255,255,255,.14); text-decoration: none; }
.trust-strip a:last-child { border-right: 0; }
.trust-strip a:hover { background: rgba(255,255,255,.06); }
.trust-strip .icon { width: 28px; height: 28px; color: var(--lime); }
.trust-strip span { display: grid; }
.trust-strip small { color: #c8d8d5; font-size: 13px; }

.section { padding: 80px 0; }
.section--tight { padding-top: 44px; }
.section--tint { background: var(--soft); border-block: 1px solid var(--line); }
.section--updates { padding-top: 40px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.section-heading h2, .selection-section h2, .updates-panel h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; letter-spacing: -.035em; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-weight: 850; }
.text-link .icon { width: 17px; height: 17px; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.category-card { min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow-card); text-decoration: none; }
.category-card:hover { border-color: #9db0a9; transform: translateY(-2px); }
.category-card__icon { width: 64px; height: 64px; display: grid; place-items: center; background: var(--soft); color: var(--teal); border-radius: 16px; }
.category-card__icon .icon { width: 32px; height: 32px; }
.category-card__content { display: grid; gap: 10px; }
.category-card__content strong { font-size: 20px; line-height: 1.2; }
.category-card__content small { color: var(--muted); font-size: 14px; }
.category-card__content > span { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: 14px; font-weight: 850; }
.category-card__content .icon { width: 16px; height: 16px; }
.selection-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.selection-section__intro > p { margin: 22px 0 0; color: var(--muted); font-size: 18px; }
.process-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 16px; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card); }
.process-list li > span { width: 48px; height: 48px; display: grid; place-items: center; background: var(--teal); color: var(--lime); border-radius: 12px; font-size: 13px; font-weight: 900; }
.process-list strong { font-size: 18px; }
.process-list p { margin: 3px 0 0; color: var(--muted); }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.guide-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow-card); }
.guide-card__art { min-height: 160px; display: grid; place-items: center; background: linear-gradient(135deg, var(--teal), #2d6665); color: var(--lime); }
.guide-card__art span { width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid rgba(221,242,71,.45); border-radius: 20px; transform: rotate(-4deg); }
.guide-card__art .icon { width: 36px; height: 36px; }
.guide-card__body { padding: 22px; }
.guide-card h3 { margin: 8px 0; font-size: 22px; line-height: 1.25; }
.guide-card h3 a { text-decoration: none; }
.guide-card h3 a:hover { text-decoration: underline; }
.guide-card p:not(.card-meta) { color: var(--muted); }
.card-meta { margin: 0; color: var(--teal-2); font-size: 12px; font-weight: 850; letter-spacing: .03em; text-transform: uppercase; }
.updates-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; padding: 48px; background: var(--teal); color: var(--white); border-radius: 20px; }
.updates-panel .eyebrow { color: var(--lime); }
.updates-panel p { color: #d3dfdd; }
.updates-form > label:first-of-type { display: block; margin-bottom: 6px; font-weight: 800; }
.input-action { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.input-action input { min-height: 50px; width: 100%; padding: 0 14px; border: 1px solid #a8bbb5; border-radius: var(--radius-control); background: var(--white); color: var(--ink); }
.check-control { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin-top: 14px; color: #d3dfdd; font-size: 13px; }
.check-control input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--lime); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.page-hero { padding: 72px 0; background: linear-gradient(145deg, #edf3ef, #f6f8f5); border-bottom: 1px solid var(--line); }
.page-hero--compact { padding: 58px 0; }
.page-hero--compact h1 { font-size: clamp(38px, 5vw, 58px); }
.page-hero p { max-width: 760px; margin: 20px 0 0; color: #385255; font-size: 19px; }
.page-hero__grid { display: grid; grid-template-columns: 1fr 280px; gap: 40px; align-items: center; }
.category-hero__icon { width: 180px; height: 180px; display: grid; place-items: center; justify-self: end; background: var(--teal); color: var(--lime); border-radius: 40px; transform: rotate(3deg); box-shadow: var(--shadow-card); }
.category-hero__icon .icon { width: 82px; height: 82px; }
.listing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.listing-card { min-height: 270px; display: flex; flex-direction: column; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow-card); }
.listing-card__icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 20px; background: var(--soft); color: var(--teal); border-radius: 14px; }
.listing-card__icon .icon { width: 28px; height: 28px; }
.listing-card h2 { margin: 8px 0; font-size: 22px; line-height: 1.25; }
.listing-card h2 a { text-decoration: none; }
.listing-card p:not(.card-meta) { color: var(--muted); }
.listing-card .text-link { margin-top: auto; }
.alert { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 24px; padding: 16px; border: 1px solid; border-radius: var(--radius-card); }
.alert > .icon, .alert > span > .icon { width: 24px; height: 24px; margin-top: 1px; }
.alert strong { display: block; }
.alert p { margin: 3px 0 0; }
.alert--info { color: var(--info); background: var(--info-bg); border-color: #acd4e4; }
.alert--success { color: var(--success); background: var(--success-bg); border-color: #a9d6ba; }
.alert--error { color: var(--error); background: var(--error-bg); border-color: #e8b5b0; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 28px; align-items: start; }
.prose-card, .sidebar-card, .form-card { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow-card); }
.prose-card h2, .sidebar-card h2 { margin: 0 0 12px; font-size: 24px; line-height: 1.25; }
.prose-card h2:not(:first-child) { margin-top: 32px; }
.prose-card p, .sidebar-card p { color: var(--muted); }
.sidebar-card + .sidebar-card { margin-top: 18px; }
.sidebar-card__icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 18px; background: var(--teal); color: var(--lime); border-radius: 14px; }
.sidebar-card__icon .icon { width: 28px; height: 28px; }
.check-list { display: grid; gap: 10px; margin: 16px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 8px; }
.check-list .icon { color: var(--success); margin-top: 3px; }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.related-card { display: flex; align-items: flex-start; gap: 14px; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card); text-decoration: none; }
.related-card > .icon { width: 30px; height: 30px; color: var(--teal); }
.related-card span { display: grid; gap: 6px; }
.related-card small { color: var(--muted); }
.number-list { display: grid; gap: 12px; margin: 24px 0; padding: 0; list-style: none; }
.number-list li { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 14px; }
.number-list li > span { width: 42px; height: 42px; display: grid; place-items: center; background: var(--lime); border-radius: 50%; font-weight: 900; }
.number-list p { margin: 0; color: var(--ink); }
.empty-state { padding: 56px 32px; text-align: center; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-card); }
.empty-state--small { padding: 40px 28px; }
.empty-state__icon { width: 80px; height: 80px; display: grid; place-items: center; margin: 0 auto 20px; background: var(--soft); color: var(--teal); border-radius: 24px; }
.empty-state__icon .icon { width: 40px; height: 40px; }
.empty-state h1, .empty-state h2 { margin: 8px 0 12px; font-size: clamp(28px, 4vw, 42px); line-height: 1.1; }
.empty-state p { max-width: 680px; margin: 0 auto; color: var(--muted); font-size: 18px; }
.status-section { min-height: 560px; display: grid; align-items: center; }
.reference { margin-top: 16px !important; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 14px !important; }

.article-header { padding: 64px 0 44px; }
.article-header h1 { margin: 0; font-size: clamp(40px, 6vw, 64px); line-height: 1; letter-spacing: -.04em; }
.article-standfirst { margin: 22px 0 0; color: #385255; font-size: 21px; }
.article-meta { color: var(--muted); font-size: 14px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 320px; gap: 56px; align-items: start; padding-bottom: 80px; }
.article-body { padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow-card); }
.article-body section + section { margin-top: 38px; padding-top: 34px; border-top: 1px solid var(--line); }
.article-body h2 { margin: 0 0 14px; font-size: 28px; line-height: 1.2; }
.article-body p { color: #344d50; font-size: 17px; }
.article-callout { display: flex; gap: 14px; margin-top: 36px; padding: 20px; background: var(--info-bg); border: 1px solid #acd4e4; border-radius: var(--radius-card); color: var(--info); }
.article-callout .icon { width: 26px; height: 26px; }
.article-callout p { margin: 4px 0 0; color: inherit; font-size: 15px; }
.article-sidebar { position: sticky; top: 24px; }
.link-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.link-list a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-weight: 750; }
.link-list li:last-child a { border-bottom: 0; }
.link-list .icon { width: 16px; height: 16px; }
.policy-content { margin-inline: auto; }
.policy-section { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow-card); }
.policy-section + .policy-section { margin-top: 16px; }
.policy-section h2 { margin: 0 0 12px; font-size: 26px; line-height: 1.2; }
.policy-section p { color: #344d50; }
.link-list--panel { margin-top: 12px; }
.policy-footer { margin-top: 28px; padding: 24px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius-card); }
.policy-footer p { margin-top: 0; }

.search-page-form { margin-top: 28px; }
.search-page-form > label { display: block; margin-bottom: 7px; font-weight: 800; }
.results-count { color: var(--muted); font-weight: 800; }
.search-results { display: grid; gap: 12px; }
.search-result { padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card); }
.search-result h2 { margin: 6px 0; font-size: 23px; }
.search-result h2 a { text-decoration: none; }
.search-result p:not(.card-meta) { color: var(--muted); }

.form-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; align-items: start; }
.form-card form { display: grid; gap: 20px; }
.form-grid { display: grid; gap: 18px; }
.form-grid--two { grid-template-columns: 1fr 1fr; }
.field { display: grid; gap: 7px; }
.field label { font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); background: var(--white); border: 1px solid #aebdb8; border-radius: var(--radius-control); }
.field textarea { min-height: 170px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--focus); box-shadow: 0 0 0 3px rgba(8, 126, 139, .15); }
.field--error input, .field--error select, .field--error textarea { border-color: var(--error); }
.field-error { margin: 0; color: var(--error); font-size: 14px; font-weight: 750; }
.field-help { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 12px; }
.form-privacy { margin: -4px 0 0; color: var(--muted); font-size: 13px; }

.site-footer { margin-top: 40px; background: #0d292c; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: 48px; padding-block: 64px 48px; }
.footer-grid h2 { margin: 0 0 14px; color: var(--lime); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.footer-grid a { color: #d8e4e2; }
.footer-brand p { max-width: 360px; color: #b9cbc8; }
.footer-contact { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #a9bfbc; font-size: 13px; }
.footer-bottom a { color: #d8e4e2; }

@media (max-width: 1120px) {
    .header-main { grid-template-columns: auto 1fr auto; gap: 18px; }
    .category-grid { grid-template-columns: repeat(3, 1fr); }
    .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
    .trust-strip a:nth-child(2) { border-right: 0; }
    .trust-strip a:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
    .article-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 28px; }
}

@media (max-width: 900px) {
    .announcement__inner { justify-content: space-between; }
    .header-main { min-height: 74px; grid-template-columns: auto auto 1fr; }
    .brand { grid-column: 1; }
    .menu-button { display: inline-flex; grid-column: 2; }
    .header-search { grid-column: 1 / -1; grid-row: 2; width: 100%; padding-bottom: 14px; }
    .header-actions { grid-column: 3; grid-row: 1; justify-self: end; }
    .site-nav { display: none; }
    .site-nav[data-open="true"] { display: block; }
    .site-nav__inner { align-items: stretch; flex-direction: column; padding-block: 8px 14px; }
    .site-nav a { justify-content: space-between; }
    .hero { padding-top: 54px; }
    .hero__grid { grid-template-columns: 1fr; gap: 28px; }
    .hero__visual { min-height: 480px; }
    .selection-card { width: min(92%, 500px); }
    .floating-note--one { left: 0; }
    .floating-note--two { right: 0; }
    .selection-section, .updates-panel { grid-template-columns: 1fr; gap: 36px; }
    .guide-grid, .listing-grid { grid-template-columns: repeat(2, 1fr); }
    .content-grid, .form-layout { grid-template-columns: 1fr; }
    .contact-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    .sidebar-card + .sidebar-card { margin-top: 0; }
    .article-layout { grid-template-columns: 1fr; }
    .article-sidebar { position: static; }
    .page-hero__grid { grid-template-columns: 1fr 180px; }
    .category-hero__icon { width: 150px; height: 150px; border-radius: 32px; }
    .related-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 640px) {
    .container { width: min(calc(100% - 24px), var(--container)); }
    .announcement p { text-align: left; font-size: 12px; line-height: 1.4; }
    .header-main { grid-template-columns: 1fr auto auto; gap: 8px; }
    .brand img { width: 126px; height: auto; }
    .menu-button { width: 46px; justify-content: center; padding: 8px; }
    .menu-button span { display: none; }
    .header-action { min-width: 46px; }
    .header-action > span:not(.basket-count) { display: none; }
    .search-form { grid-template-columns: auto 1fr; }
    .search-form button { grid-column: 1 / -1; width: calc(100% - 8px); margin: 0 4px 4px; }
    .hero { padding: 44px 0 56px; }
    .hero h1, .page-hero h1 { font-size: clamp(38px, 13vw, 54px); }
    .hero__lead { font-size: 18px; }
    .hero__checks { display: grid; }
    .hero__visual { min-height: auto; padding: 24px 0 84px; }
    .selection-card { width: 100%; padding: 20px; }
    .floating-note { min-width: 160px; font-size: 13px; }
    .floating-note--one { top: auto; bottom: 20px; left: 0; }
    .floating-note--two { bottom: -46px; right: 0; }
    .trust-strip__grid { grid-template-columns: 1fr; }
    .trust-strip a { min-height: 88px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
    .trust-strip a:last-child { border-bottom: 0; }
    .section { padding: 58px 0; }
    .section-heading { align-items: flex-start; flex-direction: column; }
    .category-grid, .guide-grid, .listing-grid, .related-grid { grid-template-columns: 1fr; }
    .category-card { min-height: 230px; }
    .selection-section { gap: 34px; }
    .process-list li { grid-template-columns: 46px 1fr; padding: 16px; }
    .process-list li > span { width: 42px; height: 42px; }
    .updates-panel { padding: 26px 20px; border-radius: 14px; }
    .input-action { grid-template-columns: 1fr; }
    .page-hero { padding: 48px 0; }
    .page-hero__grid { grid-template-columns: 1fr; }
    .category-hero__icon { justify-self: start; width: 110px; height: 110px; border-radius: 24px; }
    .category-hero__icon .icon { width: 54px; height: 54px; }
    .prose-card, .sidebar-card, .form-card, .article-body, .policy-section { padding: 22px; }
    .form-grid--two, .contact-aside { grid-template-columns: 1fr; }
    .field-help { flex-direction: column; }
    .article-header { padding-top: 44px; }
    .article-body h2 { font-size: 24px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
}

@media (max-width: 390px) {
    .footer-grid { grid-template-columns: 1fr; }
    .button { width: 100%; }
    .button-row { width: 100%; }
}

@media (prefers-reduced-motion: no-preference) {
    .category-card, .button, .header-action, .site-nav a { transition: background-color .15s ease, border-color .15s ease, transform .15s ease; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* Phase 2 catalogue, product and basket components */
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.product-card { overflow: hidden; display: flex; min-width: 0; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow-soft); }
.product-card__media { display: grid; place-items: center; aspect-ratio: 1 / 1; overflow: hidden; background: #edf3ef; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; }
.product-card__body { display: flex; flex: 1; flex-direction: column; gap: 10px; padding: 20px; }
.product-card__body h3 { margin: 0; font-size: 20px; line-height: 1.25; }
.product-card__body h3 a { color: var(--ink); text-decoration: none; }
.product-card__body > p:not(.product-card__status) { margin: 0; color: var(--muted); }
.product-card__status { margin: 0; color: var(--teal); font-size: 12px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.product-card__footer { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 8px; }
.product-price { color: var(--ink); font-size: 20px; font-weight: 900; white-space: nowrap; }
.product-price--large { margin: 0; font-size: clamp(30px, 5vw, 42px); }
.product-detail { padding-top: 34px; }
.product-detail__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: clamp(36px, 6vw, 80px); align-items: start; }
.product-gallery { min-width: 0; }
.product-gallery__main { overflow: hidden; display: grid; place-items: center; aspect-ratio: 1 / 1; background: #edf3ef; border: 1px solid var(--line); border-radius: 28px; }
.product-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 12px; }
.product-gallery__thumbs img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border: 1px solid var(--line); border-radius: 14px; }
.product-summary { position: sticky; top: 28px; }
.product-summary h1 { margin: 8px 0 14px; font-size: clamp(38px, 5vw, 62px); line-height: 1.02; letter-spacing: -.045em; }
.product-summary__intro { color: var(--muted); font-size: 19px; line-height: 1.7; }
.product-buy-box { margin: 28px 0 20px; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-soft); }
.product-buy-box__status { margin: 12px 0 4px; }
.add-to-basket-form { display: grid; grid-template-columns: auto 88px 1fr; gap: 12px; align-items: end; margin-top: 20px; }
.add-to-basket-form label { grid-column: 1 / 3; font-weight: 800; }
.add-to-basket-form select { min-height: 48px; padding: 10px 12px; background: var(--white); border: 1px solid #aebdb8; border-radius: var(--radius-control); }
.add-to-basket-form .button { grid-column: 3; grid-row: 2; }
.form-note { color: var(--muted); font-size: 13px; }
.trust-list { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.trust-list li { display: flex; align-items: center; gap: 8px; color: var(--muted); font-weight: 700; }
.trust-list .icon { width: 18px; height: 18px; color: var(--teal); }
.product-information-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 28px; align-items: start; }
.specification-list { margin: 0 0 28px; }
.specification-list > div { display: grid; grid-template-columns: minmax(110px, .75fr) 1.25fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.specification-list dt { color: var(--muted); font-weight: 750; }
.specification-list dd { margin: 0; font-weight: 800; }
.basket-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 30px; align-items: start; }
.basket-lines { display: grid; gap: 16px; }
.basket-line { display: grid; grid-template-columns: 132px minmax(0, 1fr) auto; gap: 20px; align-items: start; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.basket-line__image { overflow: hidden; aspect-ratio: 1 / 1; background: #edf3ef; border-radius: 12px; }
.basket-line__image img { width: 100%; height: 100%; object-fit: cover; }
.basket-line__content h2 { margin: 0 0 6px; font-size: 21px; }
.basket-line__content h2 a { color: var(--ink); text-decoration: none; }
.basket-line__content p { margin: 5px 0; }
.basket-line__actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: end; margin-top: 14px; }
.basket-line__actions form:first-child { display: flex; flex-wrap: wrap; gap: 8px; align-items: end; }
.basket-line__actions label { width: 100%; font-size: 13px; font-weight: 800; }
.basket-line__actions select { min-height: 40px; padding: 7px 10px; border: 1px solid #aebdb8; border-radius: 8px; }
.basket-line__total { font-size: 18px; white-space: nowrap; }
.basket-summary { position: sticky; top: 24px; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-soft); }
.basket-summary h2 { margin-top: 0; }
.basket-summary > div { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.basket-summary p { color: var(--muted); font-size: 14px; }
.button--block { width: 100%; justify-content: center; }
.button--small { min-height: 40px; padding: 8px 13px; font-size: 13px; }
.text-button { padding: 0; color: var(--teal); background: transparent; border: 0; font: inherit; font-weight: 850; text-decoration: underline; cursor: pointer; }

@media (max-width: 1080px) {
    .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .product-detail__grid { grid-template-columns: 1fr 1fr; gap: 34px; }
}

@media (max-width: 820px) {
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-detail__grid, .product-information-grid, .basket-layout { grid-template-columns: 1fr; }
    .product-summary, .basket-summary { position: static; }
}

@media (max-width: 560px) {
    .product-grid { grid-template-columns: 1fr; }
    .product-card__footer { align-items: flex-start; flex-direction: column; }
    .add-to-basket-form { grid-template-columns: 88px 1fr; }
    .add-to-basket-form label { grid-column: 1 / -1; }
    .add-to-basket-form .button { grid-column: 2; grid-row: 2; }
    .basket-line { grid-template-columns: 90px minmax(0, 1fr); }
    .basket-line__total { grid-column: 2; }
    .specification-list > div { grid-template-columns: 1fr; gap: 4px; }
}

/* Phase 3 customer operations, tracking and checkout readiness */
.readiness-banner { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 28px; padding: 22px 24px; background: #eef5f1; border: 1px solid #bfd2c9; border-radius: 18px; }
.readiness-banner > div { display: flex; align-items: flex-start; gap: 14px; }
.readiness-banner .icon { flex: 0 0 auto; width: 26px; height: 26px; color: var(--teal); }
.readiness-banner strong { display: block; margin-bottom: 4px; font-size: 18px; }
.readiness-banner p { margin: 0; color: var(--muted); }
.readiness-banner--warning { background: #fff9e6; border-color: #e8d28e; }
.status-pill { display: inline-flex; align-items: center; min-height: 32px; padding: 6px 11px; color: var(--teal); background: var(--lime); border-radius: 999px; font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.service-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin: 28px 0; }
.service-card { display: flex; min-height: 220px; flex-direction: column; gap: 12px; padding: 24px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-soft); text-decoration: none; }
.service-card > span { display: grid; width: 48px; height: 48px; place-items: center; color: var(--teal); background: var(--lime); border-radius: 14px; }
.service-card .icon { width: 24px; height: 24px; }
.service-card h2 { margin: auto 0 0; font-size: 21px; }
.service-card p { margin: 0; color: var(--muted); }
.launch-gates { margin-top: 28px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; }
.launch-gates > h2 { margin-top: 0; }
.check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; color: var(--muted); }
.check-list li::before { position: absolute; top: .1em; left: 0; display: grid; width: 20px; height: 20px; place-items: center; content: "✓"; color: var(--teal); background: var(--lime); border-radius: 50%; font-size: 12px; font-weight: 900; }
.order-panel { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-soft); }
.order-panel__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.order-panel__header h2 { margin: 5px 0 8px; font-size: clamp(30px, 5vw, 44px); }
.order-panel__header p { margin: 0; color: var(--muted); }
.order-timeline { position: relative; display: grid; gap: 0; margin: 30px 0; padding: 0; list-style: none; }
.order-timeline__item { position: relative; display: grid; grid-template-columns: 24px 1fr; gap: 14px; min-height: 84px; }
.order-timeline__item::before { position: absolute; top: 21px; bottom: -1px; left: 8px; width: 2px; content: ""; background: var(--line); }
.order-timeline__item:last-child::before { display: none; }
.order-timeline__marker { position: relative; z-index: 1; width: 18px; height: 18px; margin-top: 2px; background: var(--white); border: 3px solid #aebdb8; border-radius: 50%; }
.order-timeline__item.is-complete .order-timeline__marker { background: var(--lime); border-color: var(--teal); }
.order-timeline__item strong { display: block; margin-bottom: 4px; }
.order-timeline__item p { margin: 0 0 4px; color: var(--muted); }
.order-timeline__item time { color: var(--muted); font-size: 13px; }
.parcel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 28px 0; }
.parcel-card { padding: 20px; background: #f4f8f5; border: 1px solid var(--line); border-radius: 16px; }
.parcel-card h3 { margin: 6px 0 10px; }
.parcel-card p { margin: 6px 0; color: var(--muted); }
.order-lines { margin-top: 26px; }
.order-line-summary, .order-total { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.order-line-summary div { display: grid; gap: 4px; }
.order-line-summary span { color: var(--muted); }
.order-total { padding-top: 18px; border-bottom: 0; font-size: 20px; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 30px; align-items: start; }
.checkout-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 26px 0; }
.checkout-step { display: grid; gap: 6px; min-height: 132px; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.checkout-step > span { display: grid; width: 32px; height: 32px; place-items: center; color: var(--white); background: #789088; border-radius: 50%; font-weight: 900; }
.checkout-step.is-current { border-color: var(--teal); box-shadow: inset 0 0 0 1px var(--teal); }
.checkout-step.is-current > span { color: var(--teal); background: var(--lime); }
.checkout-step small { color: var(--muted); }
.blocker-list { display: grid; gap: 12px; }
.blocker-card { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 16px; background: #fff9e6; border: 1px solid #e8d28e; border-radius: 14px; }
.blocker-card > span { color: #7a5c00; }
.blocker-card .icon { width: 22px; height: 22px; }
.blocker-card strong { display: block; margin-bottom: 4px; }
.blocker-card p { margin: 0 0 8px; color: var(--muted); }
.blocker-card code { color: #5f4b12; font-size: 12px; }
.readiness-form { margin-top: 18px; }
.checkout-summary__line, .checkout-summary__total { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.checkout-summary__line span { color: var(--muted); }
.checkout-summary__total { margin-bottom: 18px; font-size: 18px; }
.small-print { color: var(--muted); font-size: 12px !important; }

@media (max-width: 1040px) {
    .service-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .checkout-layout { grid-template-columns: 1fr; }
    .checkout-summary { position: static; }
}

@media (max-width: 720px) {
    .readiness-banner, .order-panel__header { align-items: flex-start; flex-direction: column; }
    .service-card-grid, .parcel-grid { grid-template-columns: 1fr; }
    .checkout-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .order-panel { padding: 22px; }
}

@media (max-width: 430px) {
    .checkout-steps { grid-template-columns: 1fr; }
    .service-card { min-height: 190px; }
    .order-line-summary, .order-total { flex-direction: column; gap: 6px; }
}
