/* ============================================================
   Editorial overrides — unwritten.studio-inspired layout
   for Timo Tischer's homepage rework
   ============================================================ */

/* ---------- ATMOSPHERIC HERO ---------- */
.ed-hero {
  position: relative;
  padding: 0;
  margin: 0;
  background: var(--tt-warm-white);
}
.ed-hero__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 88vh;
  overflow: hidden;
  background: var(--tt-cream);
}
.ed-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(0.98);
}
.ed-hero__media--portrait { aspect-ratio: 16 / 8; max-height: 78vh; background: #1d2329; }
.ed-hero__media--portrait img {
  object-position: center 22%;
  filter: saturate(0.95) contrast(1.02);
}
.ed-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(24,24,22,0.18) 0%,
    rgba(24,24,22,0.02) 35%,
    rgba(24,24,22,0.0) 60%,
    rgba(250,248,245,0.85) 100%
  );
  pointer-events: none;
}
.ed-hero__media--portrait::after {
  background: linear-gradient(
    180deg,
    rgba(24,24,22,0.0) 0%,
    rgba(24,24,22,0.0) 55%,
    rgba(250,248,245,0.6) 88%,
    rgba(250,248,245,1) 100%
  );
}
.ed-hero__media img.ed-hero__monogram,
img.ed-hero__monogram {
  position: absolute;
  top: var(--space-8);
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 84px;
  object-fit: contain;
  z-index: 2;
  filter: drop-shadow(0 2px 14px rgba(24,24,22,0.25));
}
img.ed-hero__monogram--inline {
  position: static;
  transform: none;
  width: 56px;
  height: 56px;
  margin: 0 auto var(--space-5);
  display: block;
  filter: none;
}
.ed-hero__intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding: var(--space-9) var(--space-6) var(--space-8);
  position: relative;
  margin-top: -80px;
  z-index: 3;
}
.ed-hero__title {
  font-family: var(--font-sans);
  font-weight: var(--fw-medium);
  font-size: clamp(48px, 6.4vw, 84px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--fg);
  margin: 0 0 var(--space-6);
  text-wrap: balance;
}
.ed-hero__title em {
  font-style: italic;
  font-weight: var(--fw-light);
  color: var(--tt-sand-deep);
}
.ed-hero__lead {
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.7;
  color: var(--fg-muted);
  max-width: 620px;
  margin: 0 auto var(--space-7);
  text-wrap: pretty;
}
.ed-hero__ctas {
  display: inline-flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.ed-hero__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: var(--space-7);
  font-family: var(--font-sans);
  font-weight: var(--fw-regular);
  font-size: var(--fs-eyebrow);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--fg-muted);
}
.ed-hero__meta-line { width: 32px; height: 0.5px; background: var(--border-strong); }

/* ---------- EYEBROW ROW ---------- */
.ed-eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: var(--font-sans);
  font-weight: var(--fw-regular);
  font-size: var(--fs-eyebrow);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: var(--space-6);
}
.ed-eyebrow-row__line { width: 32px; height: 0.5px; background: var(--border-strong); }

/* ---------- WIDE FEATURE IMAGE ---------- */
.ed-feature-img {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}
.ed-feature-img__inner {
  width: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  border-radius: var(--radius-2xl);
  background: var(--tt-cream);
}
.ed-feature-img__inner img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- PRINCIPLES (Funke/Schmiede/Sog pattern) ---------- */
.ed-principles {
  padding: var(--space-10) 0 var(--space-9);
}
.ed-principles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-8);
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}
@media (max-width: 900px) {
  .ed-principles__grid { grid-template-columns: 1fr; gap: var(--space-7); }
}
.ed-principle {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  position: relative;
  padding-top: var(--space-6);
  border-top: 0.5px solid var(--border-strong);
}
.ed-principle__num {
  position: absolute;
  top: var(--space-3);
  right: 0;
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--fg-muted);
}
.ed-principle__word {
  font-family: var(--font-sans);
  font-weight: var(--fw-medium);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--fg);
  margin: 0;
}
.ed-principle__sub {
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-style: italic;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--tt-sand-deep);
  margin: 0 0 var(--space-3);
}
.ed-principle__body {
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-size: 15px;
  line-height: 1.65;
  color: var(--fg-muted);
  margin: 0;
  max-width: 32ch;
}

