@import url('global.css');
@import url('swiper.css');
@import url('owl.css');
@import url('preloader.css');
@import url('font-awesome.css');
@import url('simple-line-icons.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('custom-animate.css');


:root {
    --main-color: #F4E5CF;
    --white-color: rgb(255, 255, 255);
    --color-one: #492D1A;
    --color-two: #F5E6D0;
    --color-three: rgb(167, 167, 167);
    --color-four: rgb(94, 111, 109);
    --font-family-Urbanist: "Urbanist", sans-serif;
    --font-family-Fraunces: "Fraunces", serif;
    --font-family-Herrvon: "Herr Von Muellerhoff", cursive;
    --amber: rgba(73, 45, 26, 0.12);
    --amber-mid: rgba(73, 45, 26, 0.06);
    --amber-soft: rgba(183, 94, 38, 0.07);
}


/* ═══════════════════════════════════════════════════
   SECTION
═══════════════════════════════════════════════════ */
.book-section {
    background: var(--color-two);
    position: relative;
    padding: 110px 0 120px;
    overflow: hidden;
}

/* BASE parchment gradient */
.book-section::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(ellipse 65% 55% at 8% 18%, rgba(183, 94, 38, 0.10) 0%, transparent 60%),
        radial-gradient(ellipse 55% 65% at 92% 82%, rgba(210, 145, 69, 0.12) 0%, transparent 60%),
        radial-gradient(ellipse 45% 45% at 50% 50%, rgba(183, 94, 38, 0.05) 0%, transparent 70%),
        radial-gradient(ellipse 40% 35% at 75% 20%, rgba(73, 45, 26, 0.06) 0%, transparent 55%);
    animation: parchBreath 14s ease-in-out infinite alternate;
}

@keyframes parchBreath {
    0% {
        opacity: 0.55;
        filter: blur(0px);
    }

    100% {
        opacity: 1;
        filter: blur(1px);
    }
}

/* Linen drift */
.book-section::after {
    content: '';
    position: absolute;
    inset: -50% -10%;
    background: repeating-linear-gradient(108deg,
            transparent 0, transparent 38px,
            rgba(73, 45, 26, 0.025) 38px,
            rgba(73, 45, 26, 0.025) 39px);
    animation: linenDrift 24s linear infinite;
    z-index: 0;
    pointer-events: none;
}

@keyframes linenDrift {
    from {
        transform: translateX(-39px);
    }

    to {
        transform: translateX(39px);
    }
}

/* ── Skewed sweep bands ── */
.bg-sweep-1 {
    position: absolute;
    z-index: 0;
    top: -30%;
    left: -20%;
    width: 55%;
    height: 160%;
    background: linear-gradient(105deg,
            transparent 0%,
            rgba(183, 94, 38, 0.06) 30%,
            rgba(210, 145, 69, 0.10) 50%,
            rgba(183, 94, 38, 0.06) 70%,
            transparent 100%);
    transform: skewX(-18deg);
    animation: sweepBand1 9s ease-in-out infinite alternate;
}

@keyframes sweepBand1 {
    0% {
        left: -25%;
        opacity: 0.5;
    }

    100% {
        left: 10%;
        opacity: 1;
    }
}

.bg-sweep-2 {
    position: absolute;
    z-index: 0;
    top: -30%;
    right: -25%;
    width: 50%;
    height: 160%;
    background: linear-gradient(105deg,
            transparent 0%,
            rgba(73, 45, 26, 0.04) 30%,
            rgba(183, 94, 38, 0.08) 50%,
            rgba(73, 45, 26, 0.04) 70%,
            transparent 100%);
    transform: skewX(18deg);
    animation: sweepBand2 11s ease-in-out infinite alternate-reverse;
}

@keyframes sweepBand2 {
    0% {
        right: -30%;
        opacity: 0.4;
    }

    100% {
        right: 5%;
        opacity: 0.9;
    }
}

/* ── Diagonal stripe sets ── */
.bg-stripes-1 {
    position: absolute;
    inset: -60% -10%;
    z-index: 0;
    background: repeating-linear-gradient(115deg,
            transparent 0px, transparent 44px,
            rgba(73, 45, 26, 0.045) 44px,
            rgba(73, 45, 26, 0.045) 45px);
    animation: stripesDrift1 16s linear infinite;
}

