/*
Theme Name: Holistic Dr. Bright
Theme URI: https://holisticdrbright.com
Author: Custom design for Dr. Brandon Bright DAOM, LAc
Author URI: https://holisticdrbright.com
Description: Custom multi-modality holistic medicine theme for Dr. Brandon Bright DAOM, LAc — Tustin, Orange County practice.
Version: 1.0.3
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Private
Text Domain: holistic-dr-bright
Tags: holistic, custom, business
*/

/* Holistic Dr. Bright — Custom Theme Stylesheet
   Author: Custom design by Claude
   Color palette: Sage green + warm gold + cream
*/

:root {
  --sage-deep: #4a5d4a;
  --sage: #6b8268;
  --sage-light: #a3b39f;
  --sage-pale: #e8ede4;
  --cream: #faf7f2;
  --cream-dark: #f0ebe0;
  --gold: #b8945a;
  --gold-light: #d4b87f;
  --charcoal: #2d3a2d;
  --charcoal-soft: #4a554a;
  --text: #3d4a3d;
  --text-muted: #6b7568;
  --white: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.7;
  font-weight: 300;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  color: var(--charcoal);
  letter-spacing: -0.01em;
}

a { color: inherit; text-decoration: none; transition: all 0.3s ease; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

/* Navigation */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(250, 247, 242, 0.95);
  backdrop-filter: blur(12px);
  z-index: 1000;
  padding: 18px 0;
  border-bottom: 1px solid rgba(74, 93, 74, 0.08);
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-mark {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sage) 0%, var(--sage-deep) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
}

.logo-text {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.logo-name {
  font-size: 22px;
  color: var(--charcoal);
  font-weight: 600;
}

.logo-name span {
  color: var(--sage);
  font-style: italic;
  font-weight: 400;
}

.logo-creds {
  font-size: 9px;
  letter-spacing: 0.2em;
  color: var(--text-muted);
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  margin-top: 3px;
}

footer .logo-name {
  color: var(--cream);
}

footer .logo-creds {
  color: rgba(250, 247, 242, 0.6);
}

.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
  align-items: center;
}

.nav-links a {
  font-size: 14px;
  color: var(--charcoal-soft);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-links a:hover, .nav-links a.active { color: var(--sage); }

.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-family: 'Inter', sans-serif;
}

.btn-primary {
  background: var(--sage);
  color: var(--cream);
}

.btn-primary:hover {
  background: var(--sage-deep);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(74, 93, 74, 0.2);
}

.btn-outline {
  background: transparent;
  color: var(--sage-deep);
  border: 1.5px solid var(--sage);
}

.btn-outline:hover {
  background: var(--sage);
  color: var(--cream);
}

/* Hero (homepage) */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0 100px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--cream) 0%, var(--sage-pale) 100%);
}

.hero::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -10%;
  width: 60%;
  height: 80%;
  background: radial-gradient(circle, rgba(184, 148, 90, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
}

.hero-tag, .section-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 500;
}

.hero-tag { color: var(--sage-deep); margin-bottom: 32px; }
.section-tag { color: var(--gold); }

.hero-tag::before, .section-tag::before {
  content: '';
  width: 32px;
  height: 1px;
}

.hero-tag::before { background: var(--gold); }
.section-tag::before { background: var(--gold); width: 24px; }

.hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  line-height: 1.05;
  margin-bottom: 32px;
  color: var(--charcoal);
}

.hero h1 em {
  color: var(--sage);
  font-style: italic;
  font-weight: 400;
}

.hero p.lead {
  font-size: 18px;
  color: var(--text-muted);
  margin-bottom: 40px;
  max-width: 480px;
  line-height: 1.7;
}

.hero-cta {
  display: flex;
  gap: 16px;
  align-items: center;
}

