/*
Theme Name: ANOANA Mark Structure
Theme URI: https://anoana-the-way.de
Author: OpenAI
Description: WordPress theme for ANOANA inspired by the structural logic of markmanson.net, adapted to ANOANA brand language and color system.
Version: 1.2.3
License: GPL2+
Text Domain: anoana-mark
*/

:root {
  --ink:#08111f;
  --ink-2:#0d1c31;
  --night:#10263b;
  --teal:#0f6f72;
  --teal-2:#1b8e92;
  --teal-soft:#dceff0;
  --mist:#eef4f6;
  --fog:#f7fafb;
  --sand:#c18a55;
  --sand-soft:#e0b48a;
  --text:#233241;
  --muted:#5b6a78;
  --line:#d9e3e8;
  --white:#ffffff;
  --serif: "Georgia", "Times New Roman", serif;
  --sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(8,17,31,.14);
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  margin:0;
  color:var(--text);
  background:var(--white);
  font-family:var(--sans);
  font-size:18px;
  line-height:1.7;
}
a { color:inherit; text-decoration:none; }
img { max-width:100%; height:auto; display:block; }
p { margin:0 0 1.1em; }
h1,h2,h3,h4 { margin:0 0 .35em; font-family:var(--serif); line-height:1.08; letter-spacing:-0.02em; }
h1 { font-size: clamp(2.7rem, 7vw, 5.3rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3.55rem); }
h3 { font-size: clamp(1.45rem, 3vw, 2rem); }
h4 { font-size: 1.05rem; font-family:var(--sans); letter-spacing:.12em; text-transform:uppercase; }
small, .small { font-size:.88rem; }

.richtext > :first-child { margin-top: 0; }
.richtext > :last-child { margin-bottom: 0; }
.richtext p { margin: 0 0 1em; }
.richtext br { display: block; content: ""; margin-top: .35em; }
.announcement__text p { margin: 0; }
.author__copy .lead p { font-size: inherit; color: inherit; }
.book-feature__lead p,
.contact-note p { color: inherit; }


.container {
  width:min(1180px, calc(100% - 40px));
  margin:0 auto;
}
.container--narrow {
  width:min(860px, calc(100% - 40px));
  margin:0 auto;
}

.announcement {
  background:linear-gradient(90deg, var(--ink) 0%, var(--night) 100%);
  color:#d9edf0;
  font-size:.92rem;
}
.announcement__inner {
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  text-align:center;
}
.announcement__cta { color:var(--sand-soft); font-weight:700; }

.site-header {
  position:sticky;
  top:0;
  z-index:100;
  backdrop-filter: blur(14px);
  background:rgba(255,255,255,.88);
  border-bottom:1px solid rgba(217,227,232,.72);
}
.nav {
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand {
  display:flex;
  flex-direction:column;
  gap:4px;
}
.brand__logo img {
  max-height:54px;
  width:auto;
}
.brand__name {
  font-family:var(--serif);
  font-size:1.55rem;
  color:var(--ink);
}
.brand__sub {
  font-size:.75rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--muted);
}
.nav__menu {
  display:flex;
  align-items:center;
  gap:26px;
  flex-wrap:wrap;
}
.nav__menu a {
  color:var(--muted);
  font-size:.96rem;
}
.nav__menu a:hover,
.nav__menu a:focus { color:var(--ink); }
.nav__cta {
  padding:12px 18px;
  background:var(--ink);
  color:#fff;
  border-radius:999px;
  font-weight:700;
}

.section {
  padding:96px 0;
}
.section--tight { padding:72px 0; }
.section--compact { padding:64px 0; }
.section--dark {
  background:var(--ink);
  color:#e9f2f4;
}
.section--mist { background:var(--mist); }
.eyebrow {
  display:inline-block;
  margin-bottom:14px;
  font-size:.78rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--teal-2);
  font-weight:700;
}
.section--dark .eyebrow { color:var(--sand-soft); }
.section-intro {
  max-width:760px;
  margin-bottom:40px;
}
.section-intro p {
  color:var(--muted);
  max-width:720px;
}
.section--dark .section-intro p { color:rgba(233,242,244,.76); }

