:root { --bm-parchment: #f5efe1; --bm-cream: #faf6ec; --bm-ink: #2a2a26; --bm-ink-faint: #6e6a5e; --bm-rule: #c9c0a8; --bm-moss: #3a4d2e; --bm-moss-dk: #2c3a22; --bm-river: #4a6679; --bm-brick: #a85a4c; --bm-brick-soft: #c08778; --bm-gold: #a8820d; --bm-radius: 6px; } .bm-calendar { font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; color: var(--bm-ink); background: var(--bm-parchment); background-image: radial-gradient(ellipse at top, rgba(255,255,255,0.4) 0%, transparent 60%), repeating-linear-gradient(45deg, transparent 0px, transparent 60px, rgba(168,130,13,0.02) 60px, rgba(168,130,13,0.02) 61px); padding: 28px 22px 30px; position: relative; max-width: 700px; margin: 0 auto; box-sizing: border-box; } .bm-calendar *, .bm-calendar *::before, .bm-calendar *::after { box-sizing: border-box; } .bm-calendar::before, .bm-calendar::after { content: ""; position: absolute; pointer-events: none; } .bm-calendar::before { inset: 8px; border: 1px solid var(--bm-rule); } .bm-calendar::after { inset: 12px; border: 1px solid var(--bm-rule); opacity: 0.5; } .bm-header { text-align: center; margin-bottom: 18px; position: relative; z-index: 1; } .bm-eyebrow { font-family: 'Source Serif 4', serif; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--bm-moss); font-weight: 500; margin-bottom: 2px; } .bm-title { font-family: 'Cormorant Garamond', 'Times New Roman', serif; font-style: italic; font-weight: 500; font-size: clamp(1.5rem, 4.5vw, 2rem); margin: 0; color: var(--bm-ink); line-height: 1.1; } .bm-river-svg { display: block; margin: 6px auto 0; color: var(--bm-river); opacity: 0.6; } .bm-tabs { display: flex; justify-content: center; gap: clamp(20px, 6vw, 60px); margin: 10px 0 0; border-bottom: 1px solid var(--bm-rule); padding-bottom: 12px; position: relative; z-index: 1; } .bm-tab { font-family: 'Cormorant Garamond', serif; font-size: clamp(1rem, 2.5vw, 1.25rem); font-weight: 500; background: none; border: none; cursor: pointer; padding: 4px 8px 8px; position: relative; color: var(--bm-ink-faint); transition: color 0.15s; text-align: center; line-height: 1.15; } .bm-tab[aria-selected="true"] { color: var(--bm-ink); } .bm-tab[aria-selected="true"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: -13px; height: 2px; background: var(--bm-moss); } .bm-tab-sub { display: block; font-family: 'Source Serif 4', serif; font-style: italic; font-weight: 400; font-size: 0.78rem; color: var(--bm-ink-faint); margin-top: 1px; letter-spacing: 0.01em; } .bm-monthnav { display: flex; align-items: center; justify-content: space-between; margin: 22px 0 6px; position: relative; z-index: 1; } .bm-navbtn { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--bm-rule); background: var(--bm-cream); font-size: 1.1rem; color: var(--bm-ink-faint); cursor: pointer; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; transition: all 0.15s; } .bm-navbtn:hover { border-color: var(--bm-moss); color: var(--bm-moss); background: #fff; } .bm-navbtn:disabled { opacity: 0.3; cursor: not-allowed; } .bm-monthlabel { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.3rem, 3.5vw, 1.6rem); font-weight: 500; margin: 0; letter-spacing: 0.01em; } .bm-monthlabel .bm-year { font-style: italic; color: var(--bm-ink-faint); font-weight: 400; margin-left: 6px; } .bm-dow { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; margin: 16px 0 6px; text-align: center; font-size: 0.62rem; letter-spacing: 0.16em; color: var(--bm-ink-faint); text-transform: uppercase; font-weight: 500; position: relative; z-index: 1; } .bm-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; position: relative; z-index: 1; } .bm-cell { aspect-ratio: 1 / 1.2; border: 1px solid var(--bm-rule); background: var(--bm-cream); display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 5px 2px; font-family: 'Cormorant Garamond', serif; font-size: 1rem; color: var(--bm-ink); position: relative; border-radius: var(--bm-radius); transition: all 0.15s; overflow: hidden; } .bm-cell--empty { border-color: transparent; background: transparent; } .bm-cell--past .bm-num, .bm-cell--past .bm-price { color: var(--bm-rule); } .bm-cell--past { background: var(--bm-cream); opacity: 0.5; } .bm-num { font-size: clamp(0.95rem, 2vw, 1.1rem); font-weight: 500; line-height: 1; margin-top: 2px; } .bm-price { font-size: 0.7rem; color: var(--bm-ink-faint); margin-top: auto; margin-bottom: 4px; font-family: 'Source Serif 4', serif; letter-spacing: 0.01em; } .bm-cell--booked { cursor: not-allowed; } .bm-cell--available, .bm-cell--checkin, .bm-cell--checkout { cursor: pointer; } .bm-cell--checkin:hover, .bm-cell--checkout:hover { border-color: var(--bm-moss); box-shadow: 0 2px 6px rgba(58, 77, 46, 0.10); } .bm-cell--booked { background: repeating-linear-gradient( 45deg, transparent 0px, transparent 4px, rgba(168, 90, 76, 0.28) 4px, rgba(168, 90, 76, 0.28) 5px ), rgba(245, 220, 215, 0.4); } .bm-cell--booked .bm-num { color: var(--bm-brick); } .bm-cell--booked .bm-booked-label { font-family: 'Source Serif 4', serif; font-style: italic; font-size: 0.65rem; color: var(--bm-brick); margin-top: auto; margin-bottom: 4px; } .bm-cell--checkin { background: linear-gradient( to top right, rgba(245, 220, 215, 0.4) 50%, transparent 50% ); position: relative; } .bm-cell--checkin::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient( 45deg, transparent 0px, transparent 4px, rgba(168, 90, 76, 0.28) 4px, rgba(168, 90, 76, 0.28) 5px ); clip-path: polygon(100% 0, 100% 100%, 0 100%); pointer-events: none; } .bm-cell--checkout { background: linear-gradient( to bottom left, rgba(245, 220, 215, 0.4) 50%, transparent 50% ); position: relative; } .bm-cell--checkout::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient( 45deg, transparent 0px, transparent 4px, rgba(168, 90, 76, 0.28) 4px, rgba(168, 90, 76, 0.28) 5px ); clip-path: polygon(0 0, 100% 0, 0 100%); pointer-events: none; } .bm-cell--available:hover { border-color: var(--bm-moss); background: #fff; transform: translateY(-1px); box-shadow: 0 2px 8px rgba(58, 77, 46, 0.08); } .bm-cell--selected { border: 2px solid var(--bm-river); background: #fff; } .bm-legend { display: flex; justify-content: center; gap: clamp(14px, 4vw, 32px); margin: 18px 0 4px; font-size: 0.78rem; color: var(--bm-ink-faint); flex-wrap: wrap; position: relative; z-index: 1; } .bm-legend span { display: inline-flex; align-items: center; gap: 8px; } .bm-swatch { width: 18px; height: 18px; border-radius: 3px; border: 1px solid var(--bm-rule); display: inline-block; } .bm-swatch--available { background: var(--bm-cream); } .bm-swatch--booked { background: repeating-linear-gradient( 45deg, transparent 0px, transparent 3px, rgba(168, 90, 76, 0.4) 3px, rgba(168, 90, 76, 0.4) 4px ), rgba(245, 220, 215, 0.4); } .bm-swatch--half { background: linear-gradient(to bottom left, rgba(245, 220, 215, 0.4) 50%, var(--bm-cream) 50%), var(--bm-cream); position: relative; overflow: hidden; } .bm-swatch--half::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient( 45deg, transparent 0px, transparent 2px, rgba(168, 90, 76, 0.4) 2px, rgba(168, 90, 76, 0.4) 3px ); clip-path: polygon(100% 0, 100% 100%, 0 100%); } .bm-legend-note { text-align: center; font-family: 'Source Serif 4', serif; font-style: italic; font-size: 0.78rem; color: var(--bm-ink-faint); margin: 4px 0 0; position: relative; z-index: 1; } .bm-legend-note a { color: var(--bm-moss); font-style: normal; font-weight: 500; text-decoration: underline; text-underline-offset: 2px; } .bm-legend-note a:hover { color: var(--bm-moss-dk); } .bm-cta-row { display: flex; flex-direction: column; gap: 10px; margin: 22px 0 14px; position: relative; z-index: 1; } .bm-cta { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 20px; font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 500; letter-spacing: 0.02em; text-decoration: none; border-radius: var(--bm-radius); background: var(--bm-moss); color: var(--bm-cream); border: 1px solid var(--bm-moss); transition: all 0.15s; cursor: pointer; } .bm-cta:hover { background: var(--bm-moss-dk); transform: translateY(-1px); } .bm-cta--vrbo { background: transparent; color: var(--bm-moss); } .bm-cta--vrbo:hover { background: var(--bm-cream); border-color: var(--bm-moss-dk); color: var(--bm-moss-dk); } .bm-cta--disabled, .bm-cta--disabled:hover { background: transparent; color: var(--bm-ink-faint); border-color: var(--bm-rule); cursor: not-allowed; transform: none; } .bm-cta-arrow { font-family: 'Source Serif 4', serif; font-weight: 400; } .bm-inquire-row { text-align: center; margin-top: -4px; margin-bottom: 8px; font-size: 0.82rem; color: var(--bm-ink-faint); font-style: italic; position: relative; z-index: 1; } .bm-inquire-row a { color: var(--bm-gold); font-style: normal; font-weight: 500; text-decoration: underline; text-underline-offset: 3px; } .bm-price-banner { text-align: center; margin: 14px 0 4px; padding: 10px 0 6px; font-family: 'Cormorant Garamond', serif; color: var(--bm-ink); position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 2px; } .bm-price-banner:empty { display: none; } .bm-price-banner > span { display: inline-block; } .bm-price-from { font-style: italic; font-size: 0.85rem; color: var(--bm-ink-faint); margin-right: 4px; } .bm-price-amount { font-size: 1.5rem; font-weight: 500; color: var(--bm-moss-dk); letter-spacing: 0.01em; } .bm-price-night { font-style: italic; font-size: 0.95rem; color: var(--bm-ink-faint); margin-left: 2px; } .bm-price-note { font-family: 'Source Serif 4', serif; font-size: 0.72rem; color: var(--bm-ink-faint); letter-spacing: 0.02em; margin-top: 4px; } .bm-price-banner > .bm-price-from, .bm-price-banner > .bm-price-amount, .bm-price-banner > .bm-price-night { display: inline-block; } .bm-price-banner > .bm-price-from, .bm-price-banner > .bm-price-amount { vertical-align: baseline; } .bm-coming-soon { text-align: center; padding: 50px 20px; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.1rem; color: var(--bm-ink-faint); border: 2px dashed var(--bm-rule); border-radius: var(--bm-radius); margin: 16px 0; position: relative; z-index: 1; } .bm-coming-soon .bm-emoji { font-size: 2rem; display: block; margin-bottom: 10px; } .bm-coming-soon strong { font-family: 'Source Serif 4', serif; font-style: normal; font-weight: 600; color: var(--bm-ink); display: block; margin: 8px 0 6px; font-size: 1.05rem; } @media (max-width: 540px) { .bm-calendar { padding: 22px 14px 26px; } .bm-cell { padding: 3px 1px; } .bm-num { font-size: 0.95rem; } .bm-price { font-size: 0.6rem; } .bm-booked-label { font-size: 0.55rem; } .bm-tabs { gap: clamp(8px, 2vw, 18px); flex-wrap: wrap; row-gap: 8px; } .bm-tab { font-size: 0.9rem; padding: 4px 4px 8px; } .bm-tab-sub { font-size: 0.64rem; } } .bm-cell--selected-start, .bm-cell--selected-end { background: #fff; border: 2px solid var(--bm-moss); z-index: 2; } .bm-cell--selected-start .bm-num, .bm-cell--selected-end .bm-num { color: var(--bm-moss-dk); font-weight: 600; } .bm-cell--selected-mid { background: rgba(58, 77, 46, 0.10); border-color: rgba(58, 77, 46, 0.25); } .bm-cell--selected-mid .bm-num { color: var(--bm-moss-dk); } .bm-inquire-modal { position: fixed; inset: 0; z-index: 1200; display: none; align-items: flex-start; justify-content: center; padding: 20px 12px; overflow-y: auto; } .bm-inquire-modal--open { display: flex; } .bm-inquire-backdrop { position: fixed; inset: 0; background: rgba(20, 30, 16, 0.78); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); } .bm-inquire-content { position: relative; width: 100%; max-width: 480px; margin: 30px auto; z-index: 1; background: var(--bm-parchment); border: 1px solid var(--bm-rule); border-radius: 8px; padding: 36px 28px 30px; box-shadow: 0 20px 60px rgba(0,0,0,0.4); animation: bmInquireIn 0.3s cubic-bezier(0.16, 1, 0.3, 1); font-family: 'Source Serif 4', Georgia, serif; color: var(--bm-ink); } @keyframes bmInquireIn { from { opacity: 0; transform: translateY(20px) scale(0.96); } to { opacity: 1; transform: translateY(0) scale(1); } } .bm-inquire-close { position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; border-radius: 50%; background: transparent; border: 1px solid var(--bm-rule); color: var(--bm-ink-faint); font-size: 1.2rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; transition: all 0.15s; } .bm-inquire-close:hover { background: #fff; color: var(--bm-ink); transform: scale(1.05); } .bm-inquire-header { text-align: center; margin-bottom: 18px; } .bm-inquire-eyebrow { font-family: 'Source Serif 4', serif; font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--bm-moss); font-weight: 500; } .bm-inquire-dates { text-align: center; margin-bottom: 22px; font-family: 'Cormorant Garamond', serif; } .bm-inquire-suite { font-size: 1.1rem; font-style: italic; color: var(--bm-ink-faint); margin-bottom: 4px; } .bm-inquire-range { font-size: 1.45rem; font-weight: 500; color: var(--bm-ink); letter-spacing: 0.01em; line-height: 1.3; } .bm-inquire-nights { font-family: 'Source Serif 4', serif; font-style: italic; font-size: 0.85rem; color: var(--bm-ink-faint); margin-top: 4px; } .bm-inquire-cta-block { margin-bottom: 18px; } .bm-inquire-primary { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 18px; font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; font-weight: 500; text-decoration: none; background: var(--bm-moss); color: var(--bm-cream); border: 1px solid var(--bm-moss); border-radius: 6px; transition: all 0.15s; text-align: center; } .bm-inquire-primary:hover { background: var(--bm-moss-dk); transform: translateY(-1px); } .bm-inquire-arrow { font-family: 'Source Serif 4', serif; } .bm-inquire-note { text-align: center; font-family: 'Source Serif 4', serif; font-style: italic; font-size: 0.78rem; color: var(--bm-ink-faint); margin: 8px 0 0; line-height: 1.5; } .bm-inquire-divider { text-align: center; font-family: 'Source Serif 4', serif; font-style: italic; font-size: 0.78rem; color: var(--bm-ink-faint); margin: 18px 0 14px; position: relative; } .bm-inquire-divider::before, .bm-inquire-divider::after { content: ""; position: absolute; top: 50%; width: 25%; height: 1px; background: var(--bm-rule); } .bm-inquire-divider::before { left: 8%; } .bm-inquire-divider::after { right: 8%; } .bm-inquire-divider span { background: var(--bm-parchment); padding: 0 10px; position: relative; } .bm-inquire-platform-row { display: flex; flex-direction: column; gap: 10px; } .bm-inquire-platform { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 16px; font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 500; text-decoration: none; background: transparent; color: var(--bm-moss); border: 1px solid var(--bm-moss); border-radius: 6px; transition: all 0.15s; text-align: center; } .bm-inquire-platform:hover { background: var(--bm-cream); color: var(--bm-moss-dk); border-color: var(--bm-moss-dk); } @media (max-width: 540px) { .bm-inquire-content { padding: 28px 20px 24px; margin: 10px auto; } .bm-inquire-range { font-size: 1.2rem; } .bm-inquire-primary { font-size: 0.95rem; padding: 12px 14px; } .bm-inquire-platform { font-size: 0.92rem; } } .bm-toast { position: absolute; top: 70px; left: 50%; transform: translateX(-50%) translateY(-8px); background: rgba(120, 30, 30, 0.94); color: #fff; font-family: 'Source Serif 4', Georgia, serif; font-size: 0.86rem; line-height: 1.35; padding: 9px 16px; border-radius: 6px; box-shadow: 0 6px 22px rgba(0, 0, 0, 0.25); opacity: 0; pointer-events: none; transition: opacity 0.25s ease, transform 0.25s ease; z-index: 50; text-align: center; max-width: 88%; white-space: normal; } .bm-toast--show { opacity: 1; transform: translateX(-50%) translateY(0); } @media (max-width: 540px) { .bm-toast { top: 60px; font-size: 0.78rem; padding: 7px 12px; max-width: 92%; } } @media (max-width: 380px) { .bm-tabs { gap: 4px; row-gap: 6px; } .bm-tab { font-size: 0.8rem; padding: 4px 2px 8px; } .bm-tab-sub { font-size: 0.58rem; } }
#bm-inquire-modal{position:fixed;inset:0;z-index:1200;display:none;align-items:flex-start;justify-content:center;padding:20px 12px;overflow-y:auto}#bm-inquire-modal.bm-inquire-modal--open{display:flex}

/* === MODAL FORM STYLING V2 — full inquiry form === */
#bm-inquire-modal .bm-inquire-content{max-width:620px !important;width:95% !important;padding:24px 28px !important;max-height:92vh !important;overflow-y:auto !important;}#bm-modal-form .form-fields-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 14px;margin-top:14px;}#bm-modal-form .fld{display:flex;flex-direction:column;gap:3px}#bm-modal-form .fld label{font-size:0.74rem;font-weight:600;color:var(--txt-mid);letter-spacing:0.04em;}#bm-modal-form .fld input,#bm-modal-form .fld select{padding:9px 11px;border:1px solid var(--border);border-radius:5px;background:#fff;font-family:inherit;font-size:16px;color:var(--txt-dk);transition:border-color 0.15s;}#bm-modal-form .fld input:focus,#bm-modal-form .fld select:focus{outline:none;border-color:var(--gold-lt,var(--gold-lt));box-shadow:0 0 0 3px rgba(232,201,128,0.15);}@media (max-width:600px){#bm-inquire-modal .bm-inquire-content{padding:20px 18px !important;width:96% !important}#bm-modal-form .form-fields-grid{grid-template-columns:1fr !important;gap:8px !important}}


/* Stack description + sidebar vertically on phones */
@media (max-width: 899px){.suite-intro-grid{grid-template-columns:1fr !important;gap:24px !important;}}