@keyframes stripesDrift1 {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(45px, 45px);
    }
}

.bg-stripes-2 {
    position: absolute;
    inset: -60% -10%;
    z-index: 0;
    background: repeating-linear-gradient(-68deg,
            transparent 0px, transparent 70px,
            rgba(183, 94, 38, 0.03) 70px,
            rgba(183, 94, 38, 0.03) 71px);
    animation: stripesDrift2 22s linear infinite reverse;
}

@keyframes stripesDrift2 {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(-71px, 71px);
    }
}

/* ── Diamond grid ── */
.bg-diamonds {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(45deg, rgba(73, 45, 26, 0.04) 1px, transparent 1px),
        linear-gradient(-45deg, rgba(73, 45, 26, 0.04) 1px, transparent 1px);
    background-size: 36px 36px;
    animation: diamondScale 18s ease-in-out infinite alternate;
}

@keyframes diamondScale {
    0% {
        background-size: 34px 34px;
        opacity: 0.5;
    }

    100% {
        background-size: 42px 42px;
        opacity: 1;
    }
}

/* ── Corner skew panels ── */
.bg-panel-tl {
    position: absolute;
    z-index: 0;
    top: -80px;
    left: -80px;
    width: 420px;
    height: 420px;
    background: linear-gradient(135deg, rgba(183, 94, 38, 0.10) 0%, transparent 65%);
    transform: skewY(-12deg) skewX(-6deg);
    animation: panelTL 13s ease-in-out infinite alternate;
}

@keyframes panelTL {
    0% {
        transform: skewY(-12deg) skewX(-6deg) scale(0.9);
        opacity: 0.6;
    }

    100% {
        transform: skewY(-8deg) skewX(-2deg) scale(1.1);
        opacity: 1;
    }
}

.bg-panel-br {
    position: absolute;
    z-index: 0;
    bottom: -80px;
    right: -80px;
    width: 460px;
    height: 460px;
    background: linear-gradient(315deg, rgba(210, 145, 69, 0.10) 0%, transparent 65%);
    transform: skewY(12deg) skewX(6deg);
    animation: panelBR 10s ease-in-out infinite alternate-reverse;
}

@keyframes panelBR {
    0% {
        transform: skewY(12deg) skewX(6deg) scale(0.9);
        opacity: 0.5;
    }

    100% {
        transform: skewY(8deg) skewX(2deg) scale(1.1);
        opacity: 1;
    }
}

.bg-panel-tr {
    position: absolute;
    z-index: 0;
    top: -60px;
    right: -60px;
    width: 350px;
    height: 350px;
    background: linear-gradient(225deg, rgba(73, 45, 26, 0.07) 0%, transparent 60%);
    transform: skewY(10deg) skewX(-8deg);
    animation: panelTR 15s ease-in-out infinite alternate;
}

@keyframes panelTR {
    0% {
        transform: skewY(10deg) skewX(-8deg) scale(1);
        opacity: 0.4;
    }

    100% {
        transform: skewY(6deg) skewX(-4deg) scale(1.15);
        opacity: 0.9;
    }
}

.bg-panel-bl {
    position: absolute;
    z-index: 0;
    bottom: -60px;
    left: -60px;
    width: 380px;
    height: 380px;
    background: linear-gradient(45deg, rgba(183, 94, 38, 0.08) 0%, transparent 60%);
    transform: skewY(-10deg) skewX(8deg);
    animation: panelBL 12s ease-in-out infinite alternate-reverse;
}

@keyframes panelBL {
    0% {
        transform: skewY(-10deg) skewX(8deg) scale(1);
        opacity: 0.5;
    }

    100% {
        transform: skewY(-6deg) skewX(4deg) scale(1.2);
        opacity: 1;
    }
}

/* ── Horizontal skew bars ── */
.bg-hbar {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    height: 90px;
}

