/* Cornerstone Business Centre — shared styles
   Palette: deep aubergine + gold, DM Sans with Cormorant Garamond accents */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,500&family=Cormorant+Garamond:ital,wght@1,500;1,600&display=swap');

:root {
  --navy: #2F1A45;
  --navy-soft: rgba(47, 26, 69, 0.6);
  --navy-06: rgba(255, 255, 255, 0.06);
  --navy-18: rgba(255, 255, 255, 0.18);
  --gold: #D4A853;
  --gold-dark: #b98f3f;
  --cream: #FAF8FA;
  --ink: #241C33;
  --ink-soft: rgba(36, 28, 51, 0.65);
  --white: #ffffff;
  --border: rgba(47, 26, 69, 0.12);

  --font-body: "DM Sans", system-ui, -apple-system, sans-serif;
  --font-accent: "Cormorant Garamond", Georgia, serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 32px;
}

.eyebrow {
  display: block;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 14px;
}

.eyebrow.on-dark { color: var(--gold); }
.eyebrow.on-light { color: var(--gold-dark); }

.accent {
  font-family: var(--font-accent);
  font-style: italic;
  font-weight: 500;
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--navy);
  border-bottom: 1px solid var(--navy-18);
}

.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}

/* CBC wordmark — initials in a gold block, left aligned */
.wordmark {
  display: inline-block;
  text-align: left;
}

.wordmark .cbc {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 2.5px;
  line-height: 1;
  padding: 9px 13px 9px 15px;
  border-radius: 10px;
}

.wordmark .rule {
  display: block;
  height: 2px;
  background: var(--gold);
  margin: 6px 0 5px;
}

.wordmark .name {
  display: block;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 2.6px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}

@media (max-width: 420px) {
  .wordmark .cbc { font-size: 17px; letter-spacing: 2px; padding: 8px 11px 8px 13px; }
  .wordmark .name { font-size: 7px; letter-spacing: 2.1px; }
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14.5px;
  font-weight: 500;
  padding-bottom: 6px;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.main-nav a:hover { color: var(--white); }

.main-nav a.current {
  color: var(--white);
  border-bottom-color: var(--gold);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--navy);
  font-weight: 600;
  font-size: 14px;
  padding: 11px 22px;
  border-radius: 999px;
  transition: background 0.15s ease;
}

.header-cta:hover { background: #e0b968; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--white);
  font-size: 26px;
  cursor: pointer;
}

@media (max-width: 860px) {
  .main-nav { display: none; }
  .header-cta { display: none; }
  .nav-toggle { display: block; }

  .site-header.nav-open .main-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    background: var(--navy);
    padding: 12px 32px 24px;
    border-bottom: 1px solid var(--navy-18);
  }

  .site-header.nav-open .header-cta {
    display: inline-flex;
    margin: 12px 32px 24px;
  }

  .site-header.nav-open { position: relative; }
}

/* ---------- Hero ---------- */

.hero {
  background:
    linear-gradient(180deg, rgba(47,26,69,0.88) 0%, rgba(47,26,69,0.72) 55%, rgba(47,26,69,0.9) 100%),
    radial-gradient(circle at 75% 20%, rgba(212,168,83,0.25), transparent 55%),
    var(--navy);
  color: var(--white);
  padding: 96px 0 88px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}

