/* ============================================================
   CELESTIAL JADE HOLLOW — 天上玉洞
   Shared Stylesheet v2026
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Noto+Serif+JP:wght@200;300;400;500;700&family=Shippori+Mincho:wght@400;500;600;700&display=swap');

/* ── CSS Variables ─────────────────────────────────────── */
:root {
  --jade:         #3d7a5c;
  --jade-light:   #5a9a7c;
  --jade-dark:    #2a5a40;
  --emerald:      #1a4a2e;
  --emerald-deep: #0f2e1a;
  --moss:         #5a7a4a;
  --moss-light:   #7a9a6a;
  --cream:        #f5f0e8;
  --cream-warm:   #ede6d6;
  --stone:        #8a8a7a;
  --stone-light:  #b0b0a0;
  --gold:         #c9a84c;
  --gold-light:   #d4b86a;
  --gold-pale:    #e8d89a;
  --mist:         #f8f9f5;
  --white:        #ffffff;
  --dark:         #1a1a15;
  --text:         #2a2a25;
  --text-light:   #5a5a50;
  --trans:        0.4s cubic-bezier(0.4,0,0.2,1);
  --shadow:       0 4px 30px rgba(26,74,46,.15);
  --shadow-lg:    0 20px 60px rgba(26,74,46,.22);
  --font-ja:      'Noto Serif JP','Shippori Mincho',serif;
  --font-en:      'Cormorant Garamond',serif;
}

/* ── Reset & Base ──────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font-ja);color:var(--text);background:var(--mist);overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
button{font-family:inherit;cursor:pointer}

/* ── Navigation ────────────────────────────────────────── */
.nav{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  padding:1.4rem 3rem;
  display:flex;align-items:center;justify-content:space-between;
  transition:var(--trans);
  background:rgba(15,46,26,.28);
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(201,168,76,.18);
}
.nav.scrolled{background:rgba(10,30,18,.93);padding:0.9rem 3rem;border-bottom-color:rgba(201,168,76,.25)}
.nav-logo{
  font-family:var(--font-en);font-size:1.25rem;font-weight:600;
  letter-spacing:.06em;color:var(--gold);line-height:1.15;flex-shrink:0
}
.nav-logo span{
  display:block;font-size:.62rem;font-family:var(--font-ja);
  color:rgba(245,240,232,.62);letter-spacing:.22em;font-weight:300;margin-top:3px
}
.nav-links{display:flex;gap:1.8rem;align-items:center}
.nav-links a{
  font-family:var(--font-ja);font-size:.82rem;font-weight:400;
  color:rgba(245,240,232,.82);letter-spacing:.06em;transition:color var(--trans);
  position:relative;white-space:nowrap
}
.nav-links a::after{
  content:'';position:absolute;bottom:-3px;left:0;width:0;height:1px;
  background:var(--gold);transition:width var(--trans)
}
.nav-links a:hover{color:var(--gold)}
.nav-links a:hover::after,.nav-links a.active::after{width:100%}
.nav-links a.active{color:var(--gold)}
.nav-toggle{
  display:none;flex-direction:column;gap:5px;
  background:none;border:none;padding:5px
}
.nav-toggle span{display:block;width:24px;height:1.5px;background:var(--cream);transition:var(--trans)}

/* ── Mobile Nav ────────────────────────────────────────── */
.mobile-nav{
  position:fixed;top:0;right:-100%;width:min(360px,92vw);height:100vh;
  background:var(--emerald-deep);z-index:1001;
  padding:5rem 2.5rem 2.5rem;
  transition:right .45s cubic-bezier(.77,0,.18,1);
  overflow-y:auto;border-left:1px solid rgba(201,168,76,.15)
}
.mobile-nav.open{right:0}
.mobile-nav ul{display:flex;flex-direction:column;gap:0}
.mobile-nav ul li a{
  display:block;padding:.95rem 0;
  border-bottom:1px solid rgba(201,168,76,.12);
  font-family:var(--font-ja);font-size:.9rem;
  color:rgba(245,240,232,.8);letter-spacing:.06em;transition:color var(--trans)
}
.mobile-nav ul li a:hover{color:var(--gold)}
.mobile-nav-close{
  position:absolute;top:1.5rem;right:1.5rem;
  background:none;border:1px solid rgba(245,240,232,.2);
  color:var(--cream);width:38px;height:38px;
  display:flex;align-items:center;justify-content:center;font-size:1.1rem
}
.overlay-backdrop{
  position:fixed;inset:0;background:rgba(0,0,0,.52);
  z-index:1000;opacity:0;pointer-events:none;transition:opacity var(--trans)
}
.overlay-backdrop.visible{opacity:1;pointer-events:auto}

