@font-face {
  font-family: "Schibsted Grotesk";
  src: url("../fonts/SchibstedGrotesk.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Schibsted Grotesk";
  src: url("../fonts/SchibstedGrotesk-Italic.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGrotesk.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGrotesk-Italic.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
:root {
  --bg: #0e0d10;
  --surface: #16141a;
  --surface-2: #1e1b24;
  --text: #f1ece2;
  --text-muted: #a49d93;
  --accent: #c8a45e;
  --accent-2: #7d3b4a;
  --border: #2c2833;
  --line: rgba(200, 164, 94, 0.3);
  --font-display: "Schibsted Grotesk", sans-serif;
  --font-body: "Hanken Grotesk", sans-serif;
  --fs-display: clamp(2.4rem, 6vw, 4.4rem);
  --fs-h1: clamp(2rem, 5vw, 3.4rem);
  --fs-h2: clamp(1.7rem, 3.6vw, 2.6rem);
  --fs-h3: clamp(1.1rem, 2vw, 1.35rem);
  --fs-body: 1.02rem;
  --fs-small: 0.92rem;
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 28px;
  --space-lg: 56px;
  --space-xl: clamp(64px, 9vw, 110px);
  --radius-sm: 2px;
  --radius-md: 4px;
  --shadow-sm: 0 6px 18px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 18px 48px rgba(0, 0, 0, 0.5);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: 1.65;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: clip;
}
main {
  flex: 1 0 auto;
  min-width: 0;
  max-width: 100%;
}
img {
  display: block;
  max-width: 100%;
}
input,
select,
textarea,
button {
  max-width: 100%;
}
[data-aos="fade-right"]:not(.aos-animate) {
  transform: translate3d(-32px, 0, 0) !important;
}
[data-aos="fade-left"]:not(.aos-animate) {
  transform: translate3d(32px, 0, 0) !important;
}
[data-aos="zoom-in"]:not(.aos-animate) {
  transform: scale(0.96) !important;
}
a {
  color: inherit;
  text-decoration: none;
}
h1, h2, h3 {
  font-family: var(--font-display);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.01em;
}
h1 em, h2 em, .it {
  font-style: italic;
  font-weight: 500;
  word-break: break-all;
}
h2 em {
  color: var(--accent);
}
p {
  color: var(--text-muted);
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--accent);
  color: #141218;
  padding: 10px 18px;
  z-index: 200;
}
.skip-link:focus {
  left: 12px;
  top: 12px;
}
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(14, 13, 16, 0.72);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: background 0.3s ease;
}
.site-header.scrolled {
  background: rgba(14, 13, 16, 0.95);
}
.header-in {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 78px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
}
.logo img {
  width: 50px;
  height: 50px;
  border-radius: var(--radius-sm);
}
.logo-text {
  display: flex;
  flex-direction: column;
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.95rem;
}
.logo-line2 {
  color: var(--accent);
  font-style: italic;
  font-weight: 500;
}
.notice {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid var(--line);
  padding: 5px 12px;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}
.main-nav {
  display: flex;
  gap: 26px;
}
.main-nav a {
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  position: relative;
  padding: 8px 0;
  transition: color 0.25s;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--accent);
  transition: width 0.3s;
}
.main-nav a:hover {
  color: var(--text);
}
.main-nav a:hover::after {
  width: 100%;
}
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}
.burger span {
  width: 24px;
  height: 2px;
  background: var(--text);
  transition: transform 0.3s, opacity 0.3s;
}
.burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: kenburns 18s ease-in-out infinite alternate;
}
@keyframes kenburns {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 13, 16, 0.62) 0%, rgba(14, 13, 16, 0.55) 45%, rgba(14, 13, 16, 0.92) 88%, var(--bg) 100%);
}
.hero-in {
  position: relative;
  z-index: 2;
  padding-top: 130px;
  padding-bottom: var(--space-lg);
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  max-width: 1200px;
}
.hero-story {
  max-width: 620px;
  border-left: 2px solid var(--accent);
  padding-left: 20px;
}
.hero-story p {
  color: rgba(241, 236, 226, 0.82);
  font-size: 0.98rem;
  font-style: italic;
}
.hero-title {
  font-size: var(--fs-display);
  color: #ffffff;
  max-width: 900px;
}
.hero-title .em {
  display: block;
  font-style: italic;
  font-weight: 500;
  color: var(--accent);
}
.hero-sub {
  max-width: 640px;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  color: rgba(241, 236, 226, 0.85);
}
.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-foot {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 22px;
  border-top: 1px solid rgba(200, 164, 94, 0.25);
  padding-top: 18px;
  padding-bottom: 26px;
}
.hero-years {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.6vw, 1.8rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--accent);
}
.hero-foot-note {
  color: var(--text-muted);
  font-size: var(--fs-small);
  letter-spacing: 0.06em;
}
.beats {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
.beats i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--border);
}
.beats i.on {
  background: var(--accent);
  box-shadow: 0 0 12px rgba(200, 164, 94, 0.8);
  animation: beat 1.6s ease-in-out infinite;
}
.beats i:nth-child(2) {
  animation-delay: 0.2s;
}
.beats i:nth-child(3) {
  animation-delay: 0.4s;
}
.beats i:nth-child(4) {
  animation-delay: 0.6s;
}
.beats.big i {
  width: 10px;
  height: 10px;
}
@keyframes beat {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  30% {
    transform: scale(1.35);
    opacity: 1;
  }
}
.overline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border: 1px solid var(--accent);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s, background 0.25s, color 0.25s;
  min-height: 44px;
}
.btn-solid {
  background: var(--accent);
  color: #141218;
}
.btn-ghost {
  color: var(--accent);
  background: transparent;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(200, 164, 94, 0.25);
}
.btn-ghost:hover {
  background: rgba(200, 164, 94, 0.1);
}
.stats-band {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: var(--space-lg) 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: center;
}
.stat {
  padding: 12px;
  border-left: 1px solid var(--border);
}
.stat:first-child {
  border-left: none;
}
.stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 0.02em;
}
.stat-num i {
  font-size: 0.6em;
  vertical-align: middle;
}
.stat-label {
  display: block;
  margin-top: 6px;
  color: var(--text-muted);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.82rem;
}
.parquet {
  background-image: repeating-linear-gradient(45deg, transparent 0 42px, rgba(200, 164, 94, 0.045) 42px 43px), repeating-linear-gradient(-45deg, transparent 0 42px, rgba(200, 164, 94, 0.045) 42px 43px);
}
.marquee {
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  padding: 14px 0;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: slide 36s linear infinite;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
}
@keyframes slide {
  to {
    transform: translateX(-50%);
  }
}
.section {
  padding: var(--space-xl) 0;
}
.section-alt {
  background: var(--surface);
}
.section-dark {
  background: var(--surface-2);
}
.section-head {
  max-width: 720px;
  margin-bottom: var(--space-lg);
}
.section-head h2, .split-text h2, .gift-text h2, .form-panel h2 {
  font-size: var(--fs-h2);
  margin-bottom: 16px;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.split.rev .split-media {
  order: 2;
}
.split-media {
  position: relative;
}
.frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-sm);
}
.frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid var(--line);
  transform: translate(14px, 14px);
  pointer-events: none;
}
.frame img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.frame:hover img {
  transform: scale(1.04);
}
.frame-badge {
  position: absolute;
  left: -12px;
  bottom: 26px;
  background: var(--accent);
  color: #141218;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 9px 16px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  z-index: 2;
}
.split-text p {
  margin-bottom: 16px;
}
.tick-list {
  list-style: none;
  margin: 20px 0 26px;
  display: grid;
  gap: 10px;
}
.tick-list li {
  display: flex;
  gap: 12px;
  align-items: baseline;
  color: var(--text);
  font-size: 0.98rem;
}
.tick-list li i {
  color: var(--accent);
}
.prog-rows {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--border);
}
.prog-row {
  display: grid;
  grid-template-columns: 70px 1fr auto 40px;
  align-items: center;
  gap: 20px;
  padding: 26px 12px;
  border-bottom: 1px solid var(--border);
  transition: background 0.3s, padding 0.3s;
}
.prog-row:hover {
  background: var(--surface-2);
  padding-left: 24px;
}
.prog-num {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.6rem;
  color: var(--accent);
}
.prog-body strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
}
.prog-body small {
  color: var(--text-muted);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}
