:root {
  --nav-width: 980px;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --soft: #86868b;
  --line: #d2d2d7;
  --paper: #f5f5f7;
  --panel: #ffffff;
  --dark: #050505;
  --dark-soft: #161617;
  --accent: #FFE66F;
  --link: #0066cc;
  --white: #ffffff;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.08);
  --card-grid-gap: 16px;
  --font-text: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --font-display: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --font-title: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 44px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-text);
  line-height: 1.55;
}

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

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  isolation: isolate;
  min-height: 44px;
  color: #f5f5f7;
  background: rgba(18, 18, 19, 0.94);
  border-bottom: 0;
  box-shadow: none;
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  transition: background-color 180ms ease, backdrop-filter 180ms ease, box-shadow 180ms ease;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 12% 0%, rgba(255, 230, 111, 0.10), transparent 30%),
    radial-gradient(ellipse at 52% 120%, rgba(148, 188, 202, 0.08), transparent 42%),
    linear-gradient(105deg, rgba(255, 255, 255, 0.04), transparent 22%, rgba(242, 234, 71, 0.035) 58%, transparent 100%);
  opacity: 0.12;
  mix-blend-mode: screen;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.site-header.is-glass {
  background: rgba(18, 18, 19, 0.9);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  backdrop-filter: saturate(215%) blur(28px) contrast(1.04);
  -webkit-backdrop-filter: saturate(215%) blur(28px) contrast(1.04);
}

.site-header.is-glass::before {
  opacity: 0.16;
}

.site-header.is-menu-open {
  background: #161617;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.site-header.is-menu-open::before {
  opacity: 0.06;
}

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

.nav-bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: min(calc(100% - 44px), var(--nav-width));
  max-width: var(--nav-width);
  height: 44px;
  margin: 0 auto;
  padding: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: 44px;
  padding: 0;
  color: var(--white);
  opacity: 0.88;
  transition: opacity 160ms ease, transform 160ms ease;
}

.brand:hover {
  opacity: 1;
}

.brand:active {
  transform: scale(0.96);
}

.brand-logo {
  display: block;
  width: 64px;
  height: 28px;
  overflow: visible;
  flex: 0 0 auto;
  shape-rendering: geometricPrecision;
}

.nav {
  display: contents;
  color: rgba(245, 245, 247, 0.74);
  font-size: 10.08px;
  font-weight: 400;
  font-family: "SF Pro Text", "SF Pro SC", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1;
}

.nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 44px;
  padding: 0;
  transition: color 160ms ease, opacity 160ms ease;
}

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

.social-nav {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  height: 44px;
  flex: 0 0 auto;
}

.social-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 44px;
  border-radius: 999px;
  color: rgba(245, 245, 247, 0.8);
  opacity: 1;
  transition: color 160ms ease, transform 160ms ease, background-color 160ms ease, filter 160ms ease;
}

.social-link:hover,
.social-link:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  filter: saturate(1.08);
  transform: translateY(-1px) scale(1.06);
}

.social-link:active {
  transform: scale(0.94);
}

.social-link img,
.social-link svg {
  display: block;
  width: 18px;
  height: 18px;
  overflow: visible;
}

.social-symbol {
  color: currentColor;
  shape-rendering: geometricPrecision;
}

.social-frame {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  opacity: 0.82;
  vector-effect: non-scaling-stroke;
}

.social-mark {
  fill: currentColor;
  fill-rule: evenodd;
}

