/*
 Theme Name:   GoEast Travels Child
 Theme URI:    https://goeasttravels.com
 Description:  GoEast Travels child theme for TwentyTwentyOne
 Author:       GoEast Travels
 Author URI:   https://goeasttravels.com
 Template:     twentytwentyone
 Version:      1.0.0
 Text Domain:  goeast-child
*/

/* ─────────────────────────────────────────
   GOEAST BRAND TOKENS
───────────────────────────────────────── */
:root {
  --dark:         #1A1A18;
  --light:        #F2EDE6;
  --mid-gray:     #929C92;
  --light-gray:   #E1D8CD;
  --accent:       #B89778;
  --accent-sage:  #8A9A8B;
  --taupe:        #A39384;
  --deep-olive:   #2A2B1F;
  --soft-beige:   #D9CBBF;
  --surface:      #F7F3EE;
  --surface-2:    #EDE8E1;
  --max:          1280px;
  --radius:       20px;
  --shadow:       0 16px 48px rgba(26,26,24,0.08);
  --shadow-hover: 0 28px 72px rgba(26,26,24,0.14);
}

/* ─────────────────────────────────────────
   GLOBAL RESETS & BASE
───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'Crimson Pro', Georgia, serif !important;
  background: var(--light) !important;
  color: var(--dark) !important;
  line-height: 1.7;
  font-size: 18px;
}

img { max-width: 100%; display: block; object-fit: cover; }
a { color: inherit; text-decoration: none; }

.goeast-container {
  width: min(calc(100% - 56px), var(--max));
  margin: 0 auto;
}

/* ─────────────────────────────────────────
   HIDE DEFAULT TWENTY-TWENTY-ONE ELEMENTS
───────────────────────────────────────── */
.site-header,
.site-footer,
.navigation,
.wp-block-post-template,
.entry-header.has-text-align-center {
  display: none !important;
}

/* ─────────────────────────────────────────
   GOEAST HEADER
───────────────────────────────────────── */
.goeast-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(242,237,230,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(26,26,24,0.09);
}

.goeast-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  gap: 24px;
}

.goeast-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.goeast-brand-mark {
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--dark);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  transition: background 220ms ease, color 220ms ease;
  flex-shrink: 0;
}

.goeast-brand:hover .goeast-brand-mark {
  background: var(--dark);
  color: var(--light);
}

.goeast-brand-name {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dark);
}

.goeast-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--taupe);
  list-style: none;
  margin: 0;
  padding: 0;
}

.goeast-nav a {
  transition: color 180ms ease;
  position: relative;
  text-decoration: none;
  color: var(--taupe);
}

.goeast-nav a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 1px;
  background: var(--accent);
  transition: width 200ms ease;
}

.goeast-nav a:hover { color: var(--dark); }
.goeast-nav a:hover::after { width: 100%; }

.goeast-nav .nav-cta {
  border: 1px solid var(--accent);
  padding: 9px 20px;
  border-radius: 999px;
  color: var(--accent) !important;
  transition: background 200ms ease, color 200ms ease !important;
}

.goeast-nav .nav-cta:hover {
  background: var(--accent) !important;
  color: var(--light) !important;
}

.goeast-nav .nav-cta::after { display: none !important; }

/* ─────────────────────────────────────────
   UTILITIES
───────────────────────────────────────── */
.goeast-eyebrow {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mid-gray);
}

.goeast-eyebrow.accent { color: var(--accent); }

.goeast-tag {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.goeast-tag.muted { color: var(--mid-gray); }
.goeast-tag-dot { color: var(--light-gray); }

.goeast-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--light-gray);
}

.goeast-section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.15;
}

.goeast-view-all {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: gap 180ms ease;
  white-space: nowrap;
  text-decoration: none;
}

.goeast-view-all:hover { gap: 10px; }

.goeast-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 999px;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 200ms ease;
  cursor: pointer;
  text-decoration: none;
}

.goeast-btn-primary {
  background: var(--dark);
  color: var(--light) !important;
  border: 1.5px solid var(--dark);
}

.goeast-btn-primary:hover {
  background: var(--deep-olive);
  border-color: var(--deep-olive);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(26,26,24,0.18);
}

.goeast-btn-outline {
  background: transparent;
  color: var(--dark) !important;
  border: 1.5px solid var(--light-gray);
}

