/* =========================================================
   308 Wynwood — Global Styles
   ========================================================= */

/* --- Fonts --- */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url('../assets/fonts/cormorant-garamond-italic-300-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url('../assets/fonts/cormorant-garamond-italic-300-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url('../assets/fonts/cormorant-garamond-italic-300-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 400;
  font-display: swap;
  src: url('../assets/fonts/cormorant-garamond-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('../assets/fonts/cormorant-garamond-normal-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('../assets/fonts/cormorant-garamond-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('../assets/fonts/cormorant-garamond-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url('../assets/fonts/dm-sans-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url('../assets/fonts/dm-sans-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC;
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/dm-serif-display-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF;
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/dm-serif-display-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC;
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/dm-serif-display-normal-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF;
}
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/dm-serif-display-normal-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC;
}

/* --- Reset & Root --- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg: #000000;
  --panel: #0a0a0a;
  --card: #131313;
  --card2: #1c1c1c;
  --type-light: #FEFFE3;
  --muted: #9aa093;
  --line: rgba(254, 255, 227, 0.12);
  --volt: #C9FF46;
  --em: #C9A6FF;
  --ink: #0b0d07;

  --font-display: 'DM Serif Display', Georgia, serif;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  --nav-h: 58px;
  --pad-x: clamp(1.5rem, 5vw, 3rem);
  --pad-section: clamp(3rem, 6vw, 4.5rem);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--type-light);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

input, button, select, textarea {
  font-family: inherit;
}

::placeholder {
  color: rgba(254, 255, 227, 0.3);
}

input[type="date"] {
  color-scheme: dark;
}

a {
  color: inherit;
  text-decoration: none;
}

/* --- Animations --- */
@keyframes charge {
  to { transform: scaleX(1); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* =========================================================
   NAVIGATION
   ========================================================= */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--pad-x);
  height: var(--nav-h);
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.nav__logo {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--type-light);
  letter-spacing: 0.02em;
  text-decoration: none;
}

.nav__links {
  display: flex;
  gap: 2.25rem;
  align-items: center;
}

.nav__link {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s;
}

.nav__link:hover,
.nav__link.active {
  color: var(--type-light);
}

.nav__book {
  background: var(--volt);
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 9px 20px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}

.nav__book:hover {
  opacity: 0.88;
}

.nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.nav__hamburger span {
  width: 22px;
  height: 2px;
  background: var(--type-light);
  display: block;
  transition: all 0.3s;
}

/* Mobile Drawer */
.nav-drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 300;
  background: var(--bg);
  flex-direction: column;
  padding: 1.5rem var(--pad-x);
  animation: fadeUp 0.3s ease;
}

.nav-drawer.open {
  display: flex;
}

.nav-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
}

.nav-drawer__logo {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--type-light);
}

.nav-drawer__close {
  background: none;
  border: none;
  color: var(--type-light);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  font-weight: 300;
}

.nav-drawer__links {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 3rem;
  flex: 1;
}

.nav-drawer__link {
  font-family: var(--font-display);
  font-size: 34px;
  color: var(--type-light);
  text-decoration: none;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--line);
  display: block;
}

.nav-drawer__book {
  background: var(--volt);
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 18px;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
  width: 100%;
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 460px), 1fr));
  min-height: 88vh;
  margin-top: var(--nav-h);
}

.hero__content {
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 6rem var(--pad-x) clamp(2.5rem, 5vw, 4rem);
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 80vh, 820px);
}

.hero__charge {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--volt);
  transform: scaleX(0);
  transform-origin: left;
  animation: charge 1.6s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}

.hero__glow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 55%;
  opacity: 0.5;
  background-image:
    radial-gradient(circle at 80% 20%, rgba(201, 166, 255, 0.12) 0%, transparent 55%),
    radial-gradient(circle at 30% 80%, rgba(201, 255, 70, 0.08) 0%, transparent 55%);
  pointer-events: none;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--volt);
  margin-bottom: 1.75rem;
  position: relative;
}

.hero__eyebrow::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--volt);
  flex-shrink: 0;
}

