:root {
  --forest: #2C4A3E;
  --forest-deep: #1A3328;
  --forest-light: #3D6B56;
  --sage: #8BA888;
  --sage-light: #B5CCAF;
  --sage-pale: #D4E4CE;
  --sand: #C9A96E;
  --sand-light: #DCC9A0;
  --sand-pale: #F0E6D3;
  --earth: #8B7355;
  --cream: #FAF7F2;
  --linen: #F4EFE7;
  --white: #FFFFFF;
  --text: #2A2A28;
  --text-soft: #5C5C56;
  --text-muted: #8A8A82;
  --heading: 'DM Serif Display', Georgia, serif;
  --body: 'Nunito Sans', sans-serif;
  --accent: 'Playfair Display', Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body.axelio-body {
  margin: 0;
  font-family: var(--body);
  color: var(--text);
  background: var(--cream);
  line-height: 1.75;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 2rem; }
.container-narrow { max-width: 760px; margin: 0 auto; padding: 0 2rem; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s cubic-bezier(.25,.46,.45,.94), transform .9s cubic-bezier(.25,.46,.45,.94); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: .12s; }
.reveal-d2 { transition-delay: .24s; }
.reveal-d3 { transition-delay: .36s; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1000;
  padding: 1.2rem 0;
  transition: all .4s;
  background: transparent;
}
.site-header.scrolled {
  background: rgba(250,247,242,.95);
  backdrop-filter: blur(16px);
  box-shadow: 0 2px 30px rgba(44,74,62,.06);
  padding: .7rem 0;
}
.nav-inner { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.nav-logo {
  font-family: var(--heading);
  font-size: 1.5rem;
  color: var(--forest);
  text-decoration: none;
  letter-spacing: .05em;
}
.nav-logo i { color: var(--sage); font-style: normal; }
.custom-logo-link img { max-height: 54px; width: auto; }
.main-nav { margin-left: auto; }
.nav-links {
  display: flex; gap: 2.2rem; list-style: none; align-items: center;
  padding: 0; margin: 0;
}
.nav-links a {
  font-family: var(--body);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--forest);
  text-decoration: none;
  padding-bottom: 3px;
  position: relative;
  transition: color .3s;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  width: 0; height: 2px;
  background: var(--sage);
  transition: all .3s;
  transform: translateX(-50%);
  border-radius: 1px;
}
.nav-links a:hover::after,
.nav-links .current-menu-item > a::after,
.nav-links .current_page_item > a::after { width: 100%; }
.nav-links a:hover,
.nav-links .current-menu-item > a,
.nav-links .current_page_item > a { color: var(--forest-light); }
.nav-links li:last-child a {
  background: var(--forest);
  color: var(--white);
  padding: .65rem 1.5rem;
  border-radius: 50px;
}
.nav-links li:last-child a::after { display: none; }

.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; z-index: 1001; border: 0;
  background: transparent; padding: 0;
}
.hamburger span {
  width: 22px; height: 2px; background: var(--forest);
  transition: all .3s; border-radius: 2px;
}

.site-main { min-height: 50vh; }

.page-hero { padding: 11rem 0 5rem; position: relative; overflow: hidden; }
.hero-home { min-height: 100vh; display: flex; align-items: center; padding-top: 5rem; }
.page-simple-hero { padding-bottom: 2.5rem; }
.page-hero.hero-cream { background: var(--cream); }
.page-hero.hero-forest { background: var(--forest); }
.leaf-bg, .leaf-bg-2 { position: absolute; border-radius: 50%; pointer-events: none; }
.leaf-bg {
  top: -10%; right: -5%; width: 500px; height: 500px;
  background: radial-gradient(ellipse, rgba(139,168,136,.1) 0%, transparent 70%);
}
.leaf-bg-2 {
  bottom: -20%; left: -10%; width: 400px; height: 400px;
  background: radial-gradient(ellipse, rgba(201,169,110,.06) 0%, transparent 70%);
}

.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.grid-2-asym { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }

h1,h2,h3,h4 { margin-top: 0; }
h1 {
  font-family: var(--heading);
  font-size: clamp(2.4rem,4.5vw,3.8rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--forest-deep);
  margin-bottom: 1.5rem;
}
h2 {
  font-family: var(--heading);
  font-size: clamp(1.8rem,3vw,2.6rem);
  font-weight: 400;
  color: var(--forest-deep);
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
h3 {
  font-family: var(--heading);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--forest);
  margin-bottom: .8rem;
}

.eyebrow,
.axelio-eyebrow {
  font-family: var(--body);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .8rem;
}
.eyebrow.center { justify-content: center; }
.eyebrow .dot {
  width: 6px; height: 6px;
  background: var(--sage); border-radius: 50%;
}

.subtitle {
  font-family: var(--body);
  font-size: 1.05rem;
  color: var(--text-soft);
  line-height: 1.85;
  max-width: 580px;
}
.center-copy { max-width: 720px; margin-left: auto; margin-right: auto; }
.prose, .editor-content {
  font-family: var(--body);
  font-size: 1rem;
  color: var(--text-soft);
  line-height: 1.9;
}
.prose p, .editor-content p { margin-bottom: 1.4rem; }
.editor-content > * { max-width: 100%; }
.editor-content h2, .editor-content h3, .editor-content h4 { margin-top: 2rem; }
.editor-content ul, .editor-content ol { margin: 1rem 0 1.5rem 1.2rem; }
.editor-content li { margin-bottom: .6rem; }
.editor-content .wp-block-columns { gap: 2rem; margin: 2rem 0; }
.editor-content .wp-block-group,
.editor-content .wp-block-cover,
.editor-content .wp-block-media-text {
  border-radius: 24px;
}
.editor-content .wp-block-image img,
.editor-content .wp-block-cover,
.editor-content .wp-block-media-text {
  overflow: hidden;
}
.editor-content .wp-block-quote {
  margin: 2rem 0;
  padding: 1.5rem 1.8rem;
  border-left: 4px solid var(--sage);
  background: var(--linen);
  border-radius: 0 14px 14px 0;
  font-family: var(--accent);
  font-style: italic;
  color: var(--forest);
}
.editor-content .wp-block-separator {
  border-color: rgba(44,74,62,.12);
  margin: 3rem auto;
}
.editor-content .wp-block-table {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(44,74,62,.05);
}
.editor-content .wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.editor-content .wp-block-table th {
  background: var(--forest);
  color: var(--white);
}
.editor-content .wp-block-table th,
.editor-content .wp-block-table td {
  padding: 1rem;
  border: 1px solid rgba(44,74,62,.08);
}

.divider-leaf {
  width: 30px; height: 2px;
  background: linear-gradient(90deg, var(--sage), var(--sage-light));
  border-radius: 2px;
  margin: 2rem 0;
}
.text-center { text-align: center; }

section { padding: 6rem 0; }
.bg-cream { background: var(--cream); }
.bg-linen { background: var(--linen); }
.bg-white { background: var(--white); }
.bg-forest { background: var(--forest); color: var(--white); }
.bg-forest h2 { color: var(--white); }

.button-row {
  margin-top: 2rem;
  display: flex; gap: 1rem; flex-wrap: wrap;
}

.btn,
.wp-block-button__link {
  display: inline-block;
  font-family: var(--body);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: .95rem 2.2rem;
  border-radius: 999px !important;
  transition: all .35s;
  cursor: pointer;
  border: none;
}
.btn-forest,
.wp-block-button .wp-block-button__link {
  background: var(--forest);
  color: var(--white);
}
.btn-forest:hover,
.wp-block-button .wp-block-button__link:hover {
  background: var(--forest-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(44,74,62,.2);
}
.btn-sage { background: var(--sage-pale); color: var(--forest); }
.btn-sage:hover { background: var(--sage); color: var(--white); transform: translateY(-2px); }
.btn-outline-forest,
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 1.5px solid var(--forest);
  color: var(--forest);
}
.btn-outline-forest:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: var(--forest);
  color: var(--white);
}
.btn-sand { background: var(--sand); color: var(--white); }
.btn-sand:hover { background: var(--earth); transform: translateY(-2px); }