.hero {
  background:
    radial-gradient(circle at top right, rgba(27,142,146,.22), transparent 34%),
    linear-gradient(180deg, rgba(8,17,31,.94) 0%, rgba(8,17,31,.90) 100%);
  color:#eff6f7;
  position:relative;
  overflow:hidden;
}
.hero::after {
  content:"";
  position:absolute;
  inset:0;
  background-image:var(--hero-image);
  background-size:cover;
  background-position:center;
  opacity:var(--hero-image-opacity, .12);
  mix-blend-mode:screen;
  pointer-events:none;
}
.hero__inner {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0, 1.1fr) minmax(320px, .9fr);
  gap:54px;
  align-items:center;
  min-height:calc(100vh - 130px);
  padding:72px 0 84px;
}
.hero__text p {
  max-width:700px;
  color:rgba(239,246,247,.8);
  font-size:1.08rem;
}
.hero__actions,
.dual-cta {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}
.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:700;
  transition:.2s ease;
}
.btn:hover { transform:translateY(-1px); }
.btn--light { background:#fff; color:var(--ink); }
.btn--ghost-light { border-color:rgba(255,255,255,.24); color:#fff; }
.btn--dark { background:var(--ink); color:#fff; }
.btn--teal { background:var(--teal); color:#fff; }
.btn--ghost-dark { border-color:var(--line); color:var(--ink); background:transparent; }
.hero__card {
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  padding:34px;
  box-shadow:0 24px 80px rgba(0,0,0,.28);
}
.hero__card h3 {
  font-family:var(--sans);
  font-size:.9rem;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:var(--sand-soft);
  margin-bottom:16px;
}
.hero__card p {
  color:rgba(239,246,247,.8);
  font-size:.98rem;
}
.hero__proof {
  margin:20px 0 0;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.1);
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.hero__proof-item strong {
  display:block;
  font-family:var(--serif);
  font-size:1.6rem;
  color:#fff;
}
.hero__proof-item span {
  color:rgba(239,246,247,.68);
  font-size:.9rem;
}

.grid-2 {
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:26px;
}
.grid-3 {
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:24px;
}
.card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:28px;
  box-shadow:var(--shadow);
}
.card--dark {
  background:rgba(255,255,255,.04);
  border-color:rgba(255,255,255,.10);
  box-shadow:none;
}
.card p:last-child { margin-bottom:0; }
.card__meta {
  margin-bottom:10px;
  font-size:.8rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--teal-2);
  font-weight:700;
}
.card--dark .card__meta { color:var(--sand-soft); }
.card__title { margin-bottom:12px; }
.card__link {
  margin-top:14px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--teal);
  font-weight:700;
}
.card--dark .card__link { color:#fff; }

.talk-layout {
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(320px, 420px);
  gap:80px;
  align-items:center;
}
.talk-copy h2 {
  margin-bottom:24px;
}
.talk-lead {
  font-family:var(--serif);
  font-size:1.25rem;
  color:var(--ink);
  margin-bottom:22px;
}
.talk-copy > .richtext p {
  color:var(--text);
}
.talk-copy .dual-cta {
  margin-top:28px;
}
.talk-note {
  margin-top:28px;
  padding-top:22px;
  border-top:1px solid rgba(15,111,114,.14);
  color:var(--muted);
}
.talk-note p:last-child {
  margin-bottom:0;
}
.talk-formats-wrap {
  padding-top:6px;
}
.talk-formats-meta {
  margin-bottom:18px;
}
.talk-formats {
  display:flex;
  flex-direction:column;
  gap:2px;
}
.talk-format {
  background:var(--white);
  padding:28px 32px;
  border-left:3px solid transparent;
  border-radius:0;
  box-shadow:none;
  border-top:1px solid rgba(15,111,114,.08);
  border-right:1px solid rgba(15,111,114,.08);
  border-bottom:1px solid rgba(15,111,114,.08);
}
.talk-format:first-child {
  border-top-left-radius:20px;
  border-top-right-radius:20px;
}
.talk-format:last-child {
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
}
.talk-format:hover {
  border-left-color:var(--teal);
}
.talk-format h3 {
  font-family:var(--sans);
  font-size:13px !important;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--ink);
  margin-bottom:10px;
}
.talk-format p {
  font-size:.92rem;
  color:var(--muted);
  line-height:1.65;
  margin:0;
}
.talk-format__duration {
  font-size:10px;
  color:var(--teal);
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-top:10px;
  font-weight:700;
}

.author {
  display:grid;
  grid-template-columns:minmax(280px, 360px) minmax(0, 1fr);
  gap:40px;
  align-items:center;
}
.author__image {
  border-radius:30px;
  overflow:hidden;
  background:linear-gradient(180deg, #17344a 0%, #08111f 100%);
  min-height:420px;
  box-shadow:var(--shadow);
}
.author__image img {
  width:100%;
  height:100%;
  object-fit:cover;
}
.author__copy .lead {
  font-size:1.18rem;
  color:var(--ink);
}
.author__actions { margin-top:24px; }

.resource-list {
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:18px;
}
.resource-item {
  padding:22px 0;
  border-top:1px solid rgba(255,255,255,.12);
}
.resource-item:first-child { border-top:0; }
.resource-item h3 {
  font-size:1.25rem;
  margin-bottom:8px;
}
.resource-item p {
  color:rgba(233,242,244,.72);
  font-size:.98rem;
}

.feature-split {
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(320px, .95fr);
  gap:30px;
  align-items:stretch;
}
.feature-panel {
  background:linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.03) 100%);
  border:1px solid rgba(255,255,255,.08);
  border-radius:30px;
  padding:34px;
}
.feature-panel p { color:rgba(233,242,244,.76); }
.feature-panel ul {
  margin:18px 0 0;
  padding:0;
  list-style:none;
}
.feature-panel li {
  padding:12px 0;
  border-top:1px solid rgba(255,255,255,.08);
  color:#fff;
}

