/*
Theme Name: Baumpflege Jutzi
Theme URI: https://www.baumpflege-jutzi.de
Author: Sebastian Fachenbach
Description: Individuelles One-Page-Theme fuer Baumpflege Jutzi (Hochspeyer / Pfalz). Lokale Schrift (DSGVO), SEO, Foto-Hero, Kontaktformular (CF7 + WP Armour), Favicon & WhatsApp.
Version: 1.5.2
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: baumpflege-jutzi
*/

/* =========================================================================
   Baumpflege Jutzi – Landingpage
   Farbwelt abgeleitet aus Logo & Visitenkarte (Blattgrün #7DA436 + Holz/Sand)
   ========================================================================= */

:root {
  --green:        #7da436;   /* Marken-Blattgrün (aus Logo) */
  --green-bright: #93bd45;
  --green-mid:    #5f8329;
  --green-dark:   #38531c;
  --green-deep:   #233715;   /* Footer / Hero-Tiefe */
  --cream:        #f7f3ea;
  --sand:         #ede3d1;
  --wood:         #6b5436;
  --ink:          #232a1b;
  --ink-soft:     #4d5742;
  --white:        #ffffff;

  --shadow-sm: 0 2px 8px rgba(35, 55, 21, .08);
  --shadow-md: 0 10px 30px rgba(35, 55, 21, .12);
  --shadow-lg: 0 24px 60px rgba(35, 55, 21, .18);

  --radius: 16px;
  --radius-sm: 10px;
  --maxw: 1180px;

  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--green-mid); text-decoration: none; }
a:hover { color: var(--green-dark); }
h1,h2,h3,h4 { line-height: 1.15; color: var(--green-deep); margin: 0 0 .5em; font-weight: 800; letter-spacing: -.01em; }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.18rem; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(64px, 9vw, 110px) 0; }
.section--tint { background: var(--white); }
.section--sand { background: linear-gradient(180deg, var(--cream), var(--sand)); }

