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

    :root {
      --orange:       #B35000;
      --orange-dark:  #9E4800;
      --orange-light: #FEF3EC;
      --orange-faint: #FDF9F6;
      --charcoal:     #111111;
      --charcoal-2:   #1C1C1C;
      --slate:        #1B2A3B;
      --slate-2:      #243446;
      --white:        #FFFFFF;
      --off-white:    #FAFAF8;
      --warm-gray:    #F3F0EB;
      --border:       #E6E1D9;
      --border-mid:   #D1CBBC;
      --text-primary: #111111;
      --text-body:    #3A3530;
      --text-muted:   #6B6560;
      --text-subtle:  #696969;
      --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      --max-w: 1160px;
      --r:    8px;
      --r-lg: 16px;
      --r-xl: 24px;
      --sh-sm: 0 1px 4px rgba(0,0,0,0.07);
      --sh-md: 0 4px 20px rgba(0,0,0,0.09);
      --sh-lg: 0 12px 40px rgba(0,0,0,0.11);
    }

    html { scroll-behavior: smooth; }
    body {
      font-family: var(--font);
      color: var(--text-primary);
      background: var(--white);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 1.5;
    }
    a { color: inherit; text-decoration: none; }
    button { cursor: pointer; font-family: var(--font); }

    .container {
      max-width: var(--max-w);
      margin: 0 auto;
      padding: 0 2rem;
    }

    /* ─── UTILITY BAR ─── */
    .util-bar .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .util-bar a { color: rgba(255,255,255,0.55); transition: color .15s; }
    .util-bar a:hover { color: #fff; }
    .status-pill {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      background: rgba(34,197,94,0.12);
      border: 1px solid rgba(34,197,94,0.25);
      color: #4ade80;
      padding: 0.2rem 0.6rem;
      border-radius: 20px;
      font-size: 0.68rem;
      font-weight: 600;
    }
    .status-pill::before {
      content: '';
      width: 6px; height: 6px;
      border-radius: 50%;
      background: #22c55e;
      box-shadow: 0 0 6px #22c55e;
    }

/* ── SYSTEM BAR ── */
.hero {
      position: relative;
      overflow: hidden;
      padding: 4.75rem 0 3rem;
    }
.hero-bg {
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse 62% 52% at 78% 18%, rgba(191,87,0,0.16) 0%, transparent 58%),
        radial-gradient(ellipse 42% 56% at 10% 24%, rgba(255,255,255,0.72) 0%, transparent 70%),
        linear-gradient(160deg, #fffdf9 0%, #f8f1ea 46%, #ece3d7 100%);
    }
    .hero-mesh {
      position: absolute; inset: 0;
      background-image:
        linear-gradient(rgba(23,19,17,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23,19,17,0.04) 1px, transparent 1px);
      background-size: 64px 64px;
      opacity: 0.55;
    }
    .hero-glow {
      position: absolute;
      top: -200px; right: -200px;
      width: 600px; height: 600px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(191,87,0,0.14) 0%, transparent 70%);
      pointer-events: none;
    }
    .hero-content {
      position: relative; z-index: 2;
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
      gap: 1.5rem;
      align-items: center;
    }
    .hero-copy {
      text-align: left;
      max-width: 720px;
    }
    .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      background: rgba(255,255,255,0.74);
      border: 1px solid rgba(191,87,0,0.18);
      color: var(--orange);
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 0.35rem 0.875rem;
      border-radius: 20px;
      margin-bottom: 1.625rem;
    }
    .hero-h1 {
      font-size: clamp(2.1rem, 4.5vw, 3.5rem);
      font-weight: 800;
      color: var(--text-primary);
      line-height: 1.13;
      letter-spacing: -0.025em;
      max-width: 12ch;
      margin: 0 0 1.25rem;
    }
    .hero-h1 em { color: var(--orange); font-style: normal; }
    .hero-sub {
      font-size: 1.05rem;
      color: var(--text-body);
      max-width: 58ch;
      margin: 0 0 1.6rem;
      line-height: 1.7;
      font-weight: 400;
    }
    .hero-actions {
      display: flex;
      gap: 0.8rem;
      flex-wrap: wrap;
      margin-bottom: 0;
    }
    .hero-btn-primary {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      padding: 0.8rem 1.2rem;
      border-radius: 10px;
      font-size: 0.92rem;
      font-weight: 700;
      transition: background .15s, border-color .15s, transform .15s;
      background: linear-gradient(135deg, var(--orange), #d86a17);
      color: white;
      border: 1px solid rgba(191,87,0,0.08);
    }
    .hero-btn-primary:hover {
      transform: translateY(-1px);
      background: linear-gradient(135deg, var(--orange-dark), var(--orange));
    }
    .hero-photo-shell {
      position: relative;
    }
    .hero-photo-frame {
      position: relative;
      min-height: 430px;
      border-radius: 28px;
      overflow: hidden;
      border: 1px solid rgba(23,19,17,0.08);
      box-shadow: 0 24px 60px rgba(23,19,17,0.14);
      background: #111;
    }
    .hero-photo {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    /* ── HERO IMAGE ROTATION ── */
    .hero-rotate {
      position: absolute;
      inset: 0;
      opacity: 0;
      animation: heroFade 24s infinite;
    }
    .hero-rotate-1 { animation-delay:  0s; }
    .hero-rotate-2 { animation-delay:  6s; }
    .hero-rotate-3 { animation-delay: 12s; }
    .hero-rotate-4 { animation-delay: 18s; }

    @keyframes heroFade {
      0%      { opacity: 0; }
      4%      { opacity: 1; }
      25%     { opacity: 1; }
      29%     { opacity: 0; }
      100%    { opacity: 0; }
    }
    .hero-photo-overlay {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(6,8,11,0.1) 0%, rgba(6,8,11,0.18) 26%, rgba(6,8,11,0.58) 100%),
        linear-gradient(90deg, rgba(11,13,16,0.1) 0%, rgba(11,13,16,0) 38%, rgba(11,13,16,0.42) 100%);
    }
    .hero-photo-badge,
    .hero-photo-caption {
      position: absolute;
      z-index: 1;
    }
    .hero-photo-badge {
      top: 1rem;
      left: 1rem;
      display: inline-flex;
      align-items: center;
      padding: 0.38rem 0.75rem;
      border-radius: 999px;
      background: rgba(12,16,22,0.62);
      border: 1px solid rgba(255,255,255,0.14);
      color: rgba(255,255,255,0.9);
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      backdrop-filter: blur(6px);
    }
    .hero-photo-caption {
      left: 1.2rem;
      right: 1.2rem;
      bottom: 1.15rem;
      max-width: 32ch;
    }
    .hero-photo-kicker {
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #ffcb96;
      margin-bottom: 0.45rem;
    }
    .hero-photo-title {
      font-size: 1.3rem;
      line-height: 1.14;
      letter-spacing: -0.03em;
      font-weight: 800;
      color: white;
    }
    .hero-lanes {
      position: relative;
      z-index: 2;
      margin-top: 1.5rem;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.85rem;
    }
    .hero-lane {
      display: block;
      padding: 1rem 1.05rem;
      border-radius: 18px;
      border: 1px solid rgba(23,19,17,0.08);
      background: rgba(255,255,255,0.68);
      box-shadow: 0 8px 24px rgba(23,19,17,0.04);
      transition: background .18s, border-color .18s, transform .18s;
    }
    .hero-lane:hover {
      background: rgba(255,255,255,0.92);
      border-color: rgba(191,87,0,0.22);
      transform: translateY(-1px);
    }
    .hero-lane-label {
      font-size: 0.7rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--orange);
      margin-bottom: 0.45rem;
    }
    .hero-lane-title {
      font-size: 0.87rem;
      line-height: 1.45;
      color: var(--text-body);
    }

    /* ─── SECTION HEADERS ─── */
    .sec-label {
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--orange);
      margin-bottom: 0.375rem;
    }
    .sec-title {
      font-size: 1.65rem;
      font-weight: 700;
      color: var(--text-primary);
      letter-spacing: -0.02em;
    }
    .sec-hdr-row {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-bottom: 2.25rem;
    }
    .link-more {
      font-size: 0.875rem;
      color: var(--orange);
      font-weight: 500;
      display: flex; align-items: center; gap: 0.3rem;
      transition: gap .15s;
      white-space: nowrap;
    }
    .link-more:hover { gap: 0.55rem; }

    /* ─── QUICK ACCESS ─── */
    .quick-access {
      background: var(--white);
      padding: 3.75rem 0;
      border-bottom: 1px solid var(--border);
    }
    .services-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
    }
    .svc-card {
      border: 1px solid var(--border);
      border-radius: var(--r-lg);
      padding: 1.5rem 1.375rem;
      transition: all .22s;
      background: var(--white);
      position: relative;
      overflow: hidden;
      display: block;
    }
    .svc-card-featured {
      grid-column: span 2;
      background: linear-gradient(135deg, #fff7ee, #fff);
      border-color: rgba(191,87,0,0.18);
      box-shadow: 0 10px 34px rgba(191,87,0,0.06);
    }
    .svc-card::after {
      content: '';
      position: absolute; inset: 0;
      background: var(--orange-faint);
      opacity: 0;
      transition: opacity .2s;
    }
    .svc-card:hover {
      border-color: rgba(191,87,0,0.4);
      box-shadow: 0 4px 22px rgba(191,87,0,0.1);
      transform: translateY(-2px);
    }
    .svc-card:hover::after { opacity: 1; }
    .svc-icon {
      width: 44px; height: 44px;
      background: var(--warm-gray);
      border-radius: 11px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 1rem;
      position: relative; z-index: 1;
      transition: background .2s;
      color: var(--orange);
    }
    .svc-card:hover .svc-icon { background: rgba(191,87,0,0.12); }
    .svc-kicker {
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--orange);
      margin-bottom: 0.45rem;
      position: relative;
      z-index: 1;
    }
    .svc-name {
      font-size: 0.9rem; font-weight: 600;
      color: var(--text-primary);
      margin-bottom: 0.3rem;
      position: relative; z-index: 1;
    }
    .svc-desc {
      font-size: 0.78rem;
      color: var(--text-muted);
      line-height: 1.55;
      position: relative; z-index: 1;
    }

    /* ─── AUDIENCE ─── */
    .audience-section {
      background: var(--off-white);
      padding: 4.25rem 0;
    }
    .audience-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
      margin-top: 2.5rem;
    }
    .aud-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--r-xl);
      overflow: hidden;
      transition: box-shadow .22s, transform .22s, border-color .22s;
      position: relative;
    }
    .aud-card:hover {
      box-shadow: var(--sh-lg);
      transform: translateY(-4px);
      border-color: rgba(191,87,0,0.18);
    }
    .aud-card-top {
      padding: 2rem 2rem 1.5rem;
      border-bottom: 1px solid var(--border);
    }
    .aud-badge {
      display: inline-flex; align-items: center; justify-content: center;
      width: 52px; height: 52px;
      border-radius: 14px;
      font-size: 1.5rem;
      margin-bottom: 1rem;
    }
    .aud-badge.s { background: rgba(191,87,0,0.1); }
    .aud-badge.f { background: rgba(14,80,118,0.1); }
    .aud-badge.st { background: rgba(26,74,49,0.1); }
    .aud-title {
      font-size: 1.225rem; font-weight: 700;
      margin-bottom: 0.35rem;
    }
    .aud-title.s  { color: var(--orange); }
    .aud-title.f  { color: #0D5078; }
    .aud-title.st { color: #1A4A31; }
    .aud-tagline {
      font-size: 0.835rem; color: var(--text-muted); line-height: 1.55;
    }
    .aud-card-body {
      padding: 1.25rem 2rem 0;
    }
    .aud-summary {
      font-size: 0.89rem;
      color: var(--text-body);
      line-height: 1.7;
      min-height: 7.6rem;
    }
    .aud-cta { padding: 1.375rem 2rem 1.875rem; }
    .btn-aud {
      display: inline-flex; align-items: center; gap: 0.375rem;
      padding: 0.575rem 1.1rem;
      border-radius: 8px;
      font-size: 0.845rem; font-weight: 600;
      border: 1.5px solid;
      transition: all .15s;
      background: none;
    }
    .btn-aud.s { color: var(--orange); border-color: var(--orange); }
    .btn-aud.f { color: #0D5078; border-color: #0D5078; }
    .btn-aud.st { color: #1A4A31; border-color: #1A4A31; }
    .aud-card:hover .btn-aud.s { background: var(--orange); color: white; }
    .aud-card:hover .btn-aud.f { background: #0D5078; color: white; }
    .aud-card:hover .btn-aud.st { background: #1A4A31; color: white; }
    .home-photo-story {
      margin-top: 2rem;
      display: grid;
      grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
      gap: 1.25rem;
      align-items: stretch;
    }
    .home-photo-story-reverse {
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
      margin-top: 3rem;
    }
    .home-photo-story-image,
    .home-photo-story-copy {
      border: 1px solid var(--border);
      border-radius: var(--r-xl);
      overflow: hidden;
      background: var(--white);
      box-shadow: var(--sh-sm);
    }
    .home-photo-story-image {
      min-height: 290px;
    }
    .home-photo-story-image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .home-photo-story-copy {
      padding: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .home-photo-story-text {
      margin-top: 0.9rem;
      font-size: 0.96rem;
      line-height: 1.75;
      color: var(--text-body);
      max-width: 58ch;
    }

    /* ─── UT.AI SECTION ─── */
    .utai-section {
      background: var(--slate);
      padding: 5.25rem 0;
      position: relative;
      overflow: hidden;
    }
    .utai-glow-1 {
      position: absolute;
      top: -120px; right: -120px;
      width: 500px; height: 500px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(191,87,0,0.14) 0%, transparent 65%);
      pointer-events: none;
    }
    .utai-glow-2 {
      position: absolute;
      bottom: -80px; left: -80px;
      width: 350px; height: 350px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(13,80,120,0.1) 0%, transparent 65%);
      pointer-events: none;
    }
    .utai-inner {
      position: relative; z-index: 2;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4.5rem;
      align-items: center;
    }
    .utai-eyebrow {
      display: inline-flex; align-items: center; gap: 0.5rem;
      background: rgba(191,87,0,0.18);
      border: 1px solid rgba(191,87,0,0.3);
      color: #F5A461;
      font-size: 0.68rem; font-weight: 700;
      letter-spacing: 0.12em; text-transform: uppercase;
      padding: 0.3rem 0.75rem; border-radius: 20px;
      margin-bottom: 1.375rem;
    }
    .utai-title {
      font-size: clamp(1.75rem, 3vw, 2.625rem);
      font-weight: 800; color: white;
      line-height: 1.18; letter-spacing: -0.025em;
      margin-bottom: 1.125rem;
    }
    .utai-title em { color: #F5A461; font-style: normal; }
    .utai-desc {
      font-size: 1rem; color: rgba(255,255,255,0.55);
      line-height: 1.75; margin-bottom: 2rem;
    }
    .utai-tools {
      display: flex; gap: 0.625rem; flex-wrap: wrap;
      margin-bottom: 2.25rem;
    }
    .utai-chip {
      display: flex; align-items: center; gap: 0.475rem;
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.11);
      padding: 0.45rem 0.875rem;
      border-radius: 8px;
      font-size: 0.79rem; font-weight: 500;
      color: rgba(255,255,255,0.75);
    }
    .chip-dot {
      width: 7px; height: 7px;
      border-radius: 50%; background: var(--orange);
    }
    .btn-utai {
      display: inline-flex; align-items: center; gap: 0.5rem;
      background: var(--orange); color: white;
      padding: 0.8rem 1.625rem;
      border-radius: 10px; border: none;
      font-size: 0.925rem; font-weight: 600;
      transition: background .15s, transform .15s;
    }
    .btn-utai:hover { background: var(--orange-dark); transform: translateY(-1px); }

    /* Visual cards */
    .utai-cards {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
    }
    .utai-card {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.09);
      border-radius: var(--r-lg);
      padding: 1.625rem;
      transition: background .2s, border-color .2s;
    }
    a.utai-card:hover, .utai-card:hover {
      background: rgba(255,255,255,0.09);
      border-color: rgba(191,87,0,0.3);
    }
    .utai-card-wide { grid-column: 1 / -1; }
    .utai-card-emoji { font-size: 1.875rem; margin-bottom: 0.875rem; }
    .utai-card-name {
      font-size: 0.925rem; font-weight: 600;
      color: white; margin-bottom: 0.375rem;
    }
    .utai-card-desc {
      font-size: 0.78rem; color: rgba(255,255,255,0.45);
      line-height: 1.55;
    }

    /* ─── STATS BAND ─── */
    .stats-band {
      background: var(--orange);
      padding: 3rem 0;
    }
    .stats-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      text-align: center;
    }
    .stat-item {
      padding: 0 1.5rem;
      border-right: 1px solid rgba(255,255,255,0.2);
    }
    .stat-item:last-child { border-right: none; }
    .stat-num {
      font-size: 2.625rem; font-weight: 800;
      color: white; letter-spacing: -0.04em;
      line-height: 1; margin-bottom: 0.5rem;
    }
    .stat-lbl {
      font-size: 0.8rem;
      color: rgba(255,255,255,0.95);
      font-weight: 500; line-height: 1.45;
    }

    /* ─── NEWS ─── */
    .news-section {
      background: var(--white);
      padding: 4.5rem 0;
    }
    .news-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }
    .news-card {
      border: 1px solid var(--border);
      border-radius: var(--r-lg);
      overflow: hidden;
      transition: box-shadow .22s, transform .22s;
    }
    .news-card:hover {
      box-shadow: var(--sh-md);
      transform: translateY(-3px);
    }
    .news-img {
      height: 185px;
      position: relative; overflow: hidden;
    }
    .news-img-1 {
      background: linear-gradient(135deg, #0f1520 0%, #1B2A3B 50%, #0f1a28 100%);
    }
    .news-img-2 {
      background: linear-gradient(135deg, #1e0c00 0%, #3d2000 50%, #2a1500 100%);
    }
    .news-img-3 {
      background: linear-gradient(135deg, #0d1b0f 0%, #1a3520 50%, #0a1510 100%);
    }
    /* Decorative geometric shapes on images */
    .news-img::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.3) 100%);
    }
    .news-img::after {
      content: '';
      position: absolute;
      bottom: -30px; right: -30px;
      width: 120px; height: 120px;
      border-radius: 50%;
      background: rgba(191,87,0,0.15);
    }
    .news-cat {
      position: absolute; top: 1rem; left: 1rem;
      background: rgba(0,0,0,0.55);
      color: rgba(255,255,255,0.9);
      font-size: 0.68rem; font-weight: 700;
      letter-spacing: 0.07em; text-transform: uppercase;
      padding: 0.25rem 0.625rem;
      border-radius: 6px;
      backdrop-filter: blur(4px);
    }
    .news-body { padding: 1.25rem; }
    .news-meta {
      font-size: 0.73rem; color: var(--text-subtle);
      margin-bottom: 0.5rem;
    }
    .news-title {
      font-size: 0.975rem; font-weight: 600;
      color: var(--text-primary);
      line-height: 1.4; margin-bottom: 0.625rem;
      transition: color .15s;
    }
    .news-card:hover .news-title { color: var(--orange); }
    .news-excerpt {
      font-size: 0.82rem; color: var(--text-muted);
      line-height: 1.625;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    /* ─── HOMEPAGE PODCAST ─── */
    .home-podcast-section {
      background: var(--white);
      padding: 0 0 4.5rem;
    }
    .home-podcast-shell {
      background: var(--slate);
      border-radius: 16px;
      overflow: hidden;
      box-shadow: var(--sh-sm);
    }
    .home-podcast-header {
      padding: 2rem 2.25rem 1.5rem;
      border-bottom: 1px solid rgba(255,255,255,0.08);
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 1.5rem;
    }
    .home-podcast-brand {
      display: flex;
      align-items: center;
      gap: 1rem;
    }
    .home-podcast-logo {
      width: 60px;
      height: 60px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--orange) 0%, #D4600A 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      flex-shrink: 0;
      box-shadow: 0 4px 16px rgba(191,87,0,0.4);
    }
    .home-podcast-name {
      font-family: 'Sora', sans-serif;
      font-size: 1.6rem;
      font-weight: 800;
      color: #fff;
      letter-spacing: -0.02em;
      line-height: 1;
      margin-bottom: 0.35rem;
    }
    .home-podcast-tagline {
      max-width: 48rem;
      font-size: 0.9rem;
      color: rgba(255,255,255,0.55);
      line-height: 1.5;
    }
    .home-podcast-links {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 0.65rem;
      color: rgba(255,255,255,0.72);
    }
    .home-podcast-episodes {
      padding: 1.5rem 2.25rem 2rem;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1rem;
    }
    .home-episode-card {
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.09);
      border-radius: 11px;
      padding: 1.25rem;
      text-decoration: none;
      color: inherit;
      transition: all 0.15s;
      display: flex;
      flex-direction: column;
      min-width: 0;
    }
    .home-episode-card:hover {
      background: rgba(255,255,255,0.09);
      border-color: rgba(255,255,255,0.16);
      transform: translateY(-1px);
    }
    .home-episode-num {
      font-size: 0.65rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.78);
      margin-bottom: 0.65rem;
    }
    .home-episode-title {
      font-size: 0.95rem;
      font-weight: 700;
      color: #fff;
      line-height: 1.4;
      margin-bottom: 0.65rem;
      flex-grow: 1;
    }
    .home-episode-desc {
      font-size: 0.82rem;
      color: rgba(255,255,255,0.56);
      line-height: 1.6;
      margin-bottom: 0.95rem;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .home-episode-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      margin-top: auto;
    }
    .home-episode-duration {
      font-size: 0.76rem;
      color: rgba(255,255,255,0.62);
      font-weight: 600;
    }
    .home-play-btn {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: var(--orange);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.8rem;
      flex-shrink: 0;
    }

    /* ─── HOMEPAGE EVENTS ─── */
    .events-home-section {
      background: var(--off-white);
      padding: 4.5rem 0;
      border-top: 1px solid var(--border);
    }
    .events-home-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.5rem;
    }
    .home-event-card {
      display: grid;
      grid-template-columns: 118px minmax(0, 1fr);
      text-decoration: none;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--r-lg);
      overflow: hidden;
      transition: box-shadow .22s, transform .22s, border-color .22s;
    }
    .home-event-card:hover {
      box-shadow: var(--sh-md);
      transform: translateY(-3px);
      border-color: rgba(191,87,0,0.25);
    }
    .home-event-date-block {
      background: linear-gradient(180deg, #132235 0%, #1b2f46 100%);
      color: white;
      padding: 1.25rem 1rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 0.75rem;
    }
    .home-event-date {
      font-size: 0.9rem;
      font-weight: 700;
      line-height: 1.3;
    }
    .home-event-time {
      font-size: 0.76rem;
      line-height: 1.45;
      color: rgba(255,255,255,0.72);
    }
    .home-event-body {
      padding: 1.2rem 1.25rem 1.25rem;
      min-width: 0;
    }
    .home-event-type {
      display: inline-flex;
      align-items: center;
      margin-bottom: 0.7rem;
      padding: 0.24rem 0.55rem;
      border-radius: 999px;
      background: rgba(179,80,0,0.07);
      color: var(--orange);
      font-size: 0.68rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }
    .home-event-title {
      font-size: 1rem;
      font-weight: 700;
      color: var(--text-primary);
      line-height: 1.35;
      margin-bottom: 0.55rem;
    }
    .home-event-card:hover .home-event-title {
      color: var(--orange);
    }
    .home-event-meta {
      font-size: 0.78rem;
      color: var(--text-subtle);
      margin-bottom: 0.65rem;
    }
    .home-event-summary {
      font-size: 0.84rem;
      color: var(--text-muted);
      line-height: 1.62;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    @media (max-width: 1100px) {
      .events-home-grid {
        grid-template-columns: 1fr;
      }
      .home-event-card {
        grid-template-columns: 148px minmax(0, 1fr);
      }
    }
    @media (max-width: 720px) {
      .home-event-card {
        grid-template-columns: 1fr;
      }
      .home-event-date-block {
        gap: 0.35rem;
      }
    }

    /* ─── SUPPORT TRIPTYCH ─── */
    .support-section {
      background: var(--warm-gray);
      padding: 4.25rem 0;
      border-top: 1px solid var(--border);
    }
    .support-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
      margin-top: 2.5rem;
    }
    .support-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--r-lg);
      padding: 2rem;
      text-align: center;
      transition: box-shadow .22s, transform .22s;
    }
    .support-card:hover {
      box-shadow: var(--sh-md);
      transform: translateY(-3px);
    }
    .support-icon {
      width: 56px; height: 56px;
      background: var(--orange-light);
      border-radius: 15px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.5rem; margin: 0 auto 1.25rem;
    }
    .support-title {
      font-size: 1.05rem; font-weight: 700;
      margin-bottom: 0.625rem;
    }
    .support-desc {
      font-size: 0.845rem; color: var(--text-muted);
      line-height: 1.65; margin-bottom: 1.5rem;
    }
    .btn-outline {
      display: inline-flex; align-items: center; gap: 0.375rem;
      padding: 0.575rem 1.1rem;
      border: 1.5px solid var(--orange); border-radius: 8px;
      color: var(--orange);
      font-size: 0.845rem; font-weight: 600;
      transition: all .15s; background: none;
    }
    .btn-outline:hover { background: var(--orange); color: white; }

    /* ─── CIO SPOTLIGHT ─── */
    .cio-section {
      background: var(--off-white);
      padding: 4.5rem 0;
      border-top: 1px solid var(--border);
    }
    .cio-inner {
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 4rem;
      align-items: center;
    }
    .cio-portrait {
      width: 100%;
      aspect-ratio: 1;
      border-radius: var(--r-xl);
      background: linear-gradient(135deg, #1B2A3B 0%, #243446 60%, #2E4460 100%);
      position: relative;
      overflow: hidden;
    }
    .cio-portrait img {
      position: relative;
      z-index: 1;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
    }
    .cio-portrait::before {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(ellipse at 70% 30%, rgba(191,87,0,0.2) 0%, transparent 60%);
    }
    .cio-overline {
      font-size: 0.68rem; font-weight: 700;
      letter-spacing: 0.12em; text-transform: uppercase;
      color: var(--orange); margin-bottom: 0.5rem;
    }
    .cio-name {
      font-size: 1.875rem; font-weight: 800;
      letter-spacing: -0.02em; margin-bottom: 0.35rem;
    }
    .cio-title-text {
      font-size: 0.9rem; color: var(--text-muted);
      margin-bottom: 1.375rem;
    }
    .cio-quote {
      font-size: 1.1rem; color: var(--text-body);
      line-height: 1.7; font-style: italic;
      border-left: 3px solid var(--orange);
      padding-left: 1.25rem;
      margin-bottom: 1.75rem;
    }
    .cio-posts {
      display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
      margin-bottom: 1.75rem;
    }
    .cio-post {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--r);
      padding: 1rem 1.125rem;
      transition: border-color .15s, box-shadow .15s;
    }
    .cio-post:hover { border-color: var(--orange); box-shadow: var(--sh-sm); }
    .cio-post-date {
      font-size: 0.7rem; color: var(--text-subtle);
      margin-bottom: 0.3rem;
    }
    .cio-post-title {
      font-size: 0.87rem; font-weight: 600;
      color: var(--text-primary); line-height: 1.35;
      transition: color .15s;
    }
    .cio-post:hover .cio-post-title { color: var(--orange); }

    /* ─── FOOTER ─── */