.hero-visual {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 240px 240px 24px 24px;
  overflow: hidden;
  background-color: var(--sage);
  background-image: url('https://holisticdrbright.com/wp-content/uploads/2026/05/dr-bright-headshot.jpg');
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
  box-shadow: 0 30px 80px rgba(74, 93, 74, 0.25);
}

.hero-badge {
  position: absolute;
  bottom: 32px;
  left: -32px;
  background: var(--cream);
  padding: 20px 28px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 2;
}

.hero-badge-stars { color: var(--gold); font-size: 18px; letter-spacing: 2px; }
.hero-badge-text { font-size: 12px; color: var(--text-muted); line-height: 1.4; }
.hero-badge-text strong {
  display: block;
  color: var(--charcoal);
  font-weight: 600;
  margin-bottom: 2px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
}

/* Page hero (smaller hero for inner pages) */
.page-hero {
  padding: 200px 0 80px;
  background: linear-gradient(180deg, var(--cream) 0%, var(--sage-pale) 100%);
  text-align: center;
  position: relative;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -10%;
  width: 50%;
  height: 80%;
  background: radial-gradient(circle, rgba(184, 148, 90, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.page-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.1;
  margin-bottom: 16px;
}

.page-hero h1 em { color: var(--sage); font-style: italic; font-weight: 400; }

.page-hero p {
  font-size: 18px;
  color: var(--text-muted);
  max-width: 640px;
  margin: 0 auto;
}

/* Section common */
section { padding: 120px 0; }

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  margin-bottom: 24px;
  max-width: 700px;
}

.section-title em { color: var(--sage); font-style: italic; font-weight: 400; }

.section-intro {
  font-size: 17px;
  color: var(--text-muted);
  max-width: 600px;
  margin-bottom: 64px;
}

/* About sections */
.about { background: var(--cream); }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-content p {
  margin-bottom: 20px;
  color: var(--text);
  font-size: 16px;
}

.about-signature {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--sage-pale);
}

.about-signature strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: var(--charcoal);
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
}

.about-signature span {
  color: var(--text-muted);
  font-size: 14px;
  letter-spacing: 0.05em;
}

.about-credentials {
  background: var(--sage-pale);
  padding: 48px 40px;
  border-radius: 16px;
  border-left: 3px solid var(--sage);
}

.about-credentials h3 {
  font-size: 22px;
  margin-bottom: 24px;
  color: var(--sage-deep);
}

.credential-list { list-style: none; }

.credential-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(74, 93, 74, 0.1);
  color: var(--text);
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.credential-list li:last-child { border-bottom: none; }
.credential-list li::before { content: '✦'; color: var(--gold); font-size: 14px; }

/* Services */
.services { background: var(--sage-pale); position: relative; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--cream);
  padding: 40px 32px;
  border-radius: 12px;
  transition: all 0.4s ease;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--sage-light);
  box-shadow: 0 20px 50px rgba(74, 93, 74, 0.12);
}

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--sage-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  color: var(--sage-deep);
  font-weight: 600;
  transition: all 0.3s ease;
}

.service-card:hover .service-icon {
  background: var(--sage);
  color: var(--cream);
}

.service-card h3 { font-size: 22px; margin-bottom: 12px; }
.service-card p { color: var(--text-muted); font-size: 14px; line-height: 1.7; }

/* Service detail (services page) */
.service-detail {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 60px;
  padding: 60px 0;
  border-bottom: 1px solid var(--sage-pale);
  align-items: start;
}

.service-detail:last-child { border-bottom: none; }

.service-detail-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--sage-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  color: var(--sage-deep);
  font-weight: 500;
}

.service-detail h2 { font-size: 32px; margin-bottom: 16px; }
.service-detail p { font-size: 16px; color: var(--text); margin-bottom: 16px; }
.service-detail .service-treats {
  margin-top: 20px;
  padding: 20px 24px;
  background: var(--sage-pale);
  border-radius: 12px;
  font-size: 14px;
}
.service-detail .service-treats strong {
  display: block;
  margin-bottom: 8px;
  color: var(--sage-deep);
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 500;
}

