/* Teal — generated by build.js. Edit template/styles.css, not this file. */
:root {
  --paper: #f8fafa;
  --wash: #ecf1f1;
  --line: #d4ddde;
  --ink: #18282a;
  --muted: #577275;
  --accent: #207179;
  --accent-soft: #d8e8e9;
  --on-accent: #ffffff;

  --max: 84rem;
  --measure: 62ch;
  --gutter: clamp(1.25rem, 5vw, 5rem);
  --rule: 1px solid var(--line);
  --radius: 0.65rem;
  --radius-lg: 0.9rem;
  --display: "Archivo", system-ui, -apple-system, sans-serif;
  --body: "Archivo", system-ui, -apple-system, sans-serif;
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: clamp(1rem, 0.94rem + 0.28vw, 1.125rem);
  font-weight: 400;
  line-height: 1.6;
}

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

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 60;
  padding: 0.6rem 1rem;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--display);
  font-size: 0.9rem;
  text-decoration: none;
}
.skip:focus { left: 0; }

.section-title {
  margin: 0 0 1.75rem;
  font-family: var(--display);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.empty { color: var(--muted); }

/* ---------- Top bar ---------- */

.bar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: var(--rule);
  font-family: var(--display);
}

.bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: var(--max);
  margin-inline: auto;
  padding: 0.85rem var(--gutter);
}

/* The property name is the brand — no logo, so it carries the identity. */
.mark { min-width: 0; text-decoration: none; }

.mark-name {
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mark-place {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bar-right {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
  flex: none;
}

.bar-nav {
  display: flex;
  gap: clamp(0.85rem, 2vw, 1.5rem);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bar-nav a {
  color: var(--muted);
  text-decoration: none;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.bar-nav a:hover { color: var(--ink); }
.bar-nav a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--accent); }

.bar-cta {
  flex: none;
  padding: 0.6rem 1.1rem;
  border-radius: 0.25rem;
  background: var(--accent);
  color: var(--on-accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: filter 200ms ease;
}
.bar-cta:hover { filter: brightness(0.9); }

.cta-short { display: none; }

/* ---------- Hero (full-bleed) ---------- */

.hero {
  position: relative;
  min-height: min(88vh, 54rem);
  display: flex;
  align-items: flex-end;
  background-color: var(--ink);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--ink) 92%, transparent) 0%,
    color-mix(in srgb, var(--ink) 55%, transparent) 42%,
    color-mix(in srgb, var(--ink) 0%, transparent) 78%
  );
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin-inline: auto;
  width: 100%;
  padding: clamp(3rem, 8vw, 5rem) var(--gutter) clamp(2.5rem, 6vw, 4rem);
  color: var(--paper);
}

.hero-eyebrow {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.9;
}