.hero__headline {
  font-family: var(--font-display);
  font-size: clamp(46px, 6.5vw, 88px);
  line-height: 0.94;
  color: var(--type-light);
  margin-bottom: 1.75rem;
  font-weight: 400;
  position: relative;
}

.hero__headline em {
  font-style: italic;
  color: var(--em);
}

.hero__sub {
  font-size: 14px;
  color: rgba(254, 255, 227, 0.55);
  max-width: 360px;
  line-height: 1.8;
  margin-bottom: 2.25rem;
  font-weight: 300;
  position: relative;
}

.hero__ctas {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.btn-primary {
  background: var(--volt);
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 28px;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
  display: inline-block;
}

.btn-primary:hover {
  opacity: 0.88;
}

.btn-outline {
  background: transparent;
  color: var(--type-light);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 14px 28px;
  border: 1px solid rgba(254, 255, 227, 0.2);
  cursor: pointer;
  transition: border-color 0.2s;
  display: inline-block;
}

.btn-outline:hover {
  border-color: rgba(254, 255, 227, 0.55);
}

.hero__image {
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
  min-height: 340px;
}

.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.hero__caption {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(254, 255, 227, 0.85);
  background: rgba(0, 0, 0, 0.55);
  padding: 5px 10px;
  backdrop-filter: blur(4px);
}

/* =========================================================
   ABOUT / RESIDENCE
   ========================================================= */
.about {
  background: var(--bg);
  padding: clamp(2.5rem, 5vw, 3.5rem) var(--pad-x);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  border-top: 1px solid var(--line);
}

/* =========================================================
   SECTION UTILITIES
   ========================================================= */
.section-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--volt);
  margin-bottom: 0.75rem;
}

.section-heading {
  font-family: var(--font-display);
  font-size: clamp(30px, 4.5vw, 52px);
  color: var(--type-light);
  line-height: 1.05;
  font-weight: 400;
  margin-bottom: 1rem;
}

.section-heading em {
  font-style: italic;
  color: var(--em);
}

.section-sub {
  font-size: 13px;
  color: var(--muted);
  max-width: 500px;
  line-height: 1.8;
  font-weight: 300;
}

/* =========================================================
   THE SPACE
   ========================================================= */
.space-section {
  background: var(--bg);
  padding: var(--pad-section) 0;
  border-top: 1px solid var(--line);
}

.space-header {
  padding: 0 var(--pad-x) 2.25rem;
}

.space-featured {
  position: relative;
  margin: 0 var(--pad-x);
  overflow: hidden;
}

.space-featured img {
  width: 100%;
  height: clamp(340px, 54vh, 580px);
  object-fit: cover;
  display: block;
}

.space-featured__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.5rem 1.5rem 1.25rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(254, 255, 227, 0.9);
}

.space-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 2px;
  background: var(--line);
  margin: 2px var(--pad-x) 0;
}

.space-card {
  background: var(--card);
}

.space-card__img {
  height: 260px;
  overflow: hidden;
}

.space-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.space-card:hover .space-card__img img {
  transform: scale(1.03);
}

.space-card__body {
  padding: 1rem 1.2rem 1.2rem;
}

.space-card__label {
  font-family: var(--font-display);
  font-size: 16px;
  color: var(--type-light);
  margin-bottom: 3px;
  font-weight: 400;
}

.space-card__sub {
  font-size: 11.5px;
  color: var(--muted);
  line-height: 1.55;
}

/* =========================================================
   FEATURES
   ========================================================= */
.features-section {
  background: var(--panel);
  padding: var(--pad-section) var(--pad-x);
  border-top: 1px solid var(--line);
}

.features-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: start;
  max-width: 1100px;
}

.features-unit {
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
  max-width: 340px;
  margin-top: 2rem;
}

.features-unit__title {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--type-light);
  font-weight: 400;
  letter-spacing: 0.01em;
}

.features-unit__sub {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 15px;
  color: var(--em);
  margin-bottom: 1.25rem;
}

.features-unit__specs {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.6rem;
}

