:root {
  --black: #0f0f10;
  --ink: #171617;
  --cream: #f7f3eb;
  --paper: #fffdf8;
  --gold: #b08a47;
  --green: #204835;
  --sage: #e8efe9;
  --muted: #756f67;
  --line: rgba(23, 22, 23, 0.11);
  --line-strong: rgba(23, 22, 23, 0.18);
  --shadow: 0 24px 70px rgba(15, 15, 16, 0.08);
}

* { box-sizing: border-box; }
html { background: var(--paper); }
body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top right, rgba(176, 138, 71, 0.08), transparent 28%),
    linear-gradient(180deg, #f7f3eb 0%, #fcfaf5 28%, #f7f3eb 100%);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.site-shell {
  width: min(1200px, calc(100% - 2rem));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1200;
  background: var(--black);
  color: white;
  padding: 0.8rem 1rem;
}
.skip-link:focus { top: 1rem; }

.intro-seen .site-loader { display: none; }
html.intro-first { overflow: hidden; }
html.intro-first .announcement-bar,
html.intro-first .site-header,
html.intro-first main,
html.intro-first .site-footer {
  opacity: 0;
  transform: translateY(18px);
}
html.intro-complete { overflow: auto; }
html.intro-complete .announcement-bar,
html.intro-complete .site-header,
html.intro-complete main,
html.intro-complete .site-footer {
  animation: siteEntry 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.site-loader {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #050505;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: opacity 0.7s ease, visibility 0.7s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-loader.is-exiting {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.025);
  pointer-events: none;
}
.lottie-intro {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100svh;
  background: #050505;
}
.lottie-intro svg,
.lottie-intro canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.intro-skip {
  position: absolute;
  right: max(1.25rem, env(safe-area-inset-right));
  bottom: max(1.25rem, env(safe-area-inset-bottom));
  z-index: 2;
  min-height: 44px;
  border: 1px solid rgba(207, 169, 92, 0.58);
  border-radius: 999px;
  padding: 0.7rem 1.05rem;
  background: rgba(5, 5, 5, 0.54);
  color: #d8b56d;
  backdrop-filter: blur(12px);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.intro-skip:hover {
  background: rgba(216, 181, 109, 0.15);
  color: white;
  border-color: rgba(255,255,255,0.72);
}

.announcement-bar {
  border-bottom: 1px solid rgba(23, 22, 23, 0.06);
  background: rgba(255, 253, 248, 0.95);
}
.announcement-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 42px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.announcement-inner a {
  color: var(--gold);
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5000;
  overflow: visible;
  border-bottom: 1px solid rgba(23, 22, 23, 0.06);
  background: rgba(255, 253, 248, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.header-row {
  position: relative;
  z-index: 920;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 84px;
}
.site-header nav a,
.mobile-menu a,
.footer-title ~ a {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.site-header nav a:hover,
.mobile-menu a:hover,
.footer-title ~ a:hover {
  color: var(--gold);
}
.brand-lockup {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.brand-mark {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--black);
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.09em;
}
.brand-sub {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.menu-button {
  position: relative;
  z-index: 940;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  display: grid;
  place-content: center;
  gap: 6px;
  background: white;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.menu-button span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--ink);
}
.mobile-menu {
  position: relative;
  z-index: 4990;
  border-top: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.98);
  pointer-events: auto;
}
.mobile-menu.is-open,
body.mobile-menu-open .mobile-menu:not([hidden]) {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
.mobile-menu a {
  display: block;
  padding: 0.85rem 0;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(15,15,16,0.08);
}
.button-gold {
  background: linear-gradient(135deg, #c9a159 0%, #a77c39 100%);
  color: #161413;
}
.button-dark {
  background: var(--black);
  color: white;
}
.button-ghost {
  border-color: rgba(23, 22, 23, 0.15);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
}
.button-danger {
  border-color: rgba(220, 38, 38, 0.25);
  color: #991b1b;
  background: rgba(254, 242, 242, 0.9);
}
.button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.eyebrow {
  display: inline-block;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4rem, 8vw, 7rem) clamp(3.2rem, 6vw, 5rem);
}
.hero-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}
.hero-panel {
  display: grid;
  gap: 1.2rem;
}
.hero-kicker-line {
  width: 92px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.hero-title {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4.6rem, 15vw, 10.5rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
  color: var(--black);
}
.hero-expansion {
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.95rem, 2.1vw, 1.35rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.hero-expansion span,
.hero-tagline span {
  color: var(--gold);
}
.hero-tagline {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--black);
}
.hero-description {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.9;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}
.hero-meta {
  display: grid;
  gap: 1rem;
}
.hero-feature-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
  box-shadow: var(--shadow);
}
.hero-feature-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.hero-feature-copy {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.3rem;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.74));
  color: white;
}
.hero-feature-copy h2 {
  margin: 0.35rem 0 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}
.hero-editorial-stack {
  display: grid;
  gap: 1rem;
}
.hero-mini-card {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 1rem;
  align-items: center;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.88);
  padding: 1rem;
}
.hero-mini-card img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 16px;
}
.hero-mini-card strong {
  display: block;
  margin-top: 0.25rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  color: var(--black);
}
.hero-animate {
  opacity: 0;
  transform: translateY(22px);
  animation: heroEnter 0.8s ease forwards;
}
.hero-animate:nth-child(2) { animation-delay: 0.05s; }
.hero-animate:nth-child(3) { animation-delay: 0.12s; }
.hero-animate:nth-child(4) { animation-delay: 0.18s; }
.hero-animate:nth-child(5) { animation-delay: 0.24s; }
.hero-animate:nth-child(6) { animation-delay: 0.30s; }
.hero-animate:nth-child(7) { animation-delay: 0.36s; }

.section {
  padding-block: clamp(3.5rem, 7vw, 6rem);
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}
.section-heading h2,
.page-hero h1,
.prose-panel h2,
.cta-panel h2,
.detail-hero h1,
.product-detail h1,
.admin-shell h1,
.editorial-feature-title,
.article-lead h1 {
  margin: 0.5rem 0 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.section-heading h2 {
  font-size: clamp(2.3rem, 5vw, 4.8rem);
}
.section-heading > p {
  max-width: 470px;
  color: var(--muted);
  line-height: 1.85;
}
.text-link,
.card-link {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fairway-card {
  position: relative;
  display: block;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
  box-shadow: var(--shadow);
}
.fairway-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.fairway-card:hover img {
  transform: scale(1.055);
}
.fairway-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(15,15,16,0.78));
}
.fairway-copy {
  position: absolute;
  inset: auto 1.35rem 1.35rem;
  display: grid;
  gap: 0.65rem;
  color: white;
}
.fairway-copy strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.8rem;
  line-height: 1;
}
.fairway-copy > span:last-child {
  color: #f7d39a;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.statement-section {
  padding-block: clamp(5rem, 10vw, 8rem);
  border-block: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(32, 72, 53, 0.07), rgba(176, 138, 71, 0.06)),
    white;
}
.statement-section blockquote {
  max-width: 980px;
  margin: 1rem 0 2rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 5.3rem);
  line-height: 1.05;
  color: var(--black);
}

.card-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}
.content-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.content-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 80px rgba(15, 15, 16, 0.12);
  border-color: rgba(176, 138, 71, 0.35);
}
.card-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #ede6dc;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.content-card:hover .card-image img { transform: scale(1.04); }
.content-card-body {
  display: grid;
  gap: 0.65rem;
  padding: 1.35rem;
}
.product-image { aspect-ratio: 1 / 1; }
.content-card h3 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.85rem;
  line-height: 1;
  color: var(--black);
}
.content-card p {
  margin: 0 0 0.35rem;
  color: var(--muted);
  line-height: 1.72;
}
.content-meta {
  color: var(--muted);
  font-size: 0.85rem;
}

.editorial-band {
  display: grid;
  gap: 1.4rem;
}
.editorial-feature {
  display: grid;
  gap: 1.5rem;
  align-items: stretch;
  border: 1px solid var(--line);
  background: white;
  box-shadow: var(--shadow);
}
.editorial-feature-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}
.editorial-feature-copy {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}
.editorial-feature-title {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
}
.editorial-feature-copy p {
  color: var(--muted);
  line-height: 1.85;
}
.editorial-list {
  display: grid;
  gap: 1rem;
}
.editorial-row {
  display: grid;
  gap: 1rem;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}
.editorial-row:first-child {
  border-top: none;
  padding-top: 0;
}
.editorial-row img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}
.editorial-row h3 {
  margin: 0.35rem 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.9rem;
  line-height: 1;
}
.editorial-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border: 1px solid rgba(176, 138, 71, 0.3);
  padding: clamp(1.5rem, 5vw, 4rem);
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(244, 239, 230, 0.94));
  box-shadow: var(--shadow);
}
.cta-panel h2 {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
}
.cta-panel p {
  max-width: 670px;
  color: var(--muted);
}

.page-hero,
.detail-hero,
.product-detail,
.article-lead {
  padding-block: clamp(4.8rem, 11vw, 8.5rem) clamp(2rem, 5vw, 3.5rem);
}
.page-hero h1,
.detail-hero h1,
.product-detail h1,
.article-lead h1 {
  max-width: 980px;
  font-size: clamp(3.4rem, 9vw, 7.6rem);
}
.page-hero h1 + p,
.detail-hero h1 + p,
.article-lead h1 + p {
  margin-top: 1.35rem;
}
.page-hero > p:last-child,
.fairway-page-hero > p:last-child,
.article-lead > p:last-child {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.85;
}
.fairway-page-hero h2 {
  color: var(--gold);
  font-size: clamp(1.2rem, 3vw, 2rem);
  margin: 0.5rem 0 1.2rem;
}

.split-story {
  display: grid;
  gap: 3rem;
  align-items: center;
}
.editorial-image {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.prose-panel h2 {
  font-size: clamp(2.4rem, 6vw, 5rem);
}
.prose-panel p {
  color: var(--muted);
  line-height: 1.9;
  margin-top: 1rem;
}
.value-grid {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.value-grid article {
  background: white;
  padding: 2rem;
}
.value-grid span {
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
}
.value-grid h3 {
  margin: 0.7rem 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.3rem;
}
.value-grid p {
  color: var(--muted);
  line-height: 1.8;
}

.filter-bar {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid var(--line);
  background: white;
}
.filter-bar label:first-child { min-width: 0; }
.filter-bar input,
.filter-bar select,
.premium-form input,
.premium-form select,
.premium-form textarea,
.purchase-form input,
.purchase-form select {
  width: 100%;
  border: 1px solid rgba(23, 22, 23, 0.12);
  background: white;
  color: var(--ink);
  padding: 0.95rem 1rem;
  outline: none;
}
.filter-bar input:focus,
.filter-bar select:focus,
.premium-form input:focus,
.premium-form select:focus,
.premium-form textarea:focus,
.purchase-form input:focus,
.purchase-form select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(176, 138, 71, 0.1);
}

.detail-hero,
.product-detail {
  display: grid;
  gap: 3rem;
  align-items: start;
}
.detail-hero img,
.product-detail-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.detail-description {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.9;
  margin: 1.4rem 0;
}
.form-section { padding-bottom: 6rem; }
.premium-form {
  max-width: 900px;
  border: 1px solid var(--line);
  padding: clamp(1.25rem, 4vw, 2.5rem);
  background: white;
  box-shadow: var(--shadow);
}
.form-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.premium-form label,
.purchase-form label {
  display: grid;
  gap: 0.55rem;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.premium-form textarea {
  min-height: 150px;
  resize: vertical;
}
.premium-form .checkbox { width: 24px; height: 24px; }
.product-price {
  color: var(--gold);
  font-size: 1.4rem;
  font-weight: 700;
}
.purchase-form {
  display: grid;
  gap: 1rem;
  max-width: 500px;
}
.shop-note {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.7;
  margin-top: 1rem;
}
.demo-notice {
  max-width: 760px;
  margin-top: 1.5rem;
  border: 1px solid rgba(176, 138, 71, 0.25);
  background: rgba(176, 138, 71, 0.08);
  padding: 1rem;
  color: #7b5a24;
}

.links-page {
  position: relative;
  min-height: calc(100svh - 5rem);
  display: grid;
  place-items: center;
  padding: 4rem 1rem;
  overflow: hidden;
}
.links-orbit {
  position: absolute;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(176, 138, 71, 0.15);
  border-radius: 50%;
  animation: orbit 18s linear infinite;
}
.links-orbit::before {
  content: '';
  position: absolute;
  inset: 100px;
  border: 1px solid rgba(176, 138, 71, 0.12);
  border-radius: 50%;
}
.links-card {
  position: relative;
  width: min(100%, 580px);
  text-align: center;
  border: 1px solid var(--line);
  padding: clamp(1.5rem, 6vw, 4rem);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}
.links-list {
  display: grid;
  gap: 0.75rem;
  margin: 2.5rem 0;
}
.linktree-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  border: 1px solid var(--line);
  background: white;
  padding: 1rem 1.2rem;
  text-align: left;
  transition: 0.2s ease;
}
.linktree-link:hover {
  border-color: rgba(176, 138, 71, 0.45);
  transform: translateX(3px);
}
.linktree-link.highlighted {
  background: linear-gradient(135deg, #c9a159, #a77c39);
  color: #161413;
  border-color: transparent;
}

.article-image img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.article-body {
  width: min(760px, calc(100% - 2rem));
  margin: 3rem auto 6rem;
}
.article-body p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.85;
  color: #2f2b29;
  margin-bottom: 1.4rem;
}

.empty-state {
  grid-column: 1 / -1;
  border: 1px solid var(--line);
  background: white;
  padding: 3rem;
  text-align: center;
  color: var(--muted);
}

.admin-login {
  min-height: calc(100svh - 5rem);
  display: grid;
  place-items: center;
  padding-block: 4rem;
}
.admin-login-card,
.admin-stat,
.admin-panel,
.admin-record {
  border: 1px solid var(--line);
  background: white;
  box-shadow: var(--shadow);
}
.admin-login-card {
  width: min(100%, 620px);
  padding: clamp(1.5rem, 5vw, 4rem);
}
.admin-login-card h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.8rem, 7vw, 5rem);
  margin-top: 1rem;
}
.admin-shell {
  padding-block: 3.5rem 6rem;
}
.admin-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}
.admin-heading h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
}
.admin-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
}
.admin-stat { padding: 1.5rem; }
.admin-stat strong {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: var(--gold);
  font-size: 2.6rem;
}
.admin-stat span {
  text-transform: capitalize;
  color: var(--muted);
  font-size: 0.8rem;
}
.admin-panel {
  padding: 1.5rem;
  margin-top: 1.5rem;
}
.admin-panel h2,
.admin-record h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.8rem;
}
.admin-table > div {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}
.admin-table span {
  color: var(--muted);
  font-size: 0.85rem;
}
.admin-records {
  display: grid;
  gap: 1rem;
}
.admin-record {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem;
}
.admin-record p {
  max-width: 680px;
  color: var(--muted);
  line-height: 1.6;
}
.admin-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.flash-stack {
  position: fixed;
  top: 7.6rem;
  right: 1rem;
  z-index: 110;
  display: grid;
  gap: 0.5rem;
  width: min(390px, calc(100% - 2rem));
}
.flash {
  border: 1px solid var(--line-strong);
  padding: 1rem;
  background: white;
  box-shadow: 0 18px 48px rgba(15,15,16,0.12);
}
.flash-success { border-color: rgba(34, 197, 94, 0.28); }
.flash-error { border-color: rgba(239, 68, 68, 0.35); }
.flash-info { border-color: rgba(176, 138, 71, 0.35); }

