/* ===== /organize — Magazine SEO landing ===== */
/* Accent: pale brass #C9A86A (replaces terracotta throughout) */

:root {
  --brass: #C9A86A;
}

/* Hero — full-bleed magazine cover */
.org-hero {
  position: relative;
  height: 88vh;
  min-height: 720px;
  margin: 0 24px 0;
  border-radius: 4px;
  overflow: hidden;
  isolation: isolate;
}
.org-hero .img {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  animation: kenburns-org 22s ease-in-out infinite alternate;
}
.org-hero::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(14,12,9,0.55) 0%, rgba(14,12,9,0.12) 30%, rgba(14,12,9,0.88) 100%);
  z-index: 1;
}
@keyframes kenburns-org {
  from { transform: scale(1.0) translate(0,0); }
  to   { transform: scale(1.11) translate(-1.5%, -2%); }
}

/* Top masthead bar inside hero */
.cover-masthead {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  padding: 22px 36px 16px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(239,229,207,0.85);
  border-bottom: 1px solid rgba(239,229,207,0.18);
}
.cover-masthead .ctr { color: var(--brass); }
.cover-masthead .right { letter-spacing: 0.32em; }

/* Cover content — masthead-style overlay */
.cover-content {
  position: absolute;
  z-index: 3;
  left: 0; right: 0; bottom: 0;
  padding: 48px 56px 56px;
  color: var(--ink);
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: end;
}
.cover-eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.cover-eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px; height: 1px;
  background: var(--brass);
}
.cover-content h1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(56px, 7vw, 112px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  color: #FFF7E5;
  text-shadow: 0 2px 30px rgba(0,0,0,0.35);
  max-width: 14ch;
}
.cover-content h1 em {
  font-style: italic;
  color: var(--brass);
}
.cover-content .deck {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(19px, 1.4vw, 23px);
  line-height: 1.5;
  color: rgba(239,229,207,0.92);
  max-width: 36ch;
  margin: 0;
  padding-left: 18px;
  border-left: 2px solid rgba(201,168,106,0.45);
}
.cover-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 36px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(239,229,207,0.18);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(239,229,207,0.7);
}
.cover-meta .k { color: rgba(239,229,207,0.45); display: block; margin-bottom: 4px; font-size: 9px; }
.cover-meta .v { color: var(--ink); font-family: "Playfair Display", serif; font-style: italic; font-size: 16px; letter-spacing: 0.02em; text-transform: none; }

/* ===== Page chrome ===== */
.section-folio {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-mute);
  border-top: 1px solid var(--rule);
  padding: 14px 0 10px;
  margin: 0 0 44px;
}
.section-folio .pg { color: var(--brass); }

/* ===== Long-form intro essay ===== */
.essay {
  padding: 110px 0 80px;
  position: relative;
}
.essay-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 56px;
}
.essay-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.essay-side {
  position: sticky;
  top: 80px;
}
.essay-side h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 1.0;
  margin: 0 0 20px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.essay-side h2 em {
  font-style: italic;
  color: var(--brass);
}
.essay-side .by {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.essay-body {
  font-family: "Playfair Display", serif;
  font-size: 19px;
  line-height: 1.65;
  color: var(--ink-soft);
}
.essay-body p { margin: 0 0 1.2em; }
.essay-body p.dropcap::first-letter {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 88px;
  float: left;
  line-height: 0.9;
  margin: 6px 12px -4px 0;
  color: var(--brass);
}
.essay-body em { color: var(--ink); font-style: italic; }
.essay-body .pull {
  font-style: italic;
  font-size: 26px;
  line-height: 1.4;
  color: var(--ink);
  border-left: 2px solid var(--brass);
  padding: 8px 0 8px 24px;
  margin: 28px 0;
  max-width: 30ch;
}

/* dropcap toggle */
.no-dropcap .essay-body p.dropcap::first-letter {
  font-size: inherit;
  float: none;
  line-height: inherit;
  margin: 0;
  color: inherit;
}

/* ===== Editor's Pick — featured spread ===== */
.pick {
  margin: 60px 24px 100px;
  position: relative;
}
.pick-spread {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  background: #15130F;
  border: 1px solid var(--rule);
  border-radius: 4px;
  overflow: hidden;
}
.pick-img {
  background-size: cover;
  background-position: center;
  min-height: 620px;
  position: relative;
}
.pick-img .stamp {
  position: absolute;
  top: 28px; left: 28px;
  width: 110px; height: 110px;
  border-radius: 50%;
  background: var(--brass);
  color: #15120A;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.1;
  transform: rotate(-12deg);
  box-shadow: 0 14px 28px rgba(0,0,0,0.4);
  letter-spacing: 0.02em;
}
.pick-img .stamp small { display: block; font-family: "JetBrains Mono", monospace; font-size: 9px; letter-spacing: 0.3em; font-style: normal; opacity: 0.85; margin-top: 4px; }
.pick-text {
  padding: 64px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pick-text .eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 18px;
}
.pick-text h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(36px, 3.6vw, 54px);
  line-height: 1.05;
  margin: 0 0 20px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.pick-text h3 em { font-style: italic; color: var(--brass); }
.pick-text p {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 0 24px;
  max-width: 42ch;
}
.pick-text .meta {
  display: flex;
  gap: 22px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin-bottom: 32px;
}
.pick-text .meta span { display: flex; align-items: center; gap: 8px; }
.pick-text .meta .dot { width: 4px; height: 4px; background: var(--brass); border-radius: 50%; display: inline-block; }
.pick-text .read {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--ink);
  color: var(--espresso-deep);
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 999px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  transition: transform 0.2s, background 0.2s;
}
.pick-text .read:hover { transform: translateX(4px); background: var(--brass); color: #15120A; }

/* ===== Rooms — accordion ===== */
.rooms-section {
  padding: 100px 0 80px;
  position: relative;
}
.rooms-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 56px;
}
.rooms-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 32px;
  margin-bottom: 56px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--rule);
}
.rooms-head h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(48px, 5.4vw, 84px);
  line-height: 1.0;
  margin: 0;
  color: var(--ink);
  letter-spacing: -0.02em;
  max-width: 18ch;
}
.rooms-head h2 em { font-style: italic; color: var(--brass); }
.rooms-head .deck {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 32ch;
  margin: 0;
}

