:root{
  --dme-hp-ivory:#f7f0e8;
  --dme-hp-ivory-2:#efe2d5;
  --dme-hp-ink:#1f2a25;
  --dme-hp-bronze:#7b4f34;
  --dme-hp-bronze-dark:#4a281b;
  --dme-hp-gold:#b88b4a;
  --dme-hp-green:#0f322b;
  --dme-hp-border:#d7c2b0;
  --dme-hp-muted:#74685f;
}
.dme-dynamic-hotel-profile #dme-hotel-profile{background:var(--dme-hp-ivory);color:var(--dme-hp-ink);overflow:hidden}
.dme-dynamic-hotel-profile .site-content{overflow:visible}
.dme-hotel-profile-hero{background:linear-gradient(90deg,#f6efe7 0%,#f5eee6 42%,#d8c8b8 100%);padding-top:94px}
.dme-hotel-profile-hero__inner{display:grid;grid-template-columns:minmax(0,42%) minmax(0,58%);min-height:610px;max-width:1440px;margin:0 auto;position:relative}
.dme-hotel-profile-hero__copy{padding:76px 56px 58px 60px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}
.dme-hotel-profile-hero__eyebrow,.dme-hotel-profile-overview__eyebrow,.dme-hotel-profile-location__eyebrow,.dme-hotel-profile-stay__eyebrow,.dme-hotel-profile-cta__eyebrow,.dme-hotel-profile-editorial__eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--dme-hp-bronze);margin-bottom:14px}
.dme-hotel-profile-hero__heading{font-family:Georgia,'Times New Roman',serif;font-size:clamp(48px,5.3vw,82px);line-height:.98;font-weight:400;letter-spacing:-.04em;color:var(--dme-hp-ink);margin:0 0 18px;max-width:760px}
.dme-hotel-profile-hero__location{font-size:16px;margin-bottom:8px;color:#4d4b45}
.dme-hotel-profile-hero__rating{font-size:15px;color:var(--dme-hp-gold);font-weight:700;margin-bottom:18px}
.dme-hotel-profile-hero__description{font-size:17px;line-height:1.65;max-width:620px;color:#403d38}
.dme-hotel-profile-hero__description p{margin:0 0 14px}
.dme-hotel-profile-hero__facts{display:flex;gap:34px;flex-wrap:wrap;margin-top:20px;padding-top:18px;border-top:1px solid rgba(92,65,47,.22)}
.dme-hotel-profile-hero__fact{display:grid;gap:4px;min-width:110px}.dme-hotel-profile-hero__fact strong{font-family:Georgia,serif;font-size:17px;font-weight:400}.dme-hotel-profile-hero__fact span{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:var(--dme-hp-muted)}
.dme-hotel-profile-hero__button,.dme-hotel-profile-location__button,.dme-related-hotels__button,.dme-hotel-profile-cta__button{display:inline-flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;border:1px solid transparent;transition:.2s ease}
.dme-hotel-profile-hero__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:28px}
.dme-hotel-profile-hero__button{align-self:flex-start;margin-top:0;background:var(--dme-hp-green);color:#fff;padding:15px 24px;border-radius:2px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:12px}
.dme-hotel-profile-hero__button--book{background:var(--dme-hp-bronze);border-color:var(--dme-hp-bronze)}
.dme-hotel-profile-hero__button:hover,.dme-hotel-profile-hero__button:focus,.dme-hotel-profile-hero__button:visited{background:#19483f;color:#fff!important}
.dme-hotel-profile-hero__button--book:hover,.dme-hotel-profile-hero__button--book:focus,.dme-hotel-profile-hero__button--book:visited{background:var(--dme-hp-bronze-dark);color:#fff!important}
.dme-hotel-profile-hero__media{position:relative;min-height:610px;overflow:hidden}.dme-hotel-profile-hero__image{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}.dme-hotel-profile-hero__media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(246,239,231,.48) 0%,rgba(246,239,231,.05) 23%,rgba(17,18,15,.12) 100%);pointer-events:none}
.dme-hotel-profile-hero__logo{position:absolute;right:34px;top:32px;z-index:3;background:rgba(255,252,246,.92);padding:14px 18px;max-width:140px;border:1px solid rgba(84,54,38,.18)}.dme-hotel-profile-hero__logo img{max-width:100%;height:auto}.dme-hotel-profile-hero__note{position:absolute;right:42px;bottom:44px;z-index:3;max-width:320px;color:#fff;font-family:Georgia,serif;font-size:32px;line-height:1.1;font-style:italic;text-align:right;text-shadow:0 2px 18px rgba(0,0,0,.45)}

.dme-hotel-profile-gallery{background:var(--dme-hp-ivory);padding:10px 34px 38px}.dme-hotel-profile-gallery__inner{max-width:1370px;margin:0 auto;display:grid;grid-template-columns:1.15fr .8fr 1.05fr 1.05fr .95fr .95fr;gap:7px}.dme-hotel-profile-gallery__item{position:relative;display:block;min-height:150px;overflow:hidden;border-radius:3px}.dme-hotel-profile-gallery__image{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .3s ease}.dme-hotel-profile-gallery__item:hover .dme-hotel-profile-gallery__image{transform:scale(1.025)}.dme-hotel-profile-gallery__item--last:after{content:"";position:absolute;inset:0;background:rgba(26,19,15,.54)}.dme-hotel-profile-gallery__more{position:absolute;inset:0;z-index:2;display:grid;place-content:center;text-align:center;color:#fff;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.dme-hotel-profile-gallery__more strong{font-family:Georgia,serif;font-size:24px;margin-top:8px}

.dme-hotel-profile-overview{padding:48px 40px;border-top:1px solid var(--dme-hp-border);border-bottom:1px solid var(--dme-hp-border);background:var(--dme-hp-ivory)}.dme-hotel-profile-overview__inner{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:70px}.dme-hotel-profile-overview__copy{padding-right:50px;border-right:1px solid var(--dme-hp-border)}.dme-hotel-profile-overview__heading,.dme-hotel-profile-location h3,.dme-hotel-profile-stay__heading,.dme-related-hotels__heading,.dme-hotel-profile-cta__heading,.dme-hotel-profile-editorial__heading{font-family:Georgia,'Times New Roman',serif;font-weight:400;color:var(--dme-hp-ink)}.dme-hotel-profile-overview__heading{font-size:36px;line-height:1.08;margin:0 0 15px}.dme-hotel-profile-overview__content{font-size:16px;line-height:1.75;color:#4c4944}.dme-hotel-profile-overview__content p{display:block;margin:0 0 14px}.dme-hotel-profile-overview__content strong,.dme-hotel-profile-overview__content b{font-weight:700!important;color:var(--dme-hp-ink)!important}.dme-hotel-profile-overview__content em,.dme-hotel-profile-overview__content i{font-style:italic!important}.dme-hotel-profile-overview__content h3,.dme-hotel-profile-overview__content h4{font-family:Georgia,serif;font-weight:400;color:var(--dme-hp-ink);margin:22px 0 9px}.dme-hotel-profile-overview__content ul,.dme-hotel-profile-overview__content ol{display:block;margin:12px 0 16px;padding-left:22px}.dme-hotel-profile-overview__content li{display:list-item;margin:4px 0}.dme-hotel-profile-overview__content a{color:var(--dme-hp-bronze);text-decoration:underline}.dme-hotel-profile-overview--copy-only .dme-hotel-profile-overview__inner{grid-template-columns:1fr;max-width:980px}.dme-hotel-profile-overview--copy-only .dme-hotel-profile-overview__copy{padding-right:0;border-right:0}.dme-hotel-profile-overview__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px 18px}.dme-hotel-profile-overview__card{text-align:center;padding:10px 6px;display:grid;gap:8px}.dme-hotel-profile-overview__icon{font-size:26px;color:var(--dme-hp-bronze)}.dme-hotel-profile-overview__card strong{font-size:13px;line-height:1.25;font-weight:600}

.dme-hotel-profile-location{padding:54px 40px;background:#f9f3ec}.dme-hotel-profile-location__inner{max-width:1320px;margin:0 auto}.dme-hotel-profile-location__layout{display:grid;grid-template-columns:1.15fr .75fr .95fr;gap:20px;align-items:stretch}.dme-hotel-profile-location__map-wrap{position:relative;min-height:360px;background:#eadfd3;border:1px solid var(--dme-hp-border);overflow:hidden}.dme-hotel-profile-location__map{height:360px;width:100%}.dme-hotel-profile-location__button{position:absolute;left:18px;bottom:18px;z-index:500;background:var(--dme-hp-green);color:#fff;padding:11px 18px;border-radius:2px;font-size:12px;font-weight:700}.dme-hotel-profile-location__distances{background:#f5eadf;border:1px solid var(--dme-hp-border);padding:28px}.dme-hotel-profile-location__distances h3{font-size:30px;line-height:1.08;margin:0 0 9px}.dme-hotel-profile-location__distances p{color:var(--dme-hp-muted);margin:0 0 20px;font-size:14px}.dme-hotel-profile-location__list{display:grid;gap:0}.dme-hotel-profile-location__fact{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid rgba(115,88,69,.18);font-size:13px}.dme-hotel-profile-location__fact strong{white-space:nowrap}.dme-hotel-profile-location__media{position:relative;min-height:360px;overflow:hidden}.dme-hotel-profile-location__image{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.dme-hotel-profile-location__quote{position:absolute;right:22px;bottom:18px;max-width:260px;color:#fff;font-family:Georgia,serif;font-size:23px;font-style:italic;text-align:right;text-shadow:0 2px 16px rgba(0,0,0,.5)}

.dme-hotel-profile-stay{padding:54px 40px;background:var(--dme-hp-ivory);border-top:1px solid var(--dme-hp-border)}.dme-hotel-profile-stay__inner{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.55fr .75fr;gap:28px}.dme-hotel-profile-stay__rooms,.dme-hotel-profile-stay__guidance{min-width:0}.dme-hotel-profile-stay__room-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;align-items:start}.dme-hotel-profile-stay__media{min-height:290px;overflow:hidden}.dme-hotel-profile-stay__image{width:100%;height:100%;object-fit:cover;display:block}.dme-hotel-profile-stay__heading{font-size:30px;line-height:1.1;margin:0 0 13px}.dme-hotel-profile-stay__content{font-size:15px;line-height:1.72;color:#514b45}.dme-hotel-profile-stay__content p{display:block;margin:0 0 13px}.dme-hotel-profile-stay__content strong,.dme-hotel-profile-stay__content b{font-weight:700!important;color:var(--dme-hp-ink)!important}.dme-hotel-profile-stay__content em,.dme-hotel-profile-stay__content i{font-style:italic!important}.dme-hotel-profile-stay__content h3,.dme-hotel-profile-stay__content h4{font-family:Georgia,serif;font-weight:400;color:var(--dme-hp-ink);margin:18px 0 8px}.dme-hotel-profile-stay__content ul,.dme-hotel-profile-stay__content ol{display:block;margin:10px 0 15px;padding-left:22px}.dme-hotel-profile-stay__content li{display:list-item;margin:4px 0}.dme-hotel-profile-stay__content a{color:var(--dme-hp-bronze);text-decoration:underline}.dme-hotel-profile-stay__facts{display:flex;gap:28px;flex-wrap:wrap;margin-top:18px}.dme-hotel-profile-stay__fact{display:grid;gap:3px}.dme-hotel-profile-stay__fact span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--dme-hp-muted)}.dme-hotel-profile-stay__fact strong{font-family:Georgia,serif;font-weight:400;font-size:17px}.dme-hotel-profile-stay__guidance{background:#f1e5d8;border:1px solid var(--dme-hp-border);padding:30px}.dme-hotel-profile-stay__list{margin:16px 0 0;padding:0;list-style:none;display:grid;gap:10px}.dme-hotel-profile-stay__list li{position:relative;padding-left:24px;font-size:14px;line-height:1.5}.dme-hotel-profile-stay__list li:before{content:"✓";position:absolute;left:0;color:var(--dme-hp-bronze);font-weight:700}

.dme-hotel-preferred-models{padding:50px 40px 56px;background:#efe2d5;border-top:1px solid var(--dme-hp-border)}.dme-hotel-preferred-models__inner{max-width:1320px;margin:0 auto}.dme-hotel-preferred-models__head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:22px}.dme-hotel-preferred-models__eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--dme-hp-bronze);margin-bottom:10px}.dme-hotel-preferred-models__heading{font-family:Georgia,'Times New Roman',serif;font-size:34px;line-height:1.08;font-weight:400;color:var(--dme-hp-ink);margin:0;max-width:760px}.dme-hotel-preferred-models__description{margin:10px 0 0;color:var(--dme-hp-muted);max-width:760px;line-height:1.6}.dme-hotel-preferred-models__button,.dme-hotel-preferred-models__button:visited{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border:1px solid var(--dme-hp-bronze);background:transparent;color:var(--dme-hp-bronze-dark)!important;text-decoration:none;font-size:12px;font-weight:700;white-space:nowrap}.dme-hotel-preferred-models__button:hover,.dme-hotel-preferred-models__button:focus,.dme-hotel-preferred-models__button:focus-visible{background:var(--dme-hp-bronze-dark);border-color:var(--dme-hp-bronze-dark);color:#fff!important}.dme-hotel-preferred-models__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.dme-hotel-preferred-models .dme-model-card{min-width:0}

.dme-related-hotels{padding:44px 40px 54px;background:#f8f1e9;border-top:1px solid var(--dme-hp-border)}.dme-related-hotels__inner{max-width:1320px;margin:0 auto}.dme-related-hotels__head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:18px}.dme-related-hotels__heading{font-size:27px;margin:0}.dme-related-hotels__link{color:var(--dme-hp-ink);text-decoration:none;font-size:13px}.dme-related-hotels__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.dme-related-hotels__card{display:grid;grid-template-columns:140px 1fr;background:#fffaf5;border:1px solid var(--dme-hp-border);min-height:170px}.dme-related-hotels__media{position:relative;overflow:hidden}.dme-related-hotels__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.dme-related-hotels__body{padding:18px;display:flex;flex-direction:column}.dme-related-hotels__title{font-family:Georgia,serif;font-size:20px;font-weight:400;margin:0 0 7px;color:var(--dme-hp-ink)}.dme-related-hotels__meta{font-size:12px;color:var(--dme-hp-muted);margin-bottom:10px}.dme-related-hotels__badge{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--dme-hp-bronze);font-weight:700}.dme-related-hotels__button{margin-top:auto;align-self:flex-start;color:var(--dme-hp-ink);font-size:12px;font-weight:700}

.dme-hotel-profile-cta{position:relative;padding:54px 40px;background:linear-gradient(90deg,#2c1d16,#16110e);color:#fff}.dme-hotel-profile-cta__inner{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.dme-hotel-profile-cta__eyebrow{color:#dfb58b}.dme-hotel-profile-cta__heading{font-size:36px;line-height:1.08;margin:0;color:#fff;max-width:620px}.dme-hotel-profile-cta__actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dme-hotel-profile-cta__button{padding:15px 18px;border:1px solid rgba(255,255,255,.55);color:#fff;text-transform:uppercase;font-size:11px;letter-spacing:.06em;font-weight:700}.dme-hotel-profile-cta__button--accent{background:#a06b45;border-color:#a06b45}.dme-hotel-profile-cta__button--wide{grid-column:1/-1}.dme-hotel-profile-cta__button:hover,.dme-hotel-profile-cta__button:focus,.dme-hotel-profile-cta__button:visited{color:#fff!important;background:#4a281b!important;border-color:#d8baa0!important}.dme-hotel-profile-cta__button--accent:hover,.dme-hotel-profile-cta__button--accent:focus,.dme-hotel-profile-cta__button--accent:visited{color:#fff!important;background:#7b4f34!important;border-color:#7b4f34!important}

.dme-hotel-profile-editorial{padding:54px 40px 70px;background:var(--dme-hp-ivory)}.dme-hotel-profile-editorial__inner{max-width:1320px;margin:0 auto}.dme-hotel-profile-editorial__heading{font-size:38px;line-height:1.05;margin:0 0 18px;max-width:850px}.dme-hotel-profile-editorial__content{font-size:15px;line-height:1.82;color:#4c4944;max-width:1180px}.dme-hotel-profile-editorial__content p{margin:0 0 14px}.dme-hotel-profile-editorial__content h3{font-family:Georgia,serif;font-size:26px;font-weight:400;margin:28px 0 10px}.dme-hotel-profile-editorial__content a{color:var(--dme-hp-bronze);text-decoration:underline}

.leaflet-container{font-family:inherit}.dme-hotel-profile-location .leaflet-popup-content-wrapper{border-radius:8px}.dme-hotel-profile-location .leaflet-popup-content{font-family:Georgia,serif;font-size:15px}

@media(max-width:1024px){
  .dme-hotel-profile-hero__copy{padding:58px 34px 46px}.dme-hotel-profile-hero__inner{grid-template-columns:46% 54%;min-height:540px}.dme-hotel-profile-hero__media{min-height:540px}.dme-hotel-profile-overview__inner{gap:36px}.dme-hotel-profile-overview__grid{grid-template-columns:repeat(3,1fr)}.dme-hotel-profile-location__layout{grid-template-columns:1fr 1fr}.dme-hotel-profile-location__media{display:none}.dme-related-hotels__card{grid-template-columns:110px 1fr}
}
@media(max-width:767px){
  .dme-hotel-profile-hero{padding-top:72px}.dme-hotel-profile-hero__inner{display:flex;flex-direction:column;min-height:0}.dme-hotel-profile-hero__media{order:0;min-height:315px;height:315px}.dme-hotel-profile-hero__copy{order:1;padding:32px 18px 40px}.dme-hotel-profile-hero__heading{font-size:44px;line-height:.98;margin-bottom:14px}.dme-hotel-profile-hero__description{font-size:15px}.dme-hotel-profile-hero__facts{gap:18px}.dme-hotel-profile-hero__fact{min-width:86px}.dme-hotel-profile-hero__logo{top:16px;right:16px;max-width:94px;padding:8px 10px}.dme-hotel-profile-hero__note{right:16px;bottom:18px;max-width:200px;font-size:22px}.dme-hotel-profile-hero__actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px}.dme-hotel-profile-hero__button{width:100%;padding-left:12px;padding-right:12px}
  .dme-hotel-profile-gallery{padding:8px 8px 28px}.dme-hotel-profile-gallery__inner{display:flex;overflow-x:auto;gap:6px;scroll-snap-type:x mandatory}.dme-hotel-profile-gallery__item{flex:0 0 72%;min-height:180px;scroll-snap-align:start}
  .dme-hotel-profile-overview,.dme-hotel-profile-location,.dme-hotel-profile-stay,.dme-hotel-preferred-models,.dme-related-hotels,.dme-hotel-profile-cta,.dme-hotel-profile-editorial{padding-left:16px;padding-right:16px}.dme-hotel-profile-overview__inner{grid-template-columns:1fr;gap:30px}.dme-hotel-profile-overview__copy{padding-right:0;border-right:0;border-bottom:1px solid var(--dme-hp-border);padding-bottom:28px}.dme-hotel-profile-overview__heading{font-size:31px}.dme-hotel-profile-overview__grid{grid-template-columns:repeat(2,1fr);gap:12px}.dme-hotel-profile-overview__card{background:#f2e7db;border:1px solid var(--dme-hp-border);padding:14px 8px}
  .dme-hotel-profile-location__layout{grid-template-columns:1fr;gap:12px}.dme-hotel-profile-location__map-wrap,.dme-hotel-profile-location__map{min-height:330px;height:330px}.dme-hotel-profile-location__distances{padding:22px}.dme-hotel-profile-location__media{display:block;min-height:250px}.dme-hotel-profile-location__image{position:absolute}
  .dme-hotel-profile-stay__inner{grid-template-columns:1fr;gap:16px}.dme-hotel-profile-stay__room-layout{grid-template-columns:1fr}.dme-hotel-profile-stay__media{min-height:230px}.dme-hotel-profile-stay__guidance{padding:22px}.dme-hotel-profile-stay__heading{font-size:28px}
  .dme-hotel-preferred-models__head{align-items:start;flex-direction:column}.dme-hotel-preferred-models__heading{font-size:29px}.dme-hotel-preferred-models__button{width:100%}.dme-hotel-preferred-models__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dme-related-hotels__head{align-items:start}.dme-related-hotels__heading{font-size:25px}.dme-related-hotels__grid{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory}.dme-related-hotels__card{flex:0 0 86%;grid-template-columns:115px 1fr;scroll-snap-align:start}.dme-related-hotels__link{white-space:nowrap}
  .dme-hotel-profile-cta__inner{grid-template-columns:1fr;gap:24px}.dme-hotel-profile-cta__heading{font-size:31px}.dme-hotel-profile-cta__actions{grid-template-columns:1fr}.dme-hotel-profile-cta__button--wide{grid-column:auto}.dme-hotel-profile-editorial__heading{font-size:31px}
}
