:root {
  --bg: #f4f5f7;
  --surface: #ffffff;
  --surface-alt: #e9ebef;
  --text: #1a1f27;
  --text-muted: #525c6b;
  --border: rgba(26, 31, 39, 0.12);
  --accent: #a85832;
  --accent-2: #2f4a63;
  --secondary: #2b3542;
  --on-accent: #ffffff;
  --dark: #161c24;
  --radius: 0px;
  --radius-btn: 2px;
  --font-heading: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  --font-body: Cambria, Georgia, serif;
  --max: 1320px;
  --section-pad: 120px;
  --header-h: 120px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.8;
  color: var(--text);
  background: var(--bg);
  min-height: 100vh;
}

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

a {
  color: var(--accent-2);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--accent);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-heading);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  color: var(--text);
}

h1 {
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1.06;
}

h2 {
  font-size: clamp(28px, 4.6vw, 44px);
}

h3 {
  font-size: clamp(20px, 2.4vw, 28px);
}

.kicker {
  font-family: var(--font-heading);
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 1rem;
}

.wrap {
  width: min(100% - 48px, var(--max));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
}

.site-header.is-solid {
  position: relative;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  width: min(100% - 48px, var(--max));
  margin-inline: auto;
  padding: 20px 0 0;
}

.brand-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text);
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.brand-name {
  font-family: var(--font-heading);
  font-size: 22px;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: var(--text);
}

.nav-row {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid var(--border);
  padding: 14px 0 18px;
  position: relative;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 28px;
  list-style: none;
}

.nav-links a {
  font-family: var(--font-heading);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--text-muted);
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--text);
  border-bottom-color: var(--accent);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: var(--radius-btn);
  width: 44px;
  height: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text);
}

.page-main {
  min-height: 50vh;
}

.page-hero {
  padding: 48px 0;
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}

.page-hero .wrap {
  max-width: var(--max);
}

.page-hero h1 {
  margin-bottom: 1rem;
}

.page-hero .lede {
  max-width: 42em;
  color: var(--text-muted);
  font-size: 1.05rem;
}

.independence-band {
  padding: 28px 0 8px;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}

.independence {
  margin: 32px 0 0;
  padding: 14px 18px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.6;
  max-width: 52em;
}

.independence-band .independence {
  margin: 0;
}

.hero-offset {
  position: relative;
  min-height: 78vh;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}

.hero-offset__media {
  grid-column: 2;
  grid-row: 1;
  min-height: 78vh;
}

.hero-offset__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 78vh;
}

.hero-offset__panel {
  grid-column: 1 / 2;
  grid-row: 1;
  align-self: center;
  margin-left: max(24px, calc((100vw - var(--max)) / 2));
  margin-right: -18%;
  position: relative;
  z-index: 2;
  background: var(--surface);
  border: 1px solid var(--border);
  padding: clamp(36px, 5vw, 64px);
  max-width: 560px;
}

.hero-offset__panel h1 {
  margin-bottom: 1.25rem;
}

.hero-offset__panel p {
  color: var(--text-muted);
  font-size: 1.05rem;
}

.hero-offset .independence {
  margin-top: 28px;
}

.section {
  padding: var(--section-pad) 0;
  border-bottom: 1px solid var(--border);
}

.section--alt {
  background: var(--surface);
}

.section--muted {
  background: var(--surface-alt);
}

.section-head {
  margin-bottom: 56px;
  max-width: 40em;
}

.section-head h2 {
  margin-bottom: 0.75rem;
}

.section-head p {
  color: var(--text-muted);
}

.cat-rows {
  display: flex;
  flex-direction: column;
}

.cat-row {
  display: grid;
  grid-template-columns: 1fr 1.6fr auto;
  gap: 24px 40px;
  align-items: center;
  padding: 36px 0;
  border-top: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
}

.cat-row:last-child {
  border-bottom: 1px solid var(--border);
}

.cat-row h3 {
  font-size: clamp(24px, 3vw, 32px);
  color: var(--text);
}

.cat-row p {
  color: var(--text-muted);
  margin: 0;
}

.cat-row__link {
  font-family: var(--font-heading);
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  white-space: nowrap;
}

.cat-row:hover .cat-row__link {
  color: var(--accent-2);
}

.look-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--border);
}

.look-item {
  padding: 40px 36px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--surface);
}

.look-item:nth-child(2n) {
  border-right: none;
}

.look-item:nth-child(n + 3) {
  border-bottom: none;
}

.look-num {
  font-family: var(--font-heading);
  font-size: 13px;
  letter-spacing: 0.26em;
  color: var(--accent);
  display: block;
  margin-bottom: 12px;
}

.look-item h3 {
  margin-bottom: 12px;
}

.look-item p {
  color: var(--text-muted);
  font-size: 0.98rem;
}

.amenity-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 48px;
  border-top: 1px solid var(--border);
}

.amenity-item {
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
}

.amenity-item strong {
  font-family: var(--font-heading);
  font-weight: 400;
  display: block;
  margin-bottom: 6px;
  color: var(--secondary);
}

