:root {
  --ink: #141414;
  --ink-soft: #3a3632;
  --ink-muted: #8c847c;
  --paper: #faf5ee;
  --paper-deep: #f2ebe0;
  --surface: #ffffff;
  --hairline: #e4ddd2;
  --sage: #4f7259;
  --sage-deep: #3a5442;
  --forest: #24352a;
  --ember: #c2410c;
  --ember-deep: #9a3412;
  --max: 1180px;
  --serif: "Playfair Display", "Noto Serif TC", "Songti TC", Georgia, serif;
  --sans: "Inter", "Noto Sans TC", -apple-system, BlinkMacSystemFont, "PingFang TC", "Microsoft JhengHei", sans-serif;
}

/* Shape system: panels/cards/images sharp (0), CTA buttons pill, inputs 2px */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.8; }
button, input, select { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3 { font-family: var(--serif); font-weight: 700; letter-spacing: .01em; }
.skip-link { position: fixed; left: 16px; top: 10px; transform: translateY(-160%); background: var(--ink); color: var(--paper); padding: 8px 14px; z-index: 100; }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--hairline); }
/* 品牌字要跟 thepickleland.com 官方 header 逐項一致（theme/assets/css/style.css 的 .site-title）：
   Playfair Display 400、1.375rem、字距 .02em、badge 44px，「匹克島」走 Kaisei Tokumin。
   2026-07-28 文宣退件：這裡原本自編 Playfair 700 ＋ .24em 字距的灰色小標，跟官方對不起來。 */
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: var(--serif); font-weight: 400; font-size: 1.375rem; letter-spacing: .02em; color: var(--ink); }
.brand img { height: 44px; width: auto; object-fit: contain; display: block; }
.brand .zh { font-family: "Kaisei Tokumin", var(--serif); font-weight: 400; }
.site-header nav { display: flex; gap: 30px; font-size: .85rem; font-weight: 500; }
.site-header nav a { text-decoration: none; color: var(--ink-soft); padding-bottom: 3px; border-bottom: 1px solid transparent; transition: color .2s ease, border-color .2s ease; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--ink); border-color: var(--ink); }

.hero { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.hero-copy { max-width: 700px; padding: clamp(40px, 5.5vw, 72px) 0 clamp(28px, 3.5vw, 44px); }
.eyebrow { margin: 0 0 18px; color: var(--ink-muted); font-size: .72rem; line-height: 1.4; letter-spacing: .24em; font-weight: 600; text-transform: uppercase; }
.hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.22; margin: 0; font-weight: 700; }
.hero h1 em { font-style: normal; color: var(--sage-deep); }
.hero-lead { max-width: 540px; color: var(--ink-soft); font-size: clamp(1rem, 1.5vw, 1.1rem); margin: 22px 0 30px; }
.hero-note { max-width: 540px; margin: 18px 0 0; font-size: .85rem; color: var(--ink-muted); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 30px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: .92rem; cursor: pointer; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(1px); }
.button:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible, a:focus-visible { outline: 2px solid var(--sage-deep); outline-offset: 3px; }
.button-primary { background: var(--ember); color: #fff; }
.button-primary:hover { background: var(--ember-deep); box-shadow: 0 10px 26px rgba(194, 65, 12, .22); }
.text-link { font-size: .88rem; font-weight: 600; color: var(--ink); text-underline-offset: 5px; text-decoration-color: var(--ink-muted); transition: text-decoration-color .2s ease; }
.text-link:hover { text-decoration-color: var(--ink); }

.hero-gallery { display: grid; grid-template-columns: 1.7fr 1fr; grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 12px; height: clamp(340px, 42vw, 480px); }
.hero-gallery figure { margin: 0; overflow: hidden; position: relative; background: var(--paper-deep); }
.hero-gallery .gallery-main { grid-row: 1 / span 2; }
.hero-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.hero-gallery figure:hover img { transform: scale(1.025); }
.quick-facts { margin: 28px 0 0; padding: 26px 0 0; border-top: 1px solid var(--hairline); list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.quick-facts li { display: flex; flex-direction: column; gap: 4px; font-size: .95rem; }
.quick-facts span { color: var(--ink-muted); font-size: .7rem; letter-spacing: .18em; font-weight: 600; }
.quick-facts strong { font-weight: 600; }

.section { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; padding: clamp(72px, 9vw, 120px) 0; }
.section-heading { max-width: 700px; margin-bottom: 44px; }
.section-heading h2, .booking-intro h2, .trust-copy h2, .price-section h2, .policy-section h2 { margin: 0; font-size: clamp(1.75rem, 3.4vw, 2.7rem); line-height: 1.28; }

.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--hairline); background: var(--surface); }
.fit-card { padding: clamp(30px, 4.6vw, 52px); }
.fit-card + .fit-card { border-left: 1px solid var(--hairline); }
.fit-card h3 { font-size: clamp(1.35rem, 2.4vw, 1.8rem); line-height: 1.3; margin: 26px 0 20px; }
.fit-yes .card-number { color: var(--sage-deep); border-color: var(--sage); }
.fit-no { background: var(--paper-deep); }
.fit-no p { border-top: 1px solid var(--hairline); padding-top: 22px; color: var(--ink-soft); font-size: .92rem; }
.fit-no .plain-list li { color: var(--ink-soft); }
.card-number { display: inline-block; font-size: .7rem; font-weight: 600; letter-spacing: .16em; color: var(--ink-muted); border: 1px solid var(--hairline); padding: 6px 14px; }
.check-list, .plain-list { padding: 0; list-style: none; margin: 0; }
.check-list li, .plain-list li { margin: 13px 0; padding-left: 32px; position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: .1em; width: 20px; height: 20px; line-height: 20px; text-align: center; background: var(--sage); color: var(--paper); font-size: .68rem; font-weight: 700; }
.plain-list li::before { content: "—"; position: absolute; left: 0; font-weight: 600; color: var(--ink-muted); }