/* Philosophy */
.philosophy {
  background: var(--charcoal);
  color: var(--cream);
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}

.philosophy::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at top left, rgba(107, 130, 104, 0.3) 0%, transparent 50%),
    radial-gradient(ellipse at bottom right, rgba(184, 148, 90, 0.15) 0%, transparent 50%);
}

.philosophy .container { position: relative; z-index: 1; }
.philosophy .section-tag { color: var(--gold-light); }

.philosophy h2 {
  color: var(--cream);
  font-size: clamp(2rem, 4vw, 3.2rem);
  max-width: 800px;
  line-height: 1.2;
  margin-bottom: 32px;
}

.philosophy h2 em { color: var(--gold-light); font-style: italic; }

.philosophy-text {
  font-size: 18px;
  color: rgba(250, 247, 242, 0.8);
  max-width: 700px;
  line-height: 1.8;
  margin-bottom: 48px;
}

.philosophy-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 80px;
}

.pillar {
  border-top: 1px solid rgba(212, 184, 127, 0.3);
  padding-top: 24px;
}

.pillar-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  color: var(--gold-light);
  font-weight: 500;
  margin-bottom: 12px;
}

.pillar h4 { color: var(--cream); font-size: 18px; margin-bottom: 8px; }
.pillar p { color: rgba(250, 247, 242, 0.6); font-size: 14px; }

/* Testimonial */
.testimonial { background: var(--cream); padding: 120px 0; }

.testimonial-card { max-width: 800px; margin: 0 auto; text-align: center; }

.testimonial-stars {
  color: var(--gold);
  font-size: 18px;
  letter-spacing: 4px;
  margin-bottom: 32px;
}

.testimonial-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.5;
  color: var(--charcoal);
  margin-bottom: 32px;
  font-style: italic;
  font-weight: 500;
}

.testimonial-author {
  color: var(--text-muted);
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.testimonial-author strong { color: var(--charcoal); font-weight: 600; }

/* CTA */
.cta {
  background: linear-gradient(135deg, var(--sage-deep) 0%, var(--sage) 100%);
  padding: 120px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(184, 148, 90, 0.2) 0%, transparent 40%);
}

.cta .container { position: relative; z-index: 1; }
.cta .section-tag {
  color: var(--gold-light);
  justify-content: center;
  display: inline-flex;
}

.cta h2 {
  color: var(--cream);
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 24px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta h2 em { color: var(--gold-light); font-style: italic; }

.cta p {
  color: rgba(250, 247, 242, 0.85);
  font-size: 17px;
  margin-bottom: 40px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.cta-btn {
  background: var(--cream);
  color: var(--sage-deep);
  padding: 18px 44px;
  font-size: 14px;
}

.cta-btn:hover {
  background: var(--gold-light);
  color: var(--charcoal);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* Footer */
footer {
  background: var(--charcoal);
  color: rgba(250, 247, 242, 0.7);
  padding: 80px 0 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 60px;
}

.footer-brand .logo-mark { background: var(--sage-light); color: var(--charcoal); }
.footer-brand .logo-text { color: var(--cream); }

.footer-brand p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.7;
  max-width: 320px;
}

.footer-col h4 {
  color: var(--cream);
  font-size: 16px;
  margin-bottom: 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; font-size: 14px; }
.footer-col a:hover { color: var(--gold-light); }

.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid rgba(250, 247, 242, 0.1);
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(250, 247, 242, 0.5);
}

/* About page specific */
.bio-section { background: var(--cream); padding: 120px 0; }

.bio-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start;
}

