@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@300;400;500;600;700;800&display=swap');

:root {
  --cellar: #0f131a;
  --cabernet: #8b1e3f;
  --vine: #2a5a3b;
  --copper: #c88246;
  --mist: #f4f6f8;
  --paper: #fbfbfa;
  --stone: #4a5568;
  --white: #ffffff;
  --line: rgba(15, 19, 26, 0.08);
  --shadow: 0 20px 40px rgba(15, 19, 26, 0.08);
  --glass-bg: rgba(255, 255, 255, 0.75);
  --glass-border: rgba(255, 255, 255, 0.4);
  --glass-shadow: 0 8px 32px 0 rgba(15, 19, 26, 0.06);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--cellar);
  background: var(--paper);
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

main {
  overflow: clip;
}

.page-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-hero {
  position: relative;
  min-height: 85svh;
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(15, 19, 26, 0.92) 0%, rgba(15, 19, 26, 0.75) 100%),
    url("../images/vineyard_tech_hero.png") center / cover no-repeat,
    var(--cellar);
}

.contact-hero {
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(15, 19, 26, 0.92) 0%, rgba(15, 19, 26, 0.75) 100%),
    url("../images/vineyard_tech_hero.png") center / cover no-repeat,
    var(--cellar);
}

.wwi-hero {
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(24, 33, 39, 0.96), rgba(24, 33, 39, 0.76)),
    url("../images/wwi-cohort-with-pricing.png") center / cover no-repeat,
    var(--cellar);
}

.site-hero::after {
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  bottom: clamp(20px, 5vw, 68px);
  width: min(36vw, 420px);
  height: min(36vw, 420px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(200, 130, 70, 0.15), rgba(42, 90, 59, 0.15)),
    url("../images/ai_wine_glass.png") center top / auto 110% no-repeat;
  content: "";
  opacity: 0.9;
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
  backdrop-filter: blur(10px);
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  padding-block: 22px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 2px solid var(--copper);
  border-radius: 6px;
  color: var(--cellar);
  background: var(--paper);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-name,
.brand-tag {
  display: block;
}

.brand-name {
  color: var(--paper);
  font-size: 18px;
  font-weight: 850;
  line-height: 1;
}

.brand-tag {
  margin-top: 4px;
  color: #d8c7b8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  min-height: 38px;
  padding: 10px 16px;
  border-radius: 8px;
  color: rgba(251, 251, 250, 0.9);
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
  transform: translateY(-1px);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding-block: clamp(62px, 9vw, 106px) clamp(46px, 6vw, 74px);
}

.contact-hero-copy {
  max-width: 1180px;
  padding-block: clamp(70px, 10vw, 132px);
}

.contact-hero-copy h1 {
  max-width: 850px;
  font-size: clamp(48px, 8vw, 98px);
}

.contact-hero-copy p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(248, 245, 239, 0.84);
  font-size: 21px;
}

.wwi-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(260px, 0.38fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  padding-block: clamp(74px, 11vw, 146px);
}

.wwi-hero-copy h1 {
  max-width: 790px;
}

.wwi-hero-copy p:not(.eyebrow, .hero-tagline) {
  max-width: 690px;
  color: rgba(248, 245, 239, 0.86);
  font-size: 21px;
}

.wwi-logo-panel {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(248, 245, 239, 0.18);
  border-radius: 8px;
  background: rgba(248, 245, 239, 0.9);
  box-shadow: var(--shadow);
}

.wwi-logo-panel img {
  width: min(100%, 290px);
}

.eyebrow {
  margin: 0 0 14px;
  color: #d8c7b8;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--cabernet);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1, h2, h3 {
  font-family: 'Outfit', sans-serif;
}