.bg-hbar--1 {
    top: 18%;
    background: linear-gradient(90deg,
            transparent 0%, rgba(183, 94, 38, 0.05) 20%,
            rgba(210, 145, 69, 0.08) 50%,
            rgba(183, 94, 38, 0.05) 80%, transparent 100%);
    animation: hbarSlide 11s ease-in-out infinite alternate;
}

.bg-hbar--2 {
    top: 52%;
    background: linear-gradient(90deg,
            transparent 0%, rgba(73, 45, 26, 0.04) 15%,
            rgba(183, 94, 38, 0.07) 50%,
            rgba(73, 45, 26, 0.04) 85%, transparent 100%);
    animation: hbarSlide2 14s ease-in-out infinite alternate-reverse;
}

.bg-hbar--3 {
    bottom: 20%;
    background: linear-gradient(90deg,
            transparent 0%, rgba(210, 145, 69, 0.05) 25%,
            rgba(183, 94, 38, 0.09) 50%,
            rgba(210, 145, 69, 0.05) 75%, transparent 100%);
    animation: hbarSlide 8s ease-in-out infinite alternate;
}

@keyframes hbarSlide {
    0% {
        transform: skewY(-3deg) translateX(-30px);
        opacity: 0.4;
    }

    100% {
        transform: skewY(-3deg) translateX(30px);
        opacity: 1;
    }
}

@keyframes hbarSlide2 {
    0% {
        transform: skewY(3deg) translateX(30px);
        opacity: 0.3;
    }

    100% {
        transform: skewY(3deg) translateX(-30px);
        opacity: 0.9;
    }
}

/* ── Radial orbs ── */
.bg-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.bg-orb--1 {
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(183, 94, 38, 0.09) 0%, transparent 65%);
    top: -120px;
    left: -100px;
    animation: orbDrift1 16s ease-in-out infinite alternate;
}

.bg-orb--2 {
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(210, 145, 69, 0.10) 0%, transparent 65%);
    bottom: -100px;
    right: -80px;
    animation: orbDrift1 12s ease-in-out infinite alternate-reverse;
}

.bg-orb--3 {
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(73, 45, 26, 0.07) 0%, transparent 65%);
    top: 40%;
    left: 45%;
    transform: translate(-50%, -50%);
    animation: orbPulse 9s ease-in-out infinite;
}

@keyframes orbDrift1 {
    from {
        transform: translate(0, 0) scale(1);
    }

    to {
        transform: translate(35px, 25px) scale(1.18);
    }
}

