:root {
  --ivory: #f8f3ea;
  --ivory-deep: #efe4d4;
  --sand: #ddc9ad;
  --sand-soft: #eadcc8;
  --charcoal: #28231f;
  --charcoal-soft: #4f4740;
  --linen: #fffaf2;
  --clay: #925937;
  --border: rgba(40, 35, 31, 0.16);
  --shadow: 0 28px 80px rgba(60, 42, 27, 0.12);
  --shadow-soft: 0 18px 50px rgba(60, 42, 27, 0.08);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ivory);
  color: var(--charcoal);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--charcoal);
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

p {
  margin: 0;
}

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem clamp(1.1rem, 4vw, 4rem);
  background: rgba(248, 243, 234, 0.76);
  border-bottom: 1px solid rgba(248, 243, 234, 0.26);
  backdrop-filter: blur(22px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: max-content;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(40, 35, 31, 0.42);
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  border-radius: 6px;
}

.brand__name {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.site-nav__links {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 2vw, 2rem);
  color: var(--charcoal-soft);
  font-size: 0.9rem;
}

.site-nav__links a,
.site-nav__links .nav-trigger {
  border-bottom: 1px solid transparent;
}

.site-nav__links a:hover,
.site-nav__links .nav-trigger:hover,
.site-nav__links .nav-trigger:focus-visible {
  border-color: currentColor;
}

.site-nav__links .nav-trigger {
  appearance: none;
  padding: 0;
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: inherit;
  font: inherit;
  cursor: default;
}

.site-nav__links .nav-cta {
  padding: 0.68rem 1.05rem;
  background: var(--charcoal);
  color: var(--ivory);
  border: 0;
  border-radius: 999px;
}

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  background: #271f1a;
  padding: clamp(7rem, 12vh, 10rem) clamp(1.25rem, 5vw, 6rem) clamp(3rem, 7vw, 6rem);
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.hero__media img {
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: 78% center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(22, 15, 10, 0.76) 0%, rgba(22, 15, 10, 0.48) 38%, rgba(22, 15, 10, 0.1) 72%),
    linear-gradient(0deg, rgba(22, 15, 10, 0.62) 0%, rgba(22, 15, 10, 0.05) 48%);
}

.hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.6rem;
  max-width: 48rem;
  padding: 0;
  color: var(--ivory);
}

.eyebrow {
  color: var(--clay);
  font-size: 0.88rem;
  font-weight: 600;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  color: var(--charcoal);
  letter-spacing: 0;
}

h1 {
  max-width: 13ch;
  font-size: clamp(4.2rem, 9vw, 9.5rem);
  line-height: 0.88;
  color: var(--ivory);
}

#evidence-title,
#experience-roll-title {
  scroll-margin-top: 6rem;
}

h2 {
  font-size: clamp(2.5rem, 4.7vw, 5rem);
  line-height: 1;
}

h3 {
  font-size: clamp(1.8rem, 2.6vw, 2.6rem);
  line-height: 1.05;
}

.hero__body,
.text-stack {
  display: grid;
  gap: 1rem;
  color: var(--charcoal-soft);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.hero__body {
  max-width: 62ch;
  color: rgba(255, 250, 242, 0.86);
  font-size: clamp(1rem, 1.05vw, 1.125rem);
  line-height: 1.55;
}

.hero__body strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--ivory);
  font-weight: 600;
}

.hero .eyebrow,
.hero .location-note {
  color: rgba(255, 250, 242, 0.8);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.05rem;
  padding: 0.82rem 1.2rem;
  border: 1px solid var(--charcoal);
  font-weight: 600;
  border-radius: 999px;
}

.button--dark {
  background: var(--charcoal);
  color: var(--ivory);
}

.button--light {
  background: transparent;
  color: var(--charcoal);
}

.hero .button--dark {
  background: var(--ivory);
  color: var(--charcoal);
  border-color: var(--ivory);
}

.hero .button--light {
  color: var(--ivory);
  border-color: rgba(255, 250, 242, 0.66);
}

.button,
.text-link,
.site-nav__links a,
.site-nav__links .nav-trigger {
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, color 220ms ease, opacity 220ms ease;
}

.button:hover,
.text-link:hover,
.site-nav__links a:hover,
.site-nav__links .nav-trigger:hover {
  transform: translateY(-1px);
}

.js .reveal {
  opacity: 1;
  transform: translateY(14px);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(.2, .7, .15, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js .evidence-gallery__item.reveal,
.js .portfolio-grid__item.reveal,
.js .image-pair figure.reveal,
.js .collection-card.reveal {
  transform: translateY(26px) scale(0.985);
}

.js .experience-roll__card.reveal {
  transform: none;
  transition: none;
  transition-delay: 0ms;
}

.js .evidence-gallery__item.reveal.is-visible,
.js .portfolio-grid__item.reveal.is-visible,
.js .image-pair figure.reveal.is-visible,
.js .collection-card.reveal.is-visible {
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

.location-note {
  color: var(--charcoal-soft);
  font-size: 0.95rem;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(180deg, var(--ivory) 0%, var(--linen) 100%);
  padding: clamp(1.8rem, 3vw, 3rem) clamp(1.25rem, 5vw, 6rem);
  gap: clamp(1rem, 3vw, 3rem);
}

.trust-bar div {
  min-height: auto;
  display: grid;
  place-items: center;
  padding: 0.25rem 0;
  text-align: center;
  border-right: 0;
  color: var(--charcoal);
  font-weight: 600;
  font-size: clamp(0.9rem, 1.1vw, 1.02rem);
}

.trust-bar div:last-child {
  border-right: 0;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 5vw, 6rem);
}

.section-grid--reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  background: linear-gradient(180deg, var(--ivory) 0%, var(--sand-soft) 100%);
}

.section-copy {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.section-copy h2 {
  max-width: 12ch;
}

.intro {
  align-items: center;
}

.intro .section-copy h2 {
  max-width: 14ch;
  font-size: clamp(3.2rem, 5.8vw, 6.25rem);
  line-height: 0.94;
}

.intro-accent {
  width: min(20rem, 64%);
  margin-top: clamp(1rem, 2vw, 1.6rem);
}

.intro-accent img {
  aspect-ratio: 5 / 3.2;
  object-fit: cover;
  object-position: center 24%;
  border-radius: 10px;
  box-shadow: var(--shadow-soft);
}

.text-link {
  width: max-content;
  margin-top: 0.5rem;
  border-bottom: 1px solid currentColor;
  color: var(--charcoal);
  font-weight: 700;
}

.portfolio-preview,
.evidence-gallery,
.experience-roll,
.collections,
.testimonials,
.final-cta {
  padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 5vw, 6rem);
}

.evidence-gallery {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--linen) 0%, var(--ivory) 48%, var(--sand-soft) 100%);
}

.evidence-gallery::before {
  content: "";
  position: absolute;
  inset: 7% -12% auto auto;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(168, 111, 75, 0.12), rgba(168, 111, 75, 0));
  pointer-events: none;
}

.evidence-gallery__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: clamp(0.45rem, 1.1vw, 0.95rem);
}

.evidence-gallery__item {
  min-height: clamp(13rem, 18vw, 20rem);
  overflow: hidden;
  border-radius: 10px;
  background: var(--sand-soft);
  box-shadow: var(--shadow-soft);
}

.evidence-gallery__item--wide {
  grid-column: span 2;
}

.evidence-gallery__item--tall {
  grid-row: span 2;
}

.evidence-gallery__item img {
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: scale(1.015);
  transition: transform 900ms cubic-bezier(.2, .7, .15, 1), filter 900ms ease;
}

.evidence-gallery__item:nth-child(4n+2) {
  transform: translateY(clamp(0.75rem, 2vw, 2rem));
}

.evidence-gallery__item:nth-child(5n+3) {
  transform: translateY(clamp(-0.5rem, -1.2vw, -1rem));
}

.evidence-gallery__item:hover img {
  transform: scale(1.055);
}

.evidence-gallery__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.evidence-gallery__footer p {
  max-width: 32rem;
  color: var(--charcoal-soft);
  font-size: 1.02rem;
}

.experience-roll {
  position: relative;
  overflow: hidden;
  background: #29231f;
  color: var(--ivory);
  padding-top: clamp(3rem, 5vw, 4.5rem);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

.experience-roll h2,
.experience-roll .eyebrow {
  color: var(--ivory);
}

.experience-roll .section-heading {
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.experience-roll .section-heading p:not(.eyebrow) {
  color: rgba(255, 250, 242, 0.72);
}

.experience-roll__rows {
  display: grid;
  gap: clamp(0.7rem, 1.4vw, 1.1rem);
  margin-inline: calc(clamp(1.25rem, 5vw, 6rem) * -1);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  pointer-events: none;
}

.experience-roll__row {
  display: flex;
  gap: clamp(0.7rem, 1.2vw, 1rem);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: none;
  scrollbar-width: none;
  padding-inline: clamp(1.25rem, 5vw, 6rem);
}

.experience-roll__row::-webkit-scrollbar {
  display: none;
}

.experience-roll__row:nth-child(2) {
  padding-left: calc(clamp(1.25rem, 5vw, 6rem) + 4rem);
}

.experience-roll__row:nth-child(3) {
  padding-left: calc(clamp(1.25rem, 5vw, 6rem) + 1.8rem);
}

.experience-roll__card {
  flex: 0 0 clamp(11rem, 16.5vw, 16.5rem);
  scroll-snap-align: start;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 250, 242, 0.08);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
}

.experience-roll__card img {
  height: clamp(8.5rem, 14vw, 13.5rem);
  object-fit: cover;
  transition: transform 900ms cubic-bezier(.2, .7, .15, 1), opacity 300ms ease;
}

.experience-roll__card:hover img {
  transform: scale(1.045);
}

.experience-roll__card figcaption {
  margin: 0;
  padding: 0.84rem 0.9rem 0.9rem;
  color: rgba(255, 250, 242, 0.92);
  line-height: 1.2;
}

.experience-roll__card figcaption span,
.experience-roll__card figcaption small {
  display: block;
}

.experience-roll__card figcaption span {
  font-size: 0.86rem;
  font-weight: 700;
}

.experience-roll__card figcaption small {
  margin-top: 0.22rem;
  color: rgba(255, 250, 242, 0.68);
  font-size: 0.72rem;
  font-weight: 520;
  letter-spacing: 0.01em;
}

.experience-roll .text-link {
  color: var(--ivory);
}

.section-heading {
  max-width: 48rem;
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(1.6rem, 3.8vw, 3rem);
}

.section-heading--wide {
  max-width: 72rem;
}

.section-heading p:not(.eyebrow) {
  color: var(--charcoal-soft);
  font-size: 1.08rem;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: clamp(1rem, 2vw, 1.75rem);
  margin: 0 0 2.25rem;
  align-items: end;
}

figure {
  margin: 0;
}

figcaption {
  margin-top: 0.9rem;
  color: var(--charcoal-soft);
  font-size: 0.92rem;
}

.portfolio-grid__item {
  min-height: auto;
}

.portfolio-grid__item img,
.collection-card img,
.image-pair img,
.delivery figure img {
  width: 100%;
  object-fit: cover;
  box-shadow: var(--shadow-soft);
  border-radius: 8px;
}

.portfolio-grid__item--large {
  grid-row: span 3;
}

.portfolio-grid__item--wide {
  grid-column: 2;
}

.portfolio-grid__item--large img {
  aspect-ratio: 4 / 5;
  object-position: center;
}

.portfolio-grid__item:not(.portfolio-grid__item--large) img {
  aspect-ratio: 4 / 3;
}

.portfolio-grid__item:nth-child(2) img {
  object-position: center 62%;
}

.portfolio-grid__item:nth-child(3) img {
  object-position: center 45%;
}

.portfolio-grid__item:nth-child(4) img {
  aspect-ratio: 16 / 10;
  object-position: center 54%;
}

.image-pair {
  display: grid;
  grid-template-columns: 0.84fr 1fr;
  gap: clamp(0.9rem, 1.7vw, 1.4rem);
  align-items: end;
}

.image-pair figure:first-child {
  transform: translateY(2.75rem);
}

.image-pair figure:first-child img {
  aspect-ratio: 3 / 4;
}

.image-pair figure:last-child img {
  aspect-ratio: 4 / 5;
}

.collections {
  background: linear-gradient(180deg, var(--sand-soft) 0%, var(--ivory-deep) 100%);
}

.collection-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.4rem, 3vw, 3rem);
  align-items: start;
}

