@font-face {
  font-family: "Museo Sans";
  src: url("assets/font/MuseoSans_300.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("assets/font/MuseoSans_500.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("assets/font/MuseoSans_700.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans";
  src: url("assets/font/MuseoSans_900.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #17130f;
  --ink-soft: #211d18;
  --muted: #73746d;
  --paper: #f7f8f2;
  --paper-bright: #fbfcf7;
  --soft: #e9ede3;
  --line: rgba(23, 19, 15, 0.16);
  --green: #78d64b;
  --green-dark: #5ebf32;
  --green-soft: #c9f3b3;
  --radius-lg: clamp(28px, 3.2vw, 52px);
  --content: min(1200px, calc(100vw - 8vw));
  --body-copy-size: clamp(16px, 1.45vw, 20px);
  --ease: cubic-bezier(.2, .72, .2, 1);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ink);
  font-family: "Museo Sans", Arial, sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 12px 18px;
  color: var(--paper);
  background: var(--ink);
  border-radius: 999px;
  transform: translateY(-160%);
}

.skip-link:focus { transform: none; }
.content-width { width: var(--content); margin-inline: auto; }
.section { padding-block: clamp(88px, 11vw, 168px); }

.eyebrow {
  margin: 0 0 22px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow.light { color: rgba(255, 255, 255, .68); }

.site-header {
  position: absolute;
  z-index: 30;
  top: 22px;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 85vw;
  min-height: 64px;
  padding: 8px 9px 8px 24px;
  color: var(--ink);
  background: rgba(248, 249, 244, .92);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .12);
  backdrop-filter: blur(16px);
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 142px;
  line-height: 0;
}

.brand img { width: 100%; height: auto; }

.primary-nav {
  display: flex;
  justify-self: end;
  margin-right: clamp(28px, 3vw, 48px);
  gap: clamp(22px, 2.7vw, 44px);
}

.primary-nav a {
  position: relative;
  padding: 10px 0 9px;
  font-size: 12px;
  font-weight: 500;
  transition: opacity .25s var(--ease);
}

.primary-nav a:hover,
.primary-nav a:focus-visible { opacity: .62; }
.primary-nav a.active { font-weight: 700; }
.primary-nav a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

.header-cta {
  display: inline-flex;
  align-items: center;
  padding: 15px 22px;
  color: var(--paper);
  background: var(--ink);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  transition: color .25s, background .25s;
}

.header-cta:hover { color: var(--ink); background: var(--green); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  display: flex;
  height: min(943px, 115svh);
  min-height: 805px;
  overflow: hidden;
  isolation: isolate;
  color: white;
  background:
    radial-gradient(circle at 76% 54%, rgba(120, 214, 75, .18), transparent 31%),
    radial-gradient(circle at 87% 16%, rgba(120, 214, 75, .1), transparent 22%),
    #171a15;
}

.hero-visual,
.hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-visual {
  overflow: hidden;
  background: #0c5f4a;
}

.hero-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-art {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 72% center;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 10, 8, .9) 0%, rgba(9, 10, 8, .7) 43%, rgba(9, 10, 8, .13) 78%),
    linear-gradient(0deg, rgba(9, 10, 8, .5), transparent 48%);
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 85vw;
  max-width: none;
  padding-top: 110px;
  padding-bottom: 70px;
}

.hero-content > .eyebrow {
  align-self: flex-start;
  margin-left: 0;
  text-align: left;
}

.hero h1 {
  max-width: 1120px;
  margin: 0;
  font-size: clamp(28px, 8.6vw, 102px);
  font-weight: 500;
  letter-spacing: -.058em;
  line-height: .92;
}

.hero-title-line { display: block; white-space: nowrap; }
.hero-title-accent { color: var(--green); }
.hero h1 i { color: white; font-style: normal; }

.hero-copy {
  max-width: 620px;
  margin: 42px 0 34px;
  font-size: var(--body-copy-size);
  letter-spacing: .025em;
  line-height: 1.6;
}

.text-link {
  display: inline-flex;
  align-items: center;
  padding-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: opacity .25s, transform .25s var(--ease);
}

