/* Olive Home Alanya — redesigned home page.
   Every selector below is scoped under .oh-home so it can never leak onto
   seo_page.html / success.html, which reuse the shared site.css classes
   without the .oh-home wrapper. Do not add rules here that are not
   prefixed with .oh-home. */

.oh-home {
    --oh-bg: #fbfaf7;
    --oh-bg-soft: #f4f2ea;
    --oh-dark: #26332a;
    --oh-dark-hover: #39492f;
    --oh-ink: #1b241f;
    --oh-text: #4d5449;
    --oh-text-soft: #5c6459;
    --oh-muted: #6b7268;
    --oh-muted-light: #8d9488;
    --oh-muted-lighter: #9ba193;
    --oh-border: #e8e5dc;
    --oh-border-soft: #e2dfd4;
    --oh-border-strong: #ddd9cd;
    --oh-accent: #6d7f5c;
    --oh-accent-light: #dfe4d5;
    --oh-accent-mid: #c3cfb4;
    --oh-accent-soft: #a9b599;
    --oh-on-dark: #f7f5ee;
    --oh-on-dark-soft: #ccd2c2;
    --oh-on-dark-label: #a8b39a;
    --oh-cal-free: #dfe4d5;
    --oh-cal-booked: #e6e3da;
    --oh-cal-booked-text: #aeb2a6;
    --oh-cream-btn: #f6f4ec;
    --oh-heading-font: "Marcellus", Georgia, serif;
    --oh-body-font: "Manrope", Helvetica, sans-serif;

    background: var(--oh-bg);
    color: var(--oh-ink);
    font-family: var(--oh-body-font);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.oh-home h1,
.oh-home h2,
.oh-home h3 {
    font-family: var(--oh-heading-font);
    font-weight: 400;
    letter-spacing: normal;
    text-wrap: balance;
}

.oh-home .eyebrow {
    margin: 0 0 12px;
    color: var(--oh-muted-light);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .28em;
    text-transform: uppercase;
}
.oh-home .eyebrow-light { color: var(--oh-on-dark-label); }

.oh-home .lead {
    margin: 22px 0 0;
    max-width: 34em;
    color: var(--oh-text);
    font-size: 17px;
    line-height: 1.72;
}

/* ---------- Header ---------- */
.oh-home .site-header {
    position: sticky;
    top: 0;
    left: auto;
    z-index: 40;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px clamp(16px, 4vw, 40px);
    flex-wrap: wrap;
    border: 0;
    border-bottom: 1px solid var(--oh-border);
    border-radius: 0;
    color: var(--oh-ink);
    background: rgba(251, 250, 247, .88);
    backdrop-filter: blur(12px);
    box-shadow: none;
    transform: none;
}
.oh-home .site-header.is-scrolled {
    color: var(--oh-ink);
    background: rgba(251, 250, 247, .96);
    box-shadow: none;
}
.oh-home .brand {
    padding: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
}
.oh-home .brand-logo { width: clamp(140px, 13vw, 170px); }
.oh-home .main-nav {
    gap: clamp(14px, 2.2vw, 28px);
    font-size: 13.5px;
    font-weight: 400;
    letter-spacing: .02em;
    text-transform: none;
}
.oh-home .main-nav a,
.oh-home .site-header.is-scrolled .main-nav a { color: var(--oh-text-soft); opacity: 1; }
.oh-home .main-nav a:hover { color: var(--oh-ink); }
.oh-home .header-actions { gap: 18px; }
.oh-home .language-switcher,
.oh-home .site-header.is-scrolled .language-switcher {
    gap: 2px;
    padding: 0;
    border: 0;
    background: none;
    font-size: 12px;
    letter-spacing: .1em;
    color: var(--oh-muted-light);
}
.oh-home .language-switcher a,
.oh-home .site-header.is-scrolled .language-switcher a {
    min-width: 0;
    padding: 4px 7px;
    border-radius: 4px;
    color: var(--oh-muted-light);
    font-weight: 400;
    opacity: 1;
}
.oh-home .language-switcher a.active,
.oh-home .site-header.is-scrolled .language-switcher a.active {
    color: #3c4638;
    background: #eceade;
}
.oh-home .header-call-link,
.oh-home .site-header.is-scrolled .header-call-link {
    color: var(--oh-text-soft);
    font-size: 13.5px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
}
.oh-home .oh-header-book {
    padding: 11px 20px;
    border-radius: 999px;
    background: var(--oh-dark);
    color: var(--oh-cream-btn);
    font-size: 13.5px;
    font-weight: 500;
    transition: background .2s ease;
}
.oh-home .oh-header-book:hover { background: var(--oh-dark-hover); color: var(--oh-cream-btn); }

/* ---------- Hero ---------- */
.oh-home .oh-hero { padding: 0 20px; }
.oh-home .oh-hero-frame {
    position: relative;
    overflow: hidden;
    min-height: min(640px, 86vh);
    display: flex;
    align-items: flex-end;
    border-radius: 4px;
}
.oh-home .oh-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.oh-home .oh-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 28, 22, .34) 0%, rgba(20, 28, 22, .12) 38%, rgba(18, 25, 20, .82) 100%);
}
.oh-home .oh-hero-content {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: clamp(24px, 4vw, 48px);
    flex-wrap: wrap;
    width: 100%;
    padding: clamp(24px, 4vw, 56px) clamp(20px, 4vw, 56px) clamp(24px, 3.5vw, 48px);
}
.oh-home .oh-hero-copy { max-width: 620px; color: var(--oh-on-dark); }
.oh-home .oh-hero-copy h1 {
    margin: 0;
    font-size: clamp(32px, 5.4vw, 60px);
    line-height: 1.06;
    letter-spacing: -.01em;
}
.oh-home .oh-hero-lead {
    margin: 22px 0 0;
    max-width: 520px;
    color: #e3e6d9;
    font-size: clamp(15.5px, 1.5vw, 18px);
    line-height: 1.6;
    text-wrap: pretty;
}
.oh-home .hero-stat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 34px;
}
.oh-home .hero-stat { display: flex; flex-direction: column; gap: 4px; }
.oh-home .hero-stat-value { font-family: var(--oh-heading-font); font-size: 26px; }
.oh-home .hero-stat-label {
    color: #c3cbb7;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.oh-home .hero-stat-divider { width: 1px; background: rgba(255, 255, 255, .22); }

.oh-home .oh-quick-card {
    display: block;
    width: min(340px, 100%);
    padding: clamp(20px, 2.4vw, 26px);
    border-radius: 4px;
    background: rgba(251, 250, 247, .96);
    box-shadow: 0 24px 60px rgba(16, 24, 18, .28);
}
.oh-home .oh-quick-title { margin: 0 0 4px; font-family: var(--oh-heading-font); font-size: 21px; color: var(--oh-ink); }
.oh-home .oh-quick-subtitle { margin: 0 0 20px; color: var(--oh-muted); font-size: 13px; line-height: 1.5; }
.oh-home .oh-quick-dates { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.oh-home .oh-quick-dates label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: var(--oh-muted-light);
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.oh-home .oh-quick-dates input {
    padding: 10px;
    border: 1px solid var(--oh-border-strong);
    border-radius: 3px;
    background: #fff;
    color: var(--oh-ink);
    font-size: 14px;
}
.oh-home .oh-quick-guests {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding: 9px 12px;
    border: 1px solid var(--oh-border-strong);
    border-radius: 3px;
    background: #fff;
    color: #3c4638;
    font-size: 14px;
}
.oh-home .oh-quick-guests-control { display: flex; align-items: center; gap: 14px; }
.oh-home .oh-quick-guests-control button {
    width: 28px;
    height: 28px;
    border: 1px solid var(--oh-border-strong);
    border-radius: 50%;
    background: var(--oh-bg);
    color: var(--oh-text-soft);
    font-size: 16px;
    cursor: pointer;
}
.oh-home .oh-quick-guests-control span { min-width: 14px; text-align: center; font-size: 15px; }
.oh-home .oh-quick-submit {
    display: block;
    width: 100%;
    margin-top: 16px;
    min-height: 0;
    padding: 15px;
    border-radius: 3px;
    font-size: 14.5px;
}
.oh-home .oh-quick-telegram {
    display: block;
    margin-top: 10px;
    text-align: center;
    color: var(--oh-accent);
    font-size: 13px;
}

/* ---------- Family strip ---------- */
.oh-home .oh-family-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
    gap: 1px;
    margin: clamp(48px, 7vw, 80px) clamp(16px, 4vw, 40px) 0;
    border: 1px solid var(--oh-border);
    border-radius: 4px;
    background: var(--oh-border);
    overflow: hidden;
}
.oh-home .oh-family-card { padding: 30px 28px; background: var(--oh-bg); }
.oh-home .oh-family-title { margin: 0 0 8px; font-family: var(--oh-heading-font); font-size: 19px; }
.oh-home .oh-family-text { margin: 0; color: var(--oh-muted); font-size: 14.5px; line-height: 1.6; }

/* ---------- About ---------- */
.oh-home .oh-about { padding: clamp(56px, 7vw, 80px) clamp(16px, 4vw, 40px); }
.oh-home .oh-about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
}
.oh-home .oh-about-grid h2 { font-size: clamp(28px, 3.8vw, 42px); line-height: 1.14; max-width: 15em; }
.oh-home .oh-about-grid .lead + .lead { margin-top: 18px; }
.oh-home .oh-sleep-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    margin-top: 38px;
}
.oh-home .oh-sleep-card { border-top: 1px solid var(--oh-border-soft); padding-top: 16px; }
.oh-home .oh-sleep-room {
    margin: 0 0 6px;
    color: var(--oh-muted-light);
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.oh-home .oh-sleep-arrangement { margin: 0; color: #3c4638; font-size: 15px; line-height: 1.6; }
.oh-home .oh-amenity-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 28px;
    margin-top: 38px;
}
.oh-home .oh-amenity-item {
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: #3c4638;
    font-size: 15px;
    line-height: 1.6;
}
.oh-home .oh-amenity-dot {
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--oh-accent-soft);
    transform: translateY(-3px);
}
.oh-home .oh-about-photos { display: flex; flex-direction: column; gap: 14px; }
.oh-home .oh-about-photo-main { width: 100%; height: 430px; object-fit: cover; border-radius: 4px; }
.oh-home .oh-about-photo-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.oh-home .oh-about-photo-row img { width: 100%; height: 210px; object-fit: cover; border-radius: 4px; }

