:root {
  --pine: #15251a;
  --pine-soft: #4f6254;
  --cedar: #8f3423;
  --cedar-dark: #5b2118;
  --neon: #f0642b;
  --arcade: #24a6a8;
  --sunset: #f2c14e;
  --sand: #f1ece3;
  --cream: #faf6ed;
  --paper: #fffaf1;
  --line: #d8cdbc;
  --gold: #b88a53;
  --ink: #111912;
  --shadow: 0 28px 70px rgba(36, 27, 18, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--sand);
  color: var(--ink);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  inset: 18px 18px auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 250, 241, 0.55);
  background: rgba(250, 246, 237, 0.82);
  box-shadow: 0 16px 50px rgba(12, 18, 13, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  width: 154px;
  min-height: 76px;
  padding: 12px 18px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pine);
  border-radius: 999px;
  color: var(--pine);
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.12;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.top-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 54px);
  color: var(--pine);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.top-nav a,
.header-cta {
  text-decoration: none;
}

.header-cta {
  border: 1px solid var(--pine);
  padding: 13px 20px;
  color: var(--pine);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 150px 5vw 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 640px);
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(13, 25, 15, 0.82), rgba(13, 25, 15, 0.34) 46%, rgba(13, 25, 15, 0.12));
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
}

.hero-panel {
  max-width: 920px;
  color: var(--paper);
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.hero h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.hero h1 {
  max-width: 860px;
  font-size: clamp(50px, 7.4vw, 110px);
}

.hero-copy {
  max-width: 620px;
  margin: 34px 0 0;
  color: rgba(255, 250, 241, 0.82);
  font-size: clamp(18px, 2vw, 24px);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid currentColor;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--pine);
  color: var(--cream);
}

.button.secondary {
  color: var(--cream);
}

.hero-note {
  justify-self: end;
  width: min(100%, 350px);
  padding: 26px;
  border: 1px solid rgba(255, 250, 241, 0.4);
  background: rgba(250, 246, 237, 0.12);
  color: var(--paper);
  backdrop-filter: blur(12px);
}

