:root {
  --navy-950: #071d2e;
  --navy-900: #0b2539;
  --navy-800: #15394f;
  --ivory-50: #fdfaf4;
  --ivory-100: #f7f1e7;
  --ivory-200: #eadfce;
  --coral-500: #db5c4f;
  --coral-600: #c84c41;
  --gold-400: #d9ae57;
  --gold-500: #c89a3d;
  --ink: #142b3c;
  --muted: #64727c;
  --white: #ffffff;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  color: var(--ink);
  font-family: var(--sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: var(--ivory-50);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

body.atwwe-home {
  margin: 0;
}

.atwwe {
  overflow: hidden;
}

.atwwe h1,
.atwwe h2,
.atwwe h3,
.atwwe p,
.atwwe ul {
  margin-block-start: 0;
}

body,
button,
input {
  font-family: var(--sans);
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid var(--gold-400);
  outline-offset: 4px;
}

.hero {
  position: relative;
  min-height: 800px;
  display: flex;
  overflow: hidden;
  background: var(--navy-950);
  color: var(--white);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.12) translateX(-2.5%);
}

.hero-wash {
  position: absolute;
  inset: 0;
  background: rgba(4, 21, 34, 0.2);
  pointer-events: none;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4.5vw;
}

.brand {
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.45vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3.5rem);
  font-size: 1rem;
  font-weight: 600;
}

.desktop-nav a,
.footer-links a {
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--gold-400);
}

.menu-button,
.mobile-nav {
  display: none;
}

.hero-inner {
  position: relative;
  z-index: 5;
  width: min(100% - 9vw, 1480px);
  min-height: 100%;
  align-self: stretch;
  margin: 0 auto;
  padding-top: 126px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
}

.hero-copy {
  width: min(680px, 52vw);
  padding-bottom: 4.7rem;
}

.kicker,
.eyebrow,
.card-eyebrow {
  margin: 0 0 0.9rem;
  color: var(--gold-400);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 630px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.6rem, 5.2vw, 6.1rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.93;
  text-wrap: balance;
}

.hero-proof {
  margin: 1.65rem 0 0.85rem;
  color: var(--gold-400);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 600;
}

.hero-description {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  gap: 1.15rem;
  margin-top: 1.9rem;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.9rem 1.8rem;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 0.98rem;
  font-weight: 600;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--coral-500);
  color: var(--white);
}

.button-primary:hover {
  background: var(--coral-600);
}

.button-outline-light {
  border-color: var(--gold-400);
  color: var(--gold-400);
  background: rgba(7, 29, 46, 0.42);
}

.button-outline-light:hover {
  background: var(--gold-400);
  color: var(--navy-950);
}

.button-dark {
  background: var(--navy-900);
  color: var(--white);
}

.button-dark:hover {
  background: var(--navy-800);
}

.button-dark-on-light {
  background: var(--coral-500);
  color: var(--white);
}

.button-dark-on-light:hover {
  background: var(--coral-600);
}

.hero-caption {
  align-self: flex-end;
  margin: 0 0 4.8rem auto;
  padding: 0 0 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid var(--gold-400);
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  white-space: nowrap;
}

.hero-caption svg {
  color: var(--gold-400);
}

.section {
  width: min(100% - 9vw, 1380px);
  margin-inline: auto;
  padding: clamp(5rem, 8vw, 8rem) 0;
}

.section-heading {
  max-width: 680px;
}

.section-heading.centered {
  margin: 0 auto clamp(2.7rem, 5vw, 4.7rem);
  text-align: center;
}

.section-heading h2,
.feature-copy h2,
.guide-copy h2,
.meet-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 4.8vw, 5.15rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.section-heading > p:last-child,
.section-heading.light > p:last-child {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.explore-section {
  width: 100%;
  max-width: none;
  padding: 0;
}

.explore-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ivory-200);
  border-bottom: 1px solid var(--ivory-200);
}

.explore-card {
  min-width: 0;
  padding: 3.3rem clamp(1.3rem, 2.7vw, 3.7rem) 3rem;
}

.explore-card + .explore-card {
  border-left: 1px solid var(--ivory-200);
}

.explore-card-heading {
  margin-bottom: 2rem;
  text-align: center;
}

.explore-card-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.15rem, 3vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

.explore-card-heading span {
  width: 55px;
  display: block;
  margin: 1.15rem auto 0;
  border-top: 2px solid var(--gold-400);
}

.card-image-link {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--ivory-100);
}

.card-image-link img,
.story-image img,
.guide-image img,
.feature-image-wrap > img,
.meet-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.card-image-link:hover img,
.story-image:hover img {
  transform: scale(1.025);
}

.card-icon {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(7, 29, 46, 0.82);
  color: var(--gold-400);
}