/* ---------- Gallery ---------- */
.oh-home .oh-gallery { padding: clamp(48px, 6vw, 70px) clamp(16px, 4vw, 40px); background: var(--oh-bg-soft); }
.oh-home .oh-gallery-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.oh-home .oh-gallery-heading h2 { font-size: clamp(26px, 3.4vw, 38px); line-height: 1.16; max-width: 20em; }
.oh-home .gallery-tabs {
    display: flex;
    gap: 8px;
    margin-top: 18px;
    padding: 0;
    border: 0;
    flex-wrap: wrap;
}
.oh-home .gallery-tabs button {
    padding: 9px 16px;
    border: 1px solid var(--oh-border-strong);
    border-radius: 999px;
    background: transparent;
    color: var(--oh-text-soft);
    font-size: 13.5px;
    font-family: inherit;
    white-space: nowrap;
    cursor: pointer;
}
.oh-home .gallery-tabs button.active {
    border-color: var(--oh-dark);
    background: var(--oh-dark);
    color: var(--oh-cream-btn);
}
.oh-home .oh-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 210px), 1fr));
    gap: 14px;
    margin-top: 28px;
}
.oh-home .oh-gallery-item {
    padding: 0;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    background: var(--oh-border);
    cursor: pointer;
}
.oh-home .oh-gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.oh-home .oh-gallery-item.is-hidden { display: none; }
.oh-home .oh-gallery-short { height: 220px; }
.oh-home .oh-gallery-tall { height: 260px; }
.oh-home .oh-gallery-count { margin: 22px 0 0; color: var(--oh-muted); font-size: 13.5px; }

