:root {
  --bg: #faf7f1;
  --bg-soft: #f0ebe0;
  --text: #262a22;
  --text-soft: #6f6f60;
  --accent: #74896a;
  --accent-soft: #e3e9da;
  --clay: #c2704f;
  --border: #e6ded0;
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1120px;
  --serif: "Fraunces", Georgia, "Iowan Old Style", serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

[data-theme="dark"] {
  --bg: #14180f;
  --bg-soft: #1c2116;
  --text: #ece7d9;
  --text-soft: #a5a08d;
  --accent: #9cbf8a;
  --accent-soft: #26311e;
  --clay: #e29a72;
  --border: #2b3122;
}

* { box-sizing: border-box; }

html {
  background: var(--bg);
  transition: background-color 0.3s ease;
}

body {
  margin: 0;
  font-family: var(--sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  transition: background-color 0.3s ease, color 0.3s ease;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main { flex: 1 0 auto; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Confetti */
.confetti-piece {
  position: fixed;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 400;
  animation: confetti-burst 1.2s ease-out forwards;
}
@keyframes confetti-burst {
  0% { transform: translate(0, 0) rotate(0deg); opacity: 1; }
  100% { transform: translate(var(--x), var(--y)) rotate(var(--r)); opacity: 0; }
}

/* Nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(250, 247, 241, 0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
[data-theme="dark"] .nav { background: rgba(20, 24, 15, 0.86); }

.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo-mark {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.logo-dim { color: var(--clay); font-style: italic; }

.nav-links {
  display: flex;
  gap: 22px;
  font-size: 13.5px;
}
.nav-links a {
  color: var(--text-soft);
  transition: color 0.2s ease;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active { color: var(--text); border-bottom-color: var(--clay); }

.nav-actions { display: flex; align-items: center; gap: 14px; }

.theme-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.theme-toggle-track {
  width: 40px;
  height: 22px;
  border-radius: 980px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  display: block;
  position: relative;
}
.theme-toggle-thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--accent);
  transition: transform 0.25s ease;
}
[data-theme="dark"] .theme-toggle-thumb { transform: translateX(18px); }

.nav-cta {
  background: var(--accent);
  color: #fff;
  padding: 10px 22px;
  border-radius: 980px;
  font-size: 13.5px;
  font-weight: 700;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.menu-toggle span { width: 22px; height: 2px; background: var(--text); border-radius: 2px; }

.nav-mobile {
  display: none;
  flex-direction: column;
  padding: 8px 24px 20px;
  gap: 14px;
  border-top: 1px solid var(--border);
}
.nav-mobile a { font-size: 15px; color: var(--text-soft); }
.nav-mobile a.active { color: var(--clay); }
.nav-mobile.open { display: flex; }

/* Hero */
.hero {
  padding: 104px 24px 88px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  top: -28%;
  left: 50%;
  transform: translateX(-50%);
  width: 980px;
  height: 620px;
  background:
    radial-gradient(closest-side, rgba(116,137,106,0.24), transparent 68%),
    radial-gradient(closest-side at 70% 60%, rgba(194,112,79,0.16), transparent 65%);
  filter: blur(6px);
  border-radius: 44% 56% 62% 38% / 48% 42% 58% 52%;
  z-index: 0;
}
.hero-inner { max-width: 760px; margin: 0 auto; position: relative; z-index: 1; }

.hero-eyebrow {
  display: inline-block;
  font-size: 12.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clay);
  font-weight: 700;
  margin-bottom: 20px;
}

.hero h1 {
  font-family: var(--serif);
  font-optical-sizing: auto;
  font-size: clamp(36px, 5.6vw, 58px);
  font-weight: 600;
  line-height: 1.16;
  margin: 0 0 22px;
  letter-spacing: -0.01em;
}
.hero h1 em { color: var(--accent); font-style: italic; font-weight: 500; }
[data-theme="dark"] .hero h1 em { color: var(--clay); }

.hero-sub {
  font-size: 17px;
  color: var(--text-soft);
  max-width: 580px;
  margin: 0 auto 34px;
}

.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.btn-primary {
  background: var(--accent);
  color: #fff;
  padding: 15px 30px;
  border-radius: 980px;
  font-size: 14.5px;
  font-weight: 700;
  display: inline-block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
  cursor: pointer;
  font-family: var(--sans);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(116, 137, 106, 0.32); }

.btn-secondary {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--text);
  padding: 15px 30px;
  border-radius: 980px;
  font-size: 14.5px;
  font-weight: 700;
  display: inline-block;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.btn-secondary:hover { background: var(--bg-soft); border-color: var(--clay); }

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 58px;
  flex-wrap: wrap;
  border-top: 1px solid var(--border);
  padding-top: 32px;
}
.hero-stat {
  text-align: center;
  padding: 0 32px;
  border-right: 1px solid var(--border);
}
.hero-stat:last-child { border-right: none; }
.hero-stat-num {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 600;
  color: var(--text);
}
.hero-stat-label { font-size: 12px; color: var(--text-soft); letter-spacing: 0.03em; }

/* Section shared */
.section-head { max-width: var(--max); margin: 0 auto 44px; padding: 0 24px; text-align: center; }
.section-head .eyebrow {
  font-size: 12.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--clay);
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}
.section-head h2 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(28px, 4vw, 40px);
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.section-head p { color: var(--text-soft); font-size: 16px; max-width: 580px; margin: 0 auto; }

section { padding: 90px 24px; }

/* Practice areas grid */
.practice { background: var(--bg-soft); }
.practice-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.practice-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.practice-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(116, 137, 106, 0.14);
  border-color: var(--clay);
}
.practice-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--accent-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.practice-icon svg { width: 24px; height: 24px; fill: none; stroke: var(--accent); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
[data-theme="dark"] .practice-icon svg { stroke: var(--clay); }
.practice-card h3 { font-family: var(--serif); font-weight: 600; font-size: 19px; margin: 0 0 10px; }
.practice-card p { font-size: 14px; color: var(--text-soft); margin: 0 0 14px; line-height: 1.6; }
.practice-card .practice-link { font-size: 13px; font-weight: 700; color: var(--accent); }
[data-theme="dark"] .practice-card .practice-link { color: var(--clay); }

.practice-detail {
  max-width: 880px;
  margin: 0 auto 40px;
  padding: 30px 32px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-left: 3px solid var(--clay);
  border-radius: var(--radius);
}
.practice-detail:last-child { margin-bottom: 0; }
.practice-detail h3 { font-family: var(--serif); font-weight: 600; font-size: 21px; margin: 0 0 10px; display: flex; align-items: center; gap: 12px; }
.practice-detail-num { font-size: 13px; color: var(--clay); font-weight: 700; }
.practice-detail p { font-size: 14.5px; color: var(--text-soft); margin: 0 0 10px; line-height: 1.65; }
.practice-detail ul { margin: 12px 0 0; display: flex; flex-direction: column; gap: 6px; }
.practice-detail li { font-size: 13.5px; color: var(--text); padding-left: 18px; position: relative; }
.practice-detail li::before { content: "🌿"; position: absolute; left: 0; top: -1px; font-size: 11px; }

/* Process steps */
.process-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.process-step { text-align: center; position: relative; }
.process-num {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--clay);
  color: var(--clay);
  font-family: var(--serif);
  font-weight: 600;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.process-step h3 { font-family: var(--serif); font-weight: 600; font-size: 16.5px; margin: 0 0 8px; }
.process-step p { font-size: 13px; color: var(--text-soft); margin: 0; line-height: 1.55; }

/* About */
.about-inner {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}
.about-inner p { color: var(--text-soft); font-size: 16.5px; margin: 0 auto 18px; max-width: 640px; }
.about-inner p:last-of-type { margin-bottom: 0; }
.about-signature {
  margin-top: 28px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--accent);
}
[data-theme="dark"] .about-signature { color: var(--clay); }

