/* =========================================================
   TDI Saipan — style.css
   Vanilla CSS. Mobile-first. BEM-like naming.
   Brand: navy/charcoal + gold (gold-on-dark logo).
   Type: Spectral (heritage serif display) + Manrope (sans body).
   ========================================================= */

/* ---------- Design tokens ---------- */
:root {
  /* Brand palette */
  --navy:        #0F1E2E;   /* primary dark surface */
  --navy-deep:   #0B1722;   /* darker surface (nav, footer) */
  --navy-soft:   #16242F;   /* raised dark card */
  --navy-line:   #20384C;   /* hairlines on dark */
  --charcoal:    #1A1A1A;   /* body text on light */
  --ink:         #2B3742;   /* softer dark text on light */
  --gold:        #C59765;   /* primary accent (logo gold) */
  --gold-deep:   #B7652B;   /* deep accent (large text / on-dark) */
  --gold-ink:    #94521F;   /* AA-safe gold for small text on light (>= 4.5:1) */
  --gold-soft:   #E4C9A6;   /* light gold on dark */
  --cream:       #F5F3EF;   /* light section background */
  --cream-line:  #E4DED4;   /* hairlines on light */
  --white:       #FFFFFF;
  --muted:       #5A6470;   /* secondary text on light */
  --muted-dark:  #A9BBC9;   /* secondary text on dark */

  /* Typography */
  --font-serif: "Spectral", Georgia, "Times New Roman", serif;
  --font-sans:  "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* Layout */
  --maxw: 1200px;
  --pad:  1.5rem;
  --radius: 14px;     /* cards / surfaces */
  --radius-sm: 8px;
  --shadow: 0 24px 60px -24px rgba(11, 23, 34, 0.35);
  --shadow-sm: 0 10px 30px -16px rgba(11, 23, 34, 0.30);
  --nav-h: 72px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: var(--nav-h); }

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--charcoal);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 {
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin: 0;
}

em {
  font-style: italic;
  font-weight: 500;
  color: var(--gold-deep);
}

.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--pad);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  padding: 0.9rem 1.7rem;
  border-radius: 999px;
  transition: transform 0.18s var(--ease), background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--gold { background: var(--gold); color: var(--navy-deep); }
.btn--gold:hover { background: var(--gold-soft); }
.btn--ghost { border: 1px solid rgba(228, 201, 166, 0.4); color: var(--gold-soft); }
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }

/* ---------- Section scaffolding ---------- */
.section { padding-block: clamp(4rem, 9vw, 8rem); }

.section__title {
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  line-height: 1.1;
  max-width: 20ch;
  padding-bottom: 0.12em;   /* italic descender clearance */
}
.section__title--center { max-width: 22ch; margin-inline: auto; text-align: center; }

/* =========================================================
   NAV
   ========================================================= */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 23, 34, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--navy-line);
}
.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--nav-h);
}
.nav__logo img {
  height: 55px;
  width: auto;
  filter: drop-shadow(0 0 8px rgba(197, 151, 101, 0.35));
  transition: filter 0.4s ease;
}
.nav__logo img:hover {
  filter: drop-shadow(0 0 16px rgba(197, 151, 101, 0.80)) drop-shadow(0 0 5px rgba(228, 201, 166, 0.55));
}
.nav__nav { display: flex; align-items: center; }
.nav__links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.nav__links a {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--cream);
  transition: color 0.2s ease;
}
.nav__links a:hover { color: var(--gold); }
.nav__cta {
  border: 1px solid var(--gold);
  color: var(--gold) !important;
  padding: 0.5rem 1.15rem;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}
.nav__cta:hover { background: var(--gold); color: var(--navy-deep) !important; }

.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px; height: 44px;
  background: none; border: 0; cursor: pointer; padding: 0;
}
.nav__toggle span {
  display: block; height: 2px; width: 24px;
  margin-inline: auto; background: var(--gold);
  transition: transform 0.25s var(--ease), opacity 0.2s ease;
}

/* =========================================================
   HERO  (left-aligned editorial / manifesto)
   ========================================================= */
