:root {
  --night: #06101c;
  --ink: #071428;
  --deep: #0b2744;
  --mist: #14365c;
  --ice: #d7eef8;
  --silk: #eef7fc;
  --gold: #e3c56a;
  --gold-deep: #b8892a;
  --gold-bright: #fff3c0;
  --lantern: #c31b32;
  --lantern-glow: #ff6a4a;
  --salary: #e11d2e;
  --paper: rgba(255, 252, 246, 0.94);
  --line: rgba(227, 197, 106, 0.45);
  --shadow: 0 24px 60px rgba(4, 12, 24, 0.38);
  --radius: 28px;
}

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

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  color: var(--silk);
  font-family: "Be Vietnam Pro", "Noto Sans", sans-serif;
  background: var(--night);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
  outline: 1px solid rgba(255, 255, 255, 0.08);
  outline-offset: -1px;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
.btn {
  font-family: inherit;
}

.sky {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 244, 210, 0.28), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(12, 48, 84, 0.7), transparent 46%),
    url("../assets/sky-moon.png") center top / cover no-repeat,
    #071428;
}

.stars {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.filigree {
  position: fixed;
  inset: 12px;
  z-index: 40;
  pointer-events: none;
  border: 1px solid rgba(227, 197, 106, 0.28);
  border-radius: 18px;
  box-shadow: inset 0 0 0 8px rgba(6, 16, 28, 0.18);
}

.filigree::before,
.filigree::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  background:
    radial-gradient(circle at 0 0, transparent 70%, var(--gold) 71%, var(--gold) 73%, transparent 74%);
}

.filigree::before {
  top: -1px;
  left: -1px;
  transform: rotate(0deg);
}

.filigree::after {
  right: -1px;
  bottom: -1px;
  transform: rotate(180deg);
}

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

.nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0 14px;
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(6, 16, 28, 0.72), rgba(6, 16, 28, 0.18) 80%, transparent);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  outline: none;
}

.brand-copy {
  display: grid;
  line-height: 1.1;
}

.brand-copy strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  letter-spacing: 0.08em;
  color: var(--gold-bright);
}

.brand-copy span {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(215, 238, 248, 0.72);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.92rem;
}

.nav-links a:not(.btn) {
  color: rgba(238, 247, 252, 0.82);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #2ea3e6, #1a7ec0);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(26, 126, 192, 0.35);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-gold {
  background: linear-gradient(180deg, #f3dd92, #c8942a);
  color: #3a2408;
  box-shadow: 0 10px 24px rgba(184, 137, 42, 0.32);
}

.btn-ghost {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--gold-bright);
  box-shadow: none;
}

.hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 36px;
  align-items: center;
  padding: 10px 0 48px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 6vw, 5.1rem);
  font-weight: 700;
  line-height: 0.92;
  text-wrap: balance;
  background: linear-gradient(180deg, #fff8d6 0%, #e8c35a 42%, #fff1b0 78%, #b8892a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 8px 18px rgba(8, 20, 40, 0.45));
}

.hero h1 em {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-size: 0.62em;
  color: #8ec8ea;
  background: none;
  -webkit-text-fill-color: #9fd4f2;
}

.lede {
  max-width: 36rem;
  margin: 18px 0 28px;
  color: rgba(238, 247, 252, 0.84);
  font-size: 1.05rem;
  line-height: 1.7;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(540px, 100%);
}

.stat {
  padding: 14px 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(8, 24, 42, 0.48);
}

.stat b {
  display: block;
  font-variant-numeric: tabular-nums;
  font-size: 1.2rem;
  color: var(--gold-bright);
}

.stat span {
  color: rgba(215, 238, 248, 0.7);
  font-size: 0.78rem;
}

.hero-stage {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  isolation: isolate;
}

.hero-woman {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(480px, 100%);
  height: 620px;
  object-fit: cover;
  object-position: 55% 10%;
  border-radius: 200px 200px 32px 32px;
  mask-image: linear-gradient(180deg, #000 78%, transparent);
  outline: none;
  z-index: 1;
}

.moon {
  position: absolute;
  right: 8%;
  top: 0;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 38%, #fffdf2, #f6e7b4 42%, #c9b06a 78%);
  box-shadow: 0 0 80px 24px rgba(255, 236, 180, 0.28);
  z-index: 0;
}

.float-lantern {
  position: absolute;
  width: 86px;
  z-index: 2;
  animation: sway 5.4s ease-in-out infinite;
  outline: none;
  filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.28));
}

