/* ============================================================
   Solace Springs Retreat — De Villa Design concept
   Earthy luxury · slow editorial · full-bleed nature
   ============================================================ */

/* ---------- Design tokens ---------- */
:root {
  --forest:      #2E4034;
  --forest-deep: #1E2B22;
  --bark:        #23291F;
  --stone:       #EDE9E1;
  --linen:       #FAF8F4;
  --ochre:       #8A5723;   /* 6.4:1 on linen — AA ✓ */
  --ochre-light: #B07840;   /* large-text / display only */
  --white:       #FFFFFF;
  --black:       #0D1109;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Inter', system-ui, sans-serif;

  --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in:     cubic-bezier(0.4, 0, 1, 1);

  --space-xs:  0.5rem;
  --space-sm:  1rem;
  --space-md:  2rem;
  --space-lg:  4rem;
  --space-xl:  7rem;
  --space-2xl: 12rem;

  --max-w:     1280px;
  --gutter:    clamp(1.25rem, 4vw, 3rem);
}

/* ---------- Reset & base ---------- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  background-color: var(--linen);
  color: var(--bark);
  font-family: var(--font-body);
  font-size: clamp(0.9375rem, 1.1vw, 1.0625rem);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--ochre);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ---------- Typography scale ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(3.25rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2.25rem, 4vw, 3.75rem); }
h3 { font-size: clamp(1.5rem, 2.5vw, 2.25rem); }
h4 { font-size: clamp(1.125rem, 1.6vw, 1.5rem); }

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ochre);
}

/* ---------- Utility ---------- */
.container {
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.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;
}

/* ---------- Noise texture overlay (decorative) ---------- */
.noise::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-repeat: repeat;
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: overlay;
}

/* ============================================================
   STICKY HEADER
   ============================================================ */
.site-header {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 100;
  transition: background-color 0.4s var(--ease-smooth),
              box-shadow 0.4s var(--ease-smooth);
}

.site-header.scrolled {
  background-color: rgba(46, 64, 52, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255,255,255,0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  padding-block: 1.125rem;
}

.wordmark {
  font-family: var(--font-display);
  font-size: 1.3125rem;
  font-weight: 600;
  font-style: italic;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 0.01em;
  white-space: nowrap;
  flex-shrink: 0;
}

.wordmark span {
  display: block;
  font-style: normal;
  font-size: 0.5625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: 400;
  opacity: 0.6;
  margin-top: 0.1em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.site-nav a {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  transition: color 0.25s;
}

.site-nav a:hover { color: var(--white); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid currentColor;
  padding: 0.65em 1.35em;
  border-radius: 2px;
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
  background: transparent;
}

.btn-ghost-white {
  color: var(--white);
  border-color: rgba(255,255,255,0.55);
}

.btn-ghost-white:hover {
  background-color: var(--white);
  color: var(--forest);
  border-color: var(--white);
}

.btn-forest {
  color: var(--white);
  background-color: var(--forest);
  border-color: var(--forest);
}

.btn-forest:hover {
  background-color: var(--forest-deep);
  border-color: var(--forest-deep);
}

.btn-outline-forest {
  color: var(--forest);
  border-color: var(--forest);
}

.btn-outline-forest:hover {
  background-color: var(--forest);
  color: var(--white);
}

.btn-lg {
  font-size: 0.9375rem;
  padding: 0.85em 2em;
  letter-spacing: 0.07em;
}

/* Hamburger for mobile */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  color: var(--white);
}

.nav-toggle svg {
  display: block;
}

@media (max-width: 767px) {
  .nav-toggle { display: flex; }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    inset-inline: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background-color: rgba(35, 41, 31, 0.97);
    backdrop-filter: blur(16px);
    padding-block: var(--space-sm);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 0.85rem var(--gutter);
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }

  .header-cta {
    display: none;
  }
}

