﻿:root {
  --bg: #f6f8fb;
  --text: #1a202c;
  --muted: #566070;
  --line: #dbe3ee;
  --brand: #b7252c;
  --brand-dark: #931c22;
  --header-h: 92px;
}

/* Final redesign: about-development timeline (reference style) */
body[data-page="about-development"] .about-intro-wrap {
  width: min(1680px, calc(100% - 40px));
}

body[data-page="about-development"] .dev-showcase {
  position: relative;
  margin-top: 24px;
  padding: 52px 16px;
  border: 1px solid #d5deeb;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(188, 200, 218, 0.2), transparent 32%),
    radial-gradient(circle at 85% 15%, rgba(188, 200, 218, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(242, 246, 252, 0.96));
}

body[data-page="about-development"] .dev-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(170, 183, 202, 0.22) 1px, transparent 1px);
  background-size: 9px 9px;
  opacity: .22;
}

body[data-page="about-development"] .dev-track {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(183,37,44,.35), rgba(183,37,44,.85), rgba(183,37,44,.35));
  z-index: 1;
}

body[data-page="about-development"] .dev-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 18px;
}

body[data-page="about-development"] .dev-grid-top {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 72px;
}

body[data-page="about-development"] .dev-grid-bottom {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 80%;
  margin-left: 10%;
}

body[data-page="about-development"] .dev-card {
  position: relative;
  text-align: center;
  border: 1px solid #d2dced;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 14px 28px rgba(18, 34, 58, 0.12);
  padding: 24px 16px 22px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body[data-page="about-development"] .dev-icon {
  width: 52px;
  height: 52px;
  margin: -42px auto 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 26px;
  background: linear-gradient(145deg, #b7252c, #981c22);
  color: #fff;
  box-shadow: 0 10px 20px rgba(183, 37, 44, 0.3);
}

body[data-page="about-development"] .dev-card time {
  display: block;
  color: var(--brand);
  font-size: clamp(26px, 1.35vw, 32px);
  font-weight: 800;
  margin-bottom: 8px;
}

body[data-page="about-development"] .dev-card p {
  margin: 0;
  color: #33445e;
  font-size: clamp(14px, .82vw, 16px);
  line-height: 1.85;
  font-weight: 600;
}

body[data-page="about-development"] .dev-grid-top .dev-card::after,
body[data-page="about-development"] .dev-grid-bottom .dev-card::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  background: rgba(183, 37, 44, 0.58);
}

body[data-page="about-development"] .dev-grid-top .dev-card::after { bottom: -40px; }
body[data-page="about-development"] .dev-grid-bottom .dev-card::after { top: -40px; }

body[data-page="about-development"] .dev-grid-top .dev-card::before,
body[data-page="about-development"] .dev-grid-bottom .dev-card::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--brand);
  border: 3px solid #f2f6fd;
  box-shadow: 0 0 0 2px rgba(183, 37, 44, 0.35);
}

body[data-page="about-development"] .dev-grid-top .dev-card::before { bottom: -51px; }
body[data-page="about-development"] .dev-grid-bottom .dev-card::before { top: -51px; }

@media (max-width: 980px) {
  body[data-page="about-development"] .about-intro-wrap {
    width: calc(100% - 24px);
  }
  body[data-page="about-development"] .dev-showcase {
    padding: 18px 12px;
  }
  body[data-page="about-development"] .dev-track {
    display: none;
  }
  body[data-page="about-development"] .dev-grid-top,
  body[data-page="about-development"] .dev-grid-bottom {
    width: 100%;
    margin: 0;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  body[data-page="about-development"] .dev-grid-top {
    margin-bottom: 12px;
  }
  body[data-page="about-development"] .dev-card {
    text-align: left;
    padding: 14px;
    min-height: auto;
    display: block;
  }
  body[data-page="about-development"] .dev-icon {
    margin: 0 0 8px;
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  body[data-page="about-development"] .dev-card::before,
  body[data-page="about-development"] .dev-card::after {
    display: none;
  }
}

/* Company news page layout override */
body[data-page="news"] .section-head,
body[data-page="news-en"] .section-head {
    justify-content: center;
    margin-bottom: 26px;
  }

body[data-page="news"] .sub-hero img,
body[data-page="news-en"] .sub-hero img {
  filter: brightness(.82);
}

body[data-page="news"] .sub-hero::after,
body[data-page="news-en"] .sub-hero::after {
  background: linear-gradient(90deg, rgba(11, 22, 39, 0.26), rgba(11, 22, 39, 0.12));
}

body[data-page="news"] .section.alt,
body[data-page="news-en"] .section.alt {
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.52), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(255,255,255,.32), transparent 30%),
    linear-gradient(135deg, rgba(183, 37, 44, 0.03), transparent 20%),
    linear-gradient(225deg, rgba(86, 112, 148, 0.04), transparent 22%),
    linear-gradient(rgba(245, 248, 252, 0.96), rgba(245, 248, 252, 0.96)),
    repeating-linear-gradient(135deg, rgba(163, 176, 193, 0.08) 0 2px, transparent 2px 10px);
}

body[data-page="news"] .section.alt::before,
body[data-page="news"] .section.alt::after,
body[data-page="news-en"] .section.alt::before,
body[data-page="news-en"] .section.alt::after {
  border: 0;
}

body[data-page="news"] .section.alt::before,
body[data-page="news-en"] .section.alt::before {
  content: "";
  display: block;
  position: absolute;
  left: -36px;
  top: 54px;
  width: 272px;
  height: 272px;
  border: 16px solid rgba(144, 166, 193, 0.1);
  transform: rotate(12deg);
  pointer-events: none;
}

