:root {
    --mobile-bg: #f6efe7;
    --mobile-bg-deep: #ecdaca;
    --mobile-card: rgba(255, 248, 241, 0.84);
    --mobile-card-strong: rgba(255, 250, 245, 0.96);
    --mobile-line: rgba(107, 83, 63, 0.12);
    --mobile-shadow: 0 22px 50px rgba(111, 82, 57, 0.12);
    --mobile-shadow-soft: 0 12px 28px rgba(111, 82, 57, 0.08);
    --mobile-text: #32261d;
    --mobile-text-soft: #68564a;
    --mobile-accent: #af8058;
    --mobile-accent-strong: #825a39;
    --mobile-mint: #d8e3d0;
    --mobile-rose: #efd9cf;
    --mobile-pearl: #f8f2ec;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.mobile-home-body {
    min-height: 100vh;
    color: var(--mobile-text);
    font-family: "Manrope", sans-serif;
    background:
        radial-gradient(circle at 8% 10%, rgba(175, 128, 88, 0.22), transparent 24%),
        radial-gradient(circle at 92% 2%, rgba(255, 255, 255, 0.95), transparent 28%),
        radial-gradient(circle at 50% 45%, rgba(231, 214, 197, 0.7), transparent 45%),
        linear-gradient(180deg, var(--mobile-bg) 0%, #f1e7dd 48%, #f8f2ec 100%);
}

body.mobile-home-body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0)),
        repeating-linear-gradient(
            135deg,
            transparent 0,
            transparent 52px,
            rgba(130, 90, 57, 0.03) 53px,
            transparent 54px
        );
    opacity: 0.9;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.mobile-home-shell {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 1rem 0 calc(5.75rem + env(safe-area-inset-bottom, 0px));
}

.mobile-home-frame {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    padding: 0;
}

.mobile-topbar,
.hero-card,
.path-card,
.story-card,
.tempo-card,
.pricing-card,
.mobile-booking-card,
.quote-card,
.closing-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--mobile-line);
    border-radius: 28px;
    background: var(--mobile-card);
    box-shadow: var(--mobile-shadow);
    backdrop-filter: blur(12px);
}

.mobile-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.95rem 1rem;
    background: rgba(255, 251, 247, 0.74);
}

.mobile-brand {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.mobile-brand img {
    width: 2.9rem;
    border-radius: 14px;
    box-shadow: var(--mobile-shadow-soft);
}

.mobile-brand strong,
.mobile-brand small,
.mini-pill,
.eyebrow,
.path-label,
.live-chip,
.tempo-pill strong,
.quote-meta span {
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mobile-brand strong {
    display: block;
    font-size: 0.88rem;
}

.mobile-brand small {
    color: var(--mobile-text-soft);
    font-size: 0.64rem;
}

.mini-pill {
    padding: 0.72rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(107, 83, 63, 0.1);
    color: var(--mobile-accent-strong);
    font-size: 0.68rem;
    font-weight: 700;
}   

.hero-card {
    padding: 0.85rem;
    display: grid;
    gap: 0.7rem;
    align-content: start;
    background:
        radial-gradient(circle at top right, rgba(175, 128, 88, 0.18), transparent 28%),
        linear-gradient(180deg, rgba(255, 250, 245, 0.96), rgba(245, 236, 227, 0.92));
}

.hero-copy {
    position: static;
    display: grid;
    gap: 0.45rem;
    height: auto;
    max-width: none;
    padding-top: 0;
    align-content: start;
}

.hero-copy .eyebrow,
.hero-copy h1,
.hero-copy .hero-text {
    margin: 0;
}

.app-page-hero {
    padding: 1.3rem;
    border: 1px solid var(--mobile-line);
    border-radius: 28px;
    box-shadow: var(--mobile-shadow);
    background:
        radial-gradient(circle at top right, rgba(175, 128, 88, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(255, 249, 243, 0.96), rgba(246, 238, 230, 0.92));
}

.hero-card::after {
    content: "";
    position: absolute;
    width: 4.75rem;
    height: 4.75rem;
    right: -0.65rem;
    top: -0.65rem;
    border-radius: 50%;
    background: rgba(175, 128, 88, 0.12);
    filter: blur(18px);
    pointer-events: none;
}

.eyebrow,
.path-label,
.live-chip {
    color: var(--mobile-accent-strong);
    font-size: 0.68rem;
    font-weight: 800;
}

.hero-copy h1,
.app-page-hero h1,
.story-head h2,
.tempo-copy h2,
.pricing-head h2,
.closing-card h2,
.path-card h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.hero-copy h1 {
    width: 100%;
    font-size: clamp(2.65rem, 12vw, 4rem);
    line-height: 0.9;
}

.app-page-hero h1 {
    margin-top: 0.8rem;
    font-size: clamp(2.45rem, 11vw, 3.6rem);
    line-height: 0.92;
}

.hero-text,
.path-card p,
.story-tile p,
.tempo-copy p,
.closing-card p,
.price-chip span,
.session-option-chip span {
    color: var(--mobile-text-soft);
    line-height: 1.7;
}

.hero-actions,
.closing-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 0;
}

.hero-actions > *,
.closing-actions > * {
    width: 100%;
    min-width: 0;
}

.cta-primary,
.cta-secondary,
.path-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.2rem;
    padding: 0.95rem 1rem;
    border-radius: 20px;
    font-weight: 700;
}

.send-booking-form-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: currentColor;
}

