/*
Theme Name: Alexandra Zoller Akademie
Version: 0.1.0
Description: WordPress-Theme auf Basis des vorhandenen Alexandra-Zoller-Akademie-Designs.
Author: OpenAI Codex
Text Domain: alexandra-zoller-akademie
*/

:root {
  --ink: #17231c;
  --muted: #596259;
  --deep-green: #113727;
  --green: #244b38;
  --sage: #78856a;
  --soft-sage: #d9dfd2;
  --gold: #c59a45;
  --gold-dark: #9b7530;
  --paper: #fbfaf6;
  --warm: #f1ece2;
  --line: #ddd4c3;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

body.admin-bar .site-header {
  top: 32px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
blockquote {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(221, 212, 195, 0.85);
  background: rgba(251, 250, 246, 0.94);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.logo-mark {
  display: grid;
  width: 64px;
  height: 56px;
  place-items: center;
}

.logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  text-transform: uppercase;
}

.logo-text strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 500;
}

.logo-text span {
  color: var(--green);
  font-size: 0.9rem;
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
  width: 100%;
  color: #20251f;
  font-size: 0.77rem;
  font-weight: 700;
  text-transform: uppercase;
}

.main-nav a {
  padding: 30px 0;
  border-bottom: 2px solid transparent;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  border-color: var(--gold);
  color: var(--gold-dark);
}

.header-cta {
  display: none;
  flex: 0 0 auto;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  padding: 0 18px;
  color: var(--deep-green);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 1.02fr);
  min-height: 575px;
  background:
    linear-gradient(90deg, rgba(251, 250, 246, 0.98) 0%, rgba(241, 236, 226, 0.8) 52%, rgba(241, 236, 226, 0.2) 100%),
    var(--warm);
  overflow: hidden;
}

.hero-copy {
  align-self: center;
  width: min(690px, calc(100% - 96px));
  margin-left: auto;
  padding: 56px 0 58px;
}

.eyebrow {
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 680px;
  margin-top: 18px;
  color: var(--deep-green);
  font-size: 4rem;
  line-height: 1.04;
}

.ornament {
  position: relative;
  width: 250px;
  height: 18px;
  margin: 18px 0 14px;
  background:
    linear-gradient(45deg, transparent 42%, var(--gold) 42%, var(--gold) 58%, transparent 58%) center / 14px 14px no-repeat;
}

.ornament::before,
.ornament::after {
  position: absolute;
  top: 9px;
  width: 106px;
  height: 1px;
  background: var(--gold);
  content: "";
}

.ornament::before {
  left: 0;
}

.ornament::after {
  right: 0;
}

.ornament-light::before,
.ornament-light::after {
  background: rgba(197, 154, 69, 0.75);
}

.hero-claim {
  color: var(--deep-green);
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-text {
  max-width: 560px;
  margin-top: 26px;
  color: #2c302b;
  font-size: 1.13rem;
  line-height: 1.75;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 2px;
  padding: 0 30px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, border 160ms ease;
  cursor: pointer;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--deep-green);
  color: var(--white);
}

.button-outline {
  border: 1px solid var(--gold);
  color: var(--deep-green);
}

.button-gold {
  background: var(--gold);
  color: var(--white);
}

.hero-image {
  width: 100%;
  height: 100%;
  min-height: 575px;
  object-fit: cover;
}

.intro-band {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 720px) 1fr;
  gap: 34px;
  align-items: center;
  padding: 36px max(32px, calc((100% - 1280px) / 2));
  background: var(--white);
  overflow: hidden;
}

.intro-icon {
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border-radius: 50%;
  background: #f3efe7;
  color: var(--gold);
}

.intro-icon svg {
  width: 54px;
  height: 54px;
}

.intro-band h2 {
  font-size: 2.05rem;
}

.intro-band p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.leaf-watermark {
  justify-self: end;
  width: 260px;
  height: 130px;
  opacity: 0.45;
  background:
    radial-gradient(ellipse at 20% 80%, transparent 36%, var(--sage) 37% 48%, transparent 49%) 0 0 / 72px 92px,
    radial-gradient(ellipse at 70% 30%, transparent 36%, var(--sage) 37% 48%, transparent 49%) 64px 8px / 84px 112px,
    linear-gradient(70deg, transparent 48%, var(--sage) 49% 51%, transparent 52%);
}

