:root {
  --bg: #f2f5ee;
  --bg-soft: #f9fbf6;
  --surface: #ffffff;
  --brand-900: #3e3526;
  --brand-700: #5c4d38;
  --brand-500: #76644b;
  --brand-300: #c4b8a2;
  --brand-100: #efe7dc;
  --leaf-700: #5f8b43;
  --leaf-500: #78a85a;
  --leaf-300: #c8e1ad;
  --leaf-100: #edf5e2;
  --text: #2f372a;
  --text-muted: #58674f;
  --border: #dbe7cf;
  --ring: #78a85a;
  --surface-tint: #fbfcf8;
  --surface-warm: #f7f2ea;
  --radius: 16px;
  --radius-sm: 12px;
  --shadow: 0 14px 34px rgba(47, 55, 42, 0.1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Gill Sans", "Trebuchet MS", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 0%, rgba(120, 168, 90, 0.14), transparent 24%),
    radial-gradient(circle at 85% 6%, rgba(118, 100, 75, 0.12), transparent 28%),
    linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 52%, #ecefe7 100%);
  color: var(--text);
  line-height: 1.55;
}

a {
  color: inherit;
}

img,
video {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0.2rem 0;
  background: linear-gradient(180deg, #edf1ea 0%, #e7ece3 100%);
  color: var(--text);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #d7ddd2;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.45), 0 6px 14px rgba(47, 55, 42, 0.08);
}

.site-header::after {
  display: none;
}

.announcement-bar {
  width: 100%;
  padding: 0.28rem 0.75rem;
  margin-bottom: 0.36rem;
  text-align: center;
  background: linear-gradient(0deg, rgba(95, 143, 68, 0.12) 0%, rgba(118, 100, 75, 0.06) 100%);
  color: #4b5f41;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12px;
  border-bottom: 1px solid rgba(125, 154, 109, 0.2);
}

.announcement-bar p {
  margin: 0;
}

.nav-wrap {
  position: relative;
  width: min(1100px, 92vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  min-height: 86px;
  padding: 0.35rem 0.45rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(222, 236, 207, 0.76), rgba(214, 205, 189, 0.66));
  border: 1px solid rgba(138, 151, 114, 0.5);
}

.brand {
  text-decoration: none;
  color: var(--text);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.78rem;
  min-width: 0;
  min-height: 72px;
}

.brand-mark {
  width: clamp(48px, 6.5vw, 60px);
  height: clamp(48px, 6.5vw, 60px);
  flex-shrink: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  border: none;
  display: grid;
  place-items: center;
  line-height: 0;
  box-shadow: none;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: none;
}

.brand-copy {
  display: block;
  min-width: 0;
}

.brand-name {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.34rem;
  letter-spacing: 0.1px;
  font-weight: 800;
  color: var(--text);
}

.brand-sub {
  margin: 0.1rem 0 0;
  font-size: 0.77rem;
  color: var(--text-muted);
  letter-spacing: 0.1px;
  opacity: 1;
}

.brand-motif,
.brand-root {
  display: inline-block;
  font-size: 0.82em;
  line-height: 1;
  vertical-align: baseline;
  margin: 0 0.14rem;
}

.brand-motif {
  filter: saturate(0.75);
}

.brand-root {
  color: #5a754d;
  font-size: 0.9em;
  margin-left: 0.2rem;
}

.brand-tag {
  display: none;
  margin-top: 0.33rem;
  font-size: 0.68rem;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  font-weight: 700;
  color: #4b6842;
  background: #e5efda;
  border: 1px solid #c4d9ad;
  border-radius: 999px;
  padding: 0.16rem 0.5rem;
}

.nav-tools {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  position: relative;
}

.menu-toggle {
  display: none;
  border: 1px solid #c8cfbf;
  background: linear-gradient(180deg, var(--surface-tint) 0%, var(--leaf-100) 100%);
  color: #3f5037;
  border-radius: 999px;
  padding: 0.38rem 0.7rem 0.38rem 0.56rem;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.25px;
  gap: 0.48rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
}

.menu-text {
  line-height: 1;
}

.menu-icon {
  width: 18px;
  height: 14px;
  display: grid;
  align-content: space-between;
}

.menu-icon span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] .menu-icon span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.24rem;
  border: 1px solid #cfd8c3;
  background: linear-gradient(180deg, var(--surface-tint) 0%, var(--leaf-100) 100%);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.site-nav a {
  color: #364831;
  text-decoration: none;
  padding: 0.44rem 0.78rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.site-nav a:hover {
  transform: translateY(-1px);
  background: rgba(120, 168, 90, 0.14);
  border-color: rgba(120, 168, 90, 0.24);
}

.site-nav a.active {
  color: #fff;
  border-color: transparent;
  box-shadow: 0 7px 14px rgba(81, 118, 62, 0.26);
  background: linear-gradient(135deg, var(--leaf-700), var(--leaf-500));
  transform: none;
}

.header-cta {
  text-decoration: none;
  padding: 0.46rem 0.88rem;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--leaf-700), var(--leaf-500));
  border: 1px solid #5e8745;
  box-shadow: 0 7px 14px rgba(81, 118, 62, 0.24);
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(81, 118, 62, 0.28);
  filter: saturate(1.05);
}

