/* ==========================================================================
   Ferry Chem Ltd — site stylesheet
   Palette drawn from the logo (Chem Blue) and the trade counter:
   blue roll, stainless steel, wet-floor yellow, white tile.
   ========================================================================== */
:root {
  --blue: #2a5790;        /* logo blue */
  --blue-deep: #1d3f6b;
  --navy: #16304f;
  --roll: #4c8fd6;        /* blue centrefeed roll */
  --roll-pale: #e3eef9;
  --tile: #f4f7fa;        /* white tile */
  --caution: #f5c400;     /* wet floor sign */
  --steel: #c9ced6;
  --ink: #1b2430;
  --mute: #55616f;
  --white: #ffffff;

  --display: "Big Shoulders Display", "Arial Narrow", sans-serif;
  --body: "Barlow", system-ui, sans-serif;
  --cond: "Barlow Condensed", "Arial Narrow", sans-serif;

  --wrap: 1140px;
  --gutter: clamp(18px, 4vw, 40px);
  --skew: -12deg;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }

body {
  margin: 0;
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--white);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--caution); outline-offset: 2px; }
h1, h2, h3 { font-family: var(--display); font-weight: 800; line-height: 1.02; color: var(--navy); margin: 0 0 .4em; text-wrap: balance; }
h1 { font-size: clamp(38px, 6.5vw, 68px); }
h2 { font-size: clamp(30px, 4.6vw, 46px); }
h3 { font-size: clamp(22px, 2.6vw, 28px); font-weight: 700; }
p { margin: 0 0 1em; }
.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.lead { font-size: 19px; color: var(--mute); }
.muted { color: var(--mute); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* --- Signature device: the slanted block from the logo ------------------ */
.tag {
  display: inline-block;
  font-family: var(--display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 14px;
  padding: 5px 14px;
  background: var(--roll-pale);
  color: var(--blue);
  transform: skewX(var(--skew));
  margin-bottom: 14px;
}
.tag > span { display: inline-block; transform: skewX(calc(-1 * var(--skew))); }
.tag.yellow { background: var(--caution); color: var(--navy); }
.tag.dark { background: var(--navy); color: #fff; }

/* --- Top bar + nav ------------------------------------------------------- */
.topbar {
  background: var(--navy);
  color: #cfe0f4;
  font-family: var(--cond);
  font-size: 15px;
  letter-spacing: .02em;
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; min-height: 36px; gap: 16px; flex-wrap: wrap; }
.topbar a { color: #fff; text-decoration: none; font-weight: 600; }
.topbar a:hover { text-decoration: underline; }
.topbar .deliv { display: inline-flex; align-items: center; gap: 8px; }
.topbar .deliv::before { content: ""; width: 10px; height: 10px; background: var(--caution); transform: skewX(var(--skew)); }

.site-header { background: #fff; border-bottom: 1px solid #e6eaef; position: sticky; top: 0; z-index: 50; }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 84px; }
.brand img { width: clamp(150px, 20vw, 220px); }
.nav { display: flex; gap: 4px; align-items: center; }
.nav a {
  font-family: var(--cond); font-weight: 600; font-size: 17px; letter-spacing: .02em; text-transform: uppercase;
  color: var(--navy); text-decoration: none; padding: 10px 12px; border-bottom: 3px solid transparent;
}
.nav a:hover, .nav a[aria-current="page"] { border-bottom-color: var(--caution); }
.nav .cta { background: var(--blue); color: #fff; padding: 10px 16px; margin-left: 8px; border-bottom: 0; }
.nav .cta:hover { background: var(--blue-deep); }
.menu-btn { display: none; background: none; border: 2px solid var(--navy); border-radius: 4px; padding: 8px 12px; font-family: var(--cond); font-weight: 600; font-size: 16px; text-transform: uppercase; color: var(--navy); cursor: pointer; }
@media (max-width: 860px) {
  .menu-btn { display: inline-block; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; flex-direction: column; align-items: stretch; padding: 8px var(--gutter) 16px; border-bottom: 1px solid #e6eaef; box-shadow: 0 16px 30px rgba(22,48,79,.12); }
  .nav.open { display: flex; }
  .nav a { border-bottom: 1px solid #eef1f4; padding: 12px 4px; }
  .nav .cta { margin: 8px 0 0; text-align: center; }
}

/* --- Buttons ------------------------------------------------------------- */
.btn { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 600; font-size: 17px; padding: 14px 22px; border-radius: 4px; border: 0; cursor: pointer; font-family: var(--body); }
.btn.primary { background: var(--blue); color: #fff; }
.btn.primary:hover { background: var(--blue-deep); }
.btn.yellow { background: var(--caution); color: var(--navy); }
.btn.yellow:hover { background: #e0b400; }
.btn.ghost { background: transparent; color: var(--navy); border: 2px solid var(--steel); }
.btn.ghost:hover { border-color: var(--navy); }
.btn svg { width: 20px; height: 20px; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; }

/* --- Hero ---------------------------------------------------------------- */
.hero { background: var(--tile); position: relative; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; padding-block: clamp(48px, 8vw, 96px); }
.hero::after {
  content: ""; position: absolute; right: -8%; top: 0; bottom: 0; width: 34%;
  background: var(--blue); transform: skewX(var(--skew)); z-index: 0;
}
.hero > .wrap { position: relative; z-index: 1; }
.hero h1 { margin-bottom: 16px; }
.hero .lead { max-width: 56ch; margin-bottom: 26px; }
.hero-panel { background: #fff; padding: 28px; border-radius: 6px; box-shadow: 0 30px 60px rgba(22,48,79,.18); }
.hero-panel h2 { font-size: 26px; margin-bottom: 14px; }
.hero-panel ul { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 10px; }
.hero-panel li { display: flex; gap: 10px; align-items: flex-start; font-size: 16px; }
.hero-panel li::before { content: ""; flex: none; width: 10px; height: 10px; margin-top: 8px; background: var(--caution); transform: skewX(var(--skew)); }
@media (max-width: 860px) { .hero .wrap { grid-template-columns: 1fr; } .hero::after { display: none; } }

/* --- Delivery band ------------------------------------------------------- */
.band { background: var(--navy); color: #fff; overflow: hidden; }
.band .wrap { display: flex; gap: 0; flex-wrap: wrap; }
.band .item { flex: 1 1 220px; padding: 22px 24px; font-family: var(--cond); font-size: 18px; line-height: 1.25; border-left: 1px solid rgba(255,255,255,.12); }
.band .item strong { display: block; font-family: var(--display); font-size: 30px; font-weight: 800; color: var(--caution); letter-spacing: .01em; }
.band .item:first-child { border-left: 0; }

/* --- Sections ------------------------------------------------------------ */
.section { padding-block: clamp(48px, 7vw, 88px); }
.section.tile { background: var(--tile); }
.section-head { max-width: 62ch; margin-bottom: 36px; }
.section-head p { font-size: 18px; color: var(--mute); }

.grid { display: grid; gap: 22px; }
.grid.c3 { grid-template-columns: repeat(3, 1fr); }
.grid.c2 { grid-template-columns: repeat(2, 1fr); }
.grid.c4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .grid.c3, .grid.c4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .grid.c3, .grid.c2, .grid.c4 { grid-template-columns: 1fr; } }

/* Catalogue card — styled like a product label: colour band + name + notes */
.card { background: #fff; border: 1px solid #e3e8ee; border-radius: 6px; overflow: hidden; display: flex; flex-direction: column; }
.card .label { height: 8px; background: var(--blue); }
.card .label.roll { background: var(--roll); }
.card .label.yellow { background: var(--caution); }
.card .label.steel { background: var(--steel); }
.card .body { padding: 22px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--mute); font-size: 16px; }
.card .more { margin-top: auto; font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; text-decoration: none; color: var(--blue); }
.card .more::after { content: " →"; }
.card .more:hover { text-decoration: underline; }
.card.link { transition: transform .15s ease, box-shadow .15s ease; }
.card.link:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(22,48,79,.12); }

/* Product item list (stock list) */
.stocklist { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 10px; }
.stocklist li { background: #fff; border: 1px solid #e3e8ee; padding: 12px 14px 12px 16px; font-size: 16px; font-weight: 500; position: relative; border-radius: 4px; }
.stocklist li::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--blue); border-radius: 4px 0 0 4px; }
.stocklist.roll li::before { background: var(--roll); }
.stocklist.steel li::before { background: var(--steel); }

/* Sectors */
.sectors { display: flex; flex-wrap: wrap; gap: 10px; }
.sectors span { font-family: var(--cond); font-weight: 600; font-size: 17px; letter-spacing: .02em; text-transform: uppercase; background: #fff; border: 1px solid var(--steel); padding: 8px 14px; color: var(--navy); }

/* Split (text + image / aside) */
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: start; }
.split.reverse { grid-template-columns: .9fr 1.1fr; }
@media (max-width: 860px) { .split, .split.reverse { grid-template-columns: 1fr; gap: 28px; } }
.photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.photo-strip img { aspect-ratio: 2/3; object-fit: cover; border-radius: 4px; width: 100%; }
.aside { background: var(--tile); padding: 26px; border-radius: 6px; border-top: 6px solid var(--blue); }
.aside h3 { font-size: 22px; }
.aside ul { padding-left: 18px; margin: 0; }
.aside li { margin-bottom: 8px; }

/* Service detail blocks */
.service { display: grid; grid-template-columns: 220px 1fr; gap: 32px; padding: 34px 0; border-top: 1px solid #e3e8ee; }
.service:first-of-type { border-top: 0; }
.service .num { font-family: var(--display); font-size: 22px; font-weight: 800; color: var(--blue); text-transform: uppercase; letter-spacing: .04em; }
.service .num small { display: block; font-family: var(--cond); font-weight: 500; font-size: 14px; color: var(--mute); text-transform: none; letter-spacing: 0; margin-top: 4px; }
.service h3 { margin-top: -4px; }
.service ul.inline { list-style: none; padding: 0; margin: 12px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.service ul.inline li { background: var(--roll-pale); color: var(--blue-deep); font-family: var(--cond); font-weight: 600; font-size: 15px; padding: 5px 10px; text-transform: uppercase; letter-spacing: .03em; }
@media (max-width: 700px) { .service { grid-template-columns: 1fr; gap: 12px; } }

/* CTA panel */
.cta-panel { background: var(--blue); color: #fff; padding: clamp(36px, 6vw, 64px) 0; position: relative; overflow: hidden; }
.cta-panel::before { content: ""; position: absolute; left: -6%; top: 0; bottom: 0; width: 22%; background: var(--blue-deep); transform: skewX(var(--skew)); }
.cta-panel .wrap { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.cta-panel h2 { color: #fff; margin-bottom: 8px; }
.cta-panel p { color: #d6e4f5; margin: 0; max-width: 56ch; }
.cta-panel .tel { font-family: var(--display); font-weight: 800; font-size: clamp(34px, 5vw, 54px); color: #fff; text-decoration: none; display: block; line-height: 1; }
.cta-panel .tel:hover { color: var(--caution); }
.cta-panel .mail { color: #fff; font-size: 18px; }
@media (max-width: 760px) { .cta-panel .wrap { grid-template-columns: 1fr; } }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card { background: var(--tile); border-radius: 6px; padding: 28px; border-top: 6px solid var(--blue); }
.contact-card dl { margin: 0; display: grid; grid-template-columns: max-content 1fr; gap: 10px 18px; }
.contact-card dt { font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; color: var(--mute); font-size: 15px; padding-top: 3px; }
.contact-card dd { margin: 0; }
.contact-card dd a { font-weight: 600; text-decoration: none; }
.contact-card dd a:hover { text-decoration: underline; }
.map { aspect-ratio: 4/3; width: 100%; border: 0; border-radius: 6px; margin-top: 22px; }
form.enquiry { display: grid; gap: 14px; }
form.enquiry label { font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-size: 15px; color: var(--navy); display: grid; gap: 6px; }
form.enquiry input, form.enquiry textarea { font: inherit; font-family: var(--body); padding: 12px 14px; border: 1px solid var(--steel); border-radius: 4px; width: 100%; background: #fff; }
form.enquiry textarea { min-height: 150px; field-sizing: content; resize: vertical; }
form.enquiry input:focus, form.enquiry textarea:focus { outline: 3px solid var(--caution); outline-offset: 0; border-color: var(--blue); }
form.enquiry .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { form.enquiry .row { grid-template-columns: 1fr; } }
.form-note { font-size: 14px; color: var(--mute); }

/* Page header (inner pages) */
.page-head { background: var(--tile); border-bottom: 1px solid #e6eaef; padding-block: clamp(36px, 6vw, 64px); position: relative; overflow: hidden; }
.page-head::after { content: ""; position: absolute; right: -10%; top: 0; bottom: 0; width: 26%; background: var(--roll-pale); transform: skewX(var(--skew)); }
.page-head .wrap { position: relative; z-index: 1; }
.page-head p { max-width: 62ch; font-size: 19px; color: var(--mute); margin: 0; }

/* In-page jump nav */
.jumps { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.jumps a { font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-size: 15px; text-decoration: none; color: var(--navy); background: #fff; border: 1px solid var(--steel); padding: 7px 12px; }
.jumps a:hover { border-color: var(--blue); color: var(--blue); }

/* Footer */
.site-footer { background: var(--navy); color: #b9c9dc; padding: 48px 0 28px; font-size: 15px; }
.site-footer .wrap { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.site-footer h4 { font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; font-size: 14px; color: #fff; margin: 0 0 12px; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer img { width: 190px; background: #fff; padding: 8px; border-radius: 4px; margin-bottom: 14px; }
.site-footer .legal { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px; margin-top: 10px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 13px; color: #8ea3bd; }
@media (max-width: 860px) { .site-footer .wrap { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .site-footer .wrap { grid-template-columns: 1fr; } }

/* Reveal on scroll (progressive enhancement; JS adds .in) */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s ease, transform .5s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ==========================================================================
   Product catalogue: index tiles, category pages, product pages
   ========================================================================== */
.page-head.slim { padding: 18px 0 6px; }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-family: var(--cond); font-size: 15px; text-transform: uppercase; letter-spacing: .06em; color: var(--mute); }
.crumbs a { color: var(--mute); text-decoration: none; }
.crumbs a:hover { color: var(--blue); }
.crumbs span[aria-current] { color: var(--navy); font-weight: 600; }
.crumbs svg { flex-shrink: 0; }
.cat-intro { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 40px; align-items: center; margin-top: 18px; }
.cat-photo { height: 220px; border-radius: 6px; overflow: hidden; }
.cat-photo img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 860px) { .cat-intro { grid-template-columns: 1fr; } .cat-photo { height: 180px; } }

.pgrid { display: grid; gap: 20px; }
.pgrid.c3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pgrid.c4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 900px) { .pgrid.c3, .pgrid.c4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .pgrid.c3, .pgrid.c4 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } }

.tile, .pcard { display: flex; flex-direction: column; background: var(--white); border: 1px solid #e1e6ec; border-radius: 6px; overflow: hidden; text-decoration: none; color: var(--ink); transition: border-color .15s; }
.tile:hover, .pcard:hover { border-color: var(--blue); }
.tile-photo { height: 200px; background: #eef1f5; border-bottom: 1px solid #e1e6ec; }
.tile-photo img { width: 100%; height: 100%; object-fit: cover; }
.tile-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 4px; }
.tile-body h3, .pcard-body h3 { font-family: var(--display); font-size: 24px; margin: 0; color: var(--navy); line-height: 1.05; }
.tile-body p, .pcard-body p { margin: 0; color: var(--mute); font-size: 15px; }
.pcard-photo { height: 200px; padding: 14px; background: var(--white); border-bottom: 1px solid #e1e6ec; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.pcard-photo img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.pcard-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 6px; }
.pcard-body h3 { font-size: 21px; }
.ask { margin-top: 4px; display: inline-flex; align-items: center; gap: 4px; font-family: var(--cond); font-weight: 600; font-size: 15px; text-transform: uppercase; letter-spacing: .04em; color: var(--blue); }
.ph { background: #eef1f5; border-bottom: 1px dashed #b8c0cb; color: #7a8594; font-family: var(--cond); font-size: 14px; text-transform: uppercase; letter-spacing: .08em; display: flex; align-items: center; justify-content: center; }

.catalogue { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 40px; align-items: start; }
@media (max-width: 860px) { .catalogue { grid-template-columns: 1fr; gap: 28px; } }
/* DOM order is products first (so phones read products before navigation); the sidebar is placed left on wide screens */
@media (min-width: 861px) { .catalogue > .side { grid-column: 1; grid-row: 1; } .catalogue > .cat-main { grid-column: 2; grid-row: 1; } }
.side { display: flex; flex-direction: column; gap: 20px; }
.side-list { display: flex; flex-direction: column; border: 1px solid #e1e6ec; border-radius: 6px; overflow: hidden; }
.side-head { background: var(--navy); color: var(--white); padding: 12px 14px; font-family: var(--cond); font-weight: 600; font-size: 15px; text-transform: uppercase; letter-spacing: .1em; }
.side-list a { display: flex; justify-content: space-between; align-items: center; padding: 12px 14px; border-bottom: 1px solid #e1e6ec; text-decoration: none; color: var(--navy); font-family: var(--cond); font-size: 18px; font-weight: 600; }
.side-list a:last-child { border-bottom: 0; }
.side-list a:hover { background: var(--tile); }
.side-list a[aria-current] { background: var(--tile); color: var(--blue); box-shadow: inset 4px 0 0 var(--blue); }
.side-help { background: var(--tile); border-radius: 6px; padding: 18px; display: flex; flex-direction: column; gap: 6px; }
.side-help strong { font-family: var(--cond); font-size: 18px; color: var(--navy); }
.side-help p { margin: 0; font-size: 15px; color: var(--mute); }
.side-help .tel { font-family: var(--cond); font-weight: 600; font-size: 20px; text-decoration: none; }
.section-head.between { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 18px; }
.section-head.between h2 { margin: 0; }
.more { display: inline-flex; align-items: center; gap: 4px; font-family: var(--cond); font-weight: 600; font-size: 16px; text-transform: uppercase; letter-spacing: .04em; text-decoration: none; white-space: nowrap; }

.product-grid { display: grid; grid-template-columns: 460px minmax(0, 1fr); gap: 48px; align-items: start; }
.product-grid .quote-card { grid-column: 2; }
@media (max-width: 960px) { .product-grid { grid-template-columns: 1fr; gap: 28px; } .product-grid .quote-card { grid-column: 1; } }
.prod-photo { height: 440px; border: 1px solid #e1e6ec; border-radius: 6px; padding: 24px; display: flex; align-items: center; justify-content: center; overflow: hidden; background: var(--white); }
.prod-photo img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.prod-photo.ph { border-style: dashed; }
@media (max-width: 960px) { .prod-photo { height: 320px; } }
.product-main { display: flex; flex-direction: column; gap: 18px; }
.product-main h1 { font-family: var(--display); font-size: clamp(34px, 4vw, 46px); font-weight: 800; color: var(--navy); margin: 0; line-height: 1.02; text-wrap: balance; }
.product-main .lead { margin: 0; font-size: 18px; color: var(--ink); }
.eyebrow { font-family: var(--cond); font-weight: 600; font-size: 15px; text-transform: uppercase; letter-spacing: .12em; color: var(--blue); }
.specs { display: flex; flex-direction: column; border-top: 1px solid #e1e6ec; }
.spec-row { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 16px; padding: 10px 0; border-bottom: 1px solid #e1e6ec; font-size: 16px; }
.spec-row span:first-child { color: var(--mute); }
.flags { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; font-family: var(--cond); font-size: 16px; color: var(--mute); }
.flags li::before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--caution); margin-right: 8px; vertical-align: middle; }
.quote-card { display: flex; flex-direction: column; gap: 16px; padding: 24px; border: 1px solid #e1e6ec; border-radius: 8px; background: var(--tile); }
.quote-card .big-tel { font-family: var(--display); font-weight: 800; font-size: 38px; color: var(--navy); text-decoration: none; line-height: 1; }
.quote-card .mail { font-family: var(--cond); font-size: 20px; font-weight: 600; text-decoration: none; }
.quote-card form.enquiry { display: flex; flex-direction: column; gap: 12px; padding-top: 12px; border-top: 1px solid #e1e6ec; }
.quote-card .row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
@media (max-width: 560px) { .quote-card .row { grid-template-columns: 1fr; } }
.quote-card label { display: flex; flex-direction: column; gap: 6px; font-family: var(--cond); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--navy); }
.quote-card input, .quote-card textarea { font: inherit; font-family: var(--body); font-size: 16px; padding: 10px 12px; border: 1px solid #cfd6de; border-radius: 4px; background: var(--white); color: var(--ink); text-transform: none; letter-spacing: 0; }
.quote-card input:focus, .quote-card textarea:focus { outline: 2px solid var(--blue); outline-offset: 1px; }
.quote-card .btn { width: 100%; background: var(--blue); color: var(--white); border: 0; cursor: pointer; }
.quote-card .btn:hover { background: var(--blue-deep); }
.quote-card .form-note { margin: 0; font-size: 14px; color: var(--mute); }
.cta-panel .btn.ghost { background: transparent; color: var(--white); border: 2px solid var(--white); }
.section.alt { background: var(--tile); }

/* Long-form text pages (privacy notice) */
.prose { max-width: 68ch; margin-right: auto; display: flex; flex-direction: column; gap: 14px; }
.prose h2 { font-family: var(--display); font-size: 28px; color: var(--navy); margin: 18px 0 0; line-height: 1.05; }
.prose p { margin: 0; }

/* Homepage (Direction A) and About */
.home-hero { background: var(--tile); border-bottom: 1px solid #e6eaef; padding: clamp(40px, 6vw, 72px) 0 clamp(36px, 5vw, 60px); }
.home-hero .wrap { display: flex; flex-direction: column; gap: 22px; max-width: 900px; margin-left: auto; margin-right: auto; }
.home-hero h1 { font-family: var(--display); font-size: clamp(38px, 5.2vw, 62px); font-weight: 800; color: var(--navy); margin: 0; line-height: 1.02; text-wrap: balance; }
.home-hero p { margin: 0; font-size: 20px; color: var(--mute); max-width: 700px; }
.home-hero .btn-row { display: flex; gap: 14px; flex-wrap: wrap; }
.home-hero .btn.ghost { color: var(--navy); border-color: var(--navy); }
.pgrid.c2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 700px) { .pgrid.c2 { grid-template-columns: 1fr; } }
.tile.big .tile-photo { height: 240px; }
.tile.big .tile-body h3 { font-size: 30px; }
.steps { background: var(--navy); color: var(--white); }
.steps .wrap { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; padding: 44px var(--gutter); }
.step { display: flex; flex-direction: column; gap: 6px; }
.step .k { font-family: var(--cond); color: var(--caution); font-weight: 600; font-size: 15px; text-transform: uppercase; letter-spacing: .1em; }
.step h3 { font-family: var(--display); color: var(--white); font-size: 26px; margin: 0; line-height: 1.05; }
.step h3 a { color: var(--white); text-decoration: none; }
.step p { margin: 0; color: #cfe0f4; font-size: 15px; }
@media (max-width: 900px) { .steps .wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .steps .wrap { grid-template-columns: 1fr; gap: 20px; } }
.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
.two-col h2 { font-family: var(--display); font-size: 32px; font-weight: 800; color: var(--navy); margin: 0 0 12px; line-height: 1.05; }
.two-col p { margin: 0 0 12px; color: var(--mute); }
.two-col p:last-child { margin-bottom: 0; }
@media (max-width: 800px) { .two-col { grid-template-columns: 1fr; gap: 28px; } }
.sectors-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.sectors-grid h3 { font-family: var(--display); font-size: 26px; color: var(--navy); margin: 0 0 8px; line-height: 1.05; }
.sectors-grid p { margin: 0; color: var(--mute); font-size: 16px; }
@media (max-width: 860px) { .sectors-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .sectors-grid { grid-template-columns: 1fr; } }

.section-head.between h2 { flex-shrink: 0; }
.section-head.between .muted { margin: 0; text-align: right; }

/* Wrapping fixes: headings balance, paragraphs avoid orphans, side notes sit at the far right */
h1, h2, h3 { text-wrap: balance; }
p, .step p, .tile-body p, .pcard-body p { text-wrap: pretty; }
.section-head.between { max-width: none; flex-wrap: wrap; }
.section-head.between .muted { margin-left: auto; font-size: 17px; }
@media (min-width: 700px) { .section-head.between .muted { white-space: nowrap; } }
.steps .wrap { gap: 40px; }
.home-hero h1 { font-size: clamp(36px, 4.6vw, 56px); text-wrap: initial; }
@media (min-width: 820px) { .home-hero h1 .line { display: block; } }
.home-hero p { max-width: none; }
@media (min-width: 820px) { .home-hero p .line { display: block; } }

/* ==========================================================================
   Enquiry list and catalogue search (v3)
   ========================================================================== */
html:not(.js) .js-only { display: none !important; }
[hidden] { display: none !important; }
.quote-card .include { display: flex; flex-direction: row; align-items: center; gap: 8px; text-transform: none; letter-spacing: 0; font-size: 15px; font-weight: 500; color: var(--navy); cursor: pointer; }
.quote-card .include input { width: 18px; height: 18px; margin: 0; accent-color: var(--blue); }
.quote-card .this-item.excluded .row, .quote-card .this-item.excluded .add-row { opacity: .45; }

/* Header: enquiry list link sits beside the menu button on every width */
.hdr-tools { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.enq-link { display: inline-flex; align-items: center; gap: 6px; font-family: var(--cond); font-weight: 600; font-size: 16px; letter-spacing: .02em; text-transform: uppercase; color: var(--navy); text-decoration: none; border: 2px solid var(--navy); border-radius: 4px; padding: 7px 10px; white-space: nowrap; }
.enq-link:hover, .enq-link[aria-current="page"] { background: var(--tile); }
.enq-link .count { font-family: var(--cond); background: var(--caution); color: var(--navy); padding: 0 6px; border-radius: 3px; font-weight: 700; }
@media (max-width: 860px) { .site-header .wrap { gap: 12px; } .enq-link { font-size: 15px; padding: 7px 8px; } }
@media (max-width: 400px) { .enq-link .label { display: none; } }

/* Product cards: title and photo link to the detail page; Add is a separate control */
.pcard h3 a { color: inherit; text-decoration: none; }
.pcard h3 a:hover, .pcard h3 a:focus-visible { color: var(--blue); }
.pcard-photo.ph { flex-direction: row; }
.pcard .unit { margin: 0; font-family: var(--cond); font-size: 15px; font-weight: 600; color: var(--navy); letter-spacing: .02em; }
.unit.tbc { color: var(--mute); font-weight: 500; font-style: italic; }
.pcard-actions { display: flex; justify-content: space-between; align-items: center; gap: 8px 12px; flex-wrap: wrap; margin-top: auto; padding-top: 6px; }
.pcard .add, .btn.small { font-family: var(--cond); font-weight: 600; font-size: 15px; letter-spacing: .03em; text-transform: uppercase; padding: 7px 10px; border-radius: 4px; cursor: pointer; }
.pcard .add { background: var(--blue); color: #fff; border: 2px solid var(--blue); line-height: 1.2; }
.pcard .add:hover { background: var(--blue-deep); border-color: var(--blue-deep); }
.pcard .add.done { background: var(--tile); color: var(--navy); border-color: var(--steel); }
.pcard .added, .quote-card .added, .enq-search .added { margin: 0; font-size: 14px; color: var(--navy); background: #fff8d6; border-left: 4px solid var(--caution); padding: 6px 8px; }
.btn.small { padding: 8px 14px; font-size: 15px; }
.linkish { background: none; border: 0; padding: 0; font: inherit; font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; color: var(--blue); cursor: pointer; text-decoration: underline; }

/* Search */
.psearch-section { padding-block: 22px; border-bottom: 1px solid #e6eaef; }
.psearch { display: grid; gap: 8px; max-width: 640px; margin-bottom: 20px; }
.psearch label { font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; font-size: 15px; color: var(--navy); }
.psearch-row { display: flex; gap: 8px; }
.psearch-row input { flex: 1; min-width: 0; font: inherit; font-size: 17px; padding: 12px 14px; border: 1px solid var(--steel); border-radius: 4px; background: #fff; }
.psearch-row input:focus { outline: 3px solid var(--caution); outline-offset: 0; border-color: var(--blue); }
.psearch-reset { font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-size: 15px; background: #fff; border: 2px solid var(--steel); border-radius: 4px; padding: 0 14px; color: var(--navy); cursor: pointer; }
.psearch-reset:hover { border-color: var(--navy); }
.psearch-status { margin: 0; font-size: 15px; color: var(--mute); min-height: 1.4em; }
.psearch-results { margin-bottom: 28px; }
.psearch-none { grid-column: 1 / -1; background: var(--tile); border-radius: 6px; padding: 22px; }
.psearch-none p { margin: 6px 0 0; color: var(--mute); }

/* Product page quote card: this item, saved lines, status */
.quote-card .this-item { display: flex; flex-direction: column; gap: 10px; background: #fff; border: 1px solid #e1e6ec; border-radius: 6px; padding: 14px; }
.quote-card .this-head { display: flex; flex-direction: column; gap: 2px; }
.quote-card .this-head strong { font-family: var(--display); font-size: 22px; color: var(--navy); line-height: 1.05; }
.quote-card .this-head .unit { font-family: var(--cond); font-size: 15px; color: var(--navy); }
.quote-card label small { text-transform: none; letter-spacing: 0; font-weight: 500; color: var(--mute); }
.quote-card .add-row { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.quote-card .btn.ghost { width: auto; background: transparent; color: var(--navy); border: 2px solid var(--navy); }
.quote-card .btn.ghost:hover { background: var(--tile); }
.saved-box { background: #fff; border: 1px solid #e1e6ec; border-radius: 6px; padding: 12px 14px; }
.saved-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 8px; }
.saved-head a { font-family: var(--cond); font-weight: 600; font-size: 15px; text-transform: uppercase; letter-spacing: .04em; text-decoration: none; }
.saved-lines { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.saved-lines li { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 6px 12px; align-items: center; padding: 8px 0; border-top: 1px solid #eef1f4; font-size: 15px; }
.saved-lines li:first-child { border-top: 0; }
.sl-name a { text-decoration: none; color: var(--navy); font-weight: 600; }
.sl-name em { color: var(--mute); font-style: italic; font-size: 14px; }
.sl-qty { font-family: var(--cond); color: var(--mute); white-space: nowrap; }
.sl-remove { background: none; border: 1px solid var(--steel); border-radius: 4px; padding: 4px 8px; font-family: var(--cond); font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: .03em; color: var(--navy); cursor: pointer; }
.sl-remove:hover { border-color: var(--navy); }
@media (max-width: 560px) { .saved-lines li { grid-template-columns: minmax(0, 1fr) auto; } .saved-lines .sl-qty { grid-column: 1; } }
.enq-status { border-radius: 6px; padding: 14px 16px; font-size: 16px; display: flex; flex-direction: column; gap: 10px; }
.enq-status p { margin: 0; }
.enq-status.busy { background: var(--tile); color: var(--mute); }
.enq-status.ok { background: #e8f5e6; border: 1px solid #9ed39a; color: #1d4d1a; }
.enq-status.error { background: #fdecec; border: 1px solid #f0a8a8; color: #7a1d1d; }
.enq-status:focus { outline: 3px solid var(--caution); }
.enq-status .btn-row { margin: 0; }
.enq-summary { width: 100%; font: 14px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; padding: 10px; border: 1px solid #cfd6de; border-radius: 4px; background: #fff; color: var(--ink); resize: vertical; }

/* Enquiry list page */
.enq-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 48px; align-items: start; }
@media (max-width: 900px) { .enq-grid { grid-template-columns: 1fr; gap: 32px; } }
.enq-list { display: flex; flex-direction: column; gap: 22px; }
.enq-list .section-head { margin-bottom: 0; }
.enq-lines-box:focus { outline: none; }
.enq-lines { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.enq-line { display: grid; grid-template-columns: minmax(0, 1fr) 150px; grid-template-areas: "main main" "qty note" "remove remove"; gap: 10px 14px; background: var(--tile); border: 1px solid #e1e6ec; border-radius: 6px; padding: 14px 16px; }
.enq-line .el-main { grid-area: main; display: flex; flex-direction: column; gap: 2px; }
.enq-line .el-code { font-family: var(--cond); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; color: var(--mute); }
.enq-line .el-name { font-family: var(--display); font-size: 22px; color: var(--navy); line-height: 1.05; }
.enq-line .el-name a { color: inherit; text-decoration: none; }
.enq-line .el-name a:hover { color: var(--blue); }
.enq-line .el-unit { font-family: var(--cond); font-size: 15px; color: var(--navy); }
.enq-line .el-unit.tbc { color: var(--mute); font-style: italic; }
.enq-line label { display: flex; flex-direction: column; gap: 4px; font-family: var(--cond); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--navy); }
.enq-line label small { text-transform: none; letter-spacing: 0; font-weight: 500; color: var(--mute); }
.enq-line .el-qty { grid-area: qty; grid-column: 2; grid-row: 2; }
.enq-line .el-note { grid-area: note; grid-column: 1; grid-row: 2; }
.enq-line input { font: inherit; font-family: var(--body); font-size: 16px; padding: 9px 11px; border: 1px solid #cfd6de; border-radius: 4px; background: #fff; width: 100%; }
.enq-line input:focus { outline: 3px solid var(--caution); outline-offset: 0; border-color: var(--blue); }
.enq-line .sl-remove { grid-area: remove; justify-self: end; }
@media (max-width: 520px) { .enq-line { grid-template-columns: 1fr; grid-template-areas: "main" "qty" "note" "remove"; } .enq-line .el-qty, .enq-line .el-note { grid-column: 1; grid-row: auto; } }
.enq-empty { background: var(--tile); border-radius: 6px; padding: 18px; margin: 0; color: var(--mute); }
.clear-confirm { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; background: #fff8d6; border-left: 4px solid var(--caution); padding: 10px 12px; font-size: 15px; }
.enq-custom label, .enq-search h3 { font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; font-size: 15px; color: var(--navy); display: block; margin: 0 0 8px; }
.enq-custom .psearch-row input { font-size: 16px; }
.enq-custom .form-note { margin: 6px 0 0; }
.enq-search .psearch { margin-bottom: 12px; }
.enq-search .psearch-results { margin-bottom: 0; }
.enq-send form.enquiry { background: var(--tile); border-top: 6px solid var(--blue); border-radius: 6px; padding: 24px; }
.enq-send h2 { font-size: 30px; margin: 0 0 4px; }
.enq-send textarea[name="lines"] { min-height: 120px; font: 15px/1.45 ui-monospace, SFMono-Regular, Menlo, monospace; }
.enq-send textarea[readonly] { background: #fff; color: var(--ink); }
.enq-send .btn-row .btn.small { padding: 8px 12px; }
.enq-send textarea[name="message"] { min-height: 90px; }

/* Product-type filter on category pages */
/* Filter mirrors the card grid so the select sits in the first card's column; on narrow two-column phones it spans the grid (a 150px select would clip "Toilet rolls and tissue (7)") */
.pfilter { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 20px; margin: 0 0 18px; }
.pfilter-field { grid-column: 1; display: grid; gap: 8px; }
.pfilter label { font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; font-size: 15px; color: var(--navy); }
.pfilter select { width: 100%; font: inherit; font-size: 16px; padding: 9px 36px 9px 12px; border: 1px solid var(--steel); border-radius: 4px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%2316304f' stroke-width='2'%3E%3Cpath d='M3 6l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 12px center; color: var(--ink); appearance: none; -webkit-appearance: none; text-overflow: ellipsis; }
.pfilter select:focus { outline: 3px solid var(--caution); outline-offset: 0; border-color: var(--blue); }
.pfilter-status { grid-column: 1 / -1; margin: 0; font-size: 15px; color: var(--mute); }
@media (max-width: 900px) { .pfilter { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .pfilter { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 12px; } .pfilter-field { grid-column: 1 / -1; } }
.pfilter-status a { font-weight: 600; }
@media (max-width: 860px) {
  .side-list a { font-size: 17px; padding: 11px 14px; }
  .catalogue .side { border-top: 1px solid #e6eaef; padding-top: 24px; }
}

/* Footer credit placeholder */
.site-footer .legal .credit { flex-basis: 100%; color: #8ea3bd; }

/* Families (colour/size), generic lines, review page */
.pcard .add.choose { text-decoration: none; display: inline-flex; align-items: center; }
.quote-card label.variant { margin-top: 2px; }
.quote-card select { font: inherit; font-family: var(--body); font-size: 16px; padding: 10px 36px 10px 12px; border: 1px solid #cfd6de; border-radius: 4px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none' stroke='%2316304f' stroke-width='2'%3E%3Cpath d='M3 6l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 12px center; color: var(--ink); text-transform: none; letter-spacing: 0; appearance: none; -webkit-appearance: none; }
.quote-card select:focus { outline: 2px solid var(--blue); outline-offset: 1px; }
.quote-card .btn.ghost:disabled { opacity: .45; cursor: not-allowed; }
.quote-card .generic-note { margin: 0; }
#form { scroll-margin-top: 110px; }
.review-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 40px; align-items: start; }
@media (max-width: 900px) { .review-grid { grid-template-columns: 1fr; } }
.review-steps { padding-left: 22px; margin: 0 0 18px; display: grid; gap: 8px; }
.review-block { background: var(--tile); border-radius: 6px; padding: 16px; }
.review-block pre { margin: 0; white-space: pre-wrap; word-break: break-word; font: 14px/1.45 ui-monospace, SFMono-Regular, Menlo, monospace; }
.notif { border: 1px solid #cfd6de; background: #fff; }
.notif-head { font-family: var(--cond); font-size: 14px; text-transform: uppercase; letter-spacing: .06em; color: var(--mute); border-bottom: 1px solid #e6eaef; padding-bottom: 8px; margin-bottom: 10px; }
.notif-field { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 6px 12px; padding: 6px 0; border-bottom: 1px solid #eef1f4; }
.notif-label { font-family: var(--cond); font-weight: 600; font-size: 14px; color: var(--navy); }
@media (max-width: 520px) { .notif-field { grid-template-columns: 1fr; } }

.notif-raw { margin-top: 12px; }
.notif-raw summary { cursor: pointer; font-family: var(--cond); font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: .06em; color: var(--mute); }
/* 320px fixes: saved-line quantities may wrap, related-products heading may shrink */
.saved-lines li { min-width: 0; }
@media (max-width: 560px) { .saved-lines .sl-qty { white-space: normal; } }
.section-head.between h2 { flex-shrink: 1; min-width: 0; max-width: 100%; }

/* Product page: Add only; sending is on the list page */
.quote-card form.enquiry .btn-row { margin: 4px 0 0; }
.quote-card .btn-row .btn.primary { width: 100%; justify-content: center; }
.quote-card .add-row .btn.ghost { width: auto; }

/* Quantity polish: confirmation-only bar, back row, bottom-aligned controls, required marking */
.quote-card .back-row { margin: 0; font-size: 15px; }
.quote-card .back-row a { font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; text-decoration: none; }
.quote-card .back-row a:hover { text-decoration: underline; }
.quote-card .row > label, .enq-line .el-qty, .enq-line .el-note { height: 100%; justify-content: flex-end; }
.quote-card .row > label small, .enq-line label small { display: block; }
.quote-card input:invalid, .enq-line input:invalid { box-shadow: none; }
.enq-line input.missing { border-color: #c0392b; outline: 2px solid #f0a8a8; }
#enq-form { scroll-margin-top: 110px; }
/* Equal control sizing: labels are grids; rows size to content and sit at the bottom, inputs never stretch */
.quote-card .row > label, .enq-line .el-qty, .enq-line .el-note { display: grid; grid-auto-rows: max-content; align-content: end; align-items: start; height: 100%; }
.quote-card .row > label input, .enq-line .el-qty input, .enq-line .el-note input { height: 46px; box-sizing: border-box; align-self: end; }

/* Legacy free-text quantity shown beside the whole-number field */
.prev-qty { display: block; font-size: 13px; color: #7a1d1d; text-transform: none; letter-spacing: 0; font-weight: 500; }
.quote-card .row > label small:empty { display: none; }

.unit-note { color: var(--mute); font-weight: 400; }
.saved-lines .sl-name b { font-weight: 700; }
.saved-lines li { grid-template-columns: minmax(0, 1fr) auto; }

.enq-send .enq-status { margin-bottom: 4px; scroll-margin-top: 110px; }

/* Flow polish: compact category intro on phones, catalogue anchor, share row, form anchor */
#visit-us, #catalogue, #contact-panel, #contact-form, #send-panel, #search { scroll-margin-top: 110px; }
@media (max-width: 700px) { .cat-photo { display: none; } .page-head .cat-intro { margin-top: 8px; } .products-cat .page-head { padding-block: 22px; } }
.quote-card .share-row { margin: -6px 0 0; font-size: 14px; color: var(--mute); display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.quote-card .share-row a, .quote-card .share-row .linkish { font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-size: 14px; text-decoration: none; }
.quote-card .share-row .share-done { color: #1d4d1a; font-size: 13px; }

/* Product photos: the image is sized to its box explicitly (no percentage max-height, no reliance on the width/height hint),
   so it is fully visible from the first paint in every browser and never changes size on load, hover or touch. */
.prod-photo, .pcard-photo { position: relative; }
.prod-photo img { position: absolute; inset: 24px; width: calc(100% - 48px); height: calc(100% - 48px); max-width: none; max-height: none; object-fit: contain; object-position: center; }
.pcard-photo img { position: absolute; inset: 14px; width: calc(100% - 28px); height: calc(100% - 28px); max-width: none; max-height: none; object-fit: contain; object-position: center; }

/* Category page: back link at the start of the catalogue block, same styling as the product-page back row */
.cat-back { margin: 0 0 14px; font-size: 15px; }
.cat-back a { font-family: var(--cond); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; text-decoration: none; }
.cat-back a:hover { text-decoration: underline; }
