:root {
  --ink: #20322d;
  --ink-deep: #13211d;
  --sand: #f1eadf;
  --sand-light: #faf7f1;
  --clay: #ad593f;
  --clay-dark: #82412f;
  --olive: #7b8263;
  --line: rgba(32, 50, 45, 0.18);
  --white: #ffffff;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--sand-light);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  margin: 0;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.03;
}

h2 {
  font-size: clamp(2.65rem, 5.7vw, 5.25rem);
  letter-spacing: -0.05em;
}

.neravia-container {
  margin: 0 auto;
  max-width: var(--container);
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.skip-link {
  background: var(--white);
  color: var(--ink-deep);
  font-weight: 800;
  left: 1rem;
  padding: 0.8rem 1rem;
  position: fixed;
  top: -100px;
  z-index: 1000;
}

.skip-link:focus {
  top: 1rem;
}

.concept-banner {
  align-items: center;
  background: #0f1b18;
  color: #e9e1d5;
  display: flex;
  font-size: 0.72rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.06em;
  min-height: 34px;
  padding: 0.4rem 1rem;
  text-align: center;
  text-transform: uppercase;
}

.concept-banner a {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  margin-left: 0.8rem;
  padding-left: 0.8rem;
}

.concept-banner a:hover,
.concept-banner a:focus-visible {
  color: #d78a70;
}

.neravia-header {
  background: rgba(250, 247, 241, 0.96);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 50;
}

.header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 88px;
}

.neravia-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.8rem;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.neravia-brand > span:last-child {
  display: grid;
  line-height: 1.2;
}

.neravia-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.neravia-brand small {
  color: #68746f;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin-top: 0.15rem;
  text-transform: uppercase;
}

.neravia-nav {
  align-items: center;
  display: flex;
  gap: 2rem;
}

.neravia-nav a {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.neravia-nav a:not(.nav-cta):hover,
.neravia-nav a:not(.nav-cta):focus-visible {
  color: var(--clay);
}

.nav-cta {
  background: var(--ink);
  color: var(--white);
  padding: 0.9rem 1.15rem;
}

.nav-cta:hover,
.nav-cta:focus-visible {
  background: var(--clay);
}

.nav-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 46px;
  justify-content: center;
  padding: 0;
  width: 46px;
}

.nav-toggle i {
  background: currentColor;
  height: 1px;
  transition: transform 180ms ease, opacity 180ms ease;
  width: 19px;
}

.nav-toggle[aria-expanded="true"] i:first-of-type {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] i:nth-of-type(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] i:last-of-type {
  transform: translateY(-6px) rotate(-45deg);
}

.neravia-hero {
  color: var(--white);
  min-height: min(790px, calc(100vh - 122px));
  overflow: hidden;
  position: relative;
}

.neravia-hero > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.hero-wash {
  background:
    linear-gradient(90deg, rgba(12, 27, 25, 0.81) 0%, rgba(12, 27, 25, 0.55) 40%, rgba(12, 27, 25, 0.04) 72%),
    linear-gradient(0deg, rgba(12, 27, 25, 0.56) 0%, transparent 36%);
  inset: 0;
  position: absolute;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: min(790px, calc(100vh - 122px));
  padding-bottom: 8.5rem;
  padding-top: 7rem;
  position: relative;
  z-index: 2;
}

.eyebrow {
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin-bottom: 1.3rem;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--clay-dark);
}

.eyebrow-warm {
  color: #c98068;
}

.hero-content h1 {
  font-size: clamp(3.4rem, 7vw, 7rem);
  letter-spacing: -0.06em;
  margin-bottom: 1.5rem;
  max-width: 890px;
}

.hero-lede {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  max-width: 630px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}