.hero .text-link {
  transition: color .25s, opacity .8s var(--ease), transform .8s var(--ease);
}

.hero .text-link:hover {
  color: var(--green);
}

.text-link:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

.main-sheet {
  position: relative;
  z-index: 2;
  margin-top: -34px;
  overflow: hidden;
  background: var(--paper);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.section-heading.centered {
  max-width: 890px;
  margin: 0 auto clamp(70px, 8vw, 112px);
  text-align: center;
}

.section-heading h2 {
  margin: 0 auto 24px;
  font-size: clamp(35px, 4.4vw, 66px);
  font-weight: 300;
  letter-spacing: -.055em;
  line-height: 1.02;
}

.section-heading > p:last-child {
  max-width: 560px;
  margin: 0 auto;
  color: var(--muted);
  font-size: var(--body-copy-size);
  letter-spacing: .02em;
  line-height: 1.6;
}

.intro-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  isolation: isolate;
  background: var(--green);
  border-radius: clamp(24px, 3vw, 44px);
  line-height: 0;
}

.intro-video video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--green);
  object-fit: cover;
}

.video-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: none;
  place-items: center;
  width: clamp(78px, 8vw, 112px);
  aspect-ratio: 1.47 / 1;
  padding: 0;
  color: var(--ink);
  background: var(--green);
  border: 0;
  border-radius: clamp(16px, 1.5vw, 23px);
  box-shadow: 0 16px 42px rgba(23, 19, 15, .28);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: opacity .25s, visibility .25s, background .25s, transform .25s var(--ease);
}

.intro-video.is-enhanced .video-play { display: grid; }
.video-play:hover { background: var(--green-dark); transform: translate(-50%, -50%) scale(1.05); }
.video-play:focus-visible { outline: 3px solid var(--paper-bright); outline-offset: 5px; }

.video-play span {
  display: block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 23px solid var(--paper-bright);
}

.intro-video.is-playing .video-play {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.86);
}

.approach {
  display: grid;
  grid-template-columns: 1.14fr .86fr;
  align-items: stretch;
  width: 85vw;
  gap: clamp(55px, 9vw, 140px);
  padding-top: 40px;
}

.approach-copy { grid-column: 2; min-height: 0; padding-right: clamp(0px, 3vw, 42px); }

.approach h2,
.solutions h2,
.news h2,
.closing-cta h2 {
  margin: 0;
  font-size: clamp(55px, 7vw, 104px);
  font-weight: 300;
  letter-spacing: -.068em;
  line-height: .86;
}

.approach h2 { max-width: none; font-size: clamp(36px, 3.5vw, 50px); line-height: .94; }
.approach-title-line { display: block; color: inherit; white-space: nowrap; }
.approach-title-dot { color: var(--green-dark); font-style: normal; }

.approach .lead { max-width: 480px; margin: 30px 0 38px; color: var(--muted); font-size: var(--body-copy-size); letter-spacing: .025em; line-height: 1.6; }
.process-list { border-top: 1px solid var(--line); }
.process-list details { border-bottom: 1px solid var(--line); }
.process-list summary { display: grid; grid-template-columns: 42px 1fr 18px; align-items: center; min-height: 59px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 500; }
.process-list summary::-webkit-details-marker { display: none; }
.process-list summary span { color: var(--muted); font-size: 9px; letter-spacing: .08em; }
.process-list summary .accordion-symbol { color: var(--ink); font-size: 19px; font-weight: 300; line-height: 1; text-align: center; }
.details-body { height: auto; overflow: hidden; }
.details-body p { max-width: 410px; margin: 0 24px 0 42px; padding-bottom: 18px; color: var(--muted); font-size: var(--body-copy-size); letter-spacing: .025em; line-height: 1.55; }

.approach-visual {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  align-self: stretch;
  width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #dce7d4;
}

.approach-visual img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

#approach-title,
#promo-title,
#news-title { transform: translateX(-5px); }