@keyframes orbPulse {

    0%,
    100% {
        opacity: 0.35;
        transform: translate(-50%, -50%) scale(0.85);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

/* ── Floating outline diamonds ── */
.bg-float-diamond {
    position: absolute;
    z-index: 0;
    border: 1px solid rgba(73, 45, 26, 0.15);
    transform: rotate(45deg);
}

.bg-float-diamond--1 {
    width: 80px;
    height: 80px;
    top: 12%;
    left: 6%;
    animation: floatDiamond 10s ease-in-out infinite alternate;
}

.bg-float-diamond--2 {
    width: 50px;
    height: 50px;
    top: 70%;
    left: 8%;
    animation: floatDiamond 13s ease-in-out infinite alternate-reverse;
    border-color: rgba(73, 45, 26, 0.10);
}

.bg-float-diamond--3 {
    width: 65px;
    height: 65px;
    top: 15%;
    right: 7%;
    animation: floatDiamond 11s ease-in-out infinite alternate;
    border-color: rgba(183, 94, 38, 0.13);
}

.bg-float-diamond--4 {
    width: 40px;
    height: 40px;
    bottom: 18%;
    right: 10%;
    animation: floatDiamond 8s ease-in-out infinite alternate-reverse;
    border-color: rgba(73, 45, 26, 0.10);
}

@keyframes floatDiamond {
    0% {
        transform: rotate(45deg) translate(0, 0) scale(0.9);
        opacity: 0.4;
    }

    100% {
        transform: rotate(45deg) translate(12px, -12px) scale(1.1);
        opacity: 1;
    }
}

/* ══════════════════════════════
   CONTAINER
══════════════════════════════ */
.wrap {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

/* ══════════════════════════════
   HEADER
══════════════════════════════ */
.bs-header {
    text-align: center;
    margin-bottom: 58px;
}

.bs-header__orn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 18px;
}

.bs-orn-line {
    width: 55px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(73, 45, 26, 0.40));
}

.bs-orn-line.rev {
    background: linear-gradient(90deg, rgba(73, 45, 26, 0.40), transparent);
}

.bs-orn-gem {
    width: 8px;
    height: 8px;
    background: #492D1A;
    transform: rotate(45deg);
    animation: gemGlow 3s ease-in-out infinite;
}

@keyframes gemGlow {

    0%,
    100% {
        box-shadow: 0 0 0 rgba(73, 45, 26, 0);
    }

    50% {
        box-shadow: 0 0 10px rgba(73, 45, 26, 0.5);
    }
}

.bs-eyebrow {
    display: block;
    font-family: var(--font-family-Herrvon);
    font-size: 28px;
    color: rgba(73, 45, 26, 0.55);
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.bs-h2 {
    font-family: var(--font-family-Fraunces);
    font-size: clamp(34px, 4.5vw, 52px);
    font-weight: 300;
    color: #492D1A;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.1;
}

/* ══════════════════════════════
   BOOK
══════════════════════════════ */
.bs-book {
    position: relative;
    display: flex;
    gap: 0;
    border: 1px solid rgba(73, 45, 26, 0.18);
    box-shadow:
        0 2px 0 rgba(73, 45, 26, 0.08),
        0 8px 32px rgba(73, 45, 26, 0.13),
        0 24px 64px rgba(73, 45, 26, 0.08);
    background: #fdf6ec;
    margin-bottom: 48px;
}

/* Spine */
.bs-book::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    transform: translateX(-50%);
    background: linear-gradient(to right,
            rgba(73, 45, 26, 0.18),
            rgba(73, 45, 26, 0.06),
            rgba(73, 45, 26, 0.18));
    z-index: 2;
}

/* Inner page shadow */
.bs-book::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to right, rgba(73, 45, 26, 0.05) 0%, transparent 9%),
        linear-gradient(to left, rgba(73, 45, 26, 0.05) 0%, transparent 9%);
    pointer-events: none;
    z-index: 1;
}

/* ── LEFT PAGE ── */
.bs-page-left {
    flex: 1;
    padding: 60px 55px 60px 60px;
    position: relative;
    background: #fdf6ec;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

/* Shimmer sweep */
.bs-page-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(105deg, transparent, rgba(183, 94, 38, 0.04), transparent);
    transform: skewX(-15deg);
    animation: pageShimmer 9s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes pageShimmer {
    0% {
        left: -100%;
    }

    55% {
        left: 130%;
    }

    100% {
        left: 130%;
    }
}

/* Diagonal texture */
.bs-page-left::after {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(-48deg,
            transparent 0px, transparent 22px,
            rgba(73, 45, 26, 0.018) 22px,
            rgba(73, 45, 26, 0.018) 23px);
    animation: pageTex 28s linear infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes pageTex {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 23px 23px;
    }
}

.bs-pg-num {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-family-Fraunces);
    font-size: 11px;
    color: rgba(73, 45, 26, 0.22);
    letter-spacing: 3px;
    z-index: 1;
}

.bs-left-content {
    position: relative;
    z-index: 1;
}

.bs-left-tag {
    display: inline-block;
    font-family: var(--font-family-Urbanist);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #fdf6ec;
    background: #492D1A;
    padding: 6px 20px 6px 14px;
    margin-bottom: 28px;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
}

.bs-left-title {
    font-family: var(--font-family-Fraunces);
    font-size: 30px;
    font-weight: 300;
    color: #492D1A;
    line-height: 1.25;
    margin-bottom: 28px;
    letter-spacing: 0.5px;
}

.bs-left-title em {
    display: block;
    font-style: italic;
    font-size: 20px;
    color: rgba(73, 45, 26, 0.50);
    margin-bottom: 4px;
    font-weight: 300;
}

/* HR divider */
.bs-hr {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 24px 0;
}

.bs-hr-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(73, 45, 26, 0.22), rgba(73, 45, 26, 0.07));
}

