/* ===========================================================
   agensea — Stylesheet
   =========================================================== */

:root{
  --navy: #0B1F3A;
  --navy-deep: #071527;
  --navy-soft: #16283F;
  --gold: #C89B5C;
  --gold-light: #DCC08E;
  --gold-dark: #A97F42;
  --cream: #FAF6EF;
  --cream-soft: #F3EEE4;
  --white: #FFFFFF;
  --ink: #16283F;
  --ink-soft: #445164;
  --line: #E4DCC9;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Poppins', 'Helvetica Neue', Arial, sans-serif;

  --container: 1160px;
  --radius: 4px;
}

*, *::before, *::after{ box-sizing: border-box; }

html{ scroll-behavior: smooth; }

body{
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

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

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

.container{
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

h1, h2, h3, h4{
  font-family: var(--font-display);
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.25;
  color: var(--navy);
}

h1{ font-size: clamp(2.1rem, 4vw, 3.1rem); }
h2{ font-size: clamp(1.8rem, 3vw, 2.5rem); }
h3{ font-size: 1.4rem; }

p{ margin: 0 0 18px; }

.eyebrow{
  display: inline-block;
  font-family: var(--font-body);
  color: var(--gold-dark);
  letter-spacing: .08em;
  font-weight: 600;
  font-size: .95rem;
  margin-bottom: 14px;
}

.section{ padding: 96px 0; }
.section--tight{ padding: 72px 0; }
.section--navy{ background: var(--navy); color: #EDEFF4; }
.section--navy h2, .section--navy h3{ color: var(--white); }
.section--navy .eyebrow{ color: var(--gold-light); }
.section--cream{ background: var(--cream); }

.lede{
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.section-head{
  max-width: 760px;
  margin: 0 auto 56px;
  text-align: center;
}
.section-head h2{ margin-bottom: 18px; }
.section-head p{ color: var(--ink-soft); }
.section--navy .section-head p{ color: #C7CEDB; }

.divider{
  width: 56px;
  height: 2px;
  background: var(--gold);
  border: none;
  margin: 22px 0;
}
.section-head .divider,
.center .divider{ margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 30px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .02em;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .2s ease;
}
.btn:hover{ transform: translateY(-1px); }

.btn--gold{
  background: var(--gold);
  color: var(--navy-deep);
}
.btn--gold:hover{ background: var(--gold-dark); color: var(--white); }

.btn--outline{
  border-color: var(--gold);
  color: var(--gold-light);
  background: transparent;
}
.btn--outline:hover{ background: var(--gold); color: var(--navy-deep); }

.btn--outline-dark{
  border-color: var(--navy);
  color: var(--navy);
  background: transparent;
}
.btn--outline-dark:hover{ background: var(--navy); color: var(--white); }

.btn svg{ width: 16px; height: 16px; }

/* ---------- Header ---------- */
.site-header{
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 31, 58, .96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(200, 155, 92, .18);
  transition: padding .25s ease;
}
.site-header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.brand{ flex: none; }
.brand img{ height: 30px; width: auto; flex-shrink: 0; }

.main-nav{
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: 48px;
}
.main-nav .btn{
  padding: 12px 22px;
  font-size: .9rem;
}
.main-nav a{
  color: #E7E9EF;
  font-size: .95rem;
  font-weight: 500;
  transition: color .2s ease;
  white-space: nowrap;
}
.main-nav a:hover{ color: var(--gold-light); }

.header-actions{ display: flex; align-items: center; gap: 22px; }

.nav-toggle{
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 22px;
  position: relative;
}
.nav-toggle span{
  position: absolute;
  left: 0; right: 0;
  height: 2px;
  background: var(--gold-light);
  transition: all .25s ease;
}
.nav-toggle span:nth-child(1){ top: 0; }
.nav-toggle span:nth-child(2){ top: 10px; }
.nav-toggle span:nth-child(3){ top: 20px; }
.nav-toggle.is-open span:nth-child(1){ transform: translateY(10px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2){ opacity: 0; }
.nav-toggle.is-open span:nth-child(3){ transform: translateY(-10px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero{
  background: linear-gradient(100deg, var(--navy-deep) 0%, var(--navy) 45%, var(--navy) 100%);
  color: var(--white);
  overflow: hidden;
}
.hero .container{
  display: grid;
  grid-template-columns: minmax(320px, 460px) 1fr;
  gap: 40px;
  align-items: center;
  padding-top: 76px;
  padding-bottom: 76px;
}
.hero h1{ color: var(--white); }
.hero h1 .accent{ color: var(--gold-light); }
.hero p{ color: #C9D0DC; }
.hero .divider{ margin: 0 0 26px; }
.hero-copy .btn{ margin-top: 8px; }
.hero-media{
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(0,0,0,.55);
}
.hero-media img{ width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 880px){
  .hero .container{ grid-template-columns: 1fr; padding-top: 48px; }
  .hero-media{ order: -1; }
}

/* ---------- Intro / Warum chartern ---------- */
.intro-text{
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.intro-text p{ color: var(--ink-soft); }
.section--navy .intro-text p{ color: #C7CEDB; }
.intro-highlight{
  text-align: center;
  font-family: var(--font-display);
  color: var(--gold-dark);
  font-size: 1.4rem;
  margin: 34px 0 0;
}

/* ---------- Split: Wir verkaufen keine Yachten ---------- */
.split{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.split-media img{
  border-radius: 6px;
  box-shadow: 0 24px 50px -20px rgba(11,31,58,.35);
  width: 100%;
}
.split-media--portrait img{
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 30%;
}
.split h2{ margin-bottom: 22px; }
.split p{ color: var(--ink-soft); }

@media (max-width: 880px){
  .split{ grid-template-columns: 1fr; gap: 36px; }
  .split-media{ order: -1; }
}

/* ---------- Strategieprozess Timeline ---------- */
.timeline-intro{
  max-width: 780px;
  margin-bottom: 56px;
}
.timeline-intro p{ color: #C7CEDB; }

.timeline{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  position: relative;
  margin-bottom: 44px;
}
.timeline::before{
  content: "";
  position: absolute;
  top: 21px;
  left: 5%;
  right: 5%;
  height: 1px;
  background: rgba(200,155,92,.4);
}
.timeline-step{ position: relative; text-align: center; }
.timeline-step .num{
  width: 44px;
  height: 44px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 1.5px solid var(--gold);
  background: var(--navy);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.timeline-step h3{
  color: var(--white);
  font-size: 1.05rem;
  margin-bottom: 10px;
}
.timeline-step p{
  font-size: .88rem;
  color: #B7C0D1;
  margin: 0;
}

.timeline-tagline{
  text-align: center;
  font-family: var(--font-display);
  color: var(--gold-light);
  font-size: 1.3rem;
  padding-top: 24px;
  border-top: 1px solid rgba(200,155,92,.25);
}

@media (max-width: 900px){
  .timeline{ grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .timeline::before{ display: none; }
}

/* ---------- Gesamtbetrachtung / Schwerpunkte ---------- */
.betrachtung{
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: start;
}
.betrachtung-text p{ color: var(--ink-soft); }

.schwerpunkte-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.schwerpunkt-card{
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 30px 26px;
}
.schwerpunkt-card .icon{
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  color: var(--gold-dark);
}
.schwerpunkt-card .icon svg{ width: 100%; height: 100%; }
.schwerpunkt-card h3{ font-size: 1.15rem; margin-bottom: 10px; }
.schwerpunkt-card p{ font-size: .92rem; color: var(--ink-soft); margin: 0; }
.schwerpunkt-card.is-wide{ grid-column: span 2; }

.hinweis{
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: .85rem;
  color: #7B8494;
}

@media (max-width: 880px){
  .betrachtung{ grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 520px){
  .schwerpunkte-grid{ grid-template-columns: 1fr; }
  .schwerpunkt-card.is-wide{ grid-column: span 1; }
}

/* ---------- FAQ ---------- */
.faq-list{
  max-width: 880px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}
.faq-item{ border-bottom: 1px solid var(--line); }
.faq-question{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: none;
  border: none;
  text-align: left;
  padding: 26px 4px;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--navy);
  cursor: pointer;
}
.faq-question .plus{
  flex: none;
  width: 22px;
  height: 22px;
  position: relative;
  color: var(--gold-dark);
}
.faq-question .plus::before,
.faq-question .plus::after{
  content: "";
  position: absolute;
  background: var(--gold-dark);
  transition: transform .25s ease, opacity .25s ease;
}
.faq-question .plus::before{ left: 0; top: 50%; width: 100%; height: 2px; transform: translateY(-50%); }
.faq-question .plus::after{ top: 0; left: 50%; width: 2px; height: 100%; transform: translateX(-50%); }
.faq-item.is-open .faq-question .plus::after{ transform: translateX(-50%) rotate(90deg); opacity: 0; }

.faq-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}
.faq-answer p{
  padding: 0 4px 26px;
  color: var(--ink-soft);
  margin: 0;
  max-width: 760px;
}

.faq-footnote{
  text-align: center;
  margin-top: 36px;
  color: var(--ink-soft);
  font-size: .95rem;
}

/* ---------- CTA banner ---------- */
.cta-banner{
  text-align: center;
}
.cta-banner h2{ max-width: 780px; margin-left: auto; margin-right: auto; }
.cta-banner .lede{ margin-bottom: 34px; }
.cta-tags{
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  font-size: .9rem;
  color: #B7C0D1;
  letter-spacing: .02em;
}
.cta-tags span:not(:last-child)::after{ content: "•"; margin-left: 14px; color: var(--gold); }

/* ---------- About teaser ---------- */
.about-teaser{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.about-teaser-copy{
  background: var(--cream-soft);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px;
}
.about-teaser-copy p{ color: var(--ink-soft); }
.about-teaser-media img{ width: 100%; height: 100%; object-fit: cover; min-height: 360px; }
.link-arrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-dark);
  font-weight: 600;
  margin-top: 8px;
  border-bottom: 1px solid transparent;
}
.link-arrow:hover{ border-color: var(--gold-dark); }
.link-arrow svg{ width: 16px; height: 16px; transition: transform .2s ease; }
.link-arrow:hover svg{ transform: translateX(4px); }

@media (max-width: 880px){
  .about-teaser{ grid-template-columns: 1fr; }
  .about-teaser-media{ order: -1; }
  .about-teaser-copy{ padding: 56px 32px; }
}

/* ---------- Footer ---------- */
.site-footer{
  background: var(--navy-deep);
  color: #C7CEDB;
  padding-top: 72px;
}
.footer-top{
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(200,155,92,.2);
}
.footer-brand img{ height: 32px; margin-bottom: 14px; }
.footer-brand p{ color: #8B93A6; font-size: .92rem; margin: 0; }

.footer-col h4{
  color: var(--gold-light);
  font-family: var(--font-body);
  font-size: .85rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.footer-col a, .footer-col .contact-line{
  display: block;
  color: #C7CEDB;
  margin-bottom: 12px;
  font-size: .95rem;
}
.footer-col a:hover{ color: var(--gold-light); }
.contact-line{ display: flex; align-items: center; gap: 10px; }
.contact-line svg{ width: 16px; height: 16px; color: var(--gold); flex: none; }

.footer-nav a{ margin-bottom: 12px; }

.footer-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding: 26px 0;
  font-size: .85rem;
  color: #7B8494;
}
.footer-bottom-links{ display: flex; gap: 20px; align-items: center; }
.footer-bottom-links a{ color: #7B8494; }
.footer-bottom-links a:hover{ color: var(--gold-light); }
.footer-bottom img{ height: 20px; opacity: .85; }

/* ---------- Legal / simple pages ---------- */
.legal{
  padding: 120px 0 96px;
  max-width: 820px;
  margin: 0 auto;
}
.legal h1{ margin-bottom: 12px; }
.legal h2{ font-size: 1.3rem; margin-top: 40px; }
.legal p, .legal li{ color: var(--ink-soft); }
.legal .placeholder{
  background: #FFF7E8;
  border: 1px dashed var(--gold);
  padding: 16px 20px;
  border-radius: 6px;
  font-size: .92rem;
  color: var(--gold-dark);
}

/* ---------- Responsive nav ---------- */
@media (max-width: 980px){
  .main-nav{
    position: fixed;
    inset: 76px 0 0 0;
    background: var(--navy-deep);
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 32px;
    gap: 22px;
    margin-left: 0;
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .main-nav.is-open{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .main-nav a{ font-size: 1.1rem; }
  .nav-toggle{ display: block; }
  .main-nav .btn{ margin-top: 10px; padding: 16px 30px; font-size: .95rem; }
}

@media (max-width: 640px){
  .section{ padding: 64px 0; }
  .container{ padding: 0 22px; }
  .footer-top{ grid-template-columns: 1fr; gap: 34px; }
}