.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: min(90vh, 780px);
  background: var(--navy-deep);
  color: var(--cream);
  padding-block: clamp(4.5rem, 9vw, 6.5rem);
  overflow: hidden;
}
/* Background photo slideshow */
.hero__slides { position: absolute; inset: 0; z-index: -2; }
.hero__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.4s ease, transform 6s ease-out;
}
.hero__slide.is-active {
  opacity: 1;
  transform: scale(1.1);
}
/* Scrim for text legibility over photos (darkens left + bottom) */
.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(11,23,34,0.93) 0%, rgba(11,23,34,0.78) 34%, rgba(11,23,34,0.42) 66%, rgba(11,23,34,0.20) 100%),
    linear-gradient(0deg, rgba(11,23,34,0.62) 0%, rgba(11,23,34,0.10) 42%);
}
.hero__inner { max-width: min(760px, 100%); text-shadow: 0 1px 24px rgba(8, 16, 24, 0.45); margin-bottom: 40px; }
.hero__eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.4rem;
}
.hero__title {
  font-size: clamp(2.6rem, 6.2vw, 4.75rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin-bottom: 1.6rem;
  padding-bottom: 0.1em;       /* italic 'years' descender clearance */
}
.hero__title em { color: var(--gold-soft); }
.hero__lead {
  font-size: clamp(1.1rem, 2.3vw, 1.35rem);
  line-height: 1.6;
  color: rgba(245, 243, 239, 0.94);
  max-width: 46ch;
  margin-bottom: 2.4rem;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }
.hero__rule {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 18%, var(--gold) 40%, transparent 75%);
  opacity: 0.5;
}

.hero__dots {
  position: absolute;
  left: 0; right: 0;
  bottom: clamp(1.25rem, 3vw, 2rem);
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1;
}
.hero__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(244, 242, 239, 0.32);
  cursor: pointer;
  transition: background 0.35s var(--ease), transform 0.35s var(--ease), width 0.35s var(--ease);
}
.hero__dot:hover {
  background: rgba(228, 201, 166, 0.75);
  box-shadow: 0 0 0 4px rgba(228, 201, 166, 0.18);
}
.hero__dot.is-active {
  background: var(--gold);
  width: 26px;
}
.hero__dot:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .hero__dot { transition: none; }
  .hero__slide,
  .hero__slide.is-active { transform: none; }
  .band__media > img,
  .band__media::after { transition: none; transform: none; }
  .band:hover .band__media > img { transform: none; }
  /* Keep the centre slide centred (its translate is layout, not animation) */
  .band__slide { transition: none; }
  .band__slide.is-flank-left,
  .band__slide.is-flank-right { opacity: 0; }
}

/* =========================================================
   ABOUT
   ========================================================= */
.section--about {
  background: var(--white);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
/* Saipan island silhouette watermark — 80% of original size, pulled
   inward so it sits under the stats column rather than clipping the edge.
   Hovers with a gentle float + scale for a dynamic feel. */
.section--about::before {
  content: "";
  position: absolute;
  right: clamp(5rem, 18vw, 14rem); /* shifted left so it spans into the text column */
  top: 50%;
  transform: translateY(-50%);
  width: clamp(220px, 25vw, 370px); /* sized so ~90px breathing room top & bottom */
  aspect-ratio: 2144 / 2996;        /* native aspect of the PNG */
  background-image: url("/assets/images/saipan island silhouette.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: invert(56%) sepia(35%) saturate(580%) hue-rotate(352deg) brightness(95%) contrast(92%);
  opacity: 0.14;
  pointer-events: none;
  z-index: -1;
  transition: transform 2.2s var(--ease), opacity 1.4s ease;
}
.section--about:hover::before {
  transform: translateY(calc(-50% - 10px)) scale(1.04);
  opacity: 0.22;
}
@media (prefers-reduced-motion: reduce) {
  .section--about::before { transition: none; }
  .section--about:hover::before { transform: translateY(-50%); opacity: 0.12; }
}
.about__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.5rem);
}
.about__body { margin-top: 1.75rem; }
.about__body p {
  font-size: 1.075rem;
  color: var(--ink);
  margin: 0 0 1.2rem;
  max-width: 60ch;
}
.about__body p:last-child { margin-bottom: 0; }

