:root {
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #25291f;
  background: #f6f5ef;
  font-synthesis: none;
  line-height: 1.6;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
a,
button,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #af3c19;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.06;
}
h3 {
  font-size: 19px;
  letter-spacing: -0.035em;
  line-height: 1.35;
}
.shell {
  max-width: 1248px;
  padding: 0 48px;
  margin: auto;
}
.skip {
  position: absolute;
  left: 16px;
  top: -80px;
  padding: 12px;
  background: white;
  z-index: 2;
}
.skip:focus {
  top: 12px;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 104px;
  border-bottom: 1px solid #d9dcd1;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -0.6px;
  white-space: nowrap;
}
.brand-mark {
  display: grid;
  place-items: center;
  background: #d94b24;
  color: white;
  border-radius: 9px;
  width: 32px;
  height: 32px;
  font-size: 26px;
  line-height: 1;
}
.beta {
  font-size: 9px;
  letter-spacing: 1px;
  border: 1px solid #b9beb0;
  padding: 1px 5px;
  border-radius: 4px;
  margin-left: 2px;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
}
.header nav a:hover,
footer a:hover {
  text-decoration: underline;
}
.nav-login {
  border: 1px solid #bbc0b1;
  padding: 9px 17px;
  border-radius: 6px;
}
.nav-login span {
  margin-left: 15px;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 48px;
  padding: 80px 0 88px;
}
.eyebrow {
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 1.7px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dot {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #687b44;
  flex-shrink: 0;
}
h1 {
  font-size: clamp(52px, 5.7vw, 76px);
  margin: 25px 0;
}
h1 em {
  color: #bd4829;
  font-weight: 400;
}
.lead {
  max-width: 460px;
  color: #606456;
  font-size: 16px;
  line-height: 1.8;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px 21px;
  background: #cf4724;
  color: white;
  border: 1px solid #cf4724;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.button:hover {
  background: #b43919;
  border-color: #b43919;
}
.hero .button {
  margin-top: 28px;
}
.hero-note {
  font-size: 11px;
  color: #696e61;
  margin-top: 14px;
}
.catalog-scene {
  padding: 24px;
  background: #e9ecdf;
  border: 1px solid #e1e5d5;
  border-radius: 14px;
  transform: rotate(-1deg);
}
.scene-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scene-top .eyebrow {
  font-size: 9px;
  letter-spacing: 1.3px;
}
.scene-icon {
  font-size: 34px;
  color: #74825d;
}
.connection-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin: 21px 0 25px;
  font-size: 11px;
}
.source {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}
.source-icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  font-weight: 700;
  background: #fff;
}
.shopify {
  color: #55772b;
}
.google {
  color: #4262ae;
}
.connection-line {
  color: #879574;
  white-space: nowrap;
  overflow: hidden;
}
.catalog-card {
  border: 1px solid #dce0d1;
  background: #fffefa;
  border-radius: 10px;
  box-shadow: 0 14px 24px #3d4d2410;
  padding: 20px;
}
.card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  margin-bottom: 24px;
}
.example {
  font-size: 8px;
  letter-spacing: 1px;
  color: #6b7064;
}
.table-heading {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  color: #6c7263;
  letter-spacing: 1px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e9e0;
}
.product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px solid #e7e9e0;
}
.product-name {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 550;
}
.product small {
  display: block;
  color: #72776a;
  font-weight: 400;
  font-size: 9px;
  margin-top: 3px;
}
.swatch {
  width: 37px;
  height: 39px;
  border-radius: 5px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 28px;
}
.terracotta {
  background: #f4e3d7;
  color: #a46249;
}
.olive {
  background: #e7eadc;
  color: #6c7d4d;
}
.sand {
  background: #eee9dc;
  color: #a28b64;
}
.status {
  font-size: 8px;
  border-radius: 4px;
  background: #edf1e3;
  color: #476225;
  padding: 4px 7px;
  white-space: nowrap;
}
.issue {
  background: #fbecda;
  color: #8c5519;
}
.card-bottom {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 15px;
  font-size: 9px;
  color: #737967;
}
.scene-caption {
  text-align: center;
  font-size: 9px;
  color: #707861;
  margin-top: 17px;
}
.intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  border-top: 1px solid #d9dcd1;
  padding-top: 54px;
  align-items: end;
}
h2 {
  font-size: 44px;
}
.intro h2 {
  margin-top: 17px;
}
.intro > p {
  font-size: 15px;
  color: #626657;
  max-width: 430px;
}
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  padding: 46px 0 64px;
}
.feature-icon {
  font-size: 25px;
  display: block;
  margin-bottom: 14px;
  color: #6e7958;
}
.features p,
.steps p {
  font-size: 13px;
  color: #636959;
  line-height: 1.8;
  margin-top: 12px;
}
.feature-label {
  display: block;
  margin-top: 24px;
  font-size: 9px;
  letter-spacing: 1.1px;
  color: #626d52;
}
.steps-section {
  border-top: 1px solid #d9dcd1;
  padding: 57px 0 64px;
}
.steps-section h2 {
  margin-top: 16px;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 35px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.step-number {
  display: block;
  font-size: 12px;
  color: #b54626;
  margin-bottom: 17px;
}
.start-section {
  border-radius: 12px;
  background: #e9ecdf;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  scroll-margin-top: 24px;
}
.start-section h2 {
  font-size: 52px;
  margin: 18px 0;
}
.start-section > div > p:last-child {
  font-size: 12px;
  color: #606957;
  max-width: 330px;
}
.start-section form {
  align-self: center;
}
.start-section label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
.start-section input {
  display: block;
  width: 100%;
  padding: 13px;
  border: 1px solid #aab39b;
  border-radius: 6px;
  font-size: 14px;
  background: #fffefa;
  color: #25291f;
}
#shop-hint,
.form-note {
  font-size: 11px;
  color: #5d6752;
  margin: 10px 0 18px;
}
.start-section .button {
  width: 100%;
}
.form-note {
  margin-bottom: 0;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 64px;
  padding: 72px 0;
}
.faq h2 {
  font-size: 34px;
}
.faq details {
  border-bottom: 1px solid #d9dcd1;
  padding: 16px 0;
}
.faq details:first-child {
  padding-top: 0;
}
.faq summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 550;
}
.faq details p {
  font-size: 13px;
  color: #626657;
  margin: 14px 0 5px;
  line-height: 1.8;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d9dcd1;
  padding: 30px 0;
  gap: 20px;
}
footer .brand {
  font-size: 14px;
}
footer .brand-mark {
  height: 25px;
  width: 25px;
  font-size: 22px;
}
footer > span,
footer > a:last-child {
  font-size: 11px;
  color: #626657;
}
@media (min-width: 1400px) {
  .hero {
    padding-top: 96px;
    padding-bottom: 100px;
  }
}
@media (max-width: 950px) {
  .shell {
    padding: 0 28px;
  }
  .hero {
    gap: 25px;
  }
  h1 {
    font-size: 56px;
  }
  .catalog-scene {
    padding: 16px;
  }
  .catalog-card {
    padding: 14px;
  }
  .connection-row {
    font-size: 9px;
  }
  .features,
  .steps {
    gap: 24px;
  }
  .start-section {
    gap: 30px;
    padding: 32px;
  }
}
@media (max-width: 720px) {
  .shell {
    padding: 0 22px;
  }
  .header {
    min-height: 82px;
  }
  .header nav > a:not(.nav-login) {
    display: none;
  }
  .header nav {
    gap: 0;
  }
  .nav-login {
    padding: 7px 10px;
  }
  .nav-login span {
    margin-left: 5px;
  }
  .brand {
    font-size: 16px;
    gap: 7px;
  }
  .beta {
    font-size: 8px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 48px 0 52px;
    gap: 38px;
  }
  h1 {
    font-size: 60px;
  }
  .lead {
    font-size: 15px;
  }
  .hero-copy {
    max-width: 520px;
  }
  .catalog-scene {
    max-width: 500px;
    width: 100%;
    justify-self: center;
    padding: 22px;
    transform: none;
  }
  .catalog-card {
    padding: 20px;
  }
  .connection-row {
    font-size: 11px;
  }
  .intro {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 40px;
  }
  h2 {
    font-size: 38px;
  }
  .features,
  .steps {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .features {
    padding: 32px 0 44px;
  }
  .features article {
    border-bottom: 1px solid #d9dcd1;
    padding-bottom: 25px;
  }
  .features article:last-child {
    border: 0;
    padding-bottom: 0;
  }
  .feature-icon {
    margin-bottom: 8px;
  }
  .feature-label {
    margin-top: 14px;
  }
  .steps-section {
    padding: 38px 0 44px;
  }
  .step-number {
    margin-bottom: 8px;
  }
  .start-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 22px;
  }
  .start-section h2 {
    font-size: 44px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 46px 0;
  }
  .faq h2 {
    font-size: 32px;
  }
  footer {
    flex-wrap: wrap;
    padding: 24px 0;
  }
  footer > span {
    order: 3;
    width: 100%;
  }
}
@media (max-width: 370px) {
  .shell {
    padding: 0 16px;
  }
  .beta {
    display: none;
  }
  h1 {
    font-size: 51px;
  }
  .catalog-scene {
    padding: 14px;
  }
  .catalog-card {
    padding: 12px;
  }
  .product-name {
    font-size: 10px;
  }
  .swatch {
    width: 29px;
  }
  .status {
    padding: 3px 4px;
  }
  .start-section {
    padding: 24px 16px;
  }
}