body[data-page="news"] .section.alt::after,
body[data-page="news-en"] .section.alt::after {
  content: "";
  right: 3%;
  bottom: 0;
  top: auto;
  width: min(980px, 76vw);
  height: 190px;
  border: 0;
  transform: none;
  background:
    linear-gradient(180deg, transparent 0%, rgba(255,255,255,.04) 72%, rgba(255,255,255,.14) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 200'%3E%3Cg fill='none' stroke='%2390A6C1' stroke-width='2'%3E%3Cpath d='M30 178h200v-18h20v18h76v-60h28v60h94v-112h30v112h90v-52h24v52h122v-136h34v136h82v-84h28v84h90v-36h24v36h146'/%3E%3Cpath d='M106 178v-76m16 0v76m578-118v118m18-78v78m208-96v96' opacity='.58'/%3E%3Cpath d='M860 178c16-52 54-94 110-108 44-12 88-4 126 20' opacity='.36'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  opacity: .26;
}

body[data-page="news"] .section-head h2,
body[data-page="news-en"] .section-head h2 {
    position: relative;
    font-size: clamp(30px, 2.1vw, 40px);
    font-weight: 500;
}

body[data-page="news"] .section-head h2::after,
body[data-page="news-en"] .section-head h2::after {
  content: "";
  display: block;
  width: 140px;
  height: 2px;
  margin: 8px auto 0;
  background: rgba(183, 37, 44, 0.78);
}

body[data-page="news"] .news-list.full,
body[data-page="news-en"] .news-list.full {
    padding: 0;
    position: relative;
    z-index: 1;
  }

body[data-page="news"] .news-item.news-item-large,
body[data-page="news-en"] .news-item.news-item-large {
    grid-template-columns: 260px 1fr 132px;
    gap: 20px;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid #dbe3ef;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="news"] .news-item.news-item-large:hover,
body[data-page="news-en"] .news-item.news-item-large:hover {
  background: rgba(255,255,255,.38);
  transform: none;
  box-shadow: none;
}

body[data-page="news"] .news-cover img,
body[data-page="news-en"] .news-cover img {
    width: 100%;
    height: 148px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
    border: 1px solid #d5deea;
    background: #eef3f8;
  }

body[data-page="news"] .news-main h3,
body[data-page="news-en"] .news-main h3 {
  margin: 0 0 10px;
  color: #1f2a3d;
  font-size: clamp(22px, 1.2vw, 28px);
  font-weight: 500;
}

body[data-page="news"] .news-main p,
body[data-page="news-en"] .news-main p {
  margin: 0;
  color: #6a7688;
  line-height: 1.8;
  font-size: clamp(13px, .85vw, 15px);
}

body[data-page="news"] .news-date,
body[data-page="news-en"] .news-date {
  text-align: center;
  width: 132px;
  justify-self: end;
  align-self: center;
}

body[data-page="news"] .news-date strong,
body[data-page="news-en"] .news-date strong {
  display: block;
  font-size: clamp(28px, 1.58vw, 36px);
  line-height: 1.06;
  color: #1a2333;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

body[data-page="news"] .news-date span,
body[data-page="news-en"] .news-date span {
  display: block;
  margin-top: 10px;
  color: #526178;
  font-size: clamp(18px, 1vw, 22px);
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media (max-width: 980px) {
  body[data-page="news"] .news-item.news-item-large,
  body[data-page="news-en"] .news-item.news-item-large {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 0 18px;
  }
  body[data-page="news"] .news-cover img,
  body[data-page="news-en"] .news-cover img {
    height: 170px;
  }
  body[data-page="news"] .news-main h3,
  body[data-page="news-en"] .news-main h3 {
    font-size: 20px;
  }
  body[data-page="news"] .news-main p,
  body[data-page="news-en"] .news-main p {
    font-size: 14px;
  }
  body[data-page="news"] .news-date,
  body[data-page="news-en"] .news-date {
    text-align: left;
    display: flex;
    gap: 8px;
    align-items: baseline;
    width: auto;
    justify-self: start;
  }
  body[data-page="news"] .news-date strong,
  body[data-page="news-en"] .news-date strong {
    font-size: 24px;
  }
  body[data-page="news"] .news-date span,
  body[data-page="news-en"] .news-date span {
    font-size: 16px;
    margin-top: 0;
    letter-spacing: normal;
  }
}

/* About honors page */
body[data-page="about-honors"] .honors-wrap,
body[data-page="about-honors-en"] .honors-wrap {
  width: min(1320px, calc(100% - 36px));
}

body[data-page="about-honors"] .honors-stage,
body[data-page="about-honors-en"] .honors-stage {
  padding: 8px 0 20px;
}

body[data-page="about-honors"] .honors-awards,
body[data-page="about-honors-en"] .honors-awards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  gap: 26px;
  align-items: end;
  max-width: 1120px;
  margin: 0 auto;
}

body[data-page="about-honors"] .award-item,
body[data-page="about-honors-en"] .award-item {
  text-align: center;
  padding: 20px 18px 18px;
  border: 1px solid #d7e0ed;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(249, 251, 255, 0.93));
  box-shadow: 0 14px 28px rgba(22, 35, 56, 0.08);
  min-height: 500px;
  display: grid;
  grid-template-rows: 340px 1fr;
  align-items: stretch;
}

body[data-page="about-honors"] .award-item img,
body[data-page="about-honors-en"] .award-item img {
  width: 100%;
  height: 340px;
  object-fit: contain;
  display: block;
}

body[data-page="about-honors"] .award-item h4,
body[data-page="about-honors-en"] .award-item h4 {
  margin: 18px 0 0;
  color: var(--brand);
  font-size: clamp(20px, 1.06vw, 23px);
  line-height: 1.42;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1180px) and (min-width: 981px) {
  body[data-page="about-honors"] .honors-awards,
  body[data-page="about-honors-en"] .honors-awards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }
}

body[data-page="about-honors"] .honor-year-card,
body[data-page="about-honors-en"] .honor-year-card {
  margin: 20px auto 0;
  width: min(920px, calc(100% - 24px));
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d7e0ed;
  border-radius: 14px;
  padding: 22px 26px;
  box-shadow: 0 10px 24px rgba(20, 34, 56, 0.08);
}

body[data-page="about-honors"] .honor-year-card h3,
body[data-page="about-honors-en"] .honor-year-card h3 {
  width: fit-content;
  margin: 0 auto 16px;
  padding: 4px 36px;
  border: 2px solid rgba(183, 37, 44, 0.75);
  border-radius: 999px;
  color: var(--brand);
  font-size: clamp(26px, 1.6vw, 34px);
  line-height: 1.2;
}

body[data-page="about-honors"] .honor-year-card ul,
body[data-page="about-honors-en"] .honor-year-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

body[data-page="about-honors"] .honor-year-card li,
body[data-page="about-honors-en"] .honor-year-card li {
  position: relative;
  padding-left: 28px;
  color: #2d3d56;
  font-size: clamp(15px, 1vw, 19px);
  line-height: 1.8;
}

body[data-page="about-honors"] .honor-year-card li::before,
body[data-page="about-honors-en"] .honor-year-card li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--brand);
  font-size: 16px;
}

body[data-page="invest-team"] .about-intro-wrap {
  width: min(1280px, calc(100% - 40px));
}

body[data-page="invest-team"] .about-intro-card {
  width: min(100%, 1100px);
  padding: clamp(34px, 4vw, 56px);
}

body[data-page="invest-team"] .about-intro-card p {
  font-size: clamp(18px, 1.2vw, 24px);
  line-height: 2;
}

body[data-page="invest-strategy"] .about-intro-wrap {
  width: min(1320px, calc(100% - 40px));
}

body[data-page="invest-strategy"] .invest-strategy-card {
  width: min(100%, 1120px);
  padding: clamp(34px, 4vw, 56px);
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(18, 33, 53, 0.1);
  background:
    linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)),
    radial-gradient(circle at top right, rgba(183, 37, 44, 0.07), transparent 48%);
}

body[data-page="invest-strategy"] .invest-strategy-card p {
  margin: 0 0 18px;
  color: #33455f;
  font-size: clamp(18px, 1.15vw, 23px);
  line-height: 2;
}

body[data-page="invest-strategy"] .invest-strategy-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  body[data-page="about-honors"] .honors-wrap,
  body[data-page="about-honors-en"] .honors-wrap {
    width: calc(100% - 24px);
  }
  body[data-page="about-honors"] .honor-year-card,
  body[data-page="about-honors-en"] .honor-year-card {
    width: 100%;
    padding: 16px 14px;
  }
  body[data-page="about-honors"] .honors-awards,
  body[data-page="about-honors-en"] .honors-awards {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  body[data-page="about-honors"] .award-item img,
  body[data-page="about-honors-en"] .award-item img {
    height: 240px;
  }
  body[data-page="about-honors"] .award-item,
  body[data-page="about-honors-en"] .award-item {
    min-height: 340px;
    grid-template-rows: 240px 1fr;
  }
  body[data-page="about-honors"] .award-item h4,
  body[data-page="about-honors-en"] .award-item h4 {
    font-size: 20px;
  }
  body[data-page="about-honors"] .honor-year-card h3,
  body[data-page="about-honors-en"] .honor-year-card h3 {
    font-size: 24px;
    padding: 4px 24px;
    margin-bottom: 12px;
  }
  body[data-page="about-honors"] .honor-year-card li,
  body[data-page="about-honors-en"] .honor-year-card li {
    font-size: 15px;
    line-height: 1.7;
  }
  body[data-page="invest-team"] .about-intro-wrap {
    width: calc(100% - 24px);
  }
  body[data-page="invest-team"] .about-intro-card {
    padding: 22px 16px;
  }
  body[data-page="invest-team"] .about-intro-card p {
    font-size: 16px;
    line-height: 1.85;
  }
  body[data-page="invest-strategy"] .about-intro-wrap {
    width: calc(100% - 24px);
  }
  body[data-page="invest-strategy"] .invest-strategy-card {
    padding: 22px 16px;
  }
  body[data-page="invest-strategy"] .invest-strategy-card p {
    font-size: 16px;
    line-height: 1.85;
  }
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background: #fff;
}
html[lang="zh-CN"] body {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}
body[data-page="home"] {
  overflow: hidden;
}
a { color: inherit; text-decoration: none; }

.container { width: min(1180px, calc(100% - 56px)); margin: 0 auto; }
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  height: var(--header-h);
  background: rgba(255,255,255,.965);
  border-bottom: 1px solid rgba(233, 239, 246, 0.96);
  box-shadow: 0 10px 28px rgba(18, 31, 49, 0.04);
  backdrop-filter: blur(10px);
}
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand {
  width: clamp(220px, 18vw, 320px);
  height: 56px;
  display: block;
  overflow: hidden;
}
.brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
  filter: drop-shadow(0 6px 14px rgba(18, 32, 53, 0.06));
}
.nav-toggle { display: none; }