.post-grid {
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:22px;
}
.post-card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  padding:28px;
}
.post-card h3 {
  font-size:1.45rem;
  margin-bottom:12px;
}
.post-card time,
.post-card .category {
  display:inline-block;
  margin-bottom:14px;
  color:var(--teal-2);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.78rem;
  font-weight:700;
}
.post-card p { color:var(--muted); font-size:.98rem; }

.resource-list--light {
  gap:20px;
}
.resource-list--light .resource-item {
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px;
  box-shadow:0 14px 36px rgba(8,17,31,.06);
}
.resource-list--light .resource-item:first-child { border-top:1px solid var(--line); }
.resource-list--light .resource-item h3 {
  color:var(--ink);
  margin-bottom:10px;
}
.resource-list--light .resource-item p {
  color:var(--muted);
  font-size:.96rem;
}
.resource-list--light .card__link { color:var(--teal); }

.section--mist .post-card {
  box-shadow:0 16px 40px rgba(8,17,31,.06);
}

.section--dark#vortrag .talk-copy h2,
.section--dark#vortrag .card__meta,
.section--dark#vortrag .talk-formats-meta {
  color:var(--sand-soft);
}
.section--dark#vortrag .talk-lead {
  color:#e9f2f4;
}
.section--dark#vortrag .talk-copy > .richtext p,
.section--dark#vortrag .talk-note {
  color:rgba(233,242,244,.78);
}
.section--dark#vortrag .talk-note {
  border-top:1px solid rgba(255,255,255,.14);
}
.section--dark#vortrag .talk-format {
  border-color:rgba(8,17,31,.08);
}

.signup {
  background:linear-gradient(135deg, rgba(15,111,114,.10) 0%, rgba(8,17,31,.02) 100%);
  border:1px solid var(--line);
  border-radius:32px;
  padding:38px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
}
.signup p { margin:0; color:var(--muted); }

.contact-split {
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(300px, .9fr);
  gap:26px;
}
.contact-card {
  padding:32px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--line);
}
.contact-item {
  padding:18px 0;
  border-top:1px solid var(--line);
}
.contact-item:first-child { border-top:0; padding-top:0; }
.contact-item strong {
  display:block;
  margin-bottom:6px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.74rem;
  color:var(--teal-2);
}
.contact-note {
  color:var(--muted);
  font-size:.95rem;
}

.site-footer {
  background:#07101c;
  color:#cfdee3;
  padding:56px 0 34px;
}
.footer-simple {
  max-width:860px;
}
.footer-simple__brand {
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.footer-simple__brand h4 {
  color:#fff;
  margin-bottom:10px;
}
.footer-simple__brand .richtext {
  color:rgba(207,222,227,.78);
  max-width:560px;
  margin:0 auto;
}

.footer-simple__brand .richtext p:last-child {
  margin-bottom:0;
}
.footer-bottom {
  margin-top:30px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,.10);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  font-size:.9rem;
}
.footer-bottom--simple {
  max-width:860px;
  margin-left:auto;
  margin-right:auto;
}
.footer-legal-links {
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
}
.footer-legal-links a {
  color:rgba(207,222,227,.78);
  text-decoration:none;
}
.footer-legal-links a:hover {
  color:#fff;
}

.legal-page {
  padding:100px 0;
  background:var(--fog);
}
.legal-card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:38px;
}

@media (max-width: 1024px) {
  .hero__inner,
  .author,
  .feature-split,
  .contact-split,
  .grid-3,
  .post-grid,
  .resource-list,
  .grid-2,
  .signup {
    grid-template-columns:1fr;
  }
  .hero__inner { min-height:auto; }
}