.amenity-item span {
  color: var(--text-muted);
}

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

.quote-card {
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 36px 28px;
}

.quote-card blockquote {
  font-size: 1.05rem;
  color: var(--text);
  margin-bottom: 20px;
}

.quote-card cite {
  font-style: normal;
  font-family: var(--font-heading);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.catalog-grid--two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 32px;
}

.catalog-grid--three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: stretch;
}

.venue-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
}

.venue-card--tall .venue-card__photo {
  aspect-ratio: 4 / 5;
}

.venue-card__photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  background: var(--surface-alt);
}

.venue-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.venue-card__overlay-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 20px;
  background: rgba(22, 28, 36, 0.72);
  color: var(--on-accent);
  font-family: var(--font-heading);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  line-height: 1.25;
}

.venue-card__body {
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
}

.venue-card__body h2 {
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.2;
}

.venue-card__rule {
  width: 48px;
  height: 2px;
  background: var(--accent);
  border: none;
  margin: 4px 0 8px;
}

.venue-card__meta {
  font-family: var(--font-heading);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.venue-card__desc {
  color: var(--text-muted);
  flex: 1;
}

.venue-card__link {
  font-family: var(--font-heading);
  font-size: 15px;
  letter-spacing: 0.04em;
  color: var(--accent);
  text-decoration: none;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
}

.venue-card__link::after {
  content: "→";
}

.venue-card__link:hover {
  color: var(--accent-2);
}

.venue-card--water .venue-card__body {
  padding-top: 24px;
}

.venue-card--water .venue-card__link {
  margin-top: auto;
  padding-top: 16px;
}

.catalog-close {
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
  color: var(--text-muted);
  max-width: 42em;
}

.editorial-lead {
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.45;
  color: var(--text);
  max-width: 28em;
  margin-bottom: 64px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px 64px;
}

.editorial-block h2 {
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: 20px;
}

.editorial-block p {
  color: var(--text-muted);
  margin-bottom: 1.1em;
}

.editorial-block p:last-child {
  margin-bottom: 0;
}

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

.contact-intro p {
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.contact-email {
  font-family: var(--font-heading);
  font-size: 18px;
}

.contact-form {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 36px;
}

.form-field {
  margin-bottom: 22px;
}

.form-field label {
  display: block;
  font-family: var(--font-heading);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--secondary);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius-btn);
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
}

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

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 2px solid var(--accent-2);
  outline-offset: 1px;
}

.agree-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.agree-row input {
  margin-top: 6px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.agree-row label {
  font-size: 15px;
  line-height: 1.5;
  color: var(--text-muted);
}

.agree-row label a {
  color: var(--accent-2);
}

.field-error {
  display: none;
  color: #8b2e1f;
  font-size: 14px;
  margin-top: 8px;
}

.field-error.is-visible {
  display: block;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: 1px solid var(--accent);
  border-radius: var(--radius-btn);
  background: var(--accent);
  color: var(--on-accent);
  font-family: var(--font-heading);
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}

.btn:hover {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--on-accent);
}

.btn:disabled {
  opacity: 0.7;
  cursor: wait;
}

.btn--ghost {
  background: transparent;
  color: var(--accent);
}

.btn--ghost:hover {
  background: var(--surface-alt);
  color: var(--accent-2);
}

.form-status {
  margin-top: 16px;
  color: #8b2e1f;
  font-size: 15px;
}

.confirm-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 40px 36px;
}

.confirm-panel h2 {
  margin-bottom: 16px;
}

.confirm-panel p {
  color: var(--text-muted);
  margin-bottom: 1em;
}

.legal-body {
  max-width: 48em;
}

.legal-body h2 {
  font-size: clamp(22px, 2.8vw, 28px);
  margin: 40px 0 14px;
}

.legal-body h3 {
  font-size: 1.15rem;
  margin: 28px 0 10px;
}

.legal-body p {
  color: var(--text-muted);
  margin-bottom: 1em;
}

.legal-body a {
  color: var(--accent-2);
}

.sitemap-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--border);
}

.sitemap-item {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
}

.sitemap-item:hover .sitemap-item__title {
  color: var(--accent);
}

.sitemap-item__title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--text);
}

.sitemap-item__desc {
  color: var(--text-muted);
  font-size: 0.98rem;
}

.site-footer {
  background: var(--dark);
  color: rgba(244, 245, 247, 0.82);
  margin-top: 0;
}

.footer-brand-band {
  border-bottom: 1px solid rgba(244, 245, 247, 0.12);
  padding: 72px 0 56px;
}

.footer-brand-band .brand {
  margin-bottom: 24px;
}

.footer-brand-band .brand-name {
  color: #f4f5f7;
  font-size: clamp(28px, 4vw, 42px);
}

.footer-blurb {
  max-width: 36em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: rgba(244, 245, 247, 0.7);
}

.footer-blurb a,
.footer-email {
  color: #f4f5f7;
}