.bio-photo {
  aspect-ratio: 3/4;
  border-radius: 12px;
  background-color: var(--sage);
  background-image: url('https://holisticdrbright.com/wp-content/uploads/2026/05/dr-bright-headshot.jpg');
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.bio-content h2 { font-size: clamp(2rem, 3.5vw, 2.5rem); margin-bottom: 24px; }
.bio-content h2 em { color: var(--sage); font-style: italic; font-weight: 400; }
.bio-content p { font-size: 16px; margin-bottom: 20px; color: var(--text); }
.bio-content p.lead { font-size: 18px; color: var(--charcoal); font-weight: 400; margin-bottom: 28px; }

/* Contact page */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
}

.contact-info h2 { font-size: 2rem; margin-bottom: 24px; }
.contact-info h2 em { color: var(--sage); font-style: italic; font-weight: 400; }

.contact-detail {
  margin-top: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--sage-pale);
}

.contact-detail:last-child { border-bottom: none; }
.contact-detail-label {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 8px;
}

.contact-detail-value {
  font-size: 18px;
  color: var(--charcoal);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
}

.contact-detail-sub { color: var(--text-muted); font-size: 14px; margin-top: 4px; }

.contact-form {
  background: var(--sage-pale);
  padding: 48px;
  border-radius: 16px;
}

.contact-form h3 { font-size: 24px; margin-bottom: 24px; color: var(--sage-deep); }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

.form-group { margin-bottom: 20px; }

.form-group label {
  display: block;
  font-size: 13px;
  color: var(--charcoal-soft);
  margin-bottom: 8px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
}

.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(74, 93, 74, 0.15);
  background: var(--cream);
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: var(--text);
  transition: all 0.3s ease;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none;
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(107, 130, 104, 0.1);
}

.form-group textarea { min-height: 140px; resize: vertical; }

/* Pricing/services tier */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 60px;
}

.pricing-card {
  background: var(--cream);
  padding: 48px 40px;
  border-radius: 16px;
  border: 1px solid var(--sage-pale);
  position: relative;
  transition: all 0.3s ease;
}

.pricing-card.featured {
  border: 2px solid var(--sage);
  background: linear-gradient(180deg, var(--cream) 0%, var(--sage-pale) 100%);
}

.pricing-badge {
  position: absolute;
  top: -14px;
  left: 40px;
  background: var(--gold);
  color: var(--cream);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
}

.pricing-tier {
  font-size: 14px;
  color: var(--gold);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 500;
}

.pricing-card h3 { font-size: 28px; margin-bottom: 16px; }

.pricing-amount {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  color: var(--charcoal);
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1;
}

.pricing-amount span {
  font-size: 16px;
  color: var(--text-muted);
  font-style: italic;
}

.pricing-desc { color: var(--text-muted); font-size: 14px; margin-bottom: 32px; }

.pricing-features {
  list-style: none;
  margin-bottom: 32px;
}

.pricing-features li {
  padding: 10px 0;
  border-bottom: 1px solid var(--sage-pale);
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.pricing-features li:last-child { border-bottom: none; }
.pricing-features li::before { content: '✦'; color: var(--gold); flex-shrink: 0; }

/* Responsive */
.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--charcoal);
  margin: 5px 0;
  transition: all 0.3s;
}
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav-links {
    display: none;
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--cream);
    flex-direction: column;
    padding: 24px;
    gap: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border-bottom: 1px solid var(--sage-pale);
    align-items: center;
  }
  .nav-links.open { display: flex; }
  .nav-links li { list-style: none; width: 100%; text-align: center; }
  .nav-links li a { padding: 10px 0; display: block; }
  .hero-grid, .about-grid, .bio-grid, .contact-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .services-grid { grid-template-columns: 1fr; }
  .philosophy-pillars { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .service-detail { grid-template-columns: 1fr; gap: 32px; }
  .hero-visual { max-width: 400px; margin: 0 auto; }
  section { padding: 80px 0; }
  .hero { padding: 120px 0 60px; }
  .page-hero { padding: 140px 0 60px; }
}

@media (max-width: 600px) {
  .container { padding: 0 24px; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .philosophy-pillars { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
}
