/*
 * SHARK Imperator — minimalist premium B2B design system (v2.8).
 * Warm neutral palette, generous whitespace, hairline dividers,
 * restrained serif display type. All selectors keep the v2.x class
 * contract used by the theme templates and SHARK Site Manager shortcodes.
 * v2.8 adds the factory-first hero, the native wp_nav_menu() dropdown
 * navigation and the Custom Manufacturing landing page components.
 */

:root {
  --shark-ink: #1d1b17;
  --shark-muted: #6f675c;
  --shark-accent: #7d5c3e;
  --shark-accent-deep: #5c4229;
  --shark-paper: #f6f2eb;
  --shark-surface: #ffffff;
  --shark-cream: #ece5da;
  --shark-deep: #211e19;
  --shark-deep-soft: #2c2822;
  --shark-line: rgba(29, 27, 23, .13);
  --shark-line-soft: rgba(29, 27, 23, .08);
  --shark-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --shark-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --shark-shadow: 0 24px 60px rgba(29, 27, 23, .10);
  --shark-radius: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.shark-site { margin: 0; background: var(--shark-paper); color: var(--shark-ink); font-family: var(--shark-sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.shark-site img { display: block; max-width: 100%; height: auto; }
body.shark-site a { color: inherit; text-decoration: none; }
body.shark-site button, body.shark-site input, body.shark-site select, body.shark-site textarea { font: inherit; }
body.shark-site h1, body.shark-site h2 { font-family: var(--shark-serif); font-weight: 400; letter-spacing: -.02em; line-height: 1.08; }
body.shark-site h1 { font-size: clamp(2.5rem, 4.8vw, 4rem); }
body.shark-site h2 { font-size: clamp(1.85rem, 3.2vw, 2.6rem); }
body.shark-site h3 { line-height: 1.3; }
body.shark-site :focus-visible { outline: 2px solid var(--shark-accent); outline-offset: 3px; }
body.shark-site ::selection { background: rgba(125, 92, 62, .18); }
body.shark-site [hidden] { display: none !important; }

.shark-shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.shark-skip-link { position: fixed; top: -80px; left: 16px; z-index: 9999; padding: 12px 18px; border-radius: var(--shark-radius); background: var(--shark-deep); color: #fff !important; }
.shark-skip-link:focus { top: 16px; }

.shark-eyebrow { margin: 0 0 14px; color: var(--shark-accent); font-size: .7rem; font-weight: 700; letter-spacing: .22em; line-height: 1.4; text-transform: uppercase; }
.shark-light { color: #c8a87e; }
.shark-kicker { color: var(--shark-muted); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }

/* ---------- Buttons & links ---------- */
.shark-button, body.shark-site .elementor-button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 0 26px; border: 1px solid var(--shark-ink); border-radius: var(--shark-radius);
  background: var(--shark-ink); color: #faf8f4; font-size: .92rem; font-weight: 600; letter-spacing: .02em;
  cursor: pointer; transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.shark-button:hover { background: var(--shark-accent-deep); border-color: var(--shark-accent-deep); }
.shark-button-light { background: #faf8f4; border-color: #faf8f4; color: var(--shark-ink); }
.shark-button-light:hover { background: #fff; border-color: #fff; }
body.shark-site a.shark-button { color: #faf8f4; }
body.shark-site a.shark-button:hover { color: #faf8f4; }
body.shark-site a.shark-button-light { color: var(--shark-ink); }
body.shark-site a.shark-button-light:hover { color: var(--shark-ink); }
body.shark-site a.shark-button-ghost { color: var(--shark-ink); }
.shark-button-ghost, .shark-hero-ghost { background: transparent; border-color: var(--shark-line); color: var(--shark-ink); }
.shark-button-ghost:hover, .shark-hero-ghost:hover { background: transparent; border-color: var(--shark-ink); }
.shark-home-editorial-outline { background: transparent; border-color: var(--shark-line); color: var(--shark-ink); }
.shark-home-editorial-outline:hover { background: transparent; border-color: var(--shark-ink); }
.shark-home-editorial .shark-light { color: var(--shark-accent); }
.shark-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--shark-accent-deep); font-weight: 600; font-size: .92rem; border-bottom: 1px solid rgba(125, 92, 62, .35); padding-bottom: 2px; }
.shark-text-link:hover { border-color: var(--shark-accent-deep); }

/* ---------- Topbar & header ---------- */
.shark-topbar { background: var(--shark-deep); color: rgba(250, 248, 244, .82); font-size: .78rem; letter-spacing: .04em; }
.shark-topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 36px; }
.shark-topbar a { color: #fff; font-weight: 600; }
.shark-topbar a:hover { color: #c8a87e; }

.shark-header { position: sticky; top: 0; z-index: 900; background: rgba(250, 248, 244, .92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--shark-line-soft); }
.shark-header-inner { display: flex; align-items: center; gap: 28px; min-height: 74px; }

/* v2.8.1 — top brand row: social links left, enlarged centred logo, CTAs right */
.shark-header-top { border-bottom: 1px solid var(--shark-line-soft); }
.shark-header-top-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 20px; min-height: 96px; padding-block: 12px; }
.shark-header-left { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 16px; min-width: 0; justify-self: start; }
.shark-header-contact-details { display: grid; gap: 2px; min-width: 0; }
.shark-header-contact-details a { display: flex; align-items: center; gap: 8px; min-height: 26px; font-size: .875rem; line-height: 1.55; overflow-wrap: anywhere; }
.shark-header-contact-details svg { flex-shrink: 0; color: var(--shark-accent); }
.shark-header-contact-details a:hover span { text-decoration: underline; text-underline-offset: 3px; }
.shark-header-contact-details a:focus-visible { outline: 2px solid var(--shark-accent); outline-offset: 4px; }
.shark-social { display: flex; align-items: center; gap: 8px; justify-self: start; }
.shark-social-link { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--shark-line); border-radius: 50%; color: var(--shark-ink); background: var(--shark-surface); transition: transform .25s ease, color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease; animation: shark-social-in .5s ease backwards; }
.shark-social-link + .shark-social-link { animation-delay: .12s; }
@keyframes shark-social-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.shark-social-link:hover { transform: translateY(-3px) scale(1.1); background: var(--shark-ink); border-color: var(--shark-ink); color: #faf8f4; box-shadow: 0 10px 18px rgba(29, 27, 23, .18); }
.shark-brand { display: inline-flex; align-items: center; gap: 14px; flex-shrink: 0; justify-self: center; transition: transform .25s ease; }
.shark-brand:hover { transform: scale(1.03); }
.shark-brand-mark { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--shark-ink); color: #faf8f4; font-family: var(--shark-serif); font-size: 1.5rem; }
.shark-brand-logo { max-height: 58px; width: auto; }
.shark-brand strong { display: block; font-size: 1.3rem; letter-spacing: .14em; line-height: 1.1; }
.shark-brand small { display: block; color: var(--shark-muted); font-size: .66rem; letter-spacing: .3em; }

/* v2.8.1 — separate navigation band below the brand row */
.shark-navbar { background: rgba(250, 248, 244, .96); }
.shark-navbar-inner { display: flex; justify-content: center; }
.shark-desktop-nav { margin-left: auto; }
.shark-navbar .shark-desktop-nav { margin-left: 0; }
.shark-navbar .shark-primary-nav > li > a, .shark-navbar .shark-primary-nav-toggle { padding: 14px 18px; font-size: .92rem; }
.shark-header-actions { display: flex; align-items: center; gap: 10px; justify-self: end; }
.shark-header-rfq { min-height: 42px; padding: 0 20px; font-size: .85rem; flex-shrink: 0; }

.shark-primary-nav { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.shark-primary-nav > li > a, .shark-primary-nav-toggle {
  display: inline-flex; align-items: center; gap: 5px; padding: 10px 13px; border: 0; background: none;
  font-size: .88rem; font-weight: 550; letter-spacing: .01em; cursor: pointer; border-radius: var(--shark-radius);
}
.shark-primary-nav > li > a:hover, .shark-primary-nav-toggle:hover, .shark-primary-nav-item.is-open .shark-primary-nav-toggle { color: var(--shark-accent-deep); }
.shark-primary-nav-toggle span { font-size: .7em; }
.shark-primary-nav-item { position: static; }
.shark-mega { position: absolute; left: 0; right: 0; top: 100%; background: var(--shark-surface); border-top: 1px solid var(--shark-line-soft); border-bottom: 1px solid var(--shark-line); box-shadow: 0 30px 50px rgba(29, 27, 23, .08); }
.shark-mega-grid { width: min(1200px, calc(100% - 48px)); margin-inline: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; padding: 34px 0 38px; }
.shark-mega-grid section > p { margin: 0 0 12px; color: var(--shark-muted); font-size: .68rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.shark-mega-grid section > a, .shark-mega-children a, .shark-mega-parent-link {
  display: flex; justify-content: space-between; align-items: baseline; gap: 10px; padding: 7px 0;
  font-size: .95rem; border-bottom: 1px solid var(--shark-line-soft);
}
.shark-mega-grid a:hover { color: var(--shark-accent-deep); }
.shark-mega-grid a span { color: var(--shark-muted); font-size: .8em; }
.shark-mega-parent-link span { transition: transform .22s ease; }
.shark-mega-children { max-height: 0; margin: 0 0 0 14px; overflow: hidden; opacity: 0; visibility: hidden; transform: translateY(-4px); transition: max-height .26s ease, opacity .2s ease, transform .2s ease, visibility .2s; }
.shark-mega-parent:hover .shark-mega-children, .shark-mega-parent:focus-within .shark-mega-children { max-height: 340px; margin: 2px 0 6px 14px; opacity: 1; visibility: visible; transform: none; }
.shark-mega-parent:hover .shark-mega-parent-link, .shark-mega-parent:focus-within .shark-mega-parent-link { color: var(--shark-accent-deep); }
.shark-mega-parent:hover .shark-mega-parent-link span, .shark-mega-parent:focus-within .shark-mega-parent-link span { transform: rotate(180deg); }
.shark-mega-children a { font-size: .86rem; color: var(--shark-muted); }
.shark-menu-toggle { display: none; margin-left: auto; padding: 10px 14px; border: 1px solid var(--shark-line); border-radius: var(--shark-radius); background: var(--shark-surface); font-size: .85rem; font-weight: 600; cursor: pointer; }
.shark-mobile-nav { display: none; }
.shark-menu { display: flex; gap: 18px; list-style: none; margin: 0; padding: 0; }

/* ---------- Home hero (theme editorial) ---------- */
.shark-home-editorial { background: linear-gradient(180deg, #f3eee5 0%, var(--shark-paper) 88%); color: var(--shark-ink); overflow: hidden; border-bottom: 1px solid var(--shark-line-soft); }
.shark-home-editorial-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: clamp(40px, 6vw, 88px); align-items: center; padding: clamp(64px, 8vw, 112px) 0; }
.shark-home-editorial-copy h1 { margin: 0 0 22px; color: var(--shark-ink); text-wrap: balance; }
.shark-home-editorial-copy h1 em { font-style: italic; color: var(--shark-accent-deep); }
.shark-home-editorial-intro { max-width: 46ch; margin: 0 0 32px; color: var(--shark-muted); font-size: 1.06rem; }
.shark-home-editorial-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 44px; }
.shark-home-editorial-proof { display: flex; flex-wrap: wrap; gap: 0; border-top: 1px solid var(--shark-line); }
.shark-home-editorial-proof span { display: grid; gap: 3px; padding: 18px 28px 0 0; margin-right: 28px; font-size: .8rem; color: var(--shark-muted); }
.shark-home-editorial-proof b { color: var(--shark-ink); font-size: .88rem; letter-spacing: .04em; }
.shark-home-editorial-stage { position: relative; width: 100%; padding: 0 0 46px; }
.shark-home-editorial-stage::before { content: ""; position: absolute; inset: 18px -18px 64px 18px; border: 1px solid var(--shark-line); border-radius: 20px; }
.shark-home-editorial-figure {
  position: relative; width: 100%; aspect-ratio: 4 / 3.2; border-radius: 16px; background-color: #e9e2d5;
  background-image: var(--shark-hero-image, url('../images/factory-line.jpg'));
  background-size: cover; background-position: center;
  border: 1px solid var(--shark-line-soft); box-shadow: var(--shark-shadow);
}
.shark-home-editorial-stagecard { position: absolute; left: -12px; right: 34px; bottom: 0; display: flex; flex-wrap: wrap; gap: 8px; padding: 13px 14px; border: 1px solid rgba(29, 27, 23, .07); border-radius: 12px; background: rgba(250, 248, 244, .96); backdrop-filter: blur(8px); box-shadow: 0 14px 34px rgba(29, 27, 23, .14); }
.shark-home-editorial-stagecard > p { width: 100%; margin: 0 0 2px; color: var(--shark-muted); font-size: .64rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.shark-home-editorial-shoe { display: inline-flex; align-items: center; gap: 9px; padding: 5px 13px 5px 5px; border: 1px solid var(--shark-line); border-radius: 999px; background: #fff; font-size: .78rem; font-weight: 600; transition: border-color .2s ease, box-shadow .2s ease; }
.shark-home-editorial-shoe:hover { border-color: var(--shark-accent); box-shadow: 0 6px 14px rgba(29, 27, 23, .12); }
.shark-home-editorial-shoe img { display: block; width: 30px; height: 30px; border-radius: 999px; object-fit: cover; background: #f1ece3; }
.shark-home-editorial-orbit { display: none; }

/* ---------- Managed hero (shortcode in page content) ---------- */
.shark-home-hero { position: relative; min-height: 560px; display: flex; align-items: center; background-color: var(--shark-deep); background-image: linear-gradient(90deg, rgba(33, 30, 25, .92), rgba(33, 30, 25, .55) 48%, rgba(33, 30, 25, .12)), var(--shark-hero-image, url('../images/factory-line.jpg')); background-position: center; background-size: cover; color: #f5f1e9; }
.shark-home-hero-inner { padding: 80px 0; }
.shark-hero-copy { max-width: 620px; }
.shark-hero-copy h1 { margin: 0 0 20px; color: #faf8f4; }
.shark-hero-intro { margin: 0 0 30px; color: rgba(245, 241, 233, .8); font-size: 1.05rem; }
.shark-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.shark-home-hero .shark-eyebrow { color: #c8a87e; }
.shark-home-hero .shark-button-ghost { border-color: rgba(250, 248, 244, .5); color: #faf8f4; }
.shark-home-hero .shark-button-ghost:hover { border-color: #faf8f4; background: rgba(250, 248, 244, .08); }

/* ---------- Marquee (legacy, kept minimal) ---------- */
.shark-home-marquee { border-block: 1px solid var(--shark-line-soft); padding: 14px 0; overflow: hidden; }
.shark-home-marquee > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; color: var(--shark-muted); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; }
.shark-home-marquee i { color: var(--shark-accent); font-style: normal; }

/* ---------- Sections & headings ---------- */
.shark-section { padding: clamp(72px, 9vw, 120px) 0; }
.shark-section-cream { background: var(--shark-cream); }
.shark-section-dark { background: var(--shark-deep); color: #f5f1e9; }
.shark-section-dark h2 { color: #faf8f4; }
.shark-section-paths { padding-top: 0; }
.shark-section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 30px; align-items: end; margin-bottom: clamp(36px, 5vw, 56px); }
.shark-section-heading h2 { margin: 0; }
.shark-section-heading > p, .shark-section-heading > div > p { margin: 0; color: var(--shark-muted); max-width: 46ch; }
.shark-section-heading-action { align-items: end; }
.shark-section-head { margin-bottom: 40px; }
.shark-section-intro { color: var(--shark-muted); max-width: 60ch; }

/* ---------- Collections ---------- */
.shark-collections { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--shark-line); }
.shark-collection { display: grid; gap: 8px; padding: 30px 28px 34px; border-right: 1px solid var(--shark-line); border-bottom: 1px solid var(--shark-line); background: transparent; transition: background .25s ease; }
.shark-collection:last-child { border-right: 0; }
.shark-collection:hover { background: var(--shark-surface); }
.shark-collection span { color: var(--shark-accent); font-size: .72rem; font-weight: 700; letter-spacing: .18em; }
.shark-collection h3 { margin: 0; font-family: var(--shark-serif); font-weight: 400; font-size: 1.5rem; letter-spacing: -.01em; }
.shark-collection p { margin: 0; color: var(--shark-muted); font-size: .88rem; }

/* ---------- Product grid & cards ---------- */
.shark-product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.shark-product-card { display: flex; flex-direction: column; background: var(--shark-surface); border: 1px solid var(--shark-line-soft); border-radius: 8px; overflow: hidden; transition: border-color .25s ease, transform .25s ease; }
.shark-product-card:hover { border-color: var(--shark-line); transform: translateY(-3px); }
.shark-product-card-image { position: relative; display: block; aspect-ratio: 1 / 1.05; background: var(--shark-cream); overflow: hidden; }
.shark-product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.shark-product-card:hover .shark-product-card-image img { transform: scale(1.03); }
.shark-product-badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 6px 11px; border-radius: 999px; background: rgba(250, 248, 244, .92); color: var(--shark-accent-deep); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.shark-product-card-copy { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding: 18px 20px 0; }
.shark-product-card-copy p { margin: 0 0 5px; color: var(--shark-muted); font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.shark-product-card-copy h3 { margin: 0; font-size: 1.12rem; font-weight: 600; }
.shark-product-card-copy small { color: var(--shark-muted); font-size: .78rem; white-space: nowrap; }
.shark-product-card > p { margin: 0; padding: 10px 20px 0; color: var(--shark-muted); font-size: .9rem; flex: 1; }
.shark-product-actions { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 18px 20px 20px; }
.shark-product-actions a { font-size: .86rem; font-weight: 600; color: var(--shark-accent-deep); border-bottom: 1px solid rgba(125, 92, 62, .35); padding-bottom: 2px; }
.shark-product-actions a:hover { border-color: var(--shark-accent-deep); }
.shark-product-actions button { padding: 8px 14px; border: 1px solid var(--shark-line); border-radius: 999px; background: transparent; font-size: .78rem; font-weight: 600; cursor: pointer; transition: all .2s ease; }
.shark-product-actions button:hover, .shark-product-actions button.is-selected { background: var(--shark-ink); border-color: var(--shark-ink); color: #faf8f4; }

/* ---------- Catalogue filters ---------- */
.shark-catalogue-search { display: flex; flex-wrap: wrap; align-items: end; gap: 14px; padding: 20px; margin-bottom: 18px; background: var(--shark-surface); border: 1px solid var(--shark-line-soft); border-radius: 8px; }
.shark-catalogue-search label { display: grid; gap: 6px; flex: 1; min-width: 180px; }
.shark-catalogue-search label span { color: var(--shark-muted); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.shark-catalogue-search input, .shark-catalogue-search select { min-height: 46px; padding: 0 14px; border: 1px solid var(--shark-line); border-radius: var(--shark-radius); background: #fff; }
.shark-catalogue-search .shark-button { min-height: 46px; }
.shark-catalogue-search > a { color: var(--shark-muted); font-size: .85rem; padding-bottom: 12px; }
.shark-catalogue-nav { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 26px; }
.shark-catalogue-nav a { padding: 9px 18px; border: 1px solid var(--shark-line); border-radius: 999px; font-size: .84rem; font-weight: 600; transition: all .2s ease; }
.shark-catalogue-nav a:hover { border-color: var(--shark-ink); }
.shark-catalogue-nav a[aria-current="page"] { background: var(--shark-ink); border-color: var(--shark-ink); color: #faf8f4; }
.shark-catalogue-status { margin: 0 0 24px; color: var(--shark-muted); font-size: .85rem; }
.shark-catalogue-empty { padding: 60px 30px; text-align: center; color: var(--shark-muted); background: var(--shark-surface); border: 1px dashed var(--shark-line); border-radius: 8px; }
.shark-pagination ul { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 40px 0 0; padding: 0; list-style: none; }
.shark-pagination a, .shark-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid var(--shark-line); border-radius: var(--shark-radius); font-size: .88rem; }
.shark-pagination a:hover { border-color: var(--shark-ink); }
.shark-pagination .current { background: var(--shark-ink); border-color: var(--shark-ink); color: #faf8f4; }

/* ---------- Factory band ---------- */
.shark-factory { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: stretch; gap: clamp(28px, 4vw, 56px); }
.shark-factory-image { position: relative; align-self: stretch; width: 100%; min-width: 0; overflow: hidden; border-radius: 12px; aspect-ratio: 4 / 3; background: var(--shark-cream); }
body.shark-site .shark-factory-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.shark-factory-copy { display: flex; flex-direction: column; justify-content: center; padding: 0; }
.shark-factory-copy .shark-eyebrow { margin-bottom: 10px; line-height: 1.2; }
.shark-factory-copy h2 { margin: 0 0 12px; font-size: clamp(1.9rem, 2.8vw, 2.6rem); line-height: 1.08; }
.shark-factory-copy > p { margin: 0 0 20px; color: var(--shark-muted, #5c574d); max-width: 52ch; font-size: .95rem; line-height: 1.6; }
.shark-factory-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 22px; margin: 0 0 22px; }
.shark-factory-facts > div { padding: 12px 0 0; border-top: 1px solid var(--shark-line, #d9d2c4); }
.shark-factory-facts dt { margin: 0 0 3px; font-weight: 700; font-size: .86rem; letter-spacing: .01em; }
.shark-factory-facts dd { margin: 0; color: var(--shark-muted, #5c574d); font-size: .82rem; line-height: 1.5; }
.shark-factory-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.shark-factory-copy .shark-button { align-self: flex-start; min-height: 42px; padding-inline: 20px; font-size: .86rem; }

/* ---------- Material story ---------- */
.shark-material-story { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 6vw, 80px); align-items: center; }
.shark-material-image img { border-radius: 10px; }
.shark-material-copy h2 { margin: 0 0 16px; }
.shark-material-copy > p { color: var(--shark-muted); max-width: 52ch; }
.shark-feature-list { display: grid; gap: 0; margin-top: 34px; border-top: 1px solid var(--shark-line); }
.shark-feature-list > div { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--shark-line); }
.shark-feature-list span { color: var(--shark-accent); font-family: var(--shark-serif); font-size: 1.05rem; }
.shark-feature-list p { margin: 0; color: var(--shark-muted); font-size: .92rem; }
.shark-feature-list strong { display: block; color: var(--shark-ink); font-size: .98rem; margin-bottom: 3px; }

/* ---------- Services ---------- */
.shark-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.shark-service { display: flex; flex-direction: column; padding: 34px 30px; background: var(--shark-surface); border: 1px solid var(--shark-line-soft); border-radius: 8px; transition: border-color .25s ease, transform .25s ease; }
.shark-service:hover { border-color: var(--shark-line); transform: translateY(-3px); }
.shark-service > span { color: var(--shark-accent); font-family: var(--shark-serif); font-size: 1rem; }
.shark-service small { margin: 8px 0 0; color: var(--shark-muted); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.shark-service h3 { margin: 12px 0 10px; font-family: var(--shark-serif); font-weight: 400; font-size: 1.55rem; letter-spacing: -.01em; }
.shark-service p { margin: 0 0 24px; color: var(--shark-muted); font-size: .92rem; flex: 1; }
.shark-service a { align-self: flex-start; font-size: .88rem; font-weight: 600; color: var(--shark-accent-deep); border-bottom: 1px solid rgba(125, 92, 62, .35); padding-bottom: 2px; }
.shark-service a:hover { border-color: var(--shark-accent-deep); }

/* ---------- Project paths ---------- */
.shark-project-paths { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.shark-project-path { position: relative; display: grid; gap: 6px; padding: 26px 24px; background: var(--shark-surface); border: 1px solid var(--shark-line-soft); border-radius: 8px; transition: border-color .2s ease; }
.shark-project-path:hover { border-color: var(--shark-ink); }
.shark-project-path > span { color: var(--shark-muted); font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
.shark-project-path small { color: var(--shark-accent); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.shark-project-path h3 { margin: 4px 0; font-size: 1.1rem; font-weight: 600; }
.shark-project-path p { margin: 0; color: var(--shark-muted); font-size: .86rem; }
.shark-project-path b { position: absolute; top: 24px; right: 22px; color: var(--shark-muted); font-weight: 400; transition: transform .2s ease, color .2s ease; }
.shark-project-path:hover b { transform: translateX(4px); color: var(--shark-accent-deep); }

/* ---------- Articles & journal ---------- */
.shark-article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.shark-article-card { display: flex; flex-direction: column; }
.shark-article-card-image { display: block; aspect-ratio: 16 / 10; margin-bottom: 16px; border-radius: 8px; overflow: hidden; background: var(--shark-cream); }
.shark-article-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.shark-article-card:hover .shark-article-card-image img { transform: scale(1.03); }
.shark-article-card small { color: var(--shark-muted); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.shark-article-card h3 { margin: 8px 0; font-size: 1.14rem; font-weight: 600; line-height: 1.35; }
.shark-article-card p { margin: 0; color: var(--shark-muted); font-size: .9rem; }
.shark-journal-hero { padding: clamp(64px, 8vw, 100px) 0 clamp(40px, 5vw, 60px); border-bottom: 1px solid var(--shark-line-soft); }
.shark-journal-hero h1 { margin: 0 0 16px; }
.shark-journal-hero > .shark-shell > p:last-child { color: var(--shark-muted); max-width: 52ch; }
.shark-journal-content { padding: clamp(48px, 6vw, 72px) 0; }
.shark-journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.shark-journal-card { display: flex; flex-direction: column; }
.shark-journal-card-image { display: block; aspect-ratio: 16 / 10; margin-bottom: 16px; border-radius: 8px; overflow: hidden; background: var(--shark-cream); }
.shark-journal-card-image img { width: 100%; height: 100%; object-fit: cover; }
.shark-journal-card h2 { margin: 8px 0; font-family: var(--shark-sans); font-size: 1.15rem; font-weight: 600; letter-spacing: 0; line-height: 1.35; }
.shark-journal-card p { color: var(--shark-muted); font-size: .9rem; }

/* ---------- Single article ---------- */
.shark-article-header { padding: clamp(48px, 6vw, 80px) 0 30px; max-width: 820px; }
.shark-article-header h1 { margin: 0 0 14px; font-size: clamp(2rem, 3.6vw, 3rem); }
.shark-article-header > p { color: var(--shark-muted); }
.shark-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(40px, 5vw, 70px); padding-bottom: 80px; }
.shark-article-body { max-width: 720px; font-size: 1.02rem; }
.shark-article-body h2 { margin: 42px 0 14px; font-size: 1.7rem; }
.shark-article-image { margin: 10px 0 30px; border-radius: 8px; }

/* ---------- Sidebar ---------- */
.shark-sidebar { display: grid; gap: 20px; align-content: start; }
.shark-sidebar-panel { padding: 24px; background: var(--shark-surface); border: 1px solid var(--shark-line-soft); border-radius: 8px; }
.shark-sidebar-panel .shark-eyebrow { margin-bottom: 16px; }
.shark-mini-product { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--shark-line-soft); }
.shark-mini-product:last-child { border-bottom: 0; }
.shark-mini-product img { width: 56px; height: 56px; object-fit: cover; border-radius: 6px; }
.shark-mini-product strong { display: block; font-size: .92rem; }
.shark-mini-product small { color: var(--shark-muted); font-size: .78rem; }
.shark-mini-article { display: block; padding: 12px 0; border-bottom: 1px solid var(--shark-line-soft); }
.shark-mini-article:last-child { border-bottom: 0; }
.shark-mini-article strong { display: block; font-size: .92rem; line-height: 1.4; }
.shark-mini-article small { color: var(--shark-accent-deep); font-size: .8rem; }
.shark-sidebar-rfq { padding: 28px 24px; background: var(--shark-deep); color: #f5f1e9; border-radius: 8px; }
.shark-sidebar-rfq h2 { margin: 0 0 10px; font-family: var(--shark-sans); font-size: 1.25rem; font-weight: 600; letter-spacing: 0; color: #faf8f4; }
.shark-sidebar-rfq p { color: rgba(245, 241, 233, .72); font-size: .88rem; }

/* ---------- Product detail ---------- */
.shark-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; padding: 22px 0 0; color: var(--shark-muted); font-size: .82rem; }
.shark-breadcrumbs a:hover { color: var(--shark-accent-deep); }
.shark-breadcrumbs strong { color: var(--shark-ink); font-weight: 600; }
.shark-product-detail { padding: clamp(36px, 5vw, 60px) 0 80px; }
.shark-product-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(40px, 5vw, 70px); align-items: start; }
.shark-product-top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(30px, 4vw, 54px); align-items: start; }
.shark-product-main-image { border-radius: 10px; overflow: hidden; background: var(--shark-cream); }
.shark-product-intro h1 { margin: 0 0 8px; font-size: clamp(1.9rem, 3.4vw, 2.8rem); }
.shark-model { margin: 0 0 18px; color: var(--shark-muted); font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; }
.shark-product-description { color: var(--shark-muted); }
.shark-product-detail-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.shark-shortlist-inline { padding: 12px 18px; border: 1px dashed var(--shark-line); border-radius: var(--shark-radius); background: transparent; font-size: .85rem; font-weight: 600; cursor: pointer; }
.shark-shortlist-inline:hover, .shark-shortlist-inline.is-selected { border-style: solid; border-color: var(--shark-ink); }
.shark-specs { margin-top: clamp(44px, 6vw, 64px); }
.shark-specs h2 { margin: 0 0 24px; font-size: clamp(1.5rem, 2.4vw, 2rem); }
.shark-specs dl { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; border-top: 1px solid var(--shark-line); }
.shark-specs dl > div { padding: 16px 0; border-bottom: 1px solid var(--shark-line); }
.shark-specs dt { color: var(--shark-muted); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.shark-specs dd { margin: 5px 0 0; font-size: .98rem; }
.shark-spec-note { margin-top: 18px; color: var(--shark-muted); font-size: .84rem; }

/* ---------- Category page ---------- */
.shark-category-hero { padding: clamp(48px, 6vw, 80px) 0 clamp(30px, 4vw, 44px); border-bottom: 1px solid var(--shark-line-soft); }
.shark-category-hero .shark-breadcrumbs { padding: 0 0 20px; }
.shark-category-hero h1 { margin: 0 0 14px; }
.shark-category-description { max-width: 62ch; color: var(--shark-muted); }
.shark-category-children { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.shark-category-children a { display: inline-flex; gap: 8px; padding: 9px 16px; border: 1px solid var(--shark-line); border-radius: 999px; font-size: .84rem; font-weight: 600; }
.shark-category-children a:hover { border-color: var(--shark-ink); }
.shark-category-catalogue { padding-top: clamp(40px, 5vw, 56px); }
.shark-category-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: clamp(34px, 4vw, 54px); align-items: start; }
.shark-category-sidebar { display: grid; gap: 30px; position: sticky; top: 100px; }
.shark-category-filter { display: grid; }
.shark-category-filter a { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--shark-line-soft); font-size: .92rem; }
.shark-category-filter a:hover, .shark-category-filter a[aria-current="page"] { color: var(--shark-accent-deep); }
.shark-category-filter a[aria-current="page"] { font-weight: 700; }
.shark-category-featured a { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--shark-line-soft); }
.shark-category-featured img { width: 48px; height: 48px; object-fit: cover; border-radius: 6px; }
.shark-category-featured strong { display: block; font-size: .88rem; }
.shark-category-featured small { color: var(--shark-muted); font-size: .76rem; }
.shark-all-catalogue .shark-catalogue-search { display: grid; gap: 14px; margin: 0; padding: 0; border: 0; background: none; }
.shark-all-catalogue .shark-catalogue-search label { min-width: 0; }
.shark-all-catalogue .shark-catalogue-search input,
.shark-all-catalogue .shark-catalogue-search select { width: 100%; min-width: 0; max-width: 100%; }
.shark-all-catalogue .shark-category-sidebar { position: static; }
.shark-home-audience .shark-section-heading { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 48px; }
.shark-home-audience .shark-section-heading > p { max-width: none; }
@media (max-width: 760px) {
  .shark-home-audience .shark-section-heading { grid-template-columns: 1fr; gap: 20px; }
}
.shark-category-results { min-width: 0; }
.shark-category-hero h1 { max-width: 24ch; }
.shark-nav-link-group { display: flex; align-items: center; }
.shark-nav-link-group > a { padding: 14px 0 14px 18px; font-size: .92rem; font-weight: 550; letter-spacing: .01em; }
.shark-nav-link-group > a:hover { color: var(--shark-accent-deep); }
.shark-nav-link-group .shark-nav-arrow { min-width: 38px; min-height: 44px; padding: 10px; justify-content: center; }
.shark-mobile-nav .shark-nav-link-group { justify-content: space-between; }
.shark-mobile-nav .shark-nav-link-group > a { flex: 1; padding: 14px 0; }
.shark-mobile-nav .shark-nav-link-group .shark-nav-arrow { min-width: 44px; min-height: 44px; }
.shark-category-cta { background: var(--shark-cream); color: var(--shark-ink); padding: clamp(48px, 6vw, 72px) 0; }
.shark-category-cta .shark-shell { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.shark-category-cta h2 { margin: 0 0 8px; font-size: clamp(1.6rem, 2.6vw, 2.2rem); }
.shark-category-cta p { margin: 0; color: var(--shark-muted); max-width: 52ch; }

/* ---------- Stats ---------- */
.shark-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.shark-stat { padding: 26px 24px; background: var(--shark-surface); border: 1px solid var(--shark-line-soft); border-radius: 8px; }
.shark-stat strong { display: block; margin-bottom: 6px; font-family: var(--shark-serif); font-weight: 400; font-size: clamp(1.7rem, 2.6vw, 2.3rem); letter-spacing: -.01em; }
.shark-stat span { color: var(--shark-muted); font-size: .82rem; }

/* ---------- FAQ ---------- */
.shark-faq-list { border-top: 1px solid var(--shark-line); }
.shark-faq-item { border-bottom: 1px solid var(--shark-line); }
.shark-faq-item > button { display: flex; justify-content: space-between; align-items: center; gap: 20px; width: 100%; padding: 22px 0; border: 0; background: none; font-size: 1.05rem; font-weight: 600; text-align: left; cursor: pointer; }
.shark-faq-item > button b { color: var(--shark-accent); font-size: 1.3rem; font-weight: 400; }
.shark-faq-item > div { padding: 0 0 24px; color: var(--shark-muted); max-width: 70ch; }
.shark-faq-ask { margin-top: 10px; padding: 0; border: 0; background: none; color: var(--shark-accent-deep); font-size: .88rem; font-weight: 600; cursor: pointer; border-bottom: 1px solid rgba(125, 92, 62, .35); padding-bottom: 2px; }

/* ---------- Forms (shared) ---------- */
.shark-form-wrap { max-width: 760px; }
.shark-form-message, .shark-quick-lead-message, .shark-rfq-result { padding: 16px 18px; margin: 0 0 22px; border-radius: var(--shark-radius); background: #eef4ea; border: 1px solid #cfdcc6; color: #2e4b26; font-size: .92rem; }
.shark-form-error, .shark-quick-lead-message.is-error, .shark-rfq-result.is-error { background: #f9ecec; border-color: #e6c9c9; color: #7a2a2a; }
.shark-inquiry-form, .shark-quick-lead-form, .shark-rfq-form { display: grid; gap: 16px; }
.shark-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.shark-inquiry-form label, .shark-quick-lead-form label, .shark-rfq-form label, .shark-rfq-fields label { display: grid; gap: 7px; font-size: .8rem; font-weight: 600; letter-spacing: .04em; }
.shark-inquiry-form input, .shark-inquiry-form select, .shark-inquiry-form textarea,
.shark-quick-lead-form input, .shark-quick-lead-form textarea,
.shark-rfq-form input, .shark-rfq-form select, .shark-rfq-form textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--shark-line); border-radius: var(--shark-radius);
  background: #fff; font-size: .95rem; font-weight: 400; letter-spacing: 0; transition: border-color .2s ease, box-shadow .2s ease;
}
.shark-inquiry-form input:focus, .shark-inquiry-form select:focus, .shark-inquiry-form textarea:focus,
.shark-quick-lead-form input:focus, .shark-quick-lead-form textarea:focus,
.shark-rfq-form input:focus, .shark-rfq-form select:focus, .shark-rfq-form textarea:focus {
  outline: 0; border-color: var(--shark-accent); box-shadow: 0 0 0 3px rgba(125, 92, 62, .14);
}
.shark-inquiry-form textarea, .shark-quick-lead-form textarea, .shark-rfq-form textarea { min-height: 110px; resize: vertical; }
.shark-form-optional, .shark-rfq-more { border: 1px solid var(--shark-line-soft); border-radius: var(--shark-radius); background: var(--shark-surface); }
.shark-form-optional summary, .shark-rfq-more summary { padding: 14px 16px; font-size: .86rem; font-weight: 600; color: var(--shark-accent-deep); cursor: pointer; list-style: none; }
.shark-form-optional summary::before, .shark-rfq-more summary::before { content: "+"; margin-right: 10px; font-weight: 400; }
.shark-form-optional[open] summary, .shark-rfq-more[open] summary { border-bottom: 1px solid var(--shark-line-soft); }
.shark-form-optional > div, .shark-rfq-more > div { padding: 16px; }
.shark-file-field { margin-top: 16px; padding: 16px; border: 1px dashed var(--shark-line); border-radius: var(--shark-radius); }
.shark-file-field small { color: var(--shark-muted); font-weight: 400; }
.shark-file-field input { margin-top: 8px; padding: 0 !important; border: 0 !important; background: none !important; box-shadow: none !important; }
.shark-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.shark-consent { display: flex !important; flex-direction: row; align-items: flex-start; gap: 10px; font-size: .8rem !important; font-weight: 400 !important; color: var(--shark-muted); letter-spacing: 0 !important; }
.shark-consent input { width: auto !important; margin-top: 3px; }
.shark-consent a { color: var(--shark-accent-deep); text-decoration: underline; }

/* ---------- Page hero (fallback pages) & managed copy ---------- */
.shark-page-hero { background: linear-gradient(180deg, #f3eee5 0%, var(--shark-paper) 92%); color: var(--shark-ink); padding: clamp(64px, 8vw, 104px) 0; border-bottom: 1px solid var(--shark-line-soft); }
.shark-page-hero h1 { margin: 0 0 14px; color: var(--shark-ink); }
.shark-page-hero p:not(.shark-eyebrow) { color: var(--shark-muted); max-width: 56ch; margin: 0; }
.shark-page-hero .shark-light, .shark-page-hero .shark-light-copy { color: var(--shark-accent); }
.shark-managed-copy { max-width: 760px; }
.shark-managed-copy h2 { margin: 34px 0 12px; font-size: 1.6rem; }
.shark-managed-copy p { color: var(--shark-muted); }
.shark-managed-copy .shark-button { margin-top: 14px; }
.shark-content { padding: clamp(48px, 6vw, 80px) 0; }
.shark-entry-card { background: var(--shark-surface); border: 1px solid var(--shark-line-soft); border-radius: 8px; padding: 28px; }
.shark-legal-copy { max-width: 760px; }
.shark-legal-copy h2 { font-size: 1.4rem; margin-top: 36px; }

/* ---------- Floating contact tools ---------- */
.shark-contact-tools { position: fixed; right: 22px; bottom: 22px; z-index: 990; display: grid; gap: 10px; justify-items: end; }
.shark-shortlist-trigger { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border: 1px solid var(--shark-line); border-radius: 999px; background: var(--shark-surface); box-shadow: 0 8px 26px rgba(29, 27, 23, .12); font-size: .8rem; font-weight: 600; cursor: pointer; }
.shark-shortlist-trigger b { display: grid; place-items: center; min-width: 22px; height: 22px; border-radius: 50%; background: var(--shark-cream); font-size: .72rem; }
.shark-contact-trigger { display: inline-flex; align-items: center; gap: 10px; padding: 15px 24px; border: 0; border-radius: 999px; background: var(--shark-ink); color: #faf8f4; box-shadow: 0 14px 34px rgba(29, 27, 23, .28); font-size: .9rem; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.shark-contact-trigger:hover { background: var(--shark-accent-deep); transform: translateY(-2px); }
.shark-contact-trigger span { color: #c8a87e; }
.shark-contact-panel {
  position: fixed; right: 22px; bottom: 22px; z-index: 991; width: min(400px, calc(100vw - 44px)); max-height: min(640px, calc(100vh - 44px));
  overflow-y: auto; padding: 30px 28px; background: var(--shark-surface); border: 1px solid var(--shark-line-soft);
  border-radius: 12px; box-shadow: var(--shark-shadow);
}
.shark-contact-panel h2 { margin: 0 0 8px; font-family: var(--shark-sans); font-size: 1.35rem; font-weight: 650; letter-spacing: -.01em; }
.shark-quick-lead-intro { margin: 0 0 20px; color: var(--shark-muted); font-size: .88rem; }
.shark-contact-close { position: absolute; top: 14px; right: 14px; width: 34px; height: 34px; border: 1px solid var(--shark-line-soft); border-radius: 50%; background: var(--shark-surface); font-size: 1.05rem; line-height: 1; cursor: pointer; }
.shark-contact-close:hover { border-color: var(--shark-ink); }
.shark-quick-lead-form { gap: 13px; }
.shark-quick-lead-form .shark-button { width: 100%; margin-top: 4px; }
.shark-quick-lead-rfq { display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: 14px; padding: 13px 16px; border: 1px solid var(--shark-line-soft); border-radius: var(--shark-radius); background: var(--shark-cream); font-size: .85rem; font-weight: 600; cursor: pointer; }
.shark-quick-lead-rfq:hover { border-color: var(--shark-ink); }
.shark-contact-direct { display: flex; gap: 18px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--shark-line-soft); }
.shark-contact-direct a { color: var(--shark-accent-deep); font-size: .85rem; font-weight: 600; }
.shark-shortlist-list { display: grid; gap: 10px; margin: 18px 0; }
.shark-shortlist-list article { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid var(--shark-line-soft); border-radius: var(--shark-radius); }
.shark-shortlist-list article > div { flex: 1; }
.shark-shortlist-list strong { display: block; font-size: .9rem; }
.shark-shortlist-list small { color: var(--shark-muted); font-size: .76rem; }
.shark-shortlist-list a { color: var(--shark-accent-deep); font-size: .82rem; font-weight: 600; }
.shark-shortlist-list button { width: 28px; height: 28px; border: 0; border-radius: 50%; background: var(--shark-cream); cursor: pointer; }
.shark-shortlist-actions { display: flex; gap: 10px; }
.shark-shortlist-actions button { flex: 1; min-height: 44px; border-radius: var(--shark-radius); cursor: pointer; font-size: .84rem; font-weight: 600; }
.shark-shortlist-actions [data-shark-shortlist-rfq] { border: 1px solid var(--shark-ink); background: var(--shark-ink); color: #faf8f4; }
.shark-shortlist-actions [data-shark-shortlist-clear] { border: 1px solid var(--shark-line); background: transparent; }

/* ---------- RFQ dialog ---------- */
.shark-rfq-backdrop { position: fixed; inset: 0; z-index: 995; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(24, 21, 17, .55); backdrop-filter: blur(4px); }
body.shark-rfq-open { overflow: hidden; }
.shark-rfq-dialog { width: min(620px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 34px 34px 30px; background: var(--shark-surface); border-radius: 12px; box-shadow: var(--shark-shadow); }
.shark-rfq-dialog > header { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 22px; }
.shark-rfq-dialog > header h2 { margin: 0; font-size: 1.7rem; }
.shark-rfq-dialog > header button { width: 36px; height: 36px; flex-shrink: 0; border: 1px solid var(--shark-line-soft); border-radius: 50%; background: var(--shark-surface); font-size: 1.1rem; cursor: pointer; }
.shark-rfq-dialog > header button:hover { border-color: var(--shark-ink); }
.shark-rfq-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.shark-rfq-fields .wide { grid-column: 1 / -1; }
.shark-rfq-step > h3 { margin: 0 0 6px; font-size: 1.06rem; font-weight: 650; }
.shark-rfq-step > p { margin: 0 0 18px; color: var(--shark-muted); font-size: .86rem; }
.shark-rfq-progress { display: none; }
.shark-rfq-error { margin: 0; color: #7a2a2a; font-size: .86rem; }
.shark-rfq-form > footer { display: flex; justify-content: flex-end; gap: 12px; margin-top: 8px; }
.shark-rfq-form > footer [data-rfq-back] { margin-right: auto; border: 1px solid var(--shark-line); background: transparent; }
.shark-rfq-form > footer button { min-height: 48px; padding: 0 24px; border-radius: var(--shark-radius); font-size: .9rem; font-weight: 600; cursor: pointer; }
.shark-rfq-form > footer [data-rfq-next] { border: 1px solid var(--shark-ink); background: var(--shark-ink); color: #faf8f4; }
.shark-rfq-context { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* ---------- Footer ---------- */
.shark-footer { background: var(--shark-deep); color: rgba(245, 241, 233, .72); }
.shark-footer-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 26px; padding: clamp(56px, 7vw, 84px) 0; border-bottom: 1px solid rgba(245, 241, 233, .14); }
.shark-footer-cta h2 { margin: 0; color: #faf8f4; max-width: 20ch; }
.shark-footer-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .85fr) minmax(0, 1fr) minmax(0, 1.12fr); align-items: start; gap: 34px; padding: clamp(44px, 6vw, 64px) 0; scroll-margin-top: 150px; }
.shark-footer-grid > * { min-width: 0; }
.shark-footer-explore-links, .shark-footer-sourcing-links { list-style: none; padding: 0; margin: 0; }
.shark-footer-explore-links li { margin: 0; }
.shark-footer-grid a, .shark-footer-sourcing a { overflow-wrap: anywhere; }
.shark-footer a:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
.shark-footer-grid h3, .shark-footer-sourcing h3 { margin: 0 0 14px; color: rgba(245, 241, 233, .65); font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.shark-footer-grid a { display: block; padding: 4px 0; font-size: .92rem; }
.shark-footer-grid a:hover { color: #faf8f4; }
.shark-footer-grid p { margin: 0 0 8px; font-size: .9rem; }
.shark-footer-grid .shark-brand-footer { display: flex; align-items: center; gap: 12px; justify-self: start; }
.shark-footer-brand > p { max-width: 31ch; }
.shark-footer-sourcing { padding: 26px 0; border-top: 1px solid rgba(245, 241, 233, .14); }
.shark-footer-sourcing-links { display: flex; flex-wrap: wrap; gap: 4px 0; font-size: .875rem; line-height: 1.7; }
.shark-footer-sourcing-links li { display: flex; align-items: baseline; min-width: 0; margin: 0; }
.shark-footer-sourcing-links li:not(:last-child)::after { content: "|"; padding: 0 12px; color: rgba(245, 241, 233, .3); }
.shark-footer-sourcing a { padding: 4px 0; color: #d4c5ad; }
.shark-footer-sourcing a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.shark-brand-footer { margin-bottom: 16px; color: #faf8f4; }
.shark-brand-footer .shark-brand-mark { background: #faf8f4; color: var(--shark-deep); }
.shark-brand-footer small { color: rgba(245, 241, 233, .55); }
.shark-footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding: 22px 0 30px; border-top: 1px solid rgba(245, 241, 233, .14); font-size: .8rem; color: rgba(245, 241, 233, .5); }
.shark-footer-bottom a:hover { color: #faf8f4; }

/* ---------- Home section spacing tweaks ---------- */
.shark-home-audience { padding-bottom: clamp(56px, 7vw, 88px); }
.shark-home-featured { padding-top: clamp(56px, 7vw, 88px); }
.shark-home-insights { padding-top: clamp(56px, 7vw, 88px); }

/* ---------- Combined phone field (country code + number) ---------- */
.shark-phone-group { display: grid; grid-template-columns: minmax(96px, 128px) 1fr; gap: 8px; }
.shark-phone-group select, .shark-phone-group input { width: 100%; }

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .shark-desktop-nav { display: none; }
  .shark-navbar { display: none; }
  .shark-menu-toggle { display: inline-flex; }
  .shark-header-rfq { margin-left: auto; }
  .shark-menu-toggle { margin-left: 0; }
  .shark-mobile-nav:not([hidden]) { display: block; position: absolute; left: 0; right: 0; top: 100%; max-height: calc(100vh - 80px); overflow-y: auto; background: var(--shark-surface); border-bottom: 1px solid var(--shark-line); padding: 10px 24px 26px; }
  .shark-mobile-nav .shark-primary-nav { flex-direction: column; align-items: stretch; gap: 0; }
  .shark-mobile-nav .shark-primary-nav > li > a, .shark-mobile-nav .shark-primary-nav-toggle { width: 100%; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--shark-line-soft); border-radius: 0; font-size: 1rem; }
  .shark-mobile-nav .shark-mega { position: static; border: 0; box-shadow: none; }
  .shark-mobile-nav .shark-mega-grid { width: 100%; grid-template-columns: 1fr; gap: 10px; padding: 12px 0 18px; }
  .shark-mobile-nav .shark-mega-children { max-height: none; margin: 2px 0 6px 14px; opacity: 1; visibility: visible; transform: none; }
  body.shark-menu-open { overflow: hidden; }
  .shark-home-editorial-grid { grid-template-columns: 1fr; }
  .shark-home-editorial-stage { max-width: 560px; }
  .shark-section-heading { grid-template-columns: 1fr; align-items: start; }
  .shark-product-grid, .shark-services, .shark-article-grid, .shark-journal-grid, .shark-collections { grid-template-columns: repeat(2, 1fr); }
  .shark-collection:nth-child(2n) { border-right: 0; }
  .shark-project-paths { grid-template-columns: repeat(2, 1fr); }
  .shark-material-story, .shark-factory { grid-template-columns: 1fr; }
  .shark-factory-image { min-height: 0; aspect-ratio: 3 / 2; }
  .shark-factory-copy { padding: clamp(28px, 6vw, 48px); }
  .shark-factory-copy h2 { font-size: clamp(1.85rem, 5vw, 2.4rem); }
  .shark-factory-copy > p { font-size: .94rem; line-height: 1.55; }
  .shark-factory-points span { font-size: .72rem; }
  .shark-product-layout, .shark-article-layout { grid-template-columns: 1fr; }
  .shark-category-layout { grid-template-columns: 1fr; }
  .shark-category-sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
  .shark-footer-grid { grid-template-columns: 1fr 1fr; }
  .shark-stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .shark-shell { width: calc(100% - 36px); }
  .shark-factory { width: calc(100% - 36px); }
  .shark-topbar-inner span { display: none; }
  .shark-topbar-inner { justify-content: center; }
  .shark-header-inner { gap: 12px; min-height: 64px; }
  .shark-header-top-inner { min-height: 72px; gap: 10px; }
  .shark-social-link { width: 32px; height: 32px; }
  .shark-social-link svg { width: 15px; height: 15px; }
  .shark-brand-mark { width: 38px; height: 38px; font-size: 1.15rem; }
  .shark-brand-logo { max-height: 42px; }
  .shark-brand strong { font-size: 1rem; }
  .shark-brand small { font-size: .54rem; letter-spacing: .22em; }
  .shark-header-rfq { display: none; }
  .shark-home-editorial-grid { padding: 52px 0; }
  .shark-home-editorial-stage { padding-bottom: 40px; }
  .shark-home-editorial-stage::before { inset: 12px -10px 56px 12px; }
  .shark-home-editorial-stagecard { left: 0; right: 0; }
  .shark-home-editorial-figure { background-image: var(--shark-hero-mobile-image, var(--shark-hero-image, url('../images/factory-craft.jpg'))); }
  .shark-home-editorial-proof span { padding-right: 18px; margin-right: 18px; }
  .shark-section { padding: 60px 0; }
  .shark-product-grid, .shark-services, .shark-article-grid, .shark-journal-grid, .shark-collections, .shark-project-paths, .shark-form-grid, .shark-rfq-fields, .shark-rfq-context, .shark-specs dl, .shark-category-sidebar { grid-template-columns: 1fr; }
  .shark-collection { border-right: 0; }
  .shark-product-top { grid-template-columns: 1fr; }
  .shark-footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .shark-rfq-dialog { padding: 26px 20px; }
  .shark-contact-tools { right: 14px; bottom: 14px; }
  .shark-contact-panel { right: 10px; bottom: 10px; width: calc(100vw - 20px); padding: 26px 20px; }
  .shark-stats { grid-template-columns: 1fr 1fr; }
}

/* ======================================================================
 * v2.8 — B2B restructure components
 * Factory-first hero, native wp_nav_menu() dropdowns, Custom
 * Manufacturing landing page, product custom-development band.
 * Palette and typography inherit the original v2.x design tokens.
 * ==================================================================== */

/* ---------- Header actions (dual highlighted buttons) ---------- */
.shark-header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.shark-header-contact { min-height: 42px; padding: 0 18px; font-size: .85rem; }
.shark-mobile-nav-contact { width: 100%; margin-top: 14px; }

/* ---------- Native menu dropdowns (wp_nav_menu + fallback) ---------- */
.shark-primary-nav-item { position: relative; }
.shark-dropdown { left: 0; right: auto; top: 100%; min-width: 260px; padding: 12px; border: 1px solid var(--shark-line); border-radius: 12px; }
.shark-dropdown ul.sub-menu { margin: 0; padding: 0; list-style: none; }
.shark-dropdown .sub-menu > li > a { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; padding: 9px 12px; border-radius: 8px; font-size: .92rem; }
.shark-dropdown .sub-menu > li > a:hover { background: var(--shark-paper); color: var(--shark-accent-deep); }
.shark-dropdown .sub-menu > li.menu-item-has-children > a::after { content: "→"; font-size: .72em; color: var(--shark-muted); transition: transform .2s ease; }
.shark-dropdown .sub-menu > li.menu-item-has-children:hover > a::after { transform: translateX(3px); color: var(--shark-accent-deep); }
/* Third-level categories stay hidden until their parent (level 2) is hovered. */
.shark-dropdown .sub-menu > li { position: relative; }
.shark-dropdown .sub-menu .sub-menu { position: absolute; left: 100%; top: -13px; min-width: 200px; margin: 0; padding: 10px; list-style: none; background: var(--shark-surface); border: 1px solid var(--shark-line); border-radius: 12px; box-shadow: var(--shark-shadow); opacity: 0; visibility: hidden; transform: translateX(-6px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.shark-dropdown .sub-menu > li:hover > .sub-menu, .shark-dropdown .sub-menu > li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.shark-dropdown .sub-menu .sub-menu a { display: block; padding: 7px 12px; font-size: .86rem; color: var(--shark-muted); border-radius: 8px; white-space: nowrap; }
.shark-dropdown .sub-menu .sub-menu a:hover { background: var(--shark-paper); color: var(--shark-accent-deep); }
.shark-dropdown-overview > a { color: var(--shark-accent-deep); font-weight: 700; border-bottom: 1px solid var(--shark-line-soft); border-radius: 0; margin-bottom: 6px; }

/* ---------- Factory-first hero (home + manufacturing) ---------- */
.shark-hero-factory, .shark-mfg-hero {
  position: relative; isolation: isolate; overflow: hidden;
  background-color: var(--shark-deep);
  background-image: var(--shark-hero-image, url('../images/factory-line.jpg'));
  background-size: cover; background-position: center;
  color: #f5f1e9;
}
.shark-mfg-hero { background-image: url('../images/factory-craft.jpg'); background-position: center 35%; }
.shark-hero-factory::before, .shark-mfg-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(92deg, rgba(24, 21, 17, .86) 0%, rgba(24, 21, 17, .66) 46%, rgba(24, 21, 17, .38) 100%);
}
.shark-hero-factory::before {
  /* Centred home hero: even top-to-bottom darkening keeps type readable. */
  background: linear-gradient(180deg, rgba(24, 21, 17, .68) 0%, rgba(24, 21, 17, .52) 45%, rgba(24, 21, 17, .74) 100%);
}
.shark-hero-factory-inner, .shark-mfg-hero-inner { padding: clamp(90px, 12vw, 164px) 0; }
.shark-hero-factory-inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
.shark-hero-factory .shark-eyebrow, .shark-mfg-hero .shark-eyebrow { color: #c8a87e; }
.shark-hero-factory h1, .shark-mfg-hero h1 { margin: 0 0 24px; max-width: 26ch; color: #faf8f4; font-size: clamp(2.6rem, 4.6vw, 4rem); line-height: 1.08; text-wrap: balance; }
.shark-hero-factory h1 { max-width: 1000px; font-size: clamp(2.9rem, 5.2vw, 4.6rem); line-height: 1.05; letter-spacing: -.015em; }
.shark-hero-factory-intro, .shark-mfg-hero-intro { max-width: 68ch; margin: 0 0 36px; color: rgba(245, 241, 233, .88); font-size: 1.16rem; line-height: 1.65; }
.shark-hero-factory-intro { max-width: 62ch; }
.shark-hero-factory-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.shark-hero-factory .shark-hero-factory-actions { justify-content: center; }
.shark-hero-cta { background: var(--shark-accent); border-color: var(--shark-accent); }
.shark-hero-cta:hover { background: var(--shark-accent-deep); border-color: var(--shark-accent-deep); }
.shark-hero-factory .shark-hero-ghost, .shark-mfg-hero .shark-hero-ghost { background: transparent; border-color: rgba(250, 248, 244, .55); color: #faf8f4; }
.shark-hero-factory .shark-hero-ghost:hover, .shark-mfg-hero .shark-hero-ghost:hover { border-color: #faf8f4; background: rgba(250, 248, 244, .08); }
.shark-hero-badges { display: flex; flex-wrap: wrap; gap: 12px; margin: 42px 0 0; padding: 0; list-style: none; }
.shark-hero-badges li { display: grid; gap: 3px; padding: 12px 20px; border: 1px solid rgba(245, 241, 233, .28); border-radius: 10px; background: rgba(24, 21, 17, .38); backdrop-filter: blur(6px); color: rgba(245, 241, 233, .78); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.shark-hero-badges b { color: #faf8f4; font-size: .98rem; letter-spacing: .03em; text-transform: none; }

/* ---------- Home: manufacturing bridge strip ---------- */
.shark-home-manufacturing { padding: clamp(48px, 6vw, 72px) 0; }
.shark-home-manufacturing-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 26px; }
.shark-home-manufacturing-inner h2 { margin: 0 0 10px; max-width: 22ch; }
.shark-home-manufacturing-inner p { margin: 0; max-width: 56ch; color: var(--shark-muted); }
.shark-home-manufacturing-inner .shark-button { flex-shrink: 0; }

/* ---------- Custom Manufacturing page ---------- */
.shark-mfg-modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.shark-mfg-mode { position: relative; display: flex; flex-direction: column; padding: 36px 30px; background: var(--shark-surface); border: 1px solid var(--shark-line-soft); border-radius: 10px; transition: border-color .25s ease, transform .25s ease; }
.shark-mfg-mode:hover { border-color: var(--shark-line); transform: translateY(-3px); }
.shark-mfg-mode-index { color: var(--shark-accent); font-family: var(--shark-serif); font-size: 1.05rem; }
.shark-mfg-mode h3 { margin: 14px 0 10px; font-family: var(--shark-serif); font-weight: 400; font-size: 1.5rem; letter-spacing: -.01em; }
.shark-mfg-mode p { margin: 0 0 18px; color: var(--shark-muted); font-size: .92rem; }
.shark-mfg-mode ul { margin: auto 0 0; padding: 16px 0 0; border-top: 1px solid var(--shark-line-soft); list-style: none; display: grid; gap: 8px; }
.shark-mfg-mode li { position: relative; padding-left: 18px; color: var(--shark-muted); font-size: .86rem; }
.shark-mfg-mode li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; border-radius: 50%; background: var(--shark-accent); }

.shark-mfg-highlight-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(40px, 6vw, 80px); align-items: center; }
.shark-mfg-highlight h2 { margin: 0 0 16px; color: #faf8f4; }
.shark-mfg-highlight-grid > div > p { margin: 0; color: rgba(245, 241, 233, .78); max-width: 52ch; }
.shark-mfg-highlight-points { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.shark-mfg-highlight-points li { padding: 18px 20px; border: 1px solid rgba(245, 241, 233, .18); border-radius: 10px; background: rgba(250, 248, 244, .05); }
.shark-mfg-highlight-points strong { display: block; margin-bottom: 4px; color: #faf8f4; font-size: .98rem; }
.shark-mfg-highlight-points span { color: rgba(245, 241, 233, .72); font-size: .86rem; }

.shark-mfg-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; }
.shark-mfg-timeline li { position: relative; padding: 26px 22px 28px; background: var(--shark-surface); border: 1px solid var(--shark-line-soft); border-radius: 10px; }
.shark-mfg-timeline li::after { content: "→"; position: absolute; top: 26px; right: -16px; z-index: 2; color: var(--shark-accent); font-size: 1.1rem; }
.shark-mfg-timeline li:last-child::after { display: none; }
.shark-mfg-step { display: inline-block; margin-bottom: 12px; padding: 4px 12px; border-radius: 999px; background: var(--shark-cream); color: var(--shark-accent-deep); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.shark-mfg-timeline h3 { margin: 0 0 8px; font-size: 1.06rem; font-weight: 650; }
.shark-mfg-timeline p { margin: 0; color: var(--shark-muted); font-size: .86rem; }

.shark-mfg-materials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.shark-mfg-materials article { padding: 30px 26px; background: var(--shark-surface); border: 1px solid var(--shark-line-soft); border-radius: 10px; }
.shark-mfg-materials h3 { margin: 0 0 10px; font-family: var(--shark-serif); font-weight: 400; font-size: 1.3rem; }
.shark-mfg-materials p { margin: 0; color: var(--shark-muted); font-size: .9rem; }
.shark-mfg-materials-link { margin: 28px 0 0; }

.shark-mfg-form-section { background: var(--shark-paper); }
.shark-mfg-form-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 6vw, 72px); align-items: start; }
.shark-mfg-form-copy h2 { margin: 0 0 16px; }
.shark-mfg-form-copy > p { color: var(--shark-muted); max-width: 50ch; }
.shark-mfg-form-points { margin: 26px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.shark-mfg-form-points li { position: relative; padding-left: 22px; color: var(--shark-muted); font-size: .92rem; }
.shark-mfg-form-points li::before { content: "✓"; position: absolute; left: 0; color: var(--shark-accent-deep); font-weight: 700; }
.shark-mfg-form-card { padding: 34px 32px; background: var(--shark-surface); border: 1px solid var(--shark-line-soft); border-radius: 12px; box-shadow: var(--shark-shadow); }
.shark-mfg-swatch { display: flex !important; flex-direction: row; align-items: flex-start; gap: 10px; font-size: .86rem !important; font-weight: 400 !important; color: var(--shark-muted); letter-spacing: 0 !important; }
.shark-mfg-swatch input { width: auto !important; margin-top: 3px; }
.shark-mfg-form .shark-button { width: 100%; }

.shark-mfg-bulk-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 26px; }
.shark-mfg-bulk h2 { margin: 0 0 10px; max-width: 24ch; color: #faf8f4; }
.shark-mfg-bulk-inner p { margin: 0; max-width: 56ch; color: rgba(245, 241, 233, .72); }

/* ---------- Product page: custom development band ---------- */
.shark-product-custom-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; margin-top: clamp(44px, 6vw, 64px); padding: clamp(30px, 4vw, 44px); background: var(--shark-cream); border-radius: 12px; color: var(--shark-ink); }
.shark-product-custom-cta h2 { margin: 0 0 8px; font-size: clamp(1.5rem, 2.4vw, 2rem); }
.shark-product-custom-cta p { margin: 0; max-width: 58ch; color: var(--shark-muted); font-size: .92rem; }
.shark-product-custom-cta .shark-button { flex-shrink: 0; }

/* ---------- v2.8 responsive ---------- */
@media (max-width: 1100px) {
  .shark-header-actions { margin-left: auto; }
  .shark-header-actions + .shark-menu-toggle { margin-left: 0; }
  .shark-mobile-nav .shark-dropdown { position: static; min-width: 0; padding: 0 0 10px; border: 0; border-radius: 0; box-shadow: none; }
  .shark-mobile-nav .shark-dropdown .sub-menu > li > a { padding: 9px 0; }
  .shark-mobile-nav .shark-dropdown .sub-menu .sub-menu { position: static; min-width: 0; margin: 2px 0 8px 12px; padding: 0 0 0 14px; border: 0; border-left: 1px solid var(--shark-line-soft); border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .shark-mobile-nav .shark-dropdown .sub-menu .sub-menu a { white-space: normal; }
  .shark-mfg-modes, .shark-mfg-materials { grid-template-columns: 1fr; }
  .shark-mfg-timeline { grid-template-columns: repeat(2, 1fr); }
  .shark-mfg-timeline li::after { display: none; }
  .shark-mfg-highlight-grid, .shark-mfg-form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .shark-header-contact { display: none; }
  .shark-hero-factory { background-image: var(--shark-hero-mobile-image, var(--shark-hero-image, url('../images/factory-craft.jpg'))); }
  .shark-mfg-hero { background-image: var(--shark-hero-mobile-image, url('../images/factory-craft.jpg')); }
  .shark-hero-factory-inner, .shark-mfg-hero-inner { padding: 72px 0 84px; }
  .shark-hero-badges li { flex: 1 1 40%; }
  .shark-mfg-timeline { grid-template-columns: 1fr; }
  .shark-mfg-form-card { padding: 26px 20px; }
  .shark-home-manufacturing-inner .shark-button { width: 100%; }
}

/* ---------- v2.8 brand endorsement wall ---------- */
.shark-home-brands { padding-top: clamp(40px, 5vw, 64px); }
.shark-brand-wall { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.shark-brand-item { display: flex; align-items: center; justify-content: center; min-height: 84px; padding: 14px 18px; border: 1px solid var(--shark-line, rgba(29, 27, 23, 0.12)); border-radius: 6px; background: #fff; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.shark-brand-item:hover { border-color: rgba(29, 27, 23, 0.3); box-shadow: 0 6px 18px rgba(29, 27, 23, 0.06); }
.shark-brand-item img { max-width: 100%; max-height: 52px; object-fit: contain; filter: grayscale(1); opacity: 0.75; transition: filter 0.2s ease, opacity 0.2s ease; }
.shark-brand-item:hover img { filter: none; opacity: 1; }
.shark-brand-chip { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; text-align: center; color: var(--shark-ink, #1d1b17); opacity: 0.62; }
.shark-brand-item:hover .shark-brand-chip { opacity: 0.9; }
@media (max-width: 900px) {
  /* FAQ remains available in the mobile menu; keep the header controls inside the viewport. */
  .shark-header-top-inner .shark-header-faq { display: none; }
  .shark-header-top-inner { grid-template-columns: minmax(0, 1fr) auto; row-gap: 10px; }
  .shark-header-top-inner > .shark-brand { grid-column: 1; grid-row: 1; justify-self: start; }
  .shark-header-actions { grid-column: 2; grid-row: 1; }
  .shark-header-left { grid-column: 1 / -1; grid-row: 2; width: 100%; padding-top: 6px; border-top: 1px solid var(--shark-line-soft); justify-content: space-between; }
  .shark-header-contact-details { display: flex; flex-wrap: wrap; column-gap: 20px; }
  .shark-header-contact-details a { min-height: 32px; }
}
@media (max-width: 640px) {
  .shark-header-top-inner { padding-block: 12px 8px; }
  .shark-header-left { gap: 4px 12px; }
  .shark-header-contact-details { column-gap: 18px; }
  .shark-footer-explore a { min-height: 40px; display: flex; align-items: center; }
  .shark-footer-sourcing a { padding-block: 8px; }
  .shark-footer-sourcing-links li { max-width: 100%; }
}
@media (max-width: 1100px) {
  .shark-brand-wall { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .shark-brand-wall { grid-template-columns: repeat(2, 1fr); }
  .shark-brand-item { min-height: 68px; }
}

/* ---------- Product image zoom ---------- */
.shark-product-main-image { position: relative; }
.shark-product-main-image img, .shark-product-description img { cursor: zoom-in; }
.shark-product-main-image figcaption { margin-top: 8px; color: var(--shark-muted); font-size: .72rem; letter-spacing: .04em; text-align: center; }
.shark-zoom-overlay { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; padding: 4vmin; background: rgba(24, 22, 18, .92); cursor: zoom-out; }
.shark-zoom-overlay img { max-width: 94vw; max-height: 90vh; object-fit: contain; border-radius: 8px; background: #fff; }
.shark-zoom-close { position: absolute; top: 18px; right: 22px; width: 44px; height: 44px; border: 1px solid rgba(250, 248, 244, .4); border-radius: 50%; background: transparent; color: #faf8f4; font-size: 1.4rem; line-height: 1; cursor: pointer; }
.shark-zoom-close:hover { background: rgba(250, 248, 244, .12); }