.bs-hr-diamond {
    width: 6px;
    height: 6px;
    background: rgba(73, 45, 26, 0.30);
    transform: rotate(45deg);
    flex-shrink: 0;
}

/* ── Price block (Sunday Feast) ── */
.bs-price-display {
    margin-bottom: 8px;
}

.bs-price-from {
    display: block;
    font-family: var(--font-family-Urbanist);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(73, 45, 26, 0.42);
    margin-bottom: 8px;
}

.bs-price-num {
    display: flex;
    align-items: flex-start;
    gap: 2px;
    line-height: 1;
}

.bs-price-sym {
    font-family: var(--font-family-Fraunces);
    font-size: 24px;
    color: #492D1A;
    margin-top: 8px;
    font-weight: 300;
}

.bs-price-int {
    font-family: var(--font-family-Fraunces);
    font-size: 80px;
    font-weight: 300;
    color: #492D1A;
    letter-spacing: -3px;
    line-height: 1;
}

.bs-price-dec {
    font-family: var(--font-family-Fraunces);
    font-size: 34px;
    color: rgba(73, 45, 26, 0.55);
    margin-top: 12px;
    font-weight: 300;
}

.bs-price-pp {
    display: block;
    font-family: var(--font-family-Urbanist);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(73, 45, 26, 0.40);
    margin-top: 10px;
}

.bs-left-bottom {
    position: relative;
    z-index: 1;
}

.bs-min-note {
    font-family: var(--font-family-Urbanist);
    font-size: 13px;
    color: rgba(73, 45, 26, 0.42);
    font-style: italic;
    display: block;
    margin-bottom: 28px;
}

/* ── CTA Button ── */
.bs-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 34px;
    background: #492D1A;
    color: #F5E6D0;
    font-family: var(--font-family-Urbanist);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #492D1A;
}

.bs-cta-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #F5E6D0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s ease;
    z-index: 0;
}

.bs-cta-btn:hover {
    color: #492D1A;
    text-decoration: none;
}

.bs-cta-btn:hover::before {
    transform: scaleX(1);
}

.bs-cta-btn span {
    position: relative;
    z-index: 1;
}

.bs-cta-arrow {
    position: relative;
    z-index: 1;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.bs-cta-btn:hover .bs-cta-arrow {
    transform: translateX(4px);
}

/* ── RIGHT PAGE ── */
.bs-page-right {
    flex: 1;
    padding: 60px 60px 60px 55px;
    position: relative;
    background: #fef9f2;
    overflow: hidden;
}

.bs-page-right::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(48deg,
            transparent 0px, transparent 22px,
            rgba(73, 45, 26, 0.015) 22px,
            rgba(73, 45, 26, 0.015) 23px);
    animation: pageTex2 28s linear infinite reverse;
    pointer-events: none;
    z-index: 0;
}

@keyframes pageTex2 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 23px 23px;
    }
}

.bs-page-right::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 55%;
    height: 100%;
    background: linear-gradient(105deg, transparent, rgba(183, 94, 38, 0.03), transparent);
    transform: skewX(-12deg);
    animation: pageShimmer 9s ease-in-out 4.5s infinite;
    pointer-events: none;
    z-index: 0;
}

.bs-page-num-r {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-family-Fraunces);
    font-size: 11px;
    color: rgba(73, 45, 26, 0.22);
    letter-spacing: 3px;
    z-index: 1;
}

.bs-right-content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* ── Course rows (right page — Sunday Feast & Thali) ── */
.bs-courses-label {
    display: block;
    font-family: var(--font-family-Urbanist);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(73, 45, 26, 0.38);
    margin-bottom: 8px;
}

.bs-courses {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 28px;
}

.bs-course {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(73, 45, 26, 0.09);
    transition: padding-left 0.3s ease, background 0.3s ease;
    cursor: default;
}

.bs-course:first-child {
    border-top: 1px solid rgba(73, 45, 26, 0.09);
}

.bs-course:hover {
    padding-left: 10px;
    background: rgba(73, 45, 26, 0.02);
}