/* Accordion variant — 2 rows × 5 panels */
.rooms-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.acc-row {
  display: flex;
  gap: 14px;
  height: 340px;
}
.acc-panel {
  flex: 1 1 0;
  min-width: 70px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  transition: flex-grow 0.55s cubic-bezier(0.6, 0.05, 0.2, 1);
  background: #15130F;
  border: 1px solid var(--rule);
  text-decoration: none;
  color: inherit;
  display: block;
}
.acc-panel.is-open { flex-grow: 5; }
.acc-panel .ap-img {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  filter: saturate(0.75) contrast(0.9) brightness(0.5);
  transition: filter 0.55s, transform 0.8s;
}
.acc-panel.is-open .ap-img {
  filter: saturate(0.92) contrast(0.98) brightness(0.82);
  transform: scale(1.04);
}
.acc-panel::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,12,9,0.12) 30%, rgba(14,12,9,0.92) 100%);
  pointer-events: none;
  z-index: 1;
}
.acc-panel .ap-num {
  position: absolute;
  top: 18px; left: 18px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.28em;
  color: var(--brass);
  z-index: 3;
}
.acc-panel .ap-vname {
  position: absolute;
  left: 50%;
  bottom: 28px;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 400;
  color: #FFF7E5;
  white-space: nowrap;
  z-index: 3;
  letter-spacing: -0.005em;
  transform-origin: left bottom;
  transform: translateX(-50%) rotate(-90deg) translateX(50%);
  transition: opacity 0.25s;
}
.acc-panel.is-open .ap-vname { opacity: 0; pointer-events: none; }

.acc-panel .ap-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 32px;
  z-index: 3;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s 0.15s, transform 0.4s 0.15s;
  pointer-events: none;
}
.acc-panel.is-open .ap-content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.acc-panel .ap-content h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.0;
  margin: 0 0 8px;
  color: #FFF7E5;
  letter-spacing: -0.01em;
}
.acc-panel .ap-content h3 em { font-style: italic; color: var(--brass); }
.acc-panel .ap-content .ap-desc {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(239,229,207,0.85);
  margin: 0 0 12px;
  max-width: 36ch;
}
.acc-panel .ap-content .ap-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(239,229,207,0.7);
}
.acc-panel .ap-content .ap-meta strong { color: var(--brass); font-weight: 500; }
.acc-panel .ap-content .ap-meta .arrow {
  margin-left: auto;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: none;
  color: #FFF7E5;
}
@media (max-width: 1100px) {
  .acc-row { flex-direction: column; height: auto; gap: 10px; }
  .acc-panel { height: 80px; flex: 0 0 80px; }
  .acc-panel.is-open { flex: 0 0 320px; }
  .acc-panel .ap-vname {
    transform: none;
    left: 24px;
    bottom: auto;
    top: 50%;
    translate: 0 -50%;
  }
  .acc-panel .ap-content { padding: 20px 24px; }
}

/* ===== Filter pills (skill / time) ===== */
.filters {
  margin: 60px 24px;
  padding: 50px 56px;
  background: #15130F;
  border: 1px solid var(--rule);
  border-radius: 4px;
}
.filters-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}
.filter-block .label {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 18px;
  display: block;
}
.filter-block h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  line-height: 1.1;
  margin: 0 0 24px;
  color: var(--ink);
}
.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pill {
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--rule);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}
.pill:hover { border-color: var(--brass); color: var(--brass); }
.pill .ct { font-family: "JetBrains Mono", monospace; font-size: 10px; color: var(--ink-mute); }
.pill:hover .ct { color: var(--brass); }

/* ===== Organize vs Hire-a-pro decision ===== */
.decide {
  padding: 100px 56px;
  max-width: 1400px;
  margin: 0 auto;
}
.decide-head { margin-bottom: 56px; max-width: 60ch; }
.decide-head h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 1.0;
  margin: 0 0 18px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.decide-head h2 em { font-style: italic; color: var(--brass); }
