:root {
  --navy: #08234a;
  --navy-2: #123866;
  --ink: #152033;
  --body: #3d4654;
  --muted: #687386;
  --line: #dfe5ec;
  --line-soft: #edf1f5;
  --bg: #ffffff;
  --soft: #f6f8fa;
  --soft-2: #eef4f2;
  --gold: #a97822;
  --gold-2: #d8b766;
  --green: #2f6f5e;
  --danger: #a33a3a;
  --max: 1180px;
  --radius: 8px;
  --shadow: 0 18px 44px rgba(17, 33, 54, 0.11);
  --shadow-soft: 0 8px 20px rgba(17, 33, 54, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--body);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

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

svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

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

#line-sheet-form,
#contact-form {
  scroll-margin-top: 118px;
}

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

h1,
h2,
h3 {
  color: var(--ink);
  line-height: 1.12;
  font-weight: 800;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 20px;
}

p + p {
  margin-top: 16px;
}

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

.wrap {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
}

.wrap.narrow {
  max-width: 760px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: #fff;
  background: var(--navy);
  border-radius: 6px;
  transform: translateY(-140%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav-shell {
  display: flex;
  align-items: center;
  min-height: 76px;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  color: var(--navy);
}

.brand strong {
  display: block;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 800;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
}

.brand-logo {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
}

.brand-logo svg {
  width: 100%;
  height: 100%;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}

.desktop-nav a {
  color: var(--body);
  font-size: 14px;
  font-weight: 600;
  padding: 28px 0;
  border-bottom: 2px solid transparent;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: var(--navy);
  border-bottom-color: var(--gold);
}

.header-cta,
.mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 16px;
  color: #fff;
  background: var(--navy);
  border: 1px solid var(--navy);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.header-cta:hover {
  background: var(--navy-2);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  margin-left: auto;
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  place-items: center;
  cursor: pointer;
}

.menu-toggle svg + svg {
  display: none;
}

.menu-open .menu-toggle svg:first-child {
  display: none;
}

.menu-open .menu-toggle svg + svg {
  display: block;
}

.mobile-nav {
  display: none;
}

.hero,
.partners-hero {
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0%, #fff 58%, var(--soft) 100%);
}

.hero {
  padding: 90px 0 74px;
}

.partners-hero {
  padding: 62px 0 42px;
  border-bottom: 1px solid var(--line);
}

.sector-hero {
  --sector-accent: var(--gold);
  --sector-accent-2: var(--gold-2);
  --sector-soft: rgba(216, 183, 102, 0.14);
  --sector-line: rgba(255, 255, 255, 0.24);
  position: relative;
  overflow: hidden;
  padding: 74px 0 62px;
  background:
    radial-gradient(60% 72% at 92% 10%, color-mix(in srgb, var(--sector-accent) 34%, transparent), transparent 60%),
    linear-gradient(135deg, rgba(8, 35, 74, 0.98), rgba(7, 25, 50, 0.98) 56%, color-mix(in srgb, var(--sector-accent) 72%, #071932));
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sector-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
}

.sector-care {
  --sector-accent: #be8794;
  --sector-accent-2: #efd4d9;
  --sector-soft: rgba(239, 212, 217, 0.16);
  --sector-line: rgba(239, 212, 217, 0.35);
  background:
    radial-gradient(70% 90% at 92% 4%, rgba(239, 212, 217, 0.72), transparent 58%),
    linear-gradient(135deg, #fff, #f8f3f5 62%, #efe5e8);
  border-bottom-color: #eadde1;
}

.sector-care::before {
  background:
    repeating-linear-gradient(120deg, transparent 0 54px, rgba(190, 135, 148, 0.32) 55px 56px),
    repeating-linear-gradient(24deg, transparent 0 76px, rgba(216, 183, 102, 0.2) 77px 78px);
}

.sector-home {
  --sector-accent: #4f806f;
  --sector-accent-2: #cfe3dc;
  --sector-soft: rgba(207, 227, 220, 0.16);
  --sector-line: rgba(207, 227, 220, 0.36);
  background:
    linear-gradient(90deg, #fff 0%, #fff 48%, rgba(207, 227, 220, 0.7) 48%, rgba(207, 227, 220, 0.24) 100%);
  border-bottom-color: #dce8e4;
}

.sector-home::before {
  opacity: 0.22;
  background:
    linear-gradient(90deg, transparent 0 11%, rgba(79, 128, 111, 0.2) 11% 11.2%, transparent 11.2% 100%),
    repeating-linear-gradient(180deg, transparent 0 86px, rgba(79, 128, 111, 0.24) 87px 89px);
}

.sector-industrial {
  --sector-accent: #b47437;
  --sector-accent-2: #e2bd86;
  --sector-soft: rgba(226, 189, 134, 0.16);
  --sector-line: rgba(226, 189, 134, 0.38);
}

.sector-industrial::before {
  opacity: 0.18;
  background:
    repeating-linear-gradient(135deg, transparent 0 22px, rgba(226, 189, 134, 0.48) 23px 25px),
    linear-gradient(90deg, rgba(226, 189, 134, 0.16), transparent 46%);
}

.sector-electronics {
  --sector-accent: #4f91bd;
  --sector-accent-2: #b9d7ea;
  --sector-soft: rgba(185, 215, 234, 0.16);
  --sector-line: rgba(185, 215, 234, 0.42);
}

.sector-electronics::before {
  opacity: 0.2;
  background:
    linear-gradient(rgba(185, 215, 234, 0.36) 1px, transparent 1px),
    linear-gradient(90deg, rgba(185, 215, 234, 0.28) 1px, transparent 1px);
  background-size: 68px 68px;
}

.sector-outdoor {
  --sector-accent: #5b8b58;
  --sector-accent-2: #c9dfbd;
  --sector-soft: rgba(201, 223, 189, 0.16);
  --sector-line: rgba(201, 223, 189, 0.38);
  background:
    radial-gradient(60% 80% at 95% 12%, rgba(201, 223, 189, 0.68), transparent 64%),
    linear-gradient(90deg, #f8fbf6, #fff 58%, rgba(8, 35, 74, 0.94) 58%, rgba(7, 25, 50, 0.98));
}

.sector-outdoor::before {
  opacity: 0.18;
  background:
    repeating-radial-gradient(ellipse at 78% 35%, transparent 0 30px, rgba(91, 139, 88, 0.32) 31px 32px),
    repeating-linear-gradient(164deg, transparent 0 70px, rgba(201, 223, 189, 0.38) 71px 73px);
}

.sector-specialty {
  --sector-accent: #8a789c;
  --sector-accent-2: #d6c8e2;
  --sector-soft: rgba(214, 200, 226, 0.14);
  --sector-line: rgba(214, 200, 226, 0.36);
  background:
    linear-gradient(90deg, #fff 0%, #fbf8ff 58%, rgba(8, 35, 74, 0.98) 58%, rgba(7, 25, 50, 0.98) 100%);
}

.sector-specialty::before {
  opacity: 0.2;
  background:
    repeating-radial-gradient(ellipse at 74% 44%, transparent 0 38px, rgba(214, 200, 226, 0.42) 39px 40px);
}

.hero-grid,
.partners-grid,
.sector-hero-grid,
.split,
.contact-layout,
.partners-form-layout {
  display: grid;
  gap: 52px;
  align-items: center;
}

.hero-grid,
.partners-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
}

.sector-hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.82fr) minmax(620px, 1.18fr);
  align-items: start;
}

.split {
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  align-items: start;
}

.contact-layout,
.partners-form-layout {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: start;
}

.partners-form-layout {
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
}

.hero-copy {
  max-width: 650px;
}

.hero-copy h1 {
  margin-bottom: 20px;
  color: var(--navy);
}

.sector-hero .hero-copy h1,
.sector-hero .hero-sub {
  color: #fff;
}

.sector-hero .hero-copy > p:not(.hero-sub) {
  color: #d9e3ef;
}

.sector-care .hero-copy h1,
.sector-care .hero-sub,
.sector-home .hero-copy h1,
.sector-home .hero-sub {
  color: var(--navy);
}

.sector-care .hero-copy > p:not(.hero-sub),
.sector-home .hero-copy > p:not(.hero-sub) {
  color: var(--body);
}

.sector-outdoor .hero-copy h1,
.sector-outdoor .hero-sub,
.sector-specialty .hero-copy h1,
.sector-specialty .hero-sub {
  color: var(--navy);
}

.sector-outdoor .hero-copy > p:not(.hero-sub),
.sector-specialty .hero-copy > p:not(.hero-sub) {
  color: var(--body);
}

.sector-electronics .btn-primary,
.sector-industrial .btn-primary {
  background: var(--sector-accent);
  border-color: var(--sector-accent);
}

.sector-care .btn-outline,
.sector-home .btn-outline,
.sector-outdoor .btn-outline,
.sector-specialty .btn-outline {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}

.sector-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sector-care .sector-eyebrow,
.sector-home .sector-eyebrow,
.sector-outdoor .sector-eyebrow,
.sector-specialty .sector-eyebrow {
  color: var(--sector-accent);
}

.hero-sub {
  color: var(--navy);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.45;
}

.hero-sub + p,
.hero-copy p + .actions {
  margin-top: 18px;
}

.hero-copy > p:not(.hero-sub),
.lead {
  color: var(--muted);
  font-size: 18px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.center-actions {
  justify-content: center;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: var(--shadow-soft);
}

.btn-primary:hover {
  background: var(--navy-2);
}

.btn-outline {
  color: var(--navy);
  background: #fff;
  border-color: var(--line);
}

.btn-outline:hover {
  border-color: var(--navy);
}

.btn-ghost {
  color: var(--navy);
  background: transparent;
}

.btn-ghost:hover {
  color: var(--gold);
}

.btn-gold {
  color: #fff;
  background: var(--gold);
  border-color: var(--gold);
}

.btn-gold:hover {
  background: #8f651c;
}

.btn-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.36);
}

.btn-light:hover {
  background: rgba(255, 255, 255, 0.18);
}

.photo-panel,
.compact-photo {
  position: relative;
  overflow: hidden;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.photo-panel picture,
.compact-photo picture {
  display: block;
  height: 100%;
}

.photo-panel img,
.compact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-panel {
  aspect-ratio: 1.18 / 1;
}

.compact-photo {
  aspect-ratio: 1.42 / 1;
  box-shadow: var(--shadow-soft);
}

.sector-stage {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(230px, 0.72fr);
  gap: 16px;
  align-items: stretch;
}

.sector-visual {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), var(--sector-soft));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.sector-care .sector-visual,
.sector-home .sector-visual,
.sector-outdoor .sector-visual,
.sector-specialty .sector-visual {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.78)),
    var(--sector-soft);
  border-color: color-mix(in srgb, var(--sector-accent) 26%, var(--line));
  box-shadow: 0 18px 44px rgba(17, 33, 54, 0.12);
}

.sector-care .sector-visual::after,
.sector-home .sector-visual::after,
.sector-outdoor .sector-visual::after,
.sector-specialty .sector-visual::after {
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.62));
}