.cta-primary {
    background: linear-gradient(135deg, var(--mobile-accent) 0%, var(--mobile-accent-strong) 100%);
    color: #fff9f5;
    box-shadow: 0 16px 28px rgba(130, 90, 57, 0.18);
}

.cta-secondary {
    border: 1px solid rgba(107, 83, 63, 0.12);
    background: rgba(255, 255, 255, 0.7);
}

.cta-full-width {
    grid-column: 1 / -1;
}

.cta-with-arrow {
    gap: 0.7rem;
}

.cta-with-arrow svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.hero-stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.45rem;
    align-items: start;
}

.mockup-card {
    grid-column: 1 / -1;
    grid-row: 2;
    padding: 0.7rem;
    border-radius: 24px;
    background: rgba(255, 251, 246, 0.82);
    border: 1px solid rgba(107, 83, 63, 0.08);
    box-shadow: var(--mobile-shadow-soft);
    transform: none;
}

.mockup-card-straight {
    transform: none;
}

.live-chip {
    display: inline-flex;
    margin-bottom: 0.55rem;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(49, 108, 202, 0.14);
}

.mockup-image {
    border-radius: 18px;
}

.floating-note {
    position: static;
    display: grid;
    gap: 0.15rem;
    padding: 0.5rem 0.65rem;
    border-radius: 18px;
    background: rgba(255, 249, 242, 0.88);
    border: 1px solid rgba(107, 83, 63, 0.1);
    box-shadow: var(--mobile-shadow-soft);
}

.floating-note strong {
    font-size: 0.92rem;
}

.floating-note span {
    font-size: 0.74rem;
    color: var(--mobile-text-soft);
}

.floating-note-left {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    animation: driftA 5.8s ease-in-out infinite;
}

.floating-note-right {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    animation: driftB 6.5s ease-in-out infinite;
}

.quick-grid {
    display: grid;
    gap: 1rem;
}