.footer-independence {
  margin-top: 28px;
  padding: 14px 18px;
  border: 1px solid rgba(244, 245, 247, 0.16);
  font-size: 13px;
  line-height: 1.55;
  color: rgba(244, 245, 247, 0.55);
  max-width: 52em;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding: 48px 0;
  border-bottom: 1px solid rgba(244, 245, 247, 0.12);
}

.footer-col h3 {
  font-family: var(--font-heading);
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(244, 245, 247, 0.55);
  margin-bottom: 18px;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 10px;
}

.footer-col a {
  color: rgba(244, 245, 247, 0.78);
  text-decoration: none;
  font-size: 15px;
}

.footer-col a:hover {
  color: #f4f5f7;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 24px 0 36px;
  font-size: 13px;
  color: rgba(244, 245, 247, 0.5);
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
}

.footer-bottom-links a,
.footer-bottom-links button {
  color: rgba(244, 245, 247, 0.65);
  background: none;
  border: none;
  font-family: var(--font-body);
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
}

.footer-bottom-links a:hover,
.footer-bottom-links button:hover {
  color: #f4f5f7;
}

.consent-anchor {
  scroll-margin-top: 24px;
}

.consent-banner {
  background: var(--surface);
  border: 1px solid var(--border);
  border-bottom: none;
  padding: 28px 0;
}

.consent-banner[hidden] {
  display: none !important;
}

.consent-banner__inner {
  width: min(100% - 48px, var(--max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px 40px;
  align-items: center;
}

.consent-banner p {
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

.consent-banner p a {
  color: var(--accent-2);
}

.consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.consent-actions button {
  font-family: var(--font-heading);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 12px 16px;
  border-radius: var(--radius-btn);
  cursor: pointer;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
}

.consent-actions button[data-consent="accept"],
.consent-actions button[data-consent="reject"] {
  background: var(--secondary);
  border-color: var(--secondary);
  color: var(--on-accent);
}

.consent-actions button[data-consent="manage"] {
  background: transparent;
}

.consent-pill {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 200;
  font-family: var(--font-heading);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-btn);
  background: var(--surface);
  color: var(--text);
  cursor: pointer;
}

.consent-pill[hidden] {
  display: none !important;
}

.consent-dialog-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(22, 28, 36, 0.45);
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.consent-dialog-backdrop[hidden] {
  display: none !important;
}

.consent-dialog {
  background: var(--surface);
  border: 1px solid var(--border);
  width: min(100%, 440px);
  padding: 32px 28px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
}

.consent-dialog h2 {
  font-size: 1.35rem;
  margin-bottom: 20px;
}

.consent-cat {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid var(--border);
}

.consent-cat:last-of-type {
  border-bottom: 1px solid var(--border);
  margin-bottom: 24px;
}

.consent-cat strong {
  font-family: var(--font-heading);
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
}

.consent-cat p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}

.consent-cat input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  flex-shrink: 0;
}

.consent-dialog .btn {
  width: 100%;
}

@media (max-width: 1024px) {
  :root {
    --section-pad: 88px;
  }

  .catalog-grid--three {
    grid-template-columns: 1fr 1fr;
  }

  .hero-offset__panel {
    margin-right: -8%;
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: flex;
  }

  .nav-row {
    justify-content: flex-start;
    min-height: 60px;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--surface);
    border: 1px solid var(--border);
    padding: 16px 20px;
    gap: 4px;
    z-index: 120;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 12px 0;
  }

  .hero-offset {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .hero-offset__media {
    order: 1;
    min-height: 48vh;
  }

  .hero-offset__media img {
    min-height: 48vh;
  }

  .hero-offset__panel {
    order: 2;
    margin: 0;
    max-width: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }

  .catalog-grid--three {
    grid-template-columns: 1fr 1fr;
  }

  .editorial-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  :root {
    --section-pad: 72px;
  }

  .wrap {
    width: min(100% - 32px, var(--max));
  }

  .cat-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 28px 0;
  }

  .look-grid {
    grid-template-columns: 1fr;
  }

  .look-item {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }

  .look-item:nth-child(n + 3) {
    border-bottom: 1px solid var(--border);
  }

  .look-item:last-child {
    border-bottom: none;
  }

  .amenity-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .catalog-grid--two {
    grid-template-columns: 1fr;
  }

  .quote-grid {
    grid-template-columns: 1fr;
  }

  .sitemap-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .consent-banner__inner {
    grid-template-columns: 1fr;
  }

  .consent-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .catalog-grid--three {
    grid-template-columns: 1fr;
  }

  .quote-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-name {
    font-size: 18px;
  }

  .contact-form,
  .confirm-panel {
    padding: 24px 20px;
  }
}

@media (max-width: 480px) {
  .wrap,
  .consent-banner__inner {
    width: min(100% - 24px, var(--max));
  }

  .hero-offset__panel {
    padding: 28px 20px;
  }

  .venue-card__body {
    padding: 22px 20px 26px;
  }
}