/* ============================================================
   HERO — full-bleed
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-block-end: clamp(3rem, 8vh, 6rem);
  overflow: hidden;
  background-color: var(--forest-deep);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

/* Gradient overlay — ensures white text ≥ 4.5:1 over photo */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(14, 20, 12, 0.28) 0%,
    rgba(14, 20, 12, 0.10) 30%,
    rgba(14, 20, 12, 0.60) 70%,
    rgba(14, 20, 12, 0.82) 100%
  );
}

/* Noise grain on hero */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  background-repeat: repeat;
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: overlay;
}

.hero-content {
  position: relative;
  z-index: 4;
}

.hero-kicker {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-block-end: 1.5rem;
}

.hero h1 {
  color: var(--white);
  font-style: italic;
  max-width: 14ch;
  margin-block-end: 1.25rem;
  text-shadow: 0 2px 24px rgba(14,20,12,0.4);
}

.hero-sub {
  font-size: clamp(1rem, 1.5vw, 1.1875rem);
  color: rgba(255,255,255,0.82);
  max-width: 50ch;
  line-height: 1.6;
  margin-block-end: 2.25rem;
  font-weight: 300;
  letter-spacing: 0.01em;
}

/* Offer chip — conversion engine */
.offer-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  background-color: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(8px);
  border-radius: 2px;
  padding: 0.6em 1.1em;
  margin-block-end: 2.25rem;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  color: var(--white);
  letter-spacing: 0.04em;
}

.offer-chip strong {
  font-weight: 600;
  color: #F5C98A; /* warm gold chip highlight — large text only */
}

.offer-chip::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #F5C98A;
  border-radius: 50%;
  flex-shrink: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
  align-items: center;
}

.hero-actions .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--forest-deep);
  background-color: var(--white);
  padding: 0.85em 2em;
  border-radius: 2px;
  transition: background-color 0.25s, color 0.25s;
}

.hero-actions .btn-primary:hover {
  background-color: var(--stone);
}

.hero-actions .btn-secondary {
  font-family: var(--font-body);
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255,255,255,0.78);
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-block-end: 0.1em;
  transition: color 0.25s, border-color 0.25s;
}

.hero-actions .btn-secondary:hover {
  color: var(--white);
  border-color: var(--white);
}

.arrow-icon {
  font-style: normal;
  font-size: 1.1em;
}

/* Scroll indicator */
.scroll-hint {
  position: absolute;
  bottom: 2.5rem;
  right: var(--gutter);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255,255,255,0.4);
  font-family: var(--font-body);
  font-size: 0.625rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.scroll-line {
  width: 1px;
  height: 3rem;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.4; transform: scaleY(1); }
  50% { opacity: 0.9; transform: scaleY(1.15); }
}

/* Hero entrance animation */
@media (prefers-reduced-motion: no-preference) {
  .hero-kicker {
    animation: fadeUp 0.9s var(--ease-smooth) 0.2s both;
  }
  .hero h1 {
    animation: fadeUp 1.1s var(--ease-smooth) 0.4s both;
  }
  .hero-sub {
    animation: fadeUp 1s var(--ease-smooth) 0.6s both;
  }
  .offer-chip {
    animation: fadeUp 0.9s var(--ease-smooth) 0.75s both;
  }
  .hero-actions {
    animation: fadeUp 0.9s var(--ease-smooth) 0.9s both;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background-color: var(--forest);
  padding-block: 1.25rem;
  overflow: hidden;
}

.trust-strip-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 clamp(1.5rem, 4vw, 3.5rem);
  list-style: none;
}

.trust-strip-inner li {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  white-space: nowrap;
  padding-block: 0.25rem;
}

.trust-strip-inner li::before {
  content: '◆';
  font-size: 0.4em;
  color: var(--ochre-light);
  flex-shrink: 0;
}

/* ============================================================
   SECTION COMMON
   ============================================================ */
.section {
  padding-block: var(--space-xl);
}

.section-header {
  margin-block-end: clamp(2.5rem, 5vw, 4.5rem);
}

.section-header .eyebrow {
  margin-block-end: 0.85rem;
}

