@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

:root {
  color-scheme: light;
  --bg: #f8fafc;
  --surface: #ffffff;
  --ink: #0f172a;
  --muted: #475569; /* Slate 600 for WCAG AA compliance (contrast ratio > 4.5:1) */
  --line: #e2e8f0;
  --blue: #1d4ed8;
  --blue-dark: #1e3a8a;
  --green: #059669;
  --red: #dc2626;
  --gold: #d9b86f; /* Real gold/bronze tone instead of gray */
  --shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
  --radius: 8px;
  --content: min(1120px, calc(100vw - 96px));
  --type-hero: 52px;
  --type-app: 48px;
  --type-section: 36px;
  --type-card: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  word-break: keep-all;
  overflow-wrap: normal;
  letter-spacing: 0;
  text-wrap: balance;
  color: #030712;
}

/* Dark section headings override to prevent text from blending into dark backgrounds */
.hero h1,
.app-hero h1,
.approach-section h2,
.principle h3 {
  color: #ffffff;
}

.section-inner {
  width: var(--content);
  margin: 0 auto;
  padding-inline: 0;
  box-sizing: border-box;
}

body.home-page {
  --content: min(1440px, calc(100vw - 80px));
}

body.app-page {
  --content: min(1440px, calc(100vw - 80px));
}

body.home-page .section {
  padding: 112px 0;
}

body.app-page .section {
  padding: 112px 0;
}

body.home-page .hero {
  min-height: 700px;
  background: #eef3f6;
  border-bottom: 1px solid var(--line);
}

body.app-page .app-hero {
  min-height: 760px;
  padding: 136px max(40px, calc((100vw - 1440px) / 2)) 80px;
}

body.home-page .hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  align-items: center;
  gap: 48px;
  padding: 146px 0 72px;
  color: var(--ink);
}

body.home-page .hero .eyebrow {
  margin-bottom: 18px;
  color: var(--blue-dark);
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

body.app-page .app-hero-content {
  width: min(920px, 100%);
  max-width: none;
  padding-inline: 0;
}

body.home-page .hero h1 {
  max-width: 1000px;
  font-size: var(--type-hero);
  color: var(--ink);
  line-height: 1.15;
}

body.app-page .app-hero h1 {
  max-width: 900px;
  font-size: var(--type-app);
  line-height: 1.15;
}

body.home-page .hero-copy {
  max-width: 760px;
  font-size: 18px;
  color: var(--muted);
  line-height: 1.7;
}

body.app-page .app-hero p {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.7;
}

body.home-page .hero-facts {
  max-width: 920px;
  gap: 24px;
}

body.app-page .hero-actions {
  margin-top: 40px;
}

body.home-page .hero-facts dd {
  font-size: 24px;
  word-break: keep-all;
}

body.home-page .section-heading h2,
body.home-page .contact-layout h2 {
  font-size: var(--type-section);
  line-height: 1.22;
}

body.app-page .section-heading h2,
body.app-page .contact-layout h2 {
  font-size: var(--type-section);
  line-height: 1.22;
}

body.home-page .section-heading p,
body.home-page .contact-layout p {
  max-width: 820px;
  font-size: 17px;
  line-height: 1.7;
}

body.app-page .section-heading p,
body.app-page .contact-layout p {
  max-width: 820px;
  font-size: 17px;
  line-height: 1.7;
}

body.home-page .company-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 64px;
}

body.app-page .app-overview-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 64px;
}

body.app-page .app-detail-grid {
  gap: 20px;
}

body.home-page .approach-layout,
body.home-page .updates-layout,
body.home-page .contact-layout {
  gap: 72px;
}