h1 {
  max-width: 780px;
  margin-bottom: 16px;
  font-size: clamp(64px, 9vw, 120px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.hero-tagline {
  margin-bottom: 22px;
  color: #d8c7b8;
  font-size: clamp(18px, 2.4vw, 30px);
  font-weight: 850;
  letter-spacing: 2.2px;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(248, 245, 239, 0.86);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.45;
}

.hero-actions,
.cta-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.button.primary {
  color: var(--paper);
  background: var(--cabernet);
  box-shadow: 0 4px 14px rgba(139, 30, 63, 0.4);
}

.button.primary:hover {
  background: #a32249;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(139, 30, 63, 0.5);
}

.button.secondary {
  color: var(--paper);
  border-color: rgba(251, 251, 250, 0.4);
  background: rgba(251, 251, 250, 0.1);
  backdrop-filter: blur(8px);
}

.button.secondary:hover {
  background: rgba(251, 251, 250, 0.2);
  transform: translateY(-2px);
}

.intro-band {
  padding-block: 42px;
  color: var(--paper);
  background: var(--cabernet);
}

.intro-grid,
.worked-grid,
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.58fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: end;
}

.intro-grid h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 48px);
}

.intro-grid p:last-child {
  margin-bottom: 0;
  color: rgba(248, 245, 239, 0.86);
  font-size: 18px;
}

.worked-with {
  padding-block: clamp(58px, 8vw, 86px);
  background: var(--mist);
}

.worked-grid {
  align-items: center;
}

.worked-grid h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(28px, 4vw, 46px);
}

.logo-card {
  display: grid;
  min-height: 190px;
  place-items: center;
  padding: 28px;
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  box-shadow: var(--glass-shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(15, 19, 26, 0.1);
}

.logo-card img {
  width: min(100%, 320px);
  max-height: 150px;
}

.inline-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--cabernet);
  font-size: 14px;
  font-weight: 850;
  text-decoration-color: rgba(124, 37, 52, 0.35);
  text-underline-offset: 4px;
}

.inline-link:hover {
  text-decoration-color: var(--cabernet);
}

.section-block {
  padding-block: clamp(70px, 9vw, 112px);
  background: var(--paper);
}

.split-layout,
.visual-grid,
.facilitator-grid,
.readiness-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.7fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
}

.section-copy p,
.section-heading p,
.visual-copy p,
.facilitator-copy p,
.cta-layout p {
  color: var(--stone);
  font-size: 18px;
}

.pressure-list,
.requirement-list {
  display: grid;
  gap: 12px;
}

.pressure-item {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 64px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 4px 20px rgba(15, 19, 26, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pressure-item:hover {
  transform: translateX(4px);
  box-shadow: 0 6px 24px rgba(15, 19, 26, 0.08);
}

.pressure-item span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--vine);
}

.pressure-item p {
  margin: 0;
  color: var(--cellar);
  font-weight: 500;
}

.visual-band {
  padding-block: clamp(70px, 9vw, 108px);
  color: var(--paper);
  background: var(--cellar);
}

.visual-copy p {
  color: rgba(248, 245, 239, 0.78);
}

.workflow-visual, .value-image {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease;
}

.workflow-visual:hover, .value-image:hover {
  transform: translateY(-4px);
}

.value-list {
  display: grid;
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.value-list li {
  position: relative;
  padding-left: 24px;
  color: var(--cellar);
  font-size: 16px;
}

.value-list li::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cabernet);
  content: "";
}

.value-list strong {
  color: var(--cabernet);
  font-weight: 700;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading.compact {
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.5fr);
}

.wwi-promo-section {
  padding-block: clamp(44px, 7vw, 78px);
  background: var(--cellar);
}