/* Stats as hairline-separated editorial row (no boxes) */
.stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}
.stat {
  padding: 1.4rem 0;
  border-top: 1px solid var(--cream-line);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.stat:first-child { border-top: 0; padding-top: 0; }
.stat__num {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(2.4rem, 4vw, 3.1rem);
  line-height: 1;
  color: var(--navy);
}
.stat__plus { color: var(--gold-deep); }
.stat__label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

/* =========================================================
   SERVICES  (corporate & government — B2B callout)
   ========================================================= */
.section--services { background: var(--white); padding-top: clamp(2rem, 4vw, 3.5rem); }
.services__eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-ink);
  margin-bottom: 0.9rem;
}
.services__lead {
  max-width: 60ch;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}
.services__list {
  list-style: none;
  margin: 1.8rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.3rem;
}
.service {
  padding-top: 0.9rem;
  border-top: 2px solid var(--gold);
}
.service__title {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.2;
  color: var(--navy);
  margin: 0 0 0.3rem;
}
.service__desc {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}
.services__note {
  margin: 1.8rem 0 0;
  font-size: 1.02rem;
  color: var(--charcoal);
}
.services__note a { color: var(--gold-ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.services__note a:hover { color: var(--gold-deep); }

/* =========================================================
   PROPERTY BANDS  (full-width alternating feature rows)
   ========================================================= */
/* Base band = light (cream). Backgrounds: navy → cream → white → cream. */
.band { background: var(--cream); }
.band--light { background: var(--white); }

/* Nudge each band's nav-anchor landing: negative value = closer to nav (appears higher). */
#about { scroll-margin-top: -20px; }
#hotel-americano { scroll-margin-top: -1.26rem; } /* one lowercase-o x-height of the heading */
#majesty { scroll-margin-top: calc(-1.9rem - 20px); } /* one cap-M height + 20px nudge */
#services { scroll-margin-top: -20px; }
#contact { scroll-margin-top: -50px; }

.band__inner {
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

/* Mobile default: media stacks on top, then content */
.band__media { order: 1; }
.band__content { display: flex; flex-direction: column; align-items: flex-start; order: 2; }

.band__tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-ink);
  margin-bottom: 0.9rem;
}
.band__name {
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  color: var(--navy);
  margin-bottom: 0.5rem;
}
.band__stat {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin-bottom: 1.25rem;
}
.band__desc {
  color: var(--ink);
  font-size: 1.075rem;
  line-height: 1.7;
  margin: 0 0 1.75rem;
  max-width: 52ch;
}
.band__note {
  font-size: 0.95rem;
  font-style: italic;
  color: var(--muted);
  margin: -0.75rem 0 1.5rem;
}

/* Detail list (phone / hours / email) */
.band__details {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  width: 100%;
  max-width: 30rem;
}
.band__details li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.85rem 0;
  border-top: 1px solid var(--cream-line);
}
.band__details li:first-child { border-top: none; padding-top: 0; }
.band__key {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-ink);
}
.band__val { color: var(--ink); font-size: 1rem; }
a.band__val { transition: color 0.2s ease; }
a.band__val:hover { color: var(--gold-deep); }

/* Media frame */
.band__media {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: transparent;
}
.band__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(228, 201, 166, 0.18) 50%, transparent 70%);
  transform: translateX(-110%);
  transition: transform 1s var(--ease);
  pointer-events: none;
  z-index: 1;
}
.band:hover .band__media::after { transform: translateX(110%); }
.band__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.6s var(--ease);
}
.band:hover .band__media > img {
  transform: scale(1.05);
  filter: brightness(1.04) saturate(1.05);
}

/* Coverflow photo carousel — centre photo large/bright, prev & next peek at the
   sides, dimmed and scaled down. Click a side photo to step that way. */
.band__carousel {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.band__slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68%;
  height: 84%;
  object-fit: cover;
  border-radius: calc(var(--radius) * 0.6);
  box-shadow: 0 14px 34px rgba(8, 16, 24, 0.4);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.74);
  transition: opacity 0.7s var(--ease), transform 0.8s var(--ease), filter 0.7s var(--ease);
  pointer-events: none;
  z-index: 1;
}
.band__slide.is-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  filter: none;
  z-index: 3;
  pointer-events: auto;
  cursor: pointer;
}
.band__slide.is-flank-left {
  opacity: 0.4;
  transform: translate(-116%, -50%) scale(0.8);
  filter: brightness(0.66) saturate(0.9);
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
}
.band__slide.is-flank-right {
  opacity: 0.4;
  transform: translate(16%, -50%) scale(0.8);
  filter: brightness(0.66) saturate(0.9);
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
}
/* Hover directly on a photo: auto-advance pauses (JS), the centre photo enlarges
   a touch, and a hovered side photo brightens to invite a click. */