.promo-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; color: var(--paper); background: #080808; }
.promo-image { position: relative; overflow: hidden; background: #2b3028; }
.promo-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(13, 14, 12, .34), transparent 52%); }
.promo-image img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.02); }
.promo-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 7vw, 110px); }
.promo-copy-inner { width: min(100%, 570px); margin-inline: auto; }
.promo-copy h2 { max-width: 570px; margin: 0; font-size: clamp(32px, 3.5vw, 54px); font-weight: 300; letter-spacing: -.06em; line-height: .92; white-space: nowrap; }
.promo-copy h2 span { color: var(--green); }
.promo-copy .eyebrow { color: rgba(255, 255, 255, .7); }
.promo-copy-inner > p:not(.eyebrow) { max-width: 560px; margin: 30px 0 35px; color: rgba(255, 255, 255, .58); font-size: var(--body-copy-size); letter-spacing: .025em; line-height: 1.6; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-width: 158px; padding: 15px 20px; border: 1px solid transparent; border-radius: 999px; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color .25s, background .25s, transform .25s var(--ease); }
.promo-band .button-light { color: var(--paper); background: rgba(255, 255, 255, .12); }
.promo-band .button-light:hover { color: var(--ink); background: var(--paper); border-color: transparent; }
.promo-band .button-dark { color: var(--ink); background: var(--green); }
.promo-band .button-dark:hover { color: var(--ink); background: var(--paper); border-color: transparent; }
.promo-band .button:hover { transform: translateY(-2px); }
.promo-band .button:focus-visible { outline: 2px solid var(--paper); outline-offset: 3px; }

.solutions { overflow: hidden; background: var(--paper-bright); }
.section-heading.centered.solutions-heading { width: 95vw; max-width: none; text-align: center; }
.tera-play-logo {
  display: block;
  width: 280px;
  max-width: calc(100vw - 48px);
  height: auto;
  margin: 0 auto clamp(15px, 1.6vw, 23px);
  image-rendering: auto;
}
.solutions-heading h2 { max-width: 890px; margin-inline: auto; font-size: clamp(48px, 5.2vw, 78px); line-height: .98; }
.solutions-heading h2 span { color: var(--green-dark); }
.solutions-heading > p:last-child { max-width: 560px; margin: 34px auto 0; color: var(--muted); font-size: var(--body-copy-size); letter-spacing: .025em; line-height: 1.65; }

.game-marquee {
  --marquee-gap: clamp(12px, 1.2vw, 18px);
  --marquee-card: clamp(300px, 31vw, 500px);
  --marquee-duration: 52.5s;
  width: 100%;
}

.game-marquee-row {
  --marquee-feather: clamp(30px, 8vw, 120px);
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 var(--marquee-feather), #000 calc(100% - var(--marquee-feather)), transparent);
  mask-image: linear-gradient(90deg, transparent, #000 var(--marquee-feather), #000 calc(100% - var(--marquee-feather)), transparent);
}

.game-marquee-row + .game-marquee-row { margin-top: var(--marquee-gap); }

.game-marquee-track {
  display: flex;
  width: max-content;
}

.game-marquee.is-ready .game-marquee-track {
  animation: game-marquee-scroll var(--marquee-duration) linear infinite;
  animation-delay: var(--marquee-delay, 0s);
  animation-play-state: paused;
}

.game-marquee.is-ready.is-visible .game-marquee-track {
  animation-play-state: running;
  will-change: transform;
}

.game-marquee-row[data-direction="right"] .game-marquee-track { animation-direction: reverse; }

.game-marquee-group {
  display: flex;
  flex: none;
  margin: 0;
  padding: 0 var(--marquee-gap) 0 0;
  gap: var(--marquee-gap);
  list-style: none;
}

.game-marquee-group li {
  flex: none;
  width: var(--marquee-card);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--soft);
  border: 1px solid rgba(23, 19, 15, .1);
  border-radius: clamp(16px, 1.7vw, 26px);
}

.game-marquee-group img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes game-marquee-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.game-marquee-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: clamp(34px, 4vw, 60px);
  text-align: center;
}

.game-marquee-cta p {
  max-width: 650px;
  margin: 0 0 30px;
  color: var(--muted);
  font-size: var(--body-copy-size);
  letter-spacing: .02em;
  line-height: 1.6;
}

.tera-play-inline-logo {
  display: inline-block;
  width: auto;
  height: 1.55em;
  margin-inline: .16em;
  vertical-align: -.43em;
  image-rendering: auto;
}

