:root {
  --ink: #211f1d;
  --muted: #7a6758;
  --paper: #fff7f4;
  --blush: #f7d8d5;
  --rose: #bd746f;
  --sage: #6b4a34;
  --sage-soft: #f3e4d2;
  --blue-soft: #fff1c9;
  --khaki: #d9c7a2;
  --yellow: #efc35a;
  --brown: #543721;
  --line: rgba(33, 31, 29, 0.14);
  --shadow: 0 20px 70px rgba(33, 31, 29, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #f7d8d5 0%, #fff7f4 36%, #f8dfdc 100%);
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

main {
  display: flex;
  flex-direction: column;
}

.hero {
  order: 1;
}

#about {
  order: 2;
}

#support {
  order: 3;
}

#siamese {
  order: 4;
}

#grooming {
  order: 5;
}

#shop {
  order: 6;
}

#instagram {
  order: 7;
}

#contact {
  order: 8;
}

html[data-page="home"] #about,
html[data-page="home"] #support,
html:not([data-page="grooming"]) #grooming,
html:not([data-page="shop"]) #shop {
  display: none;
}

#siamese,
html[data-page="about"] main > section:not(#about),
html[data-page="support"] main > section:not(#support),
html[data-page="grooming"] main > section:not(#grooming),
html[data-page="shop"] main > section:not(#shop) {
  display: none;
}

html[data-page="about"] #about,
html[data-page="support"] #support,
html[data-page="grooming"] #grooming,
html[data-page="shop"] #shop {
  min-height: calc(100svh - 74px);
  padding-top: clamp(48px, 7vw, 86px);
}

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

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

svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.icon-sprite {
  display: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  padding: 12px clamp(20px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 247, 244, 0.9);
  backdrop-filter: blur(18px);
}

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

.brand img {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  object-fit: cover;
}

.brand span {
  display: grid;
  gap: 2px;
}

.brand strong {
  font-size: 1rem;
  font-weight: 800;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  border-color: var(--yellow);
}

.nav-toggle,
.cart-open {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
}

.cart-open {
  position: relative;
  display: grid;
}

.cart-open span {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  min-width: 21px;
  height: 21px;
  place-items: center;
  padding: 0 6px;
  border: 2px solid var(--paper);
  border-radius: 999px;
  color: #fff;
  background: var(--rose);
  font-size: 0.72rem;
  font-weight: 900;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(640px, 76svh, 900px);
  display: flex;
  align-items: center;
  padding: clamp(48px, 7vw, 96px) clamp(20px, 6vw, 78px);
  background: var(--blush);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(247, 216, 213, 0.98) 0%, rgba(255, 247, 244, 0.94) 48%, rgba(255, 247, 244, 0.3) 74%);
}

.hero-video {
  position: absolute;
  top: 50%;
  right: clamp(18px, 5vw, 76px);
  z-index: 1;
  display: block;
  width: auto;
  height: min(74svh, 760px);
  max-width: min(42vw, 520px);
  aspect-ratio: 9 / 16;
  object-fit: contain;
  object-position: center;
  transform: translateY(-50%);
  background: #fff;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(560px, 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--sage);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 12px;
  font-size: 6rem;
  line-height: 0.9;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 18px;
  font-size: 3.8rem;
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.hero-kicker {
  margin-bottom: 18px;
  color: var(--rose);
  font-size: 2.2rem;
  font-weight: 800;
}

.hero-text,
.lead {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.85;
}

.hero-text {
  max-width: 560px;
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 800;
}

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

.button.ghost {
  background: rgba(255, 255, 255, 0.76);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(33, 31, 29, 0.13);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 670px;
  margin: 0;
}

.hero-facts div {
  padding-left: 14px;
  border-left: 2px solid var(--yellow);
}

.hero-facts dt {
  color: var(--muted);
  font-size: 0.76rem;
}

.hero-facts dd {
  margin: 2px 0 0;
  font-weight: 800;
}

.section {
  padding: clamp(64px, 9vw, 118px) 0;
}

.section-inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
}

.section-heading h2 {
  max-width: 650px;
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.about-hero-copy p:not(.eyebrow),
.about-info-panel p {
  color: var(--muted);
  line-height: 1.85;
}

.about-feature-photo,
.about-photo-grid img {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.about-feature-photo {
  aspect-ratio: 1.36;
}

.about-feature-photo img,
.about-photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-feature-photo img {
  object-position: 50% 62%;
}

.about-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.about-story-card {
  min-height: 212px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.about-story-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
}

.about-photo-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
  gap: 16px;
  margin-top: 34px;
}

.about-photo-grid img {
  aspect-ratio: 1.16;
  box-shadow: none;
}

.about-photo-grid img:first-child {
  object-position: center;
}

.about-photo-grid img:nth-child(2) {
  object-position: center;
}

.about-photo-grid img:nth-child(3) {
  object-position: 48% 64%;
}

.about-info-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 5vw, 58px);
  margin-top: 34px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.about-info-panel h3 {
  font-size: 1.6rem;
}

.about-list {
  display: grid;
  gap: 10px;
}

.about-list p {
  position: relative;
  margin: 0;
  padding-left: 20px;
}

.about-list p::before {
  content: "";
  position: absolute;
  top: 0.76em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--yellow);
}

