/*
Theme Name: Globetrot with Heidi
Theme URI: https://globetrotwithheidi.com/
Author: Heidi Finn
Author URI: https://globetrotwithheidi.com/
Description: Editorial theme for GlobetrotWithHeidi.com. Built for Elementor. Carries the brand palette, Cormorant Garamond and Montserrat typography, the Perspectives essay archive, and the private-consultation intake modal.
Version: 1.7.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: globetrot-heidi
Tags: elementor, editorial, one-column, custom-menu, featured-images, blog
*/

/* ==========================================================================
   1. DESIGN TOKENS
   ========================================================================== */
:root {
  --gold: #C9A84C;
  --gold-light: #D4B06A;
  --gold-deep: #A8862F;
  --gold-dim: rgba(201,168,76,0.15);
  --cream: #F5F0E8;
  --cream-deep: #EDE6D9;
  --bone: #FAF6EF;
  --dark: #1A1A17;
  --dark-soft: #2A2A26;
  --text-muted: #888880;
  --text-body: #3A3A35;
  --line: rgba(26,26,23,0.08);
  --line-strong: rgba(26,26,23,0.18);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}

/* ==========================================================================
   2. BASE
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
/* Stops the sticky header covering the top of a section you jump to.
   site.js measures the real header and overwrites --gt-anchor-offset on load
   and resize, so this value is only the pre-JS fallback. */