.organic-card,
.axelio-card {
  background: var(--white);
  border-radius: 20px;
  padding: 2.5rem;
  transition: all .4s;
  border: 1px solid rgba(139,168,136,.12);
  box-shadow: 0 8px 24px rgba(44,74,62,.03);
}
.organic-card:hover,
.axelio-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(44,74,62,.08);
  border-color: var(--sage-light);
}
.card-grid { margin-top: 3rem; }
.organic-card .card-icon {
  width: 56px; height: 56px;
  background: var(--sage-pale);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.organic-card p { font-size: .92rem; color: var(--text-soft); line-height: 1.8; }

.hero-placeholder {
  aspect-ratio: 4 / 5;
  background: linear-gradient(160deg, var(--sage-pale) 0%, var(--linen) 50%, var(--sand-pale) 100%);
  border-radius: 30px;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.hero-placeholder-bg {
  position: absolute; top: 20%; right: 10%;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(139,168,136,.2), transparent);
  border-radius: 50%;
}
.hero-placeholder-content { text-align: center; position: relative; }
.hero-placeholder-icon { font-size: 5rem; opacity: .3; }
.hero-placeholder-content span {
  font-family: var(--body);
  font-size: .72rem; font-weight: 600;
  letter-spacing: .15em; text-transform: uppercase; color: var(--sage);
}
.hero-image-card {
  border-radius: 30px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(44,74,62,.12);
}
.hero-image-card img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
}

.quote-band {
  padding: 4.5rem 0;
  text-align: center; position: relative; overflow: hidden;
}
.quote-mark {
  position: absolute; top: -30px; left: 50%;
  transform: translateX(-50%);
  font-family: var(--accent);
  font-size: 12rem;
  color: rgba(139,168,136,.06);
  line-height: 1;
}
.quote-text {
  font-family: var(--accent);
  font-size: clamp(1.3rem,2.2vw,1.8rem);
  font-style: italic;
  color: var(--white);
  line-height: 1.6;
  max-width: 650px;
  margin: 0 auto 1.2rem;
}
.quote-author {
  font-family: var(--body);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--sage-light);
}

.about-circle {
  aspect-ratio: 1;
  background: linear-gradient(160deg, var(--sage-pale), var(--linen));
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.about-circle-icon { font-size: 4rem; opacity: .2; }

.faq-list { max-width: 760px; margin: 3rem auto 0; }
.faq-item { border-bottom: 1px solid rgba(44,74,62,.08); }
.faq-question {
  width: 100%; background: none; border: none;
  padding: 1.4rem 0; display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; font-family: var(--heading); font-size: 1.1rem;
  color: var(--forest); text-align: left; transition: color .3s;
}
.faq-question:hover { color: var(--sage); }
.faq-toggle {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--sage-pale); display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: var(--forest); transition: all .3s; flex-shrink: 0;
}
.faq-item.active .faq-toggle {
  background: var(--forest); color: var(--white); transform: rotate(45deg);
}
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .5s cubic-bezier(.25,.46,.45,.94); }
.faq-item.active .faq-answer { max-height: 400px; padding-bottom: 1.5rem; }
.faq-answer p { font-size: .95rem; color: var(--text-soft); line-height: 1.85; margin: 0; }

.cta-section { padding: 4rem 0; }
.cta-banner,
.axelio-cta-block {
  background: linear-gradient(135deg, var(--forest) 0%, var(--forest-light) 100%);
  border-radius: 28px;
  padding: 4rem 3rem;
  text-align: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.cta-banner::before,
.axelio-cta-block::before {
  content: '';
  position: absolute;
  top: -50%; right: -20%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(139,168,136,.15), transparent 70%);
  border-radius: 50%;
}
.cta-banner h2, .axelio-cta-block h2 { color: var(--white); position: relative; z-index: 1; }
.cta-banner p, .axelio-cta-block p {
  color: rgba(255,255,255,.75);
  max-width: 500px; margin: 0 auto 2rem;
  font-size: 1rem; position: relative; z-index: 1;
}
.cta-banner .btn, .axelio-cta-block .wp-block-buttons { position: relative; z-index: 1; }

