:root {
  --navy: #002A44;
  --toast-blue: #004165;
  --teal: #006972;
  --gold: #EFC13E;
  --maroon: #772432;
  --cream: #F9F9FF;
  --surface-blue: #E7EEFF;
  --ink: #111C2D;
  --body: #41474E;
  --muted: #66717A;
  --white: #FFFFFF;
  --green: #6DBE57;
  --bg: var(--cream);
  --surface: var(--white);
  --surface-strong: var(--surface-blue);
  --fg: var(--ink);
  --border: color-mix(in oklch, var(--toast-blue) 14%, white);
  --accent: var(--gold);
  --accent-2: var(--maroon);
  --success: var(--green);
  --warn: var(--gold);
  --danger: var(--maroon);
  --font-display: "Playfair Display", "Iowan Old Style", Georgia, serif;
  --font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-mono: "SFMono-Regular", ui-monospace, Menlo, monospace;
  --shadow: 0 14px 28px color-mix(in oklch, var(--toast-blue) 8%, transparent);
  --radius: 18px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid color-mix(in oklch, var(--gold) 72%, white);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid color-mix(in oklch, var(--border) 74%, transparent);
  background: color-mix(in oklch, var(--cream) 90%, transparent);
  backdrop-filter: blur(16px);
}

.nav {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.brand-mark {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  overflow: hidden;
  flex: 0 0 auto;
}

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

.brand-name {
  display: grid;
  gap: 1px;
  line-height: 1.1;
}

.brand-name strong {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 19px;
  letter-spacing: -0.01em;
}

.brand-name span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 550;
}

.nav-links a {
  text-decoration: none;
  transition: color .18s ease;
}

.nav-links a:hover {
  color: var(--fg);
}

.button {
  min-height: 44px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--accent);
  color: var(--ink);
  text-decoration: none;
  font-weight: 650;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(0);
}

.button-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button.secondary {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  position: relative;
  padding: clamp(56px, 9vw, 112px) 0 44px;
  min-height: clamp(680px, 82vh, 820px);
  display: grid;
  align-items: center;
  isolation: isolate;
  background:
    linear-gradient(90deg, color-mix(in oklch, var(--navy) 92%, black) 0%, color-mix(in oklch, var(--navy) 76%, transparent) 42%, color-mix(in oklch, var(--navy) 24%, transparent) 100%),
    linear-gradient(0deg, color-mix(in oklch, var(--navy) 46%, transparent), color-mix(in oklch, var(--navy) 8%, transparent)),
    url("/assets/mqewomgu-image.png") center / cover no-repeat;
  border-bottom: 1px solid color-mix(in oklch, var(--navy) 20%, var(--border));
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 780px);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

.eyebrow {
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  line-height: 1.08;
}

h1 {
  max-width: 780px;
  font-size: clamp(48px, 8vw, 88px);
  color: var(--white);
  text-shadow: 0 2px 22px color-mix(in oklch, var(--navy) 56%, transparent);
}

h2 {
  font-size: clamp(32px, 5vw, 56px);
  max-width: 760px;
  color: var(--navy);
}

h3 {
  font-size: 24px;
  letter-spacing: -0.01em;
  color: var(--navy);
}

.lead {
  max-width: 62ch;
  margin: 24px 0 0;
  font-size: clamp(18px, 2vw, 22px);
  color: color-mix(in oklch, var(--white) 88%, var(--cream));
  text-shadow: 0 1px 18px color-mix(in oklch, var(--navy) 52%, transparent);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero .eyebrow {
  color: var(--gold);
  text-shadow: 0 1px 12px color-mix(in oklch, var(--navy) 60%, transparent);
}

.hero .button.secondary {
  background: color-mix(in oklch, var(--white) 12%, transparent);
  border-color: color-mix(in oklch, var(--white) 48%, transparent);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.meeting-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid var(--border);
}

.meeting-row:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.meeting-row strong {
  display: block;
  font-size: 18px;
}

.meeting-row span {
  color: var(--muted);
}

.date-tile {
  border: 1px solid var(--border);
  border-radius: 14px;
  min-height: 64px;
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--surface-strong);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 800;
}

