﻿:root {
    --forest: #182D09;
    --forest-mid: #203813;
    --forest-light: #2A421C;
    --gold: #C5A059;
    --gold-light: #D6B875;
    --gold-pale: #4B3A17;
    --charcoal: #10180C;
    --off-white: #f4f7f3;
    --white: #ffffff;
    --text-muted: #9ca6a0;
    --button-ink: #182D09;
    --border: rgba(197,160,89,0.16);
    --border-light: rgba(197,160,89,0.08);
    --desktop-gutter: clamp(2rem, 4vw, 5rem);
    --hero-gutter: clamp(4rem, 6.8vw, 8.5rem);
    --ease-premium: cubic-bezier(0.16, 1, 0.3, 1);
    --ease-glide: cubic-bezier(0.22, 0.61, 0.36, 1);
  }

  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Avenir LT Std', Avenir, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    background: var(--charcoal);
    color: var(--off-white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
  }

  /* -- NOISE TEXTURE -- */
  body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 9999;
    opacity: 0.4;
  }

  /* -- TYPOGRAPHY -- */
  .display { font-family: 'Avenir LT Std', Avenir, 'Helvetica Neue', Arial, sans-serif; }

  /* -- NAV -- */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    margin: 1rem auto 0;
    width: calc(100% - (var(--desktop-gutter) * 2));
    max-width: 1860px;
    padding: 0 0.75rem 0 1.1rem;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.45s var(--ease-glide), border-color 0.45s var(--ease-glide), box-shadow 0.45s var(--ease-glide), transform 0.45s var(--ease-glide);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 0;
    background: rgba(12,18,10,0.42);
    box-shadow: 0 16px 45px rgba(0,0,0,0.18);
    backdrop-filter: blur(14px) saturate(135%);
    -webkit-backdrop-filter: blur(14px) saturate(135%);
  }

  nav.scrolled {
    background: rgba(16,24,12,0.82);
    border-bottom: 1px solid var(--border);
    border-color: rgba(197,160,89,0.22);
    box-shadow: 0 18px 60px rgba(0,0,0,0.28);
  }

  .nav-logo {
    display: flex;
    flex-direction: column;
    gap: 1px;
    text-decoration: none;
  }

  .brand-logo {
    display: block;
    width: clamp(132px, 11vw, 180px);
    height: auto;
  }

  .nav-logo .wordmark {
    font-family: 'Avenir LT Std', Avenir, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
    letter-spacing: 0.18em;
    color: var(--white);
    text-transform: uppercase;
  }

  .nav-logo .sub {
    font-family: 'Avenir LT Std', Avenir, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 200;
    font-size: 0.96rem;
    letter-spacing: 0.3em;
    color: var(--gold);
    text-transform: uppercase;
  }

  .nav-links {
    display: flex;
    flex: 1;
    justify-content: center;
    gap: clamp(2rem, 4vw, 4.75rem);
    list-style: none;
    margin: 0 2rem;
  }

  .nav-links a {
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(244,247,243,0.72);
    text-decoration: none;
    transition: color 0.25s;
  }

  .nav-links a:hover { color: var(--gold-light); }

  .mobile-nav-cta { display: none; }

  .nav-actions {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-shrink: 0;
  }

  .translate-control {
    min-width: 132px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0 0.75rem;
    border: 1px solid rgba(197,160,89,0.34);
    background: rgba(255,255,255,0.06);
    color: rgba(244,247,243,0.78);
  }

  .translate-label {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-light);
  }

  #google_translate_element,
  #google_translate_element .skiptranslate {
    line-height: 1;
  }

  #google_translate_element .goog-te-gadget-simple {
    display: flex;
    align-items: center;
    border: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  #google_translate_element .goog-te-gadget-simple img {
    display: none;
  }

  #google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed,
  #google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    color: var(--off-white) !important;
    font-size: 0.78rem;
    text-decoration: none !important;
  }

  #google_translate_element select.goog-te-combo {
    width: 88px;
    max-width: 88px;
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--off-white);
    font: inherit;
    font-size: 0.78rem;
    cursor: pointer;
  }

  #google_translate_element select.goog-te-combo option {
    color: #10180C;
    background: #ffffff;
  }

  #google_translate_element .goog-logo-link,
  #google_translate_element .goog-te-gadget > span {
    display: none;
  }

  #google_translate_element .goog-te-gadget {
    height: 18px;
    overflow: hidden;
    color: transparent;
    font-size: 0;
  }

  .nav-cta {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    padding: 0.58rem 1.35rem;
    border: 1px solid var(--gold);
    color: var(--white);
    background: rgba(197,160,89,0.16);
    border-radius: 0;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
  }

  .nav-cta:hover {
    background: var(--gold);
    color: var(--button-ink);
    box-shadow: 0 0 32px rgba(197,160,89,0.35);
  }

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

  /* -- HERO -- */
  #hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8.5rem 6vw 5rem;
    overflow: hidden;
    background: var(--forest);
    text-align: center;
  }

  .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.86;
    transform: scale(1.04);
    animation: cinematicDrift 18s ease-in-out infinite alternate;
  }

  .hero-bg {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(ellipse 54% 42% at 50% 24%, rgba(197,160,89,0.24) 0%, rgba(197,160,89,0.08) 36%, transparent 72%),
      linear-gradient(90deg, rgba(8,13,6,0.68) 0%, rgba(8,13,6,0.42) 50%, rgba(8,13,6,0.68) 100%),
      linear-gradient(180deg, rgba(8,13,6,0.28) 0%, rgba(8,13,6,0.82) 100%);
    z-index: 1;
  }

  .hero-bg::before {
    content: '';
    position: absolute;
    inset: -12%;
    background:
      radial-gradient(circle at 18% 34%, rgba(214,184,117,0.12), transparent 28%),
      radial-gradient(circle at 82% 62%, rgba(42,66,28,0.42), transparent 34%);
    filter: blur(10px);
    opacity: 0.75;
    animation: auroraShift 14s var(--ease-glide) infinite alternate;
  }

  /* Geometric grid overlay */
  .hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(197,160,89,0.055) 1px, transparent 1px),
      linear-gradient(90deg, rgba(197,160,89,0.055) 1px, transparent 1px);
    background-size: 120px 120px;
    opacity: 0.28;
  }

  .hero-ornament {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(197,160,89,0.12);
    border-radius: 50%;
    animation: rotateSlow 40s linear infinite;
    z-index: 1;
    transform: translate(-50%, -50%);
  }

  .hero-ornament::before {
    content: '';
    position: absolute;
    inset: 30px;
    border: 1px solid rgba(197,160,89,0.08);
    border-radius: 50%;
  }

  .hero-ornament::after {
    content: '';
    position: absolute;
    inset: 60px;
    border: 1px solid rgba(197,160,89,0.05);
    border-radius: 50%;
  }

  @keyframes rotateSlow {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
  }

  @keyframes cinematicDrift {
    from { transform: scale(1.04) translate3d(0,0,0); }
    to { transform: scale(1.1) translate3d(-1.5%, -1%, 0); }
  }

  @keyframes auroraShift {
    from { transform: translate3d(-1%, -1%, 0) scale(1); opacity: 0.55; }
    to { transform: translate3d(1.5%, 1%, 0) scale(1.04); opacity: 0.9; }
  }

  .hero-content {
    position: relative;
    z-index: 2;
    width: calc(100vw - (var(--hero-gutter) * 2));
    max-width: 1680px;
    min-height: min(62vh, 620px);
    padding: clamp(1.25rem, 2.5vw, 2rem);
    border: 1px solid rgba(255,255,255,0.11);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(13,22,9,0.46), rgba(13,22,9,0.18));
    box-shadow: 0 26px 70px rgba(0,0,0,0.24);
    backdrop-filter: blur(12px) saturate(118%);
    -webkit-backdrop-filter: blur(12px) saturate(118%);
    animation: glassArrive 1s var(--ease-premium) 0.15s both;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-content::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.12), transparent);
    opacity: 0;
    transform: translateX(-30%);
    animation: glassSweep 5s ease-in-out 1.4s infinite;
    pointer-events: none;
  }

  @keyframes glassArrive {
    from { opacity: 0; transform: translateY(34px) scale(0.985); filter: blur(10px); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }

  @keyframes glassSweep {
    0%, 55%, 100% { opacity: 0; transform: translateX(-30%); }
    70% { opacity: 0.8; }
    82% { opacity: 0; transform: translateX(35%); }
  }

  .hero-eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.4rem;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease 0.3s forwards;
  }

  .hero-eyebrow::before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: var(--gold);
  }

  .hero-eyebrow span {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
  }

  .hero-h1 {
    font-family: 'Avenir LT Std', Avenir, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 800;
    font-size: clamp(3.5rem, 5.8vw, 7.2rem);
    line-height: 1.02;
    letter-spacing: -0.01em;
    color: var(--white);
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.95s var(--ease-premium) 0.35s forwards;
  }

  .hero-h1 em {
    font-style: italic;
    font-weight: 800;
    color: var(--gold-light);
  }

  .hero-sub {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.9;
    letter-spacing: 0.04em;
    color: rgba(244,247,243,0.6);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.2rem;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.95s var(--ease-premium) 0.55s forwards;
  }

  .hero-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.95s var(--ease-premium) 0.75s forwards;
  }

  .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.85rem 2.1rem;
    background: var(--gold);
    color: var(--button-ink);
    font-family: 'Avenir LT Std', Avenir, 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: none;
    border-radius: 999px;
    box-shadow: 0 16px 45px rgba(197,160,89,0.18);
    position: relative;
    overflow: hidden;
    transition: transform 0.35s var(--ease-premium), box-shadow 0.35s var(--ease-premium), background 0.35s var(--ease-glide);
  }

  .btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,0.34) 45%, transparent 70%);
    transform: translateX(-130%) skewX(-18deg);
    transition: transform 0.75s var(--ease-premium);
  }

  .btn-primary > * {
    position: relative;
    z-index: 1;
  }

  .btn-primary:hover {
    background: var(--gold-light);
    transform: translateY(-3px);
    box-shadow: 0 18px 48px rgba(197,160,89,0.32);
  }

  .btn-primary:hover::before { transform: translateX(130%) skewX(-18deg); }

  .btn-primary:hover svg { transform: translateX(3px); }

  .btn-primary svg { transition: transform 0.35s var(--ease-premium); }

  .btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.92rem;
    font-weight: 400;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(244,247,243,0.6);
    text-decoration: none;
    cursor: pointer;
    transition: color 0.28s var(--ease-glide), transform 0.28s var(--ease-premium);
    border: none;
    background: none;
  }

  .btn-ghost:hover {
    color: var(--gold-light);
    transform: translateX(4px);
  }

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

  .btn-ghost .arrow {
    width: 24px;
    height: 1px;
    background: currentColor;
    position: relative;
    transition: width 0.3s;
  }

  .btn-ghost:hover .arrow { width: 42px; }

  .hero-scroll-indicator {
    position: absolute;
    bottom: 3rem;
    right: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    opacity: 0;
    animation: fadeIn 1s ease 1.5s forwards;
  }

  .hero-scroll-indicator span {
    font-size: 0.96rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(244,247,243,0.35);
    writing-mode: vertical-rl;
  }

  .scroll-line {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, var(--gold), transparent);
    animation: scrollPulse 2s ease infinite;
  }

  @keyframes scrollPulse {
    0%, 100% { opacity: 0.4; transform: scaleY(0.6); transform-origin: top; }
    50% { opacity: 1; transform: scaleY(1); }
  }

  @keyframes fadeUp {
    from { filter: blur(8px); }
    to { opacity: 1; transform: translateY(0); filter: blur(0); }
  }

  @keyframes fadeIn {
    to { opacity: 1; }
  }

  /* -- WHY US -- */
  #why-us {
    padding: 100px 0;
    background: var(--white);
    border-top: 1px solid rgba(24,45,9,0.12);
    border-bottom: 1px solid rgba(24,45,9,0.12);
  }

  .why-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.4fr;
    gap: 5rem;
    align-items: start;
  }

  .why-copy .section-title {
    color: var(--forest);
    margin-bottom: 1.4rem;
  }

  .why-copy p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 2;
    color: rgba(24,45,9,0.68);
  }

  .why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: rgba(24,45,9,0.12);
  }

  .why-card {
    background: #fbfbfa;
    padding: 2rem;
    min-height: 190px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.75s var(--ease-premium), transform 0.75s var(--ease-premium), box-shadow 0.35s var(--ease-glide);
  }

  .why-card.visible { opacity: 1; transform: translateY(0); }
  .why-card.visible:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 46px rgba(24,45,9,0.12);
    z-index: 1;
  }

  .why-card-wide { grid-column: span 2; min-height: 0; }

  .why-card h3 {
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--forest);
    margin-bottom: 0.8rem;
  }

  .why-card p {
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(24,45,9,0.64);
  }

  /* -- SECTION SHARED -- */
  section { position: relative; }

  .section-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
  }

  .section-eyebrow {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }

  .section-eyebrow::before {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: var(--gold);
  }

  .section-eyebrow span {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
  }

  .section-title {
    font-family: 'Avenir LT Std', Avenir, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 1.1;
    color: var(--white);
  }

  .section-title em { font-style: italic; color: var(--gold-light); }

  .reveal {
    opacity: 0;
    transform: translateY(34px);
    filter: blur(8px);
    transition: opacity 0.9s var(--ease-premium), transform 0.9s var(--ease-premium), filter 0.9s var(--ease-premium);
  }
  .reveal.visible { opacity: 1; transform: translateY(0); filter: blur(0); }

  /* -- ABOUT -- */
  #about {
    padding: 120px 0;
    background: var(--white);
  }

  .about-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    align-items: center;
  }

  .about-image-block {
    position: relative;
  }

  .about-image-frame {
    position: relative;
    aspect-ratio: 4/5;
    background: var(--forest-light);
    overflow: hidden;
  }

  .about-image-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.9) contrast(1.04);
    transform: scale(1.01);
  }

  /* Readability overlay */
  .about-image-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(14,30,11,0.2) 0%, rgba(14,30,11,0.5) 58%, rgba(14,30,11,0.84) 100%),
      radial-gradient(circle at 30% 70%, rgba(197,160,89,0.24) 0%, transparent 60%);
    z-index: 1;
  }

  /* Tree-like geometric pattern */
  .about-image-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      repeating-linear-gradient(
        0deg,
        transparent,
        transparent 39px,
        rgba(197,160,89,0.06) 40px
      ),
      repeating-linear-gradient(
        90deg,
        transparent,
        transparent 39px,
        rgba(197,160,89,0.06) 40px
      );
    z-index: 1;
  }

  .about-image-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2.5rem;
    z-index: 2;
  }

  .about-image-tag {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 1px solid var(--border);
    font-size: 0.9rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
    background: rgba(18,24,22,0.72);
    backdrop-filter: blur(6px);
  }

  .about-image-label {
    font-family: 'Avenir LT Std', Avenir, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--white);
    line-height: 1.2;
  }

  .about-corner {
    position: absolute;
    width: 40px;
    height: 40px;
    border-color: var(--gold);
    border-style: solid;
    border-width: 0;
  }

  .about-corner.tl { top: -10px; left: -10px; border-top-width: 1px; border-left-width: 1px; }
  .about-corner.br { bottom: -10px; right: -10px; border-bottom-width: 1px; border-right-width: 1px; }

  .about-text .section-title {
    color: var(--forest);
    margin-bottom: 2rem;
  }

  .about-body {
    font-size: 1rem;
    font-weight: 300;
    line-height: 2;
    color: rgba(24,45,9,0.72);
    margin-bottom: 3rem;
  }

  .about-pillars {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .pillar {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(24,45,9,0.1);
    transition: transform 0.35s var(--ease-premium), border-color 0.35s var(--ease-glide);
  }

  .pillar:hover {
    transform: translateX(8px);
    border-color: rgba(197,160,89,0.3);
  }

  .pillar:last-child { border-bottom: none; }

  .pillar-num {
    font-family: 'Avenir LT Std', Avenir, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--gold);
    letter-spacing: 0.1em;
    min-width: 28px;
    padding-top: 0.2rem;
  }

  .pillar-info h4 {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--forest);
    margin-bottom: 0.3rem;
  }

  .pillar-info p {
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(24,45,9,0.64);
  }

  /* -- MARQUEE -- */
  #marquee {
    padding: 2rem 0;
    background: var(--white);
    border-top: 1px solid rgba(24,45,9,0.12);
    border-bottom: 1px solid rgba(24,45,9,0.12);
    overflow: hidden;
  }

  .marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 30s linear infinite;
  }

  .marquee-item {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 0 3rem;
    font-size: 0.94rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(24,45,9,0.62);
    white-space: nowrap;
  }

  .marquee-item::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--gold);
  }

  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  /* -- SERVICES -- */
  #services {
    padding: 120px 0;
    background: var(--forest);
  }

  .services-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 5rem;
  }

  .services-header-left { max-width: 520px; }
  .services-header .section-title { margin-top: 0.8rem; }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
  }

  .service-card {
    background: var(--forest-mid);
    padding: 3rem 2.5rem;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    isolation: isolate;
    transition: opacity 0.85s var(--ease-premium), transform 0.85s var(--ease-premium), background 0.45s var(--ease-glide), box-shadow 0.45s var(--ease-premium);
  }

  .service-card.visible { opacity: 1; transform: translateY(0); }

  .service-card::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), transparent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.55s var(--ease-premium);
    z-index: 2;
  }

  .service-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 50% 0%, rgba(214,184,117,0.13), transparent 36%),
      linear-gradient(145deg, rgba(255,255,255,0.08), transparent 42%);
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.45s var(--ease-glide), transform 0.45s var(--ease-premium);
    pointer-events: none;
    z-index: -1;
  }

  .service-card:hover {
    background: var(--forest-light);
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(0,0,0,0.24);
  }
  .service-card:hover::before { transform: scaleX(1); }
  .service-card:hover::after { opacity: 1; transform: translateY(0); }

  .service-number {
    font-family: 'Avenir LT Std', Avenir, 'Helvetica Neue', Arial, sans-serif;
    font-size: 3.5rem;
    font-weight: 300;
    color: rgba(197,160,89,0.15);
    line-height: 1;
    margin-bottom: 1.5rem;
    transition: color 0.4s;
  }

  .service-card:hover .service-number { color: rgba(197,160,89,0.3); }

  .service-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    margin: 0 0 1.6rem;
    overflow: hidden;
    border: 1px solid rgba(197,160,89,0.18);
    background: rgba(255,255,255,0.04);
  }

  .service-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s var(--ease-premium), opacity 0.45s var(--ease-glide), filter 0.45s var(--ease-glide);
  }

  .service-card:hover .service-image img {
    transform: scale(1.08);
    opacity: 0.94;
    filter: saturate(1.14) contrast(1.04);
  }

  .service-icon {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-bottom: 1.5rem;
  }

  .service-name {
    font-family: 'Avenir LT Std', Avenir, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
    font-size: 1.45rem;
    color: var(--white);
    margin-bottom: 1rem;
    line-height: 1.2;
  }

  .service-desc {
    font-size: 0.96rem;
    font-weight: 300;
    line-height: 1.9;
    color: var(--text-muted);
    margin-bottom: 2rem;
  }

  .service-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.92rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    text-decoration: none;
    transition: gap 0.35s var(--ease-premium), color 0.35s var(--ease-glide);
  }

  .service-link:hover { gap: 0.9rem; }

  /* -- PROCESS -- */
  #process {
    padding: 120px 0;
    background: var(--white);
  }

  .process-layout {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 7rem;
    align-items: start;
  }

  .process-left { position: sticky; top: 120px; }
  .process-left .section-title {
    color: var(--forest);
    margin-bottom: 1.5rem;
  }

  .process-left p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 2;
    color: rgba(24,45,9,0.68);
    margin-bottom: 2.5rem;
  }

  .process-steps { display: flex; flex-direction: column; gap: 0; }

  .process-step {
    display: flex;
    gap: 2rem;
    padding: 2.5rem 0;
    border-bottom: 1px solid rgba(24,45,9,0.1);
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.85s var(--ease-premium), transform 0.85s var(--ease-premium), border-color 0.35s var(--ease-glide);
  }

  .process-step.visible { opacity: 1; transform: translateX(0); }

  .process-step.visible:hover {
    border-color: rgba(197,160,89,0.28);
    transform: translateX(8px);
  }

  .step-num {
    font-family: 'Avenir LT Std', Avenir, 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 0.08em;
    min-width: 32px;
    padding-top: 0.25rem;
  }

  .step-body h4 {
    font-size: 0.92rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--forest);
    margin-bottom: 0.6rem;
  }

  .step-body p {
    font-size: 0.96rem;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(24,45,9,0.64);
  }

  /* -- ESG BAND -- */
  #esg {
    padding: 100px 0;
    background: var(--white);
    border-top: 1px solid rgba(24,45,9,0.12);
    border-bottom: 1px solid rgba(24,45,9,0.12);
  }

  .esg-layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 6rem;
    align-items: center;
  }

  .esg-left .section-title {
    color: var(--forest);
    margin-bottom: 1.5rem;
  }

  .esg-left p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 2;
    color: rgba(24,45,9,0.68);
  }

  .esg-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: rgba(24,45,9,0.12);
  }

  .esg-pillar {
    background: #fbfbfa;
    padding: 2.5rem 2rem;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    overflow: hidden;
    transition: opacity 0.85s var(--ease-premium), transform 0.85s var(--ease-premium), box-shadow 0.4s var(--ease-premium);
  }

  .esg-pillar.visible { opacity: 1; transform: translateY(0); }

  .esg-pillar::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(24,45,9,0.08), transparent 45%, rgba(197,160,89,0.12));
    opacity: 0;
    transition: opacity 0.4s var(--ease-glide);
  }

  .esg-pillar.visible:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 46px rgba(24,45,9,0.14);
    z-index: 1;
  }

  .esg-pillar:hover::before { opacity: 1; }

  .esg-title,
  .esg-desc {
    position: relative;
    z-index: 1;
  }

  .esg-letter {
    font-family: 'Avenir LT Std', Avenir, 'Helvetica Neue', Arial, sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 0.8rem;
  }

  .esg-title {
    font-size: 0.96rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--forest);
    margin-bottom: 1rem;
  }

  .esg-desc {
    font-size: 0.94rem;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(24,45,9,0.64);
  }

  .esg-sustainability {
    margin-top: 3.5rem;
    padding: clamp(2rem, 4vw, 3rem);
    border: 1px solid rgba(24,45,9,0.12);
    background:
      linear-gradient(135deg, rgba(24,45,9,0.04), transparent 48%, rgba(197,160,89,0.1));
  }

  .esg-sustainability .section-eyebrow {
    margin-bottom: 1rem;
  }

  .esg-sustainability h3 {
    max-width: 720px;
    margin-bottom: 1rem;
    color: var(--forest);
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 400;
    line-height: 1.12;
  }

  .esg-sustainability p {
    max-width: 980px;
    color: rgba(24,45,9,0.68);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.9;
  }

  /* -- FAQ -- */
  #faq {
    padding: 120px 0;
    background:
      linear-gradient(135deg, var(--forest) 0%, var(--forest-mid) 50%, var(--forest-light) 100%);
  }

  .faq-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 8rem;
    align-items: start;
  }

  .faq-left { position: sticky; top: 120px; }
  .faq-left .section-title { margin-bottom: 1.5rem; }
  .faq-left p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 2;
    color: rgba(244,247,243,0.5);
  }

  .faq-list { display: flex; flex-direction: column; }

  .faq-item {
    border-bottom: 1px solid rgba(197,160,89,0.14);
    overflow: hidden;
    opacity: 0;
    transform: translateY(18px);
    filter: blur(5px);
    transition: opacity 0.75s var(--ease-premium), transform 0.75s var(--ease-premium), filter 0.75s var(--ease-premium), border-color 0.35s var(--ease-glide);
  }

  .faq-item.visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }

  .faq-item:hover { border-color: rgba(197,160,89,0.3); }

  .faq-q {
    width: 100%;
    background: none;
    border: none;
    padding: 1.8rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    gap: 2rem;
    transition: padding-left 0.35s var(--ease-premium);
  }

  .faq-q:hover { padding-left: 0.55rem; }

  .faq-q span {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: var(--off-white);
    line-height: 1.5;
    transition: color 0.3s;
  }

  .faq-q:hover span { color: var(--gold-light); }

  .faq-icon {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(197,160,89,0.24);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--gold-light);
    font-size: 0.9rem;
    transition: transform 0.35s var(--ease-premium), background 0.35s var(--ease-glide), color 0.35s var(--ease-glide), border-color 0.35s var(--ease-glide), box-shadow 0.35s var(--ease-glide);
  }

  .faq-item.open .faq-icon {
    background: var(--gold);
    color: var(--button-ink);
    border-color: var(--gold);
    transform: rotate(45deg);
    box-shadow: 0 0 24px rgba(197,160,89,0.28);
  }

  .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s var(--ease-premium);
  }

  .faq-item.open .faq-a { max-height: 300px; }

  .faq-a p {
    font-size: 0.96rem;
    font-weight: 300;
    line-height: 1.9;
    color: var(--text-muted);
    padding-bottom: 1.8rem;
    padding-right: 3rem;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.45s var(--ease-glide), transform 0.45s var(--ease-premium);
  }

  .faq-item.open .faq-a p {
    opacity: 1;
    transform: translateY(0);
  }

  /* -- FOCUS INDUSTRIES -- */
  #industries {
    padding: 110px 0;
    background: var(--white);
    border-bottom: 1px solid rgba(24,45,9,0.12);
  }

  .industries-intro {
    max-width: 760px;
    margin: 0 auto 3.25rem;
    text-align: center;
  }

  .industries-intro .section-eyebrow {
    justify-content: center;
  }

  .industries-intro .section-title {
    color: var(--forest);
  }

  .industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(24,45,9,0.12);
    border: 1px solid rgba(24,45,9,0.12);
  }

  .industry-item {
    min-height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background:
      linear-gradient(135deg, rgba(251,251,250,0.96), rgba(244,247,243,0.98));
    color: var(--forest);
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(18px);
    filter: blur(5px);
    transition: opacity 0.75s var(--ease-premium), transform 0.75s var(--ease-premium), filter 0.75s var(--ease-premium), background 0.35s var(--ease-glide), color 0.35s var(--ease-glide);
  }

  .industry-item.visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }

  .industry-item:hover {
    background: var(--forest);
    color: var(--gold-light);
  }

  /* -- CONTACT -- */
  #contact {
    padding: 120px 0;
    background: var(--white);
  }

  .contact-intro {
    max-width: 760px;
    margin: 0 auto 4rem;
    text-align: center;
  }

  .contact-intro .section-eyebrow {
    justify-content: center;
  }

  .contact-intro .section-title {
    color: var(--forest);
    margin-bottom: 1.2rem;
  }

  .contact-intro p {
    max-width: 620px;
    margin: 0 auto 2rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.9;
    color: rgba(24,45,9,0.68);
  }

  .contact-card-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 1.2rem;
    margin-bottom: 2rem;
  }

  .contact-card {
    flex: 0 1 236px;
    height: 100%;
    min-width: 0;
    min-height: 220px;
    padding: 2rem;
    border: 1px solid rgba(24,45,9,0.12);
    background: #fbfbfa;
    color: var(--forest);
    text-align: left;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  }

  .contact-card:hover {
    transform: translateY(-4px);
    border-color: rgba(197,160,89,0.5);
    box-shadow: 0 18px 45px rgba(24,45,9,0.08);
  }

  .contact-card-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 1.4rem;
    border-radius: 50%;
    background: rgba(197,160,89,0.14);
    color: var(--gold);
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.08em;
  }

  .contact-card-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  .contact-card h3 {
    margin-bottom: 0.65rem;
    color: var(--forest);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .contact-card p {
    color: rgba(24,45,9,0.68);
    font-size: 0.96rem;
    line-height: 1.7;
    overflow-wrap: break-word;
  }

  .contact-note {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(24,45,9,0.1);
    color: rgba(24,45,9,0.68);
    text-align: center;
  }

  .contact-note strong {
    color: var(--gold);
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .contact-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7rem;
    align-items: start;
  }

  .contact-left .section-title {
    color: var(--forest);
    margin-bottom: 1.5rem;
  }

  .contact-left p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 2;
    color: rgba(24,45,9,0.68);
    margin-bottom: 3rem;
  }

  .contact-details { display: flex; flex-direction: column; gap: 1.5rem; }

  .contact-detail {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(24,45,9,0.1);
  }

  .contact-detail:last-child { border-bottom: none; }

  .detail-label {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    min-width: 80px;
    padding-top: 0.1rem;
  }

  .detail-value {
    font-size: 0.96rem;
    font-weight: 300;
    color: rgba(24,45,9,0.8);
    line-height: 1.7;
  }

  /* Form */
  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

  .form-group { display: flex; flex-direction: column; gap: 0.5rem; }

  .form-group label {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    background: #fbfbfa;
    border: 1px solid rgba(24,45,9,0.16);
    padding: 0.85rem 1rem;
    color: var(--forest);
    font-family: 'Avenir LT Std', Avenir, 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.96rem;
    font-weight: 300;
    outline: none;
    transition: border-color 0.3s;
    resize: none;
    -webkit-appearance: none;
  }

  .form-group select {
    background: #fbfbfa;
    cursor: pointer;
  }

  .form-group select option { background: var(--white); }

  .form-group input:focus,
  .form-group select:focus,
  .form-group textarea:focus { border-color: var(--gold); }

  .form-group textarea { height: 110px; }

  .form-note {
    font-size: 0.98rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: rgba(24,45,9,0.6);
    line-height: 1.7;
  }

  .btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1rem 2.8rem;
    background: var(--gold);
    color: var(--button-ink);
    font-family: 'Avenir LT Std', Avenir, 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    align-self: flex-start;
  }

  .btn-submit:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(197,160,89,0.2);
  }

  /* -- FOOTER -- */
  footer {
    background: var(--forest-mid);
    border-top: 1px solid var(--border);
    padding: 4rem 5% 2.5rem;
  }

  .footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--border-light);
  }

  .footer-brand .wordmark {
    font-family: 'Avenir LT Std', Avenir, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.2em;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 0.3rem;
  }

  .footer-logo {
    display: block;
    width: min(180px, 100%);
    height: auto;
    margin-bottom: 1.2rem;
  }

  .footer-brand .sub {
    font-size: 0.9rem;
    font-weight: 200;
    letter-spacing: 0.28em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
  }

  .footer-brand p {
    font-size: 0.94rem;
    font-weight: 300;
    line-height: 1.9;
    color: var(--text-muted);
    max-width: 280px;
  }

  .footer-col h5 {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.5rem;
  }

  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; }

  .footer-col ul a {
    font-size: 0.92rem;
    font-weight: 300;
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.25s;
    letter-spacing: 0.04em;
  }

  .footer-col ul a:hover { color: var(--gold-light); }

  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-bottom p {
    font-size: 0.95rem;
    font-weight: 300;
    color: rgba(138,148,133,0.6);
    letter-spacing: 0.08em;
  }

  .footer-bottom .rc-note {
    font-size: 0.94rem;
    font-weight: 300;
    color: rgba(138,148,133,0.4);
    letter-spacing: 0.06em;
  }

  /* -- MOBILE HAMBURGER -- */
  .nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 50%;
    padding: 0;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
  }

  .nav-toggle span {
    display: block;
    width: 24px;
    height: 1px;
    background: var(--off-white);
    transition: all 0.3s;
  }

  nav.nav-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  nav.nav-open .nav-toggle span:nth-child(2) { opacity: 0; transform: scaleX(0); }
  nav.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  /* -- RESPONSIVE -- */
  @media (max-width: 1180px) {
    nav {
      width: min(94%, 1080px);
    }

    .nav-links {
      position: absolute;
      top: calc(100% + 0.7rem);
      left: 0;
      right: 0;
      display: grid;
      gap: 0;
      padding: 0.6rem;
      margin: 0;
      list-style: none;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 18px;
      background: rgba(16,24,12,0.9);
      box-shadow: 0 28px 70px rgba(0,0,0,0.28);
      backdrop-filter: blur(18px) saturate(130%);
      -webkit-backdrop-filter: blur(18px) saturate(130%);
      opacity: 0;
      pointer-events: none;
      transform: translateY(-8px) scale(0.98);
      transition: opacity 0.25s, transform 0.25s;
    }

    .nav-links a {
      display: block;
      padding: 1rem;
    }

    .mobile-nav-cta { display: block; }
    .mobile-nav-cta a { text-align: center; }

    nav.nav-open .nav-links {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0) scale(1);
    }

    .nav-actions { margin-left: auto; }
    .nav-cta { display: none; }
    .nav-toggle { display: flex; }
  }

  @media (max-width: 1024px) {
    nav { width: min(94%, 980px); }
    .nav-cta { padding-inline: 1rem; }
    .hero-content { max-width: min(640px, 64vw); }
    .hero-h1 { font-size: clamp(2.9rem, 5.6vw, 4.8rem); }
    .why-layout { grid-template-columns: 1fr; gap: 3rem; }
    .about-layout { grid-template-columns: 1fr; gap: 4rem; }
    .about-image-block { max-width: 480px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .process-layout { grid-template-columns: 1fr; gap: 3rem; }
    .process-left { position: static; }
    .faq-layout { grid-template-columns: 1fr; gap: 3rem; }
    .faq-left { position: static; }
    .industries-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-layout { grid-template-columns: 1fr; gap: 4rem; }
    .contact-card-grid { justify-content: center; }
    .footer-top { grid-template-columns: 1fr 1fr; gap: 3rem; }
    .esg-layout { grid-template-columns: 1fr; gap: 3rem; }
  }

  @media (max-width: 768px) {
    nav {
      top: 0;
      height: 58px;
      width: calc(100% - 1.5rem);
      margin-top: 0.75rem;
      padding: 0 0.7rem 0 0.9rem;
      border-radius: 0;
    }

    .brand-logo { width: min(148px, 48vw); }

    .nav-links {
      position: absolute;
      top: calc(100% + 0.7rem);
      left: 0;
      right: 0;
      display: grid;
      gap: 0;
      padding: 0.6rem;
      list-style: none;
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 18px;
      background: rgba(16,24,12,0.9);
      box-shadow: 0 28px 70px rgba(0,0,0,0.28);
      backdrop-filter: blur(18px) saturate(130%);
      -webkit-backdrop-filter: blur(18px) saturate(130%);
      opacity: 0;
      pointer-events: none;
      transform: translateY(-8px) scale(0.98);
      transition: opacity 0.25s, transform 0.25s;
    }

    .nav-links a {
      display: block;
      padding: 1rem;
    }

    .mobile-nav-cta { display: block; }

    .mobile-nav-cta a {
      text-align: center;
    }

    nav.nav-open .nav-links {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0) scale(1);
    }

    .nav-cta { display: none; }
    .nav-actions { margin-left: auto; }
    .translate-control {
      min-width: 108px;
      width: 108px;
      height: 40px;
      padding: 0 0.55rem;
    }
    .translate-label { display: none; }
    #google_translate_element select.goog-te-combo {
      width: 92px;
      max-width: 92px;
      font-size: 0.76rem;
    }
    .nav-toggle { display: flex; }
    #hero {
      min-height: 100svh;
      align-items: flex-end;
      padding: 7.5rem 1rem 6rem;
    }
    .hero-content {
      width: 100%;
      max-width: none;
      padding: 1.35rem;
    }
    .hero-eyebrow { margin-bottom: 1.2rem; }
    .hero-h1 {
      font-size: clamp(2.15rem, 11.5vw, 3.35rem);
      line-height: 1.02;
      margin-bottom: 1.4rem;
    }
    .hero-sub {
      font-size: 0.95rem;
      margin-bottom: 1.8rem;
    }
    .hero-actions {
      align-items: stretch;
      flex-direction: column;
      gap: 1rem;
    }
    .btn-primary {
      justify-content: center;
      width: 100%;
      padding: 1rem 1.2rem;
    }
    .btn-ghost { justify-content: center; }
    .hero-scroll-indicator { right: 1rem; bottom: 1.6rem; }
    .hero-ornament {
      width: 260px;
      height: 260px;
      right: -80px;
      top: 18%;
    }
    .why-grid { grid-template-columns: 1fr; }
    .why-card-wide { grid-column: span 1; }
    .services-grid { grid-template-columns: 1fr; }
    .services-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
    .form-row { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; gap: 2.5rem; }
    .footer-bottom { flex-direction: column; gap: 0.8rem; text-align: center; }
    .contact-card-grid { justify-content: center; }
    .contact-card {
      flex-basis: calc(50% - 0.6rem);
      min-height: 190px;
      padding: 1.5rem;
    }
    .contact-note {
      flex-direction: column;
      gap: 0.45rem;
    }
    .esg-pillars { grid-template-columns: 1fr; }
    .industries-grid { grid-template-columns: 1fr; }
    .industry-item {
      min-height: 104px;
      padding: 1.6rem 1.2rem;
    }
  }

  @media (max-width: 520px) {
    .contact-card {
      flex-basis: 100%;
      min-height: 176px;
    }
    .section-inner { padding: 0 1.1rem; }
    #why-us, #about, #services, #process, #faq, #industries, #contact { padding: 88px 0; }
    .hero-video { transform: scale(1.08); }
  }

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