/*
Theme Name: Team Alchemist
Theme URI: https://teamalchemist.eu
Author: Sara Bigwood
Author URI: https://teamalchemist.eu
Description: Lean, minimal one-page theme for Team Alchemist — Alchemy 90 service. Bilingual EN/FR.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: team-alchemist
*/

/* ── Reset & Variables ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --teal: #12a888;
  --teal-deep: #0e8a6f;
  --teal-light: #1bc9a4;
  --coral: #e8634a;
  --orange: #f5a340;
  --warm-gradient: linear-gradient(135deg, #e8634a 0%, #f09a42 100%);
  --ink: #2a2a2a;
  --paper: #fcfbf9;
  --cloud: #f5f3f0;
  --mist: #ebe8e4;
  --stone: #7a756f;
  --light-stone: #a09a93;
}

html { scroll-behavior: smooth; font-size: 18px; }

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ── NAV ── */
.ta-nav {
  position: fixed; top: 0; width: 100%; z-index: 100;
  padding: 1.4rem 3rem;
  display: flex; justify-content: space-between; align-items: center;
  background: rgba(252,251,249,0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s;
}
.ta-nav.scrolled { border-bottom-color: var(--mist); }

.ta-nav-logo {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem; font-weight: 300; letter-spacing: 0.25em;
  text-transform: uppercase; color: var(--teal);
  text-decoration: none;
  display: flex; align-items: center;
}
.ta-nav-logo-img {
  height: 40px; width: auto;
  display: block;
}
.ta-nav-links a {
  font-size: 0.68rem; font-weight: 400; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--stone);
  text-decoration: none; margin-left: 2.5rem;
  transition: color 0.3s;
}
.ta-nav-links a:hover { color: var(--teal); }

/* ── LANG SWITCHER ── */
.ta-lang-switch {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.62rem; letter-spacing: 0.15em;
  text-transform: uppercase;
}
.ta-lang-switch a {
  color: var(--light-stone); text-decoration: none;
  padding: 0.3rem 0.5rem; transition: color 0.3s;
}
.ta-lang-switch a.active { color: var(--teal); font-weight: 500; }
.ta-lang-switch a:hover { color: var(--teal); }
.ta-lang-switch span { color: var(--mist); }

/* ── SECTIONS ── */
.ta-section { padding: 8rem 3rem; max-width: 860px; margin: 0 auto; }

/* ── HERO ── */
.ta-hero {
  min-height: 100vh;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  text-align: center;
  max-width: 100%; padding: 0 2rem;
  position: relative;
}

.ta-hero-infinity { width: 80px; height: 80px; margin-bottom: 2.5rem; opacity: 0.15; }
.ta-hero-infinity svg { width: 100%; height: 100%; }

.ta-hero-tagline {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3.4rem; font-weight: 200; line-height: 1.2;
  letter-spacing: 0.02em;
  max-width: 780px;
  margin-bottom: 2.5rem;
  color: var(--ink);
}
.ta-hero-tagline em {
  font-style: normal;
  background: var(--warm-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ta-hero-sub {
  font-size: 0.95rem; color: var(--stone); font-weight: 300;
  max-width: 480px; margin-bottom: 3.5rem; line-height: 1.9;
}

.ta-btn-warm {
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.68rem; font-weight: 400; letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  background: var(--warm-gradient);
  padding: 1.1rem 3.2rem; text-decoration: none;
  border-radius: 2px;
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(232,99,74,0.2);
}
.ta-btn-warm:hover {
  box-shadow: 0 6px 30px rgba(232,99,74,0.35);
  transform: translateY(-1px);
}

.ta-scroll-hint {
  position: absolute; bottom: 3rem;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.6rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--light-stone);
}
.ta-scroll-hint::after {
  content: ''; display: block;
  width: 1px; height: 40px;
  background: var(--teal); margin: 0.8rem auto 0; opacity: 0.2;
}

/* ── LABELS & TITLES ── */
.ta-label {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.62rem; letter-spacing: 0.25em;
  text-transform: uppercase; color: var(--teal);
  margin-bottom: 2rem; font-weight: 400;
}
.ta-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.2rem; font-weight: 200; line-height: 1.35;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}
.ta-text {
  font-size: 0.92rem; color: var(--stone);
  line-height: 1.9; margin-bottom: 1.5rem;
}

/* ── THE SIGNS ── */
.ta-signs { background: var(--cloud); max-width: 100%; padding: 7rem 3rem; }
.ta-signs-inner { max-width: 700px; margin: 0 auto; }

.ta-pull-quote {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.4rem; font-weight: 200; font-style: normal;
  color: var(--ink); line-height: 1.55;
  border-left: 2px solid var(--coral);
  padding-left: 1.8rem; margin: 3rem 0;
  letter-spacing: 0.01em;
}

/* ── ALCHEMY 90 ── */
.ta-alchemy { text-align: center; }
.ta-alchemy .ta-title { font-size: 2.8rem; margin-bottom: 0.8rem; }
.ta-alchemy-duration {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.68rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--coral);
  margin-bottom: 3rem; font-weight: 300;
}
.ta-steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem; text-align: left; margin: 4rem 0;
}
.ta-step-num {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.4rem; font-weight: 100;
  background: var(--warm-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.8rem;
}
.ta-step-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.72rem; letter-spacing: 0.14em;
  text-transform: uppercase; font-weight: 500;
  margin-bottom: 0.8rem; color: var(--teal-deep);
}
.ta-step-text { font-size: 0.85rem; color: var(--stone); line-height: 1.75; }