/* ── Hero ──────────────────────────────────────────────── */
.hero{
  position:relative;min-height:100vh;
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;background:var(--emerald-deep)
}
.hero-bg{
  position:absolute;inset:0;background-size:cover;background-position:center;
  transform:scale(1.06);
  animation:slowZoom 22s ease-in-out infinite alternate
}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(15,46,26,.72) 0%,rgba(61,122,92,.22) 50%,rgba(10,28,18,.82) 100%)
}
.hero-mist{
  position:absolute;bottom:0;left:0;right:0;height:30%;
  background:linear-gradient(to top,rgba(15,46,26,.6),transparent);
  pointer-events:none
}
.hero-content{
  position:relative;z-index:2;text-align:center;
  color:var(--cream);padding:2rem;max-width:980px
}
.hero-eyebrow{
  font-family:var(--font-ja);font-size:.75rem;letter-spacing:.45em;
  color:var(--gold);margin-bottom:2rem;
  opacity:0;animation:fadeUp 1s .3s forwards
}
.hero-title{
  font-family:var(--font-en);
  font-size:clamp(3rem,7.5vw,6.5rem);
  font-weight:300;line-height:1.06;
  letter-spacing:-.015em;margin-bottom:1.4rem;
  opacity:0;animation:fadeUp 1.1s .5s forwards
}
.hero-subtitle{
  font-family:var(--font-ja);
  font-size:clamp(.95rem,1.8vw,1.2rem);
  font-weight:300;letter-spacing:.18em;
  margin-bottom:3rem;
  opacity:0;animation:fadeUp 1s .7s forwards;
  color:rgba(245,240,232,.78)
}
.hero-ja{
  font-family:var(--font-ja);font-size:clamp(1rem,2vw,1.4rem);
  font-weight:200;letter-spacing:.35em;
  color:rgba(201,168,76,.75);margin-bottom:3rem;
  opacity:0;animation:fadeUp 1s .85s forwards
}
.hero-btns{
  display:flex;gap:1.4rem;justify-content:center;flex-wrap:wrap;
  opacity:0;animation:fadeUp 1s .95s forwards
}

/* ── Scroll Indicator ──────────────────────────────────── */
.scroll-indicator{
  position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:.5rem;
  color:rgba(245,240,232,.5);
  font-family:var(--font-ja);font-size:.65rem;letter-spacing:.35em;z-index:2
}
.scroll-line{
  width:1px;height:50px;
  background:linear-gradient(to bottom,transparent,var(--gold));
  animation:scrollLine 2.2s ease-in-out infinite
}

/* ── Buttons ───────────────────────────────────────────── */
.btn{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.85rem 2.4rem;font-family:var(--font-ja);
  font-size:.88rem;letter-spacing:.12em;border:none;
  cursor:pointer;transition:var(--trans);position:relative;overflow:hidden
}
.btn-primary{background:var(--jade);color:var(--cream)}
.btn-primary:hover{background:var(--jade-dark);transform:translateY(-2px);box-shadow:0 8px 30px rgba(61,122,92,.4)}
.btn-outline{background:transparent;color:var(--cream);border:1px solid rgba(245,240,232,.45)}
.btn-outline:hover{background:rgba(245,240,232,.08);border-color:var(--gold);color:var(--gold)}
.btn-gold{background:var(--gold);color:var(--dark)}
.btn-gold:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 30px rgba(201,168,76,.35)}
.btn-dark{background:var(--emerald-deep);color:var(--cream);border:1px solid rgba(201,168,76,.3)}
.btn-dark:hover{background:var(--emerald);border-color:var(--gold);color:var(--gold)}
.btn-sm{padding:.6rem 1.6rem;font-size:.8rem}