.site-footer {
  margin-top: 3rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: #101112;
  color: white;
  padding-block: 4rem;
}
.footer-grid {
  display: grid;
  gap: 2rem;
}
.footer-mark { color: white; }
.footer-title {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.footer-title ~ a {
  display: block;
  margin-top: 0.65rem;
  color: rgba(255,255,255,0.85);
}
.footer-meta {
  margin-top: 0.8rem;
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
  line-height: 1.7;
}
.footer-community {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-join-link {
  display: inline-flex;
  margin-top: 1.25rem;
  border-bottom: 1px solid rgba(217, 182, 110, 0.6);
  padding-bottom: 0.3rem;
  color: #e1c384;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}
.footer-copyright { margin-top: auto; padding-top: 1.25rem; }

/* Small local layout utilities used by the templates. */
.hidden { display: none; }
.block { display: block; }
.grid { display: grid; }
.flex { display: flex; }
.w-full { width: 100%; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-7 { gap: 1.75rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-8 { margin-top: 2rem; }
.pt-0 { padding-top: 0; }
.py-6 { padding-block: 1.5rem; }
.text-sm { font-size: 0.875rem; }
.text-tgt-gold { color: var(--gold); }
.text-white\/70 { color: rgba(255,255,255,0.7); }
.text-red-300 { color: #fca5a5; }
.uppercase { text-transform: uppercase; }
.tracking-\[\.25em\] { letter-spacing: 0.25em; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes siteEntry {
  to { opacity: 1; transform: none; }
}
@keyframes heroEnter {
  to { opacity: 1; transform: none; }
}
@keyframes orbit {
  to { transform: rotate(360deg); }
}
@media (min-width: 640px) {
  .site-shell { width: min(1200px, calc(100% - 3rem)); }
  .filter-bar { grid-template-columns: 1fr 220px auto; }
  .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .value-grid { grid-template-columns: repeat(3, 1fr); }
  .editorial-row { grid-template-columns: 160px 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 768px) {
  .md\:col-span-2 { grid-column: span 2 / span 2; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid,
  .split-story,
  .detail-hero,
  .product-detail,
  .editorial-feature {
    grid-template-columns: 1.1fr 0.9fr;
  }
  .detail-hero > img { order: 2; }
}

@media (min-width: 1024px) {
  .lg\:flex { display: flex; }
  .lg\:hidden { display: none; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-shell { width: min(1240px, calc(100% - 4rem)); }
  .hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr); }
  .editorial-band { grid-template-columns: 1.08fr 0.92fr; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr 1fr; }
}

@media (max-width: 1023px) {
  .announcement-inner {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    padding-block: 0.45rem;
  }
  .mobile-menu {
    position: fixed;
    top: 84px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4990;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: rgba(255,253,248,0.99);
    box-shadow: 0 30px 80px rgba(15, 15, 16, 0.12);
  }
  .mobile-menu.is-open,
  body.mobile-menu-open .mobile-menu:not([hidden]) {
    position: fixed !important;
    inset: 84px 0 0 0 !important;
    width: 100% !important;
    height: calc(100svh - 84px) !important;
    min-height: calc(100svh - 84px) !important;
    z-index: 4990 !important;
  }
  .mobile-menu nav {
    min-height: calc(100svh - 84px);
    align-content: start;
    padding-bottom: calc(2rem + env(safe-area-inset-bottom));
  }
  body.mobile-menu-open { overflow: hidden; }
}

@media (max-width: 767px) {
  .brand-mark { font-size: 2.35rem; }
  .brand-sub { letter-spacing: 0.16em; }
  .section-heading,
  .cta-panel,
  .admin-heading,
  .admin-record {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-actions .button,
  .admin-actions .button,
  .admin-actions form {
    width: 100%;
  }
  .hero-title { font-size: clamp(4rem, 24vw, 7rem); }
  .fairway-card { min-height: 340px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* TGT showcase, pathway discovery, and experience timeline */
.showcase-feature {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
  box-shadow: var(--shadow);
}
.showcase-feature-media img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}
.showcase-feature-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
  padding: clamp(1.5rem, 5vw, 4rem);
}
.showcase-feature-copy h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}
.showcase-feature-copy p {
  max-width: 600px;
  color: var(--muted);
  line-height: 1.85;
}
.showcase-feature-copy .button { justify-self: start; }
.showcase-mosaic {
  display: grid;
  gap: 1rem;
}
.showcase-tile {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--black);
  box-shadow: var(--shadow);
}
.showcase-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.showcase-tile:hover img { transform: scale(1.045); }
.showcase-tile-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.82));
}
.showcase-tile-copy {
  position: absolute;
  inset: auto 1.4rem 1.4rem;
  display: grid;
  gap: 0.6rem;
  color: white;
}
.showcase-tile-copy strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.98;
}
.showcase-tile-copy small {
  max-width: 620px;
  color: rgba(255,255,255,0.78);
  font-size: 0.9rem;
  line-height: 1.6;
}

.path-index {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  border-block: 1px solid var(--line);
  padding-block: 1.2rem;
}
.path-index a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.75rem 1rem;
  background: white;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.path-index a:hover {
  border-color: rgba(176, 138, 71, 0.45);
  color: var(--gold);
  transform: translateY(-2px);
}
.path-stack {
  display: grid;
  gap: 1.25rem;
  padding-bottom: 2rem;
}
.path-panel {
  position: relative;
  display: grid;
  gap: 1.5rem;
  scroll-margin-top: 9rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
  box-shadow: var(--shadow);
  padding: clamp(1.4rem, 4vw, 3rem);
}
.path-number {
  color: rgba(176, 138, 71, 0.58);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.8;
}
.path-copy {
  display: grid;
  align-content: start;
  gap: 1rem;
}
.path-copy h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}
.path-copy > p {
  max-width: 660px;
  color: var(--muted);
  line-height: 1.85;
}
.path-copy .button { justify-self: start; }
.path-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.path-stats span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.65rem 0.85rem;
  background: var(--cream);
  color: var(--muted);
  font-size: 0.76rem;
}
.path-stats strong { color: var(--ink); }
.path-media {
  position: relative;
  overflow: hidden;
  min-height: 320px;
}
.path-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}
.path-media > a {
  position: absolute;
  inset: auto 1rem 1rem;
  display: grid;
  gap: 0.35rem;
  border: 1px solid rgba(255,255,255,0.22);
  padding: 1rem;
  background: rgba(10,10,10,0.72);
  color: white;
  backdrop-filter: blur(12px);
}
.path-media > a strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.45rem;
  line-height: 1;
}

.experience-timeline {
  position: relative;
  display: grid;
  gap: 2rem;
}
.experience-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  width: 1px;
  background: linear-gradient(180deg, var(--gold), rgba(176, 138, 71, 0.08));
}
.timeline-event {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 1rem;
}
.timeline-marker {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: start center;
  padding-top: 1rem;
}
.timeline-marker span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: var(--paper);
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
}
.timeline-date {
  display: none;
}
.timeline-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.timeline-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 80px rgba(15,15,16,0.12);
}
.timeline-card-media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}
.timeline-card-copy {
  display: grid;
  align-content: center;
  gap: 0.8rem;
  padding: clamp(1.35rem, 4vw, 2.5rem);
}
.timeline-card-copy h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.96;
}
.timeline-card-copy > p {
  color: var(--muted);
  line-height: 1.8;
}
.timeline-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.timeline-meta span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.55rem 0.75rem;
  color: var(--muted);
  font-size: 0.76rem;
}
.experience-interest-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 768px) {
  .showcase-feature { grid-template-columns: 1.15fr 0.85fr; }
  .showcase-mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .showcase-tile-1 { grid-row: span 2; min-height: 660px; }
  .path-panel { grid-template-columns: 0.18fr 0.9fr 1fr; align-items: center; }
  .experience-timeline::before { left: 116px; }
  .timeline-event { grid-template-columns: 80px 46px 1fr; }
  .timeline-date {
    display: grid;
    align-content: start;
    gap: 0.2rem;
    padding-top: 1.2rem;
    text-align: right;
  }
  .timeline-date span {
    color: var(--muted);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }
  .timeline-date strong {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.4rem;
  }
  .timeline-card { grid-template-columns: 0.8fr 1.2fr; }
  .experience-interest-grid { grid-template-columns: 0.75fr 1.25fr; }
}

@media (min-width: 1024px) {
  .showcase-mosaic { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .showcase-tile { grid-column: span 4; }
  .showcase-tile-1 { grid-column: span 7; grid-row: span 2; min-height: 700px; }
  .showcase-tile-2 { grid-column: span 5; min-height: 340px; }
  .showcase-tile-3 { grid-column: span 5; min-height: 340px; }
  .showcase-tile-4, .showcase-tile-5 { grid-column: span 6; }
}

.home-event-line {
  position: relative;
  display: grid;
  gap: 1rem;
}
.home-event-line::before {
  content: '';
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 9px;
  width: 1px;
  background: linear-gradient(180deg, var(--gold), rgba(176,138,71,0.08));
}
.home-event-stop {
  position: relative;
  display: grid;
  gap: 0.45rem;
  border: 1px solid var(--line);
  background: white;
  padding: 1.25rem 1.25rem 1.25rem 2.1rem;
  box-shadow: var(--shadow);
  transition: transform 0.22s ease, border-color 0.22s ease;
}
.home-event-stop:hover {
  transform: translateY(-3px);
  border-color: rgba(176,138,71,0.42);
}
.home-event-dot {
  position: absolute;
  left: 2px;
  top: 1.35rem;
  width: 15px;
  height: 15px;
  border: 3px solid var(--paper);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 1px var(--gold);
}
.home-event-stop strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.8rem;
  line-height: 1;
}
.home-event-stop small { color: var(--muted); }
@media (min-width: 768px) {
  .home-event-line {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
  .home-event-line::before {
    top: 9px;
    bottom: auto;
    left: 8px;
    right: 8px;
    width: auto;
    height: 1px;
  }
  .home-event-stop { padding: 2.2rem 1.25rem 1.25rem; }
  .home-event-dot { top: 2px; left: 1.1rem; }
}

/* One-screen TGT landing collage */
.home-collage-page {
  overflow-x: hidden;
  background: #f7f3eb;
}
.home-collage-page .announcement-bar {
  display: none;
}
.home-collage-page main {
  min-height: calc(100svh - 84px);
}
.landing-collage-wrap {
  position: relative;
  height: calc(100svh - 84px);
  min-height: 560px;
  padding: 0.65rem;
}
.landing-collage {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 1.35fr repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}
.landing-tile {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 22, 23, 0.11);
  background: white;
  box-shadow: 0 12px 34px rgba(15, 15, 16, 0.08);
}
.landing-brand-tile {
  grid-column: 1 / -1;
  display: grid;
  align-items: center;
  padding: clamp(1rem, 3vw, 2rem);
  background:
    radial-gradient(circle at 87% 20%, rgba(176,138,71,0.16), transparent 28%),
    linear-gradient(135deg, #fffdf8, #f2ece0);
}
.landing-brand-tile::after {
  content: 'TGT';
  position: absolute;
  right: -0.08em;
  bottom: -0.28em;
  color: rgba(15,15,16,0.035);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(8rem, 22vw, 18rem);
  font-weight: 700;
  letter-spacing: -0.12em;
  pointer-events: none;
}
.landing-brand-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 0.28rem;
}
.landing-brand-copy h1 {
  margin: 0;
  color: var(--black);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4rem, 12vw, 9rem);
  font-weight: 700;
  line-height: 0.72;
  letter-spacing: -0.1em;
}
.landing-expansion,
.landing-tagline {
  margin: 0;
  text-transform: uppercase;
}
.landing-expansion {
  color: var(--ink);
  font-size: clamp(0.68rem, 1.6vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.22em;
}
.landing-tagline {
  color: var(--gold);
  font-size: clamp(0.58rem, 1.2vw, 0.78rem);
  letter-spacing: 0.18em;
}
.landing-expansion span,
.landing-tagline span { color: var(--gold); }
.landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.45rem;
}
.landing-actions a {
  border: 1px solid rgba(23,22,23,0.14);
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  background: rgba(255,255,255,0.76);
  color: var(--ink);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.landing-actions a:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}
.landing-image-tile img,
.landing-feature-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.22,1,0.36,1);
}
.landing-image-tile:hover img,
.landing-feature-tile:hover img { transform: scale(1.055); }
.landing-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.02), rgba(0,0,0,0.78));
}
.landing-tile-copy,
.landing-feature-copy {
  position: absolute;
  inset: auto 0.75rem 0.7rem;
  z-index: 1;
  display: grid;
  color: white;
}
.landing-tile-copy small,
.landing-feature-copy small {
  color: #e6c98d;
  font-size: 0.54rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.landing-tile-copy strong,
.landing-feature-copy strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.35rem, 4.5vw, 2.8rem);
  line-height: 0.92;
}
.landing-tile-copy em,
.landing-feature-copy em {
  margin-top: 0.15rem;
  color: rgba(255,255,255,0.75);
  font-size: 0.56rem;
  font-style: normal;
}
.landing-quote-tile {
  display: grid;
  align-content: center;
  gap: 0.2rem;
  margin: 0;
  padding: 0.8rem;
  background: var(--green);
  color: white;
}
.landing-quote-tile > span {
  height: 0.7em;
  color: #d2b16c;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3rem;
  line-height: 0.7;
}
.landing-quote-tile p {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1rem, 2.8vw, 1.8rem);
  line-height: 0.98;
}
.landing-quote-tile a {
  margin-top: 0.25rem;
  color: #e1c384;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.landing-sponsor-tile {
  display: grid;
  align-content: space-between;
  gap: 1rem;
  padding: clamp(0.9rem, 2vw, 1.35rem);
  background:
    linear-gradient(90deg, rgba(176, 138, 71, 0.13), transparent 38%),
    #111411;
  color: white;
}
.landing-sponsor-head {
  display: grid;
  gap: 0.35rem;
}
.landing-sponsor-head span {
  color: #d9b66e;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.landing-sponsor-head strong {
  max-width: 560px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  font-weight: 500;
  line-height: 0.98;
}
.landing-sponsor-marquee {
  display: flex;
  overflow: hidden;
  border-block: 1px solid rgba(217, 182, 110, 0.24);
  padding-block: 0.75rem;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.landing-sponsor-marquee > div {
  display: flex;
  min-width: max-content;
  animation: sponsorMarquee 23s linear infinite;
}
.landing-sponsor-marquee span {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-right: 1rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.landing-sponsor-marquee span::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #d9b66e;
}
.home-scroll-cue {
  position: absolute;
  right: 1.4rem;
  bottom: 1.1rem;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: rgba(255,255,255,0.82);
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
  pointer-events: none;
}
.home-scroll-cue i {
  position: relative;
  display: block;
  width: 34px;
  height: 1px;
  overflow: hidden;
  background: rgba(255,255,255,0.35);
}
.home-scroll-cue i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #e1c384;
  transform: translateX(-100%);
  animation: homeCue 1.8s ease-in-out infinite;
}

.home-scroll-story {
  position: relative;
  overflow: clip;
  padding: clamp(5rem, 9vw, 8.5rem) 0 clamp(6rem, 10vw, 10rem);
  background: #111411;
  color: white;
}
.home-scroll-story::before {
  content: "TGT";
  position: absolute;
  top: 2.5rem;
  right: -0.04em;
  color: rgba(255,255,255,0.025);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(12rem, 34vw, 34rem);
  font-weight: 700;
  line-height: 0.7;
  pointer-events: none;
}
.home-story-intro {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}
.home-story-intro h2 {
  max-width: 820px;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.3rem, 8vw, 7.5rem);
  font-weight: 500;
  line-height: 0.82;
}
.home-story-intro > p:last-child {
  max-width: 620px;
  color: rgba(255,255,255,0.64);
  font-size: clamp(0.95rem, 1.7vw, 1.15rem);
  line-height: 1.75;
}
.home-story-layout {
  position: relative;
  z-index: 2;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
}
.home-story-stage-wrap {
  position: sticky;
  top: 92px;
  z-index: 3;
  height: min(52svh, 520px);
}
.home-story-stage {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(217,182,110,0.24);
  border-radius: 8px;
  background: #080909;
  box-shadow: 0 35px 100px rgba(0,0,0,0.32);
}
.home-story-media-stack,
.home-story-media {
  position: absolute;
  inset: 0;
}
.home-story-media {
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 0.7s ease, transform 1.2s cubic-bezier(0.22,1,0.36,1);
}
.home-story-media.is-active {
  opacity: 1;
  transform: scale(1);
}
.home-story-media img,
.home-story-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-story-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.25), transparent 40%, rgba(0,0,0,0.78)),
    linear-gradient(90deg, rgba(0,0,0,0.24), transparent 45%);
}
.home-story-frame {
  position: absolute;
  inset: 1rem 1.1rem 1.2rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: space-between;
  align-items: end;
  color: white;
}
.home-story-counter {
  align-self: start;
  color: rgba(255,255,255,0.66);
  font-size: 0.65rem;
  font-weight: 800;
}
.home-story-counter b { color: #e1c384; }
.home-story-wordmark {
  align-self: start;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.home-story-current {
  grid-column: 1 / -1;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 0.82;
}
.home-story-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: rgba(255,255,255,0.15);
}
.home-story-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: #d9b66e;
  transform: scaleX(0);
  transform-origin: left;
}
.home-story-chapters {
  position: relative;
  z-index: 2;
}
.home-story-chapter {
  display: grid;
  align-content: center;
  min-height: 62svh;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  opacity: 0.3;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.home-story-chapter.is-active {
  opacity: 1;
  transform: translateX(0.35rem);
}
.home-story-chapter > span {
  color: #d9b66e;
  font-size: 0.7rem;
  font-weight: 800;
}
.home-story-chapter h3 {
  margin: 0.35rem 0 0.9rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 7vw, 5.8rem);
  font-weight: 500;
  line-height: 0.82;
}
.home-story-chapter > p:not(.eyebrow) {
  max-width: 520px;
  margin: 0;
  color: rgba(255,255,255,0.68);
  line-height: 1.75;
}
.home-story-chapter > a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: max-content;
  margin-top: 1.5rem;
  color: #e1c384;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}