.hero-note span {
  display: block;
  color: rgba(255, 250, 241, 0.68);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-note strong {
  display: block;
  margin-top: 8px;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 400;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
  background: var(--cream);
}

.stats div {
  min-height: 170px;
  padding: 34px;
  border-right: 1px solid var(--line);
}

.stats div:last-child {
  border-right: 0;
}

.stats span {
  display: block;
  color: var(--cedar);
  font-family: Georgia, serif;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1;
}

.stats p {
  margin: 12px 0 0;
  color: var(--pine-soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.split-section,
.setting-section,
.inquiry {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(320px, 1fr);
  gap: clamp(40px, 8vw, 120px);
  padding: clamp(76px, 10vw, 150px) 6vw;
}

h2 {
  color: var(--pine);
  font-size: clamp(44px, 6vw, 92px);
}

.section-text {
  color: var(--pine-soft);
  font-size: clamp(19px, 2vw, 28px);
}

.section-text p {
  margin: 0;
}

.section-text p + p {
  margin-top: 28px;
}

.gallery-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 26px;
  padding: 0 6vw clamp(76px, 10vw, 150px);
}

.feature-card,
.feature-stack article,
.room-grid article,
.setting-copy,
.inquiry {
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.feature-card {
  display: grid;
  grid-template-rows: minmax(420px, 1fr) auto;
}

.feature-card img,
.feature-stack img,
.room-grid img,
.setting-image img,
.image-strip img {
  height: 100%;
  object-fit: cover;
}

.feature-card div {
  padding: clamp(28px, 4vw, 58px);
}

h3 {
  margin: 0;
  color: var(--pine);
  font-family: Georgia, serif;
  font-size: clamp(28px, 3vw, 50px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.feature-stack {
  display: grid;
  gap: 26px;
}

.feature-stack article {
  display: grid;
  grid-template-columns: 42% 1fr;
  min-height: 260px;
}

.feature-stack article h3,
.feature-stack article p {
  grid-column: 2;
  padding-inline: 28px;
}

.feature-stack article h3 {
  align-self: end;
  padding-top: 28px;
  font-size: 30px;
}

.feature-stack article p {
  margin: 12px 0 0;
  padding-bottom: 28px;
  color: var(--pine-soft);
  font-size: 17px;
}

.feature-stack article img {
  grid-row: 1 / span 2;
}

.editorial-band,
.retro-section {
  margin: 0 6vw;
  padding: clamp(58px, 8vw, 110px);
  background:
    radial-gradient(circle at 16% 18%, rgba(240, 100, 43, 0.28), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(36, 166, 168, 0.24), transparent 26%),
    linear-gradient(135deg, var(--cedar-dark), #161016 58%, var(--pine));
  color: var(--cream);
}

.editorial-band h2,
.retro-section h2 {
  max-width: 980px;
  color: var(--cream);
}

.editorial-band p:last-child,
.retro-copy p {
  max-width: 780px;
  margin: 34px 0 0;
  color: rgba(250, 246, 237, 0.78);
  font-size: clamp(18px, 2vw, 24px);
}

.retro-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(340px, 1fr);
  gap: clamp(30px, 5vw, 70px);
  margin-top: 24px;
  overflow: hidden;
}

.retro-section::before {
  content: "PLAY AGAIN  *  BE KIND REWIND  *  HIGH SCORE  *  SIDE B";
  position: absolute;
  inset: auto 0 0;
  padding: 12px 0;
  border-top: 1px solid rgba(250, 246, 237, 0.18);
  color: rgba(250, 246, 237, 0.36);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-align: center;
  white-space: nowrap;
}

.retro-grid {
  display: grid;
  gap: 16px;
}

.retro-grid article {
  padding: 28px;
  border: 1px solid rgba(250, 246, 237, 0.22);
  background: rgba(250, 246, 237, 0.08);
  box-shadow: 12px 12px 0 rgba(36, 166, 168, 0.16);
}

.retro-grid span {
  color: var(--sunset);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.26em;
}

.retro-grid h3 {
  margin-top: 12px;
  color: var(--cream);
  font-size: clamp(28px, 3vw, 40px);
}

.retro-grid p {
  margin: 14px 0 0;
  color: rgba(250, 246, 237, 0.76);
  font-size: 17px;
}

.concept-board {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, minmax(220px, 1fr));
  gap: 18px;
  padding: clamp(76px, 10vw, 150px) 6vw 0;
}

.concept-card {
  min-height: 360px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(21, 37, 26, 0.2);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.headline-card {
  background: var(--pine);
}

.headline-card h2 {
  color: var(--cream);
  font-size: clamp(44px, 5vw, 74px);
}

.concept-card span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--cedar);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.concept-card h3 {
  font-size: clamp(30px, 3vw, 44px);
}

.arcade-card,
.tape-card,
.board-card {
  position: relative;
  overflow: hidden;
}

.arcade-card::before,
.tape-card::before,
.board-card::before {
  content: "";
  position: absolute;
  inset: auto 28px 28px auto;
  width: 118px;
  height: 118px;
  opacity: 0.82;
}

.arcade-card::before {
  border: 16px solid var(--arcade);
  border-radius: 50%;
  box-shadow: -42px -18px 0 -12px var(--neon), -84px 22px 0 -20px var(--sunset);
}

.tape-card::before {
  border: 13px solid var(--pine);
  border-radius: 14px;
  box-shadow: inset 24px 24px 0 -14px var(--neon), inset -24px -24px 0 -14px var(--arcade);
  transform: rotate(-7deg);
}

.board-card::before {
  background:
    linear-gradient(90deg, var(--sunset) 0 33%, var(--arcade) 33% 66%, var(--neon) 66%),
    var(--gold);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: clamp(76px, 10vw, 150px) 6vw;
}

.room-grid article {
  min-height: 560px;
}

.room-grid img {
  height: 300px;
}

.room-grid article p,
.room-grid article h3 {
  padding-inline: 26px;
}

.room-grid article p {
  margin-top: 26px;
}

.room-grid article h3 {
  padding-bottom: 32px;
  font-size: clamp(30px, 3vw, 42px);
}

.setting-section {
  align-items: stretch;
  padding-top: 0;
}

.setting-image {
  min-height: 620px;
}

.setting-copy {
  padding: clamp(38px, 5vw, 76px);
}

.setting-copy p:not(.eyebrow),
.setting-copy li,
.inquiry p {
  color: var(--pine-soft);
  font-size: clamp(18px, 2vw, 23px);
}

.setting-copy ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.setting-copy li {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.image-strip {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 18px;
  padding: 0 6vw clamp(76px, 10vw, 150px);
}

.image-strip img {
  height: clamp(280px, 34vw, 520px);
}

.inquiry {
  align-items: center;
  margin: 0 6vw clamp(76px, 10vw, 150px);
}

.inquiry p {
  max-width: 760px;
}

.inquiry .button {
  justify-self: end;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 34px 6vw;
  border-top: 1px solid var(--line);
  color: var(--pine-soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
  color: var(--pine);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .top-nav {
    display: none;
  }

  .header-cta {
    justify-self: end;
  }

  .hero,
  .split-section,
  .gallery-feature,
  .setting-section,
  .inquiry,
  .retro-section {
    grid-template-columns: 1fr;
  }

  .hero-note,
  .inquiry .button {
    justify-self: start;
  }

  .stats,
  .room-grid,
  .image-strip,
  .concept-board {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    inset: 10px 10px auto;
    padding: 10px;
    gap: 10px;
  }

  .brand {
    width: 124px;
    min-height: 58px;
    padding: 8px 14px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding: 120px 20px 50px;
  }

  .hero h1 {
    max-width: 330px;
    font-size: clamp(34px, 10.5vw, 42px);
    overflow-wrap: break-word;
  }

  .hero-copy {
    max-width: 330px;
  }

  .hero-actions,
  .site-footer {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .stats,
  .room-grid,
  .image-strip,
  .concept-board,
  .feature-stack article {
    grid-template-columns: 1fr;
  }

  .concept-card {
    min-height: 300px;
  }

  .stats div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature-stack article img,
  .feature-stack article h3,
  .feature-stack article p {
    grid-column: auto;
    grid-row: auto;
  }

  .feature-stack article img,
  .room-grid img {
    height: 260px;
  }
}