.about-photo {
  max-width: 780px;
  margin: 0 auto 48px;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 16/7;
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; }

.values-grid {
  max-width: var(--max);
  margin: 56px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.value-card { text-align: center; padding: 0 10px; }
.value-card h4 { font-family: var(--serif); font-weight: 600; font-size: 16px; margin: 0 0 8px; }
.value-card p { font-size: 13px; color: var(--text-soft); margin: 0; line-height: 1.55; }

/* Team */
.team { background: var(--bg-soft); }
.team-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.team-card { text-align: center; }
.team-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 18px;
  box-shadow: 0 10px 24px rgba(116, 137, 106, 0.2);
  border: 4px solid var(--bg);
}
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-name { font-family: var(--serif); font-weight: 600; font-size: 18px; margin-bottom: 4px; }
.team-role { font-size: 12px; color: var(--clay); font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; margin-bottom: 10px; }
.team-bio { font-size: 13.5px; color: var(--text-soft); max-width: 280px; margin: 0 auto 12px; line-height: 1.6; }
.team-tags { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; }
.team-tag {
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 4px 10px;
  border-radius: 980px;
}
[data-theme="dark"] .team-tag { color: var(--clay); }

/* Testimonials */
.testimonials { background: var(--bg-soft); }
.testi-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 4px 4px 16px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: var(--clay) transparent;
}
.testi-card {
  background: var(--bg);
  border-radius: var(--radius);
  padding: 26px 24px;
  border: 1px solid var(--border);
  border-top: 3px solid var(--clay);
  flex: 0 0 300px;
  scroll-snap-align: start;
}
[data-theme="dark"] .testi-card { background: var(--bg-soft); }
.testi-stars { color: var(--clay); font-size: 15px; margin-bottom: 12px; letter-spacing: 2px; }
.testi-card p { font-size: 14.5px; color: var(--text); margin: 0 0 16px; line-height: 1.6; font-style: italic; }
.testi-name { font-weight: 700; font-size: 14px; }
.testi-role { font-size: 12.5px; color: var(--text-soft); }