/* ── Sections ──────────────────────────────────────────── */
.section{padding:8rem 3rem}
.section-sm{padding:5rem 3rem}
.section-xs{padding:3.5rem 3rem}
.section-cream{background:var(--cream)}
.section-mist{background:var(--mist)}
.section-dark{background:var(--emerald-deep);color:var(--cream)}
.section-emerald{background:var(--emerald);color:var(--cream)}
.section-jade{background:var(--jade-dark);color:var(--cream)}
.section-stone{background:#f0ede5}

.container{max-width:1300px;margin:0 auto}
.container-sm{max-width:960px;margin:0 auto}
.container-xs{max-width:720px;margin:0 auto}

/* ── Typography ────────────────────────────────────────── */
.section-label{
  font-family:var(--font-en);font-size:.72rem;
  letter-spacing:.38em;text-transform:uppercase;
  color:var(--jade);margin-bottom:1rem;display:block
}
.section-dark .section-label,.section-emerald .section-label,.section-jade .section-label{color:var(--gold)}
.section-title{
  font-family:var(--font-en);
  font-size:clamp(2.2rem,4.5vw,3.8rem);
  font-weight:300;line-height:1.12;letter-spacing:-.015em;margin-bottom:1.2rem
}
.section-title-ja{
  font-family:var(--font-ja);font-size:.88rem;
  letter-spacing:.22em;font-weight:300;color:var(--stone);margin-bottom:2rem
}
.section-dark .section-title-ja,.section-emerald .section-title-ja,.section-jade .section-title-ja{
  color:rgba(245,240,232,.55)
}
.section-text{
  font-family:var(--font-ja);font-size:.98rem;line-height:2.05;
  color:var(--text-light);font-weight:300
}
.section-dark .section-text,.section-emerald .section-text,.section-jade .section-text{
  color:rgba(245,240,232,.75)
}
.divider{width:70px;height:1px;background:var(--gold);margin:2rem 0}
.divider-center{margin:2rem auto}
.text-gold{color:var(--gold)}
.text-jade{color:var(--jade)}
.text-center{text-align:center}
.text-cream{color:var(--cream)}

/* ── Layouts ───────────────────────────────────────────── */
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.split{display:grid;grid-template-columns:1fr 1fr;min-height:580px}
.split-img{overflow:hidden}
.split-img img{width:100%;height:100%;object-fit:cover;transition:transform .9s ease}
.split:hover .split-img img{transform:scale(1.04)}
.split-content{display:flex;flex-direction:column;justify-content:center;padding:5rem 4rem}
.section-dark .split-content,.section-emerald .split-content{padding:5rem 4rem}

/* ── Cards ─────────────────────────────────────────────── */
.card{background:var(--white);overflow:hidden;transition:var(--trans);box-shadow:0 2px 18px rgba(26,74,46,.08)}
.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}
.card-img{overflow:hidden;aspect-ratio:4/3}
.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.card:hover .card-img img{transform:scale(1.07)}
.card-body{padding:2rem}
.card-label{
  font-size:.68rem;letter-spacing:.32em;color:var(--jade);
  font-family:var(--font-en);text-transform:uppercase;margin-bottom:.7rem;display:block
}
.card-title{
  font-family:var(--font-en);font-size:1.4rem;
  font-weight:400;margin-bottom:.6rem;line-height:1.28
}
.card-title-ja{
  font-family:var(--font-ja);font-size:.82rem;
  color:var(--stone);margin-bottom:1rem;font-weight:300
}
.card-text{
  font-family:var(--font-ja);font-size:.88rem;
  line-height:1.95;color:var(--text-light);font-weight:300
}
.card-link{
  display:inline-flex;align-items:center;gap:.4rem;
  font-family:var(--font-en);font-size:.8rem;
  letter-spacing:.15em;color:var(--jade);margin-top:1.2rem;
  transition:gap var(--trans),color var(--trans)
}
.card-link:hover{color:var(--jade-dark);gap:.7rem}

