:root {
    --ink: #171717;
    --ink-soft: #3f3f3f;
    --paper: #ffffff;
    --mist: #f3f1ee;
    --line: #d8d4cf;
    --wine: #a30c25;
    --wine-dark: #730817;
    --gold: #bf9660;
    --shadow: 0 18px 50px rgba(17, 17, 17, .16);
    --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
    --display: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--mist);
    color: var(--ink);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.55;
    overflow-x: hidden;
}
body.dialog-open,
body.filters-open,
body.menu-open { overflow: hidden; }
button,
input,
textarea { font: inherit; }
button,
a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img,
video { display: block; max-width: 100%; }
button { color: inherit; }
:focus-visible { outline: 3px solid #d7ae70; outline-offset: 3px; }
[hidden] { display: none !important; }
.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0);
    white-space: nowrap; border: 0;
}
.section-kicker {
    display: block;
    margin-bottom: 7px;
    color: var(--wine);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.button {
    min-height: 46px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: background .2s, color .2s, border-color .2s;
}
.button--primary { background: var(--wine); color: #fff; }
.button--primary:hover { background: var(--wine-dark); }
.button--outline { border-color: var(--ink); background: transparent; }
.button--light { border-color: #fff; background: #fff; color: var(--ink); }
.button--dark { background: var(--ink); color: #fff; }
.icon-close {
    display: grid;
    width: 42px; height: 42px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    font-size: 25px;
    line-height: 1;
}

/* Header */
.site-header {
    position: relative;
    z-index: 30;
    height: 72px;
    background: #101010;
    color: #fff;
}
.site-header__bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1160px, calc(100% - 48px));
    height: 72px;
    margin: 0 auto;
}
.site-brand {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    display: flex;
    width: 138px;
    height: 106px;
    padding: 13px 10px 11px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--wine);
    box-shadow: 0 7px 18px rgba(0,0,0,.25);
    color: #fff;
    text-align: center;
    text-decoration: none;
    transform: translateX(-50%);
}
.site-brand__mark {
    font-family: var(--display);
    font-size: 25px;
    font-style: italic;
    line-height: 1;
}
.site-brand__name {
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
    font-family: var(--display);
    font-size: 13px;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header-city,
.header-browse,
.menu-toggle {
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
}
.header-city {
    display: flex;
    padding: 4px 0;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 700;
}
.header-city__eyebrow {
    color: #aaa;
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.header-browse {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none;
}
.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 11px 8px;
}
.menu-toggle > span:not(.screen-reader-text) {
    display: block;
    width: 25px;
    height: 2px;
    margin: 4px 0;
    background: currentColor;
    transition: transform .2s, opacity .2s;
}
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-navigation {
    position: fixed;
    z-index: 28;
    inset: 72px 0 0;
    padding: 70px 24px 24px;
    background: #111;
}
.mobile-navigation button,
.mobile-navigation a {
    display: block;
    width: 100%;
    padding: 19px 0;
    border: 0;
    border-bottom: 1px solid #3a3a3a;
    background: none;
    color: #fff;
    text-align: left;
    text-decoration: none;
}

/* Campaign hero */
.campaign-hero {
    position: relative;
    min-height: 490px;
    background-color: #292226;
    background-image: linear-gradient(90deg, rgba(8,8,8,.8) 0%, rgba(8,8,8,.45) 48%, rgba(8,8,8,.25) 100%), var(--campaign-image);
    background-position: center;
    background-size: cover;
    color: #fff;
}
.campaign-hero::after {
    position: absolute;
    inset: auto 0 0;
    height: 150px;
    background: linear-gradient(transparent, rgba(0,0,0,.35));
    content: "";
    pointer-events: none;
}
.campaign-hero__inner {
    position: relative;
    z-index: 1;
    width: min(1160px, calc(100% - 48px));
    margin: 0 auto;
    padding: 118px 0 145px;
}
.campaign-hero__kicker {
    display: inline-block;
    margin-bottom: 16px;
    border-bottom: 2px solid var(--wine);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .17em;
    text-transform: uppercase;
}
.campaign-hero h1 {
    max-width: 760px;
    margin: 0;
    font-family: var(--display);
    font-size: clamp(48px, 6vw, 82px);
    font-style: italic;
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: .98;
}
.campaign-hero__inner > p {
    max-width: 560px;
    margin: 22px 0 0;
    color: #e7e2dd;
    font-size: 17px;
}
.hero-actions {
    position: absolute;
    z-index: 3;
    right: 50%;
    bottom: -53px;
    display: grid;
    width: min(980px, calc(100% - 48px));
    min-height: 106px;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    box-shadow: var(--shadow);
    color: #343434;
    transform: translateX(50%);
}
.hero-actions a,
.hero-actions button {
    display: flex;
    min-width: 0;
    padding: 19px 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    border-right: 1px solid var(--line);
    background: #fff;
    color: inherit;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    text-decoration: underline;
}
.hero-actions > :last-child { border-right: 0; }
.hero-actions .hero-filter-button { display: none; }
.hero-actions a:hover,
.hero-actions button:hover { background: #f8f6f3; color: var(--wine); }
.hero-actions span { font-size: 21px; line-height: 1; text-decoration: none; }

/* Catalogue */
.catalog-section {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
    padding: 132px 0 86px;
}
.catalog-section--archive { padding-top: 54px; }
.catalog-heading,
.section-heading {
    display: flex;
    margin-bottom: 32px;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}
.catalog-heading h2,
.section-heading h2,
.filter-panel h2,
.information-panel h2,
.phone-sheet h2,
.city-sheet h2 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(29px, 3vw, 42px);
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 1.08;
}
.catalog-filter-button { display: none; }
.catalog-layout {
    display: grid;
    grid-template-columns: 256px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}
.filter-panel {
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 40px);
    overflow: auto;
    border-top: 5px solid var(--wine);
    background: #fff;
    box-shadow: 0 4px 25px rgba(0,0,0,.06);
}
.filter-panel__head {
    display: flex;
    padding: 22px 20px 18px;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
}
.filter-panel h2 { font-size: 25px; }
.filter-close { display: none; }
.filter-panel__scroll { padding: 0 20px 18px; }
.filter-group { padding: 20px 0; border-bottom: 1px solid var(--line); }
.filter-group:last-child { border-bottom: 0; }
.filter-group h3 {
    margin: 0 0 10px;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.filter-options { display: grid; gap: 3px; }
.filter-options a {
    display: flex;
    min-height: 36px;
    padding: 7px 0;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #4f4f4f;
    font-size: 13px;
    text-decoration: none;
}
.filter-options a:hover { color: var(--wine); }
.filter-options small {
    min-width: 25px;
    color: #999;
    text-align: right;
}
.profile-grid {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 18px;
}
.profile-card {
    min-width: 0;
    border: 1px solid var(--line);
    background: #fff;
    transition: box-shadow .25s, transform .25s;
}
.profile-card:hover { box-shadow: 0 14px 34px rgba(0,0,0,.11); transform: translateY(-3px); }
.profile-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: #ddd;
}
.profile-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s;
}
.profile-card:hover .profile-card__media img { transform: scale(1.025); }
.profile-card__arrow {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    text-decoration: none;
}
.profile-card__body { padding: 16px; }
.profile-card__identity h3 {
    overflow: hidden;
    margin: 0;
    font-family: var(--display);
    font-size: 23px;
    font-weight: 400;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.profile-card__identity h3 a { text-decoration: none; }
.profile-card__identity p {
    display: flex;
    min-height: 23px;
    margin: 7px 0 15px;
    gap: 12px;
    color: #777;
    font-size: 12px;
}
.profile-card__identity p span + span::before { margin-right: 12px; content: "·"; }
.card-phone {
    width: 100%;
    min-height: 42px;
    border: 1px solid #b9b4ae;
    background: transparent;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
}
.card-phone:hover { border-color: var(--wine); color: var(--wine); }
.empty-state {
    grid-column: 1 / -1;
    padding: 50px;
    border: 1px solid var(--line);
    background: #fff;
    text-align: center;
}
.editorial-copy {
    width: min(920px, calc(100% - 48px));
    margin: 0 auto 90px;
    padding: 46px 54px;
    border-left: 5px solid var(--wine);
    background: #fff;
    color: var(--ink-soft);
}
.editorial-copy h1,
.editorial-copy h2 {
    font-family: var(--display);
    font-weight: 400;
}

/* Archive and generic pages */
.archive-masthead {
    display: flex;
    min-height: 255px;
    padding: 76px max(24px, calc((100% - 1160px) / 2));
    flex-direction: column;
    justify-content: center;
    background: #1a1a1a;
    color: #fff;
}
.archive-masthead .section-kicker { color: #d6a76d; }
.archive-masthead h1 {
    width: 100%;
    max-width: 850px;
    margin: 0;
    font-family: var(--display);
    font-size: clamp(42px, 6vw, 70px);
    font-style: italic;
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 1;
    overflow-wrap: anywhere;
}
.archive-masthead .button { align-self: flex-start; margin-top: 25px; }
.content-page .editorial-copy { margin-top: 64px; }
.journal-entry { padding: 25px 0; border-bottom: 1px solid var(--line); }
.journal-entry h2 { margin: 0 0 7px; }
.journal-entry a { text-decoration: none; }

/* Profile */
.profile-page { padding-bottom: 80px; }
.profile-masthead {
    display: grid;
    min-height: 290px;
    padding: 80px max(24px, calc((100% - 1160px) / 2)) 54px;
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: end;
    gap: 60px;
    background: #171717;
    color: #fff;
}
.profile-masthead .section-kicker { color: #d6a76d; }
.profile-masthead h1 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(54px, 7vw, 92px);
    font-style: italic;
    font-weight: 400;
    letter-spacing: -.05em;
    line-height: .95;
}
.profile-masthead__copy p { margin: 14px 0 0; color: #bbb; }
.profile-contact {
    padding: 22px;
    border-top: 4px solid var(--wine);
    background: #fff;
    color: var(--ink);
}
.profile-contact .button { display: block; width: 100%; }
.contact-links {
    display: flex;
    margin-top: 14px;
    justify-content: center;
    gap: 10px 18px;
    flex-wrap: wrap;
}
.contact-links a { font-size: 12px; font-weight: 700; }
.profile-gallery {
    width: min(1160px, calc(100% - 48px));
    margin: 54px auto 0;
}
.gallery-count {
    display: grid;
    width: 42px; height: 42px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    font-size: 12px;
}
.gallery-filmstrip {
    display: grid;
    grid-auto-columns: minmax(260px, 31%);
    grid-auto-flow: column;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 15px;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--wine) #ddd;
}
.gallery-card {
    position: relative;
    overflow: hidden;
    min-width: 0;
    padding: 0;
    border: 0;
    aspect-ratio: 4 / 5;
    background: #ddd;
    cursor: zoom-in;
    scroll-snap-align: start;
}
.gallery-card--video { cursor: default; }
.gallery-card img,
.gallery-card video,
.gallery-card iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-card__number {
    position: absolute;
    right: 12px;
    bottom: 12px;
    display: grid;
    width: 36px; height: 36px;
    place-items: center;
    background: #fff;
    font-size: 11px;
}
.profile-information {
    display: grid;
    width: min(1160px, calc(100% - 48px));
    margin: 58px auto 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: start;
}
.information-panel {
    min-width: 0;
    padding: 35px;
    border-top: 4px solid var(--ink);
    background: #fff;
}
.information-panel--lead { border-top-color: var(--wine); }
.information-panel--wide { grid-column: 1 / -1; }
.information-panel--report {
    border-top-color: #a7a29b;
    background: #e8e5e1;
}
.information-panel h2 { margin-bottom: 24px; }
.prose { color: var(--ink-soft); }
.prose > :first-child { margin-top: 0; }
.prose > :last-child { margin-bottom: 0; }
.detail-list { margin: 0; }
.detail-list > div {
    display: grid;
    padding: 11px 0;
    grid-template-columns: minmax(100px, .7fr) 1fr;
    gap: 16px;
    border-bottom: 1px solid var(--line);
}
.detail-list dt { color: #777; font-size: 13px; }
.detail-list dd { margin: 0; text-align: right; }
.term-groups {
    display: grid;
    margin-top: 22px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.term-group {
    padding: 14px;
    border: 1px solid var(--line);
}
.term-group h3 {
    margin: 0 0 4px;
    color: #777;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.term-group p { margin: 0; font-size: 14px; }
.price-table { border: 1px solid var(--line); }
.price-row {
    display: grid;
    min-width: 0;
    grid-template-columns: 1.2fr 1fr 1fr;
}
.price-row > * {
    min-width: 0;
    padding: 14px 18px;
    border-bottom: 1px solid var(--line);
    overflow-wrap: anywhere;
}
.price-row > * + * { border-left: 1px solid var(--line); }
.price-row:last-child > * { border-bottom: 0; }
.price-row--head {
    background: var(--ink);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.service-list {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    list-style: none;
}
.service-list li {
    position: relative;
    padding: 9px 8px 9px 22px;
    border-bottom: 1px solid var(--line);
}
.service-list li::before {
    position: absolute;
    left: 7px;
    color: var(--wine);
    content: "•";
}
[data-abuse-form] label span { display: block; margin-bottom: 7px; font-size: 13px; }
[data-abuse-form] textarea {
    width: 100%;
    padding: 12px;
    resize: vertical;
    border: 1px solid #aaa;
    background: #fff;
}
[data-abuse-form] .button { margin-top: 12px; }
.form-status { min-height: 24px; margin: 10px 0 0; font-size: 13px; }

/* Dialogs */
.dialog-shell {
    position: fixed;
    z-index: 100;
    inset: 0;
}
.dialog-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.68);
}
.city-sheet,
.phone-sheet {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: min(78vh, 720px);
    overflow: auto;
    padding: 34px max(24px, calc((100% - 980px) / 2)) 40px;
    border-radius: 16px 16px 0 0;
    background: #fff;
    box-shadow: 0 -18px 50px rgba(0,0,0,.2);
}
.sheet-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.city-search { display: block; margin: 28px 0 16px; }
.city-search input {
    width: 100%;
    min-height: 52px;
    padding: 13px 16px;
    border: 1px solid #999;
    border-radius: 0;
}
.city-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
}
.city-list a {
    display: flex;
    min-width: 0;
    padding: 16px 10px;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid var(--line);
    text-decoration: none;
}
.city-list a:hover { color: var(--wine); }
.phone-sheet {
    right: 50%;
    bottom: 50%;
    left: auto;
    width: min(440px, calc(100% - 32px));
    padding: 38px;
    border-radius: 3px;
    overflow: visible;
    text-align: center;
    transform: translate(50%, 50%);
}
.phone-sheet .icon-close { position: absolute; top: -18px; right: -12px; }
.phone-sheet .button { display: block; margin-top: 25px; }
.gallery-viewer {
    display: grid;
    padding: 58px 74px;
    place-items: center;
    background: rgba(8,8,8,.96);
}
.gallery-viewer img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gallery-viewer__close,
.gallery-viewer__nav {
    position: absolute;
    z-index: 2;
    display: grid;
    width: 48px; height: 48px;
    padding: 0;
    place-items: center;
    border: 1px solid #777;
    border-radius: 50%;
    background: #151515;
    color: #fff;
    cursor: pointer;
}
.gallery-viewer__close { top: 18px; right: 22px; font-size: 29px; }
.gallery-viewer__nav { top: 50%; transform: translateY(-50%); }
.gallery-viewer__nav--prev { left: 16px; }
.gallery-viewer__nav--next { right: 16px; }

/* Footer */
.site-footer { min-height: 235px; background: #151515; color: #ddd; }
.site-footer__inner {
    display: grid;
    width: min(1160px, calc(100% - 48px));
    margin: 0 auto;
    padding: 70px 0;
    grid-template-columns: 1fr auto;
    gap: 26px 60px;
    align-items: start;
}
.site-footer__brand {
    color: #fff;
    font-family: var(--display);
    font-size: 28px;
}
.site-footer p { margin: 8px 0 0; color: #999; font-size: 13px; }
.site-footer a { color: #fff; font-size: 13px; }
.site-footer__legal { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid #333; }

@media (max-width: 1100px) {
    .profile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gallery-filmstrip { grid-auto-columns: minmax(240px, 42%); }
}

@media (max-width: 899px) {
    .site-header__bar { width: calc(100% - 32px); }
    .header-city,
    .header-browse { display: none; }
    .menu-toggle { display: block; margin-left: auto; }
    .site-brand { width: 112px; height: 96px; }
    .site-brand__name { font-size: 11px; }
    .campaign-hero__inner { width: calc(100% - 40px); }
    .catalog-section { width: calc(100% - 32px); }
    .catalog-filter-button { display: inline-block; }
    .catalog-layout { display: block; }
    .filter-panel {
        position: fixed;
        z-index: 80;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        max-height: 84vh;
        border-top: 0;
        border-radius: 17px 17px 0 0;
        box-shadow: 0 -20px 55px rgba(0,0,0,.25);
        opacity: 0;
        pointer-events: none;
        transform: translateY(105%);
        transition: transform .28s ease, opacity .28s;
        visibility: hidden;
    }
    body.filters-open::before {
        position: fixed;
        z-index: 79;
        inset: 0;
        background: rgba(0,0,0,.65);
        content: "";
    }
    body.filters-open .filter-panel { opacity: 1; pointer-events: auto; transform: none; visibility: visible; }
    .filter-close { display: grid; flex: 0 0 auto; }
    .filter-panel__head { position: sticky; z-index: 1; top: 0; background: #fff; }
    .filter-panel__scroll { padding-bottom: 45px; }
    .catalog-section:not(.catalog-section--archive) .catalog-filter-button { display: none; }
    .hero-actions .hero-filter-link { display: none; }
    .hero-actions .hero-filter-button { display: flex; }
    .profile-masthead { grid-template-columns: 1fr 280px; gap: 30px; }
    .profile-information { grid-template-columns: 1fr; }
    .information-panel--wide { grid-column: auto; }
}

@media (max-width: 620px) {
    .site-header,
    .site-header__bar { height: 64px; }
    .site-brand { width: 94px; height: 87px; padding: 10px 8px; }
    .site-brand__mark { font-size: 21px; }
    .site-brand__name { font-size: 10px; }
    .mobile-navigation { inset: 64px 0 0; }
    .campaign-hero { min-height: 500px; }
    .campaign-hero__inner { padding: 90px 0 188px; }
    .campaign-hero h1 { font-size: clamp(42px, 13vw, 58px); }
    .campaign-hero__inner > p { font-size: 14px; }
    .hero-actions {
        bottom: -82px;
        width: calc(100% - 24px);
        min-height: 164px;
        grid-template-columns: repeat(2, 1fr);
    }
    .hero-actions a,
    .hero-actions button { min-height: 82px; padding: 12px 8px; font-size: 11px; }
    .hero-actions > :nth-child(2) { border-right: 0; }
    .hero-actions > :nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .catalog-section { width: calc(100% - 24px); padding-top: 126px; padding-bottom: 60px; }
    .catalog-section--archive { padding-top: 28px; }
    .catalog-heading { margin-bottom: 22px; align-items: center; }
    .catalog-heading h2 { font-size: 30px; }
    .catalog-heading .button { padding: 9px 13px; min-height: 40px; }
    .profile-grid { gap: 12px 8px; }
    .profile-card__body { padding: 11px; }
    .profile-card__identity h3 { font-size: 18px; }
    .profile-card__identity p { margin: 5px 0 10px; min-height: 18px; display: block; font-size: 10px; }
    .profile-card__identity p span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .profile-card__identity p span + span::before { display: none; }
    .card-phone { min-height: 38px; font-size: 10px; }
    .editorial-copy { width: calc(100% - 24px); margin-bottom: 55px; padding: 30px 24px; }
    .archive-masthead { min-width: 0; min-height: 220px; padding: 70px 18px 42px; overflow: hidden; }
    .archive-masthead h1 {
        width: 100%;
        max-width: 354px;
        font-size: 40px;
        line-height: 1.02;
        overflow-wrap: anywhere;
    }
    .profile-masthead {
        display: block;
        min-height: 0;
        padding: 80px 18px 25px;
    }
    .profile-masthead h1 { font-size: 56px; }
    .profile-contact { margin-top: 28px; padding: 15px; }
    .profile-gallery { width: calc(100% - 24px); margin-top: 35px; }
    .gallery-filmstrip { grid-auto-columns: 78%; gap: 10px; }
    .profile-information { width: calc(100% - 24px); margin-top: 36px; gap: 12px; }
    .information-panel { padding: 25px 20px; }
    .term-groups { grid-template-columns: 1fr; }
    .price-row { grid-template-columns: 1fr .85fr .85fr; font-size: 12px; }
    .price-row > * { padding: 11px 8px; }
    .service-list { grid-template-columns: 1fr; }
    .city-sheet { max-height: 86vh; padding: 28px 18px 30px; }
    .city-list { grid-template-columns: 1fr; }
    .city-list a { padding: 14px 5px; }
    .gallery-viewer { padding: 65px 8px; }
    .gallery-viewer__nav { top: auto; bottom: 14px; transform: none; }
    .gallery-viewer__nav--prev { left: calc(50% - 58px); }
    .gallery-viewer__nav--next { right: calc(50% - 58px); }
    .site-footer__inner { width: calc(100% - 36px); padding: 48px 0; grid-template-columns: 1fr; }
    .site-footer__legal { grid-column: 1; }
}
