:root {
  --forest: #123F2E;
  --forest-deep: #08271D;
  --forest-soft: #1A4A38;
  --sage: #8FA783;
  --sage-pale: #DCE4D6;
  --ivory: #F5F2EB;
  --paper: #FCFAF5;
  --ink: #152019;
  --muted: #657068;
  --line: rgba(21, 32, 25, 0.14);
  --white-line: rgba(255, 255, 255, 0.16);
  --radius: 2px;
  --max-width: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 78px;
  padding: 0 4vw;
  background: rgba(245, 242, 235, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

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

.brand-mark {
  width: 33px;
  height: 33px;
}

.brand-name {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  color: #35423a;
}

.desktop-nav a {
  position: relative;
  padding: 9px 0;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 3px;
  height: 1px;
  background: var(--forest);
  transition: right 180ms ease;
}

.desktop-nav a:hover::after {
  right: 0;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

.lang-switch {
  border: 0;
  background: transparent;
  color: var(--forest);
  padding: 10px 4px;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.lang-divider {
  opacity: .35;
  margin: 0 4px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  background: var(--sage);
  color: var(--forest-deep);
  border: 1px solid var(--sage);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: #9DB292;
}

.button-small {
  min-height: 42px;
  padding: 0 17px;
  background: var(--forest);
  color: #fff;
  border-color: var(--forest);
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--forest-deep);
  color: #fff;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -15% -45% 35%;
  width: 850px;
  height: 850px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(143, 167, 131, 0.12) 0%, rgba(143, 167, 131, 0) 68%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  min-height: calc(100vh - 78px);
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 8.5vw 4vw 7vw;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.eyebrow {
  margin: 0 0 26px;
  color: var(--sage);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.6;
}

.eyebrow.dark {
  color: var(--forest);
}

.hero h1,
.section h2,
.international-section h2,
.contact-section h2 {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: .98;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(58px, 7.2vw, 112px);
}

.hero-lead {
  max-width: 620px;
  margin: 36px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 36px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.34);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.hero-statement {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  margin-top: auto;
  padding-top: 72px;
}

.statement-index {
  color: var(--sage);
  font-size: 11px;
  letter-spacing: .12em;
}

.hero-statement p {
  margin: 0;
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.17;
  letter-spacing: -0.025em;
}

.hero-visual {
  position: relative;
  min-height: 600px;
  margin-left: 6vw;
}

.visual-grid {
  position: absolute;
  inset: 3% 0 5% 3%;
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.visual-grid::before,
.visual-grid::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(143, 167, 131, .34);
  border-radius: 50%;
}

.visual-grid::before {
  width: 430px;
  height: 430px;
  right: 4%;
  top: 10%;
}

.visual-grid::after {
  width: 280px;
  height: 280px;
  right: 17%;
  top: 23%;
}

.visual-orbit {
  position: absolute;
  border: 1px solid rgba(143, 167, 131, .27);
  border-radius: 50%;
}

.orbit-one {
  width: 500px;
  height: 500px;
  right: -6%;
  top: 5%;
}

.orbit-two {
  width: 350px;
  height: 350px;
  right: 9%;
  top: 18%;
}

.visual-marker {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid var(--sage);
  border-radius: 50%;
}

.visual-marker span {
  position: absolute;
  inset: 5px;
  background: var(--sage);
  border-radius: 50%;
}

.marker-a {
  right: 18%;
  top: 20%;
}

.marker-b {
  left: 30%;
  bottom: 23%;
}

.visual-card {
  position: absolute;
  border: 1px solid var(--white-line);
  background: rgba(13, 48, 35, .72);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 70px rgba(0,0,0,.2);
}

.visual-card-main {
  right: 8%;
  top: 26%;
  width: min(370px, 78%);
  padding: 30px;
}

.visual-label {
  color: var(--sage);
  font-size: 9px;
  letter-spacing: .17em;
}

.visual-metric {
  margin-top: 44px;
  font-size: clamp(48px, 6vw, 74px);
  font-weight: 600;
  letter-spacing: -.05em;
}

.visual-line {
  height: 1px;
  margin: 22px 0;
  background: var(--white-line);
}

.visual-region {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .16em;
}

.visual-card-small {
  left: 8%;
  bottom: 12%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 15px;
  align-items: center;
  padding: 18px 20px;
  color: rgba(255,255,255,.75);
  font-size: 9px;
  letter-spacing: .14em;
}

.visual-card-small strong {
  color: var(--sage);
  font-size: 19px;
}

.trust-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--white-line);
}

.trust-strip span {
  padding: 22px 4vw;
  border-right: 1px solid var(--white-line);
  color: rgba(255,255,255,.65);
  font-size: 11px;
  letter-spacing: .05em;
}

.trust-strip span:last-child {
  border-right: 0;
}

.section {
  padding: 120px 4vw;
}

.light-section {
  background: var(--ivory);
}

.dark-section {
  background: var(--forest);
  color: #fff;
}

.section-heading {
  max-width: var(--max-width);
  margin: 0 auto 72px;
}

.section-heading h2,
.international-section h2,
.contact-section h2 {
  max-width: 980px;
  font-size: clamp(44px, 5.3vw, 76px);
}

.section-heading > p:last-child {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.split-heading {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 60px;
  align-items: end;
}

.dark-section .section-heading > p:last-child {
  color: rgba(255,255,255,.62);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--max-width);
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-card {
  min-height: 330px;
  padding: 32px 34px 40px;
  border-right: 1px solid var(--line);
}

.service-card:last-child {
  border-right: 0;
}

.service-number {
  display: block;
  margin-bottom: 80px;
  color: var(--sage);
  font-size: 11px;
  letter-spacing: .16em;
}

.service-card h3,
.case-card h3,
.method-item h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 550;
  letter-spacing: -.025em;
}

.service-card p,
.case-card p,
.method-item p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--max-width);
  margin: 0 auto;
  border-top: 1px solid var(--white-line);
  border-left: 1px solid var(--white-line);
}

.case-card {
  min-height: 270px;
  padding: 30px;
  border-right: 1px solid var(--white-line);
  border-bottom: 1px solid var(--white-line);
  transition: background 180ms ease;
}

.case-card:hover {
  background: rgba(255,255,255,.045);
}

.case-tag {
  display: block;
  margin-bottom: 72px;
  color: var(--sage);
  font-size: 9px;
  letter-spacing: .18em;
}

.case-card p {
  color: rgba(255,255,255,.62);
}

.featured-case {
  background: var(--sage);
  color: var(--forest-deep);
}

.featured-case .case-tag,
.featured-case p {
  color: var(--forest-deep);
}

.method-list {
  max-width: var(--max-width);
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.method-item {
  display: grid;
  grid-template-columns: 80px minmax(220px, .7fr) 1.3fr;
  gap: 28px;
  align-items: start;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.method-item > span {
  color: var(--sage);
  font-size: 11px;
  letter-spacing: .16em;
}

.method-item p {
  margin: 0;
  max-width: 640px;
}

.scope-note {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 22px;
  max-width: var(--max-width);
  margin: 42px auto 0;
  padding: 28px 0 0;
}

.scope-note p {
  max-width: 850px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.scope-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--sage);
  border-radius: 50%;
  color: var(--forest);
  font-size: 12px;
}

.international-section {
  padding: 120px 4vw;
  background: var(--forest-deep);
  color: #fff;
}

.international-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  max-width: var(--max-width);
  margin: 0 auto;
}

.international-copy {
  align-self: end;
  padding-top: 60px;
}

.international-copy > p:first-child {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 18px;
  line-height: 1.65;
}

