:root {
  --jade-900: #12372f;
  --jade-800: #1f4c3f;
  --jade-700: #2d6654;
  --jade-500: #4c9a7b;
  --jade-100: #e8f2ec;
  --logo-green: #009b48;
  --logo-lime: #b7d900;
  --gold-600: #a9823c;
  --gold-100: #f5ead5;
  --ink: #20231f;
  --ink-muted: #666b61;
  --paper: #fffaf0;
  --paper-strong: #f7efe1;
  --surface: #ffffff;
  --line: rgba(32, 35, 31, 0.12);
  --shadow: 0 22px 70px rgba(25, 45, 35, 0.12);
  --radius: 8px;
  --section: clamp(64px, 9vw, 112px);
}

/* WordPress theme adaptation */
.hero-media img,
.image-card-media img,
.swipe-gallery-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-card a {
  display: block;
  height: 100%;
}

.article-card time,
.article-detail time {
  color: var(--ink-muted);
  font-size: 14px;
}

.article-detail .post-categories {
  display: inline-flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.article-detail .post-categories a {
  color: var(--gold-600);
}

.appointment-form select {
  min-height: 44px;
}

.admin-bar .site-header {
  top: 32px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "PingFang SC", "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

main {
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 24px;
  height: 72px;
  padding: 0 clamp(18px, 5vw, 64px);
  border-bottom: 1px solid rgba(18, 55, 47, 0.08);
  background: rgba(255, 250, 240, 0.88);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-symbol {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 35%, rgba(183, 217, 0, 0.2), transparent 48%),
    var(--jade-900);
  border: 1px solid rgba(169, 130, 60, 0.36);
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px rgba(255, 250, 240, 0.08), 0 8px 20px rgba(18, 55, 47, 0.12);
}

.brand-symbol img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.brand-mark strong,
.brand-mark small {
  display: block;
}

.brand-mark strong {
  font-size: 18px;
  line-height: 1.1;
}

.brand-mark small {
  margin-top: 3px;
  color: var(--ink-muted);
  font-size: 12px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-left: auto;
  color: var(--ink-muted);
  font-size: 14px;
}

.desktop-nav a:hover {
  color: var(--jade-800);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  color: #fff;
  background: var(--jade-800);
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 600;
}

.mobile-menu-button {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  color: var(--jade-900);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100svh - 72px);
  padding: clamp(36px, 7vw, 88px) clamp(18px, 5vw, 64px) clamp(28px, 5vw, 72px);
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-600);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--jade-900);
  font-weight: 650;
}

h1 {
  font-size: clamp(48px, 9vw, 92px);
  line-height: 1.04;
}

h2 {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.16;
}

h3 {
  font-size: 20px;
  line-height: 1.3;
}

p {
  color: var(--ink-muted);
  line-height: 1.75;
}

.hero-lede {
  max-width: 620px;
  margin: 22px 0 0;
  color: #4d554c;
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions,
.cta-band-actions,
.contact-actions,
.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 650;
}

.button.primary {
  color: #fff;
  background: var(--jade-800);
}

.button.secondary {
  color: var(--jade-900);
  background: #fff;
  border-color: rgba(18, 55, 47, 0.18);
}

.button.ghost {
  color: var(--jade-800);
  background: transparent;
  border-color: rgba(18, 55, 47, 0.18);
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(18, 55, 47, 0.12);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  color: var(--jade-800);
  background: rgba(232, 242, 236, 0.86);
  border: 1px solid rgba(18, 55, 47, 0.1);
  border-radius: 999px;
  font-size: 13px;
}