.goeast-btn-outline:hover {
  border-color: var(--accent);
  color: var(--accent) !important;
  transform: translateY(-1px);
}

.goeast-btn-light {
  background: var(--light);
  color: var(--deep-olive) !important;
  border: 1.5px solid var(--light);
}

.goeast-btn-light:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--light) !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
}

/* ─────────────────────────────────────────
   SCROLL REVEAL
───────────────────────────────────────── */
.goeast-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 580ms ease, transform 580ms ease;
}

.goeast-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─────────────────────────────────────────
   JOURNAL HOMEPAGE — HERO
───────────────────────────────────────── */
.goeast-hero { padding: 88px 0 80px; }

.goeast-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 768px) {
  .goeast-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.goeast-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
}

.goeast-hero-eyebrow::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--light-gray);
}
.goeast-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 5.2vw, 5.6rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--dark);
  margin: 0 0 18px;
  max-width: 100%;
  overflow-wrap: break-word;
-webkit-text-stroke: 0 !important;
  text-stroke: 0 !important;
}
.goeast-hero-title {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
  position: static !important;
  width: auto !important;
  margin: 0 0 18px !important;
  -webkit-text-stroke: 0 !important;
}
.goeast-hero-title em {
  font-style: italic;
  color: var(--accent);
}

.goeast-hero-intro {
  font-size: 18px;
  color: var(--taupe);
  line-height: 1.78;
  max-width: 42ch;
  margin-bottom: 40px;
}

.goeast-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.goeast-hero-image {
  border-radius: 28px;
  overflow: hidden;
  height: 640px;
  background:
    linear-gradient(to bottom, rgba(42,43,31,0.04) 0%, rgba(42,43,31,0.30) 100%),
    url('https://images.unsplash.com/photo-1516483638261-f4dbaf036963?auto=format&fit=crop&w=1400&q=80') center/cover;
  position: relative;
}

.goeast-hero-image-tag {
  position: absolute;
  bottom: 28px;
  left: 28px;
  background: rgba(242,237,230,0.92);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  padding: 7px 18px;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dark);
}

/* ─────────────────────────────────────────
   JOURNAL HOMEPAGE — BRAND INTRO
───────────────────────────────────────── */
.goeast-intro-strip { padding: 0 0 80px; }

.goeast-intro-inner {
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  padding: 40px 0;
  display: grid;
  grid-template-columns: 1fr 2px 1fr;
  align-items: center;
}

.goeast-intro-divider {
  background: var(--light-gray);
  height: 60px;
  margin: 0 56px;
}

.goeast-intro-statement {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 600;
  color: var(--dark);
  line-height: 1.25;
  font-style: italic;
}

.goeast-intro-body {
  font-size: 17px;
  color: var(--taupe);
  line-height: 1.75;
  padding-left: 56px;
}

/* ─────────────────────────────────────────
   JOURNAL HOMEPAGE — PILLARS
───────────────────────────────────────── */
.goeast-pillars { padding: 0 0 80px; }

.goeast-pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.goeast-pillar-card {
  background: var(--surface);
  border: 1px solid rgba(26,26,24,0.08);
  border-radius: var(--radius);
  padding: 32px 26px 28px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: all 240ms ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: var(--dark);
}

.goeast-pillar-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 280ms ease;
}

.goeast-pillar-card:hover {
  background: var(--surface-2);
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  color: var(--dark);
}

.goeast-pillar-card:hover::after { transform: scaleX(1); }

.goeast-pillar-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  color: var(--light-gray);
  font-weight: 700;
  line-height: 1;
  transition: color 240ms ease;
}

.goeast-pillar-card:hover .goeast-pillar-number { color: var(--accent); }

.goeast-pillar-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--dark);
  margin: 16px 0 8px;
  line-height: 1.2;
}

.goeast-pillar-desc {
  font-size: 15px;
  color: var(--mid-gray);
  line-height: 1.6;
}

.goeast-pillar-arrow {
  margin-top: 20px;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0;
  transition: opacity 200ms ease;
}

.goeast-pillar-card:hover .goeast-pillar-arrow { opacity: 1; }

/* ─────────────────────────────────────────
   JOURNAL HOMEPAGE — FEATURED STORY
───────────────────────────────────────── */
.goeast-featured { padding: 0 0 80px; }

