/* ==========================================================================
   ES TREID TOV — magazine-split
   Newsprint, ink, cinnabar. Folio captions, facing-page splits, sharp rules.
   Not Pisika dark-amber, not Seirima bento emerald, not Desall cream-terracotta.
   ========================================================================== */

:root {
  --bg: #f3eee4;
  --bg-alt: #e8e0d2;
  --bg-deep: #1b1612;
  --ink: #1b1612;
  --ink-soft: #6a6258;
  --ink-invert: #f3eee4;
  --accent: #c4452d;
  --accent-soft: #f0d6cf;
  --line: #d4cbbd;

  --font-display: Fraunces, 'Times New Roman', Georgia, serif;
  --font-body: 'Segoe UI', -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  --tracking-display: -0.03em;
  --radius: 0;
  --radius-lg: 0;
  --container: 1180px;
  --shadow: none;
}

html { scroll-padding-top: 4.75rem; }

.folio {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.85rem;
}

.eyebrow { color: var(--accent); }

.site-header {
  background: color-mix(in srgb, var(--bg) 90%, 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;
  text-decoration: none;
}
.site-header__name {
  display: grid;
  line-height: 1.15;
}
.site-header__code {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
}
.site-header__legal {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.brand-mark { display: grid; flex-shrink: 0; }
.brand-mark svg { display: block; }
.nav a { letter-spacing: 0.04em; text-transform: uppercase; font-size: 0.72rem; }
.nav .btn { text-transform: uppercase; }
.btn { border-radius: 0; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.72rem; }
.btn--primary { background: var(--accent); color: var(--ink-invert); }
.btn--ghost { border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--ink-invert); }

.field input,
.field textarea,
.field select {
  border-radius: 0;
  background: var(--bg);
  border-color: var(--line);
}
.field select { padding: 0.85em 1em; }

/* --- HERO: facing spread --- */
.hero {
  display: grid;
  min-height: calc(100svh - 4.5rem);
  background: var(--bg);
}
.hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(2rem, 6vw, 5rem) clamp(1.25rem, 5vw, 4.5rem);
  border-bottom: 1px solid var(--line);
}
.hero h1 {
  font-style: italic;
  font-weight: 500;
  max-width: 16ch;
  margin-bottom: 1.25rem;
}
.hero .lede { max-width: 38ch; }
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
.hero__media {
  position: relative;
  margin: 0;
  min-height: 52vw;
  background: var(--bg-alt);
}
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 52vw;
}
.hero__media figcaption,
.about__media figcaption,
.still figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-invert);
  background: color-mix(in srgb, var(--bg-deep) 72%, transparent);
  padding: 0.35rem 0.65rem;
}

@media (min-width: 900px) {
  .hero {
    grid-template-columns: 1fr 1.15fr;
    min-height: calc(100svh - 72px);
  }
  .hero__copy {
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }
  .hero__media,
  .hero__media img { min-height: 100%; }
}

/* --- LANES --- */
.lanes { padding-block: 0; }
.lanes .container { padding-block: clamp(3rem, 6vw, 5.5rem) 0; }
.lanes h2 {
  font-style: italic;
  font-weight: 500;
  max-width: 16ch;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.lanes__spread {
  display: grid;
  border-top: 1px solid var(--line);
}
.lane {
  padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 5vw, 4.5rem);
}
.lane--trade {
  background: var(--bg-deep);
  color: var(--ink-invert);
}
.lane--trade .lane__kicker,
.lane--trade .lane__link { color: var(--accent); }
.lane--trade p { color: color-mix(in srgb, var(--ink-invert) 78%, transparent); }
.lane--retail { background: var(--bg-alt); }
.lane__kicker {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 1rem;
}
.lane h3 {
  font-style: italic;
  font-weight: 500;
  margin-bottom: 1rem;
}
.lane__link {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
}

@media (min-width: 800px) {
  .lanes__spread { grid-template-columns: 1fr 1fr; }
  .lane--trade { border-right: 1px solid color-mix(in srgb, var(--ink-invert) 12%, transparent); }
}

/* --- ABOUT --- */
.about {
  display: grid;
  padding: 0;
}
.about__media {
  position: relative;
  margin: 0;
  background: var(--bg-alt);
}
.about__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}
.about__copy {
  padding: clamp(2.5rem, 6vw, 5.5rem) clamp(1.25rem, 5vw, 4.5rem);
}
.about__copy h2 {
  font-style: italic;
  font-weight: 500;
  max-width: 14ch;
  margin-bottom: 1.25rem;
}
.about__copy blockquote {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-family: var(--font-display);
  font-style: italic;
  font-size: var(--step-1);
  max-width: 32ch;
}

@media (min-width: 900px) {
  .about { grid-template-columns: 0.9fr 1.1fr; }
  .about__media img { min-height: 100%; }
}

