:root{
  --yellow:#f3ef00;
  --yellow-soft:#fff9a8;
  --purple:#6a52c8;
  --green:#205b08;
  --green-2:#376d16;
  --leaf:#9fbc55;
  --brown:#c89b2d;
  --cream:#fffbe6;
  --paper:#fffdf0;
  --dark:#18210f;
  --muted:#65705c;
  --line:rgba(24,33,15,.12);
  --shadow:0 22px 70px rgba(32,91,8,.18);
  --radius:28px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;color:var(--dark);background:var(--paper);line-height:1.65;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.section-pad{padding:96px 6vw}.section-narrow{max-width:1180px;margin:0 auto}.eyebrow{margin:0 0 14px;color:var(--purple);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:13px}.site-header{position:sticky;top:0;z-index:50;height:78px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;background:rgba(255,253,240,.82);backdrop-filter:blur(18px);border-bottom:1px solid rgba(24,33,15,.08)}.brand{display:flex;align-items:center;gap:12px}.brand img{width:48px;height:48px;border-radius:50%}.brand b{display:block;font-size:18px;line-height:1.1}.brand small{display:block;color:var(--muted);font-size:12px;white-space:nowrap}.nav{display:flex;align-items:center;gap:26px;font-size:15px;color:#314025}.nav a{transition:.2s}.nav a:hover{color:var(--purple)}.nav-cta{padding:10px 18px;border-radius:999px;background:var(--green);color:#fff!important;box-shadow:0 10px 24px rgba(32,91,8,.18)}.menu-toggle{display:none;background:transparent;border:0;width:42px;height:42px}.menu-toggle span{display:block;height:2px;background:var(--dark);margin:7px 5px;border-radius:3px}.hero{min-height:calc(100vh - 78px);display:grid;grid-template-columns:minmax(0,1.03fr) minmax(360px,.9fr);gap:5vw;align-items:center;position:relative;background:radial-gradient(circle at 12% 18%, rgba(243,239,0,.45), transparent 25%),linear-gradient(135deg,#fffdf0 0%,#fffbe6 48%,#f8f4c3 100%);overflow:hidden}.hero-bg-dot{position:absolute;border-radius:50%;filter:blur(1px);opacity:.9}.dot-one{width:210px;height:210px;background:var(--yellow);right:6vw;top:8vh}.dot-two{width:70px;height:70px;background:var(--purple);left:8vw;bottom:14vh}.hero-copy{position:relative;z-index:2}.hero h1{margin:0;font-size:clamp(52px,8vw,108px);line-height:.95;letter-spacing:-.07em;color:var(--green);max-width:850px}.lead{font-size:clamp(18px,2vw,23px);color:#3b4b2f;max-width:720px;margin:28px 0 0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:36px 0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.2s}.btn.primary{background:var(--green);color:#fff;box-shadow:0 16px 36px rgba(32,91,8,.2)}.btn.primary:hover{transform:translateY(-2px);background:#173f06}.btn.ghost{background:rgba(255,255,255,.7);border-color:var(--line)}.btn.ghost:hover{background:#fff;transform:translateY(-2px)}.hero-facts{display:flex;flex-wrap:wrap;gap:10px}.hero-facts span{padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid var(--line);font-size:14px;color:#435435}.photo-stack{position:relative;min-height:620px}.hero-main{position:absolute;right:7%;top:5%;width:min(410px,74vw);height:560px;object-fit:cover;border-radius:38px;box-shadow:var(--shadow);transform:rotate(2deg);border:10px solid rgba(255,255,255,.72)}.hero-float.one{position:absolute;left:0;bottom:7%;width:270px;height:330px;object-fit:cover;border-radius:34px;box-shadow:0 20px 50px rgba(24,33,15,.2);border:8px solid #fff;transform:rotate(-6deg)}.hero-float.two{position:absolute;right:0;bottom:1%;width:165px;height:165px;object-fit:contain;border-radius:32px;box-shadow:0 18px 44px rgba(24,33,15,.16)}.info-strip{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:14px;margin-top:-44px;position:relative;z-index:8;padding:0 5vw}.info-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 14px 40px rgba(24,33,15,.08)}.info-card span{display:block;color:var(--muted);font-size:13px;margin-bottom:6px}.info-card strong{display:block;font-size:19px;line-height:1.35}.info-card.highlight{background:var(--yellow)}.section-head{max-width:820px;margin:0 auto 44px;text-align:center}.section-head h2{font-size:clamp(34px,5vw,64px);line-height:1.08;letter-spacing:-.04em;margin:0;color:var(--green)}.section-head p:not(.eyebrow){font-size:18px;color:var(--muted);margin:18px auto 0;max-width:720px}.intro-grid{display:grid;grid-template-columns:.78fr 1.1fr;gap:48px;align-items:center;max-width:1180px;margin:0 auto}.intro-copy p{font-size:20px;color:#3e4e33;margin:0 0 18px}.quote-card{margin-top:30px;border-radius:var(--radius);background:var(--green);color:#fff;padding:32px;font-size:24px;line-height:1.45;box-shadow:var(--shadow)}.intro-photos{display:grid;grid-template-columns:1fr 1fr;gap:16px}.intro-photos img{height:280px;width:100%;object-fit:cover;border-radius:28px}.intro-photos img:first-child{grid-row:span 2;height:576px}.green-bg{background:var(--green);color:#fff}.section-head.light h2,.section-head.light .eyebrow{color:#fff}.section-head.light p:not(.eyebrow){color:rgba(255,255,255,.76)}.timeline-wrap{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.25fr .9fr;gap:24px}.timeline-day{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);border-radius:32px;padding:30px;backdrop-filter:blur(10px)}.day-title span{display:inline-block;padding:6px 12px;background:var(--yellow);color:var(--green);border-radius:999px;font-weight:900;margin-bottom:12px}.day-title h3{margin:0 0 22px;font-size:26px;line-height:1.25}.timeline{list-style:none;margin:0;padding:0}.timeline li{display:grid;grid-template-columns:130px 1fr;gap:18px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.12)}.timeline li:last-child{border-bottom:0}.timeline time{font-weight:900;color:var(--yellow)}.timeline span{color:rgba(255,255,255,.88)}.schedule-note{margin:24px 0 0;color:rgba(255,255,255,.68);font-size:14px}.activity-grid{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.activity-card{background:#fff;border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:0 14px 44px rgba(24,33,15,.08);transition:.25s}.activity-card:hover{transform:translateY(-6px);box-shadow:0 24px 68px rgba(24,33,15,.14)}.activity-card img{width:100%;aspect-ratio:4/5;object-fit:cover}.activity-card div{padding:22px}.activity-card span{font-weight:900;color:var(--purple);font-size:13px}.activity-card h3{font-size:25px;line-height:1.16;margin:8px 0 10px;color:var(--green)}.activity-card p{margin:0 0 14px;color:#506044}.activity-card em{font-style:normal;font-size:13px;color:var(--brown);font-weight:800}.yellow-bg{background:linear-gradient(180deg,var(--yellow-soft),#fffdf0)}.masonry{max-width:1180px;margin:0 auto;columns:4 220px;column-gap:16px}.masonry img{width:100%;margin:0 0 16px;border-radius:24px;box-shadow:0 12px 36px rgba(24,33,15,.12);cursor:zoom-in;break-inside:avoid;transition:.2s}.masonry img:hover{transform:translateY(-3px)}.fit-card{max-width:1120px;margin:0 auto;background:var(--yellow);border-radius:38px;padding:54px;display:grid;grid-template-columns:.8fr 1.2fr;gap:36px;box-shadow:var(--shadow);position:relative;overflow:hidden}.fit-card:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;background:rgba(106,82,200,.16);right:-70px;top:-70px}.fit-card h2{font-size:clamp(36px,5vw,62px);line-height:1.05;margin:0;color:var(--green)}.fit-list{display:grid;gap:16px;position:relative;z-index:2}.fit-list p{margin:0;background:rgba(255,255,255,.55);border:1px solid rgba(24,33,15,.1);border-radius:22px;padding:18px;color:#3e4e33}.faq-grid{max-width:920px;margin:0 auto;display:grid;gap:14px}.faq details{background:#fff;border:1px solid var(--line);border-radius:20px;padding:0 22px;box-shadow:0 10px 28px rgba(24,33,15,.06)}.faq summary{font-weight:900;font-size:18px;cursor:pointer;padding:20px 0;color:var(--green)}.faq p{margin:0 0 20px;color:var(--muted)}.contact-card{max-width:1100px;margin:0 auto;background:var(--paper);color:var(--dark);border-radius:40px;padding:48px;display:grid;grid-template-columns:1fr 330px;gap:42px;align-items:center;box-shadow:0 30px 90px rgba(0,0,0,.22)}.contact-copy h2{font-size:clamp(34px,5vw,60px);line-height:1.08;margin:0 0 18px;color:var(--green)}.contact-copy p:not(.eyebrow){font-size:19px;color:#4a5a3e;max-width:680px}.price-box{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.price-box div{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px 22px;min-width:170px}.price-box span{display:block;color:var(--muted);font-size:13px}.price-box strong{display:block;color:var(--green);font-size:26px}.qr-box{background:#fff;border:1px solid var(--line);border-radius:30px;padding:24px;text-align:center;box-shadow:0 16px 44px rgba(24,33,15,.1)}.qr-box .avatar{width:64px;height:64px;border-radius:50%;margin:-56px auto 14px;border:5px solid #fff;object-fit:cover;box-shadow:0 8px 20px rgba(24,33,15,.15)}.qr-box .qr{width:230px;height:230px;object-fit:contain;margin:0 auto 12px;border-radius:14px}.qr-box strong{display:block;color:var(--green);font-size:19px}.qr-box span{display:block;color:var(--muted);font-size:14px}.footer{padding:44px 6vw;display:flex;align-items:center;justify-content:space-between;gap:24px;background:#11190b;color:rgba(255,255,255,.72)}.footer-brand img{width:180px;max-height:70px;object-fit:contain}.footer-brand p{margin:8px 0 0}.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.footer-links{display:flex;gap:20px;flex-wrap:wrap}.footer-links a:hover{color:#fff}.footer-legal{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end;font-size:12px;line-height:1.5;color:rgba(255,255,255,.46)}.footer-legal a{text-decoration:none;color:rgba(255,255,255,.52)}.footer-legal a:hover{color:#fff}.lightbox{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.86);display:none;align-items:center;justify-content:center;padding:30px}.lightbox.open{display:flex}.lightbox img{max-width:min(94vw,1100px);max-height:86vh;border-radius:18px;object-fit:contain}.lightbox-close{position:absolute;right:24px;top:18px;width:46px;height:46px;border-radius:50%;border:0;background:#fff;font-size:28px;line-height:1;cursor:pointer}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}.reveal.in{opacity:1;transform:none}.delay-1{transition-delay:.14s}
@media (max-width:1020px){.section-pad{padding:76px 5vw}.hero{grid-template-columns:1fr;min-height:auto;padding-top:70px}.photo-stack{min-height:560px}.info-strip{grid-template-columns:repeat(2,1fr);margin-top:0;padding-top:24px}.info-card.highlight{grid-column:1/-1}.intro-grid,.timeline-wrap,.fit-card,.contact-card{grid-template-columns:1fr}.activity-grid{grid-template-columns:repeat(2,1fr)}.footer{align-items:flex-start;flex-direction:column}.footer-right{align-items:flex-start}.footer-legal{justify-content:flex-start}}
@media (max-width:760px){.site-header{height:70px}.brand small{display:none}.brand img{width:42px;height:42px}.menu-toggle{display:block}.nav{position:fixed;left:14px;right:14px;top:76px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 18px 50px rgba(24,33,15,.18)}.nav.open{display:flex}.nav a{padding:12px 14px}.nav-cta{text-align:center}.hero{padding-top:48px}.hero h1{font-size:54px}.lead{font-size:17px}.photo-stack{min-height:500px}.hero-main{left:8%;right:auto;top:2%;width:76%;height:430px;border-radius:30px}.hero-float.one{left:0;bottom:0;width:190px;height:235px}.hero-float.two{right:4%;bottom:2%;width:118px;height:118px}.info-strip{grid-template-columns:1fr}.intro-photos{grid-template-columns:1fr}.intro-photos img,.intro-photos img:first-child{height:auto;aspect-ratio:4/3}.timeline li{grid-template-columns:1fr;gap:3px}.activity-grid{grid-template-columns:1fr}.masonry{columns:2 150px}.fit-card,.contact-card{padding:30px;border-radius:28px}.price-box{display:grid}.qr-box .qr{width:210px;height:210px}.section-head{text-align:left}.section-head h2{font-size:38px}.footer-brand img{width:145px}}
@media (max-width:420px){.hero-actions .btn{width:100%}.masonry{columns:1}.section-pad{padding:62px 20px}.site-header{padding:0 18px}.hero h1{font-size:48px}.info-card{padding:18px}.activity-card h3{font-size:23px}}

/* Mobile gallery: 2-column masonry */
@media (max-width: 760px) {
  .masonry {
    columns: 2 150px !important;
    column-gap: 10px !important;
    display: block !important;
  }

  .masonry img {
    width: 100% !important;
    margin: 0 0 10px !important;
    border-radius: 16px !important;
    break-inside: avoid !important;
    display: block !important;
  }
}

@media (max-width: 420px) {
  .masonry {
    columns: 2 135px !important;
    column-gap: 9px !important;
  }

  .masonry img {
    margin-bottom: 9px !important;
    border-radius: 14px !important;
  }
}

/* Teachers section */
.teachers {
  background: #fffdf0;
}

.teacher-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.teacher-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 28px 22px 26px;
  text-align: center;
  box-shadow: 0 14px 44px rgba(24,33,15,.08);
  transition: .25s;
}

.teacher-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 68px rgba(24,33,15,.13);
}