.neravia-button {
  align-items: center;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.1em;
  min-height: 52px;
  padding: 0.9rem 1.35rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.neravia-button:hover,
.neravia-button:focus-visible {
  transform: translateY(-2px);
}

.button-light {
  background: var(--sand-light);
  color: var(--ink);
}

.button-light:hover,
.button-light:focus-visible {
  background: var(--white);
}

.button-line {
  border: 1px solid rgba(255, 255, 255, 0.66);
  color: var(--white);
}

.button-line:hover,
.button-line:focus-visible {
  background: rgba(255, 255, 255, 0.13);
  border-color: var(--white);
}

.button-terracotta {
  background: var(--clay);
  color: var(--white);
  margin-top: 1rem;
}

.button-terracotta:hover,
.button-terracotta:focus-visible {
  background: var(--clay-dark);
}

.hero-notes {
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  left: 50%;
  max-width: var(--container);
  padding: 0 2rem;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}

.hero-notes span {
  backdrop-filter: blur(12px);
  background: rgba(18, 34, 30, 0.66);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  min-height: 96px;
  padding: 1.15rem 1.35rem;
}

.hero-notes span:last-child {
  border-right: 0;
}

.hero-notes small {
  color: #d4c9b9;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}

.neravia-intro {
  padding: 8rem 0;
}

.intro-grid {
  align-items: start;
  display: grid;
  gap: 3.5rem;
  grid-template-columns: auto minmax(0, 1fr) minmax(310px, 0.7fr);
}

.vertical-note {
  color: #77827d;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin: 0;
  padding-top: 0.4rem;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.intro-grid h2 {
  margin: 0;
}

.intro-copy {
  border-top: 1px solid var(--line);
  padding-top: 1.6rem;
}

.intro-copy p {
  color: #5b6863;
}

.intro-copy .intro-lede {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

.stay-section {
  background: var(--ink);
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
}

.stay-image {
  min-height: 800px;
  overflow: hidden;
  position: relative;
}

.stay-image img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.stay-image > span {
  background: var(--sand-light);
  bottom: 0;
  color: var(--ink);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  padding: 1rem 1.4rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.stay-copy {
  align-self: center;
  max-width: 650px;
  padding: 7rem clamp(2rem, 5vw, 6rem);
}

.stay-copy h2 {
  font-size: clamp(2.5rem, 4.7vw, 4.7rem);
  margin-bottom: 1.8rem;
}

.stay-copy > p:not(.eyebrow) {
  color: #c9d2ce;
}

.feature-list {
  list-style: none;
  margin: 2.5rem 0;
  padding: 0;
}

.feature-list li {
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr;
  padding: 1.1rem 0;
}

.feature-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.feature-list li > span {
  color: #cb836b;
  font-size: 0.6rem;
  font-weight: 900;
  padding-top: 0.18rem;
}

.feature-list li div {
  display: grid;
}

.feature-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 400;
}

.feature-list small {
  color: #9fafaa;
  margin-top: 0.2rem;
}

.text-link {
  align-items: center;
  color: var(--white);
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 900;
  gap: 0.6rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  color: #cb836b;
  font-size: 1.2rem;
  transition: transform 180ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translate(3px, 3px);
}

.experience-section {
  background: var(--sand);
  padding: 8rem 0;
}

.experience-heading {
  align-items: end;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.6fr);
  margin-bottom: 4rem;
}

.experience-heading h2 {
  margin-bottom: 0;
  max-width: 850px;
}

.experience-heading > p {
  border-top: 1px solid var(--line);
  color: #5b6863;
  margin-bottom: 0;
  padding-top: 1.5rem;
}

.editorial-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
}

.editorial-grid figure {
  margin: 0;
}

.editorial-grid img {
  height: clamp(420px, 56vw, 690px);
  object-fit: cover;
  width: 100%;
}

.editorial-side {
  padding-top: 8rem;
}

.editorial-side img {
  height: clamp(340px, 43vw, 520px);
}

.editorial-grid figcaption {
  padding-top: 1.25rem;
}

.editorial-grid figcaption span {
  color: var(--clay-dark);
  display: block;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.editorial-grid figcaption strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.editorial-grid figcaption p {
  color: #66716d;
  margin: 0.45rem 0 0;
}

.image-disclosure {
  border-top: 1px solid var(--line);
  color: #68736f;
  font-size: 0.72rem;
  margin: 3.5rem 0 0;
  padding-top: 1rem;
}

.stay-finder {
  background: #b65f45;
  color: var(--white);
  padding: 8rem 0;
}

.finder-grid {
  align-items: start;
  display: grid;
  gap: clamp(3rem, 8vw, 8rem);
  grid-template-columns: minmax(0, 0.75fr) minmax(480px, 1.25fr);
}

.finder-intro {
  position: sticky;
  top: 2rem;
}

.finder-intro h2 {
  font-size: clamp(2.8rem, 5vw, 4.9rem);
}

.finder-intro > p:last-child {
  color: #f1d8d0;
  max-width: 520px;
}

.finder-card {
  background: var(--sand-light);
  color: var(--ink);
  min-height: 590px;
  padding: clamp(1.4rem, 4vw, 3.2rem);
}

.finder-options {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 1.5rem;
}

.finder-options button {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  font-size: 0.65rem;
  font-weight: 900;
  min-height: 50px;
  padding: 0.7rem;
  text-transform: uppercase;
}

.finder-options button:hover,
.finder-options button:focus-visible,
.finder-options button.is-active {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}

.stay-profile-panel {
  padding-top: 3rem;
}

.stay-profile-panel[hidden] {
  display: none;
}

.profile-number {
  color: var(--clay-dark);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.stay-profile-panel h3 {
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  margin-bottom: 1.2rem;
}

.stay-profile-panel > p:not(.profile-number) {
  color: #5f6b66;
  font-size: 1.05rem;
  max-width: 590px;
}

.stay-profile-panel ul {
  display: grid;
  gap: 0.6rem;
  list-style: none;
  margin: 1.6rem 0;
  padding: 0;
}

.stay-profile-panel li {
  align-items: center;
  display: flex;
  font-weight: 700;
  gap: 0.7rem;
}

.stay-profile-panel li::before {
  background: var(--clay);
  border-radius: 50%;
  content: "";
  height: 6px;
  width: 6px;
}

.studio-cta {
  background: var(--ink-deep);
  color: var(--white);
  padding: 7rem 0;
}

.studio-cta-inner {
  align-items: end;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.studio-cta h2 {
  font-size: clamp(2.7rem, 5.2vw, 5rem);
  margin-bottom: 1.2rem;
  max-width: 850px;
}

.studio-cta p:not(.eyebrow) {
  color: #afbeb8;
  margin-bottom: 0;
  max-width: 720px;
}

.studio-actions {
  align-items: center;
  display: grid;
  gap: 1rem;
  text-align: center;
}

.studio-actions > a:last-child {
  color: #c6d1cc;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.neravia-footer {
  background: #0c1613;
  color: #cbd5d1;
  padding: 4.5rem 0 2.5rem;
}

.footer-grid {
  align-items: start;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1.2fr 0.8fr 0.7fr;
}

.footer-brand {
  align-items: center;
  display: flex;
  gap: 0.8rem;
}

.footer-brand div {
  display: grid;
}

.footer-brand strong {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.footer-brand small {
  color: #8da099;
  font-size: 0.62rem;
}

.neravia-footer nav {
  display: grid;
  gap: 0.45rem;
}

.neravia-footer a {
  text-decoration-color: rgba(255, 255, 255, 0.25);
  text-underline-offset: 0.2em;
}

.neravia-footer a:hover,
.neravia-footer a:focus-visible {
  color: #df9a82;
}

.neravia-footer p {
  font-size: 0.77rem;
}

.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #82958e;
  grid-column: 1 / -1;
  margin: 1rem 0 0;
  padding-top: 1.5rem;
}

:focus-visible {
  outline: 3px solid #f1a88f;
  outline-offset: 4px;
}

@media (max-width: 1040px) {
  .neravia-nav {
    gap: 1.2rem;
  }

  .stay-section {
    grid-template-columns: 1fr 1fr;
  }

  .stay-copy {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .finder-grid {
    gap: 4rem;
    grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1.2fr);
  }
}

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

  .neravia-nav {
    align-items: stretch;
    background: var(--sand-light);
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 0.8rem 2rem 1.5rem;
    position: absolute;
    right: 0;
    top: 100%;
  }

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

  .neravia-nav a {
    border-bottom: 1px solid var(--line);
    padding: 0.9rem 0;
  }

  .neravia-nav .nav-cta {
    border: 0;
    margin-top: 0.8rem;
    padding: 0.9rem;
    text-align: center;
  }

  .intro-grid,
  .experience-heading,
  .finder-grid,
  .studio-cta-inner {
    grid-template-columns: 1fr;
  }

  .vertical-note {
    display: none;
  }

  .intro-copy {
    max-width: 680px;
  }

  .stay-section {
    grid-template-columns: 1fr;
  }

  .stay-image {
    min-height: 620px;
  }

  .stay-copy {
    max-width: none;
    padding: 5.5rem 2rem;
  }

  .experience-heading {
    gap: 1.5rem;
  }

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

  .editorial-side {
    padding-top: 1rem;
  }

  .editorial-main img,
  .editorial-side img {
    height: min(72vw, 620px);
  }

  .finder-intro {
    position: static;
  }

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

  .studio-actions {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .neravia-container {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .concept-banner {
    align-items: stretch;
    flex-direction: column;
    gap: 0.25rem;
    line-height: 1.35;
    padding-bottom: 0.55rem;
    padding-top: 0.55rem;
  }

  .concept-banner a {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .header-inner {
    min-height: 74px;
  }

  .brand-mark {
    font-size: 1.1rem;
    height: 40px;
    width: 40px;
  }

  .neravia-brand strong {
    font-size: 1.05rem;
  }

  .neravia-brand small {
    font-size: 0.49rem;
  }

  .neravia-nav {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .neravia-hero,
  .hero-content {
    min-height: 690px;
  }

  .neravia-hero > img {
    object-position: 66% center;
  }

  .hero-wash {
    background: linear-gradient(90deg, rgba(12, 27, 25, 0.83), rgba(12, 27, 25, 0.44)), linear-gradient(0deg, rgba(12, 27, 25, 0.72), transparent 55%);
  }

  .hero-content {
    justify-content: flex-start;
    padding-bottom: 11rem;
    padding-top: 5.5rem;
  }

  .hero-content h1 {
    font-size: clamp(3.1rem, 15vw, 4.6rem);
  }

  .hero-actions,
  .hero-actions .neravia-button {
    width: 100%;
  }

  .hero-notes {
    grid-template-columns: 1fr;
    padding: 0 1.15rem;
  }

  .hero-notes span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    border-right: 0;
    display: flex;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.72rem;
    justify-content: space-between;
    min-height: 44px;
    padding: 0.7rem 0.85rem;
  }

  .hero-notes small {
    margin: 0;
  }

  .neravia-intro,
  .experience-section,
  .stay-finder {
    padding: 5.5rem 0;
  }

  .intro-grid {
    gap: 2rem;
  }

  .stay-image {
    min-height: 500px;
  }

  .stay-copy {
    padding: 4.5rem 1.15rem;
  }

  .editorial-main img,
  .editorial-side img {
    height: 420px;
  }

  .finder-options {
    grid-template-columns: 1fr;
  }

  .finder-card {
    padding: 1.1rem;
  }

  .stay-profile-panel {
    padding-top: 2.2rem;
  }

  .button-terracotta {
    width: 100%;
  }

  .studio-cta {
    padding: 5.5rem 0;
  }

  .studio-actions,
  .studio-actions .neravia-button {
    width: 100%;
  }

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

  .footer-legal {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