.about-science {
  background: var(--sage-soft);
}

.about-family-panel {
  background: #fff0c8;
}

.support-band {
  background: #f8d7d3;
}

.support-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: start;
}

.support-copy {
  position: sticky;
  top: 98px;
}

.support-content {
  display: grid;
  gap: 18px;
}

.support-hero-card,
.support-card,
.support-pill-grid > div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.support-hero-card {
  padding: clamp(24px, 4vw, 40px);
  background:
    linear-gradient(135deg, rgba(248, 215, 211, 0.92), rgba(255, 247, 244, 0.96)),
    #fff;
}

.support-hero-card h3 {
  margin-bottom: 12px;
  font-size: clamp(1.6rem, 3vw, 2.55rem);
}

.support-hero-card p:last-child {
  margin-bottom: 0;
  color: var(--sage);
  font-size: 1.08rem;
  font-weight: 900;
}

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

.support-card {
  padding: 24px;
}

.support-card h3 {
  margin-bottom: 16px;
  font-size: 1.35rem;
}

.support-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.support-card li,
.support-card p,
.support-pill-grid span {
  color: var(--muted);
  line-height: 1.65;
}

.support-card li {
  position: relative;
  padding-left: 18px;
}

.support-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--rose);
}

.support-index {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--rose);
  font-size: 0.82rem;
  font-weight: 900;
}

.support-note {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-weight: 900;
}

.support-card-accent {
  background: var(--sage-soft);
}

.support-card-accent p {
  margin-bottom: 8px;
  color: var(--sage);
  font-weight: 900;
}

