:root {
    --ivory: #f4ebe0;
    --cream: #ead9c6;
    --paper: #f7efe6;
    --blush: #e2b8b2;
    --rose: #c48b84;
    --gold: #c4a36a;
    --gold-soft: #e0c899;
    --gold-line: rgba(196, 163, 106, 0.5);
    --ink: #1c1613;
    --muted: #6a5c54;
    --white: #fffaf4;
    --shadow: 0 30px 80px rgba(28, 22, 19, 0.12);
    --radius: 22px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
    margin: 0;
    font-family: Outfit, system-ui, sans-serif;
    color: var(--ink);
    background: var(--paper);
    font-weight: 400;
    line-height: 1.7;
    font-size: 16.5px;
    overflow-x: hidden;
    padding-top: env(safe-area-inset-top);
}

body::before {
    content: "";
    pointer-events: none;
    position: fixed;
    inset: 0;
    z-index: 90;
    opacity: 0.045;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-weight: 500;
    line-height: 1.12;
    margin: 0 0 0.4em;
    letter-spacing: -0.02em;
}

h1 { font-size: clamp(2.7rem, 6vw, 5.2rem); }
h2 { font-size: clamp(2.1rem, 3.8vw, 3.4rem); }
h3 { font-size: 1.7rem; }

p { margin: 0 0 1em; }

.container {
    width: min(1200px, calc(100% - 40px));
    margin-inline: auto;
}

.gold-line {
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), var(--gold-soft), var(--gold), transparent);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(247, 239, 230, 0.86);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(196, 163, 106, 0.2);
}

.header-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 82px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: auto;
}

.brand-mark {
    width: 52px;
    height: 44px;
    border: 1px solid var(--gold);
    display: grid;
    place-items: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: var(--gold);
    box-shadow: inset 0 0 12px rgba(196, 163, 106, 0.2);
    flex-shrink: 0;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-text strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.38rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.brand-text em {
    font-style: normal;
    font-size: 0.62rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
}

.site-nav {
    display: flex;
    gap: 16px;
    font-size: 0.86rem;
    letter-spacing: 0.04em;
}

.site-nav a {
    color: var(--muted);
    position: relative;
    padding: 6px 0;
}

.site-nav a.is-active,
.site-nav a:hover { color: var(--ink); }

.site-nav a.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--gold);
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--gold-line);
    background: transparent;
    cursor: pointer;
    position: relative;
}

.nav-toggle span {
    position: absolute;
    left: 11px;
    right: 11px;
    height: 1px;
    background: var(--ink);
}

.nav-toggle span:first-child { top: 16px; }
.nav-toggle span:last-child { bottom: 16px; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 26px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-family: inherit;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.28s ease;
}

.btn-gold {
    background: #1c1613;
    color: #fffaf4 !important;
    border-color: #1c1613;
}

.btn-gold:hover {
    background: #3a2f28;
    color: #fffaf4 !important;
    transform: translateY(-1px);
}

.btn-outline {
    border-color: var(--gold);
    color: #1c1613 !important;
    background: transparent;
}

.btn-outline:hover { background: rgba(196, 163, 106, 0.16); color: #1c1613 !important; }

.hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    display: grid;
    place-items: end start;
    color: var(--white);
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: -4%;
    background:
        linear-gradient(180deg, rgba(28, 22, 19, 0.12) 0%, rgba(28, 22, 19, 0.62) 100%),
        var(--hero, url("https://images.unsplash.com/photo-1560066984-138dadb4c035?auto=format&fit=crop&w=1800&q=80")) center/cover no-repeat;
    animation: ken 28s ease-in-out infinite alternate;
}

@keyframes ken {
    from { transform: scale(1); }
    to { transform: scale(1.08); }
}

.hero-content {
    position: relative;
    padding: 0 0 100px;
    width: min(1200px, calc(100% - 40px));
    margin-inline: auto;
    max-width: 760px;
}

.kicker {
    font-size: 0.74rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--gold-soft);
    margin-bottom: 14px;
}

.hero h1 { color: #fff; margin-bottom: 16px; text-shadow: 0 18px 50px rgba(0,0,0,.28); }

.hero .lead,
.lead {
    font-size: 1.16rem;
    font-weight: 300;
    color: rgba(255, 250, 244, 0.9);
    max-width: 560px;
}

.page-hero .lead { color: rgba(255,250,244,.88); max-width: 640px; margin-inline: auto; }

.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }

.hero .btn-gold {
    background: #fffaf4;
    color: #1c1613 !important;
    border-color: #fffaf4;
}

.hero .btn-gold:hover {
    background: var(--gold-soft);
    color: #1c1613 !important;
}

.hero .btn-outline { color: #fffaf4 !important; border-color: rgba(255,250,244,0.7); }

.marquee {
    overflow: hidden;
    border-block: 1px solid var(--gold-line);
    background: #1c1613;
    color: var(--gold-soft);
    padding: 14px 0;
}

.marquee-track {
    display: flex;
    gap: 48px;
    width: max-content;
    animation: marq 32s linear infinite;
    font-size: 0.78rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

@keyframes marq {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.section { padding: 100px 0; }

.crumbs {
    padding: 20px 0 0;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--muted);
}

.crumbs ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 0;
    margin: 0;
    padding: 0;
}

.crumbs li {
    display: flex;
    align-items: center;
}

.crumbs li:not(:last-child)::after {
    content: "·";
    margin: 0 12px;
    color: var(--gold);
}

.crumbs a { color: var(--gold); }

.crumbs span { color: var(--ink); }

.overlay-cards.mosaic {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: none;
}

.overlay-cards.mosaic a:first-child { grid-row: auto; }

.overlay-cards.mosaic .ov-card { min-height: 320px; }

.faq {
    margin-top: 56px;
    padding-top: 40px;
    border-top: 1px solid var(--gold-line);
}

.faq h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 8px; }

.faq-item {
    padding: 20px 0;
    border-bottom: 1px solid var(--gold-line);
}

.faq-item h3 {
    font-size: 1.28rem;
    margin: 0 0 8px;
}

.faq-item p { margin: 0; color: var(--muted); }

.section-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 52px;
}

.ornament {
    width: 64px;
    height: 1px;
    background: var(--gold);
    margin: 0 auto 18px;
    position: relative;
}

.ornament::before,
.ornament::after {
    content: "";
    position: absolute;
    top: -3px;
    width: 7px;
    height: 7px;
    border: 1px solid var(--gold);
    transform: rotate(45deg);
    background: var(--paper);
}

.ornament::before { left: -12px; }
.ornament::after { right: -12px; }

.muted { color: var(--muted); }

.split {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 72px;
    align-items: center;
}

.split img,
.frame img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: var(--radius);
}

.frame { position: relative; }

.frame::before {
    content: "";
    position: absolute;
    inset: 22px -22px -22px 22px;
    border: 1px solid var(--gold-line);
    border-radius: var(--radius);
    z-index: -1;
}

.trust-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 28px;
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid var(--gold-line);
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold);
}

.editorial {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    min-height: 78vh;
    background: var(--paper);
    color: var(--ink);
}

.editorial-photo { min-height: 420px; }

.editorial-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.editorial-copy {
    padding: clamp(40px, 7vw, 88px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.editorial-copy p { color: var(--muted); }

.editorial-copy .btn-outline {
    color: #1c1613 !important;
    border-color: var(--gold);
    align-self: flex-start;
}

.editorial-copy .trust-line { color: var(--gold); border-top-color: var(--gold-line); }

.band-paper,
.band-ink {
    background: var(--paper);
    color: var(--ink);
    padding: 96px 0 64px;
}

.band-paper .section-head p,
.band-ink .section-head p { color: var(--muted); }
.band-paper .kicker,
.band-ink .kicker { color: var(--gold); }
.band-paper h2,
.band-ink h2 { color: var(--ink); }

.band-cta { text-align: center; margin-top: 40px; }

.overlay-cards {
    display: grid;
    grid-template-columns: 1.45fr 1fr 1fr;
    grid-template-rows: 300px 300px;
    gap: 14px;
}

.overlay-cards a:first-child { grid-row: 1 / 3; }

.ov-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    min-height: 240px;
    display: flex;
    align-items: flex-end;
}

.ov-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.1s ease;
}

.ov-card:hover img { transform: scale(1.06); }

.ov-card span {
    position: relative;
    z-index: 1;
    padding: 26px 24px;
    color: #fffaf4;
    text-shadow: 0 10px 30px rgba(0,0,0,.5);
}

.ov-card h3 { color: #fffaf4; margin: 0; }

.ov-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 25%, rgba(16,10,8,.82));
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid rgba(196, 163, 106, 0.14);
    display: flex;
    flex-direction: column;
    transition: transform 0.35s ease;
}

.card:hover { transform: translateY(-8px); }

.card img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    transition: transform 1.1s ease;
}