:root { --gt-anchor-offset: 96px; }
[id] { scroll-margin-top: var(--gt-anchor-offset); }
@media (max-width: 900px) { :root { --gt-anchor-offset: 76px; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
/* body.gt-site, not bare body: Elementor styles text through
   ".elementor-kit-{id}", which outranks a plain element selector. */
body, body.gt-site {
  margin: 0;
  font-family: var(--sans);
  color: var(--dark);
  background: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
/* Same reason: keep Elementor's global typography off the brand type scale.
   Deliberately sets the typeface ONLY. An earlier version set colour here
   too, which outranked the dark-section rules further down and painted black
   headings onto the black sections. Colour belongs to the component classes,
   so .gt-dark can still override it. */
body.gt-site .elementor-widget-heading .elementor-heading-title,
body.gt-site h1, body.gt-site h2, body.gt-site h3,
body.gt-site h4, body.gt-site h5, body.gt-site h6 {
  font-family: var(--serif);
}
body.gt-site .elementor-widget-text-editor,
body.gt-site .elementor-widget-button .elementor-button,
body.gt-site .elementor-widget-icon-list .elementor-icon-list-text,
body.gt-site .elementor-widget-accordion {
  font-family: var(--sans);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--gold-deep); }
h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 400; }
p { margin: 0 0 1em; }
blockquote { margin: 0; }
.gt-wrap { max-width: 1280px; margin: 0 auto; padding: 0 48px; }
.screen-reader-text { position: absolute !important; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 8px; top: 8px; background: #fff; padding: 10px 16px; z-index: 999; }

/* ==========================================================================
   3. SITE HEADER
   ========================================================================== */
.gt-header {
  position: sticky; top: 0; z-index: 900;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  padding: 14px 48px;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.gt-header .gt-card-id {
  display: flex; flex-direction: column; gap: 3px;
  /* flex-start, not the default stretch: a stretched flex item ignores
     width:auto and pulls the logo out of proportion. */
  align-items: flex-start;
  line-height: 1.35; font-family: var(--sans);
}
.gt-card-name { font-family: var(--serif); font-size: 1.4rem; letter-spacing: 0.01em; color: var(--dark); font-weight: 500; }
.gt-header .gt-card-logo,
.gt-header .gt-card-id img {
  height: 20px; width: auto; max-width: 220px;
  align-self: flex-start; flex: 0 0 auto;
  object-fit: contain; display: block;
}
.gt-card-meta { font-size: 0.56rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; }
.gt-card-detail { font-size: 0.6rem; color: var(--text-muted); letter-spacing: 0.02em; }
.gt-card-detail a:hover { color: var(--gold-deep); }

.gt-nav { display: flex; align-items: center; gap: 22px; }
.gt-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 22px; }
.gt-nav li { position: relative; }
.gt-nav a, .gt-nav .gt-nav-top {
  font-family: var(--sans); font-size: 0.62rem; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-body);
  cursor: pointer; white-space: nowrap;
}
.gt-nav a:hover, .gt-nav li:hover > a { color: var(--gold-deep); }
.gt-nav .menu-item-has-children > a::after,
.gt-nav .gt-has-children > a::after { content: ' \25BE'; font-size: 0.8em; color: var(--gold-deep); }
.gt-nav ul ul {
  display: none; position: absolute; top: 100%; left: -18px;
  flex-direction: column; align-items: flex-start; gap: 0;
  min-width: 250px; padding: 14px 0;
  background: #fff; border: 1px solid var(--line-strong);
  box-shadow: 0 24px 48px -24px rgba(26,26,23,0.35);
}
.gt-nav li:hover > ul { display: flex; }
.gt-nav ul ul li { width: 100%; }
.gt-nav ul ul a {
  display: block; width: 100%; padding: 10px 22px;
  font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase;
  white-space: normal;
}
.gt-nav ul ul a:hover { background: var(--cream); }
.gt-nav-btn {
  font-family: var(--sans); font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  background: var(--dark); color: #fff !important; padding: 13px 22px;
  border: none; cursor: pointer; transition: background 0.2s;
}
.gt-nav-btn:hover { background: var(--gold-deep); color: #fff !important; }
.gt-mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; color: var(--dark); font-size: 1.4rem; }
.gt-mobile-menu { display: none; flex-direction: column; background: #fff; border-bottom: 1px solid var(--line-strong); padding: 8px 24px 20px; }
.gt-mobile-menu.open { display: flex; }
.gt-mobile-menu ul { list-style: none; margin: 0; padding: 0; }
.gt-mobile-menu a {
  display: block; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--dark); padding: 14px 0;
  border-top: 1px solid var(--line);
}
.gt-mobile-menu ul ul a { padding-left: 16px; color: var(--text-body); font-size: 0.66rem; }
.gt-mobile-menu .gt-nav-btn { text-align: center; margin-top: 14px; border-top: none; }

/* ==========================================================================
   4. SITE FOOTER
   ========================================================================== */
.gt-footer { background: var(--dark); color: #fff; padding: 64px 48px 36px; }
.gt-footer-strip {
  border-bottom: 1px solid rgba(255,255,255,0.12);
  padding-bottom: 28px; margin-bottom: 28px;
  display: flex; flex-direction: column; gap: 12px; text-align: center; line-height: 1.5;
}
.gt-footer-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 16px; font-size: 0.78rem; color: #fff; letter-spacing: 0.04em; }
.gt-fc-name { font-size: 0.9rem; color: var(--gold); font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; }
.gt-fc-divider { color: rgba(255,255,255,0.3); font-weight: 300; }
.gt-fc-latitude { display: inline-flex; align-items: center; gap: 7px; }
.gt-fc-latitude img { width: 14px; height: 14px; object-fit: contain; }
.gt-fc-latitude span { color: #fff; font-weight: 700; letter-spacing: 0.06em; font-size: 0.8rem; text-transform: uppercase; }
.gt-fc-meta, .gt-fc-caps { color: #fff; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.76rem; font-weight: 500; }
.gt-footer a { color: inherit; }
.gt-footer a:hover { color: var(--gold); }
.gt-footer-bottom { max-width: 1280px; margin: 0 auto; padding-top: 12px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.gt-footer-copy { font-size: 0.72rem; color: rgba(255,255,255,0.45); margin: 0; }

/* ==========================================================================
   5. BRAND TYPE UTILITIES (apply these as Elementor "CSS Classes")
   ========================================================================== */

/* Eyebrow -------------------------------------------------------------- */
.gt-eyebrow .elementor-heading-title,
.gt-eyebrow .elementor-widget-container > *,
p.gt-eyebrow, .gt-eyebrow {
  font-family: var(--sans); font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold-deep);
  line-height: 1.4;
}
.gt-eyebrow .elementor-heading-title::before {
  content: ''; display: inline-block; width: 32px; height: 1px;
  background: var(--gold-deep); vertical-align: middle; margin-right: 12px;
}
.gt-eyebrow.gt-center .elementor-heading-title::after {
  content: ''; display: inline-block; width: 32px; height: 1px;
  background: var(--gold-deep); vertical-align: middle; margin-left: 12px;
}
.gt-eyebrow.gt-no-rule .elementor-heading-title::before { display: none; }

/* Display headings ------------------------------------------------------ */
.gt-h1 .elementor-heading-title, h1.gt-h1 {
  font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 300; line-height: 1.04; letter-spacing: -0.015em; color: var(--dark);
}
.gt-h2 .elementor-heading-title, h2.gt-h2 {
  font-family: var(--serif); font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 300; line-height: 1.08; letter-spacing: -0.015em; color: var(--dark);
}
.gt-h3 .elementor-heading-title, h3.gt-h3 {
  font-family: var(--serif); font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  font-weight: 400; line-height: 1.15; letter-spacing: -0.01em; color: var(--dark);
}
.gt-h4 .elementor-heading-title, h4.gt-h4 {
  font-family: var(--serif); font-size: 1.45rem; font-weight: 500;
  line-height: 1.2; color: var(--dark);
}
.gt-h1 em, .gt-h2 em, .gt-h3 em, .gt-h4 em { color: var(--gold-deep); font-style: italic; font-weight: 400; }

/* Body copy ------------------------------------------------------------- */
.gt-lead .elementor-widget-container, p.gt-lead {
  font-family: var(--serif); font-size: 1.3rem; font-weight: 400; font-style: italic;
  line-height: 1.55; color: var(--text-body);
}
.gt-body .elementor-widget-container, .gt-body p {
  font-size: 0.95rem; line-height: 1.7; color: var(--text-body);
}
.gt-body-lg .elementor-widget-container, .gt-body-lg p {
  font-size: 1.05rem; line-height: 1.75; color: var(--text-body);
}
.gt-note .elementor-widget-container { font-size: 0.78rem; line-height: 1.6; color: var(--text-muted); font-style: italic; }
.gt-body strong, .gt-body-lg strong { color: var(--dark); font-weight: 600; }
.gt-body em strong, .gt-body strong em {
  color: var(--gold-deep); font-style: italic; font-weight: 700; display: block;
  margin-top: 10px; font-family: var(--serif); font-size: 1rem; line-height: 1.55;
}

/* Small labels and details --------------------------------------------- */
.gt-tag .elementor-heading-title, .gt-tag .elementor-widget-container, span.gt-tag {
  font-family: var(--sans); font-size: 0.6rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-deep);
}
.gt-tag-pill .elementor-heading-title {
  display: inline-block; padding: 6px 11px; background: var(--cream);
  font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold-deep); font-weight: 600;
}
.gt-detail .elementor-widget-container, p.gt-detail {
  font-size: 0.78rem; color: var(--gold-deep); letter-spacing: 0.04em; font-weight: 500; line-height: 1.6;
}

/* Numerals and stats ---------------------------------------------------- */
.gt-num .elementor-heading-title {
  font-family: var(--serif); font-size: 2.6rem; font-style: italic;
  font-weight: 300; color: var(--gold); line-height: 1; letter-spacing: -0.01em;
}
.gt-num-sm .elementor-heading-title { font-family: var(--serif); font-style: italic; font-size: 1.3rem; color: var(--gold-deep); }
.gt-stat-num .elementor-heading-title {
  font-family: var(--serif); font-size: 3rem; font-weight: 300;
  color: var(--gold-deep); line-height: 1; letter-spacing: -0.02em;
}
.gt-stat-num small { font-size: 1.2rem; }
.gt-stat-label .elementor-heading-title {
  font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-muted); font-weight: 600;
}

/* Quotes ---------------------------------------------------------------- */
.gt-quote .elementor-widget-container, blockquote.gt-quote {
  font-family: var(--serif); font-style: italic; font-size: 1.15rem;
  line-height: 1.55; color: var(--dark);
  border-left: 2px solid var(--gold-deep); padding-left: 22px;
}
.gt-pull .elementor-widget-container {
  font-family: var(--serif); font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-style: italic; font-weight: 300; color: var(--dark); line-height: 1.4;
  border-left: 3px solid var(--gold); padding-left: 28px;
}
.gt-pull em { color: var(--gold-deep); }
.gt-punch .elementor-widget-container {
  font-family: var(--serif); font-size: 1.35rem; font-style: italic;
  color: var(--dark); line-height: 1.45;
}

/* ==========================================================================
   6. CARDS AND SURFACES (apply to Elementor columns/containers)
   ========================================================================== */
.gt-card > .elementor-widget-wrap, .gt-card > .elementor-element-populated, .gt-card {
  background: #fff; border: 1px solid var(--line-strong);
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.gt-card:hover > .elementor-element-populated, .gt-card:hover {
  border-color: var(--gold-deep); transform: translateY(-3px);
}
.gt-card-cream > .elementor-element-populated { background: var(--cream); border: 1px solid var(--line-strong); }
.gt-card-rule > .elementor-element-populated { background: #fff; border-top: 2px solid var(--gold); }
.gt-card-ghost > .elementor-element-populated {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
  transition: border-color 0.2s;
}
.gt-card-ghost:hover > .elementor-element-populated { border-color: rgba(201,168,76,0.3); }
.gt-hairline { border-top: 1px solid var(--line-strong); }
.gt-dark .gt-hairline { border-top-color: rgba(255,255,255,0.14); }
.gt-callout > .elementor-element-populated {
  background: var(--cream); border-left: 3px solid var(--gold);
}
.gt-callout-dark > .elementor-element-populated { background: var(--dark); }

/* Dark sections ---------------------------------------------------------
   Every selector here is prefixed with body.gt-site so it outranks both
   Elementor's global colours and the base typography rules above. Without
   the prefix these lose, and dark text lands on the dark sections. */
body.gt-site .gt-dark,
body.gt-site .gt-dark p,
body.gt-site .gt-dark li { color: rgba(255,255,255,0.78); }
body.gt-site .gt-dark .elementor-heading-title { color: #fff; }
body.gt-site .gt-dark .gt-h1 .elementor-heading-title,
body.gt-site .gt-dark .gt-h2 .elementor-heading-title,
body.gt-site .gt-dark .gt-h3 .elementor-heading-title,
body.gt-site .gt-dark .gt-h4 .elementor-heading-title { color: #fff; }
body.gt-site .gt-dark .gt-h1 em,
body.gt-site .gt-dark .gt-h2 em,
body.gt-site .gt-dark .gt-h3 em,
body.gt-site .gt-dark .gt-h4 em { color: var(--gold); }
body.gt-site .gt-dark .gt-eyebrow .elementor-heading-title { color: var(--gold); }
body.gt-site .gt-dark .gt-eyebrow .elementor-heading-title::before,
body.gt-site .gt-dark .gt-eyebrow .elementor-heading-title::after { background: var(--gold); }
body.gt-site .gt-dark .gt-body .elementor-widget-container,
body.gt-site .gt-dark .gt-body .elementor-widget-container p,
body.gt-site .gt-dark .gt-body-lg .elementor-widget-container,
body.gt-site .gt-dark .gt-body-lg .elementor-widget-container p { color: rgba(255,255,255,0.72); }
body.gt-site .gt-dark .gt-lead .elementor-widget-container,
body.gt-site .gt-dark .gt-lead .elementor-widget-container p { color: rgba(255,255,255,0.8); }
body.gt-site .gt-dark .gt-note .elementor-widget-container,
body.gt-site .gt-dark .gt-note .elementor-widget-container p { color: rgba(255,255,255,0.6); }
body.gt-site .gt-dark .gt-detail .elementor-widget-container,
body.gt-site .gt-dark .gt-detail .elementor-widget-container p { color: var(--gold); }
body.gt-site .gt-dark .gt-tag .elementor-heading-title { color: var(--gold); }
body.gt-site .gt-dark .gt-stat-label .elementor-heading-title { color: rgba(255,255,255,0.6); }
body.gt-site .gt-dark .gt-quote .elementor-widget-container,
body.gt-site .gt-dark .gt-quote .elementor-widget-container p { color: #fff; border-left-color: var(--gold); }
body.gt-site .gt-dark .gt-punch .elementor-widget-container,
body.gt-site .gt-dark .gt-punch .elementor-widget-container p { color: var(--gold-light); }
body.gt-site .gt-dark .gt-punch em,
body.gt-site .gt-dark .gt-pull em { color: var(--gold); }
body.gt-site .gt-dark .gt-list .elementor-icon-list-text { color: rgba(255,255,255,0.85); }
body.gt-site .gt-dark .gt-list-dash .elementor-icon-list-text { color: rgba(255,255,255,0.72); }

/* ==========================================================================
   7. BUTTONS AND LINKS (Elementor button widget)
   ========================================================================== */
.gt-btn .elementor-button,
.gt-btn-outline .elementor-button,
.gt-btn-gold .elementor-button,
.gt-link .elementor-button {
  font-family: var(--sans); font-size: 0.64rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; border-radius: 0;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.gt-btn .elementor-button,
.gt-btn-gold .elementor-button,
.gt-btn-outline .elementor-button { white-space: nowrap; }
/* Buttons that sit side by side in adjacent columns would otherwise touch. */
.gt-btn, .gt-btn-outline, .gt-btn-gold { margin-right: 14px; }
.elementor-align-right .elementor-button,
.elementor-align-center .elementor-button { margin-right: 0; }
.gt-btn .elementor-button { background: var(--dark); color: #fff; padding: 18px 32px; }
.gt-btn .elementor-button:hover { background: var(--gold-deep); color: #fff; }
.gt-btn-outline .elementor-button { background: transparent; color: var(--dark); padding: 17px 28px; border: 1px solid var(--dark); font-weight: 500; }
.gt-btn-outline .elementor-button:hover { background: var(--dark); color: #fff; }
.gt-btn-gold .elementor-button { background: var(--gold); color: var(--dark); padding: 18px 32px; }
.gt-btn-gold .elementor-button:hover { background: var(--gold-light); color: var(--dark); }
.gt-link .elementor-button {
  background: transparent; color: var(--dark); padding: 12px 0;
  border-bottom: 1px solid var(--gold-deep); font-size: 0.7rem; letter-spacing: 0.16em;
}
.gt-link .elementor-button:hover { color: var(--gold-deep); background: transparent; }
.gt-dark .gt-btn-outline .elementor-button { color: #fff; border-color: rgba(255,255,255,0.5); }
.gt-dark .gt-btn-outline .elementor-button:hover { background: #fff; color: var(--dark); }
.gt-dark .gt-link .elementor-button { color: var(--gold); border-bottom-color: var(--gold); }

/* ==========================================================================
   8. LISTS (Elementor icon-list widget)
   ========================================================================== */
.gt-list .elementor-icon-list-item { border-top: 1px solid var(--line-strong); padding: 16px 0; }
.gt-list .elementor-icon-list-item:last-child { border-bottom: 1px solid var(--line-strong); }
.gt-list .elementor-icon-list-text {
  font-family: var(--serif); font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  font-weight: 300; color: var(--text-body);
}
.gt-dark .gt-list .elementor-icon-list-item { border-color: rgba(255,255,255,0.12); }
.gt-dark .gt-list .elementor-icon-list-text { color: rgba(255,255,255,0.85); }
.gt-list-dash .elementor-icon-list-item { border: none; padding: 3px 0; align-items: baseline; }
.gt-list-dash .elementor-icon-list-text { font-family: var(--sans); font-size: 0.86rem; color: var(--text-body); line-height: 1.7; }
.gt-list-dash .elementor-icon-list-text::before { content: '\2013'; color: var(--gold-deep); margin-right: 10px; }
.gt-list-dash .elementor-icon-list-icon { color: var(--gold-deep); }

/* ==========================================================================
   9. FAQ ACCORDION (Elementor accordion widget)
   ========================================================================== */
.gt-faq .elementor-accordion-item { border: none; border-top: 1px solid var(--line-strong); }
.gt-faq .elementor-accordion-item:last-child { border-bottom: 1px solid var(--line-strong); }
.gt-faq .elementor-tab-title {
  padding: 26px 0; font-family: var(--serif); font-size: 1.25rem;
  font-weight: 500; color: var(--dark); line-height: 1.3; letter-spacing: -0.005em;
  background: transparent;
}
.gt-faq .elementor-tab-title:hover, .gt-faq .elementor-tab-title.elementor-active { color: var(--gold-deep); }
.gt-faq .elementor-tab-title a { color: inherit; }
.gt-faq .elementor-accordion-icon { color: var(--gold-deep); float: right; }
.gt-faq .elementor-tab-content {
  border: none; padding: 0 0 30px; font-size: 0.94rem;
  line-height: 1.75; color: var(--text-body); background: transparent;
}
.gt-faq .elementor-tab-content a { color: var(--gold-deep); text-decoration: underline; }

/* ==========================================================================
   10. NAMED COMPONENTS
   ========================================================================== */

/* Round hero portrait --------------------------------------------------- */
.gt-portrait .elementor-widget-container img {
  width: 220px; height: 220px; max-width: 220px; min-width: 0;
  border-radius: 50%; object-fit: cover; aspect-ratio: 1 / 1;
  border: 5px solid #fff; box-shadow: 0 16px 48px rgba(26,26,23,0.10); margin: 0 auto;
}
@media (max-width: 1024px) {
  .gt-portrait .elementor-widget-container img { width: 170px; height: 170px; max-width: 170px; }
}
.gt-avatar .elementor-widget-container img {
  width: 64px; height: 64px; border-radius: 50%; object-fit: cover;
  border: 3px solid #fff; box-shadow: 0 6px 20px rgba(26,26,23,0.12);
}
.gt-portrait-name .elementor-heading-title { font-family: var(--serif); font-size: 1.4rem; font-weight: 500; }
.gt-portrait-role .elementor-heading-title {
  font-size: 0.6rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--text-muted); font-weight: 600;
}

/* Rounded editorial images --------------------------------------------- */
.gt-img-round .elementor-widget-container img { border-radius: 14px; }
.gt-img-round figcaption, .gt-figcaption .elementor-image-caption {
  font-family: var(--serif); font-style: italic; font-size: 0.95rem;
  line-height: 1.5; color: var(--text-muted); margin-top: 16px; text-align: left;
}

/* Press ticker ---------------------------------------------------------- */
.gt-press { background: var(--bone); padding: 32px 0 40px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.gt-press-label { font-size: 0.62rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--text-muted); font-weight: 600; text-align: center; margin-bottom: 22px; display: block; }
.gt-press-ticker { overflow: hidden; position: relative; width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%); }
.gt-press-track { display: flex; align-items: center; gap: 88px; width: max-content; animation: gtTicker 56s linear infinite; }
.gt-press-track img { height: 38px; width: auto; object-fit: contain; opacity: 0.78; filter: grayscale(100%); transition: opacity 0.3s; }
.gt-press-track img:hover { opacity: 1; }
.gt-press-track img.tall { height: 56px; }
.gt-press-ticker:hover .gt-press-track { animation-play-state: paused; }
@keyframes gtTicker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Mobility pyramid ------------------------------------------------------ */
.gt-pyramid { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.gt-tier {
  border: 1px solid var(--line-strong); background: var(--cream);
  padding: 20px 26px; display: flex; align-items: center; gap: 18px;
  transition: background 0.3s, border-color 0.3s;
}
.gt-tier:hover { background: var(--gold); border-color: var(--gold-deep); }
.gt-tier .lvl { font-family: var(--serif); font-style: italic; font-size: 1.2rem; color: var(--gold-deep); white-space: nowrap; }
.gt-tier .nm { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; color: var(--dark); }
.gt-tier .ds { font-size: 0.72rem; letter-spacing: 0.04em; color: var(--text-body); margin-top: 2px; }
.gt-tier-4 { width: 52%; background: var(--dark); }
.gt-tier-4 .nm { color: #fff; }
.gt-tier-4 .lvl { color: var(--gold-light); }
.gt-tier-4 .ds { color: rgba(255,255,255,0.7); }
.gt-tier-4:hover { background: var(--gold-deep); }
.gt-tier-3 { width: 68%; }
.gt-tier-2 { width: 84%; }
.gt-tier-1 { width: 100%; }

/* Ranked list ----------------------------------------------------------- */
.gt-rank-row { border-top: 1px solid var(--line-strong); }
.gt-rank-row > .elementor-container { padding-top: 14px; padding-bottom: 14px; }
.gt-dark .gt-rank-row { border-top-color: rgba(255,255,255,0.14); }
.gt-rank .elementor-heading-title { font-family: var(--serif); font-style: italic; color: var(--gold-deep); font-size: 1.4rem; }
.gt-country .elementor-heading-title { font-family: var(--serif); font-size: 1.65rem; font-weight: 500; color: var(--dark); }
.gt-why .elementor-widget-container { font-family: var(--serif); font-size: 1.05rem; color: var(--text-body); line-height: 1.45; }

/* ABC Christmas ---------------------------------------------------------
   Belt and braces on sizing: aspect-ratio alone collapses to zero height in
   a few older engines, and Elementor's own image rules can win on width. */
.gt-abc-photo .elementor-widget-container { width: 100%; }
body.gt-site .gt-abc-photo img,
.gt-abc-photo .elementor-widget-container img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 180px;
  aspect-ratio: 1/1.12;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line-strong);
  background: linear-gradient(135deg, var(--cream), var(--cream-deep));
}
@supports not (aspect-ratio: 1/1) {
  .gt-abc-photo .elementor-widget-container img { height: 260px; }
}
.gt-abc-meta .elementor-heading-title { font-family: var(--serif); font-size: 1.12rem; font-weight: 500; color: var(--dark); text-align: center; }
.gt-abc-meta .elementor-heading-title em { font-style: italic; font-weight: 600; font-size: 1.6rem; color: var(--gold-deep); }
.gt-abc-meta .elementor-heading-title small { font-family: var(--sans); font-size: 0.5rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-muted); }

/* Program directory cards ---------------------------------------------- */
.gt-prog-card > .elementor-element-populated {
  background: #fff; border: 1px solid var(--line-strong); border-radius: 14px;
  transition: box-shadow 0.25s, transform 0.25s;
}
.gt-prog-card:hover > .elementor-element-populated { box-shadow: 0 26px 54px -30px rgba(26,26,23,0.45); transform: translateY(-3px); }
.gt-flag .elementor-widget-container img { width: 74px; height: 50px; object-fit: cover; border-radius: 6px; border: 1px solid var(--line-strong); }
.gt-prog-name .elementor-heading-title { font-family: var(--serif); font-weight: 500; font-size: 1.6rem; line-height: 1.1; }
.gt-pill .elementor-heading-title {
  display: inline-block; font-size: 0.52rem; font-weight: 700; letter-spacing: 0.2em;
  text-transform: uppercase; padding: 4px 10px; border-radius: 30px;
  background: rgba(168,134,47,0.14); color: var(--gold-deep);
}
.gt-pill-grey .elementor-heading-title { background: rgba(26,26,23,0.07); color: var(--text-body); }
.gt-blurb .elementor-widget-container {
  font-family: var(--serif); font-size: 1.12rem; font-weight: 300; font-style: italic;
  color: var(--text-body); line-height: 1.45;
}
.gt-spec .elementor-widget-container { font-size: 0.82rem; line-height: 1.5; color: var(--text-body); }
.gt-spec .elementor-widget-container strong {
  display: block; font-family: var(--sans); font-size: 0.54rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 5px;
}

/* Filter chips ---------------------------------------------------------- */
.gt-filters { display: flex; gap: 9px; justify-content: center; flex-wrap: wrap; }
.gt-chip {
  font-family: var(--sans); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--text-body); background: transparent;
  border: 1px solid var(--line-strong); border-radius: 40px; padding: 9px 20px;
  cursor: pointer; transition: all 0.18s;
}
.gt-chip:hover { border-color: var(--gold-deep); color: var(--gold-deep); }
.gt-chip.active { background: var(--dark); color: #fff; border-color: var(--dark); }

/* ==========================================================================
   11. PERSPECTIVES ARCHIVE (theme-rendered)
   ========================================================================== */
.gt-archive { background: var(--bone); padding: 0 0 80px; }
.gt-archive-head { text-align: left; padding: 72px 48px 32px; max-width: 1280px; margin: 0 auto; }
.gt-archive-head h1 { font-family: var(--serif); font-weight: 300; font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1; letter-spacing: -0.02em; margin: 18px 0 0; }
.gt-archive-head .dek { font-family: var(--serif); font-size: clamp(1.1rem, 1.9vw, 1.4rem); font-weight: 300; color: var(--text-body); max-width: 62ch; margin: 22px 0 0; line-height: 1.6; }
.gt-filterbar { position: sticky; top: 62px; z-index: 60; background: rgba(250,246,239,0.93); backdrop-filter: blur(8px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 16px 0; margin-top: 32px; }
.gt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1280px; margin: 44px auto 0; padding: 0 48px; }
.gt-post-card { background: #fff; border: 1px solid var(--line-strong); border-radius: 14px; padding: 28px 26px 24px; display: flex; flex-direction: column; transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s; }
.gt-post-card:hover { border-color: var(--gold-deep); transform: translateY(-3px); box-shadow: 0 26px 54px -30px rgba(26,26,23,0.45); }
.gt-post-tag { font-size: 0.58rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 12px; }
.gt-post-title { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; line-height: 1.2; color: var(--dark); margin-bottom: 10px; }
.gt-post-dek { font-size: 0.86rem; line-height: 1.65; color: var(--text-body); margin-bottom: 18px; }
.gt-post-read { margin-top: auto; font-size: 0.6rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--dark); }
.gt-post-card:hover .gt-post-read { color: var(--gold-deep); }
.gt-noresults { display: none; text-align: center; padding: 60px 24px; font-family: var(--serif); font-style: italic; font-size: 1.2rem; color: var(--text-muted); }
.gt-featured { max-width: 1280px; margin: 44px auto 0; padding: 0 48px; }
.gt-featured-card { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: #fff; border: 1px solid var(--line-strong); border-radius: 14px; overflow: hidden; }
.gt-featured-card img { width: 100%; height: 100%; object-fit: cover; }
.gt-featured-body { padding: 48px; display: flex; flex-direction: column; justify-content: center; }
.gt-featured-kicker { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; margin-bottom: 14px; }
.gt-featured-body h2 { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 300; line-height: 1.1; margin-bottom: 18px; }
.gt-featured-dek { font-family: var(--serif); font-size: 1.15rem; font-style: italic; color: var(--text-body); line-height: 1.55; margin-bottom: 28px; }
.gt-read-link { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--dark); border-bottom: 1px solid var(--gold-deep); padding-bottom: 4px; align-self: flex-start; }
.gt-read-link:hover { color: var(--gold-deep); }
.gt-pagination { max-width: 1280px; margin: 48px auto 0; padding: 0 48px; display: flex; gap: 10px; justify-content: center; }
.gt-pagination .page-numbers { font-size: 0.66rem; font-weight: 600; letter-spacing: 0.14em; padding: 10px 16px; border: 1px solid var(--line-strong); border-radius: 40px; }
.gt-pagination .page-numbers.current { background: var(--dark); color: #fff; border-color: var(--dark); }

/* ==========================================================================
   12. SINGLE ESSAY
   ========================================================================== */
.gt-single { background: var(--bone); padding: 0 0 80px; }
.gt-single-head { max-width: 780px; margin: 0 auto; padding: 72px 24px 0; text-align: left; }
.gt-single-kicker { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 20px; }
.gt-single-head h1 { font-family: var(--serif); font-weight: 300; font-size: clamp(2.2rem, 4.6vw, 3.6rem); line-height: 1.06; letter-spacing: -0.02em; }
.gt-single-dek { font-family: var(--serif); font-size: 1.25rem; font-style: italic; color: var(--text-body); line-height: 1.55; margin-top: 20px; }
.gt-byline { display: flex; align-items: center; gap: 14px; margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.gt-byline img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.gt-byline b { font-size: 0.78rem; letter-spacing: 0.06em; display: block; }
.gt-byline span { font-size: 0.66rem; color: var(--text-muted); letter-spacing: 0.08em; }
.gt-single-hero { max-width: 1080px; margin: 44px auto 0; padding: 0 24px; }
.gt-single-hero img { width: 100%; border-radius: 14px; }
.gt-single-body { max-width: 720px; margin: 0 auto; padding: 48px 24px 0; font-size: 1.06rem; line-height: 1.85; color: var(--text-body); }
.gt-single-body h2 { font-family: var(--serif); font-size: 2rem; font-weight: 400; margin: 1.6em 0 0.5em; color: var(--dark); }
.gt-single-body h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; margin: 1.4em 0 0.4em; color: var(--dark); }
.gt-single-body a { color: var(--gold-deep); text-decoration: underline; }
.gt-single-body blockquote { font-family: var(--serif); font-style: italic; font-size: 1.3rem; line-height: 1.5; color: var(--dark); border-left: 3px solid var(--gold); padding-left: 26px; margin: 1.6em 0; }
.gt-single-body ul, .gt-single-body ol { padding-left: 22px; }
.gt-single-body li { margin-bottom: 10px; }
.gt-single-foot { max-width: 720px; margin: 48px auto 0; padding: 28px 24px 0; border-top: 1px solid var(--line); font-size: 0.8rem; color: var(--text-muted); }

/* End CTA band ---------------------------------------------------------- */
.gt-endcta { background: var(--dark); color: var(--cream); padding: 80px 24px; text-align: center; }
.gt-endcta h2 { font-family: var(--serif); font-weight: 300; font-size: clamp(2rem, 4vw, 3rem); }
.gt-endcta h2 em { font-style: italic; color: var(--gold-light); }
.gt-endcta p { font-family: var(--serif); font-size: 1.2rem; font-weight: 300; color: rgba(245,240,232,0.82); max-width: 58ch; margin: 18px auto 0; }
.gt-endcta a.go { display: inline-block; margin-top: 28px; font-size: 0.66rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; background: var(--gold); color: var(--dark); padding: 17px 34px; transition: 0.25s; }
.gt-endcta a.go:hover { background: var(--gold-light); transform: translateY(-2px); }

/* ==========================================================================
   13. INTAKE MODAL
   ========================================================================== */
.gt-intake-overlay {
  position: fixed; inset: 0; z-index: 9999; display: none;
  align-items: center; justify-content: center; padding: 24px;
  background: rgba(26,26,23,0.6); backdrop-filter: blur(4px);
}
.gt-intake-overlay.open { display: flex; }
.gt-intake-modal {
  background: #fff; max-width: 520px; width: 100%; padding: 44px 40px 40px;
  position: relative; max-height: 92vh; overflow-y: auto;
  box-shadow: 0 40px 80px -30px rgba(26,26,23,0.6);
}
.gt-intake-close { position: absolute; top: 16px; right: 16px; background: none; border: none; font-size: 1.1rem; cursor: pointer; color: var(--text-muted); }
.gt-intake-eyebrow { font-size: 0.62rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; margin-bottom: 12px; }
.gt-intake-title { font-family: var(--serif); font-size: 2rem; font-weight: 300; line-height: 1.1; margin-bottom: 12px; }
.gt-intake-title em { color: var(--gold-deep); font-style: italic; }
.gt-intake-sub { font-size: 0.86rem; color: var(--text-body); line-height: 1.6; margin-bottom: 26px; }
.gt-intake-field { margin-bottom: 16px; }
.gt-intake-label { display: block; font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-muted); font-weight: 600; margin-bottom: 7px; }
.gt-intake-input { width: 100%; padding: 13px 14px; border: 1px solid var(--line-strong); font-family: var(--sans); font-size: 0.88rem; background: var(--bone); }
.gt-intake-input:focus { outline: none; border-color: var(--gold-deep); }
.gt-intake-submit {
  width: 100%; margin-top: 12px; padding: 17px; border: none; cursor: pointer;
  background: var(--dark); color: #fff; font-family: var(--sans); font-size: 0.64rem;
  font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; transition: background 0.2s;
}
.gt-intake-submit:hover { background: var(--gold-deep); }
.gt-intake-msg { margin-top: 14px; font-size: 0.82rem; line-height: 1.6; color: var(--gold-deep); }

/* ==========================================================================
   14. RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
  .gt-grid { grid-template-columns: repeat(2, 1fr); }
  .gt-header { padding: 12px 24px; }
  .gt-nav ul { gap: 14px; }
}
@media (max-width: 900px) {
  .gt-nav { display: none; }
  .gt-mobile-toggle { display: block; }
  .gt-header { padding: 12px 20px; }
  .gt-featured-card { grid-template-columns: 1fr; }
  .gt-featured-body { padding: 32px 26px; }
  .gt-tier-1, .gt-tier-2, .gt-tier-3, .gt-tier-4 { width: 100%; }
  .gt-press-track { gap: 56px; }
  .gt-press-track img { height: 28px; }
  .gt-press-track img.tall { height: 44px; }
}
@media (max-width: 640px) {
  .gt-grid { grid-template-columns: 1fr; padding: 0 24px; }
  .gt-archive-head, .gt-featured, .gt-pagination { padding-left: 24px; padding-right: 24px; }
  .gt-footer { padding: 48px 24px 28px; }
  .gt-portrait .elementor-widget-container img { width: 170px; height: 170px; }
}

/* WordPress core alignment classes */
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { margin: 0 auto 1em; }
.wp-caption-text { font-family: var(--serif); font-style: italic; font-size: 0.9rem; color: var(--text-muted); }