.card-body {
  padding-top: 1.5rem;
}

.story-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 2.7vw, 2.85rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.card-body > p:not(.card-eyebrow) {
  min-height: 5.1em;
  margin: 0.9rem 0 1.2rem;
  color: var(--muted);
  line-height: 1.7;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--navy-800);
  font-size: 0.93rem;
  font-weight: 600;
}

.text-link:hover {
  color: var(--coral-600);
}

.feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  min-height: 720px;
  background: var(--navy-950);
  color: var(--white);
}

.feature.reverse {
  grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1.08fr);
  background: var(--ivory-100);
  color: var(--ink);
}

.feature.reverse .feature-image-wrap {
  grid-column: 2;
}

.feature.reverse .feature-copy {
  grid-column: 1;
  grid-row: 1;
}

.feature-image-wrap {
  position: relative;
  min-height: 650px;
  overflow: hidden;
}

.feature-image-wrap > img {
  position: absolute;
  inset: 0;
}

.image-note {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 1rem;
  background: rgba(7, 29, 46, 0.86);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: 500;
}

.feature-copy {
  align-self: center;
  padding: clamp(4rem, 7vw, 8rem);
}

.feature-copy h2 {
  max-width: 610px;
}

.feature-copy .lead {
  margin: 1.65rem 0 1rem;
  color: var(--gold-400);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.3;
}

.feature-copy > p:not(.eyebrow):not(.lead) {
  max-width: 640px;
  margin: 0 0 1.9rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

.feature.reverse .feature-copy > p:not(.eyebrow):not(.lead) {
  color: var(--muted);
}

.feature.reverse .feature-copy .lead {
  color: var(--coral-600);
}

.quote-mark {
  margin-top: 1.35rem;
  color: var(--gold-500);
  opacity: 0.5;
}

.mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0 0 2rem;
}

.mini-links a {
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--ivory-200);
  color: var(--navy-800);
  font-size: 0.82rem;
  font-weight: 600;
}

.guide-section {
  padding-top: clamp(5rem, 9vw, 9rem);
  padding-bottom: clamp(5rem, 9vw, 9rem);
}

.guide-card {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
  overflow: hidden;
  border: 1px solid var(--ivory-200);
  background: var(--white);
  box-shadow: 0 24px 70px rgba(35, 42, 45, 0.09);
}

.guide-copy {
  align-self: center;
  padding: clamp(3rem, 6vw, 6rem);
}

.guide-copy > p:not(.eyebrow) {
  margin: 1.3rem 0 1.6rem;
  color: var(--muted);
  line-height: 1.75;
}

.guide-image {
  min-height: 630px;
}

.check-list {
  margin: 0 0 2rem;
  padding: 0;
  display: grid;
  gap: 0.8rem;
  list-style: none;
}

.guide-copy ul {
  margin: 0 0 2rem;
  padding: 0;
  display: grid;
  gap: 0.8rem;
  list-style: none;
}

.guide-copy li {
  color: var(--navy-800);
  font-size: 0.93rem;
  font-weight: 500;
}

.guide-copy li::before {
  content: "✓";
  margin-right: 0.7rem;
  color: var(--gold-500);
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--navy-800);
  font-size: 0.93rem;
  font-weight: 500;
}

.check-list svg {
  color: var(--gold-500);
}

.journey-section {
  background: var(--navy-900);
  color: var(--white);
}

.journey-inner {
  width: min(100% - 9vw, 1240px);
  margin-inline: auto;
  padding: clamp(5rem, 8vw, 8.5rem) 0;
}

.section-heading.light .eyebrow {
  color: var(--gold-400);
}

.section-heading.light > p:last-child {
  color: rgba(255, 255, 255, 0.66);
}

.journey-stats {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.journey-stats > div {
  padding: 2.5rem 1.5rem;
  display: grid;
  justify-items: center;
  text-align: center;
}

.journey-stats > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.journey-stats strong {
  color: var(--gold-400);
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 0.9;
}

.journey-stats span {
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.journey-line {
  position: relative;
  margin: 4rem 1.2rem 0;
  display: flex;
  justify-content: space-between;
}

.journey-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(217, 174, 87, 0.55);
}

.journey-line span {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  border: 2px solid var(--navy-900);
  border-radius: 50%;
  background: var(--gold-400);
  box-shadow: 0 0 0 1px var(--gold-400);
}

.journey-labels {
  display: flex;
  justify-content: space-between;
  margin: 0.9rem 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.75rem;
}

.meet-section {
  padding-top: clamp(5rem, 8vw, 8rem);
}

.meet-card {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
  background: var(--white);
  border: 1px solid var(--ivory-200);
}

.meet-photo {
  position: relative;
  min-height: 650px;
}

.watch-link {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 1rem;
  background: rgba(7, 29, 46, 0.9);
  color: var(--white);
  font-size: 0.87rem;
  font-weight: 600;
}

.meet-copy {
  align-self: center;
  padding: clamp(3rem, 6vw, 7rem);
}

.meet-copy > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.8;
}