.prog-price {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--accent);
  white-space: nowrap;
}
.prog-row > i {
  color: var(--text-muted);
  transition: transform 0.3s, color 0.3s;
}
.prog-row:hover > i {
  transform: translateX(6px);
  color: var(--accent);
}
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.steps.three {
  grid-template-columns: repeat(3, 1fr);
}
.step {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 2px solid var(--accent);
  border-radius: var(--radius-sm);
  padding: 26px 22px 30px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.section .step {
  background: var(--surface);
}
.section-alt .step {
  background: var(--surface-2);
}
.step:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.step-num {
  position: absolute;
  right: 10px;
  top: 2px;
  font-family: var(--font-display);
  font-size: 4.4rem;
  font-weight: 800;
  color: rgba(241, 236, 226, 0.06);
  line-height: 1;
}
.step h3 {
  font-size: var(--fs-h3);
  margin-bottom: 10px;
}
.step p {
  font-size: 0.95rem;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 26px;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  color: var(--text);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  padding: 7px 14px;
  border-radius: var(--radius-sm);
  background: rgba(200, 164, 94, 0.07);
}
.gift-band {
  background: linear-gradient(120deg, var(--surface-2) 0%, #241a20 55%, var(--accent-2) 160%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.gift-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.form-split {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: start;
}
.form-panel {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: clamp(26px, 4vw, 44px);
  box-shadow: var(--shadow-md);
}
.order-form {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field label {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.field input, .field select, .field textarea {
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1rem;
  padding: 13px 14px;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.field textarea {
  resize: vertical;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(200, 164, 94, 0.15);
}
.check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.9rem;
  color: var(--text-muted);
  cursor: pointer;
}
.check input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--accent);
}
.faq-col h3 {
  font-size: var(--fs-h3);
  margin-bottom: 16px;
}
.faq-col details {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface);
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-col summary {
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 600;
  font-family: var(--font-display);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq-col summary::-webkit-details-marker {
  display: none;
}
.faq-col summary::after {
  content: "+";
  color: var(--accent);
  font-size: 1.3rem;
  transition: transform 0.3s;
}
.faq-col details[open] summary::after {
  transform: rotate(45deg);
}
.faq-col details p {
  padding: 0 18px 16px;
  font-size: 0.95rem;
}
.faq-note {
  display: flex;
  gap: 14px;
  border-left: 2px solid var(--accent);
  padding: 6px 0 6px 16px;
  margin-top: 22px;
}
.faq-note i {
  color: var(--accent);
  font-size: 1.3rem;
}
.faq-note p {
  font-size: 0.92rem;
}
.page-head {
  padding: 160px 0 64px;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
}
.page-head h1 {
  font-size: var(--fs-h1);
  max-width: 860px;
  margin-bottom: 16px;
}
.page-head h1 em {
  color: var(--accent);
}
.lead {
  max-width: 680px;
  font-size: 1.1rem;
}
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  border-top: 1px solid var(--border);
  padding-top: 34px;
  position: relative;
}
.tl-item {
  position: relative;
  padding-top: 18px;
}
.tl-item::before {
  content: "";
  position: absolute;
  top: -39px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px rgba(200, 164, 94, 0.7);
}
.tl-year {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.5rem;
  color: var(--accent);
  display: block;
  margin-bottom: 8px;
}
.tl-item h3 {
  font-size: var(--fs-h3);
  margin-bottom: 8px;
}
.tl-item p {
  font-size: 0.94rem;
}
.creed p {
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
}
.creed strong {
  color: var(--text);
  display: block;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.cta-band {
  background: linear-gradient(120deg, var(--accent-2) -40%, var(--surface-2) 60%);
  border-top: 1px solid var(--border);
}
.cta-in {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.cta-in h2 {
  font-size: var(--fs-h2);
  margin-bottom: 14px;
}
.cta-in p {
  margin-bottom: 26px;
}
.program-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(36px, 5vw, 64px);
}
.program-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--surface);
  box-shadow: var(--shadow-md);
}
.program-card.rev .pc-media {
  order: 2;
}
.pc-media {
  position: relative;
  min-height: 320px;
}
.pc-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc-meta {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  gap: 10px;
  z-index: 2;
}
.pc-meta .chip {
  background: rgba(14, 13, 16, 0.85);
  backdrop-filter: blur(6px);
}
.pc-body {
  padding: clamp(24px, 3.4vw, 42px);
}
.pc-index {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--accent);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.82rem;
}
.pc-body h2 {
  font-size: var(--fs-h2);
  margin: 8px 0 6px;
}
.pc-price {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.2rem;
  color: #141218;
  background: var(--accent);
  padding: 6px 14px;
  border-radius: var(--radius-sm);
  margin-bottom: 16px;
}
.pc-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 20px 0;
}
.pc-cols h3 {
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.pc-cols .tick-list {
  margin: 0;
  gap: 8px;
}
.pc-cols .tick-list li {
  font-size: 0.92rem;
}
.pc-cols .chips {
  margin: 0;
}
.pc-why {
  border-left: 2px solid var(--accent);
  background: var(--surface-2);
  padding: 16px 18px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin-bottom: 24px;
}
.pc-why h3 {
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 6px;
}
.pc-why p {
  font-size: 0.95rem;
  margin: 0;
}
.loc-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 6vw, 80px);
}
.loc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
}
.loc-row.rev .loc-media {
  order: 2;
}
.loc-no {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--accent);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.82rem;
  display: block;
  margin-bottom: 8px;
}
.loc-body h2 {
  font-size: var(--fs-h2);
  margin-bottom: 14px;
}
.num-panel {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 40px;
  text-align: center;
}
.big-num {
  font-family: var(--font-display);
  font-size: clamp(4rem, 9vw, 7rem);
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
  display: block;
  margin-bottom: 12px;
}
.gift-rows {
  display: flex;
  flex-direction: column;
  margin: 22px 0 30px;
  border-top: 1px solid var(--border);
}
.gift-row {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px 6px;
  border-bottom: 1px solid var(--border);
  transition: padding 0.3s, background 0.3s;
}
.gift-row:hover {
  background: var(--surface);
  padding-left: 16px;
}
.gift-row i {
  font-size: 1.5rem;
  color: var(--accent);
}
.gift-row strong {
  display: block;
  font-family: var(--font-display);
}
.gift-row small {
  color: var(--text-muted);
}
.callout {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: rgba(200, 164, 94, 0.08);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 18px 20px;
  margin-top: 26px;
}
.callout i {
  color: var(--accent);
  font-size: 1.4rem;
  margin-top: 2px;
}
.callout p {
  color: var(--text);
  font-size: 0.95rem;
}
.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.c-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 2px solid var(--accent);
  border-radius: var(--radius-sm);
  padding: 22px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.c-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}
