.est-page {
  --est-teal: #105249;
  --est-teal-body: #07606d;
  --est-cyan: #00abc5;
  --est-gold: #f7c23d;
  --est-cream: #fff8eb;
  color: var(--est-teal);
  overflow: hidden;
}

.est-hero {
  min-height: 660px;
  position: relative;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  background: var(--est-teal);
}

.est-hero__image,
.est-hero__shade {
  position: absolute;
  inset: 0;
}

.est-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -3;
  transform: scale(1.035);
  animation: estHeroDrift 24s ease-in-out infinite alternate;
}

.est-hero__shade {
  z-index: -2;
  background: linear-gradient(90deg, rgba(6, 51, 47, .92) 0%, rgba(6, 51, 47, .73) 48%, rgba(6, 51, 47, .25) 100%);
}

.est-hero__content {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 180px 0 72px;
}

.est-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
}

.est-breadcrumbs a { color: white; }
.est-breadcrumbs a:hover { color: var(--est-gold); }

.est-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 18px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: var(--est-gold);
  color: var(--est-teal);
  font-family: 'Serenity', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.est-hero h1,
.est-heading {
  font-family: 'Serenity', sans-serif;
  font-style: normal;
  font-weight: 200;
}

.est-hero h1 {
  max-width: 930px;
  margin: 0 0 24px;
  color: white;
  font-size: clamp(48px, 5.2vw, 82px);
  line-height: .98;
  letter-spacing: .5px;
  text-wrap: balance;
}

.est-hero__intro {
  max-width: 780px;
  margin: 0;
  color: white;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.48;
}

.est-facts {
  background: var(--est-teal);
  color: white;
}

.est-facts__inner {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.est-fact {
  min-height: 124px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 34px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.est-fact:last-child { border-right: 1px solid rgba(255, 255, 255, .18); }
.est-fact__value { color: var(--est-gold); font-size: 26px; font-weight: 500; line-height: 1.1; }
.est-fact__label { margin-top: 7px; color: rgba(255, 255, 255, .78); font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }

.est-section { padding: 96px 0; }
.est-section--cream { background: var(--est-cream); }
.est-section--teal { background: var(--est-teal); color: white; }
.est-container { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }

.est-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, .75fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: start;
}

.est-eyebrow {
  margin: 0 0 12px;
  color: var(--est-cyan);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.est-heading {
  margin: 0 0 32px;
  color: inherit;
  font-size: clamp(42px, 4.2vw, 66px);
  line-height: 1;
  letter-spacing: .3px;
}

.est-heading em {
  font-family: 'Warnock Pro', Georgia, serif;
  font-weight: 600;
  font-style: italic;
}

.est-copy {
  max-width: 780px;
  font-size: 20px;
  line-height: 1.58;
}

.est-offers {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
  border-top: 1px solid rgba(16, 82, 73, .2);
}

.est-offers li {
  position: relative;
  padding: 21px 12px 21px 46px;
  border-bottom: 1px solid rgba(16, 82, 73, .2);
  font-size: 17px;
  line-height: 1.45;
}

.est-offers i {
  position: absolute;
  top: 22px;
  left: 9px;
  color: var(--est-cyan);
  font-size: 20px;
}

.est-contact-card {
  position: sticky;
  top: 132px;
  padding: 42px;
  border-radius: 4px;
  background: var(--est-gold);
  box-shadow: 0 22px 55px rgba(16, 82, 73, .14);
}

.est-contact-card h2 { margin-bottom: 19px; font-size: 40px; }
.est-contact-card p { margin: 0 0 28px; font-size: 17px; line-height: 1.55; }

.est-contact-actions { display: grid; gap: 12px; }
.est-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 15px 10px 22px;
  border: 1px solid var(--est-teal);
  border-radius: 999px;
  color: var(--est-teal);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.est-button i { font-size: 20px; }
.est-button:hover, .est-button:focus-visible { transform: translateY(-2px); background: var(--est-teal); color: white; }

.est-tags { display: flex; flex-wrap: wrap; gap: 12px; }
.est-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 9px 17px;
  border: 1px solid rgba(255, 255, 255, .54);
  border-radius: 999px;
  color: white;
  font-size: 15px;
  transition: background .2s ease, border-color .2s ease;
}

.est-tag:hover { border-color: var(--est-gold); background: var(--est-gold); color: var(--est-teal); }

.est-activity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.est-activity-card {
  display: grid;
  min-height: 360px;
  position: relative;
  overflow: hidden;
  background: var(--est-teal);
  color: white;
}

.est-activity-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.est-activity-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6, 51, 47, .94), rgba(6, 51, 47, .02) 70%); }
.est-activity-card__body { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; padding: 28px; }
.est-activity-card__body span { display: block; color: var(--est-gold); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.est-activity-card__body h3 { margin: 5px 0 0; color: white; font-family: 'Serenity', sans-serif; font-style: normal; font-size: 28px; font-weight: 300; line-height: 1.08; }
.est-activity-card:hover img { transform: scale(1.055); }

.est-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.est-directory-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: white;
  color: var(--est-teal);
  box-shadow: 0 16px 42px rgba(16, 82, 73, .1);
  transition: transform .25s ease, box-shadow .25s ease;
}

