
:root {
  --pc-lime: #70C943;
  --pc-lime-bright: #8BE83E;
  --pc-dark: #06140D;
  --pc-dark-soft: #0E1A12;
  --pc-panel: rgba(17, 37, 25, 0.72);
  --pc-line: rgba(139, 232, 62, 0.16);
  --pc-text: #F5F8F6;
  --pc-muted: #A9B7AF;
  --pc-max: 1180px;
  --radius: 26px;
  --shadow: 0 28px 90px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--pc-dark); }
body {
  margin: 0;
  color: var(--pc-text);
  background:
    radial-gradient(circle at 80% 15%, rgba(112,201,67,.12), transparent 30rem),
    radial-gradient(circle at 15% 45%, rgba(112,201,67,.07), transparent 26rem),
    linear-gradient(180deg, #04110b 0%, #071810 46%, #05120c 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  min-height: 100vh;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .25;
  background-image:
    linear-gradient(rgba(255,255,255,.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed; left: 16px; top: -80px; z-index: 1000;
  padding: 12px 18px; background: var(--pc-lime); color: #07130c;
  border-radius: 12px; font-weight: 800;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0; left: 0; right: 0;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  background: rgba(4,17,11,.80);
  border-color: rgba(255,255,255,.07);
  backdrop-filter: blur(18px);
}
.nav {
  width: min(calc(100% - 38px), var(--pc-max));
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  width: 218px;
  text-decoration: none;
}
.brand img { width: 100%; height: auto; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-links a {
  color: #C5D0CA;
  text-decoration: none;
  font-size: .93rem;
  font-weight: 650;
  transition: color .2s ease;
}
.nav-links a:hover, .nav-links a:focus-visible { color: white; }
.lang-switch {
  display: inline-flex;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
}
.lang-switch button {
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--pc-muted);
  background: transparent;
  font: inherit;
  font-size: .80rem;
  font-weight: 800;
}
.lang-switch button.active {
  background: var(--pc-lime);
  color: #07130c;
}
.menu-toggle {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  border-radius: 50%;
  color: white;
  font-size: 1.25rem;
}

main { position: relative; }
.section {
  width: min(calc(100% - 38px), var(--pc-max));
  margin: 0 auto;
  padding: 112px 0;
}
.hero {
  min-height: 100svh;
  width: min(calc(100% - 38px), var(--pc-max));
  margin: 0 auto;
  display: grid;
  align-items: center;
  padding: 130px 0 80px;
  position: relative;
}
.hero-content {
  max-width: 900px;
  position: relative;
  z-index: 2;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--pc-lime-bright);
  font-size: .80rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--pc-lime);
  box-shadow: 0 0 22px rgba(112,201,67,.8);
}
.hero-mark {
  width: clamp(82px, 10vw, 118px);
  margin: 28px 0 34px;
  filter: drop-shadow(0 18px 32px rgba(112,201,67,.14));
}
.hero h1 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(3.25rem, 7.8vw, 7rem);
  letter-spacing: -.065em;
  line-height: .95;
  font-weight: 820;
}
.hero h1 span { color: var(--pc-lime-bright); }
.hero-copy {
  max-width: 780px;
  margin: 30px 0 0;
  color: #BCC8C1;
  font-size: clamp(1.05rem, 1.7vw, 1.32rem);
}
.hero-meta {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(139,232,62,.16);
  color: #DCE4DF;
  background: rgba(139,232,62,.045);
  font-size: .83rem;
  font-weight: 700;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 36px;
}
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 820;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  background: var(--pc-lime-bright);
  color: #06120B;
  box-shadow: 0 16px 38px rgba(112,201,67,.17);
}
.button-secondary {
  color: white;
  border-color: rgba(255,255,255,.13);
  background: rgba(255,255,255,.035);
}
.hero-art {
  position: absolute;
  width: 640px; height: 640px;
  right: -210px; top: 12%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(112,201,67,.10), transparent 58%),
    repeating-radial-gradient(circle, transparent 0 38px, rgba(112,201,67,.06) 39px 40px);
  opacity: .75;
  animation: breathe 8s ease-in-out infinite;
}
.hero-art::after {
  content:"";
  position:absolute;
  width: 250px; height: 520px;
  left: 185px; top: 60px;
  border: 1px solid rgba(139,232,62,.20);
  border-radius: 52% 48% 45% 55% / 34% 37% 63% 66%;
  transform: rotate(14deg);
  box-shadow: inset 0 0 60px rgba(112,201,67,.035);
}
@keyframes breathe { 50% { transform: scale(1.04) rotate(2deg); opacity: .9; } }

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 48px;
}
.section-heading h2 {
  margin: 7px 0 0;
  font-size: clamp(2.25rem, 4vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.section-heading p {
  margin: 0;
  color: var(--pc-muted);
  font-size: 1.05rem;
}
.about-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  min-height: 400px;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.015)),
    var(--pc-panel);
  box-shadow: var(--shadow);
}
.about-copy {
  padding: clamp(34px, 5vw, 72px);
  align-self: center;
}
.about-copy h3 {
  font-size: clamp(1.85rem, 3.1vw, 3.2rem);
  line-height: 1.08;
  margin: 0 0 22px;
  letter-spacing: -.035em;
}
.about-copy p {
  color: #B5C2BA;
  margin: 0;
  max-width: 670px;
  font-size: 1.08rem;
}
.about-visual {
  min-height: 320px;
  position: relative;
  border-left: 1px solid rgba(255,255,255,.06);
  background:
    linear-gradient(135deg, transparent, rgba(112,201,67,.05)),
    repeating-radial-gradient(ellipse at center, transparent 0 34px, rgba(112,201,67,.09) 35px 36px);
}
.about-visual::before,
.about-visual::after {
  content:"";
  position:absolute;
  border:1px solid rgba(139,232,62,.30);
}
.about-visual::before {
  width: 120px; height: 280px;
  left: 38%; top: 15%;
  border-radius: 48% 52% 41% 59% / 31% 34% 66% 69%;
  transform: rotate(13deg);
}
.about-visual::after {
  width: 14px; height: 14px;
  left: 55%; top: 33%;
  border-radius: 50%;
  background: var(--pc-lime);
  box-shadow: 0 0 0 8px rgba(112,201,67,.10), 0 0 40px rgba(112,201,67,.55);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.feature-card {
  min-height: 285px;
  padding: 30px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.075);
  background: rgba(255,255,255,.025);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(139,232,62,.22);
  background: rgba(139,232,62,.035);
}
.feature-icon {
  width: 72px; height: 72px;
  padding: 15px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(112,201,67,.055);
  border: 1px solid rgba(112,201,67,.08);
  margin-bottom: 30px;
}
.feature-icon img { width: 100%; height: 100%; object-fit: contain; }
.feature-card h3 {
  margin: 0 0 10px;
  font-size: 1.23rem;
  letter-spacing: -.02em;
}
.feature-card p { margin: 0; color: var(--pc-muted); }

