@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap");

:root {
  --bg: #fafafa;
  --surface: #ffffff;
  --ink: #111111;
  --ink-2: #555555;
  --ink-3: #888888;
  --rule: #eaeaea;
  --accent: #3cb371;
  --accent-2: #5c6bc0;
  --danger: #ef4444;
  --warn: #f59e0b;
  --shadow-soft: 0 24px 70px rgba(17, 17, 17, 0.08);
  --max: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  margin: 0;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

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

a:hover {
  opacity: 0.72;
}

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

h1,
h2,
h3,
.wordmark,
.button,
.eyebrow,
.header-cta {
  font-family: "Instrument Sans", system-ui, sans-serif;
}

h1 {
  font-size: clamp(50px, 8vw, 92px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 22px;
}

h2 {
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 28px;
}

h3 {
  font-size: 22px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.2;
}

.site-header {
  align-items: center;
  background: rgba(250, 250, 250, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--rule);
  display: flex;
  gap: 28px;
  height: 60px;
  justify-content: space-between;
  left: 0;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2 + 24px));
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.wordmark {
  color: var(--ink);
  font-size: 15px;
  font-weight: 650;
}

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

.nav a,
.header-cta {
  color: var(--ink-2);
  font-size: 13.5px;
  font-weight: 500;
}

.nav a[aria-current="page"] {
  color: var(--ink);
  font-weight: 600;
}

.header-cta {
  background: var(--ink);
  border-radius: 999px;
  color: var(--surface);
  font-weight: 650;
  padding: 10px 18px;
}

main {
  padding-top: 60px;
}

.hero {
  align-items: center;
  display: flex;
  min-height: calc(100vh - 60px);
  overflow: hidden;
  position: relative;
}

.editorial-hero {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(250, 250, 250, 0.88)),
    var(--bg);
}