.course-section { border-top: 1px solid var(--hairline); }
.course-tagline { margin: 16px 0 0; color: var(--ink-soft); font-size: 1.05rem; }
.course-intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); margin-bottom: clamp(44px, 6vw, 72px); }
.course-intro h3 { margin: 0 0 12px; font-size: 1.2rem; }
.course-intro p { margin: 0; color: var(--ink-soft); }
.syllabus { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--ink); counter-reset: none; }
.syllabus > li { padding: clamp(36px, 5vw, 56px) 0; border-bottom: 1px solid var(--hairline); }
.lesson-head { display: flex; gap: 22px; align-items: flex-start; margin-bottom: 18px; }
.lesson-index { flex: 0 0 auto; width: 52px; height: 52px; border: 1px solid var(--ink); display: grid; place-items: center; font-family: var(--serif); font-weight: 700; font-size: 1.2rem; }
.lesson-tag { margin: 0 0 6px; color: var(--ink-muted); font-size: .72rem; font-weight: 600; letter-spacing: .16em; }
.syllabus h3 { margin: 0; font-size: clamp(1.35rem, 2.5vw, 1.9rem); }
.lesson-line { margin: 8px 0 0; color: var(--sage-deep); font-size: .98rem; font-weight: 500; }
.lesson-desc { margin: 0 0 24px; max-width: 680px; color: var(--ink-soft); }
.lesson-columns { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(24px, 3.6vw, 48px); }
.list-label { margin: 0 0 10px; font-size: .72rem; font-weight: 600; letter-spacing: .16em; color: var(--ink-muted); }
.outcome-list, .fit-list { margin: 0; padding: 0; list-style: none; }
.outcome-list li { margin: 10px 0; padding-left: 30px; position: relative; }
.outcome-list li::before { content: "✓"; position: absolute; left: 0; top: .12em; width: 19px; height: 19px; line-height: 19px; text-align: center; background: var(--sage); color: var(--paper); font-size: .65rem; font-weight: 700; }
.fit-list li { margin: 10px 0; padding: 0 0 10px 0; border-bottom: 1px solid var(--hairline); color: var(--ink-soft); font-size: .95rem; }
.fit-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.course-info { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: clamp(40px, 5vw, 64px) 0 0; border: 1px solid var(--hairline); background: var(--surface); }
.course-info > div { padding: 22px 20px; }
.course-info > div + div { border-left: 1px solid var(--hairline); }
.course-info dt { font-size: .7rem; font-weight: 600; letter-spacing: .18em; color: var(--ink-muted); margin-bottom: 8px; }
.course-info dd { margin: 0; font-size: .92rem; font-weight: 500; line-height: 1.6; }