.spec-row--volt {
  border-bottom-color: rgba(201, 255, 70, 0.4);
}

.spec-label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.spec-label--volt {
  color: var(--volt);
}

.spec-value {
  font-size: 14px;
  color: var(--type-light);
}

.spec-value--volt {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--volt);
}

.amenity-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 0.1rem 2.5rem;
}

.amenity-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}

.amenity-list li::before {
  content: '';
  flex: 0 0 auto;
  width: 14px;
  height: 1px;
  background: var(--volt);
  margin-top: 0.7rem;
}

.amenity-list li span {
  font-size: 14px;
  color: var(--type-light);
  line-height: 1.5;
  font-weight: 300;
}

/* =========================================================
   STAY
   ========================================================= */
.stay-section {
  background: var(--panel);
  padding: var(--pad-section) var(--pad-x);
  border-top: 1px solid var(--line);
}

.stay-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 1px;
  background: var(--line);
  margin-top: 2.5rem;
}

.stay-card {
  background: var(--card);
  padding: clamp(1.5rem, 3vw, 2rem);
}

.stay-card__icon {
  font-size: 22px;
  color: var(--volt);
  margin-bottom: 1.1rem;
  display: block;
}

.stay-card__title {
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--type-light);
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.stay-card__body {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.75;
  font-weight: 300;
}

.stay-card__pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.pill {
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border: 1px solid rgba(201, 255, 70, 0.35);
  color: var(--volt);
}

/* =========================================================
   ART
   ========================================================= */
.art-section {
  background: var(--bg);
  padding: var(--pad-section) 0;
  border-top: 1px solid var(--line);
}

.art-header {
  padding: 0 var(--pad-x) 2.25rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.art-arrows {
  display: flex;
  gap: 8px;
}

.art-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(254, 255, 227, 0.22);
  background: transparent;
  color: var(--type-light);
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.art-arrow:hover {
  background: var(--volt);
  color: var(--ink);
  border-color: var(--volt);
}

.art-rail {
  display: flex;
  gap: 2px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 var(--pad-x);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.art-rail::-webkit-scrollbar {
  display: none;
}

.art-card {
  flex: 0 0 auto;
  width: min(80vw, 300px);
  scroll-snap-align: start;
  background: var(--card);
  overflow: hidden;
}

.art-card__img {
  height: 300px;
  background: #fff;
  padding: 12px;
  overflow: hidden;
}

.art-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.art-card__body {
  padding: 1.1rem 1.35rem 1.4rem;
}

.art-badge {
  display: inline-block;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 8px;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.art-badge--available {
  background: var(--volt);
  color: var(--ink);
}

.art-badge--collab {
  background: var(--em);
  color: var(--ink);
}

.art-card__title {
  font-family: var(--font-display);
  font-size: 17px;
  color: var(--type-light);
  margin-bottom: 4px;
  font-weight: 400;
}

.art-card__meta {
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  line-height: 1.5;
}

.art-card__meta a {
  color: var(--volt);
  text-decoration: none;
}

.art-card__price {
  font-size: 12px;
  color: var(--em);
  font-weight: 500;
}

/* =========================================================
   BUILDING
   ========================================================= */
.building-section {
  background: var(--bg);
  padding: var(--pad-section) var(--pad-x);
  border-top: 1px solid var(--line);
}

.building-inner {
  max-width: 1100px;
}

.building-featured {
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
}

.building-featured img {
  width: 100%;
  height: clamp(320px, 50vh, 560px);
  object-fit: cover;
  display: block;
}

.building-featured__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.5rem 1.5rem 1.25rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), transparent);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(254, 255, 227, 0.9);
}

.building-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 2px;
  background: var(--line);
}

.building-card {
  background: var(--card);
}

.building-card__img {
  height: 220px;
  overflow: hidden;
}

.building-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.building-card:hover .building-card__img img {
  transform: scale(1.03);
}

.building-card__body {
  padding: 1rem 1.2rem 1.2rem;
}

.building-card__name {
  font-family: var(--font-display);
  font-size: 17px;
  color: var(--type-light);
  margin-bottom: 3px;
  font-weight: 400;
}

