:root {
  --ink: #17201c;
  --deep: #07110f;
  --forest: #18362d;
  --paper: #f5efe4;
  --ivory: #fffaf1;
  --muted: #657069;
  --line: rgba(23, 32, 28, .16);
  --white-line: rgba(255, 250, 241, .2);
  --gold: #c99a52;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", Arial, "Noto Sans TC", sans-serif;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

.wrap {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(18px, 4vw, 56px);
  color: var(--ivory);
  background: linear-gradient(180deg, rgba(7, 17, 15, .78), rgba(7, 17, 15, 0));
}

.brand {
  display: grid;
  grid-template-columns: 42px auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
}
.brand img { width: 42px; height: 42px; }
.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: .02em;
  white-space: nowrap;
}
.brand span span {
  display: block;
  margin-top: 2px;
  color: rgba(255, 250, 241, .68);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(255, 250, 241, .82);
  font-size: 13px;
  font-weight: 700;
}
.nav-cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(255, 250, 241, .32);
  background: rgba(255, 250, 241, .14);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--ivory);
  background:
    linear-gradient(90deg, rgba(7, 17, 15, .82), rgba(7, 17, 15, .38) 52%, rgba(7, 17, 15, .08)),
    linear-gradient(180deg, rgba(7, 17, 15, .05), rgba(7, 17, 15, .62)),
    var(--hero-image) center / cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(255, 250, 241, .16);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 1;
  padding: 150px 0 72px;
  min-width: 0;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin: 0; }
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", "Noto Serif TC", serif;
  font-weight: 500;
  letter-spacing: 0;
}
h1 {
  max-width: 780px;
  font-size: clamp(52px, 7.4vw, 106px);
  line-height: .98;
  text-wrap: balance;
}
.lead {
  max-width: 600px;
  margin-top: 24px;
  color: rgba(255, 250, 241, .84);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border: 1px solid rgba(255, 250, 241, .36);
  color: var(--ivory);
  font-weight: 800;
}
.btn.primary {
  border-color: var(--gold);
  color: #14221d;
  background: var(--gold);
}
.btn.dark {
  border-color: rgba(23, 32, 28, .24);
  color: var(--ink);
}

.facts {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(900px, 100%);
  margin-top: 46px;
  border: 1px solid rgba(255, 250, 241, .18);
  background: rgba(255, 250, 241, .18);
}
.fact {
  min-height: 104px;
  padding: 18px;
  background: rgba(7, 17, 15, .56);
}
.fact b {
  display: block;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.fact span {
  display: block;
  margin-top: 11px;
  color: rgba(255, 250, 241, .9);
  font-size: 19px;
  line-height: 1.32;
}

.section {
  padding: clamp(76px, 9vw, 124px) 0;
}
.section-head {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(280px, .72fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: end;
  margin-bottom: 42px;
}
.section-head h2 {
  color: var(--ink);
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.08;
}
.section-head p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.78;
}

.split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(24px, 5vw, 62px);
  align-items: center;
}
.portrait {
  min-height: 620px;
  background: var(--deep);
  overflow: hidden;
}
.copy-stack {
  display: grid;
  gap: 28px;
}
.copy-block {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.copy-block b {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.copy-block h3 {
  margin-top: 12px;
  color: var(--ink);
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.12;
}
.copy-block p {
  max-width: 650px;
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.76;
  font-size: 16px;
}

.care-band {
  color: var(--ivory);
  background: var(--forest);
}
.care-band .section-head h2 { color: var(--ivory); }
.care-band .section-head p { color: rgba(255, 250, 241, .7); }
.care-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255, 250, 241, .18);
  background: rgba(255, 250, 241, .18);
}
.care {
  min-height: 220px;
  padding: 26px;
  background: rgba(7, 17, 15, .25);
}
.care b {
  color: var(--gold);
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.care h3 {
  margin-top: 26px;
  font-size: 28px;
  line-height: 1.14;
}
.care p {
  margin-top: 14px;
  color: rgba(255, 250, 241, .68);
  line-height: 1.68;
  font-size: 15px;
}

.next {
  position: relative;
  overflow: hidden;
  color: var(--ivory);
  background:
    linear-gradient(90deg, rgba(7, 17, 15, .84), rgba(7, 17, 15, .4)),
    var(--cta-image, var(--hero-image)) center / cover no-repeat;
  padding: clamp(82px, 10vw, 140px) 0;
}
.next h2 {
  max-width: 760px;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.08;
}
.next p {
  max-width: 560px;
  margin-top: 20px;
  color: rgba(255, 250, 241, .75);
  line-height: 1.76;
  font-size: 17px;
}

.footer {
  padding: 34px 0;
  color: rgba(255, 250, 241, .68);
  background: var(--deep);
  font-size: 13px;
}
.footer .wrap {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .nav { position: absolute; padding: 16px 18px; }
  .nav-links { display: none; }
  .brand strong { font-size: 19px; }
  .brand span span { font-size: 10px; }
  .wrap { width: min(100% - 36px, 1160px); }
  .hero::after { inset: 18px; }
  .hero-inner { padding: 126px 0 50px; }
  h1 {
    font-size: clamp(34px, 9.4vw, 40px);
    line-height: 1.05;
    text-wrap: wrap;
  }
  .lead { font-size: 16px; line-height: 1.65; }
  .btn { width: 100%; }
  .facts, .section-head, .split, .care-grid {
    grid-template-columns: 1fr;
  }
  .portrait { min-height: 420px; }
  .care { min-height: 190px; }
}