.international-highlight {
  margin: 42px 0 16px;
  color: var(--sage);
  font-size: 25px;
  line-height: 1.35;
  letter-spacing: -.02em;
}

.light-link {
  margin-top: 12px;
}

.contact-section {
  padding: 90px 4vw 120px;
  background: var(--paper);
}

.contact-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.contact-copy p:last-child {
  max-width: 600px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.contact-actions {
  border-top: 1px solid var(--line);
}

.contact-row {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 78px;
  border-bottom: 1px solid var(--line);
}

.contact-row > span:first-child {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.contact-row strong {
  font-size: 14px;
  font-weight: 600;
}

.contact-row > span:last-child {
  color: var(--sage);
  font-size: 20px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  padding: 48px 4vw;
  background: var(--forest);
  color: #fff;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-mark {
  width: 40px;
  height: 40px;
}

.footer-brand div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-brand strong {
  font-size: 14px;
  letter-spacing: .22em;
}

.footer-brand span,
.footer-meta {
  color: rgba(255,255,255,.55);
  font-size: 11px;
}

.footer-meta {
  display: flex;
  gap: 22px;
  text-align: right;
}

@media (max-width: 1050px) {
  .desktop-nav {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 100px;
  }

  .hero-visual {
    min-height: 520px;
    margin: 60px 0 0;
  }

  .split-heading,
  .international-inner,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .case-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .international-copy {
    padding-top: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 68px;
    padding: 0 20px;
  }

  .brand-name {
    font-size: 14px;
  }

  .brand-mark {
    width: 29px;
    height: 29px;
  }

  .button-small {
    display: none;
  }

  .hero-grid {
    padding: 72px 22px 42px;
  }

  .hero h1 {
    font-size: clamp(50px, 14vw, 74px);
  }

  .hero-lead {
    font-size: 18px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-statement {
    margin-top: 70px;
    padding-top: 0;
  }

  .hero-visual {
    min-height: 430px;
  }

  .visual-card-main {
    right: 3%;
    width: 82%;
  }

  .visual-card-small {
    left: 2%;
  }

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

  .trust-strip span {
    min-height: 72px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--white-line);
  }

  .section,
  .international-section {
    padding: 82px 22px;
  }

  .section-heading {
    margin-bottom: 48px;
  }

  .section-heading h2,
  .international-section h2,
  .contact-section h2 {
    font-size: clamp(40px, 11vw, 58px);
  }

  .service-grid,
  .case-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
    padding: 28px 0 34px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-number,
  .case-tag {
    margin-bottom: 42px;
  }

  .case-card {
    min-height: 240px;
  }

  .method-item {
    grid-template-columns: 48px 1fr;
    gap: 20px;
  }

  .method-item p {
    grid-column: 2;
  }

  .international-inner {
    gap: 40px;
  }

  .contact-section {
    padding: 70px 22px 90px;
  }

  .contact-panel {
    gap: 54px;
  }

  .contact-row {
    grid-template-columns: 76px 1fr auto;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 42px 22px;
  }

  .footer-meta {
    flex-direction: column;
    gap: 6px;
    text-align: left;
  }
}


/* ===== V3 — Services & business situations ===== */
.service-section {
  background:
    linear-gradient(to right, transparent calc(50% - .5px), rgba(21,32,25,.05) 50%, transparent calc(50% + .5px)),
    var(--ivory);
}

.service-intro {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 8vw;
  align-items: end;
  max-width: var(--max-width);
  margin: 0 auto 82px;
}

.service-intro h2 {
  max-width: 820px;
  font-size: clamp(46px, 5.2vw, 78px);
  margin: 0;
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .99;
}

.service-intro-side > p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.service-proof {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.proof-line {
  width: 28px;
  height: 2px;
  margin-top: 10px;
  background: var(--sage);
}

.service-proof p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.service-proof strong {
  color: var(--forest);
  font-weight: 650;
}

.service-flow {
  display: grid;
  grid-template-columns: 1fr 54px 1fr 54px 1fr;
  align-items: stretch;
  max-width: var(--max-width);
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-step {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 30px 32px 36px;
  background: rgba(252,250,245,.42);
}

.service-step-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.service-number {
  margin: 0;
}

.service-icon {
  width: 54px;
  height: 54px;
  color: var(--forest);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
}

.service-step > div:last-child {
  margin-top: auto;
}

.service-step h3 {
  margin: 0;
  font-size: clamp(28px, 2.5vw, 36px);
  font-weight: 550;
  letter-spacing: -.03em;
}

.service-step p {
  max-width: 330px;
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.service-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sage);
  font-size: 22px;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.service-result {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 34px;
  max-width: var(--max-width);
  margin: 34px auto 0;
  padding-top: 28px;
}

.service-result span {
  color: var(--sage);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
}

.service-result p {
  max-width: 790px;
  margin: 0;
  color: var(--forest);
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.34;
  letter-spacing: -.02em;
}

.case-section {
  position: relative;
  overflow: hidden;
}

.case-section::before {
  content: "";
  position: absolute;
  right: -260px;
  top: 180px;
  width: 690px;
  height: 690px;
  border: 1px solid rgba(143,167,131,.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(143,167,131,.025),
    0 0 0 180px rgba(143,167,131,.018);
}

.case-heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 8vw;
  align-items: end;
  max-width: var(--max-width);
  margin: 0 auto 74px;
}

.case-heading h2 {
  margin: 0;
  max-width: 880px;
  font-size: clamp(46px, 5.25vw, 78px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .99;
}

.case-heading-side {
  padding-bottom: 4px;
}

.case-heading-side p {
  max-width: 560px;
  margin: 0 0 30px;
  color: rgba(255,255,255,.62);
  font-size: 16px;
  line-height: 1.7;
}

.case-region {
  display: inline-block;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: var(--sage);
  font-size: 9px;
  letter-spacing: .18em;
}

.premium-case-grid {
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(4, 1fr);
  border-color: rgba(255,255,255,.13);
}

.premium-case-grid .case-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 24px 26px 28px;
  border-color: rgba(255,255,255,.13);
  background: rgba(255,255,255,.012);
  overflow: hidden;
}

.premium-case-grid .case-card-large {
  grid-column: span 2;
}

.case-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.case-symbol {
  color: rgba(255,255,255,.36);
  font-size: 18px;
}

.case-graphic {
  position: relative;
  height: 120px;
  margin: 26px 0 22px;
}

.case-card-bottom {
  margin-top: auto;
}

.case-graphic-site {
  border-left: 1px solid rgba(143,167,131,.35);
  border-bottom: 1px solid rgba(143,167,131,.35);
}

.case-graphic-site span {
  position: absolute;
  bottom: 0;
  width: 19%;
  border: 1px solid rgba(143,167,131,.52);
  border-bottom: 0;
}

.case-graphic-site span:nth-child(1) { left: 13%; height: 42%; }
.case-graphic-site span:nth-child(2) { left: 39%; height: 72%; }
.case-graphic-site span:nth-child(3) { left: 65%; height: 92%; background: rgba(143,167,131,.08); }

.case-graphic-asset::before,
.case-graphic-asset::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(143,167,131,.48);
}

.case-graphic-asset::before {
  width: 88px;
  height: 88px;
  left: 20%;
  bottom: 0;
}

.case-graphic-asset::after {
  width: 55px;
  height: 55px;
  left: calc(20% + 16px);
  bottom: 16px;
}

.case-graphic-asset span:nth-child(1),
.case-graphic-asset span:nth-child(2) {
  position: absolute;
  height: 1px;
  background: rgba(143,167,131,.38);
  transform-origin: left center;
}

.case-graphic-asset span:nth-child(1) {
  width: 70px; left: calc(20% + 44px); bottom: 44px; transform: rotate(-22deg);
}

.case-graphic-asset span:nth-child(2) {
  width: 46px; left: calc(20% + 44px); bottom: 44px; transform: rotate(22deg);
}

.case-graphic-supply {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}

.case-graphic-supply span {
  flex: 1;
  border: 1px solid rgba(143,167,131,.45);
  background: rgba(143,167,131,.035);
}

.case-graphic-supply span:nth-child(1) { height: 44px; }
.case-graphic-supply span:nth-child(2) { height: 76px; }
.case-graphic-supply span:nth-child(3) { height: 106px; }

.case-graphic-network span {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(143,167,131,.62);
  border-radius: 50%;
}

.case-graphic-network span:nth-child(1) { left: 12%; top: 52%; }
.case-graphic-network span:nth-child(2) { left: 42%; top: 18%; }
.case-graphic-network span:nth-child(3) { left: 72%; top: 48%; }
.case-graphic-network span:nth-child(4) { left: 48%; top: 78%; }

.case-graphic-network::before,
.case-graphic-network::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 20%;
  top: 52%;
  height: 1px;
  background: rgba(143,167,131,.35);
  transform: rotate(-10deg);
}

.case-graphic-network::after {
  left: 34%;
  right: 14%;
  transform: rotate(28deg);
}

.case-graphic-document {
  border: 1px solid rgba(143,167,131,.42);
  width: 74%;
  margin-left: 12%;
  padding: 20px 16px;
}

.case-graphic-document span {
  display: block;
  height: 1px;
  margin: 12px 0;
  background: rgba(143,167,131,.42);
}

.case-graphic-document span:nth-child(1) { width: 65%; }
.case-graphic-document span:nth-child(2) { width: 88%; }
.case-graphic-document span:nth-child(3) { width: 48%; }

.premium-case-grid .featured-case {
  background: var(--sage);
  color: var(--forest-deep);
}

.premium-case-grid .featured-case .case-symbol {
  color: rgba(8,39,29,.48);
}

.premium-case-grid .featured-case .case-tag {
  color: var(--forest-deep);
}

.case-graphic-international {
  overflow: hidden;
}

.intl-ring {
  position: absolute;
  width: 150px;
  height: 150px;
  right: 8%;
  top: -12px;
  border: 1px solid rgba(8,39,29,.25);
  border-radius: 50%;
}

.intl-ring.second {
  width: 98px;
  height: 98px;
  right: calc(8% + 26px);
  top: 14px;
}

.intl-point {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--forest-deep);
}

.point-one { left: 24%; top: 62%; }
.point-two { right: 19%; top: 34%; }

.intl-link {
  position: absolute;
  left: 25%;
  right: 20%;
  top: 52%;
  height: 1px;
  background: rgba(8,39,29,.42);
  transform: rotate(-18deg);
  transform-origin: left center;
}

.case-footer-note {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 34px;
  max-width: var(--max-width);
  margin: 34px auto 0;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.case-footer-note span {
  color: var(--sage);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
}

.case-footer-note p {
  margin: 0;
  color: rgba(255,255,255,.73);
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 1050px) {
  .service-intro,
  .case-heading {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .service-flow {
    grid-template-columns: 1fr;
  }

  .service-arrow {
    min-height: 54px;
    border: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    transform: rotate(90deg);
  }

  .service-step {
    min-height: 300px;
  }

  .premium-case-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .premium-case-grid .case-card-large {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .service-intro {
    margin-bottom: 52px;
  }

  .service-flow {
    border-left: 0;
    border-right: 0;
  }

  .service-step {
    min-height: 280px;
    padding: 26px 0 30px;
  }

  .service-arrow {
    justify-content: flex-start;
    padding-left: 4px;
  }

  .service-result,
  .case-footer-note {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .premium-case-grid {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .premium-case-grid .case-card-large {
    grid-column: span 1;
  }

  .premium-case-grid .case-card {
    min-height: 330px;
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }

  .case-heading {
    margin-bottom: 50px;
  }
}


/* ===== V4 — Method, international & contact ===== */
.method-section {
  background:
    linear-gradient(90deg, rgba(143,167,131,.035) 1px, transparent 1px),
    linear-gradient(rgba(143,167,131,.035) 1px, transparent 1px),
    var(--paper);
  background-size: 72px 72px;
}

.method-layout {
  max-width: var(--max-width);
  margin: 0 auto;
}

.method-heading {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 8vw;
  align-items: end;
  margin-bottom: 66px;
}

.method-heading h2 {
  margin: 0;
  font-size: clamp(46px, 5.1vw, 76px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .99;
}

.method-intro {
  max-width: 570px;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.method-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.method-card {
  min-height: 310px;
  padding: 28px 28px 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(252,250,245,.76);
}

.method-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 98px;
}

.method-card-head > span:first-child {
  color: var(--sage);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}

.method-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid var(--sage);
}

.method-card h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 550;
  letter-spacing: -.025em;
}

.method-card p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.method-assurance {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 70px;
  align-items: start;
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.assurance-label {
  display: flex;
  align-items: center;
  gap: 14px;
}

.assurance-label strong {
  color: var(--forest);
  font-size: 14px;
  font-weight: 650;
}

.method-assurance > p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.premium-international {
  padding-top: 0;
  padding-bottom: 0;
}

.international-frame {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 110px 0 118px;
}

.international-kicker {
  display: flex;
  align-items: flex-start;
  gap: 34px;
  margin-bottom: 48px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.intl-index {
  color: var(--sage);
  font-size: 10px;
  letter-spacing: .16em;
}

.international-kicker .eyebrow {
  margin: -3px 0 0;
}

.international-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 8vw;
}

.international-title-wrap h2 {
  max-width: 760px;
}

.intl-location-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  align-items: center;
  max-width: 430px;
  margin-top: 54px;
  padding-top: 26px;
  border-top: 1px solid rgba(255,255,255,.16);
}

.intl-location-map {
  position: relative;
  height: 120px;
}

.map-ring {
  position: absolute;
  border: 1px solid rgba(143,167,131,.38);
  border-radius: 50%;
}

.map-ring-a {
  width: 104px;
  height: 104px;
  left: 0;
  top: 8px;
}

.map-ring-b {
  width: 58px;
  height: 58px;
  left: 23px;
  top: 31px;
}

.map-point {
  position: absolute;
  left: 49px;
  top: 57px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 7px rgba(143,167,131,.12);
}

.map-cross-x,
.map-cross-y {
  position: absolute;
  background: rgba(143,167,131,.22);
}

.map-cross-x {
  width: 132px;
  height: 1px;
  left: -14px;
  top: 61px;
}

.map-cross-y {
  width: 1px;
  height: 118px;
  left: 53px;
  top: 0;
}

.intl-location-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.intl-location-copy span {
  color: var(--sage);
  font-size: 9px;
  letter-spacing: .18em;
}

.intl-location-copy strong {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
}

.intl-location-copy small {
  color: rgba(255,255,255,.56);
  font-size: 12px;
}

.international-benefits {
  margin: 44px 0 36px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.international-benefits > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.international-benefits span {
  color: var(--sage);
  font-size: 9px;
  letter-spacing: .14em;
}

.international-benefits p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.55;
}

.international-cta {
  margin-top: 18px;
}

.premium-contact {
  background: var(--ivory);
}

.contact-overline {
  display: flex;
  justify-content: space-between;
  max-width: var(--max-width);
  margin: 0 auto 42px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .18em;
}

.premium-contact .contact-panel {
  padding-top: 0;
  border-top: 0;
}

.contact-note {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  max-width: 560px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.contact-note-line {
  width: 26px;
  height: 2px;
  margin-top: 9px;
  background: var(--sage);
}

.contact-note p {
  margin: 0 !important;
  color: var(--muted);
  font-size: 13px !important;
  line-height: 1.65 !important;
}

.contact-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding-top: 26px;
}

.contact-meta div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.contact-meta span {
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.contact-meta strong {
  color: var(--forest);
  font-size: 13px;
  font-weight: 600;
}

.premium-footer {
  display: block;
  padding: 0 4vw;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 62px 0 48px;
}

.footer-message {
  justify-self: end;
  max-width: 500px;
  text-align: right;
}

.footer-message span {
  color: var(--sage);
  font-size: 9px;
  letter-spacing: .18em;
}

.footer-message p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.86);
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -.02em;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.48);
  font-size: 10px;
}

@media (max-width: 1050px) {
  .method-heading,
  .international-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .method-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .method-assurance {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-message {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .method-flow {
    grid-template-columns: 1fr;
    border-left: 0;
  }

  .method-card {
    min-height: 265px;
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }

  .method-card-head {
    margin-bottom: 70px;
  }

  .international-frame {
    padding: 82px 22px 92px;
  }

  .international-kicker {
    gap: 18px;
  }

  .intl-location-card {
    grid-template-columns: 118px 1fr;
  }

  .contact-overline {
    margin-bottom: 32px;
  }

  .contact-meta {
    grid-template-columns: 1fr;
  }

  .footer-main {
    padding-top: 48px;
  }

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


/* ===== V5 — Visual enrichment inspired by approved references ===== */
.hero-photo-panel {
  position: relative;
  min-height: 620px;
  margin-left: 4vw;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(8,39,29,.06), rgba(8,39,29,.58)),
    linear-gradient(135deg, #263f35 0%, #536958 36%, #a3a18e 60%, #334a40 100%);
}

.hero-photo-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 35%, rgba(245,242,235,.3), transparent 16%),
    linear-gradient(155deg, transparent 0 42%, rgba(8,39,29,.3) 42% 48%, transparent 48%),
    linear-gradient(20deg, rgba(18,63,46,.55) 0 18%, transparent 18% 100%);
  opacity: .9;
}

.hero-photo-panel::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 15%;
  height: 36%;
  clip-path: polygon(0 100%, 11% 70%, 20% 78%, 31% 44%, 40% 61%, 50% 36%, 59% 52%, 69% 24%, 79% 41%, 88% 15%, 100% 47%, 100% 100%);
  background: linear-gradient(180deg, rgba(8,39,29,.65), rgba(8,39,29,.95));
}

.hero-photo-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,39,29,.52), transparent 42%),
    linear-gradient(180deg, transparent 55%, rgba(8,39,29,.2));
  z-index: 1;
}

