@font-face {
  font-family: "Specter Grotesk";
  src: url("/fonts/inter-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Specter Grotesk";
  src: url("/fonts/inter-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --type-display: clamp(3.5rem, 5vw, 4.5rem);
  --type-section: clamp(2.75rem, 3.5vw, 3.25rem);
  --type-feature: clamp(2rem, 2.6vw, 2.5rem);
  --type-card: 1.25rem;
  --type-body: 0.9375rem;
  --type-small: 0.75rem;
  --type-label: 0.625rem;
  --tracking-display: -0.045em;
  --tracking-body: -0.012em;
  --tracking-label: 0.08em;
}

body {
  font-family: "Specter Grotesk", Arial, sans-serif !important;
  font-size: var(--type-body);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: var(--tracking-body);
}

body *,
body *::before,
body *::after {
  font-family: "Specter Grotesk", Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: 500 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: var(--tracking-display) !important;
}

p,
li,
a,
button,
small,
span {
  letter-spacing: var(--tracking-body);
}

.brand,
.nav-links a,
.button,
button,
.recipe-class,
.hero-badge,
.kicker,
.tier-label {
  font-weight: 500 !important;
}

.hero h1,
.section-heading h2,
.product-copy h2,
.safety h2,
.founder h2,
.faq h2,
.cta h2,
.intro-statement,
.workflow-title p,
.quote-card blockquote,
.workflow-index h3,
.safety h3,
.deployment-grid h3,
.app-main-head h3,
.founder blockquote,
.footer-word {
  font-family: "Specter Grotesk", Arial, sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  letter-spacing: var(--tracking-display) !important;
}

.hero h1 {
  max-width: 580px !important;
  margin-block: 24px !important;
  font-size: clamp(3.25rem, 4.25vw, 4rem) !important;
  line-height: 1 !important;
}

.hero-copy {
  padding-top: 165px !important;
}

.hero-lede {
  max-width: 500px !important;
}

.hero-platforms {
  display: flex;
  align-items: center;
  gap: 18px;
  width: fit-content;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 17, 20, 0.16);
}

.hero-platforms .platform-label {
  color: #111114;
  white-space: nowrap;
}

.hero-platform-logo {
  display: block;
  width: 72px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-platform-shopify {
  background-image: url("/logos/shopify.png");
}

.hero-platform-wordpress {
  background-image: url("/logos/wordpress.png");
}

.hero-platform-ghost {
  background-image: url("/logos/ghost.png");
}

.hero-platform-webflow {
  background-image: url("/logos/webflow.png");
}

.hero {
  min-height: 835px !important;
  background:
    radial-gradient(circle at 72% 18%, rgba(211, 178, 255, 0.92) 0%, rgba(211, 178, 255, 0) 36%),
    radial-gradient(circle at 90% 78%, rgba(241, 217, 196, 0.9) 0%, rgba(241, 217, 196, 0) 42%),
    linear-gradient(118deg, #eb5a22 0%, #db7d88 34%, #bd9ee8 67%, #ddd4c5 100%) !important;
  color: #111114 !important;
  border-bottom-color: #d6d3cc !important;
}

.hero .nav {
  margin-top: 16px;
  padding-inline: 24px;
  border: 1px solid rgba(17, 17, 20, 0.08) !important;
  border-radius: 0;
  background: rgba(244, 242, 237, 0.28);
  backdrop-filter: blur(24px);
}

.hero .nav-links,
.hero .hero-lede {
  color: #111114 !important;
}

.hero .light-kicker {
  color: #111114 !important;
}

.hero .button-light {
  background: #111114 !important;
  color: #f4f2ed !important;
}

.hero .button-ghost {
  border-color: #c9c6bf !important;
  color: #111114 !important;
}

.hero-art {
  display: none !important;
}

/* Above-the-fold recipe proof */
.hero-recipe-preview {
  position: absolute;
  z-index: 2;
  top: 150px;
  right: max(24px, calc((100vw - 1180px) / 2));
  width: 500px;
  height: 500px;
  box-sizing: border-box;
}

.hero-recipe-card {
  position: absolute;
  width: 300px;
  aspect-ratio: 1;
  padding: 22px;
  border: 1px solid rgba(17, 17, 20, 0.12);
  background: rgba(255, 254, 250, 0.9);
  color: #121214;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(35, 32, 25, 0.12);
}

.hero-recipe-card--one {
  z-index: 3;
  top: 0;
  left: 0;
  transform: rotate(-4deg);
}

.hero-recipe-card--two {
  z-index: 2;
  top: 100px;
  right: 0;
  transform: rotate(4deg);
}

.hero-recipe-card--three {
  z-index: 1;
  bottom: 0;
  left: 72px;
  transform: rotate(-1deg);
}

.hero-card-top,
.hero-recipe-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hero-recipe-card img {
  width: 92px;
  height: 22px;
  max-width: 42%;
  object-fit: contain;
  object-position: right center;
  flex: 0 1 auto;
}

.hero-badge,
.hero-recipe-card footer {
  color: #74716b;
  font-size: var(--type-label);
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

.hero-badge {
  padding: 4px 7px;
  border: 1px solid #d1cec6;
  background: #e5e2da;
}

.hero-recipe-card h3 {
  margin: 54px 0 10px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: var(--tracking-display);
  line-height: 1.15;
}

.hero-recipe-card p {
  margin: 0;
  color: #696761;
  font-size: var(--type-body);
  line-height: 1.5;
}

.hero-recipe-card footer {
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid #d8d4cc;
}

.hero-recipe-card footer b {
  color: inherit;
  font-size: var(--type-small);
  font-weight: 500;
}

.section-heading h2,
.product-copy h2,
.safety h2,
.founder h2,
.faq h2 {
  margin-block: 18px !important;
  font-size: var(--type-section) !important;
  line-height: 1 !important;
}

.product-copy h2 {
  font-size: clamp(2.5rem, 3.3vw, 3.5rem) !important;
}

.intro-statement {
  max-width: 800px !important;
  font-size: var(--type-feature) !important;
  line-height: 1.06 !important;
}

.workflow-title p,
.workflow-index h3,
.safety h3,
.deployment-grid h3,
.app-main-head h3 {
  font-size: var(--type-card) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
}

.deployment-main h3 {
  font-size: var(--type-feature) !important;
}

.quote-card blockquote,
.founder blockquote {
  font-size: 1.375rem !important;
  line-height: 1.25 !important;
  letter-spacing: -0.035em !important;
}

.cta h2 {
  max-width: 900px !important;
  margin-block: 28px !important;
  font-size: var(--type-display) !important;
  line-height: 0.98 !important;
}

.footer-word {
  padding-top: 60px !important;
  font-size: clamp(7rem, 17vw, 14rem) !important;
  line-height: 0.78 !important;
  letter-spacing: -0.085em !important;
}

.hero h1 em,
.section-heading h2 em,
.cta h2 em {
  color: inherit !important;
  font-style: normal !important;
  font-weight: inherit !important;
}

.workflow-metrics b,
.app-stats b {
  font-family: "Specter Grotesk", Arial, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.05em !important;
}

.mark,
.mini-brand b,
.app-nav i {
  font-family: "Specter Grotesk", Arial, sans-serif !important;
  font-weight: 500;
}

.kicker,
.tier-label,
.safety article span,
.workflow-index span {
  font-size: var(--type-label) !important;
  font-weight: 500 !important;
  letter-spacing: var(--tracking-label) !important;
}

/* Official platform logo strip */
.platform-row {
  min-height: 78px;
}

.platform-row span {
  min-height: 78px;
  padding: 18px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: min(70%, 130px) auto;
}

.platform-row span:nth-child(2) {
  background-image: url("/logos/shopify.png");
  font-size: 0 !important;
}

.platform-row span:nth-child(3) {
  background-image: url("/logos/wordpress.png");
  font-size: 0 !important;
}

.platform-row span:nth-child(4) {
  background-image: url("/logos/ghost.png");
  font-size: 0 !important;
}

.platform-row span:nth-child(5) {
  background-image: url("/logos/webflow.png");
  font-size: 0 !important;
}

.platform-row span:last-child {
  display: grid;
  place-items: center;
  font-size: 0.75rem !important;
  color: var(--muted);
}

/* Full recipe catalog */
.recipe-catalog-section {
  padding-bottom: 140px !important;
}

.recipe-catalog-section > .shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.recipe-catalog-section .section-heading {
  display: block !important;
  max-width: 760px;
  margin-bottom: 36px !important;
}

.recipe-catalog-section .section-heading h2 {
  margin-top: 0 !important;
}

.recipe-catalog-section .section-heading > p {
  margin-top: 16px !important;
}

.recipe-catalog-layout {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.recipe-filters {
  position: sticky;
  z-index: 4;
  top: 16px;
  display: grid;
  gap: 6px;
  width: 100%;
  margin: 0;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(244, 242, 237, 0.88);
  backdrop-filter: blur(18px);
  box-sizing: border-box;
}

.recipe-filters button {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
  color: #696761;
  font: 500 var(--type-small)/1 "Specter Grotesk", Arial, sans-serif;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.recipe-filters button:hover,
.recipe-filters button.is-active {
  border-color: #c9c6bf;
  background: #111114;
  color: #f4f2ed;
}

.recipe-filters img {
  width: 74px;
  height: 17px;
  object-fit: contain;
}

.recipe-filters button.is-active img {
  filter: grayscale(1) brightness(0) invert(1);
}

.recipe-filters span {
  font-size: var(--type-label);
  opacity: 0.65;
}

.recipe-catalog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.recipe-catalog-card {
  min-height: 250px;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 254, 250, 0.3);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transition: background 150ms ease, transform 150ms ease;
}

.recipe-catalog-card:hover {
  position: relative;
  z-index: 1;
  background: #fffefa;
  transform: translateY(-2px);
}

.recipe-catalog-card[hidden] {
  display: none;
}

.recipe-catalog-top,
.recipe-catalog-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.recipe-catalog-top img {
  width: 76px;
  height: 20px;
  max-width: 38%;
  object-fit: contain;
  object-position: right center;
}

.recipe-class {
  padding: 5px 7px;
  border: 1px solid #cfccc5;
  color: #67645f;
  background: #ebe8e1;
  font-size: var(--type-label);
  font-weight: 500;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

.recipe-class--analyze {
  background: #e7e0f0;
}

.recipe-class--lifecycle {
  background: #dfe9d8;
}

.recipe-catalog-card h3 {
  margin: 46px 0 10px;
  font-size: var(--type-card) !important;
  line-height: 1.15 !important;
  font-weight: 500;
  letter-spacing: var(--tracking-display) !important;
}

.recipe-catalog-card p {
  margin: 0;
  color: #6c6964;
  font-size: var(--type-small);
  line-height: 1.5;
}

.recipe-catalog-card footer {
  margin-top: auto;
  padding-top: 22px;
  color: #85817a;
  font-size: var(--type-label);
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

.recipe-price {
  color: #242321;
}

.recipe-catalog-cta {
  display: flex;
  justify-content: center;
  padding-top: 48px;
}

.founder-grid {
  align-items: stretch;
}

.founder-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.founder-copy > p:not(.kicker) {
  max-width: 560px;
  color: #aaa8a3;
}

.founder-signature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 44px;
}

.founder-signature span {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.07em;
}

.founder-signature small {
  margin-top: 10px;
  color: #777570;
  font-size: var(--type-label);
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

.founder-portrait {
  min-height: 520px;
  display: grid;
  place-items: end start;
  padding: 28px;
  border: 1px solid #2b2b30;
  background:
    linear-gradient(145deg, transparent 48%, rgba(255, 255, 255, 0.04) 48.2%, transparent 48.5%),
    linear-gradient(35deg, transparent 48%, rgba(255, 255, 255, 0.04) 48.2%, transparent 48.5%),
    #0d0d10;
  color: #777570;
  box-sizing: border-box;
}

.founder-portrait span {
  font-size: var(--type-label);
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

/* Keep layouts calm when the display type gets narrower. */
.split-heading {
  gap: 56px !important;
}

.product-grid {
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.5fr) !important;
}

.deployment-main h3,
.deployment-secondary h3 {
  margin-top: 72px !important;
}

/* Final marketing-page type and spacing system. Keep the product UI mockup compact. */
.hero-lede,
.split-heading > p,
.product-copy > p:not(.kicker),
.safety-grid p,
.deployment-grid p,
.founder p:not(.kicker),
.faq-list,
.cta > div > p:not(.kicker) {
  font-size: 0.9375rem !important;
  line-height: 1.55 !important;
  letter-spacing: var(--tracking-body) !important;
}

.intro-statement {
  font-size: var(--type-feature) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: var(--tracking-display) !important;
}

.section-heading h2,
.product-copy h2,
.safety h2,
.founder h2,
.faq h2 {
  font-size: var(--type-section) !important;
  line-height: 1.02 !important;
  letter-spacing: var(--tracking-display) !important;
}

.workflow-title p,
.workflow-index h3,
.safety h3,
.deployment-grid h3,
.app-main-head h3 {
  font-size: var(--type-card) !important;
  line-height: 1.15 !important;
  letter-spacing: var(--tracking-display) !important;
}

.deployment-main h3,
.deployment-secondary h3 {
  font-size: var(--type-feature) !important;
}

.kicker,
.tier-label,
.platform-label,
.recipe-class,
.hero-badge,
.hero-recipe-card footer,
.hero-recipe-card footer *,
.recipe-catalog-card footer,
.recipe-catalog-card footer *,
.workflow-index span,
.safety article span,
.founder blockquote span {
  font-size: var(--type-label) !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: var(--tracking-label) !important;
  text-transform: uppercase !important;
}

.nav-links,
.button,
.recipe-filters button,
.deployment-secondary a,
summary {
  font-size: var(--type-small) !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  letter-spacing: var(--tracking-body) !important;
}

.intro,
.proof,
.deployment,
.faq,
.product-dark,
.founder,
.cta {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}

.intro {
  padding-bottom: 0 !important;
}

.intro-grid {
  padding-bottom: 64px !important;
}

.recipe-catalog-section {
  padding-top: 64px !important;
}

.section-heading {
  margin-bottom: 48px !important;
}

.section-heading h2,
.product-copy h2,
.safety h2,
.founder h2,
.faq h2 {
  margin-top: 16px !important;
  margin-bottom: 24px !important;
}

.workflow-index,
.safety-grid {
  margin-top: 56px !important;
}

.deployment-grid article {
  min-height: 360px !important;
}

.deployment-main h3,
.deployment-secondary h3 {
  margin-top: 64px !important;
}

@media (max-width: 850px) {
  :root {
    --type-display: clamp(2.75rem, 13vw, 4rem);
    --type-section: clamp(2.25rem, 10vw, 3.25rem);
    --type-feature: clamp(1.8rem, 8vw, 2.5rem);
    --type-card: 1.35rem;
  }

  .hero h1 {
    max-width: 620px !important;
  }

  .hero {
    min-height: 1180px !important;
  }

  .hero-copy {
    padding-top: 100px !important;
  }

  .hero-platforms {
    display: grid;
    grid-template-columns: auto repeat(4, 1fr);
    gap: 10px;
    width: 100%;
    margin-top: 26px;
    padding-top: 16px;
  }

  .hero-platform-logo {
    width: 100%;
    height: 18px;
  }

  .hero-recipe-preview {
    top: 820px;
    right: 14px;
    left: 14px;
    height: 330px;
    width: auto;
  }

  .hero-recipe-card {
    width: 210px;
    min-height: 0;
    padding: 15px;
  }

  .hero-recipe-card--one {
    left: 4px;
  }

  .hero-recipe-card--two {
    top: 54px;
    right: 4px;
  }

  .hero-recipe-card--three {
    left: 68px;
  }

  .hero-recipe-card h3 {
    margin-top: 28px;
    font-size: 1rem;
  }

  .hero-recipe-card p {
    font-size: 0.6875rem;
  }

  .hero-recipe-card footer {
    padding-top: 8px;
  }

  .platform-row span {
    min-height: 70px;
    background-size: min(58%, 125px) auto;
  }

  .recipe-filters {
    display: flex;
    top: 8px;
    width: 100%;
    margin-bottom: 24px;
    overflow-x: auto;
    border-radius: 4px;
    box-sizing: border-box;
  }

  .recipe-catalog-layout {
    display: block;
  }

  .recipe-catalog-section > .shell {
    width: min(100% - 28px, 1180px);
  }

  .recipe-filters button {
    flex: 0 0 auto;
  }

  .recipe-catalog {
    grid-template-columns: 1fr;
  }

  .recipe-catalog-card {
    min-height: 225px;
  }

  .product-grid {
    grid-template-columns: 1fr !important;
  }

  .founder-portrait {
    min-height: 420px;
  }

  .deployment-main h3,
  .deployment-secondary h3 {
    margin-top: 48px !important;
  }

  .intro,
  .proof,
  .deployment,
  .faq,
  .product-dark,
  .founder,
  .cta {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }

  .intro {
    padding-bottom: 0 !important;
  }

  .intro-grid {
    padding-bottom: 48px !important;
  }

  .recipe-catalog-section {
    padding-top: 48px !important;
  }

  .footer-word {
    font-size: 25vw !important;
  }
}

@media (min-width: 851px) and (max-width: 1120px) {
  .hero {
    min-height: 1020px !important;
  }

  .hero-copy {
    padding-top: 105px !important;
  }

  .hero-recipe-preview {
    top: 610px;
    right: 24px;
    bottom: 28px;
    left: 24px;
    width: auto;
  }

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

@media (prefers-reduced-motion: reduce) {
}
