.about-page {
  background:
    radial-gradient(circle at 16% 0%, rgba(213, 168, 85, 0.16), transparent 34%),
    linear-gradient(180deg, #FBF6EE 0%, #F2E6D2 100%);
}

.about-page .quick-page-content {
  display: grid;
  gap: clamp(1.15rem, 2vw, 1.9rem);
}

.about-hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: clamp(31rem, 55vw, 43.5rem);
  overflow: hidden;
  isolation: isolate;
  background: #FBF6EE;
}

.about-hero__media,
.about-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.about-hero__media {
  z-index: -2;
}

.about-hero__media img {
  object-fit: cover;
  object-position: center right;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 247, 233, 0.99) 0%, rgba(255, 247, 233, 0.94) 31%, rgba(255, 247, 233, 0.62) 47%, rgba(255, 247, 233, 0.2) 64%, rgba(255, 247, 233, 0) 82%),
    linear-gradient(180deg, rgba(255, 250, 239, 0.04), rgba(86, 47, 24, 0.12));
}

.about-hero__content {
  width: min(46%, 37.5rem);
  margin-top: clamp(2.1rem, 4.1vw, 3.75rem);
  padding: 0 clamp(1.35rem, 4.8vw, 4.6rem) clamp(2rem, 3vw, 3rem);
}

.about-eyebrow,
.about-section-heading h2 {
  margin: 0 0 clamp(0.65rem, 1vw, 0.9rem);
  color: #925a22;
  font-family: var(--font-body, Inter, system-ui, sans-serif);
  font-size: clamp(0.72rem, 0.86vw, 0.92rem);
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-hero h1,
.about-story-card h2,
.about-promise h2 {
  margin: 0;
  color: #1D1309;
  font-family: var(--font-heading, "Cormorant Garamond", Georgia, serif);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.about-hero h1 {
  max-width: 34rem;
  font-size: clamp(2.9rem, 4.75vw, 5.45rem);
  line-height: 1.02;
}

.about-hero h1 em {
  font-style: italic;
  font-weight: 600;
}

.about-title-line {
  display: block;
}

.about-title-line--intro {
  white-space: nowrap;
}

.about-ornament {
  width: min(19rem, 82%);
  height: 1.1rem;
  margin: clamp(1rem, 1.8vw, 1.55rem) 0 clamp(1rem, 1.7vw, 1.45rem);
  position: relative;
  background:
    linear-gradient(90deg, rgba(164, 105, 38, 0.58), rgba(164, 105, 38, 0.14)) left 50% / calc(50% - 1rem) 1px no-repeat,
    linear-gradient(90deg, rgba(164, 105, 38, 0.14), rgba(164, 105, 38, 0.58)) right 50% / calc(50% - 1rem) 1px no-repeat;
}

.about-ornament::after {
  content: "✦";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #D4AF37;
  font-size: 0.78rem;
  transform: translate(-50%, -50%);
}

.about-ornament--center {
  margin-inline: auto;
}

.about-hero p,
.about-story-card p,
.about-promise p,
.about-closing p,
.about-reasons p {
  color: #1D1309;
  font-size: clamp(0.96rem, 1.06vw, 1.08rem);
  line-height: 1.58;
}

.about-hero p {
  max-width: 28rem;
  margin: 0;
}

.about-hero p + p,
.about-story-card p + p,
.about-promise p + p {
  margin-top: clamp(0.72rem, 1.1vw, 1rem);
}

.about-script {
  color: #D4AF37 !important;
  font-family: "Bradley Hand", "Segoe Print", cursive;
  font-size: clamp(1.45rem, 2.05vw, 2.2rem) !important;
  line-height: 1.32 !important;
}

.about-hero .about-script {
  margin-top: clamp(1rem, 1.5vw, 1.45rem);
}

.about-story-card,
.about-reasons,
.about-promise,
.about-closing {
  width: min(calc(100% - 2.5rem), 73rem);
  margin: 0 auto;
  border: 1px solid rgba(138, 88, 45, 0.17);
  border-radius: clamp(1.35rem, 2.5vw, 2.25rem);
  background:
    linear-gradient(180deg, rgba(251, 246, 238, 0.97), rgba(248, 233, 205, 0.9)),
    radial-gradient(circle at 18% 0%, rgba(214, 174, 105, 0.13), transparent 42%);
  box-shadow: 0 1rem 2.6rem rgba(82, 49, 27, 0.11);
}

.about-story-card {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(18rem, 0.88fr);
  gap: clamp(1.7rem, 4vw, 4.4rem);
  align-items: center;
  padding: clamp(1.8rem, 4.5vw, 4.6rem);
}

.about-eyebrow--center,
.about-section-heading {
  text-align: center;
}

.about-story-card h2,
.about-promise h2 {
  font-size: clamp(2.15rem, 3.35vw, 3.95rem);
  line-height: 1.05;
  margin-bottom: clamp(1rem, 1.8vw, 1.65rem);
}

.about-story-card__copy,
.about-story-card__photos {
  min-width: 0;
}

.about-story-card__photos {
  position: relative;
  min-height: clamp(23rem, 36vw, 33rem);
}

.about-polaroid,
.about-note-card {
  position: absolute;
  background: #FBF6EE;
  box-shadow: 0 1.2rem 2.4rem rgba(76, 45, 26, 0.2);
}

.about-polaroid {
  padding: clamp(0.55rem, 1.1vw, 0.9rem) clamp(0.55rem, 1.1vw, 0.9rem) clamp(1.8rem, 3vw, 2.9rem);
  transform: rotate(3deg);
}

.about-polaroid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-polaroid--main {
  top: 0;
  right: 4%;
  width: min(74%, 25rem);
  height: clamp(16rem, 27vw, 22rem);
}

.about-polaroid--small {
  right: 0;
  bottom: 1.15rem;
  width: clamp(9.5rem, 16vw, 13.5rem);
  height: clamp(8.8rem, 14.8vw, 12.4rem);
  transform: rotate(8deg);
}

.about-note-card {
  left: 2%;
  bottom: clamp(4rem, 6vw, 5rem);
  z-index: 2;
  width: clamp(13rem, 22vw, 18rem);
  padding: clamp(1.1rem, 2vw, 1.7rem);
  color: #1D1309;
  font-family: "Bradley Hand", "Segoe Print", cursive;
  font-size: clamp(1.1rem, 1.45vw, 1.5rem);
  line-height: 1.38;
  transform: rotate(-3deg);
}

.about-note-card span {
  display: block;
  text-align: right;
  font-family: Georgia, serif;
  font-size: 2rem;
}

.about-reasons {
  padding: clamp(1.8rem, 3.8vw, 3.4rem);
}

.about-section-heading {
  margin-bottom: clamp(1.5rem, 3vw, 2.65rem);
}

.about-reasons__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.9rem);
}