.hero-landscape-label {
  position: absolute;
  left: 34px;
  bottom: 34px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-landscape-label span {
  color: var(--sage);
  font-size: 9px;
  letter-spacing: .18em;
}

.hero-landscape-label strong {
  color: #fff;
  font-size: 14px;
  letter-spacing: .05em;
}

.hero-location-card {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 3;
  width: min(260px, 70%);
  padding: 22px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(8,39,29,.64);
  backdrop-filter: blur(10px);
}

.hero-location-card > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.hero-location-card > div:last-child {
  border-bottom: 0;
}

.hero-location-card span {
  color: var(--sage);
  font-size: 9px;
  letter-spacing: .14em;
}

.hero-location-card strong {
  color: #fff;
  font-size: 14px;
}

.hero-location-card small {
  color: rgba(255,255,255,.58);
  font-size: 11px;
}

.service-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--max-width);
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-visual-card {
  min-height: 470px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.service-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.service-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(8,39,29,.18));
}

.service-image-observe {
  background:
    linear-gradient(170deg, rgba(245,242,235,.1), rgba(8,39,29,.1)),
    linear-gradient(135deg, #c9baa3 0%, #7f8f72 34%, #344a3e 58%, #213629 100%);
}

.service-image-observe::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 58%;
  clip-path: polygon(0 80%, 18% 58%, 31% 70%, 46% 34%, 58% 49%, 70% 20%, 83% 40%, 100% 14%, 100% 100%, 0 100%);
  background: #274035;
}

