/*
Theme Name: NEPWINS Industrial Frontend Local Assets v2
Theme URI: https://nepwins.com/
Author: NEPWINS Industrial
Description: Front-end theme adapted from the NEPWINS Industrial site design. Existing WordPress content, plugins, membership and forms remain the source of truth.
Version: 1.0.0
Text Domain: nepwins-industrial
*/

:root {
  --ink: #172026;
  --navy: #233a42;
  --navy-deep: #101d23;
  --teal: #355f65;
  --paper: #f6f2eb;
  --white: #fbfcfa;
  --muted: #6d8188;
  --line: rgba(11, 23, 32, 0.15);
  --light-line: rgba(225, 240, 238, 0.2);
  --accent: #c47b4d;
  --accent-deep: #985b39;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-noto-sans-sc), Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--muted);
  font: 600 10px/1.3 var(--font-space-grotesk), sans-serif;
  letter-spacing: .16em;
}
.eyebrow span { width: 23px; height: 2px; background: var(--accent-deep); }

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-deep);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image: linear-gradient(rgba(157, 204, 207, .14) 1px, transparent 1px), linear-gradient(90deg, rgba(157, 204, 207, .14) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 94%);
}
.hero::after {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  top: 18px;
  right: -360px;
  border: 1px solid rgba(215, 233, 119, .25);
  border-radius: 50%;
  box-shadow: 0 0 0 96px rgba(215, 233, 119, .025), 0 0 0 192px rgba(215, 233, 119, .015);
}
.nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 92px;
  border-bottom: 1px solid rgba(225, 240, 238, .17);
}
.brand { display: inline-flex; align-items: center; white-space: nowrap; }
.official-logo { display: block; width: 168px; height: 78px; overflow: hidden; background: #fff; }
.official-logo img { display: block; width: 168px; height: auto; transform: translateY(-52px); }
.nav-links { display: flex; gap: 30px; margin-left: auto; margin-right: 32px; color: #c2d4d8; font-size: 13px; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--accent); }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 12px 15px;
  border: 1px solid rgba(215, 233, 119, .65);
  color: var(--accent);
  font-size: 12px;
}
.nav-cta span { font-size: 17px; }

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 74px;
  min-height: 614px;
  padding-top: 55px;
  padding-bottom: 61px;
}
.hero h1, h2 { margin: 0; font-weight: 500; letter-spacing: -.06em; }
.hero h1 { max-width: 690px; font-size: clamp(48px, 5.15vw, 79px); line-height: 1.03; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-lede { max-width: 530px; margin: 30px 0 32px; color: #b7cacf; font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 29px; }
.button {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  padding: 16px 17px 16px 21px;
  font-size: 13px;
}
.button-primary { color: var(--navy-deep); background: var(--accent); }
.button-primary:hover { background: #e3f18d; }
.button b { font: 400 23px/1 Arial, sans-serif; }
.text-link { padding-bottom: 5px; border-bottom: 1px solid rgba(215, 233, 119, .48); color: #d7e4e5; font-size: 13px; }
.text-link span { margin-left: 9px; color: var(--accent); }

.hero-visual {
  position: relative;
  height: 420px;
  overflow: hidden;
  border: 1px solid rgba(157, 204, 207, .27);
  background: linear-gradient(135deg, rgba(26, 74, 89, .72), rgba(6, 27, 39, .5));
}
.hero-visual::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(157, 204, 207, .13); }
.visual-kicker { position: absolute; z-index: 2; top: 24px; left: 25px; color: #91acb4; font: 500 9px var(--font-space-grotesk), sans-serif; letter-spacing: .18em; }
.visual-grid { position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, transparent 0 23%, rgba(215, 233, 119, .07) 23.3% 23.7%, transparent 24% 38%, rgba(215, 233, 119, .055) 38.3% 38.7%, transparent 39%); }
.visual-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(215, 233, 119, .25); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 210px; height: 210px; }
.orbit-two { width: 345px; height: 345px; opacity: .75; }
.visual-core { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; width: 122px; height: 122px; place-content: center; border: 1px solid var(--accent); border-radius: 50%; background: rgba(5, 28, 40, .92); text-align: center; transform: translate(-50%, -50%); }
.visual-core strong { color: var(--accent); font: 600 25px var(--font-space-grotesk), sans-serif; letter-spacing: .07em; }
.visual-core small { margin-top: 4px; color: #c1d0d2; font: 500 7px/1.55 var(--font-space-grotesk), sans-serif; letter-spacing: .1em; }
.visual-node { position: absolute; z-index: 2; display: flex; align-items: baseline; gap: 8px; color: #e4efee; font-size: 11px; line-height: 1.35; }
.visual-node b { color: var(--accent); font: 500 10px var(--font-space-grotesk), sans-serif; }
.node-one { top: 105px; left: 42px; }
.node-two { top: 130px; right: 36px; }
.node-three { bottom: 84px; left: 52px; }
.visual-line { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, rgba(215, 233, 119, .82)); transform-origin: left; }
.line-one { top: 140px; left: 112px; width: 170px; transform: rotate(22deg); }
.line-two { top: 177px; right: 101px; width: 142px; transform: rotate(130deg); }
.line-three { bottom: 123px; left: 111px; width: 183px; transform: rotate(-24deg); }
.visual-status { position: absolute; bottom: 21px; left: 25px; color: #98b3b9; font: 500 8px var(--font-space-grotesk), sans-serif; letter-spacing: .13em; }
.visual-status i { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(215, 233, 119, .11); }
.hero-foot { position: relative; z-index: 1; display: flex; align-items: center; gap: 15px; min-height: 70px; border-top: 1px solid rgba(225, 240, 238, .17); color: #78949d; font: 500 9px var(--font-space-grotesk), sans-serif; letter-spacing: .15em; }
.hero-foot i { width: 4px; height: 4px; background: var(--accent); transform: rotate(45deg); }

.statement { padding: 113px 0; background: var(--accent); }
.statement-inner { display: grid; grid-template-columns: .75fr 1.45fr .82fr; gap: 50px; }
.statement .eyebrow { color: var(--ink); }
.statement .eyebrow span { background: var(--ink); }
.statement h2 { font-size: clamp(38px, 4vw, 60px); line-height: 1.1; }
.statement p:last-child { align-self: end; margin: 0; color: #2c4b52; font-size: 14px; line-height: 1.9; }

.section { padding: 130px 0; }
.section-heading { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: end; margin-bottom: 59px; }
.section-heading h2 { font-size: clamp(42px, 4.5vw, 65px); line-height: 1.08; }
.section-heading > p { max-width: 480px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.problem-grid { display: grid; grid-template-columns: 1.16fr .92fr .92fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.problem-card { position: relative; min-height: 435px; padding: 33px 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.problem-featured { color: var(--white); background: var(--navy); }
.card-number { color: #789099; font: 500 11px var(--font-space-grotesk), sans-serif; }
.card-label { margin: 48px 0 13px; color: var(--teal); font: 500 10px var(--font-space-grotesk), sans-serif; letter-spacing: .14em; }
.problem-featured .card-label { color: var(--accent); }
.problem-card h3 { max-width: 360px; margin: 0; font-size: 27px; line-height: 1.27; font-weight: 500; letter-spacing: -.045em; }
.problem-card > p:not(.card-label) { margin: 20px 0 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.problem-featured > p:not(.card-label) { color: #b6c9cd; }
.problem-card a { position: absolute; right: 30px; bottom: 27px; left: 30px; color: var(--teal); font-size: 13px; }
.problem-featured a { color: var(--accent); }
.problem-card a span { margin-left: 8px; font-size: 17px; }

.partner-section { padding: 128px 0; color: var(--white); background: var(--navy); }
.partner-inner { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; }
.partner-section .eyebrow { color: #93adb5; }
.partner-copy h2 { max-width: 590px; font-size: clamp(41px, 4.15vw, 62px); line-height: 1.1; }
.partner-copy > p:not(.eyebrow):not(.partner-note) { max-width: 540px; margin: 28px 0 0; color: #b4c7cc; font-size: 15px; line-height: 1.9; }
.partner-note { max-width: 500px; margin: 24px 0 0; padding-left: 18px; border-left: 2px solid var(--accent); color: var(--accent); font-size: 13px; line-height: 1.7; }
.partner-list { border-top: 1px solid var(--light-line); border-left: 1px solid var(--light-line); }
.partner-list div { display: grid; grid-template-columns: 56px 1fr 24px; gap: 0; align-items: center; min-height: 75px; padding: 0 24px; border-right: 1px solid var(--light-line); border-bottom: 1px solid var(--light-line); }
.partner-list span { color: var(--accent); font: 500 10px var(--font-space-grotesk), sans-serif; }
.partner-list b { font-size: 16px; font-weight: 500; }
.partner-list i { color: #9ab2b8; font-size: 18px; font-style: normal; }

.approach { padding-top: 126px; }
.approach-heading { margin-bottom: 56px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid article { min-height: 235px; padding: 29px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid b { color: var(--teal); font: 500 10px var(--font-space-grotesk), sans-serif; }
.process-grid h3 { margin: 43px 0 9px; font-size: 22px; font-weight: 500; letter-spacing: -.04em; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.equipment-section { padding: 126px 0; color: var(--white); background: var(--teal); }
.equipment-inner { display: grid; grid-template-columns: .94fr 1.06fr; gap: 84px; align-items: center; }
.equipment-section .eyebrow { color: #a4bec3; }
.equipment-section h2 { max-width: 560px; color: var(--accent); font-size: clamp(44px, 4.35vw, 66px); line-height: 1.07; }
.equipment-section > div > p:not(.eyebrow) { max-width: 490px; margin: 26px 0 31px; color: #c0d3d6; font-size: 14px; line-height: 1.9; }
.button-outline { border: 1px solid rgba(225, 240, 238, .45); color: var(--white); }
.button-outline:hover { border-color: var(--accent); color: var(--accent); }
.equipment-panel { border: 1px solid rgba(225, 240, 238, .28); }
.equipment-panel > div { display: grid; grid-template-columns: 56px 1fr; gap: 0; padding: 27px; border-bottom: 1px solid rgba(225, 240, 238, .2); }
.equipment-panel span { grid-row: span 2; color: var(--accent); font: 500 10px var(--font-space-grotesk), sans-serif; }
.equipment-panel b { font-size: 18px; font-weight: 500; letter-spacing: -.025em; }
.equipment-panel small { margin-top: 6px; color: #b0c9ce; font-size: 12px; line-height: 1.65; }
.equipment-panel p { margin: 0; padding: 19px 27px; color: #a5c0c5; font: 500 9px/1.7 var(--font-space-grotesk), sans-serif; letter-spacing: .11em; }

.insights { padding-bottom: 132px; }
.insights-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 22px; }
.insights-head .eyebrow { margin-bottom: 16px; }
.insights-head h2 { font-size: clamp(42px, 4.5vw, 65px); line-height: 1.08; }
.text-link.dark { border-color: rgba(11, 23, 32, .35); color: var(--ink); }
.text-link.dark span { color: var(--teal); }
.insights-intro { max-width: 760px; margin: 0 0 46px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.insight-grid { display: grid; grid-template-columns: 1.22fr .93fr .93fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.insight-card { position: relative; min-height: 310px; padding: 29px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.insight-card-featured { color: var(--white); background: var(--navy); }
.insight-card:nth-child(4) { grid-column: span 2; min-height: 245px; }
.insight-card > span { color: var(--teal); font: 500 10px var(--font-space-grotesk), sans-serif; letter-spacing: .12em; }
.insight-card-featured > span { color: var(--accent); }
.insight-card h3 { max-width: 340px; margin: 36px 0 0; font-size: 24px; line-height: 1.3; font-weight: 500; letter-spacing: -.04em; }
.insight-card p { max-width: 400px; margin: 15px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.insight-card-featured p { color: #b6c9cd; }
.insight-card a { position: absolute; right: 27px; bottom: 24px; color: var(--teal); font-size: 12px; }
.insight-card-featured a { color: var(--accent); }
.insight-card a b { margin-left: 7px; font-size: 17px; }

.contact { padding: 110px 0; color: var(--white); background: var(--navy-deep); }
.contact-inner { display: flex; align-items: end; justify-content: space-between; gap: 80px; }
.contact .eyebrow { color: #8ba8af; }
.contact h2 { max-width: 760px; color: var(--accent); font-size: clamp(44px, 4.7vw, 70px); line-height: 1.07; }
.contact p:last-child { max-width: 620px; margin: 25px 0 0; color: #b5c9ce; font-size: 15px; line-height: 1.85; }
.contact-button { display: flex; flex: 0 0 auto; align-items: center; gap: 30px; padding: 18px 20px 18px 25px; color: var(--navy-deep); background: var(--accent); font-size: 14px; }
.contact-button:hover { background: #e3f18d; }
.contact-button span { font-size: 23px; }
.footer { display: flex; align-items: center; gap: 31px; min-height: 111px; color: #657c83; }
.footer .official-logo { width: 150px; height: 70px; }
.footer .official-logo img { width: 150px; transform: translateY(-47px); }
.footer p { margin: 0; font-size: 11px; }
.footer p:last-child { margin-left: auto; }

@media (max-width: 980px) {
  .nav-links { gap: 16px; margin-right: 18px; }
  .hero-grid { grid-template-columns: 1fr; gap: 26px; }
  .hero-copy { padding-top: 35px; }
  .hero-visual { max-width: 650px; width: 100%; }
  .statement-inner, .partner-inner, .equipment-inner { grid-template-columns: 1fr; gap: 40px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 350px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .insight-grid { grid-template-columns: 1fr 1fr; }
  .insight-card:nth-child(4) { grid-column: auto; }
  .insight-card { min-height: 270px; }
  .contact-inner { align-items: start; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 32px, 1240px); }
  .nav { height: 76px; }
  .nav-links { display: none; }
  .nav-cta { margin-left: auto; padding: 10px 11px; font-size: 10px; }
  .official-logo { width: 142px; height: 68px; }
  .official-logo img { width: 142px; transform: translateY(-44px); }
  .hero-grid { min-height: auto; padding: 70px 0 45px; }
  .hero h1 { font-size: 46px; }
  .hero-lede { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-visual { height: 350px; }
  .orbit-two { width: 320px; height: 320px; }
  .node-one { left: 20px; }
  .node-two { right: 18px; }
  .node-three { left: 21px; }
  .hero-foot { flex-wrap: wrap; height: auto; min-height: 64px; padding: 13px 0; }
  .statement { padding: 76px 0; }
  .statement-inner { gap: 29px; }
  .statement h2 { font-size: 38px; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 39px; }
  .section-heading h2, .insights-head h2 { font-size: 43px; }
  .problem-card { min-height: 335px; padding: 28px 24px; }
  .problem-card a { right: 24px; bottom: 24px; left: 24px; }
  .partner-section, .equipment-section { padding: 82px 0; }
  .partner-copy h2, .equipment-section h2 { font-size: 43px; }
  .partner-list div { min-height: 66px; padding: 0 18px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 190px; }
  .process-grid h3 { margin-top: 34px; }
  .insights { padding-bottom: 82px; }
  .insights-head { align-items: start; flex-direction: column; gap: 19px; }
  .insights-intro { margin-bottom: 34px; }
  .insight-grid { grid-template-columns: 1fr; }
  .insight-card, .insight-card:nth-child(4) { min-height: 265px; }
  .contact { padding: 80px 0; }
  .contact-inner { flex-direction: column; gap: 35px; }
  .contact h2 { font-size: 44px; }
  .footer { flex-wrap: wrap; gap: 15px; padding: 27px 0; }
  .footer p:last-child { width: 100%; margin-left: 0; }
}

/* Image-led homepage and the full site system */
.hero-visual-image { background: #263b40; }
.hero-visual-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-image-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12, 28, 32, .82), rgba(12, 28, 32, .15) 65%, rgba(12, 28, 32, .12)); }
.hero-image-note { position: absolute; z-index: 2; left: 25px; bottom: 21px; color: #f0e4d9; font: 500 8px var(--font-space-grotesk), sans-serif; letter-spacing: .13em; }
.hero-image-note i { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(196, 123, 77, .18); }

.site-header { position: relative; z-index: 3; display: flex; align-items: center; min-height: 92px; border-bottom: 1px solid rgba(23,32,38,.14); }
.site-header-dark { border-color: rgba(225,240,238,.17); }
.site-header .brand { margin-right: auto; }
.site-nav-links { display: flex; gap: 30px; margin: 0 32px; color: #53676c; font-size: 13px; }
.site-header-dark .site-nav-links { color: #c2d4d8; }
.site-nav-links a { transition: color .2s ease; }
.site-nav-links a:hover { color: var(--accent-deep); }
.site-header-dark .site-nav-links a:hover { color: #e1b292; }
.site-nav-cta { display: inline-flex; align-items: center; gap: 13px; padding: 12px 15px; border: 1px solid var(--accent); color: var(--accent-deep); font-size: 12px; }
.site-header-dark .site-nav-cta { color: #e1b292; border-color: rgba(196,123,77,.7); }
.site-nav-cta span { font-size: 17px; }
.member-nav-link { color: #53676c; font-size: 11px; white-space: nowrap; }
.site-header-dark .member-nav-link { color: #c2d4d8; }
.member-nav-link:hover { color: var(--accent-deep); }
.site-footer { display: flex; align-items: center; gap: 31px; min-height: 111px; color: #657c83; }
.site-footer .official-logo { width: 150px; height: 70px; }
.site-footer .official-logo img { width: 150px; transform: translateY(-47px); }
.site-footer p { margin: 0; font-size: 11px; }
.site-footer p:last-of-type { margin-left: auto; }
.site-footer-links { display: flex; gap: 18px; margin-left: auto; font-size: 11px; }
.site-footer-links a:hover { color: var(--accent-deep); }
.site-footer-members { display: grid; grid-template-columns: auto auto auto auto; gap: 10px 14px; align-items: center; font-size: 11px; }
.site-footer-members span { color: var(--accent-deep); font: 500 9px var(--font-space-grotesk), sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.site-footer-members a:hover { color: var(--accent-deep); }
.mobile-nav { display: none; position: relative; margin-left: 10px; }
.mobile-nav summary { display: grid; width: 34px; height: 34px; place-content: center; gap: 4px; cursor: pointer; list-style: none; border: 1px solid rgba(196,123,77,.55); }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary span { display: block; width: 14px; height: 1px; background: currentColor; }
.mobile-nav-panel { position: absolute; z-index: 20; top: calc(100% + 13px); right: 0; display: grid; min-width: 205px; padding: 10px; border: 1px solid rgba(196,123,77,.45); background: var(--paper); box-shadow: 0 16px 35px rgba(16,29,35,.18); }
.mobile-nav-panel a { padding: 11px 12px; color: var(--ink); font-size: 13px; }
.mobile-nav-panel a:hover { color: var(--accent-deep); background: #ebe5dc; }

.inner-page { min-height: 100vh; background: var(--paper); }
.inner-hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy-deep); }
.inner-hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background: linear-gradient(90deg, rgba(16,29,35,.95), transparent 75%), linear-gradient(rgba(157,204,207,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(157,204,207,.12) 1px, transparent 1px); background-size: auto, 58px 58px, 58px 58px; }
.inner-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; gap: 76px; align-items: center; padding: 96px 0 108px; }
.inner-hero-copy h1 { max-width: 680px; font-size: clamp(51px, 5.7vw, 86px); line-height: 1.02; font-weight: 500; letter-spacing: -.065em; }
.inner-hero-copy h1 em { color: #e1b292; font-style: normal; }
.inner-hero-copy > p:not(.eyebrow) { max-width: 540px; margin: 29px 0 0; color: #b7cacf; font-size: 16px; line-height: 1.9; }
.inner-hero-image { position: relative; min-height: 420px; border: 1px solid rgba(157,204,207,.28); }
.inner-hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.inner-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,29,35,.58), rgba(16,29,35,.05)); }
.image-label { position: absolute; z-index: 1; left: 23px; bottom: 22px; color: #f0e4d9; font: 500 9px var(--font-space-grotesk), sans-serif; letter-spacing: .13em; }
.image-label i { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--accent); }
.page-intro { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; padding: 105px 0 90px; }
.page-intro h2 { max-width: 680px; font-size: clamp(38px, 4.2vw, 62px); line-height: 1.08; }
.page-intro > p { max-width: 520px; align-self: end; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.band-light { padding: 100px 0; background: #ebe5dc; }
.band-dark { padding: 106px 0; color: var(--white); background: var(--navy); }
.band-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 46px; }
.band-heading h2 { font-size: clamp(38px, 4vw, 58px); line-height: 1.08; }
.band-heading > p { max-width: 430px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.band-dark .band-heading > p { color: #b4c7cc; }
.service-stack { border-top: 1px solid rgba(23,32,38,.2); }
.service-row { display: grid; grid-template-columns: 72px 1.05fr 1fr 28px; gap: 24px; align-items: start; padding: 31px 0; border-bottom: 1px solid rgba(23,32,38,.2); }
.service-row > span, .execution-step > b { color: var(--accent-deep); font: 500 11px var(--font-space-grotesk), sans-serif; }
.service-row h3 { margin: -4px 0 0; font-size: 22px; font-weight: 500; letter-spacing: -.04em; }
.service-row p { max-width: 470px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.service-row > i { justify-self: end; color: var(--accent-deep); font-style: normal; font-size: 20px; }
.execution-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(225,240,238,.2); border-left: 1px solid rgba(225,240,238,.2); }
.execution-step { min-height: 220px; padding: 27px 24px; border-right: 1px solid rgba(225,240,238,.2); border-bottom: 1px solid rgba(225,240,238,.2); }
.execution-step h3 { margin: 53px 0 10px; font-size: 20px; font-weight: 500; }
.execution-step p { margin: 0; color: #b4c7cc; font-size: 13px; line-height: 1.75; }
.page-cta { display: flex; align-items: end; justify-content: space-between; gap: 60px; padding: 98px 0; }
.page-cta h2 { max-width: 760px; font-size: clamp(39px, 4.6vw, 67px); line-height: 1.06; }
.page-cta p { max-width: 390px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.page-cta .button { margin-top: 25px; }

.equipment-areas { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(23,32,38,.2); border-left: 1px solid rgba(23,32,38,.2); }
.equipment-area { min-height: 300px; padding: 31px; border-right: 1px solid rgba(23,32,38,.2); border-bottom: 1px solid rgba(23,32,38,.2); }
.equipment-area .area-number { color: var(--accent-deep); font: 500 11px var(--font-space-grotesk), sans-serif; }
.equipment-area h3 { margin: 48px 0 10px; font-size: 27px; font-weight: 500; letter-spacing: -.045em; }
.equipment-area p { max-width: 410px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.equipment-role { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.equipment-role h2 { max-width: 590px; font-size: clamp(39px,4.4vw,62px); line-height: 1.08; }
.role-list { border-top: 1px solid rgba(225,240,238,.2); }
.role-list div { display: grid; grid-template-columns: 53px 1fr; gap: 0; padding: 23px 0; border-bottom: 1px solid rgba(225,240,238,.2); }
.role-list span { color: #e1b292; font: 500 10px var(--font-space-grotesk), sans-serif; }
.role-list b { font-size: 16px; font-weight: 500; }
.role-list small { grid-column: 2; margin-top: 7px; color: #b4c7cc; font-size: 12px; line-height: 1.7; }

.insights-hero .inner-hero-copy h1 { max-width: 750px; }
.insights-categories { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(23,32,38,.2); border-left: 1px solid rgba(23,32,38,.2); }
.insight-category { position: relative; display: block; min-height: 170px; padding: 26px; border-right: 1px solid rgba(23,32,38,.2); border-bottom: 1px solid rgba(23,32,38,.2); transition: background .2s ease, color .2s ease; }
.insight-category:hover { color: var(--navy); background: #ebe4d9; }
.insight-category span { color: var(--accent-deep); font: 500 10px var(--font-space-grotesk), sans-serif; letter-spacing: .12em; }
.insight-category h3 { margin: 35px 0 0; font-size: 18px; font-weight: 500; }
.insight-category i { position: absolute; right: 26px; bottom: 22px; color: var(--accent-deep); font-size: 18px; font-style: normal; }
.latest-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; border-top: 1px solid rgba(225,240,238,.2); border-left: 1px solid rgba(225,240,238,.2); }
.latest-card { display: block; min-height: 285px; padding: 28px; border-right: 1px solid rgba(225,240,238,.2); border-bottom: 1px solid rgba(225,240,238,.2); transition: background .2s ease; }
.latest-card:hover { background: rgba(196,123,77,.12); }
.latest-card:first-child { background: rgba(16,29,35,.24); }
.latest-card span { color: #e1b292; font: 500 10px var(--font-space-grotesk), sans-serif; letter-spacing: .12em; }
.latest-card h3 { max-width: 390px; margin: 48px 0 11px; font-size: 23px; line-height: 1.3; font-weight: 500; }
.latest-card p { margin: 0; color: #b4c7cc; font-size: 13px; line-height: 1.75; }
.latest-card i { display: block; margin-top: 21px; color: #e1b292; font: 500 10px var(--font-space-grotesk), sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.article-list { border-top: 1px solid rgba(23,32,38,.2); }
.article-library-note { max-width: 720px; margin: 18px 0 30px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.article-row { display: grid; grid-template-columns: 1fr 2fr 28px; gap: 30px; align-items: center; padding: 24px 0; border-bottom: 1px solid rgba(23,32,38,.2); transition: padding .2s ease, color .2s ease; }
.article-row:hover { padding-right: 8px; color: var(--accent-deep); }
.article-row span { color: var(--accent-deep); font: 500 10px var(--font-space-grotesk), sans-serif; letter-spacing: .1em; }
.article-row h3 { margin: 0; font-size: 18px; font-weight: 500; }
.article-row i { color: var(--accent-deep); font-style: normal; font-size: 19px; }

.about-story { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding: 110px 0; }
.about-story h2 { max-width: 580px; font-size: clamp(39px,4.2vw,62px); line-height: 1.08; }
.about-story-copy { max-width: 570px; color: var(--muted); font-size: 15px; line-height: 1.95; }
.about-story-copy p { margin: 0 0 21px; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(225,240,238,.2); border-left: 1px solid rgba(225,240,238,.2); }
.value-card { min-height: 240px; padding: 28px; border-right: 1px solid rgba(225,240,238,.2); border-bottom: 1px solid rgba(225,240,238,.2); }
.value-card span { color: #e1b292; font: 500 10px var(--font-space-grotesk), sans-serif; }
.value-card h3 { margin: 52px 0 9px; font-size: 21px; font-weight: 500; }
.value-card p { margin: 0; color: #b4c7cc; font-size: 13px; line-height: 1.75; }
.position-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: start; }
.position-grid h2 { max-width: 600px; color: #e1b292; font-size: clamp(39px,4.2vw,61px); line-height: 1.08; }
.position-grid p { max-width: 490px; margin: 0; color: #b4c7cc; font-size: 15px; line-height: 1.9; }

.contact-hero .inner-hero-grid { padding-bottom: 96px; }
.contact-hero .inner-hero-copy h1 { max-width: 760px; }
.contact-panel { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; padding: 100px 0; }
.contact-panel h2 { font-size: clamp(39px,4vw,58px); line-height: 1.08; }
.contact-panel > div > p { max-width: 430px; margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.contact-details { margin-top: 38px; border-top: 1px solid rgba(23,32,38,.2); }
.contact-detail { display: grid; grid-template-columns: 116px 1fr; padding: 18px 0; border-bottom: 1px solid rgba(23,32,38,.2); }
.contact-detail span { color: var(--accent-deep); font: 500 10px var(--font-space-grotesk), sans-serif; letter-spacing: .1em; }
.contact-detail b { font-size: 15px; font-weight: 500; }
.contact-card { padding: 35px; color: var(--white); background: var(--navy); }
.contact-card .eyebrow { color: #b4c7cc; }
.contact-card h3 { margin: 50px 0 11px; color: #e1b292; font-size: 31px; font-weight: 500; letter-spacing: -.04em; }
.contact-card p { margin: 0; color: #b4c7cc; font-size: 13px; line-height: 1.8; }
.contact-card-link { display: inline-flex; gap: 26px; margin-top: 35px; padding: 15px 18px; color: var(--navy-deep); background: var(--accent); font-size: 13px; }
.project-types { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(23,32,38,.2); border-left: 1px solid rgba(23,32,38,.2); }
.project-type { min-height: 180px; padding: 26px; border-right: 1px solid rgba(23,32,38,.2); border-bottom: 1px solid rgba(23,32,38,.2); }
.project-type span { color: var(--accent-deep); font: 500 10px var(--font-space-grotesk), sans-serif; }
.project-type h3 { margin: 35px 0 7px; font-size: 18px; font-weight: 500; }
.project-type p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.conversation-section { padding: 108px 0; background: #e8e1d7; }
.conversation-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 82px; align-items: start; }
.conversation-intro h2 { max-width: 570px; margin-top: 20px; font-size: clamp(38px, 4.2vw, 60px); line-height: 1.08; }
.conversation-intro > p:not(.eyebrow) { max-width: 470px; margin: 25px 0 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.conversation-note { display: flex; gap: 12px; max-width: 430px; margin-top: 37px; padding-top: 18px; border-top: 1px solid rgba(23,32,38,.2); color: var(--muted); font-size: 11px; line-height: 1.7; }
.conversation-note b { color: var(--accent-deep); font: 500 9px var(--font-space-grotesk), sans-serif; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.conversation-form { display: grid; gap: 17px; padding: 32px; background: var(--paper); border-top: 3px solid var(--accent-deep); box-shadow: 0 15px 38px rgba(16,29,35,.08); }
.conversation-form label { display: grid; gap: 7px; color: var(--ink); font-size: 11px; }
.conversation-form input, .conversation-form select, .conversation-form textarea { width: 100%; border: 1px solid rgba(23,32,38,.22); border-radius: 0; padding: 13px 12px; color: var(--ink); background: #fbf9f5; font: inherit; font-size: 13px; outline: none; }
.conversation-form input:focus, .conversation-form select:focus, .conversation-form textarea:focus { border-color: var(--accent-deep); box-shadow: 0 0 0 2px rgba(196,123,77,.13); }
.conversation-form textarea { min-height: 145px; resize: vertical; }
.form-row { display: grid; gap: 17px; }
.form-row-two { grid-template-columns: 1fr 1fr; }
.form-submit { justify-self: start; border: 0; cursor: pointer; }
.member-entry-inner { display: flex; align-items: end; justify-content: space-between; gap: 65px; }
.member-entry h2 { max-width: 720px; margin-top: 18px; color: #e1b292; font-size: clamp(38px, 4.5vw, 64px); line-height: 1.08; }
.member-entry p:not(.eyebrow) { max-width: 560px; margin: 23px 0 0; color: #b4c7cc; font-size: 14px; line-height: 1.8; }
.member-entry-actions { display: grid; gap: 18px; min-width: 190px; }
.member-secondary-link, .member-register-link { color: #e1b292; font-size: 12px; }
.member-secondary-link span, .member-register-link span { margin-left: 8px; font-size: 16px; }
.member-access-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 25px; }
.member-access-actions .button { margin-top: 0; }

@media (max-width: 980px) {
  .inner-hero-grid, .about-story, .contact-panel, .equipment-role { grid-template-columns: 1fr; gap: 45px; }
  .inner-hero-grid { padding: 74px 0 82px; }
  .page-intro { grid-template-columns: 1fr; gap: 25px; }
  .execution-grid { grid-template-columns: 1fr 1fr; }
  .service-row { grid-template-columns: 55px 1fr 28px; }
  .service-row p { grid-column: 2 / 4; }
  .equipment-role { gap: 35px; }
  .latest-grid { grid-template-columns: 1fr 1fr; }
  .latest-card:first-child { grid-column: 1 / 3; }
  .values-grid, .project-types, .insights-categories { grid-template-columns: 1fr 1fr; }
  .site-nav-links { gap: 15px; margin-right: 18px; }
  .conversation-grid { grid-template-columns: 1fr; gap: 45px; }
  .member-entry-inner { display: block; }
  .member-entry-actions { display: flex; flex-wrap: wrap; margin-top: 30px; }
}
@media (max-width: 680px) {
  .site-header { min-height: 76px; }
  .site-nav-links { display: none; }
  .site-nav-cta { display: none; }
  .member-nav-link { display: none; }
  .mobile-nav { display: block; }
  .site-header .official-logo { width: 142px; height: 68px; }
  .site-header .official-logo img { width: 142px; transform: translateY(-44px); }
  .inner-hero-copy h1 { font-size: 46px; }
  .inner-hero-copy > p:not(.eyebrow) { font-size: 14px; }
  .inner-hero-image { min-height: 300px; }
  .page-intro, .about-story, .contact-panel { padding: 74px 0; }
  .page-intro h2, .band-heading h2, .about-story h2, .contact-panel h2 { font-size: 42px; }
  .band-light, .band-dark { padding: 76px 0; }
  .band-heading, .page-cta { display: block; }
  .band-heading > p, .page-cta p { margin-top: 22px; }
  .service-row { grid-template-columns: 42px 1fr 22px; gap: 12px; }
  .service-row h3 { font-size: 19px; }
  .service-row p { font-size: 12px; }
  .execution-grid, .equipment-areas, .values-grid, .project-types, .insights-categories, .latest-grid { grid-template-columns: 1fr; }
  .latest-card:first-child { grid-column: auto; }
  .execution-step, .equipment-area, .value-card, .project-type, .latest-card { min-height: 190px; }
  .equipment-area h3, .value-card h3 { margin-top: 38px; }
  .position-grid { grid-template-columns: 1fr; gap: 25px; }
  .article-row { grid-template-columns: 1fr 24px; gap: 12px; }
  .article-row h3 { grid-column: 1 / 2; font-size: 16px; }
  .article-row i { grid-column: 2; grid-row: 1 / 3; }
  .contact-card { padding: 28px; }
  .site-footer { flex-wrap: wrap; gap: 15px; padding: 27px 0; }
  .site-footer-links { order: 3; width: 100%; margin-left: 0; }
  .site-footer-members { order: 4; width: 100%; grid-template-columns: 1fr 1fr; }
  .site-footer p:last-of-type { margin-left: auto; }
  .conversation-section { padding: 76px 0; }
  .conversation-form { padding: 24px 19px; }
  .form-row-two { grid-template-columns: 1fr; }
  .conversation-intro h2, .member-entry h2 { font-size: 42px; }
}

/* Brand integration and language navigation */
.official-logo { background: transparent; }
.official-logo img { object-fit: contain; transform: none; }
.language-switcher { position: relative; display: inline-flex; align-items: center; margin-right: 14px; color: #53676c; font: 500 10px var(--font-space-grotesk), sans-serif; letter-spacing: .1em; }
.language-switcher summary { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; list-style: none; }
.language-switcher summary::-webkit-details-marker { display: none; }
.site-header-dark .language-switcher { color: #c2d4d8; }
.language-globe { font-size: 15px; line-height: 1; }
.language-current { min-width: 20px; }
.language-menu { position: absolute; z-index: 10; top: calc(100% + 12px); right: 0; display: none; min-width: 126px; padding: 7px; border: 1px solid rgba(196,123,77,.45); background: #f6f2eb; box-shadow: 0 12px 28px rgba(16,29,35,.14); }
.language-switcher:hover .language-menu, .language-switcher:focus-within .language-menu, .language-switcher[open] .language-menu { display: grid; }
.language-menu a { padding: 8px 9px; color: var(--ink); font: 500 11px var(--font-noto-sans-sc), sans-serif; letter-spacing: 0; }
.language-menu a:hover, .language-menu a.active { color: var(--accent-deep); background: #ebe5dc; }
.brand-watermark { position: absolute; z-index: 2; top: 22px; right: 23px; width: 116px; opacity: .72; pointer-events: none; }
.brand-watermark img { display: block; width: 100%; height: auto; filter: brightness(1.24) saturate(.78); }
.hero-visual-image .brand-watermark { top: 24px; right: 25px; }
.inner-hero-image .brand-watermark { top: 22px; right: 22px; }

@media (max-width: 980px) {
  .language-switcher { margin-right: 8px; }
}
@media (max-width: 680px) {
  .language-switcher { margin-right: 8px; }
  .language-menu { right: -34px; }
  .brand-watermark { top: 17px; right: 17px; width: 94px; }
}

.partner-brands-section { padding: 108px 0; color: var(--white); background: var(--navy-deep); }
.partner-brands-section .band-heading > p { color: #b4c7cc; }
.brand-category-list { border-top: 1px solid rgba(225,240,238,.2); }
.brand-category { padding: 30px 0 12px; border-bottom: 1px solid rgba(225,240,238,.2); }
.brand-category-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.brand-category-heading span { color: #e1b292; font: 500 11px var(--font-space-grotesk), sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.brand-category-heading i { color: #9ab2b8; font: 500 10px var(--font-space-grotesk), sans-serif; font-style: normal; }
.brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.brand-card { display: grid; grid-template-columns: 42px 1fr 18px; gap: 11px; align-items: center; min-height: 85px; padding: 15px; border: 1px solid rgba(225,240,238,.2); background: rgba(255,255,255,.035); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.brand-card:hover { border-color: rgba(196,123,77,.75); background: rgba(196,123,77,.12); transform: translateY(-2px); }
.brand-card-logo { display: grid; width: 42px; height: 42px; place-items: center; overflow: hidden; background: rgba(255,255,255,.95); }
.brand-card-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-card-text-mark { color: var(--navy); font: 600 12px var(--font-space-grotesk), sans-serif; letter-spacing: -.04em; }
.brand-card b { display: block; color: var(--white); font-size: 13px; font-weight: 500; line-height: 1.25; }
.brand-card small { display: block; margin-top: 4px; color: #9ab2b8; font-size: 11px; }
.brand-card > i { color: #e1b292; font-size: 17px; font-style: normal; }
.brand-detail-hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy-deep); }
.brand-detail-hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background: linear-gradient(90deg, rgba(16,29,35,.95), transparent 75%), linear-gradient(rgba(157,204,207,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(157,204,207,.12) 1px, transparent 1px); background-size: auto, 58px 58px, 58px 58px; }
.brand-detail-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 360px; gap: 80px; align-items: center; min-height: 430px; padding: 84px 0 92px; }
.brand-detail-hero h1 { max-width: 700px; margin: 0; color: var(--white); font-size: clamp(54px, 6vw, 88px); line-height: 1; font-weight: 500; letter-spacing: -.065em; }
.brand-detail-local-name { margin: 14px 0 0; color: #e1b292; font-size: 19px; }
.brand-detail-lede { max-width: 610px; margin: 28px 0 0; color: #b7cacf; font-size: 17px; line-height: 1.85; }
.brand-detail-mark { display: grid; min-height: 290px; place-content: center; border: 1px solid rgba(196,123,77,.55); background: radial-gradient(circle, rgba(196,123,77,.14), transparent 65%); text-align: center; }
.brand-detail-mark span { color: #e1b292; font: 500 83px var(--font-space-grotesk), sans-serif; letter-spacing: -.08em; }
.brand-detail-mark small { margin-top: 15px; color: #9ab2b8; font: 500 9px var(--font-space-grotesk), sans-serif; letter-spacing: .16em; }
.brand-detail-content { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; padding-top: 107px; padding-bottom: 107px; }
.brand-detail-intro h2 { max-width: 520px; font-size: clamp(40px,4.2vw,62px); line-height: 1.08; }
.brand-detail-intro > p:last-child { max-width: 480px; margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.brand-detail-panel { padding: 34px; color: var(--white); background: var(--navy); }
.brand-detail-panel .eyebrow { color: #b4c7cc; }
.brand-detail-panel h3 { margin: 43px 0 20px; color: #e1b292; font-size: 28px; font-weight: 500; }
.brand-detail-panel ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(225,240,238,.2); }
.brand-detail-panel li { padding: 17px 0 17px 18px; border-bottom: 1px solid rgba(225,240,238,.2); color: #d9e5e6; font-size: 13px; line-height: 1.55; }
.brand-detail-panel li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 11px 1px -18px; border-radius: 50%; background: var(--accent); }
.brand-detail-note { margin: 25px 0 0; padding-left: 15px; border-left: 2px solid var(--accent); color: #b4c7cc; font-size: 13px; line-height: 1.8; }
.brand-detail-bottom { padding: 97px 0; }
.brand-detail-bottom-inner { display: flex; align-items: end; justify-content: space-between; gap: 70px; }
.brand-detail-bottom h2 { max-width: 760px; font-size: clamp(38px,4.3vw,61px); line-height: 1.08; }
.brand-detail-actions { display: grid; gap: 20px; min-width: 220px; }
.brand-detail-hero-inner { grid-template-columns: 1fr 410px; }
.brand-detail-visual { display: grid; gap: 13px; }
.brand-logo-card { display: grid; min-height: 142px; place-items: center; padding: 16px 25px 12px; border: 1px solid rgba(196,123,77,.55); background: rgba(255,255,255,.96); }
.brand-logo-card img { display: block; width: 100%; height: 96px; object-fit: contain; }
.brand-detail-text-mark { color: var(--navy); font: 600 28px var(--font-space-grotesk), sans-serif; letter-spacing: -.055em; }
.brand-logo-card small { color: #6f7c7e; font: 500 8px var(--font-space-grotesk), sans-serif; letter-spacing: .16em; }
.brand-equipment-card { position: relative; min-height: 178px; overflow: hidden; border: 1px solid rgba(157,204,207,.3); background: #263b40; }
.brand-equipment-card img { display: block; width: 100%; height: 100%; min-height: 178px; object-fit: cover; opacity: .78; }
.brand-equipment-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,29,35,.7), transparent 70%); }
.brand-equipment-card span { position: absolute; z-index: 1; left: 18px; bottom: 16px; color: #f0e4d9; font: 500 9px var(--font-space-grotesk), sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.brand-source-link { display: block; padding: 11px 13px; border: 1px solid rgba(196,123,77,.5); color: #e1b292; font: 500 10px var(--font-space-grotesk), sans-serif; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.brand-source-link:hover { color: var(--white); border-color: var(--accent); background: rgba(196,123,77,.15); }

@media (max-width: 980px) {
  .brand-grid { grid-template-columns: 1fr 1fr; }
  .brand-detail-hero-inner, .brand-detail-content { grid-template-columns: 1fr; gap: 45px; }
  .brand-detail-mark { max-width: 360px; min-height: 220px; }
  .brand-detail-bottom-inner { display: block; }
  .brand-detail-actions { display: flex; flex-wrap: wrap; margin-top: 30px; }
}
@media (max-width: 680px) {
  .partner-brands-section { padding: 76px 0; }
  .brand-grid { grid-template-columns: 1fr; }
  .brand-detail-hero-inner { padding: 68px 0 76px; }
  .brand-detail-hero h1 { font-size: 47px; }
  .brand-detail-lede { font-size: 14px; }
  .brand-detail-content { padding-top: 76px; padding-bottom: 76px; }
  .brand-detail-intro h2, .brand-detail-bottom h2 { font-size: 42px; }
  .brand-detail-panel { padding: 27px; }
  .brand-detail-panel ul { grid-template-columns: 1fr; }
  .brand-detail-hero-inner { grid-template-columns: 1fr; }
  .brand-detail-visual { max-width: 410px; }
}

/* Editorial article system */
.article-page { min-height: 100vh; background: var(--paper); }
.article-hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy-deep); }
.article-hero::before { content: ""; position: absolute; inset: 0; opacity: .23; background: linear-gradient(90deg, rgba(16,29,35,.94), transparent 76%), linear-gradient(rgba(157,204,207,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(157,204,207,.1) 1px, transparent 1px); background-size: auto, 58px 58px, 58px 58px; }
.article-hero-inner { position: relative; z-index: 1; padding-bottom: 86px; }
.article-breadcrumb { display: flex; gap: 11px; align-items: center; padding: 24px 0 55px; color: #8ea8af; font: 500 10px var(--font-space-grotesk), sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.article-breadcrumb a:hover { color: #e1b292; }
.article-breadcrumb span:nth-child(2) { color: #e1b292; }
.article-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 78px; align-items: end; }
.article-hero-copy { max-width: 760px; }
.article-category { margin: -3px 0 17px; color: #e1b292; font: 500 11px var(--font-space-grotesk), sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.article-hero-copy h1 { margin: 0; font-size: clamp(44px, 5.3vw, 78px); line-height: 1.04; font-weight: 500; letter-spacing: -.065em; }
.article-hero-lede { max-width: 660px; margin: 28px 0 0; color: #b7cacf; font-size: 16px; line-height: 1.85; }
.article-meta { display: flex; flex-wrap: wrap; gap: 27px; margin-top: 38px; padding-top: 17px; border-top: 1px solid rgba(225,240,238,.2); color: #8ea8af; font-size: 11px; }
.article-meta b { margin-left: 5px; color: #e7eeee; font-weight: 500; }
.article-cover { position: relative; min-height: 400px; overflow: hidden; border: 1px solid rgba(157,204,207,.3); background: #263b40; }
.article-cover img { display: block; width: 100%; height: 100%; min-height: 400px; object-fit: cover; opacity: .85; }
.article-cover-overlay { position: absolute; inset: 0; background: linear-gradient(150deg, rgba(16,29,35,.15), rgba(16,29,35,.75)); }
.article-cover-mark { position: absolute; z-index: 1; top: 25px; left: 26px; color: rgba(255,255,255,.9); font: 500 21px/1.15 var(--font-space-grotesk), sans-serif; letter-spacing: .04em; }
.article-cover-mark small { display: block; margin-top: 9px; color: #e1b292; font-size: 8px; letter-spacing: .16em; }
.article-cover-label { position: absolute; z-index: 1; right: 24px; bottom: 22px; color: #f0e4d9; font: 500 9px var(--font-space-grotesk), sans-serif; letter-spacing: .13em; }
.article-main { display: grid; grid-template-columns: 190px minmax(0, 1fr) 248px; gap: 53px; align-items: start; padding-top: 88px; padding-bottom: 105px; }
.article-rail { position: sticky; top: 25px; }
.article-back { display: block; margin-bottom: 27px; color: var(--accent-deep); font-size: 12px; line-height: 1.5; }
.article-back:hover { color: var(--navy); }
.article-rail-card { padding: 22px 18px; border-top: 2px solid var(--accent); background: #ebe5dc; }
.article-rail-card .eyebrow { margin-bottom: 17px; font-size: 9px; line-height: 1.4; }
.article-rail-card ul { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.article-rail-card li { color: #53676c; font-size: 12px; line-height: 1.65; }
.article-rail-card li::before { content: "→"; margin-right: 6px; color: var(--accent-deep); }
.article-reading { min-width: 0; }
.article-lead { margin: 0 0 44px; color: var(--ink); font-size: clamp(20px, 2.1vw, 28px); line-height: 1.48; letter-spacing: -.025em; }
.article-sections { border-top: 1px solid var(--line); }
.article-sections > section { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 31px 0 35px; border-bottom: 1px solid var(--line); }
.article-section-number { color: var(--accent-deep); font: 500 11px var(--font-space-grotesk), sans-serif; letter-spacing: .08em; }
.article-sections h2 { margin: -5px 0 12px; font-size: 27px; line-height: 1.2; font-weight: 500; letter-spacing: -.04em; }
.article-sections p { max-width: 640px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.member-access { margin-top: 46px; padding: 31px; color: var(--white); background: var(--navy); }
.member-access .eyebrow { color: #b4c7cc; }
.member-access h2 { max-width: 500px; margin: 38px 0 13px; color: #e1b292; font-size: 31px; line-height: 1.15; }
.member-access > p:not(.eyebrow) { max-width: 600px; margin: 0; color: #b4c7cc; font-size: 13px; line-height: 1.8; }
.member-access .button { margin-top: 25px; }
.member-access small { display: block; margin-top: 18px; color: #8ea8af; font-size: 10px; line-height: 1.5; }
.article-side { display: grid; gap: 35px; }
.article-project-card { padding: 27px 23px; color: var(--white); background: var(--teal); }
.article-project-card .eyebrow { color: #bad0d1; }
.article-project-card h2 { margin: 38px 0 13px; color: #f0e4d9; font-size: 27px; line-height: 1.18; }
.article-project-card > p:not(.eyebrow) { margin: 0; color: #c4d5d6; font-size: 12px; line-height: 1.8; }
.article-side-button { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 25px; padding: 13px 14px; color: var(--navy-deep); background: var(--accent); font-size: 12px; }
.article-side-button span { font-size: 18px; }
.article-related { border-top: 1px solid var(--line); }
.article-related .eyebrow { margin: 19px 0 8px; font-size: 9px; }
.article-related > a { position: relative; display: block; padding: 15px 22px 15px 0; border-bottom: 1px solid var(--line); }
.article-related > a span { display: block; margin-bottom: 7px; color: var(--accent-deep); font: 500 9px var(--font-space-grotesk), sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.article-related > a b { display: block; max-width: 210px; color: var(--ink); font-size: 13px; line-height: 1.45; font-weight: 500; }
.article-related > a i { position: absolute; top: 29px; right: 0; color: var(--accent-deep); font-size: 17px; font-style: normal; }
.article-related > a:hover b { color: var(--accent-deep); }
.article-next { padding: 87px 0 97px; }
.article-next .eyebrow { margin-bottom: 27px; }
.article-next-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.article-next-grid > a { position: relative; min-height: 205px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease; }
.article-next-grid > a:hover { background: rgba(196,123,77,.1); }
.article-next-grid span { color: var(--accent-deep); font: 500 10px var(--font-space-grotesk), sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.article-next-grid h2 { max-width: 480px; margin: 38px 0 0; font-size: 24px; line-height: 1.28; }
.article-next-grid i { position: absolute; right: 26px; bottom: 22px; color: var(--accent-deep); font: 500 10px var(--font-space-grotesk), sans-serif; font-style: normal; letter-spacing: .1em; text-transform: uppercase; }
.article-reset { display: inline-block; margin-top: 25px; color: var(--accent-deep); font-size: 12px; }
.article-reset:hover { color: var(--navy); }
.insight-category.active { color: var(--navy); background: #ebe4d9; }
.latest-card-featured { background: rgba(16,29,35,.24); }

@media (max-width: 980px) {
  .article-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .article-cover { max-width: 620px; }
  .article-main { grid-template-columns: 180px minmax(0,1fr); }
  .article-side { grid-column: 2; grid-template-columns: 1fr 1fr; align-items: start; }
}
@media (max-width: 680px) {
  .article-hero-inner { padding-bottom: 67px; }
  .article-breadcrumb { padding: 18px 0 40px; font-size: 9px; }
  .article-hero-copy h1 { font-size: 43px; }
  .article-hero-lede { font-size: 14px; }
  .article-meta { gap: 12px 18px; line-height: 1.6; }
  .article-cover, .article-cover img { min-height: 265px; }
  .article-main { display: block; padding-top: 67px; padding-bottom: 76px; }
  .article-rail { position: static; }
  .article-back { margin-bottom: 25px; }
  .article-rail-card { margin-bottom: 51px; }
  .article-lead { font-size: 21px; }
  .article-sections > section { grid-template-columns: 40px 1fr; gap: 12px; padding: 26px 0 30px; }
  .article-sections h2 { font-size: 23px; }
  .article-sections p { font-size: 13px; }
  .member-access { padding: 26px 23px; }
  .member-access h2 { margin-top: 31px; font-size: 28px; }
  .article-side { display: grid; grid-template-columns: 1fr; margin-top: 55px; }
  .article-next { padding: 67px 0 76px; }
  .article-next-grid { grid-template-columns: 1fr; }
  .article-next-grid > a { min-height: 180px; }
  .article-next-grid h2 { font-size: 21px; }
}
