/* ============================================================
   Eleglam - Multi-Page (SEO) layer
   Loaded AFTER ../styles.css. Only adds layouts unique to the
   separate-page build (page heroes, breadcrumb, link cards,
   gallery grid, CTA band). Shared components are inherited.
   ============================================================ */

/* ─────────── NAV DROPDOWN (Services) ─────────── */

.nav-has-sub {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-sub-toggle {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  line-height: inherit;
  margin: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0.3rem 0;
  transition: color 0.3s ease;
}

.nav-sub-toggle:hover,
.nav-sub-toggle:focus-visible,
.nav-has-sub:hover .nav-sub-toggle,
.nav-has-sub.is-open .nav-sub-toggle {
  color: var(--ink);
}

.nav-sub-caret {
  width: 0;
  height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 4px solid currentColor;
  transition: transform 0.3s ease;
}

.nav-has-sub:hover .nav-sub-caret,
.nav-has-sub.is-open .nav-sub-caret {
  transform: rotate(180deg);
}

.nav-sub {
  list-style: none;
  margin: 0;
  padding: 0.6rem 0 0.55rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 160px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-top: 2px solid var(--line-hair);
  box-shadow: 0 20px 40px -20px rgba(25, 22, 16, 0.25);
  display: grid;
  gap: 0.1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease;
  z-index: 60;
}

.nav-has-sub:hover .nav-sub,
.nav-has-sub:focus-within .nav-sub,
.nav-has-sub.is-open .nav-sub {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-sub li {
  margin: 0;
}

.nav-sub a {
  display: block;
  padding: 0.55rem 1.3rem;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.25s ease, background 0.25s ease;
}

.nav-sub a::after {
  display: none;
}

.nav-sub a:hover,
.nav-sub a:focus-visible,
.nav-sub a[aria-current] {
  color: var(--ink);
  background: rgba(255, 252, 247, 0.7);
}

/* ─────────── BREADCRUMB ─────────── */

.breadcrumb {
  width: min(var(--container), calc(100% - 2.4rem));
  margin: clamp(1.6rem, 3vw, 2.4rem) auto 0;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

.breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.breadcrumb a {
  color: var(--muted);
  text-decoration: none;
  transition: color 0.25s ease;
}

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--ink);
}

.breadcrumb li[aria-current] {
  color: var(--ink);
}

.breadcrumb li + li::before {
  content: "/";
  margin-right: 0.6rem;
  color: var(--accent);
}

/* ─────────── PAGE HERO (service / gallery tops) ─────────── */

.page-hero {
  padding: clamp(2.5rem, 5vw, 4rem) 0 var(--section-pad);
}

.page-hero-inner {
  width: min(var(--container), calc(100% - 2.4rem));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.page-hero-copy {
  display: grid;
  gap: 1.4rem;
  align-content: center;
}

.page-hero h1.display {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.page-hero .lede {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 36, "wght" 400;
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0;
  max-width: 46ch;
}

.page-hero-figure {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--ink);
}

.page-hero-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
}

.page-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 0.4rem;
}

/* ─────────── PROSE / DETAIL SECTIONS ─────────── */

.section {
  padding: var(--section-pad) 0;
}

.section--tint {
  background: linear-gradient(
    180deg,
    rgba(239, 232, 219, 0.5) 0%,
    rgba(244, 241, 235, 0) 100%
  );
  border-top: 1px solid var(--line-hair);
  border-bottom: 1px solid var(--line-hair);
}

.section-head--left {
  text-align: left;
  justify-items: start;
}

/* Detail list (what's included on a service page) */

.detail-grid {
  list-style: none;
  width: min(var(--container), calc(100% - 2.4rem));
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
}

.detail-grid li {
  padding: 1.9rem 1.6rem 2rem;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  display: grid;
  gap: 0.6rem;
  align-content: start;
}

.detail-grid li:nth-child(2n) {
  border-right: 0;
}

.detail-grid h3 {
  margin: 0;
  font-family: var(--font-display);
  font-variation-settings: "opsz" 72, "wght" 400;
  font-weight: 400;
  font-size: clamp(1.3rem, 1.9vw, 1.6rem);
  letter-spacing: -0.012em;
  line-height: 1.15;
  color: var(--ink);
}

.detail-grid p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  max-width: 38ch;
}

.detail-grid .svc-num {
  margin: 0;
}