.vision {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 70px;
  align-items: center;
}
.vision-quote {
  font-size: clamp(2.25rem, 4.6vw, 4.6rem);
  line-height: 1.03;
  letter-spacing: -.052em;
  font-weight: 800;
  margin: 0;
}
.vision-quote em {
  color: var(--pc-lime-bright);
  font-style: normal;
}
.vision-copy p {
  color: var(--pc-muted);
  font-size: 1.1rem;
  margin: 0 0 18px;
}
.audience {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}
.audience span {
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.025);
  border-radius: 999px;
  padding: 9px 13px;
  color: #D4DDD8;
  font-size: .86rem;
  font-weight: 700;
}
.status-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
}
.status-item {
  padding: 36px;
  min-height: 230px;
}
.status-item + .status-item { border-left: 1px solid rgba(255,255,255,.07); }
.status-number {
  color: var(--pc-lime);
  font-size: .78rem;
  letter-spacing: .15em;
  font-weight: 900;
}
.status-item h3 { font-size: 1.25rem; margin: 20px 0 10px; }
.status-item p { color: var(--pc-muted); margin: 0; }

.contact-card {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 7vw, 86px);
  text-align: center;
  border-radius: var(--radius);
  border: 1px solid rgba(139,232,62,.16);
  background:
    radial-gradient(circle at 50% 0, rgba(112,201,67,.13), transparent 36rem),
    rgba(255,255,255,.025);
}
.contact-card h2 {
  margin: 0 auto 20px;
  max-width: 800px;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1;
  letter-spacing: -.055em;
}
.contact-card p {
  max-width: 650px;
  margin: 0 auto 30px;
  color: var(--pc-muted);
  font-size: 1.08rem;
}
.contact-mail {
  display: inline-block;
  margin-top: 20px;
  color: var(--pc-lime-bright);
  text-decoration: none;
  font-weight: 800;
}