.sector-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(7, 25, 50, 0.34));
  pointer-events: none;
}

.sector-motif {
  position: absolute;
  inset: 0;
  opacity: 0.76;
  pointer-events: none;
}

.sector-motif span {
  position: absolute;
  display: block;
  border-color: var(--sector-line);
}

.sector-care .sector-motif span {
  width: 210px;
  height: 64px;
  border: 1px solid var(--sector-line);
  border-radius: 999px;
  transform: rotate(-18deg);
}

.sector-care .sector-motif span:nth-child(1) { top: 36px; right: -36px; }
.sector-care .sector-motif span:nth-child(2) { top: 104px; right: 42px; width: 158px; }
.sector-care .sector-motif span:nth-child(3) { top: 186px; left: -44px; width: 188px; }
.sector-care .sector-motif span:nth-child(4) { bottom: 84px; right: 16px; width: 120px; }
.sector-care .sector-motif span:nth-child(5) { bottom: 28px; left: 48px; width: 170px; }
.sector-care .sector-motif span:nth-child(6) { top: 258px; right: 96px; width: 84px; }

.sector-home .sector-motif span {
  height: 2px;
  background: var(--sector-line);
  border: 0;
}

.sector-home .sector-motif span:nth-child(1) { top: 72px; left: 26px; width: 82%; }
.sector-home .sector-motif span:nth-child(2) { top: 154px; left: 58px; width: 64%; }
.sector-home .sector-motif span:nth-child(3) { top: 238px; left: 24px; width: 78%; }
.sector-home .sector-motif span:nth-child(4) { bottom: 102px; left: 70px; width: 52%; }
.sector-home .sector-motif span:nth-child(5) { top: 58px; right: 76px; width: 2px; height: 296px; }
.sector-home .sector-motif span:nth-child(6) { top: 90px; left: 118px; width: 2px; height: 244px; }

