:root {
  --paper: #09050d;
  --surface: #16101d;
  --ink: #fff7ff;
  --muted: #c9b8d1;
  --line: rgba(218, 90, 190, 0.24);
  --brand: #a83286;
  --brand-dark: #1a0818;
  --cta: #c13a9a;
  --gold: #d6b56d;
  --cream: #f3e8ff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
  --font-body: "Noto Sans JP", "Yu Gothic", "Hiragino Sans", system-ui, sans-serif;
  --font-heading: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --font-number: "Cormorant Garamond", "Noto Serif JP", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  padding-bottom: 82px;
  color: var(--ink);
  background:
    radial-gradient(circle at 76% 0%, rgba(195, 58, 154, 0.22), transparent 32%),
    radial-gradient(circle at 12% 18%, rgba(160, 42, 120, 0.15), transparent 28%),
    linear-gradient(180deg, #120711 0%, var(--paper) 45%, #150815 100%);
  font-family: var(--font-body);
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(196, 73, 56, 0.24);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(9, 5, 13, 0.86);
  border-bottom: 1px solid rgba(218, 90, 190, 0.2);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 68px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  flex: 0 0 auto;
}

.brand-logo {
  width: min(268px, 58vw);
  height: auto;
  filter: drop-shadow(0 10px 22px rgba(195, 58, 154, 0.24));
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #d8c6df;
  font-family: var(--font-number);
  font-size: 15px;
  font-weight: 700;
}

.nav a {
  transition: color 0.2s ease;
}

.nav a:hover {
  color: #fff;
}

.menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 13px;
  color: #fff7ff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 900;
}

.menu-lines {
  display: grid;
  width: 18px;
  gap: 4px;
}

.menu-lines span {
  display: block;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(660px, 56vw, 880px);
  overflow: hidden;
  background: #09050d;
}

.hero-copy {
  position: absolute;
  top: 52%;
  left: max(18px, calc((100vw - 1120px) / 2));
  z-index: 2;
  width: min(680px, calc(100% - 36px));
  transform: translateY(-50%);
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  color: #eca6dc;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.eyebrow {
  margin-bottom: 16px;
  padding: 8px 13px;
  color: #f3e8ff;
  background: rgba(15, 7, 22, 0.7);
  border: 1px solid rgba(218, 90, 190, 0.32);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
}

h1 {
  margin-bottom: 18px;
  font-family: var(--font-heading);
  font-size: clamp(40px, 6.4vw, 66px);
  line-height: 1.14;
  font-weight: 900;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.76);
}

h1 span {
  display: block;
}

.mobile-title,
.mobile-tagline {
  display: none;
}

.accent {
  color: #f0a9de;
}

.lead {
  max-width: 690px;
  margin-bottom: 0;
  color: #f0e5f5;
  font-family: var(--font-heading);
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 700;
  line-height: 1.62;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.72);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, #c13a9a, #7e1f69 72%);
  box-shadow: 0 14px 34px rgba(195, 58, 154, 0.34);
}

.button.secondary {
  color: #fff7ff;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(214, 181, 109, 0.32);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  margin: 0;
  overflow: hidden;
}

.hero-media picture,
.hero-media img {
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: 62% center;
  filter: brightness(1.2) saturate(1.08) contrast(1.02);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(9, 5, 13, 0.88) 0%, rgba(9, 5, 13, 0.62) 32%, rgba(22, 9, 31, 0.16) 58%, rgba(9, 5, 13, 0) 84%),
    linear-gradient(180deg, rgba(9, 5, 13, 0) 0%, rgba(9, 5, 13, 0.26) 100%);
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 122px;
  content: "";
  background: linear-gradient(180deg, transparent, var(--paper));
}

.info-band {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1080px, calc(100% - 36px));
  margin: -48px auto 0;
  overflow: hidden;
  background: rgba(218, 90, 190, 0.2);
  border: 1px solid rgba(218, 90, 190, 0.24);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.info-band div {
  min-width: 0;
  padding: 22px 24px;
  background: rgba(22, 16, 29, 0.9);
}

.info-band span {
  display: block;
  margin-bottom: 5px;
  color: #bfa6cc;
  font-size: 12px;
  font-weight: 800;
}

.info-band strong {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(16px, 1.8vw, 21px);
  line-height: 1.35;
}

.section {
  padding: clamp(72px, 9vw, 122px) max(18px, calc((100vw - 1120px) / 2));
}

.section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-kicker {
  margin-bottom: 12px;
  color: #eca6dc;
}