/* ---------- Residence ---------- */
.oh-home .oh-residence { padding: clamp(56px, 7vw, 88px) clamp(16px, 4vw, 40px); }
.oh-home .oh-residence-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
}
.oh-home .oh-residence-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.oh-home .oh-residence-mosaic img { width: 100%; height: 280px; object-fit: cover; border-radius: 4px; }
.oh-home .oh-residence-shift { margin-top: 34px; }
.oh-home .oh-residence h2 { font-size: clamp(27px, 3.6vw, 40px); line-height: 1.14; max-width: 16em; }
.oh-home .oh-residence-note { margin: 22px 0 0; color: var(--oh-text); font-size: 17px; line-height: 1.72; }
.oh-home .oh-residence-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    margin-top: 34px;
    border: 1px solid var(--oh-border);
    border-radius: 4px;
    background: var(--oh-border);
    overflow: hidden;
}
.oh-home .oh-residence-feature { padding: 16px 18px; background: var(--oh-bg); color: #3c4638; font-size: 15px; }

/* ---------- Location ---------- */
.oh-home .oh-location { padding: clamp(56px, 7vw, 80px) clamp(16px, 4vw, 40px); background: var(--oh-dark); color: #f2f1e8; }
.oh-home .oh-location-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
}
.oh-home .oh-location h2 { font-size: clamp(27px, 3.6vw, 40px); line-height: 1.14; max-width: 17em; color: var(--oh-on-dark); }
.oh-home .oh-location .lead { color: var(--oh-on-dark-soft); max-width: 33em; }
.oh-home .oh-location-maps {
    display: inline-block;
    margin-top: 28px;
    padding: 13px 22px;
    border: 1px solid rgba(247, 245, 238, .32);
    border-radius: 999px;
    color: var(--oh-on-dark);
    font-size: 14px;
}
.oh-home .oh-distance-list { display: grid; gap: 0; }
.oh-home .oh-distance-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(247, 245, 238, .16);
}
.oh-home .oh-distance-label { color: var(--oh-on-dark-soft); font-size: 16px; }
.oh-home .oh-distance-value { font-family: var(--oh-heading-font); color: var(--oh-on-dark); font-size: 24px; white-space: nowrap; }

