:root {
	--ink: #173c34;
	--ink-deep: #0d2924;
	--ink-soft: #31564e;
	--cream: #f7f2e8;
	--paper: #fcfaf5;
	--coral: #ee755f;
	--coral-dark: #da5f4b;
	--lime: #cbd99b;
	--white: #fff;
	--muted: #6b756f;
	--line: rgba(23, 60, 52, .14);
	--shadow: 0 24px 64px rgba(16, 45, 39, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { background: var(--paper); color: var(--ink); font-family: Inter, Avenir, "Helvetica Neue", Arial, sans-serif; margin: 0; min-width: 320px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { margin-inline: auto; max-width: 1220px; padding-inline: 28px; width: 100%; }
.site-header { backdrop-filter: blur(18px); background: rgba(252, 250, 245, .94); border-bottom: 1px solid rgba(23, 60, 52, .08); position: sticky; top: 0; z-index: 50; }
.nav-shell { align-items: center; display: flex; height: 74px; justify-content: space-between; }
.brand-link img { height: 40px; object-fit: contain; width: 176px; }
.nav-action { background: var(--ink); border-radius: 999px; color: var(--white); font-size: 13px; font-weight: 750; padding: 13px 18px; }
.button { border: 0; border-radius: 999px; cursor: pointer; display: inline-flex; font: inherit; font-size: 14px; font-weight: 800; justify-content: center; padding: 16px 22px; }
.button-coral { background: var(--coral); color: var(--white); }
.button-dark { background: var(--ink); color: var(--white); }
.button-whatsapp { background: #1fae61; color: var(--white); width: 100%; }
.eyebrow { color: var(--coral-dark); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }

.home-hero { background: radial-gradient(circle at 8% 48%, rgba(203, 217, 155, .28), transparent 25%), linear-gradient(180deg, var(--paper), #f4eee2); padding: 74px 0 90px; }
.home-hero-grid { align-items: center; display: grid; gap: 7vw; grid-template-columns: .94fr 1.06fr; }
.hero-copy h1, .section-heading h2, .price-copy h2, .property-details h2, .request-card h2, .status-card h1 { font-family: "Iowan Old Style", Charter, Georgia, serif; font-weight: 500; letter-spacing: -.055em; }
.hero-copy h1 { font-size: clamp(58px, 6vw, 86px); line-height: .95; margin: 27px 0; }
.hero-copy h1 em { color: var(--coral); display: block; font-weight: 500; }
.hero-copy > p { color: var(--ink-soft); font-size: 18px; line-height: 1.65; max-width: 580px; }
.hero-actions { align-items: center; display: flex; gap: 26px; margin-top: 34px; }
.text-link { border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 750; padding-bottom: 4px; }
.trust-list { color: var(--muted); display: flex; flex-wrap: wrap; font-size: 11px; font-weight: 650; gap: 16px; margin-top: 32px; }
.hero-photo-card { border-radius: 32px 32px 110px 32px; box-shadow: var(--shadow); height: 625px; overflow: hidden; position: relative; }
.hero-photo-card > img { height: 100%; object-fit: cover; width: 100%; }
.hero-photo-card::after { background: linear-gradient(transparent 45%, rgba(9, 33, 28, .65)); content: ""; inset: 0; position: absolute; }
.photo-caption { bottom: 190px; color: var(--white); display: flex; flex-direction: column; left: 28px; position: absolute; z-index: 2; }
.photo-caption span { font-family: Georgia, serif; font-size: 30px; }
.photo-caption small { margin-top: 4px; opacity: .85; }
.sample-card { background: rgba(252, 250, 245, .96); border-radius: 20px; bottom: 22px; display: grid; gap: 8px; left: 22px; padding: 20px; position: absolute; right: 22px; z-index: 3; }
.sample-card small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sample-card strong { font-family: Georgia, serif; font-size: 20px; }
.sample-card span { color: var(--muted); font-size: 12px; }
.sample-card b { background: var(--ink); border-radius: 999px; color: white; font-size: 10px; justify-self: start; padding: 9px 12px; }

.steps-section { background: var(--ink-deep); color: var(--cream); padding: 120px 0; }
.section-heading { max-width: 780px; }
.section-heading h2, .price-copy h2 { font-size: clamp(44px, 5vw, 66px); line-height: 1; margin: 20px 0; }
.light-heading { margin-inline: auto; text-align: center; }
.light-heading .eyebrow, .price-copy .eyebrow { color: var(--lime); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 65px; }
.steps-grid article { border: 1px solid rgba(255, 255, 255, .13); min-height: 315px; padding: 38px; }
.steps-grid article:first-child { border-radius: 22px 0 0 22px; }
.steps-grid article:last-child { border-radius: 0 22px 22px 0; }
.steps-grid article > span { color: var(--lime); font-size: 11px; font-weight: 800; }
.steps-grid h3, .type-grid h3 { font-family: Georgia, serif; font-size: 27px; margin: 90px 0 12px; }
.steps-grid p { color: rgba(247, 242, 232, .65); font-size: 14px; line-height: 1.65; }

.lodging-types, .featured-section { background: var(--cream); padding: 120px 0; }
.type-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); margin-top: 60px; }
.type-grid article { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; min-height: 250px; padding: 28px; }
.type-grid article > span { color: var(--coral); font-size: 10px; font-weight: 800; }
.type-grid h3 { margin-top: 70px; }
.type-grid p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.featured-section { background: var(--paper); }
.featured-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); margin-top: 55px; }
.featured-card { background: var(--white); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.featured-card img { height: 240px; object-fit: cover; width: 100%; }
.featured-card div { padding: 22px; }
.featured-card small { color: var(--coral-dark); font-weight: 750; }
.featured-card h3 { font-family: Georgia, serif; font-size: 26px; margin: 8px 0 20px; }
.featured-card span { font-size: 12px; font-weight: 800; }

.price-section { background: var(--paper); padding: 120px 0; }
.price-shell { align-items: center; background: var(--coral); border-radius: 32px; color: white; display: grid; gap: 7vw; grid-template-columns: 1fr .85fr; padding: 76px 80px; }
.price-copy p { color: rgba(255, 255, 255, .8); line-height: 1.65; max-width: 560px; }
.price-card { background: var(--paper); border-radius: 24px; box-shadow: 0 24px 60px rgba(96, 48, 38, .2); color: var(--ink); padding: 34px; }
.price-card > small { color: var(--coral-dark); font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.price-value { align-items: baseline; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.price-value strong { font-family: Georgia, serif; font-size: 48px; letter-spacing: -.05em; }
.price-value span, .price-card > p { color: var(--muted); font-size: 13px; }
.price-card > p { border-bottom: 1px solid var(--line); line-height: 1.55; margin: 10px 0 20px; padding-bottom: 20px; }
.price-card ul { display: grid; gap: 12px; list-style: none; margin: 0 0 25px; padding: 0; }
.price-card li { font-size: 13px; font-weight: 650; }

.property-hero { height: 590px; overflow: hidden; position: relative; }
.property-hero > img { height: 100%; object-fit: cover; width: 100%; }
.property-scrim { background: linear-gradient(180deg, rgba(5, 24, 20, .05), rgba(5, 24, 20, .7)); inset: 0; position: absolute; }
.property-title { bottom: 60px; color: white; left: 50%; position: absolute; transform: translateX(-50%); }
.property-title > span { background: var(--coral); border-radius: 999px; display: inline-block; font-size: 10px; font-weight: 850; letter-spacing: .12em; padding: 9px 12px; text-transform: uppercase; }
.property-title h1 { font-family: Georgia, serif; font-size: clamp(52px, 7vw, 82px); font-weight: 500; letter-spacing: -.055em; margin: 18px 0 6px; }
.property-title p { margin: 0; }
.property-content { padding: 95px 0 120px; }
.property-grid { align-items: start; display: grid; gap: 8vw; grid-template-columns: 1fr 430px; }
.property-details h2, .request-card h2 { font-size: 48px; line-height: 1; margin: 18px 0; }
.property-summary { color: var(--muted); font-size: 17px; line-height: 1.75; }
.property-details > h3 { font-family: Georgia, serif; font-size: 26px; margin: 48px 0 20px; }
.amenities { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); list-style: none; padding: 0; }
.amenities li { border-bottom: 1px solid var(--line); font-size: 13px; padding-bottom: 12px; }
.rooms-list { display: grid; gap: 12px; }
.rooms-list article { align-items: center; border: 1px solid var(--line); border-radius: 16px; display: flex; gap: 24px; justify-content: space-between; padding: 22px; }
.rooms-list h4 { font-family: Georgia, serif; font-size: 21px; margin: 0 0 7px; }
.rooms-list p, .rooms-list span { color: var(--muted); font-size: 12px; line-height: 1.5; margin: 0; }
.rooms-list strong { flex: none; font-size: 13px; }
.request-card { background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); padding: 30px; position: sticky; top: 98px; }
.request-card h2 { font-size: 38px; }
.request-card > p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.request-card form { display: grid; gap: 15px; margin-top: 25px; }
.request-card label { display: grid; font-size: 11px; font-weight: 800; gap: 7px; }
.request-card label span { color: var(--muted); font-weight: 500; }
.request-card input, .request-card select, .request-card textarea { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; color: var(--ink); font: inherit; font-size: 14px; min-height: 47px; padding: 11px 12px; width: 100%; }
.request-card textarea { resize: vertical; }
.form-row { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.request-card form > small { color: var(--muted); font-size: 10px; line-height: 1.5; text-align: center; }
.honeypot { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }
.form-error { background: #fff0ed; border: 1px solid rgba(218, 95, 75, .3); border-radius: 10px; color: #963e30; font-size: 12px; line-height: 1.5; padding: 12px; }

/* Página pública del alojamiento: portada pensada para el enlace de Instagram. */
.property-profile-body { background: var(--ink-deep); }
.stay-profile { background: var(--paper); }
.stay-cover { background: var(--ink-deep); color: var(--cream); min-height: 100svh; overflow: hidden; position: relative; }
.stay-cover-photo { height: 64%; inset: 0 0 auto; max-width: none; object-fit: cover; object-position: 50% 50%; position: absolute; width: 100%; }
.stay-cover-shade { background: linear-gradient(180deg, rgba(5, 24, 20, .06) 4%, rgba(5, 24, 20, .24) 27%, rgba(13, 41, 36, .9) 58%, var(--ink-deep) 78%); inset: 0; position: absolute; }
.stay-cover-content { align-items: center; display: flex; flex-direction: column; margin-inline: auto; min-height: 100svh; padding: clamp(190px, 24svh, 245px) 34px 22px; position: relative; width: min(100%, 500px); z-index: 1; }
.hotel-identity { align-items: center; display: flex; flex-direction: column; text-align: center; }
.hotel-logo-frame { background: var(--ink); border: 2px solid rgba(247, 242, 232, .95); border-radius: 50%; box-shadow: 0 12px 36px rgba(5, 24, 20, .34); height: 104px; overflow: hidden; width: 104px; }
.hotel-logo-frame img { height: 117%; max-width: none; object-fit: cover; transform: translate(-7.3%, -7.3%); width: 117%; }
.hotel-identity h1 { color: var(--cream); font-family: "Iowan Old Style", Charter, Georgia, serif; font-size: clamp(42px, 11vw, 56px); font-weight: 500; letter-spacing: -.045em; line-height: .96; margin: 13px 0 7px; text-wrap: balance; }
.hotel-identity > p { color: rgba(247, 242, 232, .9); font-size: 15px; margin: 0; }
.hotel-status { align-items: center; color: var(--lime); display: inline-flex; font-size: 11px; font-weight: 700; gap: 7px; margin-top: 12px; }
.hotel-status i { font-size: 7px; }
.stay-actions { display: grid; gap: 9px; margin-top: 19px; width: 100%; }
.stay-action { align-items: center; background: rgba(252, 250, 245, .96); border: 1px solid rgba(247, 242, 232, .5); border-radius: 15px; color: var(--ink); display: grid; gap: 12px; grid-template-columns: 43px minmax(0, 1fr) 18px; min-height: 67px; padding: 9px 14px 9px 10px; transition: transform .18s ease, background-color .18s ease; }
.stay-action:hover { background: var(--white); transform: translateY(-1px); }
.stay-action:focus-visible, .hotel-instagram:focus-visible, .powered-by:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.stay-action-icon { align-items: center; background: rgba(23, 60, 52, .08); border-radius: 50%; display: inline-flex; font-size: 18px; height: 43px; justify-content: center; width: 43px; }
.stay-action-copy { display: flex; flex-direction: column; min-width: 0; }
.stay-action-copy strong { font-size: 14px; font-weight: 800; line-height: 1.22; }
.stay-action-copy small { color: var(--muted); font-size: 10px; line-height: 1.3; margin-top: 3px; }
.stay-action-arrow { font-size: 11px; justify-self: end; }
.stay-action-primary { background: var(--coral); border-color: transparent; color: var(--white); }
.stay-action-primary:hover { background: var(--coral-dark); }
.stay-action-primary .stay-action-icon { background: rgba(255, 255, 255, .16); }
.stay-action-primary .stay-action-copy small { color: rgba(255, 255, 255, .8); }
.stay-action-outline { background: rgba(23, 60, 52, .72); border-color: rgba(203, 217, 155, .65); color: var(--cream); }
.stay-action-outline:hover { background: rgba(23, 60, 52, .96); }
.stay-action-outline .stay-action-icon { background: rgba(203, 217, 155, .12); color: var(--lime); }
.stay-action-outline .stay-action-copy small { color: rgba(247, 242, 232, .62); }
.hotel-instagram { align-items: center; border: 1px solid rgba(247, 242, 232, .55); border-radius: 50%; color: var(--cream); display: inline-flex; font-size: 19px; height: 43px; justify-content: center; margin-top: 16px; transition: background-color .18s ease; width: 43px; }
.hotel-instagram:hover { background: rgba(255, 255, 255, .1); }
.powered-by { align-items: center; color: rgba(247, 242, 232, .68); display: flex; font-size: 10px; gap: 8px; margin-top: 14px; }
.powered-by img { filter: brightness(0) invert(1); height: 22px; object-fit: contain; opacity: .92; width: 97px; }

.stay-details { background: var(--paper); color: var(--ink); padding: 86px 18px 105px; }
.stay-details-shell { margin-inline: auto; max-width: 760px; }
.stay-intro, .stay-section { border-bottom: 1px solid var(--line); padding-bottom: 60px; }
.stay-section { padding-top: 60px; }
.stay-intro h2, .stay-section h2 { font-family: "Iowan Old Style", Charter, Georgia, serif; font-size: clamp(40px, 8vw, 54px); font-weight: 500; letter-spacing: -.05em; line-height: 1; margin: 16px 0; }
.stay-intro p { color: var(--muted); font-size: 17px; line-height: 1.72; margin: 0; max-width: 650px; }
.stay-section .amenities { margin: 30px 0 0; }
.stay-section .amenities i { color: var(--coral); margin-right: 6px; }
.stay-section .rooms-list { margin-top: 30px; }
.stay-section .rooms-list h3 { font-family: "Iowan Old Style", Charter, Georgia, serif; font-size: 23px; font-weight: 600; margin: 0 0 7px; }
.stay-details .request-card { margin: 65px auto 0; max-width: 620px; position: static; top: auto; }
.stay-details .request-card h2 { font-family: "Iowan Old Style", Charter, Georgia, serif; font-weight: 500; letter-spacing: -.045em; }
.stay-details .button-whatsapp { align-items: center; gap: 8px; }

@media (min-width: 760px) {
	.stay-cover-photo { height: 100%; }
	.stay-cover-shade { background: linear-gradient(90deg, rgba(13, 41, 36, .58), rgba(13, 41, 36, .24) 50%, rgba(13, 41, 36, .58)), linear-gradient(180deg, rgba(5, 24, 20, .02), rgba(13, 41, 36, .82) 78%, var(--ink-deep)); }
	.stay-cover-content { padding-top: clamp(80px, 9vh, 110px); }
	.hotel-logo-frame { height: 112px; width: 112px; }
}

@media (max-height: 760px) and (max-width: 759px) {
	.stay-cover-content { padding-top: 88px; }
	.hotel-logo-frame { height: 86px; width: 86px; }
	.hotel-identity h1 { font-size: 39px; }
	.hotel-identity > p { font-size: 13px; }
	.stay-actions { margin-top: 14px; }
	.stay-action { min-height: 61px; }
	.hotel-instagram { margin-top: 12px; }
	.powered-by { margin-top: 10px; }
}

/* Páginas interiores del alojamiento. Estas reglas están aisladas de la portada. */
.property-subpage-body { background: var(--cream); }
.property-subpage { background: var(--cream); color: var(--ink); min-height: 100svh; padding-bottom: 105px; }
.property-subnav { align-items: center; backdrop-filter: blur(16px); background: rgba(247, 242, 232, .92); border-bottom: 1px solid var(--line); display: flex; height: 68px; justify-content: space-between; padding: 0 max(20px, calc((100vw - 1120px) / 2)); position: sticky; top: 0; z-index: 20; }
.subnav-back { align-items: center; display: inline-flex; font-size: 12px; font-weight: 800; gap: 9px; }
.subnav-back i { font-size: 10px; }
.subnav-brand img { height: 32px; object-fit: contain; width: 32px; }
.subpage-content { margin-inline: auto; max-width: 1050px; padding: 76px 28px; }
.subpage-heading { max-width: 690px; }
.subpage-heading h1, .room-detail-title h1, .room-includes h2, .lodging-room-copy h2, .service-card-grid h2 { font-family: "Iowan Old Style", Charter, Georgia, serif; font-weight: 500; letter-spacing: -.045em; }
.subpage-heading h1 { font-size: clamp(48px, 7vw, 72px); line-height: .96; margin: 16px 0 18px; }
.subpage-heading > p { color: var(--muted); font-size: 16px; line-height: 1.7; margin: 0; }
.stay-planner { align-items: end; background: var(--ink); border-radius: 20px; display: grid; gap: 12px; grid-template-columns: 1fr 1fr .7fr auto; margin-top: 38px; padding: 18px; }
.stay-planner label { color: rgba(255, 255, 255, .72); display: grid; font-size: 9px; font-weight: 850; gap: 7px; letter-spacing: .06em; text-transform: uppercase; }
.stay-planner input { background: var(--paper); border: 0; border-radius: 10px; color: var(--ink); font: inherit; font-size: 13px; min-height: 46px; padding: 10px 11px; width: 100%; }
.stay-planner button { background: var(--coral); border: 0; border-radius: 999px; color: white; cursor: pointer; font: inherit; font-size: 12px; font-weight: 850; min-height: 46px; padding: 11px 19px; white-space: nowrap; }
.stay-selection { align-items: center; background: rgba(203, 217, 155, .32); border-radius: 999px; color: var(--ink-soft); display: inline-flex; font-size: 11px; font-weight: 750; gap: 8px; margin: 14px 0 0; padding: 10px 14px; }
.stay-selection i { color: var(--coral-dark); }
.lodging-room-grid { display: grid; gap: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 48px; }
.lodging-room-card { background: var(--paper); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 14px 40px rgba(23, 60, 52, .07); overflow: hidden; }
.lodging-room-card > img { aspect-ratio: 4 / 3; height: auto; object-fit: cover; width: 100%; }
.lodging-room-copy { padding: 26px; }
.lodging-room-type { color: var(--coral-dark); display: block; font-size: 11px; font-weight: 850; letter-spacing: .1em; margin-bottom: 8px; text-transform: uppercase; }
.lodging-room-copy h2 { font-size: 30px; line-height: 1.05; margin: 0 0 12px; }
.lodging-room-copy > p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; min-height: 44px; }
.lodging-room-meta { align-items: flex-start; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 9px; margin-top: 21px; padding-top: 18px; }
.lodging-room-meta span { color: var(--muted); font-size: 11px; }
.lodging-room-meta i { color: var(--coral); margin-right: 5px; }
.lodging-room-meta strong { font-size: 13px; }
.room-detail-link { align-items: center; background: var(--ink); border-radius: 999px; color: white; display: flex; font-size: 12px; font-weight: 800; justify-content: center; margin-top: 22px; min-height: 46px; padding: 12px 18px; }
.subpage-cta-bar { background: rgba(13, 41, 36, .96); bottom: 0; box-shadow: 0 -10px 35px rgba(13, 41, 36, .16); left: 0; padding: 14px max(18px, calc((100vw - 600px) / 2)); position: fixed; right: 0; z-index: 30; }
.subpage-cta-bar a { align-items: center; background: var(--coral); border-radius: 999px; color: white; display: flex; font-size: 14px; font-weight: 850; justify-content: center; min-height: 52px; padding: 13px 22px; }

.room-detail-page { padding-top: 0; }
.room-detail-hero { height: min(58svh, 560px); min-height: 390px; overflow: hidden; position: relative; }
.room-detail-hero > img { height: 100%; object-fit: cover; width: 100%; }
.room-detail-shade { background: linear-gradient(180deg, rgba(13, 41, 36, .35), rgba(13, 41, 36, .08) 45%, rgba(13, 41, 36, .76)); inset: 0; position: absolute; }
.detail-back { align-items: center; background: rgba(252, 250, 245, .94); border-radius: 999px; display: inline-flex; font-size: 12px; font-weight: 800; gap: 8px; left: max(20px, calc((100vw - 1050px) / 2)); padding: 12px 16px; position: absolute; top: 22px; }
.room-detail-title { bottom: 42px; color: white; left: max(28px, calc((100vw - 994px) / 2)); position: absolute; right: 28px; }
.room-detail-title > span { color: var(--lime); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.room-detail-title h1 { font-size: clamp(46px, 7vw, 76px); line-height: .95; margin: 12px 0 0; }
.room-detail-content { max-width: 900px; padding-top: 58px; }
.room-detail-lead { color: var(--ink-soft); font-family: "Iowan Old Style", Charter, Georgia, serif; font-size: clamp(24px, 3vw, 34px); line-height: 1.3; margin: 0; }
.room-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.room-facts span { background: rgba(203, 217, 155, .3); border-radius: 999px; font-size: 13px; font-weight: 750; line-height: 1.35; padding: 11px 14px; }
.room-facts i { color: var(--coral-dark); margin-right: 5px; }
.room-gallery { display: grid; gap: 10px; grid-auto-columns: minmax(220px, 1fr); grid-auto-flow: column; margin-top: 34px; overflow-x: auto; padding-bottom: 5px; scroll-snap-type: x mandatory; }
.room-gallery img { aspect-ratio: 4 / 3; border-radius: 16px; height: auto; object-fit: cover; scroll-snap-align: start; width: 100%; }
.room-stay-selection { margin-top: 25px; }
.room-includes { align-items: start; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 45px; grid-template-columns: 1fr 1fr; margin-top: 58px; padding: 48px 0; }
.room-includes h2 { font-size: 38px; line-height: 1; margin: 13px 0 0; }
.room-includes ul { display: grid; gap: 15px; list-style: none; margin: 0; padding: 0; }
.room-includes li { font-size: 15px; font-weight: 700; }
.room-includes i { color: var(--coral); margin-right: 9px; }
.room-detail-groups { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 28px; }
.room-detail-groups article { align-items: flex-start; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; display: grid; gap: 14px; grid-template-columns: 38px minmax(0, 1fr); padding: 20px; }
.room-detail-groups article > i { align-items: center; background: rgba(203, 217, 155, .3); border-radius: 50%; color: var(--coral-dark); display: flex; height: 38px; justify-content: center; width: 38px; }
.room-detail-groups h3 { font-family: "Iowan Old Style", Charter, Georgia, serif; font-size: 23px; font-weight: 500; margin: 2px 0 9px; }
.room-detail-groups p { color: var(--ink-soft); font-size: 14px; line-height: 1.55; margin: 0 0 9px; }
.room-detail-groups ul { color: var(--ink-soft); display: grid; font-size: 14px; gap: 7px; line-height: 1.45; margin: 0; padding-left: 18px; }
.room-price-box { align-items: start; background: var(--ink); border-radius: 22px; color: white; display: grid; gap: 30px; grid-template-columns: minmax(0, .8fr) minmax(250px, 1.2fr); margin-top: 35px; padding: 27px 28px; }
.room-price-box div { display: grid; gap: 6px; }
.room-price-box small, .room-price-box div > span { color: rgba(255, 255, 255, .68); font-size: 13px; }
.room-price-box strong { font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.room-price-box ul { display: grid; gap: 9px; list-style: none; margin: 0; padding: 0; }
.room-price-box li { color: rgba(255, 255, 255, .78); font-size: 13px; line-height: 1.4; }
.room-price-box li i { color: var(--lime); margin-right: 8px; width: 14px; }

.services-photo { height: min(43svh, 440px); overflow: hidden; }
.services-photo img { height: 100%; object-fit: cover; width: 100%; }
.services-content { padding-top: 62px; }
.service-card-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 46px; }
.service-card-grid article { align-items: flex-start; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; display: grid; gap: 20px; grid-template-columns: 54px 1fr; min-height: 190px; padding: 25px; }
.service-icon { align-items: center; background: rgba(203, 217, 155, .3); border: 1px solid rgba(23, 60, 52, .1); border-radius: 16px; color: #068b3b; display: flex; font-size: 23px; height: 54px; justify-content: center; width: 54px; }
.service-card-grid article span { color: var(--coral-dark); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.service-card-grid h2 { font-size: 25px; line-height: 1.05; margin: 18px 0 10px; }
.service-card-grid p { color: var(--muted); font-size: 11px; line-height: 1.55; margin: 0; }
.stay-information, .hotel-policies { border-top: 1px solid var(--line); margin-top: 70px; padding-top: 60px; }
.stay-information > header h2, .hotel-policies > header h2 { font-family: "Iowan Old Style", Charter, Georgia, serif; font-size: clamp(36px, 5vw, 52px); font-weight: 500; letter-spacing: -.045em; line-height: 1; margin: 14px 0 0; max-width: 660px; }
.stay-information-grid { display: grid; gap: 13px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 35px; }
.stay-information-grid article { align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: 17px; display: grid; gap: 16px; grid-template-columns: 48px 1fr; padding: 18px; }
.information-icon { align-items: center; background: rgba(203, 217, 155, .35); border-radius: 14px; color: #087b38; display: flex; font-size: 19px; height: 48px; justify-content: center; width: 48px; }
.stay-information-grid article div { display: grid; gap: 5px; }
.stay-information-grid small, .location-card small { color: var(--coral-dark); font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.stay-information-grid strong { font-size: 13px; }
.policy-list { border-top: 1px solid var(--line); margin-top: 35px; }
.policy-list article { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 18px; grid-template-columns: 28px 1fr; padding: 23px 4px; }
.policy-list article > i { color: #07863b; font-size: 18px; margin-top: 3px; text-align: center; }
.policy-list h3 { font-family: "Iowan Old Style", Charter, Georgia, serif; font-size: 21px; font-weight: 600; margin: 0 0 5px; }
.policy-list p { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 0; }
.location-card { align-items: center; background: var(--ink); border-radius: 20px; color: white; display: grid; gap: 18px; grid-template-columns: 50px 1fr 20px; margin-top: 34px; padding: 21px; }
.location-card > div { display: grid; gap: 5px; }
.location-card small { color: var(--lime); }
.location-card strong { font-family: "Iowan Old Style", Charter, Georgia, serif; font-size: 20px; font-weight: 500; }
.location-card span:not(.information-icon) { color: rgba(255, 255, 255, .65); font-size: 10px; }
.location-card > i { font-size: 13px; }

.consult-page { background: linear-gradient(180deg, var(--cream), #f1eadc); }
.consult-shell { margin-inline: auto; max-width: 680px; padding: 65px 28px 20px; }
.consult-heading { text-align: center; }
.consult-heading h1 { font-size: clamp(45px, 7vw, 64px); }
.selected-room-card { align-items: center; background: var(--ink); border-radius: 18px; color: white; display: grid; gap: 16px; grid-template-columns: 82px 1fr; margin-top: 32px; overflow: hidden; padding: 9px; }
.selected-room-card img { border-radius: 12px; height: 76px; object-fit: cover; width: 82px; }
.selected-room-card div { display: grid; gap: 3px; }
.selected-room-card small { color: var(--lime); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.selected-room-card strong { font-family: "Iowan Old Style", Charter, Georgia, serif; font-size: 19px; font-weight: 500; }
.selected-room-card span { color: rgba(255, 255, 255, .65); font-size: 10px; }
.response-time { color: var(--muted); font-size: 11px; margin: 17px 0 -12px; text-align: center; }
.response-time i { color: #159453; margin-right: 5px; }
.quick-consult-form { background: var(--paper); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); display: grid; gap: 16px; margin-top: 30px; padding: 30px; }
.quick-consult-form label { display: grid; font-size: 11px; font-weight: 800; gap: 8px; }
.quick-consult-form input, .quick-consult-form select, .quick-consult-form textarea { appearance: none; background: white; border: 1px solid rgba(23, 60, 52, .19); border-radius: 11px; color: var(--ink); font: inherit; font-size: 14px; min-height: 50px; padding: 12px 13px; width: 100%; }
.quick-consult-form textarea { resize: vertical; }
.quick-consult-form input:focus, .quick-consult-form select:focus, .quick-consult-form textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(238, 117, 95, .14); outline: 0; }
.quick-consult-form > small { color: var(--muted); font-size: 10px; line-height: 1.5; text-align: center; }
.optional-request { border-top: 1px solid var(--line); padding-top: 4px; }
.optional-request summary { cursor: pointer; font-size: 11px; font-weight: 800; padding: 12px 0; }
.optional-request summary span { color: var(--muted); font-weight: 500; }
.optional-request label { margin-top: 8px; }
.consult-trust { color: var(--muted); font-size: 10px; margin: -2px 0 0; text-align: center; }
.consult-trust i { color: var(--lime); font-size: 7px; margin-right: 5px; }
.consult-helpful-info { display: grid; gap: 9px; grid-template-columns: repeat(3, 1fr); margin-top: 20px; }
.consult-helpful-info > div { align-items: flex-start; background: rgba(252, 250, 245, .72); border: 1px solid var(--line); border-radius: 13px; display: flex; gap: 9px; padding: 12px; }
.consult-helpful-info i { color: var(--coral-dark); font-size: 12px; margin-top: 2px; }
.consult-helpful-info span { color: var(--muted); display: grid; font-size: 8px; gap: 3px; text-transform: uppercase; }
.consult-helpful-info strong { color: var(--ink); font-size: 9px; line-height: 1.35; text-transform: none; }

@media (max-width: 700px) {
	.property-subnav { height: 62px; padding-inline: 18px; }
	.subpage-content { padding: 52px 18px; }
	.subpage-heading h1 { font-size: 49px; }
	.subpage-heading > p { font-size: 14px; }
	.lodging-room-grid { grid-template-columns: 1fr; margin-top: 35px; }
	.stay-planner { grid-template-columns: 1fr 1fr; }
	.stay-planner button { grid-column: 1 / -1; }
	.lodging-room-copy { padding: 22px; }
	.room-detail-hero { height: 48svh; min-height: 330px; }
	.detail-back { left: 17px; top: 16px; }
	.room-detail-title { bottom: 28px; left: 20px; }
	.room-detail-title h1 { font-size: 47px; }
	.room-detail-content { padding-top: 43px; }
	.room-includes { gap: 28px; grid-template-columns: 1fr; margin-top: 43px; padding: 38px 0; }
	.room-detail-groups { grid-template-columns: 1fr; }
	.room-price-box { gap: 22px; grid-template-columns: 1fr; }
	.services-photo { height: 31svh; min-height: 230px; }
	.service-card-grid { grid-template-columns: 1fr; margin-top: 35px; }
	.service-card-grid article { min-height: 145px; }
	.service-card-grid h2 { margin-top: 14px; }
	.stay-information, .hotel-policies { margin-top: 52px; padding-top: 45px; }
	.stay-information-grid { grid-template-columns: 1fr; }
	.consult-shell { padding: 48px 18px 15px; }
	.consult-heading h1 { font-size: 45px; }
	.quick-consult-form { border-radius: 20px; padding: 22px 18px; }
	.quick-consult-form .form-row { grid-template-columns: 1fr 1fr; }
	.consult-helpful-info { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
	.quick-consult-form .form-row { grid-template-columns: 1fr; }
	.stay-planner { grid-template-columns: 1fr; }
	.stay-planner button { grid-column: auto; }
}

.status-page { align-items: center; background: var(--cream); display: flex; justify-content: center; min-height: 70vh; padding: 70px 20px; }
.status-card { background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); max-width: 620px; padding: 55px; text-align: center; }
.status-card h1 { font-size: 52px; line-height: 1; margin: 20px 0; }
.status-card p { color: var(--muted); line-height: 1.7; margin-bottom: 28px; }

.site-footer { background: var(--ink-deep); color: var(--cream); padding: 75px 0 28px; }
.footer-grid { display: grid; gap: 70px; grid-template-columns: 1.6fr .7fr 1fr; }
.footer-logo { filter: brightness(0) invert(1); }
.footer-grid p { color: rgba(247, 242, 232, .55); font-size: 13px; line-height: 1.6; max-width: 380px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid strong { color: var(--lime); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { color: rgba(247, 242, 232, .7); font-size: 12px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); color: rgba(247, 242, 232, .45); display: flex; font-size: 10px; justify-content: space-between; margin-top: 60px; padding-top: 24px; }

@media (max-width: 900px) {
	.home-hero-grid, .price-shell, .property-grid { grid-template-columns: 1fr; }
	.hero-photo-card { height: 570px; }
	.type-grid { grid-template-columns: repeat(2, 1fr); }
	.property-grid { gap: 55px; }
	.request-card { position: static; }
}

@media (max-width: 640px) {
	.shell { padding-inline: 18px; }
	.nav-shell { height: 66px; }
	.brand-link img { height: 33px; width: auto; }
	.nav-action { font-size: 11px; padding: 11px 13px; }
	.home-hero { padding: 48px 0 58px; }
	.hero-copy h1 { font-size: 55px; }
	.hero-copy > p { font-size: 16px; }
	.hero-actions { align-items: stretch; flex-direction: column; }
	.hero-actions .text-link { align-self: center; }
	.hero-photo-card { border-radius: 24px 24px 65px 24px; height: 490px; }
	.steps-section, .lodging-types, .featured-section, .price-section { padding: 76px 0; }
	.section-heading h2, .price-copy h2 { font-size: 43px; }
	.steps-grid, .type-grid, .featured-grid { grid-template-columns: 1fr; }
	.steps-grid { margin-top: 42px; }
	.steps-grid article { min-height: 240px; }
	.steps-grid article:first-child { border-radius: 20px 20px 0 0; }
	.steps-grid article:last-child { border-radius: 0 0 20px 20px; }
	.steps-grid h3 { margin-top: 55px; }
	.type-grid { margin-top: 40px; }
	.price-section { padding-inline: 10px; }
	.price-shell { border-radius: 24px; padding: 45px 24px; }
	.price-card { padding: 27px 22px; }
	.price-value strong { font-size: 41px; }
	.property-hero { height: 470px; }
	.property-title { bottom: 42px; }
	.property-title h1 { font-size: 55px; }
	.property-content { padding: 70px 0; }
	.property-details h2 { font-size: 42px; }
	.amenities { grid-template-columns: 1fr; }
	.rooms-list article { align-items: flex-start; flex-direction: column; }
	.request-card { border-radius: 20px; padding: 25px 20px; }
	.form-row { grid-template-columns: 1fr; }
	.status-card { padding: 42px 23px; }
	.status-card h1 { font-size: 43px; }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-bottom { gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
}