.collection-card {
  display: grid;
  gap: 1.25rem;
  background: transparent;
  border: 0;
}

.collection-card img {
  aspect-ratio: 4 / 5;
  box-shadow: none;
}

.collection-card--south-asian img {
  object-position: center 50%;
}

.collection-card--jewish img {
  object-position: center 45%;
}

.collection-card--destination img {
  object-position: 82% center;
}

.collection-card div {
  display: grid;
  gap: 0.8rem;
  padding: 0;
}

.collection-card p:not(.eyebrow) {
  color: var(--charcoal-soft);
}

.party-section {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  background: #2b2521;
  color: var(--ivory);
}

.party-section h2,
.party-section .eyebrow {
  color: var(--ivory);
}

.party-section__image {
  min-height: clamp(34rem, 55vw, 48rem);
}

.party-section__image img {
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.party-section__copy {
  display: grid;
  align-content: center;
  gap: 1.3rem;
  padding: clamp(2rem, 5vw, 5rem);
}

.party-section .text-stack {
  color: #e9ded0;
}

.party-section .button--light {
  color: var(--ivory);
  border-color: var(--ivory);
  width: max-content;
}

.delivery {
  background: var(--linen);
}

.delivery__content {
  display: grid;
  gap: 1.5rem;
}

.delivery figure img {
  aspect-ratio: 16 / 9;
  object-position: center 50%;
}

.testimonials {
  position: relative;
  background: linear-gradient(180deg, var(--ivory-deep) 0%, var(--linen) 100%);
}

.featured-testimonial {
  display: grid;
  grid-template-columns: minmax(14rem, 0.45fr) minmax(0, 1fr);
  gap: clamp(1.8rem, 5vw, 5rem);
  align-items: center;
  max-width: 1120px;
}

.testimonial-accent {
  margin: 0;
  width: 100%;
}

.testimonial-accent img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 42%;
  border-radius: 10px;
  box-shadow: var(--shadow-soft);
}

blockquote {
  margin: 0;
}

.featured-quote {
  max-width: 44rem;
  padding: 0 0 0 clamp(1.25rem, 3vw, 2.25rem);
  background: transparent;
  border-left: 2px solid rgba(168, 111, 75, 0.5);
  box-shadow: none;
}

.featured-quote p {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 2.15rem);
  line-height: 1.22;
  color: var(--charcoal);
}

cite {
  display: block;
  margin-top: 1rem;
  color: var(--charcoal-soft);
  font-style: normal;
  font-weight: 700;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2.5rem);
  margin-top: clamp(3rem, 5vw, 5rem);
}

.quote-grid blockquote {
  display: grid;
  align-content: space-between;
  gap: 1.25rem;
  min-height: 12rem;
  padding-top: 1.4rem;
  background: transparent;
  border-top: 1px solid rgba(40, 35, 31, 0.16);
  color: var(--charcoal-soft);
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(8rem, 14vw, 13rem) auto;
  gap: clamp(1.5rem, 3vw, 2.6rem);
  align-items: end;
  background: var(--ivory);
  border-top: 1px solid rgba(40, 35, 31, 0.08);
}

.final-cta div:first-child {
  display: grid;
  gap: 1rem;
  max-width: 54rem;
}

.final-cta p {
  color: var(--charcoal-soft);
  font-size: 1.1rem;
}

.final-cta__image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 54%;
  border-radius: 10px;
  box-shadow: var(--shadow-soft);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem clamp(1.25rem, 5vw, 6rem);
  background: var(--charcoal);
  color: var(--ivory);
}

.footer p {
  color: #d9cbbb;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .site-nav {
    position: sticky;
    gap: 1rem;
    padding-block: 0.72rem;
  }

  .site-nav__links {
    overflow: visible;
    gap: 0.9rem;
  }

  .hero,
  .section-grid,
  .section-grid--reverse,
  .party-section,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: clamp(5rem, 9vw, 7rem);
  }

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

  h1 {
    font-size: clamp(3.45rem, 15vw, 6.5rem);
  }

  .trust-bar,
  .portfolio-grid,
  .collection-cards,
  .quote-grid {
    grid-template-columns: 1fr 1fr;
  }

  .evidence-gallery__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .evidence-gallery__item {
    min-height: clamp(11rem, 26vw, 18rem);
  }

  .portfolio-grid__item--large,
  .portfolio-grid__item--wide {
    grid-row: auto;
    grid-column: auto;
  }

  .party-section__image {
    min-height: 32rem;
  }
}

@media (max-width: 760px) {
  .site-nav {
    position: sticky;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.68rem 0.9rem;
  }

  .brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  .brand__mark {
    width: 2.05rem;
    height: 2.05rem;
    font-size: 0.88rem;
  }

  .brand__name {
    display: none;
  }

  .site-nav__links {
    flex: 0 0 auto;
    gap: 0.65rem;
    font-size: 0.78rem;
  }

  .site-nav__links a:nth-child(n+2):not(.nav-cta) {
    display: none;
  }

  .site-nav__links .nav-cta {
    padding: 0.56rem 0.82rem;
  }

  .hero {
    min-height: auto;
    display: block;
    padding: 0;
    background: var(--ivory);
  }

  .hero::before {
    display: none;
  }

  .hero__media {
    position: relative;
    aspect-ratio: 4 / 3.72;
  }

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

  .hero__content {
    max-width: none;
    gap: 1rem;
    padding: 1.35rem 1rem 2.15rem;
    color: var(--charcoal);
  }

  .hero h1 {
    max-width: 10.8ch;
    font-size: clamp(2.65rem, 11.7vw, 3.72rem);
    line-height: 0.94;
  }

  .hero .button-row {
    order: 3;
  }

  .hero__body {
    order: 4;
  }

  .hero .location-note {
    order: 5;
  }

  .hero__body,
  .text-stack {
    gap: 0.78rem;
  }

  .hero__body {
    color: var(--charcoal-soft);
  }

  .hero__body strong,
  .interior-hero .hero__body strong {
    color: var(--charcoal);
  }

  .hero h1 {
    color: var(--charcoal);
  }

  .hero .eyebrow,
  .hero .location-note {
    color: var(--clay);
  }

  .hero .button--dark {
    background: var(--charcoal);
    color: var(--ivory);
    border-color: var(--charcoal);
  }

  .hero .button--light {
    color: var(--charcoal);
    border-color: var(--charcoal);
  }
}

@media (max-width: 640px) {
  .hero__content,
  .section-grid,
  .portfolio-preview,
  .evidence-gallery,
  .experience-roll,
  .collections,
  .testimonials,
  .final-cta {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-grid,
  .portfolio-preview,
  .evidence-gallery,
  .experience-roll,
  .collections,
  .testimonials,
  .final-cta {
    padding-top: 3.15rem;
    padding-bottom: 3.15rem;
  }

  .section-heading {
    margin-bottom: 1.7rem;
  }

  h2 {
    font-size: clamp(2.1rem, 12vw, 3.15rem);
  }

  h3 {
    font-size: clamp(1.45rem, 8vw, 2.1rem);
  }

  .trust-bar,
  .portfolio-grid,
  .collection-cards,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .evidence-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .evidence-gallery__item,
  .evidence-gallery__item--wide,
  .evidence-gallery__item--tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 12rem;
    border-radius: 7px;
    transform: none;
  }

  .evidence-gallery__item--wide:nth-child(3n),
  .evidence-gallery__item:nth-child(1),
  .evidence-gallery__item:nth-child(3),
  .evidence-gallery__item:nth-child(8),
  .evidence-gallery__item:nth-child(14) {
    grid-column: span 2;
  }

  .evidence-gallery__item--wide:nth-child(3n) img,
  .evidence-gallery__item:nth-child(1) img,
  .evidence-gallery__item:nth-child(3) img,
  .evidence-gallery__item:nth-child(8) img,
  .evidence-gallery__item:nth-child(14) img {
    aspect-ratio: 16 / 10 !important;
  }

  .evidence-gallery__item:nth-child(1) img {
    object-position: center top;
  }

  .evidence-gallery__item:nth-child(3) img {
    object-position: center 45%;
  }

  .evidence-gallery__item img {
    height: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }

  .evidence-gallery__footer {
    display: grid;
    gap: 1rem;
    align-items: start;
  }

  .experience-roll__rows {
    margin-inline: -1rem;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  }

  .experience-roll__row {
    padding-inline: 1rem;
    scroll-snap-type: x proximity;
  }

  .experience-roll__row:nth-child(2),
  .experience-roll__row:nth-child(3) {
    padding-left: 1rem;
  }

  .experience-roll__row:nth-child(3) {
    display: none;
  }

  .experience-roll__card {
    flex-basis: 11.6rem;
    border-radius: 9px;
  }

  .experience-roll__card img {
    height: 8.65rem;
  }

  .experience-roll__card figcaption {
    padding: 0.82rem 0.85rem 0.88rem;
  }

  .experience-roll__card figcaption span {
    font-size: 0.88rem;
  }

  .experience-roll__card figcaption small {
    font-size: 0.74rem;
    line-height: 1.25;
  }

  .trust-bar div {
    min-height: auto;
    place-items: start;
    padding: 0.45rem 0;
    border: 0;
    text-align: left;
    font-size: 0.9rem;
  }

  .trust-bar {
    gap: 0.2rem;
    padding: 1.15rem 1rem;
    border-block: 1px solid rgba(40, 35, 31, 0.08);
  }

  .image-pair {
    grid-template-columns: 1fr;
  }

  .intro .section-copy h2 {
    max-width: 12ch;
    font-size: clamp(2.55rem, 12vw, 3.75rem);
  }

  .intro-accent {
    width: min(18rem, 82vw);
    margin-top: 0.9rem;
  }

  .featured-testimonial {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .testimonial-accent {
    width: min(20rem, 72vw);
    margin-bottom: 0.25rem;
  }

  .featured-quote {
    max-width: none;
  }

  .final-cta__image {
    width: min(15rem, 62vw);
  }

  .image-pair figure:first-child {
    transform: none;
  }

  .portfolio-grid__item,
  .portfolio-grid__item--large,
  .portfolio-grid__item--wide {
    min-height: auto;
  }

  .featured-quote p {
    font-size: 1.55rem;
  }

  .footer {
    flex-direction: column;
  }

  .footer__links {
    justify-content: flex-start;
  }
}

.interior-hero {
  min-height: min(82svh, 54rem);
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(7rem, 13vh, 10rem) clamp(1rem, 5vw, 6rem) clamp(3rem, 7vw, 6rem);
  background: #271f1a;
}

.interior-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.interior-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interior-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(22, 15, 10, 0.74) 0%, rgba(22, 15, 10, 0.44) 42%, rgba(22, 15, 10, 0.16) 100%),
    linear-gradient(0deg, rgba(22, 15, 10, 0.58) 0%, rgba(22, 15, 10, 0.06) 52%);
}

