/* ============================================================
   ???琲 Paw Paw Café ?????用??
   奶油??風格：奶油白?/ ?鐵棕? / ???+ ??橘強?   ============================================================ */

/* ---------- Fonts ---------- */

/* ---------- Design Tokens ---------- */
:root {
  /* ?景 / 大面?*/
  --cream: #FFFDD0;        /* 奶油??*/
  --beige: #F5F5DC;        /* 米? */
  --card: #FFFEF6;         /* ??底?比奶油白?亮一點? */
  --paper: #FFF9E8;        /* 次??塊? */

  /* ?? / ?? */
  --latte: #D2B48C;        /* ?鐵?*/
  --latte-deep: #B5905E;   /* 深拿????/次??*/
  --cocoa: #6B4A2B;        /* ?可棕?標??*/
  --ink: #333333;          /* ??（內?? */
  --ink-soft: #5c5347;     /* ???? */

  /* 強調 */
  --paw: #FFB6C1;          /* ???*/
  --paw-deep: #F48FB1;     /* 深???（hover ???*/
  --caramel: #FFA500;      /* ???*/
  --caramel-deep: #E8890C; /* 深焦?*/

  /* ?? / ?影 */
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 32px;
  --r-pill: 999px;
  --shadow-sm: 0 4px 14px rgba(107, 74, 43, 0.10);
  --shadow-md: 0 10px 28px rgba(107, 74, 43, 0.14);
  --shadow-lg: 0 20px 48px rgba(107, 74, 43, 0.20);

  --maxw: 1160px;

  --font-display: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Clean bright cafe refresh */
  --cream: #FFFDFC;
  --beige: #FFF7EC;
  --card: #FFFFFF;
  --paper: #FFFBF3;
  --latte: #E8D3B5;
  --latte-deep: #9B7653;
  --cocoa: #5A3C2A;
  --ink: #342D28;
  --ink-soft: #6A5E55;
  --paw: #F2B7C3;
  --paw-deep: #D98595;
  --caramel: #F6D976;
  --caramel-deep: #B9872D;
  --shadow-sm: 0 4px 14px rgba(90, 60, 42, 0.06);
  --shadow-md: 0 10px 24px rgba(90, 60, 42, 0.09);
  --shadow-lg: 0 18px 38px rgba(90, 60, 42, 0.12);
  /* ?? SVG（給 mask ???出粉色小???表符?? */
  --paw-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cellipse cx='32' cy='44' rx='15' ry='13'/%3E%3Cellipse cx='14' cy='30' rx='6.5' ry='8'/%3E%3Cellipse cx='27' cy='20' rx='6' ry='8.5'/%3E%3Cellipse cx='41' cy='20' rx='6' ry='8.5'/%3E%3Cellipse cx='52' cy='31' rx='6.5' ry='8'/%3E%3C/svg%3E");
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  /* 細緻????紋???*/
  background-image: none;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--cocoa); margin: 0; line-height: 1.2; letter-spacing: .5px; }
p { margin: 0; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }
.section { padding: 84px 0; }
.text-center { text-align: center; }