/* ── Cinematic Banner ──────────────────────────────────── */
.cinematic{
  position:relative;min-height:70vh;
  display:flex;align-items:center;justify-content:center;overflow:hidden
}
.cinematic-sm{min-height:50vh}
.cinematic-bg{
  position:absolute;inset:0;background-size:cover;
  background-position:center;background-attachment:fixed
}
.cinematic-overlay{
  position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(15,46,26,.62) 0%,rgba(10,20,12,.4) 100%)
}
.cinematic-content{
  position:relative;z-index:2;text-align:center;
  color:var(--cream);padding:2rem;max-width:820px
}

/* ── Page Header ───────────────────────────────────────── */
.page-header{
  position:relative;height:58vh;min-height:420px;
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;background:var(--emerald-deep)
}
.page-header-bg{
  position:absolute;inset:0;background-size:cover;
  background-position:center;opacity:.62
}
.page-header-overlay{
  position:absolute;inset:0;
  background:linear-gradient(to bottom,rgba(15,46,26,.38),rgba(10,22,14,.78))
}
.page-header-content{
  position:relative;z-index:2;text-align:center;color:var(--cream)
}
.page-header-content h1{
  font-family:var(--font-en);font-size:clamp(2.5rem,5.5vw,4.8rem);
  font-weight:300;letter-spacing:-.015em;margin-bottom:.7rem
}
.page-header-content p{
  font-family:var(--font-ja);font-size:.95rem;
  letter-spacing:.22em;color:var(--gold);font-weight:300
}

/* ── Breadcrumb ────────────────────────────────────────── */
.breadcrumb{
  padding:1.1rem 3rem;background:var(--cream-warm);
  font-family:var(--font-ja);font-size:.78rem;color:var(--stone)
}
.breadcrumb a{color:var(--jade);transition:color var(--trans)}
.breadcrumb a:hover{color:var(--jade-dark)}
.breadcrumb span{margin:0 .5rem;opacity:.5}

/* ── Gallery ───────────────────────────────────────────── */
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.gallery-item{overflow:hidden;aspect-ratio:4/3;position:relative;cursor:pointer}
.gallery-item.tall{aspect-ratio:3/4;grid-row:span 2}
.gallery-item.wide{grid-column:span 2;aspect-ratio:2/1}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .65s ease}
.gallery-item:hover img{transform:scale(1.08)}
.gallery-overlay{
  position:absolute;inset:0;
  background:linear-gradient(to top,rgba(15,46,26,.82),transparent);
  opacity:0;transition:var(--trans);
  display:flex;align-items:flex-end;padding:1.4rem;color:var(--cream)
}
.gallery-item:hover .gallery-overlay{opacity:1}
.gallery-overlay h4{font-family:var(--font-en);font-size:1rem;font-weight:400;margin-bottom:.25rem}
.gallery-overlay p{font-family:var(--font-ja);font-size:.75rem;opacity:.75}

/* ── FAQ ───────────────────────────────────────────────── */
.faq-item{border-bottom:1px solid rgba(90,122,74,.2)}
.faq-question{
  display:flex;justify-content:space-between;align-items:center;
  padding:1.7rem 0;cursor:pointer;font-family:var(--font-ja);
  font-size:.98rem;font-weight:400;color:var(--text);transition:color var(--trans)
}
.faq-question:hover{color:var(--jade)}
.faq-icon{
  width:26px;height:26px;border:1px solid var(--jade);
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;transition:var(--trans);color:var(--jade);font-size:1.15rem;font-family:sans-serif
}
.faq-item.active .faq-icon{transform:rotate(45deg);background:var(--jade);color:var(--cream)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .5s ease}
.faq-answer-inner{
  padding:0 0 1.7rem;font-family:var(--font-ja);
  font-size:.92rem;line-height:2.05;color:var(--text-light);font-weight:300
}

