:root {
  --ink: #172026;
  --muted: #5c676d;
  --paper: #f6f7f5;
  --panel: #ffffff;
  --line: #e1e7e3;
  --deep: #122126;
  --teal: #0d766f;
  --blue: #315a71;
  --rust: #a8462d;
  --gold: #d59124;
  --green-soft: #e8f2ee;
  --shadow: 0 18px 38px rgba(18, 33, 38, 0.09);
  --shadow-soft: 0 8px 20px rgba(18, 33, 38, 0.045);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 84px;
}

body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(243, 245, 242, 0.94);
  border-bottom: 1px solid rgba(18, 33, 38, 0.08);
  backdrop-filter: blur(18px);
  max-width: 100vw;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.brand-avatar {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
  box-shadow: 0 8px 18px rgba(18, 33, 38, 0.14);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.brand strong {
  font-size: 15px;
}

.brand small {
  max-width: 230px;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.main-nav a:hover {
  color: var(--teal);
}

.header-quick-whatsapp {
  display: none;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--teal);
  box-shadow: 0 10px 22px rgba(13, 118, 111, 0.18);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.language-control {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 0 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
}

.language-control span {
  color: var(--muted);
  font-size: 12px;
}

.language-control select {
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-weight: 850;
}

.nav-quote {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  color: #fff !important;
  background: var(--teal);
  box-shadow: 0 10px 22px rgba(13, 118, 111, 0.2);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: var(--deep);
}

.hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 20, 24, 0.95) 0%, rgba(12, 20, 24, 0.82) 35%, rgba(12, 20, 24, 0.34) 74%),
    linear-gradient(0deg, rgba(18, 33, 38, 0.52), rgba(18, 33, 38, 0.04));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  max-width: calc(100vw - 36px);
  margin: 0 auto;
  padding: 104px 0 72px;
  color: #fff;
}

.hero-main {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: 66px;
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h2 {
  margin-bottom: 14px;
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h3 {
  margin-bottom: 9px;
  font-size: 20px;
  line-height: 1.15;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.profile-card,
.contact-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.profile-card {
  max-width: 560px;
  margin-bottom: 18px;
  padding: 12px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.profile-card img,
.contact-card img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
}

.profile-card strong,
.profile-card span,
.profile-card a,
.contact-card strong,
.contact-card span,
.contact-card a {
  display: block;
}

.profile-card strong,
.contact-card strong {
  font-size: 16px;
  line-height: 1.2;
}

.profile-card span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 750;
}

.profile-card a {
  margin-top: 5px;
  color: #f0c16b;
  font-size: 13px;
  font-weight: 850;
}

.social-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}

.hero .profile-card .social-chip-row {
  display: none;
}

.profile-card .social-chip-row a,
.contact-card .social-chip-row a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 7px 9px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1;
}

.profile-card .social-chip-row a {
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.profile-card .direct-link {
  display: inline-flex;
  margin-top: 9px;
}

.contact-card .social-chip-row a {
  border: 1px solid rgba(13, 118, 111, 0.18);
  color: var(--teal);
  background: var(--green-soft);
}

.hero-contact-card {
  display: grid;
  gap: 16px;
  align-self: center;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08)),
    rgba(15, 25, 29, 0.78);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.contact-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(27, 186, 168, 0.28);
  border-radius: 8px;
  color: #a9f3e9;
  background: rgba(13, 118, 111, 0.2);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-contact-card > img {
  width: 76px;
  height: 76px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
}

.hero-contact-card h2 {
  margin: 0;
  font-size: 29px;
  line-height: 1.06;
}

.hero-contact-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}

.button.whatsapp-strong {
  width: 100%;
  min-height: 56px;
  color: #fff;
  background: #128c7e;
  box-shadow: 0 14px 28px rgba(18, 140, 126, 0.26);
}

.button.whatsapp-strong:hover {
  background: #0d766f;
}

.button.quick-check-button {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #d8fff8;
  background: rgba(255, 255, 255, 0.08);
}

.button.quick-check-button:hover {
  background: rgba(255, 255, 255, 0.13);
}

.contact-mini-list {
  display: grid;
  gap: 9px;
}

.contact-mini-list span {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.button,
.search-row button,
.submit-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 850;
}

.button {
  padding: 0 18px;
}

