:root {
  --aubergine: #35151d;
  --wine: #6f2333;
  --wine-dark: #511825;
  --rose: #a85c52;
  --champagne: #c9a66b;
  --ivory: #f7f2e9;
  --warm-white: #fcfaf6;
  --ink: #211a19;
  --muted: #766c68;
  --sage: #66705f;
  --line: rgba(53, 21, 29, .14);
  --soft-line: rgba(255,255,255,.2);
  --shadow: 0 28px 80px rgba(32, 18, 17, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--warm-white); color: var(--ink); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0,0,0,0); overflow: hidden; white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 300; left: 16px; top: -80px; background: #fff; color: var(--wine); padding: 12px 16px; text-decoration: none; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }
.eyebrow { margin: 0 0 12px; color: var(--wine); font-size: 10px; line-height: 1.2; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: #e7c995; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 94px; padding: 0 clamp(24px, 5.5vw, 88px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.22); color: #fff; }
.public-brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,250,241,.94); box-shadow: 0 6px 22px rgba(29,9,12,.12); }
.brand-mark img { width: 35px; height: 35px; display: block; }
.public-brand > span:last-child { display: grid; gap: 3px; }
.public-brand b { font-size: 16px; line-height: 1; letter-spacing: .2em; }
.public-brand small { font-size: 6px; letter-spacing: .24em; opacity: .72; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); }
.site-header nav a { color: rgba(255,255,255,.88); text-decoration: none; font-size: 11px; letter-spacing: .04em; }
.site-header nav a:hover { color: #fff; }
.site-header .nav-book { min-height: 44px; padding: 0 20px; display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.64); font-weight: 700; }
.site-header .nav-book:hover { background: #fff; color: var(--wine); }

.hero { position: relative; min-height: 890px; padding: 176px clamp(24px, 7.5vw, 120px) 235px; isolation: isolate; color: #fff; display: grid; grid-template-columns: minmax(0, 720px) 1fr; align-content: center; }
.hero-backdrop { position: absolute; inset: 0; z-index: -3; background: url('/jaipur-editorial-hero.webp') center 44% / cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(33,11,17,.87) 0%, rgba(52,17,24,.68) 38%, rgba(49,20,22,.2) 69%, rgba(29,12,13,.05) 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 46%; z-index: -1; background: linear-gradient(0deg, rgba(30,13,15,.75), transparent); pointer-events: none; }
.hero-copy { max-width: 760px; }
.hero h1 { margin: 0; max-width: 740px; font: 500 clamp(66px, 7vw, 108px)/.83 "Cormorant Garamond", serif; letter-spacing: -.055em; text-wrap: balance; }
.hero h1 em { color: #e8c996; font-weight: 500; }
.hero-intro { max-width: 550px; margin: 30px 0 34px; color: rgba(255,255,255,.77); font-size: clamp(15px, 1.35vw, 19px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.hero-actions a { text-decoration: none; font-size: 12px; font-weight: 700; }
.hero-primary { min-width: 208px; min-height: 54px; padding: 0 19px; color: var(--aubergine); background: #e8c996; display: inline-flex; align-items: center; justify-content: space-between; }
.hero-primary:hover { background: #f3dfb8; }
.hero-secondary { padding: 8px 0 6px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.55); }
.hero-proof { align-self: end; justify-self: end; margin-bottom: 74px; display: grid; gap: 19px; border-left: 1px solid rgba(255,255,255,.3); padding-left: 26px; }
.hero-proof span { display: grid; grid-template-columns: 62px auto; align-items: baseline; }
.hero-proof b { font: 500 30px "Cormorant Garamond", serif; color: #ecd5ac; }
.hero-proof small { font-size: 10px; color: rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: .12em; }
.destination-note { position: absolute; right: clamp(20px, 3vw, 46px); top: 117px; margin: 0; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.55); writing-mode: vertical-rl; }

.search-card { position: absolute; left: clamp(24px, 5.5vw, 88px); right: clamp(24px, 5.5vw, 88px); bottom: 34px; min-height: 158px; padding: 26px 28px 22px; display: grid; grid-template-columns: minmax(138px, .65fr) minmax(195px, .85fr) minmax(410px, 2.2fr) minmax(170px, .7fr); gap: 24px; align-items: end; background: rgba(252,250,246,.97); color: var(--ink); box-shadow: var(--shadow); border-top: 3px solid var(--champagne); }
.search-intro h2 { margin: 0; font: 600 29px/.95 "Cormorant Garamond", serif; }
.plan-switch { margin: 0; padding: 4px; border: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 3px; }
.plan-switch label { cursor: pointer; min-width: 0; }
.plan-switch input { position: absolute; opacity: 0; pointer-events: none; }
.plan-switch span { min-height: 56px; padding: 9px 10px; display: grid; align-content: center; font-size: 11px; font-weight: 700; transition: .2s; }
.plan-switch small { display: block; margin-top: 3px; font-size: 8px; font-weight: 500; color: var(--muted); white-space: nowrap; }
.plan-switch input:checked + span { background: var(--aubergine); color: #fff; }
.plan-switch input:checked + span small { color: rgba(255,255,255,.62); }
.plan-switch input:focus-visible + span { outline: 3px solid rgba(201,166,107,.5); }
.search-grid { display: grid; grid-template-columns: 1.2fr 1.2fr .7fr .7fr; gap: 14px; }
.form-field { display: grid; gap: 7px; min-width: 0; }
.form-field > span, .booking-form label > span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.form-field > small { margin-top: -3px; color: var(--muted); font-size: 8px; line-height: 1.25; }
.form-field input, .form-field select, .booking-form input, .booking-form select { width: 100%; min-width: 0; height: 52px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); padding: 0 8px 0 0; outline: none; border-radius: 0; }
.form-field input:focus, .form-field select:focus, .booking-form input:focus, .booking-form select:focus { border-color: var(--wine); box-shadow: 0 1px 0 var(--wine); }
.primary-button { width: 100%; min-height: 54px; border: 0; border-radius: 0; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; background: var(--wine); color: #fff; font-weight: 700; font-size: 12px; text-decoration: none; cursor: pointer; transition: background .18s, transform .18s; }
.primary-button:hover { background: var(--wine-dark); transform: translateY(-1px); }
.primary-button:disabled { opacity: .56; cursor: wait; transform: none; }
.primary-button i { font-style: normal; font-size: 19px; }
.search-note { position: absolute; right: 29px; bottom: 7px; margin: 0; color: var(--muted); font-size: 8px; }
.search-note span { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #4c8b60; }
.large-group-contact { position: absolute; left: 29px; bottom: 6px; display: flex; align-items: center; gap: 8px; font-size: 8px; }
.large-group-contact > span { color: var(--wine); font-weight: 700; }
.large-group-contact p { margin: 0; color: var(--muted); }
.large-group-contact a { padding-left: 8px; border-left: 1px solid var(--line); color: var(--wine); font-weight: 700; text-decoration: none; }
.large-group-contact a:hover { text-decoration: underline; }

.service-ribbon { min-height: 138px; padding: 0 clamp(24px, 7vw, 112px); display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; background: #24181a; color: #fff; }
.service-ribbon p { min-height: 72px; margin: 0; display: grid; grid-template-columns: 42px 1fr; align-content: center; padding: 0 38px; border-right: 1px solid rgba(255,255,255,.13); }
.service-ribbon p:first-child { padding-left: 0; }
.service-ribbon p:last-child { border-right: 0; }
.service-ribbon p > span { grid-row: 1 / 3; align-self: start; color: #d9bb87; font: italic 500 22px "Cormorant Garamond", serif; }
.service-ribbon b { font: 600 19px "Cormorant Garamond", serif; letter-spacing: .01em; }
.service-ribbon small { margin-top: 5px; color: rgba(255,255,255,.58); font-size: 9px; line-height: 1.5; }
.property-nav { position: sticky; z-index: 14; top: 0; min-height: 68px; padding: 0 clamp(24px, 7vw, 112px); display: flex; align-items: center; gap: clamp(19px, 3vw, 40px); background: rgba(28,17,19,.97); color: #fff; box-shadow: 0 8px 24px rgba(28,17,19,.12); }
.property-nav strong { font: 600 16px "Cormorant Garamond", serif; letter-spacing: .08em; white-space: nowrap; }
.property-nav > span { width: 1px; height: 22px; background: rgba(255,255,255,.2); }
.property-nav a { color: rgba(255,255,255,.7); text-decoration: none; font-size: 10px; white-space: nowrap; }
.property-nav a:hover { color: #fff; }
.property-nav-rate { min-height: 40px; margin-left: auto; padding: 0 18px; display: inline-flex; align-items: center; background: var(--champagne); color: var(--aubergine) !important; font-weight: 700; }

.inventory-section, .room-profiles { padding: clamp(78px, 8vw, 125px) clamp(24px, 7vw, 112px); }
.inventory-section { background: radial-gradient(circle at 88% 8%, rgba(201,166,107,.18), transparent 25%), linear-gradient(180deg, #f6efe5 0%, #fbf8f2 100%); }
.section-heading h2, .collection-lead h2, .location-copy h2 { margin: 0; font: 500 clamp(48px, 5.4vw, 76px)/.92 "Cormorant Garamond", serif; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 680px; color: var(--muted); line-height: 1.7; }
.inventory-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.availability-count { min-width: 180px; padding: 6px 0 4px 30px; border-left: 1px solid var(--line); display: grid; }
.availability-count b { color: var(--wine); font: 500 50px/.8 "Cormorant Garamond", serif; }
.availability-count span { margin-top: 9px; color: var(--muted); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.inventory-status { min-height: 20px; margin: 38px 0 18px; color: var(--muted); font-size: 11px; }
.inventory-status.error { padding: 14px; color: #9f2731; background: #fff1ec; border-left: 3px solid #9f2731; }
.studio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.hotel-room-card { min-width: 0; overflow: hidden; background: rgba(255,253,249,.96); border: 0; border-radius: 22px; box-shadow: 0 18px 48px rgba(57,31,29,.09); transition: transform .25s ease, box-shadow .25s ease; }
.hotel-room-card:hover { transform: translateY(-5px); box-shadow: 0 28px 64px rgba(57,31,29,.14); }
.hotel-room-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #e8dfd3; }
.hotel-room-media > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s ease; }
.hotel-room-card:hover .hotel-room-media > img { transform: scale(1.025); }
.hotel-room-copy { padding: 27px 28px 29px; }
.room-eyebrow { margin: 0; color: var(--wine); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hotel-room-copy h3 { margin: 7px 0 9px; font: 600 34px/.95 "Cormorant Garamond", serif; }
.hotel-room-copy > p:not(.room-eyebrow) { min-height: 40px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.hotel-room-footer { margin-top: 24px; padding-top: 21px; border-top: 1px solid var(--line); display: flex; align-items: end; justify-content: space-between; gap: 22px; }
.hotel-room-footer > div { display: grid; }
.hotel-room-footer small { color: var(--muted); font-size: 7px; letter-spacing: .13em; text-transform: uppercase; }
.hotel-room-footer strong { margin-top: 4px; color: var(--wine); font: 600 27px "Cormorant Garamond", serif; }
.hotel-room-footer strong span { color: var(--muted); font: 500 9px "DM Sans", sans-serif; }
.hotel-room-footer em { margin-top: 3px; color: #58715e; font-size: 8px; font-style: normal; }
.hotel-room-footer .select-category { min-width: 135px; }
.inventory-collection { position: relative; min-height: 260px; display: grid; grid-template-columns: 170px minmax(0, 1fr) 245px; background: var(--warm-white); border: 1px solid var(--line); overflow: hidden; transition: box-shadow .2s, transform .2s; }
.inventory-collection:hover { transform: translateY(-2px); box-shadow: 0 20px 50px rgba(57,31,29,.08); }
.collection-mark { position: relative; display: grid; place-items: center; min-height: 100%; color: #fff; background: var(--wine); overflow: hidden; }
.collection-mark::before { content: ""; position: absolute; width: 134px; height: 190px; bottom: -62px; border: 22px solid rgba(255,255,255,.18); border-bottom: 0; border-radius: 80px 80px 0 0; }
.inventory-collection[data-profile="BAL"] .collection-mark { background: #a4624d; }
.inventory-collection[data-profile="DLX"] .collection-mark { background: var(--wine); }
.inventory-collection[data-profile="STD"] .collection-mark { background: #5b675a; }
.inventory-collection[data-profile="NAB"] .collection-mark { background: #68534a; }
.collection-mark b { position: relative; font: 500 31px "Cormorant Garamond", serif; letter-spacing: .12em; }
.collection-content { padding: 34px 32px 30px; min-width: 0; }
.collection-kicker { display: flex; align-items: center; gap: 10px; color: var(--wine); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.collection-kicker i { width: 22px; height: 1px; background: currentColor; }
.collection-content h3 { margin: 9px 0 7px; font: 600 30px "Cormorant Garamond", serif; }
.collection-description { max-width: 720px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.amenity-list { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 7px 16px; }
.amenity-list span { color: #5e5551; font-size: 9px; }
.amenity-list span::before { content: "·"; color: var(--champagne); margin-right: 7px; }
.monthly-rate-plan { margin-top: 18px; padding: 14px 16px 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; border: 1px solid #decdb0; background: linear-gradient(145deg, #fffdf8, #f7efe2); }
.monthly-rate-plan span { min-width: 0; display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 2px 8px; }
.monthly-rate-plan span + span { padding-left: 18px; border-left: 1px solid #decdb0; }
.monthly-rate-plan small { grid-column: 1 / -1; color: var(--wine); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.monthly-rate-plan b { margin-top: 3px; color: var(--ink); font: 600 20px "Cormorant Garamond", serif; }
.monthly-rate-plan em { color: var(--muted); font-size: 8px; font-style: normal; }
.monthly-rate-plan p { grid-column: 1 / -1; margin: 0; padding-top: 9px; border-top: 1px solid rgba(222,205,176,.7); color: var(--muted); font-size: 8px; }
.room-options { margin-top: 23px; display: flex; flex-wrap: wrap; gap: 8px; }
.room-choice { min-width: 60px; min-height: 40px; padding: 0 12px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 10px; font-weight: 700; cursor: pointer; }
.room-choice:hover { border-color: var(--wine); color: var(--wine); background: #fff; }
.room-choice:focus-visible { outline: 3px solid rgba(201,166,107,.4); outline-offset: 2px; }
.room-choice:disabled { color: #aaa19d; background: #f1ece4; text-decoration: line-through; cursor: not-allowed; }
.collection-rate { padding: 34px 30px; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.collection-rate > small { color: var(--muted); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.collection-rate strong { margin: 8px 0 5px; color: var(--wine); font: 600 32px "Cormorant Garamond", serif; }
.collection-rate strong span { color: var(--muted); font: 500 10px "DM Sans", sans-serif; }
.collection-rate > span { margin-bottom: 21px; color: #58715e; font-size: 9px; }
.select-category { min-height: 44px; min-width: 155px; border: 1px solid var(--wine); background: transparent; color: var(--wine); font-size: 10px; font-weight: 700; cursor: pointer; }
.select-category:hover { color: #fff; background: var(--wine); }
.select-category:disabled { border-color: var(--line); color: var(--muted); cursor: not-allowed; }
.empty-inventory { padding: 60px 24px; text-align: center; background: var(--warm-white); border: 1px solid var(--line); }
.empty-inventory h3 { margin: 0 0 7px; font: 600 32px "Cormorant Garamond", serif; }
.empty-inventory p { color: var(--muted); }
.loading-card { min-height: 210px; background: linear-gradient(110deg, #f4eee5 8%, #fcf9f4 18%, #f4eee5 33%); background-size: 200% 100%; animation: shimmer 1.2s linear infinite; }
@keyframes shimmer { to { background-position-x: -200%; } }

.about-heaven { min-height: 760px; padding: clamp(78px, 9vw, 135px) clamp(24px, 7vw, 112px); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(55px, 9vw, 135px); align-items: center; background: #fdfaf5; }
.about-brand-panel { min-height: 580px; position: relative; }
.about-image { position: absolute; inset: 54px 68px 0 0; padding: 28px; display: flex; align-items: flex-end; border-radius: 120px 12px 12px 12px; overflow: hidden; color: rgba(255,255,255,.84); background: linear-gradient(0deg, rgba(39,17,20,.68), transparent 58%), url('/jaipur-editorial-hero.webp') 62% center / cover; box-shadow: 0 32px 75px rgba(49,24,23,.17); }
.parent-logo-card { position: absolute; z-index: 2; right: 0; top: 0; width: min(310px, 58%); padding: 20px 22px 24px; border-radius: 16px; background: #fff; box-shadow: 0 22px 52px rgba(49,24,23,.17); }
.parent-logo-card small { display: block; margin-bottom: 10px; color: var(--muted); font-size: 7px; font-weight: 700; letter-spacing: .16em; }
.parent-logo-card img { width: 100%; display: block; }
.about-copy h2 { margin: 0; font: 500 clamp(52px, 5.5vw, 78px)/.88 "Cormorant Garamond", serif; letter-spacing: -.047em; }
.about-copy h2 em { color: var(--wine); }
.about-copy > p:not(.eyebrow) { max-width: 600px; margin: 25px 0 0; color: var(--muted); font-size: 13px; line-height: 1.82; }
.about-facts { margin: 36px 0 32px; padding: 26px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-facts span { min-width: 0; padding: 0 17px; display: grid; border-right: 1px solid var(--line); }
.about-facts span:first-child { padding-left: 0; }
.about-facts span:last-child { border-right: 0; }
.about-facts b { color: var(--wine); font: 600 33px "Cormorant Garamond", serif; }
.about-facts small { margin-top: 3px; color: var(--muted); font-size: 8px; line-height: 1.45; }
.story-links { padding: clamp(78px, 8vw, 120px) clamp(24px, 7vw, 112px); background: linear-gradient(180deg, #f3ece1, #faf6ef); }
.story-link-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.story-link-grid a { min-height: 340px; padding: 32px; display: flex; flex-direction: column; position: relative; overflow: hidden; border: 0; border-radius: 18px; color: var(--ink); text-decoration: none; background: rgba(255,255,255,.78); box-shadow: 0 16px 40px rgba(55,31,28,.07); transition: background .2s, transform .2s, box-shadow .2s; }
.story-link-grid a:nth-child(2) { background: #6e2433; color: #fff; }
.story-link-grid a:nth-child(3) { background: #64705f; color: #fff; }
.story-link-grid a:hover { transform: translateY(-5px); box-shadow: 0 25px 58px rgba(55,31,28,.13); }
.story-link-grid a > span { color: var(--champagne); font: italic 500 26px "Cormorant Garamond", serif; }
.story-link-grid small { margin-top: 42px; color: var(--wine); font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.story-link-grid a:nth-child(n+2) small, .story-link-grid a:nth-child(n+2) b { color: #efd8b0; }
.story-link-grid h3 { margin: 9px 0; font: 600 30px/1 "Cormorant Garamond", serif; }
.story-link-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.story-link-grid a:nth-child(n+2) p { color: rgba(255,255,255,.68); }
.story-link-grid b { margin-top: auto; color: var(--wine); font-size: 10px; }

.collection-section { min-height: 690px; padding: clamp(78px, 9vw, 135px) clamp(24px, 7vw, 112px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 9vw, 135px); color: var(--ink); background: #e9ddce; }
.collection-lead h2 em, .location-copy h2 em { color: var(--wine); }
.collection-lead > p:last-child { max-width: 510px; margin-top: 30px; color: var(--muted); font-size: 14px; line-height: 1.78; }
.collection-details { display: grid; gap: 12px; }
.collection-details article { padding: 25px 27px; border: 0; border-radius: 15px; display: grid; grid-template-columns: 118px 1fr; column-gap: 24px; background: rgba(255,253,249,.78); }
.collection-details span { grid-row: 1 / 3; padding-top: 4px; color: var(--wine); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.collection-details h3 { margin: 0 0 7px; font: 500 25px "Cormorant Garamond", serif; }
.collection-details p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }

.room-profiles { background: var(--warm-white); }
.profile-grid { margin-top: 50px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; }
.profile-grid article { min-height: 210px; padding: 34px 30px; display: grid; grid-template-columns: 100px 1fr; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); }
.profile-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.profile-grid article > b { width: 88px; height: 116px; display: grid; place-items: center; border-radius: 50px 50px 3px 3px; color: #fff; background: var(--wine); font: 600 15px "Cormorant Garamond", serif; letter-spacing: .12em; }
.profile-grid article:nth-child(2) > b { background: #a4624d; }
.profile-grid article:nth-child(3) > b { background: #5b675a; }
.profile-grid article:nth-child(4) > b { background: #68534a; }
.profile-grid small { color: var(--wine); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.profile-grid h3 { margin: 7px 0; font: 600 26px "Cormorant Garamond", serif; }
.profile-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }

.location-section { min-height: 650px; display: grid; grid-template-columns: 1.1fr .9fr; background: #f9f4ec; }
.location-photo { min-height: 550px; padding: 38px; display: flex; align-items: flex-end; background: linear-gradient(0deg, rgba(35,14,17,.55), transparent 50%), url('/jaipur-editorial-hero.webp') center / cover no-repeat; color: rgba(255,255,255,.8); }
.location-copy { padding: clamp(70px, 9vw, 135px) clamp(36px, 7vw, 100px); display: flex; flex-direction: column; justify-content: center; }
.location-copy > p:not(.eyebrow) { max-width: 470px; margin: 31px 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.location-copy address { max-width: 470px; margin: -12px 0 30px; padding-left: 18px; border-left: 2px solid var(--champagne); color: #5e514c; font-size: 11px; font-style: normal; line-height: 1.7; }
.text-link { width: fit-content; padding-bottom: 7px; border-bottom: 1px solid var(--wine); color: var(--wine); text-decoration: none; font-size: 11px; font-weight: 700; }
.text-link span { margin-left: 15px; }

footer { position: relative; min-height: 330px; padding: 60px clamp(24px, 7vw, 112px) 36px; display: grid; grid-template-columns: 1.5fr 1fr; align-content: start; gap: 55px; color: rgba(255,255,255,.62); background: #1c1113; }
.footer-main { display: flex; align-items: flex-start; gap: clamp(45px, 9vw, 130px); }
.footer-brand { color: #fff; }
.footer-main > p { margin: 0; color: #d8b98d; font: 500 31px/1.05 "Cormorant Garamond", serif; }
.footer-links { display: grid; align-content: start; justify-content: end; gap: 16px; }
.footer-links a { color: rgba(255,255,255,.67); text-decoration: none; font-size: 10px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { position: absolute; left: clamp(24px, 7vw, 112px); right: clamp(24px, 7vw, 112px); bottom: 30px; margin: 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: 8px; letter-spacing: .1em; }

.booking-modal[hidden] { display: none; }
.booking-modal { position: fixed; inset: 0; z-index: 100; display: grid; justify-items: end; }
.modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(25,12,14,.74); backdrop-filter: blur(5px); cursor: default; }
.booking-sheet { position: relative; width: min(650px, 100%); height: 100%; overflow-y: auto; background: var(--warm-white); box-shadow: -25px 0 80px rgba(16,6,8,.35); animation: slide-in .26s ease-out; }
@keyframes slide-in { from { transform: translateX(40px); opacity: .55; } }
.sheet-header { position: sticky; top: 0; z-index: 6; padding: 29px clamp(22px, 5vw, 42px) 22px; display: flex; justify-content: space-between; align-items: start; color: #fff; background: var(--aubergine); }
.sheet-header .eyebrow { margin-bottom: 7px; color: #d5b37d; }
.sheet-header h2 { margin: 0; font: 500 37px/.95 "Cormorant Garamond", serif; }
.close-button { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: transparent; color: #fff; font-size: 27px; cursor: pointer; }
.booking-steps { padding: 14px clamp(22px, 5vw, 42px); display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.booking-steps span { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.booking-steps b { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 8px; }
.booking-steps .active { color: var(--wine); font-weight: 700; }
.booking-steps .active b { color: #fff; border-color: var(--wine); background: var(--wine); }
.booking-steps i { flex: 1; height: 1px; background: var(--line); }
#booking-content { padding: 28px clamp(22px, 5vw, 42px) 50px; }
.booking-summary { padding: 19px; display: grid; grid-template-columns: 80px 1fr; gap: 17px; align-items: center; color: #fff; background: var(--aubergine); }
.booking-room-mark { height: 90px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 42px 42px 3px 3px; color: #e5c896; font: 600 15px "Cormorant Garamond", serif; letter-spacing: .1em; }
.booking-summary h3 { margin: 0; font: 600 25px "Cormorant Garamond", serif; }
.booking-summary p { margin: 5px 0 0; color: rgba(255,255,255,.62); font-size: 10px; line-height: 1.6; }
.price-breakdown { margin: 18px 0 28px; border: 1px solid var(--line); overflow: hidden; }
.price-line { padding: 12px 14px; display: flex; justify-content: space-between; gap: 17px; border-bottom: 1px solid var(--line); font-size: 11px; }
.price-line:last-child { border-bottom: 0; }
.price-line.total { padding: 15px 14px; background: var(--ivory); font-weight: 700; font-size: 13px; }
.price-line small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-form .wide { grid-column: 1 / -1; }
.booking-form label { display: grid; gap: 7px; min-width: 0; }
.booking-form h3 { grid-column: 1 / -1; margin: 9px 0 0; padding-bottom: 9px; border-bottom: 1px solid var(--line); font: 600 22px "Cormorant Garamond", serif; }
.guest-details-later { grid-column: 1 / -1; padding: 15px; display: grid; grid-template-columns: 46px 1fr; gap: 12px; align-items: start; border: 1px solid #d7c29b; background: linear-gradient(145deg,#fffdf8,#f7eddc); }
.guest-details-later > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--wine); font: 600 20px "Cormorant Garamond",serif; }
.guest-details-later strong { display: block; color: var(--wine); font-size: 10px; }
.guest-details-later p { margin: 5px 0 0; color: var(--muted); font-size: 9px; line-height: 1.6; }
.guest-fields, .monthly-details { display: contents; }
.guest-divider { grid-column: 1 / -1; padding-top: 12px; border-top: 1px solid var(--line); color: var(--wine); font-size: 10px; font-weight: 700; }
.guest-room-group { grid-column: 1 / -1; border: 1px solid var(--line); background: #fff; }
.guest-room-group summary { min-height: 54px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; color: var(--wine); font-size: 11px; font-weight: 700; list-style: none; }
.guest-room-group summary::-webkit-details-marker { display: none; }
.guest-room-group summary::after { content: "+"; margin-left: 12px; font-size: 20px; font-weight: 400; }
.guest-room-group[open] summary::after { content: "−"; }
.guest-room-group summary b { margin-left: auto; color: var(--muted); font-size: 9px; }
.guest-room-fields { padding: 4px 15px 18px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.guest-room-fields > p { grid-column: 1 / -1; margin: 10px 0 -2px; color: var(--muted); font-size: 9px; }
.guest-entry { display: contents; }
.consent { grid-column: 1 / -1; padding: 14px; display: grid !important; grid-template-columns: 20px 1fr; align-items: start; gap: 10px !important; background: var(--ivory); color: var(--ink) !important; font-size: 10px !important; font-weight: 500 !important; line-height: 1.55; text-transform: none !important; letter-spacing: 0 !important; }
.consent input { width: 18px; height: 18px; margin: 1px 0 0; }
.booking-submit, .form-help, .form-error { grid-column: 1 / -1; }
.booking-submit { margin-top: 5px; }
.form-help { margin: -3px 0 0; color: var(--muted); font-size: 9px; line-height: 1.6; }
.form-error { padding: 12px; color: #9f2731; background: #fff0ea; border-left: 3px solid #9f2731; font-size: 11px; }
.success-panel { padding: 25px 2px; text-align: center; }
.success-mark { width: 70px; height: 70px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; color: #39714b; background: #e3eedf; font-size: 28px; }
.success-panel h3 { margin: 0; font: 600 37px "Cormorant Garamond", serif; }
.success-panel > p { color: var(--muted); line-height: 1.65; }
.booking-code { margin: 20px 0; padding: 16px; background: var(--ivory); }
.booking-code small { display: block; color: var(--muted); }
.booking-code strong { color: var(--wine); font: 600 26px "Cormorant Garamond", serif; }
.booking-code span { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; }
.group-room-list { margin: -6px 0 20px; display: grid; grid-template-columns: 1fr 1fr; text-align: left; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.group-room-list span { min-width: 0; padding: 11px; display: grid; gap: 3px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.group-room-list b { color: var(--ink); font-size: 10px; }
.success-actions { display: grid; gap: 10px; }
.secondary-button { min-height: 50px; display: grid; place-items: center; border: 1px solid var(--wine); color: var(--wine); text-decoration: none; font-size: 11px; font-weight: 700; }
.public-toast { position: fixed; z-index: 150; left: 50%; bottom: 24px; max-width: min(430px, calc(100vw - 32px)); padding: 13px 17px; transform: translate(-50%, 120px); opacity: 0; color: #fff; background: #2b191d; box-shadow: var(--shadow); font-size: 11px; transition: .24s; }
.public-toast.show { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 1220px) {
  .hero { min-height: 940px; }
  .search-card { grid-template-columns: .55fr .75fr 2fr; }
  .search-button { grid-column: 3; width: 200px; justify-self: end; }
  .search-note { bottom: 8px; }
  .inventory-collection { grid-template-columns: 145px minmax(0, 1fr) 220px; }
}

@media (max-width: 900px) {
  .site-header { height: 78px; padding: 0 22px; }
  .site-header nav a:not(.nav-book) { display: none; }
  .site-header .nav-book { min-height: 42px; padding: 0 14px; }
  .hero { min-height: 1110px; padding: 145px 25px 515px; grid-template-columns: 1fr; align-content: start; }
  .hero-backdrop { background-position: 60% center; }
  .hero::before { background: linear-gradient(90deg, rgba(31,10,16,.86), rgba(48,17,21,.44) 70%, rgba(34,15,17,.12)); }
  .hero h1 { font-size: clamp(64px, 12vw, 92px); }
  .hero-proof { display: none; }
  .destination-note { display: none; }
  .search-card { left: 24px; right: 24px; bottom: 30px; padding: 24px; grid-template-columns: 1fr 1fr; gap: 18px; }
  .search-intro { align-self: center; }
  .plan-switch { align-self: center; }
  .search-grid { grid-column: 1 / -1; }
  .search-button { grid-column: 1 / -1; width: 100%; }
  .search-note { position: static; grid-column: 1 / -1; text-align: center; }
  .large-group-contact { position: static; grid-column: 1 / -1; justify-content: center; flex-wrap: wrap; }
  .service-ribbon { padding: 0 24px; }
  .service-ribbon p { padding: 0 18px; }
  .studio-grid { gap: 16px; }
  .hotel-room-copy { padding: 23px 22px 25px; }
  .hotel-room-footer { align-items: stretch; flex-direction: column; }
  .hotel-room-footer .select-category { width: 100%; }
  .inventory-collection { grid-template-columns: 130px minmax(0, 1fr); }
  .collection-rate { grid-column: 2; padding: 0 28px 28px; border-left: 0; flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 18px; }
  .collection-rate > span { margin: 0; }
  .collection-section { grid-template-columns: 1fr; min-height: auto; }
  .collection-lead { max-width: 650px; }
  .location-section { grid-template-columns: 1fr; }
  .location-photo { min-height: 470px; }
  .about-heaven { grid-template-columns: 1fr; gap: 48px; }
  .about-brand-panel { min-height: 540px; }
  .story-link-grid { grid-template-columns: 1fr; }
  .story-link-grid a { min-height: 250px; }
}

@media (max-width: 620px) {
  .monthly-rate-plan { grid-template-columns: 1fr; }
  .monthly-rate-plan span + span { padding: 10px 0 0; border-left: 0; border-top: 1px solid #decdb0; }
  html { scroll-padding-top: 68px; }
  .site-header { height: 70px; padding: 0 16px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-mark img { width: 31px; height: 31px; }
  .public-brand { gap: 9px; }
  .public-brand b { font-size: 13px; letter-spacing: .14em; }
  .public-brand small { font-size: 5px; }
  .site-header .nav-book { min-height: 40px; padding: 0 11px; font-size: 9px; }
  .hero { min-height: 980px; padding: 118px 18px 515px; }
  .hero-backdrop { background-position: 62% center; }
  .hero::before { background: linear-gradient(90deg, rgba(28,8,14,.88), rgba(42,14,19,.57) 65%, rgba(33,14,16,.25)); }
  .hero h1 { max-width: 390px; font-size: clamp(53px, 16vw, 72px); line-height: .88; }
  .hero-intro { max-width: 390px; margin: 23px 0 26px; font-size: 14px; line-height: 1.6; }
  .hero-actions { gap: 18px; }
  .hero-primary { min-width: 190px; min-height: 50px; }
  .hero-secondary { font-size: 10px !important; }
  .search-card { left: 10px; right: 10px; bottom: 12px; padding: 20px 16px 16px; grid-template-columns: 1fr; gap: 15px; }
  .search-intro { min-width: 0; display: block; }
  .search-intro .eyebrow { margin-bottom: 2px; }
  .search-intro h2 { margin-top: 7px; font-size: 26px; }
  .plan-switch { grid-column: 1; }
  .search-grid { grid-column: 1; grid-template-columns: 1fr 1fr; gap: 12px; }
  .room-count-field, .guest-field { grid-column: auto; }
  .form-field input, .form-field select { height: 47px; font-size: 12px; }
  .search-button { grid-column: 1; min-height: 52px; }
  .search-note { grid-column: 1; }
  .service-ribbon { min-height: auto; padding: 18px; grid-template-columns: 1fr; }
  .service-ribbon p { min-height: 64px; padding: 11px 4px; border-right: 0; border-bottom: 1px solid var(--soft-line); }
  .service-ribbon p:last-child { border-bottom: 0; }
  .property-nav { min-height: 58px; padding: 0 16px; gap: 18px; overflow-x: auto; scrollbar-width: none; }
  .property-nav::-webkit-scrollbar { display: none; }
  .property-nav strong { font-size: 14px; }
  .property-nav > span { display: none; }
  .property-nav-rate { min-height: 36px; padding: 0 13px; }
  .inventory-section, .room-profiles { padding: 74px 16px; }
  .about-heaven, .story-links { padding: 74px 18px; }
  .section-heading h2, .collection-lead h2, .location-copy h2 { font-size: clamp(45px, 13vw, 61px); }
  .inventory-heading { align-items: flex-start; gap: 15px; }
  .availability-count { min-width: 90px; padding: 3px 0 3px 15px; }
  .availability-count b { font-size: 42px; }
  .availability-count span { font-size: 6px; }
  .inventory-status { margin-top: 28px; }
  .studio-grid { grid-template-columns: 1fr; gap: 18px; }
  .hotel-room-card:hover { transform: none; }
  .hotel-room-copy { padding: 23px 19px 24px; }
  .hotel-room-copy h3 { font-size: 31px; }
  .hotel-room-copy > p:not(.room-eyebrow) { min-height: 0; }
  .hotel-room-footer { margin-top: 20px; padding-top: 18px; flex-direction: row; align-items: end; }
  .hotel-room-footer .select-category { width: auto; min-width: 126px; }
  .about-brand-panel { min-height: 470px; }
  .about-image { inset: 50px 30px 0 0; border-radius: 90px 12px 12px 12px; }
  .parent-logo-card { width: 62%; padding: 14px; }
  .about-facts { grid-template-columns: 1fr; }
  .about-facts div { padding: 13px 0; border-right: 0; border-bottom: 1px solid rgba(53,21,29,.14); }
  .about-facts div:last-child { border-bottom: 0; }
  .inventory-collection { min-height: 0; grid-template-columns: 1fr; }
  .collection-mark { min-height: 94px; }
  .collection-mark::before { width: 100px; height: 95px; bottom: -55px; border-width: 15px; }
  .collection-content { padding: 25px 20px 21px; }
  .collection-content h3 { font-size: 27px; }
  .room-options { margin-top: 18px; gap: 7px; }
  .room-choice { min-width: 58px; min-height: 44px; }
  .collection-rate { grid-column: 1; padding: 21px 20px 23px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; }
  .collection-rate strong { font-size: 30px; }
  .collection-rate > span { text-align: right; }
  .select-category { grid-column: 1 / -1; width: 100%; }
  .collection-section { padding: 76px 20px; gap: 48px; }
  .collection-details article { grid-template-columns: 1fr; }
  .collection-details span { grid-row: auto; margin-bottom: 9px; }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-grid article { min-height: 175px; padding: 25px 10px; grid-template-columns: 76px 1fr; gap: 20px; }
  .profile-grid article:nth-child(odd) { border-right: 0; }
  .profile-grid article > b { width: 68px; height: 91px; }
  .location-photo { min-height: 350px; }
  .location-copy { padding: 70px 22px; }
  footer { min-height: 420px; padding: 48px 20px 33px; grid-template-columns: 1fr; gap: 42px; }
  .footer-main { flex-direction: column; gap: 35px; }
  .footer-links { justify-content: start; }
  .footer-bottom { left: 20px; right: 20px; }
  .booking-sheet { width: 100%; }
  .sheet-header { padding: 22px 18px 18px; }
  .sheet-header h2 { font-size: 33px; }
  .booking-steps { padding: 12px 18px; }
  #booking-content { padding: 22px 16px max(30px, env(safe-area-inset-bottom)); }
  .booking-summary { grid-template-columns: 68px 1fr; padding: 15px; }
  .booking-room-mark { height: 76px; }
  .booking-form { grid-template-columns: 1fr; gap: 16px; }
  .booking-form .wide, .booking-form h3, .guest-divider, .guest-details-later, .consent, .booking-submit, .form-help, .form-error { grid-column: 1; }
  .guest-room-group { grid-column: 1; }
  .guest-room-fields { grid-template-columns: 1fr; }
  .guest-room-fields > p { grid-column: 1; }
  .guest-entry { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .group-room-list { grid-template-columns: 1fr; }
  .booking-form input, .booking-form select { height: 50px; font-size: 16px; }
  .booking-submit { position: sticky; bottom: max(8px, env(safe-area-inset-bottom)); z-index: 3; box-shadow: 0 10px 30px rgba(50,15,23,.25); }
}

@media (max-width: 380px) {
  .public-brand > span:last-child { display: none; }
  .hero { min-height: 1015px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .search-grid { grid-template-columns: 1fr; }
  .room-count-field, .guest-field { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