.social-line {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.social-wordmark {
  fill: currentColor;
  font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 5.2px;
  font-weight: 600;
  letter-spacing: 0;
}

.social-book-wordmark {
  fill: currentColor;
  font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 10.2px;
  font-weight: 700;
  letter-spacing: 0;
}

.social-redbook-cdr {
  fill: currentColor;
  fill-rule: evenodd;
  stroke: none;
}

.social-toutiao-cdr {
  fill: none;
  stroke: currentColor;
  stroke-width: 62;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-toutiao-solid {
  fill: currentColor;
}

.social-toutiao-plate {
  fill: currentColor;
  opacity: 0.16;
  stroke: currentColor;
  stroke-width: 1.15;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.social-toutiao-wordmark {
  fill: currentColor;
  font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 5.8px;
  font-weight: 700;
  letter-spacing: 0;
}

.nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: rgba(245, 245, 247, 0.76);
  transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.nav-icon:hover {
  color: var(--white);
}

.nav-icon:active {
  transform: scale(0.96);
}

.nav-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.nav-panel-open::before {
  content: "";
  position: fixed;
  inset: 44px 0 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.46);
  backdrop-filter: saturate(140%) blur(18px);
  -webkit-backdrop-filter: saturate(140%) blur(18px);
}

.brand-menu {
  position: absolute;
  top: 44px;
  right: 0;
  left: 0;
  z-index: 31;
  padding: 34px clamp(18px, 5vw, 72px) 42px;
  color: #f5f5f7;
  background: #161617;
  border-top: 0;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.48);
  opacity: 0;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
  transform: translateY(-6px);
  transform-origin: top center;
  transition:
    clip-path 250ms ease,
    opacity 250ms ease,
    transform 250ms ease;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  will-change: clip-path, opacity, transform;
}

.brand-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at 18% 0%, rgba(255, 230, 111, 0.07), transparent 34%),
    radial-gradient(ellipse at 62% 100%, rgba(148, 188, 202, 0.05), transparent 44%),
    linear-gradient(110deg, rgba(255, 255, 255, 0.03), transparent 24%, rgba(242, 234, 71, 0.025) 60%, transparent 100%);
  opacity: 0.12;
  mix-blend-mode: screen;
  pointer-events: none;
}

.brand-menu[hidden] {
  display: none;
}

.site-header.is-menu-open .brand-menu {
  opacity: 1;
  pointer-events: auto;
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}

.brand-menu-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
  gap: 36px;
  max-width: var(--nav-width);
  margin: 0 auto;
}

.brand-menu-copy p {
  margin: 0 0 8px;
  color: #86868b;
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  transform: translateY(-18px);
  transition:
    opacity 360ms cubic-bezier(0.22, 1, 0.36, 1) 70ms,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1) 70ms;
  will-change: opacity, transform;
}

.brand-menu-copy strong {
  display: block;
  max-width: 360px;
  color: #fff;
  font-size: 30px;
  line-height: 1.16;
  opacity: 0;
  transform: translateY(-26px);
  transition:
    opacity 380ms cubic-bezier(0.22, 1, 0.36, 1) 110ms,
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1) 110ms;
  will-change: opacity, transform;
}

.site-header.is-menu-open .brand-menu-copy p,
.site-header.is-menu-open .brand-menu-copy strong {
  opacity: 1;
  transform: translateY(0);
}

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

.brand-menu-grid a {
  display: grid;
  gap: 5px;
  min-height: 88px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  opacity: 0;
  transform: translateY(-28px);
  transition:
    opacity 360ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 460ms cubic-bezier(0.22, 1, 0.36, 1),
    background 160ms ease,
    border-color 160ms ease;
  will-change: opacity, transform;
}

.site-header.is-menu-open .brand-menu-grid a {
  opacity: 1;
  transform: translateY(0);
}

.site-header.is-menu-open .brand-menu-grid a:nth-child(1) {
  transition-delay: 130ms, 130ms, 0ms, 0ms;
}

.site-header.is-menu-open .brand-menu-grid a:nth-child(2) {
  transition-delay: 165ms, 165ms, 0ms, 0ms;
}

.site-header.is-menu-open .brand-menu-grid a:nth-child(3) {
  transition-delay: 200ms, 200ms, 0ms, 0ms;
}

.site-header.is-menu-open .brand-menu-grid a:nth-child(4) {
  transition-delay: 235ms, 235ms, 0ms, 0ms;
}

.site-header.is-menu-open .brand-menu-grid a:nth-child(5) {
  transition-delay: 270ms, 270ms, 0ms, 0ms;
}

.site-header.is-menu-open .brand-menu-grid a:nth-child(6) {
  transition-delay: 305ms, 305ms, 0ms, 0ms;
}

.site-header.is-menu-open .brand-menu-grid a:nth-child(7) {
  transition-delay: 340ms, 340ms, 0ms, 0ms;
}

.brand-menu-grid a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(242, 234, 71, 0.36);
  transform: translateY(-2px);
}

.brand-menu-grid span {
  font-size: 16px;
  font-weight: 800;
}

.brand-menu-grid small {
  color: #a1a1a6;
  font-size: 13px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  place-items: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  gap: 0;
  align-items: center;
  min-height: calc(100svh - 44px);
  padding: clamp(68px, 9vw, 128px) clamp(18px, 5vw, 72px) clamp(48px, 8vw, 96px);
  color: var(--white);
  background: #000;
  text-align: center;
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-video {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #000 url("./assets/hero-dining-sunlight-poster.jpg") center / cover no-repeat;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.25) 38%, rgba(0, 0, 0, 0.62) 100%),
    radial-gradient(circle at 50% 32%, rgba(242, 234, 71, 0.2), transparent 42%);
}

.hero-copy {
  width: min(980px, calc(100vw - 36px));
  max-width: none;
  justify-self: center;
  margin: 0 auto;
  padding-top: min(7vh, 72px);
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.62);
}

