/* ==========================================================================
   Zenovita — Wellness & lifestyle digital publishing
   ========================================================================== */

:root {
  --forest: #1b3a2c;
  --forest-700: #224a38;
  --green: #2f8b62;
  --green-dark: #246d4d;
  --sage: #7ba88f;
  --gold: #c69749;
  --ink: #20271f;
  --body: #4c554a;
  --muted: #7e867a;
  --line: #e7ddcb;
  --cream: #faf6ee;
  --cream-2: #f3ecdd;
  --white: #ffffff;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow-sm: 0 2px 10px rgba(27, 58, 44, .06);
  --shadow: 0 22px 50px rgba(27, 58, 44, .14);
  --container: 1120px;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: var(--sans);
  color: var(--body);
  background: var(--cream);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--green-dark); text-decoration: none; }
a:hover { color: var(--forest); }
h1, h2, h3, h4 { font-family: var(--serif); color: var(--ink); line-height: 1.15; font-weight: 600; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 26px; }
.section { padding: 100px 0; }
.section--cream2 { background: var(--cream-2); }
.section--forest { background: var(--forest); color: #d8e6dd; }

.section-head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.eyebrow {
  display: inline-block; font-family: var(--sans); font-size: 13px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--green);
}
.section--forest .eyebrow { color: var(--sage); }
.section-head h2 { font-size: clamp(30px, 4.4vw, 44px); margin: 14px 0 16px; font-weight: 600; }
.section-head p { font-size: 18px; color: var(--muted); }
.section--forest .section-head h2 { color: #fff; }
.section--forest .section-head p { color: #aebfb3; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 9px; font-family: var(--sans);
  background: var(--green); color: #fff; font-weight: 700; font-size: 16px;
  padding: 14px 28px; border-radius: 999px; border: 0; cursor: pointer;
  transition: transform .16s ease, box-shadow .16s, background .16s;
  box-shadow: 0 10px 24px rgba(47, 139, 98, .26);
}
.btn:hover { background: var(--green-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 14px 30px rgba(47, 139, 98, .32); }
.btn--outline { background: transparent; color: var(--forest); border: 1.5px solid var(--sage); box-shadow: none; }
.btn--outline:hover { background: var(--forest); color: #fff; border-color: var(--forest); }
.btn--cream { background: var(--cream); color: var(--forest); box-shadow: none; }
.btn--cream:hover { background: #fff; color: var(--forest); }
.btn-sm { padding: 10px 20px; font-size: 15px; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250, 246, 238, .88); backdrop-filter: saturate(150%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--serif); font-weight: 600; color: var(--ink); font-size: 24px; letter-spacing: -.01em; }
.brand:hover { color: var(--ink); }
.brand-mark { width: 36px; height: 36px; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { font-family: var(--sans); color: var(--ink); font-weight: 600; font-size: 15.5px; }
.nav a:hover { color: var(--green); }
.nav a.btn { color: #fff; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content: ""; display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: .2s; }
.nav-toggle span::before { position: absolute; transform: translateY(-6px); }
.nav-toggle span::after { position: absolute; transform: translateY(6px); }

/* Hero */
.hero {
  position: relative; overflow: hidden; text-align: center;
  padding: 110px 0 120px;
  background:
    radial-gradient(620px 380px at 18% 12%, rgba(123, 168, 143, .28), transparent 60%),
    radial-gradient(700px 420px at 84% 8%, rgba(198, 151, 73, .14), transparent 60%),
    var(--cream);
}
.hero .eyebrow { margin-bottom: 22px; }
.hero h1 { font-size: clamp(40px, 7vw, 74px); font-weight: 600; color: var(--ink); letter-spacing: -.02em; margin: 0 auto 22px; max-width: 14ch; }
.hero h1 em { font-style: italic; color: var(--green); }
.hero p.lead { font-family: var(--sans); font-size: 20px; color: var(--body); max-width: 600px; margin: 0 auto 36px; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-meta { margin-top: 46px; display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; }
.hero-meta div { text-align: center; }
.hero-meta strong { font-family: var(--serif); display: block; font-size: 30px; color: var(--forest); }
.hero-meta span { font-family: var(--sans); font-size: 13.5px; letter-spacing: .04em; color: var(--muted); text-transform: uppercase; }

/* About */
.about { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.about h2 { font-size: clamp(28px, 4vw, 40px); margin-bottom: 20px; font-weight: 600; }
.about p { margin-bottom: 16px; }
.about-quote {
  font-family: var(--serif); font-size: 24px; font-style: italic; color: var(--forest);
  border-left: 3px solid var(--gold); padding: 6px 0 6px 24px; margin: 26px 0; line-height: 1.4;
}
.about-visual {
  border-radius: var(--radius); padding: 40px; background: linear-gradient(160deg, var(--forest), var(--forest-700));
  color: #d8e6dd; box-shadow: var(--shadow);
}
.about-visual .av-item { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.about-visual .av-item:last-child { border-bottom: 0; }
.about-visual .av-ic { flex: none; width: 46px; height: 46px; border-radius: 12px; background: rgba(123,168,143,.2); display: flex; align-items: center; justify-content: center; color: #a9d4ba; }
.about-visual .av-item strong { font-family: var(--serif); color: #fff; font-size: 18px; display: block; }
.about-visual .av-item span { font-family: var(--sans); font-size: 14px; color: #aebfb3; }

/* Publications grid */
.pub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.pub-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 30px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s;
}
.pub-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.pub-card .pic { width: 58px; height: 58px; border-radius: 16px; background: linear-gradient(140deg, #e3efe7, #f0e7d3); display: flex; align-items: center; justify-content: center; color: var(--green); margin-bottom: 22px; }
.pub-card h3 { font-size: 22px; margin-bottom: 11px; font-weight: 600; }
.pub-card p { font-size: 15.5px; color: var(--muted); }

/* Values (forest section) */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.value { text-align: center; }
.value .vi { width: 60px; height: 60px; margin: 0 auto 18px; border-radius: 50%; background: rgba(123,168,143,.16); border: 1px solid rgba(123,168,143,.3); display: flex; align-items: center; justify-content: center; color: var(--sage); }
.value h3 { color: #fff; font-size: 20px; margin-bottom: 8px; font-weight: 600; }
.value p { font-family: var(--sans); color: #aebfb3; font-size: 15px; }

/* Contact */
.contact { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: start; }
.contact-info li { list-style: none; display: flex; gap: 16px; margin-bottom: 24px; }
.contact-info .ci { flex: none; width: 46px; height: 46px; border-radius: 12px; background: #e8f0ea; color: var(--green); display: flex; align-items: center; justify-content: center; }
.contact-info strong { font-family: var(--serif); display: block; color: var(--ink); font-size: 16px; }
.contact-info span, .contact-info a { color: var(--muted); font-size: 15px; }
.form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-family: var(--sans); font-size: 14px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.field input, .field textarea { width: 100%; font-family: var(--sans); font-size: 15px; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; padding: 13px 15px; background: var(--cream); transition: border-color .15s, box-shadow .15s; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(47,139,98,.14); background: #fff; }
.field textarea { resize: vertical; min-height: 130px; }
.form .btn { width: 100%; justify-content: center; }
.form-note { font-family: var(--sans); font-size: 13px; color: var(--muted); margin-top: 14px; text-align: center; }

/* Footer */
.site-footer { background: var(--forest); color: #aebfb3; padding: 70px 0 30px; font-family: var(--sans); font-size: 15px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.4fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.1); }
.site-footer .brand { color: #fff; margin-bottom: 16px; }
.footer-about { max-width: 290px; font-size: 14.5px; color: #9fb1a4; }
.footer-col h4 { font-family: var(--sans); color: #fff; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 11px; }
.footer-col a, .footer-col span { color: #aebfb3; font-size: 14.5px; }
.footer-col a:hover { color: #fff; }
.footer-fiscal { font-size: 13.5px; line-height: 1.75; color: #9fb1a4; }
.footer-fiscal strong { font-family: var(--serif); color: #d8e6dd; display: block; margin-bottom: 7px; font-size: 15px; }
.footer-bottom { padding-top: 26px; display: flex; flex-direction: column; gap: 16px; }
.disclaimer { font-size: 12.5px; color: #84968a; line-height: 1.75; }
.footer-base { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.footer-base .copyright { font-size: 13.5px; color: #9fb1a4; }
.legal-links { display: flex; gap: 22px; flex-wrap: wrap; }
.legal-links a { color: #aebfb3; font-size: 13.5px; }
.legal-links a:hover { color: #fff; }

/* Legal pages */
.page-hero { background: var(--cream-2); border-bottom: 1px solid var(--line); padding: 72px 0; text-align: center; }
.page-hero h1 { font-size: clamp(32px, 5vw, 48px); margin-bottom: 8px; font-weight: 600; }
.page-hero p { color: var(--muted); font-family: var(--sans); }
.legal { padding: 72px 0; }
.legal .container { max-width: 800px; }
.legal h2 { font-size: 24px; margin: 38px 0 12px; font-weight: 600; }
.legal h3 { font-size: 19px; margin: 26px 0 8px; font-weight: 600; }
.legal p { margin-bottom: 15px; }
.legal ul { margin: 0 0 16px 22px; }
.legal li { margin-bottom: 9px; }
.legal .updated { color: var(--muted); font-family: var(--sans); font-size: 14px; margin-bottom: 14px; }

/* Responsive */
@media (max-width: 900px) {
  .about, .contact { grid-template-columns: 1fr; gap: 44px; }
  .pub-grid, .values { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .section { padding: 70px 0; }
  .nav { position: fixed; inset: 76px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--cream); border-bottom: 1px solid var(--line); padding: 8px 26px 22px; box-shadow: var(--shadow); transform: translateY(-130%); transition: transform .25s; visibility: hidden; }
  .nav.open { transform: translateY(0); visibility: visible; }
  .nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .nav a.btn { margin-top: 12px; justify-content: center; border-bottom: 0; }
  .nav-toggle { display: inline-flex; }
}
@media (max-width: 560px) {
  .pub-grid, .values, .footer-grid, .form-row, .hero-meta { grid-template-columns: 1fr; }
  .hero-meta { gap: 24px; }
  .footer-base { flex-direction: column; align-items: flex-start; }
}