.bs-course-num {
    font-family: var(--font-family-Fraunces);
    font-size: 13px;
    font-weight: 300;
    color: rgba(73, 45, 26, 0.32);
    flex-shrink: 0;
    width: 24px;
    text-align: center;
}

.bs-course-sep {
    width: 1px;
    height: 34px;
    flex-shrink: 0;
    background: linear-gradient(to bottom, transparent, rgba(73, 45, 26, 0.18), transparent);
    transition: background 0.3s ease;
}

.bs-course:hover .bs-course-sep {
    background: linear-gradient(to bottom, transparent, rgba(73, 45, 26, 0.55), transparent);
}

.bs-course-body {
    flex: 1;
}

.bs-course-sublabel {
    display: block;
    font-family: var(--font-family-Urbanist);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(73, 45, 26, 0.32);
    margin-bottom: 4px;
}

.bs-course-name {
    font-family: var(--font-family-Fraunces);
    font-size: 18px;
    font-weight: 300;
    color: #492D1A;
    line-height: 1.35;
    margin: 0;
}

/* Kids row */
.bs-course--kids {
    background: rgba(73, 45, 26, 0.03);
}

.bs-course--kids:hover {
    background: rgba(73, 45, 26, 0.05);
}

.bs-course-num--kids {
    color: rgba(73, 45, 26, 0.45);
    font-size: 16px;
    width: 24px;
    text-align: center;
}

.bs-course-badge {
    font-family: var(--font-family-Urbanist);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #fdf6ec;
    background: #492D1A;
    padding: 4px 10px;
    flex-shrink: 0;
    white-space: nowrap;
}

/* Notes */
.bs-notes {
    border-top: 1px solid rgba(73, 45, 26, 0.12);
    padding-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.bs-note {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.bs-note-marker {
    width: 5px;
    height: 5px;
    background: rgba(73, 45, 26, 0.32);
    transform: rotate(45deg);
    flex-shrink: 0;
    margin-top: 7px;
}

.bs-note-text {
    font-family: var(--font-family-Urbanist);
    font-size: 13px;
    color: rgba(73, 45, 26, 0.48);
    line-height: 1.65;
}

.bs-note-text strong {
    font-weight: 600;
    color: rgba(73, 45, 26, 0.65);
}

/* ══════════════════════════════════════════
   THALI NIGHT — Option blocks (left page)
══════════════════════════════════════════ */
.bs-option-block {
    padding: 18px 0;
    border-bottom: 1px solid rgba(73, 45, 26, 0.09);
    position: relative;
    z-index: 1;
}

.bs-option-block:first-of-type {
    border-top: 1px solid rgba(73, 45, 26, 0.09);
}

.bs-option-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 5px;
}

.bs-option-name {
    font-family: var(--font-family-Fraunces);
    font-size: 17px;
    font-weight: 300;
    color: #492D1A;
    letter-spacing: 0.3px;
}

.bs-option-price {
    font-family: var(--font-family-Fraunces);
    font-size: 22px;
    font-weight: 300;
    color: #492D1A;
    white-space: nowrap;
    flex-shrink: 0;
}

.bs-option-price small {
    font-size: 14px;
    color: rgba(73, 45, 26, 0.50);
}

.bs-option-desc {
    font-family: var(--font-family-Urbanist);
    font-size: 12px;
    color: rgba(73, 45, 26, 0.45);
    font-style: italic;
    line-height: 1.5;
}

/* Wine add-on bar */
.bs-wine-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 16px;
    background: rgba(73, 45, 26, 0.04);
    border-left: 2px solid rgba(73, 45, 26, 0.20);
    position: relative;
    z-index: 1;
}

.bs-wine-icon {
    font-size: 14px;
    color: rgba(73, 45, 26, 0.35);
    flex-shrink: 0;
    margin-top: 1px;
}

.bs-wine-text {
    font-family: var(--font-family-Urbanist);
    font-size: 13px;
    color: rgba(73, 45, 26, 0.50);
    line-height: 1.6;
    font-style: italic;
    margin: 0;
}

.bs-wine-text strong {
    font-weight: 600;
    color: rgba(73, 45, 26, 0.70);
    font-style: normal;
}

