/* ChangeFluent Site Kit - LEAN stylesheet.
   Only tokens + nav + footer. Each page keeps its OWN full CSS.
   This never touches page component styles, so nothing can conflict. */

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400..900;

.eta-shell {
  --eta-bg:        #F4EFE6;
  --eta-bg-warm:   #ECE3D2;
  --eta-ink:       #14201A;
  --eta-ink-soft:  #4A5650;
  --eta-pitch:     #046B1E;    /* deep brand green (from new logo, for dark panels) */
  --eta-pitch-2:   #035C19;
  --eta-green:     #029027;    /* NEW ETA logo green (primary accent) */
  --eta-lime:      #C4F25D;    /* bright secondary pop, pairs with the green */
  --eta-clay:      #DD6A3A;    /* tennis accent */
  --eta-gold:      #D4A547;    /* golf accent */
  --eta-sage:      #5B7A4F;
  --eta-line:      rgba(20,32,26,0.14);
  --eta-radius:    22px;

  /* scope reset */
  all: initial;
  display: block;
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  color: var(--eta-ink);
  background: var(--eta-bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.eta-shell *, .eta-shell *::before, .eta-shell *::after { box-sizing: border-box; }

/* ---- NAV ---- */
/* ---------- NAV (overlaid on hero) ---------- */
.eta-shell .eta-nav--overlay {
  position: absolute; top: 0; left: 0; right: 0; z-index: 20;
  background: transparent; border: none;
}
.eta-shell .eta-nav__inner {
  max-width: 1440px; margin: 0 auto; padding: 22px 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.eta-shell .eta-nav__brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.eta-shell .eta-nav__name {
  font-family: 'Archivo', 'Inter', sans-serif; font-weight: 700;
  font-size: 20px; color: #fff; letter-spacing: -0.01em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
/* Landing: banner carries the logo, so the wordmark is hidden (kept for a11y).
   With no visible brand, push the links + social together to the right. */
.eta-shell .eta-nav__name--hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.eta-shell .eta-nav--overlay .eta-nav__brand:has(.eta-nav__name--hidden) { margin-right: auto; }
.eta-shell .eta-nav__links { display: flex; align-items: center; gap: 8px; }
.eta-shell .eta-nav__links > a,
.eta-shell .eta-nav__droptrigger {
  font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 17px;
  color: #fff; text-decoration: none;
  padding: 10px 16px; border-radius: 100px; border: none; background: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 6px; transition: background .2s ease;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
.eta-shell .eta-nav__links > a:hover,
.eta-shell .eta-nav__droptrigger:hover { background: rgba(255,255,255,0.16); }
.eta-shell .eta-nav__drop { position: relative; }
.eta-shell .eta-nav__menu {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 170px;
  background: #fff; border: 1px solid var(--eta-line); border-radius: 14px;
  box-shadow: 0 18px 40px -18px rgba(20,32,26,0.3);
  padding: 8px; display: none; flex-direction: column; gap: 2px;
}
.eta-shell .eta-nav__drop:hover .eta-nav__menu,
.eta-shell .eta-nav__drop:focus-within .eta-nav__menu { display: flex; }
.eta-shell .eta-nav__menu a {
  font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 15px;
  color: var(--eta-ink); text-decoration: none; padding: 10px 14px; border-radius: 10px;
  text-shadow: none;
}
.eta-shell .eta-nav__menu a:hover { background: var(--eta-bg-warm); color: var(--eta-green); }
/* Social icons */
.eta-shell .eta-nav__social { display: flex; align-items: center; gap: 8px; margin-left: 20px; }
.eta-shell .eta-nav__social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 100px; color: #fff;
  border: 1px solid rgba(255,255,255,0.5); transition: background .2s ease, color .2s ease;
}
.eta-shell .eta-nav__social a:hover { background: #fff; color: var(--eta-pitch); }
.eta-shell .eta-nav__social--inmenu { display: none; }
/* shown only inside mobile menu */
.eta-shell .eta-nav__toggle {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  padding: 11px; border-radius: 10px; border: none;
  background: rgba(4,25,10,0.55); backdrop-filter: blur(2px);
}
.eta-shell .eta-nav__toggle span { width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: .2s; }
@media (max-width: 640px) {
  /* Mobile: show the banner in full (uncropped) so the whole logo is visible,
     then the lede + CTAs on a clean panel below. A wide landscape banner
     cannot be a full-bleed portrait background without cropping the logo. */
  .eta-shell .eta-hero__banner {
    display: block; min-height: 0;   /* let it size to the image */
  }
  .eta-shell .eta-hero__banner-img {
    position: static; width: 100%; height: auto; object-fit: contain;  /* full image, no crop */
    display: block; background: #cfe0ee;  /* soft sky tone behind any letterboxing */
  }
  .eta-shell .eta-hero__banner::before { display: none; }  /* drop the top scrim; nav sits over the banner top */
  /* Nav overlays the top of the (now shorter) banner; keep it readable */
  .eta-shell .eta-nav--overlay {
    position: absolute;
    background: linear-gradient(to bottom, rgba(4,25,10,0.45), rgba(4,25,10,0));
  }
  /* Text strip becomes a solid clean panel below the image */
  .eta-shell .eta-hero__strip {
    position: static; margin-top: 0; padding-top: 28px;
    background: var(--eta-pitch);
  }
  .eta-shell .eta-hero__strip-inner { padding: 0 22px 32px; }
  .eta-shell .eta-hero__lede { text-shadow: none; }
}
/* ---------- NAV (solid bar for non-banner pages) ---------- */
.eta-shell .eta-nav {
  position: relative; z-index: 20; background: var(--eta-bg);
  border-bottom: 1px solid var(--eta-line);
}
.eta-shell .eta-nav__inner {
  max-width: 1440px; margin: 0 auto; padding: 14px 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.eta-shell .eta-nav__logo { height: 46px; width: 46px; border-radius: 50%; display: block; }
.eta-shell .eta-nav__name {
  font-family: 'Archivo', 'Inter', sans-serif; font-weight: 700;
  font-size: 20px; color: var(--eta-pitch); letter-spacing: -0.01em;
}
.eta-shell .eta-nav__links { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.eta-shell .eta-nav__links > a,
.eta-shell .eta-nav__droptrigger {
  font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 17px;
  color: var(--eta-ink); text-decoration: none;
  padding: 10px 16px; border-radius: 100px; border: none; background: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 6px; transition: background .2s ease, color .2s ease;
}
.eta-shell .eta-nav__links > a:hover,
.eta-shell .eta-nav__droptrigger:hover { background: var(--eta-bg-warm); color: var(--eta-green); }
.eta-shell .eta-nav__menu a {
  font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 15px;
  color: var(--eta-ink); text-decoration: none; padding: 10px 14px; border-radius: 10px;
}
.eta-shell .eta-nav__social { display: flex; align-items: center; gap: 8px; margin-left: 20px; }
.eta-shell .eta-nav__social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 100px; color: var(--eta-pitch);
  border: 1px solid var(--eta-line); transition: background .2s ease, color .2s ease;
}
.eta-shell .eta-nav__social a:hover { background: var(--eta-pitch); color: #fff; border-color: var(--eta-pitch); }
.eta-shell .eta-nav__toggle {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  padding: 10px; border-radius: 10px; border: none; background: var(--eta-bg-warm);
}
.eta-shell .eta-nav__toggle span { width: 22px; height: 2px; background: var(--eta-pitch); border-radius: 2px; }
@media (max-width: 960px) {
  .eta-shell .eta-nav__inner { padding: 12px 22px; }
  .eta-shell .eta-nav__links {
    position: absolute; top: 100%; left: 0; right: 0; margin-left: 0;
    flex-direction: column; align-items: stretch; gap: 2px;
    background: #fff; border-bottom: 1px solid var(--eta-line);
    padding: 12px 20px 20px; display: none; z-index: 30;
    box-shadow: 0 18px 30px -18px rgba(20,32,26,0.25);
  }
  .eta-shell .eta-nav__links.is-open { display: flex; }
  .eta-shell .eta-nav__drop { position: static; }
  .eta-shell .eta-nav__menu { position: static; display: flex; box-shadow: none; border: none; padding: 0 0 0 14px; }
  .eta-shell .eta-nav__toggle { display: flex; }
  .eta-shell .eta-nav__social--desktop { display: none; }
  .eta-shell .eta-nav__social--inmenu { display: flex; margin-top: 10px; padding-left: 14px; }
  .eta-shell .eta-nav__name { font-size: 18px; }
}
/* ---- NAV: solid bar is the default ---- */
.eta-shell .eta-nav {
  position: relative; z-index: 20; background: var(--eta-bg);
  border-bottom: 1px solid var(--eta-line);
}
.eta-shell .eta-nav__inner {
  max-width: 1440px; margin: 0 auto; padding: 14px 40px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.eta-shell .eta-nav__brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex: 0 0 auto; }
.eta-shell .eta-nav__brand img.eta-nav__logo,
.eta-shell img.eta-nav__logo,
.eta-shell .eta-nav img,
.eta-shell .eta-nav__brand img,
header.eta-nav img.eta-nav__logo,
header.eta-nav .eta-nav__brand img {
  height: 46px !important; width: 46px !important; max-width: 46px !important; max-height: 46px !important;
  min-width: 0 !important; min-height: 0 !important;
  border-radius: 50%; display: inline-block; object-fit: cover; flex: 0 0 auto;
}
.eta-shell .eta-nav__name {
  font-family: 'Archivo', 'Inter', sans-serif; font-weight: 700;
  font-size: 20px; color: var(--eta-pitch); letter-spacing: -0.01em; white-space: nowrap; text-shadow: none;
}
.eta-shell .eta-nav__name--hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.eta-shell .eta-nav__links { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.eta-shell .eta-nav__links > a,
.eta-shell .eta-nav__droptrigger {
  font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 17px;
  color: var(--eta-ink); text-decoration: none; text-shadow: none;
  padding: 10px 16px; border-radius: 100px; border: none; background: none; cursor: pointer;
  display: inline-flex; align-items: center; gap: 6px; transition: background .2s ease, color .2s ease;
}
.eta-shell .eta-nav__links > a:hover,
.eta-shell .eta-nav__droptrigger:hover { background: var(--eta-bg-warm); color: var(--eta-green); }
.eta-shell .eta-nav__drop { position: relative; }
.eta-shell .eta-nav__menu {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 170px;
  background: #fff; border: 1px solid var(--eta-line); border-radius: 14px;
  box-shadow: 0 18px 40px -18px rgba(20,32,26,0.3);
  padding: 8px; display: none; flex-direction: column; gap: 2px; z-index: 30;
}
.eta-shell .eta-nav__drop:hover .eta-nav__menu,
.eta-shell .eta-nav__drop:focus-within .eta-nav__menu { display: flex; }
.eta-shell .eta-nav__menu a {
  font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 15px;
  color: var(--eta-ink); text-decoration: none; padding: 10px 14px; border-radius: 10px; text-shadow: none;
}
.eta-shell .eta-nav__menu a:hover { background: var(--eta-bg-warm); color: var(--eta-green); }
.eta-shell .eta-nav__social { display: flex; align-items: center; gap: 8px; margin-left: 20px; }
.eta-shell .eta-nav__social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 100px; color: var(--eta-pitch);
  border: 1px solid var(--eta-line); transition: background .2s ease, color .2s ease;
}
.eta-shell .eta-nav__social a:hover { background: var(--eta-pitch); color: #fff; border-color: var(--eta-pitch); }
.eta-shell .eta-nav__social--inmenu { display: none; }
.eta-shell .eta-nav__toggle {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  padding: 10px; border-radius: 10px; border: none; background: var(--eta-bg-warm);
}
.eta-shell .eta-nav__toggle span { width: 22px; height: 2px; background: var(--eta-pitch); border-radius: 2px; transition: .2s; }
/* ---- NAV overlay modifier (landing) ---- */
.eta-shell .eta-nav--overlay {
  position: absolute; top: 0; left: 0; right: 0; z-index: 20; background: transparent; border: none;
}
.eta-shell .eta-nav--overlay .eta-nav__name { color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,0.4); }
.eta-shell .eta-nav--overlay .eta-nav__links > a,
.eta-shell .eta-nav--overlay .eta-nav__droptrigger { color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,0.4); }
.eta-shell .eta-nav--overlay .eta-nav__links > a:hover,
.eta-shell .eta-nav--overlay .eta-nav__droptrigger:hover { background: rgba(255,255,255,0.16); color: #fff; }
.eta-shell .eta-nav--overlay .eta-nav__menu a { color: var(--eta-ink); text-shadow: none; }
.eta-shell .eta-nav--overlay .eta-nav__social a { color: #fff; border-color: rgba(255,255,255,0.5); }
.eta-shell .eta-nav--overlay .eta-nav__social a:hover { background: #fff; color: var(--eta-pitch); }
.eta-shell .eta-nav--overlay .eta-nav__toggle { background: rgba(4,25,10,0.55); }
.eta-shell .eta-nav--overlay .eta-nav__toggle span { background: #fff; }

/* ---- FOOTER ---- */
/* ---------- SITE FOOTER ---------- */
.eta-shell .eta-footer { background: var(--eta-pitch); color: rgba(244,239,230,0.85); }
.eta-shell .eta-footer__inner {
  max-width: 1240px; margin: 0 auto; padding: 64px 40px 32px;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px;
}
.eta-shell .eta-footer__brand-name {
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 22px; color: #fff; margin: 0 0 12px;
}
.eta-shell .eta-footer__blurb { font-size: 15px; line-height: 1.6; max-width: 34ch; margin: 0 0 20px; }
.eta-shell .eta-footer__social { display: flex; gap: 10px; }
.eta-shell .eta-footer__social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 100px; color: #fff;
  border: 1px solid rgba(255,255,255,0.35); transition: background .2s, color .2s;
}
.eta-shell .eta-footer__social a:hover { background: #fff; color: var(--eta-pitch); }
.eta-shell .eta-footer__col h4 {
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--eta-accent, #C4F25D); margin: 0 0 16px;
}
.eta-shell .eta-footer__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.eta-shell .eta-footer__col a { color: rgba(244,239,230,0.85); text-decoration: none; font-size: 15px; transition: color .2s; }
.eta-shell .eta-footer__col a:hover { color: #fff; }
.eta-shell .eta-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  max-width: 1240px; margin: 0 auto; padding: 20px 40px;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
  font-size: 13px; color: rgba(244,239,230,0.7);
}
.eta-shell .eta-footer__bottom a { color: rgba(244,239,230,0.7); text-decoration: underline; }
.eta-shell .eta-footer__bottom a:hover { color: #fff; }
@media (max-width: 760px) {
  .eta-shell .eta-footer__inner { grid-template-columns: 1fr; gap: 36px; padding: 48px 22px 28px; }
  .eta-shell .eta-footer__bottom { padding: 20px 22px; }
}
.eta-shell .eta-footer__inner { max-width: 1440px; }
.eta-shell .eta-footer__bottom { max-width: 1440px; }