.tera-play-cta {
  min-width: 236px;
  color: var(--ink);
  background: var(--green);
  border-color: transparent;
}

.tera-play-cta:hover { color: var(--paper); background: var(--ink); border-color: transparent; }
.tera-play-cta:focus-visible { outline: 3px solid rgba(94, 191, 50, .35); outline-offset: 3px; }

.news {
  color: var(--paper);
  background: #080808;
}

.news-showcase {
  display: grid;
  width: max(80vw, var(--content));
  grid-template-columns: repeat(14, minmax(0, 1fr));
  grid-template-rows: minmax(230px, auto) minmax(420px, 1fr);
  gap: 12px;
}

.news-intro {
  grid-column: 1 / 9;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 230px;
  padding: 0 clamp(24px, 4vw, 64px) 26px 0;
}

.news-intro .eyebrow { margin-bottom: 16px; }
.news h2 { max-width: 660px; font-size: clamp(54px, 5.7vw, 84px); }
.news h2 span { color: var(--green); }

.news-intro-footer {
  display: grid;
  grid-template-columns: minmax(0, 500px) max-content;
  align-items: center;
  justify-content: start;
  margin-top: 32px;
  gap: clamp(14px, 1.2vw, 20px);
}

.news-intro-footer p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: var(--body-copy-size);
  letter-spacing: .025em;
  line-height: 1.6;
}

.news-all-link {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: var(--ink);
  background: var(--green);
  border: 1px solid transparent;
  border-radius: 50%;
  transition: color .25s, background .25s;
}

.news-all-link:focus-visible { color: var(--paper); background: transparent; }

.news-all-link:focus-visible { outline: 2px solid var(--paper); outline-offset: 4px; }

.news-all-icon {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .3s var(--ease);
}

.news-all-link:hover .news-all-icon,
.news-all-link:focus-visible .news-all-icon { transform: translateX(3px); }

.news-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
  background: #242621;
}

.news-card-feature { grid-column: 9 / -1; grid-row: 1 / 3; }
.news-card-krush { grid-column: 1 / 5; grid-row: 2; }
.news-card-wanita { grid-column: 5 / 9; grid-row: 2; height: calc(100% - 48px); margin-top: 48px; }
.news-card-rail { display: contents; }

.news-card > a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: inherit;
  color: inherit;
}

.news-card > a::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(10, 12, 9, .92) 0%, rgba(10, 12, 9, .56) 33%, rgba(10, 12, 9, .04) 70%);
  pointer-events: none;
}

.news-card-feature > a::after {
  background: linear-gradient(180deg, rgba(9, 11, 8, .84) 0%, rgba(9, 11, 8, .2) 48%, rgba(9, 11, 8, .78) 100%);
}

.news-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s var(--ease), filter .7s var(--ease);
}

.news-card-feature img { object-position: center 46%; }
.news-card-krush img { object-position: 63% 46%; }
.news-card-wanita img { object-position: center 42%; }

.news-card-placeholder {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #18221a;
  transition: filter .7s var(--ease), transform .7s var(--ease);
}

.news-card-placeholder::before,
.news-card-placeholder::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.news-card-placeholder::before {
  top: -22%;
  right: -18%;
  width: 78%;
  aspect-ratio: 1;
  border: clamp(28px, 4.5vw, 58px) solid rgba(120, 214, 75, .78);
  border-radius: 50%;
}

.news-card-placeholder::after {
  right: -12%;
  bottom: -28%;
  width: 92%;
  aspect-ratio: 1;
  background: repeating-linear-gradient(135deg, transparent 0 22px, rgba(255, 255, 255, .09) 22px 24px);
  border: 1px solid rgba(255, 255, 255, .16);
  transform: rotate(18deg);
}

