/* Core styles keep the entire site usable even if the Tailwind CDN is unavailable. */
:root {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  background: #fff;
  font-synthesis: none;
  --gutter: clamp(22px, 5vw, 80px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 35px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
img {
  display: block;
  width: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
figure,
p,
h1,
h2,
h3 {
  margin: 0;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 2px dashed currentColor;
  outline-offset: 6px;
}
::selection {
  background: #000;
  color: #fff;
}
.dark-section ::selection {
  background: #fff;
  color: #000;
}
[hidden] {
  display: none !important;
}
.shell {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: #fff;
  color: #000;
  padding: 16px;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  border-bottom: 1px solid #000;
}
.header-inner {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -1.9px;
}
.brand-star {
  font-size: 39px;
  line-height: 1;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 38px;
  font-size: 13px;
  font-weight: 600;
}
.main-nav > a:not(.nav-contact):hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.nav-contact {
  display: flex;
  gap: 28px;
  align-items: center;
  border: 1px solid #000;
  padding: 13px 19px;
}
.nav-contact:hover {
  background: #000;
  color: #fff;
}
.eyebrow,
.tiny-label {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.hero-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 39px;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin-right: 9px;
}
.tiny-label {
  font-size: 9px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
}
.hero-copy {
  padding-bottom: 18px;
}
h1 {
  font-size: clamp(53px, 5.9vw, 90px);
  font-weight: 800;
  line-height: 0.99;
  letter-spacing: -0.065em;
}
.outline-text {
  -webkit-text-stroke: 1.2px currentColor;
  color: transparent;
  -webkit-text-stroke-color: #000;
}
.hero-description {
  max-width: 390px;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 29px;
  margin-bottom: 28px;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: 17px 22px;
  border: 1px solid #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  transition:
    background 0.15s,
    color 0.15s;
}
.button-dark {
  background: #000;
  color: #fff;
}
.button-dark:hover {
  background: #fff;
  color: #000;
}
.button span {
  font-size: 20px;
}
.hero-visual {
  position: relative;
  min-width: 0;
  align-self: stretch;
  min-height: 430px;
  background: #000;
  color: #fff;
  overflow: hidden;
}
.hero-visual > img {
  height: 100%;
  position: absolute;
  inset: 0;
  object-position: center;
}
.visual-mark {
  position: absolute;
  top: -14px;
  right: 20px;
  font-size: 125px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  mix-blend-mode: difference;
}
.hero-visual figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  background: #000;
  padding: 18px 20px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.2px;
}
.platform-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid #000;
  margin-top: 55px;
  padding: 30px 0 35px;
}
.platform {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  white-space: nowrap;
}
.amazon span {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -1px;
  margin-left: 4px;
}
.walmart {
  font-size: 25px;
}
.walmart span {
  font-size: 32px;
}
.tiktok {
  font-size: 27px;
}
.explore-link {
  font-size: 10px;
  display: flex;
  gap: 24px;
  align-items: center;
}
.explore-link span {
  font-size: 22px;
}
.dark-section {
  background: #000;
  color: #fff;
}
.services {
  padding: 76px 0 72px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 2fr auto;
  gap: 35px;
  margin-bottom: 54px;
}
h2 {
  font-size: clamp(36px, 3.7vw, 56px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.08;
}
.section-heading p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 22px;
}
.heading-arrow {
  font-size: 70px;
  line-height: 0.9;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.service-card {
  border: 1px solid #fff;
  padding: 23px 23px 0;
  display: flex;
  flex-direction: column;
}
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.card-top .eyebrow {
  font-size: 8px;
  letter-spacing: 1.3px;
}
.card-top > span:last-child {
  font-size: 25px;
}
.service-card h3 {
  font-size: 30px;
  letter-spacing: -1.1px;
  margin: 25px 0 18px;
  font-weight: 500;
}
.service-card > p {
  font-size: 12px;
  line-height: 1.85;
  min-height: 90px;
  max-width: 310px;
}
.service-card ul {
  list-style: none;
  margin: 23px 0 27px;
  padding: 0;
  font-size: 10px;
  line-height: 2.25;
}
.service-card li:before {
  content: "+";
  margin-right: 12px;
}
.service-card > a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 10px;
  border-top: 1px solid #fff;
  padding: 16px 0;
  margin-top: auto;
}
.service-card > a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.service-image {
  margin: 5px -23px 0;
  height: 190px;
  overflow: hidden;
  border-top: 1px solid #fff;
}
.service-image img {
  height: 100%;
  transition: transform 0.4s;
}
.service-card:hover img {
  transform: scale(1.035);
}
.approach {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-top: 83px;
  padding-bottom: 75px;
}
.approach h2 {
  margin-top: 28px;
}
.approach-intro > p:not(.eyebrow) {
  max-width: 335px;
  font-size: 13px;
  line-height: 1.9;
  margin-top: 23px;
}
.approach-star {
  font-size: 100px;
  display: block;
  line-height: 1;
  margin-top: 23px;
}
.steps {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}
.steps li {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 16px;
  padding: 26px 0;
  border-top: 1px solid #000;
}
.steps li:last-child {
  border-bottom: 1px solid #000;
}
.steps li > span {
  font-size: 10px;
  padding-top: 5px;
}
.steps h3 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.7px;
}
.steps p {
  font-size: 12px;
  line-height: 1.9;
  margin-top: 12px;
  max-width: 340px;
}
.contact {
  padding: 70px 0 76px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: end;
  margin-top: 32px;
}
.contact h2 {
  position: relative;
  font-size: clamp(52px, 6.6vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}
.dark-section .outline-text {
  -webkit-text-stroke-color: #fff;
}
.contact-arrow {
  font-size: 65px;
  position: absolute;
  right: 10px;
  top: -5px;
}
.contact-details > p:first-child {
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 24px;
}
.contact-email {
  font-size: clamp(18px, 2.2vw, 32px);
  letter-spacing: -0.9px;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 13px;
  overflow-wrap: anywhere;
}
.contact-phone {
  display: inline-block;
  margin-top: 16px;
  font-size: 18px;
}
.contact-caption {
  font-size: 10px;
  margin-top: 29px;
}
.site-footer {
  padding-top: 55px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 0.75fr;
  gap: 50px;
}
.site-footer .wordmark {
  font-size: 29px;
}
.site-footer .brand-star {
  font-size: 33px;
}
.footer-note {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 20px;
}
.footer-grid .eyebrow {
  margin-bottom: 18px;
  font-size: 9px;
}
address {
  font-style: normal;
  font-size: 12px;
  line-height: 1.9;
}
address a:hover {
  text-decoration: underline;
}
.footer-grid nav > a,
.text-button {
  display: block;
  font-size: 11px;
  line-height: 2.15;
}
.text-button {
  background: none;
  border: 0;
  padding: 0;
  text-align: left;
  color: inherit;
}
.footer-grid nav > a:hover,
.text-button:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #000;
  margin-top: 43px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 9px;
}
.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: var(--gutter);
  right: var(--gutter);
  max-width: 1100px;
  margin: auto;
  z-index: 40;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  box-shadow: 5px 5px 0 #000;
}
.cookie-banner strong {
  font-size: 13px;
}
.cookie-banner p {
  font-size: 11px;
  line-height: 1.65;
  margin-top: 5px;
}
.cookie-banner p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cookie-banner .button {
  padding: 10px 18px;
  flex-shrink: 0;
  min-width: 110px;
}
.noscript-note {
  padding: 18px;
  font-size: 12px;
  border-top: 1px solid #000;
}
.legal-intro {
  padding: 65px 0 55px;
  border-bottom: 1px solid #000;
}
.legal-intro h1 {
  font-size: clamp(55px, 7vw, 95px);
  margin: 25px 0;
}
.legal-intro > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.8;
}
.legal-intro .legal-date {
  margin-top: 18px;
  font-size: 11px !important;
}
.legal-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 70px;
  padding: 55px 0 80px;
}
.legal-nav {
  align-self: start;
  position: sticky;
  top: 35px;
  display: grid;
  gap: 21px;
  font-size: 11px;
}
.legal-nav a:hover {
  text-decoration: underline;
}
.legal-content {
  max-width: 790px;
  min-width: 0;
}
.legal-content section + section {
  border-top: 1px solid #000;
  padding-top: 50px;
  margin-top: 55px;
}
.legal-content h2 {
  margin: 13px 0 30px;
}
.legal-content h3 {
  font-size: 18px;
  line-height: 1.4;
  margin: 27px 0 10px;
  letter-spacing: -0.3px;
}
.legal-content p,
.legal-content address {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 14px;
}
.legal-content p a,
.legal-content address a {
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.legal-main {
  border-bottom: 1px solid #000;
}
.storage-details {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 15px;
  font-size: 13px;
  line-height: 1.7;
  border: 1px solid #000;
  padding: 20px;
  margin: 20px 0;
}
.storage-details dt {
  font-weight: bold;
}
.storage-details dd {
  margin: 0;
  overflow-wrap: anywhere;
}
code {
  font-size: 0.9em;
  overflow-wrap: anywhere;
}
.image-unavailable {
  background: #000;
  border: 1px solid #fff;
}
.image-unavailable img {
  visibility: hidden;
}
.image-unavailable:after {
  content: "MARKETPOST / GROWTH IN MOTION";
  position: absolute;
  inset: 45% 15px auto;
  text-align: center;
  font-size: 10px;
  letter-spacing: 2px;
  color: #fff;
}
.service-image.image-unavailable {
  position: relative;
}
@media (min-width: 1600px) {
  .hero-visual {
    min-height: 500px;
  }
}
@media (max-width: 1100px) {
  .hero-grid {
    gap: 25px;
    grid-template-columns: 1.12fr 1fr;
  }
  .hero-visual {
    min-height: 410px;
  }
  h1 {
    font-size: 6.1vw;
  }
  .service-card {
    padding: 18px 18px 0;
  }
  .service-image {
    margin-left: -18px;
    margin-right: -18px;
  }
  .service-card > p {
    min-height: 115px;
  }
  .platform {
    font-size: 24px;
  }
  .walmart {
    font-size: 22px;
  }
  .explore-link {
    display: none;
  }
  .contact-arrow {
    display: none;
  }
  .approach {
    gap: 60px;
  }
  .legal-layout {
    grid-template-columns: 200px 1fr;
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .header-inner {
    min-height: 79px;
  }
  .wordmark {
    font-size: 27px;
  }
  .brand-star {
    font-size: 30px;
  }
  .main-nav {
    gap: 18px;
    font-size: 11px;
  }
  .nav-contact {
    padding: 10px 12px;
    gap: 13px;
  }
  .hero-top {
    padding-top: 26px;
    padding-bottom: 25px;
  }
  .tiny-label {
    display: none;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  h1 {
    font-size: clamp(51px, 10.4vw, 78px);
  }
  .hero-description {
    font-size: 14px;
    max-width: 410px;
    margin-top: 23px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero-visual {
    min-height: 360px;
  }
  .hero-visual > img {
    object-position: center 40%;
  }
  .platform-strip {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 23px;
    padding: 24px 0;
  }
  .platform-strip > .eyebrow {
    flex-basis: 100%;
  }
  .platform-strip > .eyebrow br {
    display: none;
  }
  .platform {
    font-size: 23px;
  }
  .walmart {
    font-size: 22px;
  }
  .tiktok {
    font-size: 23px;
  }
  .services {
    padding: 52px 0;
  }
  .section-heading {
    grid-template-columns: 1fr auto;
    gap: 23px;
    margin-bottom: 33px;
  }
  .section-heading > .eyebrow {
    grid-column: 1/-1;
  }
  .section-heading h2 {
    font-size: 38px;
  }
  .heading-arrow {
    font-size: 54px;
  }
  .section-heading p:not(.eyebrow) {
    font-size: 12px;
  }
  .desktop-break {
    display: none;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .service-card {
    padding: 24px 24px 0;
  }
  .service-card h3 {
    font-size: 34px;
    margin-top: 19px;
  }
  .service-card > p {
    min-height: 0;
    max-width: none;
    font-size: 14px;
  }
  .service-card ul {
    font-size: 12px;
    margin: 20px 0;
  }
  .service-card > a {
    font-size: 12px;
  }
  .service-image {
    margin-left: -24px;
    margin-right: -24px;
    height: 230px;
  }
  .card-top .eyebrow {
    font-size: 9px;
  }
  .approach {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .approach-intro {
    position: relative;
  }
  .approach-intro > p:not(.eyebrow) {
    max-width: 80%;
  }
  .approach-star {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 58px;
  }
  .steps {
    margin: 0;
  }
  .steps p {
    max-width: none;
  }
  .contact {
    padding: 52px 0;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .contact h2 {
    font-size: clamp(57px, 11vw, 80px);
  }
  .contact-email {
    font-size: 25px;
  }
  .contact-details > p:first-child {
    font-size: 13px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 18px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-note {
    margin-top: 12px;
  }
  .footer-bottom {
    margin-top: 30px;
  }
  .cookie-banner {
    left: 12px;
    right: 16px;
    bottom: 14px;
    gap: 12px;
    padding: 15px;
  }
  .cookie-banner p {
    font-size: 10px;
  }
  .cookie-banner .button {
    min-width: 85px;
    gap: 14px;
    padding: 10px;
  }
  .legal-intro {
    padding: 45px 0 35px;
  }
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 30px;
  }
  .legal-nav {
    position: static;
    grid-template-columns: 1fr 1fr;
    font-size: 10px;
    gap: 18px;
  }
  .legal-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 380px) {
  .main-nav {
    gap: 12px;
  }
  .nav-contact {
    border: 0;
    padding: 0;
  }
  .nav-contact span {
    display: none;
  }
  .wordmark {
    font-size: 24px;
  }
  .brand-star {
    font-size: 27px;
  }
  .hero-visual {
    min-height: 290px;
  }
  .hero-visual figcaption {
    font-size: 7px;
    padding: 14px 12px;
  }
  .platform {
    font-size: 19px;
  }
  .platform-strip {
    gap: 17px;
  }
  .walmart span {
    font-size: 24px;
  }
  .amazon span {
    font-size: 16px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .contact-email {
    font-size: 21px;
  }
  .cookie-banner {
    align-items: start;
  }
  .cookie-banner .button {
    font-size: 10px;
    min-width: 70px;
  }
  .cookie-banner .button span {
    display: none;
  }
  .storage-details {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .storage-details dd {
    margin-bottom: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
