
:root {
  --navy:#1F3A5F; --ocean:#2F6F8F; --orange:#F28C38; --cream:#F8F1E7;
  --sage:#8FAF9D; --charcoal:#2E2E2E; --white:#fff; --muted:#687181;
  --line:rgba(31,58,95,.14); --shadow:0 22px 60px rgba(31,58,95,.14);
  --soft-shadow:0 12px 34px rgba(31,58,95,.08); --max:1180px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Pretendard","Noto Sans KR","Segoe UI",sans-serif;color:var(--charcoal);background:#fffaf4;line-height:1.6;word-break:keep-all}
a{text-decoration:none;color:inherit} img{display:block;max-width:100%}
.topbar{position:sticky;top:0;z-index:50;background:rgba(255,250,244,.9);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.nav{max-width:var(--max);margin:0 auto;padding:16px 24px;display:flex;justify-content:space-between;align-items:center;gap:22px}
.brand{display:flex;align-items:center;gap:12px;color:var(--navy);min-width:238px}
.logo-mark{width:42px;height:42px;border:2px solid var(--navy);border-radius:50%;display:grid;place-items:center;position:relative;background:rgba(255,255,255,.75);flex:0 0 auto}
.logo-mark:before{content:"";width:22px;height:13px;border:2px solid var(--ocean);border-top:0;border-left:0;transform:rotate(135deg);border-radius:0 0 18px 0;position:absolute;top:13px}
.logo-mark:after{content:"";width:22px;height:2px;background:var(--orange);border-radius:999px;position:absolute;bottom:11px}
.brand-text strong{display:block;font-size:16px;line-height:1.2;letter-spacing:-.03em}
.brand-text span{display:block;color:var(--ocean);font-size:12px;line-height:1.2;margin-top:2px}
.menu{display:flex;align-items:center;gap:18px;color:rgba(46,46,46,.74);font-size:14px;font-weight:750;white-space:nowrap}
.menu a:hover{color:var(--navy)}
.nav-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 18px;border-radius:999px;background:var(--orange);color:#fff;font-weight:900;box-shadow:0 12px 28px rgba(242,140,56,.28);white-space:nowrap}
.mobile-note{display:none}
.hero{background:linear-gradient(90deg,rgba(255,250,244,1) 0%,rgba(255,250,244,.88) 36%,rgba(255,250,244,.3) 58%,rgba(31,58,95,.12) 100%),radial-gradient(circle at 88% 18%,rgba(242,140,56,.23),transparent 28%),radial-gradient(circle at 78% 70%,rgba(47,111,143,.28),transparent 36%)}
.hero-inner{max-width:var(--max);margin:0 auto;padding:86px 24px 74px;min-height:690px;display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:48px;align-items:center}
.eyebrow,.kicker{color:var(--orange);font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px}
.eyebrow:before{content:"";width:34px;height:2px;border-radius:999px;background:var(--orange)}
h1,h2,h3{margin:0;color:var(--navy);letter-spacing:-.045em;line-height:1.16}
h1{font-size:clamp(42px,5.2vw,72px);max-width:760px} h2{font-size:clamp(30px,3.6vw,48px)}
.lead{margin:22px 0 0;max-width:720px;color:rgba(46,46,46,.76);font-size:18px;letter-spacing:-.01em}
.hero-meta,.cta-row{display:flex;flex-wrap:wrap;gap:10px}.hero-meta{margin-top:28px}.cta-row{margin-top:30px;gap:14px}
.pill{display:inline-flex;align-items:center;min-height:40px;padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid var(--line);color:var(--navy);font-weight:800;font-size:14px;box-shadow:0 8px 20px rgba(31,58,95,.04)}
.btn{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:14px 22px;border-radius:999px;font-weight:900;transition:transform .18s ease;border:1px solid transparent}
.btn:hover{transform:translateY(-2px)} .btn-primary{background:var(--orange);color:#fff;box-shadow:0 14px 32px rgba(242,140,56,.30)}
.btn-secondary{background:rgba(255,255,255,.86);color:var(--navy);border-color:rgba(31,58,95,.18)} .btn-dark{background:var(--navy);color:#fff}
.visual-card{position:relative;min-height:520px;border-radius:42px;overflow:hidden;box-shadow:var(--shadow);background:url("/assets/images/hero-community.svg") center/cover no-repeat}
.glass{position:absolute;left:26px;right:26px;bottom:26px;padding:22px;border-radius:26px;background:rgba(255,255,255,.74);border:1px solid rgba(255,255,255,.62);backdrop-filter:blur(18px);display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}
.glass strong{display:block;color:var(--navy);font-size:23px;line-height:1.25;letter-spacing:-.03em}.glass span{display:block;margin-top:6px;color:rgba(46,46,46,.72);font-weight:700;font-size:14px}
.glass-badge{padding:10px 13px;background:var(--navy);color:#fff;border-radius:999px;font-weight:900;white-space:nowrap;font-size:13px}
.trust-wrap{max-width:var(--max);margin:-48px auto 0;padding:0 24px 64px;position:relative;z-index:4}
.trust-grid{background:rgba(31,58,95,.96);color:#fff;border-radius:24px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}
.trust-item{padding:24px;display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:center;border-right:1px solid rgba(255,255,255,.15)}.trust-item:last-child{border-right:0}
.trust-icon{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:rgba(255,255,255,.12);color:var(--orange);font-weight:900}
.trust-item strong{display:block;font-size:15px;margin-bottom:3px}.trust-item span{color:rgba(255,255,255,.72);font-size:13px;line-height:1.4}
.section,.page-hero{max-width:var(--max);margin:0 auto;padding:88px 24px}.page-hero{padding-bottom:54px}
.cream-section{background:var(--cream)} .section-head{max-width:800px;margin-bottom:38px}
.section-desc{margin-top:16px;max-width:760px;color:rgba(46,46,46,.72);font-size:17px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--soft-shadow)}.card h3{font-size:22px;margin-bottom:12px}.card p,.card li{margin:0;color:rgba(46,46,46,.70);font-size:15px}.card ul{margin:0;padding-left:18px}
.card-meta{color:var(--orange);font-size:13px;font-weight:900;margin-bottom:8px}
.card-icon{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;color:var(--navy);background:rgba(143,175,157,.18);font-weight:900;margin-bottom:18px}
.split{display:grid;grid-template-columns:.88fr 1.12fr;gap:38px;align-items:start}
.program-visual{min-height:430px;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);background:url("/assets/images/program-meeting.svg") center/cover no-repeat;position:relative}
.program-tags{position:absolute;left:22px;right:22px;bottom:22px;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(31,58,95,.92);color:#fff;border-radius:20px;overflow:hidden;backdrop-filter:blur(16px)}
.program-tags span{padding:15px 12px;text-align:center;font-weight:800;font-size:13px;border-right:1px solid rgba(255,255,255,.15)}.program-tags span:last-child{border-right:0}
.info-table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:22px;background:#fff;box-shadow:var(--soft-shadow)}.info-table th,.info-table td{padding:17px 20px;border-bottom:1px solid rgba(31,58,95,.1);text-align:left;vertical-align:top}.info-table th{width:32%;color:var(--navy);background:rgba(248,241,231,.74);font-size:14px}.info-table td{color:rgba(46,46,46,.78);font-weight:650}
.notice{margin-top:22px;padding:18px 20px;border-radius:18px;background:rgba(47,111,143,.08);border:1px solid rgba(47,111,143,.14);color:rgba(46,46,46,.72);font-size:14px}
.host-card{display:grid;grid-template-columns:110px 1fr;gap:24px;background:#fff;border:1px solid var(--line);border-radius:30px;padding:28px;box-shadow:var(--soft-shadow)}.avatar{width:108px;height:108px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--navy),var(--ocean));color:#fff;font-size:36px;font-weight:900;box-shadow:0 14px 32px rgba(31,58,95,.18)}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--soft-shadow)}.gallery-card figure{margin:0}.gallery-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--cream)}.gallery-body{padding:20px}.gallery-date{display:inline-flex;margin-bottom:8px;color:var(--orange);font-size:13px;font-weight:900}.gallery-body h3{font-size:21px;margin-bottom:8px}.gallery-body p{color:rgba(46,46,46,.70);margin:0;font-size:14.5px}
.tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:14px}.tag{padding:6px 9px;border-radius:999px;background:rgba(47,111,143,.08);color:var(--ocean);font-size:12px;font-weight:850}
.article{max-width:820px;margin:0 auto;padding:70px 24px}.article h1{font-size:clamp(34px,4vw,56px)}.article-meta{margin:18px 0 28px;color:var(--orange);font-weight:900}.article img{border-radius:26px;margin:24px 0;box-shadow:var(--soft-shadow)}.article-content{font-size:18px;color:rgba(46,46,46,.76)}.article-content p{margin:0 0 18px}
.faq-list{display:grid;gap:12px}details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px 22px;box-shadow:0 8px 22px rgba(31,58,95,.04)}summary{cursor:pointer;list-style:none;color:var(--navy);font-weight:900}summary::-webkit-details-marker{display:none}details p{margin:12px 0 0;color:rgba(46,46,46,.72)}
.contact-panel{background:var(--navy);color:#fff;border-radius:32px;padding:32px;box-shadow:var(--shadow)}.contact-panel h2{color:#fff}.contact-panel p{color:rgba(255,255,255,.72)}.contact-list{display:grid;gap:13px;margin-top:24px}.contact-list a,.contact-list div{padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.1);color:rgba(255,255,255,.92);font-weight:800}
.cta-band{margin:0 24px 82px;border-radius:36px;padding:78px 24px;text-align:center;color:#fff;background:linear-gradient(135deg,rgba(31,58,95,.96),rgba(47,111,143,.94)),radial-gradient(circle at 92% 0%,rgba(242,140,56,.62),transparent 36%);box-shadow:var(--shadow)}.cta-band h2{color:#fff;max-width:800px;margin:0 auto}.cta-band p{max-width:720px;margin:18px auto 0;color:rgba(255,255,255,.74);font-size:17px}.cta-band .cta-row{justify-content:center}
.footer{background:#142740;color:rgba(255,255,255,.74);padding:46px 24px}.footer-inner{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:start}.footer strong{display:block;color:#fff;margin-bottom:10px;font-size:20px}.footer-links{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}.footer a{color:rgba(255,255,255,.9);text-decoration:underline;text-underline-offset:3px}
@media(max-width:1060px){.menu{display:none}.hero-inner{grid-template-columns:1fr;min-height:auto;padding-top:62px}.visual-card{min-height:480px}.trust-grid{grid-template-columns:repeat(2,1fr)}.split,.footer-inner{grid-template-columns:1fr}.grid-5,.grid-4,.grid-3,.gallery-grid{grid-template-columns:repeat(2,1fr)}.footer-links{justify-content:flex-start}}
@media(max-width:720px){.nav{padding:14px 18px}.brand{min-width:auto}.brand-text strong{font-size:14px}.brand-text span{font-size:11px}.nav-cta{display:none}.mobile-note{display:block;background:var(--navy);color:#fff;padding:10px 18px;font-size:13px;font-weight:800}.hero-inner{padding:48px 18px 68px;gap:30px}h1{font-size:38px}.lead{font-size:16px}.visual-card{min-height:520px;border-radius:30px}.glass{position:static;margin:300px 18px 18px;grid-template-columns:1fr}.trust-wrap{margin-top:-32px;padding:0 18px 48px}.trust-grid,.grid-5,.grid-4,.grid-3,.grid-2,.gallery-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.15)}.section,.page-hero{padding-left:18px;padding-right:18px}.program-tags{grid-template-columns:1fr 1fr}.host-card{grid-template-columns:1fr}.cta-band{margin:0 18px 64px;padding:58px 18px}}


.business-footer {
  max-width: var(--max);
  margin: 30px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.8;
}

.business-footer strong {
  display: block;
  color: rgba(255,255,255,.86);
  font-size: 14px;
  letter-spacing: .06em;
  margin-bottom: 6px;
}

@media(max-width:720px){
  .business-footer {
    font-size: 12px;
  }
}


/* Premium Hero Section - CozyStay Jeju Global Network */
.hero-premium {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 12%, rgba(242,140,56,.22), transparent 28%),
    radial-gradient(circle at 74% 68%, rgba(47,111,143,.28), transparent 36%),
    linear-gradient(110deg, #fffaf4 0%, #F8F1E7 42%, rgba(143,175,157,.22) 100%);
}

.hero-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,250,244,.96) 0%, rgba(255,250,244,.88) 40%, rgba(255,250,244,.38) 62%, rgba(31,58,95,.08) 100%),
    linear-gradient(145deg, transparent 0 62%, rgba(47,111,143,.11) 62% 100%);
  pointer-events: none;
}

.hero-premium-inner {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0,.92fr) minmax(460px,1.08fr);
  min-height: 760px;
  padding-top: 92px;
  padding-bottom: 96px;
}

.hero-copy h1 {
  max-width: 720px;
  font-size: clamp(43px, 5vw, 70px);
  letter-spacing: -0.058em;
}

.hero-lead-tight {
  max-width: 675px;
  font-size: 18px;
  color: rgba(46,46,46,.78);
}

.hero-lead-sub {
  margin-top: 12px;
  max-width: 675px;
  font-size: 16.5px;
  color: rgba(46,46,46,.66);
}

.hero-trust-pills {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
  max-width: 620px;
  margin-top: 34px;
}

.hero-trust-pill {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(31,58,95,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.64);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 28px rgba(31,58,95,.055);
}

.hero-trust-pill span {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(242,140,56,.14);
  color: var(--orange);
  font-weight: 950;
  font-size: 13px;
}

.hero-trust-pill strong {
  color: var(--navy);
  font-size: 15px;
  letter-spacing: -0.015em;
}

.hero-visual-wrap {
  position: relative;
}

.hero-network-visual {
  min-height: 560px;
  border-radius: 44px;
  background: url("/assets/images/hero-global-network-premium.svg") center/cover no-repeat;
  isolation: isolate;
}

.hero-network-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(31,58,95,.18) 100%),
    radial-gradient(circle at 74% 22%, rgba(255,255,255,.16), transparent 22%);
  pointer-events: none;
  z-index: 1;
}

.floating-program-card {
  position: absolute;
  z-index: 3;
  width: min(330px, calc(100% - 52px));
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(255,255,255,.64);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 44px rgba(31,58,95,.15);
}

.floating-program-card .mini-label {
  display: inline-flex;
  color: var(--orange);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.floating-program-card strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
  letter-spacing: -0.035em;
  line-height: 1.22;
}

.floating-program-card p {
  margin: 6px 0 0;
  color: rgba(46,46,46,.68);
  font-size: 13.5px;
  font-weight: 700;
}

.top-card {
  top: 28px;
  right: 28px;
}

.bottom-card {
  left: 28px;
  bottom: 28px;
}

.hero-stat-wrap {
  margin-top: -52px;
}

.hero-stat-grid {
  background: rgba(31,58,95,.965);
}

.hero-stat-grid .trust-icon {
  background: rgba(255,255,255,.11);
}

@media(max-width:1060px){
  .hero-premium-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-network-visual {
    min-height: 520px;
  }
}

@media(max-width:720px){
  .hero-premium-inner {
    padding-top: 54px;
    padding-bottom: 76px;
  }

  .hero-copy h1 {
    font-size: 37px;
  }

  .hero-lead-tight,
  .hero-lead-sub {
    font-size: 15.5px;
  }

  .hero-network-visual {
    min-height: 560px;
    border-radius: 30px;
  }

  .floating-program-card {
    width: calc(100% - 36px);
    left: 18px;
    right: 18px;
  }

  .top-card {
    top: 18px;
  }

  .bottom-card {
    bottom: 18px;
  }

  .hero-trust-pill {
    grid-template-columns: 38px 1fr;
  }
}


/* =========================================================
   New Premium Forum-style Hero Design
   ========================================================= */

.hero-forum {
  position: relative;
  overflow: hidden;
  min-height: 860px;
  padding: 0 24px 78px;
  background:
    radial-gradient(circle at 86% 18%, rgba(242,140,56,.20), transparent 28%),
    radial-gradient(circle at 72% 74%, rgba(47,111,143,.24), transparent 34%),
    linear-gradient(130deg, #fffaf4 0%, #F8F1E7 48%, rgba(143,175,157,.26) 100%);
}

.hero-forum::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,250,244,.96) 0%, rgba(255,250,244,.84) 44%, rgba(255,250,244,.25) 70%, rgba(31,58,95,.07) 100%);
  pointer-events: none;
}

.forum-bg-grid {
  position: absolute;
  inset: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(31,58,95,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31,58,95,.06) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
}

.hero-forum-inner {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  min-height: 720px;
  padding: 94px 0 64px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  gap: 54px;
  align-items: center;
}

.forum-label {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
  padding-left: 18px;
  border-left: 4px solid var(--orange);
}

.forum-label span {
  color: var(--orange);
  font-size: 13px;
  letter-spacing: .16em;
  font-weight: 950;
}

.forum-label small {
  color: rgba(31,58,95,.74);
  font-size: 13px;
  font-weight: 800;
}

.forum-left h1 {
  max-width: 760px;
  color: var(--navy);
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: 1.06;
  letter-spacing: -0.065em;
}

.forum-subcopy {
  margin-top: 26px;
  max-width: 690px;
  display: grid;
  gap: 12px;
}

.forum-subcopy p {
  margin: 0;
  color: rgba(46,46,46,.72);
  font-size: 17.3px;
  line-height: 1.78;
  letter-spacing: -0.012em;
}

.forum-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.forum-btn {
  min-height: 56px;
  padding: 15px 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  transition: transform .18s ease, box-shadow .18s ease;
}

.forum-btn:hover {
  transform: translateY(-2px);
}

.forum-btn.primary {
  background: var(--orange);
  color: white;
  box-shadow: 0 16px 34px rgba(242,140,56,.30);
}

.forum-btn.ghost {
  background: rgba(255,255,255,.68);
  color: var(--navy);
  border: 1px solid rgba(31,58,95,.16);
  backdrop-filter: blur(14px);
}

.forum-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
  max-width: 720px;
}