/* ---------- FAQ ---------- */
.oh-home .oh-faq-section { padding: 20px clamp(16px, 4vw, 40px) clamp(56px, 7vw, 90px); }
.oh-home .oh-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: clamp(28px, 4vw, 56px);
}
.oh-home .oh-faq-grid h2 { font-size: clamp(25px, 3vw, 34px); line-height: 1.16; }
.oh-home .oh-faq-item {
    border-bottom: 1px solid var(--oh-border-soft);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 0;
    background: none;
    box-shadow: none;
}
.oh-home .oh-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 0;
    color: var(--oh-ink);
    font-size: 17px;
    cursor: pointer;
    list-style: none;
}
.oh-home .oh-faq-item summary::-webkit-details-marker { display: none; }
.oh-home .oh-faq-item summary::after,
.oh-home .oh-faq-item[open] summary::after { content: none; }
.oh-home .oh-faq-plus {
    flex: 0 0 auto;
    color: var(--oh-muted-light);
    font-size: 20px;
    transition: transform .2s ease;
}
.oh-home .oh-faq-item[open] .oh-faq-plus { transform: rotate(45deg); }
.oh-home .oh-faq-item p {
    margin: 0;
    padding: 0 0 22px;
    max-width: 44em;
    color: var(--oh-text-soft);
    font-size: 15.5px;
    line-height: 1.7;
}
.oh-home .oh-seo-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 22px;
}
.oh-home .oh-seo-links a {
    display: inline;
    min-height: 0;
    padding: 0;
    border: 0;
    background: none;
    color: var(--oh-muted);
    font-size: 13px;
    font-weight: 400;
}
.oh-home .oh-seo-links a:hover { color: var(--oh-ink); background: none; border-color: transparent; }