.band__slide.is-active:hover {
  transform: translate(-50%, -50%) scale(1.05);
}
.band__slide.is-flank-left:hover,
.band__slide.is-flank-right:hover { opacity: 0.6; }

/* Mobile: carousels become a swipeable horizontal strip */
@media (max-width: 759px) {
  .band__carousel {
    position: static;
    inset: auto;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0.6rem;
  }
  .band__slide {
    position: static;
    flex: 0 0 86%;
    width: 86%;
    height: auto;
    aspect-ratio: 16 / 11;
    opacity: 1;
    transform: none;
    filter: none;
    box-shadow: var(--shadow-sm);
    scroll-snap-align: center;
    pointer-events: auto;
  }
}

/* Branded placeholder panel (Residence Lodge — no photo yet) */
.band__media--placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background:
    radial-gradient(120% 120% at 50% 0%, rgba(197, 151, 101, 0.10), transparent 60%),
    linear-gradient(180deg, var(--navy-soft) 0%, var(--navy) 100%);
}
.band__media--placeholder::before {
  content: "";
  position: absolute;
  inset: 12% 18%;
  background-image: url("/assets/images/saipan island silhouette.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: invert(56%) sepia(35%) saturate(580%) hue-rotate(352deg) brightness(95%) contrast(92%);
  opacity: 0.16;
  pointer-events: none;
}
.band__placeholder-mark {
  position: relative;
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2.4vw, 1.8rem);
  color: var(--gold-soft);
  letter-spacing: 0.01em;
}
.band__placeholder-note {
  position: relative;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-dark);
}

/* Badge for coming-soon / returning-soon bands */
.band__badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-ink);
  background: rgba(197, 151, 101, 0.16);
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  margin-bottom: 0.9rem;
}
.band__cta--disabled {
  font-style: italic;
  font-weight: 600;
  color: var(--muted);
  cursor: default;
}

/* Flagship band — navy gradient + on-dark text */
.band--feature {
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(197, 151, 101, 0.16), transparent 55%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: var(--cream);
}
.band--feature .band__name { color: var(--cream); }
.band--feature .band__stat { color: var(--gold-soft); }
.band--feature .band__desc { color: var(--muted-dark); }
.band--feature .band__details li { border-top-color: var(--navy-line); }
.band--feature .band__key { color: var(--gold); }
.band--feature .band__val { color: var(--cream); }
.band--feature a.band__val:hover { color: var(--gold-soft); }

/* =========================================================
   CONTACT
   ========================================================= */
.section--contact {
  background:
    radial-gradient(110% 90% at 8% 0%, rgba(197, 151, 101, 0.14), transparent 50%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: var(--cream);
  margin-top: -110px;
}
.contact__inner { display: grid; gap: clamp(2.5rem, 5vw, 4rem); }
.contact__intro .section__title { color: var(--cream); }
.contact__lead { color: var(--muted-dark); max-width: 48ch; margin-top: 1.5rem; }

.contact__details { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.contact__details li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1.1rem 0;
  border-top: 1px solid var(--navy-line);
}
.contact__details li:first-child { border-top: 0; padding-top: 0; }
.contact__key {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}
.contact__val { font-size: 1.08rem; color: var(--cream); }
a.contact__val { transition: color 0.2s ease; }
a.contact__val:hover { color: var(--gold-soft); }
.contact__val + .contact__val { font-size: 0.95rem; color: var(--muted-dark); margin-top: 0.1rem; }

.contact__intro { display: flex; flex-direction: column; align-self: stretch; }
.contact__brand { margin-top: auto; padding-top: 1.5rem; position: relative; top: -50px; }
.contact__brand img { height: 100px; width: auto; margin-bottom: 1rem; position: relative; top: 15px; }
.contact__tag { margin: 0; font-size: 0.95rem; color: var(--cream); max-width: 32ch; }

.contact__props { display: flex; flex-direction: column; gap: 0.65rem; }
.contact__props-heading {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.35rem;
}
.contact__props a { color: var(--cream); font-weight: 500; transition: color 0.2s ease; }
.contact__props a:hover { color: var(--gold); }
.contact__props-muted { font-size: 0.95rem; color: var(--muted-dark); }

/* Office map — spans the full contact grid below the three columns */
.contact__map { display: flex; flex-direction: column; gap: 0.9rem; }
.contact__map-note {
  margin: 0;
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  font-weight: 600;
  line-height: 1.45;
  color: var(--cream);
  max-width: 60ch;
}
.contact__map-note strong { color: var(--gold-soft); font-weight: 700; }
.contact__map-frame {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--navy-line);
  box-shadow: var(--shadow-sm);
}
.contact__map-frame iframe { display: block; width: 100%; }