/* ---------- ?段??+ ??底? ---------- */
.eyebrow {
  display: flex; width: fit-content; align-items: center; gap: 8px; white-space: nowrap;
  font-family: var(--font-display); font-weight: 700;
  color: var(--caramel-deep); letter-spacing: 2px; text-transform: uppercase;
  font-size: 0.85rem; margin-bottom: 14px;
}
.section-title {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 800;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.section-title .underline {
  display: block; height: 10px; margin-top: 6px;
  background: var(--paw); border-radius: var(--r-pill);
  width: 64%; margin-inline: auto;
}
.section-sub {
  max-width: 620px; margin: 18px auto 0;
  color: var(--ink-soft); font-size: 1.05rem; text-wrap: pretty;
}

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 253, 252, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 2px dashed var(--latte);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  height: 76px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand .logo-mark {
  width: 46px; height: 46px; flex: none;
  background: var(--paw); border-radius: 50%;
  display: grid; place-items: center;
  box-shadow: var(--shadow-sm);
  transition: transform .3s ease;
}
.brand:hover .logo-mark { transform: rotate(-12deg) scale(1.06); }
.brand .logo-mark svg { width: 28px; height: 28px; }
.brand .brand-text { line-height: 1.05; }
.brand .brand-zh { font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; color: var(--cocoa); }
.brand .brand-en { font-size: 0.7rem; letter-spacing: 2px; color: var(--latte-deep); font-weight: 700; }

.nav-links { display: flex; align-items: center; gap: 6px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  position: relative;
  display: inline-block;
  padding: 10px 16px;
  font-weight: 700; font-size: 1rem;
  color: var(--ink); border-radius: var(--r-pill);
  transition: color .25s ease, background .25s ease;
}
.nav-links a::after {
  content: ""; position: absolute; left: 16px; right: 16px; bottom: 4px;
  height: 4px; border-radius: var(--r-pill); background: var(--paw);
  transform: scaleX(0); transform-origin: center; transition: transform .25s ease;
}
.nav-links a:hover { color: var(--paw-deep); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-links a.active { color: var(--caramel-deep); }
.nav-links a.active::after { background: var(--caramel); transform: scaleX(1); }

.nav-toggle {
  display: none; border: none; background: var(--paw);
  width: 46px; height: 46px; border-radius: 50%;
  cursor: pointer; place-items: center; box-shadow: var(--shadow-sm);
}
.nav-toggle svg { width: 24px; height: 24px; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem;
  padding: 14px 28px; border-radius: var(--r-pill);
  cursor: pointer; border: 2px solid transparent;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn svg { width: 22px; height: 22px; stroke: currentColor; fill: currentColor; }
.btn-primary { background: var(--caramel); color: var(--cocoa); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--caramel-deep); color: #fff; transform: translateY(-3px) scale(1.04); box-shadow: var(--shadow-md); }
.btn-pink { background: var(--paw); color: var(--cocoa); box-shadow: var(--shadow-sm); }
.btn-pink:hover { background: var(--paw-deep); color: #fff; transform: translateY(-3px) scale(1.04); box-shadow: var(--shadow-md); }
.btn-outline { background: var(--card); color: var(--cocoa); border-color: var(--latte); }
.btn-outline:hover { border-color: var(--paw-deep); color: var(--paw-deep); transform: translateY(-3px) scale(1.04); box-shadow: var(--shadow-sm); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--cocoa);
  color: #f3e6d4;
  padding: 56px 0 28px;
  margin-top: 40px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px;
  padding-bottom: 32px; border-bottom: 1px dashed rgba(243,230,212,.35);
}
.footer-brand .brand-zh { color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; }
.footer-brand .brand-en { color: var(--paw); letter-spacing: 2px; font-weight: 700; font-size: .75rem; }
.footer-brand p { color: #d9c7b1; margin-top: 14px; font-size: .95rem; max-width: 300px; }
.footer-col h4 { color: #fff; font-size: 1.05rem; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.footer-col h4 svg { width: 18px; height: 18px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { color: #d9c7b1; font-size: .95rem; margin-bottom: 8px; display: flex; gap: 10px; }
.footer-col li span { color: #fff; font-weight: 700; }
.socials { display: flex; gap: 12px; margin-top: 6px; }
.socials a {
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255,255,255,.08); display: grid; place-items: center;
  transition: background .25s ease, transform .25s ease;
}
.socials a:hover { background: var(--paw); transform: translateY(-3px); }
.socials a svg { width: 20px; height: 20px; }
.footer-bottom { text-align: center; padding-top: 22px; color: #c9b79f; font-size: .85rem; }
.footer-bottom .paw-inline { color: var(--paw); }

/* ============================================================
   首? HERO
   ============================================================ */
.hero {
  position: relative; min-height: 86vh;
  display: grid; place-items: center; text-align: center;
  overflow: hidden;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFDFC 54%, #FFF7EC 100%);
}
.hero .hero-slot { display: none; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: radial-gradient(circle at 50% 18%, rgba(246, 217, 118, .16) 0 110px, transparent 111px);
}
.hero-inner { position: relative; z-index: 2; padding: 40px 24px; color: var(--cocoa); }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255, 255, 255, .88); color: var(--cocoa);
  padding: 8px 20px; border-radius: var(--r-pill);
  font-family: var(--font-display); font-weight: 700; margin-bottom: 22px;
  box-shadow: var(--shadow-md);
}
.hero h1 {
  color: var(--cocoa); font-size: clamp(2.6rem, 7vw, 5rem); font-weight: 800;
  text-shadow: none; letter-spacing: 2px;
}
.hero .hero-en { color: var(--paw); letter-spacing: 6px; font-weight: 700; font-size: clamp(.9rem,2vw,1.2rem); margin-top: 4px; }
.hero p.lead {
  color: var(--ink-soft); font-size: clamp(1.05rem, 2.4vw, 1.4rem);
  margin: 18px auto 30px; max-width: 560px; text-shadow: none;
}
.hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.scroll-cue {
  position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 3;
  color: var(--latte-deep); animation: bob 1.8s ease-in-out infinite;
}
@keyframes bob { 0%,100%{transform:translate(-50%,0)} 50%{transform:translate(-50%,10px)} }

/* ??簡? */
.intro { background: var(--card); }
.intro .quote {
  font-family: var(--font-display); font-size: clamp(1.4rem, 3.2vw, 2.1rem);
  color: var(--cocoa); font-weight: 600; max-width: 760px; margin: 18px auto 0;
  line-height: 1.6; text-wrap: balance;
}
.intro .sign { margin-top: 26px; color: var(--latte-deep); font-weight: 700; }

/* Feature photo sections */
.home-photo-section {
  background: linear-gradient(180deg, var(--card) 0%, var(--beige) 100%);
  padding-top: 36px;
}
.info-photo-section {
  background: var(--paper);
  padding-top: 56px;
  padding-bottom: 56px;
}
.feature-photo {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 32px;
  align-items: center;
  padding: 24px;
  background: var(--card);
  border: 2px solid var(--latte);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}
.feature-photo--reverse {
  grid-template-columns: minmax(0, 1.14fr) minmax(0, .86fr);
}
.feature-photo--reverse .feature-photo__media { order: -1; }
.feature-photo__content { padding: 8px 8px 8px 12px; }
.feature-photo__content .eyebrow { margin-bottom: 12px; }
.feature-photo__content h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.45rem);
  font-weight: 800;
}
.feature-photo__content p {
  margin-top: 16px;
  color: var(--ink-soft);
  font-size: 1.02rem;
  max-width: 520px;
}
.feature-photo__media {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 24px;
  border: 3px solid #fff;
  box-shadow: var(--shadow-sm);
}
.feature-photo__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}


/* 快速?覽??? */
.quicknav { background: var(--beige); }
.quicknav-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px;
}
.qn-card {
  background: var(--card); border: 2px solid var(--latte);
  border-radius: var(--r-lg); padding: 40px 28px; text-align: center;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  position: relative; overflow: hidden;
}
.qn-card::before {
  content: ""; position: absolute; top: -40px; right: -40px;
  width: 120px; height: 120px; border-radius: 50%; background: var(--cream);
  transition: transform .4s ease;
}
.qn-card:hover { transform: translateY(-10px) scale(1.02); box-shadow: var(--shadow-lg); border-color: var(--paw); }
.qn-card:hover::before { transform: scale(1.4); background: rgba(246, 217, 118, .20); }
.qn-icon {
  position: relative; width: 84px; height: 84px; margin: 0 auto 20px;
  background: var(--paw); border-radius: 50%; display: grid; place-items: center;
  transition: transform .3s ease, background .3s ease;
}
.qn-card:hover .qn-icon { transform: rotate(-8deg) scale(1.08); background: var(--caramel); }
.qn-icon svg { width: 46px; height: 46px; }
.qn-card h3 { position: relative; font-size: 1.4rem; margin-bottom: 8px; }
.qn-card p { position: relative; color: var(--ink-soft); font-size: .98rem; margin-bottom: 18px; }
.qn-card .go { position: relative; font-family: var(--font-display); font-weight: 700; color: var(--caramel-deep); }

