/* The Harbour Rooms.
   A normal, well-built hotel website. Nothing here is adapted for agents: no
   structured data, no feed, no agent affordances. That is deliberate, and it is
   what Act 1 measures. */

:root{
  --ink:#141210;
  --body:#4a443c;
  --muted:#8a8177;
  --faint:#b5ada2;
  --line:#e8e1d6;
  --line-2:#f0eae0;
  --paper:#fcfaf6;
  --card:#ffffff;
  --sea:#1d5850;
  --sea-dk:#123c36;
  --brass:#b8863b;
  --sand:#e8dcc6;
  --shadow-sm:0 1px 2px rgba(20,18,16,.04), 0 2px 8px rgba(20,18,16,.03);
  --shadow:0 2px 4px rgba(20,18,16,.04), 0 12px 32px -12px rgba(20,18,16,.14);
  --shadow-lg:0 4px 8px rgba(20,18,16,.05), 0 28px 60px -24px rgba(20,18,16,.28);
  --r:14px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; background:var(--paper); color:var(--body);
  font:400 16.5px/1.68 "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4,.serif{
  font-family:"Hoefler Text", "Iowan Old Style", Palatino, Georgia, serif;
  color:var(--ink); font-weight:400; letter-spacing:-.012em;
}
img,svg{max-width:100%; display:block}
a{color:var(--sea)}

.u{max-width:1180px; margin:0 auto; padding:0 34px}
.eyebrow{
  font-size:11px; letter-spacing:.2em; text-transform:uppercase;
  color:var(--brass); font-weight:600; margin:0 0 14px;
}
.lede{font-size:19px; line-height:1.6; color:var(--muted)}

/* ---------------- header ---------------- */
.nav{
  position:sticky; top:0; z-index:40; background:rgba(252,250,246,.94);
  border-bottom:1px solid var(--line);
}
.nav .u{display:flex; align-items:center; justify-content:space-between; height:74px; gap:24px}
.logo{display:flex; align-items:center; gap:12px; text-decoration:none}
.logo .glyph{
  width:34px; height:34px; border-radius:9px; flex:0 0 auto;
  background:linear-gradient(150deg,var(--sea),var(--sea-dk));
  display:grid; place-items:center;
}
.logo .glyph svg{width:19px; height:19px}
.logo .name{font-family:"Hoefler Text",Georgia,serif; font-size:19.5px; color:var(--ink); line-height:1.1}
.logo .sub{font-size:9.5px; letter-spacing:.19em; text-transform:uppercase; color:var(--faint)}
.links{display:flex; align-items:center; gap:30px}
.links a{color:var(--body); text-decoration:none; font-size:14.5px}
.links a:hover{color:var(--sea)}
.links a[aria-current="page"]{color:var(--sea); font-weight:500}
.tel{
  border:1px solid var(--line); border-radius:999px; padding:8px 17px;
  font-size:13.5px; color:var(--ink)!important; text-decoration:none; white-space:nowrap;
}
.tel:hover{border-color:var(--sea)}