body.app-page .app-hero-locksheet,
body.app-page .app-hero-beecabi {
  background:
    linear-gradient(180deg, rgba(8, 11, 14, 0.1), rgba(8, 11, 14, 0.24)),
    linear-gradient(135deg, #101418 0%, #16222b 56%, #0c1116 100%);
}

body.app-page .app-hero-beecabi {
  background:
    linear-gradient(180deg, rgba(8, 11, 14, 0.1), rgba(8, 11, 14, 0.24)),
    linear-gradient(135deg, #101418 0%, #183026 54%, #0d1512 100%);
}

body.app-page .detail-panel,
body.app-page .contact-link {
  box-shadow: none;
}

body.home-page .product-grid {
  gap: 20px;
  margin-top: 40px;
}

body.home-page .product-icon {
  display: none;
}

body.home-page .product-card,
body.home-page .snapshot-item,
body.home-page .detail-panel,
body.home-page .update-item,
body.home-page .contact-link {
  box-shadow: none;
}

body.home-page .product-card {
  border: 1px solid var(--line);
}

body.home-page .product-card:hover {
  transform: none;
  box-shadow: none;
}

body.home-page .snapshot-item {
  background: #fff;
}

body.home-page .update-list {
  border-top-width: 1px;
}

body.home-page .update-item {
  padding: 24px 0;
}

body.home-page .contact-link {
  background: #fff;
}

body.app-page .contact-link {
  background: #fff;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

button {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--content);
  min-height: 90px;
  margin: 0 auto;
  color: var(--ink);
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.site-header::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0 0 auto 0;
  height: 90px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(17, 24, 39, 0.1);
  backdrop-filter: blur(12px);
  transition:
    background 180ms ease,
    border-color 180ms ease;
}

.site-header.is-scrolled::before {
  background: rgba(255, 255, 255, 0.97);
  border-color: rgba(17, 24, 39, 0.12);
}

.site-header.is-scrolled {
  color: var(--ink);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-logo {
  display: block;
  width: auto;
  height: 48px;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a,
.nav-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

.site-nav a:hover,
.nav-menu-button:hover {
  background: rgba(17, 24, 39, 0.06);
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.is-scrolled .nav-menu-button:hover {
  background: rgba(17, 24, 39, 0.06);
}

.nav-dropdown {
  position: relative;
}

.nav-menu-button {
  gap: 7px;
}

.nav-chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: grid;
  min-width: 232px;
  padding: 8px;
  border: 1px solid rgba(16, 20, 24, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.98);
  color: var(--ink);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu,
.nav-dropdown.is-open .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dropdown-menu a {
  display: grid;
  justify-content: start;
  min-height: 58px;
  padding: 11px 12px;
  color: var(--ink);
}

.dropdown-menu a:hover,
.dropdown-menu a[aria-current="page"] {
  background: rgba(23, 105, 170, 0.1);
}

.dropdown-menu small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 8px;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  align-items: center;
}

.hero-media,
.hero-media img,
.hero-scrim {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  animation: hero-drift 24s ease-in-out infinite alternate;
}

@keyframes hero-drift {
  from { transform: scale(1); }
  to { transform: scale(1.06); }
}

.hero-scrim {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 15, 22, 0.92) 0%, rgba(10, 15, 22, 0.8) 42%, rgba(10, 15, 22, 0.38) 72%, rgba(10, 15, 22, 0.18) 100%),
    linear-gradient(180deg, rgba(10, 15, 22, 0.08), rgba(10, 15, 22, 0.34));
}

.hero-media {
  z-index: -2;
  background: #11171c;
}

.hero-content {
  width: var(--content);
  margin: 0 auto;
  padding: 116px 0 58px;
  box-sizing: border-box;
  padding-inline: clamp(32px, 4vw, 60px);
  color: #fff;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: #8ec5ee;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.hero h1 {
  max-width: 960px;
  margin: 0;
  font-size: var(--type-hero);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0;
  color: #ffffff;
}

.hero-copy {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  word-break: keep-all;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 48px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  max-width: 800px;
  margin: 72px 0 0;
  padding: 0;
}

.hero-facts div {
  padding: 0;
  background: transparent;
}

.hero-facts dt {
  color: rgba(255, 255, 255, 0.65); /* Increased opacity for readability on dark backdrop */
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.hero-facts dd {
  margin: 12px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 17px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
}

.button-primary {
  background: #ffffff;
  color: #111827;
}

.button-primary:hover {
  background: #eaf4ff;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.button-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.section {
  padding: 140px 0;
}

.section-heading h2,
.contact-layout h2 {
  margin: 0;
  font-size: var(--type-section);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.section-heading p,
.contact-layout p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  word-break: keep-all;
}

.section-heading .section-kicker,
.contact-layout .section-kicker,
.app-hero .eyebrow {
  margin: 0 0 14px;
  color: var(--blue-dark);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.approach-section .section-heading .section-kicker,
.app-hero .eyebrow {
  color: #a9d5f4;
}

.company-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  gap: 64px;
  align-items: start;
}

.company-profile {
  display: grid;
  margin: 4px 0 0;
  padding: 0;
  border-top: 2px solid var(--ink);
}

.company-profile div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.company-profile dt,
.company-profile dd {
  margin: 0;
}

.company-profile dt {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.company-profile dd {
  color: var(--muted);
  font-size: 15px;
}

.snapshot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--line);
}

.snapshot-item {
  min-height: 206px;
  padding: 22px;
  background: #f9fafb;
}

.snapshot-item span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}

.snapshot-item h3 {
  margin: 24px 0 9px;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: 0;
}

.snapshot-item p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  word-break: keep-all;
}