.sector-industrial .sector-motif span {
  height: 3px;
  background: var(--sector-line);
  border: 0;
  transform: rotate(-32deg);
  transform-origin: left center;
}

.sector-industrial .sector-motif span:nth-child(1) { top: 34px; left: -40px; width: 320px; }
.sector-industrial .sector-motif span:nth-child(2) { top: 102px; left: 48px; width: 360px; }
.sector-industrial .sector-motif span:nth-child(3) { top: 188px; left: -16px; width: 420px; }
.sector-industrial .sector-motif span:nth-child(4) { top: 286px; left: 88px; width: 300px; }
.sector-industrial .sector-motif span:nth-child(5) { bottom: 54px; left: -22px; width: 390px; }
.sector-industrial .sector-motif span:nth-child(6) { bottom: 128px; right: -90px; width: 350px; }

.sector-electronics .sector-motif span {
  background: var(--sector-line);
  border: 0;
}

.sector-electronics .sector-motif span:nth-child(1) { top: 68px; left: 44px; width: 210px; height: 2px; }
.sector-electronics .sector-motif span:nth-child(2) { top: 68px; left: 252px; width: 2px; height: 130px; }
.sector-electronics .sector-motif span:nth-child(3) { top: 198px; left: 148px; width: 220px; height: 2px; }
.sector-electronics .sector-motif span:nth-child(4) { top: 198px; right: 92px; width: 2px; height: 168px; }
.sector-electronics .sector-motif span:nth-child(5) { bottom: 94px; right: 92px; width: 260px; height: 2px; }
.sector-electronics .sector-motif span:nth-child(6) { bottom: 56px; left: 74px; width: 150px; height: 2px; }