.forum-trust-list div {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border: 1px solid rgba(31,58,95,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.60);
  color: var(--navy);
  font-size: 13.5px;
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.forum-trust-list span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(242,140,56,.13);
}

.forum-right {
  position: relative;
}

.forum-visual {
  position: relative;
  min-height: 580px;
  border-radius: 46px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 34px 90px rgba(31,58,95,.18);
  background: white;
}

.forum-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(31,58,95,.16) 100%),
    radial-gradient(circle at 84% 16%, rgba(255,255,255,.28), transparent 22%);
  pointer-events: none;
}

.forum-visual img {
  width: 100%;
  height: 100%;
  min-height: 580px;
  object-fit: cover;
}

.forum-floating-card {
  position: absolute;
  z-index: 3;
  width: min(330px, calc(100% - 48px));
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 22px 52px rgba(31,58,95,.16);
  backdrop-filter: blur(18px);
}

.forum-floating-card small {
  display: block;
  color: var(--orange);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 950;
  margin-bottom: 6px;
}

.forum-floating-card strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.22;
  letter-spacing: -0.035em;
}

.forum-floating-card span {
  display: block;
  margin-top: 7px;
  color: rgba(46,46,46,.66);
  font-size: 13px;
  font-weight: 750;
}

.forum-floating-card.card-a {
  right: 26px;
  top: 26px;
}