.hero-grid {
  background-image:
    linear-gradient(rgba(17, 17, 17, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 17, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  inset: 0;
  opacity: 0.8;
  position: absolute;
}

.hero-inner {
  margin: 0 auto;
  max-width: var(--max);
  padding: 90px 24px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.eyebrow {
  align-items: center;
  color: var(--ink-2);
  display: inline-flex;
  font-size: 11px;
  font-weight: 650;
  gap: 9px;
  letter-spacing: 0;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.eyebrow span,
.status-badge span {
  background: var(--accent);
  border-radius: 999px;
  display: inline-block;
  height: 6px;
  width: 6px;
}

.hero-line {
  color: var(--ink-2);
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: clamp(22px, 3.2vw, 32px);
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 24px;
}

.lead {
  color: var(--ink-2);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
  margin: 0 auto 42px;
  max-width: 620px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 650;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
}

.button.dark {
  background: var(--ink);
  color: var(--surface);
}

.button.light {
  background: var(--surface);
  border: 1px solid var(--rule);
  color: var(--ink);
}

.section {
  border-top: 1px solid var(--rule);
  margin: 0 auto;
  max-width: var(--max);
  padding: 128px 24px;
}

.statement-section {
  background: var(--surface);
  max-width: none;
}

.statement-section > .section-copy {
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 24px;
}

.section-copy {
  max-width: 620px;
}

.wide-copy {
  max-width: 820px;
}

.section-copy p,
.section-heading p,
.product-card p,
.contact-panel p,
.closing-section p,
.legal-content p,
.legal-content li,
.support-card p,
.faq-list p {
  color: var(--ink-2);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
}

.section-heading {
  margin-bottom: 72px;
}

.split-heading {
  align-items: end;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.8fr);
}

.principle-grid {
  background: var(--rule);
  border: 1px solid var(--rule);
  border-radius: 8px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.principle-grid article {
  background: var(--surface);
  min-height: 260px;
  padding: 34px;
}

.principle-grid article:hover {
  background: var(--bg);
}

.principle-grid span,
.workflow-number {
  color: var(--accent);
  display: block;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 650;
  margin-bottom: 42px;
}

.principle-grid p {
  color: var(--ink-2);
  font-size: 14.5px;
}

.products-section,
.company-section {
  max-width: var(--max);
}

.product-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.product-card {
  border: 1px solid var(--rule);
  border-radius: 8px;
  min-height: 500px;
  overflow: hidden;
  padding: 40px;
  position: relative;
}

.fridge-card {
  align-items: center;
  background: linear-gradient(145deg, #f0fff6 0%, #e8f8f0 44%, #f5f9ff 100%);
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) 250px;
}

.next-card {
  background: linear-gradient(145deg, #f7f7f9 0%, #f0f0f5 62%, #fafafa 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.status-badge {
  align-items: center;
  background: rgba(60, 179, 113, 0.1);
  border: 1px solid rgba(60, 179, 113, 0.22);
  border-radius: 999px;
  color: var(--accent);
  display: inline-flex;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 650;
  gap: 8px;
  letter-spacing: 0;
  margin-bottom: 26px;
  padding: 5px 12px;
  text-transform: uppercase;
}

.status-badge.muted {
  background: rgba(17, 17, 17, 0.05);
  border-color: rgba(17, 17, 17, 0.1);
  color: rgba(17, 17, 17, 0.54);
}

.product-card h3 {
  font-size: clamp(30px, 3.4vw, 42px);
  margin-bottom: 18px;
}

.product-meta {
  color: rgba(17, 17, 17, 0.45);
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 650;
  margin-top: 40px;
  text-transform: uppercase;
}

.phone-mockup {
  display: flex;
  justify-content: center;
}

.phone-shell {
  background: #1a1a1a;
  border-radius: 36px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.24);
  height: 440px;
  padding: 6px;
  width: 220px;
}

.phone-screen {
  background: #f0fff6;
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
  padding: 12px 14px;
  position: relative;
}

.phone-status,
.phone-title,
.phone-tabs,
.food-list div {
  align-items: center;
  display: flex;
}

.phone-status {
  color: var(--ink);
  font-size: 9px;
  font-weight: 650;
  justify-content: space-between;
  margin-bottom: 18px;
}

.phone-status i {
  background: #1a1a1a;
  border-radius: 999px;
  height: 14px;
  width: 60px;
}

.phone-title {
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 14px;
}

.phone-title strong {
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 18px;
}

.phone-title span {
  color: var(--ink-2);
  font-size: 9px;
}

.phone-tabs {
  gap: 6px;
  margin-bottom: 14px;
}

.phone-tabs span {
  background: rgba(0, 0, 0, 0.06);
  border-radius: 999px;
  color: var(--ink-2);
  font-size: 8px;
  font-weight: 650;
  padding: 3px 8px;
}

.phone-tabs span:first-child {
  background: var(--ink);
  color: var(--surface);
}

.food-list {
  display: grid;
  gap: 7px;
}

.food-list div {
  background: var(--surface);
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  color: var(--ink);
  font-size: 9px;
  font-weight: 500;
  gap: 7px;
  justify-content: space-between;
  padding: 8px 9px;
}

.food-list b {
  color: var(--accent);
  margin-left: auto;
}

.dot {
  border-radius: 50%;
  flex-shrink: 0;
  height: 6px;
  width: 6px;
}

.dot.good {
  background: var(--accent);
}

.dot.warn {
  background: var(--warn);
}

.dot.urgent {
  background: var(--danger);
}

.phone-add {
  align-items: center;
  background: var(--ink);
  border: 0;
  border-radius: 999px;
  bottom: 22px;
  color: var(--surface);
  display: flex;
  font-size: 24px;
  height: 42px;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 42px;
}

.abstract-mark {
  align-items: end;
  display: flex;
  height: 120px;
  justify-content: end;
  margin-top: 48px;
  position: relative;
}

.abstract-mark span {
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
  display: block;
  height: 80px;
  margin-left: -28px;
  width: 80px;
}

.abstract-mark span:first-child {
  background: rgba(17, 17, 17, 0.04);
}

.company-section,
.contact-section {
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
}

.company-table {
  border: 1px solid var(--rule);
  border-radius: 8px;
  overflow: hidden;
}

.company-table div {
  align-items: center;
  background: var(--surface);
  border-bottom: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  padding: 18px 22px;
}

.company-table div:last-child {
  border-bottom: 0;
}

.company-table span {
  color: var(--ink-2);
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
}

.company-table strong {
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

.contact-lines {
  margin-top: 44px;
}

.contact-lines p {
  color: var(--ink-2);
  font-size: 14px;
}

.contact-lines strong {
  color: var(--ink);
  margin-right: 18px;
}

.contact-lines a {
  color: var(--accent);
  font-weight: 600;
}

.contact-panel {
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 8px;
  padding: 34px;
}

.closing-section {
  background: var(--surface);
  border-top: 1px solid var(--rule);
  padding: 150px 24px;
  text-align: center;
}

.closing-section h2 {
  font-size: clamp(42px, 7vw, 96px);
}

.closing-section p {
  margin: 0 auto;
  max-width: 600px;
}

.site-footer {
  background: var(--surface);
  border-top: 1px solid var(--rule);
  padding: 64px max(24px, calc((100vw - var(--max)) / 2 + 24px)) 38px;
}

.footer-top {
  display: flex;
  gap: 56px;
  justify-content: space-between;
  margin-bottom: 56px;
}

.footer-top strong {
  display: block;
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 15px;
  margin-bottom: 8px;
}

.footer-top p,
.footer-bottom p,
.footer-links a {
  color: var(--ink-2);
  font-size: 13px;
}

.footer-links {
  display: grid;
  gap: 58px;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
}

.footer-links div {
  display: grid;
  gap: 12px;
}

.footer-links span {
  color: var(--ink);
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 650;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.footer-bottom {
  align-items: end;
  border-top: 1px solid var(--rule);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-top: 34px;
}

.page {
  padding-top: 60px;
}

.page-hero {
  background: var(--surface);
  border-bottom: 1px solid var(--rule);
  padding: 82px max(24px, calc((100vw - var(--max)) / 2 + 24px));
}

.page-hero h1 {
  font-size: clamp(42px, 6vw, 72px);
  margin-bottom: 18px;
}

.page-hero .lead {
  margin: 0;
  max-width: 620px;
}

.page-content {
  margin: 0 auto;
  max-width: var(--max);
  padding: 80px 24px;
}

.support-layout {
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1fr) 340px;
}

.support-layout h2,
.support-card h2 {
  font-size: 28px;
  line-height: 1.15;
  margin-bottom: 28px;
}

.support-card h2 {
  font-size: 22px;
}

.faq-list {
  border-top: 1px solid var(--rule);
}

.faq-item {
  border-bottom: 1px solid var(--rule);
  padding: 28px 0;
}

.faq-item h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.support-card {
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 8px;
  padding: 28px;
}

.large-link {
  color: var(--accent);
  font-size: 18px;
  font-weight: 600;
  word-break: break-word;
}

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

.cards article {
  background: var(--surface);
  border: 1px solid var(--rule);
  border-radius: 8px;
  padding: 24px;
}

.notice,
.note {
  background: #fffaf1;
  border: 1px solid #f5dfb8;
  border-radius: 8px;
  color: #6f4614;
  margin-top: 48px;
  padding: 28px;
}

.notice p,
.note p {
  color: #6f4614;
}

.legal-page {
  max-width: none;
}

.legal-content {
  margin: 0 auto;
  max-width: 760px;
  padding: 80px 24px;
}

.legal-content h2 {
  border-top: 1px solid var(--rule);
  font-family: "Instrument Sans", system-ui, sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  margin: 46px 0 16px;
  padding-top: 38px;
}

.legal-content h2:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.legal-content ul {
  padding-left: 22px;
}

.legal-content a {
  color: var(--accent);
  font-weight: 600;
}

@media (max-width: 980px) {
  .nav,
  .header-cta {
    display: none;
  }

  .site-header {
    justify-content: center;
  }

  .split-heading,
  .product-grid,
  .fridge-card,
  .company-section,
  .contact-section,
  .support-layout,
  .principle-grid {
    grid-template-columns: 1fr;
  }

  .fridge-card {
    justify-items: center;
  }

  .product-copy {
    max-width: 560px;
  }

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

@media (max-width: 680px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 36px;
  }

  .hero-inner {
    padding: 74px 20px;
  }

  .section,
  .page-content {
    padding: 84px 20px;
  }

  .statement-section > .section-copy,
  .page-hero,
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-card,
  .contact-panel,
  .support-card {
    padding: 24px;
  }

  .footer-top,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .company-table div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .company-table strong {
    text-align: left;
  }
}
