﻿.hotel { --accent:#6f5a38; --hero:url("/assets/templates/images/pc/hotel/hotel-room-hero-real.webp"); --shade:rgba(18,25,31,.64); }
.hotel .real-nav { background:rgba(255,255,255,.93); }
.hotel .nav-cta { background:#6f5a38; }
.hotel .hero-full { min-height:min(820px, calc(100svh - 136px)); }
.hotel-hero .hero-copy { max-width:720px; }
.hotel-hero .hero-copy h1 { max-width:700px; font-size:76px; letter-spacing:0; }
.hotel-hero .real-btn.ghost { background:rgba(255,255,255,.08); }

.hotel-overview {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1px;
  background:#dcd7cb;
  border-top:1px solid #dcd7cb;
  border-bottom:1px solid #dcd7cb;
}
.hotel-overview div { padding:32px 7vw; background:#fff; }
.hotel-overview b { display:block; margin-bottom:8px; color:#5d4a2f; font-size:24px; }
.hotel-overview p { margin-bottom:0; color:#5d6670; font-size:14px; line-height:1.7; font-weight:700; overflow-wrap:anywhere; }

.hotel-stay { background:#f6f4ef; }
.hotel-stay .section-title p { max-width:460px; margin-bottom:0; }
.hotel-stay-grid {
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:22px;
}
.hotel-stay-main,
.hotel-stay-card {
  position:relative;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(111,90,56,.16);
}
.hotel-stay-main { min-height:620px; grid-row:span 2; }
.hotel-stay-main picture,
.hotel-stay-card picture,
.hotel-experience-photo picture,
.hotel-booking-photo picture { display:block; width:100%; height:100%; }
.hotel-stay-main img { width:100%; height:100%; min-height:620px; object-fit:cover; }
.hotel-stay-main > div {
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  padding:24px;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(16px);
}
.hotel-stay-main span,
.hotel-experience-copy span,
.hotel-contact-copy span {
  display:block;
  margin-bottom:12px;
  color:#8b6f39;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}
.hotel-stay-main h3,
.hotel-stay-card h3 { margin-bottom:10px; font-size:24px; }
.hotel-stay-main p,
.hotel-stay-card p { margin-bottom:0; font-size:14px; }
.hotel-stay-card img { width:100%; height:260px; object-fit:cover; }
.hotel-stay-card h3,
.hotel-stay-card p { padding:0 24px; }
.hotel-stay-card h3 { margin-top:22px; }
.hotel-stay-card p { padding-bottom:24px; }

.hotel-experience {
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:34px;
  align-items:center;
  padding:72px 7vw;
  background:#18232b;
  color:#fff;
}
.hotel-experience h2,
.hotel-contact-copy h2 { margin-bottom:18px; font-size:42px; line-height:1.15; }
.hotel-experience p { color:rgba(255,255,255,.72); }
.hotel-experience ul { margin:28px 0 0; padding:0; list-style:none; }
.hotel-experience li { padding:14px 0 14px 28px; color:rgba(255,255,255,.84); border-top:1px solid rgba(255,255,255,.12); position:relative; }
.hotel-experience li::before { content:""; position:absolute; left:0; top:23px; width:9px; height:9px; background:#c7a76c; }
.hotel-experience-photo { position:relative; min-height:430px; }
.hotel-experience-photo img { width:100%; height:430px; object-fit:cover; border:1px solid rgba(255,255,255,.12); }
.hotel-tags {
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:16px;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(12px);
}
.hotel-tags b { margin-right:6px; color:#5d4a2f; }
.hotel-tags span { padding:7px 10px; color:#48535c; background:#f0eee8; font-size:12px; font-weight:800; }

.hotel-booking { background:#fff; }
.hotel-booking .section-title p { max-width:430px; margin-bottom:0; }
.hotel-booking-row { display:grid; grid-template-columns:1fr 1fr; gap:22px; align-items:stretch; }
.hotel-booking-photo img { width:100%; height:100%; min-height:540px; object-fit:cover; }
.hotel-steps {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  background:#dcd7cb;
}
.hotel-steps div { padding:34px 28px; background:#f6f4ef; }
.hotel-steps b { display:block; margin-bottom:22px; color:#6f5a38; font-size:13px; }
.hotel-steps h3 { margin-bottom:10px; font-size:22px; }
.hotel-steps p { margin-bottom:0; font-size:14px; }

.hotel-contact {
  position:relative;
  min-height:520px;
  display:flex;
  align-items:center;
  padding:72px 7vw;
  overflow:hidden;
  color:#fff;
}
.hotel-contact::before { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(90deg,rgba(18,25,31,.88),rgba(18,25,31,.55),rgba(18,25,31,.14)); }
.hotel-contact picture { position:absolute; inset:0; width:100%; height:100%; }
.hotel-contact img { width:100%; height:100%; object-fit:cover; }
.hotel-contact-copy { position:relative; z-index:2; max-width:560px; }
.hotel-contact-copy p { color:rgba(255,255,255,.78); }
html.js-ready body.hotel .reveal { opacity:1; transform:none; }

@media (max-width: 1080px) {
.hotel-hero .hero-copy h1 { font-size:58px; }
  .hotel-stay-grid,
  .hotel-experience,
  .hotel-booking-row { grid-template-columns:1fr; }
  .hotel-stay-main,
  .hotel-stay-main img { min-height:480px; }
  .hotel-booking-photo img { min-height:420px; }
}

@media (max-width: 720px) {
.hotel { --hero:url("/assets/templates/images/mobile/hotel/hotel-room-hero-real.webp"); }
  .hotel .real-nav { background:rgba(255,255,255,.94); }
  .hotel .hero-full {
    min-height:min(760px, calc(100svh - 64px));
    padding-top:74px;
    padding-bottom:30px;
    background-position:58% bottom;
  }
  .hotel .hero-full::before { background:linear-gradient(180deg,rgba(18,25,31,.78),rgba(18,25,31,.34) 58%,rgba(18,25,31,.86)); }
  .hotel-hero .hero-copy { max-width:340px; }
  .hotel-hero .hero-copy .kicker { margin-bottom:14px; font-size:13px; line-height:1.5; }
  .hotel-hero .hero-copy h1 { max-width:330px; margin-bottom:18px; font-size:34px; line-height:1.1; word-break:normal; }
  .hotel-hero .hero-copy .lead { max-width:330px; font-size:16px; line-height:1.62; }
  .hotel-hero .hero-points { margin-top:20px; gap:10px 14px; }
  .hotel-hero .hero-actions { max-width:320px; gap:10px; margin-top:24px; }
  .hotel-hero .real-btn { flex:1 1 100%; width:100%; min-height:46px; padding:0 14px; font-size:14px; }
  .hotel-overview { grid-template-columns:1fr; }
  .hotel-overview div { min-width:0; padding:22px 20px; }
  .hotel-overview b { font-size:21px; }
  .hotel-overview p { width:100%; max-width:310px; word-break:break-all; overflow-wrap:anywhere; }
  .hotel-stay .section-title p,
  .hotel-booking .section-title p { max-width:330px; word-break:break-all; overflow-wrap:anywhere; }
  .hotel-stay-grid { grid-template-columns:1fr; gap:18px; }
  .hotel-stay-main { min-height:auto; grid-row:auto; }
  .hotel-stay-main picture,
  .hotel-stay-card picture { height:auto; }
  .hotel-stay-main img,
  .hotel-stay-card img { min-height:0; height:auto; aspect-ratio:1.18 / 1; object-fit:cover; }
  .hotel-stay-main > div {
    position:static;
    padding:20px;
    background:#fff;
    backdrop-filter:none;
  }
  .hotel-stay-card h3,
  .hotel-stay-card p { padding:0 20px; }
  .hotel-stay-card h3 { margin-top:20px; }
  .hotel-stay-card p { padding-bottom:20px; }
  .hotel-experience { grid-template-columns:1fr; gap:22px; padding:52px 20px; }
  .hotel-experience h2,
  .hotel-contact-copy h2 { font-size:32px; }
  .hotel-experience-photo,
  .hotel-experience-photo img { min-height:0; height:auto; }
  .hotel-experience-photo img { aspect-ratio:1.15 / 1; object-fit:cover; }
  .hotel-tags { position:static; margin-top:10px; padding:14px; }
  .hotel-booking-row { grid-template-columns:1fr; gap:18px; }
  .hotel-booking-photo picture { height:auto; }
  .hotel-booking-photo img { min-height:0; height:auto; aspect-ratio:1.18 / 1; object-fit:cover; }
  .hotel-steps { grid-template-columns:1fr; }
  .hotel-steps div { padding:24px 20px; }
  .hotel-contact { min-height:520px; padding:48px 20px 92px; align-items:flex-end; }
  .hotel-contact::before { background:linear-gradient(180deg,rgba(18,25,31,.24),rgba(18,25,31,.9)); }
html.js-ready body.hotel .reveal { opacity:1; transform:none; }
}

/* 2026-06-04 structure pass: stay itinerary */
.hotel-overview {
  grid-template-columns: 1fr 1fr 1fr;
  background: #efe8dc;
}
.hotel-overview div {
  position: relative;
  padding-top: 54px;
}
.hotel-overview div::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 7vw;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #6f5a38;
}
.hotel-stay-grid {
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
}
.hotel-stay-main {
  grid-column: span 2;
}
.hotel-stay-card:nth-child(3) {
  transform: translateY(42px);
}
.hotel-experience {
  grid-template-columns: .72fr 1.28fr;
}
.hotel-steps {
  grid-template-columns: 1fr;
}
.hotel-steps div {
  display: grid;
  grid-template-columns: 54px 150px 1fr;
  gap: 16px;
}

@media (max-width:720px) {
  .hotel-overview,
  .hotel-stay-grid,
  .hotel-experience { grid-template-columns: 1fr; }
  .hotel-stay-main { grid-column: auto; }
  .hotel-stay-card:nth-child(3) { transform: none; }
  .hotel-steps div { grid-template-columns: 1fr; gap: 8px; }
}

/* 2026-06-04 premium hero tuning */
.hotel {
  --nav-ink: #fff;
  --nav-cta-bg: #080808;
  --hero-pos: 70% center;
  --hero-mobile-pos: 58% center;
  --hero-overlay: linear-gradient(90deg,rgba(23,19,14,.72),rgba(23,19,14,.26) 48%,rgba(23,19,14,.04));
  --hero-mobile-overlay: linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.30) 56%,rgba(0,0,0,.82));
  --hero-title-size: 72px;
  --hero-mobile-title-size: 40px;
  --hero-copy-width: 620px;
  --hero-title-width: 720px;
  --hero-lead-width: 520px;
  --hero-btn-bg: #080808;
}
.hotel .real-nav {
  position: absolute;
  width: 100%;
  color: var(--nav-ink);
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
.hotel .hero-full {
  min-height: min(790px, 100svh);
  padding: 138px 8vw 86px;
  background-position: var(--hero-pos);
}
.hotel .hero-full::before { background: var(--hero-overlay); }
.hotel-hero .hero-copy h1 {
  max-width: var(--hero-title-width);
  font-family: var(--serif);
  font-size: var(--hero-title-size);
  line-height: .98;
  font-weight: 400;
  letter-spacing: 0;
}
.hotel-hero .hero-copy .lead {
  max-width: var(--hero-lead-width);
  font-size: 21px;
  line-height: 1.62;
}
.hotel-hero .real-btn { background: var(--hero-btn-bg); }
.hotel-hero .real-btn.ghost {
  color: currentColor;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.48);
}
@media (max-width:720px) {
  .hotel .real-nav { background: linear-gradient(180deg,rgba(0,0,0,.34),transparent); }
  .hotel .hero-full {
    min-height: min(700px, 100svh);
    padding: 96px 20px 44px;
    background-position: var(--hero-mobile-pos);
  }
  .hotel .hero-full::before { background: var(--hero-mobile-overlay); }
  .hotel-hero .hero-copy h1 {
    max-width: 330px;
    font-size: var(--hero-mobile-title-size);
    line-height: 1.05;
    word-break: normal;
  }
  .hotel-hero .hero-copy .lead {
    max-width: 330px;
    font-size: 16px;
  }
}
/* 2026-06-04 real hero source + whitespace */
.hotel {
  --hero: url("/assets/templates/images/pc/hotel/real-hotel-hero.webp");
  --nav-ink: #fff;
  --nav-cta-bg: #14110d;
  --hero-text: #fff;
  --hero-muted: rgba(255,255,255,.84);
  --hero-pos: 66% center;
  --hero-mobile-pos: 58% center;
  --hero-overlay: linear-gradient(90deg,rgba(18,25,31,.74),rgba(18,25,31,.28) 46%,rgba(18,25,31,.04));
  --hero-mobile-overlay: linear-gradient(180deg,rgba(18,25,31,.80),rgba(18,25,31,.38) 58%,rgba(18,25,31,.82));
  --hero-title-size: 64px;
  --hero-mobile-title-size: 36px;
  --hero-copy-width: 540px;
  --hero-title-width: 620px;
  --hero-lead-width: 500px;
  --hero-btn-bg: #14110d;
}
.hotel .real-nav {
  color: var(--nav-ink);
  background: transparent;
  border-bottom: 0;
  backdrop-filter: none;
}
.hotel .hero-full {
  background-position: var(--hero-pos);
}
.hotel .hero-full::before {
  background: var(--hero-overlay);
}
@media (max-width: 720px) {
  .hotel {
    --hero: url("/assets/templates/images/mobile/hotel/real-hotel-hero.webp");
    --mobile-nav-ink: var(--nav-ink);
  }
  .hotel .hero-full {
    background-position: var(--hero-mobile-pos);
  }
  .hotel .hero-full::before {
    background: var(--hero-mobile-overlay);
  }
}
/* end 2026-06-04 real hero source + whitespace */