.eyebrow {
  margin: 0 0 16px;
  color: #8a7f00;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
}

.hero .eyebrow {
  color: var(--accent);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

h1,
h2,
h3 {
  font-family: var(--font-display);
}

h1,
h2 {
  font-family: var(--font-title);
}

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

h1 {
  max-width: 100%;
  margin: 0 auto 24px;
  font-size: clamp(24px, 3.92vw, 49px);
  line-height: 1;
  text-wrap: balance;
}

.hero h1 {
  white-space: nowrap;
}

.hero-title-line {
  display: inline;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(24px, 3.5vw, 49px);
  line-height: 1.08;
}

h3 {
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 1.18;
}

.lead {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 2vw, 24px);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--font-text);
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button.primary {
  color: var(--ink);
  background: var(--accent);
  border-color: var(--accent);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
}

.hero-image {
  width: min(920px, 100%);
  margin: 0 auto;
}

.hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.45);
}

.hero-image figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.section {
  scroll-margin-top: 54px;
  padding: clamp(62px, 8vw, 116px) clamp(18px, 5vw, 72px);
  border-top: 10px solid #ffffff;
}

.section-heading {
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2 {
  margin-right: auto;
  margin-left: auto;
}

.section-note {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: var(--muted);
  font-size: 17px;
}

.page-hero {
  min-height: 52vh;
  display: grid;
  align-content: center;
  background: var(--panel);
  text-align: center;
}

.page-hero .lead {
  color: var(--muted);
}

.breadcrumb {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 15px;
}

.breadcrumb a {
  color: var(--link);
}

.article-shell {
  width: min(100%, 980px);
  margin: 0 auto;
}

.article-card {
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.article-card h2 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.12;
}

.article-card h3 {
  margin: 34px 0 14px;
  color: var(--ink);
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.2;
}

.article-card p {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.7;
}

.article-card p:last-child {
  margin-bottom: 0;
}

.article-highlight {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.article-highlight strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.article-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 18px 0 28px;
  padding: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.55;
  list-style: none;
}

.article-list li {
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

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

.article-actions .button.secondary {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--line);
}

.restaurant-article-page .page-hero h1,
.restaurant-article-page .article-card h2 {
  font-size: 22px;
  line-height: 1.12;
}

.restaurant-article-page .article-card h3 {
  font-size: 15px;
  line-height: 1.35;
}

.restaurant-article-page .page-hero .lead,
.restaurant-article-page .article-card p,
.restaurant-article-page .article-list {
  font-size: 15px;
  line-height: 1.62;
}

.restaurant-article-page .article-highlight strong {
  font-size: 15px;
}

.restaurant-article-page .page-hero {
  min-height: auto;
  padding-top: 38px;
  padding-bottom: 34px;
}

.restaurant-article-page .breadcrumb {
  margin-bottom: 10px;
}

.restaurant-article-page .page-hero .eyebrow {
  margin-bottom: 8px;
}

.restaurant-article-page .page-hero h1 {
  margin: 0 0 14px;
}

.restaurant-article-page .page-hero .lead {
  margin: 0 auto;
}

.restaurant-article-page main > .section:nth-of-type(2) {
  padding-top: 28px;
  padding-bottom: 62px;
}

.restaurant-article-page .article-card {
  padding: 34px 42px 40px;
}

.restaurant-article-page .article-card h2 {
  margin-bottom: 18px;
}

.restaurant-article-page .article-card h3 {
  margin: 26px 0 10px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 800;
}

.restaurant-article-page .article-card h3:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.restaurant-article-page .article-card p {
  margin: 0;
  text-indent: 2em;
}

.restaurant-article-page .article-card p strong {
  color: var(--ink);
  font-weight: 800;
}

.restaurant-article-page .article-highlight {
  margin-top: 18px;
  padding: 16px 18px;
}

.restaurant-article-page .article-highlight p {
  text-indent: 0;
}

.restaurant-article-page .article-list {
  gap: 10px 18px;
  margin: 18px 0 28px;
}

.restaurant-article-page .article-list li {
  padding: 12px 14px;
}

.restaurant-article-page .article-actions {
  margin-top: 22px;
}

.grid {
  display: grid;
  gap: var(--card-grid-gap);
}

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

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

.card,
.faq-list details {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.card {
  min-height: 230px;
  padding: clamp(24px, 3vw, 36px);
}

.card p,
.copy p,
.faq-list p,
.proof p,
.service-list p {
  color: var(--muted);
}

.card h3,
.service-list h3 {
  font-size: 28px;
  line-height: 1.16;
}

.card p,
.service-list p {
  font-size: 17px;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--link);
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 76px);
  background: var(--white);
}

