body{
  min-height:100vh;
  display:grid;
  justify-items:center;
  align-items:start;
  max-width:100%;
  overflow-x:hidden;
  padding:24px;
}

.page-shell{
  width:min(760px, 100%);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:var(--s2);
}

.booking-card{
  width:100%;
  min-width:0;
  max-width:100%;
  padding:24px;
  overflow:hidden;
  background:var(--card);
  border:1px solid var(--border);
  box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.banner{
  display:block;
  width:min(34rem, 100%);
  margin:0 auto;
}

.page-header{
  max-width:39rem;
  margin:0 auto;
  text-align:center;
}

h1{
  margin:24px 0 10px;
  color:var(--accent);
  font-variant:small-caps;
  font-size:clamp(2rem, 6vw, 2.7rem);
  font-weight:500;
  line-height:1.08;
}

h2,
h3,
h4,
p{ margin-top:0; }

h2{
  margin-bottom:8px;
  color:var(--accent);
  font-size:1.75rem;
  font-weight:500;
  line-height:1.15;
}

.page-header p,
.section-heading p,
.stay-callout p,
.hotel-description,
.rate-notes p,
.booking-steps p,
.terms-box p,
.page-closing p{
  font-size:1.05rem;
  line-height:1.5;
}

.map-link,
.official-link,
.contact-box a{
  color:var(--crest-red);
  text-decoration:none;
  border-bottom:1px solid color-mix(in srgb, var(--crest-red) 42%, transparent);
}

.map-link{
  display:inline-block;
  margin-top:2px;
  font-size:1.02rem;
}

.map-link:hover,
.official-link:hover,
.contact-box a:hover{ opacity:.78; }

.eyebrow{
  margin-bottom:5px;
  color:var(--crest-red);
  font-size:.84rem !important;
  font-variant:small-caps;
  font-weight:600;
  letter-spacing:.06em;
}

.stay-callout{
  margin:26px 0;
  padding:18px 20px;
  border:1px solid rgba(138,107,79,.24);
  background:rgba(247,242,234,.68);
  text-align:center;
}

.stay-callout p:last-child{ margin-bottom:0; }
.stay-dates{ margin-bottom:8px; font-weight:600; }

.section-heading{
  margin:32px 0 14px;
  text-align:center;
}

.section-heading p:last-child{
  max-width:37rem;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  color:var(--muted);
}

.hotel-list{
  min-width:0;
  display:grid;
  gap:14px;
}

.hotel-card{
  min-width:0;
  max-width:100%;
  overflow:hidden;
  border:1px solid var(--border);
  background:#fff;
  content-visibility:auto;
  contain-intrinsic-size:620px;
}

.hotel-image{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:3 / 2;
  object-fit:cover;
  filter:saturate(.76) sepia(.06) brightness(1.02);
}

.hotel-content{ min-width:0; padding:17px 18px 18px; }

.hotel-heading-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
}

.hotel-heading-row h3{
  margin-bottom:2px;
  color:var(--accent);
  font-size:1.45rem;
  font-weight:600;
  line-height:1.15;
}

.hotel-address{
  margin-bottom:0;
  color:var(--muted);
  font-size:1rem;
}

.official-link{
  flex:0 0 auto;
  margin-top:3px;
  font-size:.95rem;
}

.hotel-description{ margin:13px 0 14px; }

.hotel-content h4{
  margin-bottom:7px;
  color:var(--accent);
  font-size:1rem;
  font-variant:small-caps;
  font-weight:600;
  letter-spacing:.03em;
}

.room-allocation{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:5px 18px;
  margin:0;
  padding:0;
  list-style:none;
  font-size:1rem;
  line-height:1.4;
}

.room-allocation li::before{
  content:"·";
  margin-right:7px;
  color:var(--crest-red);
}

.rates-section,
.booking-section{ min-width:0; margin-top:34px; }

.rates-table-wrap{
  width:100%;
  max-width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border:1px solid var(--border);
}

.rates-table{
  width:100%;
  min-width:540px;
  border-collapse:collapse;
  font-size:1rem;
}

.rates-table th,
.rates-table td{
  padding:10px 12px;
  border-bottom:1px solid var(--border);
  text-align:right;
  white-space:nowrap;
}