/* ---------- QUOTES (carousel-style track) ---------- */
.ed-quotes {
  padding: var(--space-9) 0;
  background: var(--tt-cream);
  border-top: 0.5px solid var(--border);
  border-bottom: 0.5px solid var(--border);
}
.ed-quotes__head {
  max-width: 1120px;
  margin: 0 auto var(--space-7);
  padding: 0 var(--space-6);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--space-5);
}
.ed-quotes__title {
  font-family: var(--font-sans);
  font-weight: var(--fw-medium);
  font-size: clamp(32px, 3.4vw, 44px);
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--fg);
  margin: 0;
}
.ed-quotes__nav {
  display: flex;
  gap: 10px;
}
.ed-quotes__btn {
  width: 44px; height: 44px;
  border-radius: 999px;
  border: 0.5px solid var(--border-strong);
  background: transparent;
  cursor: pointer;
  display: grid; place-items: center;
  color: var(--fg);
  transition: background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);
}
.ed-quotes__btn:hover { background: var(--tt-sand-pale); border-color: var(--fg); }
.ed-quotes__track-wrap {
  overflow: hidden;
  padding: 0 var(--space-6);
}
.ed-quotes__track {
  display: flex;
  gap: var(--space-5);
  transition: transform 480ms var(--ease-out);
  max-width: 1120px;
  margin: 0 auto;
  will-change: transform;
}
.ed-quote-card {
  flex: 0 0 calc((100% - var(--space-5) * 2) / 3);
  background: var(--tt-warm-white);
  border: 0.5px solid var(--border);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  min-height: 280px;
}
@media (max-width: 900px) {
  .ed-quote-card { flex-basis: calc((100% - var(--space-5)) / 2); }
}
@media (max-width: 640px) {
  .ed-quote-card { flex-basis: 100%; }
}
.ed-quote-card__mark {
  font-family: var(--font-sans);
  font-weight: var(--fw-medium);
  font-size: 48px;
  line-height: 0.5;
  letter-spacing: -0.04em;
  color: var(--tt-green);
}
.ed-quote-card__text {
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: var(--fg);
  margin: 0;
  text-wrap: pretty;
}
.ed-quote-card__who {
  margin-top: auto;
  padding-top: var(--space-4);
  border-top: 0.5px solid var(--border);
}
.ed-quote-card__name {
  font-family: var(--font-sans);
  font-weight: var(--fw-medium);
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--fg);
}
.ed-quote-card__role {
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-size: 13px;
  color: var(--fg-muted);
  margin-top: 2px;
}

/* ---------- PROSE INTRO BLOCK ---------- */
.ed-prose {
  max-width: 760px;
  margin: 0 auto;
  padding: var(--space-10) var(--space-6);
  text-align: center;
}
.ed-prose__eyebrow {
  font-family: var(--font-sans);
  font-weight: var(--fw-regular);
  font-size: var(--fs-eyebrow);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: var(--space-5);
}
.ed-prose__title {
  font-family: var(--font-sans);
  font-weight: var(--fw-medium);
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: var(--fg);
  margin: 0 0 var(--space-6);
  text-wrap: balance;
}
.ed-prose__title em {
  font-style: italic;
  font-weight: var(--fw-light);
  color: var(--tt-sand-deep);
}
.ed-prose__body {
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-size: 18px;
  line-height: 1.7;
  color: var(--fg-muted);
  margin: 0 auto var(--space-5);
  max-width: 620px;
  text-wrap: pretty;
}