.forum-floating-card.card-b {
  left: 26px;
  bottom: 26px;
}

.forum-bottom-strip {
  position: relative;
  z-index: 4;
  max-width: var(--max);
  margin: -24px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 28px;
  background: rgba(31,58,95,.965);
  box-shadow: 0 26px 70px rgba(31,58,95,.18);
}

.forum-bottom-strip div {
  padding: 25px 24px;
  border-right: 1px solid rgba(255,255,255,.13);
}

.forum-bottom-strip div:last-child {
  border-right: 0;
}

.forum-bottom-strip strong {
  display: block;
  color: white;
  font-size: 15px;
  margin-bottom: 5px;
}

.forum-bottom-strip span {
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.45;
}

@media(max-width:1060px){
  .hero-forum-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 64px;
  }

  .forum-bottom-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .forum-bottom-strip div:nth-child(2) {
    border-right: 0;
  }

  .forum-bottom-strip div:nth-child(1),
  .forum-bottom-strip div:nth-child(2) {
    border-bottom: 1px solid rgba(255,255,255,.13);
  }
}

@media(max-width:720px){
  .hero-forum {
    padding-left: 18px;
    padding-right: 18px;
    min-height: auto;
  }

  .hero-forum-inner {
    padding-top: 48px;
    gap: 34px;
  }

  .forum-left h1 {
    font-size: 38px;
  }

  .forum-subcopy p {
    font-size: 15.5px;
  }

  .forum-visual {
    min-height: 560px;
    border-radius: 32px;
  }

  .forum-visual img {
    min-height: 560px;
  }

  .forum-floating-card {
    left: 18px;
    right: 18px;
    width: calc(100% - 36px);
  }

  .forum-floating-card.card-a {
    top: 18px;
  }

  .forum-floating-card.card-b {
    bottom: 18px;
  }

  .forum-bottom-strip {
    grid-template-columns: 1fr;
  }

  .forum-bottom-strip div,
  .forum-bottom-strip div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
  }

  .forum-bottom-strip div:last-child {
    border-bottom: 0;
  }
}


/* =========================================================
   Reference Design Applied - CozyStay Jeju Global Network
   ========================================================= */

body {
  background: #fffaf4;
}

.ref-topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,250,244,.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(31,58,95,.08);
}

.ref-nav {
  min-height: 78px;
}

.ref-brand {
  gap: 12px;
}

.ref-logo-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--navy);
  flex: 0 0 auto;
}

.ref-logo-mark svg {
  width: 48px;
  height: 48px;
}

.ref-menu {
  gap: 34px;
  font-weight: 850;
  color: #0f2037;
}

.ref-menu a {
  position: relative;
  padding: 26px 0;
}

.ref-menu a:first-child::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 14px;
  width: 18px;
  height: 2px;
  transform: translateX(-50%);
  background: var(--navy);
  border-radius: 99px;
}

.ref-nav-cta {
  background: linear-gradient(135deg, #F28C38, #ff9b39);
  padding: 13px 23px;
  min-height: 48px;
  box-shadow: 0 14px 28px rgba(242,140,56,.28);
}

/* Hero */
.reference-hero {
  position: relative;
  min-height: 690px;
  padding: 0 24px 34px;
  overflow: hidden;
  background: #fffaf4;
}

.reference-hero-bg {
  position: absolute;
  inset: 0;
  background: url("/assets/images/ref-hero-community.svg") center right / cover no-repeat;
}

.reference-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,250,244,.98) 0%, rgba(255,250,244,.94) 27%, rgba(255,250,244,.62) 48%, rgba(255,250,244,.08) 72%, rgba(255,250,244,0) 100%),
    linear-gradient(180deg, rgba(255,250,244,.32) 0%, rgba(255,250,244,0) 60%, #fffaf4 100%);
}

.reference-hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  margin: 0 auto;
  min-height: 520px;
  display: flex;
  align-items: center;
}

.reference-hero-copy {
  max-width: 560px;
  padding-top: 32px;
}

.reference-hero-copy h1 {
  font-size: clamp(42px, 4.2vw, 64px);
  line-height: 1.15;
  letter-spacing: -0.06em;
  color: #142740;
}

.reference-hero-copy p {
  margin: 24px 0 0;
  max-width: 490px;
  color: rgba(20,39,64,.82);
  font-size: 17px;
  line-height: 1.74;
  font-weight: 650;
}

.reference-cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.ref-btn {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  min-height: 58px;
  padding: 15px 24px 15px 28px;
  border-radius: 999px;
  font-weight: 950;
  transition: transform .18s ease, box-shadow .18s ease;
}

.ref-btn:hover {
  transform: translateY(-2px);
}

.ref-btn span {
  font-size: 22px;
  line-height: 1;
}

.ref-primary {
  background: linear-gradient(135deg, #F28C38, #ff9a36);
  color: white;
  box-shadow: 0 16px 34px rgba(242,140,56,.30);
}

.ref-secondary {
  background: rgba(255,255,255,.78);
  color: var(--navy);
  border: 1.5px solid rgba(31,58,95,.42);
  backdrop-filter: blur(14px);
}

.reference-trust-bar {
  position: relative;
  z-index: 4;
  max-width: var(--max);
  margin: -28px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 18px;
  background: rgba(20,39,64,.96);
  box-shadow: 0 22px 52px rgba(31,58,95,.20);
}

.reference-trust-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 14px;
  min-height: 108px;
  padding: 22px 25px;
  color: white;
  border-right: 1px solid rgba(255,255,255,.16);
}

.reference-trust-item:last-child {
  border-right: 0;
}

.ref-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 15px;
  font-size: 25px;
}

.reference-trust-item strong {
  display: block;
  color: white;
  font-size: 15px;
  margin-bottom: 4px;
}

.reference-trust-item span {
  display: block;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.44;
}

/* Sections */
.ref-section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 58px 24px;
}

.ref-about-section {
  padding-top: 68px;
}

.ref-two-col {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 38px;
  align-items: start;
}

.ref-section-title > span,
.ref-program-info > span,
.ref-host-title > span {
  display: block;
  color: var(--orange);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  margin-bottom: 12px;
}

.ref-section-title h2,
.ref-program-info h2,
.ref-host-title h2 {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.22;
  letter-spacing: -0.05em;
  color: #142740;
}

.ref-section-title p,
.ref-program-info p {
  margin: 18px 0 0;
  color: rgba(46,46,46,.74);
  font-size: 15.8px;
  line-height: 1.72;
  font-weight: 600;
}

.ref-outline-link {
  margin-top: 24px;
  min-height: 48px;
  padding: 12px 22px;
  border: 1.4px solid var(--navy);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  color: var(--navy);
  font-weight: 950;
  background: rgba(255,255,255,.55);
}

.ref-card-grid.five {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.ref-value-card {
  min-height: 205px;
  padding: 30px 18px 24px;
  border: 1px solid rgba(31,58,95,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 14px 34px rgba(31,58,95,.045);
  text-align: center;
}

.ref-value-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  color: var(--navy);
  font-size: 34px;
}

.ref-value-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: var(--navy);
}

.ref-value-card p {
  margin: 0;
  color: rgba(46,46,46,.66);
  font-size: 13.5px;
  line-height: 1.6;
  font-weight: 650;
}

/* Program */
.ref-program-section {
  padding-top: 34px;
}

.ref-program-layout {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 44px;
  align-items: center;
}

.ref-program-info h2 {
  font-size: clamp(34px, 3.5vw, 48px);
}

.ref-program-list {
  display: grid;
  gap: 11px;
  margin: 26px 0 0;
}

.ref-program-list div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  color: rgba(46,46,46,.76);
  font-size: 14.5px;
}

