:root {
  --bg: #08111d;
  --bg-deep: #0d1929;
  --bg-soft: #111f33;
  --surface: rgba(255, 255, 255, 0.06);
  --surface-strong: rgba(255, 255, 255, 0.12);
  --surface-light: rgba(251, 248, 244, 0.9);
  --surface-soft: rgba(243, 237, 232, 0.84);
  --text: rgba(255, 255, 255, 0.93);
  --text-muted: rgba(255, 255, 255, 0.7);
  --ink: #111827;
  --ink-muted: #5f6777;
  --line: rgba(255, 255, 255, 0.1);
  --line-dark: rgba(13, 22, 38, 0.08);
  --accent: #dec39d;
  --accent-strong: #f2dcc0;
  --accent-dark: #9e7f56;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
  --shadow-soft: 0 18px 48px rgba(15, 24, 40, 0.12);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 1220px;
  --font-display: "Fraunces", "Times New Roman", serif;
  --font-body: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at top left, rgba(222, 195, 157, 0.18), transparent 22%),
    radial-gradient(circle at right top, rgba(132, 122, 170, 0.15), transparent 18%),
    linear-gradient(180deg, #050d18 0%, #08111d 27%, #eff1f4 27%, #eff1f4 100%);
}

.page-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 82%);
}

.shell {
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(8, 17, 29, 0.62);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-shell {
  min-height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--accent-strong), var(--accent-dark));
  color: #1b1307;
  font-weight: 800;
  font-family: var(--font-display);
  box-shadow: 0 18px 32px rgba(167, 128, 82, 0.34);
}

.brand-copy {
  display: grid;
  gap: 4px;
}

.brand-copy strong {
  font-family: var(--font-display);
  font-size: 1.06rem;
  letter-spacing: -0.02em;
}

.brand-copy span {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: #fff;
}

.hero {
  padding: 56px 0 84px;
}

.hero-grid,
.section-grid,
.contact-grid {
  display: grid;
  gap: 28px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  align-items: center;
}

.section-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.86fr);
  align-items: start;
}

.contact-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.8fr);
  align-items: center;
}

.eyebrow {
  margin: 0 0 16px;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.62);
}

.eyebrow-dark {
  color: rgba(17, 24, 39, 0.56);
}

.hero-copy h1,
.section-head h2,
.sample-card h3,
.pack-card h3,
.detail-card h3,
.contact-copy h2 {
  margin: 0;
  font-family: var(--font-display);
}

.hero-copy h1 {
  font-size: clamp(2.9rem, 5.1vw, 5.4rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  max-width: 10ch;
}

.hero-lead,
.section-head p:last-child,
.sample-card p,
.detail-card p,
.contact-copy p,
.contact-card p,
.pack-card p {
  line-height: 1.86;
}

.hero-lead,
.section-head p:last-child,
.sample-card p,
.contact-copy p,
.contact-card p {
  color: var(--text-muted);
}

.hero-lead {
  margin-top: 22px;
  max-width: 700px;
  font-size: 1.04rem;
}

.hero-actions,
.sample-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  min-height: 54px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 0;
  text-decoration: none;
  font-family: var(--font-display);
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
  color: #1f1507;
  box-shadow: 0 18px 32px rgba(222, 195, 157, 0.24);
}

.button-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
}