/* FAQ */
.faq { max-width: 760px; margin: 0 auto; padding: 90px 24px; }
.faq-item {
  border: none;
  border-bottom: 1px solid var(--border);
  padding: 4px 0;
  margin-bottom: 0;
  background: none;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  font-family: var(--serif);
  font-size: 17px;
  padding: 18px 0;
  list-style: none;
  position: relative;
  padding-right: 30px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 20px;
  color: var(--accent);
}
[data-theme="dark"] .faq-item summary::after { color: var(--clay); }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { margin: 0 0 20px; color: var(--text-soft); font-size: 14.5px; line-height: 1.6; }

/* Self-check widget */
.calc-widget {
  max-width: 640px;
  margin: 56px auto 0;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
}
[data-theme="dark"] .calc-widget { background: var(--bg-soft); }
.calc-title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 6px;
  text-align: center;
}
.calc-sub {
  font-size: 13.5px;
  color: var(--text-soft);
  text-align: center;
  margin: 0 0 28px;
}
.calc-form { display: flex; flex-direction: column; gap: 20px; }
.calc-q { display: flex; flex-direction: column; gap: 10px; }
.calc-q label.calc-q-label {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--text);
}
.calc-scale {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.calc-scale label {
  flex: 1;
  min-width: 90px;
  text-align: center;
  padding: 10px 8px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--bg-soft);
  color: var(--text-soft);
  font-size: 12.5px;
  cursor: pointer;
  transition: all 0.15s ease;
}
[data-theme="dark"] .calc-scale label { background: var(--bg); }
.calc-scale input { position: absolute; opacity: 0; pointer-events: none; }
.calc-scale input:checked + label,
.calc-scale label:has(input:checked) { background: var(--accent); border-color: var(--accent); color: #fff; }
.calc-field { flex: 1; }
.calc-field label {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--text-soft);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
}
.calc-field input {
  width: 100%;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--bg-soft);
  color: var(--text);
  font-family: var(--sans);
  font-size: 14px;
}
[data-theme="dark"] .calc-field input { background: var(--bg); }
.calc-submit { margin-top: 8px; border: none; cursor: pointer; width: 100%; }