/* 線??? */
.booking-section { background: var(--paper); }
.booking-head .eyebrow { margin-inline: auto; }
.booking-card {
  margin-top: 48px;
  display: grid; grid-template-columns: .9fr 1.15fr; gap: 34px;
  background: var(--card); border: 2px solid var(--latte);
  border-radius: var(--r-lg); padding: 34px;
  box-shadow: var(--shadow-md);
}
.booking-info,
.booking-form {
  background: #fff; border: 1px dashed var(--latte);
  border-radius: var(--r-md); padding: 28px;
}
.panel-title {
  display: flex; align-items: center; gap: 12px; margin-bottom: 12px;
}
.panel-title .ord {
  width: 40px; height: 40px; flex: none; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--paw); color: var(--cocoa);
  font-family: var(--font-display); font-weight: 800;
}
.panel-title h3 { font-size: 1.45rem; }
.panel-sub { color: var(--ink-soft); font-size: .96rem; margin-bottom: 22px; }
.booking-points { list-style: none; margin: 24px 0 0; padding: 0; }
.booking-points li {
  display: grid; gap: 3px; padding: 15px 0;
  border-top: 1px dashed var(--latte);
}
.booking-points strong { color: var(--cocoa); font-family: var(--font-display); font-size: 1.05rem; }
.booking-points span { color: var(--ink-soft); font-size: .94rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; margin-bottom: 16px; }
.field label {
  font-weight: 700; color: var(--cocoa); font-size: .92rem;
}
.field .req { color: var(--paw-deep); margin-left: 2px; }
.field input,
.field select,
.field textarea {
  width: 100%; border: 2px solid var(--latte); border-radius: var(--r-sm);
  background: var(--paper); color: var(--ink);
  font: inherit; font-size: .95rem; padding: 12px 14px;
  outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.field textarea { min-height: 108px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--paw-deep);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(223, 167, 160, .25);
}
.form-submit {
  width: 100%; justify-content: center; border: 0; margin-top: 4px;
}