.teacher-avatar {
  width: 124px;
  height: 124px;
  margin: 0 auto 18px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 6px solid rgba(243,239,0,.62);
  box-shadow: 0 12px 30px rgba(24,33,15,.13);
}

.teacher-body span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(243,239,0,.52);
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.teacher-body h3 {
  margin: 14px 0 12px;
  font-size: 28px;
  line-height: 1.1;
  color: var(--green);
}

.teacher-body p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.75;
  text-align: left;
}

@media (max-width: 1180px) {
  .teacher-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 860px;
  }
}

@media (max-width: 640px) {
  .teacher-grid {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .teacher-card {
    padding: 26px 22px;
  }

  .teacher-avatar {
    width: 124px;
    height: 124px;
  }

  .teacher-body h3 {
    font-size: 27px;
  }

  .teacher-body p {
    font-size: 14.5px;
    line-height: 1.75;
  }
}

/* Activity cards: 4 columns desktop, 2 rows for 8 activities */
.activity-grid {
  max-width: 1280px;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.activity-card {
  border-radius: 28px;
}

.activity-card img {
  aspect-ratio: 4 / 4.7;
}

.activity-card div {
  padding: 20px;
}

.activity-card h3 {
  font-size: 22px;
}

.activity-card p {
  font-size: 14.5px;
  line-height: 1.65;
}

.activity-card em {
  font-size: 12.5px;
}

@media (max-width: 1080px) {
  .activity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 820px;
  }

  .activity-card img {
    aspect-ratio: 4 / 3.8;
  }
}

@media (max-width: 640px) {
  .activity-grid {
    grid-template-columns: 1fr !important;
    max-width: none;
  }

  .activity-card img {
    aspect-ratio: 4 / 3.6;
  }

  .activity-card h3 {
    font-size: 24px;
  }

  .activity-card p {
    font-size: 15px;
  }
}

/* Gallery loading optimization */
.masonry.reveal {
  opacity: 1;
  transform: none;
}

.masonry img {
  background: rgba(243, 239, 0, .18);
  color: transparent;
}

#masonryGallery {
  min-height: 420px;
}