.goeast-feature-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  background: var(--surface);
  border: 1px solid rgba(26,26,24,0.08);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: box-shadow 280ms ease, transform 280ms ease;
  text-decoration: none;
  color: var(--dark);
}

.goeast-feature-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-3px);
  color: var(--dark);
}

.goeast-feature-media {
  min-height: 480px;
  background: center/cover no-repeat;
}

.goeast-feature-body {
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.goeast-feature-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 18px;
}

.goeast-feature-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 2.6vw, 2.8rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--dark);
  margin-bottom: 16px;
  max-width: 16ch;
}

.goeast-feature-excerpt {
  font-size: 17px;
  color: var(--taupe);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 38ch;
}

/* ─────────────────────────────────────────
   JOURNAL HOMEPAGE — STORY CARDS
───────────────────────────────────────── */
.goeast-stories { padding: 0 0 80px; }
.goeast-stories-grid {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr;
  gap: 20px;
  align-items: start;
}
.goeast-story-card {
  background: var(--surface);
  border: 1px solid rgba(26,26,24,0.08);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 260ms ease, transform 260ms ease;
  text-decoration: none;
  color: var(--dark);
}
.goeast-story-card:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-4px);
  color: var(--dark);
}
.goeast-story-img { width: 100%; overflow: hidden; }
.goeast-story-card.primary .goeast-story-img { height: 290px; }
.goeast-story-card .goeast-story-img { height: 230px; }

.goeast-story-img img {
  width: 100%; height: 100%;
  transition: transform 500ms ease;
}

.goeast-story-card:hover .goeast-story-img img { transform: scale(1.04); }

.goeast-story-body {
  padding: 26px 28px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.goeast-story-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 14px;
}

.goeast-story-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.15;
  color: var(--dark);
  margin-bottom: 10px;
}

.goeast-story-card.primary .goeast-story-title { font-size: 1.85rem; }

.goeast-story-excerpt {
  font-size: 16px;
  color: var(--taupe);
  line-height: 1.65;
  flex: 1;
}

.goeast-story-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--light-gray);
}

.goeast-story-date {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--mid-gray);
}

.goeast-story-read {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 5px;
  transition: gap 160ms ease;
}

.goeast-story-card:hover .goeast-story-read { gap: 9px; }

/* ─────────────────────────────────────────
   JOURNAL HOMEPAGE — SIGNATURE JOURNEYS
───────────────────────────────────────── */
.goeast-bridge { padding: 0 0 80px; }

.goeast-bridge-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
}

.goeast-bridge-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  font-weight: 700;
  line-height: 1.10;
  color: var(--dark);
  margin: 16px 0 18px;
}

.goeast-bridge-body {
  font-size: 17px;
  color: var(--taupe);
  line-height: 1.78;
  margin-bottom: 32px;
}

.goeast-journey-list { display: grid; gap: 14px; }

.goeast-journey-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  background: var(--surface);
  border: 1px solid rgba(26,26,24,0.08);
  border-radius: 18px;
  overflow: hidden;
  transition: box-shadow 240ms ease, transform 240ms ease;
  text-decoration: none;
  color: var(--dark);
}

.goeast-journey-item:hover {
  box-shadow: var(--shadow);
  transform: translateX(5px);
  color: var(--dark);
}

.goeast-journey-img { height: 100%; min-height: 120px; }
.goeast-journey-img img { height: 100%; width: 100%; }

.goeast-journey-body { padding: 18px 20px; }

.goeast-journey-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--dark);
  margin: 8px 0 6px;
  line-height: 1.2;
}

.goeast-journey-desc {
  font-size: 15px;
  color: var(--taupe);
  line-height: 1.6;
}

/* ─────────────────────────────────────────
   JOURNAL HOMEPAGE — CTA
───────────────────────────────────────── */
.goeast-cta-strip { padding: 0 0 96px; }

.goeast-cta-inner {
  background: var(--deep-olive);
  border-radius: 28px;
  padding: 72px 80px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}

.goeast-cta-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  color: var(--light);
  line-height: 1.1;
  margin-bottom: 12px;
}

.goeast-cta-lead {
  font-size: 18px;
  color: rgba(242,237,230,0.85);
  margin-bottom: 6px;
}