/* ---------- SHOWCASE GRID (Programm-Phasen) ---------- */
.ed-showcase {
  padding: 0 0 var(--space-10);
}
.ed-showcase__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-6);
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}
@media (max-width: 960px) {
  .ed-showcase__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .ed-showcase__grid { grid-template-columns: 1fr; }
}
.ed-show {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  text-decoration: none;
  border: none;
  padding: var(--space-6);
  background: var(--tt-cream);
  border-radius: var(--radius-lg);
  border: 0.5px solid var(--border);
  transition: background var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);
}
.ed-show:hover {
  background: var(--tt-sand-pale);
  border-color: var(--border-strong);
  transform: translateY(-2px);
}
.ed-show__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: var(--tt-green-deep);
  background: var(--tt-warm-white);
  border-radius: var(--radius-md);
  border: 0.5px solid var(--border);
  margin-bottom: var(--space-3);
  transition: color var(--dur-base) var(--ease-out);
}
.ed-show:hover .ed-show__icon { color: var(--tt-sand-deep); }
.ed-show__icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.5;
}
.ed-show__phase {
  font-family: var(--font-sans);
  font-weight: var(--fw-regular);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tt-sand-deep);
  margin: 0;
}
.ed-show__title {
  font-family: var(--font-sans);
  font-weight: var(--fw-medium);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--fg);
  margin: 0;
  text-wrap: balance;
}
.ed-show__body {
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-size: 14px;
  line-height: 1.55;
  color: var(--fg-muted);
  margin: 0;
}
.ed-showcase__note {
  max-width: 1120px;
  margin: var(--space-7) auto 0;
  padding: 0 var(--space-6);
  text-align: center;
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-size: 17px;
  line-height: 1.6;
  color: var(--fg-muted);
}
.ed-showcase__note a {
  color: var(--tt-sand-deep);
  text-decoration: none;
  border-bottom: 1px solid var(--border-strong);
  padding-bottom: 1px;
  transition: border-color var(--dur-fast) var(--ease-out);
}
.ed-showcase__note a:hover { border-bottom-color: var(--tt-sand-deep); }

/* ---------- ABOUT (editorial portrait + sig) ---------- */
.ed-about {
  background: var(--tt-cream);
  padding: var(--space-10) 0;
  border-top: 0.5px solid var(--border);
}
.ed-about__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 var(--space-6);
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: var(--space-9);
  align-items: stretch;
}
@media (max-width: 820px) {
  .ed-about__inner { grid-template-columns: 1fr; gap: var(--space-7); }
}
.ed-about__media {
  overflow: hidden;
  border-radius: var(--radius-2xl);
  background: var(--tt-sand-pale);
  min-height: 100%;
}
@media (max-width: 820px) {
  .ed-about__media { aspect-ratio: 4 / 5; min-height: 0; }
}
.ed-about__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.ed-about__copy { display: flex; flex-direction: column; gap: var(--space-5); }
.ed-about__title {
  font-family: var(--font-sans);
  font-weight: var(--fw-medium);
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin: 0;
  text-wrap: balance;
}
.ed-about__title em {
  font-style: italic;
  font-weight: var(--fw-light);
  color: var(--tt-sand-deep);
}
.ed-about__copy p {
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-size: 17px;
  line-height: 1.7;
  color: var(--fg-muted);
  margin: 0;
  max-width: 56ch;
}
.ed-about__pullquote {
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-style: italic;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin: var(--space-3) 0;
  padding-left: var(--space-5);
  border-left: 1.5px solid var(--tt-green);
  max-width: 48ch;
}
.ed-about__sig {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: var(--space-3);
  font-family: var(--font-sans);
  font-weight: var(--fw-regular);
  font-size: 14px;
  color: var(--fg);
}
.ed-about__sig-line { width: 40px; height: 0.5px; background: var(--border-strong); }