.building-card__detail {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.55;
  font-weight: 300;
}

.building-note {
  margin-top: 1.5rem;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 520px;
}

/* =========================================================
   NEIGHBORHOOD
   ========================================================= */
.neighborhood-section {
  background: var(--panel);
  padding: var(--pad-section) var(--pad-x);
  border-top: 1px solid var(--line);
}

.neighborhood-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 0;
  margin-top: 2.5rem;
  border-top: 1px solid var(--line);
}

.neighborhood-item {
  padding: 1.75rem clamp(1.25rem, 2.5vw, 2rem) 1.75rem 0;
  border-bottom: 1px solid var(--line);
}

.neighborhood-item__tag {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--volt);
  margin-bottom: 0.6rem;
}

.neighborhood-item__title {
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--type-light);
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.neighborhood-item__body {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 300;
}

/* =========================================================
   BOOK / INQUIRY
   ========================================================= */
.book-section {
  background: var(--bg);
  padding: var(--pad-section) var(--pad-x);
  border-top: 1px solid var(--line);
}

.book-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.book-perks {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.book-perk {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: rgba(254, 255, 227, 0.75);
  font-size: 13px;
}

.book-perk::before {
  content: '✓';
  color: var(--volt);
  font-size: 16px;
  flex-shrink: 0;
}

.book-form-wrap {
  background: var(--card);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--line);
}

.form-label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

.form-label span {
  text-transform: none;
  letter-spacing: 0;
}

.form-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(254, 255, 227, 0.2);
  padding: 9px 0;
  font-size: 14px;
  color: var(--type-light);
  outline: none;
  transition: border-bottom-color 0.2s;
}

.form-input:focus {
  border-bottom-color: var(--volt);
}

select.form-input {
  background: var(--card);
  cursor: pointer;
}

textarea.form-input {
  resize: vertical;
  line-height: 1.6;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 1.4rem;
}

.form-row--2 {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.form-error {
  font-size: 11px;
  color: #ff8f85;
  margin-top: 0.35rem;
  display: none;
}

.form-error.visible {
  display: block;
}

.form-submit {
  background: var(--volt);
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 16px;
  border: none;
  cursor: pointer;
  margin-top: 0.5rem;
  width: 100%;
  transition: opacity 0.2s;
}

.form-submit:hover {
  opacity: 0.88;
}

.form-note {
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  line-height: 1.6;
}

.form-section-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--volt);
  margin-bottom: 1.5rem;
}

.form-success {
  text-align: center;
  padding: 2.5rem 0.5rem;
  animation: fadeUp 0.4s ease;
  display: none;
}

.form-success.visible {
  display: block;
}

.form-success__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--volt);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 26px;
  color: var(--ink);
}

.form-success__title {
  font-family: var(--font-display);
  font-size: 26px;
  color: var(--type-light);
  margin-bottom: 0.75rem;
}

.form-success__body {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 320px;
  margin: 0 auto 1.75rem;
}

.form-reset {
  background: transparent;
  color: var(--type-light);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 12px 24px;
  border: 1px solid rgba(254, 255, 227, 0.25);
  cursor: pointer;
}

/* =========================================================
   CONTACT
   ========================================================= */
