.home-v1 {
  --ink: #151613;
  --paper: #f2efe8;
  --paper-deep: #e5e0d5;
  --moss: #59604d;
  --clay: #a66d54;
  --night: #111310;
  --line: rgba(21, 22, 19, .18);
  --display: 'Italiana', serif;
  --body: 'DM Sans', sans-serif;
  --mono: 'Space Mono', monospace;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  overflow-x: hidden;
}

.home-v1 * { box-sizing: border-box; }
.home-v1 img { display: block; max-width: 100%; }
.home-v1 a { color: inherit; text-decoration: none; }
.home-v1 p { margin: 0; }
.home-v1 h1, .home-v1 h2, .home-v1 h3 { margin: 0; font-weight: 400; }
.home-shell { width: min(1320px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; background: white; padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.home-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 24px 0; color: #fff; transition: background .35s ease, padding .35s ease, color .35s ease; }
.home-header.is-scrolled { padding: 14px 0; background: rgba(242, 239, 232, .92); color: var(--ink); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.home-nav { display: flex; align-items: center; justify-content: space-between; }
.home-wordmark { font-family: var(--mono); font-size: 13px; font-weight: 700; letter-spacing: .22em; }
.home-nav-links { display: flex; align-items: center; gap: 34px; }
.home-nav-links a { font-size: 13px; letter-spacing: .02em; }
.home-nav-links a:hover { opacity: .58; }
.home-nav-toggle { display: none; border: 1px solid currentColor; background: transparent; color: inherit; font: 12px var(--mono); padding: 8px 12px; }

.living-gallery { position: relative; min-height: 100svh; overflow: hidden; display: grid; align-items: center; background: radial-gradient(circle at 50% 10%, #34372f 0, #181a16 35%, #0d0f0c 76%); color: #f4f0e7; isolation: isolate; }
.living-gallery::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.14) 52%, rgba(0,0,0,.48)); z-index: -1; }
.gallery-glow { position: absolute; width: 44vw; height: 44vw; border-radius: 50%; filter: blur(80px); opacity: .16; pointer-events: none; }
.gallery-glow-one { left: -18vw; top: 10vh; background: #a2765d; }
.gallery-glow-two { right: -18vw; bottom: -14vw; background: #7e8b72; }
.hero-copy { position: relative; z-index: 4; padding-top: 120px; pointer-events: none; }
.hero-copy > * { pointer-events: auto; }
.hero-kicker, .section-label, .section-number, .track-label { font: 10px/1.5 var(--mono); letter-spacing: .17em; text-transform: uppercase; }
.hero-kicker { color: rgba(255,255,255,.62); margin-bottom: 20px; }
.hero-copy h1 { max-width: 900px; font: clamp(56px, 7.6vw, 126px)/.88 var(--display); letter-spacing: -.035em; text-transform: lowercase; }
.hero-intro { max-width: 540px; margin-top: 26px !important; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.home-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; font: 11px var(--mono); letter-spacing: .08em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; }
.home-button:hover { transform: translateY(-2px); }
.home-button-solid { background: #f4f0e7; color: #111310; }
.home-button-quiet { border: 1px solid rgba(255,255,255,.36); color: #fff; }
.home-button-outline { border: 1px solid var(--ink); }

.carousel-stage { position: absolute; inset: 0; perspective: 1300px; overflow: hidden; z-index: 2; touch-action: pan-y; }
.gallery-orbit { position: absolute; width: 290px; height: 380px; left: 70%; top: 54%; transform-style: preserve-3d; transform: translate(-50%, -50%) rotateX(-2deg) rotateY(var(--gallery-angle, 0deg)); transition: transform .08s linear; }
.gallery-frame { --angle: calc(360deg / var(--count) * var(--i)); position: absolute; inset: 0; display: grid; place-items: center; padding: 16px; background: #191b17; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 32px 90px rgba(0,0,0,.6), inset 0 0 0 8px #292a25; transform: rotateY(var(--angle)) translateZ(470px); transform-style: preserve-3d; }
.gallery-frame::after { content: ''; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.08); pointer-events: none; }
.gallery-frame img { width: 100%; height: 100%; object-fit: contain; background: #121310; }
.frame-light { position: absolute; left: 16%; right: 16%; top: -30px; height: 60px; background: radial-gradient(ellipse, rgba(255,239,198,.44), transparent 68%); filter: blur(8px); pointer-events: none; }
.gallery-placard { position: absolute; right: -10px; bottom: -58px; width: 138px; min-height: 44px; padding: 8px 10px; background: #eee9dd; color: #171813; border: 1px solid rgba(23,24,19,.18); box-shadow: 0 8px 22px rgba(0,0,0,.28); text-align: left; transform: translateZ(2px); }
.gallery-placard strong { display: block; font: 600 9px/1.25 var(--sans); letter-spacing: .035em; text-transform: none; }
.gallery-placard small { display: block; margin-top: 4px; font: 7px/1.25 var(--mono); letter-spacing: .08em; color: rgba(23,24,19,.66); text-transform: uppercase; }
.gallery-floor { position: absolute; left: 44%; right: -15%; bottom: -26%; height: 46%; transform: perspective(900px) rotateX(70deg); transform-origin: bottom; background: repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 100px), repeating-linear-gradient(0deg, rgba(255,255,255,.025) 0 1px, transparent 1px 90px); opacity: .7; }
.gallery-instruction { position: absolute; right: 34px; bottom: 25px; color: rgba(255,255,255,.5); font: 9px var(--mono); letter-spacing: .13em; text-transform: uppercase; }

.manifesto-section, .selected-work, .care-section, .connect-section { background: var(--paper); }
.manifesto-section { padding: 120px 0; border-bottom: 1px solid var(--line); }
.manifesto-grid { display: grid; grid-template-columns: 80px minmax(0, 1.35fr) minmax(260px, .65fr); gap: 48px; align-items: start; }
.section-number { color: var(--clay); }
.section-label { color: var(--moss); margin-bottom: 22px !important; }
.manifesto-grid h2, .section-heading h2, .sound-grid h2, .care-layout h2, .organization-card h2, .connect-grid h2 { font: clamp(42px, 5vw, 78px)/.98 var(--display); letter-spacing: -.02em; }
.manifesto-copy { font-size: 17px; line-height: 1.8; color: rgba(21,22,19,.7); padding-top: 34px; }

.selected-work { padding: 130px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 70px; }
.text-link { font: 11px var(--mono); letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.editorial-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 70px 24px; }
.editorial-artwork { grid-column: span 5; }
.editorial-artwork:nth-child(even) { grid-column: 7 / span 6; margin-top: 110px; }
.editorial-artwork-wide { grid-column: 1 / span 7; }
.artwork-image-wrap { display: block; position: relative; overflow: hidden; background: var(--paper-deep); }
.artwork-image-wrap img { width: 100%; aspect-ratio: 4/3; object-fit: contain; padding: 3%; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.artwork-image-wrap:hover img { transform: scale(1.025); }
.artwork-meta { display: flex; justify-content: space-between; gap: 20px; margin-top: 16px; border-top: 1px solid var(--line); padding-top: 12px; }
.artwork-meta h3 { font: 25px var(--display); }
.artwork-meta p { color: rgba(21,22,19,.56); font-size: 12px; text-align: right; }

.sound-section { padding: 140px 0; background: #1b1e19; color: #f0ede5; }
.sound-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.sound-grid > div:first-child > p:last-child { max-width: 510px; color: rgba(255,255,255,.58); line-height: 1.8; margin-top: 24px; }
.sound-player { min-height: 290px; border: 1px solid rgba(255,255,255,.18); padding: 42px; display: flex; flex-direction: column; justify-content: end; background: linear-gradient(145deg, rgba(255,255,255,.06), transparent); }
.sound-player h3 { font: 42px var(--display); margin: 18px 0 32px; }
.sound-player audio { width: 100%; }
.coming-note { color: rgba(255,255,255,.55); }

.care-section { padding: 140px 0; }
.care-layout { display: grid; grid-template-columns: 80px 1fr .85fr; gap: 50px; align-items: start; }
.care-layout > div > p:last-child { color: rgba(21,22,19,.65); max-width: 640px; line-height: 1.8; margin-top: 26px; }
.care-layout blockquote { margin: 18px 0 0; font: clamp(32px, 4vw, 58px)/1.1 var(--display); color: var(--clay); }

.organization-section { padding: 42px 0 130px; background: var(--paper); }
.organization-card { padding: 90px; background: var(--moss); color: #f2efe8; }
.organization-topline { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 90px; }
.organization-topline .section-label { color: rgba(255,255,255,.7); margin: 0 !important; }
.organization-topline span { font: 9px var(--mono); letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.organization-card h2 { max-width: 850px; }
.organization-card > p { max-width: 790px; color: rgba(255,255,255,.7); line-height: 1.85; margin-top: 30px; }
.organization-paths { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 70px; background: rgba(255,255,255,.25); }
.organization-paths span { background: var(--moss); padding: 22px 14px; font: 10px var(--mono); letter-spacing: .07em; text-align: center; text-transform: uppercase; }

.connect-section { padding: 120px 0; border-top: 1px solid var(--line); }
.connect-grid { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; }
.connect-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.connect-actions .home-button-solid { background: var(--ink); color: var(--paper); }

.home-footer { background: #111310; color: rgba(255,255,255,.82); padding: 70px 0 38px; }
.home-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr .7fr; gap: 50px; }
.home-footer p { margin-top: 18px; color: rgba(255,255,255,.48); font-size: 13px; }
.footer-links, .footer-meta { display: flex; flex-direction: column; gap: 12px; font-size: 13px; }
.footer-meta { color: rgba(255,255,255,.48); align-items: flex-end; }

.home-reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.home-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .home-nav-toggle { display: block; }
  .home-nav-links { display: none; position: absolute; top: calc(100% + 10px); left: 24px; right: 24px; padding: 22px; background: var(--paper); color: var(--ink); border: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .home-nav-links.is-open { display: flex; }
  .hero-copy { padding-top: 105px; align-self: start; }
  .hero-copy h1 { font-size: clamp(52px, 11vw, 92px); }
  .gallery-orbit { left: 63%; top: 70%; width: 210px; height: 280px; }
  .gallery-frame { transform: rotateY(var(--angle)) translateZ(340px); }
  .manifesto-grid, .care-layout { grid-template-columns: 50px 1fr; }
  .manifesto-copy, .care-layout blockquote { grid-column: 2; padding-top: 0; }
  .sound-grid { gap: 50px; }
  .organization-card { padding: 60px 42px; }
  .organization-paths { grid-template-columns: repeat(2, 1fr); }
  .connect-grid { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 700px) {
  .home-shell { width: min(100% - 30px, 1320px); }
  .living-gallery { min-height: 900px; align-items: start; }
  .hero-copy { padding-top: 122px; }
  .hero-copy h1 { font-size: clamp(49px, 15.5vw, 74px); }
  .hero-intro { font-size: 14px; max-width: 92%; }
  .carousel-stage { top: 360px; }
  .gallery-orbit { left: 50%; top: 47%; width: 170px; height: 235px; }
  .gallery-frame { padding: 10px; box-shadow: 0 20px 55px rgba(0,0,0,.6), inset 0 0 0 5px #292a25; transform: rotateY(var(--angle)) translateZ(260px); }
  .gallery-placard { right: -8px; bottom: -50px; width: 112px; min-height: 39px; padding: 7px 8px; }
  .gallery-placard strong { font-size: 8px; }
  .gallery-placard small { font-size: 6px; }
  .gallery-floor { left: -20%; right: -20%; bottom: -15%; }
  .gallery-instruction { right: 15px; bottom: 14px; }
  .manifesto-section, .selected-work, .sound-section, .care-section, .connect-section { padding: 88px 0; }
  .manifesto-grid, .care-layout { grid-template-columns: 1fr; gap: 28px; }
  .manifesto-copy, .care-layout blockquote { grid-column: 1; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 44px; }
  .editorial-grid { display: block; }
  .editorial-artwork, .editorial-artwork:nth-child(even), .editorial-artwork-wide { margin: 0 0 54px; }
  .artwork-meta { align-items: start; }
  .artwork-meta h3 { font-size: 22px; }
  .sound-grid { grid-template-columns: 1fr; }
  .sound-player { padding: 28px; min-height: 240px; }
  .organization-section { padding: 20px 0 88px; }
  .organization-card { padding: 42px 24px; }
  .organization-topline { flex-direction: column; margin-bottom: 55px; }
  .organization-paths { grid-template-columns: 1fr; }
  .home-footer-grid { grid-template-columns: 1fr; }
  .footer-meta { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .home-v1 *, .home-v1 *::before, .home-v1 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .home-reveal { opacity: 1; transform: none; }
}

/* Brand language refinement */
.hero-descriptor {
  margin: 0.9rem 0 0;
  font-family: "Space Mono", monospace;
  font-size: clamp(0.7rem, 0.85vw, 0.88rem);
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.72);
}

.footer-descriptor {
  margin-top: 0.35rem !important;
  font-family: "Space Mono", monospace;
  font-size: 0.68rem !important;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* Hero and gallery placard refinement v3 */
.hero-copy h1 {
  max-width: 720px;
  font-size: clamp(46px, 6.2vw, 98px);
  line-height: .92;
}

.hero-actions .home-button-solid {
  background: #7d4cff;
  color: #ffffff;
  box-shadow: 0 12px 34px rgba(125, 76, 255, .28);
}

.hero-actions .home-button-solid:hover {
  background: #916cff;
}

.gallery-placard {
  top: calc(100% - 8px);
  right: 0;
  bottom: auto;
  width: max-content;
  min-width: 138px;
  max-width: 220px;
  min-height: 0;
  padding: 8px 10px;
  text-align: right;
}

.gallery-placard strong,
.gallery-placard small {
  font-family: var(--display);
  text-align: right;
}

.gallery-placard strong {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.gallery-placard small {
  display: block;
  margin-top: 4px;
  font-size: 8px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: .045em;
  color: rgba(23, 24, 19, .68);
  text-transform: none;
}

@media (max-width: 980px) {
  .hero-copy h1 {
    max-width: 620px;
    font-size: clamp(44px, 9.2vw, 76px);
  }
}

@media (max-width: 700px) {
  .hero-copy h1 {
    max-width: 94%;
    font-size: clamp(40px, 12.4vw, 60px);
  }

  .gallery-placard {
    top: calc(100% - 6px);
    right: 0;
    bottom: auto;
    min-width: 106px;
    max-width: 160px;
    width: max-content;
    padding: 6px 8px;
  }

  .gallery-placard strong {
    font-size: 8px;
  }

  .gallery-placard small {
    font-size: 7px;
  }
}


/* Layout refinement v4: move gallery placards into the black display space, remove overlap, and keep sound lower on the page */
.gallery-frame { display: block; }
.gallery-frame img {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 82px);
  object-fit: contain;
}
.gallery-placard {
  top: auto;
  right: 16px;
  bottom: 14px;
  left: auto;
  width: auto;
  min-width: 136px;
  max-width: calc(100% - 32px);
  padding: 8px 10px;
  background: rgba(238, 233, 221, 0.96);
  box-shadow: 0 10px 22px rgba(0,0,0,.22);
}
.gallery-placard strong { max-width: 180px; }
.care-layout { grid-template-columns: 1fr .85fr; }
@media (max-width: 980px) {
  .care-layout { grid-template-columns: 1fr; }
  .gallery-frame img {
    left: 12px;
    right: 12px;
    top: 12px;
    width: calc(100% - 24px);
    height: calc(100% - 70px);
  }
  .gallery-placard { right: 12px; bottom: 12px; min-width: 124px; max-width: calc(100% - 24px); }
}
@media (max-width: 700px) {
  .gallery-frame img {
    left: 10px;
    right: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 58px);
  }
  .gallery-placard {
    right: 10px;
    bottom: 10px;
    min-width: 108px;
    max-width: calc(100% - 20px);
    padding: 6px 8px;
  }
  .gallery-placard strong { font-size: 7px; max-width: 120px; }
  .gallery-placard small { font-size: 6px; }
}


/* Gallery controls and responsive refinement v5 */
.hero-copy h1 {
  max-width: 650px;
  font-size: clamp(42px, 5.5vw, 86px);
}
.gallery-orbit {
  width: 270px;
  height: 354px;
  left: 72%;
}
.gallery-frame {
  transform: rotateY(var(--angle)) translateZ(430px);
}
.gallery-placard small {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .04em;
  color: rgba(23,24,19,.78);
}
.gallery-chevron {
  position: absolute;
  z-index: 7;
  top: 52%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 50%;
  background: rgba(13,15,12,.62);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.gallery-chevron:hover,
.gallery-chevron:focus-visible {
  background: rgba(125,76,255,.9);
  border-color: rgba(255,255,255,.75);
  transform: translateY(-2px);
  outline: none;
}
.gallery-chevron span {
  display: block;
  margin-top: -3px;
  font: 34px/1 var(--display);
}
.gallery-chevron-prev { left: max(24px, calc(50% - 370px)); }
.gallery-chevron-next { right: max(24px, calc(50% - 590px)); }

@media (max-width: 980px) {
  .hero-copy h1 {
    max-width: 560px;
    font-size: clamp(40px, 8vw, 68px);
  }
  .gallery-orbit {
    left: 66%;
    width: 196px;
    height: 262px;
  }
  .gallery-frame { transform: rotateY(var(--angle)) translateZ(310px); }
  .gallery-chevron-prev { left: 24px; }
  .gallery-chevron-next { right: 24px; }
}

@media (max-width: 700px) {
  .living-gallery { min-height: 920px; }
  .hero-copy h1 {
    max-width: 94%;
    font-size: clamp(42px, 13vw, 62px);
    line-height: .95;
  }
  .hero-intro { max-width: 88%; }
  .carousel-stage { top: 390px; }
  .gallery-orbit {
    left: 50%;
    top: 45%;
    width: 154px;
    height: 214px;
  }
  .gallery-frame { transform: rotateY(var(--angle)) translateZ(230px); }
  .gallery-placard small { font-size: 8px; }
  .gallery-chevron {
    top: 47%;
    width: 42px;
    height: 42px;
  }
  .gallery-chevron-prev { left: 12px; }
  .gallery-chevron-next { right: 12px; }
  .gallery-instruction {
    left: 50%;
    right: auto;
    width: max-content;
    max-width: calc(100% - 30px);
    transform: translateX(-50%);
    text-align: center;
    white-space: normal;
  }
}


/* Selected work editorial refinement v6 */
.editorial-feature-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto auto;
  gap: 34px 28px;
  align-items: start;
}
.editorial-feature { min-width: 0; }
.editorial-feature-1 { grid-column: 1 / span 7; grid-row: 1 / span 2; }
.editorial-feature-2 { grid-column: 9 / span 4; grid-row: 1; margin-top: 44px; }
.editorial-feature-3 { grid-column: 8 / span 5; grid-row: 2; margin-top: 18px; }
.editorial-feature-image {
  display: block;
  overflow: hidden;
  background: var(--paper-deep);
  position: relative;
}
.editorial-feature-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: 3%;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.editorial-feature-1 .editorial-feature-image img { aspect-ratio: 5 / 4; }
.editorial-feature-2 .editorial-feature-image img { aspect-ratio: 1 / 1.08; }
.editorial-feature-3 .editorial-feature-image img { aspect-ratio: 16 / 11; }
.editorial-feature-image:hover img { transform: scale(1.025); }
.editorial-feature-meta {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  margin-top: 13px;
  padding-top: 11px;
  border-top: 1px solid var(--line);
}
.editorial-feature-meta > span {
  font: 9px/1.5 var(--mono);
  letter-spacing: .08em;
  color: var(--clay);
}
.editorial-feature-meta h3 { font: 24px/1.05 var(--display); }
.editorial-feature-meta p {
  margin-top: 5px;
  color: rgba(21,22,19,.56);
  font-size: 11px;
  line-height: 1.5;
}
.selected-work-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 70px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.selected-work-cta p { color: rgba(21,22,19,.62); font-size: 14px; }
.selected-work-button {
  background: var(--ink);
  color: var(--paper);
}
@media (max-width: 900px) {
  .editorial-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 22px; }
  .editorial-feature-1 { grid-column: 1 / -1; grid-row: auto; }
  .editorial-feature-2, .editorial-feature-3 { grid-column: auto; grid-row: auto; margin-top: 0; }
}
@media (max-width: 650px) {
  .editorial-feature-grid { display: block; }
  .editorial-feature { margin-bottom: 48px; }
  .editorial-feature-1 .editorial-feature-image img,
  .editorial-feature-2 .editorial-feature-image img,
  .editorial-feature-3 .editorial-feature-image img { aspect-ratio: 4 / 3; }
  .selected-work-cta { align-items: flex-start; flex-direction: column; margin-top: 10px; }
}