.ref-program-list b {
  color: var(--navy);
}

.ref-program-visual {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(31,58,95,.15);
  background: white;
}

.ref-program-visual img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.ref-program-tabs {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(20,39,64,.90);
  color: white;
  backdrop-filter: blur(16px);
}

.ref-program-tabs div {
  padding: 18px 14px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.16);
}

.ref-program-tabs div:last-child {
  border-right: 0;
}

.ref-program-tabs strong {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.ref-program-tabs span {
  display: block;
  font-size: 12px;
  color: rgba(255,255,255,.72);
}

/* Hosts */
.ref-host-section {
  padding-top: 36px;
}

.ref-host-title {
  margin-bottom: 22px;
}

.ref-host-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.ref-host-card {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 26px;
  padding: 28px;
  border: 1px solid rgba(31,58,95,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 14px 34px rgba(31,58,95,.045);
}

.ref-host-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  font-size: 42px;
  font-weight: 950;
  background: linear-gradient(135deg, var(--navy), var(--ocean));
  box-shadow: 0 14px 34px rgba(31,58,95,.14);
}

.ref-host-card h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.ref-host-card p {
  margin: 0 0 12px;
  color: rgba(46,46,46,.74);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}

.ref-host-card strong {
  display: block;
  color: var(--ocean);
  font-size: 13px;
  margin-bottom: 6px;
}

.ref-host-card ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(46,46,46,.72);
  font-size: 12.5px;
  line-height: 1.55;
}

/* Info cards */
.ref-info-section {
  padding-top: 18px;
  padding-bottom: 58px;
}

.ref-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.ref-info-card {
  min-height: 265px;
  padding: 26px;
  border: 1px solid rgba(31,58,95,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 34px rgba(31,58,95,.045);
}

.ref-info-card h3 {
  font-size: 21px;
  margin-bottom: 18px;
  color: var(--navy);
}

.ref-info-row {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(31,58,95,.08);
}

.ref-info-row b {
  color: var(--navy);
}

.ref-info-row span,
.ref-info-card p,
.ref-contact-list span {
  color: rgba(46,46,46,.72);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 620;
}

.ref-account {
  margin-top: 18px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(242,140,56,.10);
  color: var(--navy);
  font-weight: 950;
  font-size: 14px;
}

.ref-mini-btn {
  margin-top: 18px;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--orange);
  color: white;
  font-weight: 900;
}

.ref-mini-btn.dark {
  background: var(--navy);
}

.ref-map-preview {
  height: 94px;
  margin-top: 16px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(31,58,95,.08), rgba(242,140,56,.12)),
    repeating-linear-gradient(45deg, rgba(31,58,95,.08) 0 2px, transparent 2px 18px);
}

.ref-map-preview span {
  font-size: 34px;
}

.ref-contact-list {
  display: grid;
  gap: 14px;
}

.ref-contact-list a {
  color: var(--navy);
  font-weight: 900;
}

/* Bottom CTA */
.ref-bottom-cta {
  max-width: none;
  margin: 0;
  padding: 56px max(24px, calc((100vw - var(--max)) / 2));
  min-height: 185px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  color: white;
  background:
    linear-gradient(90deg, rgba(20,39,64,.92), rgba(20,39,64,.62)),
    url("/assets/images/ref-bottom-cta.svg") center / cover no-repeat;
}

.ref-bottom-cta h2 {
  color: white;
  font-size: clamp(28px, 3vw, 40px);
  margin-bottom: 10px;
}

.ref-bottom-cta p {
  color: rgba(255,255,255,.82);
  margin: 0;
  font-size: 16px;
}

.ref-bottom-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.ref-bottom-actions a {
  min-height: 50px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 950;
  color: white;
  border: 1px solid rgba(255,255,255,.64);
}

.ref-bottom-actions a:first-child {
  border-color: transparent;
  background: var(--orange);
}

@media(max-width:1100px) {
  .ref-menu {
    gap: 18px;
  }

  .reference-trust-bar,
  .ref-card-grid.five,
  .ref-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ref-two-col,
  .ref-program-layout {
    grid-template-columns: 1fr;
  }

  .ref-section-title {
    max-width: 520px;
  }

  .ref-host-grid {
    grid-template-columns: 1fr;
  }
}

@media(max-width:820px) {
  .ref-menu {
    display: none;
  }

  .reference-hero {
    min-height: auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .reference-hero-inner {
    min-height: 620px;
  }

  .reference-hero-overlay {
    background:
      linear-gradient(90deg, rgba(255,250,244,.98) 0%, rgba(255,250,244,.9) 48%, rgba(255,250,244,.42) 100%),
      linear-gradient(180deg, rgba(255,250,244,.20) 0%, #fffaf4 100%);
  }

  .reference-hero-copy h1 {
    font-size: 39px;
  }

  .reference-hero-copy p {
    font-size: 15.5px;
  }

  .reference-trust-bar,
  .ref-card-grid.five,
  .ref-info-grid,
  .ref-program-tabs,
  .ref-bottom-cta {
    grid-template-columns: 1fr;
  }

  .reference-trust-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
  }

  .reference-trust-item:last-child {
    border-bottom: 0;
  }

  .ref-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ref-host-card {
    grid-template-columns: 1fr;
  }

  .ref-bottom-cta {
    align-items: start;
  }
}


/* =========================================================
   Inserted Generated Visual Assets
   ========================================================= */

.reference-hero-bg {
  background-image: url("/assets/images/hero-photo-from-reference.jpg") !important;
  background-position: center right !important;
  background-size: cover !important;
}

.reference-hero-overlay {
  background:
    linear-gradient(90deg, rgba(255,250,244,.99) 0%, rgba(255,250,244,.96) 25%, rgba(255,250,244,.72) 43%, rgba(255,250,244,.18) 66%, rgba(255,250,244,0) 100%),
    linear-gradient(180deg, rgba(255,250,244,.16) 0%, rgba(255,250,244,0) 58%, #fffaf4 100%) !important;
}

.ref-program-visual img {
  content: url("/assets/images/program-photo-from-reference.jpg");
}

.ref-bottom-cta {
  background:
    linear-gradient(90deg, rgba(20,39,64,.93), rgba(20,39,64,.56)),
    url("/assets/images/cta-photo-from-reference.jpg") center / cover no-repeat !important;
}

@media(max-width:820px) {
  .reference-hero-bg {
    background-position: center center !important;
  }

  .reference-hero-overlay {
    background:
      linear-gradient(90deg, rgba(255,250,244,.99) 0%, rgba(255,250,244,.92) 54%, rgba(255,250,244,.46) 100%),
      linear-gradient(180deg, rgba(255,250,244,.10) 0%, #fffaf4 100%) !important;
  }
}

/* =========================================================
   Launch-ready Hero Section - CozyStay Jeju Network
   ========================================================= */
.launch-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 78px);
  padding: 0 24px 54px;
  background:
    radial-gradient(circle at 10% 18%, rgba(242,140,56,.13), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(47,111,143,.22), transparent 30%),
    radial-gradient(circle at 74% 82%, rgba(143,175,157,.22), transparent 32%),
    linear-gradient(135deg, #fffaf4 0%, var(--cream) 47%, rgba(47,111,143,.12) 100%);
}

.launch-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,250,244,.96) 0%, rgba(255,250,244,.88) 42%, rgba(255,250,244,.28) 100%),
    linear-gradient(135deg, transparent 0 58%, rgba(31,58,95,.10) 58% 100%);
  pointer-events: none;
}

.launch-hero-bg {
  position: absolute;
  inset: 0;
  opacity: .46;
  background-image:
    linear-gradient(rgba(31,58,95,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31,58,95,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.58) 52%, transparent 100%);
}

.launch-hero-shell {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 730px;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(500px, 1.06fr);
  gap: clamp(38px, 5vw, 74px);
  align-items: center;
  padding: 82px 0 24px;
}

.launch-hero-copy {
  max-width: 670px;
}

.launch-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--ocean);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .18em;
}

.launch-eyebrow::before {
  content: "";
  width: 40px;
  height: 2px;
  border-radius: 999px;
  background: var(--orange);
}

.launch-hero h1 {
  max-width: 690px;
  color: #142740;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.08;
  letter-spacing: -.066em;
}

.launch-lead {
  margin-top: 26px;
  max-width: 640px;
}

.launch-lead p {
  margin: 0;
  color: rgba(20,39,64,.78);
  font-size: 17px;
  line-height: 1.82;
  font-weight: 650;
}

.launch-lead p + p {
  margin-top: 11px;
  color: rgba(46,46,46,.68);
  font-size: 16px;
}

.launch-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.launch-btn {
  min-height: 58px;
  padding: 15px 25px 15px 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-weight: 950;
  letter-spacing: -.01em;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.launch-btn:hover {
  transform: translateY(-2px);
}

.launch-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ff9f43);
  box-shadow: 0 18px 38px rgba(242,140,56,.30);
}

.launch-btn-secondary {
  color: var(--navy);
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(31,58,95,.24);
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 34px rgba(31,58,95,.06);
}

.launch-trust-list {
  display: grid;
  gap: 11px;
  margin-top: 32px;
  max-width: 610px;
}