.newsletter {
  margin-top: 2rem;
  padding-top: 1.7rem;
  border-top: 1px solid var(--ivory-200);
}

.newsletter label {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--navy-800);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 600;
}

.newsletter-row {
  display: flex;
}

.newsletter input {
  min-width: 0;
  flex: 1;
  height: 52px;
  padding: 0 1rem;
  border: 1px solid var(--ivory-200);
  border-right: 0;
  background: var(--ivory-50);
  color: var(--ink);
  font-size: 1rem;
}

.newsletter button {
  min-height: 52px;
  padding: 0 1.25rem;
  border: 0;
  background: var(--coral-500);
  color: var(--white);
  font-weight: 600;
  cursor: pointer;
}

.newsletter button:hover {
  background: var(--coral-600);
}

.newsletter small {
  display: block;
  margin-top: 0.6rem;
  color: var(--muted);
  font-size: 0.72rem;
}

.newsletter-success {
  margin-top: 2rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  background: var(--ivory-100);
  color: var(--navy-800);
  font-size: 0.9rem;
}

.newsletter-success svg {
  color: var(--coral-500);
}

.heading-row {
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}

.latest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.4rem, 2.6vw, 2.5rem);
}

.story-image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--ivory-100);
}

.story-meta {
  margin: 1.25rem 0 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-meta span:first-child {
  color: var(--coral-600);
  font-weight: 600;
}

.story-card h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
}

.story-card h3 a:hover {
  color: var(--coral-600);
}

.site-footer {
  padding: 5rem 4.5vw 2rem;
  background: var(--navy-950);
  color: var(--white);
}

.footer-main {
  width: min(100%, 1380px);
  margin-inline: auto;
  padding-bottom: 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-brand {
  display: inline-block;
}

.footer-main p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 1rem 3rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
}

.footer-links a:hover {
  color: var(--gold-400);
}

.footer-bottom {
  width: min(100%, 1380px);
  margin: 1.5rem auto 0;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  color: rgba(255, 255, 255, 0.43);
  font-size: 0.72rem;
}

@media (max-width: 1100px) {
  .hero {
    min-height: 780px;
  }

  .hero-inner {
    width: min(100% - 7vw, 1080px);
  }

  .hero-copy {
    width: min(620px, 60vw);
  }

  .feature,
  .feature.reverse {
    grid-template-columns: 1fr 1fr;
  }

  .feature-copy {
    padding: clamp(3rem, 5vw, 5rem);
  }

  .guide-card {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  html {
    scroll-padding-top: 70px;
  }

  .hero {
    min-height: 820px;
  }

  .hero-image {
    object-position: 67% center;
    transform: none;
  }

  .hero-wash {
    background: rgba(4, 21, 34, 0.4);
  }

  .site-header {
    min-height: 78px;
    padding-inline: 5vw;
    background: rgba(7, 29, 46, 0.35);
  }

  .brand {
    font-size: clamp(1.45rem, 5.4vw, 1.8rem);
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--white);
    cursor: pointer;
  }

  .mobile-nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: grid;
    padding: 0.5rem 5vw 1rem;
    background: var(--navy-950);
    opacity: 0;
    transform: translateY(-8px);
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 170ms ease,
      transform 170ms ease,
      visibility 170ms ease;
  }

  .mobile-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }

  .mobile-nav a {
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.95rem;
  }

  .hero-inner {
    width: min(100% - 10vw, 720px);
    padding-top: 104px;
    align-items: flex-end;
  }

  .hero-copy {
    width: 100%;
    padding-bottom: 3.4rem;
  }

  .hero h1 {
    max-width: 560px;
    font-size: clamp(3.35rem, 10vw, 5rem);
  }

  .hero-caption {
    display: none;
  }

  .explore-grid,
  .latest-grid {
    grid-template-columns: 1fr;
  }

  .explore-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.85fr) minmax(0, 1.15fr);
    gap: 1.5rem;
  }

  .explore-card-heading {
    grid-column: 1 / -1;
    margin-bottom: 0.5rem;
  }

  .explore-card + .explore-card {
    border-top: 1px solid var(--ivory-200);
    border-left: 0;
  }

  .card-body {
    align-self: center;
    padding-top: 0;
  }

  .card-body > p:not(.card-eyebrow) {
    min-height: 0;
  }

  .feature,
  .feature.reverse,
  .guide-card,
  .meet-card {
    grid-template-columns: 1fr;
  }

  .feature.reverse .feature-image-wrap {
    grid-column: 1;
    grid-row: 1;
  }

  .feature.reverse .feature-copy {
    grid-column: 1;
    grid-row: 2;
  }

  .feature-image-wrap,
  .guide-image,
  .meet-photo {
    min-height: 520px;
  }

  .guide-image {
    grid-row: 1;
  }

  .journey-labels {
    font-size: 0.66rem;
  }

  .latest-grid {
    gap: 2.8rem;
  }

  .story-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
    grid-template-rows: auto auto 1fr;
    gap: 0 1.5rem;
  }

  .story-image {
    grid-row: 1 / 5;
  }

  .story-meta {
    margin-top: 0;
  }
}