.bridge-mobile-card {
    background:
        radial-gradient(circle at top right, rgba(175, 128, 88, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(255, 250, 245, 0.96), rgba(244, 235, 226, 0.92));
}

.bridge-mobile-card .story-tile {
    min-height: 11.5rem;
}

.bridge-mobile-card .story-tile strong {
    font-size: 1.12rem;
}

.bridge-mobile-pill {
    position: absolute;
    left: 0.95rem;
    bottom: 0.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.82rem;
    border-radius: 999px;
    background: rgba(141, 102, 70, 0.12);
    border: 1px solid rgba(107, 83, 63, 0.08);
    color: var(--accent-deep);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.path-card {
    padding: 1.2rem;
    min-height: 12rem;
}

.path-card-studio {
    background:
        linear-gradient(180deg, rgba(255, 248, 242, 0.98), rgba(247, 237, 229, 0.9));
}

.path-card-zoom {
    background:
        linear-gradient(180deg, rgba(242, 248, 255, 0.98), rgba(231, 241, 251, 0.9));
}

.path-card-travel {
    background:
        linear-gradient(180deg, rgba(245, 250, 241, 0.98), rgba(229, 238, 220, 0.9));
}

.path-card h2,
.story-head h2,
.tempo-copy h2,
.pricing-head h2,
.closing-card h2 {
    margin-top: 0.55rem;
    font-size: 2rem;
    line-height: 0.94;
}

.path-card p {
    margin-top: 0.65rem;
}

.path-card a {
    margin-top: 1rem;
    justify-content: flex-start;
    min-height: auto;
    color: var(--mobile-accent-strong);
}

.story-card,
.tempo-card,
.pricing-card,
.instagram-mini-card,
.quote-card,
.closing-card {
    padding: 1.2rem;
}

.mobile-info-card {
    padding: 1.2rem;
    border-radius: 28px;
    border: 1px solid var(--mobile-line);
    background: rgba(255, 248, 241, 0.86);
    box-shadow: var(--mobile-shadow);
}

.mobile-info-card h2 {
    margin-top: 0.55rem;
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.mobile-info-card-warm {
    background:
        linear-gradient(180deg, rgba(255, 248, 241, 0.98), rgba(247, 237, 229, 0.9));
}

.mobile-info-card-soft {
    background:
        linear-gradient(180deg, rgba(245, 250, 241, 0.98), rgba(231, 239, 224, 0.9));
}

.mobile-info-card-note {
    background:
        linear-gradient(180deg, rgba(245, 245, 250, 0.98), rgba(236, 234, 242, 0.9));
}

.faq-mobile-summary,
.faq-mobile-section,
.faq-mobile-cta {
    background:
        radial-gradient(circle at top right, rgba(175, 128, 88, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(255, 250, 245, 0.96), rgba(244, 235, 226, 0.92));
}

.faq-mobile-chip-grid,
.faq-mobile-stack {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.faq-mobile-chip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-mobile-chip-grid span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4.3rem;
    padding: 0.9rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(107, 83, 63, 0.08);
    color: var(--mobile-accent-strong);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.faq-mobile-item {
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(107, 83, 63, 0.08);
    overflow: hidden;
}

.faq-mobile-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    padding: 1rem 1.05rem;
    cursor: pointer;
    list-style: none;
}

.faq-mobile-item summary::-webkit-details-marker {
    display: none;
}

.faq-mobile-item summary span {
    font-weight: 700;
    line-height: 1.5;
}

.faq-mobile-item summary b {
    position: relative;
    width: 0.95rem;
    height: 0.95rem;
    flex: 0 0 0.95rem;
}

.faq-mobile-item summary b::before,
.faq-mobile-item summary b::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.9rem;
    height: 1.5px;
    border-radius: 999px;
    background: var(--mobile-accent-strong);
    transform: translate(-50%, -50%);
    transition: transform 180ms ease, opacity 180ms ease;
}

.faq-mobile-item summary b::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-mobile-item[open] summary b::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0.4);
}

.faq-mobile-answer {
    padding: 0 1.05rem 1.05rem;
}

.faq-mobile-answer p {
    margin: 0;
    color: var(--mobile-text-soft);
    line-height: 1.7;
}

.policy-mobile-summary,
.policy-mobile-section,
.policy-mobile-cta {
    background:
        radial-gradient(circle at top right, rgba(175, 128, 88, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(255, 250, 245, 0.96), rgba(244, 235, 226, 0.92));
}

.policy-mobile-points,
.policy-mobile-grid {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.policy-mobile-points div,
.policy-mobile-card {
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(107, 83, 63, 0.08);
}

.policy-mobile-points div {
    color: var(--mobile-text-soft);
    line-height: 1.7;
}

.policy-mobile-card strong {
    display: block;
    margin-bottom: 0.35rem;
}

.policy-mobile-card p {
    margin: 0;
    color: var(--mobile-text-soft);
    line-height: 1.7;
}

.payment-mobile-details,
.payment-mobile-cta {
    background:
        radial-gradient(circle at top right, rgba(175, 128, 88, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(255, 250, 245, 0.96), rgba(244, 235, 226, 0.92));
}

.payment-mobile-detail-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.payment-mobile-detail-list article {
    display: grid;
    gap: 0.28rem;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(107, 83, 63, 0.08);
}

.payment-mobile-detail-list strong {
    color: var(--mobile-accent-strong);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.payment-mobile-detail-list span {
    color: var(--mobile-text);
    font-weight: 600;
    line-height: 1.6;
}

.payment-mobile-qr-image,
.payment-mobile-qr-placeholder {
    margin-top: 1rem;
    border-radius: 22px;
}

.payment-mobile-qr-image {
    width: min(100%, 260px);
    padding: 0.8rem;
    background: #fff;
    border: 1px solid rgba(107, 83, 63, 0.08);
}

.payment-mobile-qr-placeholder {
    display: grid;
    gap: 0.35rem;
    min-height: 180px;
    place-items: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.72);
    border: 1px dashed rgba(107, 83, 63, 0.18);
}

.payment-mobile-qr-placeholder span {
    color: var(--mobile-text-soft);
}

.mobile-bullet-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.mobile-bullet-list div {
    position: relative;
    padding-left: 1rem;
    color: var(--mobile-text-soft);
    line-height: 1.7;
}

.mobile-bullet-list div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72rem;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    background: var(--mobile-accent);
}

.mobile-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1rem;
}

.mobile-pill-list span {
    display: inline-flex;
    padding: 0.72rem 0.88rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(107, 83, 63, 0.08);
    color: var(--mobile-text-soft);
}

.story-tiles {
    display: grid;
    gap: 0.8rem;
    margin-top: 1rem;
}

.story-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0.95rem 0.95rem 3rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(107, 83, 63, 0.08);
}

.story-tile span {
    display: inline-flex;
    margin-bottom: 0.45rem;
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    background: rgba(175, 128, 88, 0.11);
    color: var(--mobile-accent-strong);
    font-size: 0.74rem;
    font-weight: 700;
}

.story-tile strong,
.price-chip strong,
.quote-meta strong {
    display: block;
    font-size: 1rem;
}

.story-tile p {
    margin-top: 0.45rem;
}

.tempo-card {
    display: grid;
    gap: 1rem;
    background:
        radial-gradient(circle at top left, rgba(175, 128, 88, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(246, 239, 231, 0.92));
}

.tempo-stack {
    display: grid;
    gap: 0.7rem;
}

.tempo-pill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(107, 83, 63, 0.08);
}

.tempo-pill span {
    color: var(--mobile-text-soft);
    text-align: right;
}

.pricing-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 78%;
    gap: 0.85rem;
    margin-top: 1rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scroll-snap-type: x proximity;
}

