@font-face {
  font-family: "Fraunces Variable";
  src: url("/assets/fonts/fraunces-latin-full-normal.woff2") format("woff2-variations");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  --font-display: "Fraunces Variable", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --ink: #171717;
  --paper: #f7f4ee;
  --soft: #ebe5dc;
  --mist: #e8ece8;
  --sage: #5d6b5a;
  --wine: #6f3338;
  --gold: #b29155;
  --gold-light: #d6bc84;
  --gold-ink: #765d2f;
  --white: #fffdf8;
  --shadow: 0 24px 70px rgba(23, 23, 23, 0.18);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: var(--paper);
  font-optical-sizing: auto;
  font-variation-settings: "SOFT" 0, "WONK" 0;
  text-rendering: geometricPrecision;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
}

html.mobile-menu-open,
html.mobile-menu-open body {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.studio-home-slider-track:focus-visible,
.amount-option input:focus-visible + span {
  outline: 3px solid var(--white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--ink);
}

.skip-link {
  position: fixed;
  z-index: 40;
  left: 18px;
  top: 14px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  background: var(--ink);
  color: var(--white);
  padding: 0;
  border-radius: 4px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.skip-link:focus-visible {
  width: auto;
  height: auto;
  overflow: visible;
  padding: 10px 14px;
  clip: auto;
  clip-path: none;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header[data-theme="solid"] {
  background: rgba(247, 244, 238, 0.94);
  color: var(--ink);
  box-shadow: 0 1px 0 rgba(23, 23, 23, 0.08);
  backdrop-filter: blur(14px);
}

.site-header[data-layout="gateway"] {
  grid-template-columns: 1fr;
  justify-items: center;
  padding-block: 10px;
}

.site-header[data-layout="gateway"] .brand {
  width: clamp(164px, 13vw, 194px);
  height: 132px;
}

.site-header[data-layout="gateway"] .brand img {
  width: 100%;
  max-height: 128px;
}

.brand {
  width: 96px;
  height: 44px;
  display: inline-grid;
  place-items: center;
}

.brand img {
  width: 96px;
  height: auto;
  max-height: 30px;
  object-fit: contain;
}

.site-header[data-theme="transparent"] .brand img {
  filter: invert(1) brightness(2.1);
}

.mobile-menu {
  display: none;
}

.primary-nav,
.header-actions,
.button-row {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
}

.primary-nav {
  justify-content: center;
}

.primary-nav a,
.nav-dropdown summary,
.lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  font-size: 0.92rem;
  text-decoration: none;
  white-space: nowrap;
}

.primary-nav a[aria-current],
.primary-nav a[data-active="true"] {
  color: var(--gold-light);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.35rem;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown summary {
  gap: 8px;
  cursor: pointer;
  list-style: none;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown summary span {
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease;
}

.nav-dropdown[open] summary span {
  transform: rotate(225deg) translate(-1px, -1px);
}

.nav-dropdown[data-active="true"] summary {
  color: var(--gold-light);
}

.nav-submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  width: 244px;
  padding: 8px 18px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 4px;
  background: rgba(255, 253, 248, 0.98);
  color: var(--ink);
  box-shadow: 0 22px 58px rgba(23, 23, 23, 0.18);
  transform: translateX(-50%);
  backdrop-filter: blur(14px);
}

.nav-submenu a {
  justify-content: flex-start;
  width: 100%;
  min-height: 48px;
  border-top: 1px solid rgba(23, 23, 23, 0.1);
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.15;
  white-space: normal;
}

.nav-submenu a:first-child {
  border-top: 0;
}

.nav-submenu a[aria-current] {
  color: var(--wine);
}

.site-header[data-theme="solid"] .primary-nav a[aria-current],
.site-header[data-theme="solid"] .primary-nav a[data-active="true"] {
  color: var(--gold-ink);
}

.site-header[data-theme="solid"] .nav-dropdown[data-active="true"] summary {
  color: var(--gold-ink);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid currentColor;
  border-radius: 4px;
  padding: 0 18px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.button-primary {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

.button-secondary {
  background: rgba(255, 253, 248, 0.14);
  color: inherit;
}

.hero {
  position: relative;
  min-height: min(800px, 88svh);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.hero-image,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}

.hero-image-portrait {
  object-position: center 31%;
}

.hero-image-family {
  object-position: center 43%;
}

.hero-scrim {
  background:
    linear-gradient(180deg, rgba(23, 23, 23, 0.48) 0%, rgba(23, 23, 23, 0) 24%),
    linear-gradient(90deg, rgba(23, 23, 23, 0.78) 0%, rgba(23, 23, 23, 0.38) 42%, rgba(23, 23, 23, 0.08) 100%),
    linear-gradient(0deg, rgba(23, 23, 23, 0.72) 0%, rgba(23, 23, 23, 0) 48%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(780px, calc(100% - 36px));
  padding: 150px clamp(18px, 6vw, 84px) 76px;
}

.hero h1,
.intro-band h2,
.split-band h2,
.gift-band h2,
.gift-card-intro h2,
.gift-card-summary h2,
.contact-band h2,
.contact-intro h2,
.proof-intro h2,
.faq-band h2,
.related-band h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.08;
}

.hero h1 {
  font-size: 6rem;
  max-width: 12ch;
}

.hero p {
  max-width: 620px;
  font-size: 1.2rem;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-ink);
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

.hero .eyebrow,
.gift-band .eyebrow,
.story-strip .eyebrow {
  color: var(--gold-light);
}

.hero-next {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 4vw, 56px);
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--white);
  font-size: 0.88rem;
}

.gateway-hero {
  min-height: 100svh;
  display: grid;
  padding: 190px clamp(24px, 6vw, 90px) 30px;
  background: var(--paper);
}

.gateway-choice-grid {
  width: min(100%, 1080px);
  height: calc(100svh - 220px);
  min-height: 0;
  justify-self: center;
  align-self: start;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 60px);
}

.gateway-choice {
  position: relative;
  height: 100%;
  min-width: 0;
  min-height: 0;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  text-decoration: none;
}

.gateway-choice-image,
.gateway-choice-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gateway-choice-image {
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
  transition: transform 700ms ease, filter 500ms ease;
}

.gateway-choice:first-child > .gateway-choice-image {
  object-position: center 34%;
}

.gateway-choice:nth-child(2) > .gateway-choice-image {
  object-position: center 46%;
}

.gateway-choice-scrim {
  background:
    linear-gradient(180deg, rgba(23, 23, 23, 0.06), rgba(23, 23, 23, 0.12) 45%),
    linear-gradient(0deg, rgba(23, 23, 23, 0.84), rgba(23, 23, 23, 0) 62%);
}

.gateway-choice-copy {
  position: relative;
  z-index: 1;
  display: grid;
  padding: clamp(22px, 3vw, 42px);
}

.gateway-choice-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 4.6vw, 5rem);
  font-weight: 500;
  line-height: 0.94;
}

.gateway-choice:hover > .gateway-choice-image {
  transform: scale(1.025);
  filter: saturate(0.96) contrast(1.04);
}

@media (min-width: 1041px) and (max-height: 820px) {
  .gateway-choice-grid {
    width: min(100%, 900px);
    gap: clamp(28px, 3.5vw, 44px);
  }
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(23, 23, 23, 0.18);
  border-top: 1px solid rgba(255, 253, 248, 0.2);
  border-bottom: 1px solid rgba(23, 23, 23, 0.16);
}

.hero-facts div {
  min-width: 0;
  padding: 22px clamp(18px, 5vw, 56px);
  background: var(--white);
}

.hero-facts span {
  display: block;
  margin-bottom: 8px;
  color: var(--wine);
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.08;
}

.hero-facts p {
  margin: 0;
  max-width: 32rem;
  color: rgba(23, 23, 23, 0.68);
  font-size: 0.92rem;
}

.intro-band,
.split-band,
.gift-band,
.gift-card-intro,
.gift-card-panel,
.contact-band,
.contact-intro,
.proof-band,
.faq-band,
.related-band,
.service-page-layout,
.testimonial-band,
.offer-band,
.thanks-band {
  padding: clamp(64px, 10vw, 128px) clamp(18px, 6vw, 84px);
}

.contact-intro {
  padding-block: clamp(56px, 8vw, 96px);
}

#contenu,
#suite,
.intro-band,
.service-grid,
.split-band,
.gift-band,
.gift-card-intro,
.gift-card-panel,
.contact-band,
.contact-intro,
.proof-band,
.faq-band,
.related-band,
.service-page-layout,
.testimonial-band,
.offer-band,
.contact-card,
.thanks-band,
.detail-grid {
  scroll-margin-top: 104px;
}

.measure {
  max-width: 780px;
}

.intro-band h2,
.split-band h2,
.gift-band h2,
.gift-card-intro h2,
.gift-card-summary h2,
.contact-band h2,
.contact-intro h2,
.proof-intro h2,
.faq-band h2,
.related-band h2,
.testimonial-heading h2,
.offer-heading h2,
.thanks-band h2 {
  font-size: 4.3rem;
}

.intro-band p,
.gift-band p,
.gift-card-intro p,
.gift-card-summary p,
.contact-band p,
.contact-intro p,
.proof-intro p,
.faq-band p,
.related-band p,
.offer-heading p,
.thanks-band p {
  font-size: 1.16rem;
  max-width: 680px;
}

.gift-card-summary a,
.contact-intro a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.contact-intent-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.contact-intent-nav span,
.contact-intent-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
}

.contact-intent-nav span {
  flex-basis: 100%;
  color: rgba(23, 23, 23, 0.64);
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

.contact-intent-nav a {
  border: 1px solid rgba(23, 23, 23, 0.18);
  border-radius: 4px;
  padding: 0 14px;
  background: rgba(255, 253, 248, 0.48);
  color: var(--ink);
  font-weight: 680;
  text-decoration: none;
}

.contact-intent-nav a:hover {
  border-color: rgba(23, 23, 23, 0.4);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--ink);
}

.service-tile {
  background: var(--paper);
  min-width: 0;
}

.service-tile a {
  position: relative;
  display: block;
  min-height: 440px;
  overflow: hidden;
  color: var(--white);
  text-decoration: none;
}

.service-tile img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  transition: transform 700ms ease;
}

.service-tile a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(23, 23, 23, 0.64), rgba(23, 23, 23, 0.04));
}

.service-tile span {
  position: absolute;
  z-index: 1;
  left: 28px;
  bottom: 24px;
  font-family: var(--font-display);
  font-size: 2.85rem;
}

.service-tile a:hover img {
  transform: scale(1.035);
}

.service-tile p {
  margin: 0;
  padding: 24px 28px 34px;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.7fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: start;
  background: var(--mist);
}

.split-band ol {
  margin: 0;
  padding: 0;
  counter-reset: method;
  list-style: none;
}

.split-band li {
  counter-increment: method;
  border-top: 1px solid rgba(23, 23, 23, 0.22);
  padding: 22px 0 22px 58px;
  position: relative;
  font-size: 1.04rem;
}