.card:hover img { transform: scale(1.04); }

.card-body { padding: 22px 22px 26px; flex: 1; display: flex; flex-direction: column; }

.card-body p { color: var(--muted); flex: 1; }

.ov-card .meta { color: var(--gold-soft); }

.meta {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 8px;
}

.quote {
    text-align: center;
    padding: 96px 20px;
    background:
        radial-gradient(circle at 50% 0%, rgba(196, 163, 106, 0.18), transparent 55%),
        #1c1613;
    color: #f4ebe0;
    border-block: 1px solid rgba(196, 163, 106, 0.35);
}

.quote p {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-style: italic;
    max-width: 760px;
    margin: 0 auto 18px;
    line-height: 1.35;
    color: #f4ebe0;
}

.quote p::before {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    background: var(--gold);
    margin: 0 auto 22px;
}

.quote cite {
    font-style: normal;
    font-family: "Great Vibes", cursive;
    font-size: 1.8rem;
    color: var(--gold-soft);
}

.gallery-strip,
.gallery-grid {
    display: grid;
    gap: 10px;
}

.gallery-strip {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-grid {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-strip a,
.gallery-grid a {
    display: block;
    overflow: hidden;
    border-radius: 14px;
}

.gallery-strip img,
.gallery-grid img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-grid a:nth-child(3n) img { height: 320px; }
.gallery-grid a:nth-child(5n) img { height: 220px; }

.gallery-strip a:hover img,
.gallery-grid a:hover img { transform: scale(1.07); }

.page-hero {
    padding: 110px 0 56px;
    text-align: center;
    position: relative;
}

.page-hero-photo {
    min-height: 46vh;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--hero) center/cover;
}

.page-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(28,22,19,.35), rgba(28,22,19,.62));
}

.page-hero .container { position: relative; z-index: 1; }

.page-hero .kicker { color: var(--gold-soft); }

.cta-band {
    background: var(--paper);
    color: var(--ink);
    padding: 88px 0;
    text-align: center;
}

.cta-band h2 { color: var(--ink); }
.cta-band p { color: var(--muted); }

.map-band {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    min-height: 420px;
    background: var(--paper);
    color: var(--ink);
    border-top: 1px solid var(--gold-line);
}

.map-copy {
    padding: 64px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.map-copy .muted { color: var(--muted); }

.map-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
    filter: grayscale(.15) contrast(1.05);
}

.site-footer {
    background: #140f0d;
    color: #d8cdc3;
    padding: 64px 0 24px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(212, 184, 138, 0.15);
}

.footer-brand {
    font-family: "Cormorant Garamond", serif;
    font-size: 2.1rem;
    color: #fff;
}

.footer-city { letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.75rem; color: var(--gold-soft); }

