/*
Theme Name: Mayroons Wholesale
Theme URI: https://mayroons.co.za/
Author: Mayroons
Description: Branded mobile-first WooCommerce theme for price-free Mayroons wholesale ordering.
Version: 2.0.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: mayroons-quotation-portal
*/

:root {
	--lime: #9be000;
	--lime-glow: #c9f000;
	--lime-dark: #4a9800;
	--orange: #ff4a1f;
	--orange-dark: #d9340d;
	--ink: #171717;
	--title: #242424;
	--muted: #666;
	--cream: #fff8ec;
	--surface: #fff;
	--soft: #f7faef;
	--border: #e7e7e2;
	--error: #b42318;
	--success: #2f7d32;
	--warning: #a66300;
	--shadow: 0 18px 50px rgba(24, 24, 24, .12);
}

* { box-sizing: border-box; }
html { color: var(--ink); background: #fff; scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: #fff; font: 400 15px/1.6 Inter, Arial, sans-serif; }
body, button, input, select, textarea { font-family: Inter, Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--lime-dark); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
button { cursor: pointer; }
.container { width: min(1320px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 14px; color: #fff; background: var(--ink); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

h1, h2, h3 { margin-top: 0; color: var(--title); font-family: Fredoka, Inter, Arial, sans-serif; font-weight: 700; line-height: 1.06; letter-spacing: -.035em; }
h1 { font-size: clamp(2.6rem, 5.6vw, 4.25rem); }
h2 { font-size: clamp(2rem, 4vw, 2.75rem); }
h3 { font-size: 1.25rem; }
p { margin-top: 0; }

/* Header */
.utility-bar { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 40px; padding: 8px 18px; color: #fff; background: #111; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-align: center; }
.utility-bar strong { color: var(--lime); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .97); box-shadow: 0 7px 24px rgba(0, 0, 0, .06); backdrop-filter: blur(12px); }
.admin-bar .site-header { top: 32px; }
.header-main { display: grid; grid-template-columns: 220px minmax(260px, 1fr) auto; align-items: center; gap: 28px; min-height: 104px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 185px; height: auto; }
.header-search { display: flex; align-items: center; height: 58px; padding: 4px 7px 4px 20px; background: #fff; border: 1px solid var(--border); border-radius: 999px; box-shadow: 0 3px 14px rgba(0, 0, 0, .06); }
.header-search input { flex: 1; min-width: 0; height: 46px; padding: 0; color: var(--ink); background: transparent; border: 0; outline: 0; font-size: 15px; }
.header-search button { display: grid; flex: 0 0 44px; width: 44px; height: 44px; padding: 0; place-items: center; color: var(--ink); background: #fff; border: 0; border-radius: 50%; }
.header-search svg, .header-action svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.header-action { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.quote-action b { display: grid; min-width: 22px; height: 22px; padding: 0 6px; place-items: center; color: var(--ink); background: var(--lime); border-radius: 99px; font-size: 11px; }
.menu-toggle { display: none; min-height: 42px; padding: 0 15px; color: var(--ink); background: #fff; border: 2px solid var(--ink); border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.portal-nav { background: #fff; border-block: 1px solid #eee; }
.portal-nav-list { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 50px; overflow-x: auto; scrollbar-width: none; }
.portal-nav-list::-webkit-scrollbar { display: none; }
.portal-nav-list a { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.portal-nav-list i { color: var(--lime-dark); font-size: 18px; font-style: normal; }
.mobile-nav { display: grid; gap: 2px; padding-block: 8px 16px; }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { padding: 11px 14px; border-radius: 10px; font-weight: 800; }
.mobile-nav a:hover { background: var(--soft); }

/* Actions */
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 21px; color: var(--ink); background: #fff; border: 2px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease; }
.button:hover { color: var(--ink); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0, 0, 0, .14); }
.button-primary { color: #fff; background: var(--orange); }
.button-primary:hover { color: #fff; background: var(--orange-dark); }
.button-light { color: var(--lime-dark); background: #fff; }
.button-secondary { color: var(--orange); background: #fff; border-color: var(--orange); }
.button-secondary:hover { color: #fff; background: var(--orange); }
.button-danger { color: var(--error); background: #fff; border-color: #f0b8b2; }
.button-danger:hover { color: #fff; background: var(--error); }
.button[disabled] { opacity: .55; cursor: not-allowed; transform: none; box-shadow: none; }
.outline-link { display: inline-flex; flex: 0 0 auto; align-items: center; min-height: 42px; padding: 0 15px; color: var(--lime-dark); border: 1px solid #dcedcc; border-radius: 999px; font-size: 12px; font-weight: 900; }

/* Homepage */
.brand-hero { position: relative; display: flex; min-height: 520px; align-items: stretch; margin-top: 22px; overflow: hidden; background: url("assets/images/mayroons-hero.webp") center right / cover no-repeat; border-radius: 24px; box-shadow: var(--shadow); }
.brand-hero-copy { display: flex; width: 47%; min-width: 500px; flex-direction: column; justify-content: center; padding: 56px 42px; background: linear-gradient(92deg, #bff000 0%, #b6ed00 55%, rgba(201, 240, 0, .87) 76%, transparent 100%); }
.eyebrow { margin-bottom: 13px; color: var(--ink); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.brand-hero h1 { max-width: 520px; margin-bottom: 22px; font-size: clamp(3.1rem, 5.2vw, 4rem); line-height: .98; }
.brand-hero p { max-width: 440px; margin-bottom: 0; font-size: 17px; line-height: 1.55; }
.brand-emblem { position: absolute; bottom: 56px; left: 40%; z-index: 2; width: 172px; height: 172px; object-fit: contain; filter: drop-shadow(0 10px 13px rgba(0, 0, 0, .2)); }
.brand-hero-mobile-visual { display: none; }
.trust-strip { position: relative; z-index: 3; display: grid; width: min(1080px, calc(100% - 48px)); grid-template-columns: repeat(3, 1fr); padding: 16px 22px; margin-top: -34px; background: #fff; border-radius: 20px; box-shadow: var(--shadow); }
.trust-item { display: flex; align-items: center; gap: 13px; padding: 5px 19px; border-right: 1px solid rgba(23, 23, 23, .12); }
.trust-item:last-child { border-right: 0; }
.trust-icon, .card-icon { display: grid; flex: 0 0 52px; width: 52px; height: 52px; place-items: center; color: #fff; background: var(--lime); border-radius: 50%; font-size: 24px; }
.trust-item strong { display: block; margin-bottom: 2px; font-size: 14px; }
.trust-item span:not(.trust-icon) { display: block; color: #4d4d4d; font-size: 12px; line-height: 1.35; }
.section { padding: 68px 0; }
.cream-section { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.section-heading h2 { margin-bottom: 0; }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.step { min-height: 190px; padding: 24px; background: #fff; border: 1px solid var(--border); border-radius: 18px; transition: transform .2s ease, box-shadow .2s ease; }
.step:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(0, 0, 0, .08); }
.step-number { display: grid; width: 36px; height: 36px; margin-bottom: 22px; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-weight: 900; }
.step h3 { margin-bottom: 8px; font-size: 1rem; letter-spacing: .01em; }
.step p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.brand-image-grid { display: grid; grid-template-columns: 1.22fr 1fr; gap: 18px; }
.brand-image-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 18px; }
.brand-image-card { position: relative; min-height: 220px; overflow: hidden; background: #fff; border-radius: 22px; box-shadow: 0 12px 32px rgba(0, 0, 0, .08); }
.brand-image-card-large { min-height: 458px; }
.brand-image-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.brand-image-copy { position: relative; z-index: 1; display: flex; width: min(61%, 440px); min-height: inherit; flex-direction: column; justify-content: center; padding: 28px; background: linear-gradient(90deg, rgba(255, 248, 236, .98), rgba(255, 248, 236, .86) 66%, transparent); }
.brand-image-card-large .brand-image-copy { padding: 38px; }
.brand-image-copy h3 { margin-bottom: 10px; font-size: clamp(1.55rem, 3vw, 2.2rem); }
.brand-image-copy p { color: #424242; font-size: 14px; }
.brand-image-copy .button { align-self: flex-start; }
.portal-boundary { display: flex; align-items: center; justify-content: space-between; gap: 36px; min-height: 250px; padding: 42px; margin-block: 18px 72px; color: #fff; background: linear-gradient(135deg, #151515, #292929 55%, #111); border-radius: 24px; }
.portal-boundary .eyebrow { color: var(--lime); }
.portal-boundary h2 { margin-bottom: 13px; color: #fff; }
.portal-boundary p { max-width: 770px; margin-bottom: 0; color: #ddd; }

/* Inner pages */
.page-heading { max-width: 850px; padding: 18px 0 28px; }
.page-heading h1 { margin-bottom: 18px; }
.page-heading p { max-width: 720px; color: var(--muted); font-size: 17px; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card, .form-card, .hero-card { padding: 28px; background: #fff; border: 1px solid var(--border); border-radius: 20px; box-shadow: 0 12px 34px rgba(0, 0, 0, .06); }
.card h3 { margin-bottom: 9px; }
.card p:last-child { margin-bottom: 0; }
.card-icon { margin-bottom: 22px; }
.soft-card { background: var(--soft); }
.hero { padding: 70px 0 44px; background: linear-gradient(135deg, var(--lime), #dff59b); }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: center; }
.lead { max-width: 690px; color: #3e3e3e; font-size: 18px; }
.dot { display: inline-block; width: 12px; height: 12px; margin-right: 8px; background: var(--lime); border-radius: 50%; }

/* Forms and messages */
.form-card { width: min(760px, 100%); margin: 18px auto; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 15px; }
.field[hidden] { display: none; }
.field-full { grid-column: 1 / -1; }
label { color: var(--ink); font-weight: 800; }
input, select, textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); background: #fff; border: 1px solid #d8d8d3; border-radius: 11px; font-size: 15px; }
input:focus, select:focus, textarea:focus { border-color: var(--lime-dark); box-shadow: 0 0 0 3px rgba(155, 224, 0, .18); outline: 0; }
textarea { min-height: 120px; resize: vertical; }
.hint, .quote-meta, .sku { color: var(--muted); font-size: 12px; }
.form-error, .form-success, .notice { padding: 13px 15px; border-radius: 11px; }
.form-error { color: var(--error); background: #fff1ef; border: 1px solid #f3c6c0; }
.form-success { color: var(--success); background: #eff9ed; border: 1px solid #c4e5c2; }
.notice { background: var(--cream); border: 1px solid #f0dfbd; }

/* Catalogue */
.catalogue-toolbar { display: grid; grid-template-columns: minmax(320px, 1fr) minmax(190px, 248px) minmax(140px, 182px); align-items: end; gap: 8px 13px; padding: 18px 22px; background: #fff; border: 1px solid var(--border); border-radius: 18px; box-shadow: 0 10px 30px rgba(0, 0, 0, .05); }
.catalogue-toolbar label { display: grid; gap: 7px; margin: 0; color: var(--ink); font-weight: 800; }
.catalogue-toolbar input, .catalogue-toolbar select { height: 60px; min-height: 60px; margin: 0; }
.catalogue-toolbar-hint { grid-column: 1 / -1; margin: 0; }
.category-row { display: flex; gap: 8px; padding: 15px 0; overflow-x: auto; }
.chip { flex: 0 0 auto; min-height: 42px; padding: 8px 15px; color: var(--ink); background: #fff; border: 1px solid var(--border); border-radius: 999px; font-weight: 800; }
.chip.active, .chip:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.product-table-wrap { margin-top: 18px; overflow-x: auto; background: #fff; border: 1px solid var(--border); border-radius: 18px; }
.product-table { width: 100%; border-collapse: collapse; }
.product-table th, .product-table td { padding: 14px 12px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: middle; }
.product-table th { position: static; color: var(--ink); background: var(--soft); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.product-thumb { width: 82px; height: 82px; object-fit: contain; background: #fff; border: 1px solid var(--border); border-radius: 14px; }
.product-name { color: var(--ink); font-weight: 900; }
.price { color: var(--lime-dark); font-weight: 900; white-space: nowrap; }
.qty { display: flex; align-items: center; gap: 6px; }
.qty button { width: 38px; height: 38px; padding: 0; color: var(--ink); background: var(--soft); border: 1px solid var(--border); border-radius: 9px; font-weight: 900; }
.qty input { width: 64px; min-height: 38px; padding: 5px; text-align: center; }
.mobile-products { display: none; }
.floating-quote-action { position: fixed; right: 24px; bottom: 24px; z-index: 50; display: inline-flex; align-items: center; gap: 12px; min-height: 58px; padding: 13px 15px 13px 22px; color: #fff; background: var(--orange); border: 2px solid #fff; border-radius: 999px; box-shadow: 0 16px 40px rgba(23, 23, 23, .28); font-weight: 900; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.floating-quote-action:hover, .floating-quote-action:focus-visible { color: #fff; background: var(--orange-dark); transform: translateY(-2px); }
.floating-quote-action strong { display: grid; place-items: center; min-width: 32px; height: 32px; padding-inline: 7px; color: var(--ink); background: var(--lime); border-radius: 999px; }
.floating-quote-action[hidden] { display: none; }
.product-card { display: grid; grid-template-columns: 88px 1fr; gap: 14px; padding: 16px; background: #fff; border: 1px solid var(--border); border-radius: 18px; }
.product-card + .product-card { margin-top: 12px; }
.product-card-controls { display: grid; gap: 10px; margin-top: 12px; }
.product-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.pagination { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 0; color: var(--muted); }
.catalogue-quote-action { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 24px 26px; margin: 2px 0 34px; color: #fff; background: linear-gradient(135deg, #171717, #292929); border-radius: 18px; box-shadow: 0 14px 34px rgba(23, 23, 23, .16); }
.catalogue-quote-action[hidden] { display: none; }
.catalogue-quote-action strong { display: block; margin-bottom: 4px; color: #fff; font: 700 1.25rem/1.2 Fredoka, Inter, Arial, sans-serif; }
.catalogue-quote-action p { margin: 0; color: #d7d7d7; }
.catalogue-quote-action .button { flex: 0 0 auto; gap: 12px; }
.catalogue-quote-count { display: grid; min-width: 28px; height: 28px; padding: 0 7px; place-items: center; color: var(--ink); background: var(--lime); border-radius: 999px; }
.empty { padding: 46px 22px; color: var(--muted); background: var(--soft); border: 1px dashed #cbd7b9; border-radius: 18px; text-align: center; }

/* Quotes */
.quote-list { display: grid; gap: 14px; }
.quote-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px; background: #fff; border: 1px solid var(--border); border-radius: 16px; }
.status { display: inline-flex; padding: 5px 10px; color: var(--lime-dark); background: #effbd8; border-radius: 999px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.status.accepted { color: var(--success); background: #eff9ed; }
.status.declined, .status.expired, .status.rejected { color: var(--error); background: #fff1ef; }
.status.awaiting_customer, .status.revision_requested, .status.pending_approval { color: var(--warning); background: #fff8e5; }
.timeline { display: grid; gap: 18px; padding-left: 18px; border-left: 3px solid var(--lime); }
.timeline-item { position: relative; }
.timeline-item::before { position: absolute; top: 5px; left: -27px; width: 11px; height: 11px; background: var(--lime); border-radius: 50%; content: ""; }

/* Footer */
.site-footer { color: #fff; background: linear-gradient(135deg, #151515, #232323 55%, #111); }
.footer-inner { display: grid; grid-template-columns: 1.35fr .8fr .8fr 1.05fr; gap: 44px; padding-block: 50px 34px; }
.footer-brand { text-align: center; }
.footer-brand img { width: 140px; height: 140px; margin: 0 auto 15px; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .25)); }
.footer-brand p { max-width: 300px; margin: 0 auto; color: #d2d2d2; font-size: 13px; }
.site-footer h3 { position: relative; padding-bottom: 11px; margin-bottom: 20px; color: #fff; font-size: 17px; letter-spacing: 0; }
.site-footer h3::after { position: absolute; bottom: 0; left: 0; width: 36px; height: 3px; background: var(--lime); border-radius: 99px; content: ""; }
.footer-links { padding: 0; margin: 0; list-style: none; }
.footer-links li { margin-bottom: 9px; color: #d5d5d5; font-size: 13px; }
.site-footer a:hover { color: var(--lime); }

/* WooCommerce order flow. The Shop Experience plugin owns catalogue presentation. */
body.msr-shop-archive #secondary,
body.msr-shop-archive aside.widget-area,
body.msr-shop-archive .widget-area { display: none !important; }
body.msr-shop-archive .mayroons-woocommerce-main { width: 100%; min-height: 60vh; }
.mayroons-product-main,
.woocommerce-cart .container.section,
.woocommerce-checkout .container.section,
.woocommerce-account .container.section { min-height: 60vh; }
.woocommerce .woocommerce-notices-wrapper { width: 100%; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select { min-height: 48px; border: 1px solid var(--border); border-radius: 10px; }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button { border-radius: 999px; background: var(--orange); color: #fff; font-weight: 800; }
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { background: var(--orange-dark); color: #fff; }
.footer-contact { color: #d5d5d5; font-size: 13px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 22px 26px; color: #aaa; border-top: 1px solid rgba(255, 255, 255, .14); font-size: 12px; }
.footer-bottom strong { color: #fff; }

@media (max-width: 1050px) {
	.header-main { grid-template-columns: 170px 1fr auto; gap: 16px; }
	.brand img { width: 150px; }
	.header-actions { gap: 12px; }
	.brand-hero-copy { width: 53%; min-width: 440px; padding: 44px 32px; }
	.brand-emblem { left: 43%; width: 140px; height: 140px; }
	.steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.brand-image-grid { grid-template-columns: 1fr; }
	.brand-image-stack { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
	.footer-inner { grid-template-columns: 1.2fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 780px) {
	.container { width: calc(100% - 24px); }
	.catalogue-toolbar { grid-template-columns: 1fr 1fr; padding: 16px; }
	.catalogue-toolbar .search, .catalogue-toolbar-hint { grid-column: 1 / -1; }
	.catalogue-toolbar input, .catalogue-toolbar select { height: 54px; min-height: 54px; }
	.has-floating-quote-action { padding-bottom: 88px; }
	.floating-quote-action { right: 12px; bottom: 12px; left: 12px; justify-content: center; min-height: 56px; }
	.utility-bar { gap: 7px; min-height: 36px; padding: 7px 10px; font-size: 9px; }
	.utility-bar span:nth-of-type(2), .utility-bar span:nth-of-type(3) { display: none; }
	.admin-bar .site-header { top: 46px; }
	.header-main { grid-template-columns: 1fr auto; gap: 12px; min-height: auto; padding-block: 14px; }
	.brand img { width: 145px; }
	.header-search { grid-column: 1 / -1; grid-row: 2; height: 50px; }
	.header-actions { gap: 8px; }
	.header-action span { display: none; }
	.header-action svg { width: 23px; height: 23px; }
	.menu-toggle { display: inline-flex; align-items: center; }
	.portal-nav { display: none; }
	.brand-hero { display: block; min-height: 0; background: none; border-radius: 20px; }
	.brand-hero-copy { width: 100%; min-width: 0; padding: 34px 25px 28px; background: linear-gradient(135deg, #bff000, #dff59b); }
	.brand-hero h1 { max-width: 470px; margin-bottom: 16px; font-size: clamp(2.65rem, 13vw, 3.5rem); }
	.brand-hero p { font-size: 15px; }
	.brand-hero .button-row { display: grid; grid-template-columns: 1fr; width: 100%; }
	.brand-hero .button { width: 100%; }
	.brand-hero-mobile-visual { display: block; height: 270px; overflow: hidden; background: var(--cream); }
	.brand-hero-mobile-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
	.brand-emblem { bottom: 155px; left: 50%; width: 108px; height: 108px; transform: translateX(-50%); }
	.trust-strip { grid-template-columns: 1fr; width: calc(100% - 24px); padding: 8px 14px; margin-top: 14px; }
	.trust-item { padding: 12px 4px; border-right: 0; border-bottom: 1px solid rgba(23, 23, 23, .12); }
	.trust-item:last-child { border-bottom: 0; }
	.section { padding: 50px 0; }
	.section-heading { align-items: center; }
	.steps, .cards, .form-grid, .hero-grid { grid-template-columns: 1fr; }
	.field-full { grid-column: auto; }
	.brand-image-stack { grid-template-columns: 1fr; }
	.brand-image-card, .brand-image-card-large { min-height: 390px; }
	.brand-image-copy, .brand-image-card-large .brand-image-copy { width: 100%; min-height: 190px; justify-content: flex-start; padding: 25px; background: linear-gradient(180deg, rgba(255, 248, 236, .98), rgba(255, 248, 236, .75), transparent); }
	.portal-boundary { align-items: flex-start; flex-direction: column; padding: 30px 25px; }
	.desktop-products { display: none; }
	.mobile-products { display: block; margin-top: 14px; }
	.product-card { grid-template-columns: 82px 1fr; }
	.product-card-footer { align-items: flex-start; flex-direction: column; }
	.product-card-footer .button { width: 100%; }
	.catalogue-quote-action { align-items: stretch; flex-direction: column; gap: 18px; }
	.catalogue-quote-action .button { width: 100%; }
	.quote-row { align-items: flex-start; flex-direction: column; gap: 10px; }
	.footer-inner { grid-template-columns: 1fr 1fr; gap: 34px 24px; padding-top: 38px; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 480px) {
	.catalogue-toolbar { grid-template-columns: 1fr; }
	.catalogue-toolbar .search, .catalogue-toolbar-hint { grid-column: auto; }
	.utility-bar span[aria-hidden="true"] { display: none; }
	.header-action:not(.quote-action) { display: none; }
	.section-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
	.steps { grid-template-columns: 1fr; }
	.product-card { grid-template-columns: 72px 1fr; padding: 13px; }
	.product-thumb { width: 72px; height: 72px; }
	.footer-inner { grid-template-columns: 1fr; }
	.footer-brand { grid-column: auto; }
}

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