:root {
  --about-ink: #172923;
  --about-muted: #5d6b66;
  --about-cream: #f7f3e9;
  --about-sand: #e8dbc3;
  --about-green: #1e5746;
  --about-deep: #123c31;
  --about-coral: #d9674e;
  --about-white: #fff;
  --about-shadow: 0 24px 60px rgba(16, 49, 39, 0.15);
}

.about-modern,
.about-modern button,
.about-modern input {
  color: var(--about-ink);
  font-family: "DM Sans", sans-serif;
}

.about-modern main {
  overflow: hidden;
}

.about-modern h1,
.about-modern h2,
.about-modern h3 {
  font-family: "Playfair Display", serif;
  letter-spacing: -0.03em;
}

.about-modern figure,
.about-modern ol,
.about-modern ul,
.about-modern p {
  margin-top: 0;
}

.about-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* Keep the legacy theme's alternating section rule from overriding this page. */
.about-modern main > section.about-hero {
  padding: 0;
  background: var(--about-deep);
}

.about-modern main > section.about-journey {
  background: var(--about-white);
}

.about-modern main > section.about-story {
  background: var(--about-cream);
}

.about-modern main > section.about-values {
  background: var(--about-deep);
}

.about-modern main > section.about-place {
  background: var(--about-cream);
}

.about-modern main > section.about-final {
  padding: 0;
  background: var(--about-deep);
}

.about-eyebrow {
  margin: 0 0 15px;
  color: #f0c994;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.about-eyebrow-dark {
  color: var(--about-coral);
}

.about-hero {
  position: relative;
  min-height: 880px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--about-deep);
}

.about-hero > img,
.about-final > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero > img {
  object-position: center 47%;
  animation: aboutHeroScale 1.4s ease both;
}

.about-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 27, 22, 0.94) 0%, rgba(6, 27, 22, 0.75) 54%, rgba(6, 27, 22, 0.42) 100%);
}

.about-hero-inner {
  position: relative;
  z-index: 1;
  padding: 164px 0 42px;
}

.about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 48px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-breadcrumb a {
  color: #f0c994;
}

.about-breadcrumb a:hover,
.about-breadcrumb a:focus {
  color: var(--about-white);
  text-decoration: none;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.58fr);
  gap: 76px;
  align-items: center;
}

.about-hero-copy {
  animation: aboutRise 0.8s 0.15s ease both;
}

.about-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
}

.about-hero-eyebrow > span {
  width: 32px;
  height: 1px;
  display: inline-block;
  background: #f0c994;
}

.about-hero h1 {
  max-width: 780px;
  margin: 0;
  color: var(--about-white);
  font-size: clamp(52px, 6.2vw, 82px);
  line-height: 1;
}

.about-hero-copy > p:not(.about-eyebrow) {
  max-width: 680px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.7;
}

.about-hero-highlights {
  display: flex;
  gap: 30px;
  padding: 25px 0 0;
  margin: 30px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
}

.about-hero-highlights li {
  display: flex;
  align-items: center;
  gap: 11px;
}

.about-hero-highlights li > i {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  color: #f0c994;
}

.about-hero-highlights small,
.about-hero-highlights strong {
  display: block;
}

.about-hero-highlights small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-hero-highlights strong {
  color: var(--about-white);
  font-size: 11px;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.about-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.about-button:hover,
.about-button:focus {
  transform: translateY(-2px);
  text-decoration: none;
}

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

.about-button-primary:hover,
.about-button-primary:focus {
  background: var(--about-green);
  color: var(--about-white);
}

.about-button-ghost {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.06);
  color: var(--about-white);
  backdrop-filter: blur(7px);
}

.about-button-ghost:hover,
.about-button-ghost:focus {
  background: var(--about-white);
  color: var(--about-deep);
}

.about-hero-note {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--about-white);
  box-shadow: 0 20px 48px rgba(3, 20, 15, 0.22);
  backdrop-filter: blur(12px);
  animation: aboutRise 0.8s 0.3s ease both;
}