.decide-head .deck {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 19px;
  line-height: 1.5;
  color: var(--ink-soft);
}
.decide-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--rule);
  border-radius: 4px;
  overflow: hidden;
}
.decide-col {
  padding: 48px;
  position: relative;
}
.decide-col + .decide-col { border-left: 1px solid var(--rule); }
.decide-col .label {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 12px;
  display: block;
}
.decide-col h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.0;
  margin: 0 0 24px;
  color: var(--ink);
}
.decide-col h3 em { font-style: italic; }
.decide-col ul { list-style: none; padding: 0; margin: 0; }
.decide-col li {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-soft);
  padding: 12px 0;
  border-bottom: 1px dashed var(--rule);
  display: flex;
  gap: 14px;
  align-items: baseline;
}
.decide-col li:last-child { border-bottom: none; }
.decide-col li::before {
  content: "—";
  color: var(--brass);
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  flex-shrink: 0;
}

/* ===== Common mistakes ===== */
.mistakes {
  padding: 100px 56px;
  background: #15130F;
}
.mistakes-wrap { max-width: 1400px; margin: 0 auto; }
.mistakes-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 60px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--rule);
}
.mistakes-head h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(44px, 4.8vw, 72px);
  line-height: 1.0;
  margin: 0;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.mistakes-head h2 em { font-style: italic; color: var(--brass); }
.mistakes-head .num {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-mute);
  text-align: right;
}
.mistakes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.mistake {
  padding: 36px 36px 36px 0;
  border-top: 1px solid var(--rule);
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
}
.mistake:nth-child(2n) { padding-left: 36px; padding-right: 0; }
.mistake:nth-child(odd) { border-right: 1px solid var(--rule); }
.mistake .n {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 48px;
  line-height: 1;
  color: var(--brass);
}
.mistake h4 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.15;
  margin: 0 0 10px;
  color: var(--ink);
}
.mistake p {
  font-family: "Playfair Display", serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}

/* ===== FAQ ===== */
.faq {
  padding: 100px 56px;
  max-width: 1100px;
  margin: 0 auto;
}
.faq-head { margin-bottom: 60px; max-width: 50ch; }
.faq-head .label {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 14px;
  display: block;
}
.faq-head h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 1.0;
  margin: 0 0 18px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.faq-head h2 em { font-style: italic; color: var(--brass); }
.faq-list { border-top: 1px solid var(--rule); }
.faq-item {
  border-bottom: 1px solid var(--rule);
  padding: 28px 0;
  cursor: pointer;
}
.faq-q {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 28px;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400;
  color: var(--ink);
  line-height: 1.3;
}
.faq-q .toggle {
  font-family: "JetBrains Mono", monospace;
  font-size: 18px;
  color: var(--brass);
  font-weight: 400;
  transition: transform 0.3s;
}
.faq-item.open .faq-q .toggle { transform: rotate(45deg); }
.faq-a {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-soft);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding-top: 0;
  padding-right: 60px;
}
.faq-item.open .faq-a {
  max-height: 400px;
  padding-top: 18px;
}

/* ===== End-of-issue colophon ===== */
.colophon {
  text-align: center;
  padding: 110px 32px;
  position: relative;
  border-top: 1px solid var(--rule);
  margin: 60px 24px 0;
}
.colophon::before { content: "❋"; display: block; font-size: 24px; color: var(--brass); margin-bottom: 24px; }
.colophon h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(40px, 4.4vw, 64px);
  line-height: 1.0;
  margin: 0 0 18px;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.colophon h2 em { font-style: italic; color: var(--brass); }
.colophon p {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 19px;
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 50ch;
  margin: 0 auto 32px;
}
.colophon .go {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--ink);
  color: var(--espresso-deep);
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 999px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  transition: transform 0.2s, background 0.2s;
}
.colophon .go:hover { transform: translateX(4px); background: var(--brass); color: #15120A; }

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .essay-grid { grid-template-columns: 1fr; gap: 36px; }
  .essay-side { position: static; }
  .pick-spread { grid-template-columns: 1fr; }
  .pick-img { min-height: 380px; }
  .cover-content { grid-template-columns: 1fr; gap: 28px; }
  .decide-cols { grid-template-columns: 1fr; }
  .decide-col + .decide-col { border-left: none; border-top: 1px solid var(--rule); }
  .filters-grid { grid-template-columns: 1fr; gap: 36px; }
  .mistakes-grid { grid-template-columns: 1fr; }
  .mistake:nth-child(odd) { border-right: none; }
  .mistake:nth-child(2n) { padding-left: 0; }
}
@media (max-width: 720px) {
  .essay-wrap { padding: 0 24px; }
  .pick-text { padding: 36px 24px; }
  .rooms-wrap { padding: 0 20px; }
  .decide { padding: 80px 24px; }
  .mistakes { padding: 80px 24px; }
  .faq { padding: 80px 24px; }
  .filters { padding: 36px 24px; margin: 40px 12px; }
  .cover-content { padding: 28px 24px 36px; }
  .cover-masthead { padding: 16px 20px 12px; }
}