/* ---------- Availability + booking ---------- */
.oh-home .oh-availability { padding: clamp(56px, 7vw, 88px) clamp(16px, 4vw, 40px); }
.oh-home .oh-availability-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
    gap: clamp(28px, 4vw, 56px);
    align-items: start;
}
.oh-home .oh-availability h2 { font-size: clamp(26px, 3.4vw, 38px); line-height: 1.16; max-width: 16em; }
.oh-home .oh-availability .lead { margin: 20px 0 28px; max-width: 32em; font-size: 16.5px; line-height: 1.7; }
.oh-home .oh-calendar-open {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 26px;
    border: 1px solid var(--oh-dark);
    border-radius: 999px;
    background: transparent;
    color: var(--oh-dark);
    font-family: inherit;
    font-size: 15px;
    cursor: pointer;
}
.oh-home .oh-range-label { margin: 16px 0 0; color: var(--oh-muted-light); font-size: 14px; }

.oh-home .oh-booking-card { padding: clamp(22px, 3vw, 34px); border-radius: 4px; background: var(--oh-bg-soft); }
.oh-home .oh-booking-card h2 { font-size: 30px; }
.oh-home .oh-booking-form { display: grid; gap: 14px; margin-top: 10px; }
.oh-home .oh-booking-dates { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.oh-home .oh-booking-form label {
    display: flex;
    flex-direction: column;
    gap: 7px;
    color: var(--oh-muted-light);
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.oh-home .oh-booking-form input,
.oh-home .oh-booking-form textarea {
    padding: 12px;
    border: 1px solid var(--oh-border-strong);
    border-radius: 3px;
    background: #fff;
    color: var(--oh-ink);
    font-family: inherit;
    font-size: 15px;
}
.oh-home .oh-booking-form textarea { resize: vertical; }
.oh-home .oh-booking-form .oh-date-field { cursor: pointer; }
.oh-home .oh-booking-form button[type="submit"] {
    min-height: 0;
    padding: 16px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
}
.oh-home .field-error { display: block; margin-top: -6px; font-size: 13px; }
.oh-home .field-error[hidden] { display: none; }
.oh-home .booking-contact {
    max-width: none;
    margin: 24px 0 0;
    padding: 0;
    border: 0;
    background: none;
}
.oh-home .booking-contact h3 {
    margin: 0 0 12px;
    color: var(--oh-ink);
    font-family: var(--oh-body-font);
    font-size: 13.5px;
    font-weight: 500;
    text-align: center;
}
.oh-home .booking-contact-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.oh-home .booking-contact-link {
    border: 1px solid var(--oh-border-strong);
    border-radius: 3px;
    color: var(--oh-text);
    background: #fff;
    font-weight: 500;
}
.oh-home .booking-contact-link:hover {
    border-color: var(--oh-accent);
    color: var(--oh-ink);
    background: #fff;
}

.oh-home .oh-calendar-modal { display: none; }
.oh-home .oh-calendar-modal.is-open { display: block; }
.oh-home .oh-calendar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 65;
    background: rgba(15, 21, 17, .5);
}
.oh-home .oh-calendar-panel.calendar-card {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 70;
    width: min(440px, 92vw);
    max-height: 92vh;
    overflow: auto;
    transform: translate(-50%, -50%);
    padding: 24px;
    border: 1px solid var(--oh-border-soft);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(16, 24, 18, .32);
}
.oh-home .calendar-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.oh-home .calendar-toolbar button {
    width: 32px;
    height: 32px;
    border: 1px solid var(--oh-border-soft);
    border-radius: 50%;
    background: var(--oh-bg);
    color: var(--oh-text-soft);
    cursor: pointer;
}
.oh-home .calendar-toolbar strong { font-family: var(--oh-heading-font); font-size: 20px; font-weight: 400; }
.oh-home .calendar { grid-template-columns: repeat(7, 1fr); gap: 4px; }
.oh-home .calendar-day {
    height: 40px;
    border-radius: 3px;
    background: var(--oh-cal-free);
    color: #33402f;
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
    display: grid;
    place-items: center;
}
.oh-home .calendar-day.calendar-weekday {
    height: auto;
    background: none;
    color: var(--oh-muted-lighter);
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.oh-home .calendar-outside { opacity: .35; }
.oh-home .calendar-unavailable {
    background: var(--oh-cal-booked);
    color: var(--oh-cal-booked-text);
    text-decoration: none;
    cursor: not-allowed;
}
.oh-home .calendar-today { outline: 1px solid var(--oh-accent); outline-offset: -1px; }
.oh-home .oh-cal-in-range { background: var(--oh-accent-mid); }
.oh-home .oh-cal-edge { background: var(--oh-dark); color: var(--oh-cream-btn); }
.oh-home .calendar-legend {
    display: flex;
    gap: 20px;
    margin-top: 18px;
    color: var(--oh-muted);
    font-size: 13px;
}
.oh-home .legend-dot { width: 10px; height: 10px; border-radius: 2px; }
.oh-home .legend-available { background: var(--oh-cal-free); }
.oh-home .legend-unavailable { background: var(--oh-cal-booked); }
.oh-home .legend-selected { background: var(--oh-dark); }
.oh-home .oh-calendar-done { width: 100%; margin-top: 20px; min-height: 0; padding: 14px; border-radius: 3px; font-size: 14.5px; }

/* ---------- Footer ---------- */
.oh-home .oh-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    padding: 44px clamp(16px, 4vw, 40px);
    border-top: 1px solid var(--oh-border);
}
.oh-home .oh-footer-brand .brand-logo { width: 150px; }
.oh-home .oh-footer-links { display: flex; gap: 26px; flex-wrap: wrap; font-size: 13.5px; color: var(--oh-muted); }
.oh-home .oh-footer-links a { color: var(--oh-muted); }
.oh-home .oh-footer-links a:hover { color: var(--oh-ink); }
.oh-home .oh-footer-copy { color: var(--oh-muted-lighter); font-size: 13px; }

/* ---------- Buttons (scoped restyle to match design tokens) ---------- */
.oh-home .button {
    min-height: 0;
    border-radius: 3px;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
}
.oh-home .button-primary {
    background: var(--oh-dark);
    box-shadow: none;
}
.oh-home .button-primary:hover { background: var(--oh-dark-hover); }

/* ---------- Lightbox (scoped restyle) ---------- */
.oh-home .lightbox::backdrop { background: rgba(15, 21, 17, .92); }
.oh-home .lightbox-close,
.oh-home .lightbox-nav {
    border: 1px solid rgba(255, 255, 255, .28);
    background: transparent;
    color: var(--oh-on-dark);
}

/* ---------- Mobile booking CTA (scoped restyle) ---------- */
.oh-home .mobile-booking-cta.is-visible {
    background: var(--oh-dark);
    color: var(--oh-cream-btn);
}

/* ---------- Responsive tweaks ---------- */
@media (max-width: 640px) {
    .oh-home .oh-hero-content { align-items: stretch; }
    .oh-home .oh-quick-card { width: 100%; }
    .oh-home .oh-about-photo-main { height: 260px; }
    .oh-home .oh-about-photo-row img { height: 160px; }
    .oh-home .oh-residence-mosaic img { height: 180px; }
    .oh-home .oh-residence-shift { margin-top: 20px; }
    .oh-home .oh-booking-dates { grid-template-columns: 1fr; }
}
