@font-face {
  font-family: Manrope;
  src: url('fonts/manrope-latin-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Serif';
  src: url('fonts/instrument-serif-regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Serif';
  src: url('fonts/instrument-serif-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
:root { --font: Manrope, sans-serif; --serif: 'Instrument Serif', Georgia, serif; }
:root { --header-height: 86px; }
.header {
  position: fixed;
  inset: 0 0 auto;
  background: transparent;
  backdrop-filter: none;
  border-bottom-color: transparent;
  box-shadow: none;
  transition: background .35s, box-shadow .35s, border-color .35s;
}
.header.is-scrolled, .header:has(.mobile-nav:not([hidden])) {
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
  border-bottom-color: #123d3210;
  box-shadow: 0 4px 28px #143f2e06;
}
.explore-bottom { justify-content: flex-end; }
.venues-copy > .button-yellow { margin-top: 32px; }
/* Native details grouping stays intact while the answer expands and fades. */
@supports (interpolate-size: allow-keywords) and selector(::details-content) {
  .faq-list details { interpolate-size: allow-keywords; }
  .faq-list details::details-content {
    block-size: 0;
    opacity: 0;
    overflow: clip;
    transition:
      block-size 380ms cubic-bezier(.22, 1, .36, 1),
      opacity 240ms ease,
      content-visibility 380ms allow-discrete;
  }
  .faq-list details[open]::details-content {
    block-size: auto;
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .faq-list details::details-content { transition: none; }
}
h1, h2 { letter-spacing: -.025em; }
h2 { font-size: clamp(44px, 4.7vw, 68px); }
.hero h1 { font-size: clamp(58px, 7.5vw, 108px); letter-spacing: -.03em; line-height: .96; }
.hero-line:nth-child(2) .hero-line-inner { font-style: italic; }
.hero-line { padding-bottom: .16em; margin-bottom: -.16em; }
@font-face { font-family: 'Plus Jakarta Sans'; src: url('/fonts/plus-jakarta-sans-600.ttf') format('truetype'); font-weight: 600; font-style: normal; font-display: swap; }
.brand span { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 600; letter-spacing: -.06em; }
.header .brand { display: inline-flex; align-items: center; gap: 10px; }
.header .brand span { display: inline-flex; align-items: center; height: 32px; font-size: 28px; line-height: 1; color: #073d32; }
.header .brand img { content: url('/landing/img/eg-logo-forest.svg'); filter: none; width: 32px; height: 32px; object-fit: contain; flex-shrink: 0; transform: translateY(2px); }
@media(max-width:600px) { .header .brand span { font-size: 22px; } }
.venue-caption h3 { font-family: var(--serif); font-size: 35px; letter-spacing: -.02em; }
.venues h2 { font-size: clamp(44px, 4.5vw, 65px); }
.library.story-demo > h3 { font-family: var(--serif); letter-spacing: -.02em; }
.footer-wordmark > span { letter-spacing: -.025em; font-size: clamp(64px, 17.7vw, 255px); }
em { font-weight: 400; }
body { font-family: var(--font); }
button, input, select { font-family: var(--font); }
.desktop-nav a, .login { font-size: 14px; font-weight: 600; letter-spacing: -.025em; }
.desktop-nav { margin-left: 0; gap: clamp(12px, 2vw, 28px); }
.desktop-nav a[aria-current='page']::after { transform: scaleX(1); }
.button, .filter { font-weight: 600; letter-spacing: -.02em; }
.hero-copy p { font-size: 16px; font-weight: 400; color: #4e6255; max-width: 650px; }
.section-intro, .venues-intro { line-height: 1.75; }
.benefit h3, .steps h3 { font-weight: 600; }
.venue-caption p { font-size: 12px; font-weight: 500; }
.eyebrow { font-weight: 700; }

/* Soft sage/gold diffusion complements the green type; texture stays subtle. */
.hero {
  background: #f6f9f5;
  padding-top: calc(var(--header-height) + 46px);
  padding-bottom: 17px;
}
.hero::before {
  inset: -10% -8% -18%;
  mask-image: none;
  background:
    radial-gradient(ellipse 27% 38% at 49% 36%, #b4d7c7a3 0%, #c6e3d255 57%, transparent 100%),
    radial-gradient(ellipse 29% 41% at 33% 36%, #e4e9b890 0%, #edf0cf60 48%, transparent 100%),
    radial-gradient(ellipse 35% 46% at 11% 43%, #c4d8d978 0%, #d4e2e235 54%, transparent 100%),
    radial-gradient(ellipse 30% 25% at 37% 74%, #f4f0cd8f 0%, transparent 100%),
    linear-gradient(120deg, #f3f7f4, #faf9f1 50%, #f4f8f7);
  filter: blur(35px);
}
.hero::after {
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .29;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.91' numOctaves='2' seed='7' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='discrete' tableValues='0 1'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}
.hero h1 { color: #123b2d; }
.hero .button-outline { background: #ffffff38; border-color: #446650; }
.hero .button-outline:hover { background: #ffffff80; }
.hero .moment figcaption { color: #465d4f; font-weight: 500; }
.partners { padding-top: 40px; }

/* Short desktop screens need the same composition with less vertical space. */
@media (min-width: 801px) and (max-height: 900px) {
  .hero { padding-top: calc(var(--header-height) + 20px); }
  .hero h1 { font-size: clamp(58px, min(6.6vw, 10vh), 90px); }
  .hero-copy p { margin-block: 18px 20px; }
  .gallery-stage, .gallery-stage.carousel-ready {
    margin-top: 36px;
    height: clamp(230px, 37vh, 330px);
  }
  .moment-photo { height: clamp(190px, 30vh, 270px); }
  .venues.section { padding-block: 32px; }
  .venues-layout { align-items: start; gap: 40px; }
  .venues h2 { font-size: clamp(38px, min(4.5vw, 6.5vh), 56px); }
  .benefits { gap: 18px; margin-top: 24px; }
  .venues-copy > .button-yellow { margin-top: 24px; }
}

/* A full-width editorial signature, rather than a utility bar. */
.footer.footer-expanded {
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 68px 0 25px;
  color: #f4f0d9;
  background: #042b25;
  overflow: clip;
}
.footer-expanded::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 51% 56%, #126c565e, transparent 48%),
    linear-gradient(125deg, #031c19, transparent 47%, #011d1977);
}
.footer-expanded::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.footer-expanded .footer-top { display: grid; grid-template-columns: 1.5fr 1fr; gap: 80px; }
.footer-expanded .footer-invitation .eyebrow { color: #c2ceaf; font-size: 10px; letter-spacing: .24em; margin-bottom: 18px; }
.footer-expanded .footer-invitation h2 { font-size: clamp(35px, 3.7vw, 52px); max-width: 480px; line-height: 1.06; }
.footer-expanded .footer-contact {
  display: inline-flex; align-items: center; gap: 15px;
  color: #e8edbd; border-bottom: 1px solid #d3de9455;
  margin-top: 25px; padding-bottom: 6px; font-size: 16px;
}
.footer-contact .icon { transform: rotate(-40deg); transition: transform .4s var(--ease-out); }
.footer-contact:hover .icon { transform: translate(3px,-3px) rotate(-40deg); }
.footer-expanded .footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.footer-expanded .footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-expanded .footer-column h3 { color: #f4f0d9; font: 25px/1.2 var(--serif); letter-spacing: -.04em; margin-bottom: 9px; }
.footer-expanded .footer-column a { color: #bdcbb9; font-size: 13px; }
.footer-expanded .footer-column a:hover { color: #fff; text-decoration: none; transform: translateX(4px); }
.footer-wordmark {
  display: flex; align-items: center; justify-content: space-between;
  gap: 26px; margin: 60px 0 38px; width: 100%;
}
.footer-wordmark > span { font: clamp(64px, 16vw, 230px)/.95 var(--serif); letter-spacing: -.075em; color: #f1ead0; }
.footer-wordmark > img { width: clamp(42px, 11vw, 150px); height: auto; flex-shrink: 0; transition: transform 1.2s var(--ease-out); }
.footer-wordmark:hover > img { transform: rotate(24deg) scale(1.04); }
.footer-expanded .footer-bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 22px;
  padding-top: 24px; border-top: 1px solid #bcc77736; color: #aebea9;
}
.footer-expanded .footer-bottom p, .footer-expanded .copyright { color: inherit; font-size: 10px; padding: 0; }
.footer-expanded .footer-legal { display: flex; gap: 24px; font-size: 11px; }
.footer-expanded .back-top { display: flex; align-items: center; gap: 8px; font-size: 11px; }
.back-top .icon { width: 17px; transform: rotate(-90deg); }
.footer-expanded .footer-bottom a:hover { color: #f4f0d9; }

@media (max-width: 800px) {
  :root { --header-height: 75px; }
  .hero { padding-top: calc(var(--header-height) + 40px); }
  .hero h1 { font-size: clamp(56px, 8.6vw, 76px); }
  .footer.footer-expanded { padding-top: 55px; }
  .footer-expanded .footer-top { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-expanded .footer-links { gap: 20px; }
  .footer-expanded .footer-column h3 { font-size: 21px; }
  .footer-expanded .footer-column a { font-size: 12px; }
  .footer-wordmark { margin-top: 55px; gap: 18px; }
  .footer-expanded .footer-bottom { flex-wrap: wrap; }
  .footer-expanded .footer-bottom p { width: 100%; }
}
@media (max-width: 520px) {
  :root { --header-height: 72px; }
  .hero { padding-top: calc(var(--header-height) + 32px); padding-bottom: 10px; }
  .hero h1 { font-size: 55px; line-height: 1; }
  .section-heading h2 { font-size: 47px; }
  .venues h2 { font-size: 48px; }
  .hero-copy p { font-size: 13px; }
  .hero::before {
    inset: -7% -30% -14%;
    background:
      radial-gradient(ellipse 33% 38% at 53% 33%, #b8dac9a8, transparent 100%),
      radial-gradient(ellipse 35% 38% at 37% 42%, #e8e9bd85, transparent 100%),
      radial-gradient(ellipse 38% 48% at 12% 49%, #c7dedb5e, transparent 100%),
      radial-gradient(ellipse 34% 30% at 45% 71%, #f5f0ce78, transparent 100%),
      linear-gradient(125deg, #f2f7f3, #faf9f1 63%, #f3f8f6);
  }
  .hero::after { opacity: .24; }
  .partners { padding-top: 30px; }
  .footer.footer-expanded { padding: 48px 0 24px; }
  .footer-expanded .footer-top { grid-template-columns: 1fr; gap: 34px; }
  .footer-expanded .footer-invitation h2 { max-width: 300px; font-size: 37px; }
  .footer-expanded .footer-invitation .eyebrow { font-size: 9px; }
  .footer-expanded .footer-links { gap: 28px; }
  .footer-expanded .footer-contact { font-size: 14px; margin-top: 19px; }
  .footer-wordmark { margin: 43px 0 28px; gap: 9px; }
  .footer-wordmark > span { font-size: 16vw; }
  .footer-wordmark > img { width: 10vw; }
  .footer-expanded .footer-bottom { gap: 20px 12px; padding-top: 20px; }
  .footer-expanded .footer-bottom p { font-size: 9px; }
  .footer-expanded .copyright, .footer-expanded .footer-legal, .footer-expanded .back-top { font-size: 9px; }
  .footer-expanded .footer-legal { gap: 13px; }
}