h2 {
  margin-bottom: 14px;
  font-family: var(--font-heading);
  font-size: clamp(29px, 4.8vw, 44px);
  line-height: 1.32;
  font-weight: 900;
}

h3 {
  margin-bottom: 10px;
  font-family: var(--font-heading);
  font-size: 21px;
  line-height: 1.36;
  font-weight: 900;
}

.section-head p,
.message-panel p,
.menu-card p,
.topics-list p,
.contact-section p,
.footer span {
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}

.message-panel {
  padding: clamp(24px, 4vw, 38px);
  background: linear-gradient(135deg, rgba(30, 18, 42, 0.96), rgba(15, 7, 22, 0.96));
  border: 1px solid rgba(218, 90, 190, 0.24);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  min-height: 56px;
  padding: 15px 18px 15px 48px;
  background: rgba(22, 16, 29, 0.78);
  border: 1px solid rgba(218, 90, 190, 0.2);
  border-radius: 8px;
  font-weight: 800;
}

.feature-list li::before {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 16px;
  height: 16px;
  content: "";
  background: linear-gradient(135deg, #d6b56d, #c13a9a);
  border-radius: 50%;
}

.visual-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  padding: clamp(72px, 9vw, 118px) max(18px, calc((100vw - 1120px) / 2));
  background:
    linear-gradient(135deg, rgba(13, 7, 18, 0.98), rgba(25, 13, 34, 0.94)),
    radial-gradient(circle at 90% 10%, rgba(195, 58, 154, 0.18), transparent 36%);
}

.visual-copy {
  max-width: 430px;
}

.visual-copy p:not(.section-kicker) {
  color: var(--muted);
}

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

.mood-grid article {
  min-height: 282px;
  padding: 26px;
  color: #fff7ff;
  background:
    linear-gradient(180deg, rgba(24, 9, 35, 0.68), rgba(6, 3, 9, 0.94)),
    url("hero-desktop.png") center / cover;
  border: 1px solid rgba(218, 90, 190, 0.28);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

.mood-grid article:nth-child(2) {
  background-position: 58% center;
}

.mood-grid article:nth-child(3) {
  background-position: right center;
}

.mood-grid span {
  display: block;
  margin-bottom: 28px;
  color: #f0a9de;
  font-family: var(--font-number);
  font-size: 34px;
  line-height: 1;
}

.mood-grid strong {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-heading);
  font-size: 21px;
  line-height: 1.36;
  font-weight: 900;
}

.mood-grid p {
  margin: 0;
  color: rgba(255, 247, 255, 0.82);
}

.staff-section {
  padding: clamp(72px, 9vw, 118px) max(18px, calc((100vw - 1120px) / 2));
  background:
    radial-gradient(circle at 12% 16%, rgba(195, 58, 154, 0.16), transparent 30%),
    linear-gradient(180deg, #10070f, #09050d);
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.staff-card {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(27, 13, 26, 0.96), rgba(12, 6, 14, 0.96));
  border: 1px solid rgba(218, 90, 190, 0.26);
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.36);
}

.staff-card-featured {
  grid-template-columns: 132px minmax(0, 1fr);
}

.staff-card figure {
  width: 132px;
  min-height: 176px;
  margin: 0;
  overflow: hidden;
  background: #120814;
}

.staff-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-card div {
  display: grid;
  align-content: center;
  padding: clamp(20px, 3vw, 30px);
}

.staff-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 12px;
  color: #f3c0e7;
  background: rgba(195, 58, 154, 0.16);
  border: 1px solid rgba(218, 90, 190, 0.26);
  border-radius: 999px;
  font-family: var(--font-number);
  font-size: 15px;
  font-weight: 700;
}

.staff-card h3 {
  margin-bottom: 12px;
  font-size: clamp(25px, 2.6vw, 34px);
}

.staff-card p {
  margin: 0;
  color: #d8c0d1;
}

.gallery-section {
  padding: clamp(72px, 9vw, 118px) max(18px, calc((100vw - 1120px) / 2));
  background:
    radial-gradient(circle at 20% 0%, rgba(195, 58, 154, 0.15), transparent 34%),
    linear-gradient(180deg, #09050d, #150815);
}

.photo-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  grid-auto-rows: minmax(248px, auto);
  gap: 18px;
}

.photo-card {
  position: relative;
  min-height: 248px;
  margin: 0;
  overflow: hidden;
  background: #120a19;
  border: 1px solid rgba(218, 90, 190, 0.24);
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.38);
}

.photo-card-large {
  grid-row: span 2;
}