/* ─────────── LOCATION PAGES ─────────── */

/* Venue list reuses detail-grid shell but as simple named cells */
.location-venues li {
  display: flex;
  align-items: center;
  min-height: 3.4rem;
  font-family: var(--font-display);
  font-variation-settings: "opsz" 40, "wght" 400;
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  letter-spacing: -0.01em;
  color: var(--ink);
}

.location-nearby {
  list-style: none;
  width: min(var(--container), calc(100% - 2.4rem));
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.location-nearby a {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  color: var(--ink);
  font-size: 0.9rem;
  transition: border-color 0.4s ease, background 0.4s ease, transform 0.4s ease;
}

.location-nearby a:hover,
.location-nearby a:focus-visible {
  border-color: var(--accent);
  background: var(--paper);
  transform: translateY(-2px);
}

/* Areas Served index grid */
.location-grid {
  list-style: none;
  width: min(var(--container), calc(100% - 2.4rem));
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.location-grid li {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.location-grid a {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1.5rem 1.5rem 1.6rem;
  height: 100%;
  text-decoration: none;
  color: var(--ink);
  transition: background 0.4s ease;
}

.location-grid a:hover,
.location-grid a:focus-visible {
  background: var(--paper);
}

.loc-card-name {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 48, "wght" 400;
  font-size: clamp(1.25rem, 1.8vw, 1.55rem);
  letter-spacing: -0.012em;
  line-height: 1.1;
}

.loc-card-meta {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.loc-card-arrow {
  position: absolute;
  top: 1.5rem;
  right: 1.4rem;
  color: var(--accent-deep);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.location-grid a:hover .loc-card-arrow,
.location-grid a:focus-visible .loc-card-arrow {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 860px) {
  .location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .location-grid {
    grid-template-columns: 1fr;
  }
}

/* ─────────── SERVICES AS LINKS (home) ─────────── */

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

.services-grid--links li {
  padding: 0;
  min-height: 0;
}

.services-grid--links li:nth-child(3n) {
  border-right: 1px solid var(--line);
}

.services-grid--links li:nth-child(2n) {
  border-right: 0;
}

.service-link {
  text-decoration: none;
  color: inherit;
  display: grid;
  gap: 0.7rem;
  align-content: start;
  padding: 2.2rem 1.8rem 2.4rem;
  min-height: 260px;
  transition: background 0.3s ease;
}

.service-link:hover,
.service-link:focus-visible {
  background: rgba(255, 252, 247, 0.6);
}

.service-link h3 {
  margin: 0;
  font-family: var(--font-display);
  font-variation-settings: "opsz" 72, "wght" 400;
  font-weight: 400;
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  letter-spacing: -0.015em;
  line-height: 1.1;
  color: var(--ink);
}

.service-link p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  max-width: 40ch;
}

.service-link .svc-go {
  margin-top: 0.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent-deep);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.service-link .svc-go span {
  transition: transform 0.3s ease;
}

.service-link:hover .svc-go span,
.service-link:focus-visible .svc-go span {
  transform: translateX(4px);
}

/* ─────────── GALLERY ─────────── */

/* Editorial intro: copy on the left, one full-bleed opening frame on the right. */

.gallery-intro {
  padding: clamp(1.5rem, 3vw, 2.5rem) 0 clamp(2rem, 4vw, 3rem);
}

.gallery-intro-shell {
  width: min(var(--container), calc(100% - 2.4rem));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.gallery-intro-copy {
  display: grid;
  gap: 1.4rem;
}

.gallery-intro h1.display {
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.gallery-intro .section-lede {
  max-width: 46ch;
}

.gallery-intro-meta {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 0.9rem;
}

/* Instagram follow chip. */

.social-follow {
  display: inline-flex;
  align-self: flex-start;
  width: fit-content;
  align-items: center;
  gap: 0.85rem;
  padding: 0.55rem 1.15rem 0.55rem 0.6rem;
  border: 1px solid var(--line-hair);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  color: var(--ink);
  transition:
    border-color 0.4s ease,
    background 0.4s ease,
    transform 0.4s ease,
    box-shadow 0.4s ease;
}

.social-follow:hover,
.social-follow:focus-visible {
  border-color: var(--accent);
  background: var(--paper);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -18px rgba(127, 103, 65, 0.55);
}

.social-follow-icon {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  color: var(--accent-deep);
  border: 1px solid var(--line);
  transition:
    color 0.4s ease,
    border-color 0.4s ease;
}

.social-follow:hover .social-follow-icon,
.social-follow:focus-visible .social-follow-icon {
  color: var(--accent);
  border-color: var(--accent);
}

.social-follow-icon svg {
  display: block;
}

.social-follow-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  line-height: 1.15;
}

.social-follow-handle {
  font-family: var(--font-display);
  font-size: 1.02rem;
  letter-spacing: 0.005em;
  color: var(--ink);
}

.social-follow-label {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.social-follow-arrow {
  margin-left: 0.35rem;
  font-size: 0.95rem;
  color: var(--accent-deep);
  transition: transform 0.4s ease;
}

.social-follow:hover .social-follow-arrow,
.social-follow:focus-visible .social-follow-arrow {
  transform: translate(3px, -3px);
}

.gallery-intro-figure {
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  aspect-ratio: 4 / 5;
  max-height: 62vh;
}

.gallery-intro-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

/* Toolbar: category filters. */

.gallery-section {
  padding-top: 0;
}

.gallery-toolbar {
  width: min(var(--container), calc(100% - 2.4rem));
  margin: 0 auto clamp(1.4rem, 3vw, 2.2rem);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line-hair);
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.gallery-filter {
  appearance: none;
  font: inherit;
  cursor: pointer;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
  transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.gallery-filter:hover,
.gallery-filter:focus-visible {
  color: var(--ink);
  border-color: var(--line-hair);
}

.gallery-filter.is-active {
  color: var(--ink);
  border-color: currentColor;
}

.gallery-count {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0;
}

/* Masonry: columns keep every photo at its native crop, no forced 4:5. */

.gallery-masonry {
  width: min(var(--container), calc(100% - 2.4rem));
  margin-inline: auto;
  columns: 3;
  column-gap: 0.9rem;
}

.gallery-item {
  margin: 0 0 0.9rem;
  break-inside: avoid;
  overflow: hidden;
  background: var(--ink);
  animation: gallery-fade 0.5s ease both;
}

.gallery-item[hidden] {
  display: none;
}

@keyframes gallery-fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
}

.gallery-open {
  appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.92) contrast(1.02);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), filter 0.5s ease;
}

.gallery-item:hover img,
.gallery-open:focus-visible img {
  transform: scale(1.03);
  filter: saturate(1) contrast(1.02);
}

.gallery-empty {
  width: min(var(--container), calc(100% - 2.4rem));
  margin-inline: auto;
  color: var(--ink-soft);
  text-align: center;
  padding: 3rem 0;
}

/* Lightbox */

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
}

.lightbox[hidden] {
  display: none;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 15, 14, 0.94);
  animation: gallery-fade 0.3s ease both;
}

.lightbox-panel {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 2vw, 1.5rem);
  max-width: min(1100px, calc(100% - 2rem));
  animation: gallery-fade 0.35s ease both;
}

.lightbox-figure {
  margin: 0;
  display: grid;
  gap: 0.9rem;
  justify-items: center;
}

.lightbox-figure img {
  max-width: 100%;
  max-height: 78vh;
  width: auto;
  height: auto;
  object-fit: contain;
}

.lightbox-figure figcaption {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
}

.lightbox-nav,
.lightbox-close {
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  border-radius: 999px;
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  line-height: 1;
  flex: none;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.lightbox-nav:hover,
.lightbox-close:hover,
.lightbox-nav:focus-visible,
.lightbox-close:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.5);
}

