/* ================================================================
   HIGH SEA TRADING — SHARED STYLES
   Edit the colours, spacing and typography in :root to update the
   complete website from one place.
   ================================================================ */
:root {
  --navy-950: #03111f;
  --navy-900: #061a2d;
  --navy-800: #0a2941;
  --navy-700: #103a56;
  --blue: #63cdf3;
  --blue-soft: #a4e7fa;
  --ice: #edf8fb;
  --paper: #f3f6f5;
  --ink: #071827;
  --muted: #62707b;
  --line-dark: rgba(237, 248, 251, .16);
  --line-light: rgba(7, 24, 39, .13);
  --font: "Montserrat", Arial, sans-serif;
  --container: 1320px;
  --page-x: clamp(22px, 4.8vw, 76px);
  --progress: 0;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--font); font-weight: 500; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - (var(--page-x) + var(--page-x))), var(--container)); margin-inline: auto; }
.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: 100; top: 12px; left: 12px; padding: 12px 16px; background: #fff; color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

/* ---------- Reusable typography ---------- */
.eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 24px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #168bb7; }
.display-title { margin: 0; font-size: clamp(58px, 8.8vw, 140px); font-weight: 600; letter-spacing: -.07em; line-height: .84; text-transform: uppercase; }
.display-title em { color: var(--blue); font-style: normal; font-weight: 300; }
.section-title { max-width: 900px; margin: 0; font-size: clamp(42px, 6.3vw, 92px); font-weight: 550; letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }
.section-title em { color: #168bb7; font-style: normal; font-weight: 350; }
.lead { color: var(--muted); font-size: clamp(17px, 1.4vw, 21px); font-weight: 450; line-height: 1.65; }

/* ---------- Shared buttons and links ---------- */
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 54px; padding: 0 20px; border: 1px solid transparent; cursor: pointer; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.button span { font-size: 18px; }
.button-light { background: var(--ice); color: var(--navy-950); }
.button-blue { background: #1596c8; color: #fff; }
.button-outline { border-color: currentColor; background: transparent; }
.text-link { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; text-transform: uppercase; }

/* ================================================================
   SHARED NAVIGATION
   Edit phone text in every HTML header. Edit the tel: value too.
   ================================================================ */
.site-header { position: fixed; z-index: 40; inset: 0 0 auto; display: grid; grid-template-columns: minmax(150px, 1fr) auto auto; align-items: center; gap: clamp(20px, 2.7vw, 42px); height: 92px; padding: 0 var(--page-x); color: #fff; border-bottom: 1px solid transparent; }
.site-header.is-scrolled, .inner-page .site-header { background: rgba(3, 17, 31, .9); border-bottom-color: var(--line-dark); backdrop-filter: blur(16px); }
.brand { width: clamp(155px, 14vw, 205px); line-height: 0; }
.brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 32px); }
.primary-nav a { position: relative; font-size: 11px; font-weight: 650; white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--blue); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after, .primary-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.primary-nav a.is-active { color: var(--blue-soft); }
.nav-contact { display: flex; align-items: center; gap: 14px; }
.nav-phone { font-size: 11px; white-space: nowrap; }
.nav-cta { padding: 14px 17px; background: #168fbe; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 12px; border: 1px solid rgba(255,255,255,.3); background: transparent; color: #fff; }
.menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; }

/* ================================================================
   HOME HERO — Approved deep-sea design and scroll behaviour
   ================================================================ */
.hero { height: 165vh; background: var(--navy-900); color: #fff; }
.hero-stage { position: sticky; top: 0; height: 100vh; min-height: 680px; overflow: hidden; background: radial-gradient(circle at 62% 44%, #0d3a56 0, rgba(10,45,67,.52) 20%, transparent 48%), linear-gradient(135deg, var(--navy-950), var(--navy-900) 58%, #08243b); }
.hero-stage::before { content: ""; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.13) 1px,transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom,transparent 8%,#000 38%,#000 83%,transparent); }
.route-field { position: absolute; inset: 0; width: 100%; height: 100%; opacity: calc(.4 + var(--progress) * .35); }
.route { fill: none; stroke: #74d7f5; stroke-width: 1.1; stroke-dasharray: 6 11; stroke-dashoffset: calc(70px - var(--progress) * 70px); }
.route.faint { opacity: .35; }
.route-origin { fill: #fff; }
.route-ring { fill: none; stroke: #66d3f3; opacity: .7; }
.sea-orbit { position: absolute; width: 58vw; aspect-ratio: 1; right: -13vw; top: 3vh; border: 1px solid rgba(116,214,244,.12); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(82,189,226,.025),0 0 0 16vw rgba(82,189,226,.018); transform: scale(calc(.82 + var(--progress) * .26)); }
.hero-shell { position: relative; z-index: 2; height: 100%; padding-top: clamp(148px, 19vh, 210px); }
.hero-intro { transform: translateY(calc(var(--progress) * -64px)); opacity: calc(1 - var(--progress) * .84); }
.hero-summary { position: absolute; top: 40%; right: 0; width: min(31vw, 410px); transform: translateY(calc(var(--progress) * -32px)); opacity: calc(1 - var(--progress) * .68); }
.hero-summary p { margin: 0 0 30px; color: rgba(237,248,251,.76); font-size: clamp(15px, 1.25vw, 19px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero-rail { position: absolute; right: 0; bottom: clamp(28px,5vh,56px); left: 0; display: grid; grid-template-columns: 1.3fr repeat(3,1fr); border-top: 1px solid var(--line-dark); padding-top: 20px; transform: translateY(calc((1 - var(--progress)) * 38px)); opacity: calc(.32 + var(--progress) * .68); }
.rail-lead { max-width: 280px; margin: 0; color: rgba(237,248,251,.55); font-size: 17px; line-height: 1.35; }
.rail-item { display: grid; grid-template-columns: 31px 1fr; border-left: 1px solid var(--line-dark); padding-left: 20px; }
.rail-item span { grid-row: 1/3; color: var(--blue); font-size: 9px; }
.rail-item strong { font-size: 15px; font-weight: 600; }
.rail-item small { margin-top: 6px; color: rgba(237,248,251,.48); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }

/* ---------- Shared sections ---------- */
.section { padding: clamp(88px, 11vw, 160px) 0; }
.section-head { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr); gap: clamp(40px, 9vw, 150px); align-items: end; margin-bottom: clamp(52px, 7vw, 96px); }
.section-head > *, .statement-grid > *, .category-intro > *, .quote-layout > * { min-width: 0; }
.section-head .lead { margin: 0; }
.dark-section { background: var(--navy-950); color: var(--ice); }
.dark-section .lead { color: rgba(237,248,251,.62); }

/* ---------- Home: product bento grid ---------- */
.bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 260px; gap: 14px; }
.bento-card { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; grid-column: span 4; padding: 28px; color: #fff; background: var(--navy-800); border: 1px solid rgba(255,255,255,.08); }
.bento-card.large { grid-column: span 7; grid-row: span 2; }
.bento-card.wide { grid-column: span 5; }
.bento-card.tall { grid-column: span 5; grid-row: span 2; }
.bento-card::before { content: ""; position: absolute; width: 280px; height: 280px; right: -95px; bottom: -130px; border: 1px solid rgba(117,216,247,.26); border-radius: 50%; box-shadow: 0 0 0 42px rgba(99,205,243,.04), 0 0 0 84px rgba(99,205,243,.025); }
.bento-card:nth-child(2) { background: #0f3c58; }
.bento-card:nth-child(3) { background: #14324a; }
.bento-card:nth-child(4) { background: #0b263d; }
.bento-card:nth-child(5) { background: #15506b; }
.bento-number { position: relative; color: var(--blue-soft); font-size: 10px; letter-spacing: .14em; }
.bento-content { position: relative; max-width: 620px; }
.bento-content h3 { margin: 0 0 12px; font-size: clamp(25px,3vw,48px); font-weight: 500; letter-spacing: -.045em; line-height: 1; text-transform: uppercase; }
.bento-content p { max-width: 520px; margin: 0 0 22px; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.55; }
.bento-content a { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

/* ---------- Home: statement, features, process and buyers ---------- */
.statement-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 10vw, 170px); align-items: start; }
.statement-copy .lead { max-width: 700px; margin: 0 0 32px; }
.statement-note { display: flex; justify-content: space-between; margin-top: 65px; padding-top: 20px; border-top: 1px solid var(--line-light); color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.feature-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 70px; border-top: 1px solid var(--line-dark); }
.feature { min-height: 250px; padding: 24px 22px; border-right: 1px solid var(--line-dark); }
.feature:first-child { border-left: 1px solid var(--line-dark); }
.feature span { color: var(--blue); font-size: 10px; }
.feature h3 { margin: 75px 0 12px; font-size: 18px; font-weight: 600; }
.feature p { margin: 0; color: rgba(237,248,251,.55); font-size: 12px; line-height: 1.65; }
.process-list { margin-top: 70px; border-top: 1px solid var(--line-light); }
.process-step { display: grid; grid-template-columns: 90px 1fr 1fr; gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--line-light); }
.process-step span { color: #168bb7; font-size: 11px; }
.process-step h3 { margin: 0; font-size: 24px; font-weight: 550; text-transform: uppercase; }
.process-step p { max-width: 520px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.philosophy { padding: clamp(90px, 13vw, 190px) 0; background: #0a2c44; color: #fff; text-align: center; }
.philosophy h2 { max-width: 1100px; margin: 0 auto 42px; font-size: clamp(55px, 9vw, 136px); font-weight: 550; letter-spacing: -.075em; line-height: .82; text-transform: uppercase; }
.philosophy h2 em { color: var(--blue); font-style: normal; font-weight: 300; }
.keyword-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 28px; color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .18em; }
.keyword-row span:not(:last-child)::after { content: "·"; margin-left: 28px; color: var(--blue); }
.buyer-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 65px; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.buyer { min-height: 130px; padding: 24px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); font-size: 15px; }
.buyer span { display: block; margin-bottom: 32px; color: #168bb7; font-size: 9px; }

/* ================================================================
   INNER PAGE HEROES
   ================================================================ */
.inner-hero { position: relative; overflow: hidden; min-height: 650px; padding: 190px 0 95px; background: radial-gradient(circle at 80% 35%,#124663 0,transparent 34%), var(--navy-950); color: #fff; }
.inner-hero::after { content: ""; position: absolute; width: 620px; height: 620px; top: 120px; right: -220px; border: 1px solid rgba(99,205,243,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(99,205,243,.025),0 0 0 140px rgba(99,205,243,.018); }
.inner-hero .container { position: relative; z-index: 1; }
.inner-hero .display-title { max-width: 1100px; }
.inner-hero-copy { display: grid; grid-template-columns: 1fr minmax(280px, 480px); gap: 60px; align-items: end; margin-top: 60px; padding-top: 26px; border-top: 1px solid var(--line-dark); }
.inner-hero-copy p { margin: 0; color: rgba(237,248,251,.65); line-height: 1.65; }
.breadcrumbs { display: flex; gap: 10px; margin-bottom: 26px; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumbs a:hover { color: #fff; }

/* ---------- Products overview ---------- */
.category-list { border-top: 1px solid var(--line-light); }
.category-row { display: grid; grid-template-columns: 70px minmax(230px,.8fr) 1.2fr auto; gap: 30px; align-items: center; min-height: 170px; padding: 28px 0; border-bottom: 1px solid var(--line-light); }
.category-row>span { color: #168bb7; font-size: 10px; }
.category-row h2 { margin: 0; font-size: clamp(25px,3.4vw,50px); font-weight: 500; letter-spacing: -.045em; text-transform: uppercase; }
.category-row p { max-width: 550px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.category-row .arrow { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line-light); font-size: 20px; }
.category-row:hover .arrow { background: var(--navy-900); color: #fff; }

/* ---------- Category product cards ---------- */
.category-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.category-intro .lead { max-width: 760px; margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 80px; }
.product-card { display: grid; grid-template-columns: 40% 60%; min-height: 320px; background: #fff; border: 1px solid var(--line-light); }
.product-placeholder { position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 22px; background: linear-gradient(145deg,#0c3450,#071b2d); color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.product-placeholder::before { content: ""; position: absolute; width: 190px; height: 190px; top: 45px; left: 32px; border: 1px solid rgba(99,205,243,.25); border-radius: 50%; box-shadow: 0 0 0 30px rgba(99,205,243,.03),0 0 0 60px rgba(99,205,243,.02); }
.product-placeholder::after { content: attr(data-code); position: absolute; top: 20px; left: 22px; color: var(--blue); font-size: 10px; }
.product-content { display: flex; flex-direction: column; padding: 28px; }
.product-content small { color: #168bb7; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.product-content h2 { margin: 12px 0 16px; font-size: 24px; font-weight: 600; letter-spacing: -.035em; text-transform: uppercase; }
.product-content p { margin: 0 0 26px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.product-content .request-product { margin-top: auto; align-self: flex-start; border: 0; border-bottom: 1px solid currentColor; padding: 0 0 6px; background: none; color: var(--ink); cursor: pointer; font-size: 9px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }

/* ---------- Forms / RTQ ---------- */
.quote-section { background: var(--navy-950); color: #fff; }
.quote-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px,9vw,140px); }
.quote-copy { position: sticky; top: 130px; align-self: start; }
.quote-copy h2 { margin: 0 0 28px; font-size: clamp(42px,5.7vw,82px); font-weight: 550; letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }
.quote-copy p { color: rgba(255,255,255,.58); line-height: 1.65; }
.selected-product { display: none; margin-top: 28px; padding: 17px; border: 1px solid rgba(99,205,243,.3); color: var(--blue-soft); font-size: 11px; }
.selected-product.is-visible { display: block; }
.quote-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 26px 18px; }
.form-field { display: grid; gap: 9px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.26); border-radius: 0; padding: 12px 0; background: transparent; color: #fff; outline: none; }
.form-field select option { color: #111; }
.form-field textarea { min-height: 110px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-bottom-color: var(--blue); }
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(255,255,255,.28); }
.form-status { min-height: 20px; grid-column: 1 / -1; margin: 0; color: var(--blue-soft); font-size: 11px; }
.quote-form .button { justify-self: start; }

/* ---------- Large CTA ---------- */
.cta-band { padding: clamp(80px,10vw,140px) 0; background: #158fbd; color: #fff; }
.cta-band .container { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; }
.cta-band h2 { max-width: 1000px; margin: 0; font-size: clamp(45px,7.4vw,108px); font-weight: 550; letter-spacing: -.065em; line-height: .87; text-transform: uppercase; }

/* ================================================================
   SHARED FOOTER
   Replace placeholder contact details in each HTML footer.
   ================================================================ */
.site-footer { padding: 75px 0 28px; background: var(--navy-950); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .6fr 1fr .8fr; gap: 55px; padding-bottom: 65px; }
.footer-brand img { width: 190px; margin-bottom: 28px; }
.footer-brand p { max-width: 350px; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.7; }
.footer-column h2 { margin: 0 0 24px; color: var(--blue); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-column a, .footer-column p { display: block; margin: 0 0 13px; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.5; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.38); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.whatsapp { position: fixed; z-index: 35; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 17px; background: #25d366; color: #062514; box-shadow: 0 10px 35px rgba(0,0,0,.25); font-size: 10px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.whatsapp span { font-size: 17px; }

/* ---------- Scroll reveal (disabled for reduced motion below) ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ================================================================
   RESPONSIVE LAYOUTS
   ================================================================ */
@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto; height: 78px; padding-inline: 24px; }
  .brand { width: 155px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 78px; right: 16px; left: 16px; display: none; align-items: stretch; flex-direction: column; gap: 0; max-height: calc(100vh - 95px); overflow: auto; padding: 10px 22px; background: #0b2940; border: 1px solid var(--line-dark); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 16px 0; border-bottom: 1px solid var(--line-dark); font-size: 12px; }
  .nav-contact { display: none; }
  .feature-grid { grid-template-columns: repeat(3,1fr); }
  .feature:nth-child(n+4) { border-top: 1px solid var(--line-dark); }
  .footer-grid { grid-template-columns: 1.2fr repeat(2,1fr); }
  .footer-column:last-child { grid-column: 2 / -1; }
}
@media (max-width: 900px) {
  .hero { height: 150vh; }
  .hero-shell { padding-top: 140px; }
  .hero-summary { top: auto; right: auto; bottom: 205px; left: 0; width: min(92%,500px); }
  .hero-rail { grid-template-columns: repeat(3,1fr); }
  .rail-lead { display: none; }
  .section-head, .statement-grid, .category-intro, .quote-layout { grid-template-columns: 1fr; gap: 35px; }
  .bento-grid { grid-auto-rows: 240px; }
  .bento-card, .bento-card.large, .bento-card.wide, .bento-card.tall { grid-column: span 6; grid-row: span 1; }
  .bento-card.large { grid-row: span 2; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .feature:nth-child(n+3) { border-top: 1px solid var(--line-dark); }
  .process-step { grid-template-columns: 55px 1fr; }
  .process-step p { grid-column: 2; }
  .buyer-grid { grid-template-columns: repeat(2,1fr); }
  .inner-hero { min-height: 580px; padding-top: 150px; }
  .inner-hero-copy { grid-template-columns: 1fr; gap: 26px; }
  .category-row { grid-template-columns: 45px 1fr auto; }
  .category-row p { grid-column: 2 / 3; }
  .product-grid { grid-template-columns: 1fr; }
  .quote-copy { position: static; }
  .cta-band .container { grid-template-columns: 1fr; align-items: start; }
}
@media (max-width: 620px) {
  :root { --page-x: 20px; }
  .display-title { font-size: clamp(52px, 16vw, 78px); }
  .section-title { font-size: clamp(39px, 13vw, 64px); }
  .section-title em { overflow-wrap: anywhere; }
  .statement-note { flex-wrap: wrap; gap: 14px; }
  .philosophy h2 { font-size: clamp(45px, 13vw, 72px); overflow-wrap: anywhere; }
  .hero-stage { min-height: 650px; }
  .hero-shell { padding-top: 120px; }
  .hero-summary { bottom: 190px; }
  .hero-summary p { font-size: 14px; margin-bottom: 20px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-rail { bottom: 22px; gap: 8px; }
  .rail-item { display: block; padding-left: 10px; }
  .rail-item span { display: block; margin-bottom: 9px; }
  .rail-item strong { display: block; font-size: 12px; }
  .rail-item small { display: none; }
  .bento-grid { display: block; }
  .bento-card { min-height: 280px; margin-bottom: 12px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature, .feature:first-child { min-height: auto; border: 0; border-bottom: 1px solid var(--line-dark); }
  .feature h3 { margin-top: 36px; }
  .process-step { grid-template-columns: 38px 1fr; gap: 15px; }
  .buyer-grid { grid-template-columns: 1fr; }
  .category-row { grid-template-columns: 32px 1fr auto; gap: 14px; }
  .category-row p { grid-column: 1 / -1; }
  .product-card { grid-template-columns: 1fr; }
  .product-placeholder { min-height: 190px; }
  .quote-form { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-column:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .whatsapp { right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  :root { --progress: 0 !important; }
  .hero { height: 100vh; }
  .hero-intro, .hero-summary, .hero-rail, .sea-orbit { transform: none; opacity: 1; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ================================================================
   APPROVED REVISION PASS — AUGUST 2026
   Shared typography, navigation, CTA, image-placeholder and layout
   refinements requested during the full website review.
   ================================================================ */

/* Consistent bold/accent headline spacing on every page. */
.display-title,
.section-title { overflow-wrap: normal; word-break: normal; }
.display-title { max-width: 100%; font-size: clamp(56px, 7.2vw, 116px); line-height: .86; }
.section-title { font-size: clamp(40px, 5.4vw, 78px); line-height: .88; }
.display-title em,
.section-title em,
.title-accent { display: block; margin-top: .12em; color: var(--blue); font-style: normal; font-weight: 300; line-height: .9; }
.title-strong { display: block; font-weight: 600; }

/* Thinner uppercase navigation and text-only RTQ treatment. */
.primary-nav a,
.nav-phone,
.nav-cta { font-size: 10px; font-weight: 500; letter-spacing: .105em; text-transform: uppercase; }
.nav-cta { position: relative; padding: 7px 0; background: transparent; color: var(--blue-soft); }
.nav-cta::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: currentColor; transform: scaleX(.3); transform-origin: left; transition: transform .25s ease, color .25s ease; }
.nav-cta:hover,
.nav-cta:focus-visible { color: #fff; }
.nav-cta:hover::after,
.nav-cta:focus-visible::after { transform: scaleX(1); }

/* Unified text CTA system. Functional form buttons remain outlined. */
.button,
.text-link,
.bento-content a,
.request-product { min-height: 0; padding: 7px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: inherit; font-size: 10px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; transition: color .25s ease, border-color .25s ease, filter .25s ease; }
.button { display: inline-flex; justify-content: flex-start; gap: 15px; }
.button span { margin: 0; font-size: 13px; }
.button-light,
.button-blue { background: transparent; color: inherit; }
.button:hover,
.button:focus-visible,
.text-link:hover,
.text-link:focus-visible,
.bento-content a:hover,
.bento-content a:focus-visible { color: var(--blue-soft); filter: brightness(1.35); }
.quote-form .button { min-height: 50px; padding: 0 18px; border: 1px solid rgba(99,205,243,.55); color: var(--blue-soft); }
.quote-form .button:hover { border-color: #fff; color: #fff; }

/* Home hero: dedicated headline and supporting-content zones. */
.hero-intro { width: 70%; }
.hero-intro .display-title { font-size: clamp(58px, 7vw, 112px); }
.hero-summary { top: 57%; right: 0; width: min(30vw, 390px); }
.hero-actions { align-items: flex-start; }

/* Organized 2 + 3 product bento composition. */
.bento-grid { grid-auto-rows: 340px; }
.bento-card,
.bento-card.large,
.bento-card.wide,
.bento-card.tall { grid-row: span 1; }
.bento-card:nth-child(1) { grid-column: span 7; }
.bento-card:nth-child(2) { grid-column: span 5; }
.bento-card:nth-child(3),
.bento-card:nth-child(4),
.bento-card:nth-child(5) { grid-column: span 4; }
.bento-card { justify-content: flex-end; isolation: isolate; }
.bento-card::before { z-index: -1; }
.bento-media { position: absolute; z-index: -2; inset: 0; display: flex; align-items: flex-start; justify-content: flex-end; padding: 22px; background: linear-gradient(180deg, rgba(3,17,31,.05), rgba(3,17,31,.82)), radial-gradient(circle at 72% 22%, #275f7a, #0b2b43 58%, #071b2d); color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.bento-media::before { content: ""; position: absolute; width: 240px; height: 240px; top: 28px; right: 40px; border: 1px solid rgba(99,205,243,.22); border-radius: 50%; box-shadow: 0 0 0 35px rgba(99,205,243,.025); }
.bento-number { position: absolute; top: 26px; left: 28px; }
.bento-content h3 { font-size: clamp(24px, 2.7vw, 43px); }

/* Text-led content columns: no oversized text can enter adjacent copy. */
.statement-grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(55px, 8vw, 125px); align-items: center; }
.statement-grid .section-title { max-width: 650px; font-size: clamp(42px, 5vw, 72px); }
.statement-copy { align-self: center; }
.statement-copy .lead { font-size: clamp(17px, 1.35vw, 20px); }
.about-section { padding-block: clamp(78px, 8vw, 120px); }
.about-grid { align-items: center; }

/* Why High Sea image placeholders. */
.feature { display: flex; flex-direction: column; min-height: 330px; }
.feature-media { position: relative; overflow: hidden; height: 96px; margin: 30px 0 26px; border: 1px solid rgba(99,205,243,.14); background: radial-gradient(circle at 75% 20%, #1b5270, #09233a 66%); color: rgba(255,255,255,.42); font-size: 7px; letter-spacing: .12em; text-transform: uppercase; display: flex; align-items: flex-end; padding: 12px; }
.feature-media::after { content: ""; position: absolute; width: 90px; height: 90px; top: -20px; right: -15px; border: 1px solid rgba(99,205,243,.22); border-radius: 50%; }
.feature h3 { margin: 0 0 12px; }

/* Philosophy: editorial split with a purposeful visual placeholder. */
.philosophy { padding: clamp(80px, 9vw, 130px) 0; text-align: left; }
.philosophy-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr); gap: clamp(45px, 8vw, 120px); align-items: center; }
.philosophy-copy h2 { max-width: 800px; margin: 0 0 32px; font-size: clamp(52px, 6.3vw, 94px); font-weight: 600; letter-spacing: -.065em; line-height: .86; text-transform: uppercase; }
.philosophy-copy h2 em { display: block; margin-top: .12em; color: var(--blue); font-style: normal; font-weight: 300; line-height: .9; }
.philosophy-copy > p:not(.eyebrow) { max-width: 620px; margin: 0 0 28px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.7; }
.philosophy-media { position: relative; min-height: 420px; overflow: hidden; display: flex; align-items: flex-end; padding: 24px; border: 1px solid rgba(99,205,243,.18); background: linear-gradient(180deg, rgba(3,17,31,.05), rgba(3,17,31,.75)), radial-gradient(circle at 65% 25%, #286780, #0c3853 48%, #071b2d 82%); color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.philosophy-media::before,
.philosophy-media::after { content: ""; position: absolute; width: 420px; height: 420px; top: -120px; right: -170px; border: 1px solid rgba(99,205,243,.22); border-radius: 50%; }
.philosophy-media::after { width: 550px; height: 550px; top: -185px; right: -235px; opacity: .5; }
.philosophy .keyword-row { grid-column: 1 / -1; justify-content: flex-start; margin-top: 10px; padding-top: 22px; border-top: 1px solid var(--line-dark); }

/* Who We Work With image-led cards. */
.buyer-grid { gap: 12px; border: 0; }
.buyer { min-height: 245px; padding: 0; overflow: hidden; border: 1px solid var(--line-light); background: #fff; }
.buyer-media { position: relative; height: 165px; padding: 14px; background: linear-gradient(180deg, rgba(3,17,31,.05), rgba(3,17,31,.72)), radial-gradient(circle at 70% 30%, #3a7891, #0d344e 64%); color: rgba(255,255,255,.62); font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.buyer-media::after { content: ""; position: absolute; width: 120px; height: 120px; right: -28px; bottom: -40px; border: 1px solid rgba(99,205,243,.32); border-radius: 50%; }
.buyer-info { display: grid; grid-template-columns: 32px 1fr; gap: 8px; align-items: start; padding: 20px; }
.buyer-info span { margin: 3px 0 0; }
.buyer-info strong { font-size: 13px; font-weight: 550; line-height: 1.4; }
.buyer-grid:not(.industry-grid) { gap: 0; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.buyer-grid:not(.industry-grid) .buyer { min-height: 130px; padding: 24px; border: 0; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); background: transparent; }

/* Products overview: image-led hero and category panels. */
.products-hero .container { padding-right: min(39vw, 560px); }
.products-hero .display-title { font-size: clamp(54px, 6vw, 92px); }
.products-hero .inner-hero-copy { grid-template-columns: 1fr; max-width: 630px; }
.inner-hero-media { position: absolute; z-index: 1; top: 150px; right: var(--page-x); width: min(34vw, 500px); min-height: 380px; display: flex; align-items: flex-end; padding: 24px; border: 1px solid rgba(99,205,243,.18); background: linear-gradient(180deg, rgba(3,17,31,.05), rgba(3,17,31,.78)), radial-gradient(circle at 65% 30%, #2b718c, #0c3853 52%, #071b2d); color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.category-showcase { display: grid; gap: 18px; }
.category-panel { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); min-height: 360px; background: #fff; border: 1px solid var(--line-light); }
.category-panel:nth-child(even) .category-media { order: 2; }
.category-media { position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 24px; background: linear-gradient(180deg, rgba(3,17,31,.02), rgba(3,17,31,.8)), radial-gradient(circle at 68% 28%, #347a94, #0d3a55 60%, #071b2d); color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.category-media::before { content: ""; position: absolute; width: 260px; height: 260px; top: -60px; right: -80px; border: 1px solid rgba(99,205,243,.26); border-radius: 50%; box-shadow: 0 0 0 40px rgba(99,205,243,.03); }
.category-panel-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 70px); }
.category-panel-content > span { color: #168bb7; font-size: 9px; letter-spacing: .13em; }
.category-panel-content h2 { margin: 14px 0 18px; font-size: clamp(30px, 4vw, 58px); font-weight: 500; letter-spacing: -.05em; line-height: .95; text-transform: uppercase; }
.category-panel-content p { max-width: 650px; margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.category-examples { color: #168bb7 !important; font-size: 10px !important; letter-spacing: .06em; text-transform: uppercase; }
.category-panel-content .text-link { align-self: flex-start; margin-top: 12px; }

/* Mobile/tablet revisions for every reviewed issue. */
@media (max-width: 1180px) {
  .primary-nav a { font-weight: 500; letter-spacing: .09em; }
}
@media (max-width: 900px) {
  .hero-intro { width: 100%; }
  .hero-intro .display-title { font-size: clamp(58px, 12vw, 90px); }
  .hero-summary { right: auto; bottom: 200px; left: 0; width: min(92%, 520px); }
  .bento-card:nth-child(n) { grid-column: span 6; }
  .statement-grid { grid-template-columns: 1fr; gap: 42px; }
  .statement-grid .section-title { max-width: 100%; font-size: clamp(44px, 9vw, 72px); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .philosophy-grid { grid-template-columns: 1fr; }
  .philosophy-media { min-height: 330px; }
  .products-hero .container { padding-right: 0; }
  .inner-hero-media { position: relative; top: auto; right: auto; width: 100%; min-height: 300px; margin-top: 45px; }
  .category-panel { grid-template-columns: 1fr; }
  .category-panel:nth-child(even) .category-media { order: 0; }
  .category-media { min-height: 260px; }
}
@media (max-width: 620px) {
  .display-title { font-size: clamp(45px, 12vw, 62px); line-height: .9; }
  .section-title,
  .statement-grid .section-title { font-size: clamp(38px, 11vw, 54px); line-height: .9; }
  .display-title em,
  .section-title em,
  .title-accent { margin-top: .16em; }
  .hero-intro .display-title { font-size: clamp(48px, 13vw, 65px); }
  .hero-summary { bottom: 185px; }
  .bento-grid { display: block; }
  .bento-card { min-height: 320px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 0; }
  .feature-media { height: 130px; }
  .philosophy { padding-block: 75px; }
  .philosophy-copy h2 { font-size: clamp(42px, 12vw, 58px); line-height: .88; overflow-wrap: normal; word-break: normal; }
  .philosophy-media { min-height: 260px; }
  .keyword-row { gap: 14px; justify-content: space-between !important; }
  .keyword-row span:not(:last-child)::after { display: none; }
  .buyer-grid { grid-template-columns: 1fr; }
  .buyer { min-height: 0; }
  .buyer-media { height: 205px; }
  .products-hero .display-title { font-size: clamp(42px, 11.5vw, 58px); }
  .category-panel { min-height: 0; }
  .category-media { min-height: 220px; }
  .category-panel-content { padding: 28px 24px 34px; }
  .category-panel-content h2 { font-size: clamp(29px, 9vw, 42px); }
}

/* ================================================================
   FINAL APPROVED RESTORATIONS
   Preserve the established design and add imagery only where requested.
   ================================================================ */

/* Why High Sea: retain the five-card structure with near-square visuals. */
.feature-media {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
}

/* Home philosophy: rebalance the existing editorial split without redesigning it. */
.home-philosophy .philosophy-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .78fr);
  gap: clamp(48px, 6vw, 90px);
}
.home-philosophy .philosophy-copy h2 {
  max-width: 720px;
  font-size: clamp(50px, 5.35vw, 82px);
}
.home-philosophy .philosophy-media {
  min-height: 340px;
}

/* Who We Work With: original compact grid with small image placeholders. */
.industry-grid {
  gap: 0;
  border-top: 1px solid var(--line-light);
  border-left: 1px solid var(--line-light);
}
.industry-grid .buyer {
  min-height: 160px;
  padding: 22px;
  overflow: hidden;
  border: 0;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
  background: transparent;
}
.industry-grid .buyer > span {
  margin: 0 0 18px;
}
.buyer-detail {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
}
.industry-grid .buyer-media {
  width: 58px;
  height: 58px;
  padding: 7px;
  overflow: hidden;
  font-size: 6px;
  line-height: 1.3;
}
.industry-grid .buyer-media::after {
  width: 52px;
  height: 52px;
  right: -20px;
  bottom: -22px;
}
.industry-grid .buyer strong {
  font-size: 13px;
  font-weight: 550;
  line-height: 1.4;
}

/* Products overview: restore the original hero and category-row layout. */
.products-hero .container {
  padding-right: 0;
}
.products-hero .display-title {
  font-size: clamp(56px, 7.2vw, 116px);
}
.products-hero .inner-hero-copy {
  grid-template-columns: 1fr minmax(280px, 480px);
  max-width: none;
}
.category-row {
  grid-template-columns: 62px 72px minmax(230px, .9fr) 1.1fr auto;
  gap: 24px;
  min-height: 150px;
}
.category-thumb {
  position: relative;
  width: 72px;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 8px;
  border: 1px solid rgba(20, 79, 107, .14);
  background: radial-gradient(circle at 72% 24%, #377b94, #0d3a55 62%, #071b2d);
  color: rgba(255,255,255,.55);
  font-size: 6px;
  letter-spacing: .1em;
  line-height: 1.25;
  text-transform: uppercase;
}
.category-thumb::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  top: -18px;
  right: -18px;
  border: 1px solid rgba(99,205,243,.28);
  border-radius: 50%;
}
.category-row h2 {
  font-size: clamp(22px, 2.3vw, 36px);
}

@media (max-width: 900px) {
  .home-philosophy .philosophy-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .home-philosophy .philosophy-media {
    min-height: 280px;
  }
  .products-hero .inner-hero-copy {
    grid-template-columns: 1fr;
  }
  .category-row {
    grid-template-columns: 42px 64px minmax(0, 1fr) auto;
    gap: 18px;
  }
  .category-thumb {
    width: 64px;
  }
  .category-row p {
    grid-column: 3 / 4;
  }
}

@media (max-width: 620px) {
  .feature-media {
    aspect-ratio: 4 / 3;
  }
  .home-philosophy .philosophy-copy h2 {
    font-size: clamp(40px, 11vw, 54px);
  }
  .home-philosophy .philosophy-media {
    min-height: 230px;
  }
  .products-hero .display-title {
    font-size: clamp(42px, 11.5vw, 58px);
  }
  .category-row {
    grid-template-columns: 28px 54px minmax(0, 1fr) 42px;
    gap: 12px;
    min-height: 128px;
    padding: 22px 0;
  }
  .category-thumb {
    width: 54px;
  }
  .category-row h2 {
    font-size: clamp(19px, 5.6vw, 26px);
    line-height: 1.05;
  }
  .category-row p {
    grid-column: 2 / -1;
    margin-top: 2px;
    font-size: 12px;
  }
  .category-row .arrow {
    width: 42px;
    height: 42px;
  }
  .industry-grid .buyer {
    min-height: 142px;
    padding: 20px;
  }
}

/* ================================================================
   PRODUCT GRID + PHOTOGRAPHY PASS
   All five category pages now share the same product-card grid.
   Image URLs can be replaced here later without editing page markup.
   ================================================================ */

/* Consistent product grid across every category page. */
.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 540px;
  overflow: hidden;
}
.product-card:last-child:nth-child(3n + 1) {
  grid-column: 2;
}
.product-placeholder {
  flex: 0 0 auto;
  width: 100%;
  min-height: 0;
  aspect-ratio: 4 / 3;
  padding: 20px;
  background-color: var(--navy-800);
  background-position: center;
  background-size: cover;
  font-size: 0;
}
.product-placeholder::before {
  top: 14%;
  left: 16%;
  width: 68%;
  height: auto;
  aspect-ratio: 1;
  opacity: .55;
}
.product-content {
  flex: 1;
  padding: 25px;
}
.product-content h2 {
  font-size: clamp(19px, 1.75vw, 25px);
  line-height: 1.05;
}

/* Product photography: relevant category imagery with subtle navy overlays. */
.product-placeholder[data-code^="FP"] {
  background-image: linear-gradient(180deg, rgba(3,17,31,.05), rgba(3,17,31,.58)), url("https://images.unsplash.com/photo-1488459716781-31db52582fe9?auto=format&fit=crop&w=1400&q=80");
}
.product-card:nth-child(even) .product-placeholder[data-code^="FP"] {
  background-image: linear-gradient(180deg, rgba(3,17,31,.05), rgba(3,17,31,.58)), url("https://images.unsplash.com/photo-1604750658560-7d8041c18311?auto=format&fit=crop&w=1400&q=80");
}
.product-placeholder[data-code^="WF"] {
  background-image: linear-gradient(180deg, rgba(3,17,31,.08), rgba(3,17,31,.62)), url("https://www.acmepreston.com.au/wp-content/uploads/2021/11/Acme-Preston-Stationery-and-custom-branded-products.jpg");
}
.product-card:nth-child(n+6) .product-placeholder[data-code^="WF"] {
  background-image: linear-gradient(180deg, rgba(3,17,31,.08), rgba(3,17,31,.62)), url("https://dcind.co/cdn/shop/collections/sanitation-janitorial-supplies.png?v=1767558828");
}
.product-placeholder[data-code^="KE"] {
  background-image: linear-gradient(180deg, rgba(3,17,31,.05), rgba(3,17,31,.64)), url("https://trgrestaurantconsulting.com/wp-content/uploads/2019/09/Restaurant-Kitchen.jpg");
}
/* SE-01 — Solar PV Panels */
.product-placeholder[data-code="SE-01"] {
  background-image:
    linear-gradient(180deg, rgba(3,17,31,.05), rgba(3,17,31,.58)),
    url("../images/photos/solar-pv-panels.jpg.jpg");
}

/* SE-02 — Solar Inverters */
.product-placeholder[data-code="SE-02"] {
  background-image:
    linear-gradient(180deg, rgba(3,17,31,.05), rgba(3,17,31,.58)),
    url("../images/photos/solar-inverters.jpg.png");
}

/* SE-03 — Solar Batteries */
.product-placeholder[data-code="SE-03"] {
  background-image:
    linear-gradient(180deg, rgba(3,17,31,.05), rgba(3,17,31,.58)),
    url("../images/photos/solar-batteries.jpg.png");
}

/* SE-04 — Solar Installation Accessories */
.product-placeholder[data-code="SE-04"] {
  background-image:
    linear-gradient(180deg, rgba(3,17,31,.05), rgba(3,17,31,.58)),
    url("../images/photos/solar-installation-accessories.jpg.png");
}
.product-placeholder[data-code^="GT"] {
  background-image: linear-gradient(180deg, rgba(3,17,31,.05), rgba(3,17,31,.62)), url("https://gami.bg/wp-content/uploads/11892477_1608925732693015_4685121236172339234_o-1200x800.jpg");
}

/* Home product bento photography. */
.bento-media,
.feature-media,
.philosophy-media,
.buyer-media,
.category-thumb {
  background-position: center;
  background-size: cover;
  font-size: 0;
}
.bento-card:nth-child(1) .bento-media,
.category-row[href$="food-provisions.html"] .category-thumb {
  background-image: linear-gradient(180deg, rgba(3,17,31,.12), rgba(3,17,31,.82)), url("https://images.unsplash.com/photo-1488459716781-31db52582fe9?auto=format&fit=crop&w=1400&q=80");
}
.bento-card:nth-child(2) .bento-media,
.category-row[href$="workplace-facility.html"] .category-thumb {
  background-image: linear-gradient(180deg, rgba(3,17,31,.1), rgba(3,17,31,.78)), url("https://www.acmepreston.com.au/wp-content/uploads/2021/11/Acme-Preston-Stationery-and-custom-branded-products.jpg");
}
.bento-card:nth-child(3) .bento-media,
.category-row[href$="kitchen-equipment.html"] .category-thumb {
  background-image: linear-gradient(180deg, rgba(3,17,31,.1), rgba(3,17,31,.78)), url("https://trgrestaurantconsulting.com/wp-content/uploads/2019/09/Restaurant-Kitchen.jpg");
}
.bento-card:nth-child(4) .bento-media,
.category-row[href$="specialist-equipment.html"] .category-thumb {
  background-image: linear-gradient(180deg, rgba(3,17,31,.1), rgba(3,17,31,.78)), url("https://cdn.rubics.as/minel/6705560064849d6d4afa324c/w_2500/solcelle-tak.jpg");
}
.bento-card:nth-child(5) .bento-media,
.category-row[href$="general-trading.html"] .category-thumb {
  background-image: linear-gradient(180deg, rgba(3,17,31,.1), rgba(3,17,31,.78)), url("https://gami.bg/wp-content/uploads/11892477_1608925732693015_4685121236172339234_o-1200x800.jpg");
}

/* Why High Sea photography. */
.feature:nth-child(1) .feature-media {
  background-image: linear-gradient(180deg, rgba(3,17,31,.05), rgba(3,17,31,.65)), url("https://gami.bg/wp-content/uploads/11892477_1608925732693015_4685121236172339234_o-1200x800.jpg");
}
.feature:nth-child(2) .feature-media,
.feature:nth-child(3) .feature-media {
  background-image: linear-gradient(180deg, rgba(3,17,31,.05), rgba(3,17,31,.65)), url("https://www.acmepreston.com.au/wp-content/uploads/2021/11/Acme-Preston-Stationery-and-custom-branded-products.jpg");
}
.feature:nth-child(4) .feature-media {
  background-image: linear-gradient(180deg, rgba(3,17,31,.05), rgba(3,17,31,.65)), url("https://www.oneworkplace.com/assets/images/Workplace-Hospitality-Offerings.jpg");
}
.feature:nth-child(5) .feature-media {
  background-image: linear-gradient(180deg, rgba(3,17,31,.05), rgba(3,17,31,.65)), url("https://images.unsplash.com/photo-1769144256207-bc4bb75b29db?auto=format&fit=crop&w=1600&q=80");
}

/* Philosophy imagery. */
.home-philosophy .philosophy-media {
  background-image: linear-gradient(180deg, rgba(3,17,31,.08), rgba(3,17,31,.72)), url("https://images.unsplash.com/photo-1769144256207-bc4bb75b29db?auto=format&fit=crop&w=1600&q=80");
}
.products-page .philosophy-media {
  background-image: linear-gradient(180deg, rgba(3,17,31,.08), rgba(3,17,31,.72)), url("https://gami.bg/wp-content/uploads/11892477_1608925732693015_4685121236172339234_o-1200x800.jpg");
}

/* Who We Work With photography. */
.industry-grid .buyer:nth-child(1) .buyer-media { background-image: linear-gradient(rgba(3,17,31,.15),rgba(3,17,31,.42)), url("https://www.oneworkplace.com/assets/images/Workplace-Hospitality-Offerings.jpg"); }
.industry-grid .buyer:nth-child(2) .buyer-media { background-image: linear-gradient(rgba(3,17,31,.15),rgba(3,17,31,.42)), url("https://trgrestaurantconsulting.com/wp-content/uploads/2019/09/Restaurant-Kitchen.jpg"); }
.industry-grid .buyer:nth-child(3) .buyer-media { background-image: linear-gradient(rgba(3,17,31,.15),rgba(3,17,31,.42)), url("https://www.acmepreston.com.au/wp-content/uploads/2021/11/Acme-Preston-Stationery-and-custom-branded-products.jpg"); }
.industry-grid .buyer:nth-child(4) .buyer-media { background-image: linear-gradient(rgba(3,17,31,.15),rgba(3,17,31,.42)), url("https://images.unsplash.com/photo-1648224395352-812a6ce3431c?auto=format&fit=crop&w=1000&q=80"); }
.industry-grid .buyer:nth-child(5) .buyer-media { background-image: linear-gradient(rgba(3,17,31,.15),rgba(3,17,31,.42)), url("https://st3.idealista.pt/news/arquivos/styles/open_graph/public/2025-12/images/imobiliario_comercial.jpg?itok=1rXfe51o"); }
.industry-grid .buyer:nth-child(6) .buyer-media { background-image: linear-gradient(rgba(3,17,31,.15),rgba(3,17,31,.42)), url("https://images.prismic.io/qalagroup/ah7ZkweQX7-eWjUk_Blogcoverin.png?auto=format,compress"); }
.industry-grid .buyer:nth-child(7) .buyer-media { background-image: linear-gradient(rgba(3,17,31,.15),rgba(3,17,31,.42)), url("https://images.unsplash.com/photo-1769144256207-bc4bb75b29db?auto=format&fit=crop&w=1000&q=80"); }
.industry-grid .buyer:nth-child(8) .buyer-media { background-image: linear-gradient(rgba(3,17,31,.15),rgba(3,17,31,.42)), url("https://gami.bg/wp-content/uploads/11892477_1608925732693015_4685121236172339234_o-1200x800.jpg"); }

@media (max-width: 1180px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-card:last-child:nth-child(3n + 1) {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .product-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .product-card {
    min-height: 0;
  }
  .product-placeholder {
    aspect-ratio: 4 / 3;
  }
}