#cases.split {
  background: var(--paper);
}

.split > div:first-child {
  position: sticky;
  top: 96px;
  align-self: start;
}

.profile-section {
  background: var(--paper);
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--card-grid-gap);
}

.service-list {
  display: grid;
  gap: 16px;
}

.service-list article {
  padding: 26px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.service-list article:first-child {
  padding-top: 0;
}

.service-list article:last-child {
  border-bottom: 0;
}

.project-experience {
  background: var(--paper);
}

.project-panel {
  width: 100%;
  margin: 0;
  background: transparent;
}

.project-name-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--card-grid-gap);
}

.profile-grid,
.grid.four,
.project-name-grid {
  width: 100%;
  align-items: stretch;
}

.profile-grid > .card,
.grid.four > .card,
.project-name-column {
  height: 100%;
}

.project-name-column {
  min-width: 0;
  min-height: 370px;
  padding: 28px 26px 26px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.06);
}

.project-name-column h3 {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.16;
}

.project-card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--accent);
  font-size: 15px;
  font-weight: 900;
}

.project-name-column ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  list-style: none;
}

.metric {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--accent);
  font-size: 14px;
  font-weight: 900;
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}

.faq-list details {
  padding: 22px 26px;
}

.faq-list summary {
  cursor: pointer;
  font-size: 21px;
  font-weight: 800;
}

.faq-list p {
  margin: 14px 0 0;
}

.contact {
  color: var(--ink);
  background: var(--paper);
}

.contact-shell {
  display: grid;
  gap: 10px;
  width: min(100%, 980px);
  margin: 0 auto;
}

.contact-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 5vw, 58px);
}

.contact-copy {
  min-width: 0;
}

.contact h2 {
  max-width: 920px;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(24px, 3.5vw, 49px);
}

.contact .eyebrow {
  margin-bottom: 12px;
  color: #8a7f00;
}

.contact p {
  max-width: 780px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.contact-actions {
  display: grid;
  gap: 10px;
  width: 100%;
  min-width: 0;
  background: transparent;
}

.map-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 320px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.map-label {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  display: grid;
  gap: 3px;
  max-width: calc(100% - 28px);
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
}

.map-label strong {
  font-size: 16px;
  line-height: 1.35;
}

.map-label span {
  color: var(--muted);
  font-size: 13px;
}

.map-card iframe {
  display: block;
  width: 100%;
  min-height: 320px;
  border: 0;
  pointer-events: none;
  user-select: none;
}

.wechat-qr {
  display: block;
  width: 176px;
  max-width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  justify-self: center;
  border: 8px solid var(--white);
  border-radius: 8px;
  background: var(--white);
}

.contact-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 64px;
  height: 64px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.address-card {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
}

.address-card span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.address-card strong {
  font-size: 18px;
  line-height: 1.35;
}

.contact-pill-email {
  color: var(--ink);
  background: var(--accent);
  border-color: var(--accent);
}

.contact-pill-map {
  color: var(--ink);
  border-color: var(--line);
  background: var(--paper);
}

.contact-pill-phone {
  color: var(--ink);
  border-color: var(--line);
  background: var(--paper);
}

.footer {
  color: #6e6e73;
  background: #f5f5f7;
  border-top: 10px solid #ffffff;
  font-size: 12px;
  line-height: 1.45;
}

.footer-inner {
  width: min(100%, 1024px);
  margin: 0 auto;
  padding: 20px 22px 24px;
}

.footer-notes {
  display: grid;
  gap: 8px;
  padding-bottom: 18px;
  border-bottom: 1px solid #d2d2d7;
}

.footer-notes p,
.footer-legal p {
  margin: 0;
}

.footer-directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  padding: 20px 0 18px;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
}