.launch-trust-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 60px;
  padding: 12px 15px;
  border: 1px solid rgba(31,58,95,.11);
  border-radius: 18px;
  background: rgba(255,255,255,.58);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 30px rgba(31,58,95,.045);
}

.launch-trust-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--orange);
  background: rgba(242,140,56,.12);
  font-size: 12px;
  font-weight: 950;
}

.launch-trust-item strong {
  color: var(--navy);
  font-size: 15px;
  letter-spacing: -.02em;
}

.launch-hero-visual {
  position: relative;
  min-height: 615px;
}

.launch-photo-card {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  border-radius: 46px;
  background: var(--navy);
  border: 1px solid rgba(255,255,255,.74);
  box-shadow: 0 34px 82px rgba(31,58,95,.23);
  isolation: isolate;
}

.launch-photo-card img {
  width: 100%;
  min-height: 600px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.012);
}

.launch-photo-gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(31,58,95,.00) 0%, rgba(31,58,95,.12) 48%, rgba(20,39,64,.42) 100%),
    radial-gradient(circle at 18% 12%, rgba(255,255,255,.24), transparent 24%),
    linear-gradient(90deg, rgba(31,58,95,.10), transparent 48%);
}

.launch-floating-card,
.launch-side-panel {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(255,255,255,.70);
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 54px rgba(31,58,95,.18);
}

.launch-card-top {
  top: 34px;
  right: 30px;
  width: min(322px, calc(100% - 60px));
  padding: 19px 21px;
  border-radius: 24px;
}

.launch-card-top span {
  display: block;
  color: var(--orange);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  margin-bottom: 8px;
}

.launch-card-top strong {
  display: block;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.28;
  letter-spacing: -.035em;
}

.launch-card-bottom {
  left: 30px;
  bottom: 34px;
  width: min(390px, calc(100% - 60px));
  padding: 20px;
  border-radius: 26px;
}

.launch-card-mini-title {
  color: var(--navy);
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -.03em;
  margin-bottom: 12px;
}

.launch-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.launch-card-tags span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--navy);
  background: rgba(248,241,231,.78);
  border: 1px solid rgba(31,58,95,.10);
  font-size: 12px;
  font-weight: 850;
}

.launch-side-panel {
  right: -18px;
  bottom: 145px;
  width: 258px;
  padding: 20px;
  border-radius: 28px;
  background: rgba(20,39,64,.86);
  border-color: rgba(255,255,255,.22);
  color: white;
}

.launch-side-panel span {
  display: block;
  color: rgba(248,241,231,.74);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .16em;
  margin-bottom: 7px;
}

.launch-side-panel strong {
  display: block;
  color: white;
  font-size: 19px;
  line-height: 1.24;
  letter-spacing: -.035em;
}

.launch-side-panel p {
  margin: 9px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 650;
}

@media(max-width:1120px) {
  .launch-hero-shell {
    grid-template-columns: 1fr;
    max-width: 850px;
    padding-top: 64px;
  }

  .launch-hero-copy {
    max-width: 780px;
  }

  .launch-lead,
  .launch-trust-list {
    max-width: 720px;
  }

  .launch-side-panel {
    right: 24px;
  }
}

@media(max-width:820px) {
  .launch-hero {
    padding: 0 18px 44px;
  }

  .launch-hero-shell {
    min-height: auto;
    padding-top: 48px;
    gap: 34px;
  }

  .launch-hero h1 {
    font-size: 38px;
  }

  .launch-lead p,
  .launch-lead p + p {
    font-size: 15.5px;
    line-height: 1.72;
  }

  .launch-btn {
    width: 100%;
  }

  .launch-hero-visual {
    min-height: 520px;
  }

  .launch-photo-card,
  .launch-photo-card img {
    min-height: 520px;
  }

  .launch-photo-card {
    border-radius: 32px;
  }

  .launch-card-top {
    top: 18px;
    right: 18px;
    width: calc(100% - 36px);
  }

  .launch-card-bottom {
    left: 18px;
    bottom: 18px;
    width: calc(100% - 36px);
  }

  .launch-side-panel {
    display: none;
  }
}

/* =========================================================
   Editable Hero Refinement Overrides
   - 이 아래 영역만 수정해도 첫 화면 인상 조정 가능
   ========================================================= */
.topbar,
.ref-topbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(248, 241, 231, 0.90);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(31, 58, 95, 0.10);
}

.ref-nav,
.nav {
  max-width: 1280px;
}

.launch-hero {
  min-height: auto;
  padding: 0 24px 70px;
}

.launch-hero-shell {
  max-width: 1320px;
  min-height: 700px;
  grid-template-columns: minmax(0, 0.90fr) minmax(500px, 1.10fr);
  gap: clamp(48px, 5.5vw, 84px);
  padding: 92px 0 40px;
}

.launch-hero-copy {
  max-width: 650px;
}

.launch-hero h1 {
  max-width: 660px;
  color: #1F3A5F;
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: 1.12;
  letter-spacing: -0.055em;
}

.launch-lead {
  margin-top: 24px;
  max-width: 620px;
}

.launch-lead p {
  font-size: 16.5px;
  line-height: 1.86;
  font-weight: 600;
}

.launch-lead p + p {
  font-size: 15.8px;
}

.launch-btn-primary {
  background: linear-gradient(135deg, #F28C38, #ff9a3d);
}

.launch-photo-card {
  border-radius: 38px;
  min-height: 560px;
  background: #F8F1E7;
  box-shadow: 0 32px 80px rgba(31, 58, 95, 0.18);
}

.launch-photo-card img {
  min-height: 560px;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.02);
}

.launch-photo-gradient {
  background:
    linear-gradient(180deg, rgba(31,58,95,.02) 0%, rgba(31,58,95,.14) 58%, rgba(20,39,64,.36) 100%),
    linear-gradient(90deg, rgba(248,241,231,.10), rgba(242,140,56,.08));
}

.launch-floating-card,
.launch-side-panel {
  background: rgba(255,255,255,.76);
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 54px rgba(31,58,95,.15);
}

.launch-card-top strong {
  font-size: 22px;
}

.launch-side-panel {
  right: 18px;
  bottom: 138px;
  background: rgba(31, 58, 95, 0.88);
}

@media(max-width:1120px) {
  .launch-hero-shell {
    grid-template-columns: 1fr;
    max-width: 860px;
    padding-top: 70px;
  }
}

@media(max-width:820px) {
  .launch-hero {
    padding: 0 18px 52px;
  }

  .launch-hero-shell {
    padding-top: 52px;
    gap: 40px;
  }

  .launch-hero h1 {
    font-size: clamp(37px, 10vw, 54px);
  }

  .launch-photo-card,
  .launch-photo-card img {
    min-height: 430px;
  }

  .launch-side-panel {
    display: none;
  }
}

@media(max-width:640px) {
  .launch-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .launch-btn {
    width: 100%;
    justify-content: center;
  }
}


/* ===== CozyStay v4 multilingual stability layer ===== */
html, body { max-width: 100%; overflow-x: clip; }
main, section, article, .hero-content, .section-heading, .feature-card, .pricing-card { min-width: 0; }
body { overflow-wrap: anywhere; }

.ref-nav {
  max-width: 1440px;
  min-height: 82px;
  padding: 12px 22px;
  gap: 18px;
}
.ref-brand { min-width: 210px; flex: 0 1 245px; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; min-width: 0; flex: 1 1 auto; }
.ref-menu { gap: clamp(12px, 1.45vw, 26px); font-size: clamp(12px, .95vw, 14px); min-width: 0; }
.ref-menu a { padding: 22px 0; white-space: nowrap; }
.ref-menu a:first-child::after { display: none; }

.language-switch { display: flex; align-items: center; gap: 7px; flex: 0 0 auto; }
.language-switch a {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 46px; height: 38px; padding: 0 12px;
  border-radius: 999px; border: 1px solid rgba(31,58,95,.18);
  background: rgba(255,255,255,.72); color: var(--navy);
  font-size: 12px; font-weight: 950; line-height: 1; transition: .2s ease;
}
.language-switch a:hover { border-color: var(--orange); transform: translateY(-1px); }
.language-switch a.active {
  border-color: transparent; color: #17314d;
  background: linear-gradient(135deg,#F8C35A,#F28C38);
  box-shadow: 0 10px 22px rgba(242,140,56,.25);
}
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.78); }
.menu-toggle span:not(.sr-only) { display:block; height:2px; margin:4px 0; border-radius:99px; background:var(--navy); }
.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; }

