/* Hawaii for Every Generation — interactive audience guide */
:root {
  --tg-ink: #17342d;
  --tg-ink-soft: #3e5951;
  --tg-cream: #f8f4ea;
  --tg-paper: #fffdf8;
  --tg-green: #0f5a3c;
  --tg-green-dark: #083e2a;
  --tg-coral: #a13f20;
  --tg-gold: #e5b94a;
  --tg-line: rgba(23, 52, 45, .13);
  --tg-shadow: 0 26px 70px rgba(20, 49, 41, .13);
}

.tg-page { background: var(--tg-cream); }
.tg-page .content { padding-left: 0; padding-right: 0; }
.tg-page .main { width: 100%; max-width: none; padding: 0; }
.tg-page-shell { overflow: hidden; color: var(--tg-ink); background: var(--tg-cream); }
.tg-main { display: block; }

.tg-hero {
  position: relative;
  min-height: min(850px, 88vh);
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: #183b31;
}

.tg-hero-image,
.tg-hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tg-hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: 52% 53%;
  filter: saturate(.88) contrast(1.02);
}

.tg-hero-scrim {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(6, 30, 23, .92) 0%, rgba(6, 30, 23, .78) 29%, rgba(6, 30, 23, .32) 58%, rgba(6, 30, 23, .04) 78%),
    linear-gradient(0deg, rgba(6, 30, 23, .72) 0%, rgba(6, 30, 23, 0) 42%);
}

.tg-hero-inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 150px 0 112px;
}

.tg-kicker,
.tg-section-kicker,
.tg-panel-eyebrow {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tg-kicker { color: #f6d987; }
.tg-kicker i { margin-right: 7px; }

.tg-hero h1 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(52px, 6.5vw, 96px);
  line-height: .92;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.tg-hero h1 em {
  color: #f4cf69;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
}

.tg-hero-lede {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.91);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.55;
  text-wrap: balance;
}

.tg-hero-actions,
.tg-final-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tg-hero-actions { margin-top: 32px; flex-wrap: wrap; }

.tg-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.tg-button:hover { transform: translateY(-2px); }
.tg-button-primary { color: #fff; background: var(--tg-green); box-shadow: 0 12px 26px rgba(4, 35, 23, .26); }
.tg-button-primary:hover { color: #fff; background: var(--tg-green-dark); }
.tg-button-ghost { min-height: 38px; padding: 8px 10px; color: rgba(255,255,255,.9); border: 0; border-radius: 8px; background: transparent; text-decoration: underline; text-decoration-color: rgba(255,255,255,.45); text-underline-offset: 4px; }
.tg-button-ghost:hover { color: #fff; background: rgba(6,30,23,.28); text-decoration-color: #fff; }
.tg-button-light { color: var(--tg-green-dark); background: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.13); }
.tg-button-light:hover { color: var(--tg-green-dark); background: #fff9e9; }

.tg-hero-byline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
}

.tg-hero-byline a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.4); }
.tg-byline-faces { display: flex; min-width: 58px; }
.tg-byline-faces img { width: 36px; height: 36px; border: 2px solid rgba(255,255,255,.85); border-radius: 50%; object-fit: cover; }
.tg-byline-faces img + img { margin-left: -12px; }

.tg-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 7px 13px 5px;
  color: rgba(255,255,255,.8);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(5,27,21,.36);
  backdrop-filter: blur(6px);
  transform: translateX(-50%);
}

.tg-scroll-cue i { font-size: 20px; animation: tg-bob 1.8s ease-in-out infinite; }
@keyframes tg-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }

.tg-intro,
.tg-explorer,
.tg-universal,
.tg-final-cta,
.tg-author-block {
  width: min(1200px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.tg-intro {
  padding: 96px 0 78px;
  text-align: center;
}

.tg-section-kicker { color: var(--tg-coral); }
.tg-intro h2,
.tg-explorer-heading h2,
.tg-multigen h2,
.tg-universal h2,
.tg-final-cta h2 {
  margin: 0;
  color: var(--tg-ink);
  font-size: clamp(35px, 5vw, 62px);
  line-height: 1.03;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.tg-intro > p:not(.tg-section-kicker) {
  max-width: 780px;
  margin: 24px auto 0;
  color: var(--tg-ink-soft);
  font-size: 19px;
  line-height: 1.7;
}

.tg-intro-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 820px;
  margin: 30px auto 0;
  padding: 18px 22px;
  color: #345047;
  text-align: left;
  background: rgba(255,255,255,.7);
  border: 1px solid var(--tg-line);
  border-radius: 18px;
}

.tg-intro-note i { flex: 0 0 auto; margin-top: 2px; color: var(--tg-green); font-size: 22px; }
.tg-intro-note span { line-height: 1.55; }

.tg-explorer { padding-bottom: 100px; scroll-margin-top: 84px; }
.tg-explorer-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.tg-explorer-heading h2 { font-size: clamp(34px, 4vw, 52px); }
.tg-explorer-heading > p { max-width: 250px; margin: 0 0 6px; color: var(--tg-ink-soft); font-size: 14px; text-align: right; }
.tg-tabs-shell { position: relative; }
.tg-swipe-hint,
.tg-tabs-edge { display: none; }

.tg-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.tg-tab {
  --gen-accent: var(--tg-green);
  --gen-dark: var(--tg-green-dark);
  --gen-soft: #eaf5ef;
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 126px;
  padding: 17px 14px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
  color: var(--gen-dark);
  text-align: left;
  border: 1px solid var(--tg-line);
  border-color: color-mix(in srgb, var(--gen-accent) 24%, white);
  border-radius: 20px;
  background: linear-gradient(150deg, #fff 12%, var(--gen-soft) 100%);
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(21, 50, 42, .06);
  transition: transform .22s ease, box-shadow .22s ease, color .22s ease, background .22s ease;
}

.tg-tab::before {
  content: '';
  position: absolute;
  inset: auto -22px -36px auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--gen-accent);
  opacity: .1;
}

.tg-tab:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(21,50,42,.12); }
.tg-tab.is-active { color: #fff; border-color: var(--gen-dark); background: linear-gradient(145deg, var(--gen-accent), var(--gen-dark)); box-shadow: 0 14px 34px rgba(21,50,42,.25); box-shadow: 0 14px 34px color-mix(in srgb, var(--gen-accent) 25%, transparent); }
.tg-tab-icon { display: grid; width: 38px; height: 38px; margin-bottom: 17px; place-items: center; color: #fff; border-radius: 12px; background: var(--gen-accent); font-size: 18px; }
.tg-tab.is-active .tg-tab-icon { color: var(--gen-dark); background: #fff; }
.tg-tab-copy { position: relative; z-index: 1; display: block; }
.tg-tab-copy strong { display: block; font-size: 15px; line-height: 1.15; }
.tg-tab-copy small { display: block; margin-top: 5px; color: inherit; font-size: 11px; line-height: 1.25; opacity: .76; }
.tg-tab-arrow { display: none; }

.tg-panel {
  --gen-accent: var(--tg-green);
  --gen-dark: var(--tg-green-dark);
  --gen-soft: #eaf5ef;
  overflow: hidden;
  background: var(--tg-paper);
  border: 1px solid var(--tg-line);
  border-radius: 32px;
  box-shadow: var(--tg-shadow);
}

.tg-panel + .tg-panel { margin-top: 28px; }
.tg-ready .tg-panel:not(.is-active) { display: none; }
.tg-panel.is-entering { animation: tg-panel-in .42s cubic-bezier(.2,.75,.2,1); }
@keyframes tg-panel-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

.tg-panel-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 28px;
  min-height: 310px;
  padding: 58px 62px 54px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 84% 22%, rgba(255,255,255,.18), transparent 24%),
    linear-gradient(135deg, var(--gen-accent), var(--gen-dark));
}

.tg-panel-art {
  position: absolute;
  z-index: 0;
  right: -18px;
  bottom: -86px;
  width: min(39vw, 410px);
  height: auto;
  opacity: .27;
  pointer-events: none;
  user-select: none;
}

.tg-panel-copy { position: relative; z-index: 1; max-width: 760px; }
.tg-panel-eyebrow { color: rgba(255,255,255,.76); }
.tg-panel-eyebrow i { margin-right: 7px; }
.tg-panel-copy h2 { margin: 0; color: #fff; font-size: clamp(36px, 5vw, 62px); line-height: 1; letter-spacing: -.045em; text-wrap: balance; }
.tg-panel-copy > p { max-width: 720px; margin: 22px 0 0; color: rgba(255,255,255,.88); font-size: 19px; line-height: 1.62; }
.tg-fit-signal { display: inline-flex; align-items: flex-start; gap: 8px; max-width: 690px; margin-top: 22px; padding: 9px 13px; color: #fff; font-size: 13px; line-height: 1.4; border: 1px solid rgba(255,255,255,.34); border-radius: 12px; background: rgba(0,0,0,.28); }
.tg-fit-signal i { margin-top: 2px; }

.tg-share {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 14px;
  color: var(--gen-dark);
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  border: 0;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0,0,0,.14);
  transition: transform .2s ease, background .2s ease;
}

.tg-share:hover { transform: translateY(-2px); background: #fff8e5; }
.tg-share.is-copied { color: #fff; background: #17342d; }
.tg-share-status { min-height: 20px; margin: 10px 0 0; color: var(--tg-ink-soft); font-size: 13px; text-align: center; }

.tg-priority-section,
.tg-plan-section,
.tg-resource-section { padding: 54px 62px; }
.tg-plan-section { background: var(--gen-soft); }
.tg-resource-section { border-top: 1px solid var(--tg-line); }

.tg-subhead { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.tg-subhead > span { display: grid; width: 32px; height: 32px; place-items: center; color: #fff; border-radius: 50%; background: var(--gen-accent); font-size: 11px; font-weight: 900; }
.tg-subhead h3 { margin: 0; color: var(--tg-ink); font-size: 24px; letter-spacing: -.02em; }

.tg-priority-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.tg-priority-card { padding: 24px; border: 1px solid var(--tg-line); border-radius: 20px; background: #fff; }
.tg-priority-card > i { display: grid; width: 42px; height: 42px; place-items: center; color: var(--gen-dark); border-radius: 13px; background: var(--gen-soft); font-size: 18px; }
.tg-priority-card h4 { margin: 18px 0 8px; color: var(--tg-ink); font-size: 18px; line-height: 1.2; }
.tg-priority-card p { margin: 0; color: var(--tg-ink-soft); font-size: 15px; line-height: 1.6; }

.tg-plan-section { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 42px; align-items: stretch; }
.tg-plan-list { margin: 0; padding: 0; list-style: none; counter-reset: plan; }
.tg-plan-list li { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 13px; align-items: start; padding: 13px 0; border-bottom: 1px solid var(--tg-line); border-bottom-color: color-mix(in srgb, var(--gen-accent) 18%, transparent); }
.tg-plan-list li:last-child { border-bottom: 0; }
.tg-plan-list span { display: grid; width: 28px; height: 28px; margin-top: 1px; place-items: center; color: var(--gen-dark); border: 1px solid var(--tg-line); border-color: color-mix(in srgb, var(--gen-accent) 40%, white); border-radius: 9px; background: rgba(255,255,255,.65); font-size: 12px; font-weight: 900; }
.tg-plan-list p { margin: 0; color: var(--tg-ink); font-size: 16px; line-height: 1.55; }
.tg-takeaway { display: flex; margin: 0; padding: 28px; flex-direction: column; justify-content: space-between; color: #fff; border: 0; border-radius: 22px; background: var(--gen-dark); }
.tg-takeaway::before { content: '\201C'; height: 52px; color: #e9dca7; color: color-mix(in srgb, var(--gen-accent) 60%, white); font-family: Georgia, serif; font-size: 78px; line-height: 1; }
.tg-takeaway span { font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; opacity: .7; }
.tg-takeaway p { margin: 12px 0 0; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: 22px; line-height: 1.45; }

.tg-resource-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.tg-resource-card { display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; gap: 14px; align-items: center; min-height: 104px; padding: 16px 18px; color: var(--tg-ink); border: 1px solid var(--tg-line); border-radius: 18px; background: #fff; text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.tg-resource-card:hover { color: var(--tg-ink); border-color: var(--gen-accent); transform: translateY(-3px); box-shadow: 0 10px 24px rgba(20,49,41,.1); }
.tg-resource-icon { display: grid; width: 46px; height: 46px; place-items: center; color: #fff; border-radius: 14px; background: var(--gen-accent); font-size: 18px; }
.tg-resource-copy { min-width: 0; }
.tg-resource-copy strong { display: block; color: var(--tg-ink); font-size: 16px; line-height: 1.2; }
.tg-resource-copy small { display: block; margin-top: 5px; color: var(--tg-ink-soft); font-size: 13px; line-height: 1.45; }
.tg-resource-card > i { color: var(--gen-accent); transition: transform .2s ease; }
.tg-resource-card:hover > i { transform: translateX(3px); }

.tg-multigen {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(45px, 7vw, 100px);
  margin: 0;
  padding: 100px max(24px, calc((100vw - 1200px) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 15% 5%, rgba(229,185,74,.25), transparent 32%),
    linear-gradient(135deg, #123d31, #0b2c24);
  scroll-margin-top: 74px;
}

.tg-multigen .tg-section-kicker { color: #f2cf72; }
.tg-multigen h2 { color: #fff; }
.tg-multigen-intro > p:not(.tg-section-kicker) { margin: 24px 0 30px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.7; }
.tg-multigen-steps { display: grid; gap: 10px; }
.tg-multigen-steps article { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 18px; padding: 21px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.tg-multigen-steps article > span { display: grid; width: 44px; height: 44px; place-items: center; color: #17342d; border-radius: 14px; background: #f2cf72; font-size: 15px; font-weight: 900; }
.tg-multigen-steps h3 { margin: 0 0 5px; color: #fff; font-size: 18px; }
.tg-multigen-steps p { margin: 0; color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.55; }

.tg-universal { padding: 100px 0; text-align: center; }
.tg-universal h2 { max-width: 850px; margin: 0 auto; }
.tg-universal-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 42px; text-align: left; }
.tg-universal-grid a { display: flex; min-height: 225px; padding: 26px; flex-direction: column; color: var(--tg-ink); border: 1px solid var(--tg-line); border-radius: 22px; background: rgba(255,255,255,.68); text-decoration: none; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.tg-universal-grid a:hover { color: var(--tg-ink); background: #fff; transform: translateY(-5px); box-shadow: 0 16px 35px rgba(20,49,41,.1); }
.tg-universal-grid i { display: grid; width: 46px; height: 46px; margin-bottom: auto; place-items: center; color: #fff; border-radius: 15px; background: var(--tg-green); font-size: 19px; }
.tg-universal-grid strong { display: block; margin-top: 28px; font-size: 18px; line-height: 1.25; }
.tg-universal-grid span { display: block; margin-top: 7px; color: var(--tg-ink-soft); font-size: 14px; line-height: 1.5; }

.tg-final-cta {
  justify-content: space-between;
  gap: 42px;
  margin-bottom: 74px;
  padding: 45px;
  color: #fff;
  border-radius: 28px;
  background: linear-gradient(120deg, #8f431f, #bd6338 58%, #9a4c29);
  box-shadow: 0 22px 55px rgba(91,44,24,.2);
}

.tg-final-cta .tg-section-kicker { color: #ffe1a0; }
.tg-final-cta h2 { color: #fff; font-size: clamp(32px, 4vw, 48px); }
.tg-final-cta p:not(.tg-section-kicker) { max-width: 670px; margin: 13px 0 0; color: rgba(255,255,255,.84); font-size: 16px; line-height: 1.55; }
.tg-final-cta .tg-button { flex: 0 0 auto; background: #fff; color: #743315; box-shadow: 0 12px 25px rgba(80,30,10,.18); }
.tg-final-cta .tg-button:hover { color: #743315; background: #fff9e9; }
.tg-author-block { margin-bottom: 72px; }

.tg-tab:focus-visible,
.tg-share:focus-visible,
.tg-button:focus-visible,
.tg-resource-card:focus-visible,
.tg-universal-grid a:focus-visible {
  outline: 3px solid #f4c95d;
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  .tg-tabs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .tg-tab { min-height: 112px; }
  .tg-priority-section, .tg-plan-section, .tg-resource-section { padding-left: 42px; padding-right: 42px; }
  .tg-panel-hero { padding-left: 42px; padding-right: 42px; }
  .tg-universal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tg-universal-grid a { min-height: 190px; }
}

@media (max-width: 760px) {
  .tg-hero { min-height: 700px; align-items: flex-end; }
  .tg-hero-image { object-position: 61% center; }
  .tg-hero-scrim {
    background:
      linear-gradient(0deg, rgba(5,27,21,.98) 0%, rgba(5,27,21,.89) 34%, rgba(5,27,21,.2) 72%, rgba(5,27,21,.08) 100%),
      linear-gradient(90deg, rgba(5,27,21,.35), transparent 80%);
  }
  .tg-hero-inner { width: min(100% - 32px, 620px); padding: 86px 0 54px; }
  .tg-hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .tg-hero-lede { margin-top: 20px; font-size: 18px; line-height: 1.5; }
  .tg-hero-actions { align-items: stretch; flex-direction: column; }
  .tg-hero-actions .tg-button-primary { width: 100%; }
  .tg-hero-actions .tg-button-ghost { width: auto; align-self: center; }
  .tg-hero-byline { margin-top: 24px; }
  .tg-scroll-cue { display: none; }

  .tg-intro, .tg-universal { padding-top: 72px; padding-bottom: 64px; }
  .tg-intro, .tg-explorer, .tg-universal, .tg-final-cta, .tg-author-block { width: min(100% - 28px, 620px); }
  .tg-intro h2 br { display: none; }
  .tg-intro > p:not(.tg-section-kicker) { font-size: 17px; }
  .tg-intro-note { padding: 16px; }

  .tg-explorer-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .tg-explorer-heading > p { max-width: none; text-align: left; }
  .tg-swipe-hint {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    margin: -2px 2px 8px 0;
    color: var(--tg-ink-soft);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .02em;
  }
  .tg-swipe-hint i { color: var(--tg-coral); font-size: 14px; animation: tg-swipe-nudge 1.8s ease-in-out infinite; }
  @keyframes tg-swipe-nudge { 0%, 100% { transform: translateX(0); } 50% { transform: translateX(4px); } }
  .tg-tabs {
    display: flex;
    width: calc(100% + 28px);
    margin-left: -14px;
    padding: 4px 14px 16px;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }
  .tg-tab { flex: 0 0 188px; min-height: 112px; scroll-snap-align: start; }
  .tg-tab-icon { margin-bottom: 13px; }
  .tg-tabs-edge {
    position: absolute;
    z-index: 2;
    right: -14px;
    bottom: 16px;
    display: grid;
    width: 48px;
    height: 112px;
    place-items: center;
    color: var(--tg-green-dark);
    background: linear-gradient(90deg, rgba(248,244,234,0), var(--tg-cream) 68%);
    pointer-events: none;
    transition: opacity .2s ease;
  }
  .tg-tabs-edge i {
    display: grid;
    width: 27px;
    height: 27px;
    margin-left: 11px;
    place-items: center;
    border: 1px solid rgba(23,52,45,.16);
    border-radius: 50%;
    background: rgba(255,253,248,.94);
    box-shadow: 0 4px 14px rgba(21,50,42,.12);
  }
  .tg-tabs-shell.is-at-end .tg-tabs-edge { opacity: 0; }

  .tg-panel { border-radius: 24px; }
  .tg-panel-hero { display: block; min-height: 0; padding: 42px 24px 38px; }
  .tg-panel-art { right: -74px; bottom: -44px; width: 290px; opacity: .18; }
  .tg-panel-copy h2 { font-size: clamp(36px, 11vw, 49px); }
  .tg-panel-copy > p { font-size: 17px; line-height: 1.55; }
  .tg-share { margin-top: 24px; }
  .tg-priority-section, .tg-plan-section, .tg-resource-section { padding: 36px 22px; }
  .tg-priority-grid, .tg-resource-grid { grid-template-columns: 1fr; }
  .tg-priority-card { padding: 20px; }
  .tg-plan-section { grid-template-columns: 1fr; gap: 22px; }
  .tg-takeaway { min-height: 230px; }
  .tg-resource-card { min-height: 112px; padding: 15px; }

  .tg-multigen { grid-template-columns: 1fr; gap: 46px; padding: 74px 20px; }
  .tg-multigen h2 br { display: none; }
  .tg-multigen-steps article { grid-template-columns: 42px minmax(0, 1fr); gap: 13px; padding: 17px; }
  .tg-multigen-steps article > span { width: 40px; height: 40px; }

  .tg-universal-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 30px; }
  .tg-universal-grid a { min-height: 170px; }
  .tg-final-cta { align-items: flex-start; flex-direction: column; margin-bottom: 55px; padding: 32px 24px; }
  .tg-final-cta .tg-button { width: 100%; }
}

@media (max-width: 370px) {
  .tg-hero { min-height: 700px; }
  .tg-hero-inner { padding-bottom: 50px; }
  .tg-hero h1 { font-size: 46px; }
  .tg-hero-lede { font-size: 16px; }
  .tg-hero-byline { align-items: flex-start; font-size: 12px; line-height: 1.4; }
  .tg-button { padding-left: 16px; padding-right: 16px; }
  .tg-panel-hero { padding-left: 19px; padding-right: 19px; }
  .tg-priority-section, .tg-plan-section, .tg-resource-section { padding-left: 17px; padding-right: 17px; }
  .tg-resource-card { grid-template-columns: 42px minmax(0, 1fr); }
  .tg-resource-card > i { display: none; }
  .tg-share span { white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
  .tg-scroll-cue i,
  .tg-swipe-hint i,
  .tg-panel.is-entering { animation: none; }
  .tg-button,
  .tg-tab,
  .tg-share,
  .tg-resource-card,
  .tg-universal-grid a,
  .tg-resource-card > i { transition: none; }
  html { scroll-behavior: auto !important; }
}

@media print {
  .tg-hero { min-height: 0; padding: 36px; background: #17342d; }
  .tg-hero-image, .tg-hero-scrim, .tg-hero-actions, .tg-scroll-cue, .tg-share { display: none !important; }
  .tg-hero-inner { width: 100%; padding: 0; }
  .tg-tabs { display: none; }
  .tg-ready .tg-panel:not(.is-active) { display: block; }
  .tg-panel { break-inside: avoid; box-shadow: none; }
}