.pricing-scroll::-webkit-scrollbar {
    display: none;
}

.price-chip {
    display: grid;
    gap: 0.5rem;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(107, 83, 63, 0.08);
    scroll-snap-align: start;
}

.session-option-scroll {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 78%;
    gap: 0.85rem;
    margin-top: 1rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scroll-snap-type: x proximity;
}

.session-option-scroll::-webkit-scrollbar {
    display: none;
}

.session-option-chip {
    display: grid;
    gap: 0.42rem;
    padding: 1rem;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 237, 228, 0.88));
    border: 1px solid rgba(107, 83, 63, 0.08);
    scroll-snap-align: start;
}

.session-option-chip small {
    color: var(--mobile-accent-strong);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.thai-benefit-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.thai-benefit-chip {
    display: grid;
    gap: 0.38rem;
    min-height: 112px;
    padding: 0.95rem;
    border-radius: 20px;
    background:
        radial-gradient(circle at top right, rgba(182, 139, 98, 0.18), transparent 42%),
        linear-gradient(160deg, rgba(112, 80, 56, 0.96), rgba(73, 53, 38, 0.98));
    color: #fff7f0;
    box-shadow: 0 16px 28px rgba(84, 60, 42, 0.16);
}

.thai-benefit-chip small {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 247, 240, 0.72);
}