.hero, .hero-content { width: 100%; }
.hero-content { max-width: var(--max); margin: 0 auto; padding: clamp(64px,8vw,108px) 24px; }
.hero-content h1, .page-hero h1, .section-heading h2 { max-width: 100%; overflow-wrap: break-word; word-break: normal; text-wrap: balance; }
.hero-lead, .page-lead, .section-heading p { max-width: 780px; overflow-wrap: break-word; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:28px; }
.feature-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.feature-card, .pricing-card { background:#fff; border:1px solid var(--line); border-radius:24px; padding:26px; box-shadow:var(--soft-shadow); }
.feature-card h3, .pricing-card h3 { font-size:22px; margin-bottom:10px; }
.feature-card p, .pricing-card p { color:rgba(46,46,46,.72); }
.pricing-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.price { color:var(--orange)!important; font-weight:900; }
.section-heading { max-width:820px; margin-bottom:34px; }
.page-lead { margin-top:18px; color:rgba(46,46,46,.74); font-size:17px; line-height:1.75; }

.blog-grid, .meeting-grid { min-width:0; }
.blog-card, .meeting-card, .gallery-card { min-width:0; }
.blog-card h2, .meeting-card h2, .gallery-card h2, .gallery-card h3 { overflow-wrap:anywhere; }
.meeting-details { white-space:pre-line; }

@media (max-width: 1180px) {
  .ref-nav { flex-wrap: wrap; }
  .menu-toggle { display:block; margin-left:auto; }
  .header-actions {
    display:none; width:100%; flex:0 0 100%; align-items:stretch;
    padding:18px; border-radius:22px; background:#fff;
    border:1px solid var(--line); box-shadow:var(--shadow);
  }
  .header-actions.is-open { display:flex; flex-direction:column; }
  .ref-menu { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:6px 12px; width:100%; white-space:normal; }
  .ref-menu a { padding:11px 12px; border-radius:12px; background:rgba(248,241,231,.55); white-space:normal; }
  .language-switch { justify-content:center; padding-top:4px; }
  .ref-nav-cta { width:100%; }
}

@media (max-width: 760px) {
  .ref-nav { padding:10px 16px; }
  .ref-brand { min-width:0; flex:1 1 auto; }
  .brand-text strong { font-size:14px; }
  .brand-text span { font-size:10px; max-width:170px; white-space:normal; }
  .ref-logo-mark, .ref-logo-mark svg { width:42px; height:42px; }
  .ref-menu { grid-template-columns:1fr; }
  .language-switch a { min-width:54px; height:40px; }
  .hero-content { padding:54px 18px 64px; }
  .hero-content h1, .page-hero h1 { font-size:clamp(34px,10vw,46px); line-height:1.12; }
  .hero-lead, .page-lead { font-size:15.5px; }
  .feature-grid, .pricing-grid, .gallery-grid, .blog-grid, .meeting-grid { grid-template-columns:1fr!important; }
  .section, .page-hero { padding-left:18px; padding-right:18px; }
  .footer-inner { grid-template-columns:1fr!important; }
}

/* ===== Multilingual presentation refinements ===== */
.multilingual-hero{background:linear-gradient(135deg,#fffaf4 0%,#fffaf4 52%,#eef4f5 100%)}
.multilingual-hero__inner{max-width:var(--max);margin:0 auto;padding:72px 24px 76px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:52px;align-items:center}
.multilingual-hero .hero-content{padding:0;max-width:none}
.multilingual-hero__visual{position:relative;border-radius:32px;overflow:hidden;min-height:430px;background:#e8f2f4;box-shadow:var(--shadow)}
.multilingual-hero__visual img{width:100%;height:100%;min-height:430px;object-fit:cover}
.multilingual-hero__badge{position:absolute;left:22px;right:22px;bottom:22px;padding:17px 18px;border-radius:18px;background:rgba(255,255,255,.86);backdrop-filter:blur(14px);box-shadow:0 10px 28px rgba(31,58,95,.14)}
.multilingual-hero__badge strong{display:block;color:var(--navy);font-size:18px}.multilingual-hero__badge span{display:block;margin-top:3px;color:rgba(46,46,46,.66);font-size:13px}

.gallery-section,.blog-section,.meetings-section{padding-top:30px}
.gallery-grid,.blog-grid,.meeting-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;align-items:start}
.gallery-grid>.gallery-card:only-child,.blog-grid>.blog-card:only-child,.meeting-grid>.meeting-card:only-child{max-width:760px;width:100%}
.gallery-card,.blog-card,.meeting-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--soft-shadow);overflow:hidden}
.gallery-card>a,.blog-card>a{display:block;height:100%}
.gallery-card figure{margin:0}.gallery-card img,.blog-card img,.blog-card__image img{width:100%;aspect-ratio:16/10;object-fit:cover;background:var(--cream)}
.gallery-body,.gallery-card__body,.blog-card__body{padding:22px}
.gallery-body h2,.blog-card h2,.meeting-card h2{font-size:clamp(24px,2.4vw,34px);margin:6px 0 10px;line-height:1.18}
.gallery-body p,.blog-card__body p,.meeting-summary{color:rgba(46,46,46,.72);margin:0;line-height:1.7}
.card-meta,.blog-card__meta,.meeting-date{color:var(--orange);font-size:13px;font-weight:900;line-height:1.5}
.blog-card__meta{display:flex;gap:8px;flex-wrap:wrap}
.read-more{display:inline-flex;margin-top:14px;color:var(--navy);font-weight:900}

.meeting-card{padding:28px}
.meeting-card__top{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.meeting-status{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(143,175,157,.18);color:var(--navy);font-size:12px;font-weight:900}
.meeting-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0}
.meeting-info div{padding:15px;border-radius:16px;background:rgba(248,241,231,.7);border:1px solid rgba(31,58,95,.08)}
.meeting-info dt{color:var(--navy);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.meeting-info dd{margin:5px 0 0;color:rgba(46,46,46,.76)}
.meeting-details{padding:18px;border-radius:16px;background:rgba(47,111,143,.07);color:rgba(46,46,46,.74);line-height:1.7}
.meeting-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}

.contact-box{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:920px;padding:28px;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:var(--soft-shadow)}
.contact-box>p{margin:0;padding:18px;border-radius:18px;background:rgba(248,241,231,.62);color:rgba(46,46,46,.74)}
.contact-box>p strong{color:var(--navy)}
.contact-box>.hero-actions{grid-column:1/-1}

[lang="zh-CN"] body, body:has(.language-switch a[lang="zh-CN"].active){word-break:normal}

@media(max-width:820px){
  .multilingual-hero__inner{grid-template-columns:1fr;padding:54px 18px 64px;gap:34px}
  .multilingual-hero__visual,.multilingual-hero__visual img{min-height:320px}
  .meeting-info,.contact-box{grid-template-columns:1fr}
  .contact-box>.hero-actions{grid-column:auto}
}


/* Home CMS automation: recent gallery, blog, and upcoming meetings */
.home-dynamic-section{max-width:1180px;margin:0 auto;padding:84px 48px 36px}
.home-dynamic-heading{margin-bottom:42px}.home-dynamic-heading span,.home-content-title span{display:block;color:var(--orange);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px}.home-dynamic-heading h2{font-size:clamp(34px,4vw,52px);margin:0 0 10px;color:var(--navy)}.home-dynamic-heading p{max-width:720px;margin:0;color:rgba(46,46,46,.7);line-height:1.7}
.home-content-block{margin-bottom:56px}.home-content-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.home-content-title h3{font-size:clamp(27px,3vw,38px);margin:0;color:var(--navy)}.home-content-title>a{font-weight:900;color:var(--navy);white-space:nowrap}
.home-auto-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.home-auto-card,.home-meeting-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--soft-shadow);min-width:0}.home-auto-card>a{display:block;height:100%}.home-auto-card img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;background:var(--cream)}.home-auto-body{padding:20px}.home-auto-body>span,.home-meeting-card>span{display:block;color:var(--orange);font-size:12px;font-weight:900;line-height:1.5;margin-bottom:8px}.home-auto-body h4,.home-meeting-card h4{font-size:22px;line-height:1.25;color:var(--navy);margin:0 0 10px;overflow-wrap:anywhere}.home-auto-body p,.home-meeting-card p{color:rgba(46,46,46,.7);line-height:1.65;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-meeting-card{padding:24px}.home-meeting-meta{display:grid;gap:7px;margin-top:18px;color:rgba(46,46,46,.75);font-size:14px}.home-meeting-meta b{color:var(--navy);margin-right:6px}.home-apply-link{display:inline-flex;margin-top:20px;padding:10px 15px;border-radius:999px;background:var(--orange);color:#fff;font-weight:900}.home-empty{padding:28px;border:1px dashed rgba(31,58,95,.22);border-radius:20px;background:rgba(255,255,255,.62);color:rgba(46,46,46,.7)}
@media(max-width:900px){.home-dynamic-section{padding:68px 28px 26px}.home-auto-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.home-dynamic-section{padding:56px 18px 20px}.home-content-title{align-items:start}.home-auto-grid{grid-template-columns:1fr}.home-content-block{margin-bottom:44px}}

/* ===== v3 mobile navigation ===== */
.topbar { transition: box-shadow .2s ease, background-color .2s ease; }
.topbar.is-scrolled { box-shadow: 0 10px 30px rgba(31,58,95,.10); background: rgba(255,250,244,.97); }
.mobile-menu-head, .menu-backdrop { display: none; }
.ref-menu a[aria-current="page"] { color: var(--navy); }
.ref-menu a[aria-current="page"]::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--orange);
  vertical-align: middle;
}