.button.primary {
  color: #fff;
  background: var(--teal);
  box-shadow: 0 12px 24px rgba(13, 118, 111, 0.22);
}

.button.ghost-light {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.button:hover,
.search-row button:hover,
.submit-button:hover {
  transform: translateY(-1px);
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.promise-bar {
  display: flex;
  max-width: 840px;
  min-width: 0;
  flex-wrap: wrap;
  gap: 10px;
}

.promise-bar span {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 1.05fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: 70px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(18, 33, 38, 0.08);
  background: #fff;
}

.intro-band p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
}

.founder-video-section {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(260px, 380px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: var(--paper);
}

.video-copy {
  max-width: 620px;
}

.video-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
}

.video-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.video-card {
  position: relative;
  display: grid;
  width: min(360px, 100%);
  aspect-ratio: 9 / 16;
  justify-self: center;
  overflow: hidden;
  border: 1px solid rgba(18, 33, 38, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(18, 33, 38, 0.92), rgba(13, 118, 111, 0.76)),
    var(--deep);
  box-shadow: 0 20px 42px rgba(18, 33, 38, 0.16);
}

.video-card::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 2;
  width: 54px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  transform: translateX(-50%);
}

.video-card.has-video::before {
  background: rgba(255, 255, 255, 0.2);
}

.video-card iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-placeholder {
  display: grid;
  min-height: 100%;
  align-content: center;
  justify-items: start;
  gap: 12px;
  padding: 34px 24px 28px;
  color: #fff;
}

.video-placeholder img {
  width: 66px;
  height: 66px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
}

.video-placeholder svg {
  width: 48px;
  height: 48px;
  color: #a9f3e9;
}

.video-placeholder strong {
  max-width: 280px;
  font-size: 26px;
  line-height: 1.08;
}

.video-placeholder span {
  max-width: 280px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
}

.video-checklist {
  display: grid;
  gap: 8px;
  max-width: 280px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.video-checklist li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.video-checklist li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a9f3e9;
  transform: translateY(-50%);
}

.factory-objection-section {
  background:
    linear-gradient(180deg, #fff 0%, var(--paper) 100%);
}

.factory-objection-hero {
  display: grid;
  max-width: 980px;
  gap: 12px;
  margin-bottom: 28px;
}

.factory-objection-hero h2 {
  max-width: 940px;
}

.factory-objection-hero p:not(.eyebrow) {
  max-width: 840px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.factory-compare-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 16px;
}

.factory-compare-grid article {
  display: grid;
  min-height: 286px;
  align-content: start;
  gap: 12px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.factory-compare-grid span {
  color: var(--rust);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.factory-compare-grid h3 {
  max-width: 640px;
  margin: 0;
  font-size: 32px;
  line-height: 1.08;
}

.factory-compare-grid p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.factory-card-highlight {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(18, 33, 38, 0.98), rgba(13, 118, 111, 0.88)),
    var(--deep) !important;
}

.factory-card-highlight span {
  color: #a9f3e9;
}

.factory-card-highlight p {
  color: rgba(255, 255, 255, 0.78);
}

.factory-value-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.factory-value-strip span {
  display: grid;
  min-height: 116px;
  align-content: start;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(13, 118, 111, 0.18);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font-size: 14px;
  line-height: 1.25;
}

.factory-value-strip svg {
  width: 26px;
  height: 26px;
  color: var(--teal);
}

.factory-bottom-panel {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 16px;
  padding: 22px 24px;
  border: 1px solid rgba(122, 82, 52, 0.2);
  border-radius: 8px;
  background: #fff;
}

.factory-bottom-panel p {
  max-width: 980px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 750;
}

.section,
.quote-section {
  padding: 78px clamp(18px, 5vw, 72px);
}

.credibility-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid rgba(18, 33, 38, 0.08);
  border-bottom: 1px solid rgba(18, 33, 38, 0.08);
  background: var(--line);
}

.credibility-strip article {
  display: grid;
  min-height: 136px;
  align-content: start;
  gap: 8px;
  padding: 24px clamp(18px, 3vw, 34px);
  background: #fff;
}

.credibility-strip svg {
  width: 24px;
  height: 24px;
  color: var(--teal);
}

.credibility-strip strong {
  font-size: 16px;
  line-height: 1.15;
}

.credibility-strip span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.market-section {
  background: var(--paper);
}

.pain-section {
  background: #fff;
}

.social-proof-section {
  background: var(--paper);
}

.social-link-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.social-link-rail a {
  display: grid;
  min-height: 104px;
  align-content: start;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.social-link-rail a:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 118, 111, 0.26);
}