.site-footer {
  border-top: 1px solid rgba(255,255,255,.07);
  margin-top: 80px;
}
.footer-inner {
  width: min(calc(100% - 38px), var(--pc-max));
  min-height: 115px;
  margin: 0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 24px;
  color: #87978E;
  font-size: .88rem;
}
.footer-links { display:flex; flex-wrap:wrap; gap:22px; }
.footer-links a { text-decoration:none; }
.footer-links a:hover { color:white; }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

.legal-page .site-header { position: sticky; background: rgba(4,17,11,.94); border-color: rgba(255,255,255,.07); }
.legal-main {
  width: min(calc(100% - 38px), 860px);
  margin: 0 auto;
  padding: 90px 0 100px;
}
.legal-main h1 {
  font-size: clamp(2.7rem, 6vw, 5rem);
  line-height: 1;
  letter-spacing: -.05em;
  margin: 0 0 40px;
}
.legal-main h2 { margin-top: 40px; font-size: 1.4rem; }
.legal-main p, .legal-main li { color: #BBC7C0; }
.legal-main a { color: var(--pc-lime-bright); }
.legal-block {
  padding: 28px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.025);
  margin-bottom: 18px;
}
.legal-language + .legal-language { margin-top: 70px; padding-top: 55px; border-top: 1px solid rgba(255,255,255,.08); }