.goeast-cta-sub {
  font-size: 16px;
  color: rgba(242,237,230,0.45);
  font-style: italic;
}

/* ─────────────────────────────────────────
   GOEAST FOOTER
───────────────────────────────────────── */
.goeast-footer {
  border-top: 1px solid var(--light-gray);
  padding: 52px 0 60px;
}

.goeast-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 40px;
}

.goeast-footer-brand p {
  font-size: 15px;
  color: var(--mid-gray);
  margin-top: 14px;
  line-height: 1.65;
  max-width: 28ch;
}

.goeast-footer-col h4 {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--taupe);
  margin-bottom: 18px;
}

.goeast-footer-col ul {
  list-style: none;
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.goeast-footer-col ul li a {
  font-size: 16px;
  color: var(--dark);
  transition: color 160ms ease;
  text-decoration: none;
}

.goeast-footer-col ul li a:hover { color: var(--accent); }

.goeast-footer-bottom {
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid var(--light-gray);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.goeast-footer-bottom p {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--mid-gray);
  margin: 0;
}

/* ─────────────────────────────────────────
   SINGLE POST TEMPLATE
───────────────────────────────────────── */
.goeast-article-hero {
  width: 100%;
  height: 520px;
  background: center/cover no-repeat;
  position: relative;
}

.goeast-article-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26,26,24,0.12) 0%, rgba(26,26,24,0.55) 100%);
  display: flex;
  align-items: flex-end;
}

.goeast-article-hero-inner {
  width: min(calc(100% - 56px), var(--max));
  margin: 0 auto;
  padding-bottom: 52px;
}

.goeast-article-meta {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.goeast-article-meta .goeast-tag { color: var(--accent); }
.goeast-article-meta .goeast-tag.light { color: rgba(242,237,230,0.7); }

.goeast-article-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  font-weight: 700;
  line-height: 1.08;
  color: var(--light);
  max-width: 22ch;
  margin: 0;
}

.goeast-article-wrap {
  width: min(calc(100% - 56px), 780px);
  margin: 0 auto;
  padding: 64px 0 80px;
}

.goeast-article-byline {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 28px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--light-gray);
}

.goeast-byline-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent);
  display: grid;
  place-items: center;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--light);
  flex-shrink: 0;
}

.goeast-byline-name {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--dark);
}

.goeast-byline-meta {
  font-size: 14px;
  color: var(--mid-gray);
  margin-top: 2px;
}

.goeast-article-body {
  font-family: 'Crimson Pro', Georgia, serif;
  font-size: 20px;
  line-height: 1.8;
  color: var(--dark);
}

.goeast-article-body p { margin-bottom: 1.5em; }

.goeast-article-body h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
  font-weight: 700;
  color: var(--dark);
  margin: 2em 0 0.6em;
  line-height: 1.15;
}

.goeast-article-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--dark);
  margin: 1.6em 0 0.5em;
}

.goeast-article-body ul,
.goeast-article-body ol {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

.goeast-article-body li { margin-bottom: 0.4em; }

.goeast-article-body blockquote {
  border-left: 3px solid var(--accent);
  margin: 2em 0;
  padding: 0.5em 0 0.5em 2em;
  font-style: italic;
  color: var(--taupe);
  font-size: 1.15em;
}

.goeast-article-body a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.goeast-article-body img {
  width: 100%;
  border-radius: 16px;
  margin: 2em 0;
}

.goeast-article-cta {
  margin-top: 56px;
  background: var(--deep-olive);
  border-radius: 24px;
  padding: 48px 52px;
}

.goeast-article-cta h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--light);
  margin-bottom: 12px;
  line-height: 1.15;
}

.goeast-article-cta p {
  font-size: 17px;
  color: rgba(242,237,230,0.75);
  margin-bottom: 6px;
  line-height: 1.7;
}

.goeast-article-cta .goeast-cta-sub {
  font-size: 15px;
  color: rgba(242,237,230,0.40);
  font-style: italic;
  margin-bottom: 28px;
}

.goeast-article-tags {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--light-gray);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.goeast-article-tags span {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mid-gray);
}

.goeast-article-tag-pill {
  background: var(--surface);
  border: 1px solid var(--light-gray);
  border-radius: 999px;
  padding: 6px 14px;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dark);
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease;
}