/* ---------- CONTRAST / COMPARE BLOCK ---------- */
.ed-compare {
  padding: var(--space-10) 0;
}
.ed-compare__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}
.ed-compare__head {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-bottom: var(--space-8);
  max-width: 720px;
}
.ed-compare__title {
  font-family: var(--font-sans);
  font-weight: var(--fw-medium);
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin: 0;
  text-wrap: balance;
}
.ed-compare__title em {
  font-style: italic;
  font-weight: var(--fw-light);
  color: var(--tt-sand-deep);
}
.ed-compare__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
}
@media (max-width: 760px) {
  .ed-compare__grid { grid-template-columns: 1fr; }
}
.ed-compare__col {
  border-top: 0.5px solid var(--border-strong);
  padding-top: var(--space-5);
}
.ed-compare__col h3 {
  font-family: var(--font-sans);
  font-weight: var(--fw-medium);
  font-size: 18px;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--fg-muted);
  margin: 0 0 var(--space-5);
}
.ed-compare__col--mine h3 { color: var(--tt-green-deep); }
.ed-compare__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.ed-compare__list li {
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-size: 17px;
  line-height: 1.55;
  color: var(--fg);
  padding: var(--space-4) 0;
  border-bottom: 0.5px solid var(--border);
  display: flex;
  gap: var(--space-4);
}
.ed-compare__list li::before {
  content: "—";
  color: var(--tt-text-gray);
  flex-shrink: 0;
  width: 16px;
}
.ed-compare__col--mine .ed-compare__list li::before {
  color: var(--tt-green);
}

/* ---------- THEMES LINK GRID (Abtauchen-style) ---------- */
.ed-themes {
  padding: var(--space-10) 0;
  background: var(--tt-cream);
  border-top: 0.5px solid var(--border);
  border-bottom: 0.5px solid var(--border);
}
.ed-themes__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}
.ed-themes__head { max-width: 640px; margin-bottom: var(--space-8); }
.ed-themes__title {
  font-family: var(--font-sans);
  font-weight: var(--fw-medium);
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin: 0 0 var(--space-4);
  text-wrap: balance;
}
.ed-themes__title em {
  font-style: italic;
  font-weight: var(--fw-light);
  color: var(--tt-sand-deep);
}
.ed-themes__lead {
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-size: 17px;
  line-height: 1.65;
  color: var(--fg-muted);
  margin: 0;
  max-width: 56ch;
}
.ed-themes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 0.5px solid var(--border-strong);
}
@media (max-width: 820px) {
  .ed-themes__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .ed-themes__grid { grid-template-columns: 1fr; }
}
.ed-theme {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: var(--space-5) var(--space-6);
  border-bottom: 0.5px solid var(--border);
  border-right: 0.5px solid var(--border);
  text-decoration: none;
  border-top: none;
}
.ed-theme:nth-child(3n) { border-right: none; }
@media (max-width: 820px) {
  .ed-theme:nth-child(3n) { border-right: 0.5px solid var(--border); }
  .ed-theme:nth-child(2n) { border-right: none; }
}
@media (max-width: 520px) {
  .ed-theme { border-right: none !important; }
}
.ed-theme__word {
  font-family: var(--font-sans);
  font-weight: var(--fw-medium);
  font-size: 22px;
  letter-spacing: -0.025em;
  color: var(--fg);
  margin: 0;
}
.ed-theme__sub {
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-style: italic;
  font-size: 14px;
  line-height: 1.4;
  color: var(--fg-muted);
  margin: 0;
}