.support-pill-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.support-pill-grid > div {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.support-pill-grid strong {
  font-size: 1rem;
}

.support-summary-pill {
  grid-column: 1 / -1;
}

.support-summary-pill span {
  color: var(--ink);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  font-weight: 900;
  line-height: 1.8;
}

.support-empty {
  min-height: 52svh;
  display: grid;
  align-content: center;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

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

.value-card,
.post-card,
.account-card,
.contact-card,
.care-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.value-card {
  min-height: 228px;
  padding: 26px;
}

.value-number {
  display: block;
  margin-bottom: 38px;
  color: var(--rose);
  font-weight: 900;
}

.value-card p,
.care-list p,
.post-body p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
}

.siamese-band {
  background: #f3ded7;
}

.siamese-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.siamese-copy p:last-child {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.85;
}

.care-list {
  display: grid;
  gap: 14px;
}

.care-list article {
  padding: 24px;
  background: rgba(255, 255, 255, 0.82);
}

.instagram-band {
  background: linear-gradient(180deg, #f7d8d5 0%, #fff7f4 36%, #f8dfdc 100%);
}

.grooming-band {
  background: #f8d7d3;
}

.shop-band {
  background: #f8d7d3;
}

.shop-lock {
  display: grid;
  min-height: calc(100svh - 180px);
  place-items: center;
}

.shop-lock-panel {
  width: min(100%, 560px);
  padding: clamp(24px, 5vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.shop-lock-panel h2 {
  margin-bottom: 12px;
}

.shop-password-form {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.shop-password-form label {
  font-weight: 900;
}

.shop-password-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.shop-password-row input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf8;
  font: inherit;
}

.shop-password-row input:focus {
  border-color: var(--rose);
  outline: 3px solid rgba(189, 116, 111, 0.18);
}

.shop-password-error {
  margin: 4px 0 0;
  color: #9f2f2b;
  font-weight: 800;
}

.section-title-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}

.section-title-row h2 {
  margin-bottom: 0;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sage);
  font-weight: 900;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--rose);
}

.text-button {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

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

.about-social {
  margin-top: 34px;
}

.account-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
}

.account-card img,
.post-top img {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  object-fit: cover;
}

.account-card span,
.post-top span,
.contact-card span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.account-card small,
.post-top small,
.contact-card small {
  color: var(--muted);
  line-height: 1.45;
}

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

.embed-panel {
  overflow: hidden;
  min-height: 520px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.embed-panel iframe {
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
}

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

.menu-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.menu-wide {
  grid-column: 1 / -1;
}

.menu-card-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.menu-card-heading span {
  color: var(--sage);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.menu-card-heading h3 {
  margin-bottom: 0;
  font-size: 1.35rem;
}

.table-scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.price-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
}

.price-table th,
.price-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.price-table th {
  color: var(--sage);
  font-size: 0.82rem;
  font-weight: 900;
  background: var(--sage-soft);
}

.price-table td:not(:first-child) {
  font-weight: 800;
  white-space: nowrap;
}

.price-table tr:last-child td {
  border-bottom: 0;
}

.price-list {
  display: grid;
  gap: 0;
  margin: 0;
}

.price-list div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}

.price-list div:last-child {
  border-bottom: 0;
}

.price-list dt {
  color: var(--muted);
}

.price-list dd {
  margin: 0;
  font-weight: 900;
  white-space: nowrap;
}

.menu-note {
  margin-bottom: 10px;
  color: var(--muted);
  line-height: 1.7;
}

.menu-note strong {
  color: var(--ink);
}

.menu-note-spaced {
  margin-top: 18px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--paper);
  font-weight: 800;
}

.notice-list {
  display: grid;
  gap: 10px;
}

.notice-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

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

.post-card {
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.post-card:hover,
.post-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.post-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
}

.post-media {
  aspect-ratio: 1;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--blush);
}

.post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-media .zoom-top {
  transform: scale(1.32);
  transform-origin: 58% 14%;
}

.post-media .zoom-center {
  transform: scale(1.24);
  transform-origin: 56% 58%;
}

.post-media .zoom-brand {
  transform: scale(1.06);
  transform-origin: center;
}

.post-media.soft-blue {
  background: var(--blue-soft);
}

.post-media.warm-rose {
  background: #fae4dc;
}

.post-body {
  display: grid;
  gap: 14px;
  padding: 16px;
}

.post-body span {
  color: var(--sage);
  font-size: 0.9rem;
  font-weight: 900;
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.38fr);
  gap: 18px;
  align-items: start;
}

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

.product-card,
.cart-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.product-card {
  display: grid;
  gap: 12px;
  min-height: 0;
  padding: 18px;
}