.service-image-document {
  background:
    linear-gradient(90deg, rgba(8,39,29,.15), rgba(8,39,29,.05)),
    linear-gradient(140deg, #8d9d89 0%, #d7d1c2 44%, #5d715f 45%, #314537 100%);
}

.service-image-document::before {
  content: "";
  position: absolute;
  width: 84px;
  height: 150px;
  left: 50%;
  top: 34px;
  transform: translateX(-50%);
  border: 5px solid #1a261f;
  border-radius: 12px;
  background:
    linear-gradient(180deg, #60755f 0 56%, #24362b 56% 100%);
  box-shadow: 0 18px 35px rgba(0,0,0,.2);
}

.service-image-report {
  background:
    linear-gradient(180deg, #d9d3c7 0 58%, #8a7055 58% 100%);
}

.service-image-report::before {
  content: "";
  position: absolute;
  width: 68%;
  height: 58%;
  left: 16%;
  top: 23%;
  border: 8px solid #242822;
  border-bottom-width: 13px;
  background:
    linear-gradient(180deg, #f8f6f0 0 16%, #d7e1d3 16% 20%, #f8f6f0 20% 100%);
  box-shadow: 0 16px 26px rgba(0,0,0,.18);
}

.service-image-label {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--sage);
  color: var(--forest-deep);
  font-size: 10px;
  font-weight: 700;
}

.service-visual-copy {
  padding: 28px 28px 34px;
}

.service-mini-tag {
  color: var(--sage);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
}

.service-visual-copy h3 {
  margin: 12px 0 0;
  font-size: 27px;
  font-weight: 550;
  letter-spacing: -.025em;
}

.service-visual-copy p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.premium-case-grid .case-card {
  padding-top: 20px;
}

.case-photo {
  position: relative;
  height: 150px;
  margin: 24px -26px 24px;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.case-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.22));
}

.case-photo-projects {
  background: linear-gradient(145deg, #9d7758 0%, #bba078 38%, #5b4c3d 38% 47%, #3a4a40 47% 100%);
}

.case-photo-projects::before {
  content: "";
  position: absolute;
  left: 18%;
  right: 14%;
  bottom: 0;
  height: 72%;
  background:
    repeating-linear-gradient(90deg, transparent 0 20px, rgba(20,23,20,.85) 20px 24px),
    repeating-linear-gradient(180deg, transparent 0 18px, rgba(20,23,20,.85) 18px 21px);
  border: 2px solid rgba(20,23,20,.85);
}

.case-photo-assets {
  background:
    linear-gradient(180deg, #a7b0ad 0 48%, #32493d 48% 100%);
}

.case-photo-assets::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  bottom: 0;
  height: 74%;
  background:
    repeating-linear-gradient(90deg, #c7c7c2 0 44px, #718080 44px 49px);
  clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 100%);
}

.case-photo-supply {
  background:
    radial-gradient(circle at 30% 50%, #6b7f6c 0 7%, transparent 8%),
    radial-gradient(circle at 54% 44%, #667964 0 9%, transparent 10%),
    linear-gradient(90deg, #3e5145, #9f9583);
}

.case-photo-supply::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 30%;
  height: 18px;
  border-top: 8px solid #2b332d;
  border-bottom: 8px solid #2b332d;
  box-shadow: 0 35px 0 #2b332d;
}

.case-photo-retail {
  background:
    linear-gradient(180deg, #d9c7a5 0 40%, #8f7b5e 40% 100%);
}

.case-photo-retail::before {
  content: "";
  position: absolute;
  inset: 15% 7% 8%;
  background:
    repeating-linear-gradient(90deg, #5f4e3b 0 14px, #c1a77e 14px 22px),
    repeating-linear-gradient(180deg, transparent 0 30px, rgba(36,31,25,.55) 30px 34px);
  opacity: .85;
}

.case-photo-inspection {
  background:
    radial-gradient(circle at 58% 45%, #9ba69d 0 10%, #38443d 11% 18%, transparent 19%),
    linear-gradient(135deg, #1e2c25 0%, #5c6a61 44%, #1b2822 100%);
}

.case-photo-inspection::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 48%;
  height: 28px;
  border-radius: 4px;
  background: #202a24;
  box-shadow:
    0 -36px 0 #303c35,
    0 36px 0 #303c35;
}

.case-photo-international {
  background:
    linear-gradient(180deg, #8fa4aa 0 36%, #5c715d 36% 64%, #294236 64% 100%);
}

.case-photo-international::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18%;
  height: 36%;
  clip-path: polygon(0 72%, 12% 54%, 22% 63%, 35% 32%, 48% 48%, 61% 18%, 73% 44%, 84% 24%, 100% 57%, 100% 100%, 0 100%);
  background: #20362c;
}

.context-visual-band {
  display: grid;
  grid-template-columns: 1.1fr .9fr 1fr;
  min-height: 390px;
  background: var(--forest-deep);
}

.context-tile {
  position: relative;
  overflow: hidden;
  min-height: 390px;
}

.context-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  transition: transform .4s ease;
}

.context-tile:hover::before {
  transform: scale(1.035);
}

.context-construction::before {
  background:
    linear-gradient(180deg, rgba(8,39,29,.08), rgba(8,39,29,.6)),
    linear-gradient(140deg, #b18a65 0%, #8b745c 38%, #394a3f 39% 100%);
}

.context-assets::before {
  background:
    linear-gradient(180deg, rgba(8,39,29,.05), rgba(8,39,29,.62)),
    linear-gradient(150deg, #aab8b2 0 42%, #687d6e 43% 64%, #263a31 65% 100%);
}

.context-international::before {
  background:
    linear-gradient(180deg, rgba(8,39,29,.04), rgba(8,39,29,.55)),
    linear-gradient(140deg, #819ba5 0 32%, #718268 33% 63%, #2d4539 64% 100%);
}

.context-overlay {
  position: absolute;
  inset: auto 28px 28px 28px;
  z-index: 2;
}

.context-overlay span {
  color: var(--sage);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
}

.context-overlay strong {
  display: block;
  max-width: 330px;
  margin-top: 10px;
  color: #fff;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.visual-international {
  position: relative;
  overflow: hidden;
}

.visual-international::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,39,29,.94) 0 50%, rgba(8,39,29,.76) 70%, rgba(8,39,29,.88) 100%),
    linear-gradient(145deg, #6d8176 0 35%, #475e50 36% 60%, #22382d 61% 100%);
}

.visual-international .international-frame {
  position: relative;
  z-index: 2;
}

@media (max-width: 1050px) {
  .hero-photo-panel {
    margin-left: 0;
  }

  .service-visual-grid,
  .context-visual-band {
    grid-template-columns: 1fr;
  }

  .context-tile {
    min-height: 300px;
  }
}

@media (max-width: 760px) {
  .hero-photo-panel {
    min-height: 500px;
  }

  .hero-location-card {
    top: 18px;
    right: 18px;
    width: min(240px, 78%);
  }

  .service-visual-card {
    min-height: auto;
  }

  .service-image {
    height: 200px;
  }

  .case-photo {
    margin-left: 0;
    margin-right: 0;
  }
}


/* ===== V6 — Real situational photography ===== */
.hero-photo-panel {
  background-image:
    linear-gradient(90deg, rgba(8,39,29,.34), rgba(8,39,29,.04) 58%, rgba(8,39,29,.18)),
    linear-gradient(180deg, rgba(8,39,29,.08), rgba(8,39,29,.48)),
    url("assets/hero-pyrenees.jpg");
  background-size: cover;
  background-position: center;
}

.hero-photo-panel::before,
.hero-photo-panel::after {
  display: none;
}

.service-image-observe {
  background-image:
    linear-gradient(180deg, rgba(8,39,29,.02), rgba(8,39,29,.26)),
    url("assets/construction.jpg");
  background-size: cover;
  background-position: center 60%;
}
.service-image-observe::before {
  display: none;
}

.service-image-document {
  background-image:
    linear-gradient(180deg, rgba(8,39,29,.03), rgba(8,39,29,.2)),
    url("assets/office-building.jpg");
  background-size: cover;
  background-position: center;
}
.service-image-document::before {
  display: none;
}

.service-image-report {
  background-image:
    linear-gradient(180deg, rgba(8,39,29,.03), rgba(8,39,29,.22)),
    url("assets/industrial.jpg");
  background-size: cover;
  background-position: center;
}
.service-image-report::before {
  display: none;
}

.case-photo-projects {
  background-image:
    linear-gradient(180deg, rgba(8,39,29,.02), rgba(8,39,29,.30)),
    url("assets/construction.jpg");
  background-size: cover;
  background-position: center 52%;
}
.case-photo-projects::before { display:none; }

.case-photo-assets {
  background-image:
    linear-gradient(180deg, rgba(8,39,29,.02), rgba(8,39,29,.26)),
    url("assets/office-building.jpg");
  background-size: cover;
  background-position: center;
}
.case-photo-assets::before { display:none; }

.case-photo-supply,
.case-photo-inspection {
  background-image:
    linear-gradient(180deg, rgba(8,39,29,.03), rgba(8,39,29,.34)),
    url("assets/industrial.jpg");
  background-size: cover;
  background-position: center;
}
.case-photo-supply::before,
.case-photo-inspection::before { display:none; }

.case-photo-retail {
  background-image:
    linear-gradient(180deg, rgba(8,39,29,.01), rgba(8,39,29,.30)),
    url("assets/retail.jpg");
  background-size: cover;
  background-position: center;
}
.case-photo-retail::before { display:none; }

.case-photo-international {
  background-image:
    linear-gradient(180deg, rgba(8,39,29,.04), rgba(8,39,29,.34)),
    url("assets/hero-pyrenees.jpg");
  background-size: cover;
  background-position: center 45%;
}
.case-photo-international::before { display:none; }

.context-construction::before {
  background-image:
    linear-gradient(180deg, rgba(8,39,29,.08), rgba(8,39,29,.7)),
    url("assets/construction.jpg");
  background-size: cover;
  background-position: center;
}

.context-assets::before {
  background-image:
    linear-gradient(180deg, rgba(8,39,29,.06), rgba(8,39,29,.68)),
    url("assets/office-building.jpg");
  background-size: cover;
  background-position: center;
}

.context-international::before {
  background-image:
    linear-gradient(180deg, rgba(8,39,29,.04), rgba(8,39,29,.66)),
    url("assets/hero-pyrenees.jpg");
  background-size: cover;
  background-position: center 42%;
}

.visual-international::before {
  background-image:
    linear-gradient(90deg, rgba(8,39,29,.97) 0 44%, rgba(8,39,29,.78) 66%, rgba(8,39,29,.68) 100%),
    url("assets/hero-pyrenees.jpg");
  background-size: cover;
  background-position: center;
}

.photo-credit {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 4vw 24px;
  color: rgba(255,255,255,.36);
  font-size: 9px;
  letter-spacing: .04em;
}

@media (max-width: 760px) {
  .hero-photo-panel {
    background-position: 55% center;
  }

  .visual-international::before {
    background-position: 62% center;
  }
}


/* ===== V7 — Visuals aligned with each business action ===== */

/* DOCUMENT = capture process, not a generic sector photo */
.service-image-document {
  background-image:
    linear-gradient(135deg, rgba(18,63,46,.96), rgba(8,39,29,.82)),
    url("assets/office-building.jpg");
  background-size: cover;
  background-position: center;
}
.service-image-document::before {
  display: none;
}
.capture-device {
  position: absolute;
  width: 118px;
  height: 188px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -47%) rotate(-4deg);
  padding: 8px;
  border: 4px solid #111b16;
  border-radius: 18px;
  background: #111b16;
  box-shadow: 0 22px 46px rgba(0,0,0,.33);
  z-index: 2;
}
.capture-screen {
  position: relative;
  width: 100%;
  height: 154px;
  overflow: hidden;
  border-radius: 10px;
  background-image:
    linear-gradient(180deg, rgba(8,39,29,.06), rgba(8,39,29,.26)),
    url("assets/construction.jpg");
  background-size: cover;
  background-position: center;
}
.capture-frame {
  position: absolute;
  inset: 24px 16px 32px;
  border: 1px solid rgba(255,255,255,.75);
}
.capture-frame::before,
.capture-frame::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,.65);
}
.capture-frame::before {
  width: 22px; height: 1px; left: 50%; top: 50%; transform: translate(-50%,-50%);
}
.capture-frame::after {
  width: 1px; height: 22px; left: 50%; top: 50%; transform: translate(-50%,-50%);
}
.capture-focus {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  border: 1px solid var(--sage);
  transform: translate(-50%,-50%);
}
.capture-meta {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 7px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 5px;
  letter-spacing: .08em;
}
.capture-button {
  width: 21px;
  height: 21px;
  margin: 4px auto 0;
  border: 2px solid #d9ded8;
  border-radius: 50%;
}

/* REPORT = actual deliverable preview */
.service-image-report {
  background:
    linear-gradient(145deg, #d8d4c9, #b9c0b5 46%, #596b60 100%);
}
.service-image-report::before {
  display: none;
}
.report-preview {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 74%;
  height: 74%;
  transform: translate(-50%,-48%) rotate(2deg);
  background: #fbfaf6;
  border: 1px solid rgba(21,32,25,.16);
  box-shadow: 0 20px 40px rgba(8,39,29,.24);
  z-index: 2;
}
.report-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 28px;
  padding: 0 11px;
  background: var(--forest);
  color: #fff;
  font-size: 5px;
  letter-spacing: .14em;
}
.report-body {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 10px;
  padding: 12px;
}
.report-photo {
  min-height: 72px;
  background-image: url("assets/construction.jpg");
  background-size: cover;
  background-position: center;
}
.report-lines span {
  display: block;
  height: 4px;
  margin-bottom: 9px;
  background: #d4d9d3;
}
.report-lines span:nth-child(1) { width: 82%; background: var(--sage); }
.report-lines span:nth-child(2) { width: 96%; }
.report-lines span:nth-child(3) { width: 74%; }
.report-lines span:nth-child(4) { width: 88%; }
.report-status {
  display: flex;
  gap: 8px;
  padding: 0 12px 11px;
}
.report-status span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid #c7cec6;
  border-radius: 50%;
  color: var(--forest);
  font-size: 6px;
}

/* Every business photo now says what the visitor should understand from it */
.photo-context {
  position: absolute;
  z-index: 3;
  left: 14px;
  bottom: 12px;
  padding: 6px 8px;
  background: rgba(8,39,29,.76);
  color: #fff;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .13em;
  backdrop-filter: blur(6px);
}

/* Visual inspection = equipment + visible reading, not vague factory imagery */
.case-photo-inspection {
  background-image:
    linear-gradient(180deg, rgba(8,39,29,.05), rgba(8,39,29,.28)),
    url("assets/industrial.jpg");
  background-size: cover;
  background-position: center;
}
.inspection-gauge {
  position: absolute;
  right: 18px;
  top: 16px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.gauge-face {
  position: relative;
  width: 76px;
  height: 76px;
  border: 5px solid #202a24;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from -120deg, #3b493f 0deg 2deg, transparent 2deg 13deg),
    #f0eee7;
  box-shadow: 0 8px 18px rgba(0,0,0,.26);
}
.gauge-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--forest);
  transform: translate(-50%,-50%);
}
.gauge-needle {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 2px;
  height: 27px;
  background: var(--forest);
  transform-origin: bottom center;
  transform: rotate(38deg);
}
.gauge-data {
  padding: 4px 6px;
  background: rgba(8,39,29,.82);
  color: var(--sage-pale);
  font-size: 6px;
  letter-spacing: .1em;
}

/* Stronger relationship between card imagery and category */
.case-photo-projects {
  background-position: center 58%;
}
.case-photo-assets {
  background-position: center 42%;
}
.case-photo-supply {
  background-position: center 48%;
}
.case-photo-retail {
  background-position: center 50%;
}
.case-photo-international {
  background-position: center 40%;
}

.context-tile .context-overlay {
  max-width: 82%;
}


/* ===== V8 — Pau, France locator & subject-specific visuals ===== */

/* HERO: official E + discreet France silhouette + Pau locator */
.hero-france-visual {
  position: relative;
  min-height: 600px;
  margin-left: 3vw;
  overflow: hidden;
  background:
    radial-gradient(circle at 62% 46%, rgba(143,167,131,.09), transparent 31%),
    linear-gradient(145deg, rgba(255,255,255,.018), rgba(255,255,255,0));
}

.hero-france-visual::before {
  content: "";
  position: absolute;
  inset: 6% 0 8% 10%;
  border-left: 1px solid rgba(143,167,131,.12);
  border-bottom: 1px solid rgba(143,167,131,.08);
  pointer-events: none;
}

.hero-france-visual::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 4%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(143,167,131,.14), transparent 78%);
  pointer-events: none;
}