/* Gallery ratio fix: prevent stretched images */
#masonryGallery img,
.masonry img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  aspect-ratio: auto !important;
}

/* Footer left circle logo */
.footer-brand-polish {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer-logo-text {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-logo-small {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.footer-logo-text-label {
  font-weight: 700;
  color: #f3ef00;
  font-size: 16px;
}

.footer-slogan {
  margin: 0;
  font-size: 14px;
  color: rgba(255,255,255,.95);
}

/* Footer left brand: logo + text left aligned */
.footer-brand-polish {
  display: flex;
  flex-direction: column;
  align-items: flex-start;  /* 左对齐 */
  gap: 6px;
}

.footer-logo-text {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-start; /* 左对齐 */
}

.footer-logo-small {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.footer-logo-text-label {
  font-weight: 700;
  color: #ffffff; /* Vtopia文字白色 */
  font-size: 16px;
}

.footer-slogan {
  margin: 0;
  font-size: 14px;
  color: rgba(255,255,255,.95);
  text-align: left; /* 左对齐 */
}

/* Footer left: logo + text horizontal alignment */
.footer-brand-polish {
  display: flex;
  flex-direction: column;
  align-items: flex-start;  /* 保持整体左对齐 */
  gap: 6px;
}

.footer-logo-text {
  display: flex;
  flex-direction: row;       /* 水平排列 logo 和文字 */
  align-items: center;       /* 垂直居中 logo 与文字 */
  gap: 8px;                  /* logo 与文字间距 */
}

.footer-logo-small {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.footer-logo-text-label {
  font-weight: 700;
  color: #ffffff;            /* Vtopia文字白色 */
  font-size: 16px;
  line-height: 1.2;
}

.footer-slogan {
  margin: 0;
  font-size: 14px;
  color: rgba(255,255,255,.95);
  text-align: left;          /* 保持左对齐 */
}

/* Footer left - horizontal alignment */
.footer-brand-polish {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
}

.footer-brand-polish img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.footer-brand-polish div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-logo-text-label,
.footer-slogan {
  color: #ffffff;
  text-align: left;
}

/* Pricing update */
.pricing-list {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.pricing-note {
  margin: 0 0 4px;
  color: var(--green);
  font-weight: 900;
  font-size: 15px;
}

.pricing-row {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 12px;
  align-items: baseline;
}

.pricing-row strong {
  color: var(--green);
  font-size: 17px;
}

.pricing-row span {
  color: var(--green);
  font-size: 22px;
  font-weight: 900;
}

.pricing-row em {
  grid-column: 1 / -1;
  color: var(--muted);
  font-style: normal;
  font-size: 14px;
}

.pricing-extra {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pricing-extra span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(243,239,0,.45);
  color: var(--green);
  font-weight: 800;
  font-size: 14px;
}

.pricing-gift,
.pricing-meta {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.pricing-gift {
  color: #334628;
  font-weight: 800;
}

/* Keep price-box content in one line */
.price-box div {
  min-width: 0;
}

.price-box strong {
  white-space: nowrap;
  font-size: clamp(18px, 2.2vw, 24px);
  letter-spacing: -0.02em;
}

/* Activities experience blocks */
.experience-list {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 34px;
}

.experience-block {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 34px;
  align-items: center;
  padding: 28px;
  border-radius: 34px;
  background: #fffdf0;
  border: 1px solid var(--line);
  box-shadow: 0 18px 60px rgba(24,33,15,.08);
}

.experience-block:nth-child(2) {
  background: #f6f8df;
}

.experience-block:nth-child(3) {
  background: #eef4dc;
}

.experience-block:nth-child(4) {
  background: #eef7f1;
}

.experience-night {
  background: #1d3a2a;
  color: #fff;
}

.experience-block-reverse .experience-image {
  order: 2;
}

.experience-image {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  min-height: 340px;
  background: rgba(243,239,0,.24);
}

.experience-image img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  display: block;
}

.experience-copy {
  padding: 8px 6px;
}

.experience-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(243,239,0,.58);
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
}

.experience-night .experience-kicker {
  background: rgba(243,239,0,.85);
  color: #173222;
}

.experience-copy h3 {
  margin: 0 0 12px;
  color: var(--green);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -.04em;
}

.experience-night .experience-copy h3 {
  color: #fff;
}

.experience-items {
  margin: 0 0 16px;
  color: #405236;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.65;
}

.experience-night .experience-items {
  color: rgba(255,255,255,.9);
}

.experience-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.9;
}

.experience-night .experience-copy p {
  color: rgba(255,255,255,.82);
}

.experience-note {
  font-size: 13.5px !important;
  line-height: 1.75 !important;
  opacity: .9;
}

.experience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.experience-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.experience-night .experience-tags span {
  background: rgba(255,255,255,.14);
  color: #fff;
}

@media (max-width: 900px) {
  .experience-block {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 20px;
    border-radius: 28px;
  }

  .experience-block-reverse .experience-image {
    order: 0;
  }

  .experience-image,
  .experience-image img {
    min-height: 260px;
  }

  .experience-copy h3 {
    font-size: 28px;
  }
}

@media (max-width: 520px) {
  .experience-list {
    gap: 24px;
  }

  .experience-block {
    padding: 16px;
  }

  .experience-image,
  .experience-image img {
    min-height: 230px;
    border-radius: 22px;
  }

  .experience-copy p {
    font-size: 14.5px;
    line-height: 1.8;
  }
}

/* Activity category blocks */
.activity-category-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.activity-category-card {
  background: #fffdf0;
  border: 1px solid var(--line);
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 18px 58px rgba(24,33,15,.08);
}

.activity-category-card:nth-child(2) {
  background: #eef7f1;
}

.activity-category-card:nth-child(3) {
  background: #f6f8df;
}

.activity-category-night {
  background: #1d3a2a;
}

.activity-category-img {
  height: 270px;
  overflow: hidden;
  background: rgba(243,239,0,.2);
}

.activity-category-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.activity-category-copy {
  padding: 26px 26px 28px;
}

.activity-category-copy > span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(243,239,0,.58);
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
}

.activity-category-copy h3 {
  margin: 0 0 12px;
  color: var(--green);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.18;
  letter-spacing: -.035em;
}

.activity-category-items {
  margin: 0 0 14px;
  color: #405236;
  font-size: 15.5px;
  font-weight: 900;
  line-height: 1.6;
}

.activity-category-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
}

.activity-category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.activity-category-tags em {
  font-style: normal;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.activity-category-night .activity-category-copy > span {
  background: rgba(243,239,0,.85);
  color: #173222;
}

.activity-category-night h3,
.activity-category-night .activity-category-items {
  color: #fff;
}

.activity-category-night p {
  color: rgba(255,255,255,.82);
}

.activity-category-night .activity-category-tags em {
  background: rgba(255,255,255,.14);
  color: #fff;
}

.activity-category-note {
  font-size: 13.5px !important;
  line-height: 1.7 !important;
  opacity: .9;
}

.activity-category-summary {
  max-width: 820px;
  margin: 34px auto 0;
  text-align: center;
  color: var(--green);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 800;
}

@media (max-width: 900px) {
  .activity-category-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .activity-category-img {
    height: 260px;
  }

  .activity-category-copy {
    padding: 22px;
  }
}

@media (max-width: 520px) {
  .activity-category-img {
    height: 230px;
  }

  .activity-category-copy h3 {
    font-size: 25px;
  }

  .activity-category-copy p {
    font-size: 14.5px;
    line-height: 1.75;
  }

  .activity-category-summary {
    font-size: 16px;
    text-align: left;
  }
}

/* Activities album layout */
.album-section {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 30px;
}

.album-block {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 34px;
  align-items: center;
  padding: 28px;
  border-radius: 34px;
  background: #fffdf0;
  border: 1px solid var(--line);
  box-shadow: 0 18px 58px rgba(24,33,15,.08);
}

.album-block:nth-child(2) {
  background: #eef7f1;
}

.album-block:nth-child(3) {
  background: #f6f8df;
}

.album-night {
  background: #1d3a2a;
}

.album-media {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  border-radius: 28px;
  background: rgba(243,239,0,.2);
}

.album-track {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 390px;
}

.album-track img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  display: block;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity .55s ease, transform .55s ease;
}

.album-track img.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.album-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.82);
  color: var(--green);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

.album-prev {
  left: 14px;
}

.album-next {
  right: 14px;
}

.album-dots {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 14px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.album-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.58);
  cursor: pointer;
}