.hero h1 {
  font-size: 56px;
  line-height: 1.06;
  margin: 0 0 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.hero h1 .accent {
  display: block;
  color: var(--gold);
  font-size: 1em;
  font-weight: 500;
}

.hero p.lead {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 46ch;
  margin: 0 0 34px;
}

.hero .meta {
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}

.btn-row { display: flex; gap: 14px; flex-wrap: wrap; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.btn-primary {
  background: var(--gold);
  color: var(--navy);
  border: 1px solid var(--gold);
}

.btn-primary:hover { background: #e0b968; }

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-outline:hover { border-color: var(--white); }

.btn-outline.on-light {
  color: var(--navy);
  border-color: var(--border);
}

.btn-outline.on-light:hover { border-color: var(--navy); }

.hero-card {
  background: var(--navy-06);
  border: 1px solid var(--navy-18);
  border-radius: 18px;
  padding: 28px;
  backdrop-filter: blur(6px);
}

.hero-card .room-shot {
  aspect-ratio: 4/3;
  border-radius: 12px;
  margin-bottom: 18px;
}

.hero-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 12px;
  margin: 0;
}

.hero-card dt {
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 4px;
}

.hero-card dd {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

/* ---------- Placeholder photo tiles ---------- */

.photo-placeholder {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(47,26,69,0.9), rgba(47,26,69,0.65)),
    repeating-linear-gradient(45deg, rgba(212,168,83,0.14) 0 2px, transparent 2px 14px);
  display: flex;
  align-items: flex-end;
  color: var(--white);
}

.photo-placeholder .tag {
  position: relative;
  z-index: 1;
  padding: 16px 18px;
  font-size: 13.5px;
  font-weight: 600;
}

.photo-placeholder .tag span {
  display: block;
  font-weight: 400;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* On a navy section the tiles need to lift off the background */
.section-navy .photo-placeholder {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.13), rgba(255,255,255,0.05)),
    repeating-linear-gradient(45deg, rgba(212,168,83,0.16) 0 2px, transparent 2px 14px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.photo-placeholder svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

/* ---------- Real photos ---------- */

.photo {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: var(--navy);
  color: var(--white);
}

.photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo .tag {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 30px 18px 16px;
  font-size: 13.5px;
  font-weight: 600;
  background: linear-gradient(to top, rgba(47, 26, 69, 0.9), rgba(47, 26, 69, 0));
}

.photo .tag span {
  display: block;
  font-weight: 400;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Info tile that sits alongside a photo in the gallery grid */
.info-tile {
  background: var(--navy);
  color: var(--white);
  border-radius: 14px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-navy .info-tile {
  background: var(--navy-06);
  border: 1px solid var(--navy-18);
}

.info-tile h4 {
  margin: 0 0 16px;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}

.info-tile dl { margin: 0; }

.info-tile dt {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55);
}

.info-tile dd {
  margin: 2px 0 14px;
  font-size: 18px;
  font-weight: 700;
}

.info-tile dd:last-child { margin-bottom: 0; }

/* ---------- Sections ---------- */

section { padding: 88px 0; }

.section-head {
  max-width: 640px;
  margin: 0 0 48px;
}

.section-head h2 {
  font-size: 36px;
  line-height: 1.15;
  margin: 0 0 4px;
  font-weight: 700;
}

.section-head p {
  color: var(--ink-soft);
  font-size: 16.5px;
  margin-top: 14px;
}

.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.feature-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 30px 26px;
}

.feature-card .num {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-dark);
  font-weight: 700;
  margin-bottom: 14px;
}

.feature-card h3 {
  font-size: 20px;
  margin: 0 0 10px;
}

.feature-card p {
  color: var(--ink-soft);
  font-size: 15px;
  margin: 0;
}

.section-navy {
  background: var(--navy);
  color: var(--white);
}

.section-navy .section-head p { color: rgba(255,255,255,0.72); }
.section-navy .section-head h2 { color: var(--white); }

/* ---------- Gallery ---------- */

.page-hero {
  background: var(--navy);
  color: var(--white);
  padding: 64px 0 56px;
}

.page-hero .eyebrow { margin-bottom: 16px; }

.page-hero h1 {
  font-size: 42px;
  margin: 0 0 14px;
  font-weight: 700;
}

.page-hero p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 56ch;
  font-size: 16.5px;
  margin: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-grid .photo-placeholder,
.gallery-grid .photo {
  aspect-ratio: 4/3;
  border-radius: 14px;
}

.gallery-grid .g-wide { grid-column: span 2; }

/* Photo a touch larger than the panel beside it */
.gallery-grid.desk-row { grid-template-columns: 1.4fr 1fr; }

.gallery-note {
  margin-top: 40px;
  padding: 20px 24px;
  border-radius: 14px;
  background: rgba(212, 168, 83, 0.12);
  border: 1px dashed var(--gold-dark);
  font-size: 14.5px;
  color: var(--ink);
}

/* ---------- Room cards (two rooms) ---------- */

.rooms-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.room-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.room-card .photo-placeholder,
.room-card .photo {
  aspect-ratio: 16/10;
}

.room-card .room-body {
  padding: 26px 26px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.room-card h3 {
  font-size: 22px;
  margin: 0 0 6px;
}

.room-card .capacity {
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold-dark);
  margin-bottom: 14px;
}

.room-card p {
  color: var(--ink-soft);
  font-size: 15px;
  margin: 0 0 18px;
  flex: 1;
}

.room-card .room-facts {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.room-card .room-facts li {
  font-size: 14.5px;
  padding: 8px 0;
  border-top: 1px solid var(--border);
}

.room-card .room-facts li:first-child { border-top: none; }

/* Compact two-room summary inside the hero card */

.hero-rooms {
  display: grid;
  gap: 14px;
}

.hero-room {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 12px;
  background: var(--navy-06);
  border: 1px solid var(--navy-18);
}

.hero-room .thumb {
  width: 64px;
  height: 52px;
  border-radius: 8px;
  flex: none;
}

.hero-room .thumb .tag { display: none; }

.hero-room h4 {
  margin: 0 0 2px;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--white);
}

.hero-room span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: rgba(255, 255, 255, 0.6);
}

/* ---------- Rate table ---------- */

.rate-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}

