.eyebrow { margin: 0 0 18px; color: var(--muted); font: var(--font-caption); letter-spacing: .03em; text-transform: lowercase; }
.text-link { text-decoration: none; text-underline-offset: 3px; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 24px; }
.image-hero { width: 100%; }
.image-hero__image-wrap { position: relative; width: 100%; height: 666px; overflow: hidden; clip-path: ellipse(75% 100% at 50% 0%); background: #f5f5f5; }
.image-hero__image { display: block; width: 100%; height: 100%; border-radius: 0; object-fit: cover; }
.image-hero__veil { position: absolute; z-index: 1; inset: 0; background: rgb(0 0 0 / 34%); pointer-events: none; }
.image-hero__icon { position: absolute; z-index: 2; top: 9.3%; left: 42.1875%; width: 15.625%; height: auto; }
.image-hero--home .image-hero__icon { top: calc(9.3% - 50px); left: 43.75%; width: 12.5%; animation: home-hero-logo-in 1s ease-out both; }
.image-hero__content { position: absolute; z-index: 2; right: 0; bottom: 67px; left: 0; display: flex; flex-direction: column; align-items: center; padding: 0 20px; color: var(--paper); text-align: center; }
.image-hero h1 { width: min(746px, calc(100% - 32px)); margin: 0; font: var(--font-hero); letter-spacing: 0; }
.image-hero .button { flex-shrink: 0; margin-top: 26px; }
.image-hero--home .image-hero__veil { background: rgb(0 0 0 / 34%); }
.image-hero--selfie .image-hero__image-wrap { height: 592px; clip-path: ellipse(88% 100% at 50% 0); }
.image-hero--selfie .image-hero__image { object-position: center 48%; filter: grayscale(1); }
.image-hero--selfie .image-hero__veil { background: rgb(255 255 255 / 62%); }
.image-hero--selfie .image-hero__content { inset: 0; justify-content: center; padding: 80px 24px 70px; color: var(--ink); }
.image-hero--selfie h1 { font: 400 56px/1 var(--serif); }
.image-hero--selfie h1 span { display: block; }
.image-hero--selfie h2 { margin: 43px 0 0; font: 400 38px/1.1 var(--serif); letter-spacing: 0; }
.image-hero--selfie p { width: min(546px, 100%); margin: 26px auto 0; font: var(--text-body); }
.image-hero--selfie .button { margin-top: 27px; }
.image-hero--christmas .image-hero__image-wrap { height: 620px; clip-path: ellipse(82% 100% at 50% 0); }
.image-hero--christmas .image-hero__image { object-position: center; }
.image-hero--christmas .image-hero__content { bottom: 78px; }
.image-hero--christmas h1 { font: var(--font-service-title); }
.image-hero--christmas p { max-width: 760px; margin: 24px auto 0; font: var(--text-body); }
.image-hero--christmas .button { margin-top: 26px; }
@keyframes home-hero-logo-in {
  from { opacity: 0; transform: scale(.8); }
  to { opacity: 1; transform: scale(1); }
}
.home-hero { width: 100%; }
.home-hero__image-wrap { position: relative; width: 100%; height: 666px; overflow: hidden; clip-path: ellipse(75% 100% at 50% 0%); }
.home-hero__image { display: block; width: 100%; height: 100%; object-fit: cover; }
.home-hero__image-wrap::after { position: absolute; z-index: 1; inset: 0; background: rgb(0 0 0 / 34%); content: ""; pointer-events: none; }
.home-hero__icon { position: absolute; z-index: 2; top: 9.3%; left: 42.1875%; width: 15.625%; height: auto; }
.home-hero__copy { position: absolute; z-index: 2; right: 0; bottom: 67px; left: 0; display: flex; flex-direction: column; align-items: center; color: var(--paper); text-align: center; }
.home-hero h1 { width: min(746px, calc(100% - 32px)); margin: 0; font: var(--font-hero); letter-spacing: 0; }
.home-hero .button { margin-top: 26px; }
.home-favourite { max-width: var(--content-max); margin: 0 auto; padding: 46px 0 114px; }
.home-favourite--home { max-width: min(1800px, 100%); }
.home-favourite__intro { margin: 0 auto 58px; text-align: center; }
.home-favourite__intro h2 { margin: 0; font: var(--font-section-title); letter-spacing: 0; }
.home-favourite__subtitle { width: min(760px, 100%); margin: 8px auto 0; font: var(--font-lead); }
.home-favourite__intro > p:not(.home-favourite__subtitle) { margin: 0; font: var(--text-body); }
.home-feature-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 55px 10px; }
.circular-card { display: flex; height: 100%; flex-direction: column; text-align: center; }
.circular-card__link { display: flex; height: 100%; flex-direction: column; color: inherit; text-decoration: none; }
.circular-card__link:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
.circular-card h3 { margin: 0 0 20px; font: var(--font-card-title); letter-spacing: 0; white-space: pre-line; }
.circular-card img { display: block; width: 181px; height: 181px; max-width: 100%; margin: 0 auto 20px; border-radius: 50%; object-fit: cover; transition: transform 220ms ease; }
.circular-card:hover img, .circular-card:focus-within img { transform: scale(1.055); }
.circular-card p { max-width: 238px; min-height: 0; margin: 0 auto; font: var(--text-small); }
.circular-card .text-link { display: block; max-width: 246px; margin: auto auto 0; padding-top: 12px; font: var(--text-small); font-weight: 700; }
.studio-showcase { display: grid; grid-template-columns: minmax(0, 47.1%) minmax(0, 52.9%); min-height: 541px; background: #f5f5f5; }
.studio-showcase__copy { padding: 66px 40px; }
.studio-showcase__copy h2 { max-width: 770px; margin: 0 0 21px; font: var(--font-feature-title); letter-spacing: 0; }
.studio-showcase__copy p { max-width: 450px; margin: 0 0 24px; font: var(--text-body); }
.studio-showcase__copy p + p { margin-top: -1px; }
.studio-showcase__more { width: 287px; min-width: 0; height: 40px; margin-top: 7px; font-size: 14px; line-height: 21px; }
.studio-showcase__visuals { position: relative; min-height: 541px; overflow: hidden; }
.studio-showcase__gallery { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); min-height: 541px; }
.studio-showcase__gallery-item { position: relative; display: block; min-width: 0; padding: 0; border: 0; border-radius: 0; background: transparent; cursor: zoom-in; overflow: hidden; }
.studio-showcase__gallery-item::after { position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(90deg, transparent 90%, rgb(0 0 0 / 20%) 100%); content: ""; pointer-events: none; }
.studio-showcase__gallery-item img { display: block; width: 100%; height: 541px; border-radius: 0; object-fit: cover; transition: transform 320ms ease; }
.studio-showcase__gallery-item:hover img, .studio-showcase__gallery-item:focus-visible img { transform: scale(1.03); }
.studio-showcase__gallery-item:focus-visible { outline: 2px solid var(--ink); outline-offset: -2px; }
.studio-showcase__rent { display: flex; position: absolute; z-index: 2; top: 50%; left: 50%; box-sizing: border-box; width: 287px; min-height: 176px; flex-direction: column; padding: 21px 12px 15px; border-radius: 20px; background: var(--paper); box-shadow: 0 8px 24px rgb(0 0 0 / 18%); text-align: center; transform: translate(-50%, -50%); }
.studio-showcase__rent h3 { margin: 0 0 11px; font: 25px/25px var(--serif); letter-spacing: 0; font-weight: 400; }
.studio-showcase__rent p { margin: 0 0 21px; font: 400 18px/21.5px var(--sans); }
.studio-showcase__book { width: 256px; min-width: 0; height: 40px; margin: auto auto 0; padding: 0; border-color: var(--paper); color: rgb(186 243 230); font-size: 16px; line-height: 24px; }
.studio-lightbox__icon { display: block; width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.beginner-section { display: grid; grid-template-columns: minmax(0, 2fr) minmax(298px, 1fr); column-gap: 62px; max-width: var(--content-max); margin: 0 auto; padding: 49px 0 62px; }
.beginner-section__main h2 { margin: 0; font: var(--font-section-title); letter-spacing: 0; }
.beginner-section__lead { margin: -3px 0 0; font: var(--text-body); }
.beginner-section__proof { margin-top: 55px; }
.beginner-section__proof p { margin: 0; font: var(--text-body); }
.beginner-section__steps { margin: 21px 0 0; padding-left: 29px; font: var(--text-body); }
.beginner-section__steps li { padding-left: 0; }
.beginner-section__cta { margin: 37px 0 0; font: var(--text-body); }
.beginner-section__testimonials { padding-top: 7px; }
.beginner-section blockquote { box-sizing: border-box; margin: 0; padding: 18px; border: 1px solid rgb(186 243 230 / 70%); border-radius: 16px; background: rgb(186 243 230 / 18%); }
.beginner-section blockquote + blockquote { margin-top: 18px; }
.beginner-section blockquote p { min-height: 96px; margin: 0; font: italic 400 20px/30px var(--serif); }
.beginner-section blockquote footer { margin-top: 8px; font: var(--text-small); }
.home-artists { padding: 46px 0 75px; background: #f5f5f5; text-align: center; }
.home-artists__intro { max-width: var(--content-reading-max); margin: 0 auto; }
.home-artists__intro h2 { margin: 0; font: var(--font-section-title); letter-spacing: 0; }
.home-artists__intro p { margin: 0; font: var(--text-body); }
.home-artists__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; max-width: var(--content-max); margin: 49px auto 0; }
.circular-card .text-link:hover, .circular-card .text-link:focus-visible { text-decoration: underline; }
.home-services { padding: 46px 0 43px; text-align: center; }
.home-services__intro { max-width: var(--content-reading-max); margin: 0 auto; }
.home-services__intro h2 { margin: 0; font: var(--font-section-title); letter-spacing: 0; }
.home-services__intro p { margin: 0; font: var(--text-body); }
.home-services__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 18px; max-width: var(--content-media-max); margin: 54px auto 0; }
.circular-card--service h3 { min-height: 44px; margin: 0; white-space: pre-line; }
.circular-card--service img { width: 150px; height: 149px; margin-top: 15px; margin-bottom: 0; }
.circular-card--service .text-link { margin-top: 15px; }
.home-services__packages { display: block; width: fit-content; max-width: var(--content-reading-max); margin: 34px auto 0; font: var(--text-body); text-decoration: none; }
.home-services__packages p { margin: 0; }
.home-services__packages .button { margin-top: 18px; }
.home-booking { min-height: 521px; padding: 26px 0 54px; background: rgb(186 243 230 / 50%); text-align: center; }
.home-booking--mentoring { min-height: 0; padding: 40px 24px 44px; }
.home-booking__intro { width: min(446px, calc(100% - 36px)); margin: 0 auto; color: var(--paper); }
.home-booking__intro h2 { margin: 0; font: var(--font-subsection-title); letter-spacing: 0; }
.home-booking__intro p { margin: 1px 0 0; font: var(--text-body); }
.home-booking__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 23px; max-width: var(--content-max); margin: 39.6px auto 0; }
.home-booking--selfieContact .home-booking__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 660px; }
.home-booking--artists .home-booking__grid { grid-template-columns: minmax(0, 1fr); max-width: 330px; }
@media (min-width: 1051px) {
  .home-booking--all {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-booking--selfieContact,
  .home-booking--artists,
  .home-booking--mentoring {
    display: grid;
    min-height: 0;
    grid-template-columns: minmax(240px, 360px) minmax(0, 660px);
    column-gap: clamp(32px, 6vw, 80px);
    align-items: center;
    justify-content: center;
    padding-right: 24px;
    padding-left: 24px;
    padding-top: 28px;
    padding-bottom: 28px;
    text-align: left;
  }
  .home-booking--artists,
  .home-booking--mentoring {
    grid-template-columns: repeat(2, minmax(0, 520px));
  }
  .home-booking--selfieContact .home-booking__intro,
  .home-booking--artists .home-booking__intro,
  .home-booking--mentoring .home-booking__intro {
    width: auto;
    margin: 0;
  }
  .home-booking--selfieContact .home-booking__grid,
  .home-booking--artists .home-booking__grid,
  .home-booking--mentoring .home-booking__grid {
    width: 100%;
    margin: 0;
  }
  .home-booking--artists .home-booking__grid,
  .home-booking--mentoring .home-booking__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 660px;
  }
  .home-booking--artists .home-booking-card,
  .home-booking--mentoring .home-booking-card {
    grid-column: 1 / -1;
  }
}
@media (max-width: 1050px) and (min-width: 761px) {
  .home-booking--artists {
    display: grid;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
    align-items: center;
    padding: 40px 36px;
  }
  .home-booking--artists .home-booking__intro {
    width: auto;
    margin: 0;
  }
  .home-booking--artists .home-booking__intro p { text-align: left; }
  .home-booking--artists .home-booking-card--contact { text-align: center; }
  .home-booking--artists .home-booking__grid {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}
.home-booking-card { position: relative; min-width: 0; min-height: 303px; padding: 13px 11px 19px; overflow: visible; border-radius: 20px; background: var(--paper); }
.home-booking-card h3 { margin: 0; padding-top: 8px; font: 400 22px/22px var(--serif); letter-spacing: 0; }
.home-booking-card p { width: 100%; max-width: 100%; margin: 9px auto 0; overflow-wrap: anywhere; font: 400 14px/21px var(--sans); }
.home-booking-card p a { text-decoration: none; }
.home-booking-card__media { position: absolute; z-index: 0; top: 124px; right: 0; bottom: 0; left: 0; width: auto; overflow: hidden; border-radius: 0 0 20px 20px; }
.home-booking-card__media::after { position: absolute; inset: 0; content: ""; background: rgb(255 255 255 / 46%); pointer-events: none; }
.home-booking-card__image { display: block; width: 100%; height: 100%; border-radius: 0; object-fit: cover; object-position: 50% 100%; transition: transform 400ms ease-in-out; }
.home-booking-card:hover .home-booking-card__image, .home-booking-card:focus-within .home-booking-card__image { transform: scale(1.1); }
.home-booking-card__action { position: absolute; z-index: 1; right: 23px; bottom: 19px; left: 23px; width: auto; min-width: 0; height: 40px; padding: 0 8px; font-size: 14px; line-height: 21px; transition: border-color 400ms ease-in-out, background-color 400ms ease-in-out, color 400ms ease-in-out; }
.home-booking-card:hover .home-booking-card__action, .home-booking-card:focus-within .home-booking-card__action { border-color: var(--paper); background: var(--paper); color: var(--ink); }
.home-booking-card--contact { display: flex; min-height: 303px; flex-direction: column; padding: 13px 23px 19px; background: var(--paper); }
.home-booking--selfieContact .home-booking-card--contact,
.home-booking--artists .home-booking-card--contact,
.home-booking--mentoring .home-booking-card--contact { text-align: left; }
.home-booking-card--contact h3 { font-size: 24px; line-height: 24px; }
.home-booking-card--contact .home-booking-card__contact-copy { display: flex; flex: 1 1 auto; flex-direction: column; justify-content: flex-start; gap: 0; }
.home-booking-card--contact .home-booking-card__contact-copy p { width: auto; margin: 9px 0 0; }
.home-booking-card--contact .home-booking-card__contact-copy p + p { margin-top: 0; }
.home-booking-card--contact .home-booking-card__contact-prompt { display: flex; flex-direction: column; align-items: center; margin-top: auto; gap: 8px; }
.home-booking-card--contact .home-booking-card__contact-icon { display: block; width: 64px; height: 64px; color: rgb(186 243 230); fill: currentColor; stroke: none; }
.home-booking-card--contact .home-booking-card__contact-icon--open { display: none; }
.home-booking-card--contact:hover .home-booking-card__contact-icon--closed,
.home-booking-card--contact:focus-within .home-booking-card__contact-icon--closed { display: none; }
.home-booking-card--contact:hover .home-booking-card__contact-icon--open,
.home-booking-card--contact:focus-within .home-booking-card__contact-icon--open { display: block; }
.home-booking-card--contact .home-booking-card__contact-prompt p { margin: 0; }
.home-booking-card--contact .home-booking-card__contact-copy a { overflow-wrap: anywhere; font: var(--text-small); text-decoration: none; }
.home-booking-card--contact .home-booking-card__action { position: static; flex: 0 0 auto; width: 100%; margin-top: 16px; }
.home-booking-card--contact:hover .home-booking-card__action, .home-booking-card--contact:focus-within .home-booking-card__action { border-color: var(--ink); background: var(--ink); color: var(--paper); }
@media (max-width: 1050px) and (min-width: 761px) {
  .home-booking--artists .home-booking__intro p {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .home-booking--artists .home-booking__intro h2 { text-align: left; }
  .home-booking--artists .home-booking-card--contact { text-align: center; }
}
.contact-modal { width: min(480px, calc(100% - 32px)); margin: auto; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); color: var(--ink); box-shadow: 0 20px 70px rgb(0 0 0 / 28%); }
.contact-modal::backdrop { background: rgb(20 20 20 / 58%); backdrop-filter: blur(3px); }
.contact-modal__header { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.contact-modal__header h2 { margin: 0; font: 400 30px/1.1 var(--serif); }
.contact-modal__close { width: 32px; height: 32px; padding: 0; border: 1px solid var(--ink); border-radius: 50%; background: transparent; color: var(--ink); font: 400 25px/25px var(--sans); cursor: pointer; }
.contact-modal__close:hover, .contact-modal__close:focus-visible { background: var(--ink); color: var(--paper); }
.contact-form { display: grid; gap: 13px; margin-top: 26px; text-align: left; }
.contact-form label { display: grid; gap: 4px; font: 400 12px/1.2 var(--sans); }
.contact-form input:not([type="checkbox"]), .contact-form textarea { box-sizing: border-box; width: 100%; padding: 8px 10px; border: 1px solid var(--line); border-radius: 5px; background: var(--paper); color: var(--ink); font: 400 14px/1.3 var(--sans); }
.contact-form textarea { min-height: 92px; resize: vertical; }
.contact-form input:not([type="checkbox"]):focus-visible, .contact-form textarea:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.contact-form__botcheck { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.contact-form__submit { width: 100%; min-height: 42px; padding: 8px 12px; border: 1px solid var(--ink); border-radius: 20px; background: var(--ink); color: var(--paper); font: var(--font-ui); cursor: pointer; }
.contact-form__submit:hover, .contact-form__submit:focus-visible { background: var(--paper); color: var(--ink); }
.contact-form__submit:disabled { cursor: wait; opacity: .6; }
.contact-form__status { min-height: 24px; margin: 0; font: var(--font-body); text-align: center; }
.contact-form__status[data-error="true"] { color: #8c251b; }
@media (max-width: 1050px) and (min-width: 761px) {
  .beginner-section { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); column-gap: 38px; margin-right: 24px; margin-left: 24px; }
  .studio-showcase__visuals { align-self: stretch; min-height: 0; padding-bottom: 0; overflow: visible; }
  .studio-showcase__gallery { position: absolute; inset: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); height: auto; min-height: 0; overflow: hidden; }
  .studio-showcase__gallery-item img { height: 100%; aspect-ratio: auto; object-fit: cover; }
  .studio-showcase__gallery-item:last-child { grid-column: 1 / -1; }
  .studio-showcase__rent { position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; margin: 0; transform: translate(-50%, -50%); }
  .home-artists__grid { grid-template-columns: repeat(2, minmax(0, 271px)); justify-content: center; gap: 52px 24px; margin-right: 24px; margin-left: 24px; }
  .home-services__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); justify-content: center; gap: 48px 18px; width: calc(100% - 48px); max-width: 760px; margin-right: auto; margin-left: auto; }
  .home-booking__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; width: auto; margin-right: 24px; margin-left: 24px; }
  .home-booking-card__media { right: 0; left: 0; width: 100%; }
  .selfie-process__images { width: 100%; max-width: none; margin-right: 0; margin-left: 0; overflow-x: auto; padding-right: 24px; padding-left: 24px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .selfie-process__images::-webkit-scrollbar { height: 0; }
}