.cohort-promo-image {
  width: 100%;
  border: 1px solid rgba(248, 245, 239, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.cohort-details-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.62fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.cohort-lead {
  max-width: 700px;
  color: var(--stone);
  font-size: 19px;
}

.cohort-price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.price-card,
.date-card {
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.price-card:hover, .date-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(15, 19, 26, 0.12);
}

.price-card {
  padding: 24px;
}

.price-card.member {
  color: var(--paper);
  background: var(--cabernet);
}

.price-card span,
.price-card strong,
.price-card p {
  display: block;
}

.price-card span {
  margin-bottom: 12px;
  color: var(--stone);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.price-card.member span,
.price-card.member p {
  color: rgba(248, 245, 239, 0.78);
}

.price-card strong {
  color: var(--cabernet);
  font-size: clamp(48px, 7vw, 74px);
  line-height: 0.95;
}

.price-card.member strong {
  color: var(--paper);
}

.price-card p {
  margin: 10px 0 0;
  color: var(--stone);
  font-weight: 750;
}

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

.date-card {
  padding: 24px;
}

.date-card > span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--paper);
  background: var(--cabernet);
  font-size: 13px;
  font-weight: 850;
}

.date-card h3 {
  min-height: 90px;
  margin-bottom: 16px;
}

.date-card p {
  color: var(--stone);
  font-size: 17px;
}

.date-card p strong {
  color: var(--cellar);
}

.date-card ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.date-card li {
  position: relative;
  padding-left: 18px;
  color: var(--cellar);
  font-size: 15px;
  font-weight: 650;
}

.date-card li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--copper);
  content: "";
}

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

.session-card {
  min-height: 520px;
  padding: 32px 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(15, 19, 26, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.session-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(15, 19, 26, 0.1);
}

.session-number {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 12px;
  color: var(--paper);
  background: var(--cabernet);
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(139, 30, 63, 0.3);
}

.session-kicker {
  min-height: 45px;
  margin-bottom: 12px;
  color: var(--vine);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.session-card h3 {
  min-height: 88px;
  margin-bottom: 16px;
}

.session-card p {
  color: var(--stone);
}

.session-card ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.session-card li {
  position: relative;
  padding-left: 18px;
  color: var(--cellar);
  font-size: 15px;
  font-weight: 650;
}

.session-card li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--copper);
  content: "";
}

.logistics-band {
  padding-block: clamp(60px, 8vw, 88px);
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(24, 33, 39, 0.96), rgba(24, 33, 39, 0.84)),
    url("../images/vineyard-systems.svg") center / cover no-repeat;
}

.logistics-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 1fr);
  gap: 34px;
  align-items: center;
}

.logistics-grid h2 {
  margin-bottom: 0;
}