.france-silhouette {
  position: absolute;
  width: 62%;
  max-width: 390px;
  height: auto;
  right: 5%;
  top: 8%;
  color: rgba(143,167,131,.26);
}

.france-silhouette path {
  stroke: currentColor;
  stroke-width: 2.1;
  vector-effect: non-scaling-stroke;
}

.official-e {
  position: absolute;
  z-index: 2;
  width: min(52%, 330px);
  height: auto;
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(245,242,235,.95);
  filter: drop-shadow(0 18px 30px rgba(0,0,0,.10));
}

.pau-pin {
  position: absolute;
  z-index: 3;
  right: 34%;
  top: 58%;
  display: flex;
  align-items: center;
}

.pau-pin-dot {
  position: relative;
  width: 13px;
  height: 13px;
  border: 2px solid var(--sage);
  border-radius: 50%;
  background: var(--forest-deep);
  box-shadow: 0 0 0 8px rgba(143,167,131,.10);
}

.pau-pin-dot::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--sage);
}

.pau-pin-line {
  display: block;
  width: 62px;
  height: 1px;
  margin-left: 10px;
  background: rgba(143,167,131,.58);
}

.pau-pin-label {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-left: 10px;
  white-space: nowrap;
}

.pau-pin-label strong {
  color: #fff;
  font-size: 12px;
  letter-spacing: .16em;
}