.lightbox-close {
  position: absolute;
  top: -3.4rem;
  right: 0;
  font-size: 1.35rem;
}

body.is-lightbox-open {
  overflow: hidden;
}

/* ─────────── CTA BAND ─────────── */

.cta-band {
  padding: var(--section-pad) 0;
  text-align: center;
  border-top: 1px solid var(--line-hair);
}

.cta-band-inner {
  width: min(var(--container-narrow), calc(100% - 2.4rem));
  margin-inline: auto;
  display: grid;
  justify-items: center;
  gap: 1.4rem;
}

.cta-band .section-lede {
  max-width: 52ch;
}

.cta-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
  margin-top: 0.5rem;
}

/* ─────────── RESPONSIVE ─────────── */

@media (max-width: 960px) {
  .page-hero-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .page-hero-figure {
    aspect-ratio: 16 / 11;
    order: -1;
  }

  .gallery-intro-shell {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .gallery-intro-figure {
    aspect-ratio: 16 / 11;
    order: -1;
  }

  .gallery-masonry {
    columns: 2;
  }
}

@media (max-width: 720px) {
  .gallery-toolbar {
    justify-content: flex-start;
  }

  .gallery-count {
    display: none;
  }

  .gallery-masonry {
    columns: 1;
  }

  .lightbox-nav {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.2rem;
  }

  /* In the mobile menu panel, render the submenu inline (indented),
     revealed by the click toggle rather than hover. */
  .nav-sub {
    position: static;
    transform: none;
    min-width: 0;
    padding: 0.3rem 0 0 0.9rem;
    border: 0;
    box-shadow: none;
    background: transparent;
    opacity: 1;
    pointer-events: auto;
    display: none;
  }

  .nav-has-sub.is-open .nav-sub {
    display: grid;
  }

  .nav-sub a {
    padding: 0.4rem 0;
  }

  .services-grid--links {
    grid-template-columns: 1fr;
  }

  .services-grid--links li:nth-child(2n),
  .services-grid--links li:nth-child(3n) {
    border-right: 0;
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .detail-grid li,
  .detail-grid li:nth-child(2n) {
    border-right: 0;
  }

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

  .gallery-grid figure.is-wide {
    grid-column: span 1;
    aspect-ratio: 4 / 5;
  }
}

/* ===== About / story ===== */
.story {
  width: min(var(--container-narrow), calc(100% - 2.4rem));
  margin: 0 auto;
}

.story p {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.05rem, 0.6vw + 1rem, 1.3rem);
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0 0 1.4em;
}

.story p:first-child {
  font-size: clamp(1.15rem, 0.9vw + 1rem, 1.45rem);
  color: var(--ink);
}

.story p em {
  font-style: italic;
  color: var(--accent-deep);
}

.story-close {
  color: var(--ink);
}

.about-more {
  margin-top: 1.6rem;
}

.about-more a {
  font-family: var(--font-body);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent-deep);
  text-decoration: none;
  border-bottom: 1px solid var(--line-strong);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.about-more a:hover {
  color: var(--ink);
  border-color: var(--accent);
}

.story .signature {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
}

.story .marquee {
  margin-top: 2rem;
}

/* Integrated about layout: portrait beside the story */
.about {
  padding: clamp(2.5rem, 5vw, 4rem) 0 var(--section-pad);
}

.about-inner {
  width: min(var(--container), calc(100% - 2.4rem));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.about-figure {
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--ink);
  position: sticky;
  top: clamp(4.5rem, 8vw, 6.5rem);
}

.about-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.02);
}

