.about-page {
  --about-cream: var(--parchment);
  --about-teal: var(--teal);
  --about-deep: var(--ink);
  --about-sun: var(--yellow);
  --about-white: var(--white);
  overflow: clip;
  background: var(--about-cream);
  color: var(--about-deep);
}

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

.about-page h1,
.about-page h2,
.about-page h3 {
  font-family: var(--font-display);
  font-weight: 400;
}

.about-shell {
  width: min(100% - (2 * var(--page-gutter)), 88rem);
  margin-inline: auto;
}

.about-hero {
  position: relative;
  min-height: clamp(42rem, 92svh, 54rem);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  color: var(--about-white);
}
.about-hero-picture { z-index: -2; }
.about-hero-shade,
.about-coda-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgb(7 36 38 / 20%), rgb(8 39 42 / 76%)); }
.about-hero-copy { width: min(100% - (2 * var(--page-gutter)), 88rem); margin: 0 auto clamp(5.5rem, 10vh, 8rem); animation: about-rise 850ms cubic-bezier(.16, 1, .3, 1) both; }
.about-hero h1 { max-width: 10ch; margin-bottom: 1.5rem; font-size: clamp(2.8rem, 5.6vw, 5.8rem); line-height: .94; letter-spacing: -.035em; text-wrap: balance; }
.about-hero-copy > p:last-child { max-width: 36rem; margin-bottom: 0; font-size: clamp(1rem, 1.4vw, 1.18rem); font-weight: 300; line-height: 1.7; }
.about-scroll { position: absolute; right: var(--page-gutter); bottom: 2rem; min-height: 2.75rem; display: flex; align-items: center; gap: 1rem; color: inherit; font-size: .72rem; font-weight: 500; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }

.about-story.editorial-band { position: relative; min-height: 0; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); align-items: center; gap: clamp(1.5rem, 3vw, 3rem); padding-block: clamp(5rem, 8vw, 8rem); }
.about-story .editorial-band__title { max-width: none; }
.about-story .editorial-band__title h2 { max-width: 13ch; }
.about-story h2,
.about-place h2,
.about-values h2,
.about-coda h2 { margin-bottom: 0; font-size: clamp(2.8rem, 5.6vw, 5.8rem); line-height: .97; letter-spacing: -.025em; text-wrap: balance; }
.about-story-copy { max-width: 36rem; }
.about-story-copy p { line-height: 1.8; }
.about-lead { margin-bottom: 2rem; color: var(--about-teal); font-family: var(--font-display); font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1.45 !important; }

.about-place { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 45rem; background: var(--about-teal); color: var(--about-white); }
.about-place-image { position: relative; min-height: 45rem; overflow: hidden; }
.about-place-image img { object-fit: cover; transition: transform 280ms cubic-bezier(.16, 1, .3, 1); }
.about-place:hover .about-place-image img { transform: scale(1.025); }
.about-place-copy { align-self: center; max-width: 37rem; padding: clamp(4rem, 7vw, 7rem); }
.about-place-copy h2 { max-width: 12ch; margin-bottom: 2rem; }
.about-place-copy > p { margin-bottom: 2.25rem; line-height: 1.8; }
.about-link { min-height: 2.75rem; width: fit-content; display: inline-flex; align-items: center; gap: 1rem; border-bottom: 1px solid currentColor; color: inherit; font-size: .74rem; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.about-link span { transition: transform 180ms cubic-bezier(.23, 1, .32, 1); }

.about-values { padding-block: clamp(5rem, 8vw, 8rem); }
.about-values-intro { max-width: 56rem; margin-bottom: clamp(3.5rem, 6vw, 5.5rem); }
.about-values-intro h2 { max-width: 13ch; }
.about-values-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(2rem, 4vw, 4rem); }
.about-values-list article { padding-top: 1.4rem; border-top: 1px solid rgb(30 99 105 / 35%); }
.about-values-list h3 { margin: 1.75rem 0 1.2rem; font-size: clamp(1.4rem, 2vw, 2rem); line-height: 1.15; }
.about-values-list p { max-width: 29rem; margin-bottom: 0; line-height: 1.75; }