.split-band li::before {
  content: counter(method, decimal-leading-zero);
  position: absolute;
  left: 0;
  color: var(--wine);
  font-weight: 760;
}

.gift-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 0.88fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  background: var(--ink);
  color: var(--white);
}

.gift-band img {
  aspect-ratio: 4 / 5;
  width: 100%;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.gift-card-intro {
  background: var(--soft);
}

.gift-card-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 0.9fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  background: var(--white);
}

.gift-card-summary {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 24px;
}

.gift-card-summary ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: gift-step;
  display: grid;
  gap: 14px;
}

.gift-card-summary li {
  counter-increment: gift-step;
  position: relative;
  padding-left: 48px;
  color: rgba(23, 23, 23, 0.74);
}

.gift-card-summary li::before {
  content: counter(gift-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  color: var(--wine);
  font-weight: 760;
}

.gift-card-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(23, 23, 23, 0.14);
  background: var(--paper);
  box-shadow: 0 18px 60px rgba(23, 23, 23, 0.08);
}

.gift-card-form fieldset {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0;
  border: 0;
}

.gift-card-form legend,
.gift-card-form label {
  color: rgba(23, 23, 23, 0.7);
  font-size: 0.82rem;
  font-weight: 680;
  text-transform: uppercase;
}

.amount-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 8px;
}

.amount-option {
  position: relative;
  min-width: 0;
}

.amount-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.amount-option span {
  display: grid;
  min-height: 132px;
  align-content: start;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(23, 23, 23, 0.18);
  border-radius: 4px;
  background: var(--white);
  cursor: pointer;
}

.amount-option strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 2.15rem;
  font-weight: 500;
  line-height: 1;
}

.amount-option small {
  color: rgba(23, 23, 23, 0.7);
  font-size: 0.88rem;
  line-height: 1.35;
  text-transform: none;
}

.amount-option input:checked + span {
  border-color: var(--wine);
  box-shadow: inset 0 0 0 1px var(--wine);
}

.gift-card-form label:not(.amount-option) {
  display: grid;
  gap: 6px;
}

.gift-card-form input,
.gift-card-form textarea {
  width: 100%;
  border: 1px solid rgba(23, 23, 23, 0.22);
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  min-height: 42px;
  padding: 10px 12px;
}

.gift-card-form textarea {
  resize: vertical;
}

.gift-card-form .field-wide,
.gift-card-form button,
.gift-card-form .form-privacy,
.gift-card-form .form-trust {
  grid-column: 1 / -1;
}

.gift-card-form .consent {
  position: relative;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  color: rgba(23, 23, 23, 0.78);
  min-height: 44px;
  font-size: 0.9rem;
  font-weight: 450;
  line-height: 1.35;
  text-transform: none;
  cursor: pointer;
}

.gift-card-form .consent input {
  position: absolute;
  z-index: 1;
  top: -9px;
  left: -9px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0;
  opacity: 0;
  accent-color: var(--wine);
  cursor: pointer;
}

.consent-checkbox {
  position: relative;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border: 1px solid rgba(23, 23, 23, 0.42);
  border-radius: 3px;
  background: var(--white);
}

.consent input:focus-visible + .consent-checkbox {
  outline: 3px solid var(--white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--ink);
}

.consent input:checked + .consent-checkbox {
  border-color: var(--wine);
  background: var(--wine);
}

.consent input:checked + .consent-checkbox::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.consent-copy {
  display: grid;
  gap: 2px;
}

.form-privacy {
  margin: -6px 0 0;
  color: rgba(23, 23, 23, 0.72);
  font-size: 0.9rem;
}

.form-privacy a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.consent .form-privacy {
  margin: 0;
  font-weight: 400;
}

.consent .form-privacy a {
  min-height: 32px;
}

.form-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: -2px 0 0;
  padding: 0;
  list-style: none;
}

.form-trust li {
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  background: rgba(255, 253, 248, 0.72);
  color: rgba(23, 23, 23, 0.72);
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.35;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--ink);
}

.detail-block {
  min-width: 0;
  background: var(--paper);
}

.detail-block img {
  width: 100%;
  aspect-ratio: 5 / 6;
  object-fit: cover;
}

.detail-block div {
  padding: 30px;
}

.detail-block span {
  display: block;
  margin-bottom: 12px;
  color: var(--wine);
  font-weight: 760;
}

.detail-block p {
  margin: 0;
}

.portrait-portfolio {
  display: grid;
  gap: clamp(36px, 5vw, 72px);
  padding: clamp(72px, 9vw, 120px) clamp(18px, 3.5vw, 56px) clamp(52px, 7vw, 88px);
  background: var(--ink);
  color: var(--white);
}

.portrait-portfolio-heading,
.portrait-categories-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: 18px clamp(28px, 8vw, 120px);
  align-items: end;
}

.portrait-portfolio-heading .eyebrow,
.portrait-categories-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.portrait-portfolio-heading .eyebrow {
  color: var(--gold-light);
}

.portrait-portfolio-heading h2,
.portrait-categories-heading h2 {
  margin: 0;
  max-width: 12ch;
  font-family: var(--font-display);
  font-size: 4.3rem;
  font-weight: 500;
  line-height: 1.04;
}

.portrait-portfolio-heading > p:last-child,
.portrait-categories-heading > p:last-child {
  max-width: 620px;
  margin: 0;
  font-size: 1.08rem;
}

.portrait-portfolio-heading > p:last-child {
  color: rgba(255, 253, 248, 0.72);
}

.portrait-carousel {
  min-width: 0;
  border-top: 1px solid rgba(255, 253, 248, 0.18);
}

.portrait-carousel-track {
  display: flex;
  min-width: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.portrait-carousel-track::-webkit-scrollbar {
  display: none;
}

.portrait-slide {
  flex: 0 0 100%;
  min-width: 0;
  margin: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.portrait-triptych {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  background: #30302f;
}

.portrait-triptych-panel {
  min-width: 0;
  overflow: hidden;
}

.portrait-triptych-panel img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.portrait-triptych-panel-left img {
  object-position: left center;
}

.portrait-triptych-panel-center img {
  object-position: center;
}

.portrait-triptych-panel-right img {
  object-position: right center;
}

.portrait-slide figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  min-height: 52px;
  padding: 14px 2px;
  border-bottom: 1px solid rgba(255, 253, 248, 0.18);
  background: var(--ink);
  color: rgba(255, 253, 248, 0.84);
  font-size: 0.82rem;
}

.portrait-slide figcaption span:first-child {
  color: var(--white);
  font-weight: 720;
  text-transform: uppercase;
}

.portrait-slide figcaption span {
  background: var(--ink);
}

.portrait-carousel-toolbar {
  display: grid;
  grid-template-columns: 48px auto minmax(0, 1fr) 48px;
  gap: 14px;
  align-items: center;
  padding-top: 16px;
}

.portrait-carousel-button,
.portrait-carousel-dot {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
  border: 0;
  color: var(--white);
  cursor: pointer;
}

.portrait-carousel-button {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 253, 248, 0.34);
  border-radius: 4px;
  background: var(--ink);
  font-size: 1.3rem;
}

.portrait-carousel-button:disabled {
  opacity: 0.32;
  cursor: default;
}

.portrait-carousel-button::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.portrait-carousel-button[data-carousel-previous]::before {
  transform: rotate(-135deg);
}

.portrait-carousel-button[data-carousel-next]::before {
  transform: rotate(45deg);
}

.portrait-carousel-status {
  margin: 0;
  font-variant-numeric: tabular-nums;
  font-size: 0.82rem;
}

.portrait-carousel-status span:first-child {
  color: var(--gold-light);
  font-weight: 760;
}

.portrait-carousel-dots {
  display: flex;
  min-width: 0;
  justify-content: center;
}

.portrait-carousel-dot {
  padding: 0;
  background: transparent;
}

.portrait-carousel-dot span {
  width: 22px;
  height: 2px;
  background: rgba(255, 253, 248, 0.34);
  transition: width 160ms ease, background 160ms ease;
}

.portrait-carousel-dot[aria-pressed="true"] span {
  width: 34px;
  background: var(--gold-light);
}

.portrait-categories {
  display: grid;
  gap: clamp(36px, 5vw, 72px);
  padding: clamp(72px, 10vw, 128px) clamp(18px, 3.5vw, 56px);
  background: var(--paper);
}

.portrait-categories-heading > p:last-child {
  color: rgba(23, 23, 23, 0.72);
}

.portrait-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  background: var(--ink);
}

.portrait-category {
  min-width: 0;
  background: var(--ink);
}

.portrait-category a {
  position: relative;
  display: block;
  min-height: 620px;
  overflow: hidden;
  color: var(--white);
  text-decoration: none;
}

.portrait-category a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.9) 0%, rgba(17, 17, 17, 0.28) 42%, rgba(17, 17, 17, 0.02) 70%);
}

.portrait-category img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  transition: transform 700ms ease;
}

.portrait-category a:hover img {
  transform: scale(1.025);
}

.portrait-category a > div {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 12px;
  padding: clamp(24px, 3vw, 40px);
}

.portrait-category-number {
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 760;
}

.portrait-category h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.03;
}

.portrait-category p {
  max-width: 30rem;
  margin: 0;
  color: rgba(255, 253, 248, 0.76);
  font-size: 0.94rem;
}

.portrait-category-cta {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 44px;
  font-size: 0.82rem;
  font-weight: 760;
  text-transform: uppercase;
}

.proof-band {
  display: grid;
  gap: clamp(32px, 5vw, 72px);
  background: var(--white);
}

.proof-intro {
  max-width: 860px;
}

.testimonial-band {
  display: grid;
  gap: 52px;
  background: var(--soft);
}

.testimonial-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1.28fr);
  gap: 28px;
  align-items: end;
  border-bottom: 1px solid rgba(23, 23, 23, 0.18);
  padding-bottom: 30px;
}

.testimonial-heading .eyebrow,
.testimonial-heading h2 {
  margin: 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(23, 23, 23, 0.2);
}

.testimonial {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 24px;
  min-width: 0;
  min-height: 340px;
  margin: 0;
  padding: 36px;
  background: var(--white);
}

.testimonial-rating {
  color: var(--gold-ink);
  font-size: 0.9rem;
  letter-spacing: 0;
}

.testimonial p {
  margin: 0;
  color: rgba(23, 23, 23, 0.78);
  font-family: var(--font-display);
  font-size: 1.5rem;
  line-height: 1.38;
}

.testimonial footer {
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

.offer-band {
  display: grid;
  gap: 48px;
  background: var(--ink);
  color: var(--white);
}

.offer-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1.28fr);
  gap: 20px 42px;
  align-items: end;
  max-width: 1180px;
}

.offer-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--gold-light);
}

.offer-heading h2 {
  margin: 0;
}

.offer-heading > p:last-child {
  margin: 0;
  color: rgba(255, 253, 248, 0.68);
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 253, 248, 0.24);
  border-bottom: 1px solid rgba(255, 253, 248, 0.24);
}