.est-directory-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgba(16, 82, 73, .17);
}

.est-directory-card__image { height: 245px; overflow: hidden; background: var(--est-teal); }
.est-directory-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.est-directory-card:hover .est-directory-card__image img { transform: scale(1.055); }
.est-directory-card__body { flex: 1; display: flex; flex-direction: column; padding: 28px; }
.est-directory-card__type { margin-bottom: 10px; color: var(--est-cyan); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.est-directory-card h2 { margin: 0 0 14px; color: var(--est-teal); font-family: 'Serenity', sans-serif; font-size: 29px; font-style: normal; font-weight: 300; line-height: 1.08; }
.est-directory-card p { margin: 0 0 24px; color: var(--est-teal-body); font-size: 16px; line-height: 1.5; }
.est-directory-card__link { margin-top: auto; color: var(--est-teal); font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.est-directory-card__link i { margin-left: 8px; }

.est-cta { padding: 82px 0; background: var(--est-gold); }
.est-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.est-cta .est-heading { margin: 0; max-width: 780px; }
.est-cta .est-button { flex: none; background: var(--est-teal); color: var(--est-gold); }
.est-cta .est-button:hover { background: white; color: var(--est-teal); }

[data-est-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
[data-est-reveal].is-visible { opacity: 1; transform: none; }

@keyframes estHeroDrift { from { transform: scale(1.035); } to { transform: scale(1.11) translate3d(-1%, -1%, 0); } }

@media (max-width: 991px) {
  .est-hero { min-height: 580px; }
  .est-overview { grid-template-columns: 1fr; }
  .est-contact-card { position: static; }
  .est-activity-grid { grid-template-columns: repeat(2, 1fr); }
  .est-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .est-hero { min-height: 540px; }
  .est-hero__content { width: min(100% - 34px, 1280px); padding-bottom: 48px; }
  .est-facts__inner { width: 100%; grid-template-columns: 1fr; }
  .est-fact, .est-fact:last-child { min-height: 92px; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .18); padding: 21px 24px; }
  .est-section { padding: 70px 0; }
  .est-container { width: min(100% - 34px, 1280px); }
  .est-activity-grid { grid-template-columns: 1fr; }
  .est-directory-grid { grid-template-columns: 1fr; }
  .est-activity-card { min-height: 330px; }
  .est-contact-card { padding: 30px 25px; }
  .est-cta__inner { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .est-hero__image { animation: none; transform: none; }
  [data-est-reveal] { opacity: 1; transform: none; transition: none; }
  .est-activity-card img, .est-button { transition: none; }
}