.posts-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
}
.blog-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  transition: all .35s;
  box-shadow: 0 4px 18px rgba(44,74,62,.05);
}
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 15px 45px rgba(44,74,62,.08); }
.blog-card-image img {
  width: 100%; height: 240px; object-fit: cover;
}
.blog-card-body { padding: 1.8rem 2rem; }
.blog-tag {
  font-family: var(--body);
  font-size: .68rem; font-weight: 700;
  letter-spacing: .15em; text-transform: uppercase; color: var(--sage);
  margin-bottom: .6rem;
}
.post-featured-image { margin-bottom: 2rem; }
.post-featured-image img { border-radius: 24px; }

.site-footer {
  background: var(--forest-deep);
  color: rgba(255,255,255,.55);
  padding: 5rem 0 2rem;
  border-radius: 40px 40px 0 0;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem; margin-bottom: 3rem;
}
.footer-brand .nav-logo { color: var(--white); display: inline-block; margin-bottom: .5rem; }
.footer-brand p {
  font-size: .88rem; line-height: 1.8; max-width: 320px; margin-top: .8rem;
}
.footer-contact-list {
  display: grid;
  gap: .5rem;
  margin-top: 1rem;
  font-size: .9rem;
}
.footer-col h4, .footer-widget h4 {
  font-family: var(--body);
  font-size: .7rem; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--sage); margin-bottom: 1.2rem;
}
.footer-col a, .footer-widget a, .footer-menu a {
  display: block; color: rgba(255,255,255,.45); text-decoration: none;
  font-size: .88rem; padding: .35rem 0; transition: color .3s;
}
.footer-col a:hover, .footer-widget a:hover, .footer-menu a:hover { color: var(--sage-light); }
.footer-menu { list-style: none; margin: 0; padding: 0; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: 1.5rem;
  display: flex; justify-content: space-between; align-items: center;
  font-size: .78rem;
}
.footer-bottom a {
  color: rgba(255,255,255,.35);
  text-decoration: none;
  margin-left: 1.5rem;
  transition: color .3s;
}
.footer-bottom a:hover { color: var(--sage-light); }

.footer-credit-row {
  border-top: 1px solid rgba(255,255,255,.06);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  text-align: center;
}
.gc-credit {
  font-size: .85rem;
  color: rgba(255,255,255,.65);
}
.gc-credit a {
  color: var(--sage-light);
  text-decoration: none;
  font-weight: 700;
}
.gc-credit a:hover { color: var(--white); }

.axelio-section {
  padding: 3rem;
  border-radius: 28px;
  margin: 2rem 0;
}
.axelio-hero-block {
  background: linear-gradient(160deg, var(--sage-pale) 0%, var(--linen) 50%, var(--sand-pale) 100%);
}
.axelio-card-columns .wp-block-column > .wp-block-group {
  height: 100%;
}
.is-style-axelio-soft {
  box-shadow: 0 18px 40px rgba(44,74,62,.06);
}

.landing-template {
  padding-top: 6rem;
}

@media (max-width: 1024px) {
  .grid-2, .grid-2-asym, .grid-3, .posts-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  section { padding: 4rem 0; }
  .site-header { padding: .9rem 0; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: fixed; inset: 0;
    background: var(--cream);
    justify-content: center; align-items: center;
    gap: 2rem; z-index: 999;
  }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
  .page-hero { padding: 8rem 0 3rem; }
  .hero-home { min-height: auto; }
  .cta-banner, .axelio-cta-block { border-radius: 22px; padding: 3rem 1.5rem; }
  .site-footer { border-radius: 0; }
}