.business-section {
  background: #eef2f4;
}

.business-heading {
  margin-bottom: 42px;
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  border-top: 2px solid var(--ink);
}

.business-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  padding: 32px 24px 0 0;
}

.business-item + .business-item {
  border-left: 1px solid #cad2d8;
  padding-left: 32px;
}

.business-number {
  padding-top: 6px;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 700;
}

.business-item h3 {
  font-size: var(--type-card);
  font-weight: 700;
  line-height: 1.3;
}

.business-item p {
  max-width: 520px;
  min-height: 74px;
  margin: 16px 0 20px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  word-break: keep-all;
}

.business-item a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  color: var(--blue-dark);
  font-size: 15px;
  font-weight: 700;
}

.business-item a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.1);
}

.product-card h3 {
  margin: 28px 0 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.product-card p {
  flex-grow: 1;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  word-break: keep-all;
}

.product-topline {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.product-icon-green {
  background: var(--green);
  box-shadow: 0 0 12px rgba(5, 150, 105, 0.3);
}

.product-icon-blue {
  background: var(--blue);
  box-shadow: 0 0 12px rgba(29, 78, 216, 0.3);
}

.product-icon-gold {
  background: var(--gold);
  box-shadow: 0 0 12px rgba(217, 184, 111, 0.3);
}

.product-status {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}

.product-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 22px;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 700;
}

.product-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.approach-section {
  background: #111827;
  color: #fff;
}

.approach-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 64px;
  align-items: start;
}

.approach-section .section-heading p {
  color: rgba(255, 255, 255, 0.65);
}

.principles {
  display: grid;
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
}

.principle {
  min-height: 168px;
  padding: 24px;
  background: #151b20;
}

.principle-number {
  color: #d9b86f;
  font-size: 13px;
  font-weight: 700;
}

.principle h3 {
  margin: 18px 0 8px;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: 0;
}

.principle p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.68);
}

.contact-section {
  background: #edf1f5;
}

.updates-section {
  background: #fff;
}

.updates-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 64px;
  align-items: start;
}

.update-list {
  display: grid;
  border-top: 2px solid var(--ink);
}

.update-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  column-gap: 24px;
  row-gap: 6px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.update-type {
  grid-row: span 3;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}

.update-item h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: 0;
}

.update-item p {
  font-size: 15px;
  margin: 0;
  color: var(--muted);
  word-break: keep-all;
}

.update-item a {
  width: fit-content;
  min-height: 34px;
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 700;
}

.update-item a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.app-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 360px);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  min-height: 640px;
  padding: 120px max(20px, calc((100vw - 1120px) / 2)) 68px;
  overflow: hidden;
  color: #fff;
}