@media (max-width: 900px) {
  .nav-links {
    position: fixed;
    left: 19px; right: 19px; top: 72px;
    padding: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px;
    background: rgba(4,17,11,.96);
    backdrop-filter: blur(18px);
  }
  .nav-links.open { display: flex; }
  .menu-toggle { display: grid; place-items: center; }
  .section-heading, .about-card, .vision { grid-template-columns: 1fr; }
  .about-visual { border-left: 0; border-top: 1px solid rgba(255,255,255,.06); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .status-panel { grid-template-columns: 1fr; }
  .status-item + .status-item { border-left: 0; border-top: 1px solid rgba(255,255,255,.07); }
}
@media (max-width: 620px) {
  .brand { width: 178px; }
  .nav { min-height: 72px; }
  .hero { padding-top: 112px; }
  .hero-art { right: -430px; opacity: .45; }
  .features-grid { grid-template-columns: 1fr; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 32px; }
  .feature-card { min-height: 245px; }
  .footer-inner { align-items:flex-start; flex-direction:column; padding:30px 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* =========================
   V2 visual refinement
   ========================= */

.hero {
  min-height: 92svh;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  gap: 54px;
  padding: 125px 0 65px;
}

.hero-content {
  max-width: 670px;
}

.hero-mark {
  display: none;
}

.hero h1 {
  max-width: 690px;
  font-size: clamp(3rem, 5.2vw, 5.15rem);
  line-height: .96;
  letter-spacing: -.055em;
}

.hero-copy {
  max-width: 660px;
  margin-top: 26px;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.65;
}

.hero-art {
  position: relative;
  inset: auto;
  width: 100%;
  height: min(72vh, 650px);
  border-radius: 34px;
  overflow: hidden;
  opacity: 1;
  animation: none;
  background:
    linear-gradient(90deg, rgba(4,17,11,.92) 0%, rgba(4,17,11,.20) 28%, rgba(4,17,11,.04) 68%),
    linear-gradient(0deg, rgba(4,17,11,.75) 0%, transparent 42%),
    url("../brand/hero-course.jpg") center/cover no-repeat;
  border: 1px solid rgba(139,232,62,.13);
  box-shadow: 0 30px 90px rgba(0,0,0,.32);
}

.hero-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(139,232,62,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139,232,62,.08) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to top, #000 0%, #000 58%, transparent 92%);
}

.hero-art::after {
  content: "";
  position: absolute;
  left: 55%;
  top: 31%;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid rgba(139,232,62,.78);
  box-shadow:
    0 0 0 12px rgba(139,232,62,.08),
    0 0 45px rgba(139,232,62,.24);
}

.features-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.feature-card {
  min-height: 300px;
  padding: 34px 22px 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.feature-card + .feature-card {
  border-left: 1px solid rgba(255,255,255,.07);
}

.feature-card:hover {
  transform: none;
  background: rgba(139,232,62,.025);
  border-color: rgba(255,255,255,.07);
}

.feature-icon {
  width: 94px;
  height: 94px;
  margin: 0 auto 24px;
  padding: 23px;
  background: radial-gradient(circle, rgba(112,201,67,.08), rgba(112,201,67,.025));
  border-color: rgba(112,201,67,.08);
}

.feature-card h3 {
  font-size: .99rem;
  text-transform: uppercase;
  letter-spacing: .015em;
  line-height: 1.25;
}

.feature-card p {
  font-size: .92rem;
  line-height: 1.55;
}

.about-card {
  grid-template-columns: 1.12fr .88fr;
  background:
    linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.012)),
    rgba(8,24,15,.82);
}

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

@media (max-width: 1120px) {
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .feature-card:nth-child(4) {
    border-left: 0;
  }
  .feature-card:nth-child(n+4) {
    border-top: 1px solid rgba(255,255,255,.07);
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 120px;
  }
  .hero-content {
    max-width: 760px;
  }
  .hero-art {
    height: 520px;
  }
}

@media (max-width: 620px) {
  .hero h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }
  .hero-art {
    height: 410px;
    border-radius: 24px;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .feature-card + .feature-card,
  .feature-card:nth-child(4) {
    border-left: 0;
  }
  .feature-card:nth-child(n+2) {
    border-top: 1px solid rgba(255,255,255,.07);
  }
}


/* =========================
   V3 – Hero full width, smaller typography
   ========================= */

:root {
  --pc-max: 1180px;
}

.section {
  padding: 88px 0;
}

.section-heading {
  grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
  gap: 34px;
  margin-bottom: 34px;
}

.section-heading h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.06;
  letter-spacing: -.035em;
}

.about-copy h3 {
  font-size: clamp(1.55rem, 2.45vw, 2.45rem);
}

.contact-card h2 {
  font-size: clamp(2rem, 3.8vw, 3.8rem);
}

.vision-quote {
  font-size: clamp(1.95rem, 3.5vw, 3.6rem);
}

/* Hero spans full viewport width. The golf image is the background. */
.hero {
  width: 100%;
  min-height: 88svh;
  display: block;
  padding: 0;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg,
      rgba(3,15,9,.97) 0%,
      rgba(3,15,9,.91) 27%,
      rgba(3,15,9,.58) 52%,
      rgba(3,15,9,.16) 76%,
      rgba(3,15,9,.08) 100%),
    linear-gradient(0deg, rgba(3,15,9,.76) 0%, transparent 38%),
    url("../brand/hero-course.jpg") center 58% / cover no-repeat;
  border-bottom: 1px solid rgba(139,232,62,.10);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(139,232,62,.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139,232,62,.075) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to top, #000 0%, #000 60%, transparent 94%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: 73%;
  top: 40%;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid rgba(139,232,62,.75);
  box-shadow:
    0 0 0 12px rgba(139,232,62,.08),
    0 0 45px rgba(139,232,62,.22);
  pointer-events: none;
}

.hero-content {
  width: min(calc(100% - 38px), var(--pc-max));
  min-height: 88svh;
  margin: 0 auto;
  padding: 128px 0 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  max-width: none;
}

.hero-content > * {
  max-width: 760px;
}

.hero h1 {
  white-space: nowrap;
  max-width: none;
  font-size: clamp(2.35rem, 4.15vw, 4.45rem);
  line-height: 1;
  letter-spacing: -.048em;
}