.calc-result {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  text-align: center;
  display: none;
}
.calc-result.visible { display: block; }
.calc-result-eyebrow {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clay);
  font-weight: 700;
  margin-bottom: 10px;
}
.calc-result-num {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 30px;
  margin: 0 0 12px;
  color: var(--accent);
}
[data-theme="dark"] .calc-result-num { color: var(--clay); }
.calc-result-note { font-size: 13px; color: var(--text-soft); font-style: italic; margin: 0; max-width: 460px; margin: 0 auto; }

/* Contact */
.contact-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.contact-inner h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(28px, 4vw, 40px); margin: 0 0 12px; }
.contact-inner > p { color: var(--text-soft); margin: 0 0 8px; }
.response-note { font-size: 13px; opacity: 0.75; margin-bottom: 34px !important; }

.contact-methods {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 420px;
  margin: 0 auto 40px;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  text-align: left;
}
.contact-icon { flex-shrink: 0; width: 22px; height: 22px; }
.contact-icon svg { width: 100%; height: 100%; fill: var(--accent); }
[data-theme="dark"] .contact-icon svg { fill: var(--clay); }
.contact-label { display: block; font-size: 12.5px; color: var(--text-soft); }
.contact-value { display: block; font-size: 14.5px; font-weight: 600; }

.hours-address {
  max-width: 420px;
  margin: 0 auto 40px;
  display: flex;
  gap: 14px;
}
.hours-address-item {
  flex: 1;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  text-align: left;
}
.hours-address-label {
  display: block;
  font-size: 12px;
  color: var(--text-soft);
  margin-bottom: 4px;
}
.hours-address-value {
  display: block;
  font-size: 13.5px;
  font-weight: 600;
}

.contact-form {
  max-width: 520px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.form-row { display: flex; gap: 14px; }
.form-row input, .form-row select { flex: 1; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--bg-soft);
  color: var(--text);
  font-family: var(--sans);
  font-size: 14.5px;
}
.contact-form textarea { resize: vertical; min-height: 90px; }
.hidden-field { display: none; }

.form-status { font-size: 14px; min-height: 20px; }
.form-status.success { color: #2f7d4f; }
.form-status.error { color: #c15c3d; }
[data-theme="dark"] .form-status.success { color: #8fd6ac; }
[data-theme="dark"] .form-status.error { color: #ffab8a; }

.privacy-note {
  font-size: 12.5px;
  color: var(--text-soft);
  background: var(--accent-soft);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  margin: 0 0 4px;
}

.map-embed {
  position: relative;
  max-width: 720px;
  margin: 40px auto 0;
  height: 260px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
}
.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
  filter: grayscale(0.2);
}
.map-overlay { position: absolute; inset: 0; z-index: 2; cursor: pointer; }
.map-cta {
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 3;
  background: var(--bg);
  color: var(--text);
  padding: 9px 18px;
  border-radius: 980px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(0,0,0,0.14);
  pointer-events: none;
}

/* Footer */
.footer {
  background: #1a1f13;
  color: #b7c0a8;
  padding: 44px 24px 24px;
  font-size: 13px;
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-col h4 { color: #fff; font-family: var(--serif); font-weight: 600; font-size: 15px; margin: 0 0 14px; }
.footer-col ul { display: flex; flex-direction: column; gap: 9px; }
.footer-col a { opacity: 0.85; transition: opacity 0.2s ease; }
.footer-col a:hover { opacity: 1; color: var(--clay); }
.footer-bottom {
  max-width: var(--max);
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  opacity: 0.75;
}
.footer-bottom a { text-decoration: underline; }

/* Scroll progress */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: var(--clay);
  z-index: 300;
}

@media (max-width: 860px) {
  .practice-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; max-width: 480px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .nav-links, .nav-cta { display: none; }
  .menu-toggle { display: flex; }
  .form-row, .calc-row { flex-direction: column; }
  .hero-stats { gap: 8px; }
  .hero-stat { padding: 0 18px; }
  section { padding: 64px 20px; }
  .practice-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; max-width: 280px; }
  .footer-inner { flex-direction: column; gap: 24px; }
  .calc-scale { flex-direction: column; }
}