.section-header h2 {
  color: var(--forest);
  margin-block-end: 1rem;
}

.section-header p {
  max-width: 55ch;
  color: var(--bark);
  opacity: 0.78;
  font-size: 1.0625rem;
}

/* Divider rule */
.rule {
  width: 3rem;
  height: 1px;
  background-color: var(--ochre);
  margin-block: 1.25rem;
  opacity: 0.6;
}

/* ============================================================
   PROGRAMS SECTION
   ============================================================ */
.programs {
  background-color: var(--stone);
}

.programs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 340px), 1fr));
  gap: 1.5px;
  background-color: rgba(46,64,52,0.12);
  border: 1.5px solid rgba(46,64,52,0.12);
}

.program-card {
  background-color: var(--linen);
  padding: clamp(1.75rem, 3vw, 2.75rem);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: background-color 0.3s;
  position: relative;
}

.program-card:hover {
  background-color: var(--white);
}

.program-card.featured {
  background-color: var(--forest);
  color: var(--white);
}

.program-card.featured:hover {
  background-color: var(--forest-deep);
}

.program-card.featured .program-tag {
  color: rgba(255,255,255,0.55);
}

.program-card.featured h3 {
  color: var(--white);
}

.program-card.featured .program-desc {
  color: rgba(255,255,255,0.72);
}

.program-card.featured .program-price {
  color: #F5C98A;
}

.program-card.featured .program-cta {
  color: rgba(255,255,255,0.7);
  border-color: rgba(255,255,255,0.3);
}

.program-card.featured .program-cta:hover {
  color: var(--white);
  border-color: var(--white);
}

.program-card.featured .featured-badge {
  display: flex;
}

.featured-badge {
  display: none;
  align-items: center;
  gap: 0.4em;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #F5C98A;
  margin-block-end: -0.25rem;
}

.featured-badge::before {
  content: '◆';
  font-size: 0.85em;
}

.program-icon {
  font-size: 1.75rem;
  line-height: 1;
}

.program-tag {
  font-family: var(--font-body);
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ochre);
  font-weight: 500;
}

.program-card h3 {
  color: var(--forest);
  font-size: clamp(1.375rem, 2vw, 1.875rem);
  margin-block-end: 0.25rem;
}

.program-desc {
  font-size: 0.9375rem;
  color: var(--bark);
  opacity: 0.8;
  line-height: 1.65;
  flex: 1;
}

.program-price {
  font-family: var(--font-display);
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 600;
  color: var(--ochre);
  line-height: 1;
}

.program-price span {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  opacity: 0.7;
}

.program-cta {
  align-self: flex-start;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--forest);
  border-bottom: 1px solid rgba(46,64,52,0.35);
  padding-block-end: 0.15em;
  transition: border-color 0.2s, color 0.2s;
  margin-top: 0.5rem;
}

.program-cta:hover {
  border-color: var(--forest);
}

/* ============================================================
   THE RETREAT — about/property
   ============================================================ */
.retreat-section {
  background-color: var(--linen);
}

.retreat-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

@media (max-width: 900px) {
  .retreat-layout {
    grid-template-columns: 1fr;
  }
}

.retreat-image-wrap {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
}

.retreat-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-smooth);
}

.retreat-image-wrap:hover img {
  transform: scale(1.03);
}

/* Decorative frame offset */
.retreat-image-wrap::before {
  content: '';
  position: absolute;
  inset: -1rem 1rem 1rem -1rem;
  border: 1px solid rgba(46,64,52,0.18);
  z-index: -1;
  pointer-events: none;
}

.retreat-content .section-header {
  margin-block-end: 2rem;
}

.property-facts {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-block: 2rem;
}