.thai-benefit-chip strong {
    font-size: 1rem;
    line-height: 1.28;
}

.price-chip b {
    color: var(--mobile-accent-strong);
    font-size: 1.5rem;
}

.instagram-mini-card {
    background:
        radial-gradient(circle at top left, rgba(175, 128, 88, 0.12), transparent 26%),
        linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(246, 239, 231, 0.92));
}

.instagram-mini-head h2 {
    margin-top: 0.55rem;
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    line-height: 0.94;
    letter-spacing: -0.04em;
}

.instagram-mini-head p {
    margin-top: 0.75rem;
}

.instagram-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
}

.instagram-mini-tile {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(107, 83, 63, 0.08);
    box-shadow: var(--mobile-shadow-soft);
}

.instagram-mini-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instagram-mini-tile span {
    position: absolute;
    left: 0.7rem;
    bottom: 0.7rem;
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    background: rgba(50, 38, 29, 0.72);
    color: #fff8f3;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.instagram-mini-empty {
    margin-top: 1rem;
    color: var(--mobile-text-soft);
    line-height: 1.7;
}

.instagram-mini-link {
    margin-top: 1rem;
    min-width: 13rem;
    padding-inline: 1.35rem;
    white-space: nowrap;
    justify-self: start;
}

.mobile-booking-card {
    padding: 1.2rem;
    background:
        radial-gradient(circle at top right, rgba(175, 128, 88, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(255, 251, 247, 0.98), rgba(244, 236, 227, 0.92));
}

.mobile-booking-copy {
    margin-top: 0.75rem;
    color: var(--mobile-text-soft);
    line-height: 1.7;
}

.mobile-form-panel {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(107, 83, 63, 0.08);
}

.booking-redirect-mobile-card {
    background:
        radial-gradient(circle at top right, rgba(175, 128, 88, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(255, 250, 245, 0.96), rgba(244, 235, 226, 0.92));
}

.form-banner {
    margin-bottom: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    font-size: 0.94rem;
}

.form-error-list {
    margin: 0.6rem 0 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 0.3rem;
}

.form-banner-success {
    color: #56714d;
    background: rgba(104, 130, 93, 0.1);
    border: 1px solid rgba(104, 130, 93, 0.18);
}

.form-banner-error {
    color: #9c574f;
    background: rgba(176, 105, 94, 0.08);
    border: 1px solid rgba(176, 105, 94, 0.16);
}

.booking-form {
    display: grid;
    gap: 0.95rem;
    position: relative;
}

.booking-form label,
.booking-toggle-group {
    display: grid;
    gap: 0.45rem;
}

.booking-day-picker {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(9.25rem, 9.25rem);
    gap: 0.75rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 0.3rem;
    scrollbar-width: none;
}

.booking-day-option {
    display: grid;
    gap: 0.15rem;
    justify-items: start;
    min-height: 4.25rem;
    padding: 0.9rem 0.95rem;
    border-radius: 18px;
    border: 1px solid rgba(107, 83, 63, 0.12);
    background: rgba(255, 255, 255, 0.82);
    color: var(--text);
    text-align: left;
    font: inherit;
}

.booking-day-option strong {
    font-size: 0.94rem;
    font-weight: 700;
}

.booking-day-option span {
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mobile-text-soft);
}

.booking-day-option.is-selected {
    border-color: rgba(171, 134, 101, 0.55);
    background: rgba(171, 134, 101, 0.14);
    box-shadow: 0 0 0 4px rgba(171, 134, 101, 0.1);
}

.booking-day-option.is-full,
.booking-day-option.is-blocked,
.booking-day-option.is-disabled {
    opacity: 0.72;
}

.booking-day-option.is-full {
    background: rgba(176, 105, 94, 0.08);
}

.booking-day-option.is-blocked {
    background: rgba(143, 133, 174, 0.1);
}

.booking-day-picker-copy {
    margin-top: -0.15rem;
    color: var(--mobile-text-soft);
    font-size: 0.88rem;
    line-height: 1.5;
}

.booking-day-picker::-webkit-scrollbar {
    display: none;
}

.booking-day-picker-value {
    display: none;
}

.booking-form label span,
.booking-toggle-group legend {
    color: var(--mobile-text-soft);
    font-size: 0.94rem;
    font-weight: 600;
}

.booking-toggle-group {
    margin: 0;
    padding: 0;
    border: 0;
}

.booking-toggle-row,
.field-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.booking-toggle-option {
    position: relative;
}

.booking-toggle-option input {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.booking-toggle-option span,
.booking-form input,
.booking-form select,
.booking-form textarea {
    width: 100%;
    min-height: 3.3rem;
    padding: 0.92rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(107, 83, 63, 0.12);
    background: rgba(255, 252, 248, 0.92);
    color: var(--mobile-text);
    font: inherit;
    font-size: 16px;
}

.booking-toggle-option span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
}

.booking-toggle-option input:checked + span {
    border-color: rgba(175, 128, 88, 0.5);
    background: rgba(175, 128, 88, 0.14);
    box-shadow: 0 0 0 4px rgba(175, 128, 88, 0.08);
}

.booking-form textarea {
    min-height: 8rem;
    resize: vertical;
}

.booking-form small {
    color: #9c574f;
}

.availability-note {
    padding: 0.92rem 0.95rem;
    border-radius: 18px;
    background: rgba(255, 248, 241, 0.92);
    border: 1px dashed rgba(107, 83, 63, 0.14);
    color: var(--mobile-text-soft);
    line-height: 1.55;
}

.availability-note.is-valid {
    color: #56714d;
    background: rgba(104, 130, 93, 0.1);
    border-color: rgba(104, 130, 93, 0.18);
}

.availability-note.is-invalid {
    color: #9c574f;
    background: rgba(176, 105, 94, 0.08);
    border-color: rgba(176, 105, 94, 0.16);
}

body.booking-page-is-submitting {
    overflow: hidden;
}

body.booking-page-is-submitting > *:not(.booking-submit-overlay) {
    filter: blur(6px);
    pointer-events: none;
    user-select: none;
}

.booking-submit-overlay {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(251, 246, 239, 0.42);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
}

.booking-submit-overlay[hidden] {
    display: none;
}

.booking-submit-overlay-card {
    display: grid;
    justify-items: center;
    gap: 0.55rem;
    width: min(100%, 18.5rem);
    padding: 1.35rem 1.1rem;
    border-radius: 22px;
    border: 1px solid rgba(107, 83, 63, 0.1);
    background: rgba(255, 252, 248, 0.97);
    box-shadow: 0 24px 44px rgba(84, 58, 34, 0.18);
    text-align: center;
}

.booking-submit-overlay-card p {
    margin: 0;
    color: var(--mobile-text);
    font-weight: 800;
}

.booking-submit-overlay-card small {
    margin: 0;
    color: var(--mobile-text-soft);
    font-size: 0.86rem;
    line-height: 1.5;
}

.booking-submit-spinner {
    display: inline-grid;
    grid-auto-flow: column;
    gap: 0.42rem;
    align-items: center;
    justify-content: center;
}

.booking-submit-spinner span {
    width: 0.68rem;
    height: 0.68rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #be8d63 0%, #8d6646 100%);
    box-shadow: 0 8px 16px rgba(141, 102, 70, 0.22);
    animation: bookingSubmitPulse 1s ease-in-out infinite;
}

.booking-submit-spinner span:nth-child(2) {
    animation-delay: 0.14s;
}

.booking-submit-spinner span:nth-child(3) {
    animation-delay: 0.28s;
}

@keyframes bookingSubmitPulse {
    0%,
    80%,
    100% {
        transform: translateY(0) scale(0.88);
        opacity: 0.48;
    }

    40% {
        transform: translateY(-5px) scale(1);
        opacity: 1;
    }
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.3rem;
    border-radius: 18px;
    font-weight: 700;
}

.button-primary {
    background: linear-gradient(135deg, var(--mobile-accent) 0%, var(--mobile-accent-strong) 100%);
    color: #fff9f5;
    box-shadow: 0 16px 28px rgba(130, 90, 57, 0.18);
}

.site-header .button,
.header-shell .button {
    border-radius: 999px;
}

.desktop-home-view a.button {
    border-radius: 999px;
}

.button-wide {
    width: 100%;
}

.mobile-availability-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.mobile-availability-card {
    padding: 0.9rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(107, 83, 63, 0.08);
}

.mobile-availability-card span {
    color: var(--mobile-text-soft);
    font-size: 0.8rem;
}

.mobile-availability-card strong {
    display: block;
    margin-top: 0.3rem;
    font-size: 1rem;
}

.mobile-availability-card p {
    margin-top: 0.5rem;
    color: var(--mobile-accent-strong);
    font-size: 0.9rem;
    line-height: 1.45;
}

.mobile-availability-card.is-blocked {
    background: linear-gradient(180deg, rgba(239, 237, 244, 0.98), rgba(230, 226, 238, 0.9));
}

.contact-action-stack {
    display: grid;
    gap: 0.75rem;
    margin-top: 1rem;
}

.quote-card blockquote {
    margin-top: 0.75rem;
    font-family: "Cormorant Garamond", serif;
    font-size: 1.55rem;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.quote-meta {
    display: grid;
    gap: 0.2rem;
    margin-top: 1rem;
}

.quote-meta span {
    color: var(--mobile-text-soft);
    font-size: 0.68rem;
    font-weight: 700;
}

.closing-card {
    margin-bottom: 0.3rem;
    background:
        radial-gradient(circle at 82% 10%, rgba(175, 128, 88, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(255, 248, 241, 0.96), rgba(244, 234, 224, 0.9));
}

.closing-card p {
    margin-top: 0.75rem;
}

.bottom-dock {
    position: fixed;
    left: 50%;
    bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
    transform: translateX(-50%);
    z-index: 10050;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.45rem;
    width: min(calc(100% - 2rem), 420px);
    padding: 0.55rem;
    border-radius: 22px;
    background: rgba(50, 38, 29, 0.92);
    box-shadow: 0 20px 40px rgba(31, 20, 14, 0.18);
    backdrop-filter: blur(14px);
}

.bottom-dock a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    border-radius: 16px;
    color: rgba(255, 247, 239, 0.88);
    font-size: 0.82rem;
    font-weight: 700;
}

.bottom-dock-app {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.45rem;
    width: min(calc(100% - 1.4rem), 560px);
    padding: 0.55rem;
}

.bottom-dock-app a {
    background: transparent;
    color: rgba(255, 247, 239, 0.82);
    min-height: 2.9rem;
    font-size: 0.82rem;
    font-weight: 700;
    text-align: center;
}

.bottom-dock-app a.is-active {
    background: rgba(175, 128, 88, 0.28);
    color: #fff8f3;
    font-size: calc(0.82rem + 1px);
    font-weight: 800;
}

.mobile-content-event {
    gap: 1.2rem;
}

.mobile-content-articles .story-tile {
    display: flex;
    flex-direction: column;
    min-height: 190px;
}

.mobile-content-read-more-button {
    margin-top: auto;
    padding-top: 0.8rem;
    border: 0;
    background: transparent;
    width: fit-content;
    cursor: pointer;
    color: var(--accent-deep);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: inherit;
}

.mobile-content-read-more-button::after {
    content: "+";
    display: inline-block;
    margin-left: 0.35rem;
}

.mobile-event-showcase-list {
    display: grid;
    gap: 0.9rem;
}

.mobile-event-tile {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 360px;
    padding: 1.1rem;
    border-radius: 28px;
    color: #fff8f3;
    background:
        linear-gradient(180deg, rgba(38, 28, 21, 0.12), rgba(38, 28, 21, 0.78)),
        var(--event-image) center / cover;
    box-shadow: 0 22px 54px rgba(69, 49, 36, 0.18);
}

.mobile-event-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(66, 49, 37, 0.26);
}

.mobile-event-tile > * {
    position: relative;
    z-index: 2;
}

.mobile-event-tile span {
    width: fit-content;
    margin-bottom: 0.7rem;
    color: rgba(255, 248, 243, 0.78);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mobile-event-tile strong {
    max-width: 12ch;
    font-family: "Cormorant Garamond", serif;
    font-size: 2.45rem;
    line-height: 0.94;
}

.mobile-event-tile p {
    margin: 0.75rem 0 1rem;
    color: rgba(255, 248, 243, 0.86);
    line-height: 1.62;
}

.mobile-event-tile .cta-secondary {
    width: fit-content;
    color: #fff8f3;
    background: rgba(255, 248, 243, 0.14);
    border-color: rgba(255, 248, 243, 0.42);
}

.mobile-event-tile-past {
    filter: saturate(82%);
}

.mobile-video-list {
    display: grid;
    gap: 0.9rem;
}

.mobile-video-feature {
    position: relative;
    display: grid;
    gap: 0.75rem;
    padding: 0.7rem;
    border-radius: 24px;
    background: rgba(255, 251, 246, 0.72);
    border: 1px solid rgba(107, 83, 63, 0.08);
    color: inherit;
}

.mobile-video-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.mobile-video-thumb img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.mobile-video-thumb::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 52%;
    background: linear-gradient(180deg, transparent, rgba(45, 32, 23, 0.62));
}

.mobile-video-thumb b {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 251, 246, 0.9);
}