.main-nav { display: flex; gap: 32px; align-items: center; height: 100%; }
.main-nav a {
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #1e2737;
  letter-spacing: .01em;
  transition: color .2s ease;
}
.main-nav a:hover { color: var(--brand); }
.lang-switch,
.lang-link {
  height: 30px;
  padding: 0 12px;
  border: 1px solid #d8e0ec;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,249,253,.96));
  color: #34445e;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: .02em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  margin-left: 8px;
  box-shadow: 0 8px 18px rgba(21, 34, 54, 0.04);
}
.lang-switch:hover,
.lang-link:hover { border-color: rgba(183, 37, 44, 0.45); color: var(--brand); }
.main-nav > a.lang-link,
.main-nav > .lang-link {
  height: 30px;
  min-height: 30px;
  padding: 0 10px;
  line-height: 1;
  align-self: center;
}
.main-nav a::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; background: var(--brand); transition: .24s; }
.main-nav a:hover::after, .main-nav a.is-active::after { left: 0; width: 100%; }
.nav-group { position: relative; height: 100%; display: inline-flex; align-items: center; }
.sub-nav {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  min-width: 140px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #edf1f6;
  display: none;
  z-index: 30;
}
.sub-nav a {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 14px;
  white-space: nowrap;
}
.sub-nav a::after { display: none; }
.sub-nav a:hover { background: #f6f8fb; color: var(--brand); }
.nav-group:hover .sub-nav { display: block; }

.page-main {
  position: relative;
  margin-top: var(--header-h);
}
body:not([data-page="home"]) .page-main {
  background:
    radial-gradient(circle at 18% 14%, rgba(255,255,255,.52), transparent 30%),
    radial-gradient(circle at 82% 86%, rgba(255,255,255,.38), transparent 34%),
    linear-gradient(180deg, #f5f8fc 0%, #eef3f9 100%);
  overflow: hidden;
}
body:not([data-page="home"]) .page-main::before,
body:not([data-page="home"]) .page-main::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
body:not([data-page="home"]) .page-main::before {
  left: -120px;
  top: 180px;
  width: 360px;
  height: 360px;
  border: 16px solid rgba(150, 166, 186, 0.08);
  transform: rotate(14deg);
}
body:not([data-page="home"]) .page-main::after {
  right: -120px;
  top: 260px;
  width: 380px;
  height: 380px;
  background:
    radial-gradient(circle at center, rgba(171, 186, 206, 0.18), transparent 62%);
  opacity: .55;
}
.page-main-home {
  background:
    linear-gradient(rgba(243, 246, 250, 0.96), rgba(243, 246, 250, 0.96)),
    repeating-linear-gradient(135deg, rgba(163, 176, 193, 0.11) 0 2px, transparent 2px 10px);
}
.page-main-home {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  scroll-padding-top: 0;
  height: calc(100vh - var(--header-h));
  overflow-y: auto;
  overscroll-behavior: none;
}
.hero { position: relative; min-height: calc(100vh - var(--header-h)); overflow: hidden; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; transition: opacity .35s ease; margin: 0; }
.hero-slide.is-active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,25,39,.35), rgba(17,25,39,.12)); }
.hero-content { position: relative; z-index: 2; padding-top: clamp(18vh, 24vh, 28vh); color: #fff; }
.hero-content h1 { margin: 0 0 14px; font-size: clamp(34px, 3.4vw, 58px); letter-spacing: .02em; }
.hero-content .hero-slogan span { display: block; }
.hero-content .hero-slogan span + span { margin-top: 10px; }
.hero-content p { margin: 0; max-width: 620px; font-size: clamp(16px, 1.18vw, 22px); line-height: 1.7; }

.hero-arrow { position: absolute; top: 50%; z-index: 3; width: 56px; height: 56px; border: 0; border-radius: 50%; cursor: pointer; background: rgba(255,255,255,.23); transform: translateY(-50%); }
.hero-arrow::before { content: ""; width: 12px; height: 12px; border-top: 2px solid #fff; border-right: 2px solid #fff; position: absolute; top: 50%; left: 50%; }
.hero-arrow.prev { left: 30px; }
.hero-arrow.prev::before { transform: translate(-40%, -50%) rotate(-135deg); }
.hero-arrow.next { right: 30px; }
.hero-arrow.next::before { transform: translate(-60%, -50%) rotate(45deg); }

.section { padding: clamp(44px, 6.2vh, 72px) 0; }
.section.alt {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 20%, rgba(255,255,255,.54), transparent 28%),
    radial-gradient(circle at 84% 74%, rgba(255,255,255,.34), transparent 30%),
    linear-gradient(135deg, rgba(183, 37, 44, 0.035), transparent 18%),
    linear-gradient(225deg, rgba(86, 112, 148, 0.04), transparent 22%),
    linear-gradient(rgba(245, 248, 252, 0.96), rgba(241, 246, 252, 0.96)),
    repeating-linear-gradient(135deg, rgba(163, 176, 193, 0.085) 0 2px, transparent 2px 10px);
}

.section.alt::before,
.section.alt::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.section.alt::before {
  left: -40px;
  bottom: 44px;
  width: 220px;
  height: 220px;
  border: 12px solid rgba(155, 171, 192, 0.08);
  transform: rotate(12deg);
}

.section.alt::after {
  right: -20px;
  top: 30px;
  width: 260px;
  height: 260px;
  background:
    radial-gradient(circle at center, rgba(193, 205, 221, 0.18), transparent 66%);
  opacity: .48;
}

.home-panel {
  height: calc(100vh - var(--header-h));
  min-height: calc(100vh - var(--header-h));
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity .3s ease, transform .3s ease;
  opacity: .86;
  transform: translateY(8px);
  will-change: transform, opacity;
  overflow: hidden;
}

.home-panel.is-active-panel {
  opacity: 1;
  transform: translateY(0);
}

.home-texture {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 16%, rgba(255, 255, 255, 0.45), transparent 42%),
    radial-gradient(circle at 80% 90%, rgba(255, 255, 255, 0.36), transparent 45%),
    linear-gradient(180deg, rgba(245, 248, 253, 0.92), rgba(238, 243, 250, 0.92));
}

.home-texture::before,
.home-texture::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 14px solid rgba(157, 173, 193, 0.16);
}

.home-texture::before {
  width: 340px;
  height: 340px;
  left: -130px;
  bottom: -130px;
  transform: rotate(14deg) skew(-9deg);
}

.home-texture::after {
  width: 300px;
  height: 300px;
  right: -110px;
  top: -110px;
  transform: rotate(-18deg) skew(8deg);
}

.home-dots {
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 16;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(203, 212, 223, 0.55);
}