.album-dots button.is-active {
  width: 22px;
  border-radius: 999px;
  background: #f3ef00;
}

.album-copy {
  padding: 6px;
}

.album-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(243,239,0,.58);
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
}

.album-copy h3 {
  margin: 0 0 12px;
  color: var(--green);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -.04em;
}

.album-items {
  margin: 0 0 16px;
  color: #405236;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.65;
}

.album-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.9;
}

.album-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.album-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.album-night .album-kicker {
  background: rgba(243,239,0,.85);
  color: #173222;
}

.album-night .album-copy h3,
.album-night .album-items {
  color: #fff;
}

.album-night .album-copy p {
  color: rgba(255,255,255,.82);
}

.album-night .album-tags span {
  background: rgba(255,255,255,.14);
  color: #fff;
}

.album-note {
  font-size: 13.5px !important;
  line-height: 1.75 !important;
  opacity: .9;
}

.album-summary {
  max-width: 840px;
  margin: 34px auto 0;
  text-align: center;
  color: var(--green);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 800;
}

@media (max-width: 900px) {
  .album-block {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 20px;
    border-radius: 28px;
  }

  .album-media,
  .album-track,
  .album-track img {
    min-height: 270px;
  }

  .album-copy h3 {
    font-size: 28px;
  }
}