.page {
  width: min(1100px, 92vw);
  margin: 2rem auto 3rem;
}

.hero {
  background: linear-gradient(145deg, var(--surface) 0%, var(--leaf-100) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(1.4rem, 2.8vw, 2.6rem);
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(120, 168, 90, 0.26) 0%, rgba(120, 168, 90, 0) 72%);
  pointer-events: none;
}

.hero h1,
.hero h2 {
  margin: 0 0 0.7rem;
  line-height: 1.2;
}

.hero p {
  margin: 0;
  color: var(--text-muted);
  max-width: 65ch;
}

.hero-actions {
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero-actions-inline {
  flex-wrap: nowrap;
}

.hero-actions-inline .btn {
  flex: 0 1 auto;
  white-space: nowrap;
}

.section {
  margin-top: 1.5rem;
  background: linear-gradient(180deg, var(--surface) 0%, var(--surface-tint) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(1rem, 2.4vw, 1.6rem);
}

.section h2,
.section h3 {
  margin-top: 0;
}

.muted {
  color: var(--text-muted);
}

.grid {
  display: grid;
  gap: 0.9rem;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, var(--bg-soft), #f2f5ec);
  padding: 1rem;
}

.card h3,
.card h4 {
  margin: 0 0 0.45rem;
}

.card p {
  margin: 0;
}

.btn {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  padding: 0.62rem 1rem;
  cursor: pointer;
  transition: 0.2s ease;
}

.btn-primary {
  background: linear-gradient(135deg, var(--leaf-700), var(--leaf-500));
  color: #fff;
  box-shadow: 0 8px 16px rgba(90, 128, 64, 0.3);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #52773b, #6f9c52);
}

.btn-ghost {
  border-color: var(--brand-700);
  color: var(--brand-700);
  background: transparent;
}

.btn-ghost:hover {
  background: rgba(120, 168, 90, 0.14);
}

.stats {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat {
  background: var(--surface);
  border: 1px dashed var(--brand-300);
  border-radius: var(--radius-sm);
  padding: 0.9rem;
  text-align: center;
}

.stat strong {
  display: block;
  font-size: 1.35rem;
}

.carousel {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  position: relative;
  min-height: 0;
}

.carousel-slide {
  display: none;
  padding: 1.2rem;
  background: linear-gradient(120deg, var(--surface-tint) 0%, var(--leaf-100) 100%);
}

.carousel-slide.active {
  display: block;
}

.carousel h3 {
  margin-top: 0;
}

.faq-list {
  display: grid;
  gap: 0.65rem;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface);
  padding: 0.7rem 0.85rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
}

.faq-item p {
  margin: 0.65rem 0 0;
  color: var(--text-muted);
}

.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.contact-list a {
  color: var(--brand-700);
}

form {
  display: grid;
  gap: 0.8rem;
}

.field-group {
  display: grid;
  gap: 0.8rem;
}

label {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--brand-700);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #d4c6a6;
  border-radius: 10px;
  padding: 0.66rem 0.75rem;
  font: inherit;
  background: #fffdf9;
}

textarea {
  min-height: 96px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
.btn:focus,
.menu-toggle:focus,
.site-nav a:focus {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

.site-footer {
  background: linear-gradient(90deg, #4d6440, #6f7f57, #73614b);
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-size: 0.95rem;
}

.site-footer p {
  margin: 0;
}

.staff-link {
  display: inline-block;
  margin-top: 0.35rem;
  font-size: 0.78rem;
  opacity: 0.66;
  text-decoration: none;
}

.staff-link:hover {
  opacity: 0.96;
}

.booking-layout {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.1fr 0.9fr;
}

.booking-panel {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--surface-warm), var(--leaf-100));
  padding: 1.1rem;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chip {
  border: 1px solid #d6c8a8;
  background: #f6f6ef;
  color: var(--brand-700);
  border-radius: 999px;
  padding: 0.35rem 0.68rem;
  font-size: 0.85rem;
  font-weight: 600;
}

.trust-list {
  margin: 0;
  padding-left: 1rem;
}

.trust-list li + li {
  margin-top: 0.45rem;
}

.booking-notice {
  margin-top: 0.8rem;
  border-left: 4px solid var(--leaf-500);
  padding: 0.55rem 0.7rem;
  background: #ecf3df;
  color: #3f582b;
  border-radius: 8px;
}

.concern-card {
  padding: 0;
  overflow: hidden;
}

.concern-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-bottom: 1px solid var(--border);
  background: var(--leaf-100);
}

.concern-card .card-body {
  padding: 0.95rem 1rem 1.05rem;
}

.concern-card h3 {
  margin: 0 0 0.4rem;
}

.about-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.2rem;
  align-items: center;
}

.about-hero p + p {
  margin-top: 0.55rem;
}

.about-hero-photo {
  margin: 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.gallery-card {
  display: grid;
  gap: 0.65rem;
}

.gallery-card img {
  border-radius: 10px;
  border: 1px solid var(--border);
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.gallery-card p {
  color: var(--text-muted);
}

.section-tight-top {
  margin-top: 0.9rem;
}

.faq-carousel {
  min-height: 220px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--surface-tint), var(--leaf-100));
}

.faq-slide {
  padding: 1.35rem;
  background: transparent;
}

.faq-slide h3 {
  margin: 0 0 0.5rem;
  color: var(--brand-900);
}

.faq-slide p {
  margin: 0;
  color: var(--text-muted);
}

.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--leaf-700), var(--leaf-500));
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 24px rgba(82, 120, 60, 0.35);
  z-index: 30;
}

