:root {
  --ink: #111113;
  --brand: #111113;
  --accent: #d71920;
  --muted: #686868;
  --soft: #f5f5f5;
  --card: #ffffff;
  --line: #e6e6e6;
  --shadow: 0 18px 45px rgba(0,0,0,.08);
  --radius: 18px;
  --font-body: Avenir Next, Inter, Segoe UI, Arial, sans-serif;
  --font-display: Avenir Next, Inter, Segoe UI, Arial, sans-serif;
  --font-menu: Georgia, Times New Roman, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(100% - 64px, 1320px); margin: 0 auto; }
.narrow { width: min(100% - 64px, 920px); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1000; background: #fff; border-bottom: 1px solid var(--line); }
.utility-bar, .benefit-bar { display: none; }
.primary-header { background: #fff; }
.header-grid {
  display: grid;
  grid-template-columns: minmax(155px, 230px) 1fr minmax(260px, 390px) 48px;
  gap: 26px;
  align-items: center;
  min-height: 94px;
  padding: 14px 0;
}
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.brand__mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: #111; color: #fff; font-weight: 900; letter-spacing: -.04em; }
.brand__text { font-family: var(--font-display); font-size: 23px; font-weight: 900; letter-spacing: -.04em; }
.brand__logo { width: auto; max-width: 230px; height: auto; max-height: 58px; object-fit: contain; }
.brand__logo--full { max-height: 62px; }
.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  font-family: var(--font-menu);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.nav-item { position: relative; }
.nav-link { display: inline-flex; align-items: center; gap: 6px; padding: 18px 15px; color: #4a4a4a; white-space: nowrap; }
.nav-link.active, .nav-link:hover, .nav-item:hover > .nav-link { color: var(--accent); }
.nav-caret { font-family: var(--font-body); font-size: 15px; }
.dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: min(360px, 88vw);
  background: #fffdf8;
  border: 1px solid #d8d0c8;
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0,0,0,.16);
  padding: 16px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 1010;
  text-transform: none;
  letter-spacing: 0;
}
.nav-item:hover > .dropdown-menu, .nav-item:focus-within > .dropdown-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.dropdown-menu a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 30px; color: #171717; font-family: var(--font-menu); font-size: 18px; font-weight: 500; }
.dropdown-menu a:hover { color: var(--accent); background: rgba(215,25,32,.05); }
.dropdown-menu em { font-style: normal; color: #777; font-size: 25px; line-height: 1; }
.search-form { justify-self: end; width: 100%; display: flex; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: #fff; box-shadow: 0 8px 22px rgba(0,0,0,.04); }
.search-form input { flex: 1; min-width: 0; border: 0; padding: 13px 18px; font-size: 15px; outline: none; }
.search-form button { border: 0; background: #111; color: #fff; padding: 0 22px; cursor: pointer; font-weight: 800; }
.search-form button:hover { background: var(--accent); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 999px; background: #fff; cursor: pointer; place-items: center; padding: 10px; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); margin: 3px 0; border-radius: 10px; }

/* Landing page */
.landing-hero {
  position: relative;
  min-height: clamp(480px, 72vh, 820px);
  background-image: var(--hero-desktop);
  background-size: cover;
  background-position: center;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.landing-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.90) 0%, rgba(255,255,255,.60) 34%, rgba(255,255,255,.05) 70%); }
.landing-hero__inner { position: relative; z-index: 2; padding: 64px 0; }
.landing-hero__eyebrow, .eyebrow { text-transform: uppercase; letter-spacing: .18em; color: var(--accent); font-size: 13px; font-weight: 900; margin: 0 0 14px; }
.landing-hero h1 { width: min(720px, 100%); margin: 0; font-family: var(--font-display); font-size: clamp(58px, 9vw, 138px); line-height: .92; letter-spacing: -.08em; text-transform: uppercase; }
.landing-hero__text { max-width: 680px; margin: 24px 0 0; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; color: #2c2c2c; }
.hero, .hero--storefront { background: #fff; }

/* Sections */
.section { padding: 68px 0; }
.section--soft { background: var(--soft); }
.section--white { background: #fff; }
.section__heading { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 28px; }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: -.055em; line-height: 1.04; margin: 0 0 18px; }
h1 { font-size: clamp(40px, 6vw, 76px); }
h2 { font-size: clamp(32px, 4.8vw, 54px); }
h3 { font-size: 22px; }
p { line-height: 1.65; }
.intro, .muted { color: var(--muted); }
.btn { display: inline-flex; align-items: center; justify-content: center; background: var(--accent); color: #fff; border-radius: 999px; padding: 13px 21px; font-weight: 900; border: 1px solid var(--accent); cursor: pointer; }
.btn:hover { background: #a80f15; color: #fff; }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--small { padding: 9px 14px; font-size: 13px; }

/* Cards */
.category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.category-grid--small { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.category-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: grid; grid-template-columns: 190px 1fr; min-height: 178px; box-shadow: 0 8px 25px rgba(0,0,0,.04); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.category-card:hover, .product-card:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(0,0,0,.08); }
.category-card img { width: 100%; height: 100%; object-fit: contain; padding: 12px; background: #f7f7f7; }
.category-card div { padding: 25px; }
.category-card p { color: var(--muted); margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.product-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 25px rgba(0,0,0,.04); display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.product-card__image { aspect-ratio: 1 / 1; background: #fff; display: block; padding: 12px; }
.product-card__image img { width: 100%; height: 100%; object-fit: contain; }
.product-card__body { padding: 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-card h3 { font-size: 17px; margin-bottom: 2px; }
.product-card__body .btn { margin-top: auto; }
.price { font-weight: 900; color: var(--accent); font-size: 18px; margin: 0 0 10px; }
.price--large { font-size: 34px; margin: 10px 0; }

/* Page/category/product */
.page-hero { padding: 58px 0 34px; background: var(--soft); border-bottom: 1px solid var(--line); }
.content { line-height: 1.75; }
.content a { color: var(--accent); text-decoration: underline; }
.content table { width: 100%; border-collapse: collapse; overflow-x: auto; }
.content td, .content th { border: 1px solid var(--line); padding: 10px; }
.content hr { border: 0; border-top: 1px solid #bdbdbd; margin: 18px 0; }
.content p, .content div { margin-top: 0; }
.content br + br { display: none; }
.product-detail__grid { display: grid; grid-template-columns: minmax(0, 1fr) 460px; gap: 46px; align-items: start; }
.gallery__main { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: #fff; border-radius: var(--radius); border: 1px solid var(--line); }
.gallery__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 12px; }
.gallery__thumbs img { aspect-ratio: 1 / 1; width: 100%; object-fit: contain; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.product-info { position: sticky; top: 115px; }
.spec-list { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 24px 0; }
.spec-list div { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 12px 0; border-top: 1px solid var(--line); }
.spec-list div:first-child { border-top: 0; }
.spec-list dt { color: var(--muted); font-weight: 700; }
.spec-list dd { margin: 0; }
.product-actions { margin: 20px 0; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chips a { background: #f1f1f1; border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; font-size: 13px; font-weight: 700; }
.big-search { display: flex; gap: 12px; margin-top: 20px; }
.big-search input { flex: 1; border: 1px solid var(--line); border-radius: 999px; padding: 14px 18px; font-size: 16px; }

/* Forms/contact */
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 28px; align-items: start; }
.contact-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); background: #fff; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-form label, .full-field { display: grid; gap: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; color: #555; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; background: #fff; color: #111; font-size: 16px; text-transform: none; letter-spacing: 0; font-weight: 600; }
.full-field { margin: 18px 0; }
.notice { grid-column: 1 / -1; padding: 18px 20px; border: 1px solid #ddd; border-radius: 16px; background: #fff; font-weight: 700; margin-bottom: 18px; }
.notice--error { border-color: #e11925; color: #a40f18; background: #fff5f5; }
.notice--success { border-color: #8ed79d; color: #087126; background: #effaf1; }
.notice span { display: block; margin-top: 6px; }
.product-enquiry-summary { border: 1px solid var(--line); border-radius: 16px; padding: 18px; background: #fafafa; margin-bottom: 18px; }
.product-enquiry-summary span { display: block; color: var(--accent); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 900; }
.product-enquiry-summary strong { display: block; margin: 6px 0; font-size: 20px; }
.product-enquiry-summary a { color: var(--accent); font-weight: 800; }

/* Footer and sticky button */
.site-footer { background: #111; color: #fff; padding: 52px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 28px; }
.site-footer p, .site-footer li { color: #d7d7d7; }
.site-footer ul { padding: 0; margin: 0; list-style: none; display: grid; gap: 9px; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { border-top: 1px solid #333; margin-top: 28px; padding-top: 18px; display: flex; justify-content: space-between; color: #aaa; font-size: 13px; }
code { background: #f1f1f1; padding: 2px 5px; border-radius: 5px; }
.sticky-image-button { position: fixed; right: 22px; bottom: 22px; z-index: 1200; width: clamp(64px, 8vw, 104px); height: clamp(64px, 8vw, 104px); border-radius: 50%; background: #fff; box-shadow: 0 18px 42px rgba(0,0,0,.25); display: grid; place-items: center; overflow: hidden; border: 2px solid rgba(255,255,255,.85); transition: transform .18s ease, box-shadow .18s ease; }
.sticky-image-button:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 24px 55px rgba(0,0,0,.30); }
.sticky-image-button img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 1180px) {
  .header-grid { grid-template-columns: minmax(140px, 220px) 1fr 44px; gap: 18px; }
  .menu-toggle { display: grid; justify-self: end; }
  .main-nav { display: none; grid-column: 1 / -1; order: 4; flex-direction: column; align-items: stretch; justify-content: flex-start; border-top: 1px solid var(--line); padding-top: 12px; }
  .main-nav.is-open { display: flex; }
  .nav-link { justify-content: space-between; width: 100%; padding: 14px 0; }
  .dropdown-menu { position: static; transform: none; width: 100%; opacity: 1; visibility: visible; pointer-events: auto; display: none; box-shadow: none; border-radius: 14px; margin: 0 0 10px; padding: 8px 0; }
  .nav-item.is-open .dropdown-menu { display: block; }
  .dropdown-menu a { padding: 12px 18px; font-size: 17px; }
  .search-form { grid-column: 1 / -1; order: 5; justify-self: stretch; }
}
@media (max-width: 960px) {
  .product-detail__grid, .contact-layout { grid-template-columns: 1fr; }
  .product-info { position: static; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-grid, .category-grid--small { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .container, .narrow { width: min(100% - 28px, 1320px); }
  .header-grid { min-height: 76px; grid-template-columns: 1fr 44px; }
  .brand__logo { max-width: 190px; max-height: 54px; }
  .landing-hero { min-height: 520px; background-image: var(--hero-mobile); background-position: center; }
  .landing-hero__shade { background: linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.22) 48%, rgba(255,255,255,.82) 100%); }
  .landing-hero__inner { padding: 48px 0; align-self: start; }
  .landing-hero h1 { font-size: clamp(48px, 15vw, 82px); max-width: 440px; }
  .section { padding: 48px 0; }
  .section__heading, .footer-bottom, .big-search { align-items: stretch; flex-direction: column; }
  .category-card { grid-template-columns: 150px 1fr; min-height: 150px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card__image { aspect-ratio: 4 / 3; }
  .footer-grid, .form-grid { grid-template-columns: 1fr; }
  h1 { font-size: 40px; }
  h2 { font-size: 34px; }
}
@media (max-width: 480px) {
  .category-card { grid-template-columns: 1fr; }
  .category-card img { height: 190px; }
  .search-form button { padding: 0 16px; }
  .sticky-image-button { right: 14px; bottom: 14px; }
}

/* Stage 3B front-end landing/header refinement */
:root {
  --font-menu: Impact, Haettenschweiler, "Arial Narrow", "DIN Condensed", sans-serif;
  --font-hero: "Avenir Next Condensed", "Avenir Next", Impact, Haettenschweiler, "Arial Narrow", sans-serif;
}
.utility-bar,
.benefit-bar { display: none !important; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 2000;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid rgba(0,0,0,.08);
  transition: background .22s ease, box-shadow .22s ease, border-color .22s ease, backdrop-filter .22s ease;
}
.site-header--hero {
  position: fixed;
  left: 0;
  right: 0;
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}
.site-header--hero.is-scrolled {
  background: rgba(255,255,255,.96);
  border-bottom-color: rgba(0,0,0,.08);
  box-shadow: 0 10px 35px rgba(0,0,0,.08);
  backdrop-filter: blur(12px);
}
.primary-header { background: transparent; }
.header-grid,
.header-grid--landing {
  min-height: 92px;
  padding: 16px 0;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 24px;
}
.brand--center { justify-self: center; align-self: start; }
.brand__logo,
.brand__logo--full {
  width: auto;
  height: clamp(66px, 6vw, 96px);
  max-height: none;
  max-width: 115px;
  object-fit: contain;
  filter: drop-shadow(0 2px 10px rgba(255,255,255,.35));
}
.main-nav {
  justify-content: flex-start;
  gap: 28px;
  font-family: var(--font-menu);
  font-size: clamp(20px, 1.25vw, 26px);
  font-weight: 900;
  letter-spacing: .018em;
  text-transform: none;
}
.nav-link {
  color: #0b0b0c;
  padding: 16px 0;
  gap: 8px;
  text-shadow: 0 1px 8px rgba(255,255,255,.32);
}
.nav-link.active,
.nav-link:hover,
.nav-item:hover > .nav-link { color: #0b0b0c; opacity: .72; }
.nav-caret { font-family: Arial, sans-serif; font-size: .8em; line-height: 1; transform: translateY(1px); }
.dropdown-menu {
  top: calc(100% + 4px);
  left: 0;
  transform: translateY(10px);
  width: min(330px, 90vw);
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
  padding: 12px 0;
}
.nav-item:hover > .dropdown-menu,
.nav-item:focus-within > .dropdown-menu { transform: translateY(0); }
.dropdown-menu a {
  font-family: var(--font-menu);
  font-size: 19px;
  font-weight: 500;
  padding: 12px 24px;
  color: #111;
}
.dropdown-menu a:hover { color: #000; background: rgba(0,0,0,.06); }
.header-actions { justify-self: end; display: inline-flex; align-items: center; gap: 24px; }
.header-icon { width: 28px; height: 28px; display: inline-grid; place-items: center; color: #070707; position: relative; }
.header-icon--search span,
.header-icon--contact span { display:block; width: 23px; height: 23px; position: relative; }
.header-icon--search span::before { content:""; position:absolute; width: 14px; height:14px; border:3px solid currentColor; border-radius:50%; left:0; top:0; }
.header-icon--search span::after { content:""; position:absolute; width:11px; height:3px; background: currentColor; transform: rotate(45deg); right:1px; bottom:2px; border-radius:5px; }
.header-icon--contact span::before { content:""; position:absolute; width: 10px; height:10px; border:3px solid currentColor; border-radius:50%; left:5px; top:0; }
.header-icon--contact span::after { content:""; position:absolute; width: 18px; height:10px; border:3px solid currentColor; border-bottom:0; border-radius: 16px 16px 0 0; left:1px; bottom:0; }
.search-form { display: none !important; }

.landing-hero {
  min-height: clamp(560px, 73vh, 820px);
  background-image: var(--hero-desktop);
  background-size: cover;
  background-position: center center;
  align-items: end;
}
.landing-hero__shade { background: linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.08) 45%, rgba(0,0,0,.36) 100%); }
.landing-hero__inner { padding: 0 0 clamp(52px, 7vw, 96px); }
.landing-hero h1 {
  color: #fff;
  font-family: var(--font-hero);
  font-size: clamp(38px, 5.3vw, 74px);
  line-height: .98;
  letter-spacing: .012em;
  font-weight: 900;
  max-width: min(1180px, 95vw);
  width: auto;
  text-shadow: 0 4px 22px rgba(0,0,0,.38);
}
.landing-hero__eyebrow,
.landing-hero__text { color: #fff; text-shadow: 0 3px 14px rgba(0,0,0,.35); }
.section .eyebrow { font-family: var(--font-menu); color: #111; letter-spacing: .04em; }
.section__heading h2 { font-family: var(--font-menu); letter-spacing: .02em; text-align: center; width: 100%; }

.sticky-image-button {
  right: 22px;
  bottom: 22px;
  width: clamp(116px, 12vw, 176px);
  height: auto;
  aspect-ratio: 3.6 / 1;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: 0 14px 34px rgba(0,0,0,.20);
  overflow: visible;
}
.sticky-image-button img { width: 100%; height: auto; object-fit: contain; }
.sticky-image-button:hover { transform: translateY(-3px); }

@media (max-width: 1180px) {
  .header-grid,
  .header-grid--landing { grid-template-columns: 46px 1fr auto; min-height: 78px; gap: 16px; }
  .menu-toggle { display: grid; justify-self: start; background: rgba(255,255,255,.92); }
  .brand--center { justify-self: center; }
  .brand__logo, .brand__logo--full { height: 68px; max-width: 82px; }
  .header-actions { gap: 16px; }
  .main-nav {
    display: none;
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% - 8px);
    background: rgba(255,255,255,.98);
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(0,0,0,.18);
    padding: 14px 20px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    font-size: 22px;
  }
  .main-nav.is-open { display: flex; }
  .nav-link { justify-content: space-between; width: 100%; padding: 12px 0; }
  .dropdown-menu { position: static; transform: none; width: 100%; opacity: 1; visibility: visible; pointer-events: auto; display: none; box-shadow: none; border-radius: 12px; margin: 0 0 8px; background: #f7f7f7; padding: 8px 0; }
  .nav-item.is-open .dropdown-menu { display: block; }
}
@media (max-width: 760px) {
  .landing-hero { min-height: 560px; background-image: var(--hero-mobile); background-position: center center; }
  .landing-hero__inner { padding-bottom: 42px; }
  .landing-hero h1 { font-size: clamp(34px, 10vw, 54px); max-width: 92vw; }
  .brand__logo, .brand__logo--full { height: 58px; max-width: 72px; }
  .header-icon { width: 24px; height: 24px; }
}

/* Stage 3C front-end refinement: lighter fonts, correct hero, rounded sticky contact */
:root {
  --font-menu: "Arial Narrow", "Avenir Next Condensed", "Helvetica Neue Condensed", "Roboto Condensed", "DIN Condensed", Arial, sans-serif;
  --font-hero: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

.site-header--hero {
  background: transparent;
  border-bottom: 0;
}
.site-header--hero.is-scrolled {
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 12px 34px rgba(0,0,0,.09);
}
.header-grid,
.header-grid--landing {
  min-height: 88px;
  padding: 12px 0;
}
.brand__logo,
.brand__logo--full {
  height: clamp(68px, 5.3vw, 88px);
  max-width: 110px;
}
.main-nav {
  gap: clamp(22px, 2.1vw, 44px);
  font-family: var(--font-menu);
  font-size: clamp(18px, 1.05vw, 23px);
  font-weight: 760;
  letter-spacing: .01em;
  text-transform: none;
}
.nav-link {
  color: #070707;
  padding: 18px 0;
  text-shadow: 0 1px 10px rgba(255,255,255,.48);
}
.nav-link.active,
.nav-link:hover,
.nav-item:hover > .nav-link {
  color: #070707;
  opacity: .82;
}
.nav-caret {
  color: #343434;
  font-size: .72em;
  transform: translateY(1px);
}
.dropdown-menu {
  border-radius: 14px;
  background: rgba(255,255,255,.96);
}
.dropdown-menu a {
  font-family: var(--font-menu);
  font-size: 18px;
  font-weight: 650;
}

.header-icon { color: #050505; opacity: .96; }
.header-icon:hover { opacity: .66; }

.landing-hero {
  min-height: clamp(590px, 76vh, 860px);
  background-image: var(--hero-desktop);
  background-size: cover;
  background-position: center center;
  align-items: end;
}
.landing-hero__shade {
  background: linear-gradient(180deg, rgba(0,0,0,.02) 0%, rgba(0,0,0,.07) 52%, rgba(0,0,0,.34) 100%);
}
.landing-hero__inner {
  padding-bottom: clamp(42px, 6vw, 78px);
}
.landing-hero h1 {
  color: #fff;
  font-family: var(--font-hero);
  font-weight: 800;
  font-size: clamp(42px, 4.65vw, 74px);
  line-height: 1.02;
  letter-spacing: .008em;
  max-width: min(1160px, 94vw);
  text-shadow: 0 4px 22px rgba(0,0,0,.42);
}
.section__heading h2,
.section .eyebrow {
  font-family: var(--font-menu);
  font-weight: 780;
}

.sticky-image-button {
  right: 24px;
  bottom: 24px;
  width: clamp(142px, 10.5vw, 190px);
  height: auto;
  aspect-ratio: 210 / 58;
  border-radius: 14px;
  overflow: hidden;
  background: #050505;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 16px 38px rgba(0,0,0,.24);
}
.sticky-image-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.sticky-image-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(0,0,0,.30);
}

@media (max-width: 1180px) {
  .main-nav { font-size: 21px; }
  .brand__logo,
  .brand__logo--full { height: 68px; max-width: 84px; }
}
@media (max-width: 760px) {
  .landing-hero {
    min-height: 560px;
    background-image: var(--hero-mobile);
    background-position: center center;
  }
  .landing-hero__shade { background: linear-gradient(180deg, rgba(0,0,0,.05) 0%, rgba(0,0,0,.14) 48%, rgba(0,0,0,.42) 100%); }
  .landing-hero h1 { font-size: clamp(34px, 9.8vw, 52px); line-height: 1.05; }
  .sticky-image-button { right: 14px; bottom: 14px; width: 136px; border-radius: 12px; }
}


/* Stage 3D: match live Maido hero/menu proportions and correct hero image */
.site-header--hero {
  background: transparent;
}
.header-grid,
.header-grid--landing {
  min-height: 82px;
  padding: 10px 0;
}
.brand__logo,
.brand__logo--full {
  height: clamp(62px, 4.6vw, 82px);
  max-width: 104px;
}
.main-nav {
  font-size: clamp(17px, .98vw, 21px);
  font-weight: 700;
  letter-spacing: .005em;
  gap: clamp(20px, 2vw, 42px);
}
.nav-link {
  font-weight: 700;
  color: #050505;
  text-shadow: 0 1px 8px rgba(255,255,255,.40);
}
.nav-caret { font-size: .68em; opacity: .78; }
.header-actions { gap: 22px; }
.header-icon { transform: scale(.94); }

.landing-hero {
  min-height: clamp(570px, 74vh, 820px);
  background-image: var(--hero-desktop);
  background-size: cover;
  background-position: center center;
}
.landing-hero h1 {
  font-family: var(--font-hero);
  font-size: clamp(38px, 4.05vw, 64px);
  line-height: 1.02;
  letter-spacing: .012em;
  font-weight: 800;
  max-width: min(1120px, 94vw);
  text-shadow: 0 4px 18px rgba(0,0,0,.40);
}
.landing-hero__inner {
  padding-bottom: clamp(46px, 5.6vw, 74px);
}

.sticky-image-button {
  border-radius: 18px;
  overflow: hidden;
  background: #050505;
  box-shadow: 0 14px 32px rgba(0,0,0,.22);
}
.sticky-image-button img { border-radius: inherit; }

@media (max-width: 760px) {
  .header-grid,
  .header-grid--landing { min-height: 74px; }
  .brand__logo,
  .brand__logo--full { height: 56px; max-width: 70px; }
  .landing-hero { min-height: 540px; }
  .landing-hero h1 { font-size: clamp(32px, 9.3vw, 48px); }
}


/* Maido Stage 5F: bright green product prices and blue view-product buttons. */
html body .product-card .price,
html body .product-card__body .price,
html body .maido-popular-mods__price,
html body .maido-stage4k-card__price,
html body .maido-stage4l-card .maido-stage4k-card__price {
  color: #16d94f !important;
  text-align: center !important;
  width: 100% !important;
  display: block !important;
  font-weight: 950 !important;
}

html body .product-card__body,
html body .maido-popular-mods__body,
html body .maido-stage4k-card__body {
  text-align: center !important;
}

html body .product-card .btn,
html body .product-card .btn--small,
html body .product-card__body .btn,
html body .maido-stage4l-view-more,
html body .maido-stage4l-view-more--popular {
  background: #0969da !important;
  color: #fff !important;
  border-color: #0969da !important;
  box-shadow: none !important;
}

html body .product-card .btn:hover,
html body .product-card .btn--small:hover,
html body .product-card__body .btn:hover,
html body .maido-stage4l-view-more:hover,
html body .maido-stage4l-view-more--popular:hover {
  background: #0756b5 !important;
  border-color: #0756b5 !important;
  color: #fff !important;
}