.about-reasons article {
  padding: 0 clamp(0.65rem, 1.45vw, 1.4rem);
  border-right: 1px solid rgba(159, 105, 45, 0.22);
}

.about-reasons article:last-child {
  border-right: 0;
}

.about-reasons span,
.about-closing span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #D4AF37;
  border: 1px solid #D4AF37;
  border-radius: 999px;
}

.about-reasons span {
  width: 3.45rem;
  height: 3.45rem;
  margin-bottom: 1rem;
  font-size: 1.55rem;
}

.about-reasons h3 {
  margin: 0 0 0.75rem;
  color: #1D1309;
  font-family: var(--font-heading, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(1.16rem, 1.35vw, 1.55rem);
  line-height: 1.14;
}

.about-reasons p {
  margin: 0;
}

.about-promise {
  display: grid;
  grid-template-columns: minmax(18rem, 0.92fr) minmax(0, 1fr);
  overflow: hidden;
}

.about-promise__image {
  position: relative;
  min-height: clamp(17rem, 29vw, 21rem);
}

.about-promise__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-promise__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 246, 229, 0) 0%, rgba(255, 246, 229, 0.68) 76%, rgba(255, 246, 229, 0.96) 100%);
}

.about-promise__copy {
  align-self: center;
  padding: clamp(1.8rem, 4vw, 4rem);
}

.about-closing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  margin-bottom: clamp(1.5rem, 3.6vw, 3.4rem);
  padding: clamp(1.25rem, 2.5vw, 2.25rem) clamp(1.4rem, 3.8vw, 3.4rem);
}