/* ── Form ──────────────────────────────────────────────── */
.form-group{margin-bottom:1.7rem}
.form-label{
  display:block;font-family:var(--font-ja);font-size:.82rem;
  letter-spacing:.1em;color:var(--text-light);margin-bottom:.55rem
}
.form-input,.form-textarea,.form-select{
  width:100%;padding:.88rem 1.2rem;
  background:var(--white);border:1px solid rgba(90,122,74,.28);
  color:var(--text);font-family:var(--font-ja);font-size:.92rem;
  transition:var(--trans);outline:none;font-weight:300;appearance:none
}
.form-input:focus,.form-textarea:focus,.form-select:focus{
  border-color:var(--jade);box-shadow:0 0 0 3px rgba(61,122,92,.1)
}
.form-textarea{min-height:140px;resize:vertical}

/* ── Stats ─────────────────────────────────────────────── */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}
.stat-number{
  font-family:var(--font-en);font-size:clamp(2.5rem,4.5vw,4.2rem);
  font-weight:300;color:var(--jade);line-height:1;margin-bottom:.45rem
}
.section-dark .stat-number{color:var(--gold)}
.stat-label{
  font-family:var(--font-ja);font-size:.82rem;
  color:var(--stone);font-weight:300;letter-spacing:.06em
}
.section-dark .stat-label{color:rgba(245,240,232,.55)}

/* ── Quote ─────────────────────────────────────────────── */
.quote-block{text-align:center;padding:4rem 2rem;max-width:740px;margin:0 auto}
.quote-mark{font-family:var(--font-en);font-size:5rem;font-weight:300;color:var(--gold);line-height:.5;margin-bottom:1.5rem;display:block;opacity:.5}
.quote-text{
  font-family:var(--font-en);font-size:clamp(1.5rem,3vw,2.3rem);
  font-weight:300;font-style:italic;line-height:1.5;
  color:var(--text);margin-bottom:1.5rem
}
.section-dark .quote-text{color:var(--cream)}
.quote-author{font-family:var(--font-ja);font-size:.82rem;color:var(--stone);letter-spacing:.12em}
.section-dark .quote-author{color:rgba(245,240,232,.5)}

/* ── Floating CTA ──────────────────────────────────────── */
.float-btn{
  position:fixed;bottom:2rem;right:2rem;z-index:990;
  background:var(--jade);color:var(--cream);
  padding:.82rem 1.55rem;font-family:var(--font-ja);
  font-size:.8rem;letter-spacing:.1em;border:none;
  box-shadow:0 4px 22px rgba(61,122,92,.45);
  border:1px solid rgba(201,168,76,.28);
  display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:var(--trans)
}
.float-btn:hover{background:var(--jade-dark);transform:translateY(-3px);box-shadow:0 8px 32px rgba(61,122,92,.52)}
.float-btn-icon{font-size:1rem;line-height:1}

/* ── Popup Notification ────────────────────────────────── */
.popup-notify{
  position:fixed;bottom:-100px;left:50%;
  transform:translateX(-50%);z-index:9999;
  background:var(--jade);color:var(--cream);
  padding:1rem 2rem;border-left:3px solid var(--gold);
  font-family:var(--font-ja);font-size:.88rem;
  min-width:300px;text-align:center;
  box-shadow:0 10px 40px rgba(0,0,0,.3);
  transition:bottom .55s cubic-bezier(.34,1.56,.64,1)
}
.popup-notify.show{bottom:2rem}