.footer-column h2 {
  margin: 0 0 3px;
  color: #1d1d1f;
  font-family: var(--font-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.333;
}

.footer a {
  color: #424245;
}

.footer a:hover {
  color: #1d1d1f;
  text-decoration: underline;
}

.footer-column span {
  color: #6e6e73;
}

.footer-shopline {
  padding: 12px 0 10px;
  border-top: 1px solid #d2d2d7;
}

.footer-shopline a,
.footer-legal-links a {
  color: #0066cc;
}

.footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 10px;
  border-top: 1px solid #d2d2d7;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.footer-legal-links a {
  position: relative;
  padding: 0 10px;
}

.footer-legal-links a:first-child {
  padding-left: 0;
}

.footer-legal-links a + a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1px;
  height: 1em;
  background: #d2d2d7;
}

@media (max-width: 640px) {
  .restaurant-article-page .page-hero {
    padding-top: 46px;
    padding-bottom: 36px;
  }

  .restaurant-article-page main > .section:nth-of-type(2) {
    padding-top: 32px;
    padding-bottom: 52px;
  }

  .restaurant-article-page .article-card {
    padding: 26px 22px 30px;
  }
}

@media (max-width: 960px) {
  .site-header {
    min-height: 44px;
  }

  .nav-bar {
    display: flex;
    justify-content: flex-start;
    gap: 28px;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    height: 44px;
    padding: 0 14px;
  }

  .nav-bar::-webkit-scrollbar {
    display: none;
  }

  .brand {
    width: auto;
    flex: 0 0 auto;
  }

  .brand-logo {
    width: 64px;
    height: 28px;
  }

  .nav a {
    flex: 0 0 auto;
    width: auto;
    min-height: 44px;
    padding: 0;
  }

  .nav a:last-child {
    justify-content: center;
  }

  .nav-icon {
    flex: 0 0 auto;
  }

  .brand-menu {
    padding: 22px 14px 28px;
  }

  .brand-menu-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .brand-menu-copy strong {
    max-width: 420px;
    font-size: 24px;
  }

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

  .hero,
  .split,
  .profile-grid,
  .grid.three,
  .grid.four,
  .contact {
    grid-template-columns: 1fr;
  }

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

  .project-name-column {
    min-height: 0;
  }

  .split > div:first-child {
    position: static;
  }

  .hero {
    min-height: 72svh;
    padding: 70px 14px 58px;
  }

  .hero-copy {
    width: 100%;
    max-width: 620px;
    justify-self: center;
    margin: 0 auto;
    padding-top: 0;
  }

  h1 {
    font-size: clamp(22px, 6.1vw, 24px);
  }

  .hero h1 {
    white-space: normal;
  }

  .hero-title-line {
    display: block;
  }

  h2 {
    font-size: 22px;
  }

  h3,
  .card h3,
  .service-list h3 {
    font-size: 24px;
  }

  .lead,
  .contact p {
    font-size: 17px;
  }

  .contact-shell {
    gap: 10px;
  }

  .contact-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .contact h2 {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
  }

  .contact p {
    margin-right: auto;
    margin-left: auto;
  }

  .eyebrow {
    font-size: 24px;
  }

  .actions {
    display: grid;
    margin-top: 24px;
  }

  .button {
    width: 100%;
    min-height: 46px;
  }

  .section {
    padding: 48px 14px;
  }

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

  .card,
  .faq-list details {
    min-height: auto;
    padding: 22px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.36) 42%, rgba(0, 0, 0, 0.72) 100%),
      radial-gradient(circle at 50% 34%, rgba(242, 234, 71, 0.17), transparent 44%);
  }

  .contact-actions {
    width: 100%;
  }

  .wechat-qr {
    width: min(210px, 70vw);
    justify-self: center;
  }

  .map-card,
  .map-card iframe {
    min-height: 270px;
  }

  .footer-inner {
    padding: 18px 14px 22px;
  }

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

  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-legal-links a {
    padding-right: 9px;
  }
}

@media (max-width: 430px) {
  .nav-bar {
    gap: 8px;
  }

  .brand-logo {
    width: 64px;
    height: 28px;
  }

  .social-nav {
    gap: 2px;
  }

  .social-link {
    width: 18px;
  }

  .social-link img,
  .social-link svg {
    width: 16px;
    height: 16px;
  }

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

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  .eyebrow {
    font-size: 22px;
  }

  .contact h2 {
    font-size: 20px;
  }

  .contact-pill {
    min-height: 50px;
    padding: 13px 16px;
  }

  .project-name-grid {
    grid-template-columns: 1fr;
  }

  .project-name-column {
    padding: 20px;
  }

  .article-list {
    grid-template-columns: 1fr;
  }

  .footer-directory {
    grid-template-columns: 1fr;
  }

  .footer-column {
    gap: 6px;
  }
}