.about-text .kicker {
  margin-bottom: 0.9rem;
}

.about-h1.display {
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  margin: 0 0 1.2rem;
}

.about-lede {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 36, "wght" 400;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.55;
  color: var(--ink);
  margin: 0 0 1.8rem;
  max-width: 46ch;
}

.story--flush {
  width: 100%;
  margin: 0;
}

/* Two lines within the narrower about column */
.about-text .marquee {
  --marquee-gap: clamp(0.8rem, 1.8vw, 1.6rem);
  flex-wrap: wrap;
  font-size: clamp(0.52rem, 0.8vw, 0.62rem);
  letter-spacing: clamp(0.08em, 0.3vw, 0.15em);
}

/* Send-inquiry button directly under the about signature */
.about-cta {
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
}

/* Contact line under the about story, aligned to the text column rather than centered */
.about-contact {
  width: 100%;
  margin-top: clamp(2rem, 3.5vw, 2.75rem);
  justify-content: flex-start;
}

/* With a separate lede above it, the first body line shouldn't double as the emphasis line */
.about-text .story--flush p:first-child {
  font-size: clamp(1.05rem, 0.6vw + 1rem, 1.3rem);
  color: var(--ink-soft);
}

@media (max-width: 960px) {
  .about-inner {
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 4vw, 2.4rem);
  }

  .about-figure {
    position: static;
    aspect-ratio: 16 / 11;
    max-height: 60vh;
  }

  .about-text .marquee {
    font-size: clamp(0.52rem, 1.5vw, 0.64rem);
  }
}