.section {
  padding: clamp(56px, 8vw, 96px) 0;
  border-top: 1px solid color-mix(in oklch, var(--border) 70%, transparent);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 36px;
}

.section-head h2 {
  max-width: none;
  text-wrap: balance;
}

.section-head p {
  max-width: 34ch;
  color: var(--muted);
  margin: 0;
  font-size: 17px;
  justify-self: end;
}

.section-head.stacked {
  grid-template-columns: 1fr;
  justify-items: start;
  align-items: start;
  gap: 18px;
  max-width: 860px;
  margin-inline: auto;
}

.section-head.stacked p {
  max-width: 42ch;
  justify-self: start;
}

.meetings {
  display: grid;
  grid-template-columns: minmax(320px, .94fr) minmax(0, 1.06fr);
  gap: 44px;
  align-items: stretch;
}

.meetings-intro {
  border: 1px solid var(--border);
  border-radius: 34px;
  background: color-mix(in oklch, white 90%, var(--cream));
  padding: clamp(28px, 4vw, 42px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.meetings-intro h2 {
  max-width: 10ch;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.06;
  color: var(--ink);
}

.meetings-intro p {
  max-width: 31ch;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 20px);
}

.meeting-list {
  display: grid;
  border-top: 1px solid color-mix(in oklch, var(--border) 86%, white);
}

.meeting-entry {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid color-mix(in oklch, var(--border) 86%, white);
  align-items: start;
}

.meeting-entry .date-tile {
  min-height: 76px;
  gap: 2px;
  padding: 10px 8px;
  color: var(--maroon);
  background: transparent;
  border-radius: 14px;
}

.meeting-entry .date-tile strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--navy);
  font-family: var(--font-display);
}

.meeting-meta {
  display: grid;
  gap: 10px;
}

.meeting-meta header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.meeting-meta h3 {
  font-size: 25px;
  line-height: 1.15;
}

.meeting-meta p {
  margin: 0;
  color: var(--body);
  font-size: 16px;
}

.meeting-venue {
  color: var(--body);
  font-size: 15px;
  max-width: 44ch;
}

.meeting-venue strong {
  color: var(--ink);
  font-weight: 600;
}

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

.meeting-actions a {
  color: var(--toast-blue);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-underline-offset: 4px;
}

.meeting-actions .join-link {
  color: var(--maroon);
}

.meeting-actions a:hover {
  text-decoration: underline;
}

.meeting-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: color-mix(in oklch, var(--gold) 18%, white);
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.gallery-section {
  background: color-mix(in oklch, var(--surface-blue) 26%, var(--cream));
}

.gallery-shell {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.gallery-frame {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 12px;
  min-width: 0;
  max-width: 100%;
}

.gallery-marquee {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  scroll-behavior: smooth;
}

@media (hover: hover) {
  .gallery-marquee:hover .gallery-track {
    animation-play-state: paused;
  }
}

.gallery-arrow {
  width: 48px;
  height: 64px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  color: var(--navy);
  background: transparent;
  cursor: pointer;
}

.gallery-arrow svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  color: var(--gold);
}

.gallery-track {
  display: flex;
  align-items: stretch;
  gap: 4px;
  width: max-content;
  line-height: 0;
  will-change: transform;
  backface-visibility: hidden;
  animation: gallery-marquee 56s linear infinite;
}