.menu-button span {
  width: 24px;
  display: block;
  border-top: 2px solid currentColor;
}

@media (max-width: 620px) {
  .hero {
    min-height: 780px;
  }

  .site-header {
    padding-inline: 1.2rem;
  }

  .brand {
    white-space: normal;
    max-width: 250px;
    line-height: 0.93;
  }

  .hero-image {
    object-position: 68% center;
  }

  .hero-wash {
    background: rgba(3, 18, 30, 0.54);
  }

  .hero-inner {
    width: calc(100% - 2.4rem);
    padding-top: 92px;
  }

  .hero-copy {
    padding-bottom: 2.3rem;
  }

  .kicker {
    margin-bottom: 0.65rem;
    font-size: 0.65rem;
    letter-spacing: 0.14em;
  }

  .hero h1 {
    max-width: 370px;
    font-size: clamp(3.1rem, 16vw, 4.2rem);
    line-height: 0.9;
  }

  .hero-proof {
    max-width: 340px;
    margin-top: 1.35rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .hero-description {
    max-width: 340px;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .hero-actions {
    display: grid;
    gap: 0.7rem;
    max-width: 340px;
    margin-top: 1.35rem;
  }

  .button {
    width: 100%;
    min-height: 50px;
    padding-inline: 1rem;
  }

  .section {
    width: calc(100% - 2.4rem);
    padding: 4.5rem 0;
  }

  .section-heading h2,
  .feature-copy h2,
  .guide-copy h2,
  .meet-copy h2 {
    font-size: clamp(2.6rem, 13vw, 3.55rem);
  }

  .section-heading.centered {
    text-align: left;
  }

  .explore-grid {
    border-bottom: 0;
  }

  .explore-card {
    display: block;
    padding: 2.5rem 0 2rem;
  }

  .explore-card + .explore-card {
    padding-top: 2rem;
  }

  .card-body {
    padding-top: 1.25rem;
  }

  .explore-card-heading {
    margin-bottom: 1.5rem;
  }

  .feature,
  .feature.reverse {
    min-height: 0;
  }

  .feature-image-wrap,
  .guide-image,
  .meet-photo {
    min-height: 410px;
  }

  .feature-copy,
  .guide-copy,
  .meet-copy {
    padding: 3.5rem 1.2rem 4rem;
  }

  .guide-section {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .guide-card {
    border-right: 0;
    border-left: 0;
  }

  .journey-inner {
    width: calc(100% - 2.4rem);
  }

  .journey-stats {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .journey-stats > div {
    padding: 1.8rem 1rem;
  }

  .journey-stats > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .journey-line,
  .journey-labels {
    display: none;
  }

  .mini-links {
    margin-bottom: 1.5rem;
  }

  .newsletter-row {
    display: grid;
  }

  .newsletter input {
    border-right: 1px solid var(--ivory-200);
  }

  .newsletter button {
    min-height: 50px;
  }

  .heading-row {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .story-card {
    display: block;
  }

  .story-image {
    aspect-ratio: 4 / 3;
  }

  .story-meta {
    margin-top: 1.15rem;
  }

  .site-footer {
    padding: 4rem 1.2rem 1.5rem;
  }

  .footer-main,
  .footer-bottom {
    display: grid;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }
}

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

/*
 * Kadence compatibility: the theme's global heading and link palette can
 * otherwise override colors inside this custom full-page template.
 */
.atwwe .hero .brand,
.atwwe .hero .brand:link,
.atwwe .hero .brand:visited,
.atwwe .hero h1,
.atwwe .feature:not(.reverse) h2,
.atwwe .journey-section h2 {
  color: #fdfaf4 !important;
}

.atwwe .hero-description,
.atwwe .feature:not(.reverse) .feature-copy > p:not(.eyebrow):not(.lead),
.atwwe .journey-section .section-heading > p:last-child {
  color: rgba(255, 255, 255, 0.88) !important;
}

.atwwe .journey-section .section-heading h2 {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
}