.about-hero-note > span {
  color: #f0c994;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.about-hero-note > p {
  margin: 12px 0 20px;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Playfair Display", serif;
  font-size: 21px;
  line-height: 1.45;
}

.about-hero-note ul {
  padding: 17px 0 0;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}

.about-hero-note li {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}

.about-hero-note li i {
  margin-right: 8px;
  color: #f0c994;
}

.about-hero-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 70px rgba(2, 19, 14, 0.35);
  animation: aboutRise 0.8s 0.3s ease both;
}

.about-hero-card figure {
  position: relative;
  height: 205px;
  overflow: hidden;
  margin: 0;
}

.about-hero-card figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(6, 29, 23, 0.72));
  content: "";
}

.about-hero-card figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 56%;
  transition: transform 0.55s ease;
}

.about-hero-card:hover figure img {
  transform: scale(1.035);
}

.about-hero-card figure > span {
  position: absolute;
  bottom: 16px;
  left: 18px;
  z-index: 1;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  background: rgba(5, 30, 23, 0.42);
  color: var(--about-white);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(7px);
}

.about-hero-card figure > span i {
  margin-right: 5px;
  color: #f0c994;
}

.about-hero-card-body {
  padding: 24px 25px 23px;
}

.about-card-kicker {
  margin: 0 0 7px;
  color: var(--about-coral);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-hero-card-body h2 {
  margin: 0;
  color: var(--about-ink);
  font-size: 25px;
  line-height: 1.2;
}

.about-hero-card-body > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 18px 0;
  margin: 18px 0;
  border-top: 1px solid #e0e6e3;
  border-bottom: 1px solid #e0e6e3;
  list-style: none;
}

.about-hero-card-body > ul li {
  color: var(--about-muted);
  font-size: 10px;
  font-weight: 600;
}

.about-hero-card-body > ul i {
  width: 17px;
  color: var(--about-coral);
}

.about-hero-card-body > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--about-green);
}

.about-hero-card-body > a:hover,
.about-hero-card-body > a:focus {
  color: var(--about-coral);
  text-decoration: none;
}

.about-hero-card-body > a small,
.about-hero-card-body > a strong {
  display: block;
}

.about-hero-card-body > a small {
  margin-bottom: 2px;
  color: var(--about-muted);
  font-size: 9px;
}

.about-hero-card-body > a strong {
  font-size: 13px;
}

.about-hero-card-body > a > i {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(30, 87, 70, 0.1);
}

.about-hero-guide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 43px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 13px;
  background: rgba(5, 31, 24, 0.48);
  backdrop-filter: blur(12px);
  animation: aboutRise 0.8s 0.45s ease both;
}

.about-hero-guide > a {
  min-height: 73px;
  display: grid;
  grid-template-columns: 30px 1fr 18px;
  gap: 10px;
  align-items: center;
  padding: 15px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--about-white);
  transition: background 0.2s ease;
}

.about-hero-guide > a:last-child {
  border-right: 0;
}

.about-hero-guide > a:hover,
.about-hero-guide > a:focus {
  background: rgba(255, 255, 255, 0.1);
  color: var(--about-white);
  text-decoration: none;
}

.about-hero-guide b {
  color: #f0c994;
  font-size: 10px;
}

.about-hero-guide strong,
.about-hero-guide small {
  display: block;
}

.about-hero-guide strong {
  font-size: 12px;
}

.about-hero-guide small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
}

.about-hero-guide > a > i {
  color: #f0c994;
}

#our-story,
#inside-resort {
  scroll-margin-top: 88px;
}

.about-story,
.about-intro,
.about-values,
.about-place,
.about-journey {
  padding: 104px 0;
}

.about-story {
  background: var(--about-cream);
}

.about-story-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  gap: 90px;
  align-items: end;
  margin-bottom: 48px;
}

.about-story-heading h2 {
  margin: 0;
  color: var(--about-ink);
  font-size: clamp(40px, 4.6vw, 60px);
  line-height: 1.06;
}

.about-story-heading > p {
  margin-bottom: 3px;
  color: var(--about-muted);
  font-size: 15px;
  line-height: 1.75;
}