@media (max-width: 520px) {
  .album-section {
    gap: 24px;
  }

  .album-block {
    padding: 16px;
  }

  .album-media,
  .album-track,
  .album-track img {
    min-height: 235px;
    border-radius: 22px;
  }

  .album-arrow {
    width: 36px;
    height: 36px;
    font-size: 26px;
  }

  .album-copy p {
    font-size: 14.5px;
    line-height: 1.78;
  }

  .album-summary {
    font-size: 16px;
    text-align: left;
  }
}

/* Activities story album layout */
.story-activity-section .section-head {
  max-width: 880px;
}

.story-rows {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 34px;
}

.story-row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 34px;
  align-items: center;
  padding: 28px;
  border-radius: 34px;
  background: #fffdf0;
  border: 1px solid var(--line);
  box-shadow: 0 18px 58px rgba(24,33,15,.08);
}

.story-row:nth-child(2) {
  background: #eef7f1;
}

.story-row:nth-child(3) {
  background: #f6f8df;
}

.story-night {
  background: #1d3a2a;
}

.story-album-card {
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255,255,255,.55);
}

.story-main {
  position: relative;
  height: 360px;
  overflow: hidden;
  background: rgba(243,239,0,.15);
}

.story-main-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.story-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.86);
  color: var(--green);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