.goeast-article-tag-pill:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.goeast-related {
  padding: 80px 0 96px;
  border-top: 1px solid var(--light-gray);
}

.goeast-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 1100px) {
  .goeast-pillars-grid { grid-template-columns: repeat(2, 1fr); }
  .goeast-stories-grid { grid-template-columns: 1fr 1fr; }
  .goeast-story-card.primary { grid-column: auto; }
  .goeast-story-card.primary .goeast-story-img { height: 340px; }
  .goeast-bridge-inner { grid-template-columns: 1fr; gap: 40px; }
  .goeast-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .goeast-intro-inner { grid-template-columns: 1fr; gap: 24px; }
  .goeast-intro-divider { display: none; }
  .goeast-intro-body { padding-left: 0; }
  .goeast-related-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .goeast-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .goeast-hero-image { height: 400px; }
  .goeast-feature-card { grid-template-columns: 1fr; }
  .goeast-feature-media { min-height: 320px; }
  .goeast-cta-inner { grid-template-columns: 1fr; padding: 48px 44px; gap: 28px; }
  .goeast-article-hero { height: 400px; }
  .goeast-article-title { font-size: 2.4rem; }
}

@media (max-width: 640px) {
  .goeast-container { width: calc(100% - 40px); }
  .goeast-nav { display: none; }
  .goeast-hero { padding: 48px 0 56px; }
  .goeast-stories-grid { grid-template-columns: 1fr; }
  .goeast-story-card.primary { grid-column: auto; }
  .goeast-pillars-grid { grid-template-columns: 1fr 1fr; }
  .goeast-footer-grid { grid-template-columns: 1fr; }
  .goeast-cta-inner { padding: 40px 32px; }
  .goeast-journey-item { grid-template-columns: 1fr; }
  .goeast-journey-img { min-height: 180px; }
  .goeast-article-wrap { padding: 40px 0 60px; }
  .goeast-article-cta { padding: 36px 28px; }
  .goeast-related-grid { grid-template-columns: 1fr; }
  .goeast-hero-title {
  font-size: clamp(2.1rem, 11vw, 3.2rem);
  line-height: 1.08;
  margin-bottom: 12px;
  max-width: 100%;
	}
	  .goeast-hero-grid > div:first-child {
  max-width: 100%;

}

.goeast-hero-intro {
  margin-bottom: 22px;
}

.goeast-hero-eyebrow {
  margin-bottom: 18px;
 }

}

/* ─────────────────────────────────────────
   SINGLE POST — READING BAR
───────────────────────────────────────── */
.goeast-reading-bar {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0%;
  background: var(--accent);
  z-index: 300;
  transition: width 80ms linear;
}

/* ─────────────────────────────────────────
   SINGLE POST — BREADCRUMB
───────────────────────────────────────── */
.goeast-breadcrumb {
  padding: 14px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mid-gray);
}

.goeast-breadcrumb a {
  color: var(--mid-gray);
  transition: color 160ms;
  text-decoration: none;
}

.goeast-breadcrumb a:hover { color: var(--accent); }

.goeast-breadcrumb-sep {
  color: var(--light-gray);
  font-size: 10px;
}

.goeast-breadcrumb-current { color: var(--taupe); }

/* ─────────────────────────────────────────
   SINGLE POST — FEATURED IMAGE
───────────────────────────────────────── */
.goeast-post-hero {
  width: 100%;
  aspect-ratio: 16 / 7;
  max-height: 540px;
  overflow: hidden;
}

.goeast-post-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ─────────────────────────────────────────
   SINGLE POST — BODY WRAPPER
───────────────────────────────────────── */
.goeast-wrap-body {
  width: min(calc(100% - 56px), 720px);
  margin: 0 auto;
  padding-bottom: 80px;
}

/* ─────────────────────────────────────────
   SINGLE POST — POST HEADER
───────────────────────────────────────── */
.goeast-post-header {
  padding: 48px 0 0;
  text-align: center;
}

.goeast-post-category {
  display: inline-block;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
  text-decoration: none;
  transition: opacity 160ms;
}
.goeast-post-category:hover { opacity: 0.7; }

.goeast-post-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  font-weight: 700;
  line-height: 1.08;
  color: var(--dark);
  max-width: 20ch;
  margin: 0 auto 28px;
}