/* Selfie studio page: source-faithful structure for the bilingual selfie routes. */
.selfie-hero { position: relative; min-height: 592px; overflow: hidden; clip-path: ellipse(88% 100% at 50% 0); background: #f5f5f5; text-align: center; }
.selfie-hero__image, .selfie-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.selfie-hero__image { display: block; object-fit: cover; object-position: center 48%; filter: grayscale(1); }
.selfie-hero__veil { z-index: 1; background: rgb(255 255 255 / 62%); }
.selfie-hero__content { position: relative; z-index: 2; max-width: var(--content-max); margin: 0 auto; padding: 147px 0 74px; }
.selfie-hero h1 { margin: 0; font: 400 56px/1 var(--serif); letter-spacing: 0; }
.selfie-hero h1 span { display: block; }
.selfie-hero h2 { margin: 43px 0 0; font: 400 38px/1.1 var(--serif); letter-spacing: 0; }
.selfie-hero p { width: min(546px, 100%); margin: 26px auto 0; font: var(--text-body); }
.selfie-hero .button { margin-top: 27px; }

.selfie-process { height: 547px; padding: 25px 0 0; text-align: center; overflow: hidden; }
.selfie-process > h2, .selfie-gallery > h2 { margin: 0; font: 400 38px/1.1 var(--serif); letter-spacing: 0; }
.selfie-process__list { width: 611px; max-width: calc(100% - 48px); margin: 11px auto 0; padding-left: 0; list-style-position: inside; font: 400 16px/1.8 var(--sans); text-align: center; }
.selfie-process__list li { margin: 0; }
.selfie-process__list li small { display: block; font: inherit; }
.selfie-process__images { display: flex; gap: 5px; width: fit-content; max-width: 100%; height: 205px; margin: 41px auto 0; }
.selfie-process__image { display: block; flex: 0 0 auto; height: 205px; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.selfie-process__images img { display: block; width: auto; height: 205px; object-fit: cover; transition: transform 320ms ease; }
.selfie-process__image:hover img, .selfie-process__image:focus-visible img { transform: scale(1.04); }

.selfie-gallery { min-height: 0; padding: 42px 0 54px; background: #f5f5f5; text-align: center; overflow: hidden; }
.selfie-gallery .horizontal-masonry-gallery { margin-top: 30px; }

.selfie-customize { height: auto; padding: 43px 24px 66px; background: #f5f5f5; text-align: center; overflow: hidden; }
.selfie-customize__intro { width: min(546px, 100%); margin: 0 auto; }
.selfie-customize__intro h2 { margin: 0; font: 400 38px/1.1 var(--serif); letter-spacing: 0; }
.selfie-customize__intro p { margin: 28px 0 0; font: var(--text-body); text-align: left; }
.selfie-customize__intro p + p { margin-top: 29px; }
.selfie-controls { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; max-width: var(--content-max); margin: 55px auto 0; }
.selfie-control { min-width: 0; padding: 29px 12px 20px; overflow: hidden; border-radius: 20px; background: var(--paper); }
.selfie-control h3 { margin: 0 0 22px; font: 400 22px/1.1 var(--serif); }
.selfie-control__images { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); width: calc(100% + 24px); height: 319px; margin-left: -12px; gap: 3px; align-items: stretch; }
.selfie-control__images figure { min-width: 0; min-height: 0; margin: 0; }
.selfie-control__image { display: block; width: 100%; height: 100%; padding: 0; border: 0; border-radius: 0; background: transparent; cursor: zoom-in; }
.selfie-control__images img { display: block; width: 100%; height: 100%; border-radius: 0; object-fit: cover; object-position: center; }
.selfie-control--2 .selfie-control__images { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); }
.selfie-control--3 .selfie-control__images { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: minmax(0, 1fr); }
.selfie-control__options { display: block; margin: 26px 0 0; font: var(--text-small); }
.selfie-control__options span { display: block; }
.selfie-control--1 .selfie-control__options { min-height: 72px; }

.selfie-benefits { max-width: var(--content-max); margin: 0 auto; padding: 46px 0 48px; text-align: center; overflow: visible; }
.selfie-benefits__intro { max-width: var(--content-reading-max); margin: 0 auto 58px; }
.selfie-benefits__intro h2 { margin: 0; font: var(--font-section-title); letter-spacing: 0; }
.selfie-benefits__intro p { margin: 0; font: var(--text-body); }
.selfie-benefits__grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 55px 10px; max-width: var(--content-max); margin: 0; }
.selfie-benefit { min-width: 0; padding: 0; background: transparent; }
.selfie-benefits .selfie-benefit h3 { font-size: 22px; }

.selfie-prices { min-height: 0; padding: 57px 24px 40px; border-top: 1px solid var(--line); background: var(--paper); text-align: center; overflow: hidden; }
.selfie-prices__packages { max-width: var(--content-max); margin: 0 auto; padding: 0; }
.selfie-reserve { width: min(907px, 100%); margin: 32px auto 0; text-align: center; }
.selfie-reserve p { margin: 0; font: var(--text-body); }
.selfie-reserve .button { margin-top: 26px; }

.selfie-location { min-height: 430px; padding: 0; border-top: 1px solid var(--line); overflow: hidden; background: var(--paper); }
.selfie-location__inner { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; min-height: 430px; margin: 0 auto; }
.selfie-location__visual { position: relative; display: flex; min-height: 430px; align-items: center; justify-content: center; padding: 48px; isolation: isolate; overflow: hidden; background: var(--ink); color: var(--paper); }
.selfie-location__visual::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgb(0 0 0 / 8%) 20%, rgb(0 0 0 / 68%) 100%); content: ""; pointer-events: none; }
.selfie-location__visual .selfie-location__background { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; border-radius: 0; object-fit: cover; object-position: center; filter: grayscale(1); }
.selfie-location h2 { position: relative; z-index: 2; width: auto; margin: 0; color: inherit; font: 400 56px/1.2 var(--serif); text-align: center; }
.selfie-location__copy { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 48px; text-align: center; }
.selfie-location__logo { display: block; width: min(238px, 100%); height: auto; margin: 0 auto 36px; }
.selfie-location p { width: min(436px, 100%); margin: 0; white-space: pre-line; font: var(--text-body); }
.selfie-location .button { margin-top: 48px; }

@media (max-width: 760px) {
  .selfie-process { height: auto; min-height: 0; padding: 48px 0 60px; }
  .selfie-hero__content { width: min(100% - 36px, 546px); padding: 74px 0 92px; }
  .selfie-hero h1 { font-size: clamp(45px, 12vw, 62px); line-height: 1; }
  .selfie-hero h2 { margin-top: 34px; font-size: 31px; }
  .selfie-hero p { margin-top: 22px; font: 400 15px/22.5px var(--sans); }
  .selfie-hero .button { margin-top: 24px; }
  .selfie-process > h2, .selfie-gallery > h2 { font-size: 32px; }
  .selfie-process__list { width: calc(100% - 36px); margin-top: 30px; font-size: 15px; line-height: 1.8; }
  .selfie-process__list li small { font-size: 13px; line-height: 18px; }
  .selfie-process__images { height: 145px; margin-top: 29px; overflow-x: auto; padding: 0 18px; scrollbar-width: none; }
  .selfie-process__images::-webkit-scrollbar { height: 0; }
  .selfie-process__image { height: 145px; }
  .selfie-process__images img { width: 198px !important; height: 145px; }
  .selfie-gallery { min-height: 0; padding: 48px 0 52px; }
  .selfie-gallery .horizontal-masonry-gallery { margin-top: 34px; }
  .selfie-customize { height: auto; min-height: 0; padding: 48px 18px 60px; }
  .selfie-customize__intro h2 { font-size: 32px; }
  .selfie-customize__intro p { font: 400 15px/22.5px var(--sans); }
  .selfie-controls { grid-template-columns: 1fr; gap: 18px; margin-top: 44px; }
  .selfie-control h3 { font-size: 20px; }
  .selfie-control__images { gap: 7px; }
  .selfie-control--2 .selfie-control__images { grid-template-columns: repeat(2, minmax(0, 1fr)); justify-content: stretch; }
  .selfie-control--3 .selfie-control__images { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .selfie-benefits { height: auto; min-height: 0; }
  .selfie-prices { height: auto; min-height: 0; padding: 48px 18px 40px; }
  .selfie-prices__packages { padding: 0; }
  .selfie-reserve { margin-top: 32px; }
  .selfie-reserve p { font: 400 15px/22.5px var(--sans); }
  .selfie-location { min-height: 0; }
  .selfie-location__inner { display: grid; grid-template-columns: 1fr; min-height: 0; width: 100%; }
  .selfie-location__visual { min-height: 360px; padding: 36px 24px; }
  .selfie-location h2 { width: 100%; margin-left: 0; font-size: 36px; }
  .selfie-location__copy { padding: 40px 18px 60px; }
  .selfie-location__logo { width: 225px; margin-bottom: 28px; }
  .selfie-location p { width: 100%; font: 400 15px/22.5px var(--sans); }
  .selfie-location .button { margin-top: 24px; }
}

/* Shared page heroes keep the route-specific content while centralizing the repeated shell. */
.page-hero { border-bottom: 1px solid var(--line); text-align: center; }
.page-hero__eyebrow { margin: 0 0 18px; color: var(--muted); font: var(--font-caption); letter-spacing: .03em; text-transform: lowercase; }
.page-hero h1 { margin: 0; font-weight: 400; }
.page-hero--collection { padding: 91px 24px 45px; }
.page-hero--collection h1 { font: var(--font-display); letter-spacing: 0; }
.page-hero--collection > .page-hero__lead { width: min(680px, 100%); margin: 8px auto 0; font: var(--font-lead); }
.page-hero--artist, .page-hero--packages, .page-hero--models { padding: 91px 24px 45px; }
.page-hero--artist h1, .page-hero--packages h1, .page-hero--models h1 { max-width: 1120px; margin-right: auto; margin-left: auto; font: var(--font-page-title); letter-spacing: 0; }
.page-hero--photographers h1 { font-size: 48px; }
.page-hero--artist > .page-hero__lead, .page-hero--packages > .page-hero__lead, .page-hero--models > .page-hero__lead { width: min(700px, 100%); margin: 8px auto 0; font: var(--font-lead); }
.page-hero--service, .service-hero { max-width: var(--content-max); margin: 0 auto; padding: 86px 24px 62px; text-align: center; }
.page-hero--service h1, .service-hero h1 { font: var(--font-service-title); }
.page-hero__subtitle, .page-hero__lead { width: min(760px, 100%); max-width: 760px; margin: 8px auto 0; font: var(--font-lead); letter-spacing: 0; }
.page-hero--service > .page-hero__subtitle, .page-hero--service > .page-hero__lead, .service-hero > p { max-width: 760px; margin: 8px auto 0; font: var(--font-lead); }
.page-hero__note { max-width: 760px; margin: 20px auto 0; font: var(--text-body); }
.page-hero:has(+ .horizontal-masonry-gallery-section) { border-bottom: 0; }
.page-hero__description { width: min(820px, 100%); margin: 24px auto 0; text-align: center; }
.page-hero__description p { margin: 0 0 20px; font: var(--text-body); }
.page-hero__description p:last-child { margin-bottom: 0; }
.page-hero__meta { margin: 20px 0 0; color: var(--muted); font: var(--font-caption); }
.page-hero__link { display: inline-block; margin-top: 18px; }
.page-hero__actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px; margin-top: 28px; }
.page-hero--studio { min-height: 0; padding: 84px 24px 88px; }
.page-hero--studio h1 { font: var(--font-display); letter-spacing: 0; }
.page-hero--studio > .page-hero__lead { margin: 8px auto 0; font: var(--font-lead); letter-spacing: 0; }
.page-hero--studio .studio-intro__copy { width: min(700px, 100%); margin: 30px auto 0; text-align: left; }
.page-hero--studio .studio-intro__copy p { margin: 0; font: var(--text-body); }
.page-hero--studio .studio-intro__copy p + p { margin-top: 32px; }