.interior-hero__content {
  display: grid;
  gap: 1.25rem;
  max-width: 50rem;
  color: var(--ivory);
}

.interior-hero h1 {
  max-width: 12ch;
  color: var(--ivory);
  font-size: clamp(3.8rem, 8vw, 8.6rem);
  line-height: 0.92;
}

.interior-hero .eyebrow,
.interior-hero .hero__body {
  color: rgba(255, 250, 242, 0.86);
}

.interior-hero .button--dark {
  background: var(--ivory);
  color: var(--charcoal);
  border-color: var(--ivory);
}

.interior-hero .button--light {
  color: var(--ivory);
  border-color: rgba(255, 250, 242, 0.66);
}

.interior-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(2rem, 7vw, 7rem);
  padding: clamp(5.5rem, 9vw, 9rem) clamp(1rem, 5vw, 6rem);
  background: var(--ivory);
}

.interior-section--tint {
  background: var(--linen);
}

.interior-section__head {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.interior-section__head h2 {
  max-width: 11ch;
}

.interior-section__body {
  max-width: 48rem;
}

.price {
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 1;
  color: var(--charcoal);
}

.check-list {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--charcoal-soft);
}

.check-list li {
  position: relative;
  padding-left: 1.35rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--clay);
}

.check-list a {
  border-bottom: 1px solid currentColor;
  color: var(--charcoal);
  font-weight: 700;
}

.contact-panel {
  align-items: start;
}

.contact-card {
  display: grid;
  gap: 1rem;
  padding-top: 0.3rem;
}

.contact-card > a {
  width: max-content;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  line-height: 1;
  border-bottom: 1px solid currentColor;
}

.contact-card > p {
  color: var(--charcoal-soft);
}

.contact-card form {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.1rem;
}

.contact-card label {
  display: grid;
  gap: 0.35rem;
  color: var(--charcoal-soft);
  font-size: 0.84rem;
  font-weight: 700;
}

.contact-card input,
.contact-card textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.72);
  color: var(--charcoal);
  font: inherit;
  font-weight: 400;
  padding: 0.85rem 0.9rem;
}

.contact-card textarea {
  resize: vertical;
}

.link-band {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1.25rem clamp(1rem, 5vw, 6rem);
  border-block: 1px solid rgba(40, 35, 31, 0.09);
  background: var(--sand-soft);
}

.link-band a,
.link-band span {
  padding: 0.55rem 0.82rem;
  border: 1px solid rgba(40, 35, 31, 0.22);
  border-radius: 999px;
  color: var(--charcoal);
  font-size: 0.86rem;
  font-weight: 700;
}

.portfolio-page {
  padding: clamp(5.5rem, 9vw, 9rem) clamp(1rem, 5vw, 6rem);
}

.portfolio-page__grid {
  columns: 3 17rem;
  column-gap: clamp(0.9rem, 2vw, 1.5rem);
}

.portfolio-page__grid img {
  break-inside: avoid;
  margin: 0 0 clamp(0.9rem, 2vw, 1.5rem);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
}

.redirect-page {
  min-height: 100svh;
  display: grid;
  place-content: center;
  gap: 1rem;
  padding: 2rem;
  text-align: center;
}

.redirect-page h1 {
  color: var(--charcoal);
  font-size: clamp(2.5rem, 9vw, 5rem);
}

.redirect-page a {
  border-bottom: 1px solid currentColor;
  font-weight: 700;
}

@media (max-width: 760px) {
  .interior-hero {
    min-height: auto;
    display: block;
    padding: 0;
    background: var(--ivory);
  }

  .interior-hero::before {
    display: none;
  }

  .interior-hero__media {
    position: relative;
    aspect-ratio: 4 / 4.2;
  }

  .interior-hero__content {
    max-width: none;
    gap: 1rem;
    padding: 1.65rem 1rem 2.5rem;
    color: var(--charcoal);
  }

  .interior-hero h1 {
    max-width: 10.5ch;
    color: var(--charcoal);
    font-size: clamp(2.9rem, 12.5vw, 4.1rem);
    line-height: 0.94;
  }

  .interior-hero .eyebrow {
    color: var(--clay);
  }

  .interior-hero .hero__body {
    color: var(--charcoal-soft);
  }

  .interior-hero .button--dark {
    background: var(--charcoal);
    color: var(--ivory);
    border-color: var(--charcoal);
  }

  .interior-hero .button--light {
    color: var(--charcoal);
    border-color: var(--charcoal);
  }

  .interior-section {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding: 3.6rem 1rem;
  }

  .interior-section__head h2 {
    max-width: 12ch;
  }

  .contact-card > a {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .link-band {
    gap: 0.55rem;
    padding: 1rem;
  }

  .link-band a {
    font-size: 0.8rem;
    padding: 0.48rem 0.68rem;
  }

  .portfolio-page {
    padding: 3.6rem 1rem;
  }
}


/* ============================================================
   ABOUT PAGE — approved warm editorial direction
   ============================================================ */
.about-page-body {
  background: var(--ivory);
}

.about-page {
  overflow: hidden;
  background: var(--ivory);
}

.about-masthead {
  padding: clamp(8rem, 15vw, 14rem) clamp(1.1rem, 5vw, 6rem) clamp(3rem, 7vw, 6rem);
}

.about-masthead__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(18rem, 0.8fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  max-width: 1280px;
  margin: 0 auto;
}

.about-masthead h1 {
  max-width: 12.5ch;
  color: var(--charcoal);
  font-size: clamp(4rem, 10vw, 10rem);
  line-height: 0.88;
  letter-spacing: -0.045em;
}

.about-masthead__aside {
  display: grid;
  gap: 1.2rem;
  justify-items: start;
}

.about-headshot {
  width: min(100%, 31rem);
  height: auto;
  object-fit: cover;
  object-position: center 38%;
  border-radius: 0.85rem;
  box-shadow: var(--shadow-soft);
  background: var(--sand-soft);
}

.about-masthead__intro {
  color: var(--charcoal-soft);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.75;
  max-width: 31rem;
}

.about-hero-image {
  width: min(92vw, 1320px);
  margin: 0 auto clamp(3rem, 7vw, 7rem);
  border-radius: clamp(1rem, 2vw, 1.7rem);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--sand-soft);
}

.about-hero-image img {
  height: auto;
  object-fit: contain;
}

.about-hero-image__caption {
  margin: 0;
  padding: 1rem clamp(1rem, 2.4vw, 2rem) 1.15rem;
  color: rgba(40, 35, 31, 0.62);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-transform: uppercase;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.1rem, 5vw, 6rem);
}

.about-section > * {
  min-width: 0;
}

.about-section--warm {
  background:
    radial-gradient(circle at 10% 0%, rgba(221, 201, 173, 0.28), transparent 30rem),
    var(--linen);
}

.about-section--ivory {
  background:
    radial-gradient(circle at 92% 8%, rgba(221, 201, 173, 0.2), transparent 28rem),
    var(--ivory);
}

.about-section--dark {
  background: #191511;
  color: var(--ivory);
}

.about-section--dark h2,
.about-section--dark .eyebrow {
  color: var(--ivory);
}

.about-origin {
  grid-template-columns: minmax(16rem, 0.7fr) minmax(0, 1.3fr);
}

.about-generation {
  grid-template-columns: minmax(0, 1.12fr) minmax(18rem, 0.88fr);
}

.about-generation__image {
  margin: 0;
}

.about-generation__image img {
  width: 100%;
  height: auto;
  border-radius: 1.05rem;
  background: var(--sand-soft);
  box-shadow: var(--shadow-soft);
}

.about-text-link {
  color: var(--charcoal);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(168, 111, 75, 0.42);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.24em;
}

.about-text-link:hover {
  color: var(--clay);
}

.about-origin__images {
  display: grid;
  gap: 1rem;
}

.about-origin__images figure,
.about-wide-image,
.about-life-grid figure {
  margin: 0;
  overflow: visible;
  border-radius: 1.05rem;
  background: transparent;
  box-shadow: none;
}

.about-origin__images img,
.about-wide-image img,
.about-life-grid img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 1.05rem;
  background: var(--sand-soft);
  box-shadow: var(--shadow-soft);
}

.about-caption,
.about-generation__image figcaption,
.about-life-grid figcaption,
.about-wide-image figcaption {
  margin-top: 0.85rem;
  color: rgba(40, 35, 31, 0.6);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.45;
  text-transform: uppercase;
}

.about-wide-image figcaption {
  padding: 0 0.1rem 0.2rem;
}

.about-prose {
  display: grid;
  gap: 1.05rem;
  color: var(--charcoal-soft);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.78;
}

.about-prose--large {
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
}

.about-prose--dark {
  color: rgba(255, 250, 242, 0.74);
}

.about-dropcap::first-letter {
  float: left;
  margin: 0.08em 0.12em 0 0;
  color: var(--clay);
  font-family: var(--serif);
  font-size: 4.6rem;
  line-height: 0.8;
}

.about-experience h2,
.about-copy-block h2,
.about-section-heading h2,
.about-final-cta h2 {
  color: inherit;
  letter-spacing: -0.035em;
}

.about-experience h2 span {
  display: block;
  color: rgba(255, 250, 242, 0.72);
}

.about-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.about-stat-grid div {
  border-top: 1px solid rgba(255, 250, 242, 0.2);
  padding-top: 1rem;
}

.about-stat-grid strong {
  display: block;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4.6vw, 4.4rem);
  font-weight: 500;
  line-height: 0.95;
}

.about-stat-grid span {
  display: block;
  margin-top: 0.8rem;
  color: rgba(255, 250, 242, 0.52);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.45;
  text-transform: uppercase;
}

.about-wide-image img {
  max-height: 72vh;
}

.about-presence .about-wide-image img {
  object-position: initial;
}

.about-copy-block {
  max-width: 34rem;
}

.about-copy-block .about-prose {
  margin-top: 1.4rem;
}

.about-life {
  grid-template-columns: minmax(18rem, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
}

.about-life-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.05rem, 1.8vw, 1.45rem);
  align-items: start;
}

.about-life-grid figure {
  box-shadow: none;
  background: transparent;
}

.about-life-grid img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  box-shadow: var(--shadow-soft);
  object-fit: cover;
}

.about-life-grid figure:first-child {
  grid-column: 1 / -1;
}

.about-life-grid figure:first-child img {
  aspect-ratio: 1.86 / 1;
  object-position: center 44%;
}

.about-life-grid figure:not(:first-child) img {
  aspect-ratio: 4 / 3;
}

.about-life-grid figure:nth-child(2) img {
  object-position: center 36%;
}