.logistics-copy {
  margin: 18px 0 0;
  color: rgba(248, 245, 239, 0.78);
  font-size: 18px;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.stat-strip div {
  min-height: 138px;
  padding: 18px;
  border: 1px solid rgba(248, 245, 239, 0.18);
  border-radius: 8px;
  background: rgba(248, 245, 239, 0.08);
}

.stat-strip strong,
.stat-strip span {
  display: block;
}

.stat-strip strong {
  margin-bottom: 10px;
  color: var(--paper);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.stat-strip span {
  color: rgba(248, 245, 239, 0.76);
  font-size: 15px;
  font-weight: 700;
}

.fit-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fit-panel {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill-grid span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--stone);
  background: var(--paper);
  font-size: 14px;
  font-weight: 750;
}

.facilitator-band {
  padding-block: clamp(72px, 9vw, 116px);
  color: var(--paper);
  background: var(--cellar);
}

.facilitator-grid {
  grid-template-columns: minmax(280px, 0.56fr) minmax(0, 0.9fr);
}

.portrait-wrap {
  position: relative;
}

.portrait-wrap::before {
  position: absolute;
  inset: 22px -22px -22px 22px;
  border: 1px solid rgba(248, 245, 239, 0.18);
  border-radius: 8px;
  content: "";
}

.portrait-wrap img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 56% 28%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.facilitator-copy p {
  color: rgba(248, 245, 239, 0.78);
}

.requirement-list {
  grid-template-columns: 1fr;
  gap: 16px;
}

.requirement-list div {
  min-height: auto;
  padding: 24px;
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  background: var(--glass-bg);
  backdrop-filter: blur(8px);
  box-shadow: var(--glass-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.requirement-list div:hover {
  transform: translateX(4px);
  box-shadow: 0 6px 24px rgba(15, 19, 26, 0.08);
}

.requirement-list strong,
.requirement-list span {
  display: block;
}

.requirement-list strong {
  margin-bottom: 8px;
  color: var(--cabernet);
  font-size: 19px;
  font-family: 'Outfit', sans-serif;
}

.requirement-list span {
  color: var(--stone);
  font-size: 16px;
  line-height: 1.5;
}

.cta-band {
  padding-block: clamp(72px, 9vw, 112px);
  color: var(--paper);
  background: var(--cabernet);
}

.cta-layout {
  justify-content: space-between;
  gap: 28px;
}

.cta-layout div {
  max-width: 720px;
}

.cta-layout h2 {
  margin-bottom: 16px;
}

.cta-layout p {
  margin-bottom: 0;
  color: rgba(248, 245, 239, 0.84);
}

.cta-layout .button.primary {
  color: var(--cellar);
  background: var(--paper);
}

.site-footer {
  padding-block: 24px;
  color: rgba(248, 245, 239, 0.72);
  background: var(--cellar);
}

.site-footer p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.site-footer a {
  color: var(--paper);
  text-decoration-color: rgba(248, 245, 239, 0.38);
  text-underline-offset: 4px;
}

.site-footer a:hover {
  text-decoration-color: var(--paper);
}

.contact-section {
  padding-block: clamp(70px, 9vw, 112px);
  background: var(--paper);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 0.82fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}

.contact-summary,
.contact-form,
.response-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(24, 33, 39, 0.06);
}

.contact-summary {
  padding: clamp(24px, 4vw, 36px);
}

.contact-summary h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.contact-summary p {
  color: var(--stone);
}

.summary-list {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
}

.summary-list div {
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.summary-list strong,
.summary-list span {
  display: block;
}

.summary-list strong {
  color: var(--cabernet);
  font-size: 24px;
  line-height: 1.1;
}

.summary-list span {
  margin-top: 4px;
  color: var(--stone);
  font-size: 14px;
  font-weight: 750;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(24px, 4vw, 38px);
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-row-full {
  grid-column: 1 / -1;
}

.form-row label {
  color: var(--cellar);
  font-size: 14px;
  font-weight: 850;
}

.form-row label span {
  color: var(--cabernet);
}

.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid rgba(15, 19, 26, 0.15);
  border-radius: 8px;
  background: var(--paper);
  color: var(--cellar);
  font: inherit;
  transition: all 0.3s ease;
  box-shadow: inset 0 2px 4px rgba(15, 19, 26, 0.02);
}

.form-row input {
  min-height: 52px;
  padding: 12px 16px;
}

.form-row textarea {
  resize: vertical;
  min-height: 160px;
  padding: 16px;
}

.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--cabernet);
  box-shadow: 0 0 0 4px rgba(139, 30, 63, 0.15), inset 0 2px 4px rgba(15, 19, 26, 0.02);
  background: var(--white);
}

.contact-form .button {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

.hidden-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.response-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(24, 33, 39, 0.94), rgba(24, 33, 39, 0.82)),
    url("../images/vineyard-systems.svg") center / cover no-repeat,
    var(--cellar);
}

.response-card {
  width: min(680px, 100%);
  padding: clamp(28px, 5vw, 48px);
}

.response-card h1 {
  margin-bottom: 16px;
  font-size: clamp(38px, 6vw, 70px);
}

.response-card p {
  color: var(--stone);
  font-size: 18px;
}