.contact-section {
  background: var(--panel);
  padding: var(--pad-section) var(--pad-x);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  border-top: 1px solid var(--line);
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.contact-row__label {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  min-width: 90px;
  padding-top: 2px;
}

.contact-row__value {
  font-size: 13.5px;
  color: var(--type-light);
  line-height: 1.5;
}

.contact-row__value a {
  color: var(--volt);
  text-decoration: none;
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer {
  background: var(--bg);
  border-top: 3px solid var(--volt);
  padding: 1.75rem var(--pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer__logo {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--type-light);
  letter-spacing: 0.03em;
}

.footer__managed {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(254, 255, 227, 0.35);
}

.footer__managed span {
  color: var(--volt);
}

.footer__links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer__link {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(254, 255, 227, 0.4);
  text-decoration: none;
  transition: color 0.2s;
}

.footer__link:hover {
  color: var(--volt);
}

/* =========================================================
   STICKY BAR
   ========================================================= */
.sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  background: var(--bg);
  border-top: 2px solid var(--volt);
  padding: 0.7rem var(--pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.sticky-bar.visible {
  transform: translateY(0);
}

.sticky-bar__info {
  line-height: 1.25;
}

.sticky-bar__rate {
  font-family: var(--font-display);
  font-size: 16px;
  color: var(--type-light);
}

.sticky-bar__rate span {
  font-size: 11px;
  color: rgba(254, 255, 227, 0.5);
  font-family: var(--font-body);
}

.sticky-bar__label {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--volt);
}

.sticky-bar__btn {
  background: var(--volt);
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 13px 22px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.sticky-bar__btn:hover {
  opacity: 0.88;
}

.sticky-spacer {
  height: 68px;
  display: none;
}

.sticky-spacer.visible {
  display: block;
}

/* =========================================================
   MODAL
   ========================================================= */
.modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 500;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.2s ease;
}

.modal-backdrop.open {
  display: flex;
}

.modal {
  background: var(--card);
  border: 1px solid var(--line);
  max-width: 480px;
  width: 90%;
  padding: clamp(2rem, 5vw, 3rem);
  position: relative;
  animation: fadeUp 0.3s ease;
}

.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: var(--muted);
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

.modal__close:hover {
  color: var(--type-light);
}

.modal__eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--volt);
  margin-bottom: 1rem;
}

.modal__title {
  font-family: var(--font-display);
  font-size: clamp(26px, 4vw, 36px);
  color: var(--type-light);
  line-height: 1.05;
  font-weight: 400;
  margin-bottom: 1rem;
}

.modal__title em {
  font-style: italic;
  color: var(--em);
}

.modal__body {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 1.75rem;
}

.modal__options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.modal__option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 13px;
  color: rgba(254, 255, 227, 0.75);
}

.modal__option::before {
  content: '✓';
  color: var(--volt);
}

.modal__action {
  background: var(--volt);
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 16px;
  border: none;
  cursor: pointer;
  width: 100%;
  transition: opacity 0.2s;
}

.modal__action:hover {
  opacity: 0.88;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 759px) {
  .nav__links {
    display: none;
  }

  .nav__hamburger {
    display: flex;
  }

  .hero {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }

  .hero__content {
    justify-content: flex-start;
    min-height: auto;
    padding-top: calc(var(--nav-h) + 2rem);
  }

  .hero__image {
    min-height: 260px;
  }

  .hero__headline {
    font-size: clamp(38px, 10vw, 60px);
    margin-bottom: 1.25rem;
  }

  .hero__sub {
    font-size: 13px;
    margin-bottom: 1.75rem;
  }

  .hero__ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__ctas .btn-primary,
  .hero__ctas .btn-outline {
    text-align: center;
    display: block;
  }

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

  .space-grid {
    grid-template-columns: 1fr;
    margin: 2px 0 0;
  }

  .space-featured {
    margin: 0;
  }

  .space-featured img {
    height: clamp(220px, 55vw, 340px);
  }

  .space-header {
    padding: 0 var(--pad-x) 1.5rem;
  }

  .features-inner {
    grid-template-columns: 1fr;
  }

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

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

  .art-card {
    width: min(85vw, 280px);
  }

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

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

  .book-inner {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-row--2 {
    grid-template-columns: 1fr;
  }

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

  .footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .modal {
    width: 95%;
    max-height: 92dvh;
    overflow-y: auto;
    padding: 1.5rem;
  }

  .modal__title {
    font-size: clamp(22px, 6vw, 30px);
  }

  .section-heading {
    font-size: clamp(26px, 7vw, 42px);
  }

  .nav-drawer__link {
    font-size: clamp(26px, 8vw, 34px);
  }
}

@media (min-width: 760px) {
  .nav__hamburger {
    display: none;
  }

  .sticky-bar,
  .sticky-spacer {
    display: none !important;
  }
}