.rates-table th:first-child,
.rates-table td:first-child{ text-align:left; }

.rates-table thead th{
  background:rgba(247,242,234,.78);
  color:var(--accent);
  font-weight:600;
}

.rates-table tbody th{ font-weight:500; }
.rates-table tbody tr:last-child th,
.rates-table tbody tr:last-child td{ border-bottom:0; }

.rate-notes{
  margin-top:13px;
  padding:0 2px;
  color:var(--muted);
}

.rate-notes p{ margin-bottom:7px; }

.booking-steps{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}

.booking-steps li{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:12px;
  padding:14px;
  border:1px solid var(--border);
}

.step-number{
  display:grid;
  width:30px;
  height:30px;
  place-items:center;
  border:1px solid rgba(143,38,56,.34);
  border-radius:50%;
  color:var(--crest-red);
  font-size:.95rem;
  font-weight:600;
}

.booking-steps h3{
  margin:0 0 2px;
  color:var(--accent);
  font-size:1.12rem;
  font-weight:600;
}

.booking-steps p{ margin-bottom:0; }

.contact-box{
  display:grid;
  gap:8px;
  margin-top:14px;
  padding:18px;
  border:1px solid rgba(138,107,79,.24);
  background:rgba(247,242,234,.68);
  text-align:center;
}

.contact-box a{
  width:max-content;
  max-width:100%;
  margin:0 auto;
  overflow-wrap:anywhere;
  font-size:1.08rem;
}

.booking-reference{
  display:grid;
  gap:3px;
  margin-top:6px;
  padding-top:12px;
  border-top:1px solid rgba(138,107,79,.22);
}

.booking-reference span{
  color:var(--muted);
  font-size:.92rem;
  font-variant:small-caps;
}

.booking-reference strong{
  color:var(--crest-red);
  font-size:1.22rem;
  font-weight:600;
}

.terms-box{
  margin-top:14px;
  padding:17px 18px;
  border-left:3px solid var(--crest-red);
  background:#fcfaf7;
}

.terms-box h3{
  margin-bottom:7px;
  color:var(--accent);
  font-size:1.2rem;
  font-weight:600;
}

.terms-box p:last-child{ margin-bottom:0; }

.page-closing{
  margin-top:32px;
  padding-top:22px;
  border-top:1px solid var(--border);
  text-align:center;
}

.page-closing p{ margin-bottom:8px; }
.page-closing .signature{
  margin-bottom:0;
  color:var(--accent);
  font-size:1.35rem;
  font-variant:small-caps;
  font-weight:600;
}

@media (max-width:700px){
  body{ padding:10px; }
  .booking-card{ padding:14px; }
  .banner{ max-height:82px; }
  h1{ margin-top:14px; }
  .stay-callout{ margin:20px 0; padding:15px; }
  .section-heading{ margin-top:26px; }
  .hotel-content{ padding:14px; }
  .room-allocation{ grid-template-columns:1fr; gap:4px; }
}

@media (max-width:480px){
  .hotel-heading-row{ display:block; }
  .official-link{ display:inline-block; margin-top:8px; }
  .page-header p,
  .section-heading p,
  .stay-callout p,
  .hotel-description,
  .rate-notes p,
  .booking-steps p,
  .terms-box p,
  .page-closing p{ font-size:1rem; }
  .booking-steps li{ grid-template-columns:30px 1fr; padding:12px; }
}


@media (max-width:480px){
  body{ padding:8px; }
  .booking-card{ padding:12px; }
  .page-shell,
  .booking-card,
  .hotel-list,
  .hotel-card,
  .hotel-content,
  .rates-section,
  .booking-section{ min-width:0; max-width:100%; }

  .rates-table{
    min-width:0;
    table-layout:fixed;
    font-size:.84rem;
  }

  .rates-table th,
  .rates-table td{
    padding:7px 4px;
    white-space:normal;
    overflow-wrap:anywhere;
    line-height:1.15;
  }

  .rates-table th:first-child,
  .rates-table td:first-child{ width:40%; }

  .rates-table th:not(:first-child),
  .rates-table td:not(:first-child){ width:20%; text-align:center; }

  .contact-box,
  .terms-box,
  .stay-callout{ max-width:100%; }
}