.hero h1 br {
  display: none;
}

.hero-copy {
  max-width: 650px;
  font-size: clamp(.98rem, 1.12vw, 1.12rem);
  line-height: 1.62;
}

.hero-art {
  display: none !important;
}

/* Project section: no duplicated giant heading */
#project .section-heading {
  display: block;
  margin-bottom: 26px;
}

#project .section-heading h2 {
  font-size: clamp(1.85rem, 2.8vw, 2.8rem);
  max-width: 850px;
}

.about-card {
  grid-template-columns: 1fr .85fr;
  min-height: 350px;
}

.about-copy {
  padding: clamp(30px, 4vw, 54px);
}

.about-copy h3 {
  display: none;
}

.about-copy p {
  font-size: 1rem;
  line-height: 1.65;
}

.features-grid {
  grid-template-columns: repeat(6, 1fr);
}

.feature-card {
  min-height: 265px;
  padding-top: 28px;
}

.feature-icon {
  width: 84px;
  height: 84px;
  padding: 21px;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: .92rem;
}

.feature-card p {
  font-size: .87rem;
}

@media (max-width: 1120px) {
  .hero h1 {
    white-space: normal;
    max-width: 720px;
  }

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

@media (max-width: 900px) {
  .hero,
  .hero-content {
    min-height: 78svh;
  }

  .hero-content {
    padding-top: 116px;
  }

  .hero::after {
    left: 72%;
    top: 43%;
  }

  .about-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .hero {
    background-position: 63% 55%;
  }

  .hero h1 {
    white-space: normal;
    font-size: clamp(2.25rem, 11vw, 3.4rem);
    max-width: 100%;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero::after {
    display: none;
  }

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


/* =========================
   V4 – final hero direction
   ========================= */

.site-header {
  position: fixed;
  height: 82px;
  background: #04110B;
  border-bottom: 1px solid rgba(255,255,255,.075);
  backdrop-filter: none;
}
.site-header.scrolled {
  background: rgba(4,17,11,.96);
  backdrop-filter: blur(14px);
}
.nav { min-height: 82px; }

.hero {
  width: 100%;
  min-height: 690px;
  margin: 0;
  padding: 82px 0 0;
  display: block;
  position: relative;
  overflow: hidden;
  background: none;
  border-bottom: 1px solid rgba(139,232,62,.09);
}
.hero::before, .hero::after { display: none; }

.hero-background {
  position: absolute;
  inset: 82px 0 0;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
html[lang="de"] .hero-background {
  background-image: url("../brand/hero-course-de.jpg");
}
html[lang="en"] .hero-background {
  background-image: url("../brand/hero-course-en.jpg");
}

.hero-content {
  width: min(calc(100% - 38px), var(--pc-max));
  min-height: 608px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.hero-content > * { max-width: 720px; }

.hero h1 {
  margin: 0;
  max-width: none;
  white-space: nowrap;
  font-size: clamp(2.15rem, 3.05vw, 3.35rem);
  line-height: 1.06;
  letter-spacing: -.04em;
  font-weight: 650;
}
.hero h1 span {
  color: #F5F8F6;
}
.hero h1 br { display: none; }

.hero-copy {
  max-width: 650px;
  margin-top: 22px;
  font-size: clamp(.96rem, 1.05vw, 1.08rem);
  line-height: 1.62;
  color: #D0D8D3;
}
.hero-meta { margin-top: 24px; }
.hero-actions { margin-top: 30px; }

.hero-art { display: none !important; }

/* Smaller global headings and cleaner project section */
.section { padding: 78px 0; }
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
  gap: 32px;
  margin-bottom: 30px;
}
.section-heading h2 {
  font-size: clamp(1.75rem, 2.45vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: -.03em;
}
#project .section-heading h2 {
  font-size: clamp(1.75rem, 2.45vw, 2.55rem);
}
.about-card { min-height: 310px; }
.about-copy { padding: clamp(28px, 3.6vw, 48px); }
.about-copy h3 { display: none; }
.about-copy p { font-size: .98rem; line-height: 1.65; }

.vision-quote {
  font-size: clamp(1.8rem, 2.9vw, 3.1rem);
}
.contact-card h2 {
  font-size: clamp(1.9rem, 3vw, 3.2rem);
}

/* Open feature strip, not boxed cards */
.features-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.075);
  border-bottom: 1px solid rgba(255,255,255,.075);
}
.feature-card {
  min-height: 255px;
  padding: 27px 20px 25px;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}
.feature-card + .feature-card {
  border-left: 1px solid rgba(255,255,255,.075);
}
.feature-card:hover {
  transform: none;
  background: rgba(139,232,62,.025);
}
.feature-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 20px;
  padding: 20px;
}
.feature-card h3 {
  font-size: .9rem;
  line-height: 1.25;
}
.feature-card p {
  font-size: .85rem;
  line-height: 1.5;
}

@media (max-width: 1120px) {
  .hero h1 {
    white-space: normal;
    max-width: 650px;
  }
  .features-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-card:nth-child(4) { border-left: 0; }
  .feature-card:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.075); }
}