.rate-table th, .rate-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  font-size: 15px;
}

.rate-table thead th {
  background: var(--navy);
  color: var(--white);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: none;
}

.rate-table thead th span {
  display: block;
  font-size: 11.5px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 3px;
}

.rate-table tbody tr:last-child td { border-bottom: none; }

.rate-table td.rate {
  font-weight: 700;
  font-size: 17px;
  color: var(--navy);
  white-space: nowrap;
}

.rate-table th[scope="row"] {
  font-weight: 600;
  color: var(--ink);
}

.rate-table th[scope="row"] span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: var(--ink-soft);
  margin-top: 2px;
}

.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

.rate-caption {
  margin: 14px 2px 0;
  font-size: 14px;
  color: var(--ink-soft);
}

.rate-caption strong { color: var(--ink); font-weight: 600; }

.rate-footnote {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 22px;
  padding: 20px 24px;
  border-radius: 14px;
  background: var(--white);
  border: 1px solid var(--border);
  border-left: 3px solid var(--gold);
}

.rate-footnote .fn-mark {
  font-family: var(--font-accent);
  font-style: italic;
  font-size: 26px;
  line-height: 1;
  color: var(--gold-dark);
  flex: none;
}

.rate-footnote p {
  margin: 0;
  font-size: 15px;
  color: var(--ink-soft);
}

.rate-footnote strong { color: var(--ink); }

/* ---------- Pricing ---------- */

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.price-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  color: var(--ink);
}

.price-card .amount { color: var(--navy); }

.price-card.featured {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.price-card.featured .amount { color: var(--white); }

.price-card .plan {
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--gold-dark);
  margin-bottom: 10px;
}

.price-card.featured .plan { color: var(--gold); }

.price-card .amount {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 4px;
}

.price-card .amount sup {
  font-size: 14px;
  font-weight: 500;
  margin-right: 2px;
}

.price-card .per {
  font-size: 13px;
  color: var(--ink-soft);
  margin-bottom: 20px;
}

.price-card.featured .per { color: rgba(255,255,255,0.65); }

.price-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  flex: 1;
}

.price-card li {
  font-size: 14.5px;
  padding: 8px 0;
  border-top: 1px solid var(--border);
}

.price-card.featured li { border-top-color: rgba(255,255,255,0.14); }

.price-card li:first-child { border-top: none; }

/* Featured card sitting on a navy section needs a gold outline, not navy-on-navy */
.section-navy .price-card.featured {
  background: var(--white);
  color: var(--ink);
  border: 2px solid var(--gold);
}

.section-navy .price-card.featured .plan { color: var(--gold-dark); }
.section-navy .price-card.featured .amount { color: var(--navy); }
.section-navy .price-card.featured .per { color: var(--ink-soft); }
.section-navy .price-card.featured li { border-top-color: var(--border); }

.pricing-grid.two-up {
  grid-template-columns: repeat(2, 1fr);
  max-width: 700px;
}

.availability {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(212, 168, 83, 0.15);
  border: 1px solid rgba(212, 168, 83, 0.45);
  font-size: 14.5px;
  margin-bottom: 30px;
}

.availability .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  flex: none;
}