.pau-pin-label span {
  color: rgba(255,255,255,.48);
  font-size: 8px;
  letter-spacing: .10em;
}

.france-caption {
  position: absolute;
  right: 7%;
  bottom: 8%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.france-caption span {
  color: rgba(255,255,255,.34);
  font-size: 8px;
  letter-spacing: .18em;
}

.france-caption strong {
  color: var(--sage);
  font-size: 9px;
  letter-spacing: .15em;
}

/* User-supplied aerial view of Pau replaces mountain imagery everywhere territorial. */
.case-photo-international {
  background-image:
    linear-gradient(180deg, rgba(8,39,29,.02), rgba(8,39,29,.32)),
    url("assets/pau-aerial.jpg") !important;
  background-size: cover;
  background-position: center 52%;
}

.context-international::before {
  background-image:
    linear-gradient(180deg, rgba(8,39,29,.03), rgba(8,39,29,.69)),
    url("assets/pau-aerial.jpg") !important;
  background-size: cover;
  background-position: center;
}

.visual-international::before {
  background-image:
    linear-gradient(90deg, rgba(8,39,29,.97) 0 45%, rgba(8,39,29,.77) 66%, rgba(8,39,29,.60) 100%),
    url("assets/pau-aerial.jpg") !important;
  background-size: cover;
  background-position: center;
}

/* Property & assets: villa / vineyard context */
.case-photo-assets {
  background-image:
    linear-gradient(180deg, rgba(8,39,29,.01), rgba(8,39,29,.28)),
    url("assets/property-vineyard.jpg") !important;
  background-size: cover;
  background-position: center 45%;
}

/* Supplier & partner: clean production / supplier facility */
.case-photo-supply {
  background-image:
    linear-gradient(180deg, rgba(8,39,29,.02), rgba(8,39,29,.31)),
    url("assets/supplier-factory.jpg") !important;
  background-size: cover;
  background-position: center;
}

/* Visual field checks: directly readable equipment */
.case-photo-inspection {
  background-image:
    linear-gradient(180deg, rgba(8,39,29,.00), rgba(8,39,29,.23)),
    url("assets/visual-check-gauge.jpg") !important;
  background-size: cover;
  background-position: center 45%;
}

/* Align the wider visual band with the new property / Pau imagery */
.context-assets::before {
  background-image:
    linear-gradient(180deg, rgba(8,39,29,.04), rgba(8,39,29,.67)),
    url("assets/property-vineyard.jpg") !important;
  background-size: cover;
  background-position: center 48%;
}

@media (max-width: 1050px) {
  .hero-france-visual {
    min-height: 500px;
    margin-left: 0;
  }

  .france-silhouette {
    width: 56%;
    right: 8%;
  }

  .official-e {
    width: 44%;
    left: 8%;
  }
}

@media (max-width: 760px) {
  .hero-france-visual {
    min-height: 420px;
    margin-top: 22px;
  }

  .france-silhouette {
    width: 62%;
    right: 2%;
    top: 4%;
  }

  .official-e {
    width: 48%;
    left: 3%;
  }

  .pau-pin {
    right: 22%;
    top: 59%;
  }

  .pau-pin-line {
    width: 32px;
  }

  .pau-pin-label span {
    display: none;
  }

  .france-caption {
    right: 4%;
    bottom: 5%;
  }
}


/* ===== V9 — Focused France / ENDRET E / Pau lockup ===== */
.hero-france-visual {
  position: relative;
  min-height: 600px;
  margin-left: 2.5vw;
  overflow: visible;
  background: none !important;
}

.hero-france-visual::before,
.hero-france-visual::after {
  display: none !important;
}

.france-outline.corsica {
  fill: none;
  stroke: rgba(143,167,131,.20);
}

/* Pau point sits in SW France, visually behind/right of the E */


.pau-map-dot {
  position: relative;
  z-index: 2;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 3px var(--forest-deep);
}

.pau-map-ring {
  position: absolute;
  left: -7px;
  top: -7px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(143,167,131,.62);
  border-radius: 50%;
}

.pau-map-leader {
  display: block;
  width: 58px;
  height: 1px;
  margin-left: 12px;
  background: linear-gradient(90deg, rgba(143,167,131,.72), rgba(143,167,131,.20));
}

.pau-map-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-left: 10px;
  white-space: nowrap;
}