.offer-column {
  min-width: 0;
  padding: 34px clamp(18px, 3vw, 38px) 40px;
  border-right: 1px solid rgba(255, 253, 248, 0.2);
}

.offer-column:last-child {
  border-right: 0;
}

.offer-kicker {
  margin: 0 0 18px;
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 760;
  text-transform: uppercase;
}

.offer-column h3 {
  min-height: 2.4em;
  margin: 0 0 26px;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.offer-column ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-column li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 253, 248, 0.76);
}

.offer-column li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 6px;
  height: 1px;
  background: var(--gold-light);
  content: "";
}

.offer-note {
  max-width: 760px;
  margin: -12px 0 0;
  color: rgba(255, 253, 248, 0.58);
  font-size: 0.88rem;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(23, 23, 23, 0.22);
}

.proof-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-grid-ten {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.photo-essay {
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 42px;
  padding: 88px clamp(18px, 3.5vw, 56px) 56px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.photo-essay-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 32px;
  align-items: end;
  border-bottom: 1px solid rgba(255, 253, 248, 0.2);
  padding-bottom: 24px;
}

.photo-essay-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--gold-light);
}

.photo-essay-heading h2 {
  max-width: 16ch;
  margin: 0;
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.04;
}

.photo-essay-heading > span {
  color: rgba(255, 253, 248, 0.48);
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
  font-weight: 760;
}

.photo-essay-grid {
  display: grid;
  width: 100%;
  min-width: 0;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 4px;
  align-items: stretch;
}

.photo-essay-frame {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #292927;
}

.photo-essay-frame-landscape {
  grid-column: span 8;
  aspect-ratio: 3 / 2;
}

.photo-essay-frame-portrait {
  grid-column: span 4;
  aspect-ratio: 3 / 4;
}

.photo-essay-frame-square {
  grid-column: span 6;
  aspect-ratio: 1;
}

.photo-essay:not(.photo-essay-personalBrand) .photo-essay-frame-landscape:last-child {
  grid-column: span 12;
  aspect-ratio: 16 / 9;
}

.photo-essay-personalBrand .photo-essay-frame {
  grid-column: span 6;
}

.photo-essay-personalBrand .photo-essay-frame-portrait {
  aspect-ratio: 4 / 5;
}

.photo-essay-personalBrand .photo-essay-frame-landscape {
  aspect-ratio: 5 / 4;
}

.photo-essay-frame img {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
  object-fit: cover;
}

.film-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: end;
  padding: clamp(72px, 10vw, 136px) clamp(18px, 6vw, 84px);
  background: var(--soft);
}

.film-copy {
  max-width: 36rem;
}

.film-copy .eyebrow {
  color: var(--wine);
}

.film-copy h2 {
  margin: 12px 0 24px;
  font-family: var(--font-display);
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1.02;
}

.film-copy > p:last-child {
  margin: 0;
  color: rgba(23, 23, 23, 0.7);
  font-size: 1.04rem;
}

.film-frame {
  min-width: 0;
  margin: 0;
  background: var(--ink);
  color: var(--white);
}

.film-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 1366 / 720;
  background: var(--ink);
  object-fit: cover;
}

.film-frame figcaption {
  padding: 16px 18px;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.78rem;
  font-weight: 720;
  text-transform: uppercase;
}

.proof-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--paper);
}

.proof-card > a,
.proof-card > img {
  position: relative;
  display: block;
  overflow: hidden;
}

.proof-card a {
  text-decoration: none;
}

.proof-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.proof-card a img {
  transition: transform 700ms ease;
}

.proof-card a:hover img {
  transform: scale(1.035);
}

.proof-card a span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  background: rgba(23, 23, 23, 0.78);
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.proof-card div {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: clamp(22px, 3vw, 32px);
}

.proof-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.16;
  hyphens: auto;
  overflow-wrap: anywhere;
}

.proof-card p {
  margin: 0;
  color: rgba(23, 23, 23, 0.74);
  overflow-wrap: anywhere;
}

.faq-band {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.9fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
  background: var(--mist);
}

.faq-list {
  display: grid;
  gap: 1px;
  background: rgba(23, 23, 23, 0.2);
}

.faq-list details {
  min-width: 0;
  background: var(--white);
}

.faq-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 64px;
  padding: 22px clamp(20px, 3vw, 34px);
  color: var(--ink);
  cursor: pointer;
  font-weight: 720;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: var(--wine);
  font-size: 1.35rem;
  font-weight: 520;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin: -8px 0 0;
  padding: 0 clamp(20px, 3vw, 34px) 26px;
  color: rgba(23, 23, 23, 0.74);
}

.service-page-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(23, 23, 23, 0.2);
}

.service-copy-card {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 300px;
  padding: clamp(28px, 4vw, 44px);
  background: var(--paper);
}

.service-copy-card span {
  color: var(--wine);
  font-weight: 760;
}

.service-copy-card h3,
.related-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2.15rem;
  font-weight: 500;
  line-height: 1.16;
  hyphens: auto;
  overflow-wrap: anywhere;
}

.service-copy-card p,
.related-card p {
  margin: 0;
  color: rgba(23, 23, 23, 0.74);
  overflow-wrap: anywhere;
}

.related-band {
  display: grid;
  gap: clamp(32px, 5vw, 72px);
  background: var(--soft);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 1px;
  background: rgba(23, 23, 23, 0.22);
}

.related-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--white);
}

.related-card a {
  position: relative;
  display: block;
  overflow: hidden;
  color: var(--white);
  text-decoration: none;
}

.related-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 700ms ease;
}

.related-card a:hover img {
  transform: scale(1.035);
}

.related-card a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(23, 23, 23, 0.56), rgba(23, 23, 23, 0.02));
}

.related-card a span {
  position: absolute;
  z-index: 1;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  background: rgba(23, 23, 23, 0.78);
  font-size: 0.74rem;
  font-weight: 760;
  text-transform: uppercase;
}

.related-card div {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: clamp(22px, 3vw, 30px);
}

.story-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(220px, 0.45fr) minmax(220px, 0.45fr);
  gap: 1px;
  align-items: stretch;
  background: var(--ink);
  scroll-margin-top: 104px;
}

.story-strip > div {
  display: grid;
  align-content: center;
  padding: clamp(42px, 7vw, 88px) clamp(18px, 6vw, 84px);
  background: var(--wine);
  color: var(--white);
}

.story-strip h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1.09;
}

.story-strip p:not(.eyebrow) {
  max-width: 560px;
  font-size: 1.05rem;
}

.story-strip img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.contact-band {
  background: var(--soft);
}

.contact-intro {
  background: var(--soft);
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 32px);
  padding: clamp(28px, 5vw, 72px) clamp(18px, 6vw, 84px);
  background: var(--soft);
}

.contact-options-focused {
  grid-template-columns: minmax(0, 980px);
  justify-content: center;
}

.contact-card {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 28px;
  min-height: 560px;
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid rgba(23, 23, 23, 0.12);
  background: var(--white);
  box-shadow: 0 18px 60px rgba(23, 23, 23, 0.06);
}

.contact-options-focused .contact-card {
  min-height: auto;
  box-shadow: 0 18px 60px rgba(23, 23, 23, 0.08);
}

.contact-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 2.55rem;
  font-weight: 500;
  line-height: 1.1;
}

.contact-card p {
  margin: 14px 0 0;
}

.contact-card .contact-response {
  margin-top: 18px;
  padding-left: 14px;
  border-left: 2px solid var(--gold);
  color: rgba(23, 23, 23, 0.74);
  font-weight: 680;
}

.contact-checklist {
  display: grid;
  gap: 8px;
}

.contact-checklist > p {
  margin: 0;
  color: rgba(23, 23, 23, 0.62);
  font-size: 0.78rem;
  font-weight: 720;
  text-transform: uppercase;
}

.contact-card .contact-checklist ul {
  margin: 0;
  padding: 16px 0;
  border-block: 1px solid rgba(23, 23, 23, 0.14);
  list-style: none;
  display: grid;
  gap: 0;
}

.contact-card .contact-checklist li {
  border-top: 1px solid rgba(23, 23, 23, 0.18);
  padding: 10px 0;
  color: rgba(23, 23, 23, 0.74);
}

.contact-card .contact-checklist li:first-child {
  border-top: 0;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lead-form label {
  display: grid;
  gap: 6px;
  color: rgba(23, 23, 23, 0.7);
  font-size: 0.82rem;
  font-weight: 680;
  text-transform: uppercase;
}

.lead-form .consent {
  position: relative;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  color: rgba(23, 23, 23, 0.78);
  min-height: 44px;
  font-size: 0.9rem;
  font-weight: 450;
  line-height: 1.35;
  text-transform: none;
  cursor: pointer;
}

.lead-form .consent input {
  position: absolute;
  z-index: 1;
  top: -9px;
  left: -9px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0;
  opacity: 0;
  accent-color: var(--wine);
  cursor: pointer;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid rgba(23, 23, 23, 0.22);
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  min-height: 42px;
  padding: 10px 12px;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form .field-wide,
.lead-form button,
.lead-form .form-privacy,
.lead-form .form-fallback {
  grid-column: 1 / -1;
}

.lead-form .form-fallback {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 0.9rem;
}

.turnstile-field {
  min-height: 65px;
  overflow: hidden;
}

.cf-turnstile {
  max-width: 100%;
}

.honeypot {
  display: none !important;
}

.thanks-band {
  display: none;
  background: var(--mist);
}

.thanks-band:target {
  display: block;
}

.thanks-band h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.09;
}

.legal-band {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.86fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  padding: clamp(64px, 10vw, 128px) clamp(18px, 6vw, 84px);
  background: var(--paper);
}

.legal-aside {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 22px;
}

.legal-aside p {
  margin: 0;
}

.legal-aside nav {
  display: grid;
  gap: 8px;
}

.legal-aside nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.legal-copy {
  display: grid;
  gap: 1px;
  background: rgba(23, 23, 23, 0.2);
}

.legal-section {
  min-width: 0;
  padding: clamp(28px, 4vw, 48px);
  background: var(--white);
}

.legal-section h2 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 1.06;
}

.legal-section p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 0 14px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, auto) auto minmax(130px, auto);
  gap: 32px;
  align-items: end;
  padding: 44px clamp(18px, 6vw, 84px);
  background: var(--ink);
  color: var(--white);
}

.site-footer div {
  display: grid;
  gap: 16px;
  max-width: 330px;
}

.site-footer p {
  margin: 0;
  background: var(--ink);
  color: var(--white);
}

.site-footer nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.site-footer .footer-legal {
  gap: 10px 16px;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  color: inherit;
}

.site-footer img {
  width: 96px;
  height: auto;
  filter: invert(1) brightness(2.1);
  opacity: 0.78;
}

.site-footer .footer-brand {
  justify-content: flex-start;
}