.availability strong { color: var(--gold); font-weight: 600; }

.pricing-note {
  margin-top: 32px;
  padding: 20px 24px;
  border-radius: 14px;
  background: rgba(212, 168, 83, 0.12);
  border: 1px dashed var(--gold-dark);
  font-size: 14.5px;
}

.extras {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.extras h3 { font-size: 20px; margin: 0 0 14px; }

.extras ul { margin: 0; padding-left: 20px; color: var(--ink-soft); font-size: 15px; }
.extras ul li { margin-bottom: 8px; }

/* ---------- Specifications (Wi-Fi & AV) ---------- */

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.spec-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 30px 30px 28px;
  color: var(--ink);
  min-width: 0;
}

.spec-card h3 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin: 0 0 12px;
}

.spec-card .spec-lead {
  font-size: 16.5px;
  line-height: 1.5;
  color: var(--navy);
  margin: 0 0 22px;
}

.spec-card .spec-foot {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 20px 0 0;
}

/* broadband speeds */

.speed-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.speed {
  min-width: 0;
  background: rgba(212, 168, 83, 0.10);
  border: 1px solid rgba(212, 168, 83, 0.35);
  border-radius: 14px;
  padding: 18px 20px;
}

.speed .speed-num {
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: var(--navy);
  white-space: nowrap;
}

.speed .speed-num span {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: var(--gold-dark);
  margin-left: 5px;
}

.speed .speed-label {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* projector spec list */

.spec-list { margin: 0; }

.spec-list > div {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 14px;
  padding: 11px 0;
  border-top: 1px solid var(--border);
}

.spec-list > div:first-child { border-top: none; padding-top: 0; }
.spec-list > div:last-child { padding-bottom: 0; }

.spec-list dt {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--ink-soft);
  padding-top: 3px;
}

.spec-list dd {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.5;
  color: var(--ink);
}

@media (max-width: 700px) {
  .spec-grid { grid-template-columns: 1fr; }
  .spec-list > div { grid-template-columns: 1fr; gap: 3px; }
  .spec-list dt { padding-top: 0; }
}

@media (max-width: 420px) {
  .spec-card { padding: 24px 22px 22px; }
  .speed { padding: 15px 15px; }
  .speed .speed-num { font-size: 31px; }
  .speed .speed-num span { font-size: 11.5px; margin-left: 3px; }
  .speed .speed-label { font-size: 11px; letter-spacing: 1px; }
}

/* ---------- Find us band ---------- */

.find-us {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 44px;
  align-items: center;
}

.find-us > * { min-width: 0; }

.find-us .find-body h2 { font-size: 32px; margin: 0 0 16px; }

.find-us .find-body p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 22px;
}

.find-us .find-address {
  font-style: normal;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
  margin: 0 0 24px;
  padding-left: 18px;
  border-left: 3px solid var(--gold);
}

.find-us .find-address a {
  color: var(--navy);
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 168, 83, 0.5);
  overflow-wrap: anywhere;
}

.find-us .map-frame { aspect-ratio: 16/11; }

@media (max-width: 860px) {
  .find-us { grid-template-columns: 1fr; gap: 32px; }
  .find-us .map-frame { aspect-ratio: 4/3; }
}

/* ---------- CTA band ---------- */

.cta-band {
  background: var(--navy);
  color: var(--white);
  padding: 72px 0;
  text-align: center;
}

.cta-band h2 { font-size: 32px; margin: 0 0 14px; }
.cta-band p { color: rgba(255,255,255,0.72); max-width: 52ch; margin: 0 auto 30px; }
.cta-band .btn-row { justify-content: center; }

/* ---------- Footer ---------- */

.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.6);
  padding: 48px 0 32px;
  border-top: 1px solid var(--navy-18);
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--navy-18);
  margin-bottom: 20px;
}


.footer-links {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-links div h4 {
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.45);
  margin: 0 0 12px;
}

.footer-links a, .footer-links p {
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  margin: 0 0 8px;
  overflow-wrap: anywhere;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
}

.footer-bottom a { color: var(--gold); }