.eyebrow {
  display: inline-block;
  font-size: .82rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--green-mid); margin-bottom: 14px;
}
.lead { font-size: 1.15rem; color: var(--ink-soft); max-width: 760px; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 1rem; line-height: 1;
  padding: 16px 26px; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn svg { width: 19px; height: 19px; }
.btn--primary { background: var(--green); color: #fff; box-shadow: 0 8px 22px rgba(125,164,54,.4); }
.btn--primary:hover { background: var(--green-mid); color:#fff; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(125,164,54,.5); }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn--ghost:hover { background: rgba(255,255,255,.14); color:#fff; transform: translateY(-2px); }
.btn--dark { background: var(--green-deep); color:#fff; }
.btn--dark:hover { background: var(--green-dark); color:#fff; transform: translateY(-2px); }
.btn--wa { background: #25d366; color:#fff; box-shadow: 0 8px 22px rgba(37,211,102,.35); }
.btn--wa:hover { background:#1db957; color:#fff; transform: translateY(-2px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247,243,234,.92);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid rgba(35,55,21,.08);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 94px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 64px; width: auto; }
.brand .brand-fallback { font-weight: 800; color: var(--green-deep); font-size: 1.4rem; line-height: 1; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { color: var(--ink); font-weight: 600; font-size: .98rem; }
.nav a:hover { color: var(--green-mid); }
.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--green-deep); }
.header-phone svg { width: 18px; height: 18px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle svg { width: 28px; height: 28px; color: var(--green-deep); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background-color: #1c2e11;
  background-size: cover;
  background-position: center 28%;
  background-repeat: no-repeat;
  color: #fff;
  padding: clamp(104px, 15vw, 188px) 0 clamp(92px, 13vw, 158px);
}
.hero::before {
  /* Grüner Verlauf über dem Foto für Lesbarkeit */
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(20,35,12,.30) 0%, rgba(20,35,12,.55) 100%),
    linear-gradient(95deg, rgba(18,32,10,.93) 0%, rgba(28,46,17,.78) 42%, rgba(20,35,12,.28) 78%, rgba(20,35,12,.15) 100%),
    radial-gradient(1100px 560px at 88% -8%, rgba(147,189,69,.22), transparent 60%);
}
.hero::after {
  /* dezente Baum-Silhouetten am unteren Rand */
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 160px; z-index: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='180' viewBox='0 0 1440 180'%3E%3Cpath fill='%23ffffff' fill-opacity='.05' d='M0 180h1440V120c-40-10-70 8-110 8s-60-24-100-24-70 26-110 26-66-30-104-30-70 22-110 22-70-26-110-26-66 28-106 28-72-24-112-24-66 26-106 26-72-28-112-28-66 22-106 22-72-22-112-22V180z'/%3E%3C/svg%3E") repeat-x bottom/auto 100%;
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 2; }
.hero-inner { max-width: 680px; }
.hero h1 { color: #fff; font-size: clamp(2.1rem, 4.6vw, 3.5rem); margin-bottom: 18px; text-shadow: 0 2px 24px rgba(0,0,0,.35); }
.hero h1 .hl { color: var(--green-bright); }
.hero .lead { color: rgba(255,255,255,.92); font-size: 1.22rem; max-width: 600px; text-shadow: 0 1px 12px rgba(0,0,0,.3); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 34px; color: rgba(255,255,255,.85); font-size: .95rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 9px; }
.hero-trust svg { width: 18px; height: 18px; color: var(--green-bright); }
.hero-badge {
  justify-self: center;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px; padding: 38px 34px; text-align: center; backdrop-filter: blur(4px);
  box-shadow: var(--shadow-lg); max-width: 360px;
}
.hero-badge img { height: 150px; width: auto; margin: 0 auto 18px; }
.hero-badge .role { color: var(--green-bright); font-weight: 700; letter-spacing: .04em; }
.hero-badge .place { color: rgba(255,255,255,.8); font-size: .95rem; }

/* ---------- Intro ---------- */
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.intro-card {
  background: linear-gradient(155deg, var(--green-dark), var(--green-deep));
  color: #fff; border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow-md);
}
.intro-card h3 { color:#fff; font-size: 1.3rem; }
.intro-card .sig { margin-top: 22px; font-weight: 800; color: var(--green-bright); }
.intro-card ul { display: grid; gap: 12px; margin-top: 10px; }
.intro-card li { display: flex; gap: 12px; align-items: flex-start; color: rgba(255,255,255,.92); }
.intro-card li svg { width: 22px; height: 22px; color: var(--green-bright); flex: 0 0 auto; margin-top: 1px; }

/* ---------- Leistungen ---------- */
.services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 48px; }
.service {
  background: #fff; border: 1px solid rgba(35,55,21,.08); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .2s ease, border-color .2s;
}
.service:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: rgba(125,164,54,.4); }
.service-ico {
  width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(150deg, rgba(125,164,54,.18), rgba(125,164,54,.06));
  margin-bottom: 18px;
}
.service-ico svg { width: 30px; height: 30px; color: var(--green-mid); }
.service h3 { margin-bottom: 6px; }
.service .tag { color: var(--green-mid); font-weight: 700; font-size: .88rem; display: block; margin-bottom: 12px; }
.service ul { display: grid; gap: 9px; }
.service li { position: relative; padding-left: 26px; color: var(--ink-soft); font-size: .98rem; }
.service li::before {
  content: ""; position: absolute; left: 0; top: .42em; width: 14px; height: 14px;
  background: var(--green); -webkit-mask: var(--check) center/contain no-repeat; mask: var(--check) center/contain no-repeat;
}
:root { --check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); }

/* ---------- Über uns ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.photo-slot {
  border-radius: var(--radius); min-height: 360px;
  background:
    radial-gradient(600px 300px at 70% 20%, rgba(147,189,69,.4), transparent 60%),
    linear-gradient(150deg, var(--green-dark), var(--green-deep));
  display: grid; place-items: center; text-align: center; color: rgba(255,255,255,.55);
  box-shadow: var(--shadow-md); padding: 30px; position: relative; overflow: hidden;
}
.photo-slot .hint { font-size: .92rem; max-width: 240px; }
.photo-slot svg { width: 46px; height: 46px; margin: 0 auto 10px; color: rgba(255,255,255,.5); }
/* Echtes Foto im Über-uns-Bereich */
.about-photo { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.about-photo img { display: block; width: 100%; height: 100%; max-height: 540px; object-fit: cover; aspect-ratio: 4 / 5; }
.about-photo figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; color: #fff; font-size: .9rem;
  padding: 40px 22px 18px; line-height: 1.4;
  background: linear-gradient(0deg, rgba(15,26,8,.82), transparent);
}

/* ---------- Warum wir / Trust ---------- */
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.trust-item { background:#fff; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); border:1px solid rgba(35,55,21,.06); }
.trust-item .ico { width: 50px; height: 50px; border-radius: 12px; display:grid; place-items:center; background: var(--green-deep); margin-bottom: 16px; }
.trust-item .ico svg { width: 26px; height: 26px; color: var(--green-bright); }
.trust-item h3 { font-size: 1.1rem; }
.trust-item p { margin: 0; color: var(--ink-soft); font-size: .97rem; }

/* ---------- Einsatzgebiet ---------- */
.region { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.chip {
  display: inline-flex; align-items: center; gap: 9px; background:#fff; border:1px solid rgba(35,55,21,.1);
  padding: 11px 18px; border-radius: 999px; font-weight: 600; box-shadow: var(--shadow-sm); color: var(--ink);
}
.chip svg { width: 16px; height: 16px; color: var(--green); }
.map-card {
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md);
  background:
    radial-gradient(500px 260px at 30% 20%, rgba(147,189,69,.35), transparent 60%),
    linear-gradient(150deg, var(--green-dark), var(--green-deep));
  min-height: 340px; display:grid; place-items:center; color:#fff; padding: 30px; text-align:center;
}
.map-card .big { font-size: 2.4rem; font-weight: 800; color: var(--green-bright); line-height: 1; }
.map-card p { color: rgba(255,255,255,.85); margin: 8px 0 0; }

/* ---------- Kontakt ---------- */
.contact-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; }
.contact-info { }
.contact-list { display: grid; gap: 18px; margin-top: 26px; }
.contact-list a, .contact-list div { display: flex; align-items: center; gap: 16px; color: var(--ink); font-weight: 600; }
.contact-list .ic { width: 48px; height: 48px; border-radius: 12px; background: var(--green-deep); display:grid; place-items:center; flex:0 0 auto; }
.contact-list .ic svg { width: 22px; height: 22px; color: var(--green-bright); }
.contact-list small { display:block; font-weight: 600; color: var(--ink-soft); font-size: .8rem; }
.contact-list b { font-size: 1.12rem; }
.contact-actions { display:flex; flex-wrap:wrap; gap: 12px; margin-top: 28px; }

.form-card { background:#fff; border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow-md); border:1px solid rgba(35,55,21,.07); }
.form-row { display: grid; gap: 16px; }
.field { display: grid; gap: 7px; }
.field label { font-weight: 700; font-size: .9rem; color: var(--green-deep); }
.field input, .field textarea, .field select {
  font-family: inherit; font-size: 1rem; padding: 13px 15px; border-radius: 10px;
  border: 1.5px solid rgba(35,55,21,.16); background: var(--cream); color: var(--ink); width: 100%;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--green); background:#fff; box-shadow: 0 0 0 4px rgba(125,164,54,.15); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-card .btn { width: 100%; justify-content: center; margin-top: 4px; }
.form-note { font-size: .82rem; color: var(--ink-soft); margin: 14px 0 0; }
.consent { display:flex; gap: 10px; align-items: flex-start; font-size: .86rem; color: var(--ink-soft); }
.consent input { width: 18px; height: 18px; margin-top: 3px; flex:0 0 auto; }
/* Honeypot – für Menschen unsichtbar, fängt Bots ab */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
/* Status-Meldung nach dem Absenden */
.form-status { border-radius: var(--radius-sm); padding: 14px 16px; margin-bottom: 20px; font-size: .95rem; line-height: 1.5; }
.form-status--ok { background: rgba(147,189,69,.16); border: 1px solid rgba(125,164,54,.5); color: var(--green-deep); }
.form-status--err { background: rgba(200,60,40,.08); border: 1px solid rgba(200,60,40,.35); color: #a23520; }
.form-status a { text-decoration: underline; font-weight: 700; }
/* ---------- Contact Form 7 an die Theme-Optik angleichen ---------- */
.form-card .wpcf7-form-control-wrap { display: block; }
.form-card .kontakt-form,
.form-card .wpcf7 form.wpcf7-form { margin: 0; }
.form-card .wpcf7 .field input,
.form-card .wpcf7 .field select,
.form-card .wpcf7 .field textarea { width: 100%; }
.form-card .consent .wpcf7-form-control-wrap { display: inline; }
.form-card .consent label { display: flex; gap: 10px; align-items: flex-start; margin: 0; font-weight: 400; }
.form-card .consent .wpcf7-list-item { display: block; margin: 0; }
.form-card .consent .wpcf7-list-item-label { font-size: .86rem; color: var(--ink-soft); }
.form-card .consent input[type="checkbox"] { width: 18px; height: 18px; margin-top: 3px; flex: 0 0 auto; }
.form-card input.wpcf7-submit { width: 100%; border: none; cursor: pointer; margin-top: 4px; }
.form-card .wpcf7-not-valid-tip { color: #a23520; font-size: .8rem; margin-top: 5px; font-weight: 600; }
.form-card .wpcf7-response-output { border-radius: var(--radius-sm); padding: 13px 16px; margin: 18px 0 0; font-size: .95rem; line-height: 1.5; }
.form-card .wpcf7-spinner { margin: 0 0 0 10px; }
.form-card .wpcf7-form br { display: none; }
.form-card .wpcf7-form p { margin: 0; }
/* CF7-Statusbox an Theme-Farben statt CF7-Blau */
.form-card .wpcf7-response-output { border: 1px solid rgba(35,55,21,.2) !important; border-radius: var(--radius-sm) !important; padding: 13px 16px; margin: 18px 0 0; color: var(--ink); }
.form-card .wpcf7-form.sent .wpcf7-response-output { border-color: rgba(125,164,54,.6) !important; background: rgba(147,189,69,.14); color: var(--green-deep); }
.form-card .wpcf7-form.invalid .wpcf7-response-output,
.form-card .wpcf7-form.unaccepted .wpcf7-response-output,
.form-card .wpcf7-form.spam .wpcf7-response-output,
.form-card .wpcf7-form.payment-required .wpcf7-response-output { border-color: rgba(200,60,40,.45) !important; background: rgba(200,60,40,.08); color: #a23520; }
/* WP Armour Honeypot sicher unsichtbar halten (bleibt im DOM als Bot-Falle) */
.altEmail_container { position: absolute !important; left: -9000px !important; width: 1px; height: 1px; overflow: hidden; opacity: 0; }

/* ---------- CTA-Band ---------- */
.cta-band {
  background:
    radial-gradient(800px 400px at 85% 10%, rgba(147,189,69,.3), transparent 60%),
    linear-gradient(150deg, var(--green-mid), var(--green-dark));
  color:#fff; border-radius: 24px; padding: clamp(34px, 5vw, 56px); text-align:center; box-shadow: var(--shadow-lg);
}
.cta-band h2 { color:#fff; }
.cta-band p { color: rgba(255,255,255,.9); max-width: 620px; margin: 0 auto 26px; }
.cta-band .hero-actions { justify-content: center; margin-top: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--green-deep); color: rgba(255,255,255,.78); padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer-brand img { height: 72px; width:auto; margin-bottom: 16px; }
.footer-brand p { max-width: 320px; font-size: .95rem; }
.site-footer h4 { color:#fff; font-size: 1rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 16px; }
.site-footer ul { display: grid; gap: 10px; }
.site-footer a { color: rgba(255,255,255,.78); }
.site-footer a:hover { color: var(--green-bright); }
.footer-bottom {
  margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12);
  display:flex; flex-wrap:wrap; gap: 12px; justify-content: space-between; font-size: .86rem; color: rgba(255,255,255,.6);
}
.footer-bottom .links { display:flex; gap: 20px; flex-wrap: wrap; }

/* WhatsApp Floating */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  width: 58px; height: 58px; border-radius: 50%; background:#25d366; display:grid; place-items:center;
  box-shadow: 0 10px 26px rgba(37,211,102,.5); transition: transform .15s ease;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; color:#fff; }

/* ---------- Reveal-Animation ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Unterseiten (Impressum, Datenschutz, Blog) ---------- */
.wrap--narrow { max-width: 820px; }
.page-hero {
  background:
    radial-gradient(900px 400px at 80% -20%, rgba(147,189,69,.3), transparent 60%),
    linear-gradient(160deg, #2c451b 0%, #1c2e11 100%);
  color:#fff; padding: clamp(60px,9vw,96px) 0 clamp(48px,7vw,72px);
}
.page-hero h1 { color:#fff; font-size: clamp(2rem, 4vw, 3rem); margin:0; }
.entry-content { font-size: 1.05rem; color: var(--ink); }
.entry-content h2 { font-size: 1.6rem; margin-top: 1.6em; }
.entry-content h3 { font-size: 1.25rem; margin-top: 1.4em; }
.entry-content ul, .entry-content ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.entry-content ul { list-style: disc; }
.entry-content ol { list-style: decimal; }
.entry-content li { margin-bottom: .4em; }
.entry-content a { text-decoration: underline; }
.entry-content img { border-radius: var(--radius); margin: 1.2em 0; }
.pagination a, .pagination .current {
  display:inline-block; padding:8px 14px; border-radius:8px; margin:2px;
  background:#fff; border:1px solid rgba(35,55,21,.12); font-weight:600;
}
.pagination .current { background: var(--green); color:#fff; border-color: var(--green); }

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .hero-grid, .intro-grid, .about-grid, .region, .contact-wrap { grid-template-columns: 1fr; }
  .hero-badge { order: -1; }
  .services { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .nav, .header-phone { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav.open { display: flex; position: absolute; top: 78px; left: 0; right: 0; flex-direction: column; gap: 0; background: var(--cream); border-bottom: 1px solid rgba(35,55,21,.1); padding: 8px 0; }
  .nav.open a { padding: 14px 24px; width: 100%; border-top: 1px solid rgba(35,55,21,.06); }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .two-col { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .form-card { padding: 24px; }
  .hero-actions .btn, .cta-band .btn { width: 100%; justify-content: center; }
  .site-header .wrap { height: 76px; }
  .brand img { height: 52px; }
  .footer-bottom { flex-direction: column; }
}