.site-header[data-layout="studio"] {
  min-height: 108px;
  grid-template-columns: 1fr;
  padding: 10px clamp(76px, 6vw, 104px);
}

.site-header[data-layout="studio"] .brand {
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 100px;
  height: 82px;
  transform: translateX(-50%);
}

.site-header[data-layout="studio"] .brand img {
  width: 100px;
  max-height: 82px;
}

.site-header[data-layout="studio"] .primary-nav {
  display: grid;
  grid-template-columns: repeat(3, max-content) 170px repeat(3, max-content);
  gap: clamp(12px, 1.35vw, 22px);
  justify-content: center;
  width: 100%;
}

.site-header[data-layout="studio"] .primary-nav > a:nth-child(4) {
  grid-column: 5;
}

.site-header[data-layout="studio"] .primary-nav a {
  font-size: clamp(1rem, 1vw, 1.04rem);
  font-weight: 680;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.site-header[data-layout="studio"] .header-actions {
  position: absolute;
  right: clamp(18px, 3.2vw, 48px);
}

.site-header[data-layout="studio"] .lang-switch {
  font-size: 0.78rem;
}

.studio-home-slider {
  margin-top: 108px;
  overflow: hidden;
  background: var(--ink);
}

.studio-home-slider-track {
  display: flex;
  height: min(820px, calc(100svh - 168px));
  min-height: 560px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.studio-home-slider-track::-webkit-scrollbar {
  display: none;
}

.studio-home-slide {
  position: relative;
  flex: 0 0 100%;
  margin: 0;
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  background: #292927;
}

.studio-home-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.studio-home-slide:nth-child(2) img,
.studio-home-slide:nth-child(5) img {
  object-position: 68% center;
}

.studio-home-slider-toolbar {
  min-height: 64px;
  display: grid;
  grid-template-columns: 48px auto minmax(160px, 1fr) 48px;
  align-items: center;
  gap: 12px;
  padding: 8px clamp(18px, 4vw, 56px);
  border-top: 1px solid rgba(23, 23, 23, 0.14);
  background: var(--paper);
  color: var(--ink);
}

.studio-home-slider-arrow,
.studio-home-slider-dots button {
  display: grid;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.studio-home-slider-arrow {
  border: 1px solid rgba(23, 23, 23, 0.2);
  border-radius: 50%;
  font-size: 1.15rem;
}

.studio-home-slider-arrow:disabled {
  cursor: default;
  opacity: 0.35;
}

.studio-home-slider-status {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 740;
  letter-spacing: 0.12em;
}

.studio-home-slider-dots {
  display: flex;
  justify-content: flex-end;
  gap: 2px;
}

.studio-home-slider-dots button span {
  width: 20px;
  height: 2px;
  background: rgba(23, 23, 23, 0.28);
  transition: width 160ms ease, background 160ms ease;
}

.studio-home-slider-dots button[aria-pressed="true"] span {
  width: 34px;
  background: var(--wine);
}

.studio-home-memory {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(48px, 8vw, 128px);
  align-items: center;
  padding: clamp(84px, 10vw, 156px) clamp(18px, 7vw, 112px);
  background: var(--paper);
}

.studio-home-memory-copy {
  display: grid;
  justify-items: start;
  gap: 22px;
  max-width: 720px;
}

.studio-home-memory h2,
.studio-home-cta h2,
.studio-home-location h2,
.studio-home-services h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 6vw, 6.6rem);
  font-weight: 500;
  line-height: 0.94;
}

.studio-home-memory p {
  max-width: 64ch;
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.72;
}

.studio-home-memory .button,
.studio-home-cta .button,
.studio-home-services .button {
  margin-top: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.studio-home-memory figure {
  min-height: 680px;
  margin: 0;
  overflow: hidden;
}

.studio-home-memory img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
}

.studio-home-banner {
  position: relative;
  height: clamp(460px, 54vw, 720px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.studio-home-banner img,
.studio-home-banner > span {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.studio-home-banner img {
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.06);
}

.studio-home-banner > span {
  background: linear-gradient(90deg, rgba(23, 23, 23, 0.28), rgba(23, 23, 23, 0.16), rgba(23, 23, 23, 0.34));
}

.studio-home-banner p {
  position: relative;
  z-index: 1;
  max-width: 19ch;
  margin: 0;
  padding: 24px;
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 6.4rem);
  line-height: 0.98;
  text-align: center;
  text-wrap: balance;
}

.studio-home-cta {
  display: grid;
  justify-items: center;
  gap: 28px;
  padding: clamp(84px, 10vw, 150px) clamp(18px, 8vw, 140px);
  background: var(--mist);
  text-align: center;
}

.studio-home-cta h2 {
  max-width: 18ch;
  font-size: clamp(3rem, 5vw, 5.4rem);
  text-wrap: balance;
}

.studio-home-cta p {
  max-width: 68ch;
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.65;
}

.studio-home-gallery {
  padding: 4px;
  background: var(--ink);
}

.studio-home-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}

.studio-home-gallery-frame {
  min-width: 0;
  aspect-ratio: 2 / 3;
  margin: 0;
  overflow: hidden;
  background: #292927;
}

.studio-home-gallery-frame:last-child {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 7;
}

.studio-home-gallery-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.studio-home-gallery-frame:last-child img {
  object-position: center 42%;
}

.studio-home-location {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: clamp(80px, 9vw, 136px) 18px;
  background: var(--wine);
  color: var(--white);
  text-align: center;
}

.studio-home-location .eyebrow {
  margin: 0;
  color: var(--gold-light);
}

.studio-home-location h2 {
  font-size: clamp(3.6rem, 7vw, 7rem);
}

.studio-home-location address {
  max-width: 36ch;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  font-style: normal;
}

.studio-home-phone {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-size: 1.2rem;
  font-weight: 700;
}

.studio-home-location .button-secondary {
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.studio-home-services {
  display: grid;
  justify-items: center;
  gap: clamp(46px, 7vw, 92px);
  padding: clamp(84px, 10vw, 148px) clamp(18px, 5vw, 76px);
  background: var(--mist);
}

.studio-home-services-intro {
  width: min(100%, 1240px);
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(38px, 7vw, 110px);
  align-items: start;
}

.studio-home-services h2 {
  max-width: 9ch;
}

.studio-home-services-intro > div {
  display: grid;
  gap: 22px;
  padding-left: clamp(28px, 4vw, 64px);
  border-left: 1px solid rgba(23, 23, 23, 0.5);
}

.studio-home-services-intro p {
  max-width: 65ch;
  margin: 0;
  font-size: clamp(1.04rem, 1.45vw, 1.25rem);
  line-height: 1.72;
}

.studio-home-service-grid {
  width: min(100%, 1240px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.studio-home-service-card {
  position: relative;
  min-width: 0;
  aspect-ratio: 3 / 4;
  display: grid;
  place-items: end center;
  margin: 0;
  overflow: hidden;
  background: #292927;
  color: var(--white);
}

.studio-home-service-card img,
.studio-services-placeholder,
.studio-home-service-scrim,
.studio-home-service-border {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.studio-home-service-card img {
  object-fit: cover;
}

.studio-services-placeholder {
  display: grid;
  place-items: center;
  padding: 42px;
  background: #292927;
  color: rgba(255, 253, 248, 0.54);
  font-size: 0.78rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.studio-home-service-scrim {
  background: linear-gradient(180deg, transparent 45%, rgba(23, 23, 23, 0.72));
}

.studio-home-service-border {
  inset: 22px;
  width: auto;
  height: auto;
  border: 1px solid rgba(255, 253, 248, 0.72);
}

.studio-home-service-card h3 {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 42px);
  margin: 0 0 46px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 500;
  line-height: 0.94;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
}

.studio-home-service-card-graduations h3 {
  font-size: clamp(1.8rem, 2.6vw, 3rem);
  letter-spacing: -0.025em;
}

.studio-home-service-card-personalBrand h3 {
  font-size: clamp(1.8rem, 2.6vw, 3rem);
}

.studio-services-banner {
  margin-top: 108px;
  overflow: hidden;
  background: #e5ddd2;
}

.studio-services-banner img {
  width: 100%;
  height: min(760px, calc(100svh - 108px));
  min-height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.studio-services-posters {
  background: var(--mist);
}

.studio-services-posters .studio-home-service-card:last-child {
  grid-column: 2;
}

.studio-about-profile,
.studio-about-studio {
  scroll-margin-top: 108px;
}

.studio-about-profile {
  margin-top: 108px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.72fr);
  gap: clamp(54px, 8vw, 128px);
  align-items: start;
  padding: clamp(84px, 9vw, 136px) clamp(18px, 6vw, 92px);
  background: var(--paper);
}

.studio-about-profile-copy {
  min-width: 0;
  display: grid;
  gap: clamp(34px, 4vw, 58px);
}

.studio-about-profile h1,
.studio-about-studio h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 0.98;
  text-wrap: balance;
}

.studio-about-profile h1 {
  max-width: 11ch;
  font-size: clamp(3.4rem, 5.6vw, 6rem);
  text-transform: uppercase;
}

.studio-about-profile-prose,
.studio-about-studio-prose {
  display: grid;
  gap: 22px;
}

.studio-about-profile-prose p,
.studio-about-studio-prose p {
  max-width: 72ch;
  margin: 0;
  color: rgba(23, 23, 23, 0.76);
  font-size: clamp(1rem, 1.15vw, 1.13rem);
  line-height: 1.72;
}

.studio-about-profile figure {
  position: sticky;
  top: 148px;
  width: min(100%, 592px);
  margin: 0;
  justify-self: end;
  overflow: hidden;
  background: #292927;
}

.studio-about-profile img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.studio-about-studio {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
  gap: clamp(48px, 8vw, 124px);
  align-items: start;
  padding: clamp(84px, 10vw, 150px) clamp(18px, 7vw, 108px);
  background: var(--soft);
}

.studio-about-studio header {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.studio-about-studio-prose {
  min-width: 0;
}

.studio-about-studio h2 {
  max-width: 12ch;
  font-size: clamp(3rem, 5vw, 5.3rem);
  text-transform: uppercase;
}

.studio-about-studio header > p {
  max-width: 24ch;
  margin: 0;
  color: var(--wine);
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.4vw, 2.35rem);
  line-height: 1.12;
  text-wrap: balance;
}

.studio-keyword-legal {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 22px;
}

.studio-keyword-legal a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: rgba(23, 23, 23, 0.68);
  font-size: 0.78rem;
  font-weight: 720;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-with-placeholder {
  background:
    radial-gradient(circle at 76% 26%, rgba(178, 145, 85, 0.22), transparent 26%),
    linear-gradient(135deg, #171717 0%, #34312c 52%, #6f3338 130%);
}

.hero-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero-placeholder::before,
.hero-placeholder::after {
  position: absolute;
  border: 1px solid rgba(255, 253, 248, 0.14);
  border-radius: 50%;
  content: "";
}

.hero-placeholder::before {
  width: min(62vw, 760px);
  aspect-ratio: 1;
  right: -8%;
  top: -22%;
}

.hero-placeholder::after {
  width: min(34vw, 420px);
  aspect-ratio: 1;
  right: 18%;
  bottom: -20%;
}

.hero-placeholder span {
  position: absolute;
  right: clamp(24px, 7vw, 100px);
  bottom: clamp(38px, 7vw, 100px);
  color: rgba(255, 253, 248, 0.14);
  font-family: var(--font-display);
  font-size: clamp(2rem, 7vw, 7rem);
}

.studio-page-intro,
.studio-audiences,
.studio-process,
.studio-about-intro,
.studio-pillars,
.studio-approach,
.studio-team,
.studio-service-group,
.studio-portfolio-groups,
.studio-articles,
.studio-contact-layout,
.studio-discover,
.studio-instagram,
.studio-keywords,
.studio-article-body,
.studio-newsletter-callout,
.studio-closing-callout,
.studio-recurrence {
  scroll-margin-top: 104px;
}

.studio-page-intro,
.studio-audiences,
.studio-process,
.studio-about-intro,
.studio-pillars,
.studio-approach,
.studio-team,
.studio-service-group,
.studio-portfolio-groups,
.studio-articles,
.studio-contact-layout,
.studio-discover,
.studio-instagram,
.studio-article-body,
.studio-newsletter-callout,
.studio-closing-callout,
.studio-recurrence {
  padding: clamp(68px, 9vw, 128px) clamp(18px, 6vw, 84px);
}

.studio-section-heading {
  display: grid;
  gap: 18px;
  max-width: 920px;
}

.studio-section-heading .eyebrow {
  margin: 0;
}

.studio-section-heading h2,
.studio-recurrence h2,
.studio-closing-callout h2,
.studio-newsletter-callout h2,
.studio-contact-layout h2,
.studio-team h2,
.studio-portfolio-group h2,
.studio-article-body h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 5.3vw, 5rem);
  font-weight: 500;
  line-height: 1.02;
}

.studio-section-heading > p:last-child,
.studio-recurrence p,
.studio-closing-callout p,
.studio-newsletter-callout p,
.studio-contact-layout > div > p,
.studio-team p,
.studio-portfolio-group p,
.studio-article-body p {
  margin-block: 0;
  max-width: 760px;
  color: rgba(23, 23, 23, 0.72);
  font-size: 1.08rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: inherit;
  font-size: 0.8rem;
  font-weight: 760;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
}

.studio-audiences,
.studio-service-group,
.studio-articles,
.studio-discover {
  display: grid;
  gap: clamp(40px, 6vw, 76px);
}

.studio-audience-grid,
.studio-tail-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  background: var(--ink);
}

.studio-audience-card,
.studio-tail-service,
.studio-service-card {
  min-width: 0;
  background: var(--ink);
}

.studio-audience-card > a,
.studio-tail-service > a,
.studio-service-card > a {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
}

.studio-audience-card img,
.studio-audience-card .studio-media-placeholder,
.studio-tail-service img,
.studio-tail-service .studio-media-placeholder,
.studio-service-card img,
.studio-service-card .studio-media-placeholder {
  width: 100%;
  height: clamp(380px, 38vw, 620px);
  object-fit: cover;
}

.studio-audience-card img,
.studio-tail-service img,
.studio-service-card img,
.studio-article-media img {
  transition: transform 700ms ease, filter 350ms ease;
}

.studio-audience-card a:hover img,
.studio-tail-service a:hover img,
.studio-service-card a:hover img,
.studio-article-card a:hover img {
  transform: scale(1.025);
  filter: saturate(1.05);
}

.studio-audience-card > a > div,
.studio-tail-service > a > div,
.studio-service-card > a > div {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: clamp(24px, 3vw, 38px);
}

.studio-audience-card h3,
.studio-tail-service h3,
.studio-service-card h3,
.studio-article-card h3,
.studio-pillars article h3,
.studio-process h3,
.studio-approach h3,
.studio-contact-reasons h3,
.studio-portfolio-pending h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.8vw, 2.7rem);
  font-weight: 500;
  line-height: 1.08;
}