.hero-tags {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-tags li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-stage,
.preview-panel,
.hero-metrics article,
.sample-card,
.pack-card,
.detail-card,
.contact-card {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-stage {
  display: grid;
  gap: 16px;
}

.preview-panel,
.sample-card,
.contact-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(9, 24, 42, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.preview-panel {
  padding: 18px;
}

.panel-top,
.panel-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.panel-top {
  margin-bottom: 16px;
}

.panel-label,
.sample-kicker,
.contact-label {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
  font-weight: 700;
}

.panel-meta,
.panel-small,
.panel-small-stack span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.panel-small-stack {
  display: grid;
  justify-items: end;
  gap: 4px;
  text-align: right;
}

.panel-bottom strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin-top: 4px;
}

.hero-image-wrap {
  overflow: hidden;
  border-radius: calc(var(--radius-lg) - 6px);
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, 0.04);
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-metrics article {
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-metrics strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.hero-metrics span {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.strip {
  padding-bottom: 24px;
}

.strip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  justify-content: center;
  color: rgba(255, 255, 255, 0.74);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

.strip-row span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 12px;
  border-radius: 999px;
  background: rgba(222, 195, 157, 0.7);
  vertical-align: middle;
}

.strip-row span:first-child::before {
  content: "";
  margin-right: 0;
}

.section {
  padding: 88px 0;
}

.section-ink {
  background: linear-gradient(180deg, #091423 0%, #102035 100%);
}

.section-ink-soft {
  background: linear-gradient(180deg, #0d182a 0%, #111e33 100%);
}

.section-light {
  color: var(--ink);
}

.section-soft {
  color: var(--ink);
  background: linear-gradient(180deg, #f4f1ec 0%, #efe8e1 100%);
}

.section-head {
  max-width: 760px;
}

.section-head.compact {
  margin-bottom: 34px;
}

.section-head.compact.dark p:last-child,
.detail-card p {
  color: var(--ink-muted);
}

.section-head h2 {
  font-size: clamp(2.2rem, 3.4vw, 3.8rem);
  line-height: 1;
  letter-spacing: -0.04em;
  max-width: 12ch;
}

.section-head p:last-child {
  margin-top: 18px;
}

.sample-card {
  padding: 28px;
}

.sample-kicker {
  margin: 0 0 10px;
}

.sample-card h3 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  letter-spacing: -0.03em;
}

.sample-card p {
  margin: 16px 0 0;
}

.sample-specs {
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
}

.sample-specs div {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sample-specs dt {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.sample-specs dd {
  margin: 0;
  font-weight: 700;
}

.sample-note {
  margin-top: 18px;
  font-size: 0.95rem;
}

.pack-grid,
.detail-grid {
  display: grid;
  gap: 20px;
}

.pack-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pack-card,
.detail-card {
  position: relative;
  overflow: hidden;
}

.pack-card {
  min-height: 320px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(8, 14, 24, 0.02) 0%, rgba(8, 14, 24, 0.74) 100%),
    radial-gradient(circle at top left, var(--tone-a), transparent 44%),
    radial-gradient(circle at 80% 24%, var(--tone-b), transparent 30%),
    linear-gradient(135deg, var(--tone-c), var(--tone-d));
}

.pack-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: calc(var(--radius-lg) - 6px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.pack-card .card-label {
  margin-bottom: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.pack-card h3 {
  font-size: 1.76rem;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.pack-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

.pack-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.pack-meta span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.84rem;
}

.detail-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.detail-card h3 {
  color: var(--ink);
  font-size: 1.28rem;
  letter-spacing: -0.02em;
}

.detail-card p {
  margin-top: 12px;
}

.contact-copy h2 {
  font-size: clamp(2.2rem, 3.5vw, 3.9rem);
  line-height: 1;
  letter-spacing: -0.04em;
  max-width: 12ch;
}

.contact-card {
  padding: 30px;
}

.contact-card a {
  display: inline-block;
  margin-top: 12px;
  color: #fff;
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1.1;
}

.contact-card a:hover,
.contact-card a:focus-visible {
  color: var(--accent-strong);
}

.site-footer {
  padding: 28px 0 42px;
  background: #0a1320;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.footer-row strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.08rem;
}

.footer-row span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .hero-grid,
  .section-grid,
  .contact-grid,
  .pack-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1,
  .section-head h2,
  .contact-copy h2 {
    max-width: none;
  }
}

@media (max-width: 780px) {
  .nav-shell,
  .footer-row,
  .panel-top,
  .panel-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .panel-small-stack {
    justify-items: start;
    text-align: left;
  }

  .hero-metrics,
  .sample-specs {
    grid-template-columns: 1fr;
  }

  .section,
  .hero {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .button,
  .hero-actions,
  .sample-actions {
    width: 100%;
  }

  .button {
    min-height: 50px;
  }

  .contact-card a {
    font-size: 1.6rem;
  }
}