/* ---------- DARK CTA / CONTACT ---------- */
.ed-cta {
  background: var(--tt-near-black);
  color: var(--fg-inverse);
  padding: var(--space-10) 0;
  position: relative;
  overflow: hidden;
}
.ed-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(135,178,145,0.08), transparent 50%),
                    radial-gradient(circle at 80% 70%, rgba(181,154,121,0.10), transparent 55%);
  pointer-events: none;
}
.ed-cta__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 var(--space-6);
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: var(--space-8);
  align-items: start;
}
@media (max-width: 820px) {
  .ed-cta__inner { grid-template-columns: 1fr; gap: var(--space-7); }
}
.ed-cta__copy { display: flex; flex-direction: column; gap: var(--space-5); }
.ed-cta__mark { width: 56px; height: 56px; opacity: 0.9; }
.ed-cta__title {
  font-family: var(--font-sans);
  font-weight: var(--fw-medium);
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: var(--fg-inverse);
  margin: 0;
  text-wrap: balance;
}
.ed-cta__title em {
  font-style: italic;
  font-weight: var(--fw-light);
  color: var(--tt-sand);
}
.ed-cta__lead {
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-size: 17px;
  line-height: 1.65;
  color: rgba(250,248,245,0.7);
  margin: 0;
  max-width: 44ch;
}
.ed-cta__meta {
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-size: 14px;
  color: rgba(250,248,245,0.55);
  margin-top: var(--space-3);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ed-cta__meta a {
  color: var(--tt-sand);
  border-bottom: 1px solid rgba(181,154,121,0.35);
  padding-bottom: 1px;
}
.ed-cta__meta a:hover { border-bottom-color: var(--tt-sand); }

/* form */
.ed-form {
  background: rgba(250,248,245,0.04);
  border: 0.5px solid rgba(250,248,245,0.12);
  border-radius: var(--radius-2xl);
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}
.ed-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
}
@media (max-width: 560px) {
  .ed-form__row { grid-template-columns: 1fr; }
}
.ed-field { display: flex; flex-direction: column; gap: 6px; }
.ed-field label {
  font-family: var(--font-sans);
  font-weight: var(--fw-regular);
  font-size: 12px;
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: rgba(250,248,245,0.55);
}
.ed-field input,
.ed-field select,
.ed-field textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-size: 15px;
  color: var(--fg-inverse);
  background: transparent;
  border: none;
  border-bottom: 0.5px solid rgba(250,248,245,0.25);
  padding: 10px 0;
  outline: none;
  transition: border-color var(--dur-base) var(--ease-out);
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}
.ed-field input::placeholder,
.ed-field textarea::placeholder { color: rgba(250,248,245,0.35); }
.ed-field input:focus,
.ed-field select:focus,
.ed-field textarea:focus { border-bottom-color: var(--tt-sand); }
.ed-field textarea { resize: vertical; min-height: 80px; }
.ed-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23faf8f5' stroke-opacity='0.55' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  padding-right: 24px;
}
.ed-field select option { color: var(--fg); background: var(--tt-warm-white); }
.ed-form__submit {
  margin-top: var(--space-3);
  font-family: var(--font-sans);
  font-weight: var(--fw-regular);
  font-size: 15px;
  background: var(--tt-sand);
  color: var(--fg-inverse);
  padding: 14px 22px;
  border: none;
  border-radius: var(--radius-pill);
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease-out), transform 80ms var(--ease-out);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
}
.ed-form__submit:hover { background: var(--tt-sand-deep); }
.ed-form__submit:active { transform: scale(0.99); }
.ed-form__note {
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-size: 12px;
  color: rgba(250,248,245,0.45);
}

/* Spam honeypot — visually hidden, off-screen, not focusable in flow */
.ed-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ---------- FOOTER ---------- */
.ed-footer {
  background: var(--tt-near-black);
  color: rgba(250,248,245,0.65);
  padding: var(--space-7) 0 var(--space-5);
  border-top: 0.5px solid rgba(250,248,245,0.10);
}
.ed-footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 var(--space-6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
  flex-wrap: wrap;
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-size: 13px;
}
.ed-footer__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--fg-inverse);
  text-decoration: none;
  font-weight: var(--fw-medium);
  letter-spacing: -0.02em;
  border: none;
}
.ed-footer__brand img { width: 22px; height: 22px; filter: brightness(0) invert(1); opacity: 0.9; }
.ed-footer__links { display: flex; gap: var(--space-5); flex-wrap: wrap; }
.ed-footer__links a {
  color: rgba(250,248,245,0.65);
  text-decoration: none;
  border: none;
  transition: color var(--dur-fast) var(--ease-out);
}
.ed-footer__links a:hover { color: var(--fg-inverse); }

