:root {
  --ink: #11264e;
  --teal: #00a9c1;
  --paper: #f1ede3;
  --surface: #f8f4ea;
  --muted: #5c6780;
  --line: #d4ccbd;
  --dark: #10244b;
  --acid: #d9f243;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper);
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.55;
}

h1, h2, h3, p { margin-top: 0; }
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }

.site-header {
  width: min(1280px, calc(100% - 64px));
  height: 78px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand img { display: block; width: 212px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a, .site-footer a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.site-nav a:hover, .site-nav a.active { color: var(--teal); }
.menu-button {
  display: none;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: 700 14px Manrope, sans-serif;
}

.eyebrow {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--muted);
  font: 500 11px "DM Mono", monospace;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }
h1 {
  position: relative;
  margin-bottom: 0;
  font-size: clamp(48px, 6.6vw, 88px);
  font-weight: 800;
  letter-spacing: -0.078em;
  line-height: 0.95;
}
h1 em, h2 em { color: var(--teal); font-style: normal; }

.hero {
  position: relative;
  overflow: hidden;
}
.hero-content { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 72px; padding-block: 72px 68px; border-bottom: 1px solid var(--line); }
.hero-brand { display: flex; align-items: center; justify-content: center; }
.hero-brand img { display: block; width: min(230px, 80%); height: auto; }
.hero-statement { min-width: 0; }
.hero-copy {
  position: relative;
  max-width: 560px;
  margin: 37px 0 35px;
  color: #42516d;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.75;
}
.actions { position: relative; display: flex; gap: 12px; }
.button {
  display: inline-flex;
  align-items: center;
  gap: 21px;
  padding: 15px 19px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.button b { font-size: 18px; }
.button.primary { color: #fff; background: var(--ink); box-shadow: 5px 5px 0 var(--teal); }
.button.primary:hover { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--teal); }
.button.quiet { border: 1px solid var(--ink); color: var(--ink); }

.products { padding-block: 88px; border-top: 1px solid var(--line); }
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--ink);
}
.section-heading h2, .purchase h2, .principles h2 {
  margin: 0;
  font-size: clamp(34px, 4.5vw, 58px);
  letter-spacing: -0.065em;
  line-height: 1.02;
}
.section-heading h2 { font-size: clamp(48px, 6vw, 76px); letter-spacing: -.075em; line-height: .92; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-card {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  padding: 27px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--ink);
  background: var(--surface);
  box-shadow: 7px 7px 0 rgba(17,38,78,.12);
}
.product-card.product-two { color: #fff; background: var(--dark); }
.product-card.product-three { background: #b8e9ee; }
.product-top { display: flex; justify-content: space-between; }
.product-icon, .status {
  font: 500 11px "DM Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.product-icon { color: var(--teal); }
.status { color: #536079; }
.product-two .status, .product-two .card-copy p { color: #b8c5d8; }
.product-scene {
  position: relative;
  flex: 0 0 245px;
  overflow: hidden;
  margin: 28px -27px 0;
  border-block: 1px solid rgba(17,38,78,.18);
}
.card-copy { position: relative; z-index: 1; }
.card-copy h3 {
  margin: 24px 0 8px;
  font-size: 38px;
  letter-spacing: -0.06em;
  line-height: 1.06;
}
.card-copy p { margin-bottom: 20px; color: var(--muted); font-size: 14px; }
.product-live { min-height: 430px; }
.product-identity { flex: 1; display: flex; align-items: center; gap: 20px; padding-block: 44px 30px; }
.logo-well { display: grid; place-items: center; flex: 0 0 78px; width: 78px; height: 78px; border: 1px solid var(--ink); border-radius: 18px; background: rgba(255,255,255,.35); box-shadow: 5px 5px 0 var(--teal); }
.product-one .logo-well { overflow: hidden; background: #050b12; }
.product-one .logo-well img { display: block; width: 100%; height: 100%; border-radius: 17px; object-fit: cover; filter: brightness(2.75) contrast(1.15) saturate(1.25); }
.logo-well span { font: 500 17px "DM Mono", monospace; letter-spacing: -.05em; }
.product-name { font-size: clamp(38px, 3.5vw, 52px); font-weight: 800; letter-spacing: -.075em; line-height: .95; }
.product-blurb { max-width: 275px; font-size: 16px !important; line-height: 1.55; }
.product-two .logo-well { border-color: #fff; background: rgba(255,255,255,.06); box-shadow: 5px 5px 0 var(--acid); }
.product-two .logo-well span { color: var(--acid); }
.product-three .logo-well { background: rgba(255,255,255,.28); box-shadow: 5px 5px 0 var(--ink); }
.next-mark span { font-size: 31px; }
.product-card > a {
  margin-top: auto;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.product-card > a b { margin-left: 8px; color: var(--teal); }
.product-links { display: flex; justify-content: space-between; width: 100%; margin-top: auto; }
.product-links a { font-size: 14px; font-weight: 800; text-decoration: none; }
.product-links a b { margin-left: 8px; color: var(--teal); }

.scene-one { background: #c8eff0; }
.scene-window {
  position: absolute;
  top: 28px;
  right: 27px;
  width: 194px;
  height: 125px;
  padding: 27px 17px;
  border: 7px solid var(--ink);
  border-radius: 11px;
  background: #f5f0e4;
  box-shadow: 9px 9px 0 var(--teal);
  transform: rotate(-5deg);
}
.scene-window i { display: inline-block; width: 8px; height: 8px; margin-right: 5px; border-radius: 50%; background: var(--teal); vertical-align: top; }
.scene-window b { display: block; margin-top: 12px; color: var(--ink); font: 12px/1.35 "DM Mono", monospace; text-transform: uppercase; }
.scene-two { background: #172a50; }
.spark { position: absolute; top: 16px; right: 53px; color: var(--acid); font-size: 99px; line-height: 1; transform: rotate(12deg); }
.scene-path { position: absolute; top: 27px; left: 27px; width: 205px; height: 130px; border: 2px solid rgba(217,242,67,.65); border-radius: 55% 45% 55% 45%; transform: rotate(-13deg); }
.scene-path i { position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--acid); }
.scene-path i:nth-child(1) { top: 15px; left: 18px; }
.scene-path i:nth-child(2) { top: 20px; right: 20px; }
.scene-path i:nth-child(3) { bottom: 15px; left: 45px; }
.scene-path i:nth-child(4) { right: 37px; bottom: 15px; }
.scene-three { background: #f4c74e; }
.scene-sun { position: absolute; top: 24px; right: 39px; width: 111px; height: 111px; border-radius: 50%; background: var(--surface); box-shadow: 7px 7px 0 var(--ink); }
.scene-hill { position: absolute; bottom: -47px; border-radius: 50% 50% 0 0; }
.hill-one { left: -20px; width: 240px; height: 126px; background: var(--teal); transform: rotate(8deg); }
.hill-two { right: -42px; width: 225px; height: 112px; background: var(--ink); transform: rotate(-10deg); }

.purchase { display: flex; align-items: end; justify-content: space-between; padding-block: 78px; border-top: 1px solid var(--ink); }
.purchase > div:last-child { width: 350px; }
.purchase > div:last-child p { color: var(--muted); font-size: 15px; }
.site-footer { min-height: 135px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-logo img { display: block; width: 42px; }
.site-footer p { margin: 0; color: var(--muted); font-size: 12px; }
.site-footer div { display: flex; gap: 22px; }

.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-block: 82px; border-top: 1px solid var(--ink); }
.about-section h2, .contact h2 { margin: 0; font-size: clamp(42px, 5.2vw, 68px); letter-spacing: -.07em; line-height: .98; }
.about-lines { align-self: end; max-width: 470px; }
.about-lines p { margin-bottom: 12px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.about-lines p:last-child { margin-bottom: 0; }
.contact { min-height: 0; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; padding-block: 82px 94px; border-top: 1px solid var(--ink); }
.contact h2 { justify-self: end; min-width: 440px; }
.contact-details p { max-width: 420px; margin-bottom: 28px; color: var(--muted); font-size: 18px; }

@media (max-width: 850px) {
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 480px; }
  .about-section { grid-template-columns: 1fr; gap: 28px; }
  .hero-content { gap: 36px; }
  .contact { grid-template-columns: 1fr; gap: 38px; }
  .contact h2 { grid-row: 1; justify-self: start; min-width: 0; }
}

@media (max-width: 700px) {
  .shell, .site-header { width: calc(100% - 40px); }
  .site-header { height: 78px; }
  .brand img { width: 165px; }
  .menu-button { display: block; }
  .site-nav {
    position: absolute;
    z-index: 3;
    top: 70px;
    right: 20px;
    left: 20px;
    display: none;
    padding: 20px;
    border: 1px solid var(--line);
    background: var(--surface);
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .site-nav.open { display: flex; }
  .hero-content { grid-template-columns: 1fr; padding-block: 56px 64px; }
  .hero-brand { justify-content: flex-start; }
  .hero-brand img { width: 120px; }
  .actions { align-items: flex-start; flex-direction: column; }
  .purchase { display: block; }
  .purchase > div:last-child { width: auto; margin-top: 20px; }
  .products { padding-block: 85px; }
  .product-scene { flex-basis: 210px; }
  .purchase { padding-block: 60px; }
  .purchase .button { margin-top: 10px; }
  .site-footer { padding-block: 25px; align-items: flex-start; flex-wrap: wrap; }
  .site-footer p { order: 3; width: 100%; }
  .about-section, .contact { padding-block: 64px; }
}