.home-dots .dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1.5px solid #cfd7e3;
  background:
    radial-gradient(circle at 35% 35%, #ffffff 0 38%, #e9eef5 39% 100%);
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.home-dots .dot.is-active {
  border-color: var(--brand);
  background:
    radial-gradient(circle at 35% 35%, #ffffff 0 35%, #f2c7cb 36% 100%);
  box-shadow: 0 0 0 3px rgba(183, 37, 44, 0.14);
  transform: scale(1.12);
}

.home-dots .dot:hover {
  border-color: #b4bece;
  transform: scale(1.08);
}
.section-head { margin-bottom: clamp(14px, 2.2vh, 24px); display: flex; align-items: baseline; justify-content: space-between; }
.section-head h2 { margin: 0; font-size: clamp(24px, 2.4vw, 40px); }
.section-head a { color: var(--brand); font-weight: 700; }

.home-panel .section-head,
.home-panel .about-preview,
.home-panel .news-list,
.home-panel .contact-strip {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .3s ease, transform .3s ease;
}

.home-panel.is-active-panel .section-head,
.home-panel.is-active-panel .about-preview,
.home-panel.is-active-panel .news-list,
.home-panel.is-active-panel .contact-strip {
  opacity: 1;
  transform: translateY(0);
}

#home-about .container,
#home-news .container,
#home-contact .container {
  width: min(1040px, calc(100% - 64px));
  padding-top: clamp(22px, 3.2vh, 34px);
  padding-bottom: clamp(22px, 3.2vh, 34px);
}

.page-main-home .home-panel.section {
  padding: 0;
}

.about-preview { display: grid; grid-template-columns: minmax(320px, 40%) 1fr; gap: clamp(20px, 2.2vw, 30px); padding: clamp(18px, 2vw, 24px); border: 1px solid var(--line); background: #fff; border-radius: 16px; box-shadow: 0 16px 40px rgba(21, 37, 63, 0.08); }
.about-preview img { width: 100%; height: clamp(210px, 28vh, 290px); object-fit: cover; }
.about-preview h3 { margin: 0 0 10px; font-size: clamp(22px, 1.7vw, 32px); }
.about-preview p { margin: 0 0 10px; color: var(--muted); line-height: 1.8; font-size: clamp(14px, .9vw, 16px); }
.about-copy { display: flex; flex-direction: column; gap: 14px; }
.about-switch {
  display: inline-flex;
  width: fit-content;
  border: 1px solid #cfd8e6;
  background: #f3f6fb;
}
.about-switch button {
  min-width: 112px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #5f6c82;
  font-weight: 700;
  cursor: pointer;
}
.about-switch button + button { border-left: 1px solid #cfd8e6; }
.about-switch button.is-active {
  background: var(--brand);
  color: #fff;
}
.about-pane { display: none; }
.about-pane.is-active { display: block; }

.news-list {
  display: grid;
  gap: 10px;
  padding: 4px;
}
.news-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #d4deeb;
  background: rgba(255,255,255,0.86);
  border-left: 3px solid transparent;
  border-radius: 10px;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.news-list.full .news-item { padding: 18px 20px; border-radius: 12px; }
.news-item:hover {
  border-left-color: var(--brand);
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(24, 38, 60, 0.08);
}
.news-item .title { font-size: clamp(15px, .94vw, 17px); font-weight: 600; }
.news-item .meta { color: #7b8595; font-size: clamp(13px, .82vw, 14px); }
.news-item .tag {
  margin-right: 10px;
  padding: 3px 9px;
  border-radius: 999px;
  background: #e6ebf3;
  color: #56657d;
  font-size: 12px;
  font-weight: 600;
}

.news-detail-card {
  width: min(980px, 100%);
  margin: 0 auto;
  border: 1px solid #d7e0ed;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 40px rgba(20, 35, 57, 0.08);
  padding: 32px;
}

.news-back {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--brand);
  font-weight: 700;
}

.news-detail-card h1 {
  margin: 0;
  font-size: clamp(28px, 2vw, 40px);
  color: #1a2538;
}

.news-detail-date {
  margin-top: 10px;
  color: #7a8698;
  font-size: 14px;
}

.news-detail-body {
  margin-top: 24px;
  color: #33455f;
  font-size: clamp(16px, 1vw, 19px);
  line-height: 1.95;
}

.news-detail-cover {
  margin: 0 0 22px;
}

.news-detail-cover img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  border: 1px solid #dbe3ef;
  box-shadow: 0 14px 30px rgba(18, 31, 50, 0.08);
}

.news-detail-body p {
  margin: 0 0 16px;
}

.contact-strip { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: clamp(18px, 2.2vw, 28px); border: 1px solid var(--line); background: #fff; border-radius: 16px; box-shadow: 0 12px 30px rgba(20, 33, 52, 0.06); }
.contact-strip p { margin: 0 0 7px; color: var(--muted); line-height: 1.7; }
.btn { display: inline-flex; align-items: center; justify-content: center; height: 44px; padding: 0 20px; border-radius: 8px; background: var(--brand); color: #fff; font-weight: 700; }
.btn:hover { background: var(--brand-dark); }

.sub-hero { position: relative; height: 280px; overflow: hidden; }
.sub-hero img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.8); }
.sub-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 22, 39, 0.28), rgba(11, 22, 39, 0.12));
}
.sub-hero-title { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #fff; font-size: clamp(34px, 4vw, 56px); font-weight: 700; letter-spacing: .08em; }
.about-subtabs { background: var(--brand); }
.about-subtabs .container { display: flex; justify-content: center; }
.about-subtabs a {
  color: #fff;
  min-width: 140px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.about-subtabs a.is-active { background: #9a171e; }

.prose { background: #fff; border: 1px solid var(--line); padding: 26px; }
.prose h2 { margin: 0 0 16px; font-size: clamp(24px, 2.1vw, 36px); }
.prose h3 {
  margin: 22px 0 8px;
  color: var(--brand);
  font-size: clamp(18px, 1.5vw, 26px);
}
.prose p { margin: 0 0 12px; color: var(--muted); line-height: 1.95; }

.about-intro-section {
  position: relative;
}

body[data-page="about-intro"] .about-intro-section,
body[data-page="about-intro-en"] .about-intro-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.72), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(227, 237, 249, .54), transparent 32%),
    linear-gradient(125deg, rgba(88, 122, 167, 0.08), transparent 22%),
    linear-gradient(225deg, rgba(183, 37, 44, 0.03), transparent 20%),
    linear-gradient(rgba(246, 249, 253, 0.98), rgba(241, 246, 252, 0.98)),
    repeating-linear-gradient(135deg, rgba(168, 182, 201, 0.08) 0 2px, transparent 2px 11px);
}

body[data-page="about-intro"] .about-intro-section::before,
body[data-page="about-intro-en"] .about-intro-section::before {
  content: "";
  position: absolute;
  right: -42px;
  top: 180px;
  width: 330px;
  height: 330px;
  border: 16px solid rgba(140, 164, 193, 0.11);
  transform: rotate(-14deg);
  pointer-events: none;
}

body[data-page="about-intro"] .about-intro-section::after,
body[data-page="about-intro-en"] .about-intro-section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: min(1180px, 88vw);
  height: 220px;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, transparent 0%, rgba(255,255,255,.06) 72%, rgba(255,255,255,.18) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 220'%3E%3Cg fill='none' stroke='%2390A6C1' stroke-width='2'%3E%3Cpath d='M20 190h220v-16h18v16h64v-42h24v42h74v-88h28v88h96v-58h32v58h96v-122h38v122h74v-72h26v72h104v-40h24v40h142'/%3E%3Cpath d='M220 190v-86m14 0v86m14-122v122m520-94v94m18-132v132m18-76v76m250-104v104m18-148v148' opacity='.68'/%3E%3Cpath d='M770 190c0-46 38-84 84-84s84 38 84 84' opacity='.46'/%3E%3Cpath d='M764 190h180' opacity='.46'/%3E%3Cpath d='M840 106l14-26 14 26' opacity='.46'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  opacity: .34;
  pointer-events: none;
}

body[data-page="about-honors"] .about-intro-section,
body[data-page="about-honors-en"] .about-intro-section {
  background:
    radial-gradient(circle at 16% 20%, rgba(255,255,255,.72), transparent 30%),
    radial-gradient(circle at 84% 80%, rgba(255,247,227,.34), transparent 28%),
    linear-gradient(135deg, rgba(201, 164, 102, 0.08), transparent 20%),
    linear-gradient(220deg, rgba(183, 37, 44, 0.03), transparent 18%),
    linear-gradient(rgba(248, 250, 254, 0.98), rgba(243, 247, 252, 0.98)),
    repeating-linear-gradient(135deg, rgba(180, 187, 199, 0.08) 0 2px, transparent 2px 10px);
}

body[data-page="about-honors"] .about-intro-section::after,
body[data-page="about-honors-en"] .about-intro-section::after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: 10px;
  width: min(980px, 76vw);
  height: 190px;
  background:
    linear-gradient(180deg, transparent 0%, rgba(255,255,255,.04) 72%, rgba(255,255,255,.16) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 220'%3E%3Cg fill='none' stroke='%23C39A58' stroke-width='2'%3E%3Cpath d='M40 188h180v-22h20v22h86v-64h28v64h98v-104h26v104h84v-42h22v42h116v-140h36v140h70v-78h28v78h96v-36h22v36h164'/%3E%3Cpath d='M150 188v-92m14 0v92m420-72v72m14-106v106m14-62v62m304-94v94' opacity='.62'/%3E%3Cpath d='M896 188c14-60 58-102 118-102 50 0 92 30 112 76' opacity='.44'/%3E%3Cpath d='M878 188h256' opacity='.44'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  pointer-events: none;
  opacity: .28;
}

body[data-page="contact"] .booking-section,
body[data-page="contact-en"] .booking-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.74), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(223, 235, 248, .38), transparent 24%),
    radial-gradient(circle at 84% 82%, rgba(255,255,255,.3), transparent 28%),
    linear-gradient(135deg, rgba(183, 37, 44, 0.04), transparent 20%),
    linear-gradient(225deg, rgba(82, 117, 157, 0.07), transparent 26%),
    linear-gradient(rgba(246, 249, 253, 0.97), rgba(240, 245, 251, 0.97)),
    repeating-linear-gradient(135deg, rgba(165, 178, 194, 0.08) 0 2px, transparent 2px 10px);
}

body[data-page="contact"] .booking-section::after,
body[data-page="contact-en"] .booking-section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(1240px, 92vw);
  height: 210px;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, transparent 0%, rgba(255,255,255,.03) 70%, rgba(255,255,255,.12) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1300 220'%3E%3Cg fill='none' stroke='%2390A6C1' stroke-width='2'%3E%3Cpath d='M18 190h212v-20h18v20h72v-58h28v58h84v-118h34v118h80v-48h24v48h126v-142h34v142h76v-76h28v76h98v-40h24v40h176'/%3E%3Cpath d='M812 190c18-78 80-130 158-130 64 0 116 34 148 92' opacity='.4'/%3E%3Cpath d='M790 190h360' opacity='.4'/%3E%3Cpath d='M900 92l16-28 16 28' opacity='.4'/%3E%3Cpath d='M1048 190c8-24 24-42 46-54 20-10 42-16 66-16' opacity='.32'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  opacity: .24;
  pointer-events: none;
}