.about-story-editorial {
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(310px, 1fr) minmax(250px, 0.7fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(30, 87, 70, 0.14);
  border-radius: 17px;
  background: var(--about-white);
  box-shadow: 0 20px 55px rgba(20, 54, 43, 0.09);
}

.about-story-image {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  background: var(--about-deep);
}

.about-story-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(5, 28, 21, 0.85));
  content: "";
}

.about-story-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.7s ease;
}

.about-story-image:hover img {
  transform: scale(1.035);
}

.about-story-image figcaption {
  position: absolute;
  right: 27px;
  bottom: 25px;
  left: 27px;
  z-index: 1;
  color: var(--about-white);
}

.about-story-image figcaption span,
.about-story-image figcaption strong {
  display: block;
}

.about-story-image figcaption span {
  margin-bottom: 5px;
  color: #f0c994;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-story-image figcaption strong {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 1.25;
}

.about-story-copy,
.about-story-facts {
  padding: 42px 38px;
}

.about-story-copy {
  border-right: 1px solid #e2e7e4;
}

.about-story-number {
  display: block;
  margin: 0 0 27px;
  color: var(--about-coral);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-story-copy > p {
  margin: 0 0 17px;
  color: var(--about-muted);
  font-size: 13px;
  line-height: 1.72;
}

.about-story-copy .about-story-lead {
  color: var(--about-ink);
  font-family: "Playfair Display", serif;
  font-size: 23px;
  line-height: 1.48;
}

.about-story-copy blockquote {
  margin: 26px 0 0;
  padding: 18px 0 0 18px;
  border-top: 1px solid #dfe5e1;
  border-left: 3px solid var(--about-coral);
  color: var(--about-green);
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-style: normal;
  line-height: 1.45;
}

.about-story-facts {
  background: #fbfaf6;
}

.about-story-facts > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 21px 0;
  border-bottom: 1px solid #e1e6e3;
}

.about-story-facts > div > i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(217, 103, 78, 0.1);
  color: var(--about-coral);
  font-size: 16px;
}

.about-story-facts strong,
.about-story-facts small {
  display: block;
}

.about-story-facts strong {
  margin-bottom: 5px;
  color: var(--about-ink);
  font-size: 13px;
}

.about-story-facts small {
  color: var(--about-muted);
  font-size: 11px;
  line-height: 1.55;
}

.about-story-facts > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
  color: var(--about-green);
  font-size: 12px;
  font-weight: 700;
}

.about-story-facts > a:hover,
.about-story-facts > a:focus {
  color: var(--about-coral);
  text-decoration: none;
}

.about-intro {
  background: var(--about-white);
}

.about-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 104px;
  align-items: center;
}

.about-photo-story {
  position: relative;
  isolation: isolate;
  min-height: 605px;
}

.about-photo-main {
  position: relative;
  width: 84%;
  margin: 0;
}

.about-photo-main::before {
  position: absolute;
  top: 24px;
  right: -54px;
  z-index: -1;
  width: 76%;
  height: 92%;
  border: 1px solid rgba(30, 87, 70, 0.15);
  border-radius: 17px;
  background: linear-gradient(145deg, var(--about-sand), rgba(247, 243, 233, 0.28));
  content: "";
}

.about-photo-main img {
  width: 100%;
  height: 570px;
  display: block;
  border-radius: 16px;
  object-fit: cover;
  object-position: center 43%;
  box-shadow: var(--about-shadow);
}

.about-photo-inset {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54%;
  padding: 9px;
  margin: 0;
  border-radius: 13px;
  background: var(--about-white);
  box-shadow: 0 20px 45px rgba(17, 48, 39, 0.2);
}

.about-photo-inset img {
  width: 100%;
  height: 190px;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.about-photo-inset figcaption {
  padding: 11px 7px 5px;
  color: var(--about-deep);
  font-family: "Playfair Display", serif;
  font-size: 15px;
  font-weight: 700;
}

.about-photo-label {
  position: absolute;
  bottom: 15px;
  left: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--about-green);
  transform: rotate(-90deg) translateY(100%);
  transform-origin: bottom left;
}