.section {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.offer-grid-section {
  padding: 52px 0 26px;
}

.cards-grid {
  display: grid;
  gap: 34px;
}

.cards-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offer-card,
.service-card,
.seminar-card {
  border: 1px solid rgba(221, 212, 195, 0.82);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(21, 32, 25, 0.07);
}

.card-image-wrap {
  position: relative;
  height: 170px;
}

.card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-icon {
  position: absolute;
  left: 50%;
  bottom: -34px;
  display: grid;
  width: 70px;
  height: 70px;
  transform: translateX(-50%);
  place-items: center;
  border-radius: 50%;
  border: 4px solid var(--paper);
  background: var(--green);
  color: var(--white);
}

.offer-card:nth-child(2) .card-icon {
  background: var(--sage);
}

.offer-card:nth-child(3) .card-icon {
  background: var(--gold);
}

.card-icon svg {
  width: 34px;
  height: 34px;
}

.card-body {
  padding: 50px 28px 28px;
  text-align: center;
}

.card-body h2 {
  font-size: 1.55rem;
}

.card-body p {
  min-height: 88px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.text-link::after {
  content: "\2192";
}

.seminar-band {
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto 28px;
  padding: 38px 34px 42px;
  border-radius: 4px;
  background:
    radial-gradient(circle at 12% 0%, rgba(197, 154, 69, 0.2), transparent 22%),
    linear-gradient(135deg, #0f3324 0%, #173f2d 54%, #0b251b 100%);
  color: var(--white);
  text-align: center;
}

.seminar-band h2 {
  font-size: 2.1rem;
}

.seminar-band .ornament {
  margin: 14px auto 24px;
}

.seminar-icon-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 30px;
}

.seminar-icon-row a {
  display: grid;
  min-height: 122px;
  align-content: start;
  justify-items: center;
  gap: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.32);
  padding: 10px 16px 0;
  color: var(--white);
  font-size: 0.88rem;
  line-height: 1.35;
}

.seminar-icon-row a:first-child {
  border-left: 0;
}

.seminar-icon-row svg {
  width: 43px;
  height: 43px;
  color: var(--gold);
}

.process-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 46px;
  align-items: start;
  padding: 44px 0 52px;
}

.process-section h2 {
  margin-bottom: 32px;
  font-size: 2.05rem;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.process-step {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
}

.process-step::after {
  position: absolute;
  top: 22px;
  left: calc(50% + 32px);
  width: calc(100% - 44px);
  border-top: 2px dotted var(--gold);
  content: "";
}

.process-step:last-child::after {
  content: none;
}

.process-step span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 4px solid #dfe4da;
  border-radius: 50%;
  background: var(--deep-green);
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}

.process-step h3 {
  font-size: 1rem;
}

.process-step p {
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.45;
}

blockquote {
  margin: 0;
  border-left: 1px solid var(--line);
  padding: 24px 0 24px 36px;
  color: #383f38;
  font-size: 1.12rem;
  line-height: 1.8;
}

blockquote::before {
  display: block;
  color: var(--gold);
  content: "\201C";
  font-size: 3.6rem;
  line-height: 0.8;
}

.about-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 54px;
  align-items: center;
  padding: 0 max(32px, calc((100% - 1280px) / 2)) 0 0;
  background: var(--warm);
}

.about-strip > img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.about-strip h2 {
  font-size: 2rem;
}

.about-strip p {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.75;
}

.check-list {
  display: grid;
  gap: 12px 26px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.check-list li {
  position: relative;
  padding-left: 27px;
  color: #303830;
  font-size: 0.95rem;
  line-height: 1.5;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.12rem;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border: 1px solid var(--sage);
  border-radius: 50%;
  color: var(--green);
  content: "\2713";
  font-size: 0.7rem;
}

.site-footer {
  background: var(--deep-green);
  color: var(--white);
}

.footer-cta {
  display: flex;
  min-height: 238px;
  align-items: center;
  justify-content: center;
  gap: 68px;
  padding: 48px 24px;
  background:
    linear-gradient(90deg, rgba(12, 37, 27, 0.94), rgba(12, 37, 27, 0.78)),
    url("./assets/images/contact-forest-path.jpg") center / cover;
  text-align: center;
}

.footer-cta h2 {
  font-size: 2.45rem;
}

.footer-cta p {
  max-width: 620px;
  margin-top: 16px;
  line-height: 1.7;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, 1fr);
  gap: 30px;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0;
}

.site-footer .logo-text strong,
.site-footer .logo-text span {
  color: var(--white);
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 8px;
  font-size: 0.85rem;
}

.footer-column h3 {
  margin-bottom: 6px;
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
}

.footer-bottom {
  display: flex;
  gap: 22px;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 52px;
  align-items: center;
  min-height: 360px;
  padding: 56px max(32px, calc((100% - 1280px) / 2));
  background: linear-gradient(120deg, var(--paper), var(--warm));
}

.page-hero.no-image {
  grid-template-columns: minmax(0, 780px);
}

.breadcrumbs {
  margin-bottom: 18px;
  color: var(--gold-dark);
  font-size: 0.82rem;
}

.page-hero h1 {
  color: var(--deep-green);
  font-size: 3rem;
  line-height: 1.12;
}

.page-hero p {
  max-width: 680px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.page-hero img {
  width: 100%;
  height: 255px;
  object-fit: cover;
}

.content-section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 56px 0;
}

.content-section h2 {
  font-size: 1.6rem;
}

.service-list {
  display: grid;
  gap: 12px;
}

.service-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 28px;
  gap: 20px;
  align-items: center;
  min-height: 88px;
  padding: 18px 22px;
}

