:root {
  --bg: #f9f7eb;
  --paper: #fffef8;
  --ink: #2f3528;
  --heading: #3a4530;
  --sage: #6e784c;
  --sage-soft: #e8e6d6;
  --line: #d8d2c0;
  --navy: #1c2b3a;
  --gold: #9a8a58;
  --muted: #6b6758;
  --serif: "Palatino Linotype", Palatino, "Iowan Old Style", Georgia, serif;
  --sans: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: #f9f7eb; color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.page { width: 1440px; min-height: 980px; margin: 0 auto; background: var(--bg); position: relative; overflow: hidden; }

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 18px 56px 16px;
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.brand {
  display: flex;
  align-items: center;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
}
.brand img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
}
.nav-links { display: flex; gap: 28px; margin-left: 24px; font-size: 14px; color: var(--heading); }
.nav-links a.active { color: var(--sage); }
.nav-right { margin-left: auto; }
.lang-btn {
  display: inline-flex; align-items: center;
  border: 1px solid var(--navy);
  color: var(--navy);
  padding: 8px 14px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  padding: 48px 56px 20px;
  min-height: 220px;
}
.hero-copy { max-width: 720px; position: relative; z-index: 1; }
.kicker {
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--sage);
  margin-bottom: 10px;
}
.hero h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 52px;
  line-height: 1.08;
  color: var(--heading);
}
.hero .intro { max-width: 520px; color: var(--muted); font-size: 16px; line-height: 1.55; margin-top: 14px; }
.mtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 480px;
  height: 220px;
  object-fit: contain;
  object-position: right top;
  pointer-events: none;
}
.divider {
  display: block;
  width: 200px;
  height: 16px;
  margin: 16px 0 0;
  object-fit: contain;
}

.wrap { padding: 8px 56px 40px; }
.sec-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  margin: 18px 0 14px;
}
.sec-label img { height: 18px; width: auto; }
.sec-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

.lang-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.lang-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 22px 16px 18px;
  text-align: center;
  min-height: 168px;
}
.lang-card .ico {
  width: 56px; height: 56px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: var(--sage-soft);
  display: flex; align-items: center; justify-content: center;
}
.lang-card .ico svg { width: 26px; height: 26px; stroke: var(--sage); fill: none; stroke-width: 1.4; }
.lang-card h3 { font-size: 18px; color: var(--heading); font-weight: 500; }
.lang-card p { font-size: 13px; color: var(--muted); margin-top: 4px; }

.bind-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bind-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 28px 28px 24px;
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 12px;
  align-items: center;
  min-height: 200px;
}
.bind-card h3 { font-family: var(--serif); font-size: 32px; font-weight: 500; color: var(--heading); }
.bind-card .rule { width: 48px; height: 1px; background: var(--sage); margin: 10px 0 12px; }
.bind-card p { color: var(--muted); font-size: 14px; line-height: 1.5; max-width: 280px; }
.bind-card .go {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 16px;
  background: var(--navy); color: #f6f1e4;
  padding: 10px 16px; font-size: 13px;
}
.bind-illu { justify-self: end; width: 150px; }

.foot-orn {
  display: block;
  width: 280px;
  height: 28px;
  margin: 36px auto 20px;
  object-fit: contain;
}

.hero.split {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 40px;
  align-items: center;
}
.car-frame { background: rgba(255,252,246,0.7); border: 1px solid var(--line); padding: 16px; position: relative; z-index: 1; }
.car-slide { display: none; text-align: center; }
.car-slide.on { display: block; }
.car-slide img { height: 240px; width: auto; margin: 0 auto 10px; }
.car-slide h4 { font-family: var(--serif); font-size: 18px; }
.car-slide .sub { font-size: 12px; color: var(--muted); margin-top: 4px; }
.car-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.car-nav button {
  width: 34px; height: 34px; border: 1px solid var(--line); background: var(--paper); color: var(--heading); font-size: 18px; cursor: pointer;
}
.car-dots { display: flex; gap: 6px; }
.car-dots i { width: 7px; height: 7px; border-radius: 50%; background: #cfc8b4; }
.car-dots i.on { background: var(--sage); }

.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { background: var(--paper); border: 1px solid var(--line); }
.cover { height: 240px; padding: 12px; background: #fff; display: flex; align-items: center; justify-content: center; }
.cover img { height: 100%; width: auto; object-fit: contain; }
.meta { padding: 12px 14px 14px; }
.meta h4 { font-size: 15px; color: var(--heading); }
.meta .sub { font-size: 12px; color: var(--muted); margin: 4px 0 8px; }
.price { display: flex; justify-content: space-between; font-size: 14px; }
.chip {
  display: inline-block; border: 1px solid var(--line); padding: 7px 12px; font-size: 12px; margin-right: 8px; margin-bottom: 8px; background: var(--paper);
}
.chip.on { background: var(--navy); color: #f6f1e4; border-color: var(--navy); }
.section { padding: 12px 56px 40px; }
.section h2 { font-family: var(--serif); font-size: 32px; font-weight: 500; color: var(--heading); }
.lead { color: var(--muted); margin: 8px 0 20px; }

.note {
  font-size: 12px;
  color: var(--muted);
  padding: 8px 56px 0;
}
