/*
Theme Name: Gallard-Trewin Connectors
Theme URI: https://www.gallard-trewinconnectors.com.au/
Author: Gallard-Trewin Connectors
Description: Product catalogue and quote enquiry theme for Gallard-Trewin Connectors.
Version: 1.3.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: gtc-connectors
*/

@font-face { font-family: Barlow; src: url('assets/fonts/barlow-regular.ttf') format('truetype'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: Barlow; src: url('assets/fonts/barlow-semibold.ttf') format('truetype'); font-style: normal; font-weight: 600 900; font-display: swap; }
@font-face { font-family: 'Barlow Condensed'; src: url('assets/fonts/barlow-condensed-bold.ttf') format('truetype'); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --navy-950: #152d35; --navy-900: #223f46; --navy-800: #36565c;
  --green-600: #147343; --green-500: #218855;
  --ink: #223337; --muted: #5c6b6d; --paper: #f7f8f5; --white: #fff;
  --line: #d9dfda; --line-dark: #ffffff29; --shell: 1248px;
  --sans: Barlow, 'Segoe UI', sans-serif;
  --display: 'Barlow Condensed', 'Arial Narrow', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 4px; }
button, input, select { font: inherit; }
button { cursor: pointer; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
h1, h2, h3, h4, p, dl, dd, figure { margin: 0; }
h1, h2, h3, h4 { text-wrap: balance; }
p { text-wrap: pretty; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--green-600); outline-offset: 5px; }
.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.section { padding: 96px 0; }
.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; }
.skip-link { position: fixed; z-index: 50; top: 12px; left: 12px; transform: translateY(-200%); background: var(--white); padding: 12px 18px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 30; top: 0; background: #f7f8f5f5; border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: block; flex: 0 0 257px; width: 257px; height: 46px; overflow: hidden; mix-blend-mode: multiply; }
.brand img { width: 300px; max-width: none; transform: translate(-22px,-19px); }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.site-nav a { text-decoration: none; transition: color .2s, background .2s; }
.site-nav > a:not(.nav-cta) { position: relative; padding: 14px 0; }
.site-nav > a:not(.nav-cta)::after { content: ''; position: absolute; right: 0; bottom: 7px; left: 0; height: 2px; background: var(--green-600); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.site-nav > a:hover::after, .site-nav > a[aria-current]::after { transform: scaleX(1); }
.nav-cta { padding: 12px 20px; color: var(--white); background: var(--navy-950); border-radius: 3px; }
.nav-cta:hover { background: var(--green-600); }
.quote-count { display: inline-grid; min-width: 20px; height: 20px; margin-left: 7px; padding: 0 5px; place-items: center; color: var(--navy-950); background: var(--white); border-radius: 20px; font-size: 10px; font-weight: 700; }
.menu-toggle { display: none; flex-shrink: 0; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy-950); transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded='true'] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded='true'] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded='true'] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { padding: 74px 0 64px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 80px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--green-600); font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span { flex: 0 0 20px; width: 20px; height: 2px; background: currentColor; }
.eyebrow.light { color: #a9d7b9; }
.hero h1, .section-heading h2, .capability-copy h2, .heritage-copy h2, .contact-main h2 { font-family: var(--display); font-weight: 700; letter-spacing: -.025em; line-height: 1.02; }
.hero h1 { max-width: 720px; margin-top: 22px; color: var(--navy-950); font-size: clamp(62px, 5.7vw, 84px); }
.hero h1 em { display: block; color: var(--green-600); font-style: normal; }
.hero-lead { max-width: 470px; margin-top: 26px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; margin-top: 30px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 600; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button:active, .nav-cta:active { transform: translateY(1px); }
.button-primary { color: var(--white); background: var(--green-600); }
.button-primary:hover { background: #105c36; }
.button-text { gap: 10px; padding: 0; color: var(--navy-950); background: transparent; }
.button-text span { color: var(--green-600); }
.button-light { color: var(--navy-950); background: var(--white); }
.button-light:hover { background: #dfeee3; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-facts div { display: flex; flex-direction: column; }
.hero-facts dt { order: 2; margin-top: 6px; color: var(--muted); font-size: 12px; }
.hero-facts dd { color: var(--navy-950); font-family: var(--display); font-size: 31px; line-height: 1; font-variant-numeric: tabular-nums; }
.hero-visual { align-self: stretch; display: flex; flex-direction: column; border: 1px solid #cdd7cf; background: #e9eee8; border-radius: 5px; overflow: hidden; }
.showcase-heading { display: flex; justify-content: space-between; gap: 12px; padding: 22px 26px; border-bottom: 1px solid #cdd7cf; color: var(--navy-800); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.showcase-main { position: relative; display: flex; flex: 1; align-items: center; justify-content: flex-end; min-height: 352px; padding: 35px 58px 32px 32px; background-image: linear-gradient(#36565c0a 1px,transparent 1px),linear-gradient(90deg,#36565c0a 1px,transparent 1px); background-size: 28px 28px; }
.showcase-main::after { content: ''; position: absolute; width: 250px; height: 250px; right: 27px; border: 1px solid #36565c22; border-radius: 50%; pointer-events: none; }
.showcase-main > img { position: relative; z-index: 1; object-fit: contain; width: 196px; height: 300px; filter: drop-shadow(12px 17px 9px #223f4626); transform: rotate(9deg); }
.showcase-spec { position: absolute; left: 27px; top: 54px; z-index: 2; }
.showcase-spec > span { display: block; color: var(--navy-800); font-size: 11px; line-height: 1.7; }
.showcase-spec strong { display: block; margin: 2px 0 16px; font-family: var(--display); font-size: 54px; font-weight: 700; line-height: 1; }
.showcase-spec small { font-size: 25px; font-weight: 700; }
.showcase-material { position: absolute; left: 27px; bottom: 20px; color: var(--navy-800); font-size: 10px; letter-spacing: .04em; }
.showcase-caption { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; padding: 21px 26px; color: white; border: 0; text-align: left; background: var(--navy-950); transition: background .2s; }
.showcase-caption:hover { background: var(--navy-800); }
.showcase-caption:focus-visible { outline-offset: -5px; outline-color: #a9d7b9; }
.showcase-caption > span:first-child { display: flex; align-items: center; gap: 18px; }
.showcase-caption strong { font-family: var(--display); font-size: 29px; letter-spacing: .01em; }
.showcase-caption span span { font-size: 13px; color: #cadad7; }
.showcase-caption > span:last-child { font-size: 24px; color: #a9d7b9; }
.showcase-range { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 20px; padding: 18px 26px; background: #f0f3ed; font-size: 11px; }
.showcase-range > span { color: var(--muted); }
.showcase-range a { text-decoration: none; font-weight: 600; }
.showcase-range a:hover { text-decoration: underline; }
.showcase-range a span { color: var(--green-600); padding-inline: 6px; }

.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 23px 0; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { display: flex; align-items: center; gap: 16px; padding: 0 30px; border-left: 1px solid var(--line); }
.proof-grid > div:first-child { padding-left: 0; border-left: 0; }
.proof-icon { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; color: var(--green-600); border: 1px solid #bdcec2; border-radius: 3px; font-size: 13px; font-weight: 600; }
.proof-grid p { color: var(--muted); font-size: 12px; }
.proof-grid strong { color: var(--navy-950); font-size: 14px; font-weight: 600; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 56px; margin-bottom: 36px; }
.section-heading h2, .capability-copy h2, .heritage-copy h2, .contact-main h2 { margin-top: 16px; color: var(--navy-950); font-size: clamp(44px, 4.2vw, 61px); }
.section-heading > p { max-width: 360px; color: var(--muted); font-size: 15px; }
.catalogue-tools { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; padding-top: 24px; border-top: 1px solid var(--line); }
.filters { display: flex; flex-wrap: wrap; gap: 6px; }
.filter { min-height: 44px; padding: 9px 16px; color: var(--navy-800); background: transparent; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 600; transition: background .2s, color .2s; }
.filter:hover { background: #e5ebe4; }
.filter span { margin-left: 7px; color: var(--muted); font-size: 11px; font-variant-numeric: tabular-nums; }
.filter.is-active { color: var(--white); background: var(--navy-950); }
.filter.is-active span { color: #c2d8cb; }
.product-search { display: flex; align-items: center; gap: 10px; width: 290px; min-height: 44px; padding: 0 13px; color: var(--muted); background: var(--white); border: 1px solid var(--line); border-radius: 3px; }
.product-search:focus-within { outline: 2px solid var(--green-600); outline-offset: 2px; }
.product-search svg { flex-shrink: 0; }
.product-search input { min-width: 0; width: 100%; min-height: 42px; padding: 0; color: var(--ink); background: transparent; border: 0; outline: none; font-size: 14px; }
.product-search input::placeholder { color: var(--muted); opacity: 1; }
.catalogue-status { margin: 18px 0 16px; color: var(--muted); font-size: 12px; }
.product-range { min-width: 0; max-width: 100%; overflow-x: clip; }
.product-range + .product-range { margin-top: 44px; }
.range-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.range-heading h3 { color: var(--navy-950); font-family: var(--display); font-size: 32px; font-weight: 700; line-height: 1.1; }
.range-heading > span { color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; }
.product-grid { display: grid; min-width: 0; max-width: 100%; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 20px; }
.product-card { position: relative; display: flex; min-width: 0; max-width: 100%; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: 4px; transition: border-color .2s, box-shadow .2s; }
.product-card:hover { border-color: #98ad9e; box-shadow: 0 8px 20px #223f460d; }
.product-card:focus-within { outline: 3px solid var(--green-600); outline-offset: 3px; }
.product-image { position: relative; display: grid; height: 216px; place-items: center; padding: 26px; background: #edf0ea; overflow: hidden; }
.product-image img { width: auto; max-width: 90%; height: 168px; object-fit: contain; filter: drop-shadow(5px 8px 5px #223f4626); transition: transform .25s; }
.product-card:hover img { transform: translateY(-4px); }
.current-rating { position: absolute; top: 13px; right: 13px; color: var(--navy-800); border: 1px solid #c8d3c9; border-radius: 2px; padding: 3px 7px; font-size: 11px; font-weight: 600; font-variant-numeric: tabular-nums; background: #f7f8f5e6; }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 19px 20px 16px; }
.product-meta { color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.product-card h4 { margin-top: 8px; overflow-wrap: anywhere; color: var(--navy-950); font-family: var(--display); font-size: 30px; line-height: 1.15; letter-spacing: .015em; }
.product-card p { margin: 6px 0 18px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.product-link { display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; margin-top: auto; padding: 12px 0 0; color: var(--green-600); border: 0; border-top: 1px solid var(--line); background: transparent; text-align: left; font-size: 12px; font-weight: 600; }
.product-link::after { content: ''; position: absolute; inset: 0; }
.product-link:focus-visible { outline: none; }
.product-link span { font-size: 18px; }
.catalogue-empty { padding: 56px 24px; text-align: center; border: 1px solid var(--line); background: #edf0ea; }
.catalogue-empty p { margin: 8px 0 22px; color: var(--muted); }
.catalogue-help, .catalogue-notice { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.catalogue-help a { display: inline-block; margin-left: 5px; color: var(--green-600); font-weight: 600; }

.capabilities { color: var(--white); background: var(--navy-950); }
.capability-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 110px; align-items: start; }
.capability-copy h2 { color: var(--white); }
.capability-copy > p:not(.eyebrow) { max-width: 520px; margin-top: 24px; color: #c0d0cc; font-size: 17px; }
.capability-copy .button { margin-top: 30px; }
.capability-list { padding: 0; margin: 0; list-style: none; }
.capability-list li { display: grid; grid-template-columns: 46px 1fr; gap: 22px; padding: 26px 0; border-top: 1px solid var(--line-dark); }
.capability-list li:last-child { border-bottom: 1px solid var(--line-dark); }
.capability-list li > span { color: #a9d7b9; font-family: var(--display); font-size: 28px; }
.capability-list h3 { font-size: 20px; font-weight: 600; }
.capability-list p { max-width: 360px; margin-top: 6px; color: #b9ccca; font-size: 14px; }
.application-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 28px; }
.application-grid article { padding-top: 18px; border-top: 1px solid #b5c5b8; }
.application-grid article > span { color: var(--green-600); font-size: 12px; font-variant-numeric: tabular-nums; }
.application-grid h3 { max-width: 220px; margin-top: 26px; color: var(--navy-950); font-size: 21px; font-weight: 600; line-height: 1.2; text-wrap: pretty; }
.application-grid p { margin-top: 14px; color: var(--muted); font-size: 14px; }
.heritage { background: #e9eee7; }
.heritage-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 88px; align-items: center; }
.heritage-mark { padding: 38px; border: 1px solid #c3cfc2; background-image: linear-gradient(#36565c08 1px,transparent 1px),linear-gradient(90deg,#36565c08 1px,transparent 1px); background-size: 24px 24px; }
.heritage-label, .heritage-location { display: block; color: var(--navy-800); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.heritage-mark strong { display: block; margin: 30px 0 22px; color: var(--green-600); font-family: var(--display); font-size: clamp(64px,7vw,98px); font-weight: 700; letter-spacing: -.025em; line-height: .95; }
.heritage-mark strong span { display: block; color: var(--navy-950); }
.heritage-mark p { color: var(--muted); font-size: 14px; }
.heritage-location { margin-top: 32px; padding-top: 18px; border-top: 1px solid #c3cfc2; }
.heritage-copy > p:not(.eyebrow) { max-width: 640px; margin-top: 20px; color: var(--muted); font-size: 16px; }
.timeline { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-top: 32px; border-top: 1px solid #acbdad; }
.timeline div { position: relative; padding-top: 18px; }
.timeline div::before { content: ''; position: absolute; top: -4px; left: 0; width: 7px; height: 7px; background: var(--green-600); }
.timeline strong { display: block; color: var(--navy-950); font-family: var(--display); font-size: 24px; }
.timeline span { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.quote { background: #e9eee7; }
.quote-heading > p { max-width: 430px; }
.quote-layout { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: 24px; align-items: start; }
.quote-selection, .quote-form { min-width: 0; padding: 30px; background: var(--white); border: 1px solid #c7d1c7; border-radius: 4px; }
.quote-panel-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.quote-panel-heading > div > span { display: block; margin-bottom: 4px; color: var(--green-600); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.quote-panel-heading h3 { color: var(--navy-950); font-family: var(--display); font-size: 30px; line-height: 1; }
.quote-panel-heading a { min-height: 36px; padding-top: 9px; color: var(--green-600); font-size: 12px; font-weight: 600; }
.required-note { color: var(--muted); font-size: 11px; }
.quote-items { display: grid; gap: 12px; }
.quote-item { display: grid; grid-template-columns: 68px minmax(110px,.8fr) 84px minmax(130px,1fr) auto; gap: 14px; align-items: end; padding: 12px; background: #f4f6f2; border: 1px solid var(--line); border-radius: 3px; }
.quote-item > img { align-self: center; width: 68px; height: 72px; padding: 7px; object-fit: contain; background: #e7ebe4; }
.quote-item-copy { align-self: center; min-width: 0; }
.quote-item-copy > span, .quote-item label > span { display: block; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.quote-item-copy h4 { margin-top: 4px; color: var(--navy-950); font-family: var(--display); font-size: 25px; line-height: 1; }
.quote-item-copy p { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.3; }
.quote-item input, .quote-form input:not([type="checkbox"]), .quote-form textarea { width: 100%; color: var(--ink); background: var(--white); border: 1px solid #bdc9bd; border-radius: 2px; }
.quote-item input { height: 38px; margin-top: 5px; padding: 6px 8px; font-size: 13px; }
.quote-remove { min-height: 38px; padding: 8px 0 8px 6px; color: #7d3434; background: transparent; border: 0; font-size: 11px; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.quote-empty { padding: 44px 24px; color: var(--muted); background: #f4f6f2; border: 1px dashed #b8c5b9; text-align: center; }
.quote-empty strong { color: var(--navy-950); font-size: 14px; }
.quote-empty p { max-width: 330px; margin: 6px auto 0; font-size: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label > span { display: block; margin-bottom: 7px; color: var(--navy-950); font-size: 12px; font-weight: 600; }
.form-grid input:not([type="checkbox"]), .form-grid textarea { min-height: 46px; padding: 10px 12px; font-size: 15px; }
.form-grid textarea { min-height: 126px; resize: vertical; line-height: 1.5; }
.form-grid input:focus, .form-grid textarea:focus, .quote-item input:focus { outline: 2px solid var(--green-600); outline-offset: 2px; border-color: transparent; }
.field-wide { grid-column: 1 / -1; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; }
.consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--green-600); }
.consent > span { margin: 0 !important; color: var(--muted) !important; font-weight: 400 !important; line-height: 1.45; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 24px; }
.form-footer p { color: var(--muted); font-size: 11px; text-align: right; }
.form-footer a { color: var(--green-600); }
.button:disabled { cursor: wait; opacity: .65; }
.form-status { margin-top: 20px; padding: 14px 16px; border-radius: 3px; font-size: 13px; line-height: 1.5; }
.form-status.is-success { color: #134c31; background: #e0f2e5; border: 1px solid #a8d0b2; }
.form-status.is-error { color: #702727; background: #f9e9e7; border: 1px solid #e2b8b2; }
.contact { padding-bottom: 80px; }
.contact-card { display: grid; grid-template-columns: 1.3fr .7fr; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; }
.contact-main { padding: 52px 58px; }
.contact-main .eyebrow { color: var(--green-600); }
.contact-main h2 { max-width: 560px; }
.contact-main > p:not(.eyebrow) { max-width: 490px; margin-top: 24px; color: var(--muted); }
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 30px; }
.contact-actions .button { background: var(--green-600); color: white; }
.contact-actions .button:hover { background: #105c36; }
.phone-link { color: var(--navy-950); font-size: 17px; font-weight: 600; text-decoration-color: #9aafa2; }
.contact-card address { display: flex; flex-direction: column; justify-content: center; gap: 25px; padding: 42px; background: #e9eee7; font-style: normal; }
.contact-card address span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.contact-card address strong { color: var(--navy-950); font-size: 14px; font-weight: 600; line-height: 1.65; }
.site-footer { padding: 34px 0; color: #b5c7c1; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: end; gap: 30px; }
.footer-grid strong { color: var(--white); font-weight: 600; }
.footer-grid p { margin-top: 6px; font-size: 12px; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { padding: 10px 0; font-size: 13px; font-weight: 600; text-decoration: none; }
.footer-links a:hover { color: white; text-decoration: underline; }
.copyright { text-align: right; }

.gtc-inner-page main { min-height: 60vh; }
.breadcrumbs { display: flex; align-items: center; gap: 10px; padding-top: 24px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { color: var(--green-600); font-weight: 600; text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.inner-hero { padding: 68px 0 64px; border-bottom: 1px solid var(--line); background: #edf0ea; }
.inner-hero h1 { max-width: 900px; margin-top: 16px; color: var(--navy-950); font-family: var(--display); font-size: clamp(58px, 6.4vw, 92px); font-weight: 700; letter-spacing: -.025em; line-height: .98; }
.inner-hero .shell > p:last-child { max-width: 720px; margin-top: 22px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.inner-catalogue { padding-top: 72px; }
.inner-catalogue .product-range:first-child .range-heading { padding-top: 0; border-top: 0; }
.product-detail { padding-top: 54px; }
.product-detail-grid { display: grid; grid-template-columns: minmax(360px,.88fr) minmax(0,1.12fr); gap: clamp(48px,7vw,96px); align-items: start; }
.product-detail-visual { position: sticky; top: 118px; display: grid; min-height: 560px; place-items: center; padding: 58px; overflow: hidden; background: #e9eee7; border: 1px solid #d3ddd3; }
.product-detail-visual::before { content: ''; position: absolute; width: 340px; height: 340px; background: #dde5dc; border-radius: 50%; }
.product-detail-visual img { position: relative; z-index: 1; width: auto; max-width: 90%; max-height: 430px; object-fit: contain; filter: drop-shadow(10px 18px 12px #223f4630); }
.product-detail-rating { position: absolute; z-index: 2; top: 24px; right: 24px; padding: 6px 11px; color: var(--navy-800); background: #f7f8f5e8; border: 1px solid #bdc9bd; border-radius: 2px; font-size: 13px; font-weight: 600; }
.product-detail-copy h1 { margin-top: 18px; color: var(--navy-950); font-family: var(--display); font-size: clamp(56px,5.5vw,82px); font-weight: 700; letter-spacing: -.025em; line-height: .95; }
.product-detail-copy h1 span { display: block; margin-bottom: 8px; color: var(--green-600); font-size: .54em; letter-spacing: .01em; }
.product-detail-lead { max-width: 660px; margin-top: 24px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.product-variants { margin-top: 24px; padding: 18px 20px; background: #e9eee7; border-left: 3px solid var(--green-600); }
.product-variants strong { display: block; color: var(--navy-950); font-size: 12px; }
.product-variants p { margin-top: 5px; color: var(--muted); font-size: 14px; }
.product-detail-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; margin-top: 28px; }
.product-spec-table { margin-top: 34px; border-top: 1px solid var(--line); font-variant-numeric: tabular-nums; }
.product-spec-table > div { display: grid; grid-template-columns: minmax(120px,.8fr) minmax(0,1.2fr); gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.product-spec-table dt { color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.product-spec-table dd { color: var(--navy-950); font-size: 14px; font-weight: 600; }
.product-colours { display: grid; gap: 18px; margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--line); }
.product-colours h2 { color: var(--navy-950); font-family: var(--display); font-size: 32px; line-height: 1; }
.product-colours > div p { max-width: 560px; margin-top: 8px; color: var(--muted); font-size: 13px; }
.product-colours ul { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; padding: 0; margin: 0; list-style: none; }
.product-colours li { display: grid; gap: 5px; color: var(--muted); font-size: 10px; text-align: center; }
.product-colours li span { display: grid; aspect-ratio: 1.35; place-items: center; color: var(--product-colour-ink); background: var(--product-colour); border: 1px solid #17323852; border-radius: 2px; box-shadow: inset 0 0 0 1px #ffffff52; font-size: 13px; font-weight: 700; }
.product-drawing { display: grid; grid-template-columns: minmax(240px,.65fr) minmax(0,1.35fr); gap: clamp(40px,7vw,90px); align-items: center; margin-top: 88px; padding-top: 64px; border-top: 1px solid var(--line); }
.product-drawing h2 { margin-top: 15px; color: var(--navy-950); font-family: var(--display); font-size: clamp(42px,4vw,58px); line-height: 1; }
.product-drawing > div > p:last-child { margin-top: 18px; color: var(--muted); }
.product-drawing > a { display: block; padding: 26px; background: var(--white); border: 1px solid var(--line); }
.product-drawing img { max-height: 540px; margin: auto; }
.inner-cta { padding: 56px 0; color: var(--white); background: var(--navy-950); }
.inner-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.inner-cta h2 { max-width: 760px; margin-top: 12px; font-family: var(--display); font-size: clamp(38px,4.5vw,58px); line-height: 1; }
.inner-cta .button { flex: 0 0 auto; }
.oem-detail .capability-copy h2 { color: var(--navy-950); }
.oem-detail .capability-copy > p:not(.eyebrow) { color: var(--muted); }
.oem-detail .capability-list li { border-color: var(--line); }
.oem-detail .capability-list li:last-child { border-bottom-color: var(--line); }
.oem-detail .capability-list li > span { color: var(--green-600); }
.oem-detail .capability-list h3 { color: var(--navy-950); }
.oem-detail .capability-list p { color: var(--muted); }

.product-dialog { width: min(980px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; overscroll-behavior: contain; overflow: auto; color: var(--ink); background: var(--paper); border: 0; border-radius: 5px; box-shadow: 0 24px 80px #152d3555; }
.product-dialog::backdrop { background: #102c35bf; backdrop-filter: blur(5px); }
.dialog-close { position: sticky; z-index: 3; top: 14px; float: right; display: grid; width: 44px; height: 44px; margin: 14px 14px -58px 0; place-items: center; color: var(--navy-950); background: #fffffff5; border: 1px solid var(--line); border-radius: 3px; font-size: 28px; line-height: 1; }
.dialog-close:hover { background: #e4eee5; }
.dialog-layout { display: grid; grid-template-columns: .85fr 1.15fr; }
.dialog-visual { display: grid; min-height: 520px; place-items: center; padding: 50px; background: #e9eee7; }
.dialog-visual img { width: auto; max-width: 100%; max-height: 320px; filter: drop-shadow(8px 14px 10px #223f4626); }
.dialog-copy { min-width: 0; padding: 62px 38px 38px; }
.dialog-family { color: var(--green-600); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.dialog-copy h2 { margin-top: 10px; color: var(--navy-950); font-family: var(--display); font-weight: 700; font-size: 54px; line-height: 1; }
.dialog-description { margin-top: 20px; color: var(--muted); font-size: 15px; }
.spec-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; margin-top: 24px; border-top: 1px solid var(--line); font-variant-numeric: tabular-nums; }
.spec-list div { padding: 12px 0; border-bottom: 1px solid var(--line); }
.spec-list dt { color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.spec-list dd { margin-top: 4px; color: var(--navy-950); font-size: 13px; font-weight: 600; }
.dialog-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-top: 26px; }
.dialog-quote-controls { margin-top: 24px; }
.dialog-order-fields { display: flex; align-items: end; flex-wrap: wrap; gap: 10px; }
.dialog-order-field { flex: 1 1 220px; min-width: 0; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.dialog-order-field > span, .dialog-order-field > legend { display: block; margin-bottom: 6px; padding: 0; }
.dialog-quantity-field { flex: 0 0 82px; }
.dialog-colour-field { flex: 0 0 100%; margin: 0; padding: 0; border: 0; }
.dialog-order-field input, .dialog-order-field select { width: 100%; min-height: 50px; padding: 8px 10px; color: var(--ink); background: var(--white); border: 1px solid #bdc9bd; border-radius: 3px; font-size: 16px; font-variant-numeric: tabular-nums; }
.dialog-order-field select { appearance: auto; }
.dialog-order-field input:focus, .dialog-order-field select:focus { outline: 2px solid var(--green-600); outline-offset: 2px; border-color: transparent; }
.colour-swatches { display: flex; flex-wrap: wrap; gap: 8px; }
.colour-swatches.is-trewin { display: grid; width: min(100%, 252px); grid-template-columns: repeat(5,minmax(0,1fr)); }
.colour-swatches.is-trewin .colour-swatch { width: 100%; min-width: 0; }
.colour-swatch { position: relative; display: grid; flex: 0 0 44px; width: 44px; height: 44px; padding: 0; place-items: center; color: var(--swatch-ink); background: var(--swatch-colour); border: 1px solid #17323852; border-radius: 2px; box-shadow: inset 0 0 0 1px #ffffff52; }
.colour-swatch::after { content: '✓'; position: absolute; top: 1px; right: 4px; opacity: 0; font-size: 11px; line-height: 1; }
.colour-swatch.is-selected { outline: 3px solid var(--navy-950); outline-offset: 2px; }
.colour-swatch.is-selected::after { opacity: 1; }
.colour-swatch-code { display: grid; min-width: 22px; height: 22px; padding-inline: 4px; place-items: center; background: #00000024; border-radius: 20px; font-size: 12px; font-weight: 700; letter-spacing: 0; line-height: 1; }
.colour-selection { display: block; min-height: 18px; margin-top: 8px; color: var(--ink); font-size: 12px; font-weight: 600; letter-spacing: 0; text-transform: none; }
.dialog-quote-controls .button { width: 100%; margin-top: 10px; }
.dialog-quote-summary { margin-top: 12px; padding: 13px; background: #f4f6f2; border: 1px solid var(--line); border-radius: 3px; }
.dialog-quote-summary[hidden] { display: none; }
.dialog-quote-summary-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 10px; }
.dialog-quote-summary-heading > span { color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.dialog-quote-summary-heading a { color: var(--green-600); font-size: 11px; font-weight: 600; }
.dialog-quote-summary-items { display: grid; gap: 8px; }
.dialog-quote-summary-item { display: grid; min-width: 0; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 12px; padding-top: 8px; border-top: 1px solid var(--line); }
.dialog-quote-summary-copy { min-width: 0; }
.dialog-quote-summary-copy strong { display: block; color: var(--navy-950); font-family: var(--display); font-size: 20px; line-height: 1; }
.dialog-quote-summary-copy span { display: block; margin-top: 3px; overflow-wrap: anywhere; color: var(--muted); font-size: 10px; line-height: 1.3; }
.dialog-quote-stepper { display: grid; grid-template-columns: 36px 40px 36px; align-items: center; }
.dialog-quote-stepper button, .dialog-quote-stepper output { display: grid; height: 36px; place-items: center; border: 1px solid #bdc9bd; font-size: 16px; font-variant-numeric: tabular-nums; }
.dialog-quote-stepper button { padding: 0; color: var(--navy-950); background: var(--white); }
.dialog-quote-stepper button:first-child { border-radius: 3px 0 0 3px; }
.dialog-quote-stepper button:last-child { border-radius: 0 3px 3px 0; }
.dialog-quote-stepper button:hover:not(:disabled) { background: #e4eee5; }
.dialog-quote-stepper button:disabled { color: #9aa8a0; cursor: default; background: #edf0ea; }
.dialog-quote-stepper output { color: var(--ink); background: var(--white); border-right: 0; border-left: 0; font-size: 13px; font-weight: 600; }
.dimension-toggle { min-height: 44px; padding: 8px 0; color: var(--green-600); background: transparent; border: 0; text-decoration: underline; text-underline-offset: 4px; font-size: 13px; font-weight: 600; }
.drawing-note { margin-top: 20px; color: var(--muted); font-size: 13px; }
.dimension-panel { padding: 28px; background: var(--white); border-top: 1px solid var(--line); }
.dimension-panel img { max-height: 520px; margin: auto; }
.drawing-heading { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 24px; }
.drawing-heading h3 { font-size: 18px; }
.drawing-heading a { display: inline-flex; align-items: center; min-height: 44px; gap: 8px; color: var(--green-600); font-size: 13px; }

@media (max-width: 1100px) {
  .site-nav { gap: 22px; }
  .hero-grid { gap: 42px; }
  .hero h1 { font-size: 74px; }
  .showcase-main { padding-right: 34px; }
  .showcase-spec { left: 22px; }
  .showcase-main > img { width: 170px; height: 270px; }
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .capability-grid, .heritage-grid { gap: 56px; }
  .proof-grid > div { padding: 0 20px; }
  .quote-layout { grid-template-columns: 1fr; }
  .contact-main { padding: 44px; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .copyright { grid-column: 1 / -1; text-align: left; }
  .product-detail-grid { grid-template-columns: minmax(320px,.8fr) minmax(0,1.2fr); gap: 44px; }
  .product-detail-visual { min-height: 470px; padding: 42px; }
}
@media (max-width: 820px) {
  .shell { width: calc(100% - 40px); }
  .section { padding: 72px 0; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 88px; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px 24px 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 12px 20px #223f461a; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px 0; }
  .site-nav .nav-cta { margin-top: 10px; padding: 14px 18px; text-align: center; }
  .hero { padding: 48px 0; }
  .hero-grid { gap: 40px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 620px; }
  .hero h1 { font-size: 68px; max-width: 600px; }
  .hero-lead { max-width: 590px; }
  .hero-facts { max-width: 510px; }
  .hero-visual { max-width: 620px; width: 100%; }
  .showcase-main { min-height: 315px; padding-right: 18%; }
  .showcase-main::after { right: 12%; }
  .showcase-spec { left: 32px; }
  .showcase-main > img { width: 176px; height: 270px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div, .proof-grid > div:first-child { min-height: 65px; padding: 10px 0; border: 0; }
  .proof-strip { padding: 12px 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .section-heading > p { max-width: 540px; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .application-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 36px; }
  .capability-grid, .heritage-grid, .contact-card { grid-template-columns: 1fr; gap: 40px; }
  .quote-item { grid-template-columns: 68px minmax(110px,1fr) 84px; align-items: end; }
  .quote-configuration { grid-column: 2 / 4; }
  .quote-remove { grid-column: 1; grid-row: 2; align-self: center; }
  .heritage-mark { max-width: 500px; width: 100%; }
  .heritage-mark strong { font-size: 86px; }
  .contact-card { gap: 0; }
  .contact-card address { display: grid; grid-template-columns: 1fr 1fr; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-visual { min-height: 280px; padding: 30px; }
  .dialog-visual img { max-height: 220px; }
  .dialog-copy { padding: 32px; }
  .product-detail-grid, .product-drawing { grid-template-columns: 1fr; }
  .product-detail-visual { position: relative; top: auto; min-height: 430px; }
  .product-detail-visual img { max-height: 330px; }
  .product-drawing { margin-top: 68px; }
  .inner-cta .shell { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  html { scroll-padding-top: 90px; }
  .shell { width: calc(100% - 36px); }
  .header-inner { height: 74px; gap: 16px; }
  .brand { flex-basis: 218px; width: 218px; height: 40px; }
  .brand img { width: 254px; transform: translate(-18px,-14px); }
  .site-nav { top: 74px; }
  .hero { padding: 36px 0 40px; }
  .eyebrow { font-size: 10px; letter-spacing: .09em; gap: 8px; }
  .hero h1 { margin-top: 20px; font-size: clamp(49px,13.8vw,66px); }
  .hero-lead { margin-top: 20px; font-size: 17px; }
  .hero-actions { margin-top: 24px; gap: 8px; align-items: stretch; flex-direction: column; }
  .button-text { justify-content: flex-start; min-height: 44px; }
  .hero-facts { margin-top: 24px; padding-top: 20px; gap: 12px; }
  .hero-facts dd { font-size: 29px; }
  .hero-facts dt { font-size: 11px; }
  .hero-grid { gap: 32px; }
  .showcase-heading { padding: 16px 18px; font-size: 9px; }
  .showcase-main { min-height: 295px; padding: 28px 26px 35px 20px; }
  .showcase-main::after { width: 205px; height: 205px; right: 5px; }
  .showcase-main > img { width: 151px; height: 232px; }
  .showcase-spec { left: 19px; top: 36px; }
  .showcase-spec strong { font-size: 47px; }
  .showcase-spec > span { font-size: 10px; }
  .showcase-material { left: 19px; bottom: 15px; font-size: 9px; }
  .showcase-caption { padding: 16px 18px; }
  .showcase-caption > span:first-child { gap: 12px; }
  .showcase-caption span span { max-width: 175px; font-size: 12px; }
  .showcase-range { padding: 15px 18px; }
  .section { padding: 56px 0; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2, .capability-copy h2, .heritage-copy h2, .contact-main h2 { font-size: 44px; }
  .catalogue-tools { gap: 16px; padding-top: 18px; }
  .filters { width: 100%; gap: 2px; justify-content: space-between; }
  .filter { padding: 9px 8px; font-size: 12px; }
  .filter span { margin-left: 4px; font-size: 10px; }
  .product-search { width: 100%; }
  .product-search input { font-size: 16px; }
  .product-grid { grid-template-columns: minmax(0,1fr); gap: 16px; }
  .product-image { height: 164px; padding: 22px 16px 12px; }
  .product-image img { height: 126px; }
  .current-rating { top: 8px; right: 8px; font-size: 10px; padding: 1px 5px; }
  .product-body { padding: 13px 11px 10px; }
  .product-meta { font-size: 8px; letter-spacing: .04em; }
  .product-card h4 { font-size: 27px; }
  .product-card p { margin-bottom: 13px; font-size: 12px; }
  .product-link { font-size: 10px; gap: 3px; }
  .product-link span { font-size: 16px; }
  .catalogue-help { margin-top: 24px; font-size: 13px; }
  .catalogue-help a { margin: 5px 0 0; }
  .capability-list li { grid-template-columns: 30px 1fr; gap: 18px; }
  .application-grid { gap: 28px 22px; }
  .application-grid h3 { margin-top: 20px; font-size: 18px; }
  .application-grid p { font-size: 13px; }
  .heritage-mark { padding: 28px; }
  .heritage-mark strong { font-size: 78px; }
  .timeline { grid-template-columns: 1fr 1fr; gap: 24px 18px; border-top: 0; }
  .timeline div { border-top: 1px solid #acbdad; }
  .quote-selection, .quote-form { padding: 24px 18px; }
  .quote-item { grid-template-columns: 58px minmax(0,1fr) 74px; gap: 10px; padding: 10px; }
  .quote-item > img { width: 58px; height: 64px; }
  .quote-item-copy h4 { font-size: 23px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer p { text-align: left; }
  .contact-main, .contact-card address { padding: 30px 24px; }
  .contact-card address { grid-template-columns: 1fr; }
  .contact-actions { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .footer-links { flex-wrap: wrap; }
  .copyright { grid-column: auto; }
  .dialog-copy { padding: 28px 22px; }
  .dialog-copy h2 { font-size: 46px; }
  .spec-list { gap: 0 16px; }
  .spec-list dd { font-size: 12px; }
  .dialog-actions { align-items: stretch; flex-direction: column; }
  .dialog-order-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  #dialog-code-field { grid-column: 1 / -1; }
  .dialog-quantity-field { width: 80px; }
  .dialog-colour-field { grid-column: 1 / -1; }
  .dimension-panel { padding: 20px; }
  .breadcrumbs { padding-top: 18px; overflow-wrap: anywhere; }
  .inner-hero { padding: 48px 0; }
  .inner-hero h1 { font-size: 52px; }
  .inner-hero .shell > p:last-child { margin-top: 18px; font-size: 16px; }
  .inner-catalogue { padding-top: 52px; }
  .product-detail { padding-top: 36px; }
  .product-detail-grid { gap: 38px; }
  .product-detail-visual { min-height: 330px; padding: 36px 26px; }
  .product-detail-visual::before { width: 230px; height: 230px; }
  .product-detail-visual img { max-height: 250px; }
  .product-detail-rating { top: 15px; right: 15px; }
  .product-detail-copy h1 { font-size: 54px; }
  .product-detail-lead { font-size: 16px; }
  .product-detail-actions { align-items: stretch; flex-direction: column; }
  .product-detail-actions .button-text { justify-content: flex-start; }
  .product-spec-table > div { grid-template-columns: 105px minmax(0,1fr); gap: 14px; }
  .product-colours ul { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 7px; }
  .product-colours li { font-size: 8px; }
  .product-colours li span { font-size: 11px; }
  .product-drawing { gap: 28px; margin-top: 54px; padding-top: 46px; }
  .product-drawing > a { padding: 14px; }
  .inner-cta { padding: 46px 0; }
  .inner-cta h2 { font-size: 42px; }
}
@media (max-width: 359px) {
  .shell { width: calc(100% - 28px); }
  .brand { flex-basis: 204px; }
  .filter { padding-inline: 6px; }
  .showcase-spec > span { max-width: 105px; }
  .showcase-main { padding-right: 18px; }
  .showcase-main > img { width: 135px; height: 215px; }
  .product-link { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