.home-story-chapter > a i {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(225,195,132,0.45);
  border-radius: 50%;
  font-style: normal;
  transition: transform 0.25s ease, background 0.25s ease;
}
.home-story-chapter > a:hover i {
  background: #e1c384;
  color: #111411;
  transform: rotate(90deg);
}

.home-about-band {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 10vw, 10rem) 0;
  background: #f5f0e7;
}
.home-about-grid {
  display: grid;
  gap: clamp(2.5rem, 8vw, 8rem);
  align-items: center;
}
.home-about-mark {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
}
.home-about-mark img {
  width: clamp(90px, 16vw, 190px);
  filter: drop-shadow(0 22px 48px rgba(15,15,16,0.16));
}
.home-about-mark span {
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(6rem, 19vw, 14rem);
  font-weight: 700;
  line-height: 0.7;
}
.home-about-copy h2 {
  margin: 0.45rem 0 1.25rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 500;
  line-height: 0.86;
}
.home-about-copy > p:last-of-type {
  max-width: 650px;
  color: var(--muted);
  line-height: 1.8;
}
.home-about-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2rem;
}

.home-about-flow {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 96px;
  background:
    linear-gradient(180deg, rgba(247,243,235,0.94), rgba(255,255,255,0.96) 24rem),
    #fff;
}
.home-about-flow::before {
  content: "TGT";
  position: absolute;
  top: clamp(2rem, 6vw, 5rem);
  right: -0.08em;
  color: rgba(176, 138, 71, 0.055);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(12rem, 34vw, 34rem);
  font-weight: 700;
  line-height: 0.72;
  pointer-events: none;
}
.home-about-entry {
  position: relative;
  padding-top: clamp(5rem, 9vw, 8rem);
}
.home-about-entry h2 {
  max-width: 1000px;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.4rem, 11vw, 9rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.82;
}
.home-about-entry h2 + p {
  margin-top: clamp(2rem, 4vw, 3.25rem);
}
.home-about-flow .section,
.home-about-flow .page-hero {
  position: relative;
  z-index: 1;
}

@keyframes homeCue {
  0% { transform: translateX(-100%); }
  55%, 100% { transform: translateX(100%); }
}

.about-clubhouse-grid {
  display: grid;
  gap: 1px;
  border: 1px solid rgba(176, 138, 71, 0.22);
  background: rgba(176, 138, 71, 0.22);
}
.about-clubhouse-grid article {
  display: grid;
  align-content: start;
  gap: 0.8rem;
  min-height: 260px;
  padding: clamp(1.35rem, 3vw, 2rem);
  background: #111411;
  color: white;
}
.about-clubhouse-grid span {
  color: #d9b66e;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
}
.about-clubhouse-grid strong {
  margin-top: 1.2rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 500;
  line-height: 0.9;
}
.about-clubhouse-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