.gallery-card {
  width: 420px;
  flex: 0 0 420px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.gallery-card.wide {
  width: 560px;
  flex-basis: 560px;
}

.gallery-photo {
  display: block;
  width: 100%;
  height: 320px;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
  border: 0;
  box-shadow: none;
}

.gallery-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 18px 20px;
  color: var(--surface);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
  background: linear-gradient(180deg, transparent, color-mix(in oklch, var(--navy) 82%, black));
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.gallery-card:hover figcaption,
.gallery-card:focus-within figcaption {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: none) {
  .gallery-card figcaption {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes gallery-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.practice-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
}

.practice-item {
  min-height: 250px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-left: 1px solid var(--border);
}

.practice-item:first-child {
  border-left: 0;
}

.practice-item svg {
  width: 28px;
  height: 28px;
  color: var(--accent);
  stroke-width: 1.7;
  margin-bottom: 20px;
}

.practice-item p,
.agenda-item p,
.quote p,
.faq-panel p {
  color: var(--muted);
  margin: 12px 0 0;
}

.agenda {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 24px;
  align-items: start;
}

.agenda-card {
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--navy);
  color: var(--surface);
  padding: 30px;
  position: sticky;
  top: 96px;
}

.agenda-card h2 {
  color: var(--surface);
}

.agenda-card p {
  color: color-mix(in oklch, var(--surface) 76%, transparent);
  max-width: 48ch;
}

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

.agenda-item {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  align-items: start;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 22px;
}

.time {
  font-family: var(--font-mono);
  color: var(--accent);
  font-size: 13px;
  letter-spacing: 0.04em;
  font-weight: 800;
}

.proof {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 28px;
  align-items: stretch;
}

.quote {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(26px, 4vw, 44px);
}

.quote blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.signal-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--border);
}

.signal {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}

.signal strong {
  display: block;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--maroon);
}

.signal span {
  color: var(--body);
  font-size: 15px;
}

.visit {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 24px;
  align-items: stretch;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: calc(var(--radius) + 8px);
  padding: clamp(22px, 4vw, 34px);
  position: relative;
  overflow: hidden;
}

.visit:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background:
    linear-gradient(90deg,
      var(--navy) 0%,
      color-mix(in oklch, var(--navy) 40%, var(--toast-blue)) 18%,
      var(--toast-blue) 30%,
      color-mix(in oklch, var(--toast-blue) 42%, var(--teal)) 44%,
      var(--teal) 56%,
      color-mix(in oklch, var(--teal) 34%, var(--gold)) 68%,
      var(--gold) 78%,
      color-mix(in oklch, var(--gold) 30%, var(--maroon)) 88%,
      var(--maroon) 100%);
}

.visit>* {
  position: relative;
  z-index: 1;
}

.visit .lead {
  color: var(--body);
  text-shadow: none;
  font-size: clamp(16px, 1.5vw, 18px);
  margin-top: 18px;
}

.visit h2 {
  font-size: clamp(30px, 3.8vw, 42px);
  line-height: 1.06;
  max-width: 14ch;
}

.rsvp-form {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(160px, .65fr);
  gap: 14px;
  align-content: start;
  min-width: 0;
}

.field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  color: var(--fg);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.02em;
}

input,
select,
textarea {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0 14px;
  background: var(--cream);
  color: var(--fg);
  outline: 0;
  font: inherit;
}

textarea {
  min-height: 104px;
  padding-top: 12px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in oklch, var(--accent) 18%, transparent);
}

input[aria-invalid="true"],
textarea[aria-invalid="true"] {
  border-color: var(--danger);
  box-shadow: 0 0 0 3px color-mix(in oklch, var(--danger) 14%, transparent);
}

.form-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  gap: 12px 18px;
  flex-wrap: wrap;
}

.whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--teal);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-underline-offset: 4px;
}

.whatsapp-link:hover {
  color: color-mix(in oklch, var(--teal) 78%, var(--navy));
  text-decoration: underline;
}

.form-status {
  min-height: 22px;
  color: var(--success);
  font-size: 14px;
  font-weight: 600;
}

.form-status:empty {
  display: none;
}

.faqs {
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
}

.faq-button {
  width: 100%;
  min-height: 66px;
  padding: 20px 24px;
  border: 0;
  border-bottom: 1px solid var(--border);
  background: transparent;
  color: var(--fg);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  cursor: pointer;
  font-weight: 700;
  align-items: center;
}

.faq-button:hover {
  background: color-mix(in oklch, var(--surface-blue) 46%, transparent);
}

.faq-button svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  transition: transform .18s ease;
}

.faq-item.open .faq-button svg {
  transform: rotate(45deg);
}