.news-card-placeholder span {
  position: absolute;
  z-index: 1;
  top: clamp(22px, 2.6vw, 36px);
  left: clamp(22px, 2.6vw, 36px);
  padding: 8px 12px;
  color: rgba(255, 255, 255, .78);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.news-card-placeholder-seedlab {
  background: linear-gradient(145deg, #162419, #335a27 58%, #8bdc59);
}

.news-card-placeholder-wanita {
  background: linear-gradient(145deg, #251f19, #5b4632 56%, #a3d779);
}

.news-card:hover img,
.news-card:focus-within img,
.news-card:hover .news-card-placeholder,
.news-card:focus-within .news-card-placeholder {
  filter: saturate(1.06);
  transform: scale(1.035);
}

.news-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: clamp(22px, 2.6vw, 38px);
}

.news-card-feature .news-card-content { justify-content: flex-start; padding: clamp(28px, 3.3vw, 48px); }

.news-card-meta {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 14px;
  gap: 8px 14px;
  color: rgba(255, 255, 255, .76);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.news-card-meta > * + *::before { margin-right: 14px; color: var(--green); content: "•"; }

.news-card h3 {
  margin: 0;
  font-size: clamp(20px, 1.75vw, 27px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.16;
  text-wrap: balance;
}

.news-card h3 span { color: var(--green); }
.news-card-feature h3 { max-width: 520px; font-size: clamp(28px, 2.6vw, 40px); font-weight: 300; line-height: 1.06; }

.news-card-action {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  padding: 13px 17px;
  gap: 24px;
  color: var(--ink);
  background: var(--paper);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.news-card-action span { color: var(--green-dark); font-size: 18px; font-weight: 300; }

.closing-cta { position: relative; display: grid; place-items: center; min-height: min(820px, 90svh); overflow: hidden; padding-inline: 4vw; text-align: center; background: var(--green); }
.closing-content { position: relative; z-index: 2; }
.closing-cta h2 { max-width: 1200px; font-size: clamp(64px, 8vw, 116px); line-height: .88; }
.closing-cta h2 span { color: var(--paper); }
.closing-link { display: inline-flex; align-items: center; justify-content: center; min-width: 190px; margin: 45px auto 0; padding: 16px 24px; color: white; background: var(--ink); border: 1px solid transparent; border-radius: 2px; font-size: 10px; font-weight: 700; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; transition: color .3s, background .3s, transform .3s var(--ease); }
.closing-link:hover { color: var(--ink); background: var(--paper); border-color: transparent; transform: translateY(-2px); }
.closing-link:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }

.closing-pattern { position: absolute; inset: 0; opacity: .2; }
.closing-pattern::before,
.closing-pattern::after,
.closing-pattern i { position: absolute; display: block; content: ""; border: 1px solid var(--ink); border-radius: 50%; }
.closing-pattern::before { top: -32vw; left: -16vw; width: 70vw; height: 70vw; }
.closing-pattern::after { right: -25vw; bottom: -37vw; width: 80vw; height: 80vw; }
.closing-pattern i:nth-child(1) { top: 18%; right: 13%; width: 12px; height: 12px; background: var(--ink); border-width: 0; box-shadow: 0 0 0 12px rgba(23, 19, 15, .18); }
.closing-pattern i:nth-child(2) { bottom: 17%; left: 15%; width: 18px; height: 18px; background: var(--paper); border-width: 0; box-shadow: 0 0 0 14px rgba(255, 255, 255, .18); }
.closing-pattern i:nth-child(3) { top: 25%; left: 17%; width: 140px; height: 140px; }
.closing-pattern i:nth-child(4) { right: 19%; bottom: 21%; width: 220px; height: 220px; }

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 0;
  color: var(--paper);
  background: #0e0e0d;
  border-top: 1px solid rgba(120, 214, 75, .48);
}

.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(250px, .62fr) minmax(0, 1.38fr);
  align-items: start;
  width: min(1280px, 90vw);
  margin-inline: auto;
  padding: 76px 0 72px;
  gap: clamp(70px, 9vw, 140px);
}

.footer-identity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: center;
  max-width: 420px;
  text-align: left;
}
.footer-brand { display: inline-block; width: max-content; line-height: 0; }
.footer-logo { display: block; width: clamp(190px, 17vw, 240px); height: auto; }

.footer-address {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 32px;
  align-items: flex-start;
  color: rgba(255, 255, 255, .56);
  font-size: 13px;
  font-style: normal;
  letter-spacing: .015em;
  line-height: 1.65;
}

.footer-address p {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  align-items: start;
  justify-content: start;
  margin: 0;
  gap: 12px;
}

.footer-address p > span { text-align: left; }

.footer-icon {
  width: 15px;
  height: 15px;
  margin-top: 3px;
  overflow: visible;
  fill: none;
  stroke: var(--green);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.footer-address a {
  width: max-content;
  transition: color .25s;
}

.footer-address a:hover,
.footer-address a:focus-visible { color: var(--green); }
.footer-address a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

.footer-directory {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-self: start;
  width: 100%;
  padding-top: 0;
  gap: clamp(32px, 4vw, 58px);
  text-align: left;
}

.footer-group h3 {
  margin: 0 0 27px;
  color: var(--paper);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-group ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  gap: 18px;
  list-style: none;
}

.footer-group li {
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
  letter-spacing: .02em;
  line-height: 1.45;
}

.footer-group a {
  display: inline-block;
  transition: color .25s, transform .25s var(--ease);
}

.footer-group a:hover,
.footer-group a:focus-visible { color: var(--green); transform: translateX(3px); }
.footer-link-muted { color: rgba(255, 255, 255, .27); }

.footer-bottom {
  position: relative;
  z-index: 1;
  color: rgba(23, 19, 15, .72);
  background: var(--green);
  border-top: 0;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1280px, 90vw);
  min-height: 58px;
  margin-inline: auto;
  gap: 26px;
  font-size: 9px;
  letter-spacing: .07em;
  line-height: 1.5;
  text-transform: uppercase;
}

.footer-bottom p {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
}

.cookie-settings {
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color .25s;
}

.cookie-settings:hover { color: var(--paper); }
.cookie-settings:focus-visible { color: var(--paper); outline: 2px solid currentColor; outline-offset: 4px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .primary-nav { gap: 22px; margin-right: 26px; }
  .brand { width: 126px; }
}

@media (max-width: 980px) {
  :root { --content: min(calc(100% - 48px), 760px); }
  .site-header { grid-template-columns: 1fr auto; }
  .header-cta { display: none; }
  .menu-toggle { z-index: 3; display: flex; align-items: center; gap: 12px; padding: 11px 16px; color: var(--paper); background: var(--ink); border: 0; border-radius: 999px; cursor: pointer; font-size: 11px; }
  .menu-toggle-icon { position: relative; display: block; width: 17px; height: 11px; }
  .menu-toggle-icon i { position: absolute; left: 0; width: 100%; height: 1px; background: currentColor; transition: top .3s, transform .3s; }
  .menu-toggle-icon i:first-child { top: 2px; }
  .menu-toggle-icon i:last-child { top: 8px; }
  .menu-open .menu-toggle-icon i:first-child { top: 5px; transform: rotate(45deg); }
  .menu-open .menu-toggle-icon i:last-child { top: 5px; transform: rotate(-45deg); }
  .primary-nav { position: absolute; z-index: 2; top: calc(100% + 9px); right: 0; left: 0; grid-column: 1 / -1; display: flex; flex-direction: column; align-items: flex-start; width: 100%; height: auto; margin-right: 0; padding: 38px; gap: 8px; color: var(--paper); background: rgba(14, 14, 13, .98); border: 1px solid rgba(255, 255, 255, .12); border-radius: 30px; box-shadow: 0 24px 55px rgba(0, 0, 0, .28); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px) scale(.985); transform-origin: top; transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s; }
  .primary-nav a { width: 100%; padding: 11px 0; font-size: clamp(28px, 7vw, 46px); font-weight: 300; letter-spacing: -.045em; }
  .menu-open .primary-nav { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .hero-art { object-position: 76% center; }
  .approach { grid-template-columns: 1fr; align-items: start; max-width: none; width: 85vw; gap: 70px; }
  .approach-copy { grid-column: auto; width: 100%; min-height: 0; margin-inline: auto; padding: 0; }
  .approach-visual { grid-column: auto; grid-row: auto; align-self: auto; height: auto; aspect-ratio: 1; overflow: hidden; }
  .promo-band { grid-template-columns: 1fr; }
  .promo-image, .promo-image img { min-height: 620px; }
  .promo-copy { min-height: 580px; }
  .solutions-heading > p:last-child { max-width: 560px; }
  .news-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; gap: 16px; }
  .news-intro { grid-column: 1 / -1; grid-row: auto; min-height: 0; padding: 0 0 46px; }
  .news-intro-footer { max-width: 680px; margin-top: 34px; }
  .news-card-feature { grid-column: 1 / -1; grid-row: auto; min-height: 640px; }
  .news-card-krush, .news-card-wanita { grid-column: auto; grid-row: auto; min-height: 390px; height: auto; margin-top: 0; }
  .footer-main { grid-template-columns: 1fr; padding-block: 70px; gap: 62px; }
  .footer-identity { align-self: start; max-width: 360px; }
  .footer-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(620px, 100%); gap: 52px 70px; }
}