.photo-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.photo-card figcaption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 4px;
  padding: 78px 20px 20px;
  color: #fff7ff;
  background: linear-gradient(180deg, transparent, rgba(9, 5, 13, 0.9) 52%, rgba(9, 5, 13, 0.96));
}

.photo-card strong {
  font-family: var(--font-number);
  font-size: 28px;
  line-height: 1;
}

.photo-card span {
  color: #d8c6df;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.58;
}

.soft-section {
  background: linear-gradient(180deg, #110818, #09050d);
}

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

.menu-card {
  min-height: 300px;
  padding: 26px;
  background: linear-gradient(180deg, rgba(27, 17, 37, 0.96), rgba(15, 8, 22, 0.96));
  border: 1px solid rgba(218, 90, 190, 0.24);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
}

.card-number {
  display: block;
  margin-bottom: 22px;
  color: rgba(236, 166, 220, 0.28);
  font-family: var(--font-number);
  font-size: 58px;
  font-weight: 700;
  line-height: 0.8;
}

.menu-card dl {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.menu-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(218, 90, 190, 0.18);
}

.menu-card dt {
  color: #c9b8d1;
  font-weight: 800;
}

.menu-card dd {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 900;
  white-space: nowrap;
}

.topics-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: rgba(218, 90, 190, 0.18);
  border: 1px solid rgba(218, 90, 190, 0.22);
  border-radius: 8px;
}

.topics-list article {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  padding: 22px 24px;
  background: rgba(22, 16, 29, 0.9);
}

.topics-list time {
  color: #f0a9de;
  font-family: var(--font-number);
  font-size: 18px;
  font-weight: 700;
}

.topics-list p {
  margin: 0;
  font-weight: 700;
}

.office-section {
  background: #0d0713;
}

.office-table {
  display: grid;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(218, 90, 190, 0.22);
  border-radius: 8px;
}

.office-table div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  border-bottom: 1px solid rgba(218, 90, 190, 0.18);
}

.office-table div:last-child {
  border-bottom: 0;
}

.office-table dt,
.office-table dd {
  margin: 0;
  padding: 20px 22px;
}

.office-table dt {
  color: #f0a9de;
  background: rgba(195, 58, 154, 0.13);
  font-weight: 900;
}

.office-table dd {
  overflow-wrap: anywhere;
  background: rgba(22, 16, 29, 0.88);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
  padding: clamp(72px, 9vw, 118px) max(18px, calc((100vw - 1120px) / 2));
  color: #fff7ff;
  background:
    linear-gradient(135deg, rgba(9, 5, 13, 0.92), rgba(22, 9, 31, 0.96)),
    url("hero-desktop.png") center / cover;
}

.contact-section .section-kicker,
.contact-section h2,
.contact-section p {
  color: #fff7ff;
}

.contact-stack {
  display: grid;
  gap: 18px;
}

.tel-panel {
  padding: clamp(22px, 4vw, 32px);
  color: var(--ink);
  background: rgba(18, 10, 26, 0.92);
  border: 1px solid rgba(218, 90, 190, 0.25);
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.2);
}

.tel-panel {
  display: grid;
  gap: 12px;
}

.tel-panel span {
  color: #c9b8d1;
  font-size: 13px;
  font-weight: 800;
}

.tel-panel strong {
  font-family: var(--font-number);
  font-size: clamp(31px, 5vw, 46px);
  line-height: 1;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px max(18px, calc((100vw - 1120px) / 2));
  background: #09050d;
  border-top: 1px solid rgba(218, 90, 190, 0.22);
}

.footer-logo {
  width: min(220px, 62vw);
  height: auto;
}

.fixed-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr;
  width: min(520px, calc(100% - 36px));
  margin: 0 auto;
  overflow: hidden;
  background: var(--brand-dark);
  border: 1px solid rgba(218, 90, 190, 0.38);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.5);
}

.fixed-cta a {
  position: relative;
  display: grid;
  min-height: 56px;
  place-items: center;
  overflow: hidden;
  color: #fff7ff;
  font-weight: 900;
}

.fixed-cta a:first-child {
  background: linear-gradient(135deg, #c13a9a, #741a61);
}

.fixed-cta a::after {
  position: absolute;
  inset: -30% auto -30% -35%;
  width: 34%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.65), transparent);
  transform: skewX(-20deg);
  animation: cta-shine 3.2s ease-in-out infinite;
}

@keyframes cta-shine {
  0% {
    left: -40%;
  }

  46%,
  100% {
    left: 110%;
  }
}