.faq-panel {
  display: none;
  padding: 0 24px 22px;
  border-bottom: 1px solid var(--border);
}

.faq-item.open .faq-panel {
  display: block;
}

.faq-item:last-child .faq-button,
.faq-item:last-child .faq-panel {
  border-bottom: 0;
}

.site-footer {
  padding: 36px 0 48px;
  color: var(--muted);
  font-size: 14px;
}

.footer-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--border);
  padding-top: 24px;
}

.footer-line div {
  display: grid;
  gap: 4px;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-links a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--navy);
  background: var(--surface);
  transition: transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease;
}

.social-links a:hover {
  transform: translateY(-1px);
  color: var(--maroon);
  border-color: color-mix(in oklch, var(--maroon) 32%, white);
  background: color-mix(in oklch, var(--gold) 12%, white);
}

.social-links svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.social-links rect,
.social-links circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 900px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .meetings,
  .agenda,
  .proof,
  .visit,
  .section-head {
    grid-template-columns: 1fr;
  }

  .agenda-card {
    position: relative;
    top: auto;
  }

  .practice-item {
    min-height: 220px;
    padding: 22px;
  }

  .gallery-card,
  .gallery-card.wide {
    width: 340px;
    flex-basis: 340px;
  }

  .meetings-intro {
    border-radius: 28px;
  }

  .section-head p {
    margin-top: 16px;
    justify-self: start;
    max-width: 43ch;
  }
}

@media (max-width: 620px) {

  .wrap,
  .nav {
    width: min(100% - 28px, var(--max));
  }

  .nav {
    min-height: 64px;
    gap: 10px;
  }

  .brand {
    min-width: 0;
    gap: 10px;
    flex: 1 1 auto;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
  }

  .site-header .button {
    min-height: 38px;
    flex: 0 0 auto;
    padding: 9px 12px;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
  }

  .brand-name strong {
    font-size: 16px;
  }

  .brand-name span {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
    background:
      linear-gradient(180deg, color-mix(in oklch, var(--navy) 90%, black) 0%, color-mix(in oklch, var(--navy) 76%, transparent) 54%, color-mix(in oklch, var(--navy) 64%, transparent) 100%),
      url("/assets/mqewomgu-image.png") 54% center / cover no-repeat;
  }

  h1 {
    font-size: clamp(42px, 14vw, 62px);
  }

  .visit {
    gap: 18px;
    padding: 18px;
    border-radius: 18px;
  }

  .visit h2 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .visit .lead {
    font-size: 16px;
  }

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

  .practice-item {
    min-height: auto;
    border-left: 0;
    border-top: 1px solid var(--border);
  }

  .practice-item:first-child {
    border-top: 0;
  }

  .meeting-row,
  .meeting-entry,
  .agenda-item,
  .rsvp-form {
    grid-template-columns: 1fr;
  }

  .meeting-meta header {
    display: grid;
    gap: 10px;
  }

  .gallery-marquee {
    margin-inline: 0;
    border-radius: 6px;
  }

  .gallery-arrow {
    width: 36px;
    height: 48px;
  }

  .gallery-frame {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 6px;
  }

  .gallery-track {
    gap: 3px;
  }

  .gallery-card,
  .gallery-card.wide {
    width: 274px;
    flex-basis: 274px;
  }

  .gallery-photo {
    height: 208px;
    border-radius: 4px;
  }

  .gallery-card figcaption {
    font-size: 12px;
    padding: 14px 16px;
  }

  .field.full,
  .form-actions {
    grid-column: auto;
  }

  .form-actions {
    display: grid;
    gap: 10px;
  }

  .form-actions .button {
    width: 100%;
    min-height: 50px;
    padding-inline: 14px;
  }

  .whatsapp-link {
    justify-content: center;
    min-height: 44px;
  }

  .form-status {
    min-height: 20px;
    text-align: center;
  }

  .signal {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .footer-line {
    display: grid;
    gap: 18px;
  }

  .social-links {
    flex-wrap: wrap;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
