:root {
  --cream: #fff7e6;
  --paper: #fffaf0;
  --orange: #ff3f1f;
  --orange-dark: #db2f16;
  --navy: #071d2b;
  --green: #138a45;
  --yellow: #ffc63a;
  --text: #10202f;
  --muted: #5d6872;
  --border: #eadfca;
  --shadow: 8px 8px 0 var(--navy);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.5;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 250, 240, 0.94);
  backdrop-filter: blur(12px);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  width: 170px;
  height: 48px;
  display: flex;
  align-items: center;
  overflow: hidden;
  transform: translateY(5px);
}

.brand img {
  width: 170px;
  height: 70px;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}

.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 14px;
  font-weight: 800;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--navy);
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  padding: 12px 18px;
  font-weight: 900;
  box-shadow: 4px 4px 0 var(--navy);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  background: var(--orange-dark);
  box-shadow: 2px 2px 0 var(--navy);
  transform: translate(2px, 2px);
}

.button-small {
  min-height: 42px;
  padding: 9px 15px;
}

.text-link {
  color: var(--navy);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.hero {
  padding: 92px 0 76px;
}

.hero-grid {
  display: block;
}

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

.eyebrow {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 24px;
  color: var(--navy);
  font-size: clamp(48px, 7vw, 84px);
  line-height: 0.95;
}

h1 span {
  color: var(--orange);
  font-style: italic;
}

.lede {
  max-width: 660px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
}

.values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.value {
  border-top: 3px solid var(--orange);
  padding-top: 16px;
}

.value h2 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 21px;
  line-height: 1.1;
}

.value p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
}

.section {
  padding: 72px 0;
  border-top: 1px solid var(--border);
}

.section-title {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-title h2,
.studio h2,
.support-grid h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.app-card {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  border: 2px solid var(--navy);
  border-radius: 22px;
  background: var(--paper);
  padding: 30px;
  box-shadow: 7px 7px 0 var(--green);
}

.app-logo {
  overflow: hidden;
  border: 2px solid var(--navy);
  border-radius: 18px;
  background: #fff;
  transform: rotate(-1.5deg);
}

.app-logo img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: contain;
  padding: 16px;
}

.app-kicker {
  margin-bottom: 6px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.app-copy h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: clamp(42px, 6vw, 68px);
  line-height: 0.96;
}

.app-copy h2 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: clamp(42px, 6vw, 68px);
  line-height: 0.96;
}

.app-copy p:not(.app-kicker) {
  max-width: 640px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 18px;
}

.studio-section {
  padding-bottom: 42px;
}

.studio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  border-radius: 22px;
  background: var(--navy);
  padding: 42px;
  color: #fff;
}

.studio .eyebrow {
  color: var(--yellow);
}

.studio h2 {
  color: #fff;
}

.studio p:last-child {
  margin-bottom: 0;
  color: #dce6ec;
  font-size: 18px;
}

.support-section {
  padding-top: 42px;
}

.support-grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 40px;
  align-items: center;
}

.support-grid p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.support-grid a {
  color: var(--navy);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.privacy-inner a,
.page-hero a,
.content-page a {
  color: var(--navy);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.privacy {
  border-top: 1px solid var(--border);
  padding: 24px 0;
}

.privacy-inner {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--paper);
  padding: 16px 20px;
  color: var(--muted);
  text-align: center;
}

.privacy-inner strong {
  color: var(--navy);
}

.site-footer {
  border-top: 1px solid var(--border);
  padding: 34px 0;
  color: var(--muted);
  font-size: 14px;
}

.footer-inner,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.footer-links {
  justify-content: flex-start;
}

.footer-links a {
  font-weight: 800;
}

.page-hero {
  padding: 76px 0 48px;
  border-bottom: 1px solid var(--border);
}

.page-hero h1 {
  max-width: 760px;
}

.contact-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
  align-items: start;
  border: 2px solid var(--navy);
  border-radius: 22px;
  background: var(--paper);
  padding: 34px;
  box-shadow: 7px 7px 0 var(--green);
}

.contact-card h2 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
}

.contact-card p {
  color: var(--muted);
  font-size: 18px;
}

.contact-form {
  display: grid;
  gap: 16px;
  margin-bottom: 22px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 2px solid var(--navy);
  border-radius: 8px;
  background: #fff;
  color: var(--text);
  font: inherit;
  padding: 12px 13px;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(255, 63, 31, 0.22);
  outline-offset: 2px;
}

.content-page {
  display: grid;
  gap: 24px;
  max-width: 900px;
}

.content-block {
  border: 2px solid var(--navy);
  border-radius: 16px;
  background: var(--paper);
  padding: 30px;
  box-shadow: 5px 5px 0 var(--green);
}

.content-block h2 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.content-block p {
  color: var(--muted);
  font-size: 17px;
}

.content-block p:last-child,
.content-block ul:last-child {
  margin-bottom: 0;
}

.content-block ul {
  margin: 0 0 18px;
  padding-left: 22px;
  color: var(--muted);
  font-size: 17px;
}

.content-block li + li {
  margin-top: 8px;
}

.faq-item {
  border-top: 2px solid var(--border);
  padding-top: 24px;
  margin-top: 24px;
}

.faq-item h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.closing-note {
  background: var(--navy);
  box-shadow: 5px 5px 0 var(--orange);
}

.closing-note p {
  color: #dce6ec;
}

.app-directory {
  display: grid;
  gap: 28px;
}

.future-app-card {
  border: 2px dashed var(--navy);
  border-radius: 16px;
  background: rgba(255, 250, 240, 0.72);
  padding: 30px;
}

.future-app-card h2 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
}

.future-app-card p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
}

.app-hero {
  padding: 76px 0 62px;
  border-bottom: 1px solid var(--border);
}

.app-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 48px;
  align-items: center;
}

.app-detail-logo {
  box-shadow: 7px 7px 0 var(--green);
}

.explainer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 900px) {
  .hero {
    padding-top: 64px;
  }

  .app-card,
  .app-hero-grid,
  .explainer-grid,
  .studio,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .app-card {
    padding: 22px;
  }

  .app-logo {
    max-width: 420px;
  }
  .contact-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .nav {
    min-height: 68px;
  }

  .brand {
    width: 140px;
  }

  .brand img {
    width: 140px;
  }

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

  .hero,
  .section {
    padding: 54px 0;
  }

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

  .app-card,
  .studio,
  .contact-card {
    border-radius: 16px;
  }

  .app-logo img {
    padding: 10px;
  }

  .privacy-inner {
    display: block;
    text-align: left;
  }

  .privacy-inner strong {
    display: block;
    margin-bottom: 4px;
  }

  .content-block {
    padding: 22px;
  }
}