.sector-electronics .sector-motif::before,
.sector-electronics .sector-motif::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--sector-accent-2);
  border-radius: 50%;
  box-shadow: 104px 130px 0 var(--sector-accent-2), 292px 298px 0 var(--sector-accent-2);
}

.sector-electronics .sector-motif::before { top: 62px; left: 248px; }
.sector-electronics .sector-motif::after { right: 86px; bottom: 88px; }

.sector-outdoor .sector-motif span {
  height: 2px;
  background: var(--sector-line);
  border: 0;
  transform: rotate(-12deg);
}

.sector-outdoor .sector-motif span:nth-child(1) { top: 76px; left: -20px; width: 120%; }
.sector-outdoor .sector-motif span:nth-child(2) { top: 122px; left: -40px; width: 110%; }
.sector-outdoor .sector-motif span:nth-child(3) { top: 196px; left: -30px; width: 118%; }
.sector-outdoor .sector-motif span:nth-child(4) { bottom: 134px; left: -50px; width: 112%; }
.sector-outdoor .sector-motif span:nth-child(5) { bottom: 82px; left: -30px; width: 104%; }
.sector-outdoor .sector-motif span:nth-child(6) { bottom: 36px; left: -60px; width: 122%; }

.sector-specialty .sector-motif span {
  width: 150%;
  height: 46px;
  left: -25%;
  border: 1px solid var(--sector-line);
  border-color: var(--sector-line) transparent transparent transparent;
  border-radius: 50%;
}

.sector-specialty .sector-motif span:nth-child(1) { top: 62px; }
.sector-specialty .sector-motif span:nth-child(2) { top: 108px; }
.sector-specialty .sector-motif span:nth-child(3) { top: 154px; }
.sector-specialty .sector-motif span:nth-child(4) { top: 212px; }
.sector-specialty .sector-motif span:nth-child(5) { top: 270px; }
.sector-specialty .sector-motif span:nth-child(6) { top: 328px; }

.sector-visual-head,
.sector-art-board,
.sector-product-stack,
.sector-signal-row {
  position: relative;
  z-index: 1;
}

.sector-visual-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.sector-visual-head span {
  color: var(--sector-accent-2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sector-visual-head strong {
  max-width: 230px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  text-align: right;
}

.sector-care .sector-visual-head strong,
.sector-home .sector-visual-head strong,
.sector-outdoor .sector-visual-head strong,
.sector-specialty .sector-visual-head strong {
  color: var(--navy);
}

.sector-care .sector-visual-head span,
.sector-home .sector-visual-head span,
.sector-outdoor .sector-visual-head span,
.sector-specialty .sector-visual-head span {
  color: var(--sector-accent);
}

.sector-art-board {
  display: grid;
  gap: 12px;
  margin: -6px 0 18px;
}

.sector-art-frame {
  position: relative;
  min-height: 246px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 14px;
  background:
    radial-gradient(circle at 78% 18%, color-mix(in srgb, var(--sector-accent-2) 28%, transparent), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 10px;
}

.sector-care .sector-art-frame,
.sector-home .sector-art-frame,
.sector-outdoor .sector-art-frame,
.sector-specialty .sector-art-frame {
  background:
    radial-gradient(circle at 80% 16%, color-mix(in srgb, var(--sector-accent-2) 42%, transparent), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.62));
  border-color: color-mix(in srgb, var(--sector-accent) 24%, var(--line));
}

.sector-art-frame::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid color-mix(in srgb, var(--sector-accent) 22%, transparent);
  border-radius: 7px;
  pointer-events: none;
}

.sector-industrial .sector-art-frame::before,
.sector-electronics .sector-art-frame::before {
  border-style: dashed;
}

.sector-art-frame svg {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 520px;
  height: auto;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.15));
}