.ta-alchemy-bottom {
  margin-top: 3rem; padding-top: 3rem;
  border-top: 1px solid var(--mist);
}
.ta-alchemy-bottom p {
  font-size: 0.88rem; color: var(--stone); line-height: 1.85;
  max-width: 560px; margin: 0 auto;
}

/* ── COST ── */
.ta-cost {
  background: var(--ink); color: var(--paper);
  max-width: 100%; padding: 7rem 3rem;
}
.ta-cost-inner { max-width: 860px; margin: 0 auto; }
.ta-cost .ta-label { color: var(--orange); }
.ta-cost .ta-title { color: var(--paper); }

.ta-cost-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; margin: 4rem 0;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 3px;
  overflow: hidden;
}
.ta-cost-col { padding: 2.8rem; }
.ta-cost-col:first-child {
  border-right: 1px solid rgba(255,255,255,0.08);
  background: rgba(232,99,74,0.04);
}
.ta-cost-col:last-child {
  background: rgba(18,168,136,0.04);
}
.ta-cost-col-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.62rem; letter-spacing: 0.2em;
  text-transform: uppercase; margin-bottom: 2.5rem;
  font-weight: 400;
}
.ta-cost-col:first-child .ta-cost-col-title { color: var(--coral); }
.ta-cost-col:last-child .ta-cost-col-title { color: var(--teal-light); }

.ta-cost-item {
  display: flex; justify-content: space-between;
  align-items: baseline;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-size: 0.82rem;
}
.ta-cost-item-label { color: rgba(255,255,255,0.5); }
.ta-cost-item-value {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400; font-size: 0.92rem;
}
.ta-cost-col:first-child .ta-cost-item-value { color: var(--coral); }
.ta-cost-col:last-child .ta-cost-item-value { color: var(--teal-light); }

.ta-cost-total {
  border-bottom: none; margin-top: 1rem; padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.ta-cost-total .ta-cost-item-value { font-size: 1.15rem; font-weight: 500; }

.ta-cost-footnote {
  text-align: center; margin-top: 3rem;
  font-size: 0.75rem; color: rgba(255,255,255,0.3);
  font-style: italic;
}

/* ── BUSINESS CASE ── */
.ta-case { text-align: center; }
.ta-stat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2rem; margin: 4rem 0;
}
.ta-stat-number {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3rem; font-weight: 100;
  background: var(--warm-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.5rem;
}
.ta-stat-label {
  font-size: 0.78rem; color: var(--stone); line-height: 1.65;
}
.ta-case-text {
  font-size: 0.92rem; color: var(--stone);
  line-height: 1.9; max-width: 620px; margin: 0 auto 2rem;
}
.ta-case-highlight {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300; font-style: normal;
  color: var(--teal);
}

/* ── FINAL CTA ── */
.ta-final-cta {
  text-align: center;
  max-width: 100%;
  padding: 8rem 3rem;
  background: var(--cloud);
  position: relative;
  overflow: hidden;
}
.ta-final-cta::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--warm-gradient);
}
.ta-final-cta .ta-title {
  font-size: 2.4rem; margin-bottom: 1.5rem;
}
.ta-final-cta-sub {
  font-size: 0.92rem; color: var(--stone);
  max-width: 480px; margin: 0 auto 3rem; line-height: 1.85;
}
.ta-btn-teal {
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.68rem; font-weight: 400; letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  background: var(--teal);
  padding: 1.2rem 3.5rem; text-decoration: none;
  border-radius: 2px;
  transition: all 0.4s ease;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 20px rgba(18,168,136,0.2);
}
.ta-btn-teal:hover {
  background: var(--teal-deep);
  box-shadow: 0 6px 30px rgba(18,168,136,0.35);
  transform: translateY(-1px);
}
.ta-cta-note {
  font-size: 0.72rem; color: var(--stone); font-style: italic;
}
.ta-cta-note strong {
  color: var(--coral); font-weight: 400;
}

/* ── FOOTER ── */
.ta-footer {
  text-align: center; padding: 3rem;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.65rem; color: var(--light-stone);
  letter-spacing: 0.12em;
}
.ta-footer-brand { color: var(--teal); font-weight: 400; }
.ta-footer-tagline {
  margin-top: 0.6rem;
  font-weight: 200; font-size: 0.72rem;
  letter-spacing: 0.08em;
  background: var(--warm-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── FADE IN ── */
.ta-fade-in {
  opacity: 0; transform: translateY(25px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.ta-fade-in.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  html { font-size: 16px; }
  .ta-nav { padding: 1rem 1.5rem; }
  .ta-nav-links { display: none; }
  .ta-hero-tagline { font-size: 2.2rem; }
  .ta-section { padding: 5rem 1.5rem; }
  .ta-signs, .ta-cost, .ta-final-cta { padding: 5rem 1.5rem; }
  .ta-steps { grid-template-columns: 1fr; gap: 2.5rem; }
  .ta-cost-grid { grid-template-columns: 1fr; }
  .ta-cost-col:first-child { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .ta-stat-grid { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* ── WP overrides ── */
.wp-site-blocks, .entry-content { max-width: 100% !important; padding: 0 !important; }
body.page .entry-header { display: none; }