@media (max-width: 1100px) {
  .session-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .date-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .session-card,
  .date-card h3,
  .session-card h3,
  .session-kicker {
    min-height: auto;
  }

  .stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .page-shell,
  .topbar {
    width: min(100% - 32px, 1180px);
  }

  .site-hero {
    min-height: 82svh;
    background:
      linear-gradient(180deg, rgba(15, 19, 26, 0.84) 0%, rgba(15, 19, 26, 0.94) 62%, rgba(15, 19, 26, 0.98) 100%),
      url("../images/vineyard_tech_hero.png") center top / cover no-repeat,
      var(--cellar);
  }

  .site-hero::after {
    display: none;
  }

  .topbar {
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .hero-content {
    padding-top: 22svh;
    padding-bottom: 30px;
  }

  h1 {
    font-size: clamp(54px, 16vw, 86px);
  }

  .hero-tagline {
    font-size: 18px;
    letter-spacing: 1.6px;
  }

  .intro-grid,
  .worked-grid,
  .contact-grid,
  .wwi-hero-grid,
  .cohort-details-grid,
  .split-layout,
  .visual-grid,
  .section-heading,
  .logistics-grid,
  .fit-layout,
  .facilitator-grid,
  .readiness-layout {
    grid-template-columns: 1fr;
  }

  .sandbox-header { flex-direction: column; gap: 16px; align-items: flex-start; }
}

@media (max-width: 520px) {
  .hero-actions,
  .cta-layout {
    align-items: stretch;
  }

  .cta-layout .button {
    width: 100%;
  }

  .brand-tag {
    max-width: 190px;
  }
}

/* Interactive Stories */
.story-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}
.story-tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.story-tab {
  padding: 12px 20px;
  border: 1px solid var(--glass-border);
  border-radius: 8px;
  background: var(--glass-bg);
  color: var(--stone);
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.story-tab:hover {
  background: var(--white);
  color: var(--cabernet);
}
.story-tab.active {
  background: var(--cabernet);
  color: var(--paper);
  border-color: var(--cabernet);
}
.story-content {
  position: relative;
  min-height: 250px;
}
.story-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  transform: translateY(10px);
}
.story-panel.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 2;
}
.story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 20px;
}
.story-before, .story-after {
  padding: 24px;
  border-radius: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 4px 20px rgba(15, 19, 26, 0.04);
}
.story-after {
  border-color: rgba(139, 30, 63, 0.3);
  box-shadow: 0 8px 30px rgba(139, 30, 63, 0.08);
}
.story-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.story-before .story-label {
  background: var(--mist);
  color: var(--stone);
}
.story-after .story-label {
  background: var(--cabernet);
  color: var(--paper);
}

/* Sandbox */
.sandbox-band {
  padding-block: clamp(70px, 9vw, 108px);
  background: var(--mist);
}
.sandbox-copy {
  color: var(--stone);
}
.sandbox-container {
  margin-top: 40px;
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.sandbox-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: var(--cellar);
  color: var(--paper);
}
.sandbox-title {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.prompt-display {
  position: relative;
  padding: 40px;
  min-height: 250px;
  background: var(--paper);
}
.prompt-bad, .prompt-good {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  font-size: 20px;
  font-family: 'Outfit', sans-serif;
  font-style: italic;
  color: var(--stone);
}
.prompt-bad.active, .prompt-good.active {
  opacity: 1;
  visibility: visible;
}
.prompt-good.active {
  color: var(--vine);
  font-weight: 500;
}
@media (max-width: 820px) {
  .story-grid { grid-template-columns: 1fr; }
  .sandbox-header { flex-direction: column; gap: 16px; align-items: flex-start; }
}

@media (max-width: 520px) {
  .story-tabs { flex-direction: column; }
  .story-tab { width: 100%; text-align: center; }
  .prompt-display { padding: 20px; min-height: 380px; }
  .prompt-bad, .prompt-good { top: 20px; left: 20px; right: 20px; font-size: 16px; }
}

/* Benefit Grid (WWI Page) */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}
.benefit-card {
  padding: 32px;
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  background: var(--glass-bg);
  backdrop-filter: blur(8px);
  box-shadow: var(--glass-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(15, 19, 26, 0.08);
}
.benefit-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--cabernet);
  font-size: 20px;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
}
.benefit-card span {
  display: block;
  color: var(--stone);
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 820px) {
  .benefit-grid { grid-template-columns: 1fr; }
}