/* Showcase visual wall */
.showcase-pathway-bar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}
.showcase-pathway-bar a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 56px;
  border: 1px solid var(--line);
  padding: 0.8rem 1rem;
  background: white;
  color: var(--ink);
  font-weight: 700;
  transition: 0.22s ease;
}
.showcase-pathway-bar a:hover {
  border-color: rgba(176,138,71,0.46);
  transform: translateY(-2px);
}
.showcase-pathway-bar span {
  color: var(--gold);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.45rem;
}
.showcase-collage {
  display: grid;
  gap: 0.9rem;
}
.showcase-collage-item,
.showcase-quote-card,
.showcase-path-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.showcase-collage-item {
  background: var(--black);
}
.showcase-collage-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.22,1,0.36,1);
}
.showcase-collage-item:hover img { transform: scale(1.045); }
.showcase-quote-card {
  display: grid;
  align-content: center;
  gap: 1rem;
  margin: 0;
  padding: clamp(1.5rem, 5vw, 3.5rem);
  background: var(--green);
  color: white;
}
.showcase-quote-card span {
  color: #dfbf7d;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.showcase-quote-card p {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  line-height: 0.98;
}
.showcase-path-card {
  display: grid;
  align-content: end;
  gap: 0.6rem;
  padding: clamp(1.5rem, 4vw, 2.8rem);
  color: white;
}
.showcase-path-card-travel {
  background: linear-gradient(140deg, rgba(15,15,16,0.16), rgba(15,15,16,0.7)), url('../images/travel.svg') center/cover;
}
.showcase-path-card-community {
  background: linear-gradient(140deg, rgba(15,15,16,0.16), rgba(15,15,16,0.7)), url('../images/community.svg') center/cover;
}
.showcase-path-card small {
  color: #e3c483;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.showcase-path-card strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 0.9;
}
.showcase-path-card span {
  color: rgba(255,255,255,0.78);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Compact high-volume experience directory */
.experience-toolbar {
  display: grid;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
  border: 1px solid var(--line);
  padding: 0.8rem;
  background: white;
  box-shadow: 0 14px 36px rgba(15,15,16,0.06);
}
.experience-toolbar input,
.experience-toolbar select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  padding: 0.75rem 0.9rem;
  outline: none;
}
.experience-toolbar input:focus,
.experience-toolbar select:focus { border-color: var(--gold); }
.experience-count {
  color: var(--muted);
  font-size: 0.75rem;
  text-align: right;
  white-space: nowrap;
}
.experience-count strong { color: var(--ink); }
.experience-directory {
  border: 1px solid var(--line);
  background: white;
  box-shadow: var(--shadow);
}
.experience-table-head {
  display: none;
}
.experience-table-body {
  display: grid;
}
.experience-row {
  display: grid;
  grid-template-columns: 68px 68px minmax(0,1fr) 24px;
  gap: 0.7rem;
  align-items: center;
  min-height: 92px;
  border-bottom: 1px solid var(--line);
  padding: 0.65rem;
  transition: background 0.2s ease;
}
.experience-row:last-child { border-bottom: none; }
.experience-row:hover { background: #faf7f0; }
.experience-date-cell {
  display: grid;
  gap: 0.1rem;
  text-align: center;
}
.experience-date-cell small {
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.experience-date-cell strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  line-height: 1;
}
.experience-thumb img {
  width: 68px;
  height: 68px;
  object-fit: cover;
}
.experience-main-cell {
  min-width: 0;
}
.experience-main-cell .eyebrow { font-size: 0.53rem; }
.experience-main-cell h2 {
  overflow: hidden;
  margin: 0.15rem 0 0;
  color: var(--black);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.experience-main-cell p,
.experience-location-cell,
.experience-price-cell { display: none; }
.experience-arrow {
  color: var(--gold);
  font-size: 1.1rem;
}
.experience-filter-empty { border: none; box-shadow: none; }

@media (min-width: 640px) {
  .experience-toolbar { grid-template-columns: minmax(0,1fr) 220px auto; }
  .showcase-pathway-bar { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  .landing-collage {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(8, minmax(0, 1fr));
    gap: 0.65rem;
  }
  .landing-brand-tile { grid-column: 1 / 7; grid-row: 1 / 5; }
  .landing-travel { grid-column: 7 / 10; grid-row: 1 / 4; }
  .landing-golf { grid-column: 10 / 13; grid-row: 1 / 4; }
  .landing-trade { grid-column: 7 / 10; grid-row: 4 / 7; }
  .landing-community { grid-column: 10 / 13; grid-row: 4 / 7; }
  .landing-quote-tile { grid-column: 1 / 7; grid-row: 5 / 9; padding: clamp(1.5rem, 4vw, 3.5rem); }
  .landing-sponsor-tile { grid-column: 7 / 13; grid-row: 7 / 9; }
  .landing-tile-copy,
  .landing-feature-copy { inset: auto 1rem 0.9rem; }
  .landing-tile-copy small,
  .landing-feature-copy small { font-size: 0.64rem; }
  .landing-tile-copy em,
  .landing-feature-copy em { font-size: 0.68rem; }

  .showcase-collage {
    grid-template-columns: repeat(12, minmax(0,1fr));
  }
  .showcase-collage-item { grid-column: span 4; }
  .showcase-collage-item-1 { grid-column: span 8; min-height: 620px; }
  .showcase-quote-card { grid-column: span 4; min-height: 620px; }
  .showcase-collage-item-2,
  .showcase-collage-item-3 { grid-column: span 6; }
  .showcase-path-card { grid-column: span 6; }
  .showcase-collage-item-4,
  .showcase-collage-item-5 { grid-column: span 6; }

  .experience-table-head,
  .experience-row {
    display: grid;
    grid-template-columns: 100px 88px minmax(260px,1fr) minmax(140px,0.5fr) 100px 28px;
    gap: 1rem;
    align-items: center;
  }
  .experience-table-head {
    min-height: 48px;
    border-bottom: 1px solid var(--line);
    padding: 0 1rem;
    background: #f5f0e7;
    color: var(--muted);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .experience-row {
    min-height: 108px;
    padding: 0.75rem 1rem;
  }
  .experience-thumb img { width: 88px; height: 70px; }
  .experience-main-cell h2 { font-size: 1.65rem; }
  .experience-main-cell p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0.25rem 0 0;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .experience-location-cell,
  .experience-price-cell { display: grid; }
  .experience-location-cell strong {
    overflow: hidden;
    font-size: 0.8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .experience-location-cell small,
  .experience-price-cell {
    color: var(--muted);
    font-size: 0.72rem;
  }

  .about-clubhouse-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .home-story-intro {
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.5fr);
    align-items: end;
  }
  .home-story-intro .eyebrow { grid-column: 1 / -1; }
  .home-story-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  }
  .home-story-stage-wrap {
    top: 112px;
    height: calc(100svh - 150px);
    max-height: 760px;
  }
  .home-story-chapter { min-height: 82svh; }
  .home-about-grid { grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr); }
}

@media (max-width: 767px) {
  .home-collage-page .mobile-menu {
    position: fixed;
    top: 84px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 930;
    overflow-y: auto;
  }
  .landing-brand-copy .eyebrow { font-size: 0.5rem; letter-spacing: 0.14em; }
  .landing-feature-copy strong { font-size: 1.05rem; }
  .landing-feature-copy small,
  .landing-feature-copy em { font-size: 0.48rem; }
  .landing-sponsor-head strong { font-size: 1.05rem; }
  .landing-sponsor-marquee { padding-block: 0.55rem; }
  .landing-sponsor-marquee span { font-size: 0.52rem; }
  .home-scroll-cue span { display: none; }
  .home-story-intro h2 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .home-story-stage-wrap {
    top: 84px;
    height: 42svh;
  }
  .home-story-chapter {
    align-content: start;
    min-height: 92svh;
    padding: calc(42svh + 1.5rem) 0 2.5rem;
  }
  .home-story-chapter h3 { font-size: clamp(3.3rem, 16vw, 5rem); }
  .home-story-current { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  .home-about-mark span { font-size: clamp(5.5rem, 29vw, 9rem); }
}

@media (max-height: 700px) {
  .landing-collage-wrap { padding: 0.4rem; }
  .landing-collage { gap: 0.4rem; }
  .landing-brand-copy .eyebrow { display: none; }
  .landing-brand-copy h1 { font-size: clamp(3.2rem, 10vw, 6rem); }
  .landing-actions { margin-top: 0.2rem; }
  .landing-actions a { padding: 0.32rem 0.52rem; }
}

@keyframes sponsorMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

@media (prefers-reduced-motion: reduce) {
  .landing-sponsor-marquee > div {
    animation: none !important;
  }
  .home-scroll-cue i::after { animation: none !important; }
  .home-story-media,
  .home-story-chapter { transition: none !important; }
}

/* 2026 social-first and commerce polish */
.intro-branding {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 0.55rem;
  padding: 2rem;
  color: #e1bd72;
  text-align: center;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  pointer-events: none;
  filter: drop-shadow(0 12px 42px rgba(0,0,0,0.55));
}
.intro-brand-mark {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(8rem, 28vw, 24rem);
  font-weight: 700;
  line-height: 0.66;
  letter-spacing: -0.11em;
}
.intro-brand-expansion,
.intro-brand-tagline {
  text-transform: uppercase;
}
.intro-brand-expansion {
  color: #f3e2bd;
  font-size: clamp(0.7rem, 1.6vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.36em;
}
.intro-brand-tagline {
  color: #cda557;
  font-size: clamp(0.6rem, 1.2vw, 0.9rem);
  letter-spacing: 0.3em;
}
.site-loader.is-branding .intro-branding {
  animation: introBrandReveal 1.25s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.lottie-intro { z-index: 1; }
.intro-skip { z-index: 5; }

.site-header {
  z-index: 900;
  isolation: isolate;
}
.header-row { position: relative; z-index: 920; }
.menu-button {
  position: relative;
  z-index: 940;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.mobile-menu {
  z-index: 930;
  pointer-events: auto;
}
.mobile-menu:not([hidden]) { display: block !important; }
.home-collage-page main { position: relative; z-index: 1; }
.home-collage-page .site-header { z-index: 900; }

/* Social-first All Links landing page */
.social-landing-page {
  background: #080a08;
  color: white;
}
.social-landing-page .site-header { display: none; }
.social-landing-page main { min-height: 100svh; }
.social-hub {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: max(1rem, env(safe-area-inset-top)) 1rem max(2rem, env(safe-area-inset-bottom));
  background:
    radial-gradient(circle at 12% 8%, rgba(176, 138, 71, 0.22), transparent 27%),
    radial-gradient(circle at 92% 70%, rgba(32, 72, 53, 0.55), transparent 34%),
    linear-gradient(160deg, #101210 0%, #070807 64%, #11100d 100%);
}
.social-hub::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}
.social-hub-glow {
  position: absolute;
  border: 1px solid rgba(208, 170, 94, 0.18);
  border-radius: 50%;
  pointer-events: none;
}
.social-hub-glow-one {
  width: 430px;
  height: 430px;
  top: -230px;
  right: -160px;
}
.social-hub-glow-two {
  width: 330px;
  height: 330px;
  bottom: 8%;
  left: -210px;
}
.social-hub-shell {
  position: relative;
  z-index: 2;
  width: min(100%, 820px);
  margin: 0 auto;
}
.social-hub-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}
.social-brand {
  display: grid;
  gap: 0.15rem;
}
.social-brand-mark {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: #e1bd72;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 0.72;
  letter-spacing: -0.1em;
}
.social-brand-expansion {
  color: rgba(255,255,255,0.72);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.social-enter-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  padding: 0.65rem 0.85rem;
  color: rgba(255,255,255,0.82);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.social-intro {
  padding-block: clamp(2.4rem, 7vw, 5.5rem) clamp(1.8rem, 4vw, 3rem);
}
.social-status {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(225, 189, 114, 0.26);
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  color: #e1bd72;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.social-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #64b985;
  box-shadow: 0 0 14px rgba(100,185,133,0.7);
}
.social-intro h1 {
  margin: 1.2rem 0 0.9rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4rem, 14vw, 8.8rem);
  font-weight: 600;
  line-height: 0.75;
  letter-spacing: -0.075em;
}
.social-intro h1 em {
  color: #d0a95c;
  font-style: normal;
}
.social-intro p {
  max-width: 660px;
  margin: 0;
  color: rgba(255,255,255,0.66);
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  line-height: 1.75;
}
.social-action-grid {
  display: grid;
  gap: 0.7rem;
}
.social-action-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
  min-height: 92px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.055);
  padding: 1rem;
  backdrop-filter: blur(12px);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}
.social-action-card:hover {
  transform: translateY(-3px);
  border-color: rgba(225,189,114,0.48);
  background: rgba(255,255,255,0.08);
}
.social-action-primary {
  border-color: rgba(225,189,114,0.34);
  background: linear-gradient(135deg, rgba(176,138,71,0.22), rgba(255,255,255,0.055));
}
.social-action-number {
  color: #d3ad65;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.55rem;
}
.social-action-card small,
.social-feature small {
  display: block;
  color: rgba(255,255,255,0.5);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.social-action-card strong {
  display: block;
  margin-top: 0.2rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.7rem;
  line-height: 0.9;
}
.social-action-card b {
  color: #d3ad65;
  font-weight: 400;
}
.social-feature-grid {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.7rem;
}
.social-feature {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.055);
}
.social-feature-story img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.social-feature-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 10%, rgba(5,6,5,0.9));
}
.social-feature-copy {
  position: absolute;
  inset: auto 1rem 1rem;
  z-index: 1;
  display: grid;
  gap: 0.3rem;
}
.social-feature-copy strong,
.social-feature-event strong,
.social-feature-product strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.8rem;
  line-height: 0.95;
}
.social-feature-copy em,
.social-feature-event em,
.social-feature-product em {
  color: #d8b46d;
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.social-feature-event {
  display: grid;
  align-content: end;
  gap: 0.35rem;
  padding: 1rem;
  background: linear-gradient(145deg, rgba(32,72,53,0.95), rgba(10,13,10,0.92));
}
.social-feature-date {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #d8b46d;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.social-feature-event p {
  margin: 0;
  color: rgba(255,255,255,0.58);
  font-size: 0.8rem;
}
.social-feature-product {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 150px;
  padding: 0.8rem;
}
.social-feature-product img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  background: #ede6da;
}
.social-feature-product span {
  display: grid;
  gap: 0.35rem;
}
.social-links-panel {
  margin-top: 0.7rem;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.045);
  padding: 0.8rem;
}
.social-links-heading {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0.3rem 0.8rem;
  color: rgba(255,255,255,0.72);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.social-links-heading small { color: rgba(255,255,255,0.38); }
.social-links-list { display: grid; gap: 0.45rem; }
.social-link-row {
  display: grid;
  grid-template-columns: 38px minmax(0,1fr) auto;
  align-items: center;
  gap: 0.75rem;
  min-height: 62px;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(0,0,0,0.18);
  padding: 0.7rem 0.85rem;
  transition: 0.2s ease;
}
.social-link-row:hover {
  transform: translateX(3px);
  border-color: rgba(225,189,114,0.38);
}
.social-link-row.is-highlighted {
  background: linear-gradient(135deg, #c9a159, #9f7432);
  color: #12110f;
  border-color: transparent;
}
.social-link-index {
  color: #d3ad65;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
}
.social-link-row.is-highlighted .social-link-index { color: #12110f; }
.social-link-row strong {
  overflow: hidden;
  font-size: 0.82rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.social-link-arrow { color: #d3ad65; }
.social-link-row.is-highlighted .social-link-arrow { color: #12110f; }
.social-hub-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 0.2rem 0;
  color: rgba(255,255,255,0.38);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.social-hub-footer a { color: #d3ad65; }

/* Editorial TGT storefront */
.shop-editorial-page {
  background: #f6f1e8;
}
.shop-hero {
  padding-block: clamp(3rem, 8vw, 6rem);
}
.shop-hero-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}
.shop-hero-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
}
.shop-hero-copy h1 {
  max-width: 700px;
  margin: 0;
  color: var(--black);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 600;
  line-height: 0.78;
  letter-spacing: -0.075em;
}
.shop-hero-copy h1 em {
  color: var(--gold);
  font-style: normal;
}
.shop-hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}
.shop-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.shop-standard-row {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.6rem;
}
.shop-standard-row span {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.shop-standard-row strong {
  color: var(--gold);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem;
}
.shop-feature-product {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
  box-shadow: 0 30px 90px rgba(15,15,16,0.12);
}
.shop-feature-product img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.65s ease;
}
.shop-feature-product:hover img { transform: scale(1.035); }
.shop-feature-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  border: 1px solid rgba(255,255,255,0.32);
  border-radius: 999px;
  padding: 0.55rem 0.75rem;
  background: rgba(15,15,16,0.7);
  color: white;
  backdrop-filter: blur(12px);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.shop-feature-info {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem;
}
.shop-feature-info span { display: grid; gap: 0.2rem; }
.shop-feature-info small,
.shop-product-copy small {
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.shop-feature-info strong,
.shop-product-copy strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.7rem;
  line-height: 1;
}
.shop-feature-info em,
.shop-product-copy em {
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
  white-space: nowrap;
}
.shop-category-band {
  border-block: 1px solid var(--line);
  background: var(--black);
  color: white;
  overflow: hidden;
}
.shop-category-row {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.shop-category-row::-webkit-scrollbar { display: none; }
.shop-category-row span {
  flex: 0 0 auto;
  border-right: 1px solid rgba(255,255,255,0.1);
  padding: 1rem 1.5rem;
  color: rgba(255,255,255,0.72);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.shop-product-grid {
  display: grid;
  gap: 1.2rem;
}
.shop-product-card {
  display: block;
  border: 1px solid var(--line);
  background: white;
  box-shadow: var(--shadow);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.shop-product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 80px rgba(15,15,16,0.13);
}
.shop-product-media {
  position: relative;
  overflow: hidden;
}
.shop-product-media img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  transition: transform 0.65s ease;
}
.shop-product-card:hover img { transform: scale(1.04); }
.shop-product-view {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  border-radius: 999px;
  padding: 0.55rem 0.75rem;
  background: rgba(15,15,16,0.78);
  color: white;
  backdrop-filter: blur(10px);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.shop-product-copy {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem;
}
.shop-product-copy span { display: grid; gap: 0.2rem; }
.shop-story-panel {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  border: 1px solid rgba(176,138,71,0.28);
  padding: clamp(1.5rem, 5vw, 3.5rem);
  background:
    radial-gradient(circle at 12% 50%, rgba(176,138,71,0.12), transparent 26%),
    white;
  box-shadow: var(--shadow);
}
.shop-story-mark {
  color: rgba(15,15,16,0.08);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(5rem, 12vw, 9rem);
  font-weight: 700;
  line-height: 0.6;
  letter-spacing: -0.12em;
}
.shop-story-panel h2 {
  margin: 0.35rem 0 0.7rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 0.9;
}
.shop-story-panel p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}
.shop-product-shell { padding-block: 2rem 6rem; }
.shop-breadcrumb {
  display: flex;
  gap: 0.55rem;
  margin-bottom: 1.2rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.shop-breadcrumb a { color: var(--gold); }
.shop-product-layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}
.shop-detail-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: white;
  box-shadow: var(--shadow);
}
.shop-detail-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.shop-detail-watermark {
  position: absolute;
  right: -0.04em;
  bottom: -0.2em;
  color: rgba(15,15,16,0.055);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(7rem, 20vw, 14rem);
  font-weight: 700;
  line-height: 0.7;
  letter-spacing: -0.12em;
  pointer-events: none;
}
.shop-detail-panel {
  padding: clamp(1rem, 3vw, 2rem) 0;
}
.shop-detail-panel h1 {
  margin: 0.55rem 0 1rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3.7rem, 8vw, 7rem);
  font-weight: 600;
  line-height: 0.82;
  letter-spacing: -0.065em;
}
.shop-detail-notes {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.4rem;
  border-top: 1px solid var(--line);
  padding-top: 1.2rem;
}
.shop-detail-notes span {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.7rem;
}
.shop-detail-notes strong { font-size: 0.78rem; }
.shop-detail-notes small { color: var(--muted); text-align: right; }

@keyframes introBrandReveal {
  0% { opacity: 0; clip-path: inset(0 100% 0 0); transform: translateY(12px); }
  40% { opacity: 0.92; }
  100% { opacity: 1; clip-path: inset(0 0 0 0); transform: none; }
}

@media (min-width: 640px) {
  .social-action-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .social-feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .social-feature-story { grid-row: span 2; min-height: 430px; }
  .social-feature-product { grid-column: 2; }
  .shop-standard-row { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .shop-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (min-width: 900px) {
  .shop-hero-grid { grid-template-columns: minmax(0,1.05fr) minmax(360px,0.8fr); }
  .shop-product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .shop-story-panel { grid-template-columns: auto minmax(0,1fr) auto; }
  .shop-product-layout { grid-template-columns: minmax(0,1.02fr) minmax(360px,0.78fr); gap: clamp(2rem, 6vw, 6rem); }
  .shop-detail-panel { position: sticky; top: 110px; }
}

@media (max-width: 767px) {
  .mobile-menu {
    position: fixed;
    top: 84px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 930;
    overflow-y: auto;
    background: rgba(255,253,248,0.99);
  }
  .mobile-menu nav { min-height: calc(100svh - 84px); align-content: start; }
  body.mobile-menu-open { overflow: hidden; }
  .intro-brand-mark { font-size: clamp(7rem, 40vw, 12rem); }
  .intro-brand-expansion { letter-spacing: 0.22em; }
  .social-hub { padding-inline: 0.75rem; }
  .social-intro h1 { font-size: clamp(4rem, 22vw, 6.5rem); }
  .social-feature-product { grid-template-columns: 98px 1fr; }
  .social-feature-product img { width: 98px; height: 98px; }
  .social-hub-footer { flex-direction: column; }
  .shop-hero-actions .button { width: 100%; }
  .shop-feature-info,
  .shop-product-copy { align-items: start; flex-direction: column; }
}

/* =========================================================
   FAIRWAY HUB REDESIGN
   Scoped to the four individual Fairway pages.
   ========================================================= */
.fairway-hub {
  --fairway-accent: var(--gold);
  --fairway-deep: var(--black);
  overflow: hidden;
}
.fairway-travel { --fairway-accent: #a47c37; --fairway-deep: #203d35; }
.fairway-golf { --fairway-accent: #d0aa5e; --fairway-deep: #173d2a; }
.fairway-trade { --fairway-accent: #d2aa61; --fairway-deep: #0c1512; }
.fairway-community { --fairway-accent: #b48b49; --fairway-deep: #28201d; }

.fairway-hero {
  position: relative;
  padding-block: clamp(4.5rem, 9vw, 8rem);
}
.fairway-hero-grid,
.golf-hero-grid,
.trade-hero-grid,
.community-hero-layout {
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.fairway-hero-copy {
  display: grid;
  gap: 1.15rem;
  align-content: center;
}
.fairway-number {
  margin: 0;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.fairway-hero-copy h1 {
  max-width: 920px;
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3.4rem, 7.5vw, 7.2rem);
  line-height: .92;
  letter-spacing: -.055em;
  color: var(--black);
}
.fairway-lead {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.9;
}
.fairway-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: .35rem;
}
.fairway-hero-visual {
  position: relative;
  min-width: 0;
}
.fairway-hero-visual > img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.fairway-soft-section {
  border-block: 1px solid var(--line);
  background: rgba(255,255,255,.54);
}
.fairway-dark-section {
  background: #101411;
  color: white;
}
.light-heading h2 { color: white; }
.light-heading > p { color: rgba(255,255,255,.62); }
.fairway-final-cta { padding-top: clamp(2.5rem, 5vw, 4rem); }

/* Travel */
.fairway-travel .fairway-hero {
  background:
    radial-gradient(circle at 85% 15%, rgba(176,138,71,.14), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #f4eee4 100%);
}
.travel-stamp {
  position: absolute;
  right: clamp(.8rem, 4vw, 2rem);
  bottom: clamp(.8rem, 4vw, 2rem);
  display: grid;
  min-width: min(280px, calc(100% - 1.6rem));
  gap: .3rem;
  padding: 1.15rem 1.3rem;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(18,38,32,.85);
  color: white;
  backdrop-filter: blur(14px);
}
.travel-stamp span,
.travel-stamp small {
  font-size: .65rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.travel-stamp strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.2rem;
  line-height: 1;
}
.travel-stamp small { color: #e2c68d; }
.fairway-utility-strip {
  border-block: 1px solid rgba(255,255,255,.08);
  background: #1d382f;
  color: white;
}
.fairway-utility-grid {
  display: grid;
}
.fairway-utility-grid article {
  display: grid;
  gap: .35rem;
  padding: 1.5rem 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.fairway-utility-grid article > span {
  color: #d9b66e;
  font-size: .68rem;
  letter-spacing: .18em;
}
.fairway-utility-grid strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.8rem;
}
.fairway-utility-grid p {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: .88rem;
  line-height: 1.6;
}
.travel-planner-grid {
  display: grid;
  gap: 1.2rem;
}
.travel-feature-card,
.itinerary-card {
  border: 1px solid var(--line);
  background: white;
  box-shadow: var(--shadow);
}
.travel-feature-card {
  display: grid;
  overflow: hidden;
}
.travel-feature-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}
.travel-feature-copy {
  display: grid;
  align-content: center;
  gap: .9rem;
  padding: clamp(1.5rem, 4vw, 2.6rem);
}
.travel-feature-copy h3,
.itinerary-head strong {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.travel-feature-copy h3 { font-size: clamp(2.5rem, 5vw, 4.6rem); line-height: .96; }
.travel-feature-copy p { margin: 0; color: var(--muted); line-height: 1.8; }
.itinerary-card { padding: clamp(1.4rem, 4vw, 2.3rem); }
.itinerary-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--line);
}
.itinerary-head strong { font-size: 1.6rem; }
.itinerary-list { list-style: none; margin: 0; padding: 0; }
.itinerary-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
}
.itinerary-list li:last-child { border-bottom: 0; }
.itinerary-list li > span {
  color: var(--gold);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
}
.itinerary-list strong { font-size: 1rem; }
.itinerary-list p { margin: .35rem 0 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.fairway-service-grid {
  display: grid;
  gap: 1rem;
}
.fairway-service-card {
  min-height: 250px;
  display: grid;
  align-content: end;
  gap: .6rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  background: white;
  box-shadow: 0 18px 50px rgba(15,15,16,.05);
}
.fairway-service-card > span { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .18em; }
.fairway-service-card h3 { margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2.15rem; line-height: 1; }
.fairway-service-card p { margin: 0; color: var(--muted); line-height: 1.7; }

/* Shared live feed */
.fairway-feed-grid {
  display: grid;
  gap: 1rem;
}
.fairway-feed-item {
  display: grid;
  align-content: start;
  gap: .65rem;
  min-height: 220px;
  padding: 1.35rem;
  border: 1px solid var(--line);
  background: white;
  box-shadow: 0 16px 45px rgba(15,15,16,.055);
  transition: transform .22s ease, border-color .22s ease;
}
.fairway-feed-item:hover { transform: translateY(-4px); border-color: rgba(176,138,71,.45); }
.fairway-feed-item .feed-type {
  color: var(--gold);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.fairway-feed-item strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.8rem;
  line-height: 1;
}
.fairway-feed-item p { margin: 0; color: var(--muted); line-height: 1.65; }
.fairway-feed-item > span:last-child { margin-top: auto; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.fairway-feed-dark .fairway-feed-item { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.045); box-shadow: none; color: white; }
.fairway-feed-dark .fairway-feed-item p { color: rgba(255,255,255,.62); }

/* Golf */
.golf-hero {
  color: white;
  background:
    radial-gradient(circle at 80% 20%, rgba(208,170,94,.15), transparent 28%),
    linear-gradient(135deg, #153823 0%, #0d2118 100%);
}
.golf-hero .fairway-number,
.golf-hero .fairway-lead { color: rgba(255,255,255,.68); }
.golf-hero .fairway-hero-copy h1 { color: white; }
.golf-hero .button-ghost { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.05); color: white; }
.golf-score-panel {
  position: relative;
  min-height: 520px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border: 1px solid rgba(255,255,255,.18);
  background:
    linear-gradient(rgba(10,28,19,.42), rgba(10,28,19,.84)),
    url('../images/golf.svg') center/cover;
  box-shadow: 0 28px 80px rgba(0,0,0,.24);
}
.golf-score-top,
.golf-score-stats {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.golf-score-top span { font-size: .68rem; letter-spacing: .2em; }
.golf-score-top strong { color: #ddbd7d; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2.5rem; }
.golf-score-main { align-self: center; }
.golf-score-main small { color: #ddbd7d; letter-spacing: .16em; text-transform: uppercase; }
.golf-score-main > strong { display: block; margin-top: .8rem; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(3rem, 7vw, 5.8rem); line-height: .78; }
.golf-score-main p { color: rgba(255,255,255,.68); }
.golf-score-stats { padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.18); }
.golf-score-stats span { display: grid; gap: .25rem; font-size: .75rem; }
.golf-score-stats small { color: #ddbd7d; letter-spacing: .12em; }
.golf-command-section { background: #f4f0e7; border-bottom: 1px solid var(--line); }
.golf-command-grid { display: grid; }
.golf-command-card {
  display: grid;
  gap: .6rem;
  padding: clamp(1.5rem, 4vw, 2.3rem);
  border-bottom: 1px solid var(--line);
  transition: background .2s ease;
}
.golf-command-card:hover { background: white; }
.golf-command-card > span { color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .18em; }
.golf-command-card h2 { margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2rem; line-height: 1; }
.golf-command-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.golf-command-card > strong { color: var(--green); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.golf-clubhouse-layout { display: grid; gap: 1.2rem; }
.golf-next-card {
  min-height: 440px;
  display: grid;
  align-content: end;
  gap: .9rem;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  color: white;
  background: linear-gradient(180deg, rgba(10,26,18,.1), rgba(10,26,18,.92)), url('../images/golf.svg') center/cover;
}
.golf-next-card h3 { margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: .95; }
.golf-next-card p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.7; }
.golf-next-card .button { justify-self: start; background: white; color: var(--black); }
.golf-resource-list { border: 1px solid var(--line); background: white; }
.golf-resource-list article { display: grid; grid-template-columns: 46px 1fr; gap: 1rem; padding: 1.3rem; border-bottom: 1px solid var(--line); }
.golf-resource-list article:last-child { border-bottom: 0; }
.golf-resource-list article > span { color: var(--gold); font-size: .72rem; letter-spacing: .14em; }
.golf-resource-list h3 { margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.8rem; }
.golf-resource-list p { margin: .35rem 0 0; color: var(--muted); line-height: 1.65; }

/* Trade */
.trade-terminal-hero {
  padding-block: clamp(4.5rem, 9vw, 8rem);
  background:
    linear-gradient(rgba(7,12,10,.96), rgba(7,12,10,.96)),
    repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(210,170,97,.06) 80px),
    repeating-linear-gradient(0deg, transparent 0, transparent 79px, rgba(210,170,97,.05) 80px);
  color: white;
}
.trade-terminal-hero .fairway-number,
.trade-terminal-hero .fairway-lead { color: rgba(255,255,255,.62); }
.trade-terminal-hero .fairway-hero-copy h1 { color: white; }
.trade-button-outline { border-color: rgba(210,170,97,.5); color: #e4c88f; background: transparent; }
.trade-market-card {
  min-height: 500px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: clamp(1.3rem, 4vw, 2.3rem);
  border: 1px solid rgba(210,170,97,.28);
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  box-shadow: 0 30px 100px rgba(0,0,0,.34);
}
.trade-market-head { display: flex; justify-content: space-between; gap: 1rem; color: #d8b66e; font-size: .67rem; letter-spacing: .17em; }
.trade-market-head small { color: rgba(255,255,255,.45); }
.trade-market-focus { align-self: center; }
.trade-market-focus > span { color: #d8b66e; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }
.trade-market-focus strong { display: block; margin: .7rem 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .88; }
.trade-market-focus p { max-width: 520px; color: rgba(255,255,255,.62); line-height: 1.75; }
.trade-ticker { display: flex; gap: 1.4rem; overflow: hidden; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12); white-space: nowrap; color: #d8b66e; font-size: .67rem; letter-spacing: .13em; }
.trade-principles { border-bottom: 1px solid rgba(255,255,255,.08); background: #101914; color: white; }
.trade-principle-grid { display: grid; }
.trade-principle-grid article { padding: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.09); }
.trade-principle-grid article > span { color: #d8b66e; font-size: .7rem; letter-spacing: .15em; }
.trade-principle-grid h3 { margin: .6rem 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2rem; }
.trade-principle-grid p { margin: 0; color: rgba(255,255,255,.58); line-height: 1.65; }
.trade-track-grid { display: grid; gap: 1rem; }
.trade-track-card { min-height: 350px; display: grid; align-content: start; gap: .8rem; padding: 1.5rem; border: 1px solid var(--line); background: white; }
.trade-track-level { color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .17em; }
.trade-track-card h3 { margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2.35rem; line-height: 1; }
.trade-track-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.trade-track-card ul { display: grid; gap: .55rem; margin: auto 0 0; padding: 1rem 0 0 1rem; border-top: 1px solid var(--line); color: #4f4a44; font-size: .9rem; }
.trade-brief-section { padding-block: clamp(4rem, 8vw, 7rem); background: #efe8db; }
.trade-brief-layout { display: grid; gap: 2rem; }
.trade-brief-copy h2 { margin: .7rem 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(3rem, 6vw, 5.4rem); line-height: .9; }
.trade-brief-copy p { color: var(--muted); line-height: 1.8; }
.trade-brief-tags { display: flex; flex-wrap: wrap; gap: .55rem; }
.trade-brief-tags span { padding: .45rem .75rem; border: 1px solid rgba(23,22,23,.13); border-radius: 999px; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.trade-brief-list { border: 1px solid var(--line); background: white; }
.trade-brief-list article { display: grid; grid-template-columns: 50px 1fr; gap: 1rem; padding: 1.2rem; border-bottom: 1px solid var(--line); }
.trade-brief-list article:last-child { border-bottom: 0; }
.trade-brief-list article > span { color: var(--gold); font-weight: 800; font-size: .7rem; letter-spacing: .12em; }
.trade-brief-list strong { font-size: 1rem; }
.trade-brief-list p { margin: .3rem 0 0; color: var(--muted); font-size: .9rem; }
.trade-disclaimer { margin: 1.6rem 0 0; color: rgba(255,255,255,.43); font-size: .78rem; line-height: 1.7; }

/* Community */
.community-hero {
  padding-block: clamp(4.5rem, 9vw, 8rem);
  background: linear-gradient(145deg, #fffdf8 0%, #eee5da 100%);
}
.community-network-visual {
  position: relative;
  min-height: 520px;
  border: 1px solid var(--line);
  background: radial-gradient(circle, #fff 0%, #f4ede4 62%, #e7dccf 100%);
  overflow: hidden;
}
.community-network-visual svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.community-network-visual line,
.community-network-visual circle { stroke: rgba(176,138,71,.3); stroke-width: 1; fill: none; }
.network-center,
.network-node {
  position: absolute;
  z-index: 2;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(176,138,71,.3);
  border-radius: 50%;
  background: rgba(255,253,248,.92);
  box-shadow: 0 18px 50px rgba(15,15,16,.08);
}
.network-center { left: 50%; top: 50%; width: 150px; height: 150px; transform: translate(-50%,-50%); background: #1d2f27; color: white; }
.network-center span { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 3.2rem; line-height: .8; }
.network-center small { color: #d7b675; letter-spacing: .12em; text-transform: uppercase; }
.network-node { width: 120px; height: 120px; padding: .7rem; }
.network-node strong { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.4rem; line-height: 1; }
.network-node small { margin-top: .35rem; color: var(--muted); font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; }
.node-one { left: 8%; top: 8%; }
.node-two { right: 7%; top: 10%; }
.node-three { left: 6%; bottom: 8%; }
.node-four { right: 6%; bottom: 8%; }
.community-pulse-section { background: #22201f; color: white; }
.community-pulse-grid { display: grid; }
.community-pulse-card { display: grid; gap: .55rem; padding: 1.6rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.pulse-label { color: #d7b675; font-size: .67rem; font-weight: 800; letter-spacing: .16em; }
.community-pulse-card strong { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2rem; }
.community-pulse-card p { margin: 0; color: rgba(255,255,255,.6); line-height: 1.65; }
.community-pulse-card a { color: #d7b675; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.community-board-layout { display: grid; gap: 1.2rem; }
.opportunity-board,
.community-chapter-card { border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.board-head { display: grid; gap: .35rem; padding: 1.35rem; border-bottom: 1px solid var(--line); }
.board-head strong { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2rem; }
.opportunity-board article { display: grid; gap: .8rem; padding: 1.3rem; border-bottom: 1px solid var(--line); }
.opportunity-board article:last-child { border-bottom: 0; }
.opportunity-board article > span { color: var(--gold); font-size: .66rem; font-weight: 800; letter-spacing: .15em; }
.opportunity-board h3 { margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.8rem; }
.opportunity-board p { margin: .35rem 0 0; color: var(--muted); line-height: 1.6; }
.opportunity-board a { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.community-chapter-card { display: grid; align-content: start; gap: .9rem; padding: clamp(1.5rem, 4vw, 2.4rem); background: #f1e9de; }
.community-chapter-card h3 { margin: 0; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 3rem; line-height: .92; }
.community-chapter-card p { margin: 0; color: var(--muted); line-height: 1.75; }
.community-chapter-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; padding: 0; list-style: none; }
.community-chapter-card li { padding: .65rem 0; border-bottom: 1px solid rgba(23,22,23,.12); font-weight: 700; }
.community-chapter-card .button { justify-self: start; }
.community-path-section { padding-block: clamp(4rem, 8vw, 7rem); background: #eee5da; }
.community-flow { display: grid; gap: 1px; margin: 0; padding: 0; list-style: none; background: rgba(23,22,23,.1); border: 1px solid rgba(23,22,23,.1); }
.community-flow li { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; padding: 1.35rem; background: #fffdf8; }
.community-flow li > span { color: var(--gold); font-size: .72rem; letter-spacing: .14em; }
.community-flow strong { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2rem; }
.community-flow p { margin: .35rem 0 0; color: var(--muted); line-height: 1.65; }

@media (min-width: 640px) {
  .fairway-utility-grid,
  .golf-command-grid,
  .trade-principle-grid,
  .community-pulse-grid { grid-template-columns: repeat(2, 1fr); }
  .fairway-utility-grid article:nth-child(odd),
  .golf-command-card:nth-child(odd),
  .trade-principle-grid article:nth-child(odd),
  .community-pulse-card:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.1); }
  .fairway-service-grid,
  .trade-track-grid { grid-template-columns: repeat(2, 1fr); }
  .fairway-feed-grid { grid-template-columns: repeat(2, 1fr); }
  .opportunity-board article { grid-template-columns: 105px 1fr auto; align-items: center; }
}

@media (min-width: 768px) {
  .fairway-hero-grid,
  .golf-hero-grid,
  .trade-hero-grid,
  .community-hero-layout { grid-template-columns: minmax(0,1fr) minmax(340px,.9fr); }
  .travel-feature-card { grid-template-columns: 1.05fr .95fr; }
  .travel-planner-grid { grid-template-columns: 1.25fr .75fr; }
  .golf-clubhouse-layout { grid-template-columns: .85fr 1.15fr; }
  .trade-brief-layout { grid-template-columns: 1fr 1fr; align-items: center; }
  .community-board-layout { grid-template-columns: 1.3fr .7fr; }
  .community-flow { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .fairway-utility-grid,
  .golf-command-grid,
  .trade-principle-grid { grid-template-columns: repeat(4, 1fr); }
  .fairway-utility-grid article,
  .golf-command-card,
  .trade-principle-grid article { border-bottom: 0; border-right: 1px solid rgba(255,255,255,.1); }
  .fairway-utility-grid article:last-child,
  .golf-command-card:last-child,
  .trade-principle-grid article:last-child { border-right: 0; }
  .fairway-service-grid,
  .trade-track-grid { grid-template-columns: repeat(4, 1fr); }
  .fairway-feed-grid { grid-template-columns: repeat(3, 1fr); }
  .community-pulse-grid { grid-template-columns: repeat(3, 1fr); }
  .community-pulse-card { border-bottom: 0; border-right: 1px solid rgba(255,255,255,.1); }
  .community-pulse-card:last-child { border-right: 0; }
  .community-flow { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 767px) {
  .fairway-hero { padding-top: 3.5rem; }
  .fairway-hero-copy h1 { font-size: clamp(3.1rem, 15vw, 5.2rem); }
  .fairway-actions .button { width: 100%; }
  .fairway-hero-visual > img,
  .golf-score-panel,
  .trade-market-card,
  .community-network-visual { min-height: 410px; }
  .travel-stamp { left: .8rem; right: .8rem; min-width: 0; }
  .itinerary-head { align-items: flex-start; flex-direction: column; }
  .golf-score-stats { display: grid; grid-template-columns: 1fr 1fr; }
  .golf-score-stats span:last-child { grid-column: 1 / -1; }
  .trade-market-head { flex-direction: column; }
  .network-node { width: 92px; height: 92px; }
  .network-node strong { font-size: 1.05rem; }
  .network-node small { font-size: .52rem; }
  .network-center { width: 125px; height: 125px; }
  .node-one { left: 3%; top: 6%; }
  .node-two { right: 3%; top: 8%; }
  .node-three { left: 2%; bottom: 7%; }
  .node-four { right: 2%; bottom: 7%; }
}

/* =========================================================
   TGT PATHWAY SHOWCASE + CONNECT CENTER UPDATE
   ========================================================= */

/* Smoother Lottie-to-site handoff. */
.lottie-intro {
  transition: opacity 0.75s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1), filter 0.75s ease;
}
.site-loader.is-preparing-handoff .lottie-intro {
  filter: brightness(0.92) saturate(0.92);
}
.site-loader.is-handoff {
  background: rgba(5, 5, 5, 0.18);
  backdrop-filter: blur(3px);
  transition: opacity 0.78s ease, visibility 0.78s ease, background 0.78s ease, backdrop-filter 0.78s ease;
}
.site-loader.is-handoff .lottie-intro {
  opacity: 0;
  transform: scale(1.055);
  filter: blur(5px);
}
.site-loader.is-handoff .intro-branding {
  opacity: 0.22;
  transform: translateY(-3vh) scale(0.94);
  clip-path: inset(0 0 0 0);
  transition: opacity 0.72s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-loader.is-handoff .intro-skip {
  opacity: 0;
  pointer-events: none;
}
html.intro-handoff .site-header,
html.intro-handoff main,
html.intro-handoff .site-footer {
  animation: siteEntry 1.05s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* Showcase shell and animated pathway tabs. */
.showcase-tabs-page {
  background: #f5f0e7;
}
.showcase-tabs-shell {
  min-height: 100svh;
  overflow: clip;
}
.showcase-tabs-intro {
  display: grid;
  gap: 1.5rem;
  align-items: end;
  padding-block: clamp(4.5rem, 10vw, 8rem) clamp(2.5rem, 5vw, 4rem);
}
.showcase-tabs-intro h1 {
  margin: 0.55rem 0 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4.2rem, 11vw, 9.5rem);
  line-height: 0.76;
  letter-spacing: -0.078em;
}
.showcase-tabs-intro h1 em {
  color: var(--gold);
  font-style: normal;
}
.showcase-tabs-intro > p {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}
.showcase-tab-dock {
  position: sticky;
  top: 84px;
  z-index: 82;
  border-block: 1px solid rgba(23,22,23,0.1);
  background: rgba(255,253,248,0.86);
  backdrop-filter: blur(18px);
}
.showcase-tab-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.showcase-tab-button {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.75rem;
  min-height: 86px;
  border: 0;
  border-right: 1px solid rgba(23,22,23,0.09);
  background: transparent;
  padding: 1rem clamp(0.75rem, 3vw, 1.6rem);
  color: var(--muted);
  text-align: left;
  cursor: pointer;
  transition: color 0.3s ease, background 0.3s ease;
}
.showcase-tab-button:first-child {
  border-left: 1px solid rgba(23,22,23,0.09);
}
.showcase-tab-button span {
  color: var(--gold);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.45rem;
}
.showcase-tab-button strong {
  font-size: clamp(0.82rem, 1.5vw, 1rem);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.showcase-tab-button i {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.showcase-tab-button:hover,
.showcase-tab-button.is-active {
  color: var(--ink);
  background: rgba(176,138,71,0.055);
}
.showcase-tab-button.is-active i {
  transform: scaleX(1);
}
.showcase-panel-stage {
  display: grid;
  isolation: isolate;
}
.showcase-pathway-panel {
  position: relative;
  grid-area: 1 / 1;
  overflow: clip;
  min-width: 0;
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition: opacity 0.5s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}
.showcase-pathway-panel[hidden] {
  display: none;
}
.showcase-pathway-panel.is-preparing {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(8px);
}
.showcase-pathway-panel.is-entering {
  animation: pathwayPanelIn 0.56s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.showcase-pathway-panel.is-leaving {
  opacity: 0;
  transform: translateY(-18px) scale(0.992);
  filter: blur(7px);
  pointer-events: none;
}
.pathway-ambient {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  opacity: 0.35;
  pointer-events: none;
}
.pathway-ambient-one {
  top: 4%;
  right: -12%;
  width: 520px;
  height: 520px;
}
.pathway-ambient-two {
  bottom: 12%;
  left: -15%;
  width: 440px;
  height: 440px;
}
.showcase-pathway-travel {
  background:
    radial-gradient(circle at 88% 8%, rgba(176,138,71,0.14), transparent 28%),
    linear-gradient(180deg, #fbf7ef, #eee7da 68%, #f8f4ec);
}
.showcase-pathway-travel .pathway-ambient-one { background: rgba(179,139,72,0.32); }
.showcase-pathway-travel .pathway-ambient-two { background: rgba(55,103,86,0.19); }
.showcase-pathway-golf {
  color: #f8f1e4;
  background:
    linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px),
    radial-gradient(circle at 80% 12%, rgba(201,160,80,0.2), transparent 28%),
    #123a29;
  background-size: 90px 90px, 90px 90px, auto, auto;
}
.showcase-pathway-golf .pathway-ambient-one { background: rgba(202,165,87,0.22); }
.showcase-pathway-golf .pathway-ambient-two { background: rgba(255,255,255,0.08); }
.showcase-pathway-trade {
  color: #f5eddf;
  background:
    linear-gradient(rgba(206,168,93,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(206,168,93,0.045) 1px, transparent 1px),
    radial-gradient(circle at 82% 6%, rgba(176,138,71,0.17), transparent 26%),
    #09100d;
  background-size: 54px 54px, 54px 54px, auto, auto;
}
.showcase-pathway-trade .pathway-ambient-one { background: rgba(176,138,71,0.21); }
.showcase-pathway-trade .pathway-ambient-two { background: rgba(49,104,79,0.17); }
.pathway-heading {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  align-items: end;
  padding-block: clamp(4rem, 9vw, 7.5rem) clamp(2.5rem, 5vw, 4rem);
}
.pathway-heading-number {
  color: rgba(176,138,71,0.32);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(6rem, 15vw, 12rem);
  line-height: 0.55;
  letter-spacing: -0.09em;
}
.pathway-heading-copy h2 {
  margin: 0.6rem 0 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4rem, 9vw, 8rem);
  line-height: 0.78;
  letter-spacing: -0.07em;
}
.pathway-heading-copy > strong {
  display: block;
  margin-top: 1.2rem;
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.pathway-heading-copy > p {
  max-width: 620px;
  margin: 1rem 0 0;
  color: var(--muted);
  line-height: 1.85;
}
.showcase-pathway-golf .pathway-heading-copy > p,
.showcase-pathway-trade .pathway-heading-copy > p {
  color: rgba(255,255,255,0.66);
}
.pathway-heading blockquote {
  max-width: 390px;
  margin: 0;
  border-left: 1px solid var(--gold);
  padding-left: 1.2rem;
  color: var(--muted);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.45rem, 2.7vw, 2.25rem);
  line-height: 1.12;
}
.showcase-pathway-golf .pathway-heading blockquote,
.showcase-pathway-trade .pathway-heading blockquote {
  color: rgba(255,255,255,0.72);
}
.pathway-collage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 74px;
  gap: clamp(0.65rem, 1.2vw, 1rem);
  padding-bottom: clamp(5rem, 10vw, 9rem);
}
.pathway-media-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 0;
  padding: 0;
  background: #141414;
  color: white;
  text-align: left;
  box-shadow: 0 24px 70px rgba(12,14,12,0.15);
  cursor: pointer;
  isolation: isolate;
  transition: transform 0.55s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s ease, filter 0.35s ease;
}
.pathway-media-card:hover {
  z-index: 8;
  transform: translateY(-7px) scale(1.012);
  box-shadow: 0 34px 90px rgba(12,14,12,0.23);
}
.pathway-media-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.22,1,0.36,1), filter 0.5s ease;
}
.pathway-media-card:hover img {
  transform: scale(1.06);
}
.pathway-card-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(5,5,5,0.02), rgba(5,5,5,0.86));
}
.pathway-card-index {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  color: rgba(255,255,255,0.72);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
}
.pathway-card-copy {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  display: grid;
  gap: 0.35rem;
}
.pathway-card-copy small {
  color: #e3bd72;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.pathway-card-copy strong {
  max-width: 600px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  line-height: 0.95;
}
.pathway-card-copy em {
  color: rgba(255,255,255,0.7);
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pathway-media-card-1 { grid-column: 1 / span 7; grid-row: 1 / span 7; }
.pathway-media-card-2 { grid-column: 8 / span 5; grid-row: 2 / span 4; transform: translateY(18px); }
.pathway-media-card-3 { grid-column: 7 / span 5; grid-row: 6 / span 5; transform: translateX(28px); }
.pathway-media-card-live-1 { grid-column: 1 / span 4; grid-row: 8 / span 4; transform: translateY(-12px); }
.pathway-media-card-live-2 { grid-column: 4 / span 4; grid-row: 10 / span 4; }
.pathway-media-card-live-3 { grid-column: 8 / span 5; grid-row: 11 / span 4; transform: translateY(-22px); }
.pathway-media-card-live-4 { grid-column: 1 / span 5; grid-row: 14 / span 4; }
.pathway-media-card-live-5 { grid-column: 6 / span 7; grid-row: 15 / span 5; }
.pathway-collage-quote {
  position: relative;
  z-index: 5;
  grid-column: 2 / span 5;
  grid-row: 18 / span 4;
  display: grid;
  align-content: center;
  gap: 0.8rem;
  border: 1px solid rgba(176,138,71,0.28);
  background: rgba(255,253,248,0.88);
  padding: clamp(1.3rem, 3vw, 2.2rem);
  box-shadow: 0 24px 60px rgba(15,15,16,0.08);
  backdrop-filter: blur(16px);
}
.showcase-pathway-golf .pathway-collage-quote,
.showcase-pathway-trade .pathway-collage-quote {
  border-color: rgba(225,189,114,0.24);
  background: rgba(8,14,10,0.78);
  color: white;
}
.pathway-collage-quote > span {
  color: var(--gold);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.pathway-collage-quote p {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.7rem, 3.4vw, 3rem);
  line-height: 1;
}
.pathway-collage-quote a {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.pathway-collage-golf .pathway-media-card {
  border-radius: 999px 999px 26px 26px;
}
.pathway-collage-golf .pathway-media-card-2,
.pathway-collage-golf .pathway-media-card-live-2,
.pathway-collage-golf .pathway-media-card-live-4 {
  border-radius: 26px 26px 999px 999px;
}
.pathway-collage-trade .pathway-media-card {
  border: 1px solid rgba(210,170,97,0.18);
  box-shadow: 0 24px 75px rgba(0,0,0,0.28);
}
.pathway-collage-trade .pathway-media-card img {
  filter: saturate(0.72) contrast(1.08);
}
.pathway-information {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 2rem;
  align-items: end;
  border-top: 1px solid rgba(23,22,23,0.13);
  padding-block: clamp(3.5rem, 8vw, 6rem);
}
.showcase-pathway-golf .pathway-information,
.showcase-pathway-trade .pathway-information {
  border-color: rgba(255,255,255,0.13);
}
.pathway-information-lead h3 {
  margin: 0.65rem 0 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.pathway-information-lead p {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.9;
}
.showcase-pathway-golf .pathway-information-lead p,
.showcase-pathway-trade .pathway-information-lead p {
  color: rgba(255,255,255,0.63);
}
.pathway-information-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1px;
  background: rgba(176,138,71,0.22);
  border: 1px solid rgba(176,138,71,0.22);
}
.pathway-information-grid article {
  display: grid;
  gap: 0.25rem;
  background: rgba(255,253,248,0.88);
  padding: 1rem;
}
.showcase-pathway-golf .pathway-information-grid article,
.showcase-pathway-trade .pathway-information-grid article {
  background: rgba(8,14,10,0.88);
}
.pathway-information-grid strong {
  color: var(--gold);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.4rem;
  line-height: 1;
}
.pathway-information-grid span {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.showcase-pathway-golf .pathway-information-grid span,
.showcase-pathway-trade .pathway-information-grid span {
  color: rgba(255,255,255,0.52);
}
.pathway-information-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.showcase-pathway-golf .button-ghost,
.showcase-pathway-trade .button-ghost {
  border-color: rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.055);
  color: white;
}

/* Native dialog for image expansion. */
.showcase-detail-dialog {
  width: min(1080px, calc(100% - 1.5rem));
  max-width: none;
  max-height: min(86svh, 820px);
  border: 1px solid rgba(176,138,71,0.35);
  border-radius: 0;
  padding: 0;
  overflow: hidden;
  background: #fffaf1;
  color: var(--ink);
  box-shadow: 0 40px 120px rgba(0,0,0,0.35);
  opacity: 0;
  transform: translateY(28px) scale(0.96);
  transition: opacity 0.28s ease, transform 0.42s cubic-bezier(0.22,1,0.36,1);
}
.showcase-detail-dialog[open] {
  display: grid;
  grid-template-columns: minmax(0,1.12fr) minmax(320px,0.88fr);
}
.showcase-detail-dialog.is-open {
  opacity: 1;
  transform: none;
}
.showcase-detail-dialog::backdrop {
  background: rgba(5,7,5,0.78);
  backdrop-filter: blur(9px);
}
.showcase-dialog-media {
  min-height: 580px;
  background: #111;
}
.showcase-dialog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showcase-dialog-copy {
  display: grid;
  align-content: center;
  gap: 1rem;
  padding: clamp(1.5rem, 4vw, 3.5rem);
}
.showcase-dialog-copy h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  line-height: 0.82;
  letter-spacing: -0.06em;
}
.showcase-dialog-copy p {
  color: var(--muted);
  line-height: 1.85;
}
.showcase-dialog-copy .button {
  justify-self: start;
}
.showcase-dialog-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,0.32);
  border-radius: 50%;
  background: rgba(0,0,0,0.42);
  color: white;
  font-size: 1.7rem;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

/* Social profile destinations on All Links. */
.social-profile-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  gap: 0.55rem;
  margin-bottom: 0.7rem;
}
.social-profile-pill {
  display: grid;
  grid-template-columns: 34px minmax(0,1fr) auto;
  align-items: center;
  gap: 0.65rem;
  min-height: 58px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
  padding: 0.65rem 0.75rem;
  color: white;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}
.social-profile-pill:hover {
  transform: translateY(-3px);
  border-color: rgba(225,189,114,0.44);
  background: rgba(225,189,114,0.08);
}
.social-profile-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(225,189,114,0.12);
  color: #e1bd72;
}
.social-profile-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.social-profile-pill strong {
  overflow: hidden;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.social-profile-pill small {
  color: #d3ad65;
}

/* One adaptive, editorial inquiry center. */
.connect-center-page {
  background: #f4efe6;
}
.connect-center {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  padding-block: clamp(4rem, 9vw, 7rem);
}
.connect-center-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}
.connect-center-glow-one {
  top: -160px;
  right: -180px;
  width: 480px;
  height: 480px;
  background: rgba(176,138,71,0.17);
}
.connect-center-glow-two {
  bottom: 10%;
  left: -240px;
  width: 520px;
  height: 520px;
  background: rgba(32,72,53,0.12);
}
.connect-center-shell {
  position: relative;
  z-index: 1;
}
.connect-center-header {
  display: grid;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: clamp(2rem, 6vw, 4rem);
}
.connect-center-header h1 {
  margin: 0.6rem 0 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4rem, 10vw, 8.4rem);
  line-height: 0.78;
  letter-spacing: -0.075em;
}
.connect-center-header h1 em {
  color: var(--gold);
  font-style: normal;
}
.connect-center-header > p {
  max-width: 590px;
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}
.inquiry-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0.6rem;
  margin-bottom: clamp(2rem, 6vw, 4rem);
}
.inquiry-type-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0,1fr);
  gap: 0.25rem 0.8rem;
  align-items: center;
  min-height: 100px;
  border: 1px solid rgba(23,22,23,0.11);
  background: rgba(255,253,248,0.74);
  padding: 1rem;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
.inquiry-type-card:hover {
  transform: translateY(-3px);
  border-color: rgba(176,138,71,0.35);
}
.inquiry-type-card.is-active {
  border-color: rgba(176,138,71,0.48);
  background: linear-gradient(135deg, #fffdf8, #eee3d0);
  box-shadow: 0 20px 55px rgba(15,15,16,0.08);
}
.inquiry-type-card > span {
  grid-row: span 2;
  color: var(--gold);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.75rem;
}
.inquiry-type-card strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.45rem;
  line-height: 0.95;
}
.inquiry-type-card small {
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.connect-form-layout {
  display: grid;
  gap: 1.2rem;
  align-items: start;
}
.connect-form-summary {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: end;
  min-height: 400px;
  background:
    radial-gradient(circle at 80% 10%, rgba(211,173,101,0.2), transparent 26%),
    linear-gradient(145deg, #153b2a, #09110d);
  padding: clamp(1.5rem, 4vw, 2.7rem);
  color: white;
}
.connect-form-summary::before {
  content: '';
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(225,189,114,0.14);
  border-radius: 50%;
  transform: translate(38%, -38%);
}
.connect-summary-index {
  position: absolute;
  top: 1.2rem;
  right: 1.4rem;
  color: rgba(225,189,114,0.4);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(5rem, 12vw, 9rem);
  line-height: 0.8;
}
.connect-form-summary h2 {
  position: relative;
  margin: 0.55rem 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 0.8;
  letter-spacing: -0.055em;
}
.connect-form-summary > p:not(.eyebrow) {
  position: relative;
  color: rgba(255,255,255,0.64);
  line-height: 1.8;
}
.connect-summary-route {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.4rem;
  color: rgba(255,255,255,0.48);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.connect-summary-route i {
  flex: 1;
  height: 1px;
  background: rgba(225,189,114,0.28);
}
.connect-form {
  border: 1px solid rgba(23,22,23,0.1);
  background: rgba(255,253,248,0.95);
  box-shadow: 0 26px 80px rgba(15,15,16,0.08);
}
.connect-form-section {
  padding: clamp(1.3rem, 4vw, 2.4rem);
  border-bottom: 1px solid rgba(23,22,23,0.09);
  animation: connectSectionIn 0.4s cubic-bezier(0.22,1,0.36,1) both;
}
.connect-form-section[hidden] {
  display: none;
}
.connect-form-section-heading {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.3rem;
}
.connect-form-section-heading > span {
  color: var(--gold);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem;
}
.connect-form-section-heading small {
  display: block;
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.connect-form-section-heading strong {
  display: block;
  margin-top: 0.15rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
}
.connect-form-grid {
  display: grid;
  gap: 0.8rem;
}
.connect-field {
  display: grid;
  gap: 0.5rem;
}
.connect-field > span {
  color: #58514a;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.connect-field input,
.connect-field select,
.connect-field textarea {
  width: 100%;
  border: 1px solid rgba(23,22,23,0.13);
  border-radius: 0;
  background: #fff;
  padding: 0.95rem 1rem;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.connect-field input:focus,
.connect-field select:focus,
.connect-field textarea:focus {
  border-color: rgba(176,138,71,0.7);
  background: #fffdf8;
  box-shadow: 0 0 0 4px rgba(176,138,71,0.08);
}
.connect-field textarea {
  min-height: 170px;
  resize: vertical;
}
.interest-chip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0.55rem;
}
.interest-chip {
  position: relative;
  cursor: pointer;
}
.interest-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.interest-chip span {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(23,22,23,0.12);
  background: white;
  padding: 0.7rem;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.interest-chip input:checked + span {
  border-color: rgba(176,138,71,0.55);
  background: #163c2b;
  color: white;
}
.connect-form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1.3rem, 4vw, 2.3rem);
  background: #f1e9dc;
}
.connect-form-submit small {
  color: var(--gold);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.connect-form-submit p {
  max-width: 520px;
  margin: 0.3rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

@keyframes pathwayPanelIn {
  from { opacity: 0; transform: translateY(28px); filter: blur(9px); }
  to { opacity: 1; transform: none; filter: none; }
}
@keyframes connectSectionIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

@media (min-width: 760px) {
  .showcase-tabs-intro,
  .connect-center-header {
    grid-template-columns: minmax(0,1.1fr) minmax(320px,0.9fr);
  }
  .pathway-heading {
    grid-template-columns: auto minmax(0,1fr) minmax(280px,0.55fr);
  }
  .pathway-information {
    grid-template-columns: minmax(0,1.15fr) minmax(320px,0.85fr);
  }
  .pathway-information-actions {
    grid-column: 1 / -1;
  }
  .inquiry-type-grid {
    grid-template-columns: repeat(4, minmax(0,1fr));
  }
  .connect-form-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .connect-field-wide {
    grid-column: 1 / -1;
  }
  .interest-chip-grid {
    grid-template-columns: repeat(4, minmax(0,1fr));
  }
  .interest-chip-grid-compact {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
}

@media (min-width: 980px) {
  .connect-form-layout {
    grid-template-columns: minmax(310px,0.68fr) minmax(0,1.32fr);
  }
  .connect-form-summary {
    position: sticky;
    top: 116px;
    min-height: 610px;
  }
}

@media (max-width: 759px) {
  .showcase-tab-dock { top: 84px; }
  .showcase-tab-button {
    min-height: 68px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.05rem;
    padding: 0.65rem 0.3rem;
    text-align: center;
  }
  .showcase-tab-button span { font-size: 1.05rem; }
  .showcase-tab-button strong { font-size: 0.68rem; letter-spacing: 0.1em; }
  .pathway-heading-number { display: none; }
  .pathway-heading-copy h2 { font-size: clamp(4rem, 19vw, 6.4rem); }
  .pathway-heading blockquote { margin-top: 0.5rem; }
  .pathway-collage {
    grid-template-columns: repeat(2, minmax(0,1fr));
    grid-auto-rows: 150px;
    gap: 0.6rem;
  }
  .pathway-media-card,
  .pathway-media-card-1,
  .pathway-media-card-2,
  .pathway-media-card-3,
  .pathway-media-card-live-1,
  .pathway-media-card-live-2,
  .pathway-media-card-live-3,
  .pathway-media-card-live-4,
  .pathway-media-card-live-5 {
    grid-column: auto;
    grid-row: span 2;
    transform: none;
  }
  .pathway-media-card-1,
  .pathway-media-card-live-3 {
    grid-column: 1 / -1;
    grid-row: span 3;
  }
  .pathway-collage-quote {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 260px;
  }
  .pathway-card-copy strong { font-size: 1.4rem; }
  .pathway-information-grid { grid-template-columns: 1fr; }
  .showcase-detail-dialog[open] {
    grid-template-columns: 1fr;
    overflow-y: auto;
  }
  .showcase-dialog-media { min-height: 300px; }
  .showcase-dialog-copy { min-height: 330px; }
  .inquiry-type-grid { grid-template-columns: 1fr; }
  .inquiry-type-card { min-height: 82px; }
  .connect-form-summary { min-height: 380px; }
  .connect-form-submit {
    align-items: stretch;
    flex-direction: column;
  }
  .connect-form-submit .button { width: 100%; }
  .social-profile-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  .showcase-pathway-panel,
  .pathway-media-card,
  .pathway-media-card img,
  .showcase-detail-dialog,
  .connect-form-section {
    animation: none !important;
    transition: none !important;
  }
}

/* ========================================================================
   TGT SHOWCASE — CINEMATIC STORY VIEWER
   Replaces the previous masonry/collage treatment with a single dominant
   editorial image and a smooth horizontal story selector.
   ======================================================================== */
.showcase-cinema-page {
  background: #f4efe5;
}
.showcase-cinema-shell {
  min-height: 100svh;
  overflow: clip;
}
.showcase-cinema-intro {
  display: grid;
  gap: 1.8rem;
  align-items: end;
  padding-block: clamp(4.2rem, 9vw, 7.4rem) clamp(2.4rem, 5vw, 3.8rem);
}
.showcase-cinema-intro h1 {
  margin: 0.55rem 0 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4.2rem, 11vw, 9.3rem);
  line-height: 0.78;
  letter-spacing: -0.078em;
}
.showcase-cinema-intro h1 em {
  color: var(--gold);
  font-style: normal;
}
.showcase-cinema-intro > p {
  max-width: 590px;
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}
.showcase-cinema-tabs {
  position: sticky;
  top: 84px;
  z-index: 88;
  border-block: 1px solid rgba(23, 22, 23, 0.1);
  background: rgba(255, 253, 248, 0.9);
  backdrop-filter: blur(20px);
}
.showcase-cinema-tab-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.showcase-cinema-tab {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 0.9rem;
  min-height: 92px;
  border: 0;
  border-inline-start: 1px solid rgba(23, 22, 23, 0.08);
  background: transparent;
  padding: 1rem clamp(0.8rem, 2vw, 1.5rem);
  color: #777168;
  text-align: left;
  cursor: pointer;
  transition: color 0.3s ease, background 0.3s ease;
}
.showcase-cinema-tab:last-child {
  border-inline-end: 1px solid rgba(23, 22, 23, 0.08);
}
.showcase-cinema-tab::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}
.showcase-cinema-tab > span {
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--gold);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.6rem;
}
.showcase-cinema-tab strong {
  align-self: end;
  font-size: 0.87rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.showcase-cinema-tab small {
  overflow: hidden;
  align-self: start;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.showcase-cinema-tab:hover,
.showcase-cinema-tab.is-active {
  color: var(--ink);
  background: rgba(176, 138, 71, 0.055);
}
.showcase-cinema-tab.is-active::after {
  transform: scaleX(1);
}
.showcase-cinema-stage {
  display: grid;
  isolation: isolate;
}
.cinema-pathway {
  position: relative;
  grid-area: 1 / 1;
  min-width: 0;
  overflow: clip;
  opacity: 1;
  transform: translateY(0);
  filter: none;
  transition: opacity 0.52s ease, transform 0.58s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}
.cinema-pathway[hidden] {
  display: none;
}
.cinema-pathway.is-preparing {
  opacity: 0;
  transform: translateY(22px);
  filter: blur(8px);
}
.cinema-pathway.is-entering {
  animation: cinemaPathwayIn 0.62s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.cinema-pathway.is-leaving {
  opacity: 0;
  transform: translateY(-18px) scale(0.994);
  filter: blur(7px);
  pointer-events: none;
}
.cinema-pathway-travel {
  background:
    radial-gradient(circle at 92% 7%, rgba(176, 138, 71, 0.13), transparent 26%),
    linear-gradient(180deg, #fbf7ef 0%, #eee6d7 68%, #faf7f0 100%);
}
.cinema-pathway-golf {
  color: #f7efe2;
  background:
    radial-gradient(circle at 84% 6%, rgba(201, 165, 87, 0.19), transparent 27%),
    linear-gradient(180deg, #173c2a 0%, #0f2b1e 72%, #0a1c14 100%);
}
.cinema-pathway-trade {
  color: #f5eddf;
  background:
    linear-gradient(rgba(211, 176, 105, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(211, 176, 105, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 82% 4%, rgba(176, 138, 71, 0.15), transparent 28%),
    #08100d;
  background-size: 58px 58px, 58px 58px, auto, auto;
}
.cinema-pathway-heading {
  display: grid;
  gap: 1.5rem;
  align-items: end;
  padding-block: clamp(3.8rem, 8vw, 6.4rem) clamp(2rem, 4vw, 3rem);
}
.cinema-pathway-heading h2 {
  margin: 0.55rem 0 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4rem, 9vw, 7.8rem);
  line-height: 0.77;
  letter-spacing: -0.07em;
}
.cinema-pathway-intro strong {
  display: block;
  color: var(--gold);
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.cinema-pathway-intro p {
  max-width: 620px;
  margin: 1rem 0 0;
  color: var(--muted);
  line-height: 1.85;
}
.cinema-pathway-golf .cinema-pathway-intro p,
.cinema-pathway-trade .cinema-pathway-intro p {
  color: rgba(255, 255, 255, 0.67);
}
.cinema-viewer {
  position: relative;
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
}
.cinema-feature {
  position: relative;
  min-height: clamp(620px, 76svh, 900px);
  overflow: hidden;
  background: #111;
  box-shadow: 0 35px 110px rgba(7, 10, 8, 0.25);
  isolation: isolate;
}
.cinema-feature-media,
.cinema-feature-media img,
.cinema-feature-vignette {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.cinema-feature-media img {
  object-fit: cover;
  transform: scale(1.002);
  transition: opacity 0.36s ease, transform 1.15s cubic-bezier(0.22, 1, 0.36, 1), filter 0.38s ease;
}
.cinema-feature-vignette {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 7, 6, 0.83) 0%, rgba(5, 7, 6, 0.32) 48%, rgba(5, 7, 6, 0.02) 77%),
    linear-gradient(0deg, rgba(5, 7, 6, 0.65) 0%, transparent 48%);
}
.cinema-pathway-travel .cinema-feature-vignette {
  background:
    linear-gradient(90deg, rgba(18, 17, 14, 0.76) 0%, rgba(18, 17, 14, 0.2) 52%, rgba(18, 17, 14, 0.02) 78%),
    linear-gradient(0deg, rgba(16, 14, 11, 0.48), transparent 48%);
}
.cinema-feature-copy {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: clamp(1.3rem, 5vw, 5.2rem);
  width: min(560px, calc(100% - 2.6rem));
  color: white;
  transform: translateY(-42%);
  transition: opacity 0.28s ease, transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s ease;
}
.cinema-feature-copy h3 {
  margin: 0.75rem 0 1rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  line-height: 0.82;
  letter-spacing: -0.06em;
}
.cinema-feature-copy p {
  max-width: 540px;
  margin: 0 0 1.4rem;
  color: rgba(255, 255, 255, 0.77);
  line-height: 1.82;
}
.cinema-feature-number {
  position: absolute;
  right: clamp(1.25rem, 3vw, 2.4rem);
  bottom: clamp(1.25rem, 3vw, 2.4rem);
  z-index: 4;
  color: rgba(255, 255, 255, 0.74);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.8;
}
.cinema-feature.is-changing .cinema-feature-media img {
  opacity: 0;
  transform: scale(1.045);
  filter: blur(9px);
}
.cinema-feature.is-changing .cinema-feature-copy {
  opacity: 0;
  transform: translateY(-38%) translateX(-18px);
  filter: blur(6px);
}
.travel-coordinate-mark {
  position: absolute;
  z-index: 3;
  top: 2rem;
  right: 2rem;
  width: 116px;
  height: 116px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
}
.travel-coordinate-mark span:first-child,
.travel-coordinate-mark span:nth-child(2) {
  position: absolute;
  background: rgba(255, 255, 255, 0.45);
}
.travel-coordinate-mark span:first-child {
  top: 50%;
  left: -18px;
  width: 152px;
  height: 1px;
}
.travel-coordinate-mark span:nth-child(2) {
  top: -18px;
  left: 50%;
  width: 1px;
  height: 152px;
}
.travel-coordinate-mark i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 25px rgba(176, 138, 71, 0.9);
  transform: translate(-50%, -50%);
}
.golf-course-mark {
  position: absolute;
  z-index: 3;
  top: 2rem;
  right: 2rem;
  display: grid;
  width: 104px;
  min-height: 126px;
  align-content: center;
  justify-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(10, 35, 23, 0.38);
  color: white;
  backdrop-filter: blur(12px);
}
.golf-course-mark span {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}
.golf-course-mark strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3.6rem;
  line-height: 0.85;
}
.golf-course-mark i {
  width: 34px;
  height: 1px;
  margin-top: 0.8rem;
  background: var(--gold);
}
.trade-ticker-mark {
  position: absolute;
  z-index: 3;
  top: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(230, 193, 117, 0.3);
  background: rgba(4, 10, 8, 0.62);
  padding: 0.85rem 1rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  backdrop-filter: blur(13px);
}
.trade-ticker-mark i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(176, 138, 71, 0.8);
}
.cinema-story-rail-wrap {
  position: relative;
  z-index: 7;
  width: calc(100% - clamp(1.5rem, 7vw, 6rem));
  margin: clamp(0.85rem, 2vw, 1.4rem) 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(13, 15, 13, 0.82);
  padding: 1rem 0 1rem 1rem;
  color: white;
  box-shadow: 0 28px 70px rgba(4, 7, 5, 0.27);
  backdrop-filter: blur(18px);
}
.cinema-story-rail-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1rem 0.8rem 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.cinema-story-rail-heading small {
  color: #d9b66e;
}
.cinema-story-rail {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding-right: 1rem;
  padding-bottom: 0.15rem;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(217, 182, 110, 0.5) transparent;
  scrollbar-width: thin;
}
.cinema-story-card {
  position: relative;
  flex: 0 0 clamp(180px, 21vw, 265px);
  min-height: 154px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #161616;
  color: white;
  text-align: left;
  cursor: pointer;
  scroll-snap-align: start;
  transition: flex-basis 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}
.cinema-story-card:hover {
  transform: translateY(-3px);
  border-color: rgba(224, 187, 112, 0.64);
}
.cinema-story-card.is-active {
  flex-basis: clamp(245px, 29vw, 360px);
  border-color: #d7b46c;
}
.cinema-story-card img,
.cinema-story-card-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.cinema-story-card img {
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.35s ease;
}
.cinema-story-card:hover img,
.cinema-story-card.is-active img {
  transform: scale(1.055);
}
.cinema-story-card:not(.is-active) img {
  filter: saturate(0.72) brightness(0.8);
}
.cinema-story-card-shade {
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.02), rgba(5, 5, 5, 0.86));
}
.cinema-story-card-copy {
  position: absolute;
  z-index: 2;
  right: 0.85rem;
  bottom: 0.75rem;
  left: 0.85rem;
  display: grid;
  gap: 0.3rem;
}
.cinema-story-card-copy small {
  color: #e1bd73;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.cinema-story-card-copy strong {
  display: -webkit-box;
  overflow: hidden;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  line-height: 0.96;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cinema-pathway-utility {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(5rem, 10vw, 9rem);
}
.cinema-pathway-statement {
  display: grid;
  gap: 1rem;
}
.cinema-pathway-statement h3 {
  max-width: 940px;
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.6rem, 5.7vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.cinema-pathway-statement p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
}
.cinema-pathway-golf .cinema-pathway-statement p,
.cinema-pathway-trade .cinema-pathway-statement p {
  color: rgba(255, 255, 255, 0.67);
}
.cinema-pathway-capabilities {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid rgba(176, 138, 71, 0.24);
}
.cinema-pathway-capabilities article {
  min-height: 235px;
  border-inline-start: 1px solid rgba(176, 138, 71, 0.19);
  padding: clamp(1.3rem, 3vw, 2.2rem);
}
.cinema-pathway-capabilities article:last-child {
  border-inline-end: 1px solid rgba(176, 138, 71, 0.19);
}
.cinema-pathway-capabilities span {
  color: var(--gold);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem;
}
.cinema-pathway-capabilities strong {
  display: block;
  margin-top: 2.8rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.5rem;
  line-height: 0.9;
}
.cinema-pathway-capabilities p {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}
.cinema-pathway-golf .cinema-pathway-capabilities p,
.cinema-pathway-trade .cinema-pathway-capabilities p {
  color: rgba(255, 255, 255, 0.62);
}
.cinema-pathway-footer {
  display: grid;
  gap: 1.5rem;
  align-items: end;
  border-top: 1px solid rgba(176, 138, 71, 0.24);
  padding-top: 2rem;
}
.cinema-pathway-footer blockquote {
  max-width: 720px;
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.9rem, 3.5vw, 3.3rem);
  line-height: 1.08;
}
.cinema-pathway-footer > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.25rem;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cinema-pathway-golf .cinema-pathway-footer > div,
.cinema-pathway-trade .cinema-pathway-footer > div {
  color: rgba(255, 255, 255, 0.6);
}
.cinema-pathway-footer .button {
  justify-self: start;
}

@keyframes cinemaPathwayIn {
  from { opacity: 0; transform: translateY(26px); filter: blur(8px); }
  to { opacity: 1; transform: none; filter: none; }
}

@media (min-width: 780px) {
  .showcase-cinema-intro,
  .cinema-pathway-heading {
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  }
  .cinema-pathway-footer {
    grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.6fr) auto;
  }
}

@media (max-width: 900px) {
  .cinema-pathway-capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cinema-pathway-capabilities article:nth-child(3) {
    border-top: 1px solid rgba(176, 138, 71, 0.19);
  }
  .cinema-pathway-capabilities article:nth-child(4) {
    border-top: 1px solid rgba(176, 138, 71, 0.19);
  }
}

@media (max-width: 759px) {
  .showcase-cinema-tabs {
    top: 84px;
  }
  .showcase-cinema-tab {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: center;
    min-height: 70px;
    gap: 0;
    padding: 0.65rem 0.25rem;
    text-align: center;
  }
  .showcase-cinema-tab > span {
    display: none;
  }
  .showcase-cinema-tab strong {
    font-size: 0.7rem;
    letter-spacing: 0.11em;
  }
  .showcase-cinema-tab small {
    max-width: 100%;
    font-size: 0.55rem;
  }
  .cinema-pathway-heading h2 {
    font-size: clamp(4rem, 19vw, 6.3rem);
  }
  .cinema-feature {
    min-height: 76svh;
  }
  .cinema-feature-vignette,
  .cinema-pathway-travel .cinema-feature-vignette {
    background:
      linear-gradient(0deg, rgba(5, 7, 6, 0.93) 0%, rgba(5, 7, 6, 0.56) 48%, rgba(5, 7, 6, 0.04) 80%),
      linear-gradient(90deg, rgba(5, 7, 6, 0.16), transparent);
  }
  .cinema-feature-copy {
    top: auto;
    right: 1.2rem;
    bottom: 4.5rem;
    left: 1.2rem;
    width: auto;
    transform: none;
  }
  .cinema-feature-copy h3 {
    font-size: clamp(3rem, 15vw, 5rem);
  }
  .cinema-feature-copy p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .cinema-feature.is-changing .cinema-feature-copy {
    transform: translateY(14px);
  }
  .cinema-feature-number {
    right: 1rem;
    bottom: 1rem;
    font-size: 3.5rem;
  }
  .travel-coordinate-mark,
  .golf-course-mark,
  .trade-ticker-mark {
    top: 1rem;
    right: 1rem;
    transform: scale(0.78);
    transform-origin: top right;
  }
  .cinema-story-rail-wrap {
    width: 100%;
    margin-top: 0.85rem;
    padding-top: 0.85rem;
  }
  .cinema-story-card {
    flex-basis: 170px;
    min-height: 138px;
  }
  .cinema-story-card.is-active {
    flex-basis: 230px;
  }
  .cinema-pathway-capabilities {
    grid-template-columns: 1fr;
  }
  .cinema-pathway-capabilities article,
  .cinema-pathway-capabilities article:nth-child(2),
  .cinema-pathway-capabilities article:nth-child(3),
  .cinema-pathway-capabilities article:nth-child(4) {
    min-height: auto;
    border-top: 1px solid rgba(176, 138, 71, 0.19);
    border-inline-end: 1px solid rgba(176, 138, 71, 0.19);
    padding: 1.4rem;
  }
  .cinema-pathway-capabilities article:first-child {
    border-top: 0;
  }
  .cinema-pathway-capabilities strong {
    margin-top: 1rem;
  }
  .cinema-pathway-footer .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cinema-pathway,
  .cinema-feature-media img,
  .cinema-feature-copy,
  .cinema-story-card,
  .cinema-story-card img {
    animation: none !important;
    transition: none !important;
  }
}

/* =========================================================
   LIVE EVENT MAP
   ========================================================= */
.live-experience-section {
  display: grid;
  gap: 1.5rem;
  margin-bottom: clamp(3rem, 6vw, 5rem);
  padding: clamp(1rem, 2.4vw, 1.5rem);
  border: 1px solid rgba(23,22,23,0.12);
  background: #111411;
  color: white;
  box-shadow: 0 28px 90px rgba(15,15,16,0.17);
}
.live-experience-copy {
  display: grid;
  align-content: center;
  gap: 0.85rem;
  padding: clamp(0.7rem, 2vw, 1.5rem);
}
.live-experience-copy h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.94;
}
.live-experience-copy > p:not(.eyebrow) {
  margin: 0;
  color: rgba(255,255,255,0.68);
  line-height: 1.8;
}
.live-now-pill {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(216,178,103,0.35);
  border-radius: 999px;
  padding: 0.5rem 0.7rem;
  color: #e5c17d;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.live-now-pill i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e5c17d;
  box-shadow: 0 0 0 0 rgba(229,193,125,0.55);
  animation: liveMapPulse 1.7s infinite;
}
.live-experience-list {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.5rem;
}
.live-experience-list a {
  display: grid;
  gap: 0.15rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 0.7rem;
}
.live-experience-list strong { color: white; font-size: 0.88rem; }
.live-experience-list span { color: rgba(255,255,255,0.55); font-size: 0.74rem; }
.live-experience-map-wrap {
  min-width: 0;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
}
.live-experience-map {
  width: 100%;
  height: 100%;
  min-height: 430px;
  background: #d8d2c7;
}
.live-experience-map .leaflet-control-attribution { font-size: 9px; }
.tgt-live-map-marker {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid white;
  border-radius: 50% 50% 50% 6px;
  background: #b08a47;
  transform: rotate(-45deg);
  box-shadow: 0 8px 22px rgba(0,0,0,0.32);
}
.tgt-live-map-marker::after {
  content: 'T';
  position: absolute;
  inset: 4px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #111411;
  color: white;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  transform: rotate(45deg);
}
.tgt-live-popup .leaflet-popup-content-wrapper,
.tgt-live-popup .leaflet-popup-tip { background: #111411; color: white; }
.tgt-live-popup .leaflet-popup-content { min-width: 190px; margin: 0.9rem 1rem; }
.tgt-live-popup strong {
  display: block;
  margin-bottom: 0.25rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
}
.tgt-live-popup span {
  display: block;
  color: rgba(255,255,255,0.62);
  font-size: 0.75rem;
  line-height: 1.5;
}
.tgt-live-popup a {
  display: inline-block;
  margin-top: 0.65rem;
  color: #e5c17d;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@keyframes liveMapPulse {
  70% { box-shadow: 0 0 0 10px rgba(229,193,125,0); }
  100% { box-shadow: 0 0 0 0 rgba(229,193,125,0); }
}
@media (min-width: 980px) {
  .live-experience-section {
    grid-template-columns: minmax(290px, 0.72fr) minmax(0, 1.28fr);
  }
}
@media (max-width: 680px) {
  .live-experience-section { width: calc(100% - 1rem); }
  .live-experience-map-wrap,
  .live-experience-map { min-height: 350px; }
}
@media (prefers-reduced-motion: reduce) {
  .live-now-pill i { animation: none !important; }
}

/* TGT real-brand asset pass */
.brand-lockup {
  display: grid;
  grid-template-columns: auto minmax(0, max-content);
  grid-template-rows: auto auto;
  column-gap: 0.55rem;
  align-items: center;
}
.brand-emblem {
  grid-row: 1 / span 2;
  grid-column: 1;
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin: 0;
}
.brand-mark { grid-column: 2; }
.brand-sub { grid-column: 2; }
.connect-form { position: relative; }
.landing-brand-mark-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.65rem, 1.7vw, 1.05rem);
  margin: -0.1rem auto 0;
}
.landing-brand-mark-row h1 {
  margin: 0;
}
.landing-logo-badge {
  flex: 0 0 auto;
  width: clamp(70px, 8vw, 112px);
  filter: drop-shadow(0 16px 28px rgba(0,0,0,0.16));
}
.landing-image-tile video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.newsletter-consent {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.62);
  color: var(--muted);
  line-height: 1.55;
}
.newsletter-consent input {
  margin-top: 0.25rem;
  accent-color: var(--gold);
}
.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
@media (max-width: 767px) {
  .brand-emblem { width: 34px; height: 34px; }
  .landing-logo-badge { width: clamp(56px, 18vw, 82px); }
}


/* Secure admin and connected directory pass */
.landing-brand-tile .landing-brand-copy {
  justify-items: start;
  text-align: left;
}
.landing-brand-mark-row {
  margin-left: 0;
  justify-content: flex-start;
}
.secure-login-card {
  max-width: 720px;
}
.secure-login-copy,
.admin-lede {
  margin-top: 0.85rem;
  color: var(--muted);
  line-height: 1.7;
}
.secure-login-steps {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.25rem;
  color: rgba(255,255,255,0.68);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.admin-command-center {
  display: grid;
  gap: 1.25rem;
}
.admin-hero-row {
  align-items: center;
}
.admin-user-badge {
  display: grid;
  gap: 0.55rem;
  justify-items: end;
  border: 1px solid var(--line);
  background: white;
  padding: 1rem;
  box-shadow: var(--shadow);
}
.admin-user-badge span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.admin-priority-grid {
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
}
.admin-stat-priority {
  display: grid;
  gap: 0.35rem;
}
.admin-stat-priority small {
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.admin-workflow-grid,
.admin-editor-layout {
  display: grid;
  gap: 1.25rem;
}
.admin-flow-card {
  margin-top: 0;
  display: grid;
  gap: 0.75rem;
  align-content: start;
}
.admin-action-row,
.admin-record-meta,
.directory-card-meta,
.directory-event-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.admin-record-meta span,
.directory-card-meta span,
.directory-event-strip span {
  border: 1px solid var(--line);
  background: rgba(176,138,71,0.08);
  padding: 0.35rem 0.55rem;
  color: var(--muted);
  font-size: 0.72rem;
}
.admin-preview-panel {
  border: 1px solid var(--line);
  background: #111411;
  color: white;
  padding: 1.1rem;
  box-shadow: var(--shadow);
  align-self: start;
}
.admin-preview-card {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  background: white;
  color: var(--ink);
}
.admin-preview-media {
  aspect-ratio: 16 / 10;
  display: grid;
  place-items: center;
  background: var(--cream);
  overflow: hidden;
}
.admin-preview-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.admin-preview-media span {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 4rem;
  color: rgba(176,138,71,0.4);
}
.admin-preview-card > div:last-child {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
}
.admin-preview-card h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}
.admin-example-box {
  margin-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.14);
  padding-top: 1rem;
  color: rgba(255,255,255,0.7);
}
.admin-record-polished {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}
.admin-record-thumb {
  width: 110px;
  height: 84px;
  object-fit: cover;
  order: 2;
  border: 1px solid var(--line);
}
.directory-list {
  display: grid;
  gap: 1rem;
}
.directory-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 0.34fr);
  gap: 1rem;
  align-items: stretch;
  border: 1px solid var(--line);
  background: white;
  min-height: 230px;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.directory-card:hover {
  transform: translateY(-3px);
  border-color: rgba(176,138,71,0.45);
}
.directory-card-copy {
  display: grid;
  gap: 0.7rem;
  align-content: center;
  padding: clamp(1rem, 2.5vw, 1.6rem);
}
.directory-card-copy h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 0.95;
}
.directory-card-image {
  min-height: 100%;
  background: #111411;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.directory-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.directory-card-image span {
  color: #d8b267;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 5rem;
}
.directory-connection {
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.directory-event-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.directory-event-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 980px) {
  .admin-workflow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-editor-layout { grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr); }
}
@media (max-width: 767px) {
  .admin-heading,
  .admin-record-polished,
  .directory-card {
    grid-template-columns: 1fr;
  }
  .admin-user-badge { justify-items: start; }
  .admin-record-thumb {
    width: 100%;
    height: 180px;
    order: -1;
  }
  .directory-card-image {
    min-height: 210px;
    order: -1;
  }
}


/* Final polish, audit controls, homepage configurability */
.landing-actions { display: none !important; }
.landing-sponsor-tile { color: white; cursor: pointer; }
.landing-sponsor-tile .landing-sponsor-head strong { color: white; }
.landing-tile,
.content-card,
.admin-panel,
.admin-record,
.directory-card,
.shop-product-card,
.experience-row,
.cta-panel,
.premium-form,
.admin-login-card {
  border-radius: 8px;
}
.landing-tile,
.content-card,
.directory-card,
.experience-row,
.admin-record {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, filter 0.24s ease;
}
.landing-image-tile:hover,
.content-card:hover,
.directory-card:hover,
.experience-row:hover,
.admin-record:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 90px rgba(15,15,16,0.15);
}
.landing-image-tile::after,
.content-card::after,
.directory-card::after {
  content: "";
  position: absolute;
  width: 96px;
  height: 96px;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(216,178,103,0.34);
  border-radius: 999px;
  opacity: 0;
  transform: scale(0.82);
  transition: opacity 0.24s ease, transform 0.24s ease;
  pointer-events: none;
}
.landing-image-tile:hover::after,
.content-card:hover::after,
.directory-card:hover::after {
  opacity: 1;
  transform: scale(1);
}
.content-card,
.directory-card { position: relative; overflow: hidden; }
.experience-row.is-past {
  opacity: 0.68;
  background: rgba(247,243,235,0.82);
}
.experience-row.is-past .experience-thumb img {
  filter: grayscale(0.75);
}
.past-event-pill,
.admin-status-dot {
  display: inline-flex;
  align-items: center;
  width: max-content;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.35rem 0.55rem;
  background: rgba(176,138,71,0.1);
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.status-published,
.status-active,
.status-approved {
  background: rgba(32,72,53,0.12);
  color: #204835;
}
.status-draft,
.status-pending {
  background: rgba(176,138,71,0.12);
  color: var(--gold);
}
.status-archived,
.status-rejected,
.status-delete {
  background: rgba(125,46,46,0.1);
  color: #8f3030;
}
.admin-actions form { margin: 0; }
@media (max-width: 767px) {
  .landing-image-tile::after,
  .content-card::after,
  .directory-card::after { display: none; }
  .landing-image-tile:hover,
  .content-card:hover,
  .directory-card:hover,
  .experience-row:hover,
  .admin-record:hover { transform: none; }
}

.admin-record-thumb video,
.admin-preview-media video,
.admin-preview-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.admin-protected-note {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(19,19,20,0.16);
  border-radius: 999px;
  padding: 0.7rem 0.95rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}


.page-transition-loader {
  position: fixed;
  inset: 0;
  z-index: 7000;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 48% 42%, rgba(216,178,103,0.22), transparent 34%),
    rgba(247,243,235,0.88);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
  backdrop-filter: blur(10px);
}
.page-is-loading .page-transition-loader {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.page-transition-card {
  display: grid;
  justify-items: center;
  gap: 0.5rem;
  color: var(--ink);
}
.page-transition-card strong {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3.6rem, 9vw, 6.5rem);
  line-height: 0.82;
}
.page-transition-card small {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.page-transition-ring {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(176,138,71,0.28);
  border-top-color: var(--gold);
  border-radius: 999px;
  animation: tgtPageSpin 0.78s linear infinite;
}
@keyframes tgtPageSpin {
  to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .page-transition-ring { animation-duration: 1.6s; }
}


.admin-alert-center {
  background: linear-gradient(135deg, rgba(15,15,16,0.96), rgba(32,72,53,0.92));
  color: white;
}
.admin-alert-tabs,
.admin-alert-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}
.admin-alert-tabs a,
.admin-alert-filter-row a {
  display: inline-grid;
  gap: 0.12rem;
  min-width: 120px;
  border: 1px solid rgba(176,138,71,0.28);
  border-radius: 8px;
  padding: 0.75rem 0.9rem;
  background: rgba(255,255,255,0.08);
  color: inherit;
}
.admin-alert-filter-row a {
  min-width: auto;
  background: white;
  color: var(--ink);
}
.admin-alert-filter-row a.is-active {
  background: var(--ink);
  color: white;
}
.admin-alert-tabs strong {
  color: #d8b267;
  font-size: 1.7rem;
  line-height: 1;
}
.admin-alert-tabs small {
  color: rgba(255,255,255,0.62);
}
.admin-unread-pill {
  display: inline-flex;
  margin-left: 0.45rem;
  border-radius: 999px;
  padding: 0.28rem 0.5rem;
  background: #204835;
  color: white;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.shop-offline-hero,
.legal-page {
  min-height: 70svh;
  padding-block: clamp(5rem, 11vw, 9rem);
}
.shop-offline-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.shop-offline-hero h1,
.legal-page h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: 0.86;
  max-width: 900px;
}
.shop-offline-hero p {
  max-width: 680px;
  margin: 1.2rem 0 1.7rem;
  color: var(--muted);
  font-size: 1.05rem;
}
.shop-offline-mark {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(6rem, 15vw, 13rem);
  color: rgba(176,138,71,0.13);
}
.legal-updated {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.legal-doc {
  display: grid;
  gap: 1rem;
  max-width: 860px;
  margin-top: 2rem;
  border-top: 1px solid var(--line);
  padding-top: 2rem;
}
.legal-doc h2,
.tgt-guide-grid h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}
.tgt-guide-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.tgt-guide-grid article {
  display: grid;
  gap: 0.7rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(1rem, 2vw, 1.4rem);
  background: white;
  box-shadow: var(--shadow);
}
.tgt-guide-grid span {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.tgt-guide-grid a {
  color: var(--ink);
  font-weight: 800;
}
@media (max-width: 767px) {
  .shop-offline-hero {
    grid-template-columns: 1fr;
  }
  .shop-offline-mark {
    order: -1;
    font-size: 5rem;
  }
}