.pau-map-copy strong {
  color: #fff;
  font-size: 11px;
  line-height: 1;
  letter-spacing: .18em;
}

.pau-map-copy span {
  color: rgba(255,255,255,.46);
  font-size: 7px;
  line-height: 1.2;
  letter-spacing: .13em;
}

.map-caption {
  position: absolute;
  right: 3%;
  bottom: 4%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.map-caption span {
  color: rgba(255,255,255,.26);
  font-size: 7px;
  letter-spacing: .18em;
}

.map-caption strong {
  color: rgba(143,167,131,.82);
  font-size: 8px;
  letter-spacing: .16em;
}

/* Remove legacy V8 France pieces if old selectors remain in cascade */
.france-silhouette,
.official-e,
.pau-pin,
.france-caption {
  display: none !important;
}

@media (max-width: 1050px) {
  .hero-france-visual {
    min-height: 520px;
    margin-left: 0;
  }

  

  

  
}

@media (max-width: 760px) {
  .hero-france-visual {
    min-height: 410px;
    margin-top: 10px;
  }

  

  

  

  

  .pau-map-leader {
    width: 34px;
  }

  .pau-map-copy span {
    display: none;
  }

  .map-caption {
    right: 0;
    bottom: 1%;
  }
}


/* ===== V16 — South-West priority + refined observation icon ===== */
.hero-symbol-copy-top {
  top: 18% !important;
  width: 78% !important;
}

.hero-symbol-copy-top strong {
  font-size: clamp(22px, 2.15vw, 32px) !important;
}

.hero-focus-eye {
  position: absolute;
  width: min(46%, 290px);
  height: auto;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  color: rgba(245,242,235,.94);
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.08));
}

.hero-symbol-line {
  top: 74% !important;
}

.hero-symbol-location-priority {
  right: 5% !important;
  bottom: 6% !important;
  gap: 5px !important;
}

.hero-symbol-location-priority strong {
  order: 1;
  color: rgba(143,167,131,.96) !important;
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: .16em !important;
}

.hero-symbol-location-priority span {
  order: 2;
  color: rgba(255,255,255,.40) !important;
  font-size: 8px !important;
  letter-spacing: .15em !important;
}

/* Hide legacy eye if it remains in prior cascade */
.hero-eye {
  display: none !important;
}

@media (max-width: 1050px) {
  .hero-symbol-copy-top {
    top: 16% !important;
  }

  .hero-focus-eye {
    width: min(42%, 260px);
    top: 53%;
  }
}

@media (max-width: 760px) {
  .hero-symbol-copy-top {
    top: 14% !important;
    width: 90% !important;
  }

  .hero-symbol-copy-top strong {
    font-size: 22px !important;
  }

  .hero-focus-eye {
    width: 52%;
    top: 54%;
  }

  .hero-symbol-line {
    top: 74% !important;
  }

  .hero-symbol-location-priority {
    right: 3% !important;
    bottom: 4% !important;
  }
}


/* ===== V17 — P0 commercial & mobile ===== */

/* Remove prototype-only credit styling from layout if legacy CSS remains. */
.photo-credit {
  display: none !important;
}