.about-photo-label b {
  font-family: "Playfair Display", serif;
  font-size: 32px;
}

.about-photo-label small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-intro-copy h2,
.about-story-heading h2,
.about-heading h2,
.about-journey h2,
.about-final h2 {
  margin: 0;
  font-size: clamp(39px, 4.2vw, 57px);
  line-height: 1.1;
}

.about-intro-copy > p:not(.about-eyebrow) {
  margin: 21px 0 0;
  color: var(--about-muted);
  line-height: 1.8;
}

.about-intro-copy .about-lead {
  color: var(--about-ink);
  font-family: "Playfair Display", serif;
  font-size: 21px;
  line-height: 1.55;
}

.about-signature {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding: 20px 0 0 22px;
  border-top: 1px solid #dfe5e1;
  border-left: 3px solid var(--about-coral);
}

.about-signature span {
  color: var(--about-muted);
  font-size: 12px;
}

.about-signature strong {
  margin-top: 3px;
  color: var(--about-green);
  font-family: "Playfair Display", serif;
  font-size: 22px;
}

.about-values {
  position: relative;
  background: var(--about-deep);
  color: var(--about-white);
}

.about-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.55fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 44px;
}

.about-heading h2 {
  color: var(--about-white);
}

.about-heading > p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.about-values-grid article {
  position: relative;
  min-height: 280px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  transition: background 0.25s ease, transform 0.25s ease;
}

.about-values-grid article:hover {
  background: rgba(255, 255, 255, 0.11);
  transform: translateY(-5px);
}

.about-values-grid article > span {
  position: absolute;
  top: 25px;
  right: 27px;
  color: rgba(255, 255, 255, 0.28);
  font-size: 11px;
  font-weight: 700;
}

.about-values-grid article > i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(240, 201, 148, 0.12);
  color: #f0c994;
  font-size: 21px;
}

.about-values-grid h3 {
  margin: 42px 0 10px;
  color: var(--about-white);
  font-size: 25px;
}

.about-values-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.about-place {
  background: var(--about-cream);
}

.about-heading-dark h2 {
  color: var(--about-ink);
}

.about-heading-dark > p {
  color: var(--about-muted);
}

.about-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, 275px);
  gap: 16px;
}

.about-gallery figure {
  position: relative;
  grid-column: span 6;
  overflow: hidden;
  margin: 0;
  border-radius: 14px;
  background: var(--about-deep);
}

.about-gallery figure:nth-child(1) {
  grid-column: span 7;
  grid-row: span 2;
}

.about-gallery figure:nth-child(2) {
  grid-column: span 5;
}

.about-gallery figure:nth-child(3) {
  grid-column: 8 / span 3;
}

.about-gallery figure:nth-child(4) {
  grid-column: 11 / span 2;
}

.about-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.about-gallery figure:nth-child(4) img {
  object-position: center;
}

.about-gallery figure:hover img {
  transform: scale(1.045);
}

.about-gallery figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(5, 28, 21, 0.83));
  content: "";
}

.about-gallery figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 1;
  color: var(--about-white);
}

.about-gallery figcaption span,
.about-gallery figcaption strong {
  display: block;
}

.about-gallery figcaption span {
  margin-bottom: 3px;
  color: #f0c994;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-gallery figcaption strong {
  font-family: "Playfair Display", serif;
  font-size: 19px;
}

.about-journey {
  background: var(--about-white);
}

.about-journey-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 100px;
  align-items: center;
}

.about-journey-grid > div > p:not(.about-eyebrow) {
  margin: 22px 0;
  color: var(--about-muted);
  line-height: 1.8;
}

.about-text-link {
  color: var(--about-green);
  font-weight: 700;
}

.about-text-link i {
  margin-left: 7px;
}

.about-journey ol {
  padding: 0;
  margin-bottom: 0;
  border-top: 1px solid #dfe5e1;
  list-style: none;
}

.about-journey li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  align-items: center;
  padding: 25px 8px;
  border-bottom: 1px solid #dfe5e1;
}