.service-card svg {
  width: 38px;
  height: 38px;
  color: var(--gold);
}

.service-card h2 {
  font-size: 1.18rem;
}

.service-card p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.94rem;
}

.arrow {
  color: var(--gold-dark);
  font-size: 1.4rem;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 40px;
  align-items: start;
}

.topic-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.topic-list li {
  position: relative;
  padding-left: 24px;
  line-height: 1.55;
}

.topic-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold-dark);
  content: "\2713";
}

.dark-box {
  border-radius: 3px;
  background: var(--deep-green);
  color: var(--white);
  padding: 28px;
}

.dark-box h2 {
  margin-bottom: 16px;
  font-size: 1.5rem;
}

.dark-box ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  margin: 0;
}

.benefit-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}

.benefit {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.benefit svg {
  width: 38px;
  height: 38px;
  color: var(--gold);
}

.seminar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.seminar-card {
  display: grid;
  align-content: start;
  min-height: 100%;
  padding: 26px;
}

.seminar-card svg {
  width: 44px;
  height: 44px;
  color: var(--gold);
}

.seminar-card h2 {
  margin-top: 16px;
  font-size: 1.45rem;
}

.seminar-card p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.65;
}

.meta-grid {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #3b453b;
  font-size: 0.9rem;
}

.detail-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  gap: 48px;
}

.contact-panel {
  display: grid;
  gap: 18px;
  align-content: start;
}

.contact-panel a,
.contact-panel span {
  color: var(--green);
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--white);
}

.contact-form input[type="submit"] {
    margin-top: 30px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid #d8cfbd;
  border-radius: 2px;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-notice {
  margin-bottom: 16px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 0.95rem;
  line-height: 1.5;
}

.contact-notice-success {
  border-color: #9cbc8b;
  background: #f4fbf0;
  color: #224825;
}

.contact-notice-error {
  border-color: #d9b0a7;
  background: #fff3f1;
  color: #7a2d1f;
}

.legal-copy,
.entry-content {
  max-width: 820px;
  color: var(--muted);
  line-height: 1.75;
}

.legal-copy h2,
.entry-content h2,
.entry-content h3 {
  margin-top: 28px;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 1.55rem;
}

.legal-copy p + p,
.entry-content p + p {
  margin-top: 14px;
}

.entry-content ul,
.entry-content ol {
  padding-left: 20px;
}

.entry-content li + li {
  margin-top: 8px;
}

@media (max-width: 1120px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .header-inner {
    flex-wrap: wrap;
    gap: 12px 22px;
    padding: 12px 0;
  }

  .main-nav {
    order: 3;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .main-nav a {
    flex: 0 0 auto;
    padding: 10px 0;
  }

  .header-cta {
    display: inline-flex;
    margin-left: auto;
  }

  .hero-section,
  .page-hero,
  .about-strip,
  .split-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    width: min(760px, calc(100% - 48px));
    margin: 0 auto;
    padding: 42px 0 18px;
  }

  .hero-image {
    min-height: 260px;
    max-height: 340px;
  }

  .cards-grid-three,
  .seminar-grid,
  .benefit-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seminar-icon-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-section {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .header-inner,
  .section,
  .seminar-band,
  .content-section,
  .footer-main {
    width: min(100% - 28px, 1280px);
  }

  .logo-mark {
    width: 56px;
    height: 48px;
  }

  .logo-text strong {
    font-size: 0.88rem;
  }

  .logo-text span {
    font-size: 0.76rem;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-copy h1 {
    font-size: 2.75rem;
  }

  .hero-text {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .intro-band {
    grid-template-columns: 72px 1fr;
    gap: 16px;
    padding: 28px 18px;
  }

  .intro-icon {
    width: 68px;
    height: 68px;
  }

  .intro-icon svg {
    width: 38px;
    height: 38px;
  }

  .intro-band h2,
  .seminar-band h2,
  .process-section h2,
  .about-strip h2,
  .footer-cta h2 {
    font-size: 1.75rem;
  }

  .leaf-watermark {
    display: none;
  }

  .cards-grid-three,
  .seminar-grid,
  .benefit-row,
  .topic-list,
  .two-columns {
    grid-template-columns: 1fr;
  }

  .seminar-icon-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seminar-icon-row a {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .process-step {
    justify-items: start;
    text-align: left;
  }

  .process-step::after {
    display: none;
  }

  .process-step span {
    width: 42px;
    height: 42px;
  }

  blockquote {
    padding-left: 22px;
  }

  .about-strip {
    padding: 0 18px 32px;
  }

  .about-strip > img {
    margin: 0 -18px;
    width: calc(100% + 36px);
    height: 260px;
  }

  .page-hero {
    padding: 36px 18px;
  }

  .page-hero h1 {
    font-size: 2.3rem;
  }

  .service-card {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .arrow {
    display: none;
  }

  .contact-grid {
    gap: 28px;
  }

  .contact-form {
    padding: 20px;
  }

  .footer-cta {
    flex-direction: column;
    gap: 24px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-wrap: wrap;
  }
}