.story-prev { left: 14px; }
.story-next { right: 14px; }

.story-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 10px;
  background: rgba(255,255,255,.7);
}

.story-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 14px;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
}

.story-thumb.is-active {
  border-color: #f3ef00;
}

.story-thumb img {
  width: 100%;
  height: 86px;
  display: block;
  object-fit: cover;
}

.story-copy {
  padding: 6px;
}

.story-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(243,239,0,.58);
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
}

.story-copy h3 {
  margin: 0 0 12px;
  color: var(--green);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.12;
  letter-spacing: -.04em;
}

.story-items {
  margin: 0 0 16px;
  color: #405236;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.65;
}

.story-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.9;
}

.story-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.story-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.story-night .story-kicker {
  background: rgba(243,239,0,.9);
  color: #173222;
}

.story-night .story-copy h3,
.story-night .story-items {
  color: #fff;
}

.story-night .story-copy p {
  color: rgba(255,255,255,.82);
}

.story-night .story-tags span {
  background: rgba(255,255,255,.14);
  color: #fff;
}

.story-note {
  font-size: 13.5px !important;
  line-height: 1.75 !important;
  opacity: .92;
}

.story-summary {
  max-width: 860px;
  margin: 36px auto 0;
  text-align: center;
  color: var(--green);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 800;
}