.studio-audience-card p,
.studio-tail-service p,
.studio-service-card p,
.studio-article-card p,
.studio-pillars article p,
.studio-process li p,
.studio-approach li p,
.studio-contact-reasons p,
.studio-portfolio-pending p {
  margin: 0;
  color: rgba(23, 23, 23, 0.7);
}

.studio-card-index,
.studio-tail-service-number {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 18px;
  display: inline-grid;
  min-width: 42px;
  min-height: 34px;
  place-items: center;
  padding: 5px 9px;
  background: rgba(23, 23, 23, 0.82);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 760;
}

.studio-media-placeholder {
  position: relative;
  min-height: 360px;
  display: grid;
  align-content: end;
  gap: 10px;
  overflow: hidden;
  padding: clamp(24px, 3vw, 42px);
  background:
    radial-gradient(circle at 72% 26%, rgba(178, 145, 85, 0.26), transparent 30%),
    linear-gradient(145deg, #24231f, #4d4238 58%, #6f3338 128%);
  color: var(--white);
}

.studio-media-placeholder::before {
  position: absolute;
  width: 74%;
  aspect-ratio: 1;
  top: -38%;
  right: -16%;
  border: 1px solid rgba(255, 253, 248, 0.2);
  border-radius: 50%;
  content: "";
}

.studio-media-placeholder span,
.studio-media-placeholder strong {
  position: relative;
  z-index: 1;
}

.studio-media-placeholder span {
  color: var(--gold-light);
  font-size: 0.7rem;
  font-weight: 760;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.studio-media-placeholder strong {
  max-width: 12ch;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  font-weight: 500;
  line-height: 1;
}

.studio-process {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.9fr);
  gap: clamp(48px, 8vw, 120px);
  background: var(--mist);
}

.studio-process ol,
.studio-approach ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.studio-process li,
.studio-approach li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  padding: 26px 0;
  border-top: 1px solid rgba(23, 23, 23, 0.2);
}

.studio-process li > span,
.studio-approach li > span,
.studio-pillars article > span,
.studio-article-section > span {
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 760;
}

.studio-process li div,
.studio-approach li div {
  display: grid;
  gap: 8px;
}

.studio-process h3,
.studio-approach h3 {
  font-size: 1.6rem;
}

.studio-recurrence {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.62fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
  background: var(--ink);
  color: var(--white);
}

.studio-recurrence > div,
.studio-newsletter-callout > div,
.studio-closing-callout > div {
  display: grid;
  justify-items: start;
  gap: 22px;
}

.studio-recurrence .eyebrow,
.studio-newsletter-callout .eyebrow,
.studio-closing-callout .eyebrow {
  color: var(--gold-light);
}

.studio-recurrence p,
.studio-newsletter-callout p,
.studio-closing-callout p {
  color: rgba(255, 253, 248, 0.72);
}

.studio-recurrence img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.studio-article-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  background: var(--ink);
}

.studio-article-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(190px, 0.82fr) minmax(0, 1.18fr);
  background: var(--white);
}

.studio-article-grid-featured > .studio-article-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1fr);
}

.studio-article-media {
  min-height: 380px;
  display: block;
  overflow: hidden;
}

.studio-article-media img,
.studio-article-media .studio-media-placeholder {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.studio-article-card > div {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(24px, 3vw, 42px);
}

.studio-article-card h3 {
  font-size: clamp(1.7rem, 2.6vw, 2.5rem);
}

.studio-article-card h3 a {
  text-decoration: none;
}

.studio-articles > .button {
  justify-self: start;
}

.studio-about-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 0.62fr);
  gap: clamp(48px, 9vw, 140px);
  align-items: start;
}

.studio-prose {
  display: grid;
  gap: 24px;
  padding-top: 36px;
  border-top: 1px solid rgba(23, 23, 23, 0.22);
}

.studio-prose p {
  margin: 0;
  color: rgba(23, 23, 23, 0.72);
  font-size: 1.08rem;
}

.studio-pillars {
  display: grid;
  gap: clamp(44px, 7vw, 84px);
  background: var(--soft);
}

.studio-pillars > div:last-child {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(23, 23, 23, 0.22);
}

.studio-pillars article {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 330px;
  padding: clamp(28px, 4vw, 46px);
  background: var(--white);
}

.studio-approach {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.65fr);
  gap: clamp(44px, 8vw, 120px);
  align-items: center;
}

.studio-approach > div {
  display: grid;
  gap: 42px;
}

.studio-approach img {
  width: 100%;
  aspect-ratio: 1 / 1.12;
  object-fit: cover;
}

.studio-team {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: clamp(48px, 9vw, 140px);
  background: var(--mist);
}

.studio-team > div {
  display: grid;
  gap: 20px;
}

.studio-team ul,
.studio-blog-categories,
.studio-contact-layout ul,
.studio-keywords ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.studio-team li,
.studio-contact-layout li {
  padding: 18px 0;
  border-top: 1px solid rgba(23, 23, 23, 0.22);
}

.studio-closing-callout,
.studio-newsletter-callout {
  background: var(--wine);
  color: var(--white);
}

.studio-service-group:nth-of-type(even) {
  background: var(--soft);
}

.studio-service-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
}

.studio-service-card-grid-5 > .studio-service-card:last-child,
.studio-service-card-grid-1 > .studio-service-card {
  grid-column: 1 / -1;
}

.studio-service-card-grid-5 > .studio-service-card:last-child > a,
.studio-service-card-grid-1 > .studio-service-card > a {
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  grid-template-rows: 1fr;
}

.studio-service-card-grid-5 > .studio-service-card:last-child img,
.studio-service-card-grid-5 > .studio-service-card:last-child .studio-media-placeholder,
.studio-service-card-grid-1 > .studio-service-card img,
.studio-service-card-grid-1 > .studio-service-card .studio-media-placeholder {
  height: 100%;
  min-height: 460px;
}

.studio-service-card img,
.studio-service-card .studio-media-placeholder {
  height: clamp(340px, 31vw, 510px);
}

.studio-portfolio-nav,
.studio-blog-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.studio-portfolio-nav a,
.studio-blog-categories li,
.studio-location {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: 1px solid rgba(23, 23, 23, 0.18);
  padding: 8px 14px;
  text-decoration: none;
}

.studio-portfolio-selection {
  display: grid;
  gap: clamp(40px, 6vw, 72px);
  padding: clamp(68px, 9vw, 128px) clamp(18px, 6vw, 84px);
  background: var(--paper);
}

.studio-portfolio-slider .studio-home-slider-track {
  height: auto;
  min-height: 0;
  aspect-ratio: 2 / 1;
}

.studio-portfolio-slider .studio-home-slide img {
  object-position: center;
}

.studio-portfolio-story {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(48px, 9vw, 140px);
  align-items: start;
  padding: clamp(84px, 10vw, 156px) clamp(18px, 7vw, 112px);
  background: var(--white);
}

.studio-portfolio-story h2,
.studio-portfolio-selection > header h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5.5vw, 5.4rem);
  font-weight: 500;
  line-height: 1.02;
}