.c-card i {
  font-size: 1.6rem;
  color: var(--accent);
}
.c-card h3 {
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 10px 0 6px;
  color: var(--text-muted);
}
.c-card p {
  color: var(--text);
  font-size: 0.96rem;
}
.contact-cards .callout {
  grid-column: 1 / -1;
  margin-top: 0;
}
.thanks-wrap {
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  background: var(--surface);
}
.thanks-panel {
  max-width: 760px;
  margin: 0 auto;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-top: 3px solid var(--accent);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  padding: clamp(32px, 5vw, 60px);
  text-align: center;
}
.thanks-icon i {
  font-size: 3.4rem;
  color: var(--accent);
}
.thanks-panel h1 {
  font-size: var(--fs-h1);
  margin: 10px 0 14px;
}
.thanks-lead {
  font-size: 1.2rem;
  color: var(--text);
  margin-bottom: 30px;
}
.thanks-lead span {
  color: var(--accent);
  font-weight: 600;
}
.thanks-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
  text-align: left;
}
.t-step {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 16px;
}
.t-step span {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--accent);
  font-size: 1.3rem;
  display: block;
  margin-bottom: 6px;
}
.t-step p {
  font-size: 0.9rem;
}
.thanks-contact {
  border-top: 1px solid var(--border);
  padding-top: 20px;
  margin-bottom: 26px;
}
.thanks-contact p {
  font-size: 0.92rem;
}
.legal-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  word-break: break-word;
}
.last-updated {
  margin: 10px 0 18px;
  font-size: 0.92rem;
  color: var(--text-muted);
}
.legal-content h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.legal-content h2 {
  font-size: 1.4rem;
  margin: 34px 0 12px;
  color: var(--text);
  position: relative;
  padding-left: 18px;
}
.legal-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 3px;
  background: var(--accent);
}
.legal-content p {
  margin-bottom: 12px;
}
.site-footer {
  margin-top: auto;
  background: #0a090c;
  border-top: 1px solid var(--border);
  padding: var(--space-lg) 0 26px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr 1.1fr;
  gap: 34px;
  padding-bottom: 34px;
}
.f-col p {
  font-size: 0.92rem;
  margin-top: 14px;
}
.f-col h3 {
  font-size: 0.85rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.f-col a {
  display: block;
  color: var(--text-muted);
  font-size: 0.95rem;
  padding: 5px 0;
  transition: color 0.25s, padding-left 0.25s;
}
.f-col a:hover {
  color: var(--accent);
  padding-left: 6px;
}
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 22px;
}
.disclaimer {
  font-size: 0.85rem;
  color: #7d766d;
  margin-bottom: 14px;
}
.copyright {
  font-size: 0.9rem;
  color: var(--text-muted);
}
.to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--accent);
  background: rgba(14, 13, 16, 0.9);
  color: var(--accent);
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 1.2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  z-index: 90;
}
.to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 960px) {
  .header-in {
    position: relative;
  }
  .header-in::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: rgba(14, 13, 16, 0.98);
    z-index: 2;
    pointer-events: none;
  }
  .logo,
  .notice,
  .burger {
    position: relative;
    z-index: 3;
  }
  .main-nav {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100vw;
    background: rgba(14, 13, 16, 0.98);
    flex-direction: column;
    gap: 0;
    padding: 18px 24px 26px;
    border-bottom: 1px solid var(--border);
    transform: translate(-50%, -120%);
    transition: transform 0.4s ease;
    z-index: 1;
  }
  .main-nav.open {
    transform: translate(-50%, 0);
  }
  .main-nav a {
    padding: 13px 0;
    border-bottom: 1px solid var(--border);
  }
  .burger {
    display: flex;
  }
  .split, .gift-grid, .form-split, .loc-row, .program-card {
    grid-template-columns: 1fr;
  }
  .split.rev .split-media, .program-card.rev .pc-media, .loc-row.rev .loc-media {
    order: 0;
  }
  .pc-media {
    min-height: 420px;
  }
  .steps, .timeline {
    grid-template-columns: 1fr 1fr;
  }
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .stat {
    border-left: none;
    border-top: 1px solid var(--border);
    padding: 18px 0;
  }
  .stat:first-child {
    border-top: none;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .thanks-steps {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  [data-aos] {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
  .split > *,
  .gift-grid > *,
  .form-split > *,
  .program-card > *,
  .loc-row > *,
  .thanks-panel {
    min-width: 0;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .steps, .timeline, .pc-cols, .field-row, .contact-cards, .footer-grid {
    grid-template-columns: 1fr;
  }
  .steps.three {
    display: flex;
    flex-direction: column;
  }
  .prog-row {
    grid-template-columns: 44px 1fr;
    grid-template-rows: auto auto;
  }
  .prog-price {
    grid-column: 2;
  }
  .prog-row > i {
    display: none;
  }
  .hero-foot {
    flex-wrap: wrap;
    gap: 12px;
  }
  .disclaimer {
    font-size: 0.85rem;
  }
  .f-col p, .f-col a {
    font-size: 0.88rem;
  }
  .header-in {
    flex-wrap: wrap;
    height: auto;
    min-height: 78px;
    padding: 12px 0;
    row-gap: 10px;
  }
  .logo {
    min-width: 0;
  }
  .logo a,
  a.logo {
    flex-direction: column;
  }
  .logo-text,
  .f-col {
    word-break: break-all;
    min-width: 0;
  }
  .notice {
    padding: 10px 16px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.55), 0 2px 8px rgba(200, 164, 94, 0.25);
    word-break: normal;
  }
  .hero-in {
    padding-top: 150px;
  }
  .page-head {
    padding-top: 150px;
    padding-bottom: 40px;
  }
  .thanks-wrap {
    padding-top: 140px;
  }
}
@media (max-width: 480px) {
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .form-panel {
    padding: 18px;
  }
  .hero-title {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
  }
  .hero-in {
    padding-top: 160px;
  }
  .page-head {
    padding-top: 160px;
    padding-bottom: 28px;
  }
  .thanks-wrap {
    padding-top: 150px;
  }
  .legal-content {
    padding: 24px 14px;
  }
  input,
  select,
  textarea,
  .btn {
    width: 100%;
    max-width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-bg, .marquee-track, .beats i.on {
    animation: none;
  }
  * {
    transition-duration: 0.01ms !important;
  }
}