.hero-title {
  margin: 0 0 1.1rem;
  max-width: 20ch;
  font-family: var(--display);
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero-tag {
  margin: 0;
  max-width: 40ch;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 400;
  line-height: 1.5;
  opacity: 0.96;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-eyebrow, .hero-title, .hero-tag { animation: rise 800ms cubic-bezier(0.16, 0.84, 0.32, 1) both; }
  .hero-title { animation-delay: 60ms; }
  .hero-tag { animation-delay: 120ms; }
}

@keyframes rise {
  from { opacity: 0; transform: translateY(0.5em); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 58rem) {
  .hero { min-height: 68vh; }
}

/* ---------- Facts (part of the colour block) ---------- */

.facts-band { background: var(--accent); color: var(--on-accent); }

.facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(7rem, 1fr));
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.fact {
  padding: clamp(1.25rem, 3vw, 2rem) 0;
  text-align: center;
  border-left: 1px solid color-mix(in srgb, var(--on-accent) 25%, transparent);
}
.fact:first-child { border-left: 0; }

.fact dd {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  font-weight: 800;
  line-height: 1;
}

.fact dt {
  margin-top: 0.45rem;
  color: color-mix(in srgb, var(--on-accent) 78%, transparent);
  font-family: var(--display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ---------- Welcome ---------- */

.welcome {
  max-width: var(--max);
  margin-inline: auto;
  padding: clamp(3.5rem, 8vw, 6rem) var(--gutter);
}

.welcome-eyebrow {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.welcome-text { max-width: var(--measure); }

.welcome-text p { margin: 0 0 1.15em; }
.welcome-text p:last-child { margin-bottom: 0; }

.welcome-text p:first-child {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.5;
}

/* ---------- Bands (features, local area) ---------- */

.band { background: var(--wash); }

.band-inner {
  max-width: var(--max);
  margin-inline: auto;
  padding: clamp(3rem, 7vw, 5rem) var(--gutter);
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.features li {
  position: relative;
  padding: 1.15rem 1.35rem;
  background: var(--paper);
  border: var(--rule);
  border-radius: var(--radius);
  font-family: var(--display);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
}

.features li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.7rem;
  height: 0.7rem;
  background: var(--accent);
  border-radius: 0 var(--radius) 0 var(--radius);
}

.nearby {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.nearby li {
  background: var(--paper);
  border: var(--rule);
  border-radius: 2rem;
  padding: 0.6rem 1.25rem;
  font-size: 0.92rem;
  font-weight: 500;
}

/* ---------- Inner page heads ---------- */

.page-head {
  max-width: var(--max);
  margin-inline: auto;
  padding: clamp(3rem, 7vw, 5rem) var(--gutter) clamp(1.5rem, 3vw, 2.5rem);
}

.page-eyebrow {
  margin: 0 0 0.85rem;
  font-family: var(--display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.page-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 5.5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.page-sub {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

/* ---------- About ---------- */

.prose-grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
  max-width: var(--max);
  margin-inline: auto;
  padding: clamp(1rem, 3vw, 2rem) var(--gutter) clamp(3.5rem, 8vw, 6rem);
}

.prose { max-width: var(--measure); }
.prose p { margin: 0 0 1.2em; }

.prose h2 {
  margin: 2.25rem 0 0.9rem;
  font-family: var(--display);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}
.prose h2:first-child { margin-top: 0; }

.prose-side {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.25rem);
  position: sticky;
  top: 6rem;
}

.side-fig { margin: 0; }

.side-fig img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  background: var(--wash);
}

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

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
  gap: clamp(0.85rem, 1.6vw, 1.25rem);
  max-width: var(--max);
  margin-inline: auto;
  padding: 0 var(--gutter) clamp(3.5rem, 8vw, 6rem);
}

.shot {
  margin: 0;
  align-self: start;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}

.shot-open {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: var(--wash);
  cursor: zoom-in;
}

.shot-open img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 260ms ease;
}
.shot-open:hover img { transform: scale(1.03); }

.shot figcaption {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  padding: 0.3rem 0.75rem;
  background: var(--paper);
  color: var(--ink);
  border-radius: 2rem;
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 700;
}

/* Every seventh photograph runs wide, so the grid has some rhythm. */
@media (min-width: 62rem) {
  .grid .shot:nth-child(7n + 1) { grid-column: span 2; }
  .grid .shot:nth-child(7n + 1) .shot-open img { aspect-ratio: 11 / 4; }
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: color-mix(in srgb, var(--ink) 95%, transparent);
}
.lightbox[hidden] { display: none; }

.lightbox-fig { margin: 0; text-align: center; }

.lightbox-fig img {
  max-width: min(94vw, 78rem);
  max-height: 82vh;
  width: auto;
  margin-inline: auto;
  object-fit: contain;
  border-radius: var(--radius);
}

.lightbox-fig figcaption {
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--display);
  font-size: 0.85rem;
}

.lightbox-close {
  position: absolute;
  top: clamp(0.75rem, 2vw, 1.5rem);
  right: clamp(0.75rem, 2vw, 1.5rem);
  padding: 0.5rem 0.9rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #fff;
  font-family: var(--display);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
}
.lightbox-close:hover { background: rgba(255, 255, 255, 0.12); }

/* ---------- Reviews (cards) ---------- */

.reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
  gap: 1.25rem;
  max-width: var(--max);
  margin-inline: auto;
  padding: 0 var(--gutter) clamp(3.5rem, 8vw, 6rem);
}

.review {
  margin: 0;
  padding: 1.75rem;
  background: var(--paper);
  border: var(--rule);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
}

.review blockquote { margin: 0; }

.review p {
  margin: 0;
  font-size: 1.08em;
  line-height: 1.55;
}

.review figcaption {
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: var(--rule);
  color: var(--muted);
  font-family: var(--display);
  font-size: 0.85rem;
  font-weight: 600;
}

/* ---------- Onward links ---------- */

.onward-pair {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 1rem;
  max-width: var(--max);
  margin-inline: auto;
  padding: 0 var(--gutter) clamp(3.5rem, 8vw, 6rem);
}

.onward {
  display: block;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  background: var(--paper);
  border: var(--rule);
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}
.onward:hover { background: var(--accent); border-color: var(--accent); color: var(--on-accent); }

.onward-title {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.05;
}

.onward-sub {
  display: block;
  margin-top: 0.5rem;
  max-width: 34ch;
  color: var(--muted);
  font-size: 0.95rem;
  transition: color 200ms ease;
}
.onward:hover .onward-sub { color: inherit; opacity: 0.9; }

/* ---------- Booking (dark band) ---------- */

.book { background: var(--ink); color: var(--paper); }

.book-inner {
  max-width: var(--max);
  margin-inline: auto;
  padding: clamp(3rem, 7vw, 4.75rem) var(--gutter);
}

.book-title {
  margin: 0 0 1.5rem;
  font-family: var(--display);
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-wrap: balance;
}

.book-points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.book-point {
  padding: 1.35rem;
  border: 1px solid color-mix(in srgb, var(--paper) 20%, transparent);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--paper) 6%, transparent);
}

