:root {
  --terms-paper: #f5efe7;
  --terms-sand: #e8d8c5;
  --terms-ink: #2b1c16;
  --terms-muted: #715c4e;
  --terms-line: #cdb8a5;
  --terms-dark: #3b281e;
  --terms-accent: #9a6643;
  --terms-focus: #f2c879;
}

/* Archived legal layout exploration retained for the editorial record.
.terms-reservation-ribbon { display: grid; grid-template-columns: 1fr auto auto; gap: 1rem; padding: 1rem 2rem; background: #201510; color: #fff; }
.terms-reservation-ribbon button { border: 1px solid currentColor; border-radius: 999px; background: transparent; color: inherit; padding: .7rem 1.1rem; }
.terms-reservation-ribbon[data-status="loading"] output::before { content: "Checking seasonal inventory…"; }
*/

html,
body {
  background: var(--terms-paper);
  color: var(--terms-ink);
}

body {
  font-family: "Inter Tight", "Arial Narrow", Arial, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

main {
  background: var(--terms-paper);
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] {
  min-height: 39rem;
  background: var(--terms-dark);
  color: #fff;
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] [data-homepage-region-content] {
  min-height: inherit;
  overflow: visible;
  background: var(--terms-dark);
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-hero-media {
  background-color: var(--terms-dark);
  background-image: linear-gradient(90deg, rgb(38 24 17 / 96%), rgb(59 40 30 / 91%)), url("../assets/figma/c74f0d77-b59b-41b1-b167-0f4cdc80ffc9-1-1-3.webp");
  opacity: 1;
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-global-nav {
  position: absolute;
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-brand,
main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-nav-panel,
main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-nav-tools,
main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-search,
main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-theme-control,
main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-menu-toggle,
main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-journal-label {
  color: #fff;
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-nav-panel,
main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-nav-tools {
  min-width: 0;
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-hero-text {
  min-width: 0;
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-title-break {
  display: inline;
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-journal-list,
main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-journal-signup,
main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-search-form {
  color: #f8eee4;
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-form-error {
  display: block;
  min-height: 1.2em;
  color: #f5c895;
  font-size: .78rem;
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-hero-copy {
  padding-top: 12rem;
  padding-bottom: 6rem;
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-eyebrow {
  margin-bottom: 1.5rem;
  color: #e6c5a5;
  letter-spacing: .08em;
  text-transform: uppercase;
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] h1 {
  margin-bottom: 1.5rem;
  font-size: clamp(3.6rem, 7vw, 6rem);
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-description {
  max-width: 49rem;
  color: #f8eee4;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  letter-spacing: 0;
  line-height: 1.55;
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-hero-actions {
  margin-top: 2.5rem;
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-action {
  min-height: 3.25rem;
  padding: .75rem 1.35rem;
  font-size: 1rem;
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-action-primary {
  min-width: 0;
  background: #f4e9dd;
  color: var(--terms-dark);
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-action-secondary {
  min-width: 0;
  color: #fff;
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-journal {
  bottom: 2rem;
  background: rgb(22 13 9 / 60%);
}

main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-responsibility {
  color: #f1d4b5;
}

.terms-intro,
.terms-section {
  border-top: 1px solid var(--terms-line);
}

.terms-section-inner {
  width: min(100% - 3rem, 78rem);
  margin-inline: auto;
  padding-block: clamp(4rem, 8vw, 8rem);
}

.terms-intro-grid,
.terms-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, .92fr);
  gap: clamp(2.5rem, 8vw, 8rem);
  align-items: start;
}

.terms-intro-copy {
  padding-top: clamp(.5rem, 3vw, 2.5rem);
}

.terms-eyebrow,
.terms-section-number,
.terms-contact-label {
  color: var(--terms-accent);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.terms-eyebrow {
  margin: 0 0 1.5rem;
}

.terms-intro h2,
.terms-section h2 {
  max-width: 15ch;
  margin: 0;
  color: var(--terms-ink);
  font-size: clamp(2.35rem, 5vw, 4.7rem);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: .98;
}

.terms-intro h2 {
  max-width: 11ch;
}

.terms-deck {
  max-width: 39rem;
  margin: 2rem 0 0;
  color: var(--terms-muted);
  font-size: clamp(1.12rem, 1.8vw, 1.45rem);
  line-height: 1.4;
}

.terms-scope {
  max-width: 38rem;
  margin: 2rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--terms-line);
  font-size: 1.05rem;
}

.terms-hero-media {
  margin: 0;
}

.terms-hero-media img {
  display: block;
  width: 100%;
  height: clamp(22rem, 42vw, 37rem);
  object-fit: cover;
  object-position: center;
}

.terms-hero-media figcaption {
  padding-top: .75rem;
  color: var(--terms-muted);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.terms-section-paper {
  background: var(--terms-paper);
}

.terms-section-sand {
  background: var(--terms-sand);
}

.terms-section-ink,
.terms-section-ink h2,
.terms-section-ink .terms-section-number {
  background: var(--terms-dark);
  color: #f8eee4;
}

.terms-section-ink .terms-section-inner {
  background: var(--terms-dark);
}

.terms-section-ink .terms-section-content,
.terms-section-ink .terms-section-heading > p {
  color: #e7d6c6;
}

.terms-section-ink .terms-link,
.terms-section-ink .terms-text-link {
  color: #f5c895;
}

.terms-section-heading {
  display: grid;
  align-content: start;
  gap: 1.25rem;
}

.terms-section-heading-wide {
  max-width: 67rem;
  margin-bottom: 3rem;
}

.terms-section-heading-wide h2 {
  max-width: 14ch;
}

.terms-section-heading-wide > p {
  max-width: 42rem;
  margin: 1.5rem 0 0;
  color: var(--terms-muted);
  font-size: 1.08rem;
}

.terms-section-number {
  display: block;
}

.terms-section-content {
  max-width: 42rem;
  color: var(--terms-muted);
  font-size: 1.08rem;
}

.terms-section-content > p:first-child {
  margin-top: 0;
}

.terms-section-content p {
  margin-block: 0 1.35rem;
}

.terms-list {
  display: grid;
  gap: 1rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.terms-list li {
  position: relative;
  padding: 1rem 0 1rem 2rem;
  border-top: 1px solid var(--terms-line);
}

.terms-list li::before {
  position: absolute;
  top: 1.35rem;
  left: 0;
  width: .65rem;
  height: .65rem;
  border-radius: 50%;
  background: var(--terms-accent);
  content: "";
}

.terms-list-compact {
  gap: .4rem;
}

.terms-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.terms-card-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.terms-card {
  min-height: 14rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: #f6e9db;
  color: var(--terms-dark);
}

.terms-card h3,
.terms-note h3 {
  margin: 0 0 1rem;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  letter-spacing: -.025em;
  line-height: 1.05;
}

.terms-card p {
  margin: 0;
  color: #725645;
}

.terms-card-outline {
  min-height: 0;
  border: 1px solid var(--terms-line);
  background: transparent;
}

.terms-card-outline p {
  color: var(--terms-muted);
}

.terms-callout {
  margin: 2rem 0;
  padding: 1.5rem;
  border-left: 3px solid #efbd79;
  background: rgb(255 255 255 / 8%);
}

.terms-callout strong {
  display: block;
  margin-bottom: .45rem;
  color: #f5c895;
  font-size: 1.2rem;
}

.terms-callout p {
  margin: 0;
  color: #ead9c8;
}

.terms-link,
.terms-text-link,
.terms-contact-link {
  text-decoration-thickness: 1px;
  text-underline-offset: .25em;
}

.terms-text-link {
  display: inline-flex;
  gap: .4rem;
  color: var(--terms-dark);
  font-weight: 700;
}

.terms-contact {
  margin: 2rem 0;
  padding: 1.5rem 0;
  border-block: 1px solid var(--terms-line);
}

.terms-contact-label {
  margin: 0 0 1rem;
}

.terms-contact p:not(.terms-contact-label) {
  color: var(--terms-ink);
}

.terms-contact-link {
  color: var(--terms-accent);
  font-weight: 700;
}

.terms-policy-reference {
  font-size: .9rem;
}

.terms-section-notes {
  background: #eadbc9;
}

.terms-section-contact {
  background: var(--terms-paper);
}

.terms-notes {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--terms-line);
  background: rgb(255 255 255 / 22%);
}

.terms-notes-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--terms-line);
}

.terms-notes-status {
  color: var(--terms-muted);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.terms-notes-trigger,
.terms-consent-actions button {
  min-height: 2.75rem;
  padding: .65rem 1rem;
  border: 1px solid var(--terms-dark);
  border-radius: 999px;
  background: var(--terms-dark);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.terms-notes-trigger:disabled {
  cursor: wait;
  opacity: .6;
}

.terms-notes-list {
  display: grid;
  gap: 1rem;
  padding-top: 1.25rem;
}

.terms-note {
  display: grid;
  grid-template-columns: minmax(7rem, 13rem) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: center;
  padding: 1rem 0;
}

.terms-note + .terms-note {
  border-top: 1px solid var(--terms-line);
}

.terms-note img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.terms-note-copy time {
  display: block;
  margin-bottom: .7rem;
  color: var(--terms-accent);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.terms-note-copy p {
  max-width: 38rem;
  margin: 0 0 1rem;
  color: var(--terms-muted);
}

.terms-consent-panel {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgb(32 18 13 / 62%);
}

.terms-consent-panel[hidden] {
  display: none;
}

.terms-consent-panel-inner {
  width: min(100%, 32rem);
  padding: clamp(1.5rem, 5vw, 3rem);
  background: var(--terms-paper);
  color: var(--terms-ink);
  box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 24%);
}

.terms-consent-panel-inner h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: -.05em;
  line-height: 1;
}

.terms-consent-panel-inner > p:not(.terms-eyebrow) {
  color: var(--terms-muted);
}

.terms-consent-option {
  display: flex;
  gap: .7rem;
  align-items: center;
  margin: 1.5rem 0;
}

.terms-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.terms-consent-actions button + button {
  background: transparent;
  color: var(--terms-dark);
}

.terms-search-results {
  position: absolute;
  z-index: 5;
  top: 2.55rem;
  right: 0;
  display: grid;
  gap: .55rem;
  width: min(17rem, calc(100vw - 2rem));
  padding: .85rem;
  border: 1px solid rgb(255 255 255 / 35%);
  background: #241710;
  color: #f9eee3;
  font-size: .82rem;
  line-height: 1.3;
}

.terms-search-results:empty {
  display: none;
}

.terms-search-results a {
  color: #f5c895;
  text-decoration: underline;
  text-underline-offset: .2em;
}

html[data-theme="dark"] body,
html[data-theme="dark"] main {
  background: #211610;
  color: #f4e9dd;
}

html[data-theme="dark"] .terms-intro,
html[data-theme="dark"] .terms-section-paper,
html[data-theme="dark"] .terms-section-notes {
  background: #211610;
}

html[data-theme="dark"] .terms-intro h2,
html[data-theme="dark"] .terms-section h2 {
  color: #f4e9dd;
}

html[data-theme="dark"] .terms-deck,
html[data-theme="dark"] .terms-section-heading-wide > p,
html[data-theme="dark"] .terms-section-content,
html[data-theme="dark"] .terms-note-copy p,
html[data-theme="dark"] .terms-card-outline p {
  color: #d9c4b2;
}

html[data-theme="dark"] .terms-card-outline,
html[data-theme="dark"] .terms-notes,
html[data-theme="dark"] .terms-note + .terms-note,
html[data-theme="dark"] .terms-notes-toolbar,
html[data-theme="dark"] .terms-contact,
html[data-theme="dark"] .terms-scope,
html[data-theme="dark"] .terms-list li {
  border-color: #624635;
}

html[data-theme="dark"] .terms-card {
  background: #3b281e;
  color: #f4e9dd;
}

html[data-theme="dark"] .terms-card p,
html[data-theme="dark"] .terms-contact p:not(.terms-contact-label) {
  color: #e0c9b5;
}

@media (max-width: 900px) {
  .terms-intro-grid,
  .terms-two-column {
    grid-template-columns: minmax(0, 1fr);
    gap: 3rem;
  }

  .terms-two-column-reversed .terms-section-heading {
    order: -1;
  }

  .terms-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .terms-hero-media {
    max-width: 34rem;
  }
}

@media (max-width: 600px) {
  main > header[data-homepage-region="01-northvale-hero-with-global-header"] {
    min-height: 0;
  }

  main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-hero-copy {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }

  main > header[data-homepage-region="01-northvale-hero-with-global-header"] .northvale-description {
    font-size: 1rem;
    line-height: 1.5;
  }

  .terms-section-inner {
    width: min(100% - 2rem, 78rem);
    padding-block: 3.5rem;
  }

  .terms-intro h2,
  .terms-section h2 {
    max-width: 13ch;
    font-size: clamp(2.3rem, 11vw, 3.7rem);
  }

  .terms-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .terms-card {
    min-height: 0;
  }

  .terms-notes-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .terms-notes-trigger {
    width: 100%;
  }

  .terms-note {
    grid-template-columns: 5.5rem minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
  }

  .terms-note img {
    aspect-ratio: 1 / 1.15;
  }

  .terms-note h3 {
    font-size: 1.2rem;
  }

  .terms-note-copy p {
    font-size: .95rem;
  }

  .terms-consent-actions {
    display: grid;
  }

  .terms-consent-actions button {
    width: 100%;
  }

  .terms-search-results {
    position: static;
    width: 100%;
    margin-top: .5rem;
  }
}

@media (max-width: 360px) {
  .terms-section-inner {
    width: min(100% - 1.5rem, 78rem);
  }

  .terms-note {
    grid-template-columns: 1fr;
  }

  .terms-note img {
    width: 5.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
@media (max-width: 600px) {
  .terms-notes-list,
  .terms-notes-list > .tz7-feed-card,
  .terms-notes-list > .tz7-feed-card > * {
    min-width: 0;
  }

  .terms-notes-list > .tz7-feed-card > * {
    overflow-wrap: anywhere;
  }
}