.social-link-rail svg,
.social-next-step svg,
.expertise-grid svg {
  width: 28px;
  height: 28px;
  color: var(--teal);
}

.social-link-rail span {
  color: var(--rust);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.social-link-rail strong {
  font-size: 18px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.expertise-grid p,
.expertise-note span {
  color: var(--muted);
}

.social-next-step {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding: 18px;
  border: 1px solid rgba(13, 118, 111, 0.18);
  border-radius: 8px;
  background: #fff;
}

.social-next-step > div {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: center;
  color: var(--muted);
  font-weight: 750;
}

.market-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.market-grid article {
  min-height: 286px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.market-grid svg {
  width: 28px;
  height: 28px;
  margin-bottom: 22px;
  color: var(--teal);
}

.market-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--rust);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.market-grid p {
  color: var(--muted);
}

.request-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.35fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  padding: 24px;
  border-radius: 8px;
  color: #fff;
  background: var(--deep);
}

.request-panel h2 {
  margin: 0;
  font-size: 34px;
}

.request-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.request-steps span {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 9px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-head.wide {
  max-width: 980px;
}

.section-head p:not(.eyebrow),
.match-copy p,
.quote-copy p {
  color: var(--muted);
  font-size: 17px;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pain-grid article,
.quality-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.pain-grid article {
  min-height: 204px;
  padding: 24px;
}

.pain-grid svg {
  width: 28px;
  height: 28px;
  margin-bottom: 20px;
  color: var(--teal);
}

.pain-grid p,
.quality-grid p,
.category-body p,
.faq-list p {
  color: var(--muted);
}

.pain-solution-panel {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: 26px;
  border: 1px solid rgba(13, 118, 111, 0.2);
  border-radius: 8px;
  background: var(--green-soft);
}

.multi-sku-panel {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(280px, 0.85fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 18px;
  padding: 26px;
  border: 1px solid rgba(18, 33, 38, 0.1);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(18, 33, 38, 0.98), rgba(49, 90, 113, 0.92)),
    var(--deep);
}

.multi-sku-panel h3 {
  max-width: 850px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.08;
}

.multi-sku-panel p:not(.eyebrow) {
  max-width: 900px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.multi-sku-points {
  display: grid;
  gap: 10px;
}

.multi-sku-points span {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
}

.multi-sku-points svg {
  width: 22px;
  height: 22px;
  color: #a9f3e9;
}

.pain-solution-panel h3 {
  max-width: 760px;
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 1.08;
}

.pain-solution-panel p:not(.eyebrow) {
  max-width: 860px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.expertise-section {
  background: var(--paper);
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.expertise-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.expertise-grid svg {
  margin-bottom: 18px;
}

.expertise-grid h3 {
  margin-bottom: 8px;
}

.expertise-note {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(260px, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 24px;
  border: 1px solid rgba(49, 90, 113, 0.18);
  border-radius: 8px;
  background: #fff;
}

.expertise-note strong {
  font-size: 22px;
  line-height: 1.15;
}

.supply-section {
  background: #fff;
}

.catalog-search {
  display: grid;
  max-width: 820px;
  gap: 10px;
  margin-bottom: 20px;
}

.catalog-search label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.search-row {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 8px 8px 8px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8faf8;
}

.search-row input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  text-overflow: ellipsis;
}

.search-row button,
.submit-button {
  padding: 0 18px;
  color: #fff;
  background: var(--rust);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 12px;
}

.filter {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
}

.filter.active,
.filter:hover {
  border-color: var(--teal);
  color: #fff;
  background: var(--teal);
}

.result-count {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.category-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.category-card:hover,
.market-grid article:hover {
  border-color: rgba(13, 118, 111, 0.38);
  box-shadow: 0 12px 26px rgba(18, 33, 38, 0.08);
  transform: translateY(-2px);
}

.category-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #edf0ee;
}

.category-body {
  display: flex;
  min-height: 260px;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.category-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.category-body h3 {
  min-height: 48px;
}

.part-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
}

.part-tags span {
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #f8faf8;
  font-size: 12px;
  font-weight: 750;
}

.category-toggle-row {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.category-toggle[hidden] {
  display: none;
}

.catalogue-panel {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  padding: 26px;
  border: 1px solid rgba(18, 33, 38, 0.1);
  border-radius: 8px;
  background: #f8faf8;
}

.catalogue-panel-head {
  max-width: 920px;
}

.catalogue-panel h3 {
  max-width: 820px;
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.08;
}

.catalogue-panel p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.catalogue-details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.catalogue-details summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.catalogue-details summary::-webkit-details-marker {
  display: none;
}

.catalogue-details[open] summary {
  border-bottom: 1px solid var(--line);
}

.catalogue-details[open] summary svg {
  transform: rotate(180deg);
}

.catalogue-table {
  display: grid;
}

.catalogue-row {
  display: grid;
  min-height: 48px;
  grid-template-columns: minmax(180px, 1.05fr) minmax(150px, 0.75fr) minmax(220px, 1.2fr);
  align-items: center;
  gap: 14px;
  padding: 11px 18px;
  border-bottom: 1px solid rgba(18, 33, 38, 0.08);
  color: var(--muted);
  font-size: 14px;
}

.catalogue-row:last-child {
  border-bottom: 0;
}

.catalogue-row span:first-child {
  color: var(--ink);
  font-weight: 900;
}

.catalogue-row-head {
  min-height: 42px;
  color: var(--ink);
  background: rgba(13, 118, 111, 0.06);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.catalogue-row-head span:first-child {
  color: var(--ink);
}

.catalogue-cta {
  justify-self: start;
}

.catalogue-download-panel {
  display: grid;
  gap: 18px;
  margin-top: 22px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.catalogue-download-panel h3 {
  max-width: 840px;
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.08;
}

.catalogue-download-panel p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.catalogue-scope-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 960px;
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(13, 118, 111, 0.18);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(13, 118, 111, 0.06);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.catalogue-scope-note svg {
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--teal);
}

.catalogue-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.catalogue-proof-strip article {
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8faf8;
}

.catalogue-proof-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
}

.catalogue-proof-strip span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.catalogue-download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.catalogue-download-details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.catalogue-download-details summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.catalogue-download-details summary::-webkit-details-marker {
  display: none;
}

.catalogue-download-details[open] summary {
  border-bottom: 1px solid var(--line);
}

.catalogue-download-details[open] summary svg {
  transform: rotate(180deg);
}

.catalogue-download-details:not([open]) .catalogue-download-tools,
.catalogue-download-details:not([open]) .catalogue-download-grid {
  display: none;
}

.catalogue-download-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px 18px 0;
}

.catalogue-download-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 18px;
}

.download-card {
  display: grid;
  min-height: 98px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8faf8;
}

.download-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 15px;
}

.download-card span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.download-card a {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(13, 118, 111, 0.28);
  border-radius: 8px;
  color: var(--teal);
  background: #fff;
}

.download-card a:hover {
  color: #fff;
  background: var(--teal);
}

.match-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.match-copy {
  max-width: 760px;
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.quality-grid article {
  min-height: 250px;
  padding: 24px;
}

.quality-grid h3,
.catalogue-panel h3,
.catalogue-download-panel h3,
.download-card strong {
  overflow-wrap: anywhere;
}

.quality-grid span {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--teal);
  background: var(--green-soft);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.quote-copy img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.seo-section {
  background: #fff;
}

.seo-focus-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.seo-focus-strip span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(13, 118, 111, 0.18);
  border-radius: 8px;
  color: var(--teal);
  background: var(--green-soft);
  font-size: 13px;
  font-weight: 850;
}

.seo-market-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.seo-market-copy article {
  min-height: 180px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.seo-market-copy p {
  color: var(--muted);
}

.faq-section {
  background: #fff;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.faq-list summary {
  min-height: 58px;
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 850;
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
}

.quote-section {
  background: var(--paper);
}

.quote-copy img {
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-card {
  margin-top: 24px;
  padding: 14px;
  border-color: var(--line);
  background: #fff;
  box-shadow: none;
}

.contact-card span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.contact-card a {
  margin-top: 6px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 850;
}

.contact-card .direct-link {
  display: inline-flex;
}

.quote-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.qualification-intro {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(13, 118, 111, 0.18);
  border-radius: 8px;
  background: rgba(13, 118, 111, 0.06);
}

.qualification-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--teal);
}

.qualification-intro strong {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.2;
}

.qualification-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.qualification-form .field-row {
  grid-template-columns: 1fr;
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: 0;
  background: #fbfcfb;
  color: var(--ink);
}

.quote-form input,
.quote-form select {
  height: 48px;
  padding: 0 14px;
}

.quote-form select {
  appearance: none;
  padding-right: 40px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%),
    linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 20px,
    calc(100% - 12px) 20px;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  cursor: pointer;
}

.quote-form textarea {
  resize: vertical;
  padding: 13px 14px;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(13, 118, 111, 0.16);
}

.submit-button {
  width: 100%;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
  gap: 28px;
  padding: 54px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.76);
  background: var(--deep);
}

.footer-brand {
  color: #fff;
}

.footer-brand small {
  color: rgba(255, 255, 255, 0.68);
}

.site-footer p {
  max-width: 560px;
  margin: 16px 0 0;
}

.site-footer strong,
.site-footer a {
  display: block;
}

.site-footer strong {
  margin-bottom: 12px;
  color: #fff;
}

.site-footer a {
  margin-bottom: 8px;
}

.site-footer a:hover {
  color: #f0b462;
}

.footer-social {
  display: inline-flex !important;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.whatsapp-social {
  border-color: rgba(13, 118, 111, 0.55);
  background: rgba(13, 118, 111, 0.22);
}

.floating-whatsapp {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 30;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: #128c7e;
  box-shadow: 0 16px 36px rgba(18, 33, 38, 0.24);
  font-weight: 850;
}

.floating-whatsapp:hover {
  background: #0d766f;
}

.legal {
  grid-column: 1 / -1;
  margin-top: 10px !important;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 12px;
}

.not-found-page {
  min-height: 100vh;
  padding: clamp(20px, 4vw, 44px);
  color: var(--ink);
  background:
    linear-gradient(120deg, rgba(18, 33, 38, 0.92), rgba(13, 118, 111, 0.82)),
    url("assets/supply-chain-desk.jpg") center / cover;
}

.not-found-shell {
  display: grid;
  min-height: calc(100vh - clamp(40px, 8vw, 88px));
  align-content: center;
  gap: 28px;
}

.not-found-shell .brand {
  width: fit-content;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.not-found-panel {
  display: grid;
  max-width: 720px;
  gap: 18px;
  padding: clamp(24px, 5vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background: rgba(12, 20, 24, 0.72);
}

.not-found-panel h1 {
  margin: 0;
  font-size: clamp(34px, 6vw, 64px);
}

.not-found-panel p:not(.eyebrow) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.1;
}

@media (max-width: 1320px) {
  .match-section {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .match-copy {
    max-width: 760px;
  }

  .quality-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1120px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 40px;
  }

  .main-nav {
    gap: 10px;
    font-size: 12.5px;
  }

  .nav-quote {
    padding: 0 12px;
  }

  .hero-content {
    grid-template-columns: 1fr;
  }

  .founder-video-section {
    grid-template-columns: 1fr;
  }

  .factory-compare-grid,
  .factory-bottom-panel {
    grid-template-columns: 1fr;
  }

  .factory-value-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-contact-card {
    max-width: 620px;
  }

  .pain-grid,
  .category-grid,
  .market-grid,
  .expertise-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .social-link-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-market-copy {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .credibility-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .request-panel {
    grid-template-columns: 1fr;
  }

  .pain-solution-panel {
    grid-template-columns: 1fr;
  }

  .multi-sku-panel {
    grid-template-columns: 1fr;
  }

  .expertise-note {
    grid-template-columns: 1fr;
  }

  .quality-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  h1 {
    font-size: 48px;
  }

  .site-header {
    align-items: center;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }

  .brand {
    flex: 1 1 auto;
  }

  .header-quick-whatsapp {
    display: inline-flex;
  }

  .menu-toggle {
    display: grid;
    flex: 0 0 auto;
  }

  .main-nav {
    position: absolute;
    top: 72px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
    max-width: calc(100vw - 36px);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    min-height: 44px;
    padding: 0 12px;
  }

  .nav-quote {
    margin-top: 6px;
    justify-content: center;
  }

  .hero {
    min-height: auto;
  }

  .hero > img {
    object-position: 60% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(12, 20, 24, 0.96), rgba(12, 20, 24, 0.58));
  }

  .hero-content {
    padding-top: 92px;
    padding-bottom: 70px;
  }

  .hero-contact-card {
    max-width: 520px;
  }

  .intro-band,
  .founder-video-section,
  .factory-compare-grid,
  .factory-bottom-panel,
  .match-section,
  .quote-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .pain-grid,
  .category-grid,
  .market-grid,
  .expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seo-market-copy {
    grid-template-columns: 1fr;
  }

  .quality-grid {
    grid-template-columns: 1fr;
  }

  .search-row {
    grid-template-columns: 24px 1fr;
  }

  .search-row button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .language-control {
    justify-content: space-between;
    margin: 6px 0;
  }
}

@media (max-width: 700px) {
  .catalogue-row {
    min-height: auto;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 4px;
    padding: 14px 16px;
  }

  .catalogue-row-head {
    display: none;
  }

  .catalogue-download-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  body {
    padding-bottom: 72px;
  }

  h1 {
    max-width: 100%;
    font-size: 31px;
    line-height: 1.05;
    word-break: normal;
  }

  h2 {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.08;
  }

  .hero-content {
    width: min(354px, calc(100vw - 36px));
    max-width: min(354px, calc(100vw - 36px));
    margin-right: 18px;
    margin-left: 18px;
    overflow: hidden;
  }

  .hero-copy {
    font-size: 16px;
    overflow-wrap: break-word;
  }

  .hero-contact-card {
    display: none;
  }

  .promise-bar span {
    flex: 0 1 auto;
    max-width: 100%;
  }

  .promise-bar {
    display: none;
  }

  .brand > span:last-child {
    min-width: 0;
  }

  .button,
  .promise-bar,
  .intro-band,
  .section,
  .quote-section {
    max-width: 100vw;
  }

  .intro-band > *,
  .founder-video-section > *,
  .section > *,
  .quote-section > * {
    width: 100%;
    max-width: min(354px, calc(100vw - 36px));
  }

  .section,
  .quote-section,
  .intro-band,
  .founder-video-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .video-card {
    width: min(320px, 100%);
  }

  .video-placeholder {
    padding: 32px 22px 26px;
  }

  .video-placeholder strong {
    font-size: 23px;
  }

  .factory-objection-hero p:not(.eyebrow) {
    font-size: 16px;
  }

  .factory-compare-grid,
  .factory-value-strip {
    grid-template-columns: 1fr;
  }

  .factory-compare-grid article {
    min-height: auto;
    padding: 20px;
  }

  .factory-compare-grid h3 {
    font-size: 24px;
  }

  .factory-compare-grid p {
    font-size: 15px;
  }

  .factory-value-strip span {
    min-height: auto;
    grid-template-columns: 24px 1fr;
    align-items: center;
    padding: 16px;
  }

  .factory-value-strip svg {
    width: 24px;
    height: 24px;
  }

  .factory-bottom-panel {
    padding: 20px;
  }

  .factory-bottom-panel p {
    font-size: 15px;
  }

  .pain-grid,
  .category-grid,
  .market-grid,
  .expertise-grid {
    grid-template-columns: 1fr;
  }

  .credibility-strip {
    grid-template-columns: 1fr;
  }

  .market-grid article {
    min-height: auto;
  }

  .pain-grid article,
  .market-grid article,
  .expertise-grid article {
    display: grid;
    grid-template-columns: 28px 1fr;
    min-height: auto;
    gap: 8px 12px;
    padding: 16px;
  }

  .pain-grid svg,
  .market-grid svg,
  .expertise-grid svg {
    grid-row: span 2;
    width: 24px;
    height: 24px;
    margin: 0;
  }

  .pain-grid h3,
  .market-grid h3,
  .expertise-grid h3 {
    min-height: 0;
    margin: 0;
    font-size: 17px;
    line-height: 1.16;
  }

  .market-grid span {
    margin: 0;
  }

  .pain-grid p,
  .market-grid p,
  .expertise-grid p,
  .multi-sku-copy p:not(.eyebrow),
  .pain-solution-panel p:not(.eyebrow),
  .expertise-note span {
    display: none;
  }

  .category-card {
    display: grid;
    grid-template-columns: 92px 1fr;
    min-height: auto;
  }

  .category-card img {
    width: 92px;
    height: 100%;
    min-height: 168px;
    aspect-ratio: auto;
  }

  .category-body {
    min-height: 0;
    padding: 16px;
  }

  .category-body h3 {
    min-height: 0;
    margin-bottom: 8px;
    font-size: 18px;
  }

  .category-body p {
    display: none;
  }

  .category-meta {
    margin-bottom: 8px;
  }

  .part-tags {
    margin-top: 10px;
  }

  .part-tags span {
    padding: 5px 7px;
    font-size: 11px;
  }

  .social-proof-section .section-head p:not(.eyebrow) {
    display: none;
  }

  .social-link-rail {
    display: flex;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
  }

  .social-link-rail a,
  .seo-market-copy article {
    min-height: auto;
    padding: 16px;
  }

  .social-link-rail a {
    grid-template-columns: 24px 1fr;
    gap: 6px 10px;
    min-width: min(220px, 74vw);
    padding: 16px;
    scroll-snap-align: start;
  }

  .social-link-rail svg {
    grid-row: span 2;
    width: 24px;
    height: 24px;
  }

  .social-link-rail strong {
    font-size: 16px;
  }

  .social-next-step {
    display: grid;
    gap: 12px;
    padding: 16px;
  }

  .social-next-step > div {
    grid-template-columns: 24px 1fr;
  }

  .seo-focus-strip {
    gap: 7px;
  }

  .seo-focus-strip span {
    min-height: 32px;
    padding: 6px 9px;
    font-size: 12px;
  }

  .seo-market-copy article {
    min-height: auto;
    padding: 16px;
  }

  .seo-market-copy p {
    display: none;
  }

  .pain-solution-panel {
    padding: 20px;
  }

  .multi-sku-panel {
    padding: 20px;
  }

  .multi-sku-panel h3 {
    font-size: 24px;
  }

  .catalogue-panel {
    padding: 20px;
  }

  .catalogue-panel h3 {
    font-size: 24px;
  }

  .catalogue-details summary {
    min-height: 56px;
    padding: 0 16px;
  }

  .catalogue-row {
    min-height: auto;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 4px;
    padding: 14px 16px;
  }

  .catalogue-row-head {
    display: none;
  }

  .catalogue-cta {
    justify-self: stretch;
  }

  .catalogue-download-panel {
    padding: 20px;
  }

  .catalogue-download-panel h3 {
    font-size: 24px;
  }

  .catalogue-download-actions {
    align-items: stretch;
  }

  .catalogue-download-actions .button {
    width: 100%;
  }

  .catalogue-proof-strip {
    grid-template-columns: 1fr;
  }

  .catalogue-proof-strip article {
    min-height: auto;
  }

  .catalogue-download-details summary {
    min-height: 56px;
    padding: 0 16px;
  }

  .catalogue-download-tools {
    padding: 14px 16px 0;
  }

  .catalogue-download-tools .button {
    width: 100%;
  }

  .catalogue-download-grid {
    grid-template-columns: 1fr;
    padding: 14px 16px 16px;
  }

  .download-card {
    grid-template-columns: 1fr 40px;
    padding: 14px;
  }

  .pain-solution-panel h3 {
    font-size: 24px;
  }

  .credibility-strip article {
    min-height: auto;
  }

  .request-panel {
    padding: 20px;
  }

  .request-steps {
    grid-template-columns: 1fr;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .quote-form {
    padding: 20px;
  }

  .qualification-intro {
    grid-template-columns: 1fr;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    max-width: 128px;
    font-size: 13px;
  }

  .brand-avatar {
    width: 42px;
    height: 42px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    left: 14px;
    min-height: 50px;
  }

  .profile-card,
  .contact-card {
    grid-template-columns: 56px 1fr;
  }

  .profile-card img,
  .contact-card img {
    width: 56px;
    height: 56px;
  }

  .hero-contact-card {
    padding: 18px;
  }

  .hero-contact-card h2 {
    font-size: 24px;
  }

  .header-quick-whatsapp {
    min-height: 40px;
    padding: 0 11px;
  }

  [id] {
    scroll-margin-top: 72px;
  }
}

@media (max-width: 360px) {
  .site-header {
    gap: 8px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .brand {
    flex: 0 0 auto;
  }

  .brand > span:last-child {
    display: none;
  }

  .header-quick-whatsapp {
    padding: 0 10px;
    font-size: 12px;
  }

  .site-footer {
    overflow: hidden;
  }
}