.property-facts li {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.fact-icon {
  font-style: normal;
  flex-shrink: 0;
  width: 1.5em;
  text-align: center;
  opacity: 0.75;
  margin-top: 0.1em;
}

.retreat-content .btn-forest {
  margin-top: 0.5rem;
}

/* ============================================================
   TESTIMONIAL
   ============================================================ */
.testimonial-section {
  background-color: var(--forest);
  padding-block: clamp(4rem, 8vw, 8rem);
}

.testimonial-wrap {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.quote-mark {
  font-family: var(--font-display);
  font-size: 8rem;
  line-height: 0.5;
  color: rgba(255,255,255,0.08);
  display: block;
  margin-block-end: 1.5rem;
  user-select: none;
}

blockquote p {
  font-family: var(--font-display);
  font-size: clamp(1.375rem, 2.5vw, 2rem);
  font-style: italic;
  color: var(--white);
  line-height: 1.5;
  font-weight: 500;
}

.testimonial-author {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.author-name {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

.author-detail {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.45);
}

/* ============================================================
   CONTACT SECTION
   ============================================================ */
.contact-section {
  background-color: var(--stone);
  padding-block: var(--space-xl);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

@media (max-width: 768px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

.contact-info h2 {
  color: var(--forest);
  margin-block-end: 1.5rem;
}

.contact-details {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  margin-block-end: 2rem;
}

.contact-details li {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.contact-details a {
  color: var(--forest);
  text-decoration: none;
  border-bottom: 1px solid rgba(46,64,52,0.25);
  transition: border-color 0.2s;
}

.contact-details a:hover {
  border-color: var(--forest);
}

.hours-label {
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-bottom: 0.2em;
}

.contact-panel {
  background-color: var(--forest);
  padding: clamp(2rem, 4vw, 3rem);
  color: var(--white);
}

.contact-panel h3 {
  color: var(--white);
  font-size: clamp(1.375rem, 2vw, 1.875rem);
  margin-block-end: 1rem;
}

.contact-panel p {
  color: rgba(255,255,255,0.75);
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-block-end: 1.5rem;
}

.contact-panel .offer-highlight {
  display: block;
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-style: italic;
  color: #F5C98A;
  margin-block: 1.25rem;
  padding-block: 1rem;
  border-block: 1px solid rgba(255,255,255,0.12);
}

.contact-panel .btn-ghost-white {
  margin-top: 0.5rem;
}

.date-hold-note {
  margin-top: 1.5rem;
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.date-hold-note::before {
  content: '◆';
  font-size: 0.5em;
  color: var(--ochre-light);
  flex-shrink: 0;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background-color: var(--bark);
  padding-block: 2.25rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-sm);
}

.footer-wordmark {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-style: italic;
  color: rgba(255,255,255,0.55);
}

.footer-copy {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.4);
  text-align: center;
}

.footer-copy a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  transition: color 0.2s, border-color 0.2s;
}

.footer-copy a:hover {
  color: var(--white);
  border-color: rgba(255,255,255,0.5);
}

/* ============================================================
   CONCEPT PILL — fixed
   ============================================================ */
.concept-pill {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 200;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  background-color: rgba(35, 41, 31, 0.9);
  color: rgba(255,255,255,0.8);
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.6em 1.15em;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  transition: background-color 0.25s, color 0.25s;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}

.concept-pill::before {
  content: '◆';
  font-size: 0.5em;
  color: var(--ochre-light);
}

.concept-pill:hover {
  background-color: rgba(46, 64, 52, 0.95);
  color: var(--white);
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.85s var(--ease-smooth), transform 0.85s var(--ease-smooth);
  }

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

  .reveal-delay-1 { transition-delay: 0.1s; }
  .reveal-delay-2 { transition-delay: 0.2s; }
  .reveal-delay-3 { transition-delay: 0.3s; }
  .reveal-delay-4 { transition-delay: 0.4s; }
  .reveal-delay-5 { transition-delay: 0.5s; }
}

/* ============================================================
   RESPONSIVE REFINEMENTS
   ============================================================ */
@media (max-width: 375px) {
  h1 { font-size: 2.75rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
}

@media (min-width: 1280px) {
  .programs-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