.trust-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(36px, 7vw, 88px); align-items: center; }
.trust-visual { position: relative; margin: 0; min-height: 460px; overflow: hidden; }
.trust-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.trust-visual blockquote { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; background: rgba(250, 245, 238, .95); padding: 26px 28px; font-family: var(--serif); font-size: clamp(1.1rem, 1.9vw, 1.4rem); line-height: 1.55; font-weight: 700; }
.trust-visual blockquote small { display: block; margin-top: 10px; font-family: var(--sans); font-size: .66rem; font-weight: 600; letter-spacing: .2em; color: var(--ink-muted); }
.trust-copy > p:not(.coach-note) { font-size: 1.02rem; color: var(--ink-soft); }
.trust-points { margin: 30px 0; }
.trust-points div { padding: 16px 0; display: grid; grid-template-columns: 120px 1fr; border-top: 1px solid var(--hairline); }
.trust-points dt { font-weight: 600; }
.trust-points dd { margin: 0; color: var(--ink-soft); }
.coach-note { background: var(--surface); border-left: 3px solid var(--ember); padding: 16px 18px; font-size: .85rem; color: var(--ink-soft); }

.booking-section { width: 100%; max-width: none; background: var(--forest); color: var(--paper); padding-left: max(20px, calc((100% - var(--max))/2)); padding-right: max(20px, calc((100% - var(--max))/2)); }
.booking-intro { max-width: 720px; margin-bottom: 44px; }
.booking-intro .eyebrow { color: rgba(250, 245, 238, .6); }
.booking-intro > p:not(.eyebrow) { color: rgba(250, 245, 238, .78); }
.sync-note { display: inline-flex; gap: 9px; align-items: center; font-size: .82rem; font-weight: 600; color: rgba(250, 245, 238, .9); }
.sync-dot { width: 8px; height: 8px; border-radius: 50%; background: #8fbf9e; box-shadow: 0 0 0 4px rgba(143, 191, 158, .2); }
.survey-banner { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 16px; margin-bottom: 24px; padding: 20px 24px; background: var(--ember); color: #fff; text-decoration: none; transition: background .2s ease; }
.survey-banner:hover { background: var(--ember-deep); }
.survey-banner strong { font-size: 1.05rem; font-weight: 700; }
.survey-banner span { font-size: .9rem; opacity: .92; }
.booking-shell { display: grid; grid-template-columns: 1fr .88fr; overflow: hidden; }
.calendar-panel, .booking-form { padding: clamp(28px, 4.6vw, 50px); }
.calendar-panel { background: var(--paper); color: var(--ink); }
.booking-form { background: var(--surface); color: var(--ink); }
.panel-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 24px; }
.panel-heading span { font-size: .66rem; color: var(--ink-muted); font-weight: 600; letter-spacing: .2em; }
.panel-heading h3 { margin: 4px 0 0; font-size: 1.4rem; }
.refresh-button { border: 0; border-bottom: 1px solid currentColor; padding: 3px 0; background: transparent; color: var(--ink); font-size: .78rem; font-weight: 600; cursor: pointer; transition: opacity .2s ease; }
.refresh-button:hover { opacity: .65; }
.refresh-button:disabled { opacity: .4; cursor: wait; }
.status-banner { padding: 13px 16px; font-size: .82rem; margin-bottom: 18px; }
.status-banner.is-loading { background: var(--paper-deep); }
.status-banner.is-success { background: #e2ead9; color: var(--sage-deep); }
.status-banner.is-coming { background: #f3e6c4; color: #6e5518; }
.status-banner.is-full, .status-banner.is-error { background: #f6ddd2; color: #8c2f16; }
.slot-list { min-height: 132px; }
.date-strip { display: flex; gap: 8px; overflow-x: auto; padding: 2px 2px 12px; margin-bottom: 20px; scrollbar-width: thin; scroll-snap-type: x proximity; }
.date-strip::-webkit-scrollbar { height: 5px; }
.date-strip::-webkit-scrollbar-thumb { background: var(--hairline); border-radius: 3px; }
.date-pill { position: relative; flex: 0 0 auto; width: 62px; padding: 12px 6px; border: 1px solid var(--hairline); background: var(--surface); color: var(--ink); display: flex; flex-direction: column; align-items: center; gap: 3px; cursor: pointer; scroll-snap-align: center; transition: border-color .2s ease, background .2s ease; }
.date-pill:hover { border-color: var(--sage); }
.date-weekday { font-size: .7rem; color: var(--ink-muted); font-weight: 500; }
.date-day { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; line-height: 1; }
.date-pill.is-active { background: var(--forest); border-color: var(--forest); color: var(--paper); }
.date-pill.is-active .date-weekday { color: rgba(250, 245, 238, .7); }
.date-badge { position: absolute; top: -7px; right: -7px; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 999px; background: var(--sage); color: var(--paper); font-size: .68rem; font-weight: 700; display: grid; place-items: center; }
.date-pill.is-active .date-badge { background: var(--ember); }
.slot-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; }
.slot-card { border: 1px solid var(--hairline); padding: 14px 16px; background: var(--surface); color: var(--ink); display: flex; flex-direction: column; gap: 4px; text-align: left; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease; }
.slot-card:hover:not(:disabled) { border-color: var(--ink); box-shadow: 0 4px 14px rgba(20, 20, 20, .08); }
.slot-card strong { font-family: var(--serif); font-size: 1.3rem; font-weight: 700; line-height: 1; }
.slot-card span { font-size: .8rem; color: var(--ink-soft); font-weight: 500; }
.slot-card em { font-style: normal; font-size: .72rem; font-weight: 600; color: var(--sage-deep); }
.slot-card[aria-pressed="true"] { border: 2px solid var(--forest); background: var(--sage-mist, #e9efe8); box-shadow: 0 6px 18px rgba(79, 114, 89, .16); }
.slot-card:disabled { cursor: not-allowed; background: repeating-linear-gradient(135deg, var(--paper-deep), var(--paper-deep) 6px, var(--surface) 6px, var(--surface) 12px); color: var(--ink-muted); }
.slot-card:disabled strong { color: var(--ink-muted); }
.slot-card.state-sold_out em, .slot-card.state-closed em, .slot-card.state-unavailable em { color: #8c2f16; }
.slot-card.is-low em { color: var(--ember-deep); }
.empty-slots { grid-column: 1 / -1; padding: 30px 20px; text-align: center; color: var(--ink-muted); border: 1px dashed var(--hairline); }
.slot-legend { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 18px; font-size: .7rem; color: var(--ink-muted); }
.slot-legend span { display: inline-flex; align-items: center; gap: 6px; }
.slot-legend i { width: 8px; height: 8px; border-radius: 50%; background: var(--sage); }
.slot-legend .legend-low { background: var(--ember); }
.slot-legend .legend-full { background: #b9b1a8; }
.booking-form fieldset { margin: 0; padding: 0; border: 0; }
.booking-form fieldset:disabled { opacity: .55; }
.form-row { display: flex; flex-direction: column; gap: 7px; margin-bottom: 17px; }
.form-row label, .form-row > span { font-size: .78rem; font-weight: 600; }
.form-row input, .form-row select { width: 100%; min-height: 50px; border: 1px solid var(--hairline); border-radius: 2px; padding: 0 14px; background: #fff; color: var(--ink); transition: border-color .2s ease; }
.form-row input:hover, .form-row select:hover { border-color: var(--ink-muted); }
.form-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-summary { min-height: 76px; background: var(--paper); padding: 11px 14px; justify-content: center; }
.form-summary strong { font-size: 1.15rem; font-family: var(--serif); }
.consent-row { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin: 8px 0 18px; font-size: .78rem; color: var(--ink-soft); }
.consent-row input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--sage-deep); }
.consent-row a { font-weight: 600; }
.turnstile-wrap { min-height: 66px; margin: 8px 0 18px; display: flex; justify-content: center; }
.form-message { display: none; margin: 8px 0 14px; background: #f6ddd2; color: #8c2f16; padding: 11px 14px; font-size: .82rem; }
.form-message.is-visible { display: block; }
.button-checkout { width: 100%; border-radius: 999px; background: var(--ember); color: #fff; justify-content: space-between; padding: 0 26px; }
.button-checkout:hover { background: var(--ember-deep); }
.button-checkout:disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }
.payment-note { margin: 13px 0 0; color: var(--ink-muted); text-align: center; font-size: .7rem; }

.price-section { display: grid; grid-template-columns: 1fr .8fr; gap: 64px; align-items: center; }
.price-card { background: var(--surface); border: 1px solid var(--hairline); border-top: 3px solid var(--ink); padding: clamp(30px, 4.6vw, 48px); }
.price-label { font-size: .7rem; font-weight: 600; letter-spacing: .18em; color: var(--ink-muted); margin: 0; }
.price-value { font-size: clamp(1.5rem, 3.4vw, 2.4rem); margin: 8px 0 24px; font-family: var(--serif); font-weight: 700; }
.price-rows { margin: 18px 0 24px; border-top: 2px solid var(--ink); }
.price-rows > div { display: grid; grid-template-columns: 1fr auto; gap: 2px 18px; padding: 16px 0; border-bottom: 1px solid var(--hairline); align-items: center; }
.price-rows span { font-weight: 600; }
.price-rows strong { font-family: var(--serif); font-size: 1.4rem; grid-row: 1 / span 2; align-self: center; }
.price-rows small { color: var(--ink-muted); font-size: .78rem; }
.check-list.compact { margin-bottom: 0; font-size: .9rem; }

.faq-section { border-top: 1px solid var(--hairline); }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--hairline); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 4px; font-family: var(--serif); font-size: clamp(1rem, 1.9vw, 1.18rem); font-weight: 700; transition: color .2s ease; }
.faq-list summary:hover { color: var(--sage-deep); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--ink-muted); transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; color: var(--ink-soft); margin: -3px 0 28px; }

.policy-section { background: var(--paper-deep); padding-left: clamp(28px, 5.6vw, 64px); padding-right: clamp(28px, 5.6vw, 64px); margin-bottom: 120px; }
.policy-section h2 { max-width: 720px; }
.policy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 46px; }
.policy-grid article { border-top: 2px solid var(--ink); padding-top: 6px; }
.policy-grid h3 { font-size: 1.05rem; }
.policy-grid p { color: var(--ink-soft); font-size: .85rem; }
.support-line { margin: 36px 0 0; font-weight: 600; }
.support-line a { text-underline-offset: 4px; }

.sticky-cta { position: fixed; z-index: 20; left: 50%; bottom: 18px; transform: translateX(-50%); width: min(calc(100% - 28px), 600px); border: 1px solid var(--hairline); background: rgba(255, 255, 255, .96); color: var(--ink); box-shadow: 0 14px 40px rgba(20, 20, 20, .16); backdrop-filter: blur(10px); border-radius: 999px; padding: 8px 8px 8px 24px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sticky-cta div { display: flex; flex-direction: column; font-size: .7rem; line-height: 1.35; color: var(--ink-muted); }
.sticky-cta strong { color: var(--ink); font-size: .88rem; font-weight: 600; }
.sticky-cta .button { min-height: 44px; padding: 0 22px; }

footer { background: var(--ink); color: rgba(250, 245, 238, .78); padding: 64px max(20px, calc((100% - var(--max))/2)) 88px; }
.footer-brand { color: var(--paper); }
.footer-brand small { color: rgba(250, 245, 238, .55); }
footer p { max-width: 520px; }
footer a { color: var(--paper); text-underline-offset: 4px; }
.footer-info { margin: 30px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 40px; max-width: 760px; font-size: .84rem; }
.footer-info div { display: grid; grid-template-columns: 110px 1fr; gap: 8px; }
.footer-info dt { color: rgba(250, 245, 238, .5); font-weight: 500; }
.footer-info dd { margin: 0; }
.footer-links { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(250, 245, 238, .16); display: flex; gap: 24px; font-size: .84rem; }
.footer-links a { text-decoration: none; border-bottom: 1px solid rgba(250, 245, 238, .3); padding-bottom: 2px; }
.footer-links a:hover { border-color: var(--paper); }
.copyright { margin-top: 36px; color: rgba(250, 245, 238, .4); font-size: .72rem; }

.legal-main { width: min(calc(100% - 40px), 760px); margin: 0 auto; padding: clamp(40px, 6vw, 72px) 0 clamp(72px, 9vw, 110px); }
.legal-main h1 { font-size: clamp(1.9rem, 4vw, 2.6rem); margin: 0 0 6px; }
.legal-updated { color: var(--ink-muted); font-size: .82rem; margin: 0 0 40px; }
.legal-main section { margin-bottom: 36px; }
.legal-main h2 { font-size: 1.2rem; margin: 0 0 12px; }
.legal-main p, .legal-main li { color: var(--ink-soft); font-size: .95rem; }
.legal-main ul { padding-left: 22px; margin: 12px 0; }
.legal-main li { margin: 8px 0; }
.legal-main a { color: var(--sage-deep); font-weight: 600; text-underline-offset: 4px; }
.policy-grid a { color: var(--sage-deep); font-weight: 600; text-underline-offset: 3px; }

@media (max-width: 850px) {
  .site-header nav { display: none; }
  .hero-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: minmax(0, 1.4fr) minmax(0, 1fr); height: clamp(320px, 60vw, 430px); }
  .hero-gallery .gallery-main { grid-row: 1; grid-column: 1 / -1; }
  .quick-facts { grid-template-columns: 1fr; gap: 14px; }
  .fit-grid { grid-template-columns: 1fr; }
  .fit-card + .fit-card { border-left: 0; border-top: 1px solid var(--hairline); }
  .course-intro, .lesson-columns, .trust-section, .booking-shell, .price-section { grid-template-columns: 1fr; }
  .course-info { grid-template-columns: 1fr 1fr; }
  .course-info > div + div { border-left: 0; }
  .course-info > div { border-top: 1px solid var(--hairline); }
  .course-info > div:first-child { border-top: 0; }
  .course-info > div:nth-child(2) { border-top: 0; }
  .course-info > div:nth-child(odd) { border-right: 1px solid var(--hairline); }
  .booking-intro h2 { max-width: 700px; }
  .booking-form { border-top: 1px solid var(--hairline); }
  .trust-visual { min-height: 420px; }
  .policy-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .site-header { min-height: 70px; }
  .brand { font-size: 1.125rem; }
  .brand img { height: 38px; }
  .hero-copy { padding-top: 32px; }
  .hero h1 { font-size: clamp(2rem, 9vw, 2.7rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-gallery { gap: 8px; height: auto; grid-template-rows: 58vw 38vw; }
  .quick-facts { margin-top: 22px; }
  .lesson-head { gap: 14px; }
  .lesson-index { width: 42px; height: 42px; font-size: 1rem; }
  .course-info { grid-template-columns: 1fr; }
  .course-info > div { border-right: 0 !important; }
  .trust-visual { min-height: 360px; }
  .trust-visual blockquote { padding: 18px 18px; }
  .trust-points div { grid-template-columns: 1fr; gap: 3px; }
  .booking-section { padding-top: 72px; padding-bottom: 84px; }
  .calendar-panel, .booking-form { padding: 24px 18px; }
  .form-columns { grid-template-columns: 1fr; gap: 0; }
  .slot-card { grid-template-columns: 1fr; }
  .slot-card em { grid-column: 1; grid-row: auto; margin-top: 6px; }
  .panel-heading { align-items: flex-end; }
  .policy-section { width: calc(100% - 24px); margin-bottom: 100px; }
  .footer-info { grid-template-columns: 1fr; }
  .footer-info div { grid-template-columns: 96px 1fr; }
  .footer-links { flex-wrap: wrap; gap: 14px 24px; }
  .sticky-cta { bottom: 10px; padding-left: 18px; }
  .sticky-cta div { max-width: 150px; }
  .sticky-cta .button { font-size: .78rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* === Survey (Tally embed wrapper) ===
   /survey 是整頁一張表單：頁面本身不捲，捲動發生在 iframe 裡，
   所以兩個 LINE 出口固定在右上角，填到哪一頁都點得到。 */
html.survey-page { height: 100%; }
body.survey-page { height: 100dvh; display: flex; flex-direction: column; overflow: hidden; background: var(--paper); }

.survey-header { flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 64px; padding: 10px clamp(14px, 3vw, 28px); background: var(--surface); border-bottom: 1px solid var(--hairline); }
.survey-exits { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.survey-exit { min-height: 40px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: .84rem; white-space: nowrap; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.survey-exit-primary { background: var(--ember); color: #fff; }
.survey-exit-primary:hover { background: var(--ember-deep); }
.survey-exit-ghost { background: var(--surface); color: var(--ink); border: 1px solid var(--hairline); }
.survey-exit-ghost:hover { border-color: var(--ink); }

.survey-stage { position: relative; flex: 1 1 auto; min-height: 0; }
/* fallback 墊在底下，iframe 有底色會蓋掉它；表單載不出來時才看得到 */
.survey-fallback { position: absolute; inset: 0; margin: 0; display: flex; align-items: center; justify-content: center; text-align: center; padding: 0 24px; color: var(--ink-muted); font-size: .9rem; }
.survey-frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: var(--paper); }

@media (max-width: 560px) {
  .survey-header { min-height: 56px; padding: 8px 12px; gap: 8px; }
  .survey-header .brand { gap: 8px; }
  .survey-header .brand img { height: 32px; }
  .survey-exits { gap: 8px; }
  .survey-exit { min-height: 36px; padding: 0 13px; font-size: .78rem; }
}

/* 手機的 survey header 要同時塞下品牌與兩顆 LINE 按鈕，420–390 px 只剩個位數餘裕。
   這裡收掉文字只留 badge：badge 本身就含 PickleLand 字樣，品牌辨識不會掉。 */
@media (max-width: 460px) {
  .survey-header .brand span { display: none; }
}
