/* =========================================================
   AI Coach — UVU-inspired institutional theme
   Palette modeled on UVU brand: forest green, black, white,
   light mist gray. Clean, modern, academic.
   ========================================================= */
:root {
  --green: #275d38;        /* UVU primary green */
  --green-dark: #18301f;   /* near-black green (headers/footer) */
  --green-mid: #356e48;
  --green-light: #4c8b63;
  --green-pale: #e8f0ea;
  --gold: #fdb913;         /* warm accent for emphasis */
  --ink: #1a1c1b;
  --body: #444946;
  --gray: #6f7572;
  --line: #e3e7e4;
  --mist: #f4f6f5;
  --paper: #ffffff;
  --sans: 'Roboto', system-ui, 'Segoe UI', Arial, sans-serif;
  --display: 'Roboto Condensed', 'Roboto', system-ui, sans-serif;
  --maxw: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--body);
  background: var(--paper);
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: var(--display); color: var(--ink); font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: min(var(--maxw), 92%); margin: 0 auto; }
.eyebrow {
  font-family: var(--sans); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.22em; font-size: 0.74rem; color: var(--green);
}
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section--mist { background: var(--mist); }
.section--green { background: var(--green); color: #eaf2ec; }

/* ---------- TOP UTILITY BAR ---------- */
.topbar {
  background: var(--green-dark); color: #cdd8d0;
  font-size: 0.74rem; letter-spacing: 0.04em;
}
.topbar .wrap { display: flex; justify-content: flex-end; align-items: center; gap: 1.5rem; height: 38px; }
.topbar a { color: #cdd8d0; transition: color .2s; }
.topbar a:hover { color: #fff; }

/* ---------- NAV ---------- */
header.nav {
  position: sticky; top: 0; z-index: 100; background: #fff;
  border-bottom: 1px solid var(--line);
  transition: box-shadow .3s ease;
}
header.nav.scrolled { box-shadow: 0 6px 24px rgba(0,0,0,.07); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: .65rem; font-family: var(--display); font-weight: 800; font-size: 1.3rem; color: var(--ink); letter-spacing: -0.02em; }
.brand .mark {
  width: 38px; height: 38px; border-radius: 9px; flex: none;
  background: linear-gradient(135deg, var(--green), var(--green-light));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.05rem; font-weight: 800;
}
.brand .mark svg { width: 22px; height: 22px; }
.brand span.sub { color: var(--green); }
nav.links { display: flex; align-items: center; gap: 2rem; }
nav.links a {
  font-size: 0.92rem; font-weight: 500; color: var(--ink); opacity: .82;
  transition: color .2s, opacity .2s; position: relative;
}
nav.links a:hover, nav.links a.current { color: var(--green); opacity: 1; }
nav.links a.current::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -27px; height: 3px; background: var(--green);
}
nav.links a.cta {
  background: var(--green); color: #fff; opacity: 1; padding: .62rem 1.25rem; border-radius: 7px; font-weight: 600;
}
nav.links a.cta:hover { background: var(--green-dark); color: #fff; }
.nav-toggle { display: none; background: none; border: 0; color: var(--ink); font-size: 1.6rem; cursor: pointer; }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-block; font-family: var(--sans); font-size: 0.95rem; font-weight: 600;
  padding: 0.9rem 1.8rem; border-radius: 8px; transition: all .2s ease; cursor: pointer; border: 2px solid transparent;
}
.btn--solid { background: var(--green); color: #fff; }
.btn--solid:hover { background: var(--green-dark); transform: translateY(-2px); }
.btn--gold { background: var(--gold); color: var(--green-dark); }
.btn--gold:hover { filter: brightness(1.05); transform: translateY(-2px); }
.btn--ghost { border-color: rgba(255,255,255,.55); color: #fff; }
.btn--ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn--outline { border-color: var(--green); color: var(--green); }
.btn--outline:hover { background: var(--green); color: #fff; }

/* ---------- HERO (home) — light, image-led, centered (UVU institute style) ---------- */
.hero { background: var(--mist); border-bottom: 1px solid var(--line); text-align: center; overflow: hidden; }
.hero .wrap { max-width: 1040px; padding: clamp(3.5rem, 7vw, 5.5rem) 0 0; }
.hero .eyebrow { color: var(--green); }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.7rem); line-height: 1.08; margin: 1rem auto 1.1rem; max-width: 20ch; }
.hero h1 em { font-style: normal; color: var(--green); }
.hero p.lead { font-size: clamp(1.08rem, 1.8vw, 1.34rem); color: var(--gray); max-width: 62ch; margin: 0 auto 2rem; }
.hero .actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.hero-photo { width: min(1100px, 92%); margin: clamp(2.5rem, 5vw, 3.8rem) auto -1px; }
.hero-photo figure { position: relative; border-radius: 16px 16px 0 0; overflow: hidden; box-shadow: 0 -10px 50px rgba(0,0,0,.12); }
.hero-photo img { width: 100%; aspect-ratio: 24/9; object-fit: cover; display: block; }
.hero-photo figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(24,48,31,.35)); }
.hero-photo figcaption {
  position: absolute; left: 0; bottom: 0; z-index: 1; color: #fff; padding: 1.2rem 1.5rem;
  font-size: .9rem; font-weight: 500; letter-spacing: .01em;
}

/* ---------- VISION PILLARS (numbered, institute style) ---------- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.pillar { padding: 2.6rem 2.1rem; border-right: 1px solid var(--line); background: #fff; transition: background .3s; }
.pillar:last-child { border-right: 0; }
.pillar:hover { background: var(--green-pale); }
.pillar .pnum { font-family: var(--display); font-weight: 700; font-size: 2.4rem; color: var(--green); line-height: 1; opacity: .35; }
.pillar h3 { font-size: 1.3rem; margin: .5rem 0 .6rem; }
.pillar p { color: var(--body); font-size: 1rem; }

/* ---------- NEWS / FEATURE ---------- */
.feature { display: grid; grid-template-columns: 1.05fr 1fr; gap: 2.6rem; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: 0 8px 28px rgba(0,0,0,.05); }
.feature .photo { position: relative; min-height: 320px; }
.feature .photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feature .photo .cat { position: absolute; left: 1.2rem; top: 1.2rem; background: var(--green); color: #fff; font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: .4rem .8rem; border-radius: 6px; }
.feature .body { padding: 2.6rem 2.4rem 2.6rem 0; }
.feature .meta { font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--green); font-weight: 700; margin-bottom: .7rem; }
.feature h3 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: .8rem; }
.feature p { color: var(--body); margin-bottom: 1.4rem; }