.app-hero-locksheet {
  background:
    radial-gradient(circle at 82% 28%, rgba(121, 198, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #101418 0%, #16222b 56%, #0c1116 100%);
}

.app-hero-beecabi {
  background:
    radial-gradient(circle at 80% 26%, rgba(126, 193, 151, 0.2), transparent 34%),
    linear-gradient(135deg, #101418 0%, #183026 54%, #0d1512 100%);
}

.app-hero-content {
  max-width: 840px;
  box-sizing: border-box;
  padding-inline: clamp(32px, 4vw, 60px);
}

.app-hero h1 {
  margin: 0;
  font-size: var(--type-app);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  word-break: keep-all;
  color: #ffffff;
}

.app-hero p {
  max-width: 640px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  word-break: keep-all;
}

.store-screen-preview {
  display: grid;
  justify-content: center;
  align-self: center;
}

.store-screen-preview img {
  width: min(292px, 76vw);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: #0c1116;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.36);
}

.phone-preview {
  display: grid;
  justify-content: center;
}

.phone-shell {
  width: min(318px, 78vw);
  aspect-ratio: 0.49;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 34px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04)),
    #0c1116;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.36);
}

.phone-status {
  width: 84px;
  height: 8px;
  margin: 0 auto 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
}

.mock-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.mock-pin {
  display: flex;
  gap: 13px;
  margin: 42px 0;
}

.mock-pin span {
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: #79c6ff;
}

.mock-list {
  display: grid;
  gap: 12px;
}

.mock-list span {
  display: block;
  height: 48px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
}

.mock-pet-card {
  display: grid;
  gap: 14px;
  margin: 32px 0 24px;
  padding: 18px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.11);
}

.mock-pet-card span {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #7ec197;
}

.mock-pet-card strong {
  color: #fff;
  font-size: 28px;
}

.app-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.app-overview-section {
  background: #fff;
}

.app-overview-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: 64px;
  align-items: start;
}

.app-profile {
  display: grid;
  margin: 4px 0 0;
  padding: 0;
  border-top: 2px solid var(--ink);
}

.app-profile div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 22px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.app-profile dt,
.app-profile dd {
  margin: 0;
}

.app-profile dt {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.app-profile dd {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.detail-panel {
  min-height: 286px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.detail-panel h2 {
  margin: 0 0 16px;
  font-size: var(--type-card);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  word-break: keep-all;
}

.detail-panel p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  word-break: keep-all;
}

.screenshots-section {
  background: #fff;
}

.screenshot-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 280px);
  gap: 16px;
  margin-top: 30px;
  padding: 4px 0 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(17, 24, 39, 0.34) transparent;
}

.screenshot-strip figure {
  margin: 0;
  scroll-snap-align: start;
}

.screenshot-strip img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #111827;
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.12);
}

.screenshot-strip figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 54px;
  align-items: center;
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.contact-link {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--blue-dark);
  font-size: 22px;
  font-weight: 700;
  overflow-wrap: anywhere;
  box-shadow: var(--shadow);
}

.button-copy {
  width: 100%;
  border-color: var(--blue-dark);
  background: var(--blue-dark);
  color: #fff;
}

.button-copy:hover {
  background: #082f50;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: var(--content);
  min-height: 82px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 14px;
}

.site-footer a {
  color: var(--ink);
  font-weight: 700;
}

:focus-visible {
  outline: 3px solid #79c6ff;
  outline-offset: 3px;
}