.goeast-post-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--light-gray);
  margin-bottom: 48px;
}

.goeast-meta-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.goeast-meta-avatar {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--accent);
  display: grid;
  place-items: center;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--light);
  flex-shrink: 0;
}

.goeast-meta-name {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--dark);
}

.goeast-meta-sep {
  width: 3px; height: 3px;
  background: var(--light-gray);
  border-radius: 50%;
  flex-shrink: 0;
}

.goeast-meta-item {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mid-gray);
}

/* ─────────────────────────────────────────
   SINGLE POST — ARTICLE BODY
───────────────────────────────────────── */
.goeast-post-body {
  font-family: 'Crimson Pro', Georgia, serif;
  font-size: 20px;
  line-height: 1.82;
  color: var(--dark);
}

.goeast-post-body p { margin-bottom: 1.5em; }

.goeast-post-body h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.7rem, 2.4vw, 2.2rem);
  font-weight: 700;
  color: var(--dark);
  margin: 2.2em 0 0.6em;
  line-height: 1.15;
}

.goeast-post-body h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--dark);
  margin: 1.8em 0 0.5em;
}

.goeast-post-body ul,
.goeast-post-body ol {
  margin: 0 0 1.5em 1.4em;
}
.goeast-post-body li { margin-bottom: 0.5em; }

.goeast-post-body blockquote {
  border-left: 3px solid var(--accent);
  margin: 2em 0;
  padding: 0.4em 0 0.4em 1.8em;
  font-style: italic;
  color: var(--taupe);
  font-size: 1.12em;
  line-height: 1.65;
}

.goeast-post-body a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.goeast-post-body img {
  width: 100%;
  border-radius: 14px;
  margin: 2em 0;
}

.goeast-post-body strong { font-weight: 600; }

/* ─────────────────────────────────────────
   SINGLE POST — TAGS
───────────────────────────────────────── */
.goeast-post-tags {
  margin-top: 52px;
  padding-top: 28px;
  border-top: 1px solid var(--light-gray);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.goeast-tags-label {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mid-gray);
}

.goeast-tag-pill {
  background: var(--surface);
  border: 1px solid var(--light-gray);
  border-radius: 999px;
  padding: 6px 16px;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dark);
  text-decoration: none;
  transition: border-color 180ms, color 180ms;
}
.goeast-tag-pill:hover { border-color: var(--accent); color: var(--accent); }

/* ─────────────────────────────────────────
   SINGLE POST — CTA
───────────────────────────────────────── */
.goeast-post-cta {
  margin-top: 52px;
  background: var(--deep-olive);
  border-radius: 22px;
  padding: 48px 52px;
}

.goeast-post-cta h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--light);
  margin-bottom: 12px;
  line-height: 1.15;
}

.goeast-post-cta .goeast-cta-lead {
  font-size: 17px;
  color: rgba(242,237,230,0.82);
  margin-bottom: 6px;
  line-height: 1.15;
}

.goeast-post-cta .goeast-cta-sub {
  font-size: 15px;
  color: rgba(242,237,230,0.38);
  font-style: italic;
  margin-bottom: 28px;
}

/* ─────────────────────────────────────────
   SINGLE POST — RELATED POSTS
───────────────────────────────────────── */
.goeast-related {
  padding: 72px 0 96px;
  border-top: 1px solid var(--light-gray);
  margin-top: 0;
}

.goeast-related-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--light-gray);
}

.goeast-related-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.1;
}

.goeast-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.goeast-story-cat {
  font-family: 'Tenor Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

/* ─────────────────────────────────────────
   SINGLE POST — RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 860px) {
  .goeast-post-hero { aspect-ratio: 16 / 9; }
  .goeast-post-title { font-size: 2.6rem; }
  .goeast-related-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .goeast-wrap-body { width: calc(100% - 40px); }
  .goeast-post-hero { aspect-ratio: 4 / 3; max-height: 320px; }
  .goeast-post-title { font-size: 2.2rem; }
  .goeast-post-header { padding: 32px 0 0; }
  .goeast-post-cta { padding: 36px 28px; }
  .goeast-related-grid { grid-template-columns: 1fr; }
  .goeast-related { padding: 52px 0 72px; }
}
.goeast-accent-word {
  color: var(--accent);
  font-style: italic;
}