/* ============================================================
   貓咪??GRID
   ============================================================ */
.cat-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 28px; margin-top: 48px;
}
.cat-card {
  background: var(--card); border: 2px solid var(--latte);
  border-radius: var(--r-lg); overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.cat-card-manager {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, 340px);
  border-color: var(--caramel);
  box-shadow: var(--shadow-sm);
}
.cat-card-manager .cat-tag { background: var(--paw-deep); }
.cat-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--paw-deep); }
.cat-photo-wrap { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--paper); }
.cat-photo-wrap image-slot { width: 100%; height: 100%; transition: transform .4s ease; }
.cat-card:hover .cat-photo-wrap image-slot { transform: scale(1.07); }
.cat-tag {
  position: absolute; top: 12px; left: 12px; z-index: 3;
  background: var(--caramel); color: #fff; font-family: var(--font-display);
  font-weight: 700; font-size: .8rem; padding: 4px 12px; border-radius: var(--r-pill);
  box-shadow: var(--shadow-sm);
}
.cat-body { padding: 18px 20px 22px; }
.cat-body h3 { font-size: 1.4rem; display: flex; align-items: center; gap: 8px; }
.cat-body h3 svg { width: 20px; height: 20px; flex: none; }
.cat-meta { color: var(--latte-deep); font-weight: 700; font-size: .85rem; margin-top: 4px; }
.cat-quirk {
  margin-top: 12px; color: var(--ink-soft); font-size: .95rem;
  padding-top: 12px; border-top: 1px dashed var(--latte);
  display: flex; gap: 8px;
}
.cat-quirk svg { width: 18px; height: 18px; flex: none; margin-top: 3px; color: var(--paw-deep); }

/* ?護?念 */
.care { background: var(--beige); }
.care-wrap {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: center;
}
.care-art {
  aspect-ratio: 4/3; background: var(--card); border: 2px dashed var(--latte-deep);
  border-radius: var(--r-lg); display: grid; place-items: center; position: relative;
}
.care-art svg { width: 60%; height: 60%; }
.care-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.care-points { list-style: none; margin: 24px 0 0; padding: 0; }
.care-points li { display: flex; gap: 14px; margin-bottom: 20px; }
.care-points .ic {
  width: 46px; height: 46px; flex: none; border-radius: 50%;
  background: var(--paw); display: grid; place-items: center;
}
.care-points .ic svg { width: 26px; height: 26px; }
.care-points h4 { font-size: 1.1rem; margin-bottom: 2px; }
.care-points p { color: var(--ink-soft); font-size: .95rem; }

/* ============================================================
   ?單 / 空???   ============================================================ */