.about-life-grid figure:nth-child(4) img {
  object-position: center 42%;
}

.about-life-grid figure:nth-child(5) img {
  object-position: center 45%;
}

.about-section-heading {
  grid-column: 1 / -1;
  max-width: 55rem;
}

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

.about-quote-card {
  margin: 0;
  border-top: 1px solid rgba(255, 250, 242, 0.18);
  padding-top: 1.5rem;
}

.about-quote-card__text {
  display: grid;
  gap: 1rem;
  color: rgba(255, 250, 242, 0.74);
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  line-height: 1.82;
}

.about-quote-card footer {
  margin-top: 1.8rem;
  color: rgba(255, 250, 242, 0.48);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-section--testimonial {
  background:
    radial-gradient(circle at 85% 0%, rgba(168, 111, 75, 0.12), transparent 32rem),
    linear-gradient(135deg, #efe3d0 0%, var(--linen) 58%, var(--ivory) 100%);
  color: var(--charcoal);
}

.about-section--testimonial h2,
.about-section--testimonial .eyebrow {
  color: var(--charcoal);
}

.about-section--testimonial .about-quote-card {
  border-top-color: rgba(40, 35, 31, 0.16);
}

.about-section--testimonial .about-quote-card__text {
  color: var(--charcoal-soft);
}

.about-section--testimonial .about-quote-card footer {
  color: rgba(40, 35, 31, 0.48);
}

.about-final-cta {
  grid-template-columns: minmax(13rem, 0.42fr) minmax(0, 1fr);
  align-items: end;
}

.about-final-cta__image {
  margin: 0;
  justify-self: start;
  width: min(100%, 21rem);
}

.about-final-cta__image img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
  background: var(--sand-soft);
  box-shadow: var(--shadow-soft);
}

.about-final-cta__content {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.4rem);
  justify-items: start;
  transform: translateY(2rem);
}

.about-final-cta h2 {
  max-width: 16ch;
}

@media (max-width: 900px) {
  .about-masthead__grid,
  .about-section,
  .about-origin,
  .about-generation,
  .about-life,
  .about-final-cta {
    grid-template-columns: 1fr;
  }

  .about-masthead {
    padding-top: 7rem;
  }

  .about-masthead h1 {
    font-size: clamp(3.2rem, 15vw, 6rem);
  }

  .about-masthead__aside {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .about-headshot {
    width: min(100%, 31rem);
    height: auto;
  }

  .about-hero-image {
    width: calc(100vw - 2rem);
    margin-bottom: 3rem;
  }

  .about-hero-image img {
    object-fit: contain;
  }

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

  .about-caption {
    grid-column: 1 / -1;
  }

  .about-stat-grid,
  .about-quote-grid {
    grid-template-columns: 1fr;
  }

  .about-copy-block {
    max-width: none;
  }

  .about-final-cta {
    align-items: start;
  }

  .about-final-cta__content {
    transform: none;
  }
}

@media (max-width: 580px) {
  .about-section {
    padding: 3.8rem 1rem;
  }

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

  .about-origin__images,
  .about-life-grid {
    grid-template-columns: 1fr;
  }

  .about-life-grid figure:first-child {
    grid-column: auto;
  }

  .about-life-grid figure:first-child img,
  .about-life-grid figure:not(:first-child) img {
    aspect-ratio: 4 / 3;
  }
}

/* ============================================================
   INVESTMENT PAGE — warm editorial pricing direction
   ============================================================ */
.investment-page-body {
  background: var(--ivory);
}

.investment-page {
  overflow: hidden;
  background: var(--ivory);
}

.investment-masthead {
  padding: clamp(7rem, 13vw, 12rem) clamp(1.1rem, 5vw, 6rem) clamp(3.5rem, 7vw, 7rem);
}

.investment-masthead__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(17rem, 0.95fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  max-width: 1280px;
  margin: 0 auto;
}

.investment-masthead__copy {
  display: grid;
  gap: clamp(1.2rem, 2vw, 1.8rem);
  justify-items: start;
}

.investment-masthead h1 {
  max-width: 11.5ch;
  color: var(--charcoal);
  font-size: clamp(4rem, 9vw, 9.2rem);
  line-height: 0.88;
}

.investment-masthead__image {
  margin: 0;
  border-radius: clamp(1rem, 2vw, 1.5rem);
  overflow: hidden;
  background: var(--sand-soft);
  box-shadow: var(--shadow);
}

.investment-masthead__image img {
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: 18% center;
}

.investment-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.1rem, 5vw, 6rem);
}

.investment-section > * {
  min-width: 0;
}

.investment-section--warm {
  background:
    radial-gradient(circle at 10% 0%, rgba(221, 201, 173, 0.25), transparent 30rem),
    var(--linen);
}

.investment-section--ivory {
  background:
    radial-gradient(circle at 92% 10%, rgba(168, 111, 75, 0.1), transparent 28rem),
    var(--ivory);
}

.investment-section--dark {
  background: #191511;
  color: var(--ivory);
}

.investment-section--dark h2,
.investment-section--dark .eyebrow {
  color: var(--ivory);
}

.investment-section__header {
  display: grid;
  gap: 1rem;
  max-width: 38rem;
}

.investment-section__header--wide {
  grid-column: 1 / -1;
  max-width: 68rem;
  margin-bottom: clamp(0.8rem, 2vw, 1.5rem);
}

.investment-section__header p:not(.eyebrow) {
  max-width: 42rem;
  color: var(--charcoal-soft);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.75;
}

.investment-prose {
  display: grid;
  gap: 1.05rem;
  color: var(--charcoal-soft);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.78;
}

.investment-prose--lead {
  max-width: 42rem;
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
}

.investment-prose--dark {
  color: rgba(255, 250, 242, 0.74);
}

.investment-pricing {
  display: block;
  background: var(--ivory);
}

.investment-collection-list {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
}

.investment-collection {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(16rem, 0.72fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: end;
  padding: clamp(1.2rem, 2vw, 1.8rem) 0 clamp(2rem, 4vw, 3rem);
  border-top: 1px solid rgba(40, 35, 31, 0.16);
}

.investment-collection:first-child {
  border-top: 0;
  padding-top: 0;
}

.investment-collection--signature {
  grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 0.94fr);
}

.investment-collection--signature .investment-collection__content {
  order: 2;
}

.investment-collection--signature .investment-collection__image {
  order: 1;
}

.investment-collection__content {
  display: grid;
  gap: 0.82rem;
  max-width: 44rem;
}

.investment-collection__topline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  color: rgba(168, 111, 75, 0.82);
  font-size: clamp(0.68rem, 0.72vw, 0.76rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.35;
  margin-bottom: 0.15rem;
  text-transform: uppercase;
}

.investment-collection__topline span {
  color: rgba(168, 111, 75, 0.42);
}

.investment-collection h3 {
  max-width: 14ch;
  font-size: clamp(3.4rem, 7vw, 7rem);
  line-height: 0.9;
}

.investment-collection__fit {
  max-width: 34rem;
  color: var(--charcoal-soft);
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  line-height: 1.45;
  margin-top: -0.15rem;
}

.investment-price {
  margin-top: 0.55rem;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 4.3vw, 4.8rem);
  line-height: 0.95;
  color: var(--charcoal);
}

.investment-note {
  margin-top: -0.3rem;
  color: rgba(40, 35, 31, 0.58);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.investment-collection__content > p:not(.investment-price):not(.investment-note):not(.investment-collection__fit):not(.investment-collection__topline) {
  max-width: 38rem;
  color: var(--charcoal-soft);
  font-size: clamp(0.98rem, 1vw, 1.05rem);
  line-height: 1.75;
}

.investment-collection__image {
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: var(--sand-soft);
  box-shadow: var(--shadow-soft);
}

.investment-collection__image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.investment-collection--essential .investment-collection__image img {
  object-position: 76% 44%;
}

.investment-collection--signature .investment-collection__image img {
  aspect-ratio: 4 / 4.8;
  object-position: center 50%;
}

.investment-collection--story .investment-collection__image img {
  object-position: 62% 46%;
}

.investment-collections-footer {
  max-width: 48rem;
  margin: clamp(0.5rem, 2vw, 1.4rem) auto 0;
  color: var(--charcoal-soft);
  font-size: clamp(0.98rem, 1.05vw, 1.12rem);
  line-height: 1.75;
  text-align: center;
}

.investment-check-list {
  display: grid;
  gap: 0.72rem;
  margin: 0.55rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--charcoal-soft);
}

.investment-check-list li {
  position: relative;
  padding-left: 1.35rem;
  line-height: 1.55;
}

.investment-check-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--clay);
}

.investment-anchor {
  align-items: center;
}

.investment-anchor h2 {
  max-width: 11ch;
}

.investment-editorial {
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  align-items: center;
}

.investment-editorial__image {
  margin: 0;
  overflow: hidden;
  border-radius: 1.05rem;
  box-shadow: var(--shadow-soft);
  background: var(--sand-soft);
}

.investment-editorial__image img {
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: 52% center;
}

.investment-editorial__copy,
.investment-multiday__copy,
.investment-final__content {
  display: grid;
  gap: 1.25rem;
  justify-items: start;
}

.investment-addons {
  background: var(--linen);
}

.investment-addons__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.2rem, 3vw, 2.4rem) clamp(1.4rem, 4vw, 3rem);
}

.investment-addons__grid div {
  border-top: 1px solid rgba(40, 35, 31, 0.16);
  padding-top: 1.15rem;
}

.investment-addons__grid h3 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.45rem, 2vw, 2.1rem);
}

.investment-addons__grid p {
  color: var(--charcoal-soft);
  line-height: 1.7;
}

.investment-multiday {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
}

.investment-multiday__images {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
  gap: 1rem;
  align-items: end;
}

.investment-multiday__images figure {
  margin: 0;
  overflow: hidden;
  border-radius: 1rem;
  background: var(--sand-soft);
  box-shadow: var(--shadow-soft);
}

.investment-multiday__images figure:first-child img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 45%;
}

.investment-multiday__images figure:last-child {
  transform: translateY(2rem);
}

.investment-multiday__images figure:last-child img {
  aspect-ratio: 4 / 5.4;
  object-fit: cover;
  object-position: center 50%;
}

.investment-faq {
  align-items: start;
}

.investment-faq__list {
  display: grid;
  gap: 0;
  max-width: 52rem;
}

.investment-faq__list details {
  border-top: 1px solid rgba(40, 35, 31, 0.16);
  padding: 1.25rem 0;
}

.investment-faq__list details:last-child {
  border-bottom: 1px solid rgba(40, 35, 31, 0.16);
}

.investment-faq__list summary {
  cursor: pointer;
  color: var(--charcoal);
  font-weight: 800;
  list-style-position: outside;
}

.investment-faq__list p {
  margin-top: 0.8rem;
  color: var(--charcoal-soft);
  line-height: 1.75;
}

.investment-final {
  align-items: center;
}

.investment-final .button--dark {
  background: var(--ivory);
  color: var(--charcoal);
  border-color: var(--ivory);
}

.investment-final .button--light {
  color: var(--ivory);
  border-color: rgba(255, 250, 242, 0.66);
}

.investment-final__content p {
  max-width: 38rem;
  color: rgba(255, 250, 242, 0.74);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.75;
}