.mobile-video-thumb b::before {
    content: "";
    position: absolute;
    left: 1.2rem;
    top: 0.92rem;
    width: 0;
    height: 0;
    border-top: 0.58rem solid transparent;
    border-bottom: 0.58rem solid transparent;
    border-left: 0.82rem solid var(--accent-deep);
}

.mobile-video-feature span {
    width: fit-content;
    padding: 0.38rem 0.72rem;
    border-radius: 999px;
    color: var(--accent-deep);
    background: rgba(141, 102, 70, 0.12);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mobile-video-feature strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.45rem;
    line-height: 1;
}

.mobile-video-feature.is-featured strong {
    font-size: 1.7rem;
}

body.content-modal-is-open {
    overflow: hidden;
}

.mobile-content-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.mobile-content-modal[hidden] {
    display: none;
}

.mobile-content-modal-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(48, 36, 28, 0.44);
    backdrop-filter: blur(18px);
}

.mobile-content-modal-panel {
    position: relative;
    z-index: 2;
    width: min(100%, 420px);
    max-height: 82vh;
    overflow-y: auto;
    padding: 1.45rem;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 252, 248, 0.97), rgba(246, 238, 229, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 26px 70px rgba(45, 32, 23, 0.28);
}

.mobile-content-modal-panel h2 {
    margin-bottom: 0.8rem;
}

.mobile-content-modal-panel > p:last-child {
    color: var(--text-soft);
    line-height: 1.75;
}

.mobile-content-modal-close {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(107, 83, 63, 0.12);
    border-radius: 50%;
    background: rgba(255, 251, 246, 0.9);
    color: var(--accent-deep);
    font-size: 1.45rem;
    line-height: 1;
}

@keyframes driftA {
    0%,
    100% {
        transform: translateY(0) rotate(-2deg);
    }
    50% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes driftB {
    0%,
    100% {
        transform: translateY(0) rotate(2deg);
    }
    50% {
        transform: translateY(5px) rotate(-1deg);
    }
}