.menu-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin-top: 48px; }
.menu-block {
  background: var(--card); border: 2px solid var(--latte);
  border-radius: var(--r-lg); padding: 34px 32px;
}
.menu-block h3 {
  font-size: 1.6rem; display: flex; align-items: center; gap: 12px;
  padding-bottom: 16px; margin-bottom: 8px; border-bottom: 2px dashed var(--latte);
}
.menu-block h3 .ic {
  width: 44px; height: 44px; border-radius: 50%; background: var(--paw);
  display: grid; place-items: center; flex: none;
}
.menu-block h3 .ic svg { width: 26px; height: 26px; }
.menu-list { list-style: none; margin: 0; padding: 0; }
.menu-item {
  display: flex; align-items: baseline; gap: 8px; padding: 14px 0;
  border-bottom: 1px dotted var(--latte);
}
.menu-item:last-child { border-bottom: none; }
.menu-item .name { font-weight: 700; color: var(--ink); white-space: nowrap; }
.menu-item .desc { font-size: .82rem; color: var(--latte-deep); }
.menu-item .dots { flex: 1; border-bottom: 2px dotted var(--latte); transform: translateY(-4px); }
.menu-item .price { font-family: var(--font-display); font-weight: 700; color: var(--caramel-deep); white-space: nowrap; }
.menu-note { margin-top: 28px; text-align: center; color: var(--ink-soft); font-size: .9rem; }

/* Gallery */
.gallery { background: var(--paper); }
.gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px; gap: 18px; margin-top: 44px;
}
.gallery-grid image-slot {
  width: 100%; height: 100%;
  border: 3px solid #fff; box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease;
}
.gallery-grid image-slot:hover { transform: scale(1.02); box-shadow: var(--shadow-md); }
.gallery-grid .span-2c { grid-column: span 2; }
.gallery-grid .span-2r { grid-row: span 2; }

/* ============================================================
   ???知 / 交通?
   ============================================================ */
.rules-block {
  background: var(--card); border: 2px solid var(--latte);
  border-radius: var(--r-lg); padding: 14px 40px 30px; margin-top: 40px;
}
.paw-list { list-style: none; margin: 0; padding: 0; counter-reset: rule; }
.paw-list li {
  position: relative; padding: 20px 0 20px 56px;
  border-bottom: 1px dashed var(--latte);
  display: flex; flex-direction: column;
}
.paw-list li:last-child { border-bottom: none; }
.paw-list li::before {
  content: ""; position: absolute; left: 4px; top: 20px;
  width: 32px; height: 32px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='%23FFB6C1'%3E%3Cellipse cx='32' cy='44' rx='15' ry='13'/%3E%3Cellipse cx='14' cy='30' rx='6.5' ry='8'/%3E%3Cellipse cx='27' cy='20' rx='6' ry='8.5'/%3E%3Cellipse cx='41' cy='20' rx='6' ry='8.5'/%3E%3Cellipse cx='52' cy='31' rx='6.5' ry='8'/%3E%3C/svg%3E") center/contain no-repeat;
}
.paw-list li strong { font-family: var(--font-display); color: var(--cocoa); font-size: 1.12rem; }
.paw-list li span { color: var(--ink-soft); font-size: .96rem; margin-top: 2px; }

/* 交通兩?*/
.access { background: var(--beige); }
.access-wrap { display: grid; grid-template-columns: 1.15fr 1fr; gap: 40px; margin-top: 44px; }
.map-frame {
  border-radius: var(--r-lg); overflow: hidden; border: 3px solid var(--card);
  box-shadow: var(--shadow-md); min-height: 380px; background: var(--card);
}
.map-frame iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }
.access-info h3 { font-size: 1.5rem; margin-bottom: 18px; }
.access-row { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px dashed var(--latte); }
.access-row:last-child { border-bottom: none; }
.access-row .ic { width: 44px; height: 44px; flex: none; border-radius: 50%; background: var(--paw); display: grid; place-items: center; }
.access-row .ic svg { width: 24px; height: 24px; }
.access-row h4 { font-size: 1.05rem; margin-bottom: 2px; }
.access-row p { color: var(--ink-soft); font-size: .95rem; }

/* ?絡資???（?線?框? */
.contact-card {
  margin-top: 56px; background: var(--card);
  border: 3px dashed var(--paw-deep); border-radius: var(--r-lg);
  padding: 40px; box-shadow: var(--shadow-md); position: relative;
}
.contact-card .corner-paw { position: absolute; top: -20px; left: 50%; transform: translateX(-50%);
  width: 52px; height: 52px; background: var(--card); border-radius: 50%;
  border: 3px dashed var(--paw-deep); display: grid; place-items: center; }