.book-point-title {
  margin: 0 0 0.4rem;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 700;
}

.book-point-note {
  margin: 0;
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--paper) 78%, transparent);
  line-height: 1.5;
}

.book-note {
  margin: 0 0 1.75rem;
  max-width: 46ch;
  color: color-mix(in srgb, var(--paper) 78%, transparent);
}

.book-link {
  display: inline-block;
  padding: 0.9rem 1.75rem;
  border-radius: 0.25rem;
  background: var(--accent);
  color: var(--on-accent);
  font-family: var(--display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  transition: filter 200ms ease;
}
.book-link:hover { filter: brightness(1.08); }

/* ---------- Footer (dark band) ---------- */

.foot {
  background: var(--ink);
  color: var(--paper);
  font-family: var(--display);
  font-size: 0.88rem;
}

.foot-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: 1.5rem clamp(1.5rem, 4vw, 3rem);
  max-width: var(--max);
  margin-inline: auto;
  padding: clamp(2.5rem, 5vw, 3.5rem) var(--gutter) 1.75rem;
}

.foot p { margin: 0 0 0.35rem; }
.foot-name { font-weight: 800; letter-spacing: 0.03em; text-transform: uppercase; }
.foot-place, .foot-contact { color: color-mix(in srgb, var(--paper) 78%, transparent); }
.foot-contact a { text-decoration: none; }
.foot-contact a:hover { color: var(--accent); }

.socials { margin: 0; padding: 0; list-style: none; display: grid; gap: 0.35rem; }
.socials a { color: color-mix(in srgb, var(--paper) 78%, transparent); text-decoration: none; }
.socials a:hover { color: var(--accent); }

.foot-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  max-width: var(--max);
  margin-inline: auto;
  padding: 1.5rem var(--gutter) 2.25rem;
  border-top: 1px solid color-mix(in srgb, var(--paper) 16%, transparent);
}

.foot-meta {
  color: color-mix(in srgb, var(--paper) 70%, transparent);
  font-size: 0.8rem;
}

.foot-credit {
  text-align: right;
  line-height: 1.5;
}

.foot-credit-name {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.foot-credit-by {
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--paper) 55%, transparent);
}

/* ---------- Narrow screens ---------- */

@media (max-width: 58rem) {
  .prose-grid { grid-template-columns: minmax(0, 1fr); }
  .prose-side { position: static; }
}

@media (max-width: 34rem) {
  .bar-inner {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.7rem;
  }
  .mark { width: 100%; }
  .bar-right { width: 100%; justify-content: space-between; gap: 0.6rem; }
  .bar-nav { font-size: 0.72rem; gap: 0.7rem; }
  .bar-cta { padding: 0.5rem 0.85rem; font-size: 0.72rem; }
  .cta-long { display: none; }
  .cta-short { display: inline; }
  .fact { border-left: 0; text-align: left; padding: 0.9rem 0; border-top: 1px solid color-mix(in srgb, var(--on-accent) 25%, transparent); }
  .fact:first-child { border-top: 0; }
  .facts { grid-template-columns: minmax(0, 1fr); }
  .foot-bottom { flex-direction: column; align-items: flex-start; }
  .foot-credit { text-align: left; }
}