.about-coda { position: relative; min-height: 44rem; display: grid; place-items: center; isolation: isolate; color: var(--about-white); text-align: center; }
.about-coda-picture { z-index: -2; }
.about-coda-shade { background: rgb(9 48 51 / 67%); }
.about-coda-copy { width: min(100% - 2.5rem, 58rem); }
.about-coda h2 { max-width: 14ch; margin: 0 auto 2.5rem; }
.about-coda-copy > a { min-height: 3.25rem; display: inline-flex; align-items: center; gap: .9rem; padding-inline: 1.6rem; border-radius: 999px; background: var(--about-sun); color: var(--about-deep); font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: transform 220ms ease-out, background-color 220ms ease-out; }
.about-coda-copy > a:hover { transform: translateY(-3px); background: var(--about-white); }

@keyframes about-rise { from { opacity: 0; transform: translateY(2rem); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .about-story.editorial-band { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
  .about-story.editorial-band > .editorial-band__title,
  .about-story.editorial-band > .editorial-band__copy {
    min-width: 0;
    grid-column: 1 / -1;
  }
  .about-place { grid-template-columns: 1fr; }
  .about-place-image { min-height: 65vw; }
  .about-place-copy { max-width: none; }
  .about-values-list { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media (max-width: 560px) {
  .about-hero { min-height: 100svh; }
  .about-hero-copy { margin-bottom: 6.5rem; }
  .about-hero h1 { font-size: clamp(2.8rem, 16vw, 5.8rem); }
  .about-story h2,
  .about-place h2,
  .about-values h2 { font-size: clamp(2.8rem, 13vw, 3.6rem); }
  .about-scroll { left: var(--page-gutter); right: auto; }
  .about-story { min-height: 0; }
  .about-place-image { min-height: 28rem; }
  .about-place-copy { padding: 4.5rem var(--page-gutter); }
}

@media (max-height: 560px) and (orientation: landscape) {
  .about-hero { min-height: 38rem; }
  .about-hero-copy { margin-bottom: 4rem; }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero-copy { animation: none; }
  .about-place-image img { transition: none; }
  .about-place:hover .about-place-image img { transform: none; }
  .about-link span,
  .about-coda-copy > a { transition: none; }
}

@media (hover: hover) and (pointer: fine) {
  .about-link:hover span { transform: translateX(.3rem); }
}

/* Elementor Free keeps every section editable; these rules remove only its layout chrome. */
.about-page .elementor .e-con {
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --gap: 0;
  max-width: none;
}
.about-page .elementor-widget { margin: 0; }
.about-page .elementor .about-shell { width: min(100% - (2 * var(--page-gutter)), 88rem); }
.about-page .elementor .about-hero { min-height: clamp(42rem, 92svh, 54rem); display: flex; flex-direction: row; align-items: flex-end; }
.about-page .elementor .about-hero-copy,
.about-page .elementor .about-place-copy,
.about-page .elementor .about-values-intro,
.about-page .elementor .about-value,
.about-page .elementor .about-coda-copy { display: block; }
.about-page .elementor .about-hero-copy { width: min(100% - (2 * var(--page-gutter)), 88rem); flex: 0 0 auto; margin: 0 auto clamp(5.5rem, 10vh, 8rem); }
.about-page .elementor .about-story { display: grid; }
.about-page .elementor .about-story-copy { --width: 32rem; --max-width: 32rem; width: 32rem; max-width: 32rem; }
.about-page .elementor .about-place { min-height: 45rem; display: grid; }
.about-page .elementor .about-place-image { min-height: 45rem; display: block; }
.about-page .elementor .about-place-copy { align-self: center; max-width: 37rem; padding: clamp(4rem, 7vw, 7rem); }
.about-page .elementor .about-values { display: block; padding-block: clamp(5rem, 8vw, 8rem); }
.about-page .elementor .about-values-intro { max-width: 56rem; margin-bottom: clamp(3.5rem, 6vw, 5.5rem); }
.about-page .elementor .about-values-list { display: grid; gap: clamp(2rem, 4vw, 4rem); }
.about-page .elementor .about-coda { min-height: 44rem; display: grid; place-items: center; }
.about-page .elementor .about-coda-copy { width: min(100% - 2.5rem, 58rem); align-self: center; justify-self: center; text-align: center; }
.about-page .elementor .about-hero-shade,
.about-page .elementor .about-coda-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgb(7 36 38 / 20%), rgb(8 39 42 / 76%)); }
.about-page .elementor .about-coda-shade { background: rgb(9 48 51 / 67%); }
.about-page .wave-image-fill { position: absolute; inset: 0; width: 100%; height: 100%; }
.about-page .wave-image-fill > .elementor-widget-container,
.about-page .wave-image-fill figure,
.about-page .wave-image-fill img { width: 100%; height: 100%; }
.about-page .wave-image-fill img { display: block; object-fit: cover; }
.about-page .wave-image-mobile { display: none; }
.about-page .about-hero-copy .elementor-widget-text-editor p:last-child { max-width: 36rem; margin-bottom: 0; font-size: clamp(1rem, 1.4vw, 1.18rem); font-weight: 300; line-height: 1.7; }
.about-page .about-place-copy .elementor-widget-text-editor p { margin-bottom: 2.25rem; line-height: 1.8; }
.about-page .about-scroll,
.about-page .about-link,
.about-page .about-coda-link { width: fit-content; }
.about-page .elementor .about-scroll {
  --width: auto;
  position: absolute;
  right: var(--page-gutter);
  bottom: 2rem;
  flex: 0 0 auto;
  width: max-content;
  min-width: max-content;
  max-width: max-content;
  white-space: nowrap;
}
.about-page .about-scroll .elementor-button,
.about-page .about-link .elementor-button,
.about-page .about-coda-link .elementor-button { box-shadow: none; font: inherit; }
.about-page .about-scroll .elementor-button {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
}
.about-page .about-scroll .elementor-button::after { content: "↓"; }
.about-page .about-link .elementor-button {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: inherit;
}
.about-page .about-link { border-bottom: 0; }
.about-page .about-link span { transition: none; }
.about-page .about-link .elementor-button::after { content: "→"; transition: transform 180ms cubic-bezier(.23, 1, .32, 1); }
.about-page .about-coda-link .elementor-button {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  padding-inline: 1.6rem;
  border: 0;
  border-radius: 999px;
  background: var(--about-sun);
  color: var(--about-deep);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform 220ms ease-out, background-color 220ms ease-out;
}
.about-page .about-coda-link .elementor-button::after { content: "↗"; }
.about-page .about-coda-link { margin-inline: auto; }
.about-page .about-coda-link .elementor-button:hover { transform: translateY(-3px); background: var(--about-white); }

@media (max-width: 900px) {
  .about-page .elementor .about-story,
  .about-page .elementor .about-place,
  .about-page .elementor .about-values-list { grid-template-columns: minmax(0, 1fr); }
  .about-page .elementor .about-place-image { min-height: 65vw; }
  .about-page .elementor .about-place-copy { max-width: none; }
  .about-page .elementor .about-values-list { gap: 2.5rem; }
}

@media (max-width: 760px) {
  .about-page .wave-image-desktop { display: none; }
  .about-page .wave-image-mobile { display: block; }
}

@media (max-width: 560px) {
  .about-page .elementor .about-hero { min-height: 100svh; }
  .about-page .elementor .about-hero-copy { margin-bottom: 6.5rem; }
  .about-page .elementor .about-scroll { right: auto; left: var(--page-gutter); }
  .about-page .elementor .about-place-image { min-height: 28rem; }
  .about-page .elementor .about-place-copy { padding: 4.5rem var(--page-gutter); }
}

@media (max-height: 560px) and (orientation: landscape) {
  .about-page .elementor .about-hero { min-height: 38rem; }
  .about-page .elementor .about-hero-copy { margin-bottom: 4rem; }
}

@media (prefers-reduced-motion: reduce) {
  .about-page .about-link .elementor-button::after,
  .about-page .about-coda-link .elementor-button { transition: none; }
}

@media (hover: hover) and (pointer: fine) {
  .about-page .about-link:hover .elementor-button::after { transform: translateX(.3rem); }
}