.contact-card .corner-paw svg { width: 28px; height: 28px; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; text-align: center; }
.contact-grid > div { padding: 8px; }
.contact-grid .ic { width: 56px; height: 56px; margin: 0 auto 12px; border-radius: 50%; background: var(--cream); display: grid; place-items: center; }
.contact-grid .ic svg { width: 30px; height: 30px; }
.contact-grid h4 { color: var(--latte-deep); font-size: .9rem; letter-spacing: 1px; margin-bottom: 6px; }
.contact-grid .big { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--cocoa); }
.contact-grid .closed { color: var(--paw-deep); }

/* 簡??? banner（內?用?*/
.page-banner { background: var(--beige); padding: 56px 0 48px; text-align: center; border-bottom: 2px dashed var(--latte); }
.page-banner .eyebrow { margin-inline: auto; }
.text-center .eyebrow { margin-inline: auto; }

/* ---------- ?場?畫（漸??強??設??，???reveal-preload ?????---------- */
html.reveal-preload [data-reveal]:not(.in) { opacity: 0; transform: translateY(26px); }
[data-reveal] { transition: opacity .7s ease, transform .7s ease; }
[data-reveal].in { opacity: 1; transform: none; }
/* 終極安全網?一律顯示、??到位??容絕??在?????*/
body.reveal-done [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
[data-reveal][data-delay="1"] { transition-delay: .1s; }
[data-reveal][data-delay="2"] { transition-delay: .2s; }
[data-reveal][data-delay="3"] { transition-delay: .3s; }
[data-reveal][data-delay="4"] { transition-delay: .4s; }
@media (prefers-reduced-motion: reduce) {
  html.reveal-preload [data-reveal]:not(.in) { opacity: 1; transform: none; }
  [data-reveal] { transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Clean bright visual refinements ---------- */
.hero::after {
  background: radial-gradient(circle at 50% 18%, rgba(246, 217, 118, .16) 0 110px, transparent 111px);
}
.hero-badge,
.qn-icon,
.panel-title .ord,
.care-points .ic,
.access-row .ic,
.menu-block h3 .ic,
.contact-grid .ic {
  box-shadow: inset 0 -3px 0 rgba(246, 217, 118, .28), var(--shadow-sm);
}
.qn-card,
.booking-card,
.booking-info,
.booking-form,
.cat-card,
.menu-block,
.rules-block,
.contact-card {
  background: var(--card);
  border-color: rgba(232, 211, 181, .82);
}
.qn-card:hover,
.cat-card:hover {
  border-color: var(--paw-deep);
}
.qn-card:hover::before {
  background: rgba(246, 217, 118, .20);
}
.cat-tag {
  background: var(--caramel-deep);
}
.site-footer {
  background: #4F3728;
}
.page-banner {
  background: linear-gradient(180deg, #FFFFFF 0%, var(--beige) 100%);
}

/* ============================================================
   RWD
   ============================================================ */
@media (max-width: 900px) {
  .care-wrap, .menu-wrap, .access-wrap, .booking-card { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .feature-photo,
  .feature-photo--reverse {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }
  .feature-photo--reverse .feature-photo__media { order: 0; }
  .feature-photo__content { padding: 2px; }
  .feature-photo__media { aspect-ratio: 4 / 3; border-radius: 18px; }

  .section { padding: 60px 0; }
  .nav-toggle { display: grid; }
  .nav-links {
    position: absolute; top: 76px; left: 0; right: 0;
    flex-direction: column; gap: 2px; align-items: stretch;
    background: var(--cream); border-bottom: 2px dashed var(--latte);
    padding: 14px 24px 22px; box-shadow: var(--shadow-md);
    max-height: 0; overflow: hidden; padding-top: 0; padding-bottom: 0;
    transition: max-height .35s ease, padding .35s ease;
  }
  .nav-links.open { max-height: 360px; padding-top: 14px; padding-bottom: 22px; }
  .nav-links a { padding: 14px 16px; }
  .nav-links a::after { display: none; }
  .nav-links a:hover, .nav-links a.active { background: var(--paw); color: var(--cocoa); }
  .quicknav-grid { grid-template-columns: 1fr; gap: 20px; }
  .booking-card { padding: 22px; }
  .booking-info, .booking-form { padding: 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .care-points li { margin-bottom: 16px; }
}
@media (max-width: 460px) {
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .gallery-grid .span-2c { grid-column: span 1; }
  .brand .brand-en { display: none; }
}