@media (max-width: 980px) {
  .investment-masthead__grid,
  .investment-section,
  .investment-editorial,
  .investment-multiday,
  .investment-final {
    grid-template-columns: 1fr;
  }

  .investment-masthead {
    padding-top: 7rem;
  }

  .investment-masthead h1 {
    font-size: clamp(3.2rem, 14vw, 6.3rem);
  }

  .investment-masthead__image {
    max-width: 36rem;
  }

  .investment-collection,
  .investment-collection--signature {
    grid-template-columns: 1fr;
  }

  .investment-collection--signature .investment-collection__content,
  .investment-collection--signature .investment-collection__image {
    order: initial;
  }

  .investment-collection__image {
    max-width: 36rem;
  }

  .investment-multiday__images {
    max-width: 46rem;
  }
}

@media (max-width: 640px) {
  .investment-masthead,
  .investment-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .investment-masthead {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .investment-masthead__grid {
    gap: 1.4rem;
  }

  .investment-masthead__copy {
    order: 2;
  }

  .investment-masthead__image {
    order: 1;
    margin-inline: -1rem;
    border-radius: 0;
    box-shadow: none;
  }

  .investment-masthead__image img {
    aspect-ratio: 4 / 3.25;
    object-position: 36% center;
  }

  .investment-masthead h1 {
    max-width: 10.8ch;
    font-size: clamp(3rem, 15vw, 4.45rem);
  }

  .investment-section {
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
    gap: 1.6rem;
  }

  .investment-section__header--wide {
    margin-bottom: 0.4rem;
  }

  .investment-collection {
    gap: 1.2rem;
    padding-bottom: 2.6rem;
  }

  .investment-collection h3 {
    max-width: 12ch;
    font-size: clamp(2.25rem, 12vw, 3.5rem);
  }

  .investment-price {
    font-size: clamp(3.5rem, 18vw, 5.2rem);
  }

  .investment-collection__image img,
  .investment-collection--signature .investment-collection__image img {
    aspect-ratio: 4 / 3.25;
  }

  .investment-collection--signature .investment-collection__image img {
    object-position: center 48%;
  }

  .investment-addons__grid,
  .investment-multiday__images {
    grid-template-columns: 1fr;
  }

  .investment-multiday__images figure:last-child {
    transform: none;
  }

  .investment-multiday__images figure:first-child img,
  .investment-multiday__images figure:last-child img {
    aspect-ratio: 4 / 3.2;
  }

  .investment-final .button--dark {
    background: var(--ivory);
    color: var(--charcoal);
  }
}

/* ============================================================
   CONTACT PAGE — frictionless warm editorial direction
   ============================================================ */
.contact-page-body {
  background: var(--ivory);
}

.contact-page {
  overflow: hidden;
  background: var(--ivory);
}

.contact-page h1,
.contact-page h2,
.contact-page h3 {
  letter-spacing: -0.035em;
}

.contact-masthead {
  padding: clamp(7rem, 13vw, 12rem) clamp(1.1rem, 5vw, 6rem) clamp(3.8rem, 7vw, 7rem);
}

.contact-masthead__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(17rem, 0.95fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  max-width: 1280px;
  margin: 0 auto;
}

.contact-masthead__copy,
.contact-form-section__intro,
.contact-final-cta__content {
  display: grid;
  gap: clamp(1.15rem, 2vw, 1.75rem);
  justify-items: start;
}

.contact-masthead h1 {
  max-width: 10.5ch;
  color: var(--charcoal);
  font-size: clamp(4.2rem, 9vw, 9.4rem);
  line-height: 0.88;
}

.contact-lead,
.contact-prose {
  display: grid;
  gap: 1rem;
  max-width: 44rem;
  color: var(--charcoal-soft);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.75;
}

.contact-lead {
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
}

.contact-masthead__image,
.contact-form-section__image,
.contact-final-cta__image {
  margin: 0;
  overflow: hidden;
  border-radius: clamp(1rem, 2vw, 1.5rem);
  background: var(--sand-soft);
  box-shadow: var(--shadow);
}

.contact-masthead__image img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 50%;
}

.contact-options,
.contact-note-section,
.contact-form-section,
.contact-next,
.contact-final-cta {
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.1rem, 5vw, 6rem);
}

#quick-form {
  scroll-margin-top: 6rem;
}

.contact-options {
  padding-top: clamp(3.8rem, 6.8vw, 6.6rem);
  padding-bottom: clamp(3.8rem, 6.8vw, 6.6rem);
  background:
    radial-gradient(circle at 86% 8%, rgba(168, 111, 75, 0.11), transparent 30rem),
    var(--linen);
}

.contact-section-head {
  display: grid;
  gap: 1rem;
  max-width: 58rem;
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.contact-section-head h2,
.contact-note-section h2,
.contact-form-section h2,
.contact-next h2,
.contact-final-cta h2 {
  max-width: 13ch;
}

.contact-option-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.91fr 0.91fr;
  gap: clamp(0.85rem, 1.7vw, 1.35rem);
  max-width: 1180px;
}

.contact-option {
  display: grid;
  gap: 0.55rem;
  min-height: 12.4rem;
  padding: clamp(1.05rem, 1.8vw, 1.45rem);
  border-top: 1px solid rgba(40, 35, 31, 0.16);
  color: var(--charcoal-soft);
  background: rgba(255, 250, 242, 0.52);
  transition: transform 220ms ease, background 220ms ease;
}

.contact-option:hover {
  transform: translateY(-2px);
  background: rgba(255, 250, 242, 0.82);
}

.contact-option--featured {
  border-top-color: var(--charcoal);
  background: var(--charcoal);
  color: rgba(255, 250, 242, 0.78);
}

.contact-option--featured:hover {
  background: #191511;
}