/* On mobile the decorative right hero becomes a compact reassurance strip. */
@media (max-width: 760px) {
  .hero-v2-inner {
    padding: 56px 22px 24px !important;
  }

  .hero-v2 .hero-lead {
    margin-top: 24px !important;
    font-size: 17px !important;
    line-height: 1.55 !important;
  }

  .hero-actions {
    margin-top: 28px !important;
    gap: 18px !important;
  }

  .hero-proof {
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
    margin-top: 38px !important;
    padding-top: 20px !important;
  }

  .hero-proof > div {
    padding-right: 10px !important;
  }

  .hero-proof strong {
    font-size: 10.5px !important;
  }

  .hero-symbol-visual {
    min-height: 178px !important;
    margin-top: 28px !important;
    border-top: 1px solid var(--white-line) !important;
  }

  .hero-symbol-grid,
  .hero-symbol-line,
  .hero-symbol-location-priority {
    display: none !important;
  }

  .hero-symbol-copy-top {
    left: 0 !important;
    top: 50% !important;
    width: 60% !important;
    transform: translateY(-50%) !important;
    text-align: left !important;
  }

  .hero-symbol-copy-top span {
    margin-bottom: 8px !important;
    font-size: 7px !important;
  }

  .hero-symbol-copy-top strong {
    font-size: 15px !important;
    line-height: 1.28 !important;
    letter-spacing: .01em !important;
  }

  .hero-focus-eye {
    width: 112px !important;
    left: 83% !important;
    top: 50% !important;
  }

  .hero-bottom-line {
    min-height: 64px !important;
  }

  .hero-bottom-line p {
    max-width: 235px !important;
    font-size: 11px !important;
  }
}



/* ===== V22 — Hero refinement + official favicon ===== */

.hero-symbol-copy-top {
  top: 20% !important;
}

.hero-symbol-copy-top strong {
  max-width: 520px;
  margin: 0 auto;
}

.hero-focus-eye {
  top: 58% !important;
}

.hero-symbol-line {
  top: 78% !important;
}

@media (max-width: 1050px) {
  .hero-symbol-copy-top {
    top: 18% !important;
  }

  .hero-focus-eye {
    top: 57% !important;
  }
}

@media (max-width: 760px) {
  .hero-symbol-copy-top {
    top: 50% !important;
  }

  .hero-focus-eye {
    top: 50% !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}


/* ===== ENDRET V2 — HEADER + HERO ===== */
.brand-lockup {
  display: flex;
  flex-direction: column;
  gap: 3px;
  line-height: 1;
}
.brand-lockup strong {
  font-size: 17px;
  font-weight: 750;
  letter-spacing: .31em;
}
.brand-lockup small {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .17em;
  color: #526259;
  white-space: nowrap;
}
.hero-v2 {
  background: var(--forest-deep);
  min-height: calc(100vh - 78px);
}
.hero-v2::after { display: none; }
.hero-v2-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  max-width: var(--max-width);
  min-height: calc(100vh - 150px);
  margin: 0 auto;
  padding: clamp(78px, 8vw, 126px) 4vw 76px;
}
.hero-v2-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 42px;
}
.hero-v2 h1 {
  max-width: 820px;
  font-size: clamp(60px, 7.2vw, 108px);
}
.hero-v2 .hero-lead {
  max-width: 690px;
  margin-top: 32px;
}
.hero-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(690px, 100%);
  margin-top: auto;
  padding-top: 76px;
  border-top: 1px solid var(--white-line);
}
.hero-proof > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 22px;
}
.proof-label {
  color: var(--sage);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
}
.hero-proof strong {
  max-width: 260px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1.45;
  font-weight: 550;
}
.hero-v2-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-left: 1px solid var(--white-line);
}
.map-grid {
  position: absolute;
  inset: 0;
  opacity: .72;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent 0, #000 18%, #000 100%);
}
.hero-e {
  position: absolute;
  z-index: 2;
  width: min(470px, 78%);
  height: auto;
  right: 2%;
  top: 50%;
  transform: translateY(-52%);
  color: rgba(255,255,255,.92);
  filter: drop-shadow(0 24px 48px rgba(0,0,0,.18));
}
.geo-ring {
  position: absolute;
  border: 1px solid rgba(143,167,131,.28);
  border-radius: 50%;
}
.geo-ring-a {
  width: 500px;
  height: 500px;
  right: -170px;
  top: 55px;
}
.geo-ring-b {
  width: 320px;
  height: 320px;
  left: 28px;
  bottom: -100px;
}
.geo-cross {
  position: absolute;
  width: 22px;
  height: 22px;
}
.geo-cross::before,
.geo-cross::after {
  content: "";
  position: absolute;
  background: rgba(143,167,131,.6);
}
.geo-cross::before { left: 10px; top: 0; width: 1px; height: 22px; }
.geo-cross::after { left: 0; top: 10px; width: 22px; height: 1px; }
.geo-cross-a { right: 10%; top: 14%; }
.geo-cross-b { left: 13%; bottom: 21%; }
.hero-location-card {
  position: absolute;
  z-index: 4;
  left: 8%;
  bottom: 8%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  min-width: 330px;
  padding: 16px 18px;
  border: 1px solid var(--white-line);
  background: rgba(8,39,29,.82);
  backdrop-filter: blur(10px);
  color: rgba(255,255,255,.5);
  font-size: 8px;
  letter-spacing: .13em;
}
.hero-location-card strong {
  color: #fff;
  font-size: 10px;
  letter-spacing: .15em;
  font-weight: 650;
  text-align: center;
}
.hero-route-line {
  position: absolute;
  right: 8%;
  top: 21%;
  width: 58%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(143,167,131,.55), transparent);
  transform: rotate(-18deg);
  transform-origin: center;
}
.hero-node {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid var(--sage);
  border-radius: 50%;
  background: var(--forest-deep);
}
.hero-node-a { right: 14%; top: 15%; }
.hero-node-b { left: 22%; bottom: 29%; }
.hero-bottom-line {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 4vw;
  border-top: 1px solid var(--white-line);
  color: rgba(255,255,255,.72);
}
.hero-bottom-line p {
  margin: 0;
  font-size: 14px;
  letter-spacing: .01em;
}
.hero-bottom-line span {
  color: var(--sage);
  font-size: 9px;
  letter-spacing: .18em;
}
@media (max-width: 1050px) {
  .hero-v2-inner {
    grid-template-columns: 1fr;
    padding-top: 92px;
  }
  .hero-v2-visual {
    min-height: 500px;
    margin-top: 68px;
    border-left: 0;
    border-top: 1px solid var(--white-line);
  }
  .hero-proof {
    margin-top: 72px;
    padding-top: 30px;
  }
}
@media (max-width: 760px) {
  .brand-lockup small { display: none; }
  .brand-lockup strong { font-size: 14px; }
  .hero-v2-inner {
    min-height: auto;
    padding: 66px 22px 42px;
  }
  .hero-v2-copy { padding-right: 0; }
  .hero-v2 h1 { font-size: clamp(52px, 15vw, 72px); }
  .hero-proof {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .hero-v2-visual {
    min-height: 390px;
    margin-top: 54px;
  }
  .hero-e {
    width: 84%;
    right: -2%;
  }
  .hero-location-card {
    left: 0;
    bottom: 0;
    min-width: 0;
    width: 100%;
  }
  .hero-bottom-line {
    min-height: 76px;
    padding: 0 22px;
  }
  .hero-bottom-line p { max-width: 260px; font-size: 12px; }
}
