/*
Theme Name: Sabai
Theme URI: https://travel1.clickdrop.online
Author: Sabai Team
Author URI: https://travel1.clickdrop.online
Description: Bilingual (Chinese-primary, English-secondary) travel affiliate theme for Sabai. Monetized via Trip.com, Klook, and Stay22. China-friendly: no Google Fonts, no Google Analytics dependencies.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sabai
Tags: travel, affiliate, bilingual, china-friendly
*/

:root {
  --terracotta: #C75B3A;
  --persimmon:  #E47A4A;
  --sage-teal:  #5C8A86;
  --sand:       #F4E4C1;
  --cream:      #FAF6F0;
  --charcoal:   #1F1B16;
  --stone:      #7A6F65;
  --deep-clay:  #1A1614;

  --radius-sm: 10px;
  --radius:    16px;
  --radius-lg: 24px;
  --shadow:    0 8px 24px rgba(31, 27, 22, 0.08);
  --shadow-hover: 0 14px 34px rgba(31, 27, 22, 0.12);
  --container:  1200px;
}

@font-face { font-family: 'Inter'; font-weight: 400; font-style: normal; font-display: swap; src: local('Inter Regular'), url('assets/fonts/Inter-Regular.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-weight: 600; font-style: normal; font-display: swap; src: local('Inter SemiBold'), url('assets/fonts/Inter-SemiBold.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-weight: 700; font-style: normal; font-display: swap; src: local('Inter Bold'), url('assets/fonts/Inter-Bold.woff2') format('woff2'); }
@font-face { font-family: 'Fraunces'; font-weight: 500; font-style: normal; font-display: swap; src: local('Fraunces Medium'), url('assets/fonts/Fraunces-Medium.woff2') format('woff2'); }
@font-face { font-family: 'Fraunces'; font-weight: 600; font-style: normal; font-display: swap; src: local('Fraunces SemiBold'), url('assets/fonts/Fraunces-SemiBold.woff2') format('woff2'); }
@font-face { font-family: 'Noto Sans SC'; font-weight: 400; font-style: normal; font-display: swap; src: local('Noto Sans SC'), url('assets/fonts/NotoSansSC-Regular.woff2') format('woff2'); }
@font-face { font-family: 'Noto Sans SC'; font-weight: 700; font-style: normal; font-display: swap; src: local('Noto Sans SC Bold'), url('assets/fonts/NotoSansSC-Bold.woff2') format('woff2'); }
@font-face { font-family: 'Noto Serif SC'; font-weight: 700; font-style: normal; font-display: swap; src: local('Noto Serif SC Bold'), url('assets/fonts/NotoSerifSC-Bold.woff2') format('woff2'); }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', system-ui, sans-serif;
  background: var(--cream);
  color: var(--charcoal);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
::selection { background: var(--sand); }

@keyframes sabaiGlow { 0%, 100% { opacity: .85; } 50% { opacity: 1; } }

.sabai-container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* Sticky top bar */
.sabai-topbar { position: sticky; top: 0; z-index: 50; background: rgba(250, 246, 240, .92); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(31, 27, 22, .06); }
.sabai-topbar__inner { max-width: var(--container); margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; gap: 20px; }
.sabai-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.sabai-logo__mark { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 13px; background: linear-gradient(135deg, var(--persimmon), var(--terracotta)); box-shadow: 0 4px 12px rgba(199, 91, 58, .3); }
.sabai-logo__mark span { font-family: 'Noto Serif SC', 'Songti SC', serif; font-size: 20px; color: var(--cream); line-height: 1; }
.sabai-logo__name { display: flex; flex-direction: column; line-height: 1.05; }
.sabai-logo__thai { font-family: 'Noto Serif SC', 'Songti SC', serif; font-size: 13px; color: var(--stone); letter-spacing: 2px; }
.sabai-logo__latin { font-family: Fraunces, Georgia, serif; font-size: 21px; font-weight: 600; color: var(--charcoal); letter-spacing: -.3px; }
.sabai-searchbar { flex: 1; max-width: 440px; display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid rgba(31, 27, 22, .08); border-radius: 12px; padding: 9px 14px; box-shadow: 0 2px 8px rgba(31, 27, 22, .04); }
.sabai-searchbar__icon { color: var(--terracotta); font-size: 15px; }
.sabai-searchbar input { border: none; outline: none; background: transparent; font-size: 14px; width: 100%; color: var(--charcoal); }
.sabai-searchbar__tag { font-family: ui-monospace, Menlo, monospace; font-size: 9px; color: #9b9389; border: 1px solid rgba(31, 27, 22, .1); border-radius: 5px; padding: 2px 5px; white-space: nowrap; }
.sabai-topbar__right { margin-left: auto; display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.sabai-city { font-size: 12.5px; color: var(--stone); white-space: nowrap; }
.sabai-lang { display: flex; background: var(--sand); border-radius: 10px; padding: 3px; }
.sabai-lang__btn { background: transparent; color: var(--stone); border: none; border-radius: 8px; padding: 7px 14px; font-size: 13px; font-weight: 600; }
.sabai-lang__btn--active { background: var(--terracotta); color: #FFF8EF; }

/* Hero */
.sabai-hero { position: relative; min-height: 90vh; display: flex; align-items: flex-end; background: radial-gradient(115% 85% at 74% 22%, #FBD9A0 0%, #F0A766 32%, #D8693C 62%, #A8482A 100%); overflow: hidden; }
.sabai-hero__sun { position: absolute; top: 18%; right: 16%; width: 160px; height: 160px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 244, 214, .95), rgba(255, 224, 170, 0)); filter: blur(6px); animation: sabaiGlow 6s ease-in-out infinite; }
.sabai-hero__skyline { position: absolute; left: 0; right: 0; bottom: 0; height: 200px; opacity: .4; background: repeating-linear-gradient(90deg, rgba(70, 32, 18, .55) 0 14px, rgba(70, 32, 18, .15) 14px 24px, rgba(70, 32, 18, .7) 24px 40px, rgba(70, 32, 18, .1) 40px 64px, rgba(70, 32, 18, .45) 64px 80px, transparent 80px 110px); -webkit-mask-image: linear-gradient(180deg, transparent, #000 75%); mask-image: linear-gradient(180deg, transparent, #000 75%); }
.sabai-hero__shade { position: absolute; left: 0; right: 0; bottom: 0; height: 62%; background: linear-gradient(180deg, transparent, rgba(120, 52, 30, .55) 55%, rgba(60, 26, 15, .78)); }
.sabai-hero__inner { position: relative; z-index: 2; max-width: var(--container); width: 100%; margin: 0 auto; padding: 0 24px 80px; }
.sabai-hero__content { max-width: 720px; }
.sabai-hero__eyebrow { display: inline-block; font-size: 12.5px; font-weight: 600; letter-spacing: 1.5px; color: #FFF1DD; background: rgba(60, 26, 15, .28); border: 1px solid rgba(255, 241, 221, .35); padding: 6px 14px; border-radius: 999px; margin-bottom: 22px; }
.sabai-hero__title { font-family: 'Noto Serif SC', 'Songti SC', serif; font-size: clamp(40px, 6vw, 72px); line-height: 1.1; font-weight: 700; color: #FFF8EF; margin: 0 0 8px; text-shadow: 0 2px 24px rgba(60, 26, 15, .4); }
.sabai-hero__subtitle { font-family: Fraunces, Georgia, serif; font-size: clamp(20px, 2.4vw, 30px); font-weight: 500; color: #FFE9CF; margin: 0 0 22px; text-shadow: 0 2px 16px rgba(60, 26, 15, .4); }
.sabai-hero__subtitle em { font-style: italic; }
.sabai-hero__lead { font-size: 17px; line-height: 1.7; color: rgba(255, 247, 235, .92); margin: 0 0 34px; max-width: 560px; }
.sabai-hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn { display: inline-flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 600; padding: 15px 28px; border-radius: 14px; transition: transform .2s, background .2s; }
.btn--primary { background: var(--charcoal); color: #FFF8EF; box-shadow: 0 10px 28px rgba(31, 27, 22, .35); }
.btn--primary:hover { background: #332b22; transform: translateY(-2px); }
.btn--ghost { background: rgba(255, 248, 239, .94); color: var(--charcoal); }
.btn--ghost:hover { transform: translateY(-2px); }
.btn--text { color: #FFF1DD; font-size: 15px; font-weight: 500; padding: 10px 4px; border-bottom: 1.5px solid rgba(255, 241, 221, .5); }
.sabai-hero__caption { position: absolute; top: 78px; right: 24px; font-family: ui-monospace, Menlo, monospace; font-size: 11px; color: rgba(255, 247, 235, .78); background: rgba(60, 26, 15, .32); padding: 5px 10px; border-radius: 8px; max-width: 240px; text-align: right; line-height: 1.5; }

/* Hero widget strip */
.sabai-herostrip { max-width: var(--container); margin: 0 auto; padding: 0 24px; transform: translateY(-40px); position: relative; z-index: 3; }
.sabai-herostrip__row { display: flex; flex-wrap: wrap; gap: 16px; align-items: stretch; }
.sabai-herostrip__widget { background: #fff; border-radius: 20px; box-shadow: var(--shadow); padding: 14px; display: flex; flex-direction: column; gap: 8px; }
.sabai-herostrip__label { font-family: ui-monospace, Menlo, monospace; font-size: 10px; color: #9b9389; padding: 0 4px; }
.sabai-herostrip__iframe-wrap { border-radius: 14px; overflow: hidden; width: 320px; height: 320px; background: var(--cream); }
.sabai-herostrip__iframe-wrap iframe { border: none; display: block; }
.sabai-herostrip__stats { flex: 1; min-width: 260px; display: flex; flex-direction: column; justify-content: center; gap: 16px; background: #fff; border-radius: 20px; box-shadow: var(--shadow); padding: 30px 32px; }
.sabai-stats { display: flex; gap: 26px; flex-wrap: wrap; }
.sabai-stat__num { font-family: Fraunces, Georgia, serif; font-size: 30px; font-weight: 600; }
.sabai-stat__num--terracotta { color: var(--terracotta); }
.sabai-stat__num--teal { color: var(--sage-teal); }
.sabai-stat__num--charcoal { color: var(--charcoal); }
.sabai-stat__num small { font-size: 15px; color: var(--stone); font-family: Inter; }
.sabai-stat__label { font-size: 13px; color: var(--stone); }
.sabai-herostrip__copy { margin: 0; font-size: 14px; color: var(--stone); line-height: 1.7; }

/* Section */
.sabai-section { padding: 48px 24px 64px; max-width: var(--container); margin: 0 auto; }
.sabai-section--bg { background: linear-gradient(180deg, var(--cream), #F6EEE2); }
.sabai-section--bg-warm { background: #F6EEE2; }
.sabai-section__head { margin-bottom: 28px; }
.sabai-section__head--row { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; }
.sabai-section__h2 { font-family: 'Noto Serif SC', 'Songti SC', serif; font-size: clamp(26px, 3.5vw, 38px); font-weight: 700; margin: 0 0 6px; }
.sabai-section__sub { font-family: Fraunces, Georgia, serif; font-size: 19px; color: var(--stone); margin: 0; }
.sabai-section__attribution { font-family: ui-monospace, Menlo, monospace; font-size: 11px; color: #9b9389; }

/* Map */
.sabai-map { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); margin-bottom: 36px; background: #EAE2D6; }
.sabai-map iframe { border: none; display: block; width: 100%; min-height: 440px; }
.sabai-map__caption { position: absolute; left: 14px; bottom: 14px; font-family: ui-monospace, Menlo, monospace; font-size: 11px; color: var(--stone); background: rgba(250, 246, 240, .92); padding: 5px 10px; border-radius: 8px; }

/* Grid + cards */
.sabai-grid { display: grid; gap: 20px; }
.sabai-grid--nb { grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }
.sabai-grid--plan { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.sabai-grid--act { grid-template-columns: repeat(auto-fill, minmax(310px, 1fr)); }
.sabai-grid--art { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.sabai-grid--dest { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 18px; }

.card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s; display: block; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.card__media { aspect-ratio: 16 / 10; background: linear-gradient(135deg, var(--sand), #E4C49C); background-image: repeating-linear-gradient(135deg, rgba(199, 91, 58, .07) 0 11px, transparent 11px 22px); display: flex; align-items: flex-end; padding: 12px; }
.card__media--act { aspect-ratio: 4 / 3; background: linear-gradient(135deg, #E9D3B0, #D7A878); background-image: repeating-linear-gradient(135deg, rgba(31, 27, 22, .05) 0 11px, transparent 11px 22px); position: relative; }
.card__media--art { aspect-ratio: 16 / 9; background: linear-gradient(135deg, #DCE7E2, #B9CFC8); background-image: repeating-linear-gradient(135deg, rgba(92, 138, 134, .1) 0 11px, transparent 11px 22px); }
.card__photo-tag { font-family: ui-monospace, Menlo, monospace; font-size: 10px; color: var(--stone); background: rgba(250, 246, 240, .85); padding: 3px 8px; border-radius: 6px; }
.card__rating { position: absolute; top: 12px; right: 12px; background: var(--charcoal); color: #FFE9CF; font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 999px; }
.card__body { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.card__body--act { padding: 16px 18px 18px; }
.card__title-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 8px; }
.card__title { font-family: 'Noto Serif SC', 'Songti SC', serif; font-size: 21px; font-weight: 700; margin: 0; }
.card__title--small { font-family: 'Noto Sans SC', sans-serif; font-size: 16px; font-weight: 700; margin: 0 0 3px; line-height: 1.4; }
.card__title-en { font-family: Fraunces, Georgia, serif; font-size: 14px; color: var(--stone); }
.card__title-en--small { font-family: Fraunces, Georgia, serif; font-size: 13px; color: var(--stone); margin: 0 0 14px; line-height: 1.45; }
.card__vibe { font-size: 13.5px; color: var(--stone); line-height: 1.65; margin: 0 0 14px; min-height: 44px; }
.card__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.card__tag { font-size: 12px; color: var(--sage-teal); background: rgba(92, 138, 134, .1); padding: 4px 10px; border-radius: 999px; }
.card__link { font-size: 14px; font-weight: 600; color: var(--terracotta); }
.card__price-row { margin-top: auto; display: flex; align-items: center; justify-content: space-between; }
.card__price { font-family: Fraunces, Georgia, serif; font-size: 18px; font-weight: 600; color: var(--terracotta); }
.card__price small { font-size: 12px; color: var(--stone); font-family: Inter; }
.card__cta { font-size: 13.5px; font-weight: 600; color: var(--sage-teal); }
.card__meta { display: flex; align-items: center; gap: 10px; font-size: 12px; color: #9b9389; }
.card__meta-dot { opacity: .4; }

/* Plan cards */
.plancard { position: relative; border-radius: 20px; padding: 30px 28px 28px; background: linear-gradient(160deg, #FBEAD7, #F4D3B3); box-shadow: var(--shadow); overflow: hidden; transition: transform .25s; }
.plancard:hover { transform: translateY(-4px); }
.plancard__icon { font-size: 34px; margin-bottom: 16px; }
.plancard__title { font-size: 22px; font-weight: 700; margin: 0 0 4px; }
.plancard__title-zh { font-family: 'Noto Sans SC', sans-serif; }
.plancard__title-en { font-family: Fraunces, Georgia, serif; font-weight: 500; font-size: 18px; color: #9c5a3c; }
.plancard__desc { font-size: 14px; color: #86603f; line-height: 1.65; margin: 0 0 22px; }
.plancard__cta { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: #A8482A; }

/* Destination tile */
.dest { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 6px 18px rgba(31, 27, 22, .06); }
.dest__cover { aspect-ratio: 5 / 4; background: linear-gradient(135deg, var(--sand), #E2BE94); background-image: repeating-linear-gradient(135deg, rgba(199, 91, 58, .06) 0 10px, transparent 10px 20px); display: flex; align-items: center; justify-content: center; }
.dest__cover-zh { font-family: 'Noto Serif SC', 'Songti SC', serif; font-size: 26px; font-weight: 700; color: rgba(31, 27, 22, .32); }
.dest__body { padding: 14px 16px 16px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.dest__name { font-family: 'Noto Sans SC', sans-serif; font-size: 15px; font-weight: 700; }
.dest__name-en { font-family: Fraunces, Georgia, serif; font-size: 12px; color: var(--stone); }
.dest__notify { font-size: 12px; font-weight: 600; color: var(--sage-teal); border: 1px solid rgba(92, 138, 134, .35); padding: 6px 11px; border-radius: 999px; white-space: nowrap; }

/* Trust strip */
.sabai-trust { background: #F6EEE2; border-top: 1px solid rgba(31, 27, 22, .05); border-bottom: 1px solid rgba(31, 27, 22, .05); }
.sabai-trust__inner { max-width: var(--container); margin: 0 auto; padding: 36px 24px; text-align: center; }
.sabai-trust__logos { display: flex; flex-wrap: wrap; gap: 14px 28px; justify-content: center; align-items: center; margin-bottom: 14px; }
.sabai-trust__logo { font-family: Fraunces, Georgia, serif; font-size: 18px; font-weight: 600; color: #9b8e7e; letter-spacing: .2px; }
.sabai-trust__copy { font-size: 13px; color: #9b9389; margin: 0; max-width: 680px; margin-inline: auto; line-height: 1.7; }

/* About */
.sabai-about { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; align-items: center; }
.sabai-about__h2 { font-family: 'Noto Serif SC', 'Songti SC', serif; font-size: 30px; font-weight: 700; margin: 0 0 14px; }
.sabai-about__body { font-size: 15px; color: #5a5147; line-height: 1.8; margin: 0; }
.sabai-about__body-en { font-family: Fraunces, Georgia, serif; font-size: 15px; color: var(--stone); line-height: 1.75; margin: 12px 0 0; }
.editors { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 18px; }
.editor { text-align: center; }
.editor__avatar { width: 84px; height: 84px; border-radius: 50%; margin: 0 auto 12px; background: linear-gradient(135deg, var(--sand), #D7A878); display: flex; align-items: center; justify-content: center; font-family: 'Noto Serif SC', 'Songti SC', serif; font-size: 28px; font-weight: 700; color: rgba(31, 27, 22, .4); box-shadow: 0 6px 18px rgba(31, 27, 22, .08); }
.editor__name { font-family: 'Noto Sans SC', sans-serif; font-size: 15px; font-weight: 700; }
.editor__role { font-size: 12px; color: var(--stone); line-height: 1.5; margin-top: 3px; }

/* Footer */
.sabai-footer { background: var(--deep-clay); color: #CFC4B5; }
.sabai-footer__inner { max-width: var(--container); margin: 0 auto; padding: 56px 24px 28px; }
.sabai-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 36px 24px; margin-bottom: 40px; align-items: start; }
.sabai-footer__brand { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.sabai-footer__brand-mark { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg, var(--persimmon), var(--terracotta)); }
.sabai-footer__brand-mark span { font-family: 'Noto Serif SC', 'Songti SC', serif; font-size: 19px; color: var(--cream); }
.sabai-footer__brand-name { font-family: Fraunces, Georgia, serif; font-size: 22px; font-weight: 600; color: var(--cream); }
.sabai-footer__tag { font-size: 13px; color: #9c9082; line-height: 1.7; margin: 0 0 18px; max-width: 300px; }
.sabai-footer__form { display: flex; gap: 8px; max-width: 320px; }
.sabai-footer__form input { flex: 1; border: 1px solid rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .05); color: var(--cream); border-radius: 10px; padding: 10px 13px; font-size: 13px; outline: none; }
.sabai-footer__form button { background: var(--terracotta); color: #FFF8EF; border: none; border-radius: 10px; padding: 10px 16px; font-size: 13px; font-weight: 600; cursor: pointer; white-space: nowrap; }
.sabai-footer__form-note { font-family: ui-monospace, Menlo, monospace; font-size: 10px; color: #6e655a; margin: 8px 0 0; }
.sabai-footer__col-title { font-size: 13px; font-weight: 700; color: var(--cream); margin-bottom: 14px; }
.sabai-footer__col { display: flex; flex-direction: column; gap: 9px; font-size: 13px; color: #9c9082; }
.sabai-footer__col a:hover { color: var(--cream); }
.sabai-footer__bottom { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .08); }
.sabai-footer__social { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.sabai-footer__social-label { font-size: 12px; color: #9c9082; margin-right: 4px; }
.sabai-footer__chip { font-size: 12px; color: #CFC4B5; background: rgba(255, 255, 255, .06); padding: 6px 12px; border-radius: 999px; }
.sabai-footer__chip--mini { font-size: 11px; color: #6e655a; background: rgba(255, 255, 255, .04); padding: 6px 11px; }
.sabai-footer__divider { width: 1px; height: 16px; background: rgba(255, 255, 255, .12); margin: 0 4px; }
.sabai-footer__qr { width: 62px; height: 62px; border-radius: 10px; background: repeating-linear-gradient(45deg, #CFC4B5 0 4px, var(--deep-clay) 4px 8px); opacity: .85; }
.sabai-footer__legal { margin-top: 24px; font-size: 11.5px; color: #6e655a; line-height: 1.8; }
.sabai-footer__legal p { margin: 0 0 4px; max-width: 760px; }

/* Media */
@media (max-width: 720px) {
  .sabai-topbar__inner { flex-wrap: wrap; gap: 10px; padding: 10px 16px; }
  .sabai-searchbar { order: 99; flex: 1 1 100%; max-width: none; }
  .sabai-hero { min-height: 78vh; }
  .sabai-hero__caption { display: none; }
  .sabai-footer__grid { grid-template-columns: 1fr 1fr; }
  .sabai-section { padding: 36px 16px 48px; }
}

/* Reveal animation */
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