/* ══════════════════════════════════════════
   SET MENU — Course rows with price (left)
══════════════════════════════════════════ */
.bs-course-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(73, 45, 26, 0.09);
    transition: padding-left 0.3s ease, background 0.3s ease;
    cursor: default;
    position: relative;
    z-index: 1;
}

.bs-course-row:first-child {
    border-top: 1px solid rgba(73, 45, 26, 0.09);
}

.bs-course-row:hover {
    padding-left: 8px;
    background: rgba(73, 45, 26, 0.02);
}

.bs-course-row__left {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
}

.bs-course-row__num {
    font-family: var(--font-family-Fraunces);
    font-size: 11px;
    font-weight: 300;
    color: rgba(73, 45, 26, 0.32);
    flex-shrink: 0;
    width: 22px;
    text-align: center;
}

.bs-course-row__sep {
    width: 1px;
    height: 38px;
    flex-shrink: 0;
    background: linear-gradient(to bottom, transparent, rgba(73, 45, 26, 0.18), transparent);
    transition: background 0.3s ease;
}

.bs-course-row:hover .bs-course-row__sep {
    background: linear-gradient(to bottom, transparent, rgba(73, 45, 26, 0.55), transparent);
}

.bs-course-row__body {
    flex: 1;
}

.bs-course-row__label {
    display: block;
    font-family: var(--font-family-Urbanist);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(73, 45, 26, 0.32);
    margin-bottom: 4px;
}

.bs-course-row__name {
    font-family: var(--font-family-Fraunces);
    font-size: 18px;
    font-weight: 300;
    color: #492D1A;
    line-height: 1.3;
    margin: 0;
}

/* Highlighted price — right side of row */
.bs-course-row__price {
    font-family: var(--font-family-Fraunces);
    font-size: 28px;
    font-weight: 400;
    color: #492D1A;
    white-space: nowrap;
    flex-shrink: 0;
}

.bs-course-row__price::after {
    content: '';
    display: block;
    height: 2px;
    background: linear-gradient(90deg, rgba(73, 45, 26, 0.35), transparent);
    margin-top: 2px;
    animation: priceLineGrow 2s ease forwards;
}

@keyframes priceLineGrow {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* Wine note (set menu) */
.bs-wine-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    background: rgba(73, 45, 26, 0.04);
    border-left: 2px solid rgba(73, 45, 26, 0.20);
    position: relative;
    z-index: 1;
}

.bs-wine-note__icon {
    font-size: 13px;
    color: rgba(73, 45, 26, 0.35);
    flex-shrink: 0;
    margin-top: 1px;
}

.bs-wine-note__text {
    font-family: var(--font-family-Urbanist);
    font-size: 13px;
    color: rgba(73, 45, 26, 0.48);
    line-height: 1.6;
    font-style: italic;
    margin: 0;
}

.bs-wine-note__text strong {
    font-weight: 700;
    color: #492D1A;
    font-style: normal;
}

/* Set menu right page — big price showcase */
.bs-right-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 0;
}

.bs-right-label {
    display: block;
    font-family: var(--font-family-Urbanist);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(73, 45, 26, 0.38);
    margin-bottom: 32px;
}

.bs-price-item {
    display: flex;
    flex-direction: column;
    padding: 28px 0;
    border-bottom: 1px solid rgba(73, 45, 26, 0.09);
    gap: 6px;
    transition: padding-left 0.3s ease;
    cursor: default;
}

.bs-price-item:first-of-type {
    border-top: 1px solid rgba(73, 45, 26, 0.09);
}

.bs-price-item:hover {
    padding-left: 8px;
}

.bs-price-item__top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

.bs-price-item__courses {
    font-family: var(--font-family-Fraunces);
    font-size: 26px;
    font-weight: 300;
    color: #492D1A;
    letter-spacing: 0.3px;
}

.bs-price-item__amount {
    font-family: var(--font-family-Fraunces);
    font-size: 48px;
    font-weight: 400;
    color: #492D1A;
    letter-spacing: -1px;
    line-height: 1;
}

.bs-price-item__amount::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(73, 45, 26, 0.45), transparent);
    margin-top: 3px;
}