@media (max-width: 820px) {
  body { font-size:17px; }
  .nav { min-height:74px; }
  .nav__menu { display:none; }
  .section { padding:74px 0; }
  .hero__card { padding:26px; }
  .hero__proof { grid-template-columns:1fr; }
}




.feature-split {
  align-items:start;
}
.feature-panel--intro {
  min-height:100%;
}
.feature-stack {
  display:grid;
  gap:22px;
}
.feature-panel--spotlight {
  display:grid;
  grid-template-columns:minmax(150px, 190px) minmax(0, 1fr);
  gap:24px;
  align-items:center;
}
.feature-panel--spotlight h3 {
  font-size:1.6rem;
  margin-bottom:10px;
}
.feature-panel--spotlight p {
  margin-bottom:0;
}
.feature-panel--roadmap ul {
  margin-top:10px;
}
.book-spotlight__copy .eyebrow {
  margin-bottom:10px;
}
.book-cover {
  margin:0;
  width:100%;
  max-width:190px;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 22px 50px rgba(0,0,0,.24);
  background:rgba(255,255,255,.04);
}
.book-cover img {
  width:100%;
  height:auto;
  display:block;
}
@media (max-width: 900px) {
  .feature-panel--spotlight {
    grid-template-columns:1fr;
  }
  .book-cover {
    max-width:220px;
  }
}


.book-feature {
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(250px, .85fr);
  gap:40px;
  align-items:center;
  padding:42px;
  border-radius:30px;
  background:linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.03) 100%);
  border:1px solid rgba(255,255,255,.08);
}
.book-feature__copy {
  max-width:680px;
}
.book-feature__lead {
  color:rgba(233,242,244,.8);
  max-width:640px;
}
.book-feature__visual {
  display:grid;
  justify-items:center;
  gap:18px;
}
.book-cover--feature {
  max-width:235px;
}
.book-feature__note {
  width:100%;
  max-width:280px;
  padding:18px 20px;
  border-radius:20px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  text-align:left;
}
.book-feature__note .eyebrow {
  margin-bottom:8px;
}
.book-feature__note h3 {
  font-size:1.55rem;
  margin-bottom:8px;
}
.book-feature__note p {
  margin:0;
  color:rgba(233,242,244,.76);
  font-size:.98rem;
}
.trilogy-lines--compact {
  margin-top:30px;
  border-top:1px solid rgba(255,255,255,.08);
}
.trilogy-lines--compact .trilogy-line {
  display:grid;
  grid-template-columns:88px minmax(0,1fr);
  gap:18px;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.trilogy-lines--compact .trilogy-line strong {
  color:#fff;
}
.trilogy-lines--compact .trilogy-line span {
  color:rgba(233,242,244,.88);
}
@media (max-width: 980px) {
  .book-feature {
    grid-template-columns:1fr;
    align-items:start;
  }
  .book-feature__visual {
    justify-items:start;
  }
}
@media (max-width: 640px) {
  .book-feature {
    padding:28px;
    gap:28px;
  }
  .trilogy-lines--compact .trilogy-line {
    grid-template-columns:1fr;
    gap:8px;
  }
}

.section--dark#beitraege .section-intro h2,
.section--dark#beitraege .section-intro .richtext,
.section--dark#beitraege .section-intro .richtext p {
  color:#e9f2f4;
}
.section--dark#beitraege .post-card {
  background:var(--fog);
  border-color:rgba(8,17,31,.08);
  box-shadow:0 20px 48px rgba(0,0,0,.18);
}
.section--dark#beitraege .post-card h3,
.section--dark#beitraege .post-card h3 a,
.section--dark#beitraege .post-card h3 a:visited,
.section--dark#beitraege .post-card h3 a:hover,
.section--dark#beitraege .post-card h3 a:focus {
  color:#122338 !important;
}
.section--dark#beitraege .post-card p,
.section--dark#beitraege .post-card .richtext,
.section--dark#beitraege .post-card .richtext p {
  color:var(--muted) !important;
}
.section--dark#beitraege .post-card .card__link {
  color:var(--teal) !important;
}

/* v23 hard fix for post-card title readability */
.section--dark#beitraege .post-card .post-card__title,
.section--dark#beitraege .post-card .post-card__title-link,
.section--dark#beitraege .post-card .post-card__title-link:link,
.section--dark#beitraege .post-card .post-card__title-link:visited,
.section--dark#beitraege .post-card .post-card__title-link:hover,
.section--dark#beitraege .post-card .post-card__title-link:focus,
.section--dark#beitraege .post-card .post-card__title-link:active {
  color:#122338 !important;
  text-decoration:none;
}
.section--dark#beitraege .post-card .post-card__title {
  color:#122338 !important;
}