/* ── Particles & Effects ───────────────────────────────── */
.particles{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:1}
.particle{
  position:absolute;width:4px;height:4px;
  background:rgba(201,168,76,.55);border-radius:50%;
  animation:float 9s ease-in-out infinite
}
.leaf{
  position:absolute;width:8px;height:8px;
  border-radius:50% 0;background:rgba(90,154,124,.45);
  animation:leafFall 12s linear infinite
}
.glow-orb{
  position:absolute;border-radius:50%;
  background:radial-gradient(circle,rgba(201,168,76,.18),transparent);
  animation:glow 5s ease-in-out infinite;
  pointer-events:none
}

/* ── Reveal ────────────────────────────────────────────── */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .85s ease,transform .85s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-left{opacity:0;transform:translateX(-28px);transition:opacity .85s ease,transform .85s ease}
.reveal-left.visible{opacity:1;transform:translateX(0)}
.reveal-right{opacity:0;transform:translateX(28px);transition:opacity .85s ease,transform .85s ease}
.reveal-right.visible{opacity:1;transform:translateX(0)}
.delay-1{transition-delay:.15s}
.delay-2{transition-delay:.3s}
.delay-3{transition-delay:.45s}
.delay-4{transition-delay:.6s}

/* ── Footer ────────────────────────────────────────────── */
.footer{background:var(--emerald-deep);color:rgba(245,240,232,.75);padding:5rem 3rem 2rem}
.footer-inner{max-width:1300px;margin:0 auto}
.footer-grid{
  display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;
  padding-bottom:3rem;border-bottom:1px solid rgba(201,168,76,.18);margin-bottom:2rem
}
.footer-logo{
  font-family:var(--font-en);font-size:1.4rem;
  font-weight:600;color:var(--gold);margin-bottom:.4rem
}
.footer-logo-ja{
  font-family:var(--font-ja);font-size:.75rem;
  letter-spacing:.22em;color:rgba(245,240,232,.42);margin-bottom:1.4rem
}
.footer-desc{
  font-family:var(--font-ja);font-size:.82rem;
  line-height:2.1;font-weight:300;
  color:rgba(245,240,232,.58);margin-bottom:1.4rem
}
.footer-contact{font-family:var(--font-ja);font-size:.78rem;line-height:2.1;color:rgba(245,240,232,.52)}
.footer-contact a{color:var(--gold);transition:color var(--trans)}
.footer-contact a:hover{color:var(--gold-light)}
.footer-nav h4{
  font-family:var(--font-en);font-size:.7rem;
  letter-spacing:.28em;text-transform:uppercase;
  color:var(--gold);margin-bottom:1.4rem
}
.footer-nav ul{display:flex;flex-direction:column;gap:.65rem}
.footer-nav ul li a{
  font-family:var(--font-ja);font-size:.82rem;font-weight:300;
  color:rgba(245,240,232,.58);transition:color var(--trans)
}
.footer-nav ul li a:hover{color:var(--cream)}
.footer-bottom{
  max-width:1300px;margin:0 auto;
  display:flex;justify-content:space-between;align-items:center;
  font-family:var(--font-ja);font-size:.73rem;color:rgba(245,240,232,.35)
}
.footer-divider{width:40px;height:1px;background:rgba(201,168,76,.35);margin:0 auto 2rem}

/* ── Utility ───────────────────────────────────────────── */
.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}
.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}
.pt-1{padding-top:1rem}.pb-1{padding-bottom:1rem}
.gap-sm{gap:1rem}.gap-md{gap:2rem}.gap-lg{gap:3rem}
.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}
.flex-col{flex-direction:column}.align-center{align-items:center}
.italic{font-style:italic}
.font-en{font-family:var(--font-en)}
.font-ja{font-family:var(--font-ja)}
.letter-wide{letter-spacing:.2em}
.fw-300{font-weight:300}.fw-400{font-weight:400}
.opacity-7{opacity:.7}.opacity-5{opacity:.5}
.w-full{width:100%}
.object-cover{object-fit:cover;width:100%;height:100%}
.aspect-wide{aspect-ratio:16/9}.aspect-sq{aspect-ratio:1}.aspect-port{aspect-ratio:3/4}
.overflow-hidden{overflow:hidden}
.border-gold{border:1px solid rgba(201,168,76,.35)}
.bg-cream{background:var(--cream)}.bg-mist{background:var(--mist)}

