:root {
  color-scheme: dark;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #ede7d7;
  background: #0f100f;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #0f100f; }
a { color: inherit; }
a:focus-visible { outline: 3px solid #e0bc61; outline-offset: 4px; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  z-index: 20;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  background: #f1d784;
  color: #12130f;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 2.5rem));
  min-height: 76px;
  margin: 0 auto;
  border-bottom: 1px solid #5a5138;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 44px;
  color: #f1d784;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid #d0ae52;
}
.site-header nav { display: flex; align-items: center; gap: 1.4rem; }
.site-header nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.site-header nav a:not(.nav-play):hover { color: #f1d784; }
.nav-play {
  padding: 0 1rem;
  border: 1px solid #d0ae52;
  color: #f1d784;
}

main { overflow: hidden; }
.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.25fr);
  align-items: center;
  gap: 3.5rem;
  width: min(1180px, calc(100% - 2.5rem));
  min-height: 720px;
  margin: 0 auto;
  padding: 5rem 0;
}
.hero::before {
  position: absolute;
  inset: 12% 34% 16% -18%;
  z-index: -1;
  border-radius: 50%;
  background: #58420e;
  content: "";
  filter: blur(110px);
  opacity: 0.18;
}
.eyebrow {
  margin: 0 0 1rem;
  color: #caaa51;
  font-family: ui-monospace, "Cascadia Mono", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
h1, h2, h3 { text-wrap: balance; }
h1 {
  margin: 0;
  font-size: clamp(2.55rem, 5.4vw, 5.1rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.015em;
}
.lead {
  max-width: 42rem;
  margin: 1.75rem 0 0;
  color: #c9c1ae;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.95;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.primary-action, .secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.75rem 1.3rem;
  text-decoration: none;
}
.primary-action { background: #d0ae52; color: #17170f; font-weight: 700; }
.primary-action:hover { background: #e3c56f; }
.secondary-action { border: 1px solid #625a43; }
.secondary-action:hover { border-color: #d0ae52; color: #f1d784; }
.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.5rem;
  margin: 1.6rem 0 0;
  padding: 0;
  color: #a9a18e;
  font-size: 0.88rem;
  list-style: none;
}
.trust-list li::before { margin-right: 0.5rem; color: #caaa51; content: "◇"; }
.hero-visual {
  position: relative;
  margin: 0;
  border: 1px solid #5a5138;
  background: #171813;
  box-shadow: 0 32px 80px #0009;
}
.hero-visual::after {
  position: absolute;
  inset: 0;
  border: 1px solid #e2c36b33;
  content: "";
  pointer-events: none;
}
.hero-visual img { width: 100%; height: auto; }

.section-grid, .contact-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 4rem;
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 6rem 0;
  border-top: 1px solid #3e3a2c;
}
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 500; line-height: 1.2; }
.feature-grid { display: grid; gap: 1rem; }
.feature-grid article {
  padding: 1.5rem;
  border: 1px solid #3e3a2c;
  background: #151611;
}
.feature-grid h3 { margin: 0 0 0.55rem; color: #f1d784; font-size: 1.2rem; }
.feature-grid p, .contact-section p { margin: 0; color: #bdb5a2; line-height: 1.8; }
.contact-list { display: grid; gap: 0.7rem; margin: 0; }
.contact-list div {
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid #3e3a2c;
}
.contact-list dt { color: #a9a18e; }
.contact-list dd { margin: 0; overflow-wrap: anywhere; }
.contact-list a { color: #f1d784; }

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 2rem 0 3rem;
  border-top: 1px solid #3e3a2c;
  color: #918a7a;
  font-size: 0.82rem;
}
footer nav { display: flex; flex-wrap: wrap; gap: 1rem; }
footer a:hover { color: #f1d784; }

@media (max-width: 900px) {
  .site-header nav a:not(.nav-play) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 4rem; }
  .hero-visual { order: -1; }
  .section-grid, .contact-section { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media (max-width: 520px) {
  .site-header { width: min(100% - 1.5rem, 1180px); }
  .brand { font-size: 0.88rem; }
  .nav-play { padding: 0 0.65rem; font-size: 0.83rem; }
  .hero, .section-grid, .contact-section, footer { width: min(100% - 1.5rem, 1180px); }
  .hero { gap: 2rem; padding: 2.5rem 0 4rem; }
  h1 { font-size: clamp(2.25rem, 12vw, 3.4rem); }
  .hero-actions { display: grid; }
  .primary-action, .secondary-action { width: 100%; }
  .section-grid, .contact-section { padding: 4rem 0; }
  .contact-list div { grid-template-columns: 1fr; gap: 0.4rem; padding-inline: 0; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
