/* Public presentation layer. The operational/admin interface keeps site.css. */
body.public-layout.boutique {
    --bg: #faf9f6;
    --surface: #ffffff;
    --soft: #f3efe8;
    --soft-2: #e9eee9;
    --text: #302a25;
    --muted: #625e58;
    --primary: #805136;
    --primary-dark: #563724;
    --primary-deep: #30251e;
    --gold: #a67c48;
    --border: #dcd6cc;
    --forest: #304e43;
    --radius: 8px;
    --shadow-soft: 0 10px 28px rgb(48 42 37 / 6%);
    --page-width: 1424px;
    --page-gutter: 48px;
    --section-space: 88px;
    --site-header-height: 80px;
    color: var(--text);
    background: var(--bg);
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    padding-top: var(--site-header-height);
}

body.public-layout.boutique *,
body.public-layout.boutique *::before,
body.public-layout.boutique *::after { letter-spacing: 0 !important; }

body.public-layout.boutique .container {
    width: calc(100% - var(--page-gutter) * 2);
    max-width: var(--page-width);
}

body.public-layout.boutique :is(h1, h2, h3) { text-wrap: balance; overflow-wrap: anywhere; }
body.public-layout.boutique h1 { font-size: 64px; line-height: 1.08; font-weight: 400; }
body.public-layout.boutique h2 { font-size: 42px; line-height: 1.16; font-weight: 400; }
body.public-layout.boutique h3 { font-size: 23px; line-height: 1.3; font-weight: 600; }
body.public-layout.boutique p { line-height: 1.7; }
body.public-layout.boutique .section { padding-block: var(--section-space); }
body.public-layout.boutique .section.soft { background: var(--soft); }
body.public-layout.boutique .section-heading { margin-bottom: 36px; }
body.public-layout.boutique .split-heading { align-items: end; gap: 40px; }
body.public-layout.boutique .split-heading > p { max-width: 42ch; font-size: 16px; }
body.public-layout.boutique .eyebrow {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 14px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: var(--primary);
    background: none;
    box-shadow: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

/* A quiet header, with a single prominent apartment action. */
body.public-layout.boutique .site-header {
    background: #fffdf9;
    border-bottom: 1px solid var(--border);
    box-shadow: none;
    backdrop-filter: none;
    transition: box-shadow 180ms ease;
}
body.public-layout.boutique .site-header.is-scrolled { box-shadow: var(--shadow-soft); }
body.public-layout.boutique .nav { min-height: var(--site-header-height); gap: 24px; }
body.public-layout.boutique .brand { flex-shrink: 0; gap: 12px; }
body.public-layout.boutique .brand-mark {
    width: 44px;
    height: 44px;
    border: 1px solid #a7825d;
    border-radius: var(--radius);
    background: var(--primary-dark);
    box-shadow: none;
    font-family: Georgia, serif;
    font-weight: 400;
}
body.public-layout.boutique .brand strong { font-size: 17px; font-weight: 650; }
body.public-layout.boutique .brand small { font-size: 11px; font-weight: 500; }
body.public-layout.boutique .nav-links {
    gap: 4px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
}
body.public-layout.boutique .nav-links a,
body.public-layout.boutique .nav-link-button {
    padding: 10px 12px;
    border-radius: 4px;
    min-height: 44px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 160ms ease, color 160ms ease;
}
body.public-layout.boutique .nav-links > a.active:not(.nav-button) {
    background: transparent;
    box-shadow: inset 0 -2px var(--gold);
}
body.public-layout.boutique .nav-button { background: var(--primary-dark); box-shadow: none; }
body.public-layout.boutique .language-switcher { margin-left: 8px; border-radius: 4px; background: var(--soft); }
body.public-layout.boutique .language-switcher a { padding-inline: 7px; min-height: 36px; font-size: 11px; }
body.public-layout.boutique .nav-toggle { border-radius: 4px; box-shadow: none; width: 44px; height: 44px; }
body.public-layout.boutique .nav-toggle span { flex: 0 0 2px; margin: 0; }

body.public-layout.boutique .button {
    min-width: 0;
    min-height: 50px;
    padding: 12px 24px;
    gap: 10px;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    font-weight: 650;
    line-height: 1.4;
    text-align: center;
    white-space: normal;
    box-shadow: none;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}
body.public-layout.boutique .button.primary { background: var(--primary-dark); border: 1px solid var(--primary-dark); color: #fff; box-shadow: none; }
body.public-layout.boutique .button.primary:hover { background: var(--primary); border-color: var(--primary); box-shadow: none; transform: translateY(-1px); }
body.public-layout.boutique .button.secondary { background: transparent; color: var(--primary-dark); border: 1px solid #b7a896; box-shadow: none; }
body.public-layout.boutique .button.secondary:hover { background: #f1e9dd; border-color: var(--primary); }
body.public-layout.boutique .button:active { transform: translateY(1px); }
body.public-layout.boutique .button:disabled,
body.public-layout.boutique .button[aria-disabled="true"] { opacity: .62; cursor: wait; transform: none; box-shadow: none; }
body.public-layout.boutique :is(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid #267180; outline-offset: 4px; }

/* Real property photography is the first viewport, not a card below the copy. */
body.public-layout.boutique .home-masthead {
    position: relative;
    isolation: isolate;
    height: min(720px, calc(100svh - 160px));
    min-height: 420px;
    overflow: hidden;
    background: #493e35;
}
body.public-layout.boutique .home-masthead-image {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% 60%;
}
body.public-layout.boutique .home-masthead::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgb(31 28 23 / 82%), rgb(31 28 23 / 55%) 36%, transparent 75%);
}
body.public-layout.boutique .home-masthead-inner { height: 100%; display: flex; align-items: center; position: relative; }
body.public-layout.boutique .home-masthead .hero-content { max-width: 620px; padding-block: 48px 90px; }
body.public-layout.boutique .home-masthead h1 { color: #fffdf7; max-width: 12ch; font-size: 76px; margin: 0 0 24px; }
body.public-layout.boutique .home-masthead .eyebrow { color: #f5e4cb; }
body.public-layout.boutique .home-masthead .hero-text { color: #fffdf7; max-width: 40ch; font-size: 18px; line-height: 1.65; }
body.public-layout.boutique .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
body.public-layout.boutique .home-masthead .button.primary { color: var(--primary-deep); background: #fffaf1; border-color: #fffaf1; }
body.public-layout.boutique .home-masthead .button.primary:hover { background: #eee0c9; }
body.public-layout.boutique .home-masthead .button.secondary { color: #fff; border-color: #eee4d6; background: rgb(31 28 23 / 25%); }
body.public-layout.boutique .home-masthead .button.secondary:hover { background: rgb(31 28 23 / 60%); }
body.public-layout.boutique .home-masthead .hero-reserve-button { display: grid; place-content: center; gap: 2px; }
body.public-layout.boutique .hero-reserve-button small { font-size: 12px; line-height: 1.3; font-weight: 400; }
body.public-layout.boutique .home-photo-caption {
    position: absolute;
    right: 0;
    bottom: 28px;
    display: grid;
    padding: 10px 16px;
    color: #fff;
    background: rgb(31 28 23 / 75%);
    border-left: 2px solid #d3b583;
    font-size: 14px;
    line-height: 1.5;
}
body.public-layout.boutique .home-photo-caption span:last-child { font-size: 12px; }
body.public-layout.boutique .home-proof { background: #fff; border-bottom: 1px solid var(--border); }
body.public-layout.boutique .home-proof > .container { display: flex; align-items: center; gap: 32px; padding-block: 22px; }
body.public-layout.boutique .home-proof .hero-pills { flex: 1; margin: 0; display: flex; gap: 14px 24px; }
body.public-layout.boutique :is(.hero-pills, .highlight-list, .location-benefits) span {
    width: auto;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: var(--muted);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
}
body.public-layout.boutique .home-proof .hero-pills span::before { content: ""; display: inline-block; width: 4px; height: 4px; background: var(--gold); margin: 0 8px 3px 0; }
body.public-layout.boutique .home-proof-metrics { display: flex; flex-wrap: wrap; min-width: 0; gap: 16px 24px; border-left: 1px solid var(--border); padding-left: 28px; }
body.public-layout.boutique .home-proof-metrics > div { display: flex; min-width: 0; align-items: center; gap: 10px; }
body.public-layout.boutique .home-proof-metrics strong { font-family: Georgia, serif; font-size: 32px; font-weight: 400; }
body.public-layout.boutique .home-proof-metrics span { font-size: 13px; }

/* Open editorial sections; only repeated products and actual tools are framed. */
body.public-layout.boutique :is(.hero-shell, .details-hero-shell, .conversion-card, .contact-cta, .home-reviews, .home-reviews-empty, .faq-panel, .about-hero-shell, .about-story-card, .about-experience-shell, .booking-intro-card, .legal-card),
body.public-layout.boutique .details-hero + .section.soft .experience-grid,
body.public-layout.boutique #gallery .container,
body.public-layout.boutique #amenities .container,
body.public-layout.boutique #location .location-grid,
body.public-layout.boutique #rules .container,
body.public-layout.boutique #reviews .review-section-grid {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
}
body.public-layout.boutique :is(.hero-shell, .details-hero-shell, .contact-cta, .faq-panel, .about-hero-shell, .about-experience-shell)::before,
body.public-layout.boutique :is(.hero-shell, .details-hero-shell, .contact-cta, .about-hero-shell, .account-page)::after,
body.public-layout.boutique .account-page::before { content: none; }
body.public-layout.boutique :is(.details-hero-shell, .contact-cta, .home-reviews, .home-reviews-empty, .about-hero-shell, .about-experience-shell, .legal-card),
body.public-layout.boutique #gallery .container,
body.public-layout.boutique #amenities .container,
body.public-layout.boutique #location .location-grid,
body.public-layout.boutique #rules .container,
body.public-layout.boutique #reviews .review-section-grid { padding: 0; }
body.public-layout.boutique .trust-conversion-section { background: #fff; }
body.public-layout.boutique .conversion-card-grid { gap: 36px 40px; }
body.public-layout.boutique .conversion-card { padding: 24px 0 0; border-top: 1px solid var(--border); }
body.public-layout.boutique .conversion-icon { width: auto; height: auto; padding: 0; background: none; color: var(--primary); box-shadow: none; font-size: 14px; font-weight: 500; }
body.public-layout.boutique .conversion-card h3 { margin: 16px 0 12px; max-width: 28ch; font-size: 21px; }
body.public-layout.boutique .conversion-card p { font-size: 15px; }
body.public-layout.boutique .section.booking-process-section { background: var(--forest); color: #f5f4ed; }
body.public-layout.boutique .booking-process-section :is(h2, h3, p, strong) { color: inherit; }
body.public-layout.boutique .booking-process-section .eyebrow { color: #e5c69b; }
body.public-layout.boutique .process-grid { gap: 72px; align-items: start; }
body.public-layout.boutique .process-steps { gap: 0; }
body.public-layout.boutique .process-step { padding: 24px 0; border: 0; border-top: 1px solid #698074; border-radius: 0; background: none; box-shadow: none; }
body.public-layout.boutique .process-step > span { background: none; border-radius: 0; color: #e5c69b; font-size: 22px; font-family: Georgia, serif; }
body.public-layout.boutique .payment-trust-panel { border: 0; border-left: 2px solid var(--forest); border-radius: 0; padding: 12px 18px; background: #edf2ed; box-shadow: none; }
body.public-layout.boutique .booking-process-section .payment-trust-panel { background: none; border-left-color: #e5c69b; color: #f5f4ed; padding-left: 20px; }
body.public-layout.boutique .booking-process-section .payment-trust-panel span { color: inherit; }
body.public-layout.boutique .home-contact-section { background: #fff; }
body.public-layout.boutique .contact-cta { gap: 48px; align-items: center; }
body.public-layout.boutique .contact-cta h2 { max-width: 20ch; }
body.public-layout.boutique .contact-cta-actions { gap: 12px; }
body.public-layout.boutique .home-reviews-empty { color: var(--muted); text-align: center; }

body.public-layout.boutique .apartments-listing-hero { padding: 64px 0 40px; background: var(--bg); }
body.public-layout.boutique .apartments-listing-intro { max-width: var(--page-width); padding: 0; border: 0; background: none; box-shadow: none; border-radius: 0; }
body.public-layout.boutique .apartments-listing-intro::before { content: none; }
body.public-layout.boutique .apartments-listing-accent { display: none; }
body.public-layout.boutique .apartments-listing-intro h1 { max-width: 22ch; font-size: 60px; }
body.public-layout.boutique .apartments-listing-intro .hero-text { max-width: 60ch; font-size: 17px; }
body.public-layout.boutique .apartments-listing-section { padding-top: 16px; }
body.public-layout.boutique .apartment-grid { gap: 36px; align-items: stretch; }
body.public-layout.boutique .apartment-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: none;
    overflow: hidden;
    transition: border-color 180ms ease, transform 180ms ease;
}
body.public-layout.boutique .apartment-card:hover { transform: translateY(-3px); border-color: #b2a28b; box-shadow: none; }
body.public-layout.boutique .apartment-card .apartment-image { position: relative; width: 100%; min-height: 0; height: auto; aspect-ratio: 4 / 3; border-radius: 0; overflow: hidden; }
body.public-layout.boutique .apartment-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 65%; border-radius: 0; transition: transform 250ms ease; }
body.public-layout.boutique .apartment-card:hover .apartment-image img { transform: scale(1.025); }
body.public-layout.boutique .apartment-content { display: flex; flex-direction: column; flex: 1; padding: 28px; gap: 18px; }
body.public-layout.boutique .apartment-content h3 { margin: 0 0 8px; font-family: Georgia, serif; font-size: 32px; font-weight: 400; }
body.public-layout.boutique .apartment-content p { margin: 0; font-size: 15px; }
body.public-layout.boutique .apartment-content .address { color: var(--forest); font-size: 13px; font-weight: 600; }
body.public-layout.boutique .apartment-content .highlight-list { display: flex; flex-wrap: wrap; gap: 10px 16px; margin: 0; padding-block: 16px; border-top: 1px solid var(--border); }
body.public-layout.boutique .apartment-content .card-actions { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
body.public-layout.boutique .apartment-card .card-actions .button { border-radius: 4px; }
body.public-layout.boutique .apartment-card .status { top: 18px; left: 18px; right: auto; padding: 6px 10px; min-height: 0; border-radius: 3px; background: #fffdf7; color: var(--forest); font-size: 12px; box-shadow: none; }
body.public-layout.boutique .apartment-card .status.soon { color: #6f4d23; }
body.public-layout.boutique .apartment-card .price-note { right: 18px; bottom: 18px; padding: 8px 12px; border-radius: 3px; color: #fff; background: #302a25; box-shadow: none; font-size: 14px; }
body.public-layout.boutique .apartment-card-number { top: 18px; right: 18px; left: auto; color: #fff; background: #302a25; border: 0; border-radius: 3px; box-shadow: none; width: 34px; height: 34px; }

/* Apartment intros and galleries keep the original images and trigger order. */
body.public-layout.boutique .details-hero { padding: 56px 0; background: var(--bg); }
body.public-layout.boutique .details-hero::before,
body.public-layout.boutique #booking::before,
body.public-layout.boutique #reviews::before,
body.public-layout.boutique .booking-form-premium::before { content: none; }
body.public-layout.boutique .apartment-masthead .details-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 64px; }
body.public-layout.boutique .details-hero h1 { font-size: 56px; line-height: 1.1; font-weight: 400; }
body.public-layout.boutique .details-hero .hero-text { max-width: 48ch; font-size: 17px; line-height: 1.65; }
body.public-layout.boutique .details-hero .hero-pills { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--border); }
body.public-layout.boutique .details-hero .hero-pills span { padding: 0; border-radius: 0; background: none; }
body.public-layout.boutique .details-hero .hero-actions .button { min-width: 0; min-height: 50px; border-radius: 4px; }
body.public-layout.boutique .details-hero .hero-visual { min-height: 0; padding: 0; border: 0; border-radius: 0; background: #ece9e3; box-shadow: none; overflow: hidden; }
body.public-layout.boutique .apartment-masthead .hero-visual { height: 600px; }
body.public-layout.boutique .apartment-masthead .hero-visual img { height: 100%; width: 100%; object-fit: contain; border-radius: 0; }
body.public-layout.boutique .premium-visual::after { content: none; }
body.public-layout.boutique .details-hero .glass-card { position: absolute; inset: auto 16px 16px; padding: 10px 14px; border: 0; border-radius: 3px; background: rgb(255 253 247 / 95%); box-shadow: none; }
body.public-layout.boutique .details-hero .glass-card strong { display: none; }
body.public-layout.boutique .details-hero .glass-card small { font-size: 12px; }
body.public-layout.boutique .experience-grid { gap: 64px; align-items: start; }
body.public-layout.boutique .selling-points { gap: 0; }
body.public-layout.boutique .details-hero + .section.soft .selling-points { gap: 0; }
body.public-layout.boutique .details-hero + .section.soft .selling-points > div { padding: 18px 0; border: 0; border-bottom: 1px solid var(--border); border-radius: 0; background: none; box-shadow: none; }
body.public-layout.boutique .selling-points strong { font-size: 16px; font-weight: 600; }
body.public-layout.boutique .apartment-award-section { background: #fff; }
body.public-layout.boutique .apartment-award-panel { padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; gap: 64px; }
body.public-layout.boutique .apartment-award-media { border: 0; border-radius: 0; padding: 0; background: none; box-shadow: none; }
body.public-layout.boutique .apartment-award-media img { max-height: 300px; width: 100%; object-fit: contain; }
body.public-layout.boutique #gallery .gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: auto; gap: 16px; }
body.public-layout.boutique #gallery .gallery-item { grid-column: auto; grid-row: auto; aspect-ratio: 4 / 3; min-height: 0; border: 0; border-radius: 4px; background: #eeece6; box-shadow: none; }
body.public-layout.boutique:has([data-apartment="apartament-tuida"]) #gallery .gallery-item { aspect-ratio: 3 / 4; }
body.public-layout.boutique #gallery .gallery-item img { width: 100%; height: 100%; min-height: 0; object-fit: contain; border-radius: 0; }
body.public-layout.boutique #gallery .gallery-item:hover { transform: none; box-shadow: 0 0 0 2px var(--gold); }
body.public-layout.boutique :is(.amenity-grid, .info-grid) { gap: 24px; }
body.public-layout.boutique #amenities .amenity-card,
body.public-layout.boutique #rules .info-card { padding: 24px 0; border: 0; border-top: 1px solid var(--border); border-radius: 0; background: none; box-shadow: none; }
body.public-layout.boutique .amenity-icon { color: var(--forest); background: #e7eee8; border-radius: 4px; box-shadow: none; }
body.public-layout.boutique #location h2 { font-size: 36px; line-height: 1.2; }
body.public-layout.boutique .nearby-card { padding: 24px 0 0; border: 0; border-top: 1px solid var(--border); border-radius: 0; background: none; box-shadow: none; }
body.public-layout.boutique .map-card { border: 1px solid var(--border); border-radius: var(--radius); box-shadow: none; background: #fff; }
body.public-layout.boutique .map-actions { padding: 24px; }
body.public-layout.boutique .location-benefits { gap: 12px; padding-block: 16px; }

/* Calm, compact booking form with clear selected and recovery states. */
body.public-layout.boutique .reservation-masthead { padding: 40px 0; border-bottom: 1px solid var(--border); }
body.public-layout.boutique .reservation-masthead .details-grid { grid-template-columns: minmax(0, 1fr) 240px; gap: 48px; }
body.public-layout.boutique .reservation-masthead h1 { font-size: 44px; }
body.public-layout.boutique .reservation-masthead .hero-visual { height: 260px; }
body.public-layout.boutique .reservation-masthead .hero-visual img { height: 100%; width: 100%; object-fit: cover; border-radius: 0; }
body.public-layout.boutique .reservation-masthead .glass-card { display: none; }
body.public-layout.boutique .reservation-masthead .hero-pills { margin-top: 18px; padding-top: 16px; }
body.public-layout.boutique .reservation-masthead .hero-actions { margin-top: 18px; }
body.public-layout.boutique #booking { background: #fff; }
body.public-layout.boutique #booking .booking-grid { grid-template-columns: minmax(0, .65fr) minmax(0, 1.35fr); gap: 72px; align-items: start; }
body.public-layout.boutique .booking-intro-card { position: sticky; top: 110px; padding: 0; }
body.public-layout.boutique .booking-intro-card h2 { font-size: 36px; }
body.public-layout.boutique .booking-guidance-list { gap: 0; margin-top: 28px; }
body.public-layout.boutique .booking-intro-card .booking-guidance-list span { padding: 18px 0; border: 0; border-top: 1px solid var(--border); border-radius: 0; background: none; box-shadow: none; font-size: 14px; }
body.public-layout.boutique .booking-intro-card .booking-guidance-list span::before { content: none; }
body.public-layout.boutique .booking-form { padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; gap: 0; }
body.public-layout.boutique .booking-form-section { padding: 28px 0; border: 0; border-bottom: 1px solid var(--border); border-radius: 0; background: none; box-shadow: none; }
body.public-layout.boutique .booking-date-section { padding-top: 0; }
body.public-layout.boutique .booking-form-section-heading { margin-bottom: 22px; }
body.public-layout.boutique .booking-form-section-heading > span { width: 32px; height: 32px; border-radius: 4px; background: var(--soft); color: var(--primary); box-shadow: none; font-weight: 500; }
body.public-layout.boutique .booking-form-section-heading > strong { font-size: 17px; font-weight: 650; }
body.public-layout.boutique :is(.booking-form, .contact-form, .account-card, .review-form) label { color: var(--text); font-size: 14px; font-weight: 600; }
body.public-layout.boutique :is(.booking-form, .contact-form, .account-card, .review-form) :is(input:not([type="radio"]):not([type="checkbox"]):not([type="hidden"]), textarea, select) {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid #bcb6ac;
    border-radius: 4px;
    color: var(--text);
    background: #fff;
    box-shadow: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color 150ms ease;
}
body.public-layout.boutique :is(input, textarea, select):hover { border-color: #82776b; }
body.public-layout.boutique input[readonly] { cursor: pointer; }
body.public-layout.boutique input:disabled { background: #f0f0ed; cursor: wait; }
body.public-layout.boutique input:is([type="radio"], [type="checkbox"]) { accent-color: var(--forest); width: 18px; height: 18px; flex-shrink: 0; }
body.public-layout.boutique .payment-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
body.public-layout.boutique .payment-methods > strong { grid-column: 1 / -1; padding: 8px 0; background: none; border: 0; color: var(--text); font-size: 15px; }
body.public-layout.boutique .payment-option { align-items: start; margin: 0; padding: 18px; border: 1px solid var(--border); border-radius: 4px; background: #fff; box-shadow: none; }
body.public-layout.boutique .payment-option:has(input:checked) { background: #edf2ed; border-color: var(--forest); box-shadow: inset 0 0 0 1px var(--forest); }
body.public-layout.boutique .payment-option input { margin-top: 3px; }
body.public-layout.boutique .payment-option small { color: var(--muted); font-size: 13px; line-height: 1.5; }
body.public-layout.boutique .booking-price-summary { padding: 24px; border: 1px solid #cdd8cc; border-radius: var(--radius); background: #f0f4ee; box-shadow: none; }
body.public-layout.boutique .booking-price-heading { padding-bottom: 16px; border-bottom: 1px solid #cdd8cc; }
body.public-layout.boutique .booking-price-heading strong { font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
body.public-layout.boutique .booking-price-breakdown > div { padding: 8px 0; font-size: 15px; }
body.public-layout.boutique .booking-price-breakdown .booking-price-total { font-size: 23px; border-top: 1px solid #cdd8cc; padding-top: 16px; }
body.public-layout.boutique .booking-submit-section { border: 0; }
body.public-layout.boutique .booking-submit-button { width: 100%; min-height: 56px; }
body.public-layout.boutique #availabilityStatus { padding: 16px; border-left: 3px solid var(--gold); background: #f7f1e5; color: #57401f; font-size: 15px; }
body.public-layout.boutique .flatpickr-calendar { border-radius: var(--radius); border: 1px solid var(--border); box-shadow: 0 12px 32px rgb(48 42 37 / 14%); font-family: inherit; }
body.public-layout.boutique .flatpickr-day.selected { background: var(--forest); border-color: var(--forest); }

/* Account, feedback, and reviews share the same restrained surface system. */
body.public-layout.boutique :is(.account-page, .profile-page, .all-reviews-hero) { background: var(--bg); }
body.public-layout.boutique .account-shell-premium { max-width: 1120px; gap: 0; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: none; overflow: hidden; }
body.public-layout.boutique .account-intro { padding: 40px; background: #3c4238; border: 0; border-radius: 0; }
body.public-layout.boutique .account-intro .eyebrow { color: #e5c69b; }
body.public-layout.boutique .account-intro-title { font-size: 38px; font-weight: 400; line-height: 1.2; }
body.public-layout.boutique .account-intro-copy { font-size: 15px; line-height: 1.65; color: #eeeee5; }
body.public-layout.boutique .account-brand-seal { border-radius: 4px; font-weight: 400; }
body.public-layout.boutique .account-card-premium { border: 0; border-radius: 0; background: #fff; box-shadow: none; padding: 40px; }
body.public-layout.boutique .account-form-heading h1 { font-size: 38px; line-height: 1.15; font-weight: 400; }
body.public-layout.boutique .account-card-premium .account-field > label { font-size: 14px; font-weight: 600; }
body.public-layout.boutique .account-links a { font-size: 14px; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
body.public-layout.boutique .account-message { border-radius: 4px; font-size: 15px; }
body.public-layout.boutique .profile-page-shell { max-width: var(--page-width); }
body.public-layout.boutique .profile-page-header h1 { font-size: 52px; font-weight: 400; }
body.public-layout.boutique .profile-account-panel { background: #3c4238; border-radius: var(--radius); box-shadow: none; padding: 28px; }
body.public-layout.boutique .profile-section-heading h2 { font-size: 36px; font-weight: 400; }
body.public-layout.boutique :is(.profile-booking-card, .profile-empty, .booking-result-card, .review-form-card, .review-card, .home-review-card) { border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: none; padding: 28px; }
body.public-layout.boutique .profile-booking-card:hover { transform: none; box-shadow: none; }
body.public-layout.boutique .profile-empty { border-style: dashed; }
body.public-layout.boutique .profile-status-badge { border-radius: 4px; }
body.public-layout.boutique .booking-result-card h1 { font-size: 42px; }
body.public-layout.boutique .booking-result-card.success { border-top: 3px solid var(--forest); }
body.public-layout.boutique .booking-result-card.warning { border-top: 3px solid var(--gold); }
body.public-layout.boutique .booking-result-grid > div { border-radius: 0; background: none; border-bottom: 1px solid var(--border); padding: 16px 0; }
body.public-layout.boutique .review-card p,
body.public-layout.boutique .home-review-comment { font-size: 17px; line-height: 1.75; overflow-wrap: anywhere; }
body.public-layout.boutique :is(.review-card, .home-review-card) { min-width: 0; overflow-wrap: anywhere; }
body.public-layout.boutique .home-reviews::before,
body.public-layout.boutique .home-reviews-empty::before,
body.public-layout.boutique .all-reviews-header::before,
body.public-layout.boutique .all-reviews-section > .container::before,
body.public-layout.boutique #reviews .review-section-grid::before { content: none; }
body.public-layout.boutique .all-reviews-header,
body.public-layout.boutique .all-reviews-section > .container { padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; }
body.public-layout.boutique #reviews .review-card { border-radius: var(--radius); background: #fff; box-shadow: none; }
body.public-layout.boutique :is(.home-reviews-score, .all-reviews-score-card) { border-radius: var(--radius); background: var(--forest); color: #fff; box-shadow: none; border: 0; }
body.public-layout.boutique .all-reviews-score-card :is(strong, span, small) { color: #fff; }
body.public-layout.boutique .home-review-rating { border-radius: 4px; background: #e7eee8; color: var(--forest); }
body.public-layout.boutique .all-reviews-header h1 { font-size: 52px; }
body.public-layout.boutique .reviews-placeholder { padding: 28px; border: 1px dashed var(--border); border-radius: var(--radius); background: #fff; box-shadow: none; }
body.public-layout.boutique .review-message-card h2 { font-size: 28px; }
body.public-layout.boutique .toast { border-radius: var(--radius); box-shadow: var(--shadow-soft); }

/* About is a photographic opening, followed by an open host story and contact. */
body.public-layout.boutique .about-page-hero { padding: 0; position: relative; background: #493e35; }
body.public-layout.boutique .about-page-hero > .container { width: 100%; max-width: none; }
body.public-layout.boutique .about-hero-shell { display: block; position: relative; isolation: isolate; min-height: 580px; }
body.public-layout.boutique .about-hero-visual { position: absolute; inset: 0; margin: 0; padding: 0; height: 100%; width: 100%; border-radius: 0; border: 0; z-index: -2; box-shadow: none; }
body.public-layout.boutique .about-hero-visual::after,
body.public-layout.boutique .about-hero-copy::before,
body.public-layout.boutique .about-story-card-host::after { content: none; }
body.public-layout.boutique .about-story-card-stay :is(h3, p) { color: var(--text); }
body.public-layout.boutique .about-card-accent { margin-bottom: 24px; background: var(--gold); }
body.public-layout.boutique .about-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 65%; border-radius: 0; }
body.public-layout.boutique .about-hero-shell::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgb(31 28 23 / 86%), rgb(31 28 23 / 60%) 40%, transparent 90%); }
body.public-layout.boutique .about-hero-copy { width: calc(100% - var(--page-gutter) * 2); max-width: var(--page-width); margin-inline: auto; padding-block: 100px; }
body.public-layout.boutique .about-hero-copy h1 { color: #fffdf7; font-size: 64px; max-width: 13ch; font-weight: 400; }
body.public-layout.boutique .about-hero-copy .hero-text { max-width: 45ch; color: #fffdf7; font-size: 17px; }
body.public-layout.boutique .about-hero-copy .eyebrow { color: #f5e4cb; }
body.public-layout.boutique .about-hero-actions .button.primary { color: var(--primary-deep); background: #fffaf1; border-color: #fffaf1; }
body.public-layout.boutique .about-hero-actions .button.secondary { color: #fff; border-color: #eee4d6; background: rgb(31 28 23 / 25%); }
body.public-layout.boutique .about-story-grid { grid-template-columns: 1.25fr .75fr; gap: 72px; align-items: start; }
body.public-layout.boutique .about-story-card { padding: 0; }
body.public-layout.boutique .about-story-card-host { border-right: 1px solid var(--border); padding-right: 64px; }
body.public-layout.boutique .about-story-card h2 { font-size: 44px; }
body.public-layout.boutique .about-story-copy p { max-width: 65ch; font-size: 17px; }
body.public-layout.boutique .about-story-card-stay { color: var(--forest); }
body.public-layout.boutique .about-experience-shell { gap: 72px; }
body.public-layout.boutique .about-contact-section { background: var(--soft-2); }
body.public-layout.boutique .about-contact-grid { gap: 72px; padding: 0; background: none; border: 0; border-radius: 0; box-shadow: none; }
body.public-layout.boutique .about-contact-copy h2,
body.public-layout.boutique .about-contact-copy .contact-detail-row :is(span, a) { color: #fff8ee; }
body.public-layout.boutique .about-contact-copy > p { color: #e4d5c4; }
body.public-layout.boutique .about-contact-copy .eyebrow,
body.public-layout.boutique .about-contact-copy .contact-detail-row strong { color: #e0bd8d; }
body.public-layout.boutique .about-contact-copy .contact-detail-row a:is(:hover, :focus-visible) { color: #f8dfb8; text-decoration-color: currentColor; }
body.public-layout.boutique .about-contact-copy a:focus-visible { outline-color: #f8dfb8; }
body.public-layout.boutique .contact-details { padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; }
body.public-layout.boutique .contact-detail-row { padding-block: 14px; border-bottom: 1px solid #c7d0c5; }
body.public-layout.boutique .contact-detail-row p { display: grid; gap: 4px; margin: 0; }
body.public-layout.boutique .contact-detail-row strong { font-size: 12px; font-weight: 600; color: var(--muted); }
body.public-layout.boutique .contact-detail-row a { font-size: 18px; }
body.public-layout.boutique .contact-buttons { gap: 10px; }
body.public-layout.boutique .contact-button { padding: 12px 16px; border-radius: 4px; box-shadow: none; min-height: 48px; font-size: 14px; }
body.public-layout.boutique .contact-button.call { color: #fff; background: var(--forest); border-color: var(--forest); }
body.public-layout.boutique .contact-button.viber { color: #fff; background: #6651df; }
body.public-layout.boutique .contact-button.whatsapp { color: #12251a; background: #25d366; }
body.public-layout.boutique .about-contact-form { padding: 32px; border: 1px solid #c7d0c5; border-radius: var(--radius); background: #fff; box-shadow: none; }
/* The hidden accent no longer needs its fixed-width grid track. */
body.public-layout.boutique .about-contact-form .contact-form-heading { padding-bottom: 20px; grid-template-columns: minmax(0, 1fr); }
body.public-layout.boutique .about-contact-form .contact-form-heading h3 { font-family: Georgia, serif; font-size: 28px; font-weight: 400; overflow-wrap: normal; word-break: normal; white-space: normal; }
body.public-layout.boutique .contact-form-heading > span { display: none; }
body.public-layout.boutique .faq-section { background: #fff; border-top: 1px solid var(--border); }
body.public-layout.boutique .faq-panel { padding: 0; gap: 72px; }
body.public-layout.boutique .faq-intro h2 { font-size: 44px; }
body.public-layout.boutique .faq-list { gap: 0; }
body.public-layout.boutique .faq-list details { border: 0; border-bottom: 1px solid var(--border); border-radius: 0; background: none; box-shadow: none; }
body.public-layout.boutique .faq-list summary { grid-template-columns: minmax(0, 1fr) 32px; gap: 16px; padding: 24px 0; font-size: 17px; font-weight: 600; }
body.public-layout.boutique .faq-section .faq-list summary:focus-visible { outline: 3px solid #267180; outline-offset: -3px; border-radius: 0; }
body.public-layout.boutique .faq-list summary::before { display: none; }
body.public-layout.boutique .faq-indicator { border: 1px solid var(--border); border-radius: 50%; background: #fff; width: 32px; height: 32px; flex: 0 0 32px; box-shadow: none; }
body.public-layout.boutique .faq-answer { margin: 0; padding: 0 44px 24px 0; border: 0; }
body.public-layout.boutique .faq-answer p { font-size: 16px; line-height: 1.75; }

/* Full-width ending, with readable contact details instead of nested pills. */
body.public-layout.boutique .footer { background: #292923; border-top: 3px solid #a67c48; padding: 64px 0 40px; }
body.public-layout.boutique .footer-inner { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 16px 48px; align-items: start; text-align: left; }
body.public-layout.boutique .footer-content { display: contents; }
body.public-layout.boutique .footer-content > strong { grid-column: 1; grid-row: 1; color: #faf5e9; font-family: Georgia, serif; font-size: 32px; font-weight: 400; line-height: 1.2; text-align: left; }
body.public-layout.boutique .footer-content > p { display: block; text-align: left; margin: 0; padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; font-size: 14px; color: #d5d3c8; }
body.public-layout.boutique .footer-content > p:nth-of-type(1) { grid-column: 1; grid-row: 2; max-width: 32ch; }
body.public-layout.boutique .footer-content > p:nth-of-type(2) { grid-column: 1; grid-row: 3; }
body.public-layout.boutique .footer-content > p:nth-of-type(3) { grid-column: 2; grid-row: 1 / 3; font-size: 0; }
body.public-layout.boutique .footer-content > p:nth-of-type(3) a { display: block; padding: 0 0 16px; color: #fff8e9; font-size: 17px; line-height: 1.5; }
body.public-layout.boutique .footer-content > p:nth-of-type(4) { grid-column: 2; grid-row: 3; }
body.public-layout.boutique .footer a { color: #ece8dc; font-size: 14px; font-weight: 500; background: none; border: 0; border-radius: 0; box-shadow: none; }
body.public-layout.boutique .footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 5px; }
body.public-layout.boutique .footer-links { grid-column: 3; grid-row: 1 / 4; display: grid; justify-content: start; justify-items: start; gap: 12px; margin: 0; padding: 0; }
body.public-layout.boutique .footer-links a { min-height: 32px; padding: 0; text-align: left; line-height: 1.5; }
body.public-layout.boutique .footer-backtop { grid-column: 1 / -1; justify-self: end; margin-top: 28px; padding: 12px 0; }
body.public-layout.boutique .sticky-booking { position: fixed; inset: auto 24px 24px auto; display: flex; width: auto; max-width: calc(100% - 48px); min-height: 64px; padding: 8px; gap: 8px; border: 1px solid var(--border); border-radius: 6px; background: #fffdf9; box-shadow: 0 6px 24px rgb(48 42 37 / 16%); transform: none; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 180ms ease, visibility 180ms ease; }
body.public-layout.boutique.booking-cta-visible:not(.nav-open) .sticky-booking { opacity: 1; visibility: visible; pointer-events: auto; }
body.public-layout.boutique.no-sticky-cta .sticky-booking { display: none; }
body.public-layout.boutique .sticky-booking span { padding: 0 12px; font-size: 13px; font-weight: 500; }
body.public-layout.boutique .sticky-booking a { min-height: 46px; padding: 10px 18px; border-radius: 3px; background: var(--primary-dark); box-shadow: none; color: #fff; font-size: 14px; }
body.public-layout.boutique .sticky-booking a:last-child { background: var(--forest); }
body.public-layout.boutique .lightbox { background: rgb(24 27 24 / 96%); backdrop-filter: none; }
body.public-layout.boutique .lightbox-stage { width: min(1120px, calc(100vw - 160px)); padding: 0; background: none; box-shadow: none; }
body.public-layout.boutique .lightbox img { max-height: calc(100svh - 140px); border: 0; border-radius: 0; box-shadow: none; object-fit: contain; }
body.public-layout.boutique .lightbox-counter { color: #eeeade; background: none; font-size: 13px; padding: 12px; }
body.public-layout.boutique :is(.lightbox-close, .lightbox-nav) { width: 48px; height: 48px; min-width: 48px; min-height: 48px; border: 1px solid #888d83; border-radius: 50%; background: #30372f; color: #fff; box-shadow: none; }
body.public-layout.boutique .lightbox button:focus-visible { outline-color: #fff; }

@media (min-width: 1600px) {
    body.public-layout.boutique { --section-space: 104px; --page-gutter: 72px; }
    body.public-layout.boutique .home-masthead h1 { font-size: 84px; }
}

@media (max-width: 1100px) {
    body.public-layout.boutique { --page-gutter: 32px; --site-header-height: 72px; --section-space: 64px; }
    body.public-layout.boutique .nav { justify-content: space-between; }
    body.public-layout.boutique .nav-toggle { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; }
    body.public-layout.boutique .nav-links { display: none; position: fixed; inset: var(--site-header-height) 0 auto; max-height: calc(100dvh - var(--site-header-height)); overflow-y: auto; padding: 20px var(--page-gutter) 28px; border: 0; border-bottom: 1px solid var(--border); border-radius: 0; background: #fffdf9; box-shadow: var(--shadow-soft); }
    body.public-layout.boutique .nav-links.open { display: flex; flex-direction: column; align-items: stretch; gap: 6px; }
    body.public-layout.boutique .nav-links > a,
    body.public-layout.boutique .nav-link-button { width: 100%; text-align: left; padding: 12px; font-size: 16px; }
    body.public-layout.boutique .nav-links .language-switcher { align-self: start; margin: 12px 0 0; }
    body.public-layout.boutique.nav-open { overflow: hidden; }
    body.public-layout.boutique .home-masthead h1 { font-size: 64px; }
    body.public-layout.boutique .home-proof > .container { flex-wrap: wrap; gap: 20px; }
    body.public-layout.boutique .home-proof .hero-pills { flex-basis: 80%; }
    body.public-layout.boutique .home-proof-metrics { border-left: 0; padding-left: 0; }
    body.public-layout.boutique .details-hero h1 { font-size: 44px; }
    body.public-layout.boutique .apartment-masthead .details-grid { gap: 36px; }
    body.public-layout.boutique .apartment-masthead .hero-visual { height: 480px; }
    body.public-layout.boutique :is(.process-grid, .booking-grid, .about-contact-grid, .about-experience-shell, .about-story-grid, .faq-panel) { gap: 40px; }
    body.public-layout.boutique #booking .booking-grid { grid-template-columns: minmax(0, .6fr) minmax(0, 1.4fr); gap: 40px; }
    body.public-layout.boutique .booking-intro-card h2 { font-size: 30px; }
    body.public-layout.boutique .apartment-content { padding: 24px; }
    body.public-layout.boutique .apartment-content h3 { font-size: 28px; }
    body.public-layout.boutique .account-intro,
    body.public-layout.boutique .account-card-premium { padding: 32px; }
    body.public-layout.boutique .footer-inner { gap: 16px 28px; }
}

@media (max-width: 760px) {
    body.public-layout.boutique { --page-gutter: 24px; --section-space: 52px; }
    body.public-layout.boutique h1 { font-size: 42px; }
    body.public-layout.boutique h2 { font-size: 34px; }
    body.public-layout.boutique h3 { font-size: 22px; }
    body.public-layout.boutique .home-masthead h1 { font-size: 52px; }
    body.public-layout.boutique .home-masthead .hero-content { max-width: 500px; padding-bottom: 120px; }
    body.public-layout.boutique .home-masthead-image { object-position: 60% center; }
    body.public-layout.boutique .home-masthead::before { background: linear-gradient(90deg, rgb(31 28 23 / 82%), rgb(31 28 23 / 45%)); }
    body.public-layout.boutique .home-photo-caption { right: 0; left: 0; bottom: 24px; background: none; padding: 0 12px; }
    body.public-layout.boutique .home-proof .hero-pills { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 16px; flex-basis: 100%; }
    body.public-layout.boutique .home-proof-metrics { width: 100%; border-top: 1px solid var(--border); padding-top: 16px; }
    body.public-layout.boutique .split-heading { display: grid; gap: 20px; }
    body.public-layout.boutique .conversion-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
    body.public-layout.boutique .conversion-card h3 { font-size: 19px; }
    body.public-layout.boutique :is(.apartment-grid, .process-grid, .contact-cta, .experience-grid, .location-grid, .about-story-grid, .about-experience-shell, .about-contact-grid, .faq-panel, .booking-grid) { grid-template-columns: 1fr; gap: 32px; }
    body.public-layout.boutique .apartments-listing-intro h1 { font-size: 44px; }
    body.public-layout.boutique .apartments-listing-hero { padding: 40px 0 28px; }
    body.public-layout.boutique .apartment-content { padding: 24px; }
    body.public-layout.boutique .apartment-content h3 { font-size: 30px; }
    body.public-layout.boutique .details-hero { padding: 32px 0 40px; }
    body.public-layout.boutique .apartment-masthead .details-grid { display: flex; flex-direction: column; gap: 28px; }
    body.public-layout.boutique .apartment-masthead .details-grid > div { width: 100%; }
    body.public-layout.boutique .apartment-masthead .hero-visual { order: -1; width: 100%; height: 320px; }
    body.public-layout.boutique .details-hero h1 { font-size: 42px; }
    body.public-layout.boutique .details-hero .hero-text { font-size: 16px; }
    body.public-layout.boutique .details-hero .hero-pills { margin-top: 18px; padding-top: 18px; gap: 10px 16px; }
    body.public-layout.boutique .apartment-award-panel { grid-template-columns: 1fr; gap: 28px; }
    /* These two declarations supersede the legacy mobile gallery's important rules. */
    body.public-layout.boutique #gallery .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; grid-auto-rows: auto !important; gap: 12px; }
    body.public-layout.boutique #gallery .gallery-item:first-child { grid-column: 1 / -1; border-radius: 4px; }
    body.public-layout.boutique :is(.amenity-grid, .info-grid) { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
    body.public-layout.boutique #location h2 { font-size: 30px; }
    body.public-layout.boutique .reservation-masthead .details-grid { grid-template-columns: minmax(0, 1fr) 120px; gap: 20px; align-items: start; }
    body.public-layout.boutique .reservation-masthead h1 { font-size: 34px; }
    body.public-layout.boutique .reservation-masthead .hero-visual { height: 160px; }
    body.public-layout.boutique .reservation-masthead .hero-pills { display: none; }
    body.public-layout.boutique .booking-intro-card { position: static; order: 2; }
    body.public-layout.boutique .booking-guidance-list { margin-top: 20px; }
    body.public-layout.boutique .booking-guidance-list span { padding-block: 12px; }
    body.public-layout.boutique #booking .booking-grid { grid-template-columns: 1fr; gap: 36px; }
    body.public-layout.boutique .booking-intro-card h2 { font-size: 32px; }
    body.public-layout.boutique .booking-form-section { padding-block: 24px; }
    body.public-layout.boutique .booking-date-section { padding-top: 0; }
    body.public-layout.boutique .account-shell-premium { grid-template-columns: 1fr; }
    body.public-layout.boutique .account-intro { min-height: 0; padding: 28px; gap: 20px; }
    body.public-layout.boutique .account-intro-title { font-size: 30px; }
    body.public-layout.boutique .account-card-premium { padding: 28px; }
    body.public-layout.boutique .account-form-heading h1 { font-size: 34px; }
    body.public-layout.boutique .profile-page-header h1 { font-size: 42px; }
    body.public-layout.boutique .profile-section-heading h2 { font-size: 32px; }
    body.public-layout.boutique :is(.profile-booking-card, .profile-empty, .booking-result-card, .review-form-card, .home-review-card) { padding: 24px; }
    body.public-layout.boutique .booking-result-card h1 { font-size: 34px; }
    body.public-layout.boutique .all-reviews-header h1 { font-size: 40px; }
    body.public-layout.boutique .about-hero-shell { min-height: 0; }
    body.public-layout.boutique .about-hero-copy { padding-block: 72px; }
    body.public-layout.boutique .about-hero-copy h1 { font-size: 48px; }
    body.public-layout.boutique .about-hero-shell::after { background: rgb(31 28 23 / 72%); }
    body.public-layout.boutique .about-story-card-host { border: 0; padding: 0; }
    body.public-layout.boutique .about-story-card-stay { border-top: 1px solid var(--border); padding-top: 28px; }
    body.public-layout.boutique .about-story-card h2 { font-size: 36px; }
    body.public-layout.boutique .about-contact-form { padding: 24px; }
    body.public-layout.boutique .faq-intro h2 { font-size: 36px; }
    body.public-layout.boutique .faq-list summary { font-size: 16px; padding-block: 20px; }
    body.public-layout.boutique .footer-inner { grid-template-columns: 1fr 1fr; gap: 20px 32px; }
    body.public-layout.boutique .footer-content > strong { grid-column: 1 / -1; grid-row: auto; }
    body.public-layout.boutique .footer-content > p:nth-of-type(1),
    body.public-layout.boutique .footer-content > p:nth-of-type(2),
    body.public-layout.boutique .footer-content > p:nth-of-type(3),
    body.public-layout.boutique .footer-content > p:nth-of-type(4) { grid-column: 1; grid-row: auto; }
    body.public-layout.boutique .footer-links { grid-column: 2; grid-row: 2 / 6; }
    body.public-layout.boutique .sticky-booking { inset: auto 12px max(12px, env(safe-area-inset-bottom)) 12px; max-width: none; width: auto; }
    body.public-layout.boutique .sticky-booking span { display: none; }
    body.public-layout.boutique .sticky-booking a { flex: 1; padding-inline: 12px; }
    body.public-layout.boutique .lightbox-stage { width: calc(100vw - 24px); }
    body.public-layout.boutique .lightbox img { max-height: calc(100svh - 180px); }
    body.public-layout.boutique .lightbox-nav { top: auto; bottom: 20px; transform: none; }
    body.public-layout.boutique .lightbox-prev { left: 24px; }
    body.public-layout.boutique .lightbox-next { right: 24px; }
}

@media (max-width: 430px) {
    body.public-layout.boutique { --page-gutter: 20px; --site-header-height: 68px; --section-space: 44px; }
    body.public-layout.boutique .brand strong { font-size: 15px; }
    body.public-layout.boutique .brand-mark { width: 38px; height: 38px; }
    body.public-layout.boutique .brand { gap: 10px; }
    body.public-layout.boutique .home-masthead h1 { font-size: 42px; }
    body.public-layout.boutique .home-masthead .hero-text { font-size: 16px; max-width: 32ch; }
    body.public-layout.boutique .home-masthead .hero-actions { display: grid; width: fit-content; max-width: 100%; gap: 10px; }
    body.public-layout.boutique .home-masthead .button { min-height: 48px; padding: 12px 22px; }
    body.public-layout.boutique .conversion-card-grid { grid-template-columns: 1fr; gap: 24px; }
    body.public-layout.boutique .conversion-card { padding-top: 20px; }
    body.public-layout.boutique .conversion-card h3 { font-size: 22px; }
    body.public-layout.boutique .apartment-content { padding: 20px; }
    body.public-layout.boutique .apartment-content h3 { font-size: 28px; }
    body.public-layout.boutique .card-actions .button { padding-inline: 12px; font-size: 14px; }
    body.public-layout.boutique .apartments-listing-intro h1,
    body.public-layout.boutique .details-hero h1 { font-size: 38px; }
    body.public-layout.boutique .reservation-masthead .details-grid { grid-template-columns: minmax(0, 1fr) 88px; gap: 16px; }
    body.public-layout.boutique .reservation-masthead h1 { font-size: 28px; }
    body.public-layout.boutique .reservation-masthead .hero-visual { height: 118px; }
    body.public-layout.boutique .reservation-masthead .hero-text { font-size: 14px; }
    body.public-layout.boutique .reservation-masthead .button { padding: 10px 12px; font-size: 13px; }
    body.public-layout.boutique .payment-methods { grid-template-columns: 1fr; }
    body.public-layout.boutique .payment-option { padding: 16px; }
    body.public-layout.boutique .booking-price-summary { padding: 20px; }
    body.public-layout.boutique .account-intro,
    body.public-layout.boutique .account-card-premium { padding: 24px; }
    body.public-layout.boutique .account-form-heading h1 { font-size: 30px; }
    body.public-layout.boutique .profile-page-header h1 { font-size: 38px; }
    body.public-layout.boutique .profile-section-heading h2 { font-size: 30px; }
    body.public-layout.boutique .profile-account-panel { padding: 24px; }
    body.public-layout.boutique :is(.profile-booking-card, .profile-empty, .booking-result-card, .review-form-card) { padding: 20px; }
    body.public-layout.boutique .booking-result-card h1 { font-size: 30px; }
    body.public-layout.boutique .about-hero-copy h1 { font-size: 40px; }
    body.public-layout.boutique .about-contact-form { padding: 20px; }
    body.public-layout.boutique .footer-inner { display: flex; flex-direction: column; gap: 20px; align-items: stretch; }
    body.public-layout.boutique .footer-content { display: contents; }
    body.public-layout.boutique .footer-links { padding-top: 24px; border-top: 1px solid #56574c; }
    body.public-layout.boutique .footer-backtop { align-self: flex-end; margin-top: 0; }
    body.public-layout.boutique .footer-content > p:nth-of-type(3) { padding-top: 12px; }
}

@media (max-height: 650px) {
    body.public-layout.boutique .home-masthead { height: auto; min-height: 0; }
    body.public-layout.boutique .home-masthead .hero-content { padding-block: 32px 84px; }
    body.public-layout.boutique .home-masthead h1 { font-size: 40px; margin-bottom: 16px; }
    body.public-layout.boutique .home-masthead .hero-text { font-size: 15px; }
    body.public-layout.boutique .home-masthead .hero-actions { display: flex; margin-top: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    body.public-layout.boutique *,
    body.public-layout.boutique *::before,
    body.public-layout.boutique *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    body.public-layout.boutique .apartment-card:hover,
    body.public-layout.boutique .apartment-card:hover .apartment-image img { transform: none; }
}

@media (max-height: 650px) and (max-width: 760px) {
    body.public-layout.boutique .home-masthead .hero-actions { display: grid; grid-template-columns: 1.3fr 1fr; width: 100%; gap: 10px; }
    body.public-layout.boutique .home-masthead .button { padding: 10px; font-size: 13px; }
}

@media (min-width: 375px) and (max-width: 760px) {
    body.public-layout.boutique .booking-result-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 20px; }
    body.public-layout.boutique .booking-result-grid > div:first-child,
    body.public-layout.boutique .booking-result-grid > .booking-result-id { grid-column: 1 / -1; }
}