body[data-page="contact"] .booking-section::before,
body[data-page="contact-en"] .booking-section::before {
  content: "";
  position: absolute;
  right: -36px;
  top: 210px;
  width: 280px;
  height: 280px;
  border: 15px solid rgba(129, 151, 179, 0.1);
  transform: rotate(-14deg);
  pointer-events: none;
}

body[data-page="contact"] .contact-info-section,
body[data-page="contact-en"] .contact-info-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 22%, rgba(255,255,255,.56), transparent 22%),
    linear-gradient(180deg, #f6f8fb, #eef3f8);
}

body[data-page="contact"] .contact-info-section::before,
body[data-page="contact-en"] .contact-info-section::before {
  content: "";
  position: absolute;
  left: -28px;
  bottom: 38px;
  width: 220px;
  height: 220px;
  border: 14px solid rgba(145, 163, 188, 0.08);
  transform: rotate(12deg);
  pointer-events: none;
}

body[data-page="contact"] .contact-info-section::after,
body[data-page="contact-en"] .contact-info-section::after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: 0;
  width: min(860px, 70vw);
  height: 150px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 170'%3E%3Cg fill='none' stroke='%2390A6C1' stroke-width='2'%3E%3Cpath d='M24 150h190v-18h18v18h70v-52h28v52h86V60h32v90h80v-40h24v40h112V44h34v106h74V80h28v70h94v-34h24v34h168'/%3E%3Cpath d='M732 150c18-56 68-96 130-96 48 0 92 24 128 68' opacity='.34'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  opacity: .16;
  pointer-events: none;
}

body[data-page="about-intro"] .page-main::after,
body[data-page="about-intro-en"] .page-main::after,
body[data-page="about-honors"] .page-main::after,
body[data-page="about-honors-en"] .page-main::after,
body[data-page="contact"] .page-main::after,
body[data-page="contact-en"] .page-main::after {
  display: none;
}

body[data-page="about-intro"] .section.alt::before,
body[data-page="about-intro-en"] .section.alt::before,
body[data-page="about-honors"] .section.alt::before,
body[data-page="about-honors-en"] .section.alt::before,
body[data-page="contact"] .section.alt::before,
body[data-page="contact-en"] .section.alt::before {
  display: none;
}

body[data-page="about-intro"] .about-intro-section::before,
body[data-page="about-intro-en"] .about-intro-section::before,
body[data-page="contact"] .booking-section::before,
body[data-page="contact-en"] .booking-section::before {
  display: none;
}

body[data-page="about-intro"] .about-intro-section::after,
body[data-page="about-intro-en"] .about-intro-section::after {
  display: none;
}

body[data-page="about-honors"] .about-intro-section::after,
body[data-page="about-honors-en"] .about-intro-section::after {
  display: none;
}

body[data-page="contact"] .booking-section::after,
body[data-page="contact-en"] .booking-section::after {
  display: none;
}

body[data-page="contact"] .contact-info-section::before,
body[data-page="contact-en"] .contact-info-section::before {
  display: none;
}

body[data-page="contact"] .contact-info-section::after,
body[data-page="contact-en"] .contact-info-section::after {
  display: none;
}

body[data-page="news"] .section.alt::after,
body[data-page="news-en"] .section.alt::after,
body[data-page="privacy"] .section.alt::after,
body[data-page="privacy-en"] .section.alt::after,
body[data-page="news-detail"] .section.alt::after,
body[data-page="news-detail-en"] .section.alt::after,
body[data-page="invest-philosophy"] .about-intro-section::after,
body[data-page="invest-philosophy-en"] .about-intro-section::after {
  display: none;
}

body[data-page="privacy"] .section.alt,
body[data-page="privacy-en"] .section.alt {
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.72), transparent 28%),
    radial-gradient(circle at 88% 84%, rgba(232, 239, 248, .36), transparent 26%),
    linear-gradient(135deg, rgba(96, 124, 160, 0.06), transparent 18%),
    linear-gradient(225deg, rgba(183, 37, 44, 0.025), transparent 20%),
    linear-gradient(rgba(246, 249, 253, 0.98), rgba(241, 246, 252, 0.98)),
    repeating-linear-gradient(135deg, rgba(163, 176, 193, 0.08) 0 2px, transparent 2px 10px);
}

body[data-page="privacy"] .section.alt::after,
body[data-page="privacy-en"] .section.alt::after {
  content: "";
  position: absolute;
  right: 2%;
  bottom: 8px;
  width: min(900px, 74vw);
  height: 170px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 180'%3E%3Cg fill='none' stroke='%2394A7C0' stroke-width='2'%3E%3Cpath d='M24 154h250v-22h18v22h80v-68h30v68h96v-112h30v112h88v-44h26v44h116v-132h36v132h78v-78h28v78h198'/%3E%3Cpath d='M520 154v-84m18-20v104m316-90v90' opacity='.52'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  opacity: .2;
  pointer-events: none;
}

body[data-page="privacy"] .section.alt::before,
body[data-page="privacy-en"] .section.alt::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 46px;
  width: 250px;
  height: 250px;
  border: 14px solid rgba(145, 167, 194, 0.1);
  transform: rotate(10deg);
  pointer-events: none;
}

body[data-page="news-detail"] .section.alt,
body[data-page="news-detail-en"] .section.alt {
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.72), transparent 28%),
    radial-gradient(circle at 88% 80%, rgba(230, 237, 247, .34), transparent 26%),
    linear-gradient(135deg, rgba(183, 37, 44, 0.035), transparent 18%),
    linear-gradient(225deg, rgba(88, 116, 153, 0.07), transparent 24%),
    linear-gradient(rgba(246, 249, 253, 0.98), rgba(241, 246, 252, 0.98)),
    repeating-linear-gradient(135deg, rgba(163, 176, 193, 0.08) 0 2px, transparent 2px 10px);
}

body[data-page="news-detail"] .section.alt::after,
body[data-page="news-detail-en"] .section.alt::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(1180px, 88vw);
  height: 180px;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, transparent 0%, rgba(255,255,255,.04) 72%, rgba(255,255,255,.16) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 180'%3E%3Cg fill='none' stroke='%238DA3BE' stroke-width='2'%3E%3Cpath d='M32 154h208v-16h16v16h82v-54h30v54h104v-96h26v96h84v-46h26v46h112v-124h34v124h82v-70h28v70h210'/%3E%3Cpath d='M146 154v-88m14 0v88m612-102v102m16-60v60m192-80v80' opacity='.5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  opacity: .2;
  pointer-events: none;
}

body[data-page="news-detail"] .section.alt::before,
body[data-page="news-detail-en"] .section.alt::before {
  content: "";
  position: absolute;
  right: -32px;
  top: 50px;
  width: 290px;
  height: 290px;
  border: 16px solid rgba(139, 158, 185, 0.1);
  transform: rotate(-12deg);
  pointer-events: none;
}

.about-intro-wrap {
  width: min(1160px, calc(100% - 48px));
}

.about-intro-head {
  text-align: center;
  margin-bottom: 28px;
}

.about-intro-head h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(38px, 3vw, 54px);
  font-weight: 500;
}

.about-intro-head i {
  position: relative;
  display: block;
  width: 160px;
  height: 24px;
  margin: 8px auto 0;
}

.about-intro-head i::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  height: 2px;
  background: rgba(183, 37, 44, 0.8);
  content: "";
}

.about-intro-head i::after {
  position: absolute;
  left: 50%;
  top: 12px;
  width: 0;
  height: 0;
  border-top: 8px solid var(--brand);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  transform: translateX(-50%);
}

.about-intro-card {
  width: min(100%, 860px);
  margin: 0 auto;
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid #d9e2ef;
  background:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at bottom left, rgba(216, 225, 238, 0.4), transparent 45%);
  box-shadow: 0 18px 40px rgba(26, 38, 60, 0.08);
  border-radius: 18px;
}

.about-intro-card p {
  margin: 0 0 18px;
  color: #3f4e65;
  line-height: 1.9;
  font-size: clamp(15px, 1vw, 20px);
}

.about-intro-pill {
  width: fit-content;
  margin: 24px auto 8px;
  padding: 4px 30px;
  border: 2px solid rgba(183, 37, 44, 0.7);
  border-radius: 999px;
  color: var(--brand);
  font-size: clamp(18px, 1.2vw, 24px);
  font-weight: 700;
}

.about-intro-center {
  text-align: center;
  margin-bottom: 8px;
}

.dev-timeline-alt {
  position: relative;
  margin-top: 30px;
  padding: 26px 14px 24px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(360px, 420px);
  gap: 26px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.dev-timeline-alt::-webkit-scrollbar { display: none; }

.dev-timeline-alt::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 90px;
  height: 3px;
  background: linear-gradient(90deg, rgba(183, 37, 44, 0.1), rgba(183, 37, 44, 0.6), rgba(183, 37, 44, 0.1));
}

