/* ==========================================================================
   SEZON PLIUS TOV — editorial-serif
   Newsprint field, oxblood accent, hairline rules, Newsreader.
   Distinct from taleon (blue desks / city map), elegans (pastel jewelry),
   mondiaf (cream accordion galleries).
   ========================================================================== */

:root {
  --bg: #f3efe6;
  --bg-alt: #ebe6db;
  --bg-deep: #1c1916;
  --ink: #1c1916;
  --ink-soft: #5c564c;
  --ink-invert: #f3efe6;
  --accent: #7a2e2a;
  --accent-soft: #e8d8d4;
  --line: #cfc6b8;
  --rule: #1c1916;

  --font-display: "Newsreader", Georgia, "Times New Roman", serif;
  --font-body: "Newsreader", Georgia, "Times New Roman", serif;
  --tracking-display: -0.025em;
  --radius: 0;
  --radius-lg: 0;
  --container: 1040px;
  --shadow: none;
}

body {
  background: var(--bg);
  color: var(--ink);
}

html { scroll-padding-top: 5.5rem; }
section[id] { scroll-margin-top: 5.5rem; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.eyebrow {
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: none;
}

.btn {
  border-radius: 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
}
.btn--primary {
  background: var(--accent);
  color: var(--ink-invert);
}
.btn--ghost:hover {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}

/* --- Header --- */
.site-header {
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled { border-bottom-color: var(--line); }
.site-header__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.site-header__brand img { border: 1px solid var(--line); }
.nav a {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  font-style: italic;
  opacity: 1;
}
.nav a:hover { color: var(--accent); }
.mobile-nav a {
  font-style: italic;
  border-bottom: 1px solid var(--line);
}

/* --- Hero: newspaper masthead, photo below --- */
.hero {
  padding-top: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: 0;
  border-bottom: 1px solid var(--line);
}
.hero__mast {
  max-width: 46rem;
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
}
.hero__issue {
  font-size: var(--step--1);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid var(--rule);
  box-shadow: 0 3px 0 var(--bg), 0 4px 0 var(--rule);
}
.hero h1 {
  font-weight: 600;
  font-size: clamp(2.4rem, 1.4rem + 4vw, 4.4rem);
  line-height: 1.05;
  margin-bottom: 1.25rem;
}
.hero .lede {
  max-width: 38rem;
  font-size: var(--step-1);
  font-style: italic;
  color: var(--ink-soft);
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
.hero__plate {
  margin: 0;
}
.hero__plate img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.hero__plate figcaption {
  width: min(100% - 2 * var(--gap), var(--container));
  margin: 0.7rem auto 1.5rem;
  font-size: var(--step--1);
  font-style: italic;
  color: var(--ink-soft);
}

/* --- Folio: stacked newspaper contents --- */
.folio__head { max-width: 38rem; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.folio__lead { margin-top: 1rem; color: var(--ink-soft); font-style: italic; }
.folio__list { list-style: none; border-top: 1px solid var(--rule); }
.folio__row {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: var(--gap);
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--line);
}
.folio__num {
  font-family: var(--font-display);
  font-size: var(--step-3);
  font-weight: 600;
  line-height: 1;
  color: var(--accent);
}
.folio__row h3 {
  font-size: var(--step-2);
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.folio__row p { color: var(--ink-soft); max-width: 40rem; }

/* --- About --- */
.about__grid {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}
.about__media { margin: 0; }
.about__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.about__media figcaption,
.floor__media figcaption,
.leasing__media figcaption {
  margin-top: 0.55rem;
  font-size: var(--step--1);
  font-style: italic;
  color: var(--ink-soft);
}
.about__copy h2 { margin-bottom: 1.1rem; }
.about__copy a { color: var(--accent); }

@media (min-width: 768px) {
  .about__grid { grid-template-columns: 0.85fr 1.15fr; }
}

/* --- Services: single column, roman index, hairlines --- */
.services__wrap { max-width: 44rem; }
.services__head { margin-bottom: clamp(2rem, 4vw, 3rem); }
.services__list { list-style: none; }
.svc {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 1rem;
  padding: 1.7rem 0;
  border-top: 1px solid var(--line);
}
.svc:last-child { border-bottom: 1px solid var(--line); }
.svc__idx {
  font-family: var(--font-display);
  font-style: italic;
  font-size: var(--step-1);
  color: var(--accent);
  padding-top: 0.2rem;
}
.svc h3 { font-size: var(--step-1); font-weight: 600; margin-bottom: 0.5rem; }

/* --- Floor --- */
.floor__head { max-width: 40rem; margin-bottom: clamp(1.75rem, 3vw, 2.5rem); }
.floor__head p { margin-top: 1rem; color: var(--ink-soft); font-style: italic; }
.floor__stage {
  display: grid;
  gap: var(--gap);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.floor__media { margin: 0; }
.floor__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.floor__media--rail img { aspect-ratio: 3 / 4; }
.floor__steps {
  list-style: none;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--rule);
}
.floor__steps li {
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}
.floor__steps span {
  display: block;
  font-size: var(--step--1);
  letter-spacing: 0.14em;
  color: var(--accent);
  margin-bottom: 0.35rem;
}
.floor__steps h3 { font-size: var(--step-1); margin-bottom: 0.35rem; }
.floor__steps p { color: var(--ink-soft); }

@media (min-width: 768px) {
  .floor__stage { grid-template-columns: 1.3fr 0.7fr; align-items: start; }
  .floor__steps { grid-template-columns: 1fr 1fr; column-gap: 2.5rem; }
  .floor__steps li:nth-child(odd) { padding-right: 1rem; }
}

/* --- Leasing --- */
.leasing { color: var(--ink-invert); }
.leasing .eyebrow { color: var(--accent-soft); }
.leasing__grid {
  display: grid;
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: start;
}
.leasing blockquote {
  margin: 1.25rem 0 1.5rem;
  padding: 0 0 0 1rem;
  border-left: 2px solid var(--accent);
}
.leasing blockquote p {
  font-family: var(--font-display);
  font-size: var(--step-2);
  font-style: italic;
  line-height: 1.3;
}
.leasing .btn--ghost {
  margin-top: 1.25rem;
  color: var(--ink-invert);
  border-color: color-mix(in srgb, var(--ink-invert) 45%, transparent);
}
.leasing .btn--ghost:hover {
  background: var(--ink-invert);
  color: var(--bg-deep);
  border-color: var(--ink-invert);
}
.leasing__media { margin: 0; }
.leasing__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.leasing__media figcaption { color: color-mix(in srgb, var(--ink-invert) 62%, transparent); }

@media (min-width: 768px) {
  .leasing__grid { grid-template-columns: 1.1fr 0.9fr; }
}

/* --- Hours --- */
.hours__grid {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}
.hours__grid > div p { margin-top: 1rem; color: var(--ink-soft); max-width: 36rem; }
.hours__table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--step-0);
}
.hours__table th,
.hours__table td {
  text-align: left;
  padding: 0.85rem 0.6rem 0.85rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 400;
}
.hours__table thead th {
  font-size: var(--step--1);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-style: italic;
  color: var(--ink-soft);
  border-bottom: 1px solid var(--rule);
}
.hours__table tbody th { font-style: italic; }

@media (min-width: 768px) {
  .hours__grid { grid-template-columns: 1fr 1fr; }
}

/* --- FAQ --- */
.faq__head { max-width: 36rem; margin-bottom: clamp(1.75rem, 3vw, 2.75rem); }
.faq__list {
  display: grid;
  gap: 0;
}
.faq__list > div {
  padding: 1.4rem 0;
  border-top: 1px solid var(--line);
}
.faq__list > div:last-child { border-bottom: 1px solid var(--line); }
.faq__list dt {
  font-family: var(--font-display);
  font-size: var(--step-1);
  font-weight: 600;
  margin-bottom: 0.45rem;
}
.faq__list dd { color: var(--ink-soft); }
.faq__list a { color: var(--accent); }

@media (min-width: 768px) {
  .faq__list { grid-template-columns: 1fr 1fr; column-gap: 2.75rem; }
  .faq__list > div:nth-child(1),
  .faq__list > div:nth-child(2) { border-top: 1px solid var(--rule); }
}

/* --- Contact: form left, meta right --- */
.contact__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.contact__note {
  margin: 0.75rem 0 1.5rem;
  color: var(--ink-soft);
  font-style: italic;
}
.contact__form .field { margin-bottom: 1rem; }
.contact__form input,
.contact__form textarea,
.contact__form select {
  width: 100%;
  border-radius: 0;
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 0.85em 1em;
}
.contact__form select { appearance: auto; }
.contact__form input:focus,
.contact__form textarea:focus,
.contact__form select:focus {
  border-color: var(--accent);
  outline: none;
}
.contact__list {
  list-style: none;
  margin-top: 1.25rem;
}
.contact__list li {
  padding: 0.9rem 0;
  border-top: 1px solid var(--line);
}
.contact__list li:last-child { border-bottom: 1px solid var(--line); }
.contact__list span {
  display: block;
  font-size: var(--step--1);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 0.2rem;
}
.contact__list a { color: var(--accent); }

@media (min-width: 768px) {
  .contact__grid { grid-template-columns: 1.05fr 0.95fr; }
}

/* --- Footer --- */
.site-footer {
  background: var(--bg-alt);
  border-top: 2px solid var(--rule);
}
.site-footer__grid {
  display: grid;
  gap: 1.5rem;
}
.site-footer__brand {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.82rem;
  margin-bottom: 0.4rem;
}
.site-footer nav {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.site-footer nav a {
  font-style: italic;
  text-decoration: none;
}
.site-footer nav a:hover { color: var(--accent); }
.site-footer a { color: inherit; }

@media (min-width: 768px) {
  .site-footer__grid { grid-template-columns: 1.4fr 1fr 1.2fr 0.8fr; }
}

@media (min-width: 1440px) {
  .hero h1 { letter-spacing: -0.035em; }
}

@media (max-width: 374px) {
  .folio__row { grid-template-columns: 3.2rem 1fr; }
  .svc { grid-template-columns: 1.8rem 1fr; }
}

[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}
[data-reveal].is-visible { opacity: 1; transform: none; }