/* Equipment and props catalogs: source-faithful image collections with responsive grids. */
.collection-section { scroll-margin-top: 104px; padding: 39px 24px 62px; text-align: center; }
.collection-section__intro { width: min(630px, 100%); margin: 0 auto; }
.collection-section__intro h2 { margin: 0; font: var(--font-section-title); letter-spacing: 0; }
.collection-section__intro h2 + p, .collection-section__intro .collection-section__subtitle + p { margin-top: 28px; }
.collection-section__intro p { margin: 0; text-align: left; font: var(--text-body); }
.collection-section__intro p + p { margin-top: 28px; }
.collection-section__intro .collection-section__subtitle { margin-top: 14px; text-align: center; font: var(--font-lead); }
.collection-gallery-wrap { margin-top: 57px; }
.collection-gallery__title { width: min(630px, 100%); margin: 0 auto 24px; font: var(--font-subsection-title); text-align: center; }
.horizontal-masonry-gallery { position: relative; width: 100vw; max-height: clamp(320px, 52vw, 560px); margin-left: calc(50% - 50vw); }
.horizontal-masonry-gallery__viewport { height: clamp(320px, 52vw, 560px); padding-inline: 24px; overflow-x: auto; overflow-y: hidden; border-radius: 0; scrollbar-width: none; overscroll-behavior-x: contain; outline: none; touch-action: pan-x pan-y; }
.horizontal-masonry-gallery__viewport::-webkit-scrollbar { display: none; }
.horizontal-masonry-gallery__track { display: flex; align-items: stretch; gap: 5px; width: max-content; min-width: 100%; height: 100%; }
.horizontal-masonry-gallery:not([data-horizontal-gallery-ready]) .horizontal-masonry-gallery__track { visibility: hidden; }
.horizontal-masonry-gallery__column { display: flex; flex: 0 0 auto; min-width: 0; flex-direction: column; gap: 5px; height: 100%; }
.horizontal-masonry-gallery__item { display: block; flex: 0 0 auto; min-width: 0; padding: 0; border: 0; border-radius: 10px; background: var(--paper); cursor: zoom-in; overflow: hidden; }
.horizontal-masonry-gallery__item img { display: block; width: 100%; height: 100%; border-radius: inherit; background: var(--paper); object-fit: contain; transition: transform 320ms ease; }
.horizontal-masonry-gallery__item:hover img, .horizontal-masonry-gallery__item:focus-visible img { transform: scale(1.035); }
.horizontal-masonry-gallery__item:focus-visible, .horizontal-masonry-gallery__viewport:focus-visible { outline: 2px solid var(--ink); outline-offset: -2px; }
.horizontal-masonry-gallery__previous, .horizontal-masonry-gallery__next { position: absolute; top: 50%; z-index: 2; display: grid; width: 44px; height: 44px; padding: 0; border: 0; place-items: center; background: var(--paper); color: var(--ink); box-shadow: 0 3px 12px rgb(0 0 0 / 18%); cursor: pointer; font: 400 28px/1 var(--sans); transform: translateY(-50%); }
.horizontal-masonry-gallery__previous { left: 12px; }
.horizontal-masonry-gallery__next { right: 12px; }
.horizontal-masonry-gallery__previous:hover, .horizontal-masonry-gallery__previous:focus-visible, .horizontal-masonry-gallery__next:hover, .horizontal-masonry-gallery__next:focus-visible { background: #f5f5f5; transform: translateY(-50%) scale(1.06); }
.horizontal-masonry-gallery [hidden] { display: none !important; }
.horizontal-masonry-gallery-section { width: 100%; max-width: none; margin: 0; padding: 0 0 12px; }
.christmas-photoshoot-gallery-section { padding: 0; }
.christmas-photoshoot-gallery-section .horizontal-masonry-gallery__viewport { padding-inline: 0; }
@media (min-width: 701px) {
  .christmas-photoshoot-gallery-section .horizontal-masonry-gallery,
  .christmas-photoshoot-gallery-section .horizontal-masonry-gallery__viewport { height: 476px; max-height: 476px; }
}
.mentoring-gallery-section { padding: 40px 0 48px; }
.collection-gallery { display: grid; gap: 20px; max-width: var(--content-media-max); margin: 0 auto; }
.collection-gallery figure { position: relative; aspect-ratio: 1; min-width: 0; margin: 0; overflow: hidden; }
.collection-gallery figure > .responsive-image { display: block; width: 100%; height: 100%; }
.collection-gallery__figure--captioned { position: relative; border-radius: 10px; text-align: left; }
.collection-gallery__item { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.collection-gallery__item--static { cursor: default; }
.collection-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 320ms ease; }
.collection-gallery__figure--captioned::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: var(--image-bottom-gradient); pointer-events: none; }
.collection-gallery figcaption { margin-top: 14px; text-align: left; font: 400 16px/20px var(--serif); }
.collection-gallery__figure--captioned figcaption { position: absolute; inset: auto 0 0; z-index: 1; margin: 0; padding: 27px 12px 11px; color: var(--paper); font: var(--text-small); line-height: 1.25; }
.collection-gallery figcaption strong { display: block; font: inherit; font-weight: 400; }
.collection-gallery figcaption small { display: block; margin-top: 5px; font: 400 13px/18px var(--sans); white-space: pre-line; }
.collection-gallery figcaption b { display: block; margin-top: 5px; font: 600 14px/18px var(--sans); }
.collection-gallery figure:hover img { transform: scale(1.03); }
.collection-gallery__item:focus-visible { outline: 2px solid var(--ink); outline-offset: -2px; }
.collection-gallery--lightSources,
.collection-gallery--modifiers,
.collection-gallery--cameras,
.collection-gallery--lenses,
.collection-gallery--other { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.collection-gallery--wardrobe, .collection-gallery--wardrobeFree, .collection-gallery--collection, .collection-gallery--furniture { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.collection-section--other .collection-section__intro p { text-align: center; }
.collection-section--lightSources { padding-top: 39px; }
.collection-section--lightSources .collection-gallery-wrap { margin-top: 57px; }
.collection-gallery__note { margin: 36px auto 0; font: var(--text-body); }
.collection-gallery__note p { margin: 0; }
.collection-gallery__note strong { display: block; margin-top: 7px; font-weight: 700; }
.collection-gallery__info { max-width: min(700px, 100%); margin: 36px auto 0; text-align: left; }
.collection-gallery__info p { margin: 0; font: var(--text-body); }
.collection-gallery__info strong { display: block; margin-top: 7px; font-weight: 700; }
.collection-section--wardrobe, .collection-section--collection, .collection-section--furniture { padding-bottom: 60px; }
.collection-section--wardrobe .collection-gallery-wrap + .collection-gallery-wrap { margin-top: 52px; }
.collection-section--wardrobeFree .collection-gallery__note { margin-top: 27px; }

@media (max-width: 760px) {
  .page-hero--collection { padding: 68px 18px 50px; }
  .page-hero--collection h1 { font-size: clamp(54px, 15vw, 70px); }
  .page-hero--collection > .page-hero__lead { margin: 8px auto 0; font: 400 15px/22.5px var(--sans); }
  .collection-section { padding: 46px 18px 58px; }
  .collection-section__intro h2 { font-size: 39px; }
  .collection-section__intro h2 + p, .collection-section__intro .collection-section__subtitle + p { margin-top: 24px; }
  .collection-section__intro p { font: 400 15px/22.5px var(--sans); }
  .collection-section__intro p + p { margin-top: 24px; }
  .collection-section__intro .collection-section__subtitle { font: 400 15px/22.5px var(--sans); }
  .collection-gallery-wrap { margin-top: 40px; }
  .collection-gallery__title { margin-bottom: 18px; font-size: 32px; }
  .horizontal-masonry-gallery-section { padding-right: 18px; padding-left: 18px; }
  .horizontal-masonry-gallery { max-height: max(480px, 78vw); }
  .horizontal-masonry-gallery__viewport { height: max(480px, 78vw); }
  .horizontal-masonry-gallery__viewport { padding-inline: 18px; -webkit-overflow-scrolling: touch; scroll-behavior: auto; }
  .horizontal-masonry-gallery__track { gap: 5px; }
  .horizontal-masonry-gallery__previous, .horizontal-masonry-gallery__next { display: none; }
  .collection-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .collection-gallery figcaption { margin-top: 10px; font-size: 15px; line-height: 18px; }
  .collection-gallery__figure--captioned figcaption { padding: 22px 10px 9px; font: var(--text-small); font-size: 13px; line-height: 18px; }
  .collection-gallery figcaption small { margin-top: 4px; font-size: 12px; line-height: 16px; }
  .collection-gallery figcaption b { margin-top: 4px; font-size: 13px; line-height: 16px; }
  .collection-gallery__note { margin-top: 24px; font: 400 15px/22.5px var(--sans); }
  .collection-gallery__info { margin-top: 24px; }
  .collection-gallery__info p { font: 400 15px/22.5px var(--sans); }
  .collection-gallery__info strong { margin-top: 5px; }
  .collection-section--wardrobe .collection-gallery-wrap + .collection-gallery-wrap { margin-top: 42px; }
}

/* Resident artist pages: profile cards, service-specific packages, and portfolio galleries. */
.artist-intro { padding: 39px 24px 62px; }
.artist-packages { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: var(--content-max); margin: 52px auto 0; }
.artist-package { min-width: 0; padding: 29px 24px 26px; background: #f5f5f5; text-align: center; }
.artist-package h3 { min-height: 55px; margin: 0; font: var(--font-card-title); }
.artist-package p { min-height: 104px; margin: 23px 0 0; font: var(--text-small); text-align: left; }
.artist-package strong { display: block; margin-top: 19px; font: 400 24px/1.1 var(--serif); }
.artist-package ul { margin: 19px 0 0; padding: 0; list-style: none; text-align: left; font: var(--text-small); }
.artist-package li { padding: 4px 0; }
.artist-package li::before { content: "▪︎ "; }
.artist-profiles { padding: 48px 24px 62px; text-align: center; }
.artist-profiles > h2 { margin: 0 0 37px; font: var(--font-subsection-title); }
.artist-profiles__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; max-width: var(--content-max); margin: 0 auto; }
.artist-profiles--photographers .artist-profiles__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; max-width: var(--content-max); justify-content: center; }
.artist-profiles--makeup .artist-profiles__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; max-width: var(--content-max); justify-content: center; }
.artist-profiles--stylists .artist-profiles__grid { grid-template-columns: minmax(0, 686px); justify-content: center; }
.artist-profiles--stylists { padding: 0; background: var(--accent); }
.artist-profiles--stylists .artist-profiles__grid { display: block; width: 100%; max-width: none; }
.stylist-profile-wrap { width: 100%; }
.stylist-profile { display: grid; grid-template-columns: 43% 57%; min-height: 510px; background: transparent; }
.stylist-profile__identity { display: flex; box-sizing: border-box; flex-direction: column; align-items: center; padding-top: 100px; text-align: center; }
.stylist-profile__portrait-wrap { position: relative; width: 200px; height: 200px; }
.stylist-profile__portrait { display: block; width: 200px; height: 200px; border-radius: 50%; object-fit: cover; object-position: center; }
.stylist-profile__social { position: absolute; top: 0; right: -25px; display: inline-flex; width: 25px; height: 25px; align-items: center; justify-content: center; color: var(--ink); }
.stylist-profile__social svg { display: block; }
.stylist-profile__social:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
.stylist-profile__identity h2 { margin: 14px 0 0; font: 400 22px/26px var(--serif); letter-spacing: 0; }
.stylist-profile__role { margin: 17px 0 0; font: var(--text-small); font-weight: 700; }
.stylist-profile__specialties { width: min(297px, calc(100% - 36px)); margin: 0; font: var(--text-small); }
.stylist-profile__gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-self: stretch; justify-self: stretch; width: 100%; margin: 0; }
.stylist-profile__gallery-item { display: block; aspect-ratio: 307 / 255; min-width: 0; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.stylist-profile__gallery-item > .responsive-image { display: block; width: 100%; height: 100%; }
.stylist-profile__gallery-item img { display: block; width: 100%; height: 100%; border-radius: 0; object-fit: cover; object-position: center; }
@media (min-width: 761px) {
  .stylist-profile { height: 510px; min-height: 510px; overflow: hidden; }
  .stylist-profile__gallery { grid-template-rows: repeat(2, minmax(0, 1fr)); height: 100%; min-height: 0; }
  .stylist-profile__gallery-item { aspect-ratio: auto; min-height: 0; }
}
.artist-profile { min-width: 0; background: #f5f5f5; }
.artist-profiles--photographers .artist-profile, .artist-profiles--makeup .artist-profile { border-radius: 20px; overflow: hidden; }
.artist-profile__image { position: relative; width: 100%; aspect-ratio: 1; overflow: hidden; }
.artist-profile__image::after { position: absolute; z-index: 1; inset: 0; background: var(--image-bottom-gradient); content: ""; pointer-events: none; }
.artist-profile__image > .responsive-image { display: block; width: 100%; height: 100%; }
.artist-profile__image img { display: block; width: 100%; height: 100%; border-radius: 0; object-fit: cover; object-position: center top; filter: grayscale(.45); }
.artist-profile__image-copy { position: absolute; right: 0; bottom: 25px; left: 38px; z-index: 2; color: var(--paper); text-align: left; text-shadow: 0 1px 10px rgb(0 0 0 / 22%); }
.artist-profile__image-name { margin: 0; color: inherit; font: var(--font-card-title); text-align: left; }
.artist-profile__image-role { margin: 2px 0 0; color: inherit; font: var(--text-small); }
.artist-profile__image-role strong { font: inherit; font-weight: 700; }
.artist-profile__body { min-height: 309px; padding: 26px 18px 21px; }
.artist-profiles--photographers .artist-profile, .artist-profiles--makeup .artist-profile { display: flex; flex-direction: column; }
.artist-profiles--photographers .artist-profile__body, .artist-profiles--makeup .artist-profile__body { display: flex; min-height: 0; flex: 1 1 auto; flex-direction: column; text-align: left; }
.artist-profile__body p { margin: 12px 0 0; font: var(--text-small); }
.artist-profile__specialties { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.artist-profile__specialties span { padding: 5px 11px; border: 1px solid var(--line); border-radius: 999px; font: var(--text-small); }
.artist-profiles--photographers .artist-profile__body .artist-profile__description, .artist-profiles--makeup .artist-profile__body .artist-profile__description { margin-top: 16px; }
.artist-profile__body strong { display: block; margin-top: 18px; font: 400 18px/1.15 var(--serif); }
.artist-profile__body .text-link { display: inline-block; margin-top: 19px; font-weight: 700; }
.artist-profile__links { display: flex; min-height: 32px; align-items: center; gap: 18px; margin-top: 22px; margin-bottom: 24px; }
.artist-profile__website, .artist-profile__website-placeholder { font: var(--text-small); }
.artist-profile__website { margin-top: 0 !important; }
.artist-profile__socials { position: absolute; right: 29px; bottom: 25px; z-index: 2; display: flex; align-items: center; gap: 17px; }
.artist-profile__social { display: inline-flex; align-items: center; justify-content: center; color: var(--paper); }
.artist-profile__social svg { display: block; }
.artist-profile__social:focus-visible { outline: 2px solid var(--paper); outline-offset: 4px; }
.artist-profile__more { width: 100%; min-width: 0; margin-top: auto; }
.artist-profile__gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; }
.artist-profile__gallery-item { display: block; aspect-ratio: 1; min-width: 0; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.artist-profile__gallery-item > .responsive-image { display: block; width: 100%; height: 100%; }
.artist-profile__gallery-item img { display: block; width: 100%; height: 100%; border-radius: 0; object-fit: cover; }
.artist-note { width: min(var(--content-reading-max), calc(100% - 48px)); max-width: var(--content-reading-max); margin: 32px auto 48px; }
.artist-note p { margin: 0; font: var(--text-body); text-align: left; }
@media (max-width: 760px) {
  .page-hero--artist { padding: 68px 18px 50px; }
  .page-hero--artist h1 { font-size: clamp(45px, 12vw, 62px); }
  .page-hero--photographers h1 { font-size: 48px; }
  .page-hero--artist > .page-hero__lead { margin: 8px auto 0; font: 400 15px/22.5px var(--sans); }
  .page-hero--artist:has(+ .pricing-tabs + .artist-profiles--makeup) > .page-hero__lead { font: 400 18px/26px var(--sans); }
  .page-hero--artist:has(+ .pricing-tabs + .artist-profiles--makeup) .page-hero__description p { font: 400 15px/22.5px var(--sans); }
  .artist-intro { padding: 46px 18px 58px; }
  .artist-packages { grid-template-columns: 1fr; gap: 12px; margin-top: 38px; }
  .artist-package { padding: 25px 18px 22px; }
  .artist-package h3 { min-height: 0; font-size: 25px; }
  .artist-package p { min-height: 0; margin-top: 17px; font: 400 15px/22.5px var(--sans); }
  .artist-package strong { font-size: 22px; }
  .artist-package ul { font: 400 15px/22.5px var(--sans); }
  .artist-profiles { padding: 46px 18px 58px; }
  .artist-profiles > h2 { margin-bottom: 28px; font-size: 32px; }
  .artist-profiles__grid, .artist-profiles--photographers .artist-profiles__grid, .artist-profiles--makeup .artist-profiles__grid, .artist-profiles--stylists .artist-profiles__grid { grid-template-columns: 1fr; width: 100%; }
  .artist-profiles--stylists { padding-right: 0; padding-bottom: 0; padding-left: 0; }
  .artist-profiles--stylists .artist-profiles__grid { display: block; }
  .stylist-profile { grid-template-columns: 1fr; min-height: 0; }
  .stylist-profile__identity { padding: 54px 18px 48px; }
  .stylist-profile__gallery { width: 100%; }
  .stylist-profile__gallery-item { aspect-ratio: 1; }
  .artist-profile__body { min-height: 0; padding: 24px 18px 22px; }
  .artist-profiles--photographers .artist-profile__body, .artist-profiles--makeup .artist-profile__body { min-height: 0; padding: 24px 18px 22px; }
  .artist-profile__image-copy { bottom: 15px; left: 22px; }
  .artist-profile__body p { font: 400 15px/22.5px var(--sans); }
  .artist-profile__body .artist-profile__role { font-size: 16px; }
  .artist-profiles--photographers .artist-profile__body .artist-profile__description, .artist-profiles--makeup .artist-profile__body .artist-profile__description { margin-top: 12px; }
  .artist-profile__links { margin-top: 24px; margin-bottom: 18px; }
  .artist-profile__socials { right: 17px; bottom: 15px; gap: 12px; }
  .artist-profile__social svg { width: 28px; height: 28px; }
  .artist-profile__gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .artist-note { width: calc(100% - 36px); max-width: none; margin: 24px auto 38px; }
  .artist-note p { font: 400 15px/22.5px var(--sans); }
}

/* Package page: the shared neon price-card treatment for packages and upgrades. */
.packages-primary { padding: 0 24px 95px; }
.packages-primary--with-upgrades { padding-bottom: 48px; }
.packages-primary .packages-card-grid { max-width: var(--content-max); margin: 36px auto 0; }
.packages-upgrades { padding: 72px 24px 91px; background: #f5f5f5; }
.packages-upgrades__intro { max-width: var(--content-reading-max); margin: 0 auto 49px; text-align: center; }
.packages-upgrades__intro h2 { margin: 0 0 25px; font: 400 48px/1.1 var(--serif); }
.packages-upgrades__intro p { margin: 0; font: var(--text-body); }
.packages-upgrades--cards-only { padding-top: 0; background: var(--paper); }
.packages-upgrades .service-upgrade-grid { max-width: calc(var(--content-max) - 48px); margin: 0 auto; }
.packages-upgrades .service-upgrade-grid p { margin: 0 0 18px; font: var(--text-small); }
.packages-upgrade-grid .button { width: 100%; min-width: 0; margin-top: 16px; }
.seasonal-price-section--with-upgrades { padding-bottom: 24px; }

/* Model directory: Wix-style portrait galleries with measurement cards. */
.models-intro { padding: 39px 24px 64px; }
.models-list > h2 { display: none; }
.models-fee { display: flex; flex-direction: column; align-items: center; gap: 12px; margin: 52px auto 0; text-align: center; }
.models-fee h2 { margin: 0; font: 400 30px/1.1 var(--serif); }
.models-fee strong { font: 400 23px/1.15 var(--serif); }
.models-fee .button { margin-top: 8px; }
.models-list { display: grid; gap: 20px; max-width: var(--content-max); margin: 0 auto; }
.model-card { display: grid; grid-template-columns: 400px minmax(0, 1fr); min-height: 532px; overflow: hidden; border-radius: 20px; background: #f5f5f5; }
.model-gallery { display: grid; grid-template-columns: 100px 300px; width: 400px; height: 524px; align-self: center; }
.model-gallery__thumbs { display: grid; grid-auto-rows: minmax(0, 1fr); overflow: hidden; }
.model-gallery__thumb, .model-gallery__main { display: block; min-width: 0; padding: 0; border: 0; background: transparent; cursor: pointer; }
.model-gallery__thumb { opacity: .58; transition: opacity 180ms ease; }
.model-gallery__thumb:hover, .model-gallery__thumb:focus-visible, .model-gallery__thumb.is-active { opacity: 1; }
.model-gallery__thumb:focus-visible, .model-gallery__main:focus-visible { outline: 2px solid var(--ink); outline-offset: -2px; }
.model-gallery__thumb img, .model-gallery__main img { display: block; width: 100%; height: 100%; border-radius: 0; object-fit: cover; }
.model-gallery__main { position: relative; cursor: zoom-in; overflow: hidden; }
.model-gallery__main img { position: absolute; inset: 0; }
.model-card__body { position: relative; min-width: 0; padding: 31px 35px; }
.model-card__body h3 { margin: 0; font: 400 36px/1.1 var(--serif); }
.model-card__body h4, .model-animal__body h4 { margin: 31px 0 14px; font: 700 20px/1.2 var(--sans); }
.model-measurements p { margin: 0; font: var(--text-small); }
.model-measurements p + p { margin-top: 25px; }
.model-measurements span { display: block; }
.model-card__action { display: flex; position: static; width: 100%; flex-direction: column; align-items: flex-start; margin-top: 30px; text-align: left; }
.model-card__action p { margin: 0 0 18px; font: var(--text-small); }
.model-card__action .button { min-width: 142px; }
.models-animal { padding: 92px 24px 86px; }
.models-animal__intro { max-width: var(--content-reading-max); margin: 0 auto 42px; text-align: center; }
.models-animal__intro h2 { margin: 0 0 27px; font: 400 48px/1.1 var(--serif); }
.models-animal__intro p { margin: 0; font: var(--text-body); }
.models-animal__intro p + p { margin-top: 24px; }
.model-animal { display: grid; grid-template-columns: minmax(280px, 42%) minmax(0, 1fr); gap: 35px; align-items: stretch; max-width: var(--content-max); min-height: 280px; margin: 0 auto; overflow: hidden; border-radius: 20px; background: #f5f5f5; }
.model-animal > .responsive-image { position: relative; display: block; min-width: 0; min-height: 0; overflow: hidden; }
.model-animal > .responsive-image > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.model-animal__body { position: relative; min-height: 280px; padding: 31px 35px; }
.model-animal__body h3 { margin: 0; font: 400 36px/1.1 var(--serif); }
.model-animal__body > p { margin: 12px 0 0; font: var(--text-small); }
.model-animal__body > strong { display: block; margin-top: 25px; font: 700 16px/1.2 var(--sans); }
.model-animal__body > b { display: block; margin-top: 3px; font: 400 21px/1.2 var(--serif); }
.model-animal__body h4 { margin-top: 24px; }
.model-animal__body .model-measurements p + p { margin-top: 8px; }
.model-animal__body .model-card__action { position: static; width: 100%; margin-top: 34px; align-items: flex-start; text-align: left; }
@media (min-width: 761px) {
  .model-animal { border-radius: 20px; }
  .model-animal > .responsive-image,
  .model-animal > .responsive-image > img { border-radius: 0; }
}
@media (max-width: 1199px) and (min-width: 761px) {
  .model-card { min-height: 0; }
  .model-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) 72px;
    grid-template-areas: "main" "thumbs";
    height: 100%;
    min-height: 0;
    align-self: stretch;
  }
  .model-gallery__thumbs {
    min-height: 0;
    grid-area: thumbs;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
  }
  .model-gallery__main { min-height: 0; grid-area: main; overflow: hidden; border-radius: 0; }
  .model-gallery__thumb,
  .model-gallery__thumb img,
  .model-gallery__main img { border-radius: 0; min-height: 0; }
}
.models-platform { display: grid; grid-template-columns: minmax(0, 1fr) 304px; gap: 38px; align-items: center; width: 100%; margin: 0; padding: 46px max(58px, calc((100vw - var(--content-max)) / 2 + 58px)); border-radius: 0; background: #f5f5f5; }
.models-platform__copy h2 { margin: 0; font: 400 40px/1.1 var(--serif); }
.models-platform__copy h3 { margin: 12px 0 25px; font: 700 18px/1.3 var(--sans); }
.models-platform__copy p { margin: 0; font: var(--text-small); }
.models-platform__copy p + p { margin-top: 18px; }
.models-platform__copy .button { margin-top: 27px; }
.models-platform > .responsive-image { display: block; min-width: 0; }
.models-platform > .responsive-image > img { display: block; width: 304px; height: 600px; object-fit: contain; }

@media (max-width: 760px) {
  .page-hero--packages { padding: 68px 18px 50px; }
  .page-hero--packages h1 { font-size: clamp(45px, 12vw, 62px); }
  .page-hero--packages > .page-hero__lead { margin: 8px auto 0; font: 400 15px/22.5px var(--sans); }
  .packages-primary { padding: 0 18px 63px; }
  .packages-primary--with-upgrades { padding-bottom: 32px; }
  .packages-primary .packages-card-grid, .packages-upgrades .packages-upgrade-grid { width: 100%; }
  .packages-upgrades { padding: 57px 18px 63px; }
  .packages-upgrades__intro { margin-bottom: 35px; }
  .packages-upgrades__intro h2 { margin-bottom: 22px; font-size: 36px; }
  .packages-upgrades__intro p { font: 400 15px/22.5px var(--sans); }
  .seasonal-price-section--with-upgrades { padding-bottom: 18px; }
  .booking-price-section--with-upgrades { padding-bottom: 18px; }

  .page-hero--models { padding: 68px 18px 50px; }
  .page-hero--models h1 { font-size: clamp(45px, 12vw, 62px); }
  .page-hero--models > .page-hero__lead { margin: 8px auto 0; font: 400 15px/22.5px var(--sans); }
  .models-intro { padding: 46px 18px 58px; }
  .models-fee { margin-top: 38px; }
  .models-fee h2 { font-size: 26px; }
  .models-list { width: calc(100% - 36px); gap: 14px; }
  .model-card { grid-template-columns: 1fr; min-height: 0; }
  .model-gallery { grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr) 88px; grid-template-areas: "main" "thumbs"; width: 100%; height: auto; aspect-ratio: 100 / 131; }
  .model-gallery__thumbs { grid-area: thumbs; grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); grid-auto-rows: minmax(0, 1fr); }
  .model-gallery__main { grid-area: main; }
  .model-card__body { padding: 25px 18px 24px; }
  .model-card__body h3 { font-size: 30px; }
  .model-card__body h4, .model-animal__body h4 { margin-top: 27px; font-size: 18px; }
  .model-measurements p { font: 400 15px/22.5px var(--sans); }
  .model-measurements p + p { margin-top: 20px; }
  .model-card__action { position: static; width: 100%; margin-top: 30px; align-items: center; text-align: center; }
  .model-card__action p { margin-bottom: 14px; }
  .models-animal { padding: 66px 18px 60px; }
  .models-animal__intro { margin-bottom: 31px; }
  .models-animal__intro h2 { font-size: 36px; }
  .models-animal__intro p { font: 400 15px/22.5px var(--sans); }
  .models-animal__intro p + p { margin-top: 20px; }
  .model-animal { grid-template-columns: 1fr; gap: 22px; width: 100%; }
  .model-animal > .responsive-image { aspect-ratio: 1; }
  .model-animal__body .model-card__action { margin-top: 30px; align-items: center; text-align: center; }
  .model-animal__body { min-height: 0; padding: 25px 18px 24px; }
  .model-animal__body h3 { font-size: 30px; }
  .model-animal__body > p { font: 400 15px/22.5px var(--sans); }
  .models-platform { grid-template-columns: 1fr; gap: 28px; width: 100%; padding: 31px 18px; }
  .models-platform__copy h2 { font-size: 34px; }
  .models-platform__copy h3 { font-size: 17px; }
  .models-platform__copy p { font: 400 15px/22.5px var(--sans); }
  .models-platform > .responsive-image { width: 100%; }
  .models-platform > .responsive-image > img { width: 100%; max-width: 304px; height: auto; max-height: 600px; justify-self: center; }
}

/* Studio page: source-faithful structure for the bilingual studio routes. */
.studio-overview {
  display: grid;
  grid-template-columns: 486px minmax(0, 1fr);
  gap: 44px;
  align-items: center;
  max-width: var(--content-max);
  min-height: 475px;
  margin: 0 auto;
  padding: 72px 0;
}
.studio-overview__floorplan img { display: block; width: 486px; max-width: 100%; height: 376px; object-fit: contain; }
.studio-overview__facts h2 { margin: 0 0 20px; font: 400 38px/1.1 var(--serif); letter-spacing: 0; }
.studio-overview__facts ul { margin: 0; padding: 0; list-style: none; }
.studio-overview__facts li { position: relative; padding-left: 18px; font: var(--text-small); line-height: 27px; }
.studio-overview__facts li::before { position: absolute; left: 0; content: "•"; }
.studio-overview__facts li strong { font-weight: 700; }

.studio-backdrops { padding: 56px 30px 55px; text-align: center; }
.studio-backdrops__intro { width: min(700px, 100%); margin: 0 auto; }
.studio-backdrops h2 { margin: 0; font: 400 38px/1.1 var(--serif); letter-spacing: 0; }
.studio-backdrops__intro p { margin: 0; text-align: left; font: var(--text-body); }
.studio-backdrops__intro h2 + p { margin-top: 34px; }
.studio-backdrops__intro p + p { margin-top: 30px; }
.studio-backdrops__grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; max-width: var(--content-media-max); margin: 70px auto 0; }
.studio-backdrops figure { position: relative; aspect-ratio: 1; min-width: 0; margin: 0; overflow: hidden; border-radius: 10px; text-align: left; }
.studio-backdrops figure > .responsive-image { display: block; width: 100%; height: 100%; }
.studio-backdrops figure img { display: block; width: 100%; height: 100%; object-fit: cover; outline: 1px solid rgba(0, 0, 0, .16); outline-offset: -1px; }
.studio-backdrops figure::after { content: ""; position: absolute; inset: 0; border-radius: inherit; background: var(--image-bottom-gradient); pointer-events: none; }
.studio-backdrops figcaption { position: absolute; inset: auto 0 0; z-index: 1; margin: 0; padding: 27px 12px 11px; color: var(--paper); font: var(--text-small); line-height: 1.25; }
.info-box { display: flex; width: fit-content; max-width: 100%; box-sizing: border-box; align-items: flex-start; gap: 14px; padding: 18px 24px; border: 1px solid rgb(0 0 0 / 12%); border-radius: 10px; background: rgb(0 0 0 / 2%); }
.info-box__icon { flex: 0 0 auto; margin-top: 2px; }
.info-box__content { min-width: 0; }
@media (max-width: 1199px) and (min-width: 761px) {
  .info-box { width: calc(100% - 48px); }
}
.studio-backdrops__note { max-width: min(700px, 100%); margin: 64px auto 0; }
.studio-backdrops__note p { margin: 0; font: var(--text-body); text-align: left; white-space: pre-line; }

.studio-lightbox--page { box-sizing: border-box; inset: 0; width: auto; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: var(--paper); overflow: hidden; }
.studio-lightbox--page::backdrop { background: rgb(0 0 0 / 72%); }
.studio-lightbox--page img { display: block; max-width: 100%; max-height: calc(100vh - 120px); width: auto; height: auto; margin: 0 auto; object-fit: contain; }
.studio-lightbox--page button { position: absolute; z-index: 1; display: grid; width: 44px; height: 44px; padding: 0; border: 0; place-items: center; background: var(--paper); color: var(--ink); cursor: pointer; font: 400 28px/1 var(--sans); }
.studio-lightbox--page button:hover, .studio-lightbox--page button:focus-visible { background: #f5f5f5; }
.studio-lightbox--page .studio-lightbox__close { top: 14px; right: 14px; }
.studio-lightbox--page .studio-lightbox__previous { top: calc(50% - 22px); left: 14px; }
.studio-lightbox--page .studio-lightbox__next { top: calc(50% - 22px); right: 14px; }

.studio-lightbox__content { display: flex; align-items: center; justify-content: center; }
.studio-lightbox--page .studio-lightbox__content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, 34%); min-height: 100%; height: 100%; background: var(--ink); }
.studio-lightbox__figure { max-width: 100%; margin: 0; }
.studio-lightbox--page .studio-lightbox__figure { display: contents; }
.studio-lightbox__image-wrap { display: flex; align-items: center; justify-content: center; }
.studio-lightbox--page .studio-lightbox__image-wrap { min-width: 0; min-height: 0; padding: 40px 56px; background: var(--ink); }
.studio-lightbox__image-wrap img { max-height: min(68vh, calc(100vh - 330px), 820px); }
.studio-lightbox--page .studio-lightbox__image-wrap img { max-width: 100%; max-height: calc(100vh - 120px); }
.studio-lightbox__caption { box-sizing: border-box; width: min(100%, 1100px); margin: 14px auto 0; padding: 15px 20px 17px; background: var(--paper); color: var(--ink); }
.studio-lightbox--page .studio-lightbox__caption { align-self: stretch; width: auto; min-width: 0; margin: 0; padding: 76px 42px 38px; overflow-y: auto; }
.studio-lightbox__caption-head { display: flex; min-height: 18px; align-items: center; justify-content: space-between; gap: 16px; color: var(--muted); font: 600 11px/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; }
.studio-lightbox__title { margin: 9px 0 0; font: 400 25px/1.08 var(--serif); }
.studio-lightbox__description { max-width: 760px; margin: 7px 0 0; font: var(--text-small); white-space: pre-line; }
.studio-lightbox__price { margin: 8px 0 0; font: 600 14px/1.2 var(--sans); }
.studio-lightbox__link { display: inline-block; margin-top: 10px; color: var(--ink); font: 600 13px/1.2 var(--sans); text-underline-offset: 3px; }
.studio-lightbox [hidden] { display: none !important; }
.studio-lightbox__close:focus-visible, .studio-lightbox__previous:focus-visible, .studio-lightbox__next:focus-visible, .studio-lightbox__link:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }

@media (max-width: 760px) {
  .page-hero--studio { min-height: 0; padding: 72px 20px 74px; }
  .page-hero--studio h1 { font-size: clamp(48px, 14vw, 64px); }
  .page-hero--studio > .page-hero__lead { margin-top: 8px; font: 400 15px/22.5px var(--sans); letter-spacing: 0; }
  .page-hero--studio .studio-intro__copy { margin-top: 28px; }
  .page-hero--studio .studio-intro__copy p { font: 400 15px/22.5px var(--sans); }
  .page-hero--studio .studio-intro__copy p + p { margin-top: 27px; }
  .studio-overview { display: flex; flex-direction: column; gap: 32px; align-items: stretch; width: min(100% - 36px, 486px); min-height: 0; padding: 56px 0 64px; }
  .studio-overview__floorplan img { width: 100%; height: auto; }
  .studio-overview__facts h2 { margin-bottom: 18px; font-size: 30px; }
  .studio-overview__facts li { font-size: 14px; line-height: 24px; }
  .studio-backdrops { padding: 48px 18px 48px; }
  .studio-backdrops h2 { font-size: 32px; }
  .studio-backdrops__intro p { font: 400 15px/22.5px var(--sans); }
  .studio-backdrops__intro h2 + p { margin-top: 27px; }
  .studio-backdrops__intro p + p { margin-top: 25px; }
  .studio-backdrops__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 48px; }
  .studio-backdrops figcaption { padding: 22px 10px 9px; font: var(--text-small); font-size: 13px; line-height: 18px; }
  .info-box { gap: 10px; padding: 16px 18px; }
  .studio-backdrops__note { margin-top: 52px; }
  .studio-backdrops__note p { font: 400 15px/22.5px var(--sans); }
  .studio-lightbox--page { width: auto; height: 100dvh; background: var(--ink); }
  .studio-lightbox--page img { max-width: 90vw; max-height: 78vh; }
  .studio-lightbox--page .studio-lightbox__content { position: relative; display: flex; height: 100%; min-height: 100%; align-items: center; justify-content: center; overflow: hidden; background: var(--ink); }
  .studio-lightbox--page .studio-lightbox__figure { display: flex; width: 100%; height: 100%; margin: 0; flex-direction: column; align-items: center; justify-content: center; }
  .studio-lightbox--page .studio-lightbox__image-wrap { display: flex; width: 100%; height: 100%; min-height: 0; align-items: center; justify-content: center; padding: 24px 22px; background: var(--ink); }
  .studio-lightbox--page .studio-lightbox__previous,
  .studio-lightbox--page .studio-lightbox__next,
  .studio-lightbox--page .studio-lightbox__close {
    border: 1px solid rgb(255 255 255 / 45%);
    background: rgb(5 5 5 / 62%);
    color: var(--paper);
    backdrop-filter: blur(4px);
  }
  .studio-lightbox--page .studio-lightbox__previous,
  .studio-lightbox--page .studio-lightbox__next {
    top: 50%;
    transform: translateY(-50%);
  }
  .studio-lightbox--page .studio-lightbox__previous { left: 14px; }
  .studio-lightbox--page .studio-lightbox__next { right: 14px; }
  .studio-lightbox--page .studio-lightbox__close { top: 12px; right: 12px; }
  .studio-lightbox--page .studio-lightbox__previous:hover,
  .studio-lightbox--page .studio-lightbox__previous:focus-visible,
  .studio-lightbox--page .studio-lightbox__next:hover,
  .studio-lightbox--page .studio-lightbox__next:focus-visible,
  .studio-lightbox--page .studio-lightbox__close:hover,
  .studio-lightbox--page .studio-lightbox__close:focus-visible {
    background: rgb(5 5 5 / 82%);
    color: var(--paper);
  }
  .studio-lightbox--page .studio-lightbox__previous:hover,
  .studio-lightbox--page .studio-lightbox__previous:focus-visible,
  .studio-lightbox--page .studio-lightbox__next:hover,
  .studio-lightbox--page .studio-lightbox__next:focus-visible { transform: translateY(-50%) scale(1.06); }
  .studio-lightbox--page .studio-lightbox__close:hover,
  .studio-lightbox--page .studio-lightbox__close:focus-visible { transform: scale(1.06); }
  .studio-lightbox__content { max-height: none; }
  .studio-lightbox--page .studio-lightbox__image-wrap img { max-width: 90vw; max-height: 68vh; }
  .studio-lightbox__caption { width: 100%; margin-top: 10px; padding: 13px 15px 15px; }
  .studio-lightbox--page .studio-lightbox__caption { position: absolute; right: 0; bottom: 0; left: 0; width: auto; margin: 0; padding: 13px 15px 17px; background: transparent; color: var(--paper); }
  .studio-lightbox--page .studio-lightbox__link { color: var(--paper); }
  .studio-lightbox__title { font-size: 21px; }
  .studio-lightbox__description { font-size: 13px; line-height: 19px; }
}
@media (max-width: 1199px) and (min-width: 1051px) {
  .studio-showcase__visuals { align-self: start; min-height: 0; padding-bottom: 0; overflow: visible; }
  .studio-showcase__gallery { min-height: 0; grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .studio-showcase__gallery-item img { height: auto; aspect-ratio: 2 / 3; }
  .studio-showcase__rent { position: relative; right: auto; bottom: auto; left: auto; margin: -88px auto 0; transform: none; }
}
/* Shared page primitives remain intentionally quiet so non-home routes can be migrated incrementally. */
.hero { max-width: var(--content-max); margin: 0 auto; padding: 100px 0 130px; }
.hero h1 { max-width: 850px; margin: 0 0 24px; font: clamp(42px, 6vw, 82px)/.94 var(--serif); letter-spacing: 0; font-weight: 400; }
.hero-lead { max-width: 620px; margin: 0; font-size: 21px; line-height: 1.35; }
.intro-grid, .split-copy { max-width: var(--content-max); margin: 0 auto 110px; padding-top: 18px; border-top: 1px solid var(--ink); display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.intro-grid h2, .split-copy h2, .callout h2 { margin: 0; font: 46px/1.05 var(--serif); letter-spacing: 0; font-weight: 400; }
.intro-grid p, .split-copy p { max-width: 560px; }
.feature-grid, .price-grid { max-width: var(--content-max); margin: 0 auto 110px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--ink); }
.feature, .price-grid article { min-height: 260px; padding: 20px; background: var(--paper); }
.feature h2, .price-grid h2 { margin: 42px 0 12px; font: 30px/1.05 var(--serif); letter-spacing: 0; font-weight: 400; }
.callout { max-width: var(--content-max); margin: 0 auto 110px; padding: 45px; background: var(--accent); }
.callout h2 { max-width: 700px; margin: 12px 0 26px; }
.visual-card { min-height: 360px; padding: 28px; background: var(--ink); color: var(--paper); }
.studio-media { max-width: var(--content-max); margin: 0 auto 110px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 16px; }
.studio-media figure { margin: 0; }
.studio-media img { display: block; width: 100%; height: auto; }
.studio-media figcaption { margin-top: 8px; font-size: 12px; }
.studio-facts ul, .backdrop-list { list-style: none; margin: 0; padding: 0; }
.studio-facts li, .backdrop-list li { border-bottom: 1px solid var(--line); padding: 7px 0; }
.faq-list, .legal-copy, .related { max-width: var(--content-reading-max); margin: 0 auto 110px; }
.faq-section { max-width: var(--content-max); margin: 0 auto 110px; padding: 48px 24px 0; }
.faq-section--grouped { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 58px 28px; }
.faq-group { min-width: 0; }
.faq-group + .faq-group { margin-top: 0; }
.faq-section, .faq-section * { font-family: var(--sans); }
.faq-section h2 { margin: 0 0 22px; color: var(--ink); font: 500 25px/1.12 var(--sans); letter-spacing: .01em; }
.faq-section > h2 { font-size: 42px; line-height: 1.08; }
.faq-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 18px; }
.faq-item { min-width: 0; padding: 0; border-top: 0; }
.faq-item:nth-child(n + 4) { padding-top: 18px; border-top: 1px solid var(--line); }
.faq-item h3 { margin: 0 0 10px; color: var(--ink); font: 500 19px/1.2 var(--sans); letter-spacing: .01em; }
.faq-item p { margin: 0; color: var(--muted); font: 400 16px/1.5 var(--sans); }
.faq-section--standalone { display: block; max-width: var(--content-max); }
.faq-section--standalone .faq-article { max-width: 1000px; margin: 0 auto; }
.faq-section--standalone .faq-group + .faq-group { margin-top: 72px; }
.faq-section--standalone .faq-item,
.faq-section--standalone .faq-item:nth-child(n + 4) { margin-top: 38px; padding: 0; border-top: 0; }
.faq-section--standalone .faq-item:first-of-type { margin-top: 0; }
.faq-section--standalone .faq-item ul { margin: 0 0 16px; padding-left: 24px; color: var(--muted); font: 400 16px/1.5 var(--sans); }
.faq-section--standalone .faq-item li { margin: 5px 0; }
.faq-section--standalone .faq-item li ul { margin-top: 5px; margin-bottom: 0; }
.faq-section--standalone .faq-item a { color: inherit; }
details { padding: 18px 0; border-bottom: 1px solid var(--ink); }
summary { cursor: pointer; font: var(--font-card-title); }
.audit-note { max-width: var(--content-reading-max); margin: 0 auto 60px; padding: 16px; border-left: 3px solid var(--ink); color: var(--muted); }
.legal-copy > p:first-child { margin-bottom: 42px; font: var(--text-body); }
.legal-copy section { margin: 0 0 40px; }
.legal-copy h2 { margin: 0 0 14px; font: 400 34px/1.1 var(--serif); }
.legal-copy p { margin: 0 0 14px; font: var(--text-small); }
@media (max-width: 1199px) and (min-width: 761px) {
  .home-feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 55px 24px; }
  .home-services__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); justify-content: center; max-width: 760px; margin-right: auto; margin-left: auto; }
  .studio-overview { grid-template-columns: minmax(0, 1fr); gap: 40px; padding-right: 24px; padding-left: 24px; }
  .studio-overview__floorplan img { margin-right: auto; margin-left: auto; }
  .selfie-benefits .selfie-benefit:nth-child(2) h3 { max-width: 170px; margin-right: auto; margin-left: auto; }
  .models-platform { border-radius: 0; }
  .models-list, .model-animal { width: calc(100% - 48px); }
  .wedding-glance { min-height: 0; }
  .wedding-glance > .responsive-image,
  .wedding-glance > .responsive-image > img { height: 100%; }
  .wedding-included-grid h3 { font-size: 20px; line-height: 24px; }
  .wedding-included-title-break { display: block; }
  .wedding-photographers { grid-template-columns: minmax(0, 1fr) minmax(280px, 42%); height: auto; min-height: 0; }
  .wedding-photographers__copy { min-width: 0; padding: 50px clamp(24px, 5vw, 64px) 56px; }
  .wedding-photographers__image { align-self: stretch; height: auto; min-height: 0; }
  .wedding-photographers__image > .responsive-image { display: block; width: 100%; height: 100%; }
  .wedding-testimonial { grid-template-columns: minmax(0, 394px) minmax(0, 1fr); width: min(100%, calc(100% - 48px)); }
  .wedding-testimonial > div { min-width: 0; }
  .wedding-testimonial blockquote { width: 100%; max-width: 100%; overflow-wrap: anywhere; }
  .wedding-process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); width: min(100%, calc(100% - 48px)); gap: 24px; justify-content: stretch; }
  .wedding-process-grid h3,
  .wedding-process-grid p { width: 100%; max-width: 100%; min-width: 0; overflow-wrap: anywhere; }
  .wedding-contact__form { min-width: 0; padding: 50px clamp(24px, 5vw, 64px); }
  .wedding-contact form { width: 100%; max-width: 480px; min-width: 0; }
  .wedding-contact__submit { align-items: stretch; flex-direction: column; gap: 16px; }
  .wedding-contact__submit .button { width: 100%; min-width: 0; box-sizing: border-box; }
  .wedding-contact__submit p { max-width: 100%; }
}
@media (max-width: 760px) {
  .models-platform { border-radius: 0; }
  .home-hero__image-wrap { height: 560px; clip-path: ellipse(92% 100% at 50% 0%); }
  .home-hero__image { object-position: 50% center; }
  .home-hero__icon { top: 9%; left: 34%; width: 32%; }
  .home-hero__copy { bottom: 50px; padding: 0 18px; }
  .home-hero h1 { width: 100%; font-size: clamp(28px, 8vw, 38px); }
  .home-favourite { padding: 46px 18px 72px; }
  .home-favourite__intro, .intro-grid, .split-copy { display: block; }
  .home-favourite__intro h2 { margin: 0; font-size: 34px; line-height: 1.1; }
  .home-favourite__intro > p:not(.home-favourite__subtitle) { margin: 8px 0 0; font: var(--text-body); }
  .home-feature-grid { grid-template-columns: repeat(2, 1fr); gap: 42px 16px; }
  .circular-card--feature h3 { margin-bottom: 20px; font-size: 20px; }
  .circular-card--feature p { min-height: 0; }
  .studio-showcase { display: block; min-height: 0; }
  .studio-showcase__copy { padding: 48px 18px; }
  .studio-showcase__copy h2 { font-size: 42px; line-height: 1.08; }
  .studio-showcase__copy p { max-width: none; }
  .studio-showcase__more { width: 100%; max-width: 287px; }
  .studio-showcase__visuals { min-height: 0; padding: 0 18px; overflow: visible; }
  .studio-showcase__gallery { min-height: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .studio-showcase__gallery-item img { height: auto; aspect-ratio: 2 / 3; }
  .studio-showcase__rent { position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; width: min(287px, calc(100% - 36px)); margin: 0; padding: 21px 12px 15px; transform: translate(-50%, -50%); }
  .studio-showcase__book { width: 100%; }
  .beginner-section { display: block; margin: 0 18px; padding: 48px 0 60px; }
  .beginner-section__main h2 { font-size: 42px; line-height: 1.08; }
  .beginner-section__testimonials { margin-top: 52px; padding-top: 0; }
  .beginner-section blockquote + blockquote { margin-top: 18px; }
  .home-artists { padding: 46px 18px 62px; }
  .home-artists__intro h2 { font-size: 42px; line-height: 1.08; }
  .home-artists__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px 16px; }
  .circular-card--artist img { max-width: 100%; height: auto; aspect-ratio: 1; }
  .circular-card--artist p { min-height: 0; }
  .home-services { padding: 46px 18px 54px; }
  .home-services__intro h2 { font-size: 42px; line-height: 1.08; }
  .home-services__grid { grid-template-columns: repeat(2, minmax(0, 166px)); justify-content: center; gap: 48px 16px; }
  .circular-card--service img { max-width: 100%; height: auto; aspect-ratio: 150 / 149; }
  .home-services__packages { max-width: 100%; }
  .home-booking { padding: 40px 18px 54px; }
  .home-booking__intro { width: 100%; }
  .home-booking__intro h2 { font-size: 36px; line-height: 1.1; }
  .home-booking__grid { grid-template-columns: 1fr; gap: 18px; width: 100%; max-width: 420px; margin-top: 36px; }
  .home-booking-card { min-height: 303px; }
  .home-booking-card__media { right: 0; left: 0; width: 100%; }
  .hero, .intro-grid, .split-copy, .feature-grid, .price-grid, .callout, .studio-media, .faq-list, .faq-section, .legal-copy, .related { margin-right: 18px; margin-left: 18px; }
  .faq-section--grouped { grid-template-columns: 1fr; gap: 42px; padding-right: 0; padding-left: 0; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-item, .faq-item:nth-child(n + 4) { padding-top: 18px; border-top: 1px solid var(--line); }
  .faq-item:first-child { padding-top: 0; border-top: 0; }
  .hero { padding: 65px 0 75px; }
  .hero h1 { font-size: 48px; }
  .intro-grid, .split-copy { padding-top: 14px; }
  .intro-grid > *, .split-copy > * { margin-bottom: 28px; }
  .feature-grid, .price-grid, .studio-media { grid-template-columns: 1fr; }
  .callout { padding: 28px; }
}

/* Wix mobile parity: the source switches to a compact, single-column composition
   at phone widths. Keep these rules together so the mobile contract is easy to audit. */
.home-hero__cta-mobile { display: none; }
.home-mobile-break { display: none; }
@media (max-width: 760px) {
  .home-hero__image-wrap {
    height: 420px;
    clip-path: ellipse(100% 100% at 50% 0%);
  }
  .home-hero__icon {
    top: 7.1%;
    left: 34.0625%;
    width: 31.875%;
  }
  .home-hero__copy {
    bottom: 39px;
    padding: 0 20px;
  }
  .home-hero h1 {
    width: 280px;
    font-size: 24px;
    line-height: 24px;
  }
  .home-hero .button {
    width: 211px;
    min-width: 0;
    height: 42px;
    margin-top: 25px;
    padding: 0;
    font-size: 14px;
  }
  .home-hero__cta-desktop { display: none; }
  .home-hero__cta-mobile { display: inline; }

  .home-favourite {
    padding: 20px 20px 32px;
  }
  .home-favourite__intro {
    margin-bottom: 40px;
  }
  .home-favourite__intro h2 {
    position: relative;
    left: 50%;
    width: min(640px, 100vw);
    margin: 0;
    transform: translateX(-50%);
    font-size: 38px;
    line-height: 41.8px;
    letter-spacing: 0;
  }
  .home-favourite__intro > p:not(.home-favourite__subtitle) {
    width: 280px;
    margin: 10px auto 0;
    font: var(--text-body);
  }
  .home-favourite--home .home-favourite__subtitle {
    margin-top: 8px;
    font: var(--text-body);
  }
  .home-feature-grid {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .home-mobile-break { display: block; }
  .circular-card--feature h3 {
    width: 280px;
    margin: 0 auto 20px;
    font-size: 24px;
    line-height: 26.4px;
  }
  .circular-card--feature img {
    width: 130px;
    height: 130px;
    margin: 0 auto 20px;
  }
  .circular-card--feature p {
    width: 280px;
    max-width: none;
    margin: 0 auto;
    font: var(--text-small);
  }
  .circular-card--feature .text-link {
    width: 280px;
    max-width: none;
    margin: 10px auto 0;
    font: var(--text-small);
    font-weight: 700;
  }

  .studio-showcase__copy {
    padding: 27px 20px 48px;
  }
  .studio-showcase__copy h2 {
    width: 280px;
    margin: 0 0 10px;
    font-size: 27px;
    line-height: 29.7px;
  }
  .studio-showcase__copy p {
    width: 280px;
    margin-bottom: 24px;
    font: var(--text-body);
  }
  .studio-showcase__more {
    width: 280px;
    max-width: none;
    height: 42px;
    margin-top: 0;
  }
  .studio-showcase__visuals {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: visible;
  }
  .studio-showcase { padding-bottom: 0; }
  .studio-showcase__rent p { margin-bottom: 12px; }
  .studio-showcase__rent {
    position: relative;
    order: 1;
    top: auto;
    left: auto;
    width: 280px;
    min-height: 176px;
    margin: 0 auto 30px;
    transform: none;
  }
  .studio-showcase__gallery {
    order: 2;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: 0;
    width: 100%;
  }
  .studio-showcase__gallery-item img {
    width: 100%;
    height: 259px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .beginner-section {
    margin: 0;
    padding: 20px 20px 60px;
  }
  .beginner-section__main h2,
  .home-artists__intro h2,
  .home-services__intro h2 {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    font-size: 34px;
    line-height: 37.4px;
  }
  .beginner-section__lead,
  .beginner-section__proof,
  .beginner-section__steps,
  .beginner-section__cta {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .beginner-section__lead { margin-top: 10px; }
  .beginner-section__proof { margin-top: 10px; }
  .beginner-section__steps { margin-top: 10px; padding-left: 20px; }
  .beginner-section__cta { margin-top: 18px; }
  .beginner-section__testimonials {
    width: 280px;
    margin: 31px auto 0;
  }
  .beginner-section blockquote {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .beginner-section blockquote p {
    min-height: 0;
    font: 400 20px/30px var(--sans);
  }
  .beginner-section blockquote:first-child p { min-height: 128px; }
  .beginner-section blockquote:nth-child(2) p { min-height: 93px; font-size: 19px; line-height: 28.5px; }
  .beginner-section { padding-bottom: 34px; }
  .beginner-section blockquote footer { margin-top: 10px; font: 400 14px/16.5px var(--sans); }
  .beginner-section blockquote + blockquote { margin-top: 31px; }

  .home-artists {
    padding: 20px 20px 27px;
  }
  .home-artists__intro p,
  .home-services__intro p {
    width: 280px;
    margin: 10px auto 0;
  }
  .home-artists__grid {
    grid-template-columns: 1fr;
    gap: 49px;
    width: 280px;
    margin: 40px auto 0;
  }
  .circular-card--artist h3 {
    margin-bottom: 13px;
    font-size: 24px;
    line-height: 26.4px;
  }
  .circular-card--artist img {
    width: 130px;
    height: 130px;
    margin-bottom: 18px;
  }
  .circular-card--artist p {
    width: 271px;
    max-width: none;
    font: 400 16px/24px var(--sans);
  }
  .circular-card--artist .text-link {
    width: 280px;
    max-width: none;
    margin-top: 9px;
    font: 700 15px/22.5px var(--sans);
  }

  .home-services {
    padding: 20px 20px 20px;
  }
  .home-services__grid {
    grid-template-columns: 1fr;
    row-gap: 38.5px;
    width: 280px;
    margin: 59px auto 0;
  }
  .circular-card--service h3 {
    width: 280px;
    min-height: 0;
    font-size: 24px;
    line-height: 26.4px;
  }
  .circular-card--service img {
    width: 150px;
    height: 149px;
    margin-top: 15px;
  }
  .circular-card--service .text-link {
    margin-top: 15px;
    font: 700 15px/22.5px var(--sans);
  }
  .home-services__packages {
    width: 280px;
    margin-top: 29.3px;
    font: var(--text-body);
  }

  .home-booking {
    padding: 20px 20px 11px;
  }
  .home-booking__intro,
  .home-booking__intro h2,
  .home-booking__intro p {
    width: 280px;
  }
  .home-booking__intro h2 {
    font-size: 23px;
    line-height: 25.3px;
  }
  .home-booking__intro p { margin-top: 10px; font: 400 14px/25.2px var(--sans); }
  .home-booking__grid {
    gap: 32px;
    width: 100%;
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 21px;
  }
  .home-booking-card { min-height: 305px; padding-right: 20px; padding-left: 20px; }
  .home-booking-card__media { top: 98px; right: 0; bottom: 0; left: 0; width: 100%; height: auto; }
  .home-booking-card:nth-child(3) { min-height: 325px; }
  .home-booking-card__action { right: 20px; left: 20px; height: 42px; }
}
.service-copy, .service-section, .service-upgrades, .service-clients, .service-faq { max-width: var(--content-max); margin: 0 auto; padding: 66px 24px; }
.service-copy--intro { padding-top: 0; text-align: center; }
.service-copy p { max-width: 820px; margin: 0 auto 20px; font: var(--text-body); }
.service-section h2, .service-clients h2, .service-faq h2 { margin: 0 0 18px; font: 400 48px/1.08 var(--serif); }
.service-upgrades h3 { margin: 0 0 18px; font: var(--font-subsection-title); }
.service-section--packages > h2, .service-section--packages > p:not(.service-note) { text-align: center; }
.service-section > p, .service-upgrades > p { max-width: 820px; margin: 0 auto 18px; font: var(--text-body); }
.service-gallery { display: grid; width: 100%; max-width: var(--content-media-max); margin: 0 auto; gap: 5px; padding: 0 0 12px; grid-auto-flow: dense; }
.service-gallery button { display: block; min-width: 0; padding: 0; border: 0; background: none; cursor: zoom-in; overflow: hidden; }
.service-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 220ms ease; }
.service-gallery button:hover img, .service-gallery button:focus-visible img { transform: scale(1.035); }
.service-gallery--commercial, .service-gallery--portrait { grid-template-columns: repeat(5, minmax(0, 1fr)); grid-auto-rows: 190px; }
.service-gallery--commercial button:nth-child(1), .service-gallery--commercial button:nth-child(4), .service-gallery--commercial button:nth-child(7), .service-gallery--commercial button:nth-child(10), .service-gallery--portrait button:nth-child(1), .service-gallery--portrait button:nth-child(4), .service-gallery--portrait button:nth-child(6), .service-gallery--portrait button:nth-child(8) { grid-row: span 2; }
.service-gallery--commercial button:nth-child(5), .service-gallery--commercial button:nth-child(8), .service-gallery--portrait button:nth-child(3), .service-gallery--portrait button:nth-child(7) { grid-column: span 2; }
.service-gallery--fitness { grid-template-columns: repeat(5, minmax(0, 1fr)); grid-auto-rows: 190px; }
.service-gallery--fitness button:nth-child(2), .service-gallery--fitness button:nth-child(3), .service-gallery--fitness button:nth-child(5), .service-gallery--fitness button:nth-child(9) { grid-row: span 2; }
.service-gallery--fitness button:nth-child(4), .service-gallery--fitness button:nth-child(8) { grid-column: span 2; }
.service-card-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 5px; margin: 42px 0 36px; }
.service-card-grid article { min-height: 228px; padding: 24px 18px; background: var(--ink); color: var(--paper); }
.service-card-grid h3 { margin: 0 0 18px; font: 400 28px/1.08 var(--serif); }
.service-card-grid p { margin: 0; font: var(--text-small); }
.service-card-grid--minimal { gap: 12px; margin-top: 36px; }
.service-card-grid--minimal article { min-height: 0; padding: 28px 22px; border: 1px solid rgba(28, 27, 26, .1); border-radius: 16px; background: var(--paper); color: var(--ink); box-shadow: 0 9px 18px rgba(0, 0, 0, .055); text-align: left; transition: transform 180ms ease, box-shadow 180ms ease; }
.service-card-grid--minimal h3 { margin-bottom: 14px; font-size: 25px; text-wrap: balance; }
.service-card-grid--minimal p { color: var(--muted); }
@media (hover: hover) and (pointer: fine) {
  .service-card-grid--minimal article:hover { transform: scale(1.015); box-shadow: 0 20px 36px rgba(0, 0, 0, .13); }
}
.service-section--commercial { text-align: center; }
.service-section--commercial > p, .service-section--commercial > a { display: block; max-width: 760px; margin-right: auto; margin-left: auto; }
.service-clients { text-align: center; }
.service-clients > div { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: nowrap; }
.service-clients > div > .responsive-image { width: 150px; flex: 0 0 150px; }
.service-clients img { width: 150px; height: 150px; object-fit: contain; }
.service-note { text-align: center; font-weight: 700 !important; }
.service-note--glamour { max-width: var(--content-max); margin: 0 auto; padding: 28px 24px 14px; }
.service-package-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: auto auto minmax(auto, 1fr); grid-auto-rows: auto; gap: 12px; margin-top: 36px; }
.service-package-grid--corporate { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.service-package { display: flex; min-height: 350px; flex-direction: column; padding: 28px 22px; background: var(--ink); color: var(--paper); }
.service-package h3 { margin: 0 0 16px; font: 400 30px/1.06 var(--serif); }
.service-package p { margin: 0 0 20px; font: var(--text-small); }
.service-package strong { margin-top: auto; font: 700 25px/1.1 var(--sans); }
.service-package ul, .service-section ul { margin: 16px 0 0; padding-left: 20px; }
.service-package li, .service-section li { margin: 5px 0; font: var(--text-small); }
.service-package__includes { margin: 18px 0 0 !important; }
.price-card { --price-card-glow: rgba(249, 115, 22, .43); --price-card-edge: rgba(249, 115, 22, .78); container: price-card / inline-size; display: grid; grid-template-rows: subgrid; grid-row: span 3; row-gap: 0; min-width: 0; min-height: 350px; overflow: hidden; padding: 34px 28px 30px; border: 1px solid var(--price-card-edge); border-radius: 20px; background: linear-gradient(145deg, #151515 0%, var(--ink) 54%, #000 100%); color: var(--paper); box-shadow: 0 0 24px var(--price-card-glow), 0 0 6px var(--price-card-glow), 0 18px 34px rgba(0, 0, 0, .12); transition: transform 180ms ease, box-shadow 180ms ease; }
.service-package-grid .price-card:nth-child(3n + 2) { --price-card-glow: rgba(20, 184, 166, .43); --price-card-edge: rgba(20, 184, 166, .78); }
.service-package-grid .price-card:nth-child(3n + 3) { --price-card-glow: rgba(168, 85, 247, .43); --price-card-edge: rgba(168, 85, 247, .78); }
@media (hover: hover) and (pointer: fine) {
  .price-card:hover { position: relative; z-index: 2; transform: scale(1.015); box-shadow: 0 0 34px var(--price-card-glow), 0 0 8px var(--price-card-glow), 0 24px 42px rgba(0, 0, 0, .18); }
}
.price-card__header { min-width: 0; }
.price-card__header h3 { margin: 0 0 18px; font: 400 30px/1.06 var(--serif); text-wrap: balance; }
.price-card__description { min-height: 4.5em; max-width: 34ch; margin: 0; color: rgba(255, 255, 255, .78); font: var(--text-small); }
.price-card__details { display: flex; min-width: 0; flex-direction: column; padding-top: 22px; }
.price-card__price { min-height: 2.16em; margin: 0; padding-bottom: 28px; }
.price-card__price strong { display: block; font: 700 20px/1.08 var(--sans); letter-spacing: -.02em; }
.price-card__features { margin: 0 -28px -30px; padding: 22px 28px 30px; border-top: 1px solid rgba(255, 255, 255, .12); background: rgba(255, 255, 255, .07); }
.price-card ul { display: grid; gap: 8px; margin: 16px 0 0; padding-left: 22px; list-style: disc; }
.price-card li { margin: 0; color: rgba(255, 255, 255, .9); font: var(--text-small); }
.price-card li.price-card__feature-break { margin-top: 22px; }
.price-card li::marker { color: #baf3e6; font-size: .8em; }
.price-card__includes { margin: 0 !important; color: rgba(255, 255, 255, .72); font-size: 13px !important; letter-spacing: .08em; text-transform: uppercase; }
.price-card--simple { min-height: 0; }
.price-card--simple .price-card__header h3 { min-height: 2.12em; }
.price-card--simple .price-card__details { flex: 0; }
.price-card--simple .price-card__price { padding-bottom: 0; }
@container price-card (max-width: 280px) {
  .price-card__header h3 { margin-bottom: 14px; font-size: 26px; }
  .price-card__description { min-height: 0; font-size: 14px; line-height: 1.4; }
  .price-card__details { padding-top: 18px; }
  .price-card__price { min-height: 0; padding-bottom: 20px; }
  .price-card__features { margin-right: -22px; margin-left: -22px; padding: 18px 22px 24px; }
  .price-card__includes { font-size: 11px !important; }
  .price-card ul { gap: 6px; margin-top: 12px; padding-left: 18px; }
  .price-card li { font-size: 14px; line-height: 1.35; }
}
/* The selfie page reuses the shared package cards while keeping its source spacing. */
.selfie-prices .selfie-prices__packages { max-width: var(--content-max); padding: 0; }
.selfie-prices__packages > h2 { margin: 0 0 18px; font: 400 38px/1.1 var(--serif); letter-spacing: 0; text-align: center; }
.selfie-prices__grid { gap: 12px; margin-top: 36px; }
.selfie-prices__grid .price-card { min-height: 0; padding: 24px 22px 20px; }
.selfie-prices__grid .price-card__header h3 { margin-bottom: 12px; }
.selfie-prices__grid .price-card__description { min-height: 0; }
.selfie-prices__grid .price-card__details { padding-top: 12px; }
.selfie-prices__grid .price-card__price { min-height: 0; padding-bottom: 0; }
.corporate-overview { background: #f5f5f5; }
.corporate-overview .service-section { max-width: none; }
.corporate-overview .service-section--corporate-intro { padding-bottom: 42px; text-align: center; }
.corporate-overview .service-section--corporate-intro > p { max-width: 680px; }
.corporate-overview .horizontal-masonry-gallery-section { padding: 0; }
.corporate-offering-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: start; width: min(1180px, 100%); gap: 22px; margin: 48px auto 0; }
.corporate-offering { min-width: 0; text-align: center; }
.corporate-offering img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; }
.corporate-offering h3 { margin: 14px 0 0; font: var(--font-body); }
.corporate-details { padding-top: 48px; padding-bottom: 66px; }
.corporate-details-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: var(--content-max); max-width: 100%; gap: clamp(28px, 5vw, 96px); margin: 0 auto; }
.corporate-details .service-info { margin-top: 0; }
.corporate-details .service-info h3 { margin-bottom: 22px; font: 400 30px/1.1 var(--serif); }
.corporate-details .service-info p { font: var(--text-body); }
.service-section--corporate-packages { max-width: none; padding-right: 24px; padding-left: 24px; background: var(--paper); }
.service-section--corporate-packages .service-package-grid { width: min(1530px, 100%); grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-right: auto; margin-left: auto; }
.studio-section--split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); background: #f5f5f5; }
.studio-section__copy { padding: 84px clamp(24px, 8vw, 150px); }
.studio-section__copy h2 { max-width: 500px; margin: 0 auto 38px; font: var(--font-feature-title); text-align: center; }
.studio-section__copy p, .studio-section__copy ul { max-width: 540px; margin-right: auto; margin-left: auto; font: var(--text-body); }
.studio-section__copy ul { margin-top: 30px; padding-left: 28px; }
.studio-section__copy li { margin: 5px 0; }
.studio-section__copy > p:last-child { margin-top: 34px; }
.studio-section__image { min-height: 100%; }
.studio-section__image img { display: block; width: 100%; height: 100%; min-height: 620px; border-radius: 0; object-fit: cover; }
.christmas-photoshoot-studio-section .studio-section__image { min-width: 0; min-height: 0; overflow: hidden; }
.christmas-photoshoot-studio-section .studio-section__image .responsive-image { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; }
.christmas-photoshoot-studio-section .studio-section__image img { min-width: 0; min-height: 0; aspect-ratio: unset; }
@media (min-width: 701px) {
  .christmas-photoshoot-studio-section { grid-template-rows: 940px; }
}
.price-section--wide { max-width: 1320px; }
.service-upgrades { max-width: var(--content-max); padding-top: 32px; text-align: center; background: var(--paper); color: var(--ink); }
.service-upgrades > p { margin-bottom: 0; }
.service-upgrade-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.service-upgrade-grid article { display: flex; aspect-ratio: auto; min-width: 0; min-height: 0; flex-direction: column; justify-content: flex-start; align-items: flex-start; overflow: hidden; padding: 34px 30px; border: 1px solid rgba(28, 27, 26, .1); border-radius: 20px; background: var(--paper); box-shadow: 0 9px 18px rgba(0, 0, 0, .055); text-align: left; transition: transform 180ms ease, box-shadow 180ms ease; }
.service-upgrade-grid h4 { margin: 0 0 14px; font: 400 25px/1.08 var(--serif); text-wrap: balance; }
.service-upgrade-grid .extras-card__description { margin: 0 0 18px; color: var(--muted); font: var(--text-small); }
.service-upgrade-grid span { color: var(--muted); font: 400 13px/1.35 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.service-upgrade-grid strong { margin: auto 0 0; font: 700 22px/1.1 var(--sans); }
.service-upgrade-grid .extras-card__price { display: grid; gap: 6px; margin-top: auto; }
.service-upgrade-grid .extras-card__price strong { margin: 0; }
.service-upgrade-grid .extras-card--image { padding: 0; }
.service-upgrade-grid .extras-card__image { display: block; width: 100%; border-radius: 0; object-fit: cover; }
.service-upgrade-grid .extras-card__body { display: flex; width: 100%; box-sizing: border-box; flex: 1; flex-direction: column; }
.service-upgrade-grid .text-link { margin-top: 16px; font-weight: 700; }
@media (hover: hover) and (pointer: fine) {
  .service-upgrade-grid article:hover { transform: scale(1.015); box-shadow: 0 20px 36px rgba(0, 0, 0, .13); }
}
.service-section--approach { padding-top: 96px; padding-bottom: 96px; border-bottom: 1px solid var(--line); text-align: center; }
.service-section--approach p { max-width: 760px; margin: 0 auto; font: var(--text-body); }
.service-info { margin-top: 38px; }
.service-info h3 { margin: 0 0 12px; font: 400 30px/1.1 var(--serif); }
.service-info p { margin: 0; font: var(--text-body); }
.service-faq { padding-top: 48px; padding-bottom: 96px; }
.service-faq .faq-grid { margin-top: 28px; }
.service-faq--corporate { max-width: var(--content-max); padding: 66px 24px 96px; background: var(--paper); color: var(--ink); }
.service-faq--corporate h2 { text-align: left; }
.service-section--audience { text-align: center; }
.service-audience-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 5px; margin-top: 36px; }
.service-audience-grid article { text-align: center; }
.service-audience-grid article > .responsive-image { display: block; width: 100%; aspect-ratio: 3 / 4; }
.service-audience-grid article img { display: block; width: 100%; height: 100%; object-fit: cover; }
.service-audience-grid h3 { margin: 18px 8px 8px; font: 400 25px/1.08 var(--serif); }
.service-audience-grid p { margin: 0 8px; font: var(--text-small); }
.service-gallery--special { grid-template-columns: repeat(5, minmax(0, 1fr)); grid-auto-rows: 220px; }
.service-gallery--special button:nth-child(1), .service-gallery--special button:nth-child(2), .service-gallery--special button:nth-child(6), .service-gallery--special button:nth-child(7) { grid-row: span 2; }
.service-gallery--special button:nth-child(3), .service-gallery--special button:nth-child(5) { grid-column: span 2; }
.service-special-sections { padding-top: 30px; }
.glamour-details { max-width: none; padding-top: 42px; background: #f5f5f5; }
.glamour-details-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: var(--content-max); max-width: 100%; gap: clamp(24px, 4vw, 72px); margin: 0 auto; }
.glamour-details .service-info { margin-top: 0; }
.glamour-details .service-info h3 { margin-bottom: 22px; font: 400 30px/1.1 var(--serif); }
.glamour-details .service-info p { font: var(--text-body); }
.model-details { max-width: none; padding-top: 42px; background: #f5f5f5; }
.model-details-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; width: var(--content-max); max-width: 100%; gap: clamp(24px, 4vw, 72px); margin: 0 auto; }
.model-details .service-info { margin-top: 0; }
.model-details .service-info h3 { margin-bottom: 22px; font: 400 30px/1.1 var(--serif); }
.model-details .service-info p { font: var(--text-body); }
.model-face-card-section { display: grid; grid-template-columns: minmax(240px, 324px) minmax(0, 540px); align-items: center; justify-content: center; gap: clamp(48px, 8vw, 120px); max-width: var(--content-max); margin: 0 auto; padding: 42px 24px 66px; border-bottom: 1px solid rgba(27, 24, 22, .12); }
.model-face-card-section__image { display: flex; justify-content: center; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.model-face-card-section__image img { display: block; width: min(324px, 100%); height: auto; border: 1px solid rgba(27, 24, 22, .16); box-shadow: 0 10px 24px rgba(27, 24, 22, .12); }
.model-face-card-section__copy { min-width: 0; }
.model-face-card-section__copy h2 { margin: 0 0 22px; font: 400 40px/1.1 var(--serif); }
.model-face-card-section__copy p { margin: 0; font: var(--text-body); }
.service-model-card { display: flex; justify-content: center; margin-top: 56px; }
.service-model-card img { display: block; width: min(324px, 100%); height: auto; }
.id-photo-hero { display: grid; min-height: 520px; grid-template-columns: minmax(0, 1fr) 475px; align-items: center; gap: 72px; max-width: var(--content-max); margin: 0 auto; padding: 72px 24px; }
.id-photo-hero h1 { margin: 0; font: 400 clamp(42px, 5vw, 68px)/1.05 var(--serif); }
.id-photo-hero h2 { margin: 20px 0 32px; font: 400 34px/1.1 var(--serif); }
.id-photo-hero p { font: var(--text-body); }
.id-photo-hero img { display: block; width: 100%; height: 475px; object-fit: cover; }
.id-photo-hero__image { width: min(475px, calc(100% - 48px)); margin: 0 auto; padding-bottom: 66px; }
.id-photo-hero__image img { display: block; width: 100%; height: 475px; object-fit: cover; }
.id-photo-price-section { padding-top: 0; }
.service-package-grid--id { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.id-photo-booking { max-width: var(--content-reading-max); margin: 0 auto; padding: 0 24px 66px; text-align: center; }
.id-photo-booking p { max-width: 760px; margin: 24px auto 0; font: var(--text-body); }
.service-gallery--id { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 190px; max-width: var(--content-max); padding-bottom: 66px; }
.service-gallery--id img { object-position: center; }
.mentoring-content { width: 100%; overflow: hidden; }
.mentoring-packages__heading { margin: 0; padding: 34px 24px 48px; font: 400 38px/1.1 var(--serif); text-align: center; }
.mentoring-benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; max-width: var(--content-max); margin: 0 auto; padding: 0 0 94px; }
.mentoring-benefit { display: flex; min-width: 0; flex-direction: column; text-align: center; }
.mentoring-benefit h3 { margin: 0 0 20px; font: var(--font-card-title); text-transform: lowercase; }
.mentoring-benefit img { display: block; width: 181px; height: 181px; max-width: 100%; margin: 0 auto 20px; border-radius: 50%; object-fit: cover; }
.mentoring-benefit p { max-width: 238px; margin: 0 auto; font: var(--text-small); }
.mentoring-package { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.mentoring-package__overview { display: flex; min-width: 0; flex-direction: column; padding: 64px clamp(24px, 8vw, 150px) 74px; background: var(--ink); color: var(--paper); }
.mentoring-package__overview > * { width: min(500px, 100%); margin-right: auto; margin-left: auto; }
.mentoring-package__overview h2 { margin-top: 0; margin-bottom: 42px; font: 400 clamp(40px, 3.15vw, 56px)/1.12 var(--serif); }
.mentoring-package__overview p { margin-top: 0; margin-bottom: 28px; font: var(--text-small); }
.mentoring-package__overview strong { margin-top: 0; margin-bottom: 34px; font: 400 32px/1.15 var(--serif); }
.mentoring-package__overview h3 { margin-top: 0; margin-bottom: 12px; font: 700 16px/1.5 var(--sans); }
.mentoring-package__overview ul { width: min(500px, 100%); margin: 0 auto; padding-left: 20px; }
.mentoring-package__overview li { margin: 5px 0; font: var(--text-small); }
.mentoring-package__lessons { min-width: 0; padding: 54px clamp(24px, 8vw, 150px) 74px; background: #f5f5f5; color: var(--ink); }
.mentoring-package__lessons > * { width: min(620px, 100%); margin-right: auto; margin-left: auto; }
.mentoring-lesson { margin: 0; padding: 0 0 30px; }
.mentoring-lesson + .mentoring-lesson { padding-top: 26px; border-top: 1px solid rgba(28, 27, 26, .12); }
.mentoring-lesson h3 { margin: 0 0 10px; font: 400 22px/1.2 var(--serif); }
.mentoring-lesson p { margin: 0; font: var(--text-body); }
.mentoring-lesson ul { width: 100%; margin: 0; padding-left: 20px; }
.mentoring-lesson p + ul { margin-top: 2px; }
.mentoring-lesson li { margin: 3px 0; font: var(--text-body); }
.mentoring-lesson--free { padding-bottom: 0; }
.mentoring-lesson--free h3 { font-size: 20px; }
.service-contact { max-width: 760px; margin: 0 auto; padding: 20px 24px 78px; text-align: center; }
.service-contact h2 { margin: 0 0 18px; font: 400 48px/1.08 var(--serif); }
.service-contact p { font: var(--text-body); }

.booking-intro { max-width: var(--content-max); margin: 0 auto; padding: 80px 24px 54px; text-align: center; }
.booking-intro h1 { margin: 0 0 28px; font: 400 clamp(42px, 5vw, 68px)/1.05 var(--serif); }
.booking-intro p { max-width: 820px; margin: 0 auto 20px; font: var(--text-body); }
.pricing-tabs { max-width: var(--content-max); margin: 0 auto; padding: 28px 24px 0; }
.pricing-tabs__list { display: flex; align-items: stretch; justify-content: center; gap: 0; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: none; }
.pricing-tabs__select-wrap { display: none; }
.pricing-tabs__dropdown { position: relative; padding: 0; border: 0; }
.pricing-tabs__dropdown-trigger { display: flex; min-height: 48px; align-items: center; justify-content: space-between; padding: 10px 16px; border: 1px solid var(--line); border-radius: 5px; background: var(--paper); color: var(--ink); font: var(--font-ui); letter-spacing: .3px; cursor: pointer; list-style: none; }
.pricing-tabs__dropdown-trigger::-webkit-details-marker { display: none; }
.pricing-tabs__dropdown-trigger::marker { display: none; }
.pricing-tabs__dropdown-trigger:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.pricing-tabs__dropdown-chevron { width: 9px; height: 9px; margin: -4px 3px 0 16px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); transform: rotate(45deg); transition: transform 160ms ease; }
.pricing-tabs__dropdown[open] .pricing-tabs__dropdown-chevron { margin-top: 5px; transform: rotate(225deg); }
.pricing-tabs__dropdown-menu { position: absolute; z-index: 5; top: calc(100% + 8px); right: 0; left: 0; padding: 6px; border: 1px solid var(--line); border-radius: 5px; background: var(--paper); box-shadow: 0 14px 30px rgb(5 5 5 / 16%); }
.pricing-tabs__dropdown-option { display: block; padding: 11px 12px; border-radius: 3px; color: var(--muted); font: var(--font-ui); text-decoration: none; }
.pricing-tabs__dropdown-option:hover, .pricing-tabs__dropdown-option:focus-visible { background: var(--accent); color: var(--ink); text-decoration: none; }
.pricing-tabs__dropdown-option--active { background: var(--ink); color: var(--paper); font-weight: 700; }
.pricing-tabs__dropdown-option--active:hover, .pricing-tabs__dropdown-option--active:focus-visible { background: var(--ink); color: var(--paper); }
.pricing-tabs__list::-webkit-scrollbar { display: none; }
.pricing-tabs__tab { position: relative; display: flex; min-height: 48px; align-items: center; justify-content: center; flex: 0 0 auto; padding: 10px 20px 13px; color: var(--muted); font: var(--font-ui); letter-spacing: .3px; text-decoration: none; white-space: nowrap; }
.pricing-tabs__tab::after { position: absolute; right: 20px; bottom: -1px; left: 20px; height: 2px; background: transparent; content: ""; }
.pricing-tabs__tab:hover, .pricing-tabs__tab:focus-visible { color: var(--ink); text-decoration: none; }
.pricing-tabs__tab--active { color: var(--ink); font-weight: 700; }
.pricing-tabs__tab--active::after { background: var(--ink); }
.pricing-tabs__tab:focus-visible { outline: 2px solid var(--ink); outline-offset: -2px; }
.price-section > .pricing-tabs { padding-top: 0; }
.pricing-tabs + .artist-profiles--makeup { padding-top: 36px; }
.pricing-tabs, .selfie-prices, #studio-pricing, #photographer-pricing, #makeup-pricing, #stylist-pricing { scroll-margin-top: 104px; }

@media (max-width: 1050px) and (min-width: 761px) {
  .pricing-tabs__list { display: none; }
  .pricing-tabs__select-wrap { position: relative; display: block; }
  .pricing-tabs__dropdown-trigger { width: 100%; }
}

.booking-price-section { max-width: var(--content-max); padding-top: 28px; }
.booking-price-section--with-upgrades { padding-bottom: 24px; }
.booking-price-grid { max-width: var(--content-max); margin-right: auto; margin-left: auto; }
.booking-price-grid .price-card { display: flex; min-height: 300px; flex-direction: column; }
.booking-price-grid .price-card__header h3 { margin: 0 0 26px; font: 400 24px/1 var(--serif); text-wrap: normal; }
.booking-price-grid .price-card__accent { color: #baf3e6; }
.booking-price-grid .price-card__description { min-height: 0; max-width: none; margin: 0; color: var(--paper); font: 400 16px/1.8 var(--sans); }
.booking-price-grid .price-card__description p { margin: 0; font: inherit; }
.booking-price-grid .price-card__description-line--bold { font-weight: 700 !important; }
.booking-price-grid .price-card__details { min-width: 0; margin-top: auto; padding-top: 0; }
.booking-price-grid .price-card__price { min-height: 0; margin: 0; padding: 0; }
.booking-note { max-width: var(--content-reading-max); margin: 0 auto 66px; }
.booking-note .info-box__content { flex: 1 1 auto; }
.booking-note .info-box__content ul { margin: 0; padding-left: 20px; }
.booking-note .info-box__content li { margin: 0; font: var(--text-body); text-align: left; }
.booking-note .info-box__content li + li { margin-top: 18px; }
.booking-extras { max-width: var(--content-max); margin: 0 auto; padding: 0 24px 78px; }
.booking-extras h2 { margin: 0 0 18px; font: 400 48px/1.08 var(--serif); text-align: center; }
.booking-extras > p { text-align: center; font: var(--text-body); }
.booking-extras__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 5px; margin-top: 36px; }
.booking-extras__grid article { min-height: 160px; padding: 22px 16px; background: var(--accent); }
.booking-extras__grid h3 { margin: 0 0 14px; font: 400 25px/1.08 var(--serif); }
.booking-extras__grid p { margin: 0 0 18px; font: var(--text-small); }
.booking-extras__grid strong { font: 700 18px/1.1 var(--sans); }
.booking-extras-section .service-upgrade-grid span { font: var(--text-small); letter-spacing: 0; text-transform: none; }
.booking-extras-section { max-width: var(--content-max); padding-bottom: 34px; }
.booking-extras-section .service-upgrade-grid { max-width: var(--content-max); margin-right: auto; margin-left: auto; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.booking-extras-section .service-upgrade-grid strong { font-size: 20px; }
@media (max-width: 1199px) and (min-width: 761px) {
  .booking-extras-section .service-upgrade-grid article { padding: 24px 18px 22px; }
  .booking-extras-section .service-upgrade-grid h4 { margin-bottom: 12px; font-size: 20px; line-height: 1.08; }
}
.booking-extras-note { max-width: var(--content-reading-max); margin: 0 auto 66px; }
.booking-extras-note p { margin: 0; font: var(--text-body); }
.seasonal-banner { max-width: var(--content-media-max); margin: 0 auto; }
.seasonal-banner img { display: block; width: 100%; height: auto; max-height: 620px; object-fit: cover; }
.service-gallery--seasonal { grid-template-columns: repeat(5, minmax(0, 1fr)); grid-auto-rows: 220px; }
.service-gallery--seasonal button:nth-child(1), .service-gallery--seasonal button:nth-child(4), .service-gallery--seasonal button:nth-child(6) { grid-row: span 2; }
.service-gallery--seasonal button:nth-child(3), .service-gallery--seasonal button:nth-child(5) { grid-column: span 2; }
.seasonal-gallery { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: center; max-width: var(--content-max); margin: 0 auto; padding: 0 24px 72px; }
.seasonal-gallery > .responsive-image { display: block; min-width: 0; }
.seasonal-gallery img { display: block; width: 100%; height: 560px; object-fit: cover; }
.seasonal-gallery h2 { margin: 0 0 18px; font: 400 48px/1.08 var(--serif); }
.seasonal-gallery p { font: var(--text-body); }
.seasonal-gallery ul, .wedding-glance ul { padding-left: 20px; }
.seasonal-gallery li, .wedding-glance li { margin: 8px 0; font: var(--text-small); }
.seasonal-gallery--strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: var(--content-max); }
.seasonal-gallery--strip button { display: block; min-width: 0; padding: 0; border: 0; background: none; cursor: zoom-in; overflow: hidden; }
.seasonal-gallery--strip img { display: block; width: 100%; height: 300px; object-fit: cover; }
.christmas-studio-feature { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(980px, calc(100% - 36px)); margin: 62px auto 0; }
.christmas-studio-feature > .responsive-image { display: block; min-width: 0; }
.christmas-studio-feature--intro > .responsive-image { padding-inline: 24px; }
.christmas-studio-feature img { display: block; width: 100%; height: 100%; border-radius: 20px; object-fit: cover; }
.christmas-studio-intro-copy { width: min(820px, calc(100% - 48px)); margin: 62px auto 0; text-align: center; }
.christmas-studio-intro-copy p { margin: 0; font: var(--text-body); }
.christmas-studio-disclaimer { width: min(100%, 680px); margin: 24px auto 0; padding: 20px 24px; border: 1px solid rgb(28 27 26 / 12%); border-radius: 20px; background: rgb(186 243 230 / 50%); text-align: center; }
.christmas-studio-disclaimer__title { font: var(--font-ui); }
.christmas-studio-disclaimer p + p { margin-top: 8px; }
.christmas-studio-feature--intro { margin-top: 42px; margin-bottom: 60px; }
.christmas-studio-feature--intro img { aspect-ratio: 882 / 1399; }
.christmas-studio-closing { margin-top: 0; padding: 70px 0 90px; background: #f5f5f5; }
.christmas-studio-feature--closing { margin: 0 auto; background: #fff; }
.christmas-studio-feature--closing img { height: 544px; }
.christmas-studio-feature__copy { display: flex; min-width: 0; flex-direction: column; justify-content: flex-start; padding: 66px 34px; }
.christmas-studio-feature__copy h2 { margin: 0 0 32px; font: var(--font-feature-title); letter-spacing: 0; }
.christmas-studio-feature__copy p { margin: 0; font: var(--text-body); }
.christmas-studio-feature__copy ul { margin: 30px 0 0; padding-left: 20px; }
.christmas-studio-feature__copy li { margin: 8px 0; font: var(--text-small); }
.christmas-studio-feature--closing .christmas-studio-feature__copy { padding: 66px 24px; }
.christmas-studio-feature--closing .button { width: 262px; max-width: 100%; margin-top: 28px; }
.christmas-decoration { --gallery-card: clamp(240px, 29vw, 409px); padding: 58px 40px 0; background: var(--paper); }
.christmas-decoration > h2 { width: min(950px, 100%); margin: 0 auto 40px; font: var(--font-section-title); text-align: center; }
.christmas-decoration__viewport { position: relative; overflow-x: auto; scrollbar-width: none; }
.christmas-decoration__viewport::-webkit-scrollbar { display: none; }
.christmas-decoration__track { display: flex; width: max-content; gap: 12px; }
.christmas-decoration__feature { display: grid; grid-template-columns: var(--gallery-card) calc(var(--gallery-card) + 22px) var(--gallery-card); gap: 12px; height: 613px; }
.christmas-decoration__feature-middle { display: grid; min-width: 0; grid-template-rows: 287px 314px; gap: 12px; }
.christmas-decoration__feature-bottom { display: grid; min-height: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.christmas-decoration__item { display: block; min-width: 0; min-height: 0; padding: 0; border: 0; border-radius: 0; background: transparent; cursor: zoom-in; overflow: hidden; }
.christmas-decoration__item img { display: block; width: 100%; height: 100%; border-radius: 0; object-fit: cover; }
.christmas-decoration__item--rail { width: var(--gallery-card); height: 613px; flex: 0 0 var(--gallery-card); }
.christmas-decoration__next { position: absolute; top: 50%; right: 24px; display: grid; width: 75px; height: 75px; place-items: center; border: 0; border-radius: 0; background: rgb(5 5 5 / 78%); color: #fff; font: 400 28px/1 var(--sans); cursor: pointer; transform: translateY(-50%); }
.christmas-decoration__next:hover { background: rgb(5 5 5 / 90%); }
.christmas-studio-details { width: min(884px, calc(100% - 36px)); margin: 98px auto 0; }
.christmas-studio-details h2 { margin: 0 0 30px; font: var(--font-subsection-title); }
.christmas-studio-details p { margin: 0; font: var(--text-body); }
.christmas-studio-details ul { margin: 38px 0 0; padding-left: 20px; }
.christmas-studio-details li { margin: 8px 0; font: var(--text-small); }
.christmas-studio-details + .booking-intro { max-width: 884px; padding: 28px 24px 0; text-align: left; }
.christmas-studio-details + .booking-intro p { margin: 0; }
.profile-hero { display: grid; grid-template-columns: 323px minmax(0, 1fr); gap: 64px; align-items: stretch; width: min(980px, 100%); margin: 0 auto; padding: 0 24px 76px; }
.profile-hero__portrait, .profile-hero__portrait > .responsive-image { display: block; min-width: 0; }
.profile-hero__portrait > .responsive-image { height: 732px; }
.profile-hero__portrait img { display: block; width: 100%; height: 100%; border-radius: 0; object-fit: cover; object-position: center; }
.profile-hero__content { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 54px 0; }
.profile-hero h1 { margin: 0 0 18px; font: 400 48px/1.05 var(--serif); }
.profile-hero h2 { margin: 32px 0 24px; font: 400 20px/1.2 var(--serif); }
.profile-hero__socials { display: flex; align-items: center; gap: 10px; }
.profile-hero__socials a { display: inline-flex; width: 25px; height: 25px; align-items: center; justify-content: center; color: var(--ink); }
.profile-hero__socials a:hover, .profile-hero__socials a:focus-visible { color: var(--muted); }
.profile-hero__socials a:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.profile-hero__website { display: inline-block; width: max-content; margin-top: 20px; font: var(--text-body); }
.profile-hero__description p { margin: 0 0 20px; font: var(--text-body); }
.profile-hero__description p:last-child { margin-bottom: 0; }
.profile-genres { padding: 0 24px 76px; text-align: center; }
.profile-genres > h2 { width: min(980px, 100%); margin: 0 auto 42px; font: var(--font-subsection-title); }
.profile-genres__grid { width: min(1320px, 100%); margin: 0 auto; }
.post-booking { max-width: 820px; margin: 0 auto; padding: 18px 24px 92px; }
.post-booking__rules-heading { margin: 24px 0 28px; font: var(--font-subsection-title); }
.post-booking__section { margin-top: 38px; }
.post-booking__section h3 { margin: 0 0 12px; font: var(--font-lead); }
.post-booking__section ul { margin: 0; padding-left: 24px; }
.post-booking__section li { padding-left: 7px; font: var(--text-body); }
.post-booking__section li + li { margin-top: 16px; }
.post-booking__closing { margin: 42px 0 0; font: var(--font-lead); }
.wedding-hero { min-height: 0; padding: 86px 24px 32px; text-align: center; }
.wedding-hero h1 { width: min(980px, 100%); margin: 0 auto 22px; font: var(--font-feature-title); }
.wedding-hero p { width: min(820px, 100%); margin: 0 auto 18px; font: var(--text-body); }
.wedding-hero .actions { align-items: stretch; flex-direction: column; justify-content: center; width: 302px; margin: 28px auto 0; gap: 8px; }
.wedding-hero .actions .button { display: flex; width: 100%; min-width: 0; height: 40px; box-sizing: border-box; align-items: center; justify-content: center; }
.wedding-glance { display: grid; grid-template-columns: 1fr 1fr; min-height: 588px; background: #f5f5f5; }
.wedding-glance__copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(42px, 8vw, 150px); }
.wedding-glance h2, .wedding-approach h2, .wedding-contact h2, .wedding-packages h2, .wedding-build h2, .wedding-options h2, .wedding-process h2, .wedding-testimonials h2 { margin: 0 0 18px; font: var(--font-section-title); }
.wedding-glance p, .wedding-approach p, .wedding-contact p, .wedding-packages > p, .wedding-build > p, .wedding-options > p, .wedding-process > p { font: var(--text-body); }
.wedding-glance__copy > p { max-width: 620px; margin: 0 0 24px; }
.wedding-glance ul { margin: 0; padding-left: 28px; font: var(--text-body); }
.wedding-glance li { margin: 10px 0; }
.wedding-glance > .responsive-image { display: block; width: 100%; height: 100%; min-height: 0; }
.wedding-glance > .responsive-image > img { display: block; width: 100%; height: 100%; min-height: 0; border-radius: 0; object-fit: cover; object-position: center; }
.wedding-packages, .wedding-build, .wedding-options { padding: 54px 24px 78px; text-align: center; }
.wedding-packages { max-width: none; margin: 0 auto; }
.wedding-packages > h2, .wedding-build > h2, .wedding-options > h2, .wedding-process > h2 { margin-bottom: 0; font: var(--font-subsection-title); }
.wedding-packages > p { max-width: 545px; margin: 0 auto; line-height: 28.8px; }
.wedding-build > p, .wedding-options > p { max-width: 608px; margin: 0 auto; line-height: 28.8px; }
.wedding-package-grid { width: min(978px, 100%); margin: 64px auto 0; text-align: left; }
.wedding-included-heading { width: min(608px, 100%); margin: 57px auto 0 !important; font: var(--font-subsection-title) !important; }
.wedding-included-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: min(1282px, 100%); gap: clamp(20px, 4.25vw, 65px); margin: 30px auto 0; }
.wedding-included-grid article { min-width: 0; }
.wedding-included-grid h3 { width: 100%; margin: 0 0 18px; font: 400 25px/30px var(--sans); white-space: normal; text-wrap: balance; }
.wedding-included-title-break { display: none; }
.wedding-included-grid p { width: 100%; margin: 0; font: var(--font-utility); overflow-wrap: anywhere; }
.wedding-build { max-width: none; padding-bottom: 64px; background: #f5f5f5; }
.wedding-build > h2, .wedding-options > h2, .wedding-options .wedding-addons-heading { line-height: 1.02; }
.wedding-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(978px, 100%); gap: 20px; margin: 66px auto 0; text-align: left; }
.wedding-feature-grid article { min-width: 0; overflow: hidden; }
.wedding-feature-grid img { display: block; width: 100%; height: 167px; border-radius: 0; object-fit: cover; }
.wedding-feature-grid article > div { height: 205px; min-height: 205px; padding: 20px 16px 22px; }
.wedding-feature-grid .extras-card__description { min-height: 0; }
.wedding-feature-grid .extras-card strong, .wedding-option-grid .extras-card strong { font: var(--font-body); font-weight: 700; }
.wedding-build .wedding-choice-note { margin-top: 59px !important; }
.wedding-build .wedding-choice-note--followup { margin-top: 0 !important; }
.wedding-choice-note { margin: 38px auto 0 !important; text-align: center; }
.wedding-choice-note .text-link { text-decoration: underline; }
.wedding-options { max-width: none; margin: 0; padding-bottom: 64px; background: #f5f5f5; }
.wedding-options > p { max-width: 686px; }
.wedding-option-grid { display: grid; gap: 20px; margin: 65px auto 0; text-align: left; }
.wedding-option-grid--primary { grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(980px, 100%); }
.wedding-option-grid--addons { grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(978px, 100%); margin-top: 30px; }
.wedding-option-grid article { min-width: 0; overflow: hidden; }
.wedding-option-grid img { display: block; width: 100%; height: 245px; border-radius: 0; object-fit: cover; }
.wedding-option-grid--addons img { height: 208px; }
.wedding-option-grid article > div { padding: 14px 16px 22px; }
.wedding-option-grid--primary article > div { height: 184px; }
.wedding-option-grid--addons article > div { height: 190px; }
.wedding-option-grid .extras-card__description { min-height: 0; }
.wedding-addons-heading { margin-top: 90px !important; font-size: 38px !important; }
.wedding-options .wedding-choice-note--followup { margin-top: 0 !important; }
.wedding-photographers { display: grid; grid-template-columns: minmax(0, 1fr) 652px; height: 880px; min-height: 0; overflow: hidden; }
.wedding-photographers__copy { padding: 50px 311px 40px 310px; }
.wedding-photographers h2 { max-width: 485px; margin: 0 0 22px; font: var(--font-feature-title); }
.wedding-photographers p { max-width: 620px; margin: 0 0 24px; font: var(--text-body); }
.wedding-photographers__intro { margin-bottom: 24px !important; }
.wedding-photographer { margin-top: 44px; }
.wedding-photographer + .wedding-photographer { margin-top: 39px; }
.wedding-photographer h3 { margin: 0 0 8px; font: 400 22px/1.2 var(--sans); }
.wedding-photographer strong { display: block; margin-bottom: 28px; font: var(--font-body); }
.wedding-photographer p { margin-bottom: 0; }
.wedding-photographers__tail { margin-top: 40px !important; font-weight: 700 !important; }
.wedding-photographers__image { height: 880px; min-height: 0; overflow: hidden; }
.wedding-photographers__image img { display: block; width: 100%; height: 100%; border-radius: 0; object-fit: cover; object-position: center; }
.wedding-approach { max-width: none; margin-top: 1px; padding: 64px 24px 95px; background: #f5f5f5; text-align: center; }
.wedding-approach h2 { width: min(907px, 100%); margin: 0 auto; font: 400 64px/1 var(--serif); }
.wedding-approach > p { max-width: 850px; margin: 0 auto; font: var(--text-body); }
.wedding-approach-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(978px, 100%); gap: 20px; margin: 52px auto 0; }
.wedding-testimonials { min-height: 0; padding: 72px 24px 96px; text-align: center; }
.wedding-testimonials h2 { width: min(949px, 100%); margin: 0 auto 10px; font: 400 64px/1 var(--serif); }
.wedding-testimonials__intro { margin: 0 auto 52px; font: var(--font-body); }
.wedding-testimonial { display: grid; grid-template-columns: minmax(0, 394px) minmax(0, 558px); align-items: center; gap: 48px; width: min(1000px, 100%); margin: 0 auto; text-align: left; }
.wedding-testimonial > .responsive-image { display: block; min-width: 0; }
.wedding-testimonial img { display: block; width: 100%; height: 552px; border-radius: 20px; object-fit: cover; }
.wedding-testimonial > div { width: 100%; min-height: 0; padding: 48px 44px; border-radius: 20px; background: #f5f5f5; }
.wedding-testimonial blockquote { width: 485px; margin: 0 0 40px; font: italic 400 16px/1.4 "Baskervville", Georgia, serif; }
.wedding-testimonial blockquote p { margin: 0; }
.wedding-testimonial blockquote p:first-child::before { content: "“"; }
.wedding-testimonial blockquote p:last-child::after { content: "”"; }
.wedding-testimonial blockquote p + p { margin-top: 1em; }
.wedding-testimonial cite { display: block; font: 400 18px/1.2 var(--serif); text-align: right; }
.wedding-testimonial cite::before { content: "— "; }
.wedding-process { min-height: 385px; padding: 40px 24px 39px; background: #f5f5f5; text-align: center; }
.wedding-process h2 { width: min(907px, 100%); margin: 0 auto; font: var(--font-section-title); }
.wedding-process > p { max-width: 850px; margin: 0 auto 56px; font: var(--text-body); }
.wedding-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: min(1282px, 100%); gap: clamp(24px, 5vw, 65px); margin: 0 auto; justify-content: stretch; }
.wedding-process__number { display: grid; width: 56px; height: 56px; margin: 0 auto 20px; border-radius: 50%; background: var(--paper); color: var(--ink); place-items: center; font: 700 24px/1 var(--sans); }
.wedding-process-grid h3 { width: 100%; max-width: 100%; min-width: 0; margin: 0 0 12px; font: var(--font-card-title); overflow-wrap: anywhere; }
.wedding-process-grid p { width: 100%; max-width: 100%; min-width: 0; margin: 0; font: var(--text-body); overflow-wrap: anywhere; }
.wedding-contact { width: 100%; max-width: none; height: auto; min-height: 0; margin: 0; overflow: hidden; padding: 0; background: linear-gradient(to right, var(--ink) 0 50%, #f5f5f5 50% 100%); }
.wedding-contact__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); width: 100%; max-width: var(--content-max); min-height: 0; margin: 0 auto; }
.wedding-contact__intro { padding: clamp(64px, 6vw, 88px) clamp(36px, 6vw, 84px); background: var(--ink); color: var(--paper); }
.wedding-contact h2 { max-width: 480px; margin: 0 0 24px; font: var(--font-feature-title); }
.wedding-contact__intro p { max-width: 390px; margin: 0 0 28px; }
.wedding-contact__lead { font-size: 22px !important; line-height: 1.2 !important; }
.wedding-contact__form { padding: clamp(48px, 6vw, 82px) clamp(36px, 6vw, 84px); }
.wedding-contact form { display: grid; grid-template-columns: 1fr; gap: 13px; max-width: 480px; margin: 0 auto; }
.wedding-contact label { display: grid; gap: 4px; font: 400 12px/1.2 var(--sans); }
.wedding-contact input:not([type="checkbox"]), .wedding-contact textarea { box-sizing: border-box; width: 100%; padding: 8px 10px; border: 1px solid var(--line); border-radius: 5px; background: var(--paper); color: var(--ink); font: 400 14px/1.3 var(--sans); }
.wedding-contact textarea { min-height: 68px; resize: vertical; }
.wedding-contact__submit { display: flex; align-items: center; gap: 24px; }
.wedding-contact__submit .button { width: max-content; min-width: max-content; flex: 0 0 auto; padding-right: 26px; padding-left: 26px; white-space: nowrap; }
.wedding-contact__submit p { min-width: 0; margin: 0; font: var(--text-body); }

@media (max-width: 1199px) and (min-width: 761px) {
  .service-card-grid--minimal { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .corporate-offering-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 12px; margin-top: 28px; }
  .service-audience-grid { grid-template-columns: repeat(3, minmax(220px, 1fr)); gap: 24px 12px; }
  .service-section--corporate-packages .service-package-grid { grid-template-columns: repeat(3, minmax(220px, 1fr)); }
  .glamour-details-grid { grid-template-columns: repeat(2, minmax(220px, 1fr)); gap: 34px 24px; }
  .glamour-details .service-info h3 { font-size: 20px; line-height: 1.15; }
  .glamour-details .service-info p { font-size: 14px; line-height: 1.5; }
  .model-details-grid { grid-template-columns: repeat(2, minmax(220px, 1fr)); gap: 34px 24px; }
  .model-details .service-info h3 { font-size: 20px; line-height: 1.15; }
  .model-details .service-info p { font-size: 14px; line-height: 1.5; }
  .service-clients > div { width: calc(100% - 48px); margin-right: auto; margin-left: auto; flex-wrap: nowrap; justify-content: center; gap: 8px; }
  .service-clients > div > .responsive-image { width: 105px; flex: 0 0 105px; }
  .service-clients img { width: 100%; height: 105px; }
  .wedding-included-grid h3 { font-size: 20px; line-height: 24px; }
  .wedding-included-title-break { display: block; }
  .wedding-photographers { grid-template-columns: minmax(0, 1fr) minmax(280px, 42%); height: auto; min-height: 0; }
  .wedding-photographers__copy { min-width: 0; padding: 50px clamp(24px, 5vw, 64px) 56px; }
  .wedding-photographers__image { align-self: stretch; height: auto; min-height: 0; }
  .wedding-photographers__image > .responsive-image { display: block; width: 100%; height: 100%; }
}

@media (hover: none) and (pointer: coarse) and (min-width: 761px) {
  .service-card-grid--minimal { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .corporate-offering-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 12px; margin-top: 28px; }
  .service-audience-grid { grid-template-columns: repeat(3, minmax(220px, 1fr)); gap: 24px 12px; }
  .service-section--corporate-packages .service-package-grid { grid-template-columns: repeat(3, minmax(220px, 1fr)); }
  .glamour-details-grid { grid-template-columns: repeat(2, minmax(220px, 1fr)); gap: 34px 24px; }
  .glamour-details .service-info h3 { font-size: 20px; line-height: 1.15; }
  .glamour-details .service-info p { font-size: 14px; line-height: 1.5; }
  .model-details-grid { grid-template-columns: repeat(2, minmax(220px, 1fr)); gap: 34px 24px; }
  .model-details .service-info h3 { font-size: 20px; line-height: 1.15; }
  .model-details .service-info p { font-size: 14px; line-height: 1.5; }
  .service-clients > div { width: calc(100% - 48px); margin-right: auto; margin-left: auto; flex-wrap: nowrap; justify-content: center; gap: 8px; }
  .service-clients > div > .responsive-image { width: 105px; flex: 0 0 105px; }
  .service-clients img { width: 100%; height: 105px; }
}

@media (max-width: 700px) {
  .page-hero--service, .service-hero { padding: 60px 18px 42px; }
  .page-hero--service h1, .service-hero h1 { font-size: 43px; }
  .page-hero--service > .page-hero__subtitle, .page-hero--service > .page-hero__lead, .service-hero > p { margin: 8px auto 0; font: 400 15px/22.5px var(--sans); }
  .page-hero__description { margin-top: 18px; }
  .page-hero__description p { margin-bottom: 18px; }
  .service-copy, .service-section, .service-upgrades, .service-clients, .service-faq { padding: 42px 18px; }
  .service-section--approach { padding-top: 64px; padding-bottom: 64px; }
  .service-upgrades { padding-top: 28px; }
  .service-copy--intro { padding-top: 0; }
  .service-section h2, .service-clients h2, .service-faq h2 { font-size: 39px; }
  .service-upgrades h3 { font-size: 32px; }
  .service-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 190px; gap: 4px; }
  .service-gallery button { grid-column: auto !important; grid-row: auto !important; }
  .service-gallery button:nth-child(3n + 1) { grid-row: span 2 !important; }
  .service-gallery img { min-height: 100%; }
  .service-card-grid, .service-package-grid, .service-package-grid--corporate, .service-upgrade-grid, .service-audience-grid { grid-template-columns: 1fr; }
  .service-card-grid { margin-top: 28px; }
  .service-card-grid article { min-height: 0; }
  .service-package { min-height: 0; }
  .service-package strong { margin-top: 8px; }
  .price-card { min-height: 0; }
  .price-card { padding: 30px 22px 26px; }
  .price-card__price { min-height: 0; margin-top: 8px; padding-bottom: 28px; }
  .price-card__features { margin: 18px -22px -26px; padding: 18px 22px 26px; }
  .selfie-prices__packages > h2 { font-size: 32px; }
  .selfie-prices__grid { grid-template-columns: 1fr; gap: 20px; margin-top: 34px; }
  .service-upgrade-grid, .service-audience-grid { gap: 18px; }
  .service-upgrade-grid { margin-top: 20px; }
  .service-upgrade-grid article { aspect-ratio: auto; min-height: 0; padding: 34px 22px; }
  .corporate-overview .horizontal-masonry-gallery-section { padding: 0; }
  .corporate-offering-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; margin-top: 28px; }
  .corporate-details-grid { grid-template-columns: 1fr; gap: 34px; }
  .glamour-details-grid { grid-template-columns: 1fr; gap: 34px; }
  .model-details-grid { grid-template-columns: 1fr; gap: 34px; }
  .model-face-card-section { grid-template-columns: minmax(110px, 145px) minmax(0, 1fr); gap: 22px; padding: 28px 18px 48px; }
  .model-face-card-section__copy h2 { font-size: 28px; }
  .studio-section--split { grid-template-columns: 1fr; }
  .studio-section__copy { padding: 56px 18px; }
  .studio-section__copy h2 { font-size: 43px; }
  .studio-section__image img { min-height: 330px; }
  .service-section--corporate-packages .service-package-grid { grid-template-columns: 1fr; }
  .service-clients > div { gap: 18px; flex-wrap: wrap; }
  .service-clients img { width: 105px; height: 105px; }
  .service-gallery--special { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-model-card { margin-top: 36px; }
  .id-photo-hero { display: flex; min-height: 0; flex-direction: column-reverse; gap: 30px; padding: 48px 18px 36px; text-align: center; }
  .id-photo-hero img { height: 330px; }
  .id-photo-hero h1 { font-size: 43px; }
  .id-photo-hero h2 { margin: 14px 0 22px; font-size: 30px; }
  .id-photo-hero__image { width: calc(100% - 36px); padding-bottom: 42px; }
  .id-photo-hero__image img { height: 330px; }
  .id-photo-booking { padding-right: 18px; padding-left: 18px; }
  .service-gallery--id { grid-template-columns: 1fr; padding-right: 0; padding-left: 0; }
  .mentoring-packages__heading { padding: 30px 18px 34px; font-size: 34px; }
  .mentoring-benefits { grid-template-columns: 1fr; gap: 44px; padding: 0 18px 60px; }
  .mentoring-benefit h3 { margin-bottom: 15px; font-size: 25px; }
  .mentoring-benefit img { width: 150px; height: 150px; margin-bottom: 15px; }
  .mentoring-benefit p { max-width: 280px; }
  .mentoring-package { grid-template-columns: 1fr; }
  .mentoring-package__overview { padding: 44px 18px 48px; }
  .mentoring-package__overview h2 { margin-bottom: 28px; font-size: 42px; }
  .mentoring-package__overview strong { margin-bottom: 28px; font-size: 28px; }
  .mentoring-package__lessons { padding: 42px 18px 48px; }
  .mentoring-lesson h3 { font-size: 21px; }
  .mentoring-gallery-section { padding: 28px 0 34px; }
  .service-contact { padding-right: 18px; padding-left: 18px; }
  .service-contact h2 { font-size: 39px; }
  .booking-intro { padding: 56px 18px 38px; }
  .booking-intro h1 { font-size: 43px; }
  .pricing-tabs, .price-section > .pricing-tabs { width: calc(100% + 36px); max-width: none; margin-left: -18px; padding: 18px; }
  .pricing-tabs:has(+ .artist-profiles--makeup) { width: 100%; margin-left: 0; padding-right: 18px; padding-left: 18px; }
  .pricing-tabs__list { display: none; }
  .pricing-tabs__select-wrap { position: relative; display: block; }
  .booking-note { margin-right: 18px; margin-left: 18px; }
  .booking-extras { padding-right: 18px; padding-left: 18px; }
  .booking-extras h2 { font-size: 39px; }
  .booking-extras__grid { grid-template-columns: 1fr 1fr; }
  .seasonal-banner img { min-height: 280px; object-fit: cover; }
  .seasonal-gallery { grid-template-columns: 1fr; gap: 28px; padding-right: 18px; padding-left: 18px; }
  .seasonal-gallery > .responsive-image { width: 100%; }
  .seasonal-gallery img { height: 360px; }
  .seasonal-gallery h2 { font-size: 39px; }
  .seasonal-gallery--strip { grid-template-columns: 1fr 1fr; padding-right: 0; padding-left: 0; }
  .seasonal-gallery--strip img { height: 240px; }
  .christmas-studio-feature { width: 100%; grid-template-columns: 1fr; margin-top: 48px; }
  .christmas-studio-feature--intro > .responsive-image { padding-inline: 18px; }
  .christmas-studio-intro-copy { width: calc(100% - 36px); margin-top: 48px; text-align: center; }
  .christmas-studio-feature--intro { margin-top: 32px; margin-bottom: 0; }
  .christmas-studio-feature--intro .christmas-studio-feature__copy { padding-top: 24px; padding-bottom: 0; }
  .christmas-studio-feature--intro .christmas-studio-feature__copy h2 { margin-bottom: 0; }
  .christmas-studio-feature--intro .christmas-studio-feature__copy ul { margin-top: 18px; }
  .christmas-studio-feature--intro img { height: auto; aspect-ratio: 882 / 1399; }
  .christmas-studio-closing { padding: 54px 0 64px; }
  .christmas-studio-feature--closing { margin: 0; }
  .christmas-studio-feature--closing img { height: 360px; }
  .christmas-studio-feature__copy { padding: 44px 18px 50px; }
  .christmas-studio-feature__copy h2 { font-size: 43px; }
  .christmas-studio-feature--closing .christmas-studio-feature__copy { padding: 44px 18px 50px; }
  .christmas-decoration { --gallery-card: calc((100vw - 48px) * .78); padding: 24px 18px 30px; }
  .christmas-decoration > h2 { margin-bottom: 28px; font-size: 39px; line-height: 1.08; }
  .christmas-decoration__feature { height: calc(var(--gallery-card) * 1.5); grid-template-columns: var(--gallery-card) calc(var(--gallery-card) + 16px) var(--gallery-card); }
  .christmas-decoration__feature-middle { grid-template-rows: calc((var(--gallery-card) * 1.5 - 12px) / 2) calc((var(--gallery-card) * 1.5 - 12px) / 2); }
  .christmas-decoration__item--rail { width: var(--gallery-card); height: calc(var(--gallery-card) * 1.5); }
  .christmas-decoration__next { right: 8px; width: 52px; height: 52px; font-size: 22px; }
  .christmas-studio-details { width: calc(100% - 36px); margin-top: 60px; }
  .christmas-studio-details h2 { font-size: 28px; line-height: 1.2; }
  .christmas-studio-details + .booking-intro { width: calc(100% - 36px); padding: 28px 0 0; }
  .booking-price-section--with-upgrades { padding-bottom: 18px; }
  .packages-upgrades--cards-only { padding-top: 0; }
  .profile-hero { grid-template-columns: 1fr; gap: 0; width: min(520px, 100%); padding: 0 18px 52px; }
  .profile-hero__portrait > .responsive-image { height: min(520px, 125vw); }
  .profile-hero__content { padding: 42px 0 0; text-align: center; }
  .profile-hero h1 { font-size: 48px; }
  .profile-hero h2 { margin-top: 30px; }
  .profile-hero__socials { justify-content: center; }
  .profile-hero__website { margin-right: auto; margin-left: auto; }
  .profile-hero__description { text-align: left; }
  .profile-genres { padding: 0 18px 58px; }
  .profile-genres > h2 { margin-bottom: 30px; font-size: 39px; }
  .post-booking { padding: 12px 18px 70px; }
  .post-booking__rules-heading { font-size: 32px; }
  .post-booking__section { margin-top: 32px; }
  .post-booking__section li { padding-left: 4px; }
  .wedding-hero { min-height: 0; padding: 58px 18px 32px; }
  .wedding-hero h1 { width: 100%; font-size: 43px; }
  .wedding-glance { grid-template-columns: 1fr; min-height: 0; }
  .wedding-glance__copy { padding: 58px 18px 48px; }
  .wedding-glance > .responsive-image > img { min-height: 420px; height: 420px; }
  .wedding-packages, .wedding-build, .wedding-options { padding: 58px 18px 64px; }
  .wedding-packages h2, .wedding-build h2, .wedding-options h2, .wedding-process h2, .wedding-testimonials h2, .wedding-approach h2 { font-size: 39px; }
  .wedding-package-grid, .wedding-included-grid, .wedding-feature-grid, .wedding-option-grid--primary, .wedding-option-grid--addons, .wedding-process-grid { grid-template-columns: 1fr; }
  .wedding-package-grid, .wedding-option-grid { margin-top: 42px; }
  .wedding-included-heading, .wedding-addons-heading { margin-top: 54px !important; font-size: 32px !important; }
  .wedding-included-grid { gap: 34px; margin-top: 28px; }
  .wedding-included-grid h3,
  .wedding-included-grid p {
    margin-right: auto;
    margin-left: auto;
  }
  .wedding-feature-grid { margin-top: 42px; }
  .wedding-feature-grid article > div, .wedding-option-grid--primary article > div, .wedding-option-grid--addons article > div { height: auto; min-height: 0; }
  .wedding-option-grid--addons { margin-top: 28px; }
  .wedding-option-grid img, .wedding-option-grid--addons img { height: 220px; }
  .wedding-photographers { grid-template-columns: 1fr; height: auto; min-height: 0; overflow: visible; }
  .wedding-photographers__copy { padding: 58px 18px 64px; }
  .wedding-photographers h2 { font-size: 43px; }
  .wedding-photographers__image { height: 420px; min-height: 420px; }
  .wedding-approach { height: auto; margin-top: 0; padding: 58px 18px 64px; }
  .wedding-approach-grid { grid-template-columns: 1fr; gap: 42px; margin-top: 36px; }
  .wedding-testimonials { height: auto; overflow: visible; padding: 48px 18px 64px; }
  .wedding-testimonials h2 { margin-bottom: 10px; }
  .wedding-testimonials__intro { margin-bottom: 36px; }
  .wedding-testimonial { grid-template-columns: minmax(0, 1fr); gap: 24px; width: min(100%, 394px); min-width: 0; }
  .wedding-testimonial img { min-width: 0; max-width: 100%; height: 480px; }
  .wedding-testimonial > div { padding: 34px 24px; }
  .wedding-testimonial blockquote { width: 100%; max-width: 100%; }
  .wedding-process { height: auto; overflow: visible; padding: 58px 18px 64px; }
  .wedding-process > p { margin-bottom: 40px; }
  .wedding-process-grid h3,
  .wedding-process-grid p {
    width: min(100%, 283px);
    margin-right: auto;
    margin-left: auto;
  }
  .wedding-contact { height: auto; min-height: 0; overflow: visible; padding: 0; background: #f5f5f5; }
  .wedding-contact__inner { grid-template-columns: 1fr; }
  .wedding-contact__intro { padding: 48px 24px; }
  .wedding-contact h2 { font-size: 43px; }
  .wedding-contact__form { padding: 42px 24px 24px; }
  .wedding-contact__submit { align-items: flex-start; flex-direction: column; gap: 16px; }
}

/* Shared image-led heroes use the homepage composition at phone widths. */
@media (max-width: 760px) {
  main section .button {
    display: flex;
    width: min(100%, 280px);
    min-width: 0;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
  }
  .image-hero__image-wrap { height: 420px; clip-path: ellipse(100% 100% at 50% 0%); }
  .image-hero__content { bottom: 39px; padding: 0 20px; }
  .image-hero--home .image-hero__icon { top: 7.1%; left: 34.0625%; width: 31.875%; }
  .image-hero--home h1 { width: 280px; font-size: 24px; line-height: 24px; }
  .image-hero--home .button { width: 211px; min-width: 0; height: 42px; margin-top: 25px; padding: 0; font-size: 14px; }
  .image-hero--selfie .image-hero__image-wrap { height: 760px; clip-path: ellipse(120% 100% at 50% 0%); }
  .image-hero--selfie .image-hero__content { inset: 0; justify-content: center; padding: 74px 20px 72px; }
  .image-hero--selfie h1 { font-size: clamp(45px, 12vw, 62px); }
  .image-hero--selfie h2 { margin-top: 34px; font-size: 31px; }
  .image-hero--selfie p { margin-top: 22px; font: 400 15px/22.5px var(--sans); }
  .image-hero--selfie .button { margin-top: 24px; }
  .image-hero--christmas .image-hero__image-wrap { height: 520px; clip-path: ellipse(100% 100% at 50% 0%); }
  .image-hero--christmas .image-hero__content { bottom: 48px; }
  .image-hero--christmas h1 { font-size: 43px; line-height: 1.05; }
  .image-hero--christmas p { margin-top: 18px; font: 400 15px/22.5px var(--sans); }
  .image-hero--christmas .button { height: 42px; margin-top: 24px; }
}