/* ---------- INFO BOX (AI Power Hour analog) ---------- */
.infobox { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 18px; overflow: hidden; box-shadow: 0 8px 28px rgba(0,0,0,.06); }
.infobox .left { background: var(--green); color: #eaf2ec; padding: clamp(2.4rem,4vw,3.2rem); }
.infobox .left .eyebrow { color: var(--gold); }
.infobox .left h3 { color: #fff; font-size: clamp(1.6rem,3vw,2.2rem); margin: .6rem 0 .8rem; }
.infobox .left p { color: #cfe0d4; }
.infobox .right { background: #fff; border: 1px solid var(--line); border-left: 0; padding: clamp(2.4rem,4vw,3.2rem); }
.infobox .when { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.infobox .when:last-child { border-bottom: 0; }
.infobox .when .ico { width: 42px; height: 42px; border-radius: 9px; background: var(--green-pale); color: var(--green); display: flex; align-items: center; justify-content: center; flex: none; }
.infobox .when .ico svg { width: 20px; height: 20px; }
.infobox .when b { color: var(--ink); display: block; font-family: var(--display); font-size: 1.1rem; }
.infobox .when span { color: var(--gray); font-size: .92rem; }

/* ---------- WHY IT MATTERS (7 cards, auto-fit) ---------- */
.grid-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.3rem; }
.benefit { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1.9rem 1.7rem; border-left: 4px solid var(--green); transition: transform .3s ease, box-shadow .3s ease; }
.benefit:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(0,0,0,.08); }
.benefit .ico { width: 44px; height: 44px; border-radius: 10px; background: var(--green-pale); color: var(--green); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.benefit .ico svg { width: 22px; height: 22px; }
.benefit h3 { font-size: 1.12rem; margin-bottom: .4rem; }
.benefit p { font-size: .94rem; color: var(--gray); }

/* ---------- PAGE HERO (interior) ---------- */
.page-hero { position: relative; overflow: hidden; background: var(--green); color: #eaf2ec; padding: clamp(3.5rem, 7vw, 6rem) 0; }
.page-hero::before {
  content: ""; position: absolute; inset: 0; opacity: .45;
  background: radial-gradient(circle at 85% 15%, rgba(76,139,99,.7), transparent 50%), radial-gradient(circle at 10% 100%, rgba(24,48,31,.8), transparent 55%);
}
.page-hero .wrap { position: relative; z-index: 1; max-width: 880px; }
.page-hero .eyebrow { color: var(--gold); }
.page-hero h1 { color: #fff; font-size: clamp(2.2rem, 5vw, 3.5rem); margin: .9rem 0 1rem; }
.page-hero p { color: #d4e3d8; font-size: 1.12rem; max-width: 60ch; }
.page-hero .actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.8rem; }
.page-hero .badge-free {
  display: inline-block; background: var(--gold); color: var(--green-dark); font-weight: 700;
  font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; padding: .4rem .9rem; border-radius: 999px; margin-bottom: .4rem;
}

/* ---------- SECTION HEADINGS ---------- */
.head { max-width: 720px; margin-bottom: 3rem; }
.head.center { margin-left: auto; margin-right: auto; text-align: center; }
.head h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin: .7rem 0 1rem; }
.head p { color: var(--gray); font-size: 1.08rem; }
.head.center p { margin-left: auto; margin-right: auto; max-width: 60ch; }
.section--green .head h2 { color: #fff; }
.section--green .head p { color: #cfe0d4; }
.section--green .eyebrow { color: var(--gold); }

/* ---------- CARD GRID (pillars / why-it-matters) ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 2.4rem 2rem;
  box-shadow: 0 6px 22px rgba(0,0,0,.04); position: relative; overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.card:hover { transform: translateY(-6px); box-shadow: 0 22px 48px rgba(0,0,0,.1); border-color: rgba(39,93,56,.4); }
.card:hover::before { transform: scaleX(1); }
.card .ico {
  width: 54px; height: 54px; border-radius: 12px; background: var(--green-pale); color: var(--green);
  display: flex; align-items: center; justify-content: center; margin-bottom: 1.3rem;
}
.card .ico svg { width: 26px; height: 26px; }
.card h3 { font-size: 1.3rem; margin-bottom: .6rem; }
.card p { color: var(--body); font-size: 1rem; }
.card .tag { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--green); font-weight: 700; display: block; margin-bottom: .5rem; }

.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; }
.mini {
  background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1.8rem 1.5rem;
  transition: transform .3s ease, box-shadow .3s ease;
}
.mini:hover { transform: translateY(-5px); box-shadow: 0 18px 38px rgba(0,0,0,.08); }
.mini .ico { width: 46px; height: 46px; border-radius: 10px; background: var(--green-pale); color: var(--green); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.mini .ico svg { width: 22px; height: 22px; }
.mini h3 { font-size: 1.08rem; margin-bottom: .4rem; }
.mini p { font-size: .94rem; color: var(--gray); }

/* ---------- WANTS / DON'T WANTS ---------- */
.wants-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }
.wants-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 2.4rem 2.1rem; box-shadow: 0 6px 22px rgba(0,0,0,.04); }
.wants-card.yes { border-top: 4px solid var(--green); }
.wants-card.no  { border-top: 4px solid #c9962f; }
.wants-card .tier { font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; margin-bottom: .4rem; display: block; }
.wants-card.yes .tier { color: var(--green); }
.wants-card.no  .tier { color: #b07f23; }
.wants-card h3 { font-size: 1.35rem; margin-bottom: 1.2rem; }
.wants-card ul { list-style: none; }
.wants-card li { position: relative; padding: .6rem 0 .6rem 1.9rem; border-bottom: 1px solid var(--line); }
.wants-card li:last-child { border-bottom: 0; }
.wants-card.yes li::before { content: "✓"; position: absolute; left: 0; top: .6rem; color: var(--green); font-weight: 800; }
.wants-card.no  li::before { content: "✕"; position: absolute; left: 0; top: .6rem; color: #b07f23; font-weight: 800; }

/* ---------- STEPS ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.step { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 2.3rem 2rem; }
.step .no { font-family: var(--display); font-size: 2.6rem; font-weight: 800; color: var(--green); line-height: 1; margin-bottom: .6rem; }
.step h3 { font-size: 1.25rem; margin-bottom: .5rem; }
.step p { color: var(--body); }

/* ---------- STATS STRIP ---------- */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; text-align: center; }
.stat .num { font-family: var(--display); font-size: clamp(2.6rem, 5vw, 3.6rem); font-weight: 800; color: #fff; line-height: 1; }
.stat .lbl { margin-top: .5rem; color: #cfe0d4; font-size: .95rem; }

/* ---------- PRICING ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; align-items: stretch; }
.price-card {
  position: relative; display: flex; flex-direction: column; background: #fff;
  border: 1px solid var(--line); border-radius: 18px; padding: 2.4rem 2.1rem;
  box-shadow: 0 6px 22px rgba(0,0,0,.05); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.price-card:hover { transform: translateY(-6px); box-shadow: 0 22px 48px rgba(0,0,0,.1); }
.price-card.featured { border: 2px solid var(--green); box-shadow: 0 18px 46px rgba(39,93,56,.16); }
.price-card .ribbon { position: absolute; top: -1px; right: 1.6rem; background: var(--gold); color: var(--green-dark); font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; padding: .4rem .85rem; border-radius: 0 0 7px 7px; }
.price-card .tier { font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; color: var(--green); font-weight: 700; margin-bottom: .7rem; }
.price-card h3 { font-size: 1.4rem; margin-bottom: .4rem; }
.price-card .blurb { color: var(--gray); font-size: .95rem; margin-bottom: 1.4rem; }
.price-card .price { line-height: 1; margin-bottom: .3rem; }
.price-card .price .amt { font-family: var(--display); font-weight: 800; color: var(--ink); font-size: clamp(2.4rem, 5vw, 3rem); letter-spacing: -.02em; }
.price-card .price .per { color: var(--gray); font-weight: 500; }
.price-card .note { font-size: .82rem; color: var(--green); font-weight: 600; margin-bottom: 1.5rem; }
.price-card ul { list-style: none; margin: 0 0 1.8rem; flex: 1; }
.price-card li { position: relative; padding: .5rem 0 .5rem 1.6rem; font-size: .98rem; color: var(--body); border-bottom: 1px solid var(--line); }
.price-card li:last-child { border-bottom: 0; }
.price-card li::before { content: "✓"; position: absolute; left: 0; top: .55rem; color: var(--green); font-weight: 800; }
.price-card .btn { width: 100%; text-align: center; }
.price-foot { text-align: center; color: var(--gray); font-size: .95rem; max-width: 62ch; margin: 2.4rem auto 0; }
.price-foot a { color: var(--green); font-weight: 600; text-decoration: underline; }

/* ---------- CTA BAND ---------- */
.cta-band { text-align: center; }
.cta-band h2 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 1rem; }
.cta-band p { color: #cfe0d4; max-width: 56ch; margin: 0 auto 1.8rem; font-size: 1.1rem; }
.cta-band .actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ---------- FOOTER ---------- */
footer { background: var(--green-dark); color: #b7c6bc; padding: 3.5rem 0 1.8rem; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; margin-bottom: 2.5rem; }
.foot-grid h4 { color: #fff; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1rem; }
.foot-grid a { display: block; color: #b7c6bc; padding: .3rem 0; font-size: .95rem; transition: color .2s; }
.foot-grid a:hover { color: #fff; }
.foot-brand .brand { color: #fff; margin-bottom: 1rem; }
.foot-brand p { font-size: .92rem; max-width: 34ch; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 1.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: .82rem; color: #8ea396; }
.foot-bottom .social { display: flex; gap: 1rem; }
.foot-bottom .social a { color: #b7c6bc; }
.foot-bottom .social a:hover { color: #fff; }

/* ---------- BOOKING PAGE ---------- */
.booking-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 1.8rem; align-items: start; }
.book-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: clamp(1.6rem, 3vw, 2.2rem); box-shadow: 0 8px 28px rgba(0,0,0,.05); }
.book-card .step { display: inline-block; font-family: var(--display); font-weight: 700; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: #fff; background: var(--green); border-radius: 6px; padding: .28rem .7rem; margin-bottom: .9rem; }
.book-card h3 { font-size: 1.45rem; margin-bottom: .4rem; }
.book-card .card-sub { color: var(--gray); font-size: .96rem; margin-bottom: 1.4rem; }
.cal-label { font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--gray); margin: 1.2rem 0 .7rem; }
.cal-label:first-of-type { margin-top: 0; }
.chips { display: flex; flex-wrap: wrap; gap: .6rem; }
.chip {
  border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: .55rem 1rem;
  font-family: inherit; font-size: .92rem; color: var(--ink); cursor: pointer; transition: all .18s ease; text-align: center;
}
.chip:hover { border-color: var(--green); color: var(--green); }
.chip.active { background: var(--green); border-color: var(--green); color: #fff; }
.chip .dow { display: block; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; opacity: .7; }
.chip .dnum { display: block; font-family: var(--display); font-weight: 700; font-size: 1.15rem; line-height: 1.1; }
.cal-readout { margin-top: 1.4rem; padding: .9rem 1rem; border-radius: 10px; background: var(--green-pale); color: var(--green-dark); font-size: .95rem; }
.cal-readout b { font-weight: 700; }
.cal-hint { margin-top: 1rem; font-size: .82rem; color: var(--gray); }

/* ---------- FORM ---------- */
.field { margin-bottom: 1.1rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label { display: block; font-size: .85rem; font-weight: 600; color: var(--ink); margin-bottom: .4rem; }
.field label .req { color: #c0392b; }
.field input, .field select, .field textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: .78rem .9rem;
  font-family: inherit; font-size: .98rem; color: var(--ink); background: #fff;
  transition: border-color .18s, box-shadow .18s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(39,93,56,.12); }
.field textarea { resize: vertical; min-height: 96px; line-height: 1.6; }
.field .hint { font-size: .8rem; color: var(--gray); margin-top: .35rem; }
.book-form .btn { width: 100%; text-align: center; margin-top: .4rem; }
.book-confirm { display: none; text-align: center; padding: 2rem 1rem; }
.book-confirm.show { display: block; }
.book-confirm .check { width: 60px; height: 60px; border-radius: 50%; background: var(--green-pale); color: var(--green); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; }
.book-confirm .check svg { width: 30px; height: 30px; }
.book-confirm h3 { font-size: 1.5rem; margin-bottom: .5rem; }
.book-confirm p { color: var(--gray); max-width: 38ch; margin: 0 auto; }

/* ---------- SCROLL REVEAL ---------- */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.61,.36,1); }
.js .reveal.in { opacity: 1; transform: none; }
.js .reveal.d1 { transition-delay: .08s; }
.js .reveal.d2 { transition-delay: .16s; }
.js .reveal.d3 { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1 !important; transform: none !important; } }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
  .grid-3, .grid-4, .steps, .price-grid, .wants-grid, .stats, .foot-grid,
  .pillars, .feature, .infobox, .booking-grid, .field-row { grid-template-columns: 1fr; }
  .pillar { border-right: 0; border-bottom: 1px solid var(--line); }
  .pillar:last-child { border-bottom: 0; }
  .feature .photo { min-height: 240px; }
  .feature .body { padding: 2rem 1.8rem; }
  .infobox .right { border-left: 1px solid var(--line); border-top: 0; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  nav.links { display: none; }
  nav.links.open {
    display: flex; flex-direction: column; align-items: flex-start; position: absolute; top: 100%; right: 0; left: 0;
    background: #fff; padding: 1.2rem 4%; gap: 1.1rem; box-shadow: 0 18px 40px rgba(0,0,0,.12); border-bottom: 1px solid var(--line);
  }
  nav.links a.current::after { display: none; }
  .nav-toggle { display: block; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .grid-4, .foot-grid { grid-template-columns: 1fr; }
  .topbar .wrap { justify-content: center; gap: 1rem; }
}

/* ========================================================
   TEAM CARD ALIGNMENT (contact page leadership grid)
   Equalizes card heights, aligns photos & green role bars,
   and removes uneven bottom whitespace across cards.
   !important is used to override theme/component defaults.
   ======================================================== */
.row-target.flex-row.equal-height { align-items: stretch !important; }
.row-target.flex-row.equal-height > .col-target { display: flex !important; }
.card-content.card-multicontent {
	  display: flex !important;
	  flex-direction: column !important;
	  width: 100% !important;
	  height: 100% !important;
	  margin-bottom: 0 !important;
}
.card-content.card-multicontent .card-content-header {
	  min-height: 5.5rem !important;
	  display: flex !important;
	  align-items: flex-start !important;
	  margin-bottom: 0 !important;
}
.card-content.card-multicontent .card-content-header .card-content-title { margin: 0 !important; }
.card-content.card-multicontent .card-content-container-1 { margin: 0 !important; }
.card-content.card-multicontent .card-content-container-1 img {
	  display: block !important;
	  width: 100% !important;
	  height: 300px !important;
	  object-fit: cover !important;
	  object-position: top center !important;
}
.card-content.card-multicontent .card-content-container-2.bg-uvu-green {
	  min-height: 4.5rem !important;
	  display: flex !important;
	  align-items: center !important;
	  margin: 0 !important;
	  padding: 0.75rem 1rem !important;
}
.card-content.card-multicontent .card-content-container-3 {
	  flex: 1 1 auto !important;
	  margin: 0 !important;
	  padding: 1rem !important;
}
.card-content.card-multicontent .card-content-container-3 p { margin: 0 !important; }
}
}
}
}
}

/* ---------- STAFF DIRECTORY FEED (Wayne Vaught, Jim Mortensen, Christina Baum, etc.) ---------- */
.output.employees .row.equal-items { flex-wrap: wrap !important; }
.output.employees .row.equal-items > [class*="col-"] { float: none !important; display: flex !important; }
.output.employees .card-staff { width: 100% !important; }

/* ---------- TEAM CARD SPACING (two cards per column stack vertically with gap) ---------- */
.row-target.flex-row.equal-height > .col-target { flex-direction: column !important; gap: 1.5rem !important; }
