
:root {
  --ink: #071713;
  --ink-soft: #17332b;
  --paper: #f3f0e8;
  --paper-deep: #e7e2d6;
  --lime: #b7f34a;
  --lime-strong: #8bd529;
  --teal: #0b4f46;
  --orange: #ff7b39;
  --line: rgba(7, 23, 19, 0.18);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }

.site-header {
  width: var(--shell);
  min-height: 106px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.brand { display: block; flex: none; text-decoration: none; }
.brand-logo { width: 140px; height: auto; }
.main-nav { display: flex; gap: 30px; font-size: 14px; font-weight: 700; }
.main-nav a { text-decoration: none; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }

.hero {
  min-height: 690px;
  padding: 76px 0 82px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 64px;
}
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--teal); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 900; }
.eyebrow span { width: 25px; height: 2px; background: var(--orange); }
.hero h1, .section-heading h2, .studio-section h2 { margin: 0; font-size: clamp(3.7rem, 7.2vw, 7.1rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; font-weight: 950; }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: #355149; font-size: clamp(1.08rem, 1.4vw, 1.28rem); line-height: 1.7; }
.hero-actions, .inline-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 2px solid var(--ink); text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 900; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover, .button:focus-visible { transform: translate(-3px,-3px); box-shadow: 5px 5px 0 var(--ink); }
.button-primary { background: var(--lime); }
.button-ghost { background: transparent; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: #567067; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.hero-meta span + span::before { content: "/"; margin-right: 18px; color: var(--orange); }

.hero-visual { position: relative; min-height: 540px; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 22px -22px -22px 22px; border: 2px solid var(--ink); z-index: -2; }
.hero-visual::after { content: ""; position: absolute; width: 120px; height: 120px; right: -36px; top: -28px; background: repeating-linear-gradient(135deg,var(--orange) 0 8px,transparent 8px 16px); clip-path: polygon(50% 0,61% 38%,100% 22%,71% 52%,100% 78%,61% 63%,50% 100%,40% 63%,0 78%,29% 52%,0 22%,40% 38%); z-index: -1; }
.hero-visual img { width: 100%; height: 540px; object-fit: cover; background: #0b3d35; border: 2px solid var(--ink); }
.hero-glow { position: absolute; inset: 10%; background: var(--lime); filter: blur(80px); opacity: .18; z-index: -1; }
.visual-badge { position: absolute; left: -24px; bottom: 28px; padding: 15px 18px; display: grid; gap: 2px; background: var(--ink); color: #fff; transform: rotate(-2deg); }
.visual-badge b { color: var(--lime); font-size: 18px; text-transform: uppercase; }
.visual-badge span { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }

.game-section { padding: 100px 0 120px; border-top: 1px solid var(--line); }
.section-heading { max-width: 920px; }
.section-heading h2 { font-size: clamp(3rem, 5.7vw, 6rem); }
.game-feature { margin-top: 70px; padding: 44px 0; display: grid; grid-template-columns: 120px 1fr .72fr; gap: 46px; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); }
.game-index { font-size: 64px; font-weight: 950; letter-spacing: -.06em; color: var(--orange); }
.game-kicker { margin: 0 0 12px; color: var(--teal); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 900; }
.game-copy h3 { margin: 0; font-size: clamp(3rem, 5vw, 5rem); letter-spacing: -.055em; line-height: .95; text-transform: uppercase; }
.game-copy > p:not(.game-kicker) { max-width: 660px; color: #3b574e; line-height: 1.75; font-size: 17px; }
.feature-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; }
.feature-list li { display: flex; align-items: center; gap: 12px; font-weight: 700; }
.feature-list li::before { content: ""; width: 9px; height: 9px; background: var(--lime-strong); border: 1px solid var(--ink); transform: rotate(45deg); }
.text-link { display: inline-flex; gap: 8px; align-items: center; text-decoration: none; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; border-bottom: 2px solid var(--orange); padding-bottom: 5px; }
.text-link span { transition: transform .16s ease; }
.text-link:hover span { transform: translateX(3px); }
.muted-link { border-color: var(--line); color: #567067; }
blockquote { margin: 0; align-self: end; padding: 28px; background: var(--teal); color: #fff; font-size: 21px; line-height: 1.4; font-weight: 800; transform: rotate(1deg); }
.quote-mark { display: block; color: var(--lime); font-size: 54px; line-height: .7; }

.support-section { padding: 110px 0; background: var(--ink); color: #fff; border-top: 2px solid var(--ink); }
.support-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.support-section .eyebrow { color: var(--lime); }
.support-copy h2 { margin: 0; font-size: clamp(3.2rem, 6vw, 6.2rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; font-weight: 950; }
.support-copy h2 em { color: var(--lime); font-style: normal; }
.support-copy > p:not(.eyebrow) { max-width: 680px; margin: 30px 0 0; color: #c4d5ce; font-size: 18px; line-height: 1.75; }
.support-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.support-points span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.25); color: #dbe9e3; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.support-card { padding: 44px; background: var(--paper); color: var(--ink); border: 2px solid var(--lime); box-shadow: 14px 14px 0 var(--orange); }
.support-label { margin: 0 0 16px; color: var(--teal); font-size: 11px; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.support-card h3 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: .95; letter-spacing: -.05em; text-transform: uppercase; }
.support-card > p:not(.support-label) { margin: 20px 0 0; color: #3b574e; font-size: 16px; line-height: 1.7; }
.support-button { width: 100%; margin-top: 26px; background: var(--orange); }
.support-button:hover, .support-button:focus-visible { box-shadow: 5px 5px 0 var(--lime-strong); }
.support-card small { display: block; margin-top: 20px; color: #61766f; font-size: 12px; line-height: 1.6; }
.bank-support { margin-top: 22px; padding: 20px; background: #fff; border: 1px solid var(--line); }
.bank-title { margin: 0 0 14px; color: var(--teal); font-size: 11px; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.iban-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.iban-row > div { min-width: 0; display: grid; gap: 5px; }
.iban-row span { color: #6b7f78; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.iban-row strong { font-size: 16px; letter-spacing: .035em; overflow-wrap: anywhere; }
.iban-copy { min-height: 42px; padding: 0 13px; flex: none; border: 2px solid var(--ink); background: var(--lime); color: var(--ink); cursor: pointer; font: inherit; font-size: 10px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; transition: transform .18s ease, box-shadow .18s ease; }
.iban-copy:hover, .iban-copy:focus-visible { transform: translate(-2px,-2px); box-shadow: 3px 3px 0 var(--ink); }
.account-holder { margin: 14px 0 0; color: #536a62; font-size: 13px; }
.copy-status { min-height: 18px; margin: 8px 0 0; color: var(--teal); font-size: 12px; font-weight: 800; }


.studio-section { padding: 110px 0; background: var(--lime); border-block: 2px solid var(--ink); }
.studio-grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: 70px; }
.eyebrow.light { color: var(--ink); }
.studio-section h2 { font-size: clamp(3.3rem, 6vw, 6.2rem); }
.studio-section p:not(.eyebrow) { max-width: 700px; color: var(--ink-soft); font-size: 19px; line-height: 1.75; }
.button-dark { margin-top: 14px; background: var(--ink); color: #fff; }
.button-dark:hover, .button-dark:focus-visible { box-shadow: 5px 5px 0 var(--orange); }

.site-footer { padding: 48px 0; background: var(--ink); color: #d8e4df; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 46px; align-items: end; }
.footer-logo { width: 150px; height: auto; }
.footer-tagline { margin: 7px 0 0; color: #8ba49b; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 24px; }
.footer-links a { text-decoration: none; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.footer-copy { white-space: nowrap; }

/* FrogSlap detail */
.game-hero { padding: 66px 0 82px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 54px; align-items: center; }
.game-hero-copy h1 { margin: 0; font-size: clamp(4.8rem, 10vw, 9.4rem); line-height: .78; letter-spacing: -.08em; text-transform: uppercase; }
.game-hero-copy h1 span { display: block; color: var(--teal); }
.game-hero-copy > p:not(.eyebrow) { margin: 34px 0 0; max-width: 620px; color: #39544c; font-size: 18px; line-height: 1.75; }
.game-hero-art { position: relative; }
.game-hero-art::after { content: "FROGSLAP"; position: absolute; right: -12px; bottom: -24px; padding: 10px 16px; background: var(--orange); border: 2px solid var(--ink); font-size: 13px; font-weight: 950; letter-spacing: .15em; transform: rotate(-2deg); }
.game-hero-art img { width: 100%; min-height: 520px; object-fit: cover; border: 2px solid var(--ink); box-shadow: 18px 18px 0 var(--lime); }
.facts-bar { background: var(--ink); color: #fff; }
.facts-grid { min-height: 132px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.facts-grid > div { min-height: 58px; padding: 0 30px; display: grid; align-content: center; gap: 7px; border-right: 1px solid rgba(255,255,255,.16); }
.facts-grid > div:first-child { padding-left: 0; }
.facts-grid > div:last-child { border: 0; }
.facts-grid span { color: #8ba49b; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; font-weight: 900; }
.facts-grid strong { color: var(--lime); font-size: 18px; }
.detail-section { padding: 120px 0; display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; }
.detail-intro h2, .world-section h2, .google-title h2, .download-inner h2 { margin: 0; font-size: clamp(3.2rem, 5.7vw, 5.8rem); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.detail-intro > p:not(.eyebrow) { color: #3c584f; line-height: 1.8; font-size: 17px; }
.mechanic-list { border-top: 2px solid var(--ink); }
.mechanic-list article { padding: 28px 0; display: grid; grid-template-columns: 54px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.mechanic-list article > span { color: var(--orange); font-size: 13px; font-weight: 950; }
.mechanic-list h3 { margin: 0; text-transform: uppercase; font-size: 21px; letter-spacing: -.02em; }
.mechanic-list p { margin: 8px 0 0; color: #49645b; line-height: 1.65; }
.world-section { padding: 110px 0; background: var(--teal); color: #fff; }
.world-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.world-copy > p { margin-top: 0; color: #d5e6df; font-size: 18px; line-height: 1.8; }
.number-row { margin-top: 45px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.25); }
.number-row > div { padding: 26px 18px 0 0; display: grid; gap: 5px; }
.number-row strong { color: var(--lime); font-size: clamp(2.5rem,5vw,4.5rem); line-height: 1; }
.number-row span { color: #a9c1b8; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.google-section { padding: 110px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.google-copy p { margin: 0 0 20px; color: #3c584f; font-size: 17px; line-height: 1.8; }
.google-copy .text-link { margin-top: 14px; }
.download-cta { background: var(--lime); border-top: 2px solid var(--ink); }
.download-inner { min-height: 370px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.download-inner .button { flex: none; }

/* Legal pages */
.legal-shell { padding: 70px 0 110px; }
.legal-hero { max-width: 900px; padding-bottom: 56px; }
.legal-hero h1 { margin: 0; font-size: clamp(4rem, 9vw, 8.5rem); line-height: .85; letter-spacing: -.075em; text-transform: uppercase; }
.legal-hero > p:not(.eyebrow):not(.legal-date) { max-width: 700px; margin: 28px 0 0; color: #3b574e; font-size: 19px; line-height: 1.7; }
.legal-date { margin-top: 18px; color: #688078; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; }
.legal-article { max-width: 920px; margin-left: auto; padding: 58px 64px; background: #fff; border: 2px solid var(--ink); box-shadow: 14px 14px 0 var(--paper-deep); }
.legal-article h2 { margin: 48px 0 12px; font-size: clamp(1.55rem,3vw,2.25rem); line-height: 1.1; letter-spacing: -.035em; text-transform: uppercase; }
.legal-article h2:first-child { margin-top: 0; }
.legal-article p, .legal-article li { color: #365148; font-size: 16px; line-height: 1.8; }
.legal-article a { color: var(--teal); font-weight: 800; text-underline-offset: 3px; }
.legal-article ul { padding-left: 22px; }
.address-block { padding-left: 20px; border-left: 4px solid var(--lime-strong); }
.legal-divider { height: 2px; margin: 64px 0; background: var(--ink); }
.legal-back { margin-top: 58px; }
.legal-back .text-link { color: var(--ink); }
.short-legal { min-height: 75vh; }
.imprint-grid { max-width: 1040px; display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 0; }
.imprint-grid section { padding: 44px; border-bottom: 1px solid var(--line); }
.imprint-grid section:nth-child(odd):not(.imprint-wide) { border-right: 1px solid var(--line); }
.imprint-grid h2 { margin-top: 0; }
.legal-label { margin: 0 0 18px !important; color: var(--orange) !important; text-transform: uppercase; letter-spacing: .15em; font-size: 10px !important; font-weight: 950; }
.imprint-wide { grid-column: 1 / -1; }
.imprint-grid .legal-back { grid-column: 1 / -1; margin: 0; padding: 32px 44px 42px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 58px; }
  .hero-copy { max-width: 740px; }
  .hero-visual { min-height: 460px; }
  .hero-visual img { height: 460px; }
  .game-feature { grid-template-columns: 72px 1fr; }
  .game-feature blockquote { grid-column: 2; }
  .support-grid { grid-template-columns: 1fr; gap: 50px; }
  .studio-grid { grid-template-columns: 1fr; gap: 28px; }
  .game-hero { grid-template-columns: 1fr; }
  .game-hero-copy { max-width: 760px; }
  .detail-section, .google-section { grid-template-columns: 1fr; gap: 55px; }
  .world-grid { grid-template-columns: 1fr; gap: 55px; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 640px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .site-header { min-height: 82px; }
  .brand-logo { width: 98px; }
  .main-nav { gap: 14px; font-size: 12px; }
  .main-nav a:nth-child(2) { display: none; }
  .hero { min-height: 0; padding: 46px 0 68px; gap: 45px; }
  .hero h1 { font-size: clamp(3.25rem, 17vw, 5.1rem); }
  .hero-visual, .hero-visual img { min-height: 380px; height: 380px; }
  .hero-visual::before { inset: 12px -8px -12px 8px; }
  .hero-visual::after { width: 82px; height: 82px; right: -5px; top: -32px; }
  .visual-badge { left: -6px; bottom: 18px; }
  .game-section { padding: 74px 0 84px; }
  .game-feature { margin-top: 46px; grid-template-columns: 1fr; gap: 24px; }
  .game-index { font-size: 42px; }
  .game-feature blockquote { grid-column: 1; }
  .support-section { padding: 78px 0; }
  .support-card { padding: 30px 22px; box-shadow: 7px 7px 0 var(--orange); }
  .support-points { display: grid; }
  .iban-row { align-items: stretch; flex-direction: column; }
  .iban-copy { width: 100%; }
  .studio-section { padding: 78px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  .game-hero { padding: 48px 0 72px; }
  .game-hero-art img { min-height: 360px; box-shadow: 9px 9px 0 var(--lime); }
  .facts-grid { grid-template-columns: 1fr 1fr; padding: 20px 0; }
  .facts-grid > div { padding: 16px 12px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .facts-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .detail-section, .google-section { padding: 80px 0; }
  .world-section { padding: 80px 0; }
  .number-row { grid-template-columns: 1fr 1fr 1fr; }
  .download-inner { min-height: 420px; padding: 70px 0; align-items: flex-start; flex-direction: column; justify-content: center; }
  .legal-shell { padding: 52px 0 80px; }
  .legal-hero { padding-bottom: 40px; }
  .legal-article { padding: 34px 22px; box-shadow: 7px 7px 0 var(--paper-deep); }
  .imprint-grid { grid-template-columns: 1fr; padding: 0; }
  .imprint-grid section { padding: 32px 22px; }
  .imprint-grid section:nth-child(odd):not(.imprint-wide) { border-right: 0; }
  .imprint-wide, .imprint-grid .legal-back { grid-column: 1; }
  .imprint-grid .legal-back { padding: 28px 22px 36px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; }
}

/* Content hub, guide, cartoons and devlog */
.main-nav a[aria-current="page"]::after { right: 0; }
.content-hero { padding: 90px 0 80px; max-width: 980px; }
.content-hero h1 { margin: 0; font-size: clamp(3.5rem, 7vw, 7rem); line-height: .9; letter-spacing: -.065em; text-transform: uppercase; }
.content-hero > p:not(.eyebrow) { max-width: 800px; color: #355149; font-size: 19px; line-height: 1.75; }
.discover-section, .article-shell { padding: 105px 0; }
.compact-heading h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); }
.content-card-grid, .video-grid, .info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.content-card-grid > a { padding: 30px; border: 2px solid var(--ink); background: #fff; text-decoration: none; transition: transform .18s, box-shadow .18s; }
.content-card-grid > a:hover { transform: translate(-5px,-5px); box-shadow: 8px 8px 0 var(--orange); }
.content-card-grid span, .post-meta { color: var(--teal); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.content-card-grid h3, .video-card h3 { margin: 18px 0 10px; font-size: 25px; text-transform: uppercase; }
.content-card-grid p, .video-card p { color: #49645b; line-height: 1.65; }
.video-grid { grid-template-columns: repeat(2,1fr); }
.video-card { padding: 22px; background: #fff; border: 1px solid var(--line); }
.video-frame { position: relative; aspect-ratio: 9 / 16; max-height: 620px; overflow: hidden; background: var(--ink); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.story-section { padding: 100px 0; background: var(--teal); color: #fff; }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.story-grid h2 { margin: 0; font-size: clamp(3rem,6vw,5.8rem); line-height: .9; text-transform: uppercase; letter-spacing: -.06em; }
.story-grid p { margin-top: 0; color: #d5e6df; font-size: 18px; line-height: 1.8; }
.prose { max-width: 920px; padding-bottom: 110px; }
.prose section { padding: 42px 0; border-top: 1px solid var(--line); }
.prose h2, .post-list h2 { margin: 0 0 20px; font-size: clamp(2rem,4vw,3.5rem); line-height: 1; text-transform: uppercase; letter-spacing: -.04em; }
.prose h3 { margin: 0; text-transform: uppercase; }
.prose p, .prose li, .post-list article > p:not(.post-meta) { color: #3c584f; font-size: 17px; line-height: 1.8; }
.prose li + li { margin-top: 10px; }
.info-grid { grid-template-columns: repeat(2,1fr); }
.info-grid > div { padding: 25px; background: #fff; border-left: 5px solid var(--lime-strong); }
.post-list { padding-bottom: 110px; }
.post-list article { max-width: 900px; padding: 48px 0; border-top: 2px solid var(--ink); }
@media (max-width: 900px) {
  .main-nav { gap: 14px; flex-wrap: wrap; justify-content: flex-end; }
  .content-card-grid { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; gap: 35px; }
}
@media (max-width: 680px) {
  .site-header { align-items: flex-start; padding: 18px 0; }
  .brand-logo { width: 105px; }
  .main-nav { max-width: 210px; font-size: 11px; }
  .content-hero { padding: 58px 0; }
  .discover-section, .article-shell { padding: 75px 0; }
  .video-grid, .info-grid { grid-template-columns: 1fr; }
}