/* ---------------- hero ---------------- */
.hero{position:relative; overflow:hidden; background:var(--sea-dk)}
.hero .scene{position:absolute; inset:0; width:100%; height:100%; object-fit:cover}
.hero .shade{
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(8,26,24,.52) 0%, rgba(8,26,24,.18) 42%, rgba(8,26,24,.72) 100%);
}
.hero .u{position:relative; z-index:2; padding-top:112px; padding-bottom:112px}
.hero .eyebrow{color:#e8c893}
.hero h1{
  color:#fff; font-size:clamp(40px,5.6vw,66px); line-height:1.06; margin:0 0 20px; max-width:15ch;
  text-shadow:0 2px 30px rgba(0,0,0,.28);
}
.hero p{color:rgba(255,255,255,.9); font-size:18.5px; max-width:50ch; margin:0 0 30px}
.hero .cta{display:flex; gap:14px; flex-wrap:wrap; align-items:center}
.btn{
  display:inline-block; background:var(--brass); color:#fff; text-decoration:none;
  padding:13px 26px; border-radius:999px; font-size:15px; font-weight:500;
  box-shadow:0 10px 24px -10px rgba(184,134,59,.9);
}
.btn:hover{filter:brightness(1.06)}
.btn.ghost{background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.34); box-shadow:none}
.hero .marks{
  display:flex; gap:26px; flex-wrap:wrap; margin-top:44px;
  color:rgba(255,255,255,.72); font-size:13px;
}
.hero .marks b{color:#fff; font-weight:500}

/* inner-page hero: same language, no scene */
.hero.compact{background:linear-gradient(160deg,var(--sea-dk),#0b2320 60%,#123c36)}
.hero.compact .u{padding-top:64px; padding-bottom:64px}
.hero.compact h1{font-size:clamp(32px,4.2vw,48px); margin-bottom:14px}
.hero.compact p{font-size:17.5px; margin-bottom:0}

/* ---------------- shared blocks ---------------- */
section{padding:84px 0}
section.tight{padding:60px 0}
/* A nested section would otherwise stack its own 84px on top of its parent's,
   leaving a screen-height gap between two paragraphs of policy. */
section section{padding:0 0 38px}
section section:last-child{padding-bottom:0}
.head{max-width:64ch; margin-bottom:38px}
.head h2{font-size:clamp(28px,3.4vw,40px); line-height:1.15; margin:0 0 12px}
.head p{margin:0; color:var(--muted); font-size:17px}

.split-2{display:grid; grid-template-columns:1fr 400px; gap:60px; align-items:start}

/* booking panel */
.book{
  position:sticky; top:96px; background:var(--card); border:1px solid var(--line);
  border-radius:var(--r); padding:24px; box-shadow:var(--shadow-lg);
}
.book h3{
  font-family:inherit; font-size:11px; letter-spacing:.17em; text-transform:uppercase;
  color:var(--muted); font-weight:600; margin:0 0 3px;
}
.book .best{font-size:13.5px; color:var(--brass); margin:0 0 16px; font-weight:500}
.book .foot{
  margin-top:16px; padding-top:14px; border-top:1px solid var(--line-2);
  font-size:13px; color:var(--muted);
}

/* ---------------- rooms ---------------- */
.rooms{display:grid; gap:26px}
.room{
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  overflow:hidden; display:grid; grid-template-columns:240px 1fr auto;
  box-shadow:var(--shadow-sm); transition:box-shadow .25s, transform .25s;
}
.room:hover{box-shadow:var(--shadow); transform:translateY(-2px)}
.room .view{background:var(--sea-dk); min-height:190px}
.room .view svg{width:100%; height:100%; min-height:190px}
.room .body{padding:24px 26px}
.room h3{font-size:22px; margin:0 0 8px}
.room p{margin:0 0 12px; font-size:15px}
.room .facts{display:flex; gap:8px; flex-wrap:wrap; padding:0; margin:0; list-style:none}
.room .facts li{
  font-size:12.5px; color:var(--muted); border:1px solid var(--line);
  border-radius:999px; padding:4px 11px; background:var(--paper);
}
.room .price{
  padding:24px 28px; text-align:right; border-left:1px solid var(--line-2);
  display:flex; flex-direction:column; justify-content:center; min-width:150px;
}
.room .price .n{font-family:"Hoefler Text",Georgia,serif; font-size:31px; color:var(--ink); line-height:1}
.room .price .u2{font-size:12.5px; color:var(--muted); margin-top:5px}
.room .price .inc{font-size:12px; color:var(--brass); margin-top:9px}

/* ---------------- included ---------------- */
/* auto-fit, not a fixed 4: this block also sits in the narrower column beside the
   booking panel, where four tracks collapse to ~175px and the copy shreds */
.grid-4{display:grid; grid-template-columns:repeat(auto-fit,minmax(258px,1fr)); gap:1px;
        background:var(--line); border:1px solid var(--line); border-radius:var(--r);
        overflow:hidden}
.cell{background:var(--card); padding:26px 24px}
.cell .ico{width:26px; height:26px; color:var(--sea); margin-bottom:13px}
.cell h4{font-size:16.5px; margin:0 0 7px}
.cell p{margin:0; font-size:14.5px; color:var(--muted)}

/* ---------------- reviews ---------------- */
.reviews{background:linear-gradient(180deg,#fff,var(--paper))}
.quotes{display:grid; grid-template-columns:repeat(3,1fr); gap:26px}
.quote{
  background:var(--card); border:1px solid var(--line); border-radius:var(--r);
  padding:26px; box-shadow:var(--shadow-sm);
}
.stars{color:var(--brass); font-size:13px; letter-spacing:.16em; margin-bottom:12px}
.quote p{margin:0 0 16px; font-size:15.5px; color:var(--body)}
.quote .by{font-size:13px; color:var(--muted)}
.quote .by b{color:var(--ink); font-weight:500; display:block; font-size:14px}

/* ---------------- content pages ---------------- */
.prose{max-width:70ch}
.prose h2{font-size:27px; margin:44px 0 10px}
.prose h2:first-child{margin-top:0}
.prose p{margin:0 0 14px}
.note{
  background:#f6f8f6; border:1px solid #dbe6e0; border-left:3px solid var(--sea);
  border-radius:10px; padding:16px 18px; font-size:15px; color:var(--body);
}
table.t{border-collapse:collapse; width:100%; font-size:15px; margin-top:6px}
table.t th,table.t td{text-align:left; padding:13px 14px; border-bottom:1px solid var(--line)}
table.t th{font-size:11.5px; letter-spacing:.11em; text-transform:uppercase; color:var(--muted); font-weight:600}
table.t tr:last-child td{border-bottom:0}
dl.qa{margin:0}
dl.qa dt{font-family:"Hoefler Text",Georgia,serif; font-size:19px; color:var(--ink); margin-top:30px}
dl.qa dd{margin:7px 0 0}

/* ---------------- footer ---------------- */
footer{background:var(--sea-dk); color:rgba(255,255,255,.66); padding:56px 0 34px; font-size:14px}
footer .cols{display:grid; grid-template-columns:1.6fr 1fr 1fr; gap:44px}
footer h5{
  font-family:inherit; font-size:11px; letter-spacing:.17em; text-transform:uppercase;
  color:rgba(255,255,255,.5); margin:0 0 13px; font-weight:600;
}
footer a{color:rgba(255,255,255,.82); text-decoration:none; display:block; margin-bottom:8px}
footer a:hover{color:#fff}
footer .name{font-family:"Hoefler Text",Georgia,serif; font-size:21px; color:#fff; margin-bottom:9px}
footer .rule{border-top:1px solid rgba(255,255,255,.13); margin-top:40px; padding-top:20px;
             display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap;
             font-size:12.5px; color:rgba(255,255,255,.45)}

@media(max-width:1000px){
  .split-2{grid-template-columns:1fr}
  .book{position:static}
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .quotes{grid-template-columns:1fr}
  .room{grid-template-columns:1fr}
  .room .price{text-align:left; border-left:0; border-top:1px solid var(--line-2)}
  footer .cols{grid-template-columns:1fr}
}
@media(max-width:620px){
  .u{padding:0 20px}
  .links{display:none}
  .grid-4{grid-template-columns:1fr}
}