/* ---------- NAV TWEAKS (light, like unwritten's minimal top bar) ---------- */
.ed-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250,248,245,0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 0.5px solid var(--border);
}
.ed-nav__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 14px var(--space-6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-5);
}
.ed-nav__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-weight: var(--fw-medium);
  font-size: 15px;
  letter-spacing: -0.025em;
  color: var(--fg);
  text-decoration: none;
  border: none;
}
.ed-nav__brand img { width: 28px; height: 28px; }
.ed-nav__links {
  display: flex;
  gap: var(--space-6);
  font-family: var(--font-sans);
  font-weight: var(--fw-regular);
  font-size: 14px;
}
.ed-nav__links a {
  color: var(--fg);
  text-decoration: none;
  border: none;
  transition: color var(--dur-fast) var(--ease-out);
}
.ed-nav__links a:hover { color: var(--fg-muted); }
.ed-nav__cta {
  padding: 9px 18px;
  font-size: 14px;
  font-family: var(--font-sans);
  font-weight: var(--fw-regular);
  background: var(--tt-near-black);
  color: var(--fg-inverse);
  border-radius: var(--radius-pill);
  text-decoration: none;
  border: none;
  transition: background var(--dur-fast) var(--ease-out);
}
.ed-nav__cta:hover { background: #2a2a26; }
.ed-nav__menu {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: var(--fg);
  position: relative;
}
.ed-nav__menu .ed-nav__menu-close { display: none; }
.ed-nav__menu[aria-expanded="true"] .ed-nav__menu-open { display: none; }
.ed-nav__menu[aria-expanded="true"] .ed-nav__menu-close { display: block; }

/* mobile drawer */
.ed-nav__drawer {
  display: none;
  flex-direction: column;
  gap: 2px;
  padding: var(--space-3) var(--space-6) var(--space-5);
  border-top: 0.5px solid var(--border);
  background: var(--tt-warm-white);
}
.ed-nav__drawer[hidden] { display: none; }
.ed-nav__drawer a {
  font-family: var(--font-sans);
  font-weight: var(--fw-regular);
  font-size: 17px;
  color: var(--fg);
  text-decoration: none;
  border: none;
  padding: 14px 0;
  border-bottom: 0.5px solid var(--border);
}
.ed-nav__drawer a:last-child { border-bottom: none; }
.ed-nav__drawer-cta {
  margin-top: var(--space-4);
  background: var(--tt-near-black);
  color: var(--fg-inverse) !important;
  border-radius: var(--radius-pill);
  text-align: center;
  padding: 14px 18px !important;
  border-bottom: none !important;
}
@media (max-width: 820px) {
  .ed-nav__links, .ed-nav__cta { display: none; }
  .ed-nav__menu { display: inline-flex; }
  .ed-nav__drawer:not([hidden]) { display: flex; }
}
@media (min-width: 821px) {
  .ed-nav__drawer { display: none !important; }
}

/* ---------- MARKETING KICKSTART (optional add-on panel) ---------- */
.ed-kickstart {
  padding: var(--space-9) 0 var(--space-10);
}
.ed-kickstart__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}
.ed-kickstart__panel {
  background: var(--tt-near-black);
  border-radius: var(--radius-2xl);
  padding: clamp(40px, 5vw, 72px);
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.ed-kickstart__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(135,178,145,0.10), transparent 45%),
    radial-gradient(circle at 88% 85%, rgba(181,154,121,0.12), transparent 50%);
  pointer-events: none;
}
@media (max-width: 820px) {
  .ed-kickstart__panel {
    grid-template-columns: 1fr;
    gap: var(--space-7);
    padding: var(--space-7);
  }
}
.ed-kickstart__copy { position: relative; z-index: 1; }
.ed-kickstart__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-weight: var(--fw-regular);
  font-size: var(--fs-eyebrow);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--tt-green);
  margin-bottom: var(--space-5);
}
.ed-kickstart__eyebrow::before {
  content: "";
  width: 28px;
  height: 0.5px;
  background: var(--tt-green);
}
.ed-kickstart__title {
  font-family: var(--font-sans);
  font-weight: var(--fw-medium);
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--fg-inverse);
  margin: 0 0 var(--space-5);
  text-wrap: balance;
}
.ed-kickstart__lead {
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-size: 17px;
  line-height: 1.65;
  color: rgba(250,248,245,0.72);
  margin: 0;
  max-width: 44ch;
}
.ed-kickstart__list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.ed-kickstart__list li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  padding: var(--space-4) 0;
  border-bottom: 0.5px solid rgba(250,248,245,0.12);
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-size: 17px;
  line-height: 1.4;
  color: var(--fg-inverse);
}
.ed-kickstart__list li:last-child { border-bottom: none; }
.ed-kickstart__list svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  stroke: var(--tt-green);
  stroke-width: 1.5;
  margin-top: 1px;
}