.site-footer .muted { color: #b9ada3; }

.site-footer h4 {
    color: var(--gold-soft);
    font-size: 1.05rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.site-footer a:hover { color: #fff; }

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-top: 22px;
    font-size: 0.85rem;
    color: #9c9086;
}

.wa-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #128c4a;
    color: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 12px 30px rgba(18, 140, 74, 0.35);
    z-index: 50;
}

.calendar-wrap {
    background: var(--white);
    border-radius: 24px;
    padding: 28px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(196, 163, 106, 0.18);
}

.cal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.cal-head h2 { margin: 0; font-size: 2rem; }

.cal-nav a, .cal-head a {
    border: 1px solid var(--gold-line);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.82rem;
}

.cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.cal-dow {
    text-align: center;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
    padding-bottom: 8px;
}

.cal-day {
    aspect-ratio: 1;
    border: 1px solid rgba(196, 163, 106, 0.18);
    border-radius: 14px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-family: inherit;
    cursor: pointer;
    color: var(--ink);
}

.cal-day span:first-child { font-family: "Cormorant Garamond", serif; font-size: 1.4rem; }

.cal-day small { font-size: 0.62rem; letter-spacing: 0.06em; text-transform: uppercase; }

.cal-day.is-empty { border: none; background: transparent; cursor: default; }

.cal-day.available { background: #f3ead8; }
.cal-day.busy { background: #ead7d4; }
.cal-day.closed { background: #eceaea; color: #8a827c; }
.cal-day.is-today { outline: 1px solid var(--gold); }
.cal-day:disabled { opacity: 0.45; cursor: default; }

.legend {
    display: flex;
    gap: 18px;
    justify-content: center;
    margin-top: 22px;
    font-size: 0.85rem;
    color: var(--muted);
}

.legend i {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 6px;
}

.legend .a { background: #dcc9a3; }
.legend .b { background: #d4a8a3; }
.legend .c { background: #cfc9c4; }

.slot-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 18px 0;
}

.slot-btn {
    border: 1px solid var(--gold-line);
    background: #fff;
    border-radius: 12px;
    padding: 12px 8px;
    font-family: inherit;
    cursor: pointer;
}

.slot-btn.available { background: #f3ead8; }
.slot-btn.busy, .slot-btn.closed {
    background: #eee;
    color: #999;
    cursor: default;
    text-decoration: line-through;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid rgba(196, 163, 106, 0.16);
}

.price-table th,
.price-table td {
    text-align: left;
    padding: 22px 24px;
    border-bottom: 1px solid rgba(196, 163, 106, 0.12);
}

.price-table th {
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 500;
    background: rgba(247, 239, 230, 0.7);
}

.price-table tbody tr { transition: background 0.28s ease; }

.price-table tbody tr:hover { background: rgba(247, 239, 230, 0.85); }

.price-table a {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.72rem;
    color: var(--gold);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.info-card {
    background: var(--white);
    padding: 28px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.prose { max-width: 70ch; }
.prose p { color: var(--muted); }
.prose a { color: var(--ink); border-bottom: 1px solid var(--gold); }

.article-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.article-card img,
.article-grid .card img {
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(20, 14, 12, 0.88);
    display: none;
    place-items: center;
    z-index: 80;
    padding: 24px;
}

.lightbox.open { display: grid; }

.lightbox img { max-height: 86vh; border-radius: 12px; }

.modal {
    position: fixed;
    inset: 0;
    background: rgba(20, 14, 12, 0.58);
    display: none;
    place-items: center;
    z-index: 70;
    padding: 20px;
}

.modal.open { display: grid; }

.modal-card {
    background: var(--white);
    padding: 32px;
    border-radius: 22px;
    max-width: 480px;
    width: min(480px, 100%);
    text-align: center;
}

.header-cta { white-space: nowrap; }

.nav-cta {
    display: none;
}

.reveal { opacity: 0; transform: translateY(18px); animation: fadeup .8s ease forwards; }
.reveal-delay { animation-delay: .15s; }

@keyframes fadeup {
    to { opacity: 1; transform: none; }
}

@media (max-width: 1020px) {
    .nav-toggle { display: block; flex-shrink: 0; }
    .header-cta { display: none; }
    .nav-cta {
        display: inline-flex;
        margin-top: 8px;
        background: #1c1613;
        color: #fffaf4 !important;
        border-radius: 999px;
        padding: 12px 18px;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        font-size: 0.78rem;
        width: fit-content;
    }
    .site-header { position: relative; }
    .site-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--paper);
        flex-direction: column;
        padding: 16px 24px 24px;
        padding-bottom: calc(16px + env(safe-area-inset-bottom));
        border-bottom: 1px solid var(--gold-line);
        gap: 12px;
        z-index: 30;
    }
    .site-nav.open { display: flex; }
    .brand-text strong { font-size: 1.15rem; letter-spacing: 0.06em; }
    .split, .cards, .gallery-strip, .gallery-grid, .footer-grid, .contact-grid,
    .overlay-cards, .map-band, .article-grid, .editorial {
        grid-template-columns: 1fr;
    }
    .overlay-cards,
    .overlay-cards.mosaic { grid-template-columns: 1fr; grid-template-rows: none; }
    .overlay-cards a:first-child { grid-row: auto; }
    .ov-card,
    .overlay-cards.mosaic .ov-card { min-height: 280px; }
    .editorial { min-height: 0; }
    .editorial-photo { min-height: 320px; height: 52vh; }
    .split img { height: 340px; }
    .cal-day small { display: none; }
    .slot-grid { grid-template-columns: repeat(2, 1fr); }
    .hero { min-height: 100svh; }
    .hero-content { padding-bottom: 64px; }
    .map-copy { padding: 40px 24px; }
    .cta-band { padding: 64px 16px; }
}

@media (max-width: 640px) {
    .container { width: min(100% - 28px, 1200px); }
    h1 { font-size: clamp(2.1rem, 11vw, 3.2rem); }
    .cal-grid { gap: 4px; }
    .cal-day { border-radius: 8px; }
    .slot-grid { grid-template-columns: 1fr 1fr; }
    .footer-bottom { flex-direction: column; }
    .wa-float { right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); }
}