@media (max-width: 900px) {
  .header-inner {
    min-height: 62px;
  }

  .brand-logo {
    width: min(220px, 58vw);
  }

  .menu-button {
    display: inline-flex;
  }

  .nav {
    position: absolute;
    top: 100%;
    right: 16px;
    left: 16px;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 8px;
    background: rgba(9, 5, 13, 0.98);
    border: 1px solid rgba(218, 90, 190, 0.25);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: grid;
  }

  .nav a {
    min-height: 44px;
    padding: 10px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-copy {
    top: 44%;
    width: min(720px, calc(100% - 36px));
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(9, 5, 13, 0.88) 0%, rgba(9, 5, 13, 0.7) 42%, rgba(22, 9, 31, 0.2) 72%, rgba(9, 5, 13, 0) 100%),
      linear-gradient(180deg, rgba(9, 5, 13, 0.04) 0%, rgba(9, 5, 13, 0.1) 44%, rgba(9, 5, 13, 0.28) 100%);
  }

  .info-band,
  .split,
  .visual-section,
  .staff-grid,
  .photo-gallery,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .staff-card,
  .staff-card-featured {
    grid-template-columns: 118px minmax(0, 1fr);
  }

  .staff-card figure {
    width: 118px;
    min-height: 158px;
  }

  .mood-grid,
  .menu-grid {
    grid-template-columns: 1fr;
  }

  .mood-grid article,
  .photo-card,
  .menu-card {
    min-height: auto;
  }

  .photo-card-large {
    grid-row: span 1;
  }

  .footer {
    display: grid;
  }
}

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

  .header-inner {
    width: min(100% - 24px, 1120px);
  }

  .brand-logo {
    width: min(184px, 56vw);
  }

  .menu-button {
    min-height: 38px;
    padding: 0 10px;
    font-size: 13px;
  }

  .hero {
    min-height: 820px;
  }

  .hero-copy {
    top: auto;
    bottom: 166px;
    left: 16px;
    width: calc(100% - 32px);
    transform: none;
  }

  h1 {
    margin-bottom: 18px;
    font-size: clamp(34px, 9.2vw, 40px);
    line-height: 1.05;
  }

  .desktop-title {
    display: none;
  }

  .mobile-title {
    display: block;
  }

  .mobile-tagline {
    display: block;
    max-width: 13em;
    margin: 0 0 12px;
    color: #f0a9de;
    font-family: var(--font-heading);
    font-size: clamp(18px, 4.7vw, 21px);
    font-weight: 900;
    line-height: 1.28;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.78);
  }

  .lead {
    max-width: 24em;
    font-size: 14.2px;
    line-height: 1.66;
  }

  .actions {
    gap: 9px;
    margin-top: 16px;
  }

  .button {
    min-height: 44px;
    padding: 11px 14px;
    font-size: 13.5px;
  }

  .info-band {
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    margin-top: -52px;
  }

  .info-band div {
    padding: 15px 16px;
  }

  .info-band strong {
    font-size: 15.5px;
  }

  .section,
  .visual-section,
  .staff-section,
  .gallery-section,
  .contact-section {
    padding: 64px 16px;
  }

  .section-head {
    margin-bottom: 24px;
  }

  h2 {
    font-size: 21.1px;
    line-height: 1.42;
  }

  h3,
  .mood-grid strong {
    font-size: 18px;
  }

  .message-panel,
  .staff-card div,
  .menu-card,
  .tel-panel {
    padding: 20px;
  }

  .staff-card {
    min-height: auto;
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .staff-card figure {
    width: 92px;
    min-height: 124px;
  }

  .staff-card img {
    object-position: center 22%;
  }

  .staff-card span {
    margin-bottom: 9px;
    padding: 5px 10px;
    font-size: 13px;
  }

  .staff-card h3 {
    margin-bottom: 7px;
    font-size: 22px;
  }

  .staff-card p {
    font-size: 13.8px;
    line-height: 1.64;
  }

  .feature-list li {
    min-height: auto;
    padding: 13px 14px 13px 42px;
    font-size: 14px;
  }

  .feature-list li::before {
    top: 17px;
    left: 16px;
    width: 13px;
    height: 13px;
  }

  .mood-grid span {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .menu-card dl div {
    align-items: start;
    gap: 12px;
  }

  .topics-list article {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 18px;
  }

  .office-table div {
    grid-template-columns: 1fr;
  }

  .office-table dt,
  .office-table dd {
    padding: 14px 16px;
  }

  .contact-section {
    gap: 22px;
  }

  .fixed-cta {
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
  }

  .fixed-cta a {
    min-height: 54px;
    font-size: 14px;
  }
}