.studio-portfolio-story-copy {
  display: grid;
  gap: 20px;
  padding-top: 8px;
}

.studio-portfolio-story-copy p {
  margin: 0;
  color: rgba(23, 23, 23, 0.74);
  font-size: 1.08rem;
}

.studio-portfolio-selection > header {
  display: grid;
  gap: 14px;
}

.studio-portfolio-selection > header .eyebrow {
  margin: 0;
  color: var(--wine);
}

.studio-portfolio-grid {
  columns: 3;
  column-gap: 4px;
}

.studio-portfolio-frame {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  margin: 0 0 4px;
  break-inside: avoid;
  overflow: hidden;
  background: #292927;
}

.studio-portfolio-frame::after {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: rgba(255, 253, 248, 0.76);
  content: attr(data-index);
  font-size: 0.68rem;
  font-weight: 760;
}

.studio-portfolio-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.studio-portfolio-frame.studio-frame-landscape,
.studio-portfolio-frame.studio-frame-portrait,
.studio-portfolio-frame.studio-frame-square {
  aspect-ratio: auto;
}

.studio-portfolio-groups {
  display: grid;
  gap: 2px;
  background: var(--paper);
}

.studio-portfolio-group {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: center;
  padding: clamp(56px, 8vw, 110px);
  background: var(--white);
}

.studio-portfolio-group:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  background: var(--soft);
}

.studio-portfolio-group:nth-child(even) > div:first-child {
  grid-column: 2;
  grid-row: 1;
}

.studio-portfolio-group > div:first-child img,
.studio-portfolio-group > div:first-child .studio-media-placeholder {
  width: 100%;
  min-height: 520px;
  height: 66vw;
  max-height: 760px;
  object-fit: cover;
}

.studio-portfolio-group > div:last-child {
  display: grid;
  justify-items: start;
  gap: 18px;
}

.studio-portfolio-pending {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
  background: var(--ink);
}

.studio-portfolio-pending article {
  min-width: 0;
  background: var(--white);
}

.studio-portfolio-pending .studio-media-placeholder {
  min-height: 300px;
}

.studio-portfolio-pending article > div:last-child {
  display: grid;
  gap: 12px;
  padding: 28px;
}

.studio-portfolio-note {
  max-width: 760px;
  margin: 48px 0 0;
  color: rgba(23, 23, 23, 0.68);
}

.studio-portfolio-groups > .button {
  justify-self: start;
}

.studio-contact-reasons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 48px;
  background: rgba(23, 23, 23, 0.2);
}

.studio-contact-reasons article {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: clamp(24px, 3vw, 38px);
  background: var(--white);
}

.studio-contact-reasons h3 {
  font-size: 1.75rem;
}

.studio-contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: clamp(44px, 8vw, 120px);
  align-items: start;
  background: var(--soft);
}

.studio-contact-layout > div {
  display: grid;
  gap: 20px;
}

.studio-contact-form {
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(23, 23, 23, 0.14);
  background: var(--white);
  box-shadow: 0 20px 64px rgba(23, 23, 23, 0.08);
}

.studio-contact-form select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(23, 23, 23, 0.22);
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  padding: 10px 12px;
}

.studio-article-body {
  display: grid;
  gap: 0;
  max-width: 1120px;
  margin-inline: auto;
}

.studio-article-body > header {
  display: grid;
  gap: 18px;
  max-width: 760px;
  padding-bottom: clamp(48px, 7vw, 84px);
}

.studio-article-body > header > p:last-child {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  line-height: 1.35;
}

.studio-article-section {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: clamp(18px, 4vw, 50px);
  padding: clamp(40px, 6vw, 72px) 0;
  border-top: 1px solid rgba(23, 23, 23, 0.22);
}

.studio-article-section > div {
  display: grid;
  gap: 20px;
  max-width: 760px;
}

.studio-article-section h2 {
  font-size: clamp(2.1rem, 4vw, 3.8rem);
}

.studio-article-section ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}

.studio-article-body > footer {
  display: grid;
  gap: 28px;
  padding: clamp(48px, 7vw, 84px);
  background: var(--mist);
}

.studio-instagram {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: start;
  background: var(--ink);
  color: var(--white);
}

.studio-instagram .studio-section-heading {
  position: sticky;
  top: 120px;
}

.studio-instagram .studio-section-heading > p:last-of-type {
  color: rgba(255, 253, 248, 0.72);
}

.studio-instagram .eyebrow {
  color: var(--gold-light);
}

.studio-instagram .button-secondary {
  justify-self: start;
}

.studio-instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
}

.studio-instagram-frame {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #292927;
}

.studio-instagram-frame img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.studio-keywords {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px 44px;
  align-items: start;
  padding: 30px clamp(18px, 6vw, 84px);
  border-top: 1px solid rgba(23, 23, 23, 0.14);
  border-bottom: 1px solid rgba(23, 23, 23, 0.14);
  background: var(--paper);
}

.studio-keywords > p {
  margin: 0;
  color: var(--wine);
  font-weight: 760;
}

.studio-keywords ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.studio-keywords li {
  color: rgba(23, 23, 23, 0.68);
  font-size: 0.84rem;
}

.studio-keywords li:not(:last-child)::after {
  margin-left: 18px;
  color: var(--gold-ink);
  content: "·";
}

@media (max-width: 1180px) {
  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

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

  .proof-grid-ten .proof-card:nth-last-child(-n + 2) {
    grid-column: span 2;
  }

  .photo-essay-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .photo-essay-frame-landscape {
    grid-column: span 6;
  }

  .photo-essay-frame-portrait,
  .photo-essay-frame-square {
    grid-column: span 3;
  }

  .photo-essay:not(.photo-essay-personalBrand) .photo-essay-frame-landscape:last-child {
    grid-column: span 6;
  }

  .photo-essay-personalBrand .photo-essay-frame {
    grid-column: span 3;
  }

  .film-band {
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  }

  .hero h1 {
    font-size: 5rem;
  }

  .portrait-portfolio-heading h2,
  .portrait-categories-heading h2 {
    font-size: 3.4rem;
  }

  .portrait-category a,
  .portrait-category img {
    min-height: 540px;
  }

  .intro-band h2,
  .split-band h2,
  .gift-band h2,
  .gift-card-intro h2,
  .gift-card-summary h2,
  .contact-band h2,
  .contact-intro h2,
  .proof-intro h2,
  .faq-band h2,
  .related-band h2,
  .testimonial-heading h2,
  .offer-heading h2,
  .thanks-band h2 {
    font-size: 3.4rem;
  }

  .service-tile span {
    font-size: 2.35rem;
  }

  .story-strip h2 {
    font-size: 3rem;
  }
}

@media (min-width: 1041px) and (max-width: 1180px) {
  .studio-about-studio {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(44px, 5vw, 60px);
    padding-inline: clamp(44px, 5.5vw, 66px);
  }

  .studio-about-studio h2 {
    max-width: 100%;
    font-size: clamp(2.75rem, 4.4vw, 3.3rem);
  }
}