.hero-media {
  position: relative;
  min-height: clamp(360px, 58vw, 680px);
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-media img,
.image-card-media img {
  object-fit: cover;
}

.stats-section,
.section,
.cta-band,
.site-footer {
  margin-inline: clamp(18px, 5vw, 64px);
}

.stats-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.stat-card {
  padding: clamp(22px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.72);
}

.stat-card strong {
  display: block;
  color: var(--jade-800);
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1;
}

.stat-card h2 {
  margin-top: 12px;
  font-size: 18px;
}

.stat-card p {
  margin: 10px 0 0;
  font-size: 14px;
}

.section {
  padding-block: var(--section);
}

.section.muted {
  margin-inline: 0;
  padding-inline: clamp(18px, 5vw, 64px);
  background: var(--paper-strong);
}

.section-header {
  max-width: 760px;
  margin-bottom: clamp(28px, 5vw, 48px);
}

.section-header.center {
  margin-inline: auto;
  text-align: center;
}

.section-header p {
  margin: 16px 0 0;
  font-size: 17px;
}

.product-grid,
.proof-grid,
.service-grid {
  display: grid;
  gap: 18px;
}

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

.product-showcase {
  display: grid;
  gap: clamp(28px, 5vw, 48px);
}

.category-chip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.category-chip-card {
  min-height: 150px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.category-chip-card h3 {
  font-size: 20px;
}

.category-chip-card p {
  margin: 10px 0 0;
  font-size: 14px;
}

.gallery-groups {
  display: grid;
  gap: 34px;
}

.swipe-gallery-group {
  display: grid;
  gap: 16px;
}

.gallery-group-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}

.gallery-group-header h3 {
  font-size: clamp(22px, 3vw, 30px);
}

.gallery-group-header p {
  max-width: 620px;
  margin: 0;
  font-size: 15px;
}

.swipe-gallery {
  display: grid;
  grid-auto-columns: minmax(260px, 360px);
  grid-auto-flow: column;
  gap: 16px;
  overflow-x: auto;
  padding: 4px 4px 14px;
  scroll-padding-inline: 4px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(18, 55, 47, 0.28) transparent;
}

.swipe-gallery-card {
  scroll-snap-align: start;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(18, 55, 47, 0.07);
}

.swipe-gallery-media {
  position: relative;
  aspect-ratio: 3 / 4;
  background: var(--jade-100);
}

.swipe-gallery-media img {
  object-fit: cover;
}

.swipe-gallery-card figcaption {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.swipe-gallery-card strong {
  color: var(--jade-900);
  font-size: 17px;
}

.swipe-gallery-card span {
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.7;
}

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

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

.image-card {
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 36px rgba(18, 55, 47, 0.06);
}

.image-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: var(--jade-100);
}

.product-grid .image-card-media {
  aspect-ratio: 3 / 4;
}

.image-card figcaption {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.image-card strong {
  color: var(--jade-900);
  font-size: 18px;
}

.image-card span {
  color: var(--ink-muted);
  font-size: 14px;
  line-height: 1.7;
}

.service-card {
  min-height: 210px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(18, 55, 47, 0.1);
  border-radius: var(--radius);
}

.service-card svg {
  color: var(--jade-700);
}

.service-card h2,
.service-card h3 {
  margin-top: 18px;
  font-size: 20px;
}

.service-card p {
  margin: 10px 0 0;
  font-size: 15px;
}

.split,
.page-hero,
.form-section,
.store-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.split p {
  font-size: 17px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--jade-800);
  font-weight: 700;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 5vw, 48px);
  background: var(--jade-900);
  border-radius: var(--radius);
}

.contact-panel h2,
.contact-panel .eyebrow {
  color: #fff;
}

.contact-panel p,
.contact-list p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-list {
  display: grid;
  gap: 12px;
}

.contact-list p,
.store-info-card p,
.footer-contact p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

summary {
  cursor: pointer;
  color: var(--jade-900);
  font-weight: 700;
}

details p {
  margin: 12px 0 0;
}

.staff-portal-section {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: clamp(22px, 4vw, 34px);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.staff-portal-section h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.staff-portal-section p:not(.eyebrow) {
  max-width: 560px;
  margin: 10px 0 0;
  font-size: 15px;
}

.staff-portal-link {
  min-width: 150px;
  white-space: nowrap;
}

.cta-band {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin-bottom: clamp(56px, 8vw, 96px);
  padding: clamp(28px, 5vw, 52px);
  background: linear-gradient(135deg, var(--jade-900), var(--jade-700));
  border-radius: var(--radius);
}

.cta-band h2,
.cta-band .eyebrow {
  color: #fff;
}

.cta-band p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.76);
}

.cta-band .button.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
}

.cta-band .button.primary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
}