.wa-float:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.wa-float svg {
  width: 30px;
  height: 30px;
}

.faq-controls {
  margin-top: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
}

.faq-control-btn {
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--brand-900);
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  cursor: pointer;
}

.faq-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}

.faq-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: #b7c9a8;
  padding: 0;
  cursor: pointer;
}

.faq-dots button.active {
  background: var(--leaf-500);
}

.bill-hero {
  display: grid;
  gap: 0.35rem;
}

.billing-shell {
  position: relative;
  overflow: hidden;
}

.gate {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  z-index: 2;
  padding: 1.2rem;
}

.gate-card {
  max-width: 420px;
  width: 100%;
  background: #fffdf8;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.4rem;
  display: grid;
  gap: 0.8rem;
  text-align: center;
}

.gate-fields {
  display: grid;
  gap: 0.6rem;
}

.gate-fields input {
  text-align: center;
}

.gate-hint {
  margin: 0;
  font-size: 0.9rem;
}

.billing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
}

.billing-form {
  display: grid;
  gap: 1rem;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.medication-block {
  display: grid;
  gap: 0.9rem;
}

.med-list {
  display: grid;
  gap: 0.7rem;
}

.med-row {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: 2fr 0.8fr 1fr auto;
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0.6rem;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.bill-preview {
  position: relative;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  min-height: 100%;
  overflow: hidden;
  font-family: "Times New Roman", Georgia, serif;
}

.bill-preview.pdf-sheet {
  padding: 0;
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 210 / 297;
  background: var(--surface);
}

.pdf-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pdf-overlay {
  position: absolute;
  inset: 0;
  padding: 16mm 14mm;
  display: block;
  color: #2f2712;
}

.pdf-date {
  position: absolute;
  top: 56mm;
  left: 158mm;
  right: auto;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.pdf-date strong {
  font-size: 10.5pt;
}

.pdf-field {
  position: absolute;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 0.4rem;
  font-size: 10pt;
  font-weight: 600;
}

.pdf-field span {
  color: #6b5a30;
}

.pdf-patient {
  top: 52mm;
  left: 18mm;
  width: 150mm;
}

.pdf-phone {
  top: 62mm;
  left: 18mm;
  width: 150mm;
}

.pdf-address {
  top: 72mm;
  left: 18mm;
  width: 150mm;
}

.pdf-billno {
  top: 82mm;
  left: 18mm;
  width: 150mm;
}

.pdf-table {
  position: absolute;
  top: 96mm;
  left: 18mm;
  right: 18mm;
}

.pdf-summary {
  position: absolute;
  left: 18mm;
  right: 18mm;
  bottom: 34mm;
  font-size: 10pt;
}

.pdf-notes-title {
  margin: 0.4rem 0 0.2rem;
  font-weight: 700;
  color: #6b5a30;
  letter-spacing: 0.2px;
}

.bill-table {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.bill-row {
  display: grid;
  grid-template-columns: 2fr 0.8fr 1fr 1fr;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.95rem;
}

.bill-row-head {
  font-weight: 700;
  color: var(--brand-700);
  border-bottom: 1px solid var(--border);
  padding-bottom: 0.3rem;
}

.bill-row.empty {
  grid-template-columns: 1fr;
  color: var(--text-muted);
  font-style: italic;
}

.bill-summary {
  display: grid;
  gap: 0.4rem;
  border-top: 1px solid var(--border);
  padding-top: 0.9rem;
}

.bill-summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bill-summary-line.total {
  font-size: 1.05rem;
  color: var(--brand-900);
}

.bill-summary-line.balance {
  font-weight: 700;
}

@media print {
  @page {
    size: A4;
    margin: 16mm;
  }

  body {
    background: #fff;
  }

  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  body.printing * {
    display: none !important;
  }

  body.printing #billPreview {
    display: block !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 210mm;
    height: 297mm;
  }

  .site-header,
  .site-footer,
  .billing-form,
  .gate {
    display: none !important;
  }

  .billing-layout {
    grid-template-columns: 1fr;
  }

  .bill-preview {
    box-shadow: none;
    border: none;
    visibility: visible !important;
  }

  .bill-preview.pdf-sheet {
    border-radius: 0;
    aspect-ratio: auto;
  }
}

@media (max-width: 900px) {
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-layout {
    grid-template-columns: 1fr;
  }

  .about-hero {
    grid-template-columns: 1fr;
  }

  .billing-layout {
    grid-template-columns: 1fr;
  }

  .med-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .med-row .btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .bill-preview.pdf-sheet {
    aspect-ratio: 210 / 297;
  }
}

@media (max-width: 700px) {
  .nav-tools {
    position: static;
  }

  .menu-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 12px;
    justify-content: center;
    background: linear-gradient(180deg, var(--surface-tint) 0%, var(--leaf-100) 100%);
    border-color: #c8cfbf;
    flex-shrink: 0;
  }

  .menu-text {
    display: none;
  }

  .nav-wrap {
    min-height: 74px;
    padding: 0.3rem 0.56rem;
    border-radius: 16px;
  }

  .brand {
    gap: 0.52rem;
    min-height: 54px;
  }

  .brand-name {
    font-size: 1.05rem;
    line-height: 1.15;
  }

  .header-cta {
    display: none;
  }

  .site-nav {
    position: absolute;
    left: 50%;
    top: calc(100% + 8px);
    transform: translateX(-50%);
    width: min(330px, calc(100vw - 34px));
    background: linear-gradient(180deg, var(--surface-tint) 0%, #f1f6e9 100%);
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 0.5rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    box-shadow: 0 12px 24px rgba(47, 55, 42, 0.12);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    border-radius: 10px;
    width: 100%;
    color: var(--brand-900);
    padding: 0.6rem 0.72rem;
  }

  .site-nav a.active {
    color: #fff;
    background: linear-gradient(135deg, var(--leaf-700), var(--leaf-500));
    border-color: transparent;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    display: grid;
    place-items: center;
  }

  .brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: none;
    filter: none;
  }

  .brand-sub {
    display: block;
    margin-top: 0.02rem;
    font-size: 0.66rem;
    line-height: 1.2;
    color: #4f6145;
  }

  .brand-motif,
  .brand-root {
    font-size: 0.9em;
    margin: 0 0.1rem;
  }

  .brand-tag {
    display: none;
  }

  .hero-actions-inline {
    gap: 0.55rem;
  }

  .hero-actions-inline .btn {
    padding: 0.54rem 0.68rem;
    font-size: 0.86rem;
    text-align: center;
  }

  .wa-float {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }

  .grid-2,
  .grid-3,
  .stats {
    grid-template-columns: 1fr;
  }
}
  