@media (max-width: 900px) {
  .story-row,
  .story-row.reverse {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 20px;
  }

  .story-main {
    height: 280px;
  }

  .story-copy h3 {
    font-size: 28px;
  }
}

@media (max-width: 520px) {
  .story-rows {
    gap: 24px;
  }

  .story-row {
    padding: 16px;
    border-radius: 26px;
  }

  .story-main {
    height: 230px;
  }

  .story-thumb img {
    height: 64px;
  }

  .story-nav {
    width: 36px;
    height: 36px;
    font-size: 26px;
  }

  .story-copy p {
    font-size: 14.5px;
    line-height: 1.78;
  }

  .story-summary {
    font-size: 16px;
    text-align: left;
  }
}

/* Activity CTA block */
.activity-cta {
  max-width: 920px;
  margin: 42px auto 0;
  padding: 28px 30px;
  border-radius: 30px;
  background: #1d3a2a;
  color: #fff;
  text-align: center;
  box-shadow: 0 18px 58px rgba(24,33,15,.14);
}

.activity-cta p {
  margin: 0 auto 20px;
  max-width: 760px;
  color: rgba(255,255,255,.92);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 800;
}

.activity-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: #f3ef00;
  color: #173222;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}

.activity-cta-btn:hover {
  transform: translateY(-1px);
}

@media (max-width: 520px) {
  .activity-cta {
    padding: 24px 20px;
    text-align: left;
  }

  .activity-cta p {
    font-size: 16px;
    line-height: 1.75;
  }

  .activity-cta-btn {
    width: 100%;
  }
}

/* Activity quote block */
.activity-quote {
  max-width: 980px;
  margin: 42px auto 0;
  padding: 0;
  border: 0;
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 20px;
  align-items: start;
  background: transparent;
}

.activity-quote-avatar img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.activity-quote-body {
  min-width: 0;
}

.activity-quote-text {
  margin: 0 0 14px;
  color: var(--green);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.6;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.activity-quote-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 14px;
}

.activity-quote-meta strong {
  color: var(--green);
  font-size: 15px;
  font-weight: 900;
}