.about-journey li b {
  color: var(--about-coral);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.about-journey li strong,
.about-journey li small {
  display: block;
}

.about-journey li strong {
  color: var(--about-ink);
  font-family: "Playfair Display", serif;
  font-size: 20px;
}

.about-journey li small {
  margin-top: 5px;
  color: var(--about-muted);
  font-size: 12px;
}

.about-final {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-align: center;
}

.about-final > img {
  object-position: center 53%;
}

.about-final-shade {
  position: absolute;
  inset: 0;
  background: rgba(6, 29, 23, 0.73);
}

.about-final-content {
  position: relative;
  z-index: 1;
}

.about-final h2,
.about-final-content > p:not(.about-eyebrow) {
  color: var(--about-white);
}

.about-final-content > p:not(.about-eyebrow) {
  margin: 19px 0 0;
  font-size: 16px;
}

.about-actions-center {
  justify-content: center;
}

@keyframes aboutHeroScale {
  from { opacity: 0.7; transform: scale(1.04); }
  to { opacity: 1; transform: scale(1); }
}

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

@media (max-width: 991px) {
  .about-hero-grid,
  .about-intro-grid,
  .about-journey-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-grid {
    gap: 38px;
  }

  .about-hero-note,
  .about-hero-card {
    max-width: 560px;
  }

  .about-intro-grid,
  .about-journey-grid {
    gap: 55px;
  }

  .about-photo-story {
    width: 100%;
    max-width: 680px;
  }

  .about-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-story-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-story-editorial {
    grid-template-columns: minmax(240px, 0.65fr) minmax(0, 1fr);
  }

  .about-story-facts {
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .about-story-facts > .about-story-number,
  .about-story-facts > a {
    grid-column: 1 / 4;
  }

  .about-story-facts > div {
    border-top: 1px solid #e1e6e3;
  }

  .about-gallery {
    grid-template-rows: repeat(2, 240px);
  }
}

@media (max-width: 767px) {
  .about-shell {
    width: min(100% - 28px, 620px);
  }

  .about-hero {
    min-height: auto;
  }

  .about-hero-inner {
    padding: 142px 0 42px;
  }

  .about-breadcrumb {
    margin-bottom: 38px;
  }

  .about-hero h1 {
    font-size: 48px;
  }

  .about-hero-copy > p:not(.about-eyebrow) {
    font-size: 16px;
  }

  .about-hero-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .about-hero-guide {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .about-hero-guide > a {
    min-width: 235px;
    flex: 0 0 235px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    scroll-snap-align: start;
  }

  .about-actions,
  .about-actions .about-button {
    width: 100%;
  }

  .about-story,
  .about-intro,
  .about-values,
  .about-place,
  .about-journey {
    padding: 74px 0;
  }

  .about-photo-story {
    min-height: 515px;
  }

  .about-story-editorial {
    grid-template-columns: 1fr;
  }

  .about-story-image {
    min-height: 430px;
  }

  .about-story-copy,
  .about-story-facts {
    padding: 30px 24px;
  }

  .about-story-copy {
    border-right: 0;
    border-bottom: 1px solid #e2e7e4;
  }

  .about-story-facts {
    grid-column: auto;
    display: block;
  }

  .about-story-facts > .about-story-number,
  .about-story-facts > a {
    grid-column: auto;
  }

  .about-photo-main img {
    height: 480px;
  }

  .about-photo-inset {
    width: 59%;
  }

  .about-photo-inset img {
    height: 145px;
  }

  .about-photo-label {
    display: none;
  }

  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .about-values-grid article {
    min-height: auto;
  }

  .about-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .about-gallery figure,
  .about-gallery figure:nth-child(1),
  .about-gallery figure:nth-child(2),
  .about-gallery figure:nth-child(3),
  .about-gallery figure:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
    min-height: 280px;
  }

  .about-gallery figure:nth-child(1) {
    min-height: 400px;
  }

  .about-final {
    min-height: 520px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero > img,
  .about-hero-copy,
  .about-hero-note,
  .about-hero-card,
  .about-hero-guide {
    animation: none;
  }

  .about-gallery img,
  .about-values-grid article,
  .about-button {
    transition: none;
  }
}