.page-hero {
  padding: clamp(42px, 7vw, 96px) clamp(18px, 5vw, 64px) clamp(32px, 5vw, 72px);
  background: linear-gradient(180deg, #fffaf0, #f7efe1);
}

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

.page-hero h1 {
  font-size: clamp(42px, 7vw, 76px);
}

.page-hero p {
  max-width: 720px;
  font-size: 18px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.timeline article {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.timeline strong {
  color: var(--gold-600);
  font-size: 30px;
}

.timeline h2 {
  margin-top: 14px;
  font-size: 22px;
}

.inline-note {
  margin-top: 18px;
  padding: 14px 16px;
  color: var(--jade-900);
  background: var(--jade-100);
  border: 1px solid rgba(18, 55, 47, 0.12);
  border-radius: var(--radius);
  line-height: 1.7;
}

.appointment-form {
  display: grid;
  gap: 20px;
  padding: clamp(22px, 4vw, 36px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--jade-900);
  font-size: 14px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(18, 55, 47, 0.16);
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--ink);
  background: #fffaf5;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--jade-700);
  box-shadow: 0 0 0 3px rgba(76, 154, 123, 0.14);
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  margin-bottom: 10px;
  color: var(--jade-900);
  font-weight: 700;
}

.chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.choice-chip {
  display: inline-flex;
  cursor: pointer;
}

.choice-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-chip span {
  padding: 8px 12px;
  color: var(--jade-800);
  border: 1px solid rgba(18, 55, 47, 0.18);
  border-radius: 999px;
  background: #fff;
}

.choice-chip input:checked + span {
  color: #fff;
  background: var(--jade-800);
}

.privacy-note {
  margin: 0;
  font-size: 13px;
}

.form-success {
  display: flex;
  gap: 16px;
  padding: 28px;
  color: var(--jade-900);
  background: var(--jade-100);
  border: 1px solid rgba(18, 55, 47, 0.16);
  border-radius: var(--radius);
}

.form-success h2 {
  font-size: 24px;
}

.form-success p {
  margin: 8px 0 0;
}

.store-layout {
  align-items: stretch;
}

.store-info-card,
.map-panel {
  padding: clamp(24px, 4vw, 40px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.store-info-card p {
  margin-top: 16px;
}

.qr-placeholder {
  display: grid;
  width: 180px;
  height: 180px;
  place-items: center;
  margin-top: 24px;
  color: var(--ink-muted);
  text-align: center;
  background:
    linear-gradient(45deg, rgba(18, 55, 47, 0.06) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(18, 55, 47, 0.06) 25%, transparent 25%),
    #fffaf0;
  background-size: 18px 18px;
  border: 1px dashed rgba(18, 55, 47, 0.24);
  border-radius: var(--radius);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.social-links .eyebrow {
  width: 100%;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--jade-700);
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 13px;
  color: var(--ink);
  background: #fffaf0;
  border: 1px solid rgba(18, 55, 47, 0.15);
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: all 0.2s ease;
}

.social-links a:hover {
  background: var(--jade-50);
  border-color: var(--jade-400);
}

.map-panel {
  display: grid;
  min-height: 420px;
  place-items: center;
  color: var(--jade-800);
  text-align: center;
  background: linear-gradient(135deg, #e8f2ec, #fffaf0);
}

.map-panel p {
  max-width: 420px;
}

.prose-section {
  max-width: 860px;
  margin-inline: auto;
}

.prose-section article {
  padding: clamp(22px, 4vw, 44px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.prose-section h2 {
  margin-top: 26px;
  font-size: 24px;
}

.prose-section h2:first-child {
  margin-top: 0;
}

.article-index-hero h1 {
  font-size: clamp(42px, 7vw, 72px);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.32fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
}

.article-sidebar {
  position: sticky;
  top: 96px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.article-sidebar h2 {
  font-size: 24px;
}

.category-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  color: var(--jade-900);
  background: #fffaf5;
  border: 1px solid rgba(18, 55, 47, 0.12);
  border-radius: var(--radius);
  font-weight: 700;
}

.category-list strong {
  display: grid;
  min-width: 28px;
  height: 28px;
  place-items: center;
  color: #fff;
  background: var(--jade-800);
  border-radius: 50%;
  font-size: 13px;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.article-grid.compact {
  max-width: 1080px;
  margin-inline: auto;
}

.article-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: clamp(22px, 3vw, 30px);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(18, 55, 47, 0.06);
}

.article-card-meta,
.article-date-row,
.article-breadcrumb,
.article-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.article-card-meta {
  justify-content: space-between;
  color: var(--ink-muted);
  font-size: 13px;
}

.article-card-meta a {
  color: var(--gold-600);
  font-weight: 700;
}

.article-card-meta span,
.article-date-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.article-card h2 {
  margin-top: 18px;
  font-size: clamp(22px, 3vw, 30px);
}

.article-card p {
  margin: 14px 0 0;
}

.article-card .text-link {
  margin-top: auto;
  padding-top: 20px;
}

.article-detail {
  max-width: 980px;
  margin-inline: auto;
  padding: clamp(34px, 6vw, 72px) clamp(18px, 5vw, 64px);
}

.article-breadcrumb {
  margin-bottom: 28px;
  color: var(--jade-800);
  font-size: 14px;
  font-weight: 700;
}

.article-breadcrumb a,
.article-back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.article-back-link {
  margin-bottom: 22px;
  color: var(--jade-800);
  font-weight: 700;
}

.article-detail-header {
  padding-bottom: clamp(28px, 5vw, 48px);
  border-bottom: 1px solid var(--line);
}

.article-detail-header h1 {
  font-size: clamp(38px, 6vw, 68px);
}

.article-detail-header p {
  max-width: 780px;
  margin: 20px 0 0;
  font-size: 18px;
}

.article-date-row {
  margin-top: 20px;
  color: var(--ink-muted);
  font-size: 14px;
}

.article-body {
  display: grid;
  gap: clamp(30px, 5vw, 48px);
  padding-block: clamp(30px, 5vw, 52px);
}

.article-body section {
  display: grid;
  gap: 12px;
}

.article-body h2 {
  font-size: clamp(26px, 4vw, 36px);
}

.article-body p {
  margin: 0;
  color: #4d554c;
  font-size: 17px;
}

.article-contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 4vw, 34px);
  background: var(--jade-100);
  border: 1px solid rgba(18, 55, 47, 0.12);
  border-radius: var(--radius);
}

.article-contact-panel h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.article-contact-panel p:not(.eyebrow) {
  margin: 10px 0 0;
}

.site-footer {
  padding: clamp(34px, 6vw, 64px) 0 calc(86px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
}

.footer-brand-lockup {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 24px);
  margin-bottom: 18px;
}

.footer-logo-panel {
  display: grid;
  width: 116px;
  height: 116px;
  flex: 0 0 auto;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 24%, rgba(183, 217, 0, 0.16), transparent 42%),
    var(--jade-900);
  border: 1px solid rgba(169, 130, 60, 0.32);
  border-radius: var(--radius);
  box-shadow: inset 0 0 0 1px rgba(255, 250, 240, 0.08);
}

.footer-logo-panel img {
  width: 86px;
  height: 88px;
  object-fit: contain;
}

.footer-main h2 {
  font-size: 34px;
}

.footer-main p {
  max-width: 620px;
}

.footer-contact {
  display: grid;
  align-content: start;
  gap: 14px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 42px;
  padding-top: 22px;
  color: var(--ink-muted);
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.mobile-cta-bar {
  position: fixed;
  right: 12px;
  bottom: max(12px, env(safe-area-inset-bottom));
  left: 12px;
  z-index: 50;
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(18, 55, 47, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(18, 55, 47, 0.18);
  backdrop-filter: blur(16px);
}

.mobile-cta-bar a {
  display: grid;
  min-height: 58px;
  place-items: center;
  gap: 2px;
  color: var(--jade-800);
  font-size: 12px;
  font-weight: 700;
}

.mobile-cta-bar a + a {
  border-left: 1px solid rgba(18, 55, 47, 0.1);
}

@media (max-width: 980px) {
  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .mobile-menu-button {
    display: inline-flex;
    margin-left: auto;
  }

  .hero,
  .page-hero,
  .split,
  .form-section,
  .store-layout,
  .article-layout,
  .article-contact-panel,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    min-height: 420px;
  }

  .stats-section,
  .product-grid,
  .category-chip-grid,
  .proof-grid,
  .service-grid,
  .article-grid,
  .timeline,
  .contact-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-panel {
    align-items: start;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 78px;
  }

  .site-header {
    height: 64px;
    padding-inline: 14px;
  }

  .brand-mark {
    gap: 9px;
  }

  .brand-symbol {
    width: 38px;
    height: 38px;
  }

  .brand-symbol img {
    width: 30px;
    height: 30px;
  }

  .brand-mark small {
    display: none;
  }

  .hero,
  .page-hero {
    padding-inline: 14px;
  }

  .hero-media {
    min-height: 330px;
  }

  .stats-section,
  .section,
  .cta-band,
  .site-footer {
    margin-inline: 14px;
  }

  .section.muted {
    margin-inline: 0;
    padding-inline: 14px;
  }

  .stats-section,
  .product-grid,
  .category-chip-grid,
  .proof-grid,
  .service-grid,
  .article-grid,
  .timeline,
  .contact-panel,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .gallery-group-header {
    display: grid;
    gap: 8px;
  }

  .swipe-gallery {
    grid-auto-columns: minmax(238px, 78vw);
    margin-inline: -14px;
    padding-inline: 14px;
  }

  .cta-band,
  .staff-portal-section,
  .footer-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-brand-lockup {
    align-items: flex-start;
  }

  .footer-logo-panel {
    width: 88px;
    height: 88px;
  }

  .footer-logo-panel img {
    width: 68px;
    height: 69px;
  }

  .cta-band-actions,
  .hero-actions,
  .store-actions,
  .article-contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .mobile-cta-bar {
    display: grid;
  }
}