.activity-quote-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--green);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid rgba(46, 78, 40, 0.24);
  padding-bottom: 2px;
}

.activity-quote-link:hover {
  border-bottom-color: var(--green);
}

@media (max-width: 640px) {
  .activity-quote {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .activity-quote-avatar img {
    width: 72px;
    height: 72px;
  }

  .activity-quote-text {
    font-size: 22px;
    line-height: 1.7;
  }
}

/* Activity quote centered layout */
.activity-quote-center {
  max-width: 980px !important;
  margin: 48px auto 0 !important;
  padding: 8px 20px 0 !important;
  border: 0 !important;
  background: transparent !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 0 !important;
  color: #205B08 !important;
}

.activity-quote-center .activity-quote-mark {
  height: 54px;
  color: #205B08;
  font-size: 96px;
  line-height: .8;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  opacity: .9;
}

.activity-quote-center .activity-quote-text {
  margin: 0 auto 26px !important;
  max-width: 880px;
  color: #205B08 !important;
  font-size: clamp(30px, 4.2vw, 52px) !important;
  line-height: 1.45 !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em;
}

.activity-quote-center .activity-quote-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 18px;
}

.activity-quote-center .activity-quote-person img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 0 10px;
}

.activity-quote-center .activity-quote-person strong {
  color: #205B08;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
}

.activity-quote-center .activity-quote-person span {
  margin-top: 3px;
  color: rgba(32, 91, 8, .72);
  font-size: 14px;
  font-weight: 700;
}

.activity-quote-center .activity-quote-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  background: #205B08;
  color: #fff !important;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  border: 0 !important;
}

.activity-quote-center .activity-quote-link:hover {
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .activity-quote-center {
    margin-top: 36px !important;
    padding: 0 4px !important;
  }

  .activity-quote-center .activity-quote-mark {
    height: 42px;
    font-size: 76px;
  }

  .activity-quote-center .activity-quote-text {
    font-size: 27px !important;
    line-height: 1.5 !important;
    letter-spacing: -0.035em;
  }

  .activity-quote-center .activity-quote-person img {
    width: 68px;
    height: 68px;
  }

  .activity-quote-center .activity-quote-link {
    width: 100%;
    max-width: 260px;
  }
}

/* Disable click-to-enlarge for masonry gallery */
#masonryGallery img,
.masonry img {
  pointer-events: none !important;
  cursor: default !important;
}

/* Restore masonry gallery hover, but keep no lightbox intention */
#masonryGallery img,
.masonry img {
  pointer-events: auto !important;
  cursor: default !important;
  transition: transform .28s ease, filter .28s ease, opacity .28s ease !important;
}

#masonryGallery img:hover,
.masonry img:hover {
  transform: scale(1.035) !important;
  filter: brightness(1.04) saturate(1.04) !important;
  opacity: .96 !important;
}

#masonryGallery figure,
#masonryGallery .masonry-item,
.masonry figure,
.masonry .masonry-item {
  overflow: hidden;
}

#masonryGallery figure:hover,
#masonryGallery .masonry-item:hover,
.masonry figure:hover,
.masonry .masonry-item:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 36px rgba(24,33,15,.14) !important;
}

/* Mobile: put story album between title/items and description */
@media (max-width: 900px) {
  .story-row,
  .story-row.reverse {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  .story-row .story-copy {
    display: contents !important;
  }

  .story-row .story-kicker {
    order: 1;
    margin: 0 0 12px !important;
  }

  .story-row .story-copy h3 {
    order: 2;
    margin: 0 0 12px !important;
  }

  .story-row .story-items {
    order: 3;
    margin: 0 0 18px !important;
  }

  .story-row .story-album-card {
    order: 4;
    width: 100%;
    margin: 0 0 20px !important;
  }

  .story-row .story-copy > p:not(.story-items):not(.story-note) {
    order: 5;
    margin: 0 0 16px !important;
  }

  .story-row .story-note {
    order: 6;
    margin: 0 0 16px !important;
  }

  .story-row .story-tags {
    order: 7;
    margin-top: 0 !important;
  }
}

@media (max-width: 520px) {
  .story-row {
    padding: 18px !important;
  }

  .story-row .story-kicker {
    align-self: flex-start;
  }

  .story-row .story-copy h3 {
    font-size: 26px !important;
    line-height: 1.22 !important;
  }

  .story-row .story-items {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .story-row .story-tags {
    gap: 8px !important;
  }
}