.art-line {
  fill: none;
  stroke: var(--sector-line);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.art-line.soft,
.art-line.wave {
  stroke-width: 2.4;
}

.art-line.shelf,
.art-line.grid,
.art-line.circuit,
.art-line.topo {
  stroke-width: 2;
}

.art-line.diag {
  stroke-width: 2.5;
  opacity: 0.72;
}

.art-object {
  stroke: color-mix(in srgb, var(--sector-accent) 56%, #fff);
  stroke-width: 2;
  stroke-linejoin: round;
}

.art-object.heavy {
  stroke-width: 5;
}

.fill-light {
  fill: rgba(255, 255, 255, 0.9);
}

.fill-gradient {
  stroke: color-mix(in srgb, var(--sector-accent) 44%, #fff);
}

.navy-fill {
  fill: color-mix(in srgb, var(--navy) 88%, var(--sector-accent));
  stroke: color-mix(in srgb, var(--sector-accent) 42%, #fff);
}

.accent-fill {
  fill: var(--sector-accent);
  stroke: color-mix(in srgb, var(--sector-accent) 76%, #fff);
}

.accent-outline {
  fill: transparent;
  stroke: var(--sector-accent);
}

.art-dot,
.art-node {
  fill: var(--sector-accent-2);
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 2;
}

.art-node {
  fill: var(--sector-accent);
}

.sector-care .art-dot,
.sector-home .art-dot,
.sector-outdoor .art-dot,
.sector-specialty .art-dot,
.sector-care .art-node,
.sector-home .art-node,
.sector-outdoor .art-node,
.sector-specialty .art-node {
  stroke: #fff;
}

.sector-art-caption {
  display: grid;
  gap: 4px;
  max-width: 78%;
  padding: 12px 14px;
  color: #fff;
  background: rgba(7, 25, 50, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(8px);
}

.sector-care .sector-art-caption,
.sector-home .sector-art-caption,
.sector-outdoor .sector-art-caption,
.sector-specialty .sector-art-caption {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.84);
  border-color: color-mix(in srgb, var(--sector-accent) 24%, var(--line));
}

.sector-art-caption span {
  color: var(--sector-accent-2);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sector-care .sector-art-caption span,
.sector-home .sector-art-caption span,
.sector-outdoor .sector-art-caption span,
.sector-specialty .sector-art-caption span {
  color: var(--sector-accent);
}

.sector-art-caption strong {
  font-size: 17px;
  line-height: 1.2;
}

.sector-art-caption p {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.82;
}

.sector-product-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sector-product-card {
  display: grid;
  gap: 5px;
  min-height: 68px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-left: 4px solid var(--sector-accent-2);
  border-radius: 7px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.sector-product-card:nth-child(even) {
  transform: translateY(18px);
}

.sector-product-card small {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sector-product-card span {
  color: var(--ink);
  font-weight: 900;
  line-height: 1.25;
}

.sector-signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.sector-signal-row span {
  padding: 7px 9px;
  color: #fff;
  background: rgba(7, 25, 50, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.sector-care .sector-signal-row span,
.sector-home .sector-signal-row span,
.sector-outdoor .sector-signal-row span,
.sector-specialty .sector-signal-row span {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.78);
  border-color: color-mix(in srgb, var(--sector-accent) 28%, var(--line));
}

.sector-panel {
  align-self: stretch;
  min-height: 460px;
  padding: 30px;
  color: #d9e3ef;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.sector-care .sector-panel,
.sector-home .sector-panel,
.sector-outdoor .sector-panel,
.sector-specialty .sector-panel {
  color: var(--body);
  background: #fff;
  border-color: color-mix(in srgb, var(--sector-accent) 24%, var(--line));
  box-shadow: 0 18px 44px rgba(17, 33, 54, 0.12);
}

.sector-panel-mark {
  width: 116px;
  height: 116px;
  padding: 8px;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}

.sector-panel-mark svg {
  width: 100%;
  height: 100%;
}

.sector-panel h2 {
  color: #fff;
  font-size: 28px;
}

.sector-care .sector-panel h2,
.sector-home .sector-panel h2,
.sector-outdoor .sector-panel h2,
.sector-specialty .sector-panel h2 {
  color: var(--navy);
}

.sector-panel > p {
  margin-top: 8px;
  color: var(--gold-2);
  font-weight: 800;
}

.sector-panel dl {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
}

.sector-panel dl div {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.sector-panel dt {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sector-care .sector-panel dt,
.sector-home .sector-panel dt,
.sector-outdoor .sector-panel dt,
.sector-specialty .sector-panel dt {
  color: var(--navy);
}

.sector-panel dd {
  margin: 4px 0 0;
  color: #d9e3ef;
  font-weight: 600;
}

.sector-care .sector-panel dd,
.sector-home .sector-panel dd,
.sector-outdoor .sector-panel dd,
.sector-specialty .sector-panel dd {
  color: var(--body);
}

.sector-care .sector-panel dl div,
.sector-home .sector-panel dl div,
.sector-outdoor .sector-panel dl div,
.sector-specialty .sector-panel dl div {
  border-top-color: var(--line-soft);
}

.photo-strip {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.photo-strip span {
  padding: 7px 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(223, 229, 236, 0.9);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
}

.trust-rail {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-rail-inner {
  min-height: 74px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: center;
}

.trust-rail-inner div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
}

.trust-rail svg,
.reason-card svg,
.check-list svg {
  color: var(--green);
  flex: 0 0 auto;
}

.section,
.cta-section {
  padding: 78px 0;
}

.section-tight {
  padding-top: 52px;
}

.section-muted,
.page-intro {
  background: var(--soft);
}

.section-header {
  max-width: 700px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-header-left {
  margin-left: 0;
  text-align: left;
}

.section-header h2,
.line-sheet-list h2,
.form-heading h2,
.contact-card h2,
.list-card h2,
.category-card h2,
.channel-row h2,
.prose h2 {
  color: var(--navy);
}

.section-header p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 17px;
}

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

.logo-grid div {
  min-height: 72px;
  display: grid;
  place-items: center;
  padding: 18px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 800;
  text-align: center;
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 11px 0;
  border-bottom: 1px solid var(--line-soft);
  color: var(--body);
}

.check-list li:last-child {
  border-bottom: 0;
}

.check-list.two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}

.card-grid {
  display: grid;
  gap: 18px;
}

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

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

.reason-card,
.list-card,
.category-card,
.contact-card,
.form-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.reason-card {
  min-height: 118px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 22px;
}

.reason-card p {
  color: var(--ink);
  font-weight: 700;
}

.list-card,
.category-card {
  padding: 28px;
}

.list-card p,
.category-card p {
  color: var(--muted);
}

.list-card h2,
.category-card h2 {
  margin-bottom: 18px;
  font-size: 24px;
}

.category-card .check-list li {
  font-size: 15px;
}

.sector-list-card .check-list li {
  min-height: 58px;
}

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

.sector-focus-grid div {
  min-height: 82px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 20px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 800;
}

.sector-focus-grid svg {
  color: var(--green);
  flex: 0 0 auto;
  margin-top: 3px;
}

.sector-docs .fine-print {
  margin-top: 18px;
}

.sector-section-label {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--sector-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sector-editorial-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72)),
    radial-gradient(48% 70% at 92% 28%, color-mix(in srgb, var(--sector-accent) 18%, transparent), transparent 62%),
    #fff;
}

.sector-editorial-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(115deg, transparent 0 68px, color-mix(in srgb, var(--sector-accent) 11%, transparent) 69px 70px);
  opacity: 0.55;
  pointer-events: none;
}

.sector-editorial-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(520px, 1.22fr);
  gap: 64px;
  align-items: center;
}

.sector-editorial-copy {
  position: relative;
  max-width: 520px;
}

.sector-editorial-copy h2 {
  color: var(--navy);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.03;
}

.sector-editorial-copy p {
  margin-top: 18px;
  color: var(--body);
  font-size: 18px;
}

.sector-editorial-mini {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.sector-editorial-mini span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 850;
}

.sector-editorial-mini svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: var(--sector-accent);
}

.sector-editorial-media {
  position: relative;
  min-height: 560px;
}

.sector-photo,
.sector-review-photo,
.sector-doc-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--soft);
  border: 1px solid color-mix(in srgb, var(--sector-accent) 22%, var(--line));
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.sector-photo picture,
.sector-photo img,
.sector-review-photo picture,
.sector-review-photo img,
.sector-doc-photo picture,
.sector-doc-photo img {
  width: 100%;
  height: 100%;
  display: block;
}

.sector-photo img,
.sector-review-photo img,
.sector-doc-photo img {
  object-fit: cover;
}

.sector-photo::after,
.sector-review-photo::after,
.sector-doc-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 10px solid rgba(255, 255, 255, 0.72);
  pointer-events: none;
}

.sector-photo-main {
  width: min(78%, 620px);
  aspect-ratio: 1 / 1;
}

.sector-photo-overlap {
  position: absolute;
  right: 0;
  bottom: -18px;
  width: min(42%, 330px);
  aspect-ratio: 4 / 5;
  border-color: #fff;
  box-shadow: 0 28px 58px rgba(7, 25, 50, 0.22);
}

.sector-review-section {
  background:
    linear-gradient(180deg, #fff, color-mix(in srgb, var(--sector-accent) 5%, #fff));
}

.sector-review-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.sector-review-photo {
  min-height: 430px;
}

.sector-focus-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7, 25, 50, 0.92), rgba(8, 35, 74, 0.82));
}

.sector-focus-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--sector-focus-image);
  background-size: cover;
  background-position: center;
  opacity: 0.24;
  transform: scale(1.04);
}

.sector-focus-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 25, 50, 0.92), rgba(7, 25, 50, 0.58) 46%, rgba(7, 25, 50, 0.78));
}