@media (max-width: 640px) {
  :root { --content: calc(100% - 36px); --radius-lg: 28px; --body-copy-size: 15px; }
  .section { padding-block: 88px; }
  .site-header { top: 12px; width: 85vw; min-height: 54px; padding-left: 16px; }
  .brand { width: 112px; }
  .hero { height: auto; min-height: 874px; }
  .hero-visual { opacity: 1; }
  .hero-art { object-position: 78% top; }
  .hero-shade { background: linear-gradient(90deg, rgba(8, 9, 7, .84), rgba(8, 9, 7, .35)), linear-gradient(0deg, rgba(8, 9, 7, .62), transparent 60%); }
  .hero-content { justify-content: flex-end; width: calc(100% - 36px); padding-bottom: 92px; }
  .hero h1 { line-height: .9; letter-spacing: -.052em; }
  .hero-copy { max-width: 360px; margin: 32px 0; line-height: 1.6; }
  .main-sheet { margin-top: -28px; }
  .section-heading.centered { margin-bottom: 55px; }
  .section-heading h2 { font-size: 36px; }
  .approach h2 { font-size: clamp(30px, 8.4vw, 38px); }
  .solutions h2, .news h2 { font-size: 58px; }
  .approach-visual { height: auto; }
  .promo-image, .promo-image img { min-height: 480px; }
  .promo-copy { min-height: 0; padding: 76px 25px; }
  .promo-copy h2 { font-size: clamp(27px, 8.5vw, 34px); }
  .tera-play-logo { width: 200px; margin-bottom: 15px; }
  .game-marquee { --marquee-card: 78vw; --marquee-duration: 45s; }
  .game-marquee-cta { margin-top: 32px; }
  .news-showcase { grid-template-columns: 1fr; gap: 16px; }
  .news-intro { grid-column: 1; padding-bottom: 34px; }
  .news h2 { font-size: 58px; }
  .news-intro-footer { grid-template-columns: minmax(0, 1fr) max-content; margin-top: 28px; gap: 14px; }
  .news-all-link { width: 52px; height: 52px; }
  .news-all-icon { width: 21px; height: 21px; }
  .news-card-feature, .news-card-krush, .news-card-wanita { grid-column: 1; min-height: 0; height: auto; margin: 0; }
  .news-card-feature { aspect-ratio: 4 / 5; }
  .news-card-krush, .news-card-wanita { aspect-ratio: 4 / 3; }
  .news-card-feature h3 { font-size: clamp(29px, 8.2vw, 38px); }
  .news-card h3 { font-size: clamp(21px, 6.4vw, 27px); }
  .news-card-feature .news-card-content, .news-card-content { padding: 25px; }
  .closing-cta { min-height: 680px; }
  .closing-cta h2 { font-size: clamp(54px, 15vw, 78px); }
  .footer-main { width: calc(100% - 36px); padding-block: 62px; gap: 58px; }
  .footer-logo { width: 205px; }
  .footer-directory { grid-template-columns: 1fr; gap: 46px; }
  .footer-group h3 { margin-bottom: 23px; }
  .footer-group ul { gap: 16px; }
  .footer-bottom-inner { flex-direction: column; width: calc(100% - 36px); min-height: 0; padding: 22px 0; gap: 13px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .game-marquee-track { transform: none !important; animation: none !important; }
}