@media (max-width:1180px) {
  html.menu-open,
  body.menu-open { overflow: hidden; overscroll-behavior: none; }
  /* Safari creates a containing block for fixed descendants when backdrop-filter
     is applied to an ancestor. Disable it while the mobile drawer is active so
     the drawer stays pinned to the real viewport on both iOS and Android. */
  .topbar,
  .ref-topbar {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .ref-nav { flex-wrap: nowrap; position: relative; }
  .menu-toggle {
    display: grid;
    place-content: center;
    gap: 4px;
    position: relative;
    z-index: 102;
    margin-left: auto;
    cursor: pointer;
  }
  .menu-toggle span:not(.sr-only) { width: 22px; margin: 0; transition: transform .22s ease, opacity .18s ease; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .menu-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 98;
    background: rgba(20,39,64,.44);
    backdrop-filter: blur(3px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
  }
  .menu-backdrop.is-open { opacity: 1; pointer-events: auto; }

  .header-actions {
    display: flex;
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 101;
    width: min(390px, 88vw);
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    max-height: 100dvh;
    box-sizing: border-box;
    padding:
      calc(16px + env(safe-area-inset-top, 0px))
      22px
      calc(22px + env(safe-area-inset-bottom, 0px));
    border: 0;
    border-radius: 0;
    background: #fffaf4;
    box-shadow: -18px 0 50px rgba(31,58,95,.20);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    scrollbar-gutter: stable;
    transform: translate3d(105%,0,0);
    visibility: hidden;
    transition: transform .24s ease, visibility .24s ease;
  }
  .header-actions.is-open { display: flex; transform: translate3d(0,0,0); visibility: visible; }
  .mobile-menu-head { display: flex; flex: 0 0 auto; align-items: center; justify-content: space-between; min-height: 48px; position: sticky; top: 0; z-index: 2; padding-bottom: 4px; background: #fffaf4; }
  .mobile-menu-head strong { color: var(--navy); font-size: 22px; }
  .mobile-menu-close {
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
    color: var(--navy);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
  }
  .ref-menu { display: grid; flex: 0 0 auto; grid-template-columns: 1fr; gap: 8px; width: 100%; }
  .ref-menu a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(248,241,231,.72);
    font-size: 15px;
    font-weight: 850;
  }
  .ref-menu a:hover, .ref-menu a[aria-current="page"] { background: rgba(242,140,56,.12); }
  .language-switch {
    order: 2;
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px;
    width: 100%;
    padding-top: 4px;
  }
  .language-switch a { width: 100%; min-width: 0; height: 44px; }
  .ref-nav-cta { order: 3; flex: 0 0 auto; width: 100%; min-height: 50px; margin-bottom: 2px; }
}

@media (max-width:760px) {
  .ref-nav { min-height: 66px; padding: 8px 14px; }
  .ref-brand { max-width: calc(100% - 58px); }
  .brand-text strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .brand-text span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 190px; }
  .mobile-note { text-align: center; font-size: 12px; line-height: 1.45; }
  .header-actions {
    width: min(360px, 92vw);
    padding:
      calc(12px + env(safe-area-inset-top, 0px))
      18px
      calc(18px + env(safe-area-inset-bottom, 0px));
  }
}


@media (max-width:1180px) and (max-height:620px) {
  .header-actions { gap: 10px; }
  .mobile-menu-head { min-height: 42px; }
  .ref-menu { gap: 6px; }
  .ref-menu a { min-height: 42px; padding: 9px 13px; }
  .language-switch a { height: 40px; }
  .ref-nav-cta { min-height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .header-actions, .menu-backdrop, .menu-toggle span:not(.sr-only), .topbar { transition: none !important; }
}


/* Content search */
.content-search { width:min(1120px,calc(100% - 40px)); margin:-18px auto 18px; }
.content-search__label { display:block; margin:0 0 10px; color:#1f3a5f; font-size:14px; font-weight:800; }
.content-search__field { display:flex; align-items:center; gap:10px; min-height:58px; padding:8px 10px 8px 18px; border:1px solid rgba(31,58,95,.16); border-radius:18px; background:#fff; box-shadow:0 12px 32px rgba(31,58,95,.07); }
.content-search__icon { color:#f28c38; font-size:25px; line-height:1; }
.content-search input { flex:1; min-width:0; border:0; outline:0; background:transparent; color:#1f3a5f; font:inherit; font-size:16px; }
.content-search input::placeholder { color:#8a8f98; }
.content-search button { flex:0 0 auto; border:0; border-radius:12px; padding:10px 14px; background:#f8f1e7; color:#1f3a5f; font-weight:800; cursor:pointer; }
.content-search__count { min-height:22px; margin:9px 4px 0; color:#667085; font-size:14px; }
.search-empty { width:100%; margin-top:28px; padding:40px 24px; border:1px dashed rgba(31,58,95,.22); border-radius:24px; background:rgba(255,255,255,.7); text-align:center; }
.search-empty h2 { margin:0 0 8px; color:#1f3a5f; }
.search-empty p { margin:0; color:#667085; }
[data-search-item][hidden], [data-search-group][hidden], .search-empty[hidden] { display:none !important; }
@media (max-width:640px) { .content-search { width:min(100% - 28px,1120px); margin-top:-8px; } .content-search__field { min-height:54px; border-radius:16px; padding-left:14px; } .content-search button { padding:9px 11px; } }

/* Content category and tag filters */
.content-filters { display:grid; gap:14px; margin-top:14px; padding:18px; border:1px solid rgba(31,58,95,.11); border-radius:18px; background:rgba(255,255,255,.72); }
.content-filters:empty { display:none; }
.content-filter-group { display:grid; grid-template-columns:90px minmax(0,1fr); align-items:start; gap:12px; }
.content-filter-group__label { padding-top:8px; color:#1f3a5f; font-size:14px; font-weight:800; }
.content-filter-group__choices { display:flex; flex-wrap:wrap; gap:8px; }
.content-search .filter-chip { border:1px solid rgba(31,58,95,.14); border-radius:999px; padding:8px 13px; background:#fff; color:#455468; font-size:14px; font-weight:700; box-shadow:none; }
.content-search .filter-chip:hover { border-color:rgba(242,140,56,.55); color:#1f3a5f; }
.content-search .filter-chip.is-active { border-color:#f28c38; background:#f28c38; color:#fff; }
.content-search .content-filter-reset { justify-self:start; border:0; padding:7px 2px; background:transparent; color:#b35d19; text-decoration:underline; text-underline-offset:3px; }
@media (max-width:640px) {
  .content-filters { padding:15px; }
  .content-filter-group { grid-template-columns:1fr; gap:7px; }
  .content-filter-group__label { padding-top:0; }
  .content-search .filter-chip { padding:8px 11px; font-size:13px; }
}

/* Related blog posts */
.related-posts{max-width:1180px;margin:0 auto;padding:10px 24px 84px}
.related-posts__heading{margin-bottom:24px}
.related-posts__heading>span{display:block;color:var(--orange);font-size:12px;font-weight:950;letter-spacing:.1em;margin-bottom:8px}
.related-posts__heading h2{font-size:clamp(28px,3vw,40px);line-height:1.2;color:var(--navy);margin:0}
.related-posts__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.related-post-card{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--soft-shadow);min-width:0}
.related-post-card a{display:block;height:100%;color:inherit}
.related-post-card img{width:100%;aspect-ratio:16/10;object-fit:cover;background:var(--cream)}
.related-post-card__body{padding:20px}
.related-post-card__body>span{display:block;color:var(--orange);font-size:12px;font-weight:900;margin-bottom:7px}
.related-post-card__body h3{font-size:21px;line-height:1.35;margin:0 0 9px;overflow-wrap:anywhere}
.related-post-card__body p{margin:0;color:rgba(46,46,46,.68);font-size:14px;line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
@media (max-width:900px){.related-posts__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:620px){.related-posts{padding:0 18px 64px}.related-posts__grid{grid-template-columns:1fr}.related-post-card__body{padding:18px}}

/* =========================================================
   V5 readability and visual consistency polish
   Scope: blog, gallery, meetings, home content sections
   ========================================================= */

:root{
  --content-text:rgba(35,43,53,.82);
  --content-muted:rgba(46,46,46,.66);
  --card-radius:24px;
  --card-border:rgba(31,58,95,.11);
  --card-shadow:0 14px 36px rgba(31,58,95,.075);
  --card-shadow-hover:0 20px 44px rgba(31,58,95,.12);
}

/* Shared page rhythm */
.page-hero{padding-top:76px;padding-bottom:42px}
.page-hero h1{max-width:900px;font-size:clamp(38px,4.6vw,60px);overflow-wrap:anywhere}
.page-lead{max-width:760px;margin:18px 0 0;color:var(--content-muted);font-size:17px;line-height:1.78}
.section{padding-top:72px;padding-bottom:76px}
.section-head{margin-bottom:30px}
.section-desc{line-height:1.78}

/* Blog and gallery listing cards */
.blog-grid,.gallery-grid{align-items:stretch}
.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.gallery-card{
  min-width:0;
  height:100%;
  border:1px solid var(--card-border);
  border-radius:var(--card-radius);
  box-shadow:var(--card-shadow);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.gallery-card:hover{transform:translateY(-4px);box-shadow:var(--card-shadow-hover);border-color:rgba(47,111,143,.22)}
.gallery-card>a{display:flex;flex-direction:column;height:100%}
.gallery-card figure{overflow:hidden;background:var(--cream)}
.gallery-card img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .28s ease}
.gallery-card:hover img{transform:scale(1.025)}
.gallery-body{display:flex;flex:1;flex-direction:column;padding:22px 22px 20px}
.gallery-date,.gallery-body .card-meta{margin:0 0 9px;color:var(--orange);font-size:12.5px;font-weight:900;line-height:1.5}
.gallery-body h2,.gallery-body h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:21px;
  line-height:1.38;
  letter-spacing:-.035em;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  overflow-wrap:anywhere;
}
.gallery-body>p:not(.card-meta){
  margin:0;
  color:var(--content-muted);
  font-size:14.5px;
  line-height:1.7;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}
.gallery-body .tags{margin-top:16px}
.gallery-body .read-more{display:inline-flex;align-items:center;margin-top:auto;padding-top:18px;color:var(--ocean);font-size:14px;font-weight:900}
.tag{padding:6px 10px;border:1px solid rgba(47,111,143,.08);font-size:11.5px}

/* Long-form article readability */
.article{max-width:830px;padding:76px 26px 72px}
.article>.kicker{margin-bottom:14px}
.article h1{max-width:780px;font-size:clamp(36px,4.6vw,58px);line-height:1.16;letter-spacing:-.05em;overflow-wrap:anywhere}
.article-meta{margin:18px 0 32px;font-size:14px;letter-spacing:.01em}
.article>img{width:100%;max-height:560px;object-fit:cover;margin:0 0 42px;border-radius:24px}
.article-content{max-width:760px;margin:0 auto;color:var(--content-text);font-size:17.5px;line-height:1.86;letter-spacing:-.008em;word-break:normal;overflow-wrap:anywhere}
.article-content p{margin:0 0 1.45em}
.article-content h2{margin:2.15em 0 .72em;font-size:clamp(26px,3vw,34px);line-height:1.3;letter-spacing:-.04em}
.article-content h3{margin:1.85em 0 .65em;font-size:clamp(21px,2.4vw,27px);line-height:1.38;letter-spacing:-.035em}
.article-content h4{margin:1.65em 0 .55em;color:var(--navy);font-size:19px;line-height:1.45}
.article-content ul,.article-content ol{margin:0 0 1.55em;padding-left:1.35em}
.article-content li{margin:.45em 0;padding-left:.15em}
.article-content blockquote{margin:2em 0;padding:20px 22px;border-left:4px solid var(--orange);border-radius:0 16px 16px 0;background:rgba(248,241,231,.72);color:rgba(31,58,95,.86)}
.article-content blockquote p:last-child{margin-bottom:0}
.article-content a{color:var(--ocean);font-weight:750;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}
.article-content img{width:100%;margin:2.1em 0;border-radius:20px;box-shadow:var(--soft-shadow)}
.article-content hr{margin:2.7em 0;border:0;border-top:1px solid var(--line)}
.article>.cta-row{max-width:760px;margin:42px auto 0;padding-top:28px;border-top:1px solid var(--line)}

/* Related content uses the same card language */
.related-posts{padding-top:18px}
.related-post-card{border-radius:var(--card-radius);border-color:var(--card-border);box-shadow:var(--card-shadow);transition:transform .2s ease,box-shadow .2s ease}
.related-post-card:hover{transform:translateY(-4px);box-shadow:var(--card-shadow-hover)}
.related-post-card a{display:flex;flex-direction:column}
.related-post-card__body{display:flex;flex:1;flex-direction:column;padding:22px}
.related-post-card__body h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}

/* Home: tighter rhythm and equal-height latest cards */
.home-dynamic-section{padding-top:72px;padding-bottom:24px}
.home-dynamic-heading{margin-bottom:34px}
.home-dynamic-heading h2{margin-top:6px}
.home-dynamic-heading p{max-width:720px;line-height:1.75}
.home-content-block{margin-bottom:56px}
.home-content-title{margin-bottom:20px}
.home-auto-grid{align-items:stretch;gap:22px}
.home-auto-card,.home-meeting-card{height:100%;border-radius:var(--card-radius);border-color:var(--card-border);box-shadow:var(--card-shadow);transition:transform .2s ease,box-shadow .2s ease}
.home-auto-card:hover,.home-meeting-card:hover{transform:translateY(-4px);box-shadow:var(--card-shadow-hover)}
.home-auto-card>a{display:flex;flex-direction:column}
.home-auto-body{display:flex;flex:1;flex-direction:column;padding:22px}
.home-auto-body h4,.home-meeting-card h4{font-size:21px;line-height:1.38;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.home-auto-body p,.home-meeting-card p{font-size:14.5px;line-height:1.7}
.home-meeting-card{display:flex;flex-direction:column;padding:24px}
.home-meeting-meta{margin-top:auto;padding-top:18px}
.home-apply-link{align-self:flex-start;margin-top:18px}

/* Meetings: override the language-page inline styles consistently */
.meetings-section{padding-top:30px!important}
.meeting-group+.meeting-group{margin-top:58px!important}
.meeting-group__heading{margin-bottom:20px!important}
.meeting-group__heading h2{font-size:clamp(28px,3vw,36px)!important;line-height:1.25!important}
.meeting-group__heading p{max-width:680px!important;color:var(--content-muted)!important;line-height:1.7!important}
.meeting-grid{gap:22px!important;align-items:stretch!important}
.meeting-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  height:100%!important;
  padding:26px!important;
  border:1px solid var(--card-border)!important;
  border-radius:var(--card-radius)!important;
  box-shadow:var(--card-shadow)!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}
.meeting-card:hover{transform:translateY(-3px)!important;box-shadow:var(--card-shadow-hover)!important}
.meeting-card[data-state="ended"]{opacity:.82!important;box-shadow:0 8px 24px rgba(31,58,95,.045)!important}
.meeting-card__top{align-items:flex-start!important;margin-bottom:16px!important}
.meeting-date{font-size:13px!important;line-height:1.55!important}
.meeting-status{padding:7px 11px!important;font-size:12px!important}
.meeting-card h3{font-size:24px!important;line-height:1.38!important;letter-spacing:-.035em!important;overflow-wrap:anywhere!important}
.meeting-summary{margin-bottom:20px!important;color:var(--content-muted)!important;font-size:15px!important;line-height:1.72!important}
.meeting-info{gap:10px!important;margin-bottom:20px!important}
.meeting-info div{grid-template-columns:82px minmax(0,1fr)!important;gap:12px!important;padding-bottom:10px!important}
.meeting-info dt,.meeting-info dd{font-size:14px!important;line-height:1.6!important}
.meeting-details{margin-bottom:22px!important;color:var(--content-text)!important;font-size:14.5px!important;line-height:1.78!important}
.meeting-actions{margin-top:auto!important;padding-top:4px!important}
.meeting-actions .btn{min-height:46px;padding:11px 18px}

/* Language-specific line wrapping */
html[lang="en"] body{word-break:normal;overflow-wrap:anywhere}
html[lang="zh"] .article-content{line-height:1.9;letter-spacing:.015em}
html[lang="zh"] .gallery-body h2,html[lang="zh"] .gallery-body h3{line-height:1.48}

@media(max-width:1060px){
  .blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:720px){
  .page-hero{padding-top:54px;padding-bottom:34px}
  .page-hero h1{font-size:36px;line-height:1.2}
  .page-lead{font-size:15.5px;line-height:1.72}
  .section{padding-top:56px;padding-bottom:60px}
  .blog-grid{grid-template-columns:1fr;gap:18px}
  .gallery-grid{gap:18px}
  .gallery-body{padding:19px 18px 18px}
  .gallery-body h2,.gallery-body h3{font-size:20px}
  .article{padding:54px 18px 58px}
  .article h1{font-size:35px;line-height:1.22}
  .article-meta{margin-bottom:24px}
  .article>img{margin-bottom:30px;border-radius:18px}
  .article-content{font-size:16px;line-height:1.82;word-break:keep-all}
  html[lang="en"] .article-content{word-break:normal}
  .article-content h2{margin-top:1.85em;font-size:26px}
  .article-content h3{font-size:22px}
  .article-content blockquote{padding:17px 18px}
  .article>.cta-row{margin-top:34px}
  .home-dynamic-section{padding-top:54px}
  .home-content-block{margin-bottom:46px}
  .home-auto-body,.home-meeting-card{padding:20px}
  .meeting-group+.meeting-group{margin-top:48px!important}
  .meeting-card{padding:21px!important}
  .meeting-card__top{flex-direction:column!important;gap:9px!important}
  .meeting-card h3{font-size:22px!important}
  .meeting-info div{grid-template-columns:72px minmax(0,1fr)!important}
}

@media(prefers-reduced-motion:reduce){
  .gallery-card,.gallery-card img,.home-auto-card,.home-meeting-card,.meeting-card,.related-post-card{transition:none!important}
}