@media (max-width: 900px) {
  .rooms-grid { grid-template-columns: 1fr; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 42px; }
  .features { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid .g-wide { grid-column: span 2; }
  .extras { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .wrap { padding: 0 20px; }
  .hero { padding: 64px 0; }
  .hero h1 { font-size: 34px; }
  .pricing-grid,
  .pricing-grid.two-up { grid-template-columns: 1fr; }
  .gallery-grid,
  .gallery-grid.desk-row { grid-template-columns: 1fr; }
  .gallery-grid .g-wide { grid-column: span 1; }
  .section-head h2 { font-size: 28px; }
}

/* ---------- Contact page ---------- */

.contact-layout {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 48px;
  align-items: start;
}

/* grid and flex children default to min-width:auto, so a long <select>
   option can force the whole form wider than a phone screen */
.contact-layout > * { min-width: 0; }

.form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 34px 32px;
}

.form-card > h3 {
  margin: 0 0 6px;
  font-size: 22px;
}

.form-card > .form-intro {
  margin: 0 0 28px;
  color: var(--ink-soft);
  font-size: 15px;
}

.field-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.field-group.one { grid-template-columns: 1fr; }
.field-group.three { grid-template-columns: 1fr 1fr 1fr; }

.field { display: flex; flex-direction: column; min-width: 0; }

.field label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 7px;
  color: var(--ink);
}

.field label .opt {
  font-weight: 400;
  color: var(--ink-soft);
  letter-spacing: 0;
}

.field input,
.field select,
.field textarea {
  min-width: 0;
  max-width: 100%;
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 14px;
  width: 100%;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.field textarea { resize: vertical; min-height: 90px; }

.field input:focus,
.field select:focus,
.field textarea:focus,
.check:focus-within {
  outline: none;
  border-color: var(--gold-dark);
  box-shadow: 0 0 0 3px rgba(212, 168, 83, 0.22);
}

.field input:focus-visible,
.field select:focus-visible,
.field textarea:focus-visible { outline: 2px solid transparent; }

.fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 18px;
}

.fieldset legend {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 9px;
  padding: 0;
  color: var(--ink);
}

.check-row { display: flex; flex-wrap: wrap; gap: 9px; }

.check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border);
  background: var(--cream);
  border-radius: 999px;
  padding: 9px 16px 9px 13px;
  font-size: 14px;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.check:hover { border-color: var(--gold-dark); }

.check input { accent-color: var(--navy); width: 15px; height: 15px; cursor: pointer; }

.check:has(input:checked) {
  border-color: var(--gold-dark);
  background: rgba(212, 168, 83, 0.14);
  font-weight: 600;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.form-actions .btn { border: none; cursor: pointer; font-family: inherit; }

.form-note {
  font-size: 13.5px;
  color: var(--ink-soft);
  margin: 0;
  flex: 1;
  min-width: 220px;
}

.hidden { display: none; }

/* contact sidebar */

.contact-aside { display: flex; flex-direction: column; gap: 22px; }

.detail-card {
  background: var(--navy);
  color: var(--white);
  border-radius: 16px;
  padding: 28px 26px;
}

.detail-card h3 {
  margin: 0 0 20px;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}

.detail-card dl { margin: 0; }

.detail-card dt {
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: rgba(255,255,255,0.55);
  margin-bottom: 3px;
}

.detail-card dd {
  margin: 0 0 18px;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.45;
}

.detail-card dd:last-child { margin-bottom: 0; }
.detail-card a {
  border-bottom: 1px solid rgba(212,168,83,0.5);
  overflow-wrap: anywhere;   /* long email address must not push the page sideways */
}
.detail-card a:hover { border-bottom-color: var(--gold); }

/* map */

.map-frame {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--cream);
  aspect-ratio: 4/3;
  position: relative;
}

.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

.map-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(47,26,69,0.06), rgba(47,26,69,0.02)),
    repeating-linear-gradient(45deg, rgba(212,168,83,0.10) 0 2px, transparent 2px 16px);
}

.map-fallback .pin { font-size: 30px; line-height: 1; }
.map-fallback strong { font-size: 15.5px; }
.map-fallback span { font-size: 13.5px; color: var(--ink-soft); }

@media (max-width: 900px) {
  .contact-layout { grid-template-columns: 1fr; }
  .field-group, .field-group.three { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .form-card { padding: 26px 20px; }
  .field-group, .field-group.three { grid-template-columns: 1fr; }
}