.float-lantern.left {
  left: 4%;
  top: 48px;
}

.float-lantern.right {
  right: 2%;
  top: 120px;
  animation-delay: -1.8s;
  width: 72px;
}

.video-card {
  position: absolute;
  left: 0;
  bottom: 42px;
  z-index: 3;
  width: min(280px, 68%);
  padding: 10px;
  border-radius: 28px;
  background: rgba(255, 252, 246, 0.1);
  border: 1px solid rgba(227, 197, 106, 0.5);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.video-card video {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  background: #06101c;
}

.video-card p {
  margin: 8px 4px 2px;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

@keyframes sway {
  0%, 100% { transform: rotate(-6deg) translateY(0); }
  50% { transform: rotate(7deg) translateY(10px); }
}

.section {
  padding: 72px 0;
  scroll-margin-top: 92px;
}

.section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
}

.section-head p {
  margin: 0;
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.section-head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  text-wrap: balance;
}

.jobs {
  display: grid;
  gap: 14px;
}

.job {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr auto;
  gap: 16px;
  align-items: center;
  padding: 22px 22px 22px 24px;
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.job h3 {
  margin: 0 0 4px;
  font-size: 1.15rem;
}

.job p {
  margin: 0;
  color: #4d5d6e;
  font-size: 0.92rem;
}

.pay {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  font-size: 1.45rem;
  color: var(--salary);
  text-align: right;
}

.pay small {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: #7a8794;
}

.job .btn {
  min-width: 128px;
}

.privilege {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.privilege-copy,
.benefits-panel,
.apply-card {
  padding: 32px;
  border-radius: 32px;
  background: rgba(8, 24, 42, 0.55);
  border: 1px solid var(--line);
}

.privilege-copy h2 {
  margin: 8px 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.6rem;
  line-height: 1;
}

.garden {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 32px;
}

.benefits {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 24px;
}

.rabbit {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 32px;
}

.benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.benefit {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 252, 246, 0.08);
  border: 1px solid rgba(227, 197, 106, 0.18);
}

.benefit strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-bright);
}

.benefit b {
  font-variant-numeric: tabular-nums;
  font-size: 1.2rem;
  color: #fff;
}

.apply {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
}

.num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f3dd92, #c8942a);
  color: #3a2408;
  font-weight: 800;
}

form {
  display: grid;
  gap: 12px;
}

label {
  display: grid;
  gap: 6px;
  font-size: 0.88rem;
  color: rgba(238, 247, 252, 0.8);
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(227, 197, 106, 0.28);
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 92px;
  resize: vertical;
}

.form-note {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(215, 238, 248, 0.68);
}

.footer {
  padding: 28px 0 96px;
  color: rgba(215, 238, 248, 0.62);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.88rem;
}

.mobile-cta {
  display: none;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  pointer-events: none;
  padding: 12px 16px;
  border-radius: 999px;
  background: #14365c;
  border: 1px solid var(--line);
  transition: 0.28s ease;
  z-index: 50;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 900px) {
  .filigree {
    inset: 8px;
  }

  .nav-links a:not(.btn) {
    display: none;
  }

  .hero,
  .privilege,
  .benefits,
  .apply {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-bottom: 28px;
  }

  .hero-stage {
    min-height: 420px;
    order: 0;
  }

  .hero-woman {
    height: 420px;
    right: 0;
  }

  .video-card {
    width: min(200px, 58%);
    bottom: 16px;
  }

  .brand-copy strong {
    font-size: 1.2rem;
  }

  .job {
    grid-template-columns: 1fr;
  }

  .pay,
  .job .btn {
    text-align: left;
    justify-self: start;
  }

  .mobile-cta {
    display: flex;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 45;
  }

  .mobile-cta .btn {
    width: 100%;
    min-height: 52px;
  }

  .footer {
    padding-bottom: 88px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .float-lantern { animation: none; }
}