.dev-timeline-alt .dev-item {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 120px 28px 28px;
  border: 1px solid #d3deed;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 252, 255, 0.96));
  box-shadow: 0 16px 38px rgba(21, 34, 56, 0.1);
  scroll-snap-align: start;
  min-height: 290px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.dev-timeline-alt .dev-item:hover {
  transform: translateY(-8px);
  border-color: rgba(183, 37, 44, 0.3);
  box-shadow: 0 24px 48px rgba(21, 34, 56, 0.16);
}

.dev-timeline-alt .dev-item::before {
  content: "";
  position: absolute;
  top: 79px;
  left: 30px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid var(--brand);
  box-shadow: 0 0 0 6px rgba(183, 37, 44, 0.14);
}

.dev-timeline-alt .dev-item::after {
  content: "";
  position: absolute;
  left: 38px;
  top: 98px;
  width: 2px;
  height: 20px;
  background: rgba(183, 37, 44, 0.5);
}

.dev-timeline-alt .dev-item time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 124px;
  height: 44px;
  position: absolute;
  top: 24px;
  left: 24px;
  color: #fff;
  background: var(--brand);
  border-radius: 999px;
  padding: 0 16px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: .02em;
}

.dev-timeline-alt .dev-item p {
  margin: 0;
  color: #2f3e56;
  line-height: 1.95;
  font-size: 27px;
}

.dev-hero {
  border: 1px solid #d5deec;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 250, 255, 0.92));
  box-shadow: 0 18px 44px rgba(19, 34, 57, 0.1);
  padding: clamp(30px, 3vw, 42px);
}

.dev-hero > p {
  margin: 0;
  font-size: clamp(25px, 1.3vw, 29px);
  line-height: 1.95;
  color: #32415a;
}

.dev-hero-wave { padding-bottom: 34px; }

.dev-wave {
  position: relative;
  margin-top: 20px;
  min-height: 600px;
}

.dev-wave-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 46%;
  width: 100%;
  height: 160px;
}

.dev-wave-line path {
  fill: none;
  stroke: rgba(145, 155, 173, 0.45);
  stroke-width: 2;
}

.dev-wave-row {
  position: absolute;
  left: 0;
  width: 100%;
  display: grid;
  column-gap: 16px;
}
.dev-wave-row.top {
  top: 42px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.dev-wave-row.bottom {
  top: 330px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 80%;
  left: 10%;
}

.dev-wave-item {
  position: relative;
  text-align: center;
  padding: 0 6px;
}

.dev-wave-item::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 8px rgba(183, 37, 44, 0.2), 0 0 0 15px rgba(183, 37, 44, 0.08);
}

.dev-wave-item.up::before { bottom: -64px; }
.dev-wave-item.down::before { top: -64px; }

.dev-wave-item time {
  display: block;
  color: var(--brand);
  font-size: clamp(34px, 1.9vw, 42px);
  font-weight: 800;
  letter-spacing: .01em;
  margin-bottom: 8px;
}

.dev-wave-item p {
  margin: 0;
  color: #2e3a4c;
  line-height: 1.6;
  font-size: clamp(16px, .92vw, 20px);
  font-weight: 500;
}

body[data-page="about-development"] .about-intro-wrap {
  width: min(1750px, calc(100% - 36px));
}

body[data-page="about-development"] .dev-hero {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 8px 0 0;
}

body[data-page="about-development"] .dev-hero > p {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cards article { background: #fff; border: 1px solid var(--line); padding: 20px; }
.cards h3 { margin: 0 0 10px; }
.cards p { margin: 0; color: var(--muted); line-height: 1.9; }

.news-tabs { display: flex; gap: 10px; margin-bottom: 14px; }
.news-tabs button { height: 36px; padding: 0 16px; border: 1px solid var(--line); background: #fff; cursor: pointer; border-radius: 8px; }
.news-tabs button.is-active { border-color: var(--brand); color: #fff; background: var(--brand); }

.contact-info-section { background: #F6F8FB; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.95));
  border: 1px solid #d7e0ed;
  padding: 28px;
  align-items: center;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(18, 33, 55, 0.08);
}
.contact-grid p { margin: 0 0 10px; color: var(--muted); }

.site-footer {
  border-top: 1px solid #edf1f6;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,249,253,.96));
  color: #778195;
  font-size: 13px;
}
.site-footer .container { padding: 18px 0; text-align: center; letter-spacing: .02em; }

.investor-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(16, 22, 34, 0.6);
  backdrop-filter: blur(2px);
}

.investor-gate__card {
  width: min(980px, 100%);
  max-height: min(86vh, 920px);
  border: 1px solid #d7e0ec;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.investor-gate__head {
  padding: 18px 24px;
  background: #f5f8fc;
  border-bottom: 1px solid #e3eaf3;
}

.investor-gate__head h2 {
  margin: 0;
  font-size: 22px;
  color: #162033;
}

.investor-gate__body {
  padding: 22px 24px 16px;
  color: #3d4c64;
  line-height: 1.85;
  font-size: 15px;
  max-height: calc(min(86vh, 920px) - 180px);
  overflow: auto;
}

.investor-gate__body p {
  margin: 0 0 12px;
}

.investor-gate__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 24px 22px;
}

.investor-gate__btn {
  min-width: 128px;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #ced8e6;
  background: #fff;
  color: #4a5b75;
  font-weight: 600;
  cursor: pointer;
}

.investor-gate__btn--primary {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}
.investor-gate__lang {
  display: inline-flex;
  border: 1px solid #d5deec;
  border-radius: 999px;
  padding: 2px;
  background: #fff;
  margin-top: 12px;
}
.investor-gate__lang button {
  height: 32px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #596981;
  font-weight: 700;
  cursor: pointer;
}
.investor-gate__lang button.is-active {
  background: var(--brand);
  color: #fff;
}
.investor-gate__section-title {
  margin: 16px 0 8px;
  font-weight: 800;
  color: #1e2b42;
}
.investor-gate__list {
  margin: 0;
  padding-left: 20px;
}
.investor-gate__list li {
  margin: 4px 0;
}

.booking-section { padding-bottom: 42px; }
.booking-section .container { width: min(1350px, calc(100% - 48px)); }
.booking-title { margin: 0 0 18px; text-align: center; color: var(--brand); font-size: clamp(24px, 1.9vw, 34px); }
.booking-notice { color: #2f3a4d; line-height: 1.85; font-size: clamp(14px, .95vw, 17px); }
.booking-layout { display: grid; grid-template-columns: 500px 1fr; gap: 28px; margin-top: 24px; }
.booking-image { width: 100%; height: 360px; object-fit: cover; border: 1px solid #d4deeb; border-radius: 12px; box-shadow: 0 10px 24px rgba(20, 35, 57, 0.08); }
.booking-form { display: grid; gap: 14px; padding: 16px 18px 18px; border: 1px solid #d7e0ed; border-radius: 12px; background: rgba(255, 255, 255, 0.72); }

body[data-page="invest-philosophy"] .about-intro-section,
body[data-page="invest-philosophy-en"] .about-intro-section {
  position: relative;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,.72), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(222, 234, 248, .36), transparent 24%),
    radial-gradient(circle at 82% 82%, rgba(255,255,255,.26), transparent 30%),
    linear-gradient(145deg, rgba(183, 37, 44, 0.045), transparent 18%),
    linear-gradient(220deg, rgba(79, 111, 154, 0.065), transparent 24%),
    linear-gradient(rgba(246, 249, 253, 0.97), rgba(243, 247, 252, 0.97)),
    repeating-linear-gradient(135deg, rgba(163, 176, 193, 0.08) 0 2px, transparent 2px 10px);
}
body[data-page="invest-philosophy"] .section,
body[data-page="invest-philosophy-en"] .section {
  padding: clamp(58px, 7vh, 92px) 0 clamp(74px, 8vh, 112px);
}
body[data-page="invest-philosophy"] .about-intro-wrap,
body[data-page="invest-philosophy-en"] .about-intro-wrap {
  width: min(1360px, calc(100% - 40px));
}
body[data-page="invest-philosophy"] .about-intro-head,
body[data-page="invest-philosophy-en"] .about-intro-head {
  margin-bottom: 36px;
}
body[data-page="invest-philosophy"] .site-footer,
body[data-page="invest-philosophy-en"] .site-footer {
  font-size: 12px;
}
body[data-page="invest-philosophy"] .site-footer .container,
body[data-page="invest-philosophy-en"] .site-footer .container {
  padding: 14px 0 18px;
}

body[data-page="invest-philosophy"] .about-intro-section::before,
body[data-page="invest-philosophy-en"] .about-intro-section::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 56px;
  width: 300px;
  height: 300px;
  border: 16px solid rgba(146, 166, 194, 0.11);
  transform: rotate(11deg);
  pointer-events: none;
}

body[data-page="invest-philosophy"] .about-intro-section::after,
body[data-page="invest-philosophy-en"] .about-intro-section::after {
  content: "";
  position: absolute;
  right: 3%;
  bottom: 6px;
  top: auto;
  width: min(1040px, 80vw);
  height: 200px;
  border: 0;
  transform: none;
  background:
    linear-gradient(180deg, transparent 0%, rgba(255,255,255,.05) 72%, rgba(255,255,255,.16) 100%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 210'%3E%3Cg fill='none' stroke='%238EA6C5' stroke-width='2'%3E%3Cpath d='M26 182h214v-20h18v20h72v-56h28v56h98v-108h32v108h88v-46h24v46h118v-138h34v138h76v-80h28v80h102v-38h22v38h188'/%3E%3Cpath d='M818 182c10-40 34-74 66-96 34-22 70-34 120-34' opacity='.34'/%3E%3Cpath d='M162 182v-92m18 0v92m618-118v118m16-68v68' opacity='.56'/%3E%3Cpath d='M1044 182c16-26 34-46 56-62 18-12 40-22 66-30' opacity='.28'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  pointer-events: none;
  opacity: .22;
}

.invest-philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 26px;
  position: relative;
}

.invest-philosophy-grid article {
  position: relative;
  border: 1px solid #dbe4ef;
  border-radius: 30px 30px 96px 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.95), rgba(248,251,255,.9));
  min-height: 560px;
  padding: 38px 32px 34px;
  box-shadow: 0 16px 38px rgba(20, 35, 57, 0.09);
  overflow: hidden;
}