@media (max-width: 1040px) {
  .hero-image-portrait {
    object-position: center;
  }

  .portrait-portfolio,
  .portrait-categories {
    padding-inline: 18px;
  }

  .portrait-portfolio-heading,
  .portrait-categories-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .portrait-portfolio-heading .eyebrow,
  .portrait-categories-heading .eyebrow {
    grid-column: auto;
  }

  .portrait-portfolio-heading h2,
  .portrait-categories-heading h2 {
    max-width: 14ch;
    font-size: 2.45rem;
  }

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

  .portrait-category a {
    min-height: 0;
  }

  .portrait-category img {
    height: clamp(480px, 142vw, 720px);
    min-height: 0;
    aspect-ratio: auto;
  }

  .portrait-category h3 {
    font-size: 2.15rem;
  }

  body {
    padding-bottom: 0;
  }

  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px 16px;
    padding: 18px 18px 10px;
  }

  .site-header[data-layout="studio"] {
    min-height: 96px;
    grid-template-columns: 1fr auto 1fr;
    padding: 8px 18px;
  }

  .site-header[data-layout="studio"] .primary-nav {
    display: none;
  }

  .site-header[data-layout="studio"] .brand {
    left: 50%;
    width: 82px;
    height: 68px;
  }

  .site-header[data-layout="studio"] .brand img {
    width: 82px;
    max-height: 68px;
  }

  .site-header[data-layout="studio"] .header-actions {
    position: static;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .site-header[data-layout="studio"] .mobile-menu {
    grid-column: 3;
    grid-row: 1;
  }

  .site-header[data-layout="studio"] .mobile-menu-panel {
    top: 96px;
    max-height: calc(100svh - 116px);
  }

  .site-header[data-layout="studio"] .mobile-menu-panel > a {
    font-weight: 650;
    letter-spacing: 0.055em;
    text-transform: uppercase;
  }

  .studio-home-slider {
    margin-top: 96px;
  }

  .studio-home-slider-track {
    height: calc(100svh - 160px);
    min-height: 560px;
  }

  .studio-home-memory {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 84px 24px;
  }

  .studio-home-memory-copy {
    max-width: 760px;
  }

  .studio-home-memory figure,
  .studio-home-memory img {
    min-height: 0;
  }

  .studio-home-memory figure {
    width: min(100%, 720px);
    justify-self: end;
  }

  .studio-home-memory img {
    aspect-ratio: 2 / 3;
  }

  .studio-home-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-home-services-intro {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .studio-home-services h2 {
    max-width: 12ch;
  }

  .studio-home-services-intro > div {
    padding-top: 28px;
    padding-left: 0;
    border-top: 1px solid rgba(23, 23, 23, 0.5);
    border-left: 0;
  }

  .studio-home-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-about-profile {
    margin-top: 96px;
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
    padding: 76px 24px 84px;
  }

  .studio-about-profile h1 {
    max-width: 13ch;
  }

  .studio-about-profile figure {
    position: static;
    width: min(100%, 592px);
    justify-self: end;
  }

  .studio-about-studio {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
    padding: 84px 24px;
  }

  .studio-about-studio h2 {
    max-width: 14ch;
  }

  .studio-about-studio header > p {
    max-width: 30ch;
  }

  .studio-keyword-legal {
    grid-column: 1;
    justify-content: flex-start;
  }

  .primary-nav {
    display: none;
  }

  .header-actions {
    justify-content: end;
  }

  .nav-cta {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
    justify-self: end;
  }

  .mobile-menu > summary {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255, 253, 248, 0.72);
    border-radius: 4px;
    background: rgba(23, 23, 23, 0.52);
    cursor: pointer;
    list-style: none;
    backdrop-filter: blur(12px);
  }

  .site-header[data-theme="solid"] .mobile-menu > summary {
    border-color: rgba(23, 23, 23, 0.16);
    background: rgba(255, 253, 248, 0.72);
  }

  .mobile-menu > summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu > summary span,
  .mobile-menu > summary span::before,
  .mobile-menu > summary span::after {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .mobile-menu > summary span {
    position: relative;
  }

  .mobile-menu > summary span::before,
  .mobile-menu > summary span::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .mobile-menu > summary span::before {
    top: -6px;
  }

  .mobile-menu > summary span::after {
    top: 6px;
  }

  .mobile-menu[open] > summary span {
    background: transparent;
  }

  .mobile-menu[open] > summary span::before {
    top: 0;
    transform: rotate(45deg);
  }

  .mobile-menu[open] > summary span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .mobile-menu-backdrop {
    display: none;
  }

  .mobile-menu[open] .mobile-menu-backdrop {
    position: fixed;
    z-index: 22;
    inset: 0 auto auto 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    display: block;
    background:
      linear-gradient(180deg, rgba(23, 23, 23, 0.28), rgba(23, 23, 23, 0.08) 42%),
      rgba(23, 23, 23, 0.18);
    backdrop-filter: blur(2px);
  }

  .mobile-menu[open] > summary {
    position: relative;
    z-index: 26;
    background: rgba(20, 20, 18, 0.66);
  }

  .site-header[data-theme="solid"] .mobile-menu[open] .mobile-menu-backdrop {
    background: rgba(247, 244, 238, 0.72);
  }

  .site-header[data-theme="solid"] .mobile-menu[open] > summary {
    background: rgb(247, 244, 238);
  }

  .mobile-menu-panel {
    position: fixed;
    z-index: 24;
    top: 92px;
    left: 20px;
    right: 20px;
    display: none;
    grid-template-columns: 1fr;
    padding: 14px 24px 16px;
    max-height: calc(100svh - 112px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid rgba(255, 253, 248, 0.28);
    border-radius: 4px;
    background: rgba(18, 18, 16, 0.96);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
    backdrop-filter: blur(18px) saturate(112%);
  }

  .mobile-menu[open] .mobile-menu-panel {
    display: grid;
  }

  .site-header[data-theme="solid"] .mobile-menu-panel {
    border-color: rgba(23, 23, 23, 0.14);
    background: rgb(247, 244, 238);
  }

  .mobile-menu-panel a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 0;
    border-top: 1px solid rgba(255, 253, 248, 0.16);
    background: transparent;
    font-family: var(--font-display);
    font-size: 1.32rem;
    line-height: 1;
    text-decoration: none;
  }

  .mobile-nav-dropdown {
    border-top: 1px solid rgba(255, 253, 248, 0.16);
  }

  .mobile-nav-dropdown summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    cursor: pointer;
    font-family: var(--font-display);
    font-size: 1.32rem;
    line-height: 1;
    list-style: none;
  }

  .mobile-nav-dropdown summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav-dropdown summary::after {
    content: "+";
    font-family: ui-sans-serif, system-ui, sans-serif;
    font-size: 1.15rem;
  }

  .mobile-nav-dropdown[open] summary::after {
    content: "−";
  }

  .mobile-nav-dropdown[data-active="true"] summary {
    color: var(--gold-light);
  }

  .mobile-nav-dropdown div {
    display: grid;
    padding: 0 0 8px 18px;
  }

  .mobile-nav-dropdown div a {
    min-height: 48px;
    border-top: 1px solid rgba(255, 253, 248, 0.1);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.95rem;
    line-height: 1.25;
  }

  .mobile-menu-panel a:first-child {
    border-top: 0;
  }

  .site-header[data-theme="solid"] .mobile-menu-panel a {
    border-top-color: rgba(23, 23, 23, 0.12);
  }

  .site-header[data-theme="solid"] .mobile-nav-dropdown {
    border-top-color: rgba(23, 23, 23, 0.12);
  }

  .site-header[data-theme="solid"] .mobile-nav-dropdown div a {
    border-top-color: rgba(23, 23, 23, 0.09);
  }

  .site-header[data-theme="solid"] .mobile-nav-dropdown[data-active="true"] summary {
    color: var(--gold-ink);
  }

  .mobile-menu-panel a[aria-current],
  .mobile-menu-panel a[data-active="true"] {
    color: var(--gold-light);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.35rem;
  }

  .mobile-menu-panel .mobile-menu-cta {
    color: var(--gold-light);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1rem;
    font-weight: 760;
  }

  .site-header[data-theme="solid"] .mobile-menu-panel a[aria-current],
  .site-header[data-theme="solid"] .mobile-menu-panel a[data-active="true"] {
    color: var(--gold-ink);
  }

  .site-header[data-theme="solid"] .mobile-menu-panel .mobile-menu-cta {
    color: var(--gold-ink);
  }

  .hero {
    min-height: min(760px, 92svh);
  }

  .gateway-hero {
    padding: 186px 24px 24px;
  }

  .gateway-choice-grid {
    width: min(100%, 900px);
    gap: clamp(16px, 2.4vw, 24px);
  }

  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(23, 23, 23, 0.8) 0%, rgba(23, 23, 23, 0.62) 62%, rgba(23, 23, 23, 0.34) 100%),
      linear-gradient(0deg, rgba(23, 23, 23, 0.82) 0%, rgba(23, 23, 23, 0.2) 72%, rgba(23, 23, 23, 0.18) 100%);
  }

  .hero-copy {
    width: 100%;
    padding: 152px 24px 70px;
  }

  .hero h1 {
    max-width: 12.6ch;
    font-size: 3.08rem;
    line-height: 1.08;
  }

  .hero p {
    max-width: 27rem;
    font-size: 1.22rem;
    line-height: 1.42;
  }

  .eyebrow {
    margin-bottom: 16px;
    font-size: 0.76rem;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .button {
    width: 100%;
    min-height: 56px;
    padding-inline: 18px;
  }

  .service-grid,
  .detail-grid,
  .split-band,
  .gift-band,
  .gift-card-panel,
  .hero-facts,
  .contact-options,
  .legal-band,
  .story-strip,
  .film-band,
  .testimonial-heading,
  .offer-heading,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .proof-grid,
  .faq-band,
  .related-grid,
  .service-page-layout,
  .testimonial-grid,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .testimonial {
    min-height: 0;
  }

  .offer-column {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 253, 248, 0.2);
  }

  .offer-column:last-child {
    border-bottom: 0;
  }

  .offer-column h3 {
    min-height: 0;
  }

  .proof-grid-ten .proof-card:nth-last-child(-n + 2) {
    grid-column: auto;
  }

  .photo-essay {
    gap: 32px;
    padding-top: 64px;
  }

  .photo-essay-heading h2 {
    font-size: 2.4rem;
  }

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

  .photo-essay-frame-landscape {
    grid-column: span 2;
  }

  .photo-essay-frame-portrait,
  .photo-essay-frame-square {
    grid-column: span 1;
  }

  .photo-essay:not(.photo-essay-personalBrand) .photo-essay-frame-landscape:last-child {
    grid-column: span 2;
  }

  .photo-essay-personalBrand .photo-essay-frame {
    grid-column: span 1;
  }

  .film-band {
    gap: 36px;
    padding-block: 72px;
  }

  .film-copy h2 {
    font-size: 2.7rem;
  }

  .proof-card img {
    aspect-ratio: 5 / 4;
  }

  .service-tile a,
  .service-tile img {
    min-height: 360px;
    height: 360px;
  }

  .story-strip img {
    min-height: 360px;
  }

  .site-footer {
    align-items: start;
    gap: 22px;
    padding-block: 40px;
  }

  .legal-aside {
    position: static;
  }

  .site-footer a {
    min-height: 44px;
    justify-content: flex-start;
  }

  .site-footer nav {
    gap: 8px 18px;
  }

  .contact-card {
    min-height: 0;
  }

  .lead-form {
    grid-template-columns: 1fr;
  }

  .contact-intent-nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .contact-intent-nav a {
    justify-content: space-between;
    min-height: 52px;
    padding-inline: 16px;
  }

  .gift-card-summary {
    position: static;
  }

  .gift-card-form {
    grid-template-columns: 1fr;
  }

  .amount-options {
    grid-template-columns: 1fr;
  }

  .form-trust {
    grid-template-columns: 1fr;
  }

  .amount-option span {
    min-height: 0;
  }

  .intro-band h2,
  .split-band h2,
  .gift-band h2,
  .gift-card-intro h2,
  .gift-card-summary h2,
  .contact-band h2,
  .contact-intro h2,
  .proof-intro h2,
  .faq-band h2,
  .related-band h2,
  .testimonial-heading h2,
  .offer-heading h2,
  .thanks-band h2 {
    font-size: 2.45rem;
  }

  .intro-band p,
  .gift-band p,
  .gift-card-intro p,
  .gift-card-summary p,
  .contact-band p,
  .contact-intro p,
  .proof-intro p,
  .faq-band p,
  .related-band p,
  .offer-heading p,
  .thanks-band p {
    font-size: 1.05rem;
  }

  .service-tile span,
  .contact-card h3,
  .story-strip h2 {
    font-size: 2.15rem;
  }

  .proof-card h3,
  .service-copy-card h3,
  .related-card h3,
  .legal-section h2 {
    font-size: 1.75rem;
  }

  .amount-option strong {
    font-size: 1.9rem;
  }

  .studio-page-intro,
  .studio-audiences,
  .studio-process,
  .studio-about-intro,
  .studio-pillars,
  .studio-approach,
  .studio-team,
  .studio-service-group,
  .studio-portfolio-groups,
  .studio-articles,
  .studio-contact-layout,
  .studio-discover,
  .studio-instagram,
  .studio-article-body,
  .studio-newsletter-callout,
  .studio-closing-callout,
  .studio-recurrence {
    padding: 64px 24px;
  }

  .studio-section-heading h2,
  .studio-recurrence h2,
  .studio-closing-callout h2,
  .studio-newsletter-callout h2,
  .studio-contact-layout h2,
  .studio-team h2,
  .studio-portfolio-group h2,
  .studio-article-body h2 {
    font-size: 2.7rem;
  }

  .studio-process,
  .studio-recurrence,
  .studio-about-intro,
  .studio-approach,
  .studio-team,
  .studio-contact-layout {
    grid-template-columns: 1fr;
  }

  .studio-instagram {
    grid-template-columns: minmax(0, 1fr);
  }

  .studio-audience-grid,
  .studio-tail-service-grid,
  .studio-pillars > div:last-child,
  .studio-contact-reasons {
    grid-template-columns: 1fr;
  }

  .studio-service-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-audience-card > a,
  .studio-tail-service > a {
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1fr);
    grid-template-rows: 1fr;
  }

  .studio-audience-card img,
  .studio-audience-card .studio-media-placeholder,
  .studio-tail-service img,
  .studio-tail-service .studio-media-placeholder {
    height: 100%;
    min-height: 420px;
  }

  .studio-article-grid {
    grid-template-columns: 1fr;
  }

  .studio-article-card {
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  }

  .studio-article-grid-featured > .studio-article-card:last-child:nth-child(odd) {
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  }

  .studio-portfolio-grid {
    columns: 2;
  }

  .studio-portfolio-story {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 72px 24px;
  }

  .studio-portfolio-selection {
    padding: 64px 24px;
  }

  .studio-portfolio-group,
  .studio-portfolio-group:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 56px 24px;
  }

  .studio-portfolio-group:nth-child(even) > div:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  .studio-portfolio-group > div:first-child img,
  .studio-portfolio-group > div:first-child .studio-media-placeholder {
    height: min(112vw, 700px);
    min-height: 420px;
  }

  .studio-portfolio-pending {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-instagram .studio-section-heading {
    position: static;
  }

  .studio-instagram-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .studio-keywords {
    grid-template-columns: 1fr;
    padding-inline: 24px;
  }
}