.contact-option__label {
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-option--featured .contact-option__label {
  color: var(--sand);
}

.contact-option strong {
  color: var(--charcoal);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.1vw, 3.25rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.contact-option--featured strong {
  color: var(--ivory);
}

.contact-option small {
  max-width: 22rem;
  color: inherit;
  font-size: 0.92rem;
  line-height: 1.55;
}

.contact-note-section,
.contact-form-section,
.contact-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.contact-section--warm {
  background:
    radial-gradient(circle at 8% 0%, rgba(221, 201, 173, 0.28), transparent 30rem),
    var(--ivory);
}

.contact-prose--large {
  max-width: 52rem;
  font-size: clamp(1.08rem, 1.55vw, 1.45rem);
  line-height: 1.62;
}

.contact-form-section {
  background:
    radial-gradient(circle at 88% 16%, rgba(221, 201, 173, 0.24), transparent 28rem),
    var(--linen);
}

.contact-form-section__image {
  width: min(100%, 24rem);
  box-shadow: var(--shadow-soft);
}

.contact-form-section__image img {
  aspect-ratio: 4 / 3.25;
  object-fit: cover;
  object-position: 32% 50%;
}

.contact-form-card {
  display: grid;
  gap: 1.2rem;
  width: 100%;
  max-width: 46rem;
  padding: clamp(1.2rem, 2.5vw, 2rem);
  background: rgba(255, 250, 242, 0.74);
  border: 1px solid rgba(40, 35, 31, 0.12);
  border-radius: 1.1rem;
  box-shadow: var(--shadow-soft);
}

.contact-form-card form {
  display: grid;
  gap: 1rem;
}

.contact-field {
  display: grid;
  gap: 0.42rem;
}

.contact-field--split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-field label {
  color: var(--charcoal);
  font-size: 0.86rem;
  font-weight: 800;
}

.contact-field label span {
  color: rgba(40, 35, 31, 0.56);
  font-weight: 700;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  min-height: 3.25rem;
  border: 1px solid rgba(40, 35, 31, 0.18);
  border-radius: 0.8rem;
  background: var(--linen);
  color: var(--charcoal);
  font: inherit;
  font-size: 1rem;
  padding: 0.92rem 1rem;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-field textarea {
  min-height: 9.5rem;
  resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: rgba(168, 111, 75, 0.65);
  background: #fffdf8;
  box-shadow: 0 0 0 4px rgba(168, 111, 75, 0.12);
}

.contact-submit {
  justify-self: start;
  margin-top: 0.35rem;
  cursor: pointer;
}

.contact-submit:disabled {
  cursor: progress;
  opacity: 0.72;
}

.contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.contact-form-status {
  min-height: 1.55rem;
  color: var(--charcoal-soft);
  font-size: 0.94rem;
  line-height: 1.55;
}

.contact-form-status[data-kind="success"] {
  color: #386046;
  font-weight: 700;
}

.contact-form-status[data-kind="error"] {
  color: #9b3e2e;
  font-weight: 700;
}

.contact-form-note {
  color: rgba(40, 35, 31, 0.62);
  font-size: 0.92rem;
  line-height: 1.55;
}

.contact-form-note a {
  color: var(--charcoal);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(168, 111, 75, 0.42);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.22em;
}

.contact-section--dark {
  background: #191511;
  color: var(--ivory);
}

.contact-section--dark h2,
.contact-section--dark .eyebrow {
  color: var(--ivory);
}

.contact-next-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.7rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-next-list li {
  display: grid;
  gap: 1rem;
  border-top: 1px solid rgba(255, 250, 242, 0.18);
  padding-top: 1rem;
}

.contact-next-list span {
  color: rgba(255, 250, 242, 0.58);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.contact-next-list p {
  color: rgba(255, 250, 242, 0.78);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.55;
}

.contact-final-cta {
  grid-template-columns: minmax(15rem, 0.44fr) minmax(0, 1fr);
  align-items: end;
  background: var(--ivory);
}

.contact-final-cta__image {
  width: min(100%, 26rem);
  box-shadow: var(--shadow-soft);
}

.contact-final-cta__image img {
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
  object-position: 52% center;
}

.contact-final-cta__content p:not(.eyebrow) {
  max-width: 40rem;
  color: var(--charcoal-soft);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.75;
}

@media (max-width: 980px) {
  .contact-masthead__grid,
  .contact-note-section,
  .contact-form-section,
  .contact-final-cta {
    grid-template-columns: 1fr;
  }

  .contact-masthead {
    padding-top: 7rem;
  }

  .contact-masthead h1 {
    font-size: clamp(3.2rem, 14vw, 6.2rem);
  }

  .contact-masthead__image,
  .contact-form-card {
    max-width: 42rem;
  }

  .contact-option-grid,
  .contact-next-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .contact-masthead,
  .contact-options,
  .contact-note-section,
  .contact-form-section,
  .contact-next,
  .contact-final-cta {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-masthead {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .contact-masthead__grid {
    gap: 1.4rem;
  }

  .contact-masthead__copy {
    order: 2;
  }

  .contact-masthead__image {
    order: 1;
    margin-inline: -1rem;
    border-radius: 0;
    box-shadow: none;
  }

  .contact-masthead__image img {
    aspect-ratio: 4 / 3.25;
    object-position: center 48%;
  }

  .contact-masthead h1 {
    max-width: 9.6ch;
    font-size: clamp(3.05rem, 15vw, 4.45rem);
  }

  .contact-hero-actions,
  .contact-hero-actions .button,
  .contact-final-cta .button-row,
  .contact-final-cta .button {
    width: 100%;
  }

  .contact-options,
  .contact-note-section,
  .contact-form-section,
  .contact-next,
  .contact-final-cta {
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
  }

  .contact-option-grid,
  .contact-next-list,
  .contact-field--split {
    grid-template-columns: 1fr;
  }

  .contact-option {
    min-height: auto;
  }

  .contact-form-section__image {
    display: none;
  }

  .contact-form-card {
    margin-inline: -0.2rem;
    padding: 1rem;
    border-radius: 0.95rem;
  }

  .contact-field input,
  .contact-field textarea {
    min-height: 3.4rem;
    font-size: 16px;
  }

  .contact-submit {
    width: 100%;
  }

  .contact-final-cta__image {
    width: min(18rem, 72vw);
  }
}

/* Portfolio hub, Real Weddings, and wedding story pages */
.nav-group {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-block: 0.6rem;
}

.nav-group > a,
.nav-group > .nav-trigger {
  border-bottom: 1px solid transparent;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% - 0.15rem);
  left: 50%;
  z-index: 40;
  display: grid;
  min-width: 12.5rem;
  padding: 0.55rem;
  background: rgba(255, 250, 242, 0.94);
  border: 1px solid rgba(40, 35, 31, 0.1);
  border-radius: 0.9rem;
  box-shadow: 0 18px 50px rgba(40, 35, 31, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0.45rem);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-group:hover .nav-dropdown,
.nav-group:focus-within .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.site-nav__links .nav-dropdown a {
  display: block;
  padding: 0.65rem 0.78rem;
  border: 0;
  border-radius: 0.55rem;
  color: var(--charcoal-soft);
  white-space: nowrap;
}

.site-nav__links .nav-dropdown a:hover {
  background: rgba(221, 201, 173, 0.28);
  color: var(--charcoal);
  transform: none;
}

.portfolio-hub-hero,
.real-weddings-hero,
.wedding-story-hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.8rem, 5vw, 5rem);
  align-items: end;
  padding: clamp(7rem, 12vw, 10rem) clamp(1.1rem, 5vw, 6rem) clamp(3.5rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 14% 16%, rgba(221, 201, 173, 0.34), transparent 28rem),
    var(--ivory);
}

.real-weddings-hero,
.wedding-story-hero {
  background:
    radial-gradient(circle at 88% 8%, rgba(168, 111, 75, 0.13), transparent 30rem),
    var(--linen);
}

.portfolio-hub-hero__copy,
.real-weddings-hero__copy,
.wedding-story-hero__copy {
  display: grid;
  gap: 1.2rem;
  max-width: 46rem;
}

.portfolio-hub-hero h1,
.real-weddings-hero h1,
.wedding-story-hero h1 {
  max-width: 11ch;
  color: var(--charcoal);
  font-size: clamp(4.2rem, 8.8vw, 9rem);
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.wedding-story-hero h1 {
  max-width: 12ch;
  font-size: clamp(3.8rem, 7.4vw, 7.8rem);
}

.portfolio-hub-hero p,
.real-weddings-hero p,
.wedding-story-hero p {
  max-width: 36rem;
  color: var(--charcoal-soft);
  font-size: clamp(1.02rem, 1.45vw, 1.25rem);
  line-height: 1.62;
}

.portfolio-hub-hero__image,
.real-weddings-hero__image,
.wedding-story-hero__image {
  align-self: stretch;
  min-height: clamp(24rem, 58vw, 48rem);
  box-shadow: var(--shadow-soft);
}

.portfolio-hub-hero__image img,
.real-weddings-hero__image img,
.wedding-story-hero__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 42%;
}

.real-weddings-intro,
.portfolio-category-section,
.wedding-story-index,
.wedding-story-intro,
.wedding-gallery-section,
.portfolio-soft-cta {
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.1rem, 5vw, 6rem);
}

.real-weddings-intro {
  padding-top: clamp(6rem, 9vw, 7.5rem);
  padding-bottom: clamp(1.1rem, 2.2vw, 2rem);
  background: var(--ivory);
}

.real-weddings-intro h1 {
  max-width: 13ch;
  color: var(--charcoal);
  font-size: clamp(2.8rem, 4.8vw, 5.2rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.real-weddings-intro p:not(.eyebrow) {
  max-width: 38rem;
  margin-top: 1rem;
  color: var(--charcoal-soft);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.62;
}

.real-weddings-intro + .wedding-story-index {
  padding-top: clamp(1.2rem, 3vw, 2.5rem);
}

.portfolio-section-head {
  display: grid;
  gap: 1rem;
  max-width: 58rem;
  margin-bottom: clamp(1.8rem, 4vw, 3.4rem);
}

.portfolio-section-head h2,
.portfolio-soft-cta h2 {
  max-width: 13ch;
}

.engagement-empty-head h2 {
  max-width: 16ch;
}

.portfolio-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.5vw, 1.2rem);
}

.portfolio-category-card,
.wedding-story-card {
  position: relative;
  display: grid;
  min-height: clamp(22rem, 38vw, 34rem);
  overflow: hidden;
  isolation: isolate;
  color: var(--ivory);
  background: var(--charcoal);
  box-shadow: var(--shadow-soft);
}

.portfolio-category-card img,
.wedding-story-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.portfolio-category-card::after,
.wedding-story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(25, 21, 17, 0.18), rgba(25, 21, 17, 0.86));
}

.portfolio-category-card:hover img,
.wedding-story-card:hover img {
  transform: scale(1.035);
}

.portfolio-category-card {
  align-content: end;
  gap: 0.8rem;
  padding: clamp(1rem, 2vw, 1.55rem);
}

.portfolio-category-card span,
.wedding-story-card__label span {
  color: rgba(255, 250, 242, 0.74);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.portfolio-category-card strong {
  max-width: 18rem;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(1.9rem, 2.6vw, 3.2rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.portfolio-category-card--featured {
  grid-column: auto;
}

.wedding-story-grid--single {
  max-width: 1120px;
}

.wedding-story-card--large {
  min-height: clamp(31rem, 58vw, 45rem);
}

.wedding-story-card__label {
  align-self: end;
  justify-self: start;
  display: grid;
  gap: 0.55rem;
  max-width: min(33rem, calc(100% - 2rem));
  margin: clamp(1rem, 3vw, 2rem);
  padding: clamp(1rem, 2vw, 1.45rem);
  background: rgba(255, 250, 242, 0.9);
  color: var(--charcoal);
  box-shadow: 0 18px 50px rgba(25, 21, 17, 0.2);
}

.wedding-story-card__label span {
  color: var(--clay);
}

.wedding-story-card__label strong {
  color: var(--charcoal);
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 5.4rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.05em;
}

.wedding-story-card__label small {
  color: var(--charcoal-soft);
  font-size: 0.98rem;
  line-height: 1.55;
}

.wedding-story-card__label em {
  justify-self: start;
  margin-top: 0.35rem;
  color: var(--charcoal);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.portfolio-soft-cta {
  display: grid;
  gap: 1.2rem;
  background: var(--charcoal);
  color: var(--ivory);
}

.portfolio-soft-cta h2,
.portfolio-soft-cta .eyebrow {
  color: var(--ivory);
}

.portfolio-soft-cta p {
  max-width: 46rem;
  color: rgba(255, 250, 242, 0.72);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.62;
}

.wedding-story-intro {
  display: grid;
  grid-template-columns: minmax(12rem, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
  background: var(--ivory);
}

.wedding-story-meta {
  position: sticky;
  top: 6rem;
  display: grid;
  gap: 0.45rem;
  padding-top: 0.2rem;
  border-top: 1px solid rgba(40, 35, 31, 0.16);
}

.wedding-story-meta span {
  margin-top: 1rem;
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wedding-story-meta strong {
  color: var(--charcoal);
  font-size: 1rem;
  line-height: 1.35;
}

.wedding-story-copy {
  display: grid;
  gap: 1.15rem;
  max-width: 46rem;
  color: var(--charcoal-soft);
  font-size: clamp(1.05rem, 1.32vw, 1.28rem);
  line-height: 1.72;
}

.wedding-story-copy p:first-child {
  color: var(--charcoal);
  font-size: clamp(1.28rem, 2vw, 1.72rem);
  line-height: 1.48;
}

.wedding-gallery-section {
  background: var(--linen);
}

.wedding-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(0.55rem, 1.1vw, 0.95rem);
}

.wedding-gallery__item {
  grid-column: span 2;
  background: rgba(40, 35, 31, 0.06);
}

.wedding-gallery__item--wide {
  grid-column: span 4;
}

.wedding-gallery__item--portrait {
  grid-column: span 2;
  grid-row: span 2;
}

.wedding-gallery img {
  width: 100%;
  height: 100%;
  min-height: clamp(15rem, 24vw, 24rem);
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.wedding-gallery__item--portrait img {
  aspect-ratio: 3 / 4.2;
}

.wedding-gallery__item--wide img {
  aspect-ratio: 16 / 9;
}

@media (max-width: 980px) {
  .portfolio-hub-hero,
  .real-weddings-hero,
  .wedding-story-hero,
  .wedding-story-intro {
    grid-template-columns: 1fr;
  }

  .portfolio-category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .wedding-story-meta {
    position: static;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.4rem 1rem;
  }

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

@media (max-width: 760px) {
  .nav-group {
    display: inline-flex;
  }

  .nav-dropdown {
    left: auto;
    right: 0;
    transform: translate(0, 0.45rem);
  }

  .nav-group:hover .nav-dropdown,
  .nav-group:focus-within .nav-dropdown {
    transform: translate(0, 0);
  }

  .portfolio-hub-hero,
  .real-weddings-hero,
  .wedding-story-hero {
    min-height: auto;
    padding: 0;
  }

  .portfolio-hub-hero__image,
  .real-weddings-hero__image,
  .wedding-story-hero__image {
    order: -1;
    min-height: auto;
    aspect-ratio: 4 / 3.15;
    box-shadow: none;
  }

  .portfolio-hub-hero__image img,
  .real-weddings-hero__image img,
  .wedding-story-hero__image img {
    aspect-ratio: 4 / 3.15;
    object-position: center 42%;
  }

  .portfolio-hub-hero__copy,
  .real-weddings-hero__copy,
  .wedding-story-hero__copy {
    padding: 1.35rem 1rem 2.25rem;
  }

  .portfolio-hub-hero h1,
  .real-weddings-hero h1,
  .wedding-story-hero h1 {
    max-width: 11ch;
    font-size: clamp(2.7rem, 12vw, 3.9rem);
    line-height: 0.92;
  }

  .real-weddings-intro,
  .portfolio-category-section,
  .wedding-story-index,
  .wedding-story-intro,
  .wedding-gallery-section,
  .portfolio-soft-cta {
    padding: 3.6rem 1rem;
  }

  .real-weddings-intro {
    padding-top: 4.6rem;
    padding-bottom: 1.1rem;
  }

  .real-weddings-intro h1 {
    font-size: clamp(2.45rem, 10vw, 3.35rem);
    line-height: 0.96;
  }

  .real-weddings-intro + .wedding-story-index {
    padding-top: 1rem;
  }

  .portfolio-category-grid,
  .wedding-gallery {
    grid-template-columns: 1fr;
  }

  .portfolio-category-card,
  .portfolio-category-card--featured,
  .wedding-gallery__item,
  .wedding-gallery__item--wide,
  .wedding-gallery__item--portrait {
    grid-column: auto;
  }

  .portfolio-category-card,
  .wedding-story-card--large {
    min-height: 26rem;
  }

  .wedding-story-card__label {
    margin: 0.75rem;
  }

  .wedding-story-meta {
    grid-template-columns: 1fr;
  }

  .wedding-gallery img,
  .wedding-gallery__item--wide img,
  .wedding-gallery__item--portrait img {
    min-height: auto;
    aspect-ratio: auto;
  }
}

/* Editorial individual wedding story redesign */
.wedding-story-editorial {
  background: var(--ivory);
}

.editorial-story {
  overflow: hidden;
  background: var(--ivory);
}

.editorial-story-hero {
  position: relative;
  min-height: clamp(38rem, 82vh, 58rem);
  display: grid;
  place-items: end center;
  isolation: isolate;
  background: var(--charcoal);
}

.editorial-story-hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.editorial-story-hero--amrit-yousef img {
  object-position: 24% center;
}

.editorial-story-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(24, 20, 17, 0.32), rgba(24, 20, 17, 0.22) 38%, rgba(24, 20, 17, 0.82)),
    radial-gradient(circle at 50% 25%, rgba(255, 232, 190, 0.12), transparent 42%);
}

.editorial-story-hero__copy {
  width: min(1120px, calc(100% - 2rem));
  padding: clamp(7rem, 16vh, 13rem) 0 clamp(3.5rem, 8vh, 6rem);
  color: var(--ivory);
  text-align: center;
}

.editorial-story-hero__copy p {
  margin: 0 0 1rem;
  color: rgba(255, 250, 242, 0.92);
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.editorial-story-hero__copy h1 {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(4.6rem, 12vw, 12rem);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.editorial-story-hero__copy span {
  display: block;
  max-width: 38rem;
  margin: 1.35rem auto 0;
  color: rgba(255, 250, 242, 0.9);
  font-size: clamp(1.14rem, 1.45vw, 1.34rem);
  line-height: 1.55;
}

.story-kicker {
  margin: 0 0 0.8rem;
  color: var(--clay);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.story-opening {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
  padding: clamp(4rem, 9vw, 8rem) clamp(1.1rem, 5vw, 6rem);
}

.story-opening__copy {
  max-width: 40rem;
}

.story-opening__copy h2,
.story-chapter__copy h2,
.story-gallery-head h2,
.story-palette h2 {
  color: var(--charcoal);
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5vw, 5.8rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.story-opening__copy p:not(.story-kicker),
.story-chapter__copy p:not(.story-kicker) {
  margin-top: 1rem;
  color: var(--charcoal-soft);
  font-size: clamp(1.13rem, 1.22vw, 1.27rem);
  line-height: 1.8;
}

.story-opening__images {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.2vw, 1rem);
  align-items: end;
}

.story-opening__images figure {
  margin: 0;
  background: rgba(40, 35, 31, 0.06);
  overflow: hidden;
}

.story-opening__images figure:nth-child(1) {
  grid-column: 1 / 4;
  align-self: start;
}

.story-opening__images figure:nth-child(2) {
  grid-column: 4 / 6;
  transform: translateY(12%);
}

.story-opening__images figure:nth-child(3) {
  grid-column: 2 / 6;
}

.story-opening__images img {
  width: 100%;
  height: 100%;
  min-height: 15rem;
  object-fit: cover;
}

.story-opening__images figure:nth-child(2) img {
  aspect-ratio: 3 / 4.2;
}

.story-palette {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.1rem, 5vw, 6rem);
  border-block: 1px solid rgba(40, 35, 31, 0.12);
  background: #f4ecdf;
}

.story-palette h2 {
  max-width: 12ch;
  font-size: clamp(2.25rem, 3.8vw, 4.4rem);
}

.story-palette__swatches {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(0.65rem, 1vw, 1rem);
}

.story-palette__swatches span {
  width: clamp(2.5rem, 4.5vw, 4.25rem);
  aspect-ratio: 1;
  border-radius: 999px;
  background: var(--swatch);
  border: 1px solid rgba(40, 35, 31, 0.16);
  box-shadow: 0 1.2rem 2.5rem rgba(40, 35, 31, 0.12);
}

.story-chapter {
  display: grid;
  grid-template-columns: minmax(18rem, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.1rem, 5vw, 6rem);
}

.story-chapter--reverse {
  grid-template-columns: minmax(0, 0.66fr) minmax(18rem, 0.34fr);
  background: var(--linen);
}

.story-chapter--reverse .story-chapter__copy {
  grid-column: 2;
  grid-row: 1;
}

.story-chapter--reverse .story-collage {
  grid-column: 1;
  grid-row: 1;
}

.story-chapter__copy {
  max-width: 36rem;
}

.story-collage {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(0.6rem, 1vw, 0.9rem);
  align-items: stretch;
}

.story-img {
  margin: 0;
  grid-column: span 3;
  background: rgba(40, 35, 31, 0.06);
  overflow: hidden;
}

.story-img--wide {
  grid-column: span 6;
}

.story-img--portrait {
  grid-column: span 3;
  grid-row: span 2;
}

.story-img img,
.story-full-bleed img,
.story-full-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-img img {
  min-height: clamp(16rem, 24vw, 27rem);
  aspect-ratio: 4 / 3;
}

.story-img--portrait img {
  aspect-ratio: 3 / 4.35;
}

.story-img--wide img {
  aspect-ratio: 16 / 9;
}

.story-quote {
  padding: clamp(4rem, 8vw, 7rem) clamp(1.1rem, 10vw, 14rem);
  background: var(--charcoal);
  color: var(--ivory);
  text-align: center;
}

.story-quote p {
  max-width: 58rem;
  margin: 0 auto;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 5.4rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.story-full-bleed {
  width: 100%;
  margin: 0;
  background: var(--charcoal);
}

.story-full-bleed img {
  min-height: clamp(28rem, 68vw, 52rem);
  max-height: 90vh;
  object-position: center 45%;
}

.story-chapter--party {
  background: #211b17;
}

.story-chapter--party .story-chapter__copy h2,
.story-chapter--party .story-chapter__copy p:not(.story-kicker) {
  color: var(--ivory);
}

.story-chapter--party .story-chapter__copy p:not(.story-kicker) {
  color: rgba(255, 250, 242, 0.74);
}

.story-chapter--exit {
  grid-template-columns: minmax(18rem, 0.32fr) minmax(0, 0.68fr);
  background: var(--ivory);
}

.story-collage--exit .story-img {
  grid-column: span 3;
}

.story-full-gallery-section {
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 4vw, 4rem);
  background: var(--linen);
}

.story-gallery-head {
  display: grid;
  grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
  gap: 2rem;
  align-items: end;
  max-width: 116rem;
  margin: 0 auto clamp(1.5rem, 3vw, 3rem);
}

.story-gallery-head h2 {
  max-width: 12ch;
}

.story-full-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(0.45rem, 0.8vw, 0.75rem);
  max-width: 116rem;
  margin: 0 auto;
}

.story-full-gallery__item {
  grid-column: span 2;
  margin: 0;
  background: rgba(40, 35, 31, 0.06);
  overflow: hidden;
}

.story-full-gallery__item:nth-child(7n + 1),
.story-full-gallery__item:nth-child(7n + 5) {
  grid-column: span 3;
}

.story-full-gallery__item:nth-child(11n + 3) {
  grid-column: span 4;
}

.story-full-gallery img {
  min-height: clamp(14rem, 18vw, 23rem);
  aspect-ratio: 4 / 3;
}

.story-full-gallery__item:nth-child(5n + 2) img {
  aspect-ratio: 3 / 4;
}

@media (max-width: 980px) {
  .story-opening,
  .story-chapter,
  .story-chapter--reverse,
  .story-chapter--exit,
  .story-gallery-head {
    grid-template-columns: 1fr;
  }

  .story-chapter--reverse .story-chapter__copy,
  .story-chapter--reverse .story-collage {
    grid-column: auto;
    grid-row: auto;
  }

  .story-palette {
    align-items: start;
    flex-direction: column;
  }

  .story-palette__swatches {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .editorial-story-hero {
    min-height: 82vh;
  }

  .editorial-story-hero__copy {
    padding-bottom: 3rem;
    text-align: left;
  }

  .editorial-story-hero__copy h1 {
    font-size: clamp(4.4rem, 22vw, 7rem);
  }

  .story-opening,
  .story-palette,
  .story-chapter,
  .story-full-gallery-section {
    padding-inline: 1rem;
  }

  .story-opening__images,
  .story-collage,
  .story-full-gallery {
    grid-template-columns: 1fr;
  }

  .story-opening__images figure,
  .story-opening__images figure:nth-child(1),
  .story-opening__images figure:nth-child(2),
  .story-opening__images figure:nth-child(3),
  .story-img,
  .story-img--wide,
  .story-img--portrait,
  .story-full-gallery__item,
  .story-full-gallery__item:nth-child(7n + 1),
  .story-full-gallery__item:nth-child(7n + 5),
  .story-full-gallery__item:nth-child(11n + 3) {
    grid-column: auto;
    transform: none;
  }

  .story-img img,
  .story-img--wide img,
  .story-img--portrait img,
  .story-full-gallery img {
    min-height: auto;
    aspect-ratio: auto;
  }

  .story-opening__copy h2,
  .story-chapter__copy h2,
  .story-gallery-head h2,
  .story-palette h2 {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
  }

  .story-quote {
    padding-inline: 1.1rem;
  }

  .story-quote p {
    font-size: clamp(2.2rem, 12vw, 3.4rem);
  }
}

/* Uncropped editorial wedding story rule: only the top hero may crop */
.wedding-story-uncropped .editorial-story-hero img {
  height: 100%;
  object-fit: cover;
}

.wedding-story-uncropped .story-opening--uncropped,
.wedding-story-uncropped .story-chapter--uncropped {
  display: grid;
  grid-template-columns: minmax(18rem, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: start;
  padding: clamp(4rem, 8vw, 8rem) clamp(1.1rem, 5vw, 6rem);
}

.wedding-story-uncropped .story-opening--uncropped .story-opening__copy,
.wedding-story-uncropped .story-chapter--uncropped .story-chapter__copy {
  position: sticky;
  top: 6rem;
  max-width: 35rem;
}

.wedding-story-uncropped .story-chapter--linen {
  background: var(--linen);
}

.wedding-story-uncropped .editorial-image-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: clamp(0.75rem, 1.15vw, 1.15rem);
  align-items: start;
}

.wedding-story-uncropped .editorial-frame {
  margin: 0;
  background: rgba(40, 35, 31, 0.045);
}

.wedding-story-uncropped .editorial-frame--small,
.wedding-story-uncropped .editorial-frame--medium {
  grid-column: span 3;
}

.wedding-story-uncropped .editorial-frame--wide {
  grid-column: span 6;
}

.wedding-story-uncropped .editorial-frame--portrait {
  grid-column: span 3;
}

.wedding-story-uncropped .editorial-frame img,
.wedding-story-uncropped .story-full-bleed--uncropped img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: inherit;
  object-fit: contain;
}

.wedding-story-uncropped .story-full-bleed--uncropped {
  padding: clamp(2rem, 5vw, 4rem) clamp(1.1rem, 5vw, 6rem);
  background: #211b17;
}

.wedding-story-uncropped .story-full-bleed--uncropped img {
  max-width: min(112rem, 100%);
  max-height: none;
  margin: 0 auto;
  object-position: initial;
}

.wedding-story-uncropped .editorial-image-grid--amrit-prewedding .editorial-frame {
  grid-column: span 3;
}

.wedding-story-uncropped .editorial-image-grid--amrit-prewedding .editorial-frame:nth-child(1),
.wedding-story-uncropped .editorial-image-grid--amrit-prewedding .editorial-frame:nth-child(15),
.wedding-story-uncropped .editorial-image-grid--amrit-prewedding .editorial-frame:nth-child(25),
.wedding-story-uncropped .editorial-image-grid--amrit-prewedding .editorial-frame:nth-child(33) {
  grid-column: span 6;
}

.wedding-story-uncropped .editorial-image-grid--prep .editorial-frame:nth-child(1),
.wedding-story-uncropped .editorial-image-grid--prep .editorial-frame:nth-child(4) {
  grid-column: span 6;
}

.wedding-story-uncropped .editorial-image-grid--prep .editorial-frame:nth-child(2),
.wedding-story-uncropped .editorial-image-grid--prep .editorial-frame:nth-child(3) {
  grid-column: span 3;
}

.wedding-story-uncropped .editorial-image-grid--ceremony .editorial-frame:nth-child(1),
.wedding-story-uncropped .editorial-image-grid--ceremony .editorial-frame:nth-child(9),
.wedding-story-uncropped .editorial-image-grid--ceremony .editorial-frame:nth-child(10),
.wedding-story-uncropped .editorial-image-grid--ceremony .editorial-frame:nth-child(11) {
  grid-column: span 6;
}

.wedding-story-uncropped .editorial-image-grid--table-dash {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wedding-story-uncropped .editorial-image-grid--table-dash .editorial-frame {
  grid-column: span 2;
}

.wedding-story-uncropped .editorial-image-grid--table-dash .editorial-frame:last-child {
  grid-column: span 4;
}

.wedding-story-uncropped .story-chapter--table-dash {
  background: #f4ecdf;
}

.wedding-story-uncropped .story-chapter--party .editorial-frame {
  background: rgba(255, 250, 242, 0.08);
}

.wedding-story-uncropped .story-chapter--party .editorial-image-grid {
  align-items: start;
}

@media (max-width: 1100px) {
  .wedding-story-uncropped .story-opening--uncropped,
  .wedding-story-uncropped .story-chapter--uncropped {
    grid-template-columns: 1fr;
  }

  .wedding-story-uncropped .story-opening--uncropped .story-opening__copy,
  .wedding-story-uncropped .story-chapter--uncropped .story-chapter__copy {
    position: static;
    max-width: 44rem;
  }
}

@media (max-width: 720px) {
  .wedding-story-uncropped .story-opening--uncropped,
  .wedding-story-uncropped .story-chapter--uncropped,
  .wedding-story-uncropped .story-full-bleed--uncropped {
    padding-inline: 1rem;
  }

  .wedding-story-uncropped .editorial-image-grid,
  .wedding-story-uncropped .editorial-image-grid--table-dash {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .wedding-story-uncropped .editorial-frame,
  .wedding-story-uncropped .editorial-frame--small,
  .wedding-story-uncropped .editorial-frame--medium,
  .wedding-story-uncropped .editorial-frame--wide,
  .wedding-story-uncropped .editorial-frame--portrait,
  .wedding-story-uncropped .editorial-image-grid--table-dash .editorial-frame,
  .wedding-story-uncropped .editorial-image-grid--table-dash .editorial-frame:last-child {
    grid-column: auto;
  }
}

/* ============================================================
   REAL WEDDINGS PAGE — image-led highlights + story index
   ============================================================ */
.real-weddings-page-body {
  background: var(--ivory);
}

.real-weddings-page {
  overflow-x: hidden;
  background: var(--ivory);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.rw-masthead {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(5.25rem, 8vw, 7.5rem) clamp(1rem, 4.8vw, 5.5rem) clamp(1rem, 2vw, 1.5rem);
}

.rw-masthead__grid > *,
.rw-section-label > *,
.rw-bottom-cta > * {
  min-width: 0;
}

.rw-jump-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin: 0 auto;
}

.rw-jump-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.78rem 1.05rem;
  border: 1px solid rgba(45, 38, 31, 0.18);
  border-radius: 999px;
  color: var(--charcoal);
  background: rgba(255, 250, 242, 0.66);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rw-jump-nav a:hover {
  border-color: rgba(45, 38, 31, 0.42);
  background: var(--charcoal);
  color: var(--ivory);
}

.rw-highlights {
  scroll-margin-top: 5rem;
  padding: 0 clamp(0.7rem, 2vw, 1.4rem) clamp(4.8rem, 8vw, 8rem);
}

.engagements-gallery-only .rw-highlights {
  padding-top: clamp(0.9rem, 2vw, 1.4rem);
}

.engagement-intro {
  display: grid;
  gap: 0.7rem;
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(5.15rem, 7vw, 6.6rem) clamp(1rem, 4.8vw, 5.5rem) clamp(1rem, 2vw, 1.35rem);
}

.engagement-intro p:not(.engagement-intro__label) {
  max-width: 68ch;
  margin: 0;
  color: var(--charcoal-soft);
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.62;
}

.rw-section-label {
  display: grid;
  gap: 0.45rem;
  max-width: 1320px;
  margin: 0 auto clamp(0.9rem, 1.8vw, 1.35rem);
  padding-inline: clamp(0.3rem, 2vw, 1.2rem);
}

.rw-section-label h2 {
  max-width: none;
  color: var(--charcoal);
  font-size: clamp(2.15rem, 3.5vw, 4.25rem);
  line-height: 0.98;
}

.rw-highlight-board {
  columns: 4 17rem;
  column-gap: clamp(0.28rem, 0.55vw, 0.5rem);
  max-width: 1580px;
  margin: 0 auto;
}

.rw-highlight-board figure,
.rw-highlight-board figure.is-wide,
.rw-highlight-board figure.is-tall {
  display: inline-block;
  width: 100%;
  margin: 0 0 clamp(0.28rem, 0.55vw, 0.5rem);
  overflow: hidden;
  break-inside: avoid;
  border-radius: clamp(0.35rem, 0.7vw, 0.72rem);
  background: var(--sand-soft);
  box-shadow: 0 16px 48px rgba(60, 42, 27, 0.08);
}

.rw-highlight-board img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: none;
  transition: transform 700ms cubic-bezier(.2, .7, .15, 1), filter 700ms ease;
}

.rw-highlight-board figure:hover img {
  transform: scale(1.018);
  filter: saturate(1.04) contrast(1.02);
}

.rw-story-transition {
  display: grid;
  gap: 1rem;
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 7rem) clamp(1rem, 5vw, 6rem) clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.rw-story-transition h2 {
  color: var(--charcoal);
  font-size: clamp(2.4rem, 5vw, 5.3rem);
  line-height: 0.98;
}

.rw-story-transition p:not(.eyebrow) {
  max-width: 34rem;
  margin: 0 auto;
  color: var(--charcoal-soft);
  font-size: 1.05rem;
}

.rw-story-index {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 21rem));
  justify-content: center;
  gap: clamp(0.85rem, 1.4vw, 1.35rem);
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 clamp(1rem, 4vw, 4rem) clamp(5rem, 8vw, 8rem);
}

@media (min-width: 1100px) {
  .rw-story-index {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.rw-story-card {
  position: relative;
  display: grid;
  align-items: end;
  min-height: clamp(24rem, 38vw, 31rem);
  width: 100%;
  overflow: hidden;
  border-radius: clamp(0.8rem, 1.3vw, 1.2rem);
  background: #221b16;
  box-shadow: var(--shadow);
  color: var(--ivory);
}

.rw-story-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(18, 13, 10, 0.74) 0%, rgba(18, 13, 10, 0.34) 36%, rgba(18, 13, 10, 0.04) 76%);
}

.rw-story-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  transform: scale(1.01);
  transition: transform 900ms cubic-bezier(.2, .7, .15, 1);
}

.rw-story-card--amrit-yousef img {
  object-position: 13% 45%;
  transform: scale(1);
}

.rw-story-card:hover img {
  transform: scale(1.045);
}

.rw-story-card--amrit-yousef:hover img {
  transform: scale(1.02);
}

.rw-story-card__label,
.rw-story-card strong,
.rw-story-card em {
  position: relative;
  z-index: 2;
  margin-left: clamp(1.05rem, 2.4vw, 1.55rem);
  margin-right: clamp(1.05rem, 2.4vw, 1.55rem);
}

.rw-story-card__label {
  margin-bottom: 0.55rem;
  color: rgba(255, 250, 242, 0.68);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.rw-story-card strong {
  max-width: 8.5ch;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(2.65rem, 4.4vw, 4.2rem);
  font-weight: 500;
  line-height: 0.9;
}

.rw-story-card em {
  margin-top: 0.85rem;
  margin-bottom: clamp(1.2rem, 2.6vw, 1.8rem);
  color: rgba(255, 250, 242, 0.88);
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.34em;
}

.rw-bottom-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.2rem, 4vw, 4rem);
  align-items: end;
  padding: clamp(4rem, 7vw, 7rem) clamp(1rem, 5vw, 6rem);
  background: linear-gradient(180deg, var(--linen) 0%, var(--ivory-deep) 100%);
}

.rw-bottom-cta h2 {
  max-width: 12ch;
  color: var(--charcoal);
  font-size: clamp(2.5rem, 5.6vw, 6rem);
  line-height: 0.94;
}

@media (max-width: 980px) {
  .rw-bottom-cta {
    grid-template-columns: 1fr;
  }

  .rw-highlight-board {
    columns: 3 13rem;
  }
}

@media (max-width: 640px) {
  .rw-masthead {
    padding: 3.9rem 0.9rem 1rem;
  }

  .rw-jump-nav {
    gap: 0.45rem;
    margin: 0 auto;
  }

  .rw-jump-nav a {
    min-height: 2.6rem;
    padding-inline: 0.72rem;
    font-size: 0.66rem;
    letter-spacing: 0.09em;
  }

  .rw-highlights {
    padding-inline: 0.45rem;
    padding-bottom: 3.4rem;
  }

  .rw-highlight-board {
    columns: 2 9.25rem;
    column-gap: 0.32rem;
  }

  .rw-highlight-board figure,
  .rw-highlight-board figure.is-wide,
  .rw-highlight-board figure.is-tall {
    margin-bottom: 0.32rem;
    border-radius: 0.45rem;
  }

  .rw-story-transition {
    padding: 3.4rem 1rem 1.5rem;
    text-align: left;
  }

  .rw-story-transition p:not(.eyebrow) {
    margin: 0;
  }

  .rw-story-index {
    padding: 0 1rem 3.5rem;
  }

  .rw-story-card {
    min-height: 23rem;
    border-radius: 0.75rem;
  }

  .rw-story-card strong {
    font-size: clamp(2.6rem, 13vw, 3.8rem);
  }

  .rw-story-card__label {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .rw-bottom-cta {
    padding: 3.4rem 1rem;
  }
}


/* Thank-you page */
.thank-you-page .contact-masthead {
  min-height: calc(100vh - 7rem);
}

.thank-you-page .contact-masthead__copy a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.phone-nowrap { white-space: nowrap; }