/* --- FOLIO LIST --- */
.lines { padding-block: var(--section-y); }
.section__head { max-width: 36rem; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.section__head h2 { font-style: italic; font-weight: 500; }
.section__head .lede { margin-top: 0.85rem; }

.folio-list {
  list-style: none;
  padding: 0;
  border-top: 1px solid var(--line);
}
.folio-list li {
  display: grid;
  gap: 0.75rem 1.5rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line);
}
.folio-list__no {
  font-family: var(--font-display);
  font-style: italic;
  font-size: var(--step-3);
  color: var(--accent);
  line-height: 1;
}
.folio-list h3 { font-weight: 600; margin-bottom: 0.5rem; }

@media (min-width: 700px) {
  .folio-list li { grid-template-columns: 4.5rem 1fr; align-items: start; }
}

/* --- DESK --- */
.desk { padding-block: var(--section-y); }
.desk__grid { display: grid; gap: clamp(2rem, 5vw, 4rem); }
.desk__intro h2 { font-style: italic; font-weight: 500; max-width: 14ch; }
.desk__intro .lede { margin-top: 1rem; }
.desk .folio { color: var(--accent); }
.desk__steps {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0;
}
.desk__steps li {
  padding: 1.5rem 0;
  border-top: 1px solid color-mix(in srgb, var(--ink-invert) 16%, transparent);
}
.desk__no {
  display: block;
  font-family: var(--font-display);
  font-style: italic;
  color: var(--accent);
  font-size: var(--step-2);
  margin-bottom: 0.4rem;
}
.desk__steps h3 { font-size: var(--step-1); margin-bottom: 0.5rem; }
.desk__steps p { color: color-mix(in srgb, var(--ink-invert) 74%, transparent); }

@media (min-width: 900px) {
  .desk__grid { grid-template-columns: 0.8fr 1.2fr; align-items: start; }
}

/* --- ROOMS --- */
.rooms { display: grid; }
.room {
  position: relative;
  min-height: 70vw;
}
.room figure { margin: 0; height: 100%; }
.room img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 70vw;
}
.room__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem 1.25rem;
  background: linear-gradient(transparent, color-mix(in srgb, var(--bg-deep) 82%, transparent));
  color: var(--ink-invert);
}
.room__caption h2 {
  font-style: italic;
  font-weight: 500;
  font-size: var(--step-3);
}
.room__caption p { max-width: 36ch; color: color-mix(in srgb, var(--ink-invert) 82%, transparent); }
.room__caption .folio { color: var(--accent); }

@media (min-width: 800px) {
  .rooms { grid-template-columns: 1fr 1.15fr; }
  .room,
  .room img { min-height: 78vh; }
}

/* --- STILLS --- */
.split-stills {
  display: grid;
  padding: 0;
  border-top: 1px solid var(--line);
}
.still {
  position: relative;
  margin: 0;
  background: var(--bg-alt);
}
.still img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 56vw;
}
@media (min-width: 800px) {
  .split-stills { grid-template-columns: 0.85fr 1.15fr; }
  .still img { min-height: 62vh; }
}

/* --- FAQ --- */
.faq__grid { display: grid; gap: clamp(2rem, 4vw, 3.5rem); }
.faq h2 { font-style: italic; font-weight: 500; max-width: 14ch; }
.faq__list { display: grid; gap: 0; }
.faq__list article {
  padding: 1.4rem 0;
  border-top: 1px solid var(--line);
}
.faq__list article:last-child { border-bottom: 1px solid var(--line); }
.faq__list h3 { font-size: var(--step-1); margin-bottom: 0.45rem; }

@media (min-width: 860px) {
  .faq__grid { grid-template-columns: 0.7fr 1.3fr; }
}

/* --- CONTACT --- */
.contact { padding-block: var(--section-y); border-top: 1px solid var(--line); }
.contact__spread { display: grid; gap: clamp(2rem, 5vw, 4rem); }
.contact h2 { font-style: italic; font-weight: 500; }
.contact .lede { margin: 0.85rem 0 1.75rem; }
.contact__facts {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
.contact__facts dt {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.3rem;
}
.contact__form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--line);
  background: var(--bg-alt);
}

@media (min-width: 900px) {
  .contact__spread { grid-template-columns: 1fr 1fr; align-items: start; }
}

/* --- FOOTER --- */
.footer__grid {
  display: grid;
  gap: var(--gap);
}
.footer__label {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.6rem;
}
.footer__nav { list-style: none; padding: 0; }
.footer__nav a { text-decoration: none; }
.footer__nav a:hover { color: var(--accent); }
.footer__logo { margin-bottom: 0.85rem; }

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

@media (max-width: 374px) {
  .hero h1 { font-size: var(--step-3); }
}