/* ---------- STANCE (differentiation statement) ---------- */
.ed-stance {
  padding: var(--space-10) 0;
  background: var(--tt-cream);
  border-top: 0.5px solid var(--border);
  border-bottom: 0.5px solid var(--border);
}
.ed-stance__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}
.ed-stance__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-sans);
  font-weight: var(--fw-regular);
  font-size: var(--fs-eyebrow);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: var(--space-6);
}
.ed-stance__eyebrow::before {
  content: "";
  width: 28px;
  height: 0.5px;
  background: var(--border-strong);
}
.ed-stance__statement {
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-style: italic;
  font-size: clamp(26px, 3.4vw, 42px);
  line-height: 1.28;
  letter-spacing: -0.025em;
  color: var(--fg);
  margin: 0;
  text-wrap: pretty;
  max-width: 20ch;
}
.ed-stance__statement .muted { color: var(--tt-text-gray); }
.ed-stance__statement em {
  font-style: italic;
  font-weight: var(--fw-light);
  color: var(--tt-sand-deep);
}
.ed-stance__statement .accent {
  font-style: normal;
  color: var(--tt-green-deep);
}
.ed-stance__statement {
  max-width: 28ch;
}
.ed-stance__foot {
  margin-top: var(--space-7);
  padding-top: var(--space-6);
  border-top: 0.5px solid var(--border);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-7);
}
@media (max-width: 680px) {
  .ed-stance__foot { grid-template-columns: 1fr; gap: var(--space-5); }
}
.ed-stance__foot p {
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-size: 16px;
  line-height: 1.6;
  color: var(--fg-muted);
  margin: 0;
}
.ed-stance__foot strong {
  display: block;
  font-weight: var(--fw-medium);
  color: var(--fg);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}

/* ---------- PULL QUOTE (manifesto band) ---------- */
.ed-pullband {
  padding: var(--space-10) 0;
  background: var(--tt-warm-white);
  text-align: center;
}
.ed-pullband__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}
.ed-pullband__mark {
  display: block;
  width: 40px;
  height: 0.5px;
  background: var(--tt-green);
  margin: 0 auto var(--space-7);
}
.ed-pullband__quote {
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-size: clamp(28px, 3.8vw, 46px);
  line-height: 1.28;
  letter-spacing: -0.03em;
  color: var(--fg);
  margin: 0;
  text-wrap: balance;
}
.ed-pullband__quote em {
  font-style: italic;
  font-weight: var(--fw-light);
  color: var(--tt-sand-deep);
}
.ed-pullband__attr {
  margin-top: var(--space-6);
  font-family: var(--font-sans);
  font-weight: var(--fw-regular);
  font-size: var(--fs-eyebrow);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--fg-muted);
}

/* ---------- MINI QUOTE (standalone, about-pullquote style) ---------- */
.ed-miniquote {
  padding: var(--space-9) 0;
  background: var(--tt-warm-white);
}
.ed-miniquote__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}
.ed-miniquote__text {
  font-family: var(--font-sans);
  font-weight: var(--fw-light);
  font-style: italic;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.45;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin: 0;
  padding-left: var(--space-5);
  border-left: 1.5px solid var(--tt-green);
  text-wrap: pretty;
}