@media (max-width: 640px) {
  .studio-portfolio-story,
  .studio-portfolio-selection {
    padding: 52px 18px;
  }

  .studio-portfolio-story h2,
  .studio-portfolio-selection > header h2 {
    font-size: 2.35rem;
  }

  .studio-instagram .studio-section-heading {
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .studio-instagram .button-secondary {
    width: 100%;
    min-width: 0;
    height: auto;
    padding-block: 10px;
    text-align: center;
    white-space: normal;
  }

  .site-header[data-layout="gateway"] {
    padding-block: 6px;
  }

  .site-header[data-layout="gateway"] .brand {
    width: 132px;
    height: 106px;
  }

  .site-header[data-layout="gateway"] .brand img {
    max-height: 102px;
  }

  .gateway-hero {
    min-height: 100svh;
    padding: 150px 12px 12px;
  }

  .gateway-choice-grid {
    width: 100%;
    height: auto;
    min-height: 0;
    align-self: stretch;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .gateway-choice {
    min-height: calc(100svh - 162px);
    scroll-margin-top: 150px;
  }

  .gateway-choice-copy {
    padding: 18px 12px;
  }

  .gateway-choice-title {
    font-size: clamp(2rem, 10vw, 2.7rem);
    line-height: 0.98;
  }

  .studio-home-slider-track {
    min-height: 480px;
  }

  .studio-home-slide:first-child img {
    object-position: 30% center;
  }

  .studio-home-slide:nth-child(5) img {
    object-position: center;
  }

  .studio-home-slider-toolbar {
    grid-template-columns: 44px auto minmax(0, 1fr) 44px;
    gap: 6px;
    padding-inline: 12px;
  }

  .studio-home-slider-dots button {
    min-width: 36px;
  }

  .studio-home-slider-dots button span {
    width: 12px;
  }

  .studio-home-slider-dots button[aria-pressed="true"] span {
    width: 22px;
  }

  .studio-home-memory {
    gap: 36px;
    padding: 60px 18px;
  }

  .studio-home-memory h2,
  .studio-home-cta h2,
  .studio-home-location h2,
  .studio-home-services h2 {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  .studio-home-memory p {
    font-size: 1rem;
  }

  .studio-home-memory figure {
    width: 100%;
  }

  .studio-home-memory img {
    height: min(132vw, 640px);
    aspect-ratio: auto;
  }

  .studio-home-banner {
    height: 520px;
  }

  .studio-home-banner p {
    font-size: clamp(2.65rem, 13vw, 4.4rem);
  }

  .studio-home-cta {
    gap: 22px;
    padding: 68px 18px;
  }

  .studio-home-cta p {
    font-size: 1rem;
  }

  .studio-home-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-home-gallery-frame:last-child {
    aspect-ratio: 4 / 5;
  }

  .studio-home-location {
    padding: 72px 18px;
  }

  .studio-home-location address {
    font-size: 1.45rem;
  }

  .studio-home-services {
    gap: 44px;
    padding: 68px 18px;
  }

  .studio-home-services-intro {
    gap: 28px;
  }

  .studio-home-service-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .studio-services-posters .studio-home-service-card:last-child {
    grid-column: 1;
  }

  .studio-home-service-card {
    aspect-ratio: 4 / 5;
  }

  .studio-home-service-border {
    inset: 14px;
  }

  .studio-home-service-card h3 {
    margin-bottom: 36px;
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .studio-home-service-card-graduations h3 {
    font-size: clamp(1.75rem, 8.5vw, 2.8rem);
  }

  .studio-home-service-card-personalBrand h3 {
    font-size: clamp(1.75rem, 8.5vw, 2.8rem);
  }

  .studio-services-banner {
    margin-top: 96px;
  }

  .studio-services-banner img {
    height: 58svh;
    min-height: 360px;
  }

  .studio-about-profile {
    gap: 38px;
    padding: 58px 18px 68px;
  }

  .studio-about-profile-copy {
    gap: 32px;
  }

  .studio-about-profile h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .studio-about-profile-prose,
  .studio-about-studio-prose {
    gap: 18px;
  }

  .studio-about-profile-prose p,
  .studio-about-studio-prose p {
    font-size: 1rem;
    line-height: 1.68;
  }

  .studio-about-studio {
    gap: 34px;
    padding: 68px 18px;
  }

  .studio-about-studio h2 {
    font-size: clamp(2.05rem, 10vw, 3.4rem);
  }

  .studio-about-studio header > p {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .photo-essay-heading {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .photo-essay-heading h2 {
    font-size: 2rem;
  }

  .photo-essay-grid {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .photo-essay-frame-landscape,
  .photo-essay-frame-portrait,
  .photo-essay-frame-square {
    grid-column: 1;
    aspect-ratio: auto;
  }

  .photo-essay-frame img {
    height: auto;
    object-fit: contain;
  }

  .portrait-triptych {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    aspect-ratio: auto;
  }

  .portrait-triptych-panel {
    aspect-ratio: 2 / 3;
  }

  .portrait-triptych-panel-left {
    grid-column: 1 / -1;
  }

  .portrait-slide figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .portrait-carousel-toolbar {
    grid-template-columns: 48px auto minmax(0, 1fr) 48px;
    gap: 6px;
  }

  .portrait-carousel-dots {
    justify-content: flex-end;
  }

  .portrait-carousel-dot {
    min-width: 44px;
  }

  .portrait-carousel-dot span {
    width: 14px;
  }

  .portrait-carousel-dot[aria-pressed="true"] span {
    width: 24px;
  }

  .studio-page-intro,
  .studio-audiences,
  .studio-process,
  .studio-about-intro,
  .studio-pillars,
  .studio-approach,
  .studio-team,
  .studio-service-group,
  .studio-portfolio-groups,
  .studio-articles,
  .studio-contact-layout,
  .studio-discover,
  .studio-instagram,
  .studio-article-body,
  .studio-newsletter-callout,
  .studio-closing-callout,
  .studio-recurrence {
    padding: 52px 18px;
  }

  .studio-section-heading {
    gap: 14px;
  }

  .studio-section-heading h2,
  .studio-recurrence h2,
  .studio-closing-callout h2,
  .studio-newsletter-callout h2,
  .studio-contact-layout h2,
  .studio-team h2,
  .studio-portfolio-group h2,
  .studio-article-body h2 {
    font-size: 2.35rem;
  }

  .studio-audience-card > a,
  .studio-tail-service > a,
  .studio-article-card,
  .studio-article-grid-featured > .studio-article-card:last-child:nth-child(odd) {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .studio-audience-card img,
  .studio-audience-card .studio-media-placeholder,
  .studio-tail-service img,
  .studio-tail-service .studio-media-placeholder,
  .studio-service-card img,
  .studio-service-card .studio-media-placeholder,
  .studio-article-media,
  .studio-article-media img,
  .studio-article-media .studio-media-placeholder {
    height: 420px;
    min-height: 0;
  }

  .studio-service-card-grid,
  .studio-portfolio-pending {
    grid-template-columns: 1fr;
  }

  .studio-service-card-grid-5 > .studio-service-card:last-child,
  .studio-service-card-grid-1 > .studio-service-card {
    grid-column: 1;
  }

  .studio-service-card-grid-5 > .studio-service-card:last-child > a,
  .studio-service-card-grid-1 > .studio-service-card > a {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .studio-service-card-grid-5 > .studio-service-card:last-child img,
  .studio-service-card-grid-5 > .studio-service-card:last-child .studio-media-placeholder,
  .studio-service-card-grid-1 > .studio-service-card img,
  .studio-service-card-grid-1 > .studio-service-card .studio-media-placeholder {
    height: 420px;
    min-height: 0;
  }

  .studio-portfolio-grid {
    columns: 1;
    column-gap: 0;
  }

  .studio-portfolio-frame.studio-frame-landscape,
  .studio-portfolio-frame.studio-frame-portrait,
  .studio-portfolio-frame.studio-frame-square {
    aspect-ratio: auto;
  }

  .studio-portfolio-frame img {
    height: auto;
    object-fit: contain;
  }

  .studio-portfolio-group > div:first-child img,
  .studio-portfolio-group > div:first-child .studio-media-placeholder {
    min-height: 0;
    height: 126vw;
    max-height: 640px;
  }

  .studio-article-section {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
  }

  .studio-article-body > footer {
    padding: 32px 22px;
  }

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

  .studio-keywords li:not(:last-child)::after {
    margin-left: 10px;
  }
}

@media (max-width: 360px) {
  .gateway-choice-title {
    font-size: 1.8rem;
  }
}

@media (max-width: 430px) {
  .studio-home-slider-toolbar {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }

  .studio-home-slider-status {
    text-align: center;
  }

  .studio-home-slider-dots {
    display: none;
  }

  .portrait-carousel-toolbar {
    grid-template-columns: 48px minmax(0, 1fr) 48px;
  }

  .portrait-carousel-status {
    text-align: center;
  }

  .portrait-carousel-dots {
    display: none;
  }

  .hero-copy {
    padding: 148px 24px 68px;
  }

  .hero h1 {
    font-size: 2.72rem;
  }

  .hero p {
    font-size: 1.14rem;
  }

  .hero-facts div {
    padding: 18px 24px;
  }

  .hero-facts span {
    margin-bottom: 4px;
    font-size: 1.14rem;
  }

  .hero-facts p {
    font-size: 0.9rem;
  }
}

@media (max-width: 360px) {
  .site-header {
    padding: 14px 16px 8px;
  }

  .site-header[data-layout="studio"] {
    padding: 8px 14px;
  }

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

  .studio-home-gallery-frame:last-child {
    aspect-ratio: 2 / 3;
  }

  .hero {
    min-height: min(680px, 96svh);
  }

  .hero-copy {
    padding: 116px 20px 44px;
  }

  .hero h1 {
    font-size: 2.25rem;
    line-height: 1.08;
  }

  .hero p {
    margin-block: 14px;
    font-size: 0.95rem;
    line-height: 1.34;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 0.72rem;
  }

  .button-row {
    gap: 10px;
  }

  .button {
    min-height: 50px;
  }

  .hero-next {
    right: 16px;
    bottom: 6px;
    min-height: 40px;
    font-size: 0.8rem;
  }

  .hero-facts div {
    padding-inline: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
