:root {
  --paper: #f3eee8;
  --paper-deep: #e7ded4;
  --ink: #644735;
  --ink-dark: #2d251f;
  --muted: #8f7969;
  --pink: #e6a0aa;
  --pink-light: #f3c7cc;
  --blue: #9fc5ca;
  --blue-light: #cfe1e2;
  --purple: #8548d8;
  --line: rgba(100, 71, 53, 0.2);
  --white: #fffdf9;
  --max: 1220px;
  --radius: 26px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "PingFang HK", "PingFang TC", "Noto Sans CJK TC", "Microsoft JhengHei", system-ui, sans-serif;
  line-height: 1.65;
  margin: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

.skip-link {
  background: var(--ink-dark);
  color: var(--white);
  left: 1rem;
  padding: 0.7rem 1rem;
  position: fixed;
  top: -5rem;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(243, 238, 232, 0.9);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 2rem;
  grid-template-columns: 150px 1fr auto;
  min-height: 86px;
  padding: 0 clamp(20px, 4vw, 64px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  height: 48px;
  width: 120px;
}

.brand img {
  width: 116px;
}

.site-nav {
  display: flex;
  gap: clamp(1.1rem, 3vw, 2.8rem);
  justify-content: center;
}

.site-nav a,
.header-cta {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  background: var(--purple);
  bottom: -0.35rem;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-cta {
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 0.65rem 1rem;
}

.hero {
  display: grid;
  gap: clamp(48px, 7vw, 96px);
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  margin: 0 auto;
  max-width: var(--max);
  min-height: calc(100svh - 86px);
  padding: clamp(68px, 9vw, 132px) clamp(20px, 4vw, 56px) clamp(76px, 10vw, 144px);
}

.hero-copy {
  align-self: center;
}

.eyebrow,
.section-index,
.card-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.eyebrow::before {
  background: var(--purple);
  content: "";
  display: inline-block;
  height: 3px;
  margin: 0 0.75rem 0.18rem 0;
  width: 34px;
}

.hero h1 {
  color: var(--ink-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.5rem, 10vw, 9.5rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.77;
  margin: 0;
}

.hero h1 span {
  color: var(--ink);
  display: block;
  font-family: inherit;
  font-size: clamp(1.95rem, 4.4vw, 4.25rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin-top: 1.6rem;
}

.hero-lead {
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  margin: 2rem 0 0;
  max-width: 650px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  align-items: center;
  border: 1px solid var(--ink);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.04em;
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

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

.button-secondary {
  background: transparent;
}

.hero-facts {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 2.8rem 0 0;
  padding-top: 1.5rem;
}

.hero-facts div {
  border-right: 1px solid var(--line);
  padding-right: 1rem;
}

.hero-facts div:last-child {
  border-right: 0;
}

.hero-facts dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
}

.hero-facts dd {
  color: var(--ink-dark);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.hero-visual {
  align-self: center;
  aspect-ratio: 4 / 5;
  background: linear-gradient(180deg, #e9e3dc 0 66%, #d4c4b6 66% 100%);
  border-radius: 180px 180px 28px 28px;
  box-shadow: 0 32px 70px rgba(79, 54, 39, 0.14);
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.hero-visual::before,
.hero-visual::after {
  border: 1px solid rgba(100, 71, 53, 0.18);
  border-radius: 50%;
  content: "";
  height: 240px;
  position: absolute;
  right: -80px;
  top: 70px;
  width: 240px;
}

.hero-visual::after {
  height: 330px;
  right: -125px;
  top: 25px;
  width: 330px;
}

.sun {
  background: #f2ca72;
  border-radius: 50%;
  height: 70px;
  left: 52px;
  position: absolute;
  top: 72px;
  width: 70px;
}

.container {
  box-shadow: 0 18px 35px rgba(72, 49, 35, 0.14);
  left: 10%;
  position: absolute;
  width: 78%;
}

.container::after {
  background: repeating-linear-gradient(90deg, transparent 0 28px, rgba(58, 45, 38, 0.08) 28px 30px);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.container-pink {
  background: var(--pink);
  bottom: 33%;
  height: 27%;
  z-index: 3;
}

.container-pink img {
  left: 6%;
  position: absolute;
  top: 27%;
  width: 37%;
  z-index: 2;
}

.window {
  background: #4b483f;
  border: 8px solid #d88d98;
  bottom: 15%;
  position: absolute;
  right: 9%;
  top: 15%;
  width: 30%;
  z-index: 2;
}

.container-blue {
  align-items: flex-end;
  background: var(--blue);
  bottom: 12%;
  display: flex;
  height: 21%;
  justify-content: flex-start;
  padding: 0 0 4% 7%;
  z-index: 2;
}

.container-blue span {
  color: rgba(45, 37, 31, 0.65);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  position: relative;
  z-index: 2;
}

.stair {
  bottom: 10%;
  display: flex;
  flex-direction: column-reverse;
  height: 33%;
  justify-content: space-between;
  position: absolute;
  right: 2%;
  transform: skewY(-38deg);
  width: 23%;
  z-index: 5;
}

.stair::before,
.stair::after {
  background: var(--ink-dark);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

.stair::before {
  top: 0;
}

.stair::after {
  bottom: 0;
}

.stair i {
  background: var(--ink-dark);
  height: 3px;
  width: 100%;
}

.visual-note {
  bottom: 3.5%;
  color: var(--ink-dark);
  font-size: 0.62rem;
  font-weight: 900;
  left: 10%;
  letter-spacing: 0.14em;
  margin: 0;
  position: absolute;
}

.answer-section,
.space-section,
.hours-section {
  display: grid;
  gap: clamp(40px, 8vw, 130px);
  grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(88px, 12vw, 170px) clamp(20px, 4vw, 56px);
}

.section-index {
  color: var(--muted);
}

.answer-section h2,
.space-main h2,
.hours-section h2,
.section-heading h2,
.links-section h2 {
  color: var(--ink-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 6vw, 5.6rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
}

.answer-lead {
  color: var(--ink-dark);
  font-size: clamp(1.3rem, 2.3vw, 2rem);
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.answer-section div > p:not(.answer-lead) {
  font-size: 1.05rem;
  max-width: 760px;
}

.visit-section {
  background: var(--white);
  border-radius: clamp(28px, 5vw, 58px);
  margin: 0 clamp(12px, 2vw, 28px);
  padding: clamp(72px, 10vw, 140px) clamp(20px, 7vw, 100px);
}

.section-heading {
  margin: 0 auto 3.6rem;
  max-width: 1100px;
}

.visit-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.35fr 0.65fr 1fr;
  margin: 0 auto;
  max-width: 1100px;
}

.info-card {
  background: var(--paper);
  border: 1px solid rgba(100, 71, 53, 0.13);
  border-radius: var(--radius);
  min-height: 300px;
  padding: clamp(24px, 3.2vw, 42px);
}

.info-card-wide {
  grid-row: span 2;
}

.info-card-pink {
  background: var(--pink-light);
}

.info-card-blue {
  background: var(--blue-light);
  grid-column: span 2;
}

.info-card h3 {
  color: var(--ink-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.7rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.14;
  margin: 0 0 1.35rem;
}

.info-card address {
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
  font-style: normal;
  margin: 1.8rem 0;
  padding-top: 1.2rem;
}

.big-number {
  color: var(--ink-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.5rem, 8vw, 7rem);
  letter-spacing: -0.08em;
  line-height: 0.85;
  margin: 2rem 0 0;
}

.big-unit {
  font-size: 1rem;
  font-weight: 900;
  margin: 0.5rem 0 2rem;
}

.text-link {
  font-size: 0.86rem;
  font-weight: 800;
  text-underline-offset: 0.3em;
}

.directions-section {
  background: var(--ink-dark);
  color: #e8ddd3;
  display: grid;
  gap: clamp(48px, 7vw, 96px);
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  padding: clamp(90px, 12vw, 170px) max(clamp(20px, 7vw, 110px), calc((100vw - var(--max)) / 2));
}

.section-heading-light {
  margin: 0;
}

.section-heading-light h2 {
  color: var(--white);
}

.section-heading-light .eyebrow::before {
  background: var(--pink);
}

.route-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.route-list li {
  border-top: 1px solid rgba(255, 253, 249, 0.18);
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 56px 1fr;
  padding: 1.6rem 0;
}

.route-list li:last-child {
  border-bottom: 1px solid rgba(255, 253, 249, 0.18);
}

.route-number {
  color: var(--pink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.route-list h3 {
  color: var(--white);
  font-size: 1.08rem;
  margin: 0 0 0.25rem;
}

.route-list p {
  margin: 0;
}

.button-on-dark {
  border-color: var(--pink);
  color: var(--pink-light);
  grid-column: 2;
  justify-self: start;
}

.space-section {
  align-items: stretch;
  grid-template-columns: 1fr 0.8fr;
}

.space-main p:last-child {
  font-size: 1.05rem;
  margin-top: 2rem;
  max-width: 640px;
}

.pet-card {
  background: var(--blue-light);
  border-radius: var(--radius);
  padding: clamp(30px, 5vw, 60px);
}

.pet-card h3 {
  color: var(--ink-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0 0 1.5rem;
}

.hours-section {
  align-items: center;
  background: linear-gradient(135deg, var(--pink-light), #f6d9d8 58%, var(--paper));
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1fr);
  max-width: none;
  padding-left: max(clamp(20px, 7vw, 110px), calc((100vw - var(--max)) / 2));
  padding-right: max(clamp(20px, 7vw, 110px), calc((100vw - var(--max)) / 2));
}

.hours-copy {
  background: rgba(255, 253, 249, 0.45);
  border: 1px solid rgba(100, 71, 53, 0.14);
  border-radius: var(--radius);
  max-width: 680px;
  padding: clamp(28px, 4vw, 52px);
}

.hours-section h2 {
  font-size: clamp(3rem, 5.3vw, 5rem);
}

.hours-copy .button {
  margin-top: 0.8rem;
}

.menu-section {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(100px, 14vw, 190px) clamp(20px, 4vw, 56px);
}

.menu-heading {
  align-items: end;
  border-bottom: 3px solid var(--purple);
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.menu-heading h2 {
  color: var(--ink-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 12vw, 10rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.72;
  margin: 0;
}

.menu-heading > p {
  margin: 0;
  max-width: 360px;
}

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

.menu-category {
  border-bottom: 1px solid var(--line);
  padding: clamp(36px, 6vw, 72px) clamp(10px, 4vw, 52px) clamp(40px, 6vw, 78px) 0;
}

.menu-category:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.menu-category:nth-child(even) {
  padding-left: clamp(26px, 4vw, 52px);
}

.category-heading {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.category-heading h3 {
  color: var(--ink-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  margin: 0;
}

.category-icon {
  align-items: center;
  background: var(--blue-light);
  border-radius: 50%;
  display: inline-flex;
  font-size: 1rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.menu-category-signature .category-icon {
  background: var(--pink-light);
  color: var(--purple);
}

.menu-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-item {
  align-items: baseline;
  border-top: 1px solid rgba(100, 71, 53, 0.13);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 0.85rem 0;
}

.menu-item span:first-child {
  color: var(--ink-dark);
  font-weight: 700;
}

.menu-item span:last-child {
  color: var(--muted);
  font-size: 0.86rem;
  text-align: right;
}

.links-section {
  background: var(--blue-light);
  padding: clamp(90px, 12vw, 160px) max(clamp(20px, 7vw, 110px), calc((100vw - var(--max)) / 2));
}

.official-links {
  border-top: 1px solid var(--line);
  margin-top: 3.5rem;
}

.official-links a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 4vw, 3.3rem);
  gap: 1.5rem;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  padding: 1.25rem 0;
  text-decoration: none;
  transition: padding 180ms ease;
}

.official-links a:hover,
.official-links a:focus-visible {
  padding-left: 0.75rem;
}

.official-links span,
.official-links small {
  font-family: "PingFang HK", "PingFang TC", system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.official-links small {
  color: var(--muted);
  text-align: right;
}

.site-footer {
  align-items: center;
  background: var(--ink-dark);
  color: #d8cbc0;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 160px 1fr auto;
  padding: 54px max(clamp(20px, 7vw, 110px), calc((100vw - var(--max)) / 2));
}

.site-footer img {
  filter: brightness(0) invert(1);
  opacity: 0.9;
  width: 130px;
}

.site-footer p {
  font-size: 0.8rem;
  margin: 0.15rem 0;
}

.site-footer a {
  font-size: 0.78rem;
  font-weight: 800;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 112px 1fr;
  }

  .site-nav {
    display: none;
  }

  .header-cta {
    justify-self: end;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 72px;
  }

  .hero-visual {
    justify-self: center;
    max-width: 560px;
    min-height: 0;
    width: 100%;
  }

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

  .info-card-wide {
    grid-column: span 2;
    grid-row: auto;
  }

  .info-card-blue {
    grid-column: span 1;
  }

  .directions-section {
    grid-template-columns: 1fr;
  }

  .button-on-dark {
    grid-column: auto;
  }

  .answer-section,
  .space-section,
  .hours-section {
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .menu-heading {
    align-items: start;
    flex-direction: column;
  }

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

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

  .brand,
  .brand img {
    width: 96px;
  }

  .header-cta {
    font-size: 0.7rem;
  }

  .hero {
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(4rem, 23vw, 6.5rem);
  }

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

  .hero-facts div {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    padding-bottom: 1rem;
  }

  .visit-grid {
    grid-template-columns: 1fr;
  }

  .info-card-wide,
  .info-card-blue {
    grid-column: auto;
  }

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

  .menu-category,
  .menu-category:nth-child(even) {
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-item {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }

  .menu-item span:last-child {
    text-align: left;
  }

  .official-links a {
    grid-template-columns: 36px 1fr;
  }

  .official-links small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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

@media print {
  .site-header,
  .hero-visual,
  .hero-actions,
  .links-section,
  .site-footer {
    display: none;
  }

  body,
  .visit-section,
  .directions-section,
  .hours-section {
    background: #fff;
    color: #000;
  }

  .directions-section h2,
  .route-list h3 {
    color: #000;
  }

  .hero,
  .answer-section,
  .space-section,
  .hours-section,
  .menu-section,
  .directions-section {
    display: block;
    padding: 20mm 15mm;
  }
}