/* =========================================================
   FOOTER  (brand + props moved into contact section; only copyright bar remains)
   ========================================================= */
.footer { background: var(--navy-deep); color: var(--muted-dark); }
.footer__bottom { border-top: 1px solid var(--navy-line); }
.footer__bottom p { margin: 0; padding-block: 1.3rem; font-size: 0.85rem; }

/* =========================================================
   RESPONSIVE — tablet / desktop
   ========================================================= */
@media (min-width: 760px) {
  .about__grid { grid-template-columns: 1.55fr 1fr; align-items: start; }
  .stats { padding-top: 0.4rem; }
  .services__list { grid-template-columns: repeat(2, 1fr); gap: 1.6rem 2.5rem; }

  /* Each band fills at least the viewport (minus the sticky nav) and centers
     its content vertically, so jumping to any property anchor lands it with
     balanced space above and below — regardless of how much copy it holds. */
  .band {
    display: flex;
    align-items: center;
    min-height: calc(100svh - var(--nav-h));
    /* Trim the section gutter so even the tallest band (Majesty) fits inside
       one viewport and its content can truly center rather than overflow. */
    padding-block: clamp(3rem, 7vw, 6rem);
  }

  /* Property bands: two columns, content-left by default */
  .band__inner { grid-template-columns: 1fr 1fr; }
  .band--feature .band__inner { grid-template-columns: 1fr 1.1fr; }
  .band__content { order: 1; }
  .band__media { order: 2; }
  /* Reverse bands: media on the left */
  .band--reverse .band__content { order: 2; }
  .band--reverse .band__media { order: 1; }

  .contact__inner { grid-template-columns: 1.5fr 1.2fr 0.9fr; align-items: start; gap: clamp(2rem, 4vw, 3.5rem); }
  .contact__map { grid-column: 1 / -1; margin-top: 0.5rem; }
}

@media (min-width: 1040px) {
  .hero { padding-block: clamp(5.5rem, 8vw, 7rem) clamp(6rem, 9vw, 8rem); }
}

/* =========================================================
   RESPONSIVE — mobile nav
   ========================================================= */
@media (max-width: 759px) {
  .nav__toggle { display: flex; }
  .nav__links {
    position: absolute;
    top: var(--nav-h);
    left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--navy-deep);
    border-bottom: 1px solid var(--navy-line);
    padding: 0.5rem var(--pad) 1.25rem;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.22s var(--ease), opacity 0.22s ease;
  }
  .nav__links.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav__links li { border-top: 1px solid var(--navy-line); }
  .nav__links li:first-child { border-top: 0; }
  .nav__links a { display: block; padding: 0.95rem 0; }
  .nav__cta { margin-top: 0.75rem; text-align: center; }
  .nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* =========================================================
   ACCESSIBILITY / MOTION
   ========================================================= */
.skip-link {
  position: absolute;
  left: 0.75rem;
  top: -3rem;
  z-index: 200;
  background: var(--gold);
  color: var(--navy-deep);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.6rem 1rem;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  transition: top 0.18s var(--ease);
}
.skip-link:focus { top: 0; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

/* Scroll-reveal (MOTION_INTENSITY 4) — progressive enhancement.
   Hidden state applies ONLY when JS marks the document ready, so
   no-JS users always see content. */
[data-reveal] {
  opacity: 1;
  transform: none;
}
html.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
html.reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  html.reveal-ready [data-reveal] { opacity: 1; transform: none; }
}