/* ── Info boxes ────────────────────────────────────────── */
.info-box{
  padding:2rem;border-left:3px solid var(--jade);
  background:rgba(61,122,92,.06);margin-bottom:1.5rem
}
.info-box h4{font-family:var(--font-en);font-size:1rem;font-weight:500;color:var(--jade);margin-bottom:.6rem}
.info-box p{font-family:var(--font-ja);font-size:.88rem;line-height:1.9;color:var(--text-light);font-weight:300}

.table-clean{width:100%;border-collapse:collapse}
.table-clean th,.table-clean td{
  padding:1rem 1.2rem;text-align:left;border-bottom:1px solid rgba(90,122,74,.15);
  font-family:var(--font-ja);font-size:.88rem;font-weight:300
}
.table-clean th{font-weight:500;color:var(--jade);background:rgba(61,122,92,.06)}
.table-clean tr:hover td{background:rgba(61,122,92,.04)}

/* ── Keyframe Animations ───────────────────────────────── */
@keyframes fadeUp{
  from{opacity:0;transform:translateY(32px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes slowZoom{
  from{transform:scale(1)}
  to{transform:scale(1.09)}
}
@keyframes scrollLine{
  0%,100%{opacity:0;transform:scaleY(0);transform-origin:top}
  50%{opacity:1;transform:scaleY(1)}
}
@keyframes float{
  0%,100%{transform:translateY(0) rotate(0deg);opacity:0}
  10%{opacity:.8}
  90%{opacity:.6}
  100%{transform:translateY(-100vh) rotate(360deg);opacity:0}
}
@keyframes leafFall{
  0%{transform:translate(0,-20px) rotate(0deg);opacity:.9}
  100%{transform:translate(60px,100vh) rotate(720deg);opacity:0}
}
@keyframes glow{
  0%,100%{opacity:.5;transform:scale(1)}
  50%{opacity:1;transform:scale(1.15)}
}
@keyframes shimmer{
  0%{background-position:-200% center}
  100%{background-position:200% center}
}
@keyframes fadeIn{
  from{opacity:0}to{opacity:1}
}
@keyframes slideDown{
  from{transform:translateY(-10px);opacity:0}
  to{transform:translateY(0);opacity:1}
}

/* ── Responsive ────────────────────────────────────────── */
@media(max-width:1200px){
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:2fr 1fr 1fr}
  .stats{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .section{padding:5rem 2rem}
  .section-sm{padding:3rem 2rem}
  .section-xs{padding:2.5rem 2rem}
  .nav{padding:1.1rem 2rem}
  .nav.scrolled{padding:.75rem 2rem}
  .nav-links{display:none}
  .nav-toggle{display:flex}
  .grid-2,.grid-3{grid-template-columns:1fr}
  .split{grid-template-columns:1fr;min-height:auto}
  .split-content{padding:3rem 2rem}
  .footer-grid{grid-template-columns:1fr 1fr}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-item.tall,.gallery-item.wide{grid-row:span 1;grid-column:span 1;aspect-ratio:4/3}
  .breadcrumb{padding:1rem 2rem}
}
@media(max-width:600px){
  .section{padding:4rem 1.5rem}
  .section-sm{padding:3rem 1.5rem}
  .float-btn .float-btn-label{display:none}
  .footer-grid{grid-template-columns:1fr}
  .footer{padding:4rem 1.5rem 2rem}
  .gallery-grid{grid-template-columns:1fr}
  .stats{grid-template-columns:repeat(2,1fr)}
  .footer-bottom{flex-direction:column;gap:.5rem;text-align:center}
  .hero-btns{flex-direction:column;align-items:center}
  .split-content{padding:2.5rem 1.5rem}
  .breadcrumb{padding:1rem 1.5rem}
  .nav{padding:1rem 1.5rem}
}