.invest-philosophy-grid article::after {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 37, 44, 0.08), transparent 68%);
  pointer-events: none;
}

.invest-philosophy-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.24), transparent 22%),
    repeating-linear-gradient(135deg, rgba(173, 184, 198, 0.05) 0 1px, transparent 1px 12px);
  opacity: .8;
  pointer-events: none;
}

.invest-philosophy-grid span {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(183, 37, 44, 0.65);
  color: var(--brand);
  font-size: 30px;
  font-weight: 700;
  background: rgba(255,255,255,.92);
}

.invest-philosophy-grid h3 {
  margin: 22px 0 20px;
  min-height: 4.6em;
  color: var(--brand);
  font-size: clamp(24px, 1.48vw, 32px);
  line-height: 1.45;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}
.invest-philosophy-grid p {
  margin: 0;
  color: #405067;
  line-height: 2.02;
  font-size: clamp(16px, .98vw, 20px);
  position: relative;
  z-index: 1;
}
.invest-card-stack { display: grid; gap: 18px; margin-top: 18px; }
.invest-card-stack article {
  border: 1px solid #dce5f1;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 22px;
  box-shadow: 0 10px 26px rgba(20, 35, 57, 0.06);
}
.invest-card-stack h3 { margin: 0 0 10px; color: #1f2a3d; }
.invest-card-stack p { margin: 0; color: #42546d; line-height: 1.85; }
.booking-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.booking-form input,
.booking-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #c1cedf;
  background: transparent;
  color: #2a3850;
  font-size: 16px;
  padding: 9px 6px;
  outline: none;
}
.booking-form input:focus,
.booking-form textarea:focus { border-bottom-color: var(--brand); }
.booking-form textarea { min-height: 130px; resize: vertical; }
.booking-form input::placeholder,
.booking-form textarea::placeholder { color: #8a9bb3; }
.booking-bottom {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
.booking-consent {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3f4f66;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 2px;
}
.booking-consent input {
  width: 16px;
  height: 16px;
  margin: 0;
  flex: 0 0 auto;
}
.booking-consent span {
  max-width: 720px;
}
.booking-consent a {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}
.booking-consent a:hover {
  color: #8f1f25;
}
.booking-actions { display: flex; align-items: center; gap: 14px; }
.booking-actions button {
  width: 132px;
  height: 46px;
  border: 0;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(183, 37, 44, 0.18);
}
.booking-msg { margin: 0; font-size: 14px; color: #b7252c; }
.booking-msg.ok { color: #2f7a2f; }

.contact-grid h2 {
  color: var(--text);
}
.contact-grid p {
  color: var(--muted);
}
.copy-btn {
  margin-left: 8px;
  height: 26px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid #cfd9e8;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,249,253,.96));
  color: #476082;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(20, 33, 52, 0.04);
}
.copy-btn:hover {
  border-color: rgba(183, 37, 44, 0.45);
  color: var(--brand);
}

.legal-wrap {
  max-width: 1080px;
}
.legal-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d9e2ef;
  border-radius: 14px;
  padding: clamp(18px, 2.2vw, 34px);
  box-shadow: 0 12px 26px rgba(16, 30, 49, 0.06);
}
.legal-card h2 {
  margin: 0 0 16px;
  color: var(--text);
  font-size: clamp(24px, 2vw, 32px);
}
.legal-card h3 {
  margin: 18px 0 10px;
  color: #1f2d44;
  font-size: 20px;
}
.legal-card p {
  margin: 0 0 10px;
  color: #3d4d67;
  line-height: 1.8;
}

/* Override: about-development use straight timeline for strict alignment */
body[data-page="about-development"] .dev-hero-wave {
  padding-bottom: 24px;
}

body[data-page="about-development"] .dev-wave {
  position: relative;
  min-height: auto;
  margin-top: 28px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  gap: 16px;
  overflow-x: auto;
  padding: 10px 8px 8px;
  scrollbar-width: thin;
}

body[data-page="about-development"] .dev-wave-line,
body[data-page="about-development"] .dev-wave-row {
  display: contents;
}

body[data-page="about-development"] .dev-wave::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 98px;
  height: 2px;
  background: linear-gradient(90deg, rgba(183,37,44,.18), rgba(183,37,44,.55), rgba(183,37,44,.18));
}

body[data-page="about-development"] .dev-wave-item {
  position: relative;
  left: auto !important;
  transform: none !important;
  width: auto;
  text-align: center;
  padding: 0 6px;
}

body[data-page="about-development"] .dev-wave-item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 7px rgba(183,37,44,.18);
}

body[data-page="about-development"] .dev-wave-item.up,
body[data-page="about-development"] .dev-wave-item.down {
  top: auto !important;
}

body[data-page="about-development"] .dev-wave-item.up::before,
body[data-page="about-development"] .dev-wave-item.down::before {
  bottom: auto;
}

body[data-page="about-development"] .dev-wave-item time {
  display: inline-block;
  margin-bottom: 44px;
  color: var(--brand);
  font-size: clamp(30px, 1.5vw, 36px);
  font-weight: 800;
}

body[data-page="about-development"] .dev-wave-item p {
  margin: 0;
  color: #2e3a4c;
  line-height: 1.7;
  font-size: clamp(15px, .88vw, 18px);
  font-weight: 500;
}

body[data-page="about-development"] .dev-line {
  position: relative;
  margin-top: 30px;
  display: grid;
  gap: 22px;
  padding: 14px 0 18px;
}

body[data-page="about-development"] .dev-line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  width: 2px;
  right: auto;
  height: 2px;
  background: linear-gradient(180deg, rgba(183,37,44,.16), rgba(183,37,44,.58), rgba(183,37,44,.16));
}

body[data-page="about-development"] .dev-line-item {
  position: relative;
  width: calc(50% - 38px);
  padding: 22px 24px;
  border: 1px solid #d3ddeb;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 251, 255, 0.95));
  box-shadow: 0 16px 36px rgba(20, 34, 55, 0.1);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

body[data-page="about-development"] .dev-line-item:hover {
  transform: translateY(-5px);
  border-color: rgba(183, 37, 44, 0.3);
  box-shadow: 0 22px 42px rgba(20, 34, 55, 0.15);
}

body[data-page="about-development"] .dev-line-item::before {
  content: "";
  position: absolute;
  top: 26px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 6px rgba(183,37,44,.18), 0 0 0 14px rgba(183,37,44,.07);
}

body[data-page="about-development"] .dev-line-item time {
  display: block;
  margin-bottom: 10px;
  color: var(--brand);
  font-size: clamp(26px, 1.35vw, 32px);
  font-weight: 800;
  letter-spacing: .01em;
}

body[data-page="about-development"] .dev-line-item p {
  margin: 0;
  color: #2e3a4c;
  line-height: 1.82;
  font-size: clamp(15px, .86vw, 17px);
  font-weight: 500;
}

body[data-page="about-development"] .dev-line-item:nth-child(odd) {
  justify-self: start;
  text-align: right;
}

body[data-page="about-development"] .dev-line-item:nth-child(even) {
  justify-self: end;
  text-align: left;
}

body[data-page="about-development"] .dev-line-item:nth-child(odd)::before {
  right: -33px;
}

body[data-page="about-development"] .dev-line-item:nth-child(even)::before {
  left: -33px;
}

@media (max-width: 980px) {
  .site-header { height: auto; }
  .nav-wrap { position: relative; gap: 10px; padding: 12px 0; min-height: 72px; }
  .brand { width: 210px; height: 42px; }
  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    margin-left: auto;
    border: 1px solid #d8e0ea;
    border-radius: 10px;
    background: #fff;
    padding: 0 10px;
    cursor: pointer;
  }
  .nav-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #445066;
    transition: transform .2s ease, opacity .2s ease;
  }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    height: auto;
    padding: 8px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 14px 30px rgba(14, 27, 46, 0.08);
    z-index: 50;
  }
  body.nav-open .main-nav { display: flex; }
  .main-nav > a,
  .main-nav > .nav-group > a {
    height: 44px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
  }
  .main-nav > a:hover,
  .main-nav > .nav-group > a:hover { background: #f3f6fb; }
  .lang-switch,
  .lang-link {
    width: auto;
    height: 30px;
    min-height: 30px;
    border-radius: 999px;
    margin-top: 0;
    margin-left: 0;
    padding: 0 10px;
    align-self: center;
  }
  .main-nav > a.lang-link,
  .main-nav > .lang-link {
    height: 30px;
    min-height: 30px;
    padding: 0 10px;
  }
  .main-nav a::after { display: none; }
  .nav-group { height: auto; display: block; }
  .sub-nav {
    position: static;
    display: block;
    margin: 2px 0 8px;
    border: 0;
    background: transparent;
    padding-left: 8px;
  }
  .sub-nav a {
    height: 36px;
    border-radius: 8px;
    font-size: 14px;
    color: #5d6b80;
  }
  .sub-nav a:hover { background: #edf3fb; }
  .page-main { margin-top: 124px; }
  body[data-page="home"] { overflow: auto; }
  .page-main-home {
    height: auto;
    overflow: visible;
    overscroll-behavior: auto;
  }
  .home-panel { height: auto; min-height: auto; }
  .home-panel,
  .home-panel.is-active-panel {
    opacity: 1;
    transform: none;
  }
  .home-panel .section-head,
  .home-panel .about-preview,
  .home-panel .news-list,
  .home-panel .contact-strip {
    opacity: 1;
    transform: none;
  }
  .hero { min-height: 58vh; }
  .hero-content { padding-top: 10vh; }
  .about-preview, .cards, .contact-grid { grid-template-columns: 1fr; }
  .invest-philosophy-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .invest-philosophy-grid article {
    min-height: auto;
    border-radius: 18px;
    padding: 22px 18px;
  }
  .invest-philosophy-grid h3 {
    font-size: 22px;
    margin: 16px 0 10px;
    min-height: 0;
    display: block;
  }
  .invest-philosophy-grid p {
    font-size: 15px;
    line-height: 1.85;
  }
  .about-switch { width: 100%; }
  .about-switch button { flex: 1; min-width: 0; }
  .contact-strip { flex-direction: column; align-items: flex-start; }
  .home-dots { display: none; }
  .investor-gate__head h2 { font-size: 18px; }
  .investor-gate__body { font-size: 14px; padding: 16px 16px 10px; }
  .investor-gate__head { padding: 14px 16px; }
  .investor-gate__actions { padding: 0 16px 16px; }
  .investor-gate__btn { min-width: 114px; height: 40px; }
  .booking-notice { font-size: 15px; }
  .booking-layout { grid-template-columns: 1fr; }
  .booking-image { height: 230px; }
  .booking-row { grid-template-columns: 1fr; gap: 10px; }
  .booking-form input, .booking-form textarea { font-size: 16px; }
  .booking-bottom { gap: 12px; }
  .booking-consent { align-items: flex-start; }
  .booking-actions { align-items: flex-start; flex-direction: column; }
  .booking-actions button { width: 120px; height: 48px; font-size: 24px; }
  .about-intro-wrap { width: calc(100% - 24px); }
  .about-intro-head h2 { font-size: clamp(28px, 8vw, 40px); }
  .about-intro-card { padding: 20px 16px; }
  .about-intro-pill { font-size: 18px; padding: 3px 22px; }
  .about-intro-center { text-align: left; }
  .dev-timeline-alt {
    grid-auto-flow: row;
    grid-auto-columns: unset;
    gap: 12px;
    overflow: visible;
    scroll-snap-type: none;
    padding: 8px 0;
  }
  .dev-timeline-alt::before { left: 10px; right: auto; top: 0; bottom: 0; width: 2px; height: auto; transform: none; background: linear-gradient(180deg, rgba(183, 37, 44, 0.35), rgba(183, 37, 44, 0.08)); }
  .dev-timeline-alt .dev-item {
    width: calc(100% - 28px);
    margin-left: 28px !important;
    margin-right: 0 !important;
    min-height: auto;
    padding: 12px 14px;
  }
  .dev-timeline-alt .dev-item::before {
    left: -24px !important;
    right: auto !important;
    top: 18px;
  }
  .dev-timeline-alt .dev-item::after {
    left: -12px !important;
    right: auto !important;
    width: 12px;
    height: 1px;
    top: 23px;
  }
  .dev-timeline-alt .dev-item time {
    min-width: 96px;
    height: 32px;
    top: 10px;
    left: 10px;
    font-size: 14px;
  }
  .dev-timeline-alt .dev-item p {
    font-size: 15px;
    line-height: 1.75;
  }
  .dev-hero > p {
    font-size: 16px;
    line-height: 1.9;
  }
  .dev-wave {
    min-height: auto;
    display: grid;
    gap: 12px;
    margin-top: 16px;
  }
  .dev-wave-line { display: none; }
  .dev-wave-row {
    position: static;
    width: 100%;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .dev-wave-row.bottom { left: 0; width: 100%; }
  .dev-wave-item {
    position: static;
    transform: none;
    width: 100%;
    text-align: left;
    padding: 12px 14px;
    border: 1px solid #d8e2ef;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
  }
  .dev-wave-item.n1,
  .dev-wave-item.n2,
  .dev-wave-item.n3,
  .dev-wave-item.n4,
  .dev-wave-item.n5,
  .dev-wave-item.n6,
  .dev-wave-item.n7,
  .dev-wave-item.n8,
  .dev-wave-item.n9 { left: auto; }
  body[data-page="about-development"] .about-intro-wrap {
    width: calc(100% - 24px);
  }
  body[data-page="about-development"] .dev-hero > p {
    text-align: left;
  }
  .dev-wave-item::before { display: none; }
  .dev-wave-item.up, .dev-wave-item.down { top: auto; }
  .dev-wave-item time {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .dev-wave-item p {
    font-size: 15px;
    line-height: 1.75;
  }
  body[data-page="about-development"] .dev-wave {
    grid-auto-flow: row;
    grid-auto-columns: unset;
    grid-template-columns: 1fr;
    overflow: visible;
    padding: 0;
    gap: 12px;
  }
  body[data-page="about-development"] .dev-wave::before {
    display: none;
  }
  body[data-page="about-development"] .dev-wave-item {
    text-align: left;
    padding: 12px 14px;
    border: 1px solid #d8e2ef;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
  }
  body[data-page="about-development"] .dev-wave-item::before {
    display: none;
  }
  body[data-page="about-development"] .dev-wave-item time {
    font-size: 20px;
    margin-bottom: 4px;
  }
  body[data-page="about-development"] .dev-wave-item p {
    font-size: 15px;
    line-height: 1.75;
  }
  body[data-page="about-development"] .dev-line {
    gap: 12px;
    overflow: visible;
    padding: 0;
  }
  body[data-page="about-development"] .dev-line::before {
    left: 10px;
    transform: none;
  }
  body[data-page="about-development"] .dev-line-item {
    width: calc(100% - 26px);
    justify-self: end;
    text-align: left;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.95);
  }
  body[data-page="about-development"] .dev-line-item::before {
    left: -22px !important;
    right: auto !important;
    top: 18px;
  }
  body[data-page="about-development"] .dev-line-item time {
    font-size: 20px;
    margin-bottom: 4px;
  }
  body[data-page="about-development"] .dev-line-item p {
    font-size: 15px;
    line-height: 1.75;
  }
}