@media (max-width: 900px) {
  .hero { min-height: 660px; }
  .hero-content { min-height: 578px; }
  .hero-background {
    background-position: 62% top;
  }
  .section-heading { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header, .nav { height: 72px; min-height: 72px; }
  .hero { padding-top: 72px; min-height: 640px; }
  .hero-background { inset: 72px 0 0; background-position: 66% top; }
  .hero-content { min-height: 568px; padding-top: 36px; justify-content: flex-end; padding-bottom: 42px; }
  .hero h1 {
    white-space: normal;
    font-size: clamp(2.05rem, 10vw, 3rem);
  }
  .hero-copy { font-size: .96rem; }
  .features-grid { grid-template-columns: 1fr; }
  .feature-card + .feature-card, .feature-card:nth-child(4) { border-left: 0; }
  .feature-card:nth-child(n+2) { border-top: 1px solid rgba(255,255,255,.075); }
}


/* =========================
   V6 – Hero-only corrections
   V4 layout below the hero remains unchanged.
   ========================= */

.hero-background {
  background-image:
    linear-gradient(90deg,
      rgba(3, 15, 9, .82) 0%,
      rgba(3, 15, 9, .60) 25%,
      rgba(3, 15, 9, .22) 47%,
      rgba(3, 15, 9, 0) 69%),
    url("../brand/hero-course-clean.jpg") !important;
  background-position: center center !important;
  background-size: cover !important;
}

/* No blurred panel or separate dark rectangle behind the copy. */
.hero-content {
  background: transparent !important;
  backdrop-filter: none !important;
  filter: none !important;
}

/* Smaller than V4/V5 and cleanly separated words. */
.hero h1 {
  font-size: clamp(1.95rem, 2.55vw, 2.85rem) !important;
  white-space: nowrap;
}
.hero h1 span {
  display: inline;
}
.headline-gap {
  display: inline !important;
  white-space: pre;
}
.hero h1 br {
  display: none !important;
}

/* Distances are HTML/CSS, not embedded in the JPG. */
.hero-distance {
  position: absolute;
  z-index: 3;
  color: #8BE83E;
  white-space: nowrap;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0,0,0,.8);
  pointer-events: none;
}
.distance-number {
  font-weight: 500;
}
.distance-unit {
  margin-left: .22em;
  font-size: .52em;
  font-weight: 700;
}
.distance-pin {
  left: 73.3%;
  top: 33.4%;
  font-size: clamp(1.25rem, 1.7vw, 1.8rem);
}
.distance-mid {
  left: 84.0%;
  top: 56%;
  font-size: clamp(1.9rem, 2.0vw, 2.2rem);
}
.distance-near {
  left: 93.5%;
  top: 81%;
  font-size: clamp(2.15rem, 2.3vw, 2.5rem);
}

@media (max-width: 1120px) {
  .hero h1 {
    white-space: normal;
    max-width: 650px;
  }
  .headline-gap {
    display: inline !important;
  }
}

@media (max-width: 900px) {
  .hero-distance {
    display: none;
  }
}

@media (max-width: 620px) {
  .hero h1 {
    font-size: clamp(1.95rem, 9.5vw, 2.75rem) !important;
  }
}