.footer-brand {}
.footer-org-ut {
      font-size: 0.6rem; font-weight: 600;
      color: rgba(255,255,255,0.4);
      letter-spacing: 0.1em; text-transform: uppercase;
      line-height: 1; margin-bottom: 2px;
    }
    .footer-org-dept {
      font-size: 0.9rem; font-weight: 700;
      color: white; line-height: 1;
    }
    .footer-desc {
      font-size: 0.8rem; line-height: 1.65;
      color: rgba(255,255,255,0.38);
      margin-bottom: 1.5rem;
    }
    .footer-social { display: flex; gap: 0.625rem; }
    .soc-btn {
      width: 34px; height: 34px;
      border-radius: 8px;
      border: 1px solid rgba(255,255,255,0.13);
      display: flex; align-items: center; justify-content: center;
      font-size: 0.78rem;
      color: rgba(255,255,255,0.5);
      transition: all .15s; cursor: pointer;
      background: none; text-decoration: none;
    }
    .soc-btn:hover { border-color: var(--orange); color: white; background: rgba(191,87,0,0.18); }

    @media (max-width: 1100px) {
      .hero-content,
      .utai-inner,
      .cio-inner,
      .home-photo-story,
      .home-photo-story-reverse {
        grid-template-columns: 1fr;
      }
      .hero-lanes,
      .services-grid,
      .news-grid,
      .home-podcast-episodes,
      .support-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .svc-card-featured {
        grid-column: span 2;
      }
      .hero-h1,
      .hero-sub {
        max-width: none;
      }
      .hero-photo-frame {
        min-height: 360px;
      }
      .cio-inner {
        gap: 2rem;
      }
      .home-podcast-header {
        flex-direction: column;
        align-items: flex-start;
      }
      .home-podcast-links {
        align-items: flex-start;
      }
    }

    @media (max-width: 720px) {
      .container {
        padding: 0 1.2rem;
      }
      .hero {
        padding: 3.6rem 0 2.5rem;
      }
      .hero-lanes,
      .services-grid,
      .audience-grid,
      .home-photo-story,
      .utai-cards,
      .stats-grid,
      .news-grid,
      .home-podcast-episodes,
      .support-grid,
      .cio-posts {
        grid-template-columns: 1fr;
      }
      .svc-card-featured {
        grid-column: span 1;
      }
      .sec-hdr-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
      }
      .home-podcast-header,
      .home-podcast-episodes {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
      }
      .platform-btns {
        flex-wrap: wrap;
      }
      .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.18);
        padding: 1rem 0;
      }
      .stat-item:last-child {
        border-bottom: none;
      }
    }