.product-card.is-coming-soon {
  background: linear-gradient(180deg, #fff 0%, #fff7f4 100%);
}

.product-image {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffaf8;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}

.product-type {
  width: max-content;
  padding: 5px 9px;
  border-radius: 8px;
  color: var(--brown);
  background: var(--sage-soft);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card h3 {
  margin-bottom: 0;
  font-size: 1.22rem;
}

.product-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.product-card strong {
  font-size: 1.65rem;
}

.product-card.is-coming-soon strong {
  color: var(--rose);
  font-size: 1.05rem;
  text-transform: uppercase;
}

.product-button {
  align-self: end;
  color: var(--ink);
  background: var(--yellow);
}

.product-button:disabled,
.product-button:disabled:hover,
.product-button:disabled:focus-visible {
  color: var(--muted);
  background: var(--sage-soft);
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
  box-shadow: none;
}

.cart-panel {
  position: sticky;
  top: 92px;
  padding: 20px;
}

.cart-panel-heading,
.cart-total,
.cart-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.cart-panel-heading {
  margin-bottom: 16px;
}

.cart-panel-heading h3 {
  margin-bottom: 0;
}

.cart-panel-heading span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.cart-items {
  display: grid;
  gap: 12px;
  min-height: 80px;
}

.cart-empty,
.cart-hint {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.cart-line {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.cart-line button {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #fff;
  cursor: pointer;
}

.cart-line-title {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.cart-line-title strong {
  font-size: 0.95rem;
  line-height: 1.35;
}

.cart-line-title span {
  color: var(--muted);
  font-size: 0.86rem;
}

.cart-total {
  margin: 18px 0;
  padding-top: 16px;
  border-top: 2px solid var(--ink);
}

.cart-total strong {
  font-size: 1.45rem;
}

.checkout-button {
  width: 100%;
  margin-bottom: 14px;
}

.checkout-button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.payment-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(33, 31, 29, 0.58);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.payment-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.payment-dialog {
  position: relative;
  width: min(980px, 100%);
  max-height: min(860px, calc(100svh - 40px));
  overflow: auto;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.payment-copy {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.75;
}

.payment-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-top: 22px;
}

.payment-card,
.payment-summary {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.payment-methods {
  display: grid;
  gap: 14px;
}

.payment-card {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.payment-card img {
  width: min(250px, 100%);
  aspect-ratio: 1;
  justify-self: center;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.payment-card strong {
  display: block;
  margin-top: 4px;
}

.payment-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fps-card {
  background: #fff9ee;
}

.fps-number {
  padding: 14px;
  color: var(--ink);
  border: 1px dashed rgba(33, 31, 29, 0.24);
  border-radius: 8px;
  background: #fff;
  font-size: clamp(1.55rem, 4vw, 2.1rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.fps-card small {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.payment-summary {
  padding: 22px;
}

.payment-summary h3 {
  margin-bottom: 14px;
}

.order-code {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.92rem;
}

.order-code strong {
  color: var(--ink);
}

.payment-summary .cart-line:last-child {
  border-bottom: 0;
}

.payment-total {
  margin-top: 18px;
}

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

.contact-band {
  color: #fff;
  background: #24211f;
}

.contact-band .eyebrow,
.contact-band .lead {
  color: rgba(255, 255, 255, 0.72);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
}

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

.contact-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 118px;
  padding: 20px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
}

.contact-card svg {
  flex: 0 0 auto;
  color: #f4cfc8;
}

.contact-card small {
  color: rgba(255, 255, 255, 0.68);
  word-break: break-word;
}

.contact-card:hover,
.contact-card:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.map-panel {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: 0;
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.map-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(22px, 4vw, 34px);
}

.map-copy h3 {
  margin-bottom: 0;
  font-size: 1.35rem;
}

.map-copy .text-link {
  color: #f4cfc8;
}

.map-panel iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  filter: saturate(0.92) contrast(0.98);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 5vw, 64px);
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: #fff;
}

.site-footer p {
  margin: 0;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

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

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

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    inset: 68px 14px auto;
    display: grid;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
    transform: translateY(-18px);
    visibility: hidden;
    opacity: 0;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }

  .site-nav a {
    padding: 14px 12px;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .hero {
    min-height: auto;
    align-items: end;
    padding-top: clamp(500px, 62vw, 540px);
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(247, 216, 213, 0.18) 0%, rgba(255, 247, 244, 0.86) 48%, rgba(255, 247, 244, 1) 100%);
  }

  .hero-video {
    top: 24px;
    right: auto;
    left: 50%;
    width: min(44vw, 260px);
    height: auto;
    max-width: none;
    object-fit: contain;
    transform: translateX(-50%);
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.65rem;
  }

  .hero-kicker {
    font-size: 1.65rem;
  }

  .value-grid,
  .about-story-grid,
  .about-photo-grid,
  .post-grid,
  .contact-grid,
  .menu-showcase,
  .product-grid,
  .shop-layout {
    grid-template-columns: 1fr;
  }

  .hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .hero-facts div:last-child {
    grid-column: 1 / -1;
  }

  .two-column,
  .about-hero-grid,
  .about-info-panel,
  .support-layout,
  .siamese-layout,
  .map-panel,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .support-copy {
    position: static;
  }

  .about-photo-grid img {
    aspect-ratio: 1.18;
  }

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

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

  .embed-panel,
  .embed-panel iframe {
    min-height: 460px;
    height: 460px;
  }

  .section-title-row {
    display: grid;
    align-items: start;
  }

  .cart-panel {
    position: static;
  }

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

  .order-actions {
    grid-template-columns: 1fr;
  }

  .support-card-grid,
  .support-pill-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 16px;
  }

  .brand strong {
    font-size: 0.94rem;
  }

  .brand small {
    font-size: 0.72rem;
  }

  .hero {
    padding: clamp(386px, 118vw, 450px) 18px 34px;
  }

  .hero-video {
    width: min(58vw, 220px);
    height: auto;
  }

  h1 {
    font-size: 2.48rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .hero-kicker {
    font-size: 1.38rem;
  }

  .hero-text,
  .lead {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

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

  .hero-facts div:last-child {
    grid-column: auto;
  }

  .section-inner {
    width: min(100% - 32px, 1160px);
  }

  .value-card {
    min-height: 0;
  }

  .about-story-card {
    min-height: 0;
  }

  .contact-card {
    min-height: 104px;
  }

  .site-footer {
    display: grid;
  }

  .menu-card {
    padding: 18px;
  }

  .product-card {
    min-height: 0;
    padding: 18px;
  }

  .payment-dialog {
    padding: 20px;
  }

  .payment-dialog h2 {
    padding-right: 44px;
  }

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

  .payment-card img {
    width: min(220px, 100%);
  }

  .menu-card-heading {
    display: grid;
    gap: 4px;
  }

  .price-table {
    min-width: 0;
  }

  .table-scroll {
    overflow: visible;
    border: 0;
    border-radius: 0;
  }

  .price-table,
  .price-table thead,
  .price-table tbody,
  .price-table tr,
  .price-table td {
    display: block;
    width: 100%;
  }

  .price-table thead {
    display: none;
  }

  .price-table tr {
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
  }

  .price-table tr:last-child {
    margin-bottom: 0;
  }

  .price-table td {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 12px;
    text-align: right;
    white-space: normal;
  }

  .price-table td::before {
    content: attr(data-label);
    color: var(--muted);
    font-weight: 800;
    text-align: left;
  }

  .price-table td:first-child {
    display: block;
    color: var(--ink);
    font-weight: 900;
    text-align: left;
    background: var(--sage-soft);
  }

  .price-table td:first-child::before {
    content: "";
    display: none;
  }
}

@media (max-width: 380px) {
  h1 {
    font-size: 2.28rem;
  }
}