.sector-focus-content {
  position: relative;
  z-index: 1;
}

.sector-focus-section .section-header h2,
.sector-focus-section .section-header p {
  color: #fff;
}

.sector-focus-section .sector-focus-grid div {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(8px);
}

.sector-doc-layout {
  align-items: start;
}

.sector-doc-photo {
  aspect-ratio: 16 / 10;
  margin-bottom: 24px;
}

.sector-doc-photo::before {
  content: "Product verification";
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 8px 10px;
  color: #fff;
  background: rgba(7, 25, 50, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sector-page-care .section-muted {
  background: #fbf5f7;
}

.sector-page-home .section-muted {
  background: #f4faf7;
}

.sector-page-industrial .section-muted {
  background:
    linear-gradient(90deg, rgba(180, 116, 55, 0.08), transparent 42%),
    #f7f8fa;
}

.sector-page-electronics .section-muted {
  background:
    linear-gradient(135deg, rgba(79, 145, 189, 0.12), transparent 42%),
    #f5f8fb;
}

.sector-page-outdoor .section-muted {
  background: #f6fbf4;
}

.sector-page-specialty .section-muted {
  background: #faf8fd;
}

.sector-page-care .sector-focus-grid div,
.sector-page-home .sector-focus-grid div,
.sector-page-outdoor .sector-focus-grid div,
.sector-page-specialty .sector-focus-grid div {
  border-color: color-mix(in srgb, var(--sector-accent) 22%, var(--line));
}

.sector-page-industrial .sector-focus-grid div {
  background:
    linear-gradient(135deg, rgba(180, 116, 55, 0.08), #fff 42%);
}

.sector-page-electronics .sector-focus-grid div {
  background:
    linear-gradient(135deg, rgba(79, 145, 189, 0.08), #fff 44%);
}

.page-intro {
  padding: 74px 0 50px;
  border-bottom: 1px solid var(--line);
}

.page-intro h1 {
  color: var(--navy);
  font-size: 46px;
}

.page-intro p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 19px;
}

.channel-stack {
  display: grid;
  gap: 18px;
}

.channel-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.68fr);
  gap: 36px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}

.channel-row:first-child {
  padding-top: 0;
}

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

.channel-row p {
  color: var(--body);
}

.channel-row .note {
  margin-top: 12px;
  padding: 14px 16px;
  color: var(--navy);
  background: var(--soft-2);
  border-left: 3px solid var(--green);
  border-radius: 0 6px 6px 0;
  font-weight: 700;
}

.cta-section {
  padding-top: 0;
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding: 46px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(169, 120, 34, 0.2), transparent 38%),
    linear-gradient(135deg, var(--navy), #071932);
  border-radius: var(--radius);
}

.cta-band h2 {
  color: #fff;
  max-width: 680px;
}

.cta-band p {
  max-width: 680px;
  margin: 12px 0 24px;
  color: #d9e3ef;
  font-size: 17px;
}

.line-sheet-list {
  padding: 8px 0;
}

.line-sheet-list p {
  margin: 12px 0 18px;
  color: var(--muted);
}

.form-panel {
  padding: 30px;
  box-shadow: var(--shadow-soft);
}

.form-heading {
  margin-bottom: 22px;
}

.form-heading h2 {
  font-size: 24px;
}

.form-heading p {
  margin-top: 8px;
  color: var(--muted);
}

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

.form-panel label {
  display: block;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.form-panel label span {
  color: var(--muted);
  font-weight: 500;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  width: 100%;
  margin-top: 6px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
}

.form-panel textarea {
  resize: vertical;
  min-height: 112px;
}

.form-panel input:focus,
.form-panel select:focus,
.form-panel textarea:focus {
  outline: 3px solid rgba(47, 111, 94, 0.14);
  border-color: var(--green);
}

.file-input {
  display: flex !important;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px dashed #b7c1cf;
  border-radius: 6px;
  background: var(--soft);
  cursor: pointer;
}

.file-input input {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.file-input em {
  color: var(--muted);
  font-style: normal;
  font-weight: 500;
}

.consent {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
  color: var(--body) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

.consent input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin: 2px 0 0 !important;
  accent-color: var(--navy);
}

.hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.btn-submit {
  width: 100%;
}

.form-status {
  min-height: 22px;
  margin-top: 12px;
  color: var(--green);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.form-status.is-error {
  color: var(--danger);
}

.spam-note {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.spam-note svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  color: var(--green);
}

.contact-card {
  padding: 28px;
}

.contact-card > p {
  margin-top: 8px;
  color: var(--muted);
}

.contact-row {
  display: flex;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-soft);
}

.contact-row:first-of-type {
  margin-top: 18px;
  border-top: 1px solid var(--line-soft);
}

.contact-row svg {
  color: var(--navy);
}

.contact-row span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-row a,
.contact-row strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
}

.fine-print {
  color: var(--muted) !important;
  font-size: 13px !important;
}

.prose {
  max-width: 760px;
}

.prose h2 {
  margin-top: 32px;
  margin-bottom: 10px;
  font-size: 24px;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose a {
  color: var(--navy);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.not-found {
  min-height: 58vh;
  display: grid;
  place-items: center;
  text-align: center;
}

.site-footer {
  color: #c7d0df;
  background: #071932;
  padding: 54px 0 22px;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, 1fr));
  gap: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-brand {
  color: #fff;
}

.footer-brand .brand-logo {
  padding: 4px;
  background: #fff;
  border-radius: 8px;
}

.footer-grid p {
  max-width: 320px;
  margin-top: 14px;
  color: #a9b5c7;
}

.footer-grid h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}

.footer-grid a,
.footer-grid span {
  display: block;
  margin-bottom: 9px;
  color: #a9b5c7;
  font-size: 14px;
}

.footer-grid a:hover {
  color: var(--gold-2);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  color: #8f9db3;
  font-size: 13px;
}

@media (max-width: 1080px) {
  .sector-outdoor {
    background:
      radial-gradient(62% 58% at 94% 12%, rgba(201, 223, 189, 0.5), transparent 66%),
      linear-gradient(180deg, #f8fbf6, #fff);
  }

  .sector-specialty {
    background:
      radial-gradient(64% 58% at 94% 10%, rgba(214, 200, 226, 0.42), transparent 66%),
      linear-gradient(180deg, #fff, #fbf8ff);
  }

  h1 {
    font-size: 46px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .mobile-nav {
    position: fixed;
    top: 77px;
    right: 0;
    left: 0;
    z-index: 45;
    display: grid;
    gap: 0;
    padding: 8px 24px 24px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-soft);
    transform: translateY(-120%);
    transition: transform 0.22s ease;
  }

  .menu-open .mobile-nav {
    transform: translateY(0);
  }

  .mobile-nav a {
    padding: 13px 0;
    color: var(--ink);
    border-bottom: 1px solid var(--line-soft);
    font-weight: 800;
  }

  .mobile-nav a[aria-current="page"] {
    color: var(--navy);
  }

  .mobile-nav .mobile-cta {
    margin-top: 16px;
    color: #fff;
    border-bottom: 0;
  }

  .hero-grid,
  .partners-grid,
  .sector-hero-grid,
  .sector-stage,
  .sector-editorial-grid,
  .sector-review-layout,
  .split,
  .contact-layout,
  .partners-form-layout {
    grid-template-columns: 1fr;
  }

  .photo-panel,
  .compact-photo,
  .sector-stage,
  .sector-editorial-grid,
  .sector-review-layout {
    max-width: 720px;
  }

  .sector-editorial-media {
    min-height: 520px;
  }

  .trust-rail-inner,
  .logo-grid,
  .card-grid.three,
  .sector-focus-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .wrap {
    width: min(100% - 32px, var(--max));
  }

  h1,
  .page-intro h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 27px;
  }

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

  .brand small {
    font-size: 10px;
  }

  .brand-logo {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .hero {
    padding: 58px 0 48px;
  }

  .partners-hero,
  .sector-hero,
  .page-intro {
    padding: 44px 0 34px;
  }

  .hero-sub,
  .page-intro p {
    font-size: 18px;
  }

  .hero-copy > p:not(.hero-sub),
  .lead {
    font-size: 16px;
  }

  .actions,
  .cta-band .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
    white-space: normal;
  }

  .section,
  .cta-section {
    padding: 56px 0;
  }

  .section-tight {
    padding-top: 36px;
  }

  .trust-rail-inner,
  .logo-grid,
  .card-grid.two,
  .card-grid.three,
  .sector-focus-grid,
  .check-list.two-col,
  .field-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-rail-inner {
    padding: 16px 0;
  }

  .channel-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .form-panel,
  .contact-card,
  .list-card,
  .category-card {
    padding: 22px;
  }

  .sector-editorial-grid {
    gap: 28px;
  }

  .sector-editorial-media {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .sector-photo-main,
  .sector-photo-overlap {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    aspect-ratio: 1.18 / 1;
  }

  .sector-review-photo,
  .sector-doc-photo {
    min-height: auto;
    aspect-ratio: 1.18 / 1;
  }

  .sector-focus-section::before {
    opacity: 0.18;
  }

  .sector-focus-section::after {
    background: rgba(7, 25, 50, 0.82);
  }

  .cta-band {
    padding: 30px 22px;
  }

  .photo-panel,
  .compact-photo {
    aspect-ratio: 1.18 / 1;
  }

  .sector-visual,
  .sector-panel {
    min-height: auto;
  }

  .sector-product-stack {
    grid-template-columns: 1fr;
  }

  .sector-product-card:nth-child(even) {
    transform: none;
  }

  .sector-art-caption {
    max-width: none;
  }

  .sector-visual-head {
    display: grid;
  }

  .sector-visual-head strong {
    max-width: none;
    text-align: left;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .wrap {
    width: min(100% - 24px, var(--max));
  }

  h1,
  .page-intro h1 {
    font-size: 32px;
  }

  .nav-shell {
    min-height: 70px;
  }

  .mobile-nav {
    top: 71px;
  }

  .brand small {
    max-width: 168px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