.bs-price-item__detail {
    font-family: var(--font-family-Urbanist);
    font-size: 12px;
    color: rgba(73, 45, 26, 0.42);
    font-style: italic;
}

/* ══════════════════════════════
   FOOTER ORNAMENT
══════════════════════════════ */
.bs-footer-orn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.bs-f-line {
    flex: 1;
    max-width: 220px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(73, 45, 26, 0.28), transparent);
}

.bs-f-diamond {
    width: 8px;
    height: 8px;
    background: #492D1A;
    transform: rotate(45deg);
    flex-shrink: 0;
    animation: gemGlow 3s ease-in-out infinite;
}

.bs-f-dot {
    width: 4px;
    height: 4px;
    background: rgba(73, 45, 26, 0.28);
    transform: rotate(45deg);
    flex-shrink: 0;
}

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 880px) {
    .bs-book {
        flex-direction: column;
    }

    .bs-book::before {
        left: 0;
        right: 0;
        top: 50%;
        width: 100%;
        height: 3px;
        transform: translateY(-50%);
        background: linear-gradient(to bottom,
                rgba(73, 45, 26, 0.15),
                rgba(73, 45, 26, 0.05),
                rgba(73, 45, 26, 0.15));
    }

    .bs-page-left,
    .bs-page-right {
        padding: 50px 44px;
    }

    .bs-pg-num,
    .bs-page-num-r {
        display: none;
    }

    .bs-right-inner {
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    .wrap {
        padding: 0 20px;
    }

    .book-section {
        padding: 72px 0 80px;
    }

    .bs-page-left,
    .bs-page-right {
        padding: 36px 24px;
    }

    .bs-price-int {
        font-size: 64px;
    }

    .bs-price-item__amount {
        font-size: 38px;
    }

    .bs-left-title {
        font-size: 26px;
    }

    .bs-h2 {
        font-size: 28px;
    }

    .bs-eyebrow {
        font-size: 22px;
    }

    .bg-float-diamond {
        display: none;
    }

    .bs-option-header {
        flex-direction: column;
        gap: 4px;
    }

    .bs-course-row {
        flex-wrap: wrap;
    }

    .bs-course-row__price {
        font-size: 22px;
    }
}

/* ══════════════════════════════════════════
   SET MENU RIGHT PAGE — includes + quote
══════════════════════════════════════════ */

/* What's included dots under each price item */
.bs-price-item__includes {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
    margin-top: 12px;
    font-family: var(--font-family-Urbanist);
    font-size: 11px;
    color: rgba(73, 45, 26, 0.42);
    letter-spacing: 0.3px;
    align-items: center;
}

.bs-incl-dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: rgba(73, 45, 26, 0.25);
    transform: rotate(45deg);
    flex-shrink: 0;
}

/* Decorative quote block */
.bs-right-quote {
    margin-top: 36px;
    padding: 28px 28px 24px;
    border: 1px solid rgba(73, 45, 26, 0.10);
    background: rgba(73, 45, 26, 0.03);
    position: relative;
}

.bs-right-quote__mark {
    font-family: var(--font-family-Fraunces);
    font-size: 64px;
    font-weight: 300;
    color: rgba(73, 45, 26, 0.12);
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 18px;
}

.bs-right-quote__text {
    font-family: var(--font-family-Fraunces);
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    color: rgba(73, 45, 26, 0.60);
    line-height: 1.65;
    margin: 0 0 18px;
    position: relative;
    z-index: 1;
    padding-top: 10px;
}

.bs-right-quote__rule {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.bs-right-quote__rule span:not(.bs-right-quote__dot) {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(73, 45, 26, 0.15), transparent);
}

.bs-right-quote__rule span:last-child {
    background: linear-gradient(90deg, transparent, rgba(73, 45, 26, 0.15));
}

.bs-right-quote__dot {
    width: 5px !important;
    height: 5px !important;
    background: rgba(73, 45, 26, 0.25) !important;
    transform: rotate(45deg);
    flex: none !important;
}

.bs-right-quote__attr {
    font-family: var(--font-family-Urbanist);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(73, 45, 26, 0.35);
}