/* ---------- REVEAL ON SCROLL ---------- */
.reveal {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 420ms var(--ease-out), transform 420ms var(--ease-out);
}
.reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- SPLIT HERO (portrait full-bleed, text overlaid) ---------- */
.ed-hero--split {
  background: #1d2329;
  padding: 0;
  position: relative;
  overflow: hidden;
  min-height: clamp(560px, 84vh, 820px);
  display: flex;
  align-items: stretch;
}
.ed-hero__portrait {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #1d2329;
}
.ed-hero__portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(24,24,22,0.55) 0%,
      rgba(24,24,22,0.3) 28%,
      rgba(24,24,22,0.1) 52%,
      rgba(24,24,22,0.0) 72%),
    linear-gradient(180deg,
      rgba(24,24,22,0.2) 0%,
      rgba(24,24,22,0.0) 30%,
      rgba(24,24,22,0.0) 70%,
      rgba(24,24,22,0.35) 100%);
  pointer-events: none;
}
.ed-hero__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: saturate(0.96) contrast(1.04);
}
.ed-hero--split .ed-hero__grid {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 120px) var(--space-6);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ed-hero__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 620px;
  color: var(--fg-inverse);
}
.ed-hero__text .ed-hero__monogram--inline {
  margin: 0 0 var(--space-6);
  width: 64px;
  height: 64px;
  filter: drop-shadow(0 2px 12px rgba(24,24,22,0.45));
  opacity: 1;
}
.ed-hero__text .ed-eyebrow-row--left {
  justify-content: flex-start;
  margin-bottom: var(--space-5);
  color: rgba(250, 248, 245, 0.72);
}
.ed-hero__text .ed-eyebrow-row__line {
  background: rgba(250, 248, 245, 0.4);
}
.ed-hero--split .ed-hero__title {
  text-align: left;
  font-size: clamp(44px, 5.6vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 0 0 var(--space-5);
  color: var(--fg-inverse);
}
.ed-hero--split .ed-hero__title em {
  color: var(--tt-sand);
}
.ed-hero--split .ed-hero__lead {
  text-align: left;
  margin: 0 0 var(--space-6);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
  max-width: 56ch;
  color: rgba(250, 248, 245, 0.78);
}
.ed-hero--split .ed-hero__ctas {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ed-hero--split .ed-hero__ctas .tt-btn--ghost {
  color: var(--fg-inverse);
  border-color: rgba(250, 248, 245, 0.35);
  background: transparent;
}
.ed-hero--split .ed-hero__ctas .tt-btn--ghost:hover {
  background: rgba(250, 248, 245, 0.08);
  border-color: var(--fg-inverse);
}
/* Hero image overlay (mobile only — logo top, eyebrow bottom over the photo) */
.ed-hero__overlay { display: none; }

@media (max-width: 880px) {
  /* Mobile: stack — image as its own visible block on top, text below */
  .ed-hero--split {
    min-height: 0;
    display: block;
  }
  .ed-hero__portrait {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
  }
  .ed-hero__portrait img {
    object-position: 60% center;
  }
  .ed-hero__portrait::after {
    background: linear-gradient(
      180deg,
      rgba(29,35,41,0.0) 38%,
      rgba(29,35,41,0.45) 64%,
      rgba(29,35,41,0.85) 100%
    );
  }
  /* overlay on the image */
  .ed-hero__overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: var(--space-4);
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: var(--space-6);
  }
  .ed-hero__overlay-title {
    font-family: var(--font-sans);
    font-weight: var(--fw-medium);
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.04;
    letter-spacing: -0.035em;
    text-shadow: 0 2px 16px rgba(24,24,22,0.45);
  }
  .ed-hero__overlay-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-sans);
    font-weight: var(--fw-regular);
    font-size: 12px;
    letter-spacing: var(--tracking-wide);
    text-transform: uppercase;
    color: rgba(250,248,245,0.9);
    text-shadow: 0 1px 8px rgba(24,24,22,0.5);
  }
  .ed-hero__overlay-eyebrow .ed-eyebrow-row__line {
    width: 28px;
    height: 0.5px;
    background: rgba(250,248,245,0.6);
    flex-shrink: 0;
  }
  /* hide the in-text logo + eyebrow + title on mobile (they live on the image now) */
  .ed-hero__text .ed-hero__monogram--inline,
  .ed-hero__text .ed-eyebrow-row--left,
  .ed-hero--split .ed-hero__title { display: none; }

  .ed-hero--split .ed-hero__grid {
    position: relative;
    padding: var(--space-7) var(--space-6) var(--space-8);
    display: block;
  }
  .ed-hero__text { max-width: 100%; }
  .ed-hero--split .ed-hero__lead {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 var(--space-5);
  }
  .ed-hero--split .ed-hero__ctas {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 10px;
  }
  .ed-hero--split .ed-hero__ctas .tt-btn {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .ed-hero__portrait { aspect-ratio: 5 / 6; }
}
