  :root{
    --ink-black: #0d1017;
    --night: #1a2332;
    --steel: #6b7a8f;
    --parchment: #e8e2d3;
    --gold: #c9a860;
    --gold-dim: #8a7548;

    --cindermarch: #d97a3f;
    --tidereach: #4fb0a8;
    --rootfall: #6fdc8c;
    --skyrend: #a389d4;
  }

  *{ box-sizing: border-box; margin:0; padding:0; }

  html{ scroll-behavior: smooth; }

  body{
    background: var(--ink-black);
    color: var(--parchment);
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }

  @media (prefers-reduced-motion: reduce){
    *{ animation: none !important; transition: none !important; }
  }

  h1, h2, h3, .display{
    font-family: 'Fraunces', serif;
    font-weight: 500;
    letter-spacing: -0.01em;
  }

  a{ color: inherit; }

  .wrap{
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 32px;
  }

  /* ---------- NAV ---------- */
  nav{
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 40px;
    mix-blend-mode: normal;
    margin: 0 auto;
    background: rgba(0,0,0,.25);
    backdrop-filter: blur(8px);
    justify-content: center;
  }
  .nav-inner {
    max-width: 1120px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .nav-mark {
    display: flex;
  }
  .nav-mark img {
    width: 150px;
  }
  .nav-cta{
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--parchment);
    text-decoration: none;
    border: 1px solid rgba(232,226,211,0.35);
    padding: 8px 18px;
    border-radius: 2px;
    transition: border-color 0.2s ease, background 0.2s ease;
  }
  .nav-cta:hover{
    border-color: var(--gold);
    background: rgba(201,168,96,0.08);
  }

  /* ---------- HERO ---------- */
  .hero{
    position: relative;
    height: 100vh;
    min-height: 640px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .hero-img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 60%;
    transform: scale(1.06);
    animation: hero-drift 40s ease-in-out infinite alternate;
  }
  @keyframes hero-drift{
    from{ transform: scale(1.06) translate3d(0,0,0); }
    to{ transform: scale(1.1) translate3d(-1.2%, -1%, 0); }
  }
  .hero-scrim{
    position: absolute;
    inset: 0;
    background:
      linear-gradient(270deg, rgba(13,16,23,0.55) 0%, rgba(13,16,23,0.15) 30%, rgba(13,16,23,0.45) 40%, rgba(13,16,23,0.96) 100%)
  }
  .hero-content{
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 40px 72px;
  }
  .hero-inner{
    max-width: 1120px;
    margin: 0 auto;
  }
  .hero-eyebrow{
    font-size: 0.82rem;
    color: var(--gold);
    letter-spacing: 0.02em;
    margin-bottom: 14px;
  }
  .hero h1{
    font-size: clamp(2.6rem, 6vw, 4.6rem);
    line-height: 0.98;
    color: var(--parchment);
    max-width: 15ch;
  }
  .hero-sub{
    margin-top: 22px;
    font-size: 1.08rem;
    color: #ddd;
    max-width: 46ch;
    font-weight: 400;
  }
  .hero-actions{
    margin-top: 34px;
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
  }
  .btn-primary{
    display: inline-block;
    background: var(--gold);
    color: var(--ink-black);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.2s ease, transform 0.2s ease;
  }
  .btn-primary:hover{
    background: #ddb96e;
    transform: translateY(-1px);
  }
  .hero-note{
    font-size: 0.85rem;
    color: #aaa
  }

  /* ---------- SECTION SHARED ---------- */
  section{
    padding: 120px 0;
    position: relative;
  }
  .section-label{
    font-size: 0.82rem;
    color: var(--gold-dim);
    margin-bottom: 18px;
  }
  .section-head{
    max-width: 640px;
    margin-bottom: 56px;
  }
  .section-head h2{
    font-size: clamp(1.8rem, 3.4vw, 2.6rem);
    color: var(--parchment);
    line-height: 1.12;
  }
  .section-head p{
    margin-top: 18px;
    color: var(--steel);
    font-size: 1.02rem;
    max-width: 56ch;
  }

  /* ---------- PITCH ---------- */
  .pitch{
    border-top: 1px solid rgba(232,226,211,0.08);
  }
  .pitch-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
  }
  .pitch-item{
    padding-top: 22px;
    border-top: 1px solid rgba(201,168,96,0.4);
  }
  .pitch-item h3{
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--parchment);
    margin-bottom: 10px;
  }
  .pitch-item p{
    color: var(--steel);
    font-size: 0.95rem;
  }

  /* ---------- ISLES ---------- */
  .isles{
    border-top: 1px solid rgba(232,226,211,0.08);
  }
  .isle-row{
    display: grid;
    grid-template-columns: 160px 1fr 220px;
    align-items: baseline;
    gap: 24px;
    padding: 26px 0;
    border-top: 1px solid rgba(232,226,211,0.12);
  }
  .isles .section-head{
    max-width: 100%;
    display: flex;
    align-items: center;
  }
  .isle-head-content, .isle-head-cards {
    width: 50%;
  }
  .isle-head-cards {
    display: flex;
  }
  .isle-head-cards img {
    width: 200px;
    position: relative;
    z-index: 1;
    transition: linear .15s;
  }
  .isle-head-cards img:hover {
    z-index: 2;
  }
  .tr-card {
    transform: translateX(-75px);
  }
  .rf-card {
    transform: translateX(-150px);
  }
  .sr-card {
    transform: translateX(-225px);
  }
  .isle-row:last-child{
    border-bottom: 1px solid rgba(232,226,211,0.12);
  }
  .isle-mark{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: -1px;
  }
  .isle-name{
    font-family: 'Fraunces', serif;
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--parchment);
    display: flex;
    align-items: center;
  }
  .isle-desc{
    color: var(--steel);
    font-size: 0.95rem;
    max-width: 52ch;
  }
  .isle-tag{
    color: var(--gold-dim);
    font-size: 0.82rem;
    text-align: right;
  }
  .m-cindermarch{ background: var(--cindermarch); box-shadow: 0 0 10px rgba(217,122,63,0.6); }
  .m-tidereach{ background: var(--tidereach); box-shadow: 0 0 10px rgba(79,176,168,0.6); }
  .m-rootfall{ background: var(--rootfall); box-shadow: 0 0 10px rgba(111,220,140,0.6); }
  .m-skyrend{ background: var(--skyrend); box-shadow: 0 0 10px rgba(163,137,212,0.6); }

  /* ---------- LOOP / IMAGE SECTION ---------- */
  .loop{
    display: flex;
    gap: 64px;
    align-items: center;
    justify-content: center;
  }
  .loop-img{
    width: 50%;
    border-radius: 3px;
    display: block;
    filter: saturate(0.95);
  }
  .loop-steps{
    display: flex;
    flex-direction: column;
    gap: 26px;
  }
  .loop-step{
    padding-left: 20px;
    border-left: 2px solid rgba(201,168,96,0.5);
  }
  .loop-step h3{
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--parchment);
    margin-bottom: 6px;
  }
  .loop-step p{
    color: var(--steel);
    font-size: 0.94rem;
  }

  /* ---------- CTA / CAMP ---------- */
  .camp{
    position: relative;
    padding: 0;
    height: 640px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .camp-img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 60% 50%;
  }
  .camp-scrim{
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(13,16,23,0.94) 0%, rgba(13,16,23,0.72) 38%, rgba(13,16,23,0.25) 68%, rgba(13,16,23,0.15) 100%);
  }
  .camp-content{
    position: relative;
    z-index: 2;
    max-width: 460px;
    padding: 0 40px;
    margin: 0 auto;
    margin-left: max(40px, calc((100vw - 1120px) / 2));
  }
  .camp-content h2{
    font-size: clamp(1.9rem, 3.4vw, 2.5rem);
    color: var(--parchment);
    line-height: 1.1;
  }
  .camp-content p{
    margin-top: 18px;
    color: rgba(232,226,211,0.75);
    font-size: 1.02rem;
    max-width: 40ch;
  }
  .camp-content .btn-primary{
    margin-top: 30px;
  }

  /* ---------- FOOTER ---------- */
  footer{
    padding: 56px 0;
    border-top: 1px solid rgba(232,226,211,0.08);
  }
  .footer-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
  }
  .footer-mark img{
    width: 150px;
  }
  .footer-note{
    color: var(--steel);
    font-size: 0.85rem;
  }

  /* ---------- RESPONSIVE ---------- */
  @media (max-width: 860px){
    .pitch-grid{ grid-template-columns: 1fr; gap: 32px; }
    .isle-row{ grid-template-columns: 1fr; gap: 8px; }
    .isle-tag{ text-align: left; }
    .loop{ grid-template-columns: 1fr; gap: 32px; }
    .camp{ height: auto; padding: 100px 0; }
    .camp-content{ margin-left: auto; max-width: 90%; }
    section{ padding: 80px 0; }
    nav{ padding: 15px; }
    .wrap{ padding: 0 20px; }
    .hero-content{ padding: 0 20px 56px; }
    .isles .section-head {
        flex-wrap: wrap;
        width: 100%;
    }
    .hero {
        height: 100%;
        padding: 75px 15px 25px;
    }
    .hero h1 {
        font-size: 32px;
    }
    .hero-content {
        padding: 0;
    }
    .isle-head-content, .isle-head-cards {
        width: 100%;
    }
    .isle-head-cards {
        margin-top: 20px;
        overflow: hidden;
    }
    .isle-head-cards img {
        width: 140px;
    }
    .loop {
        padding-top: 0;
    }
    .loop .loop {
        flex-wrap: wrap;
    }
    .loop-img {
        width: 100%;
    }
    .camp {
        padding: 50px 0;
    }
    .camp-img {
        object-position: 15% 50%;
    }
    .camp-content{
        max-width: 100%;
    }
    .nav-mark img {
        width: 125px;
    }
  }