/* Home product imagery shares the page grid; no extra inset container. */
.hero-product-scene {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  min-width: 0;
  animation: screen-drift 9s ease-in-out infinite alternate;
}
.hero-product-scene figure { width: min(44%, 220px); margin: 0; }
.hero-product-scene img { width: 100%; height: auto; }
.hero-product-scene figcaption { margin-top: 12px; font-size: 15px; font-weight: 600; color: var(--muted); }
@keyframes screen-drift { to { transform: translateY(-8px); } }
.home-page .hero .button-primary { background: var(--ink); color: white; }
.home-page .hero .button-primary:hover { background: #303f4d; }
.home-page .hero .button-secondary { border-color: #a2b0bc; background: transparent; color: var(--ink); }
.home-page .hero .button-secondary:hover { background: #e1e8ed; }
.business-section { background: #fff; }
.product-band { background: #f4f6f8; }
.product-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  padding: 0;
  overflow: hidden;
}
.product-description { display: flex; flex-direction: column; align-items: flex-start; padding: 32px 24px; min-width: 0; }
.product-description h3 { font-size: 28px; margin: 16px 0; }
.product-description p { flex-grow: 0; font-size: 16px; }
.product-description .product-link { margin-top: auto; padding-top: 24px; gap: 10px; }
.product-screen { display: grid; place-items: center; padding: 24px 16px; }
.product-screen-lock { background: #f2faff; }
.product-screen-bee { background: #272727; }
.product-screen img { width: 178px; height: auto; }
.company-section { background: #fff; }
.standards-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; margin-top: 40px; }
.standards-grid article { border-top: 1px solid #bfcbd3; padding-top: 24px; }
.standards-grid h3 { margin: 20px 0 14px; font-size: 22px; line-height: 1.4; }
.standards-grid p { margin: 0; color: var(--muted); word-break: keep-all; }
.blog-section { background: #edf4ef; }
.blog-layout { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.blog-link { display: inline-flex; align-items: center; gap: 20px; min-height: 48px; font-size: 24px; font-weight: 600; color: #255e47; white-space: nowrap; }
.blog-link:hover { text-decoration: underline; text-underline-offset: 6px; }

@media (max-width: 1100px) {
  :root { --type-hero: 42px; --type-app: 40px; --type-section: 32px; --type-card: 22px; }
  body.home-page .hero-content { gap: 32px; }
  .hero-product-scene { gap: 12px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-showcase { grid-template-columns: minmax(0, 1fr) 280px; }
  .product-screen img { width: 210px; }
}
@media (max-width: 960px) {
  .site-header { min-height: 76px; }
  .site-header::before { height: 76px; }
  .nav-toggle { display: inline-block; }
  .site-nav { position: fixed; top: 76px; left: 20px; right: 20px; display: none; max-height: calc(100dvh - 92px); overflow-y: auto; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
  .site-header.nav-open .site-nav { display: grid; }
  .site-nav a, .nav-menu-button { justify-content: flex-start; min-height: 44px; }
  .nav-dropdown { display: grid; }
  .dropdown-menu { position: static; display: none; min-width: 0; opacity: 1; pointer-events: auto; box-shadow: none; transform: none; }
  .nav-dropdown:hover .dropdown-menu, .nav-dropdown:focus-within .dropdown-menu { display: none; }
  .nav-dropdown.is-open .dropdown-menu { display: grid; }
  body.home-page .hero-content { grid-template-columns: 1fr; gap: 36px; padding: 124px 0 48px; }
  .hero-product-scene { justify-content: flex-start; gap: 20px; }
  .hero-product-scene figure { width: 145px; }
  .blog-layout { align-items: flex-start; flex-direction: column; gap: 24px; }
}

@media (max-width: 820px) {
  .standards-grid { grid-template-columns: 1fr; gap: 28px; }
  :root {
    --content: min(100vw - 44px, 720px);
  }

  body.home-page {
    --content: min(100vw - 40px, 720px);
  }

  body.app-page {
    --content: min(100vw - 40px, 720px);
  }

  .site-header {
    min-height: 76px;
  }

  .site-header::before {
    height: 76px;
  }


  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: fixed;
    top: 74px;
    left: 16px;
    right: 16px;
    display: none;
    padding: 8px;
    border: 1px solid rgba(16, 20, 24, 0.1);
    border-radius: var(--radius);
    background: #fff;
    color: var(--ink);
    box-shadow: var(--shadow);
  }

  .site-header.nav-open .site-nav {
    display: grid;
  }

  .site-nav a,
  .nav-menu-button {
    justify-content: flex-start;
    min-height: 46px;
  }

  .nav-dropdown {
    display: grid;
  }

  .dropdown-menu {
    position: static;
    display: none;
    min-width: 0;
    margin: 2px 0 8px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-dropdown:hover .dropdown-menu,
  .nav-dropdown:focus-within .dropdown-menu {
    display: none;
  }

  .nav-dropdown.is-open .dropdown-menu {
    display: grid;
  }

  .hero {
    min-height: 74svh;
  }

  .hero-media img {
    object-position: 63% center;
  }

  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(8, 11, 14, 0.92) 0%, rgba(8, 11, 14, 0.72) 58%, rgba(8, 11, 14, 0.42) 100%),
      linear-gradient(180deg, rgba(8, 11, 14, 0.12), rgba(8, 11, 14, 0.5));
  }

  .hero-content {
    padding: 84px 0 44px;
  }

  .hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
    margin-top: 48px;
  }

  body.home-page .hero-facts {
    gap: 12px;
  }

  body.home-page .hero-facts dd {
    font-size: 17px;
  }

  .product-grid,
  .business-grid,
  .approach-layout,
  .contact-layout,
  .app-detail-grid,
  .app-hero,
  .company-layout,
  .updates-layout,
  .app-overview-layout {
    grid-template-columns: 1fr;
  }

  body.home-page .company-layout,
  body.app-page .app-overview-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .business-item + .business-item {
    border-left: 0;
    border-top: 1px solid #cad2d8;
    padding-left: 0;
  }

  .business-item {
    padding: 24px 0;
  }

  .business-item p {
    min-height: 0;
  }

  .approach-layout,
  .contact-layout,
  .app-hero,
  .company-layout,
  .updates-layout,
  .app-overview-layout {
    gap: 32px;
  }

  .snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .app-hero {
    min-height: auto;
    padding: 104px 22px 62px;
  }

  body.app-page .app-hero {
    min-height: auto;
    padding: 104px 22px 62px;
  }

  .phone-preview,
  .store-screen-preview {
    justify-content: start;
  }

  .screenshot-strip {
    grid-auto-columns: minmax(190px, 70vw);
  }

  .section {
    padding: 58px 0;
  }

  body.home-page .section {
    padding: 72px 0;
  }

  body.app-page .section {
    padding: 72px 0;
  }

  body.home-page .hero {
    min-height: 74svh;
  }

  body.home-page .hero-content {
    padding: 112px 0 48px;
  }

  body.home-page .hero h1 {
    font-size: var(--type-hero);
  }

  body.app-page .app-hero-content {
    padding-inline: 0;
  }
}

@media (max-width: 520px) {
  :root { --type-hero: 30px; --type-app: 32px; --type-section: 26px; --type-card: 22px; }
  .product-showcase { grid-template-columns: 1fr; }
  .product-description { padding: 28px 24px; }
  .product-screen img { width: 190px; }
  .blog-link { font-size: 21px; }
  .hero-product-scene figure { width: min(43%, 138px); }
  .hero-product-scene figcaption { font-size: 14px; }
  body.home-page .hero-copy { font-size: 16px; }
  html { scroll-padding-top: 92px; }
  .brand-logo {
    height: 36px;
  }

  body.home-page .hero h1 {
    font-size: var(--type-hero);
    line-height: 1.12;
  }

  body.app-page .app-hero h1 {
    font-size: 32px;
    line-height: 1.12;
  }

  body.home-page .section-heading h2,
  body.home-page .contact-layout h2 {
    font-size: 24px;
    line-height: 1.25;
  }

  body.app-page .section-heading h2,
  body.app-page .contact-layout h2 {
    font-size: 24px;
    line-height: 1.25;
  }

  body.home-page .section-heading p,
  body.home-page .contact-layout p {
    font-size: 15px;
  }

  body.app-page .section-heading p,
  body.app-page .contact-layout p {
    font-size: 15px;
  }

  .hero h1 {
    font-size: 32px;
    line-height: 1.14;
  }

  .app-hero h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  .section-heading h2,
  .contact-layout h2 {
    font-size: 21px;
    line-height: 1.32;
  }

  .detail-panel h2 {
    font-size: 20px;
    line-height: 1.35;
  }

  .hero-copy,
  .section-heading p,
  .contact-layout p {
    font-size: 14px;
    line-height: 1.6;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 360px;
  }

  body.home-page .hero-content { padding: 104px 0 32px; gap: 24px; }
  body.home-page .hero-copy { margin-top: 20px; }
  body.home-page .hero-actions { margin-top: 24px; }
  .hero-product-scene figure { width: min(40%, 120px); }
  body.app-page .hero-actions { grid-template-columns: 1fr; max-width: 280px; }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  body.home-page .hero-facts {
    gap: 14px;
    margin-top: 36px;
  }

  .hero-facts div {
    display: flex;
    align-items: baseline;
    gap: 12px;
  }

  .hero-facts dd {
    margin-top: 0;
  }

  .business-item {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
  }

  .product-card,
  .principle,
  .snapshot-item {
    padding: 22px;
  }

  .company-profile div,
  .app-profile div,
  .update-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .update-type {
    grid-row: auto;
  }

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

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
