/*
Theme Name: ZEIDAN Showcase Concept 4
Author: ZEIDAN TRADING AGENCY
Description: Bespoke responsive WooCommerce showcase for ZEIDAN Trading Agency.
Version: 4.0.0
Text Domain: zeidan-showcase
*/

:root {
  --blue: #063f8c;
  --blue-bright: #075dcc;
  --navy: #03172f;
  --navy-2: #071f3d;
  --gold: #e8c65b;
  --gold-deep: #c9a237;
  --paper: #f7f5ef;
  --white: #ffffff;
  --ink: #101722;
  --muted: #68717d;
  --line: rgba(8, 31, 61, .14);
  --shell: min(1200px, calc(100vw - 48px));
  --section: clamp(60px, 7vw, 96px);
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "DM Sans", Arial, sans-serif;
  --ui: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.72; -webkit-font-smoothing: antialiased; }
body.menu-open, body.quote-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(58px, 7.6vw, 118px); }
h2 { font-size: clamp(46px, 5.4vw, 76px); }
h3 { line-height: 1.25; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: var(--section); position: relative; }
section:empty, .woocommerce-notices-wrapper:empty { display: none; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; transform: translateY(-150%); background: #fff; color: #000; padding: 10px 16px; }
.skip-link:focus { transform: none; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--blue); font-family: var(--ui); font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.script-label { display: block; margin-bottom: 8px; color: var(--gold); font-family: var(--display); font-size: clamp(28px, 3vw, 46px); font-style: italic; }
.lead { color: #333d48; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 26px; border: 1px solid transparent; background: var(--navy); color: #fff; font-family: var(--ui); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button.gold { background: var(--gold); color: var(--navy); }
.button.blue { background: var(--blue); }
.button.light { background: #fff; color: var(--navy); }
.button.ghost { border-color: rgba(255,255,255,.55); background: transparent; color: #fff; }
.button.outline { border-color: var(--navy); background: transparent; color: var(--navy); }
.text-link { color: var(--blue); font-weight: 700; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } [data-reveal] { opacity: 1; transform: none; } }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; width: 100%; color: #fff; transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { position: fixed; background: rgba(3,23,47,.96); box-shadow: 0 8px 28px rgba(0,0,0,.14); backdrop-filter: blur(14px); }
.top-line { min-height: 42px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.16); font-family: var(--ui); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.top-actions { display: flex; gap: 24px; }
.nav-line { min-height: 100px; display: grid; grid-template-columns: 210px 1fr 190px; align-items: center; gap: 24px; }
.brand { display: inline-flex; width: 172px; padding: 7px; background: #fff; }
.brand img { width: 100%; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 34px); }
.site-nav a, .nav-tools a { position: relative; font-family: var(--ui); font-size: 12px; font-weight: 700; letter-spacing: .035em; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .22s ease; }
.site-nav a:hover::after { transform: scaleX(1); }
.nav-tools { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.header-quote { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; border: 1px solid currentColor; padding: 9px 14px; text-align: center; text-transform: uppercase; }
.cart-link span { display: inline-grid; width: 24px; height: 24px; margin-left: 5px; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 930px; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: #fff; }
.hero-image, .hero-overlay { position: absolute; inset: 0; }
.hero-image { background-image: var(--hero); background-position: center; background-size: cover; transform: scale(1.01); }
.hero-overlay { background: linear-gradient(90deg, rgba(2,17,36,.94) 0%, rgba(2,17,36,.6) 46%, rgba(2,17,36,.08) 78%); }
.hero-inner { position: relative; z-index: 2; padding-top: 130px; }
.hero-copy { width: min(650px, 62vw); }
.hero-copy h1 { margin-bottom: 28px; }
.hero-copy h1 span { color: var(--gold); font-style: italic; }
.hero-copy .eyebrow { color: #fff; }
.hero-lead { max-width: 620px; margin-bottom: 36px; color: rgba(255,255,255,.84); font-size: clamp(17px, 1.55vw, 21px); }
.hero-center { width: 100%; max-width: 990px; margin-inline: auto; text-align: center; }
.hero-center .eyebrow { justify-content: center; }
.hero-center .button-row { justify-content: center; }
.hero-scroll { display: inline-block; margin-top: 34px; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 5px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; }

.hero-2 .hero-overlay { background: linear-gradient(180deg, rgba(2,12,28,.18) 0%, rgba(2,12,28,.06) 52%, rgba(2,12,28,.82) 100%); }
.hero-2 .hero-inner { align-self: flex-end; padding-bottom: 70px; }
.hero-2 .hero-center h1 { margin: 0; font-family: var(--ui); font-size: clamp(76px, 12vw, 188px); font-weight: 800; letter-spacing: -.075em; line-height: .66; }
.hero-2 .hero-center h1 span, .hero-2 .hero-center h1 b { display: block; color: #fff; font-style: normal; }
.hero-2 .hero-center h1 b { color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.48); }
.hero-2 .hero-lead { margin: 46px auto 0; }

.hero-3 { min-height: 860px; background: #fff; color: var(--ink); }
.hero-3 .hero-image { background-position: center; }
.hero-3 .hero-overlay { background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 31%, rgba(255,255,255,.12) 61%, transparent 100%); }
.hero-3 .hero-copy { width: min(610px, 54vw); }
.hero-3 .hero-copy h1 { font-family: var(--ui); font-size: clamp(66px, 8vw, 126px); font-weight: 800; line-height: .84; text-transform: uppercase; }
.hero-3 .hero-copy h1 span { display: block; color: var(--blue-bright); font-style: normal; }
.hero-3 .hero-lead { color: #414b57; }

.hero-4 .hero-overlay { background: rgba(1,14,30,.5); }
.hero-4 .hero-center { max-width: 850px; }
.hero-4 .hero-center h1 { font-family: var(--ui); font-size: clamp(72px, 9vw, 144px); font-weight: 800; letter-spacing: -.065em; }
.hero-4 .hero-center h1 span { display: block; color: var(--gold); font-style: normal; }
.hero-4 .hero-lead { margin-inline: auto; }

.slice-hero { min-height: 930px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; padding: 132px 24px 24px; background: #07101e; color: #fff; }
.slice-panel { position: relative; min-width: 0; overflow: hidden; background-position: center; background-size: cover; transition: flex .4s ease, filter .3s ease; }
.slice-panel::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(2,10,23,.94)); }
.slice-label { position: absolute; z-index: 2; top: 24px; right: 0; padding: 11px 16px; background: var(--gold); color: var(--navy); font-family: var(--ui); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.slice-copy { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 32px; }
.slice-copy small, .slice-copy strong, .slice-copy em { display: block; }
.slice-copy small { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.slice-copy strong { margin: 10px 0 22px; font-family: var(--ui); font-size: clamp(24px, 2.4vw, 38px); line-height: 1.08; }
.slice-copy em { color: rgba(255,255,255,.72); font-size: 13px; font-style: normal; }

.trust-rail { background: var(--navy); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 22px 30px; border-right: 1px solid rgba(255,255,255,.13); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { color: var(--gold); font-family: var(--display); font-size: 30px; line-height: 1; }
.trust-grid span { margin-top: 7px; color: rgba(255,255,255,.64); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }

.section-heading { margin-bottom: 52px; }
.section-heading h2 { margin-bottom: 18px; }
.section-heading p { max-width: 600px; margin-bottom: 0; color: var(--muted); font-size: 18px; }
.section-heading.centered { max-width: 800px; margin-right: auto; margin-left: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered p { margin-inline: auto; }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.split-heading h2 { margin-bottom: 0; }

.categories-section { background: var(--paper); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-item { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--line); background: #fff; transition: color .25s ease, transform .25s ease, box-shadow .25s ease; }
.category-item:hover { z-index: 2; transform: translateY(-5px); box-shadow: 0 20px 45px rgba(3,23,47,.12); }
.category-media { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: #e7ebef; }
.category-media::after { content: ""; position: absolute; inset: 58% 0 0; background: linear-gradient(transparent, rgba(2,15,31,.45)); }
.category-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.category-item:hover .category-media img { transform: scale(1.045); }
.category-number { position: absolute; z-index: 2; right: 16px; bottom: 14px; display: grid; width: 34px; height: 34px; place-items: center; background: var(--gold); color: var(--navy); font-family: var(--ui); font-size: 11px; font-weight: 800; }
.category-body { padding: 22px 22px 24px; }
.category-item h3 { margin-bottom: 12px; font-family: var(--display); font-size: 29px; }
.category-item p { min-height: 72px; margin-bottom: 18px; color: var(--muted); font-size: 14px; }
.category-item b { color: var(--blue); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.story-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(48px, 8vw, 112px); }
.story-media { position: relative; }
.story-media::before { content: ""; position: absolute; z-index: -1; top: -22px; left: -22px; width: 58%; height: 44%; border: 2px solid var(--gold); }
.story-media img { width: 100%; aspect-ratio: 1.18; object-fit: cover; }
.story-badge { position: absolute; right: -28px; bottom: -28px; width: 168px; height: 168px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--blue); color: #fff; text-align: center; font-size: 12px; line-height: 1.3; text-transform: uppercase; }
.story-badge b { color: var(--gold); font-family: var(--display); font-size: 38px; }
.story-copy h2 { margin-bottom: 28px; }
.story-copy > p { margin-bottom: 22px; }
.check-list { display: grid; gap: 10px; margin: 30px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-deep); font-weight: 800; }

.service-section { overflow: hidden; background: var(--navy); color: #fff; }
.service-section::before { content: "1974"; position: absolute; right: -30px; bottom: -80px; color: rgba(255,255,255,.035); font-family: var(--ui); font-size: clamp(180px, 28vw, 420px); font-weight: 800; line-height: 1; }
.service-section .section-heading .eyebrow { color: var(--gold); }
.service-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
.service-grid article { min-height: 290px; padding: 34px 30px; background: var(--navy); }
.service-grid article > span { color: var(--gold); font-family: var(--display); font-size: 34px; }
.service-grid h3 { margin: 64px 0 14px; font-family: var(--display); font-size: 27px; }
.service-grid p { margin: 0; color: rgba(255,255,255,.64); font-size: 14px; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.zd-product { overflow: hidden; border: 1px solid var(--line); background: #fff; }
.product-visual { display: block; overflow: hidden; background: #eef1f5; }
.product-visual img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.zd-product:hover .product-visual img { transform: scale(1.045); }
.product-info { padding: 22px; }
.product-kicker { color: var(--blue); font-family: var(--ui); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-info h3 { min-height: 51px; margin: 8px 0 18px; font-family: var(--display); font-size: 24px; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.quote-only { color: var(--muted); font-family: var(--ui); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-view-link { color: var(--blue); font-family: var(--ui); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }

.parallax-feature { min-height: 720px; display: flex; align-items: center; background-position: center; background-size: cover; background-attachment: fixed; }
.parallax-card { width: min(520px, 100%); margin-left: auto; padding: 58px; background: rgba(255,255,255,.94); box-shadow: 0 30px 80px rgba(0,0,0,.16); }
.parallax-card h2 { margin-bottom: 24px; }

.quality-panel { padding-block: 90px; background: var(--blue); color: #fff; }
.quality-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.quality-panel .eyebrow { color: var(--gold); }
.quality-panel h2 { margin-bottom: 22px; font-size: clamp(42px, 5vw, 70px); }
.quality-panel p { color: rgba(255,255,255,.7); }
.quality-points { display: grid; grid-template-columns: 1fr 1fr; }
.quality-points div { min-height: 128px; display: flex; flex-direction: column; justify-content: center; padding: 20px 28px; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.quality-points b { color: var(--gold); font-family: var(--display); font-size: 30px; }
.quality-points span { font-size: 13px; letter-spacing: .07em; text-transform: uppercase; }

.page-hero { padding: 210px 0 80px; background: linear-gradient(125deg, var(--navy), var(--blue)); color: #fff; }
.page-hero .eyebrow { color: var(--gold); }
.page-hero h1 { margin-bottom: 24px; }
.page-hero p { max-width: 650px; margin: 0; color: rgba(255,255,255,.72); font-size: 19px; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.timeline > div { padding: 38px; border-right: 1px solid var(--line); }
.timeline b { color: var(--blue); font-family: var(--display); font-size: 42px; }
.timeline h3 { margin: 38px 0 12px; font-size: 22px; }
.timeline p { color: var(--muted); }
.supply-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.supply-grid article { min-height: 340px; padding: 44px; background: var(--paper); border-top: 4px solid var(--blue); }
.supply-grid article > span { color: var(--gold-deep); font-family: var(--display); font-size: 36px; }
.supply-grid h2 { margin: 70px 0 20px; font-size: 44px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact-details { display: grid; margin-top: 44px; }
.contact-details div { display: grid; padding: 19px 0; border-bottom: 1px solid var(--line); }
.contact-details small { color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.contact-details a, .contact-details span { margin-top: 5px; font-weight: 700; }
.enquiry-card { padding: 46px; background: var(--paper); }
.enquiry-form { display: grid; gap: 20px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.enquiry-form label { color: var(--navy); font-family: var(--ui); font-size: 12px; font-weight: 700; }
.enquiry-form input, .enquiry-form textarea { width: 100%; margin-top: 7px; border: 1px solid #ccd2da; border-radius: 0; background: #fff; padding: 14px 15px; color: var(--ink); }
.enquiry-form input:focus, .enquiry-form textarea:focus { outline: 3px solid rgba(7,93,204,.2); border-color: var(--blue); }
.form-note { margin: -4px 0 0; color: var(--muted); font-size: 12px; }
.honeypot { position: absolute; left: -10000px; }
.form-message { margin-bottom: 22px; padding: 14px 16px; border-left: 4px solid; background: #fff; }
.form-message.success { border-color: #168455; }
.form-message.error { border-color: #ba2b2b; }

.woo-page ul.products, .shop-intro ul.products { display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 0 !important; }
.woo-page ul.products::before, .woo-page ul.products::after, .shop-intro ul.products::before, .shop-intro ul.products::after { display: none !important; }
.woo-page ul.products li.product, .shop-intro ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; border: 1px solid var(--line); padding: 0 0 24px !important; background: #fff; }
.woocommerce ul.products li.product img { margin: 0 0 20px !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-left: 20px !important; margin-right: 20px !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--display); font-size: 23px !important; }
.woocommerce .price, .woocommerce-Price-amount, .add_to_cart_button, .single_add_to_cart_button { display: none !important; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 0 !important; background: var(--navy) !important; color: #fff !important; }
.woocommerce ul.products li.product .product-view-button { display: inline-flex; margin: 8px 20px 0 !important; }
.woocommerce div.product div.images img { background: #f2f4f7; }
.woocommerce div.product .product_title { font-family: var(--display); font-size: clamp(42px, 5vw, 68px); }
.woocommerce-message, .woocommerce-info { border-top-color: var(--blue); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--blue); }
.quote-callout { margin-top: 28px; border-top: 1px solid var(--line); padding-top: 28px; }
.quote-callout p { max-width: 520px; margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.quote-dialog { width: min(920px, calc(100vw - 32px)); max-height: calc(100vh - 32px); border: 0; padding: 0; background: transparent; color: var(--ink); }
.quote-dialog::backdrop { background: rgba(1,12,27,.82); backdrop-filter: blur(7px); }
.quote-dialog-card { position: relative; max-height: calc(100vh - 32px); overflow-y: auto; padding: clamp(28px, 5vw, 58px); background: #fff; box-shadow: 0 28px 90px rgba(0,0,0,.25); }
.quote-dialog-card h2 { margin-bottom: 16px; font-size: clamp(42px, 6vw, 68px); }
.quote-close { position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; border: 1px solid var(--line); background: #fff; color: var(--navy); font-size: 28px; line-height: 1; cursor: pointer; }
.quote-intro { max-width: 680px; color: var(--muted); }
.quote-product { display: grid; gap: 4px; margin: 24px 0; border-left: 4px solid var(--gold); background: var(--paper); padding: 18px 20px; }
.quote-product strong { font-family: var(--display); font-size: 25px; }
.quote-product span { color: var(--muted); font-size: 12px; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { color: var(--navy); font-family: var(--ui); font-size: 11px; font-weight: 800; letter-spacing: .02em; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 7px; border: 1px solid #cbd2da; border-radius: 0; background: #fff; padding: 13px 14px; color: var(--ink); }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: 3px solid rgba(7,93,204,.18); border-color: var(--blue); }
.quote-wide { grid-column: 1 / -1; }
.quote-submit { cursor: pointer; }
.quote-note { margin: -8px 0 0; color: var(--muted); font-size: 11px; }

.contact-band { padding-block: 70px; background: var(--gold); color: var(--navy); }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.contact-band .eyebrow { margin-bottom: 10px; color: var(--navy); }
.contact-band h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(38px, 4vw, 58px); }
.site-footer { padding-top: 70px; background: #020e1d; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 68px; }
.footer-brand img { width: 180px; padding: 7px; background: #fff; }
.footer-brand p { max-width: 340px; margin-top: 24px; color: rgba(255,255,255,.58); }
.site-footer h3 { margin-bottom: 24px; color: var(--gold); font-family: var(--ui); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.site-footer a { display: block; margin: 10px 0; color: rgba(255,255,255,.72); }
.site-footer a:hover { color: #fff; }
.site-footer p { color: rgba(255,255,255,.58); }
.copyright { display: flex; justify-content: space-between; margin-top: 48px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.prose { max-width: 850px; }

.zd-concept-2 .categories-section { background: #fff; }
.zd-concept-2 .category-item { border: 0; background: #f5f1e8; }
.zd-concept-2 .story-section { background: var(--paper); }
.zd-concept-3 { --gold: #ff6941; --gold-deep: #d94d2b; --blue: #075dcc; }
.zd-concept-3 .site-header { color: var(--ink); }
.zd-concept-3 .site-header.is-scrolled { color: #fff; }
.zd-concept-3 .top-line { border-color: rgba(0,0,0,.1); }
.zd-concept-3 .cart-link span { color: #fff; }
.zd-concept-3 .categories-section { background: #fff; }
.zd-concept-3 .category-item { border-color: rgba(7,93,204,.12); background: #fff; }
.zd-concept-4 .products-section { background: var(--paper); }
.zd-concept-4 .category-item { border-color: rgba(201,162,55,.4); }
.zd-concept-5 .trust-rail { background: #07101e; }
.zd-concept-5 .categories-section { background: #0a1423; color: #fff; }
.zd-concept-5 .categories-section .category-item { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.14); }
.zd-concept-5 .categories-section .section-heading p, .zd-concept-5 .category-item p { color: rgba(255,255,255,.58); }
.zd-concept-5 .category-item b, .zd-concept-5 .category-icon { color: var(--gold); }

@media (max-width: 1100px) {
  .nav-line { grid-template-columns: 180px 1fr auto; }
  .site-nav { gap: 15px; }
  .account-link { display: none; }
  .hero { min-height: 820px; }
  .category-grid, .service-grid, .product-grid, .woo-page ul.products, .shop-intro ul.products { grid-template-columns: repeat(2, 1fr); }
  .category-item { min-height: 0; }
  .story-grid { gap: 60px; }
  .quality-grid { gap: 50px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 800px) {
  :root { --shell: min(100% - 32px, 680px); --section: 62px; }
  h1 { font-size: clamp(50px, 15vw, 84px); }
  h2 { font-size: clamp(40px, 11vw, 60px); }
  .top-line > span, .account-link { display: none; }
  .top-line { justify-content: flex-end; }
  .top-actions { gap: 16px; }
  .nav-line { min-height: 82px; display: flex; justify-content: space-between; }
  .brand { width: 148px; }
  .menu-toggle { display: block; color: currentColor; }
  .site-nav { position: fixed; inset: 0; z-index: -1; display: none; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; padding: 120px 32px 50px; background: var(--navy); color: #fff; }
  .site-nav.is-open { display: flex; }
  .site-nav a { font-family: var(--display); font-size: 40px; }
  .nav-tools { margin-left: auto; }
  .hero, .hero-3 { min-height: 780px; }
  .hero-inner { padding-top: 140px; }
  .hero-copy, .hero-3 .hero-copy { width: 100%; }
  .hero-overlay { background: linear-gradient(90deg, rgba(2,17,36,.94), rgba(2,17,36,.55)); }
  .hero-2 .hero-inner { padding-bottom: 54px; }
  .hero-2 .hero-center h1 { font-size: clamp(72px, 19vw, 120px); line-height: .72; }
  .hero-3 .hero-image { background-position: 61% center; opacity: .65; }
  .hero-3 .hero-overlay { background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.88) 60%, rgba(255,255,255,.2)); }
  .hero-4 .hero-center h1 { font-size: clamp(64px, 17vw, 100px); }
  .slice-hero { min-height: 760px; grid-template-columns: repeat(4, 78vw); overflow-x: auto; scroll-snap-type: x mandatory; padding: 126px 16px 16px; }
  .slice-panel { min-height: 610px; scroll-snap-align: center; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { border-bottom: 1px solid rgba(255,255,255,.13); }
  .category-grid, .service-grid, .product-grid, .woo-page ul.products, .shop-intro ul.products { grid-template-columns: 1fr 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .story-media { order: 0; }
  .story-copy { order: 1; }
  .story-badge { right: 12px; bottom: -30px; width: 140px; height: 140px; }
  .service-grid article { min-height: 240px; }
  .service-grid h3 { margin-top: 38px; }
  .split-heading { align-items: flex-start; flex-direction: column; }
  .quality-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .parallax-feature { min-height: 650px; background-attachment: scroll; }
  .parallax-card { padding: 38px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .supply-grid { grid-template-columns: 1fr; }
  .contact-band-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 46px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 520px) {
  :root { --shell: calc(100% - 28px); }
  .top-actions a:first-child { display: none; }
  .header-quote { display: none; }
  .hero, .hero-3 { min-height: 720px; }
  .hero-lead { font-size: 16px; }
  .hero-copy .button-row { align-items: stretch; flex-direction: column; }
  .hero-copy .button { width: 100%; }
  .hero-2 .hero-inner { padding-bottom: 42px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 92px; border-right: 0; }
  .category-grid, .service-grid, .product-grid, .woo-page ul.products, .shop-intro ul.products { grid-template-columns: 1fr; }
  .category-item { min-height: 0; }
  .story-media::before { top: -12px; left: -12px; }
  .story-badge { width: 122px; height: 122px; font-size: 10px; }
  .quality-points { grid-template-columns: 1fr; }
  .quality-points div { min-height: 100px; }
  .field-row { grid-template-columns: 1fr; }
  .quote-form { grid-template-columns: 1fr; }
  .quote-wide { grid-column: auto; }
  .enquiry-card { padding: 28px 20px; }
  .page-hero { padding: 190px 0 80px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .copyright { flex-direction: column; gap: 8px; }
}