.about-closing div {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.about-closing span {
  width: 3.8rem;
  height: 3.8rem;
  font-size: 1.6rem;
}

.about-closing p {
  margin: 0;
}

.about-closing .btn-primary {
  flex: 0 0 auto;
  text-decoration: none;
}

@media (max-width: 980px) {
  .about-hero {
    min-height: clamp(28rem, 76vw, 38rem);
  }

  .about-hero__content {
    width: min(58%, 25.5rem);
    margin-top: clamp(1.7rem, 5vw, 2.75rem);
    padding-inline: clamp(1.1rem, 4vw, 1.9rem);
  }

  .about-hero h1 {
    max-width: 22rem;
    font-size: clamp(2rem, 6.8vw, 3.25rem);
  }

  .about-hero p {
    max-width: 19rem;
    font-size: clamp(0.8rem, 2.25vw, 0.92rem);
    line-height: 1.48;
  }

  .about-hero__media img {
    object-position: 66% center;
  }

  .about-hero::after {
    background:
      linear-gradient(90deg, rgba(255, 247, 233, 0.99) 0%, rgba(255, 247, 233, 0.95) 39%, rgba(255, 247, 233, 0.5) 63%, rgba(255, 247, 233, 0.08) 92%),
      linear-gradient(180deg, rgba(255, 250, 239, 0.05), rgba(86, 47, 24, 0.08));
  }

  .about-story-card {
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.62fr);
    gap: clamp(1.1rem, 3vw, 2rem);
  }

  .about-story-card__photos {
    min-height: 24.5rem;
  }

  .about-reasons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-reasons article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 700px) {
  .about-hero {
    min-height: clamp(25rem, 106vw, 31rem);
  }

  .about-hero__content {
    width: min(62%, 19.5rem);
    margin-top: 1.6rem;
    padding: 0 1.1rem 1.35rem;
  }

  .about-eyebrow,
  .about-section-heading h2 {
    font-size: 0.64rem;
    margin-bottom: 0.55rem;
  }

  .about-hero h1 {
    max-width: 16.5rem;
    font-size: clamp(1.65rem, 7.2vw, 2.25rem);
    line-height: 1.06;
  }

  .about-ornament {
    width: min(12rem, 86%);
    margin: 0.75rem 0;
  }

  .about-hero p {
    max-width: 14.7rem;
    font-size: clamp(0.68rem, 2.85vw, 0.78rem);
    line-height: 1.42;
  }

  .about-hero p + p {
    margin-top: 0.48rem;
  }

  .about-script {
    font-size: clamp(1rem, 4.6vw, 1.36rem) !important;
  }

  .about-story-card,
  .about-reasons,
  .about-promise,
  .about-closing {
    width: min(calc(100% - 1.25rem), 36rem);
    border-radius: 1.55rem;
  }

  .about-story-card {
    grid-template-columns: minmax(0, 1fr) minmax(7.1rem, 34%);
    align-items: start;
    gap: 0.85rem;
    padding: 1.45rem 1.1rem;
  }

  .about-story-card h2,
  .about-promise h2 {
    font-size: clamp(1.48rem, 6.2vw, 2.25rem);
  }

  .about-story-card p,
  .about-reasons p,
  .about-promise p,
  .about-closing p {
    font-size: clamp(0.78rem, 3vw, 0.92rem);
    line-height: 1.54;
  }

  .about-story-card__photos {
    min-height: 18.5rem;
  }

  .about-polaroid {
    padding: 0.42rem 0.42rem 1.35rem;
  }

  .about-polaroid--main {
    right: 0;
    width: 100%;
    height: 9rem;
  }

  .about-note-card {
    left: auto;
    right: 0;
    bottom: 4.55rem;
    width: 7.6rem;
    padding: 0.72rem;
    font-size: 0.74rem;
  }

  .about-polaroid--small {
    right: 0;
    bottom: 0.15rem;
    width: 6.3rem;
    height: 6.3rem;
  }

  .about-reasons {
    padding: 1.5rem 1.1rem;
  }

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

  .about-reasons article,
  .about-reasons article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(159, 105, 45, 0.2);
    padding: 0 0 1.25rem;
  }

  .about-reasons article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .about-promise {
    grid-template-columns: minmax(7.4rem, 36%) minmax(0, 1fr);
  }

  .about-promise__image {
    min-height: 14.5rem;
  }

  .about-promise__copy {
    padding: 1.35rem 1rem;
  }

  .about-closing,
  .about-closing div {
    align-items: stretch;
    flex-direction: column;
  }

  .about-closing .btn-primary {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .about-hero__content {
    width: min(64%, 17.25rem);
  }

  .about-hero h1 {
    max-width: 14.8rem;
    font-size: clamp(1.45rem, 7vw, 1.88rem);
  }

  .about-hero p {
    max-width: 13.6rem;
    font-size: 0.68rem;
  }

  .about-story-card {
    grid-template-columns: minmax(0, 1fr) 6.7rem;
    gap: 0.7rem;
  }

  .about-story-card__photos {
    min-height: 17.4rem;
  }

  .about-polaroid--main {
    height: 8.25rem;
  }

  .about-note-card {
    bottom: 4.2rem;
    width: 7rem;
    font-size: 0.68rem;
  }

  .about-polaroid--small {
    width: 5.8rem;
    height: 5.8rem;
  }
}
