:root {
  --ink: #111310;
  --paper: #f4f3ef;
  --white: #fff;
  --blue: #235cff;
  --line: #d9d8d1;
  --muted: #666960;
  --lime: #d8ff53;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

/* Netlify static build adjustments */
[hidden] {
  display: none !important;
}
.site-header nav a {
  border: 0;
  background: none;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  padding: 18px 0;
  position: relative;
}
.site-header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 12px;
  height: 1px;
  background: currentColor;
  transition: right 0.25s ease;
}
.site-header nav a:hover::after,
.site-header nav a.active::after {
  right: 0;
}
.logo-link {
  border: 0;
  background: none;
  padding: 0;
  display: inline-flex;
  justify-self: start;
}
.route-loader {
  pointer-events: none;
}
.route-loader.active {
  pointer-events: auto;
}
.intro-loader.seen {
  display: none;
}
.cart-content {
  min-height: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.drawer-head h2 span {
  color: var(--blue);
}
.product-card button.add-button {
  border: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: 0.25s ease;
}
.product-card button.add-button:hover {
  background: var(--blue);
  transform: rotate(90deg);
}
.filter-button {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  text-align: left;
  cursor: pointer;
  color: var(--muted);
}
.filter-button.active {
  color: var(--blue);
  font-weight: 800;
}
.sort-select {
  border: 1px solid var(--line);
  background: white;
  padding: 10px 38px 10px 12px;
  font-size: 11px;
}
.form-status {
  padding: 14px 16px;
  font-size: 11px;
  line-height: 1.55;
  margin: 15px 0;
}
.form-status.error {
  background: #fff0ec;
  border-left: 3px solid #d84b2f;
  color: #712716;
}
.form-status.success {
  background: #efffd0;
  border-left: 3px solid #76a900;
  color: #304600;
}
.primary-button:disabled {
  opacity: 0.55;
  cursor: wait;
}
.review-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: -5px 0 24px;
}
.review-contact > span {
  background: #f1f0eb;
  padding: 16px;
}
.review-contact small {
  display: block;
  color: var(--blue);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin-bottom: 7px;
}
.review-contact b {
  font-size: 12px;
}
.review-contact p {
  font-size: 10px;
  color: var(--muted);
  margin: 5px 0 0;
}
.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.netlify-note {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px;
  background: #eef2ff;
  color: #233d87;
  font-size: 10px;
  line-height: 1.55;
  margin: 18px 0;
}
.netlify-note b {
  display: block;
}
.legal-link {
  text-decoration: underline;
}
.noscript {
  position: fixed;
  inset: auto 20px 20px;
  z-index: 10000;
  background: #fff0ec;
  border: 1px solid #d84b2f;
  padding: 16px;
}
.not-found {
  min-height: 620px;
}
@media (max-width: 720px) {
  .site-header nav a {
    width: 100%;
    padding: 18px 26px;
    font-size: 16px;
  }
  .site-header nav a::after {
    display: none;
  }
  .review-contact {
    grid-template-columns: 1fr;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
main {
  min-height: 55vh;
}
.kicker {
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 11px;
  font-weight: 800;
}
.section-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 110px 56px;
}
.section-heading p {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 800;
  margin: 0 0 20px;
}
.section-heading h2,
.page-hero h1,
.business-banner h2,
.business-cta h2 {
  margin: 0;
  font-size: clamp(42px, 5.4vw, 80px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.94;
}
em {
  font-family: var(--serif);
  font-weight: 400;
}
.primary-button,
.light-button,
.ghost-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 24px;
  border: 1px solid var(--ink);
  font-weight: 700;
  font-size: 13px;
  transition: 0.25s ease;
  cursor: pointer;
}
.primary-button {
  background: var(--ink);
  color: white;
}
.primary-button:hover {
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-2px);
}
.light-button {
  background: white;
  color: var(--ink);
  border-color: white;
}
.light-button:hover {
  background: var(--lime);
  border-color: var(--lime);
}
.ghost-button {
  color: white;
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.08);
}
.ghost-button:hover {
  background: white;
  color: var(--ink);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-align: left;
}
.brand-lockup > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 0.85;
}
.brand-lockup b {
  font-size: 15px;
  letter-spacing: 0.08em;
}
.brand-lockup small {
  font-size: 8px;
  letter-spacing: 0.46em;
  margin-top: 7px;
  color: #777;
}
.brand-mark {
  position: relative;
  width: 31px;
  height: 31px;
  display: block;
  transform: rotate(45deg);
}
.brand-mark i {
  position: absolute;
  background: currentColor;
  border-radius: 1px;
}
.brand-mark i:nth-child(1) {
  width: 25px;
  height: 6px;
  left: 3px;
  top: 3px;
}
.brand-mark i:nth-child(2) {
  width: 6px;
  height: 25px;
  right: 2px;
  top: 3px;
}
.brand-mark i:nth-child(3) {
  width: 18px;
  height: 6px;
  left: 3px;
  bottom: 2px;
}
.brand-lockup.compact {
  color: white;
  transform: scale(1.2);
}
.brand-lockup.compact small {
  color: #aeb4c1;
}
.intro-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #0d1015;
  color: white;
  overflow: hidden;
  display: grid;
  place-items: center;
  transition:
    opacity 0.55s ease,
    transform 0.7s cubic-bezier(0.77, 0, 0.18, 1);
}
.intro-loader.is-leaving {
  opacity: 0;
  transform: translateY(-100%);
}
.intro-grid {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 80px 80px;
  animation: gridMove 4s linear infinite;
}
@keyframes gridMove {
  to {
    background-position: 80px 80px;
  }
}
.intro-orbit {
  position: absolute;
  width: min(58vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  animation: spin 9s linear infinite;
}
.intro-orbit:before,
.intro-orbit:after {
  content: "";
  position: absolute;
  inset: 16%;
  border: 1px solid rgba(35, 92, 255, 0.5);
  border-radius: 50%;
}
.intro-orbit:after {
  inset: 34%;
  border-color: rgba(216, 255, 83, 0.25);
}
.intro-orbit span {
  position: absolute;
  width: 7px;
  height: 7px;
  background: var(--blue);
  border-radius: 50%;
}
.intro-orbit span:nth-child(1) {
  left: 8%;
  top: 22%;
}
.intro-orbit span:nth-child(2) {
  right: 3%;
  top: 46%;
  background: var(--lime);
}
.intro-orbit span:nth-child(3) {
  bottom: 6%;
  left: 38%;
  background: white;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.intro-logo {
  position: relative;
  z-index: 2;
  text-align: center;
}
.intro-logo .brand-lockup {
  transform: scale(2.2);
  margin-bottom: 48px;
}
.intro-logo .brand-lockup small {
  color: #bbc0c9;
}
.intro-logo p {
  color: #aeb4c1;
  text-transform: uppercase;
  letter-spacing: 0.36em;
  font-size: 10px;
}
.intro-line {
  width: 220px;
  height: 1px;
  background: #303641;
  margin: 22px auto 0;
  overflow: hidden;
}
.intro-line i {
  display: block;
  width: 60%;
  height: 100%;
  background: var(--blue);
  animation: loadline 1.4s ease-in-out infinite;
}
@keyframes loadline {
  0% {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(180%);
  }
}
.intro-caption {
  position: absolute;
  left: 5vw;
  right: 5vw;
  bottom: 34px;
  display: flex;
  justify-content: space-between;
  color: #5b626d;
  font-size: 9px;
  letter-spacing: 0.35em;
}
.route-loader {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
  background: #101318;
  opacity: 0;
  visibility: hidden;
  transition: 0.18s ease;
}
.route-loader.active {
  opacity: 1;
  visibility: visible;
}
.route-loader > span:last-child {
  width: 90px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue) 0 55%, #313640 55%);
  animation: routeBar 0.7s ease infinite;
}
@keyframes routeBar {
  50% {
    transform: scaleX(0.55);
  }
}

.announcement {
  height: 29px;
  padding: 0 42px;
  background: var(--ink);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9vw;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 9px;
}
.announcement span:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--lime);
  margin-right: 10px;
  vertical-align: middle;
}
.site-header {
  height: 81px;
  position: sticky;
  top: 0;
  z-index: 500;
  background: rgba(244, 243, 239, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 42px;
}
.logo-button,
.site-header nav button,
.header-actions button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}
.logo-button {
  justify-self: start;
  padding: 0;
}
.site-header nav {
  display: flex;
  gap: 32px;
}
.site-header nav button,
.text-action {
  font-size: 12px;
  font-weight: 700;
}
.site-header nav button:hover,
.text-action:hover {
  color: var(--blue);
}
.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 22px;
}
.cart-button {
  height: 42px !important;
  padding: 0 7px 0 15px !important;
  border: 1px solid var(--ink) !important;
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 700;
  font-size: 11px;
}
.cart-button b {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  display: grid;
  place-items: center;
}
.bag-icon {
  width: 12px;
  height: 13px;
  border: 1.5px solid currentColor;
  position: relative;
  display: inline-block;
}
.bag-icon:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 5px;
  border: 1.5px solid currentColor;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  left: 1.5px;
  top: -6px;
}
.menu-button {
  display: none;
}

.hero {
  min-height: calc(100vh - 110px);
  height: 780px;
  position: relative;
  overflow: hidden;
  color: white;
  background: #131720;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: heroIn 1.4s ease both;
}
@keyframes heroIn {
  from {
    transform: scale(1.06);
    filter: brightness(0.4);
  }
  to {
    transform: scale(1);
    filter: brightness(1);
  }
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(7, 10, 14, 0.96) 0%,
      rgba(7, 10, 14, 0.74) 38%,
      rgba(7, 10, 14, 0.1) 72%
    ),
    linear-gradient(0deg, rgba(7, 10, 14, 0.55), transparent 50%);
}
.hero-copy {
  position: absolute;
  z-index: 2;
  left: 7vw;
  top: 50%;
  transform: translateY(-51%);
  width: min(620px, 46vw);
}
.hero-copy h1 {
  font-size: clamp(58px, 7vw, 108px);
  line-height: 0.87;
  letter-spacing: -0.067em;
  font-weight: 500;
  margin: 0;
}
.hero-copy h1 em {
  color: #f0f1ec;
}
.hero-copy > p:not(.kicker) {
  max-width: 500px;
  color: #c8cbd0;
  line-height: 1.7;
  font-size: 16px;
  margin: 32px 0;
}
.hero-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}
.hero-index {
  position: absolute;
  right: 42px;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 9px;
  letter-spacing: 0.2em;
}
.hero-index i {
  width: 1px;
  height: 100px;
  background: linear-gradient(var(--blue) 0 30%, rgba(255, 255, 255, 0.28) 30%);
}
.hero-note {
  position: absolute;
  right: 72px;
  bottom: 42px;
  display: flex;
  flex-direction: column;
  padding-left: 18px;
  border-left: 2px solid var(--lime);
}
.hero-note b {
  font-size: 12px;
}
.hero-note span {
  margin-top: 5px;
  color: #aeb2b8;
  font-size: 11px;
}
.trust-strip {
  min-height: 105px;
  background: white;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 5vw;
}
.trust-strip div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-right: 1px solid var(--line);
}
.trust-strip div:last-child {
  border: 0;
}
.trust-strip b {
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
}
.trust-strip span {
  max-width: 120px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 8px;
  line-height: 1.5;
  color: var(--muted);
}

.intro-section {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 11vw;
}
.section-lede {
  font-size: 17px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0 0 4px;
  max-width: 520px;
}
.category-editorial {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 56px 110px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 420px;
  gap: 16px;
}
.category-panel {
  position: relative;
  overflow: hidden;
  color: white;
  background: #1a1e25;
}
.category-panel:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(4, 6, 9, 0.9),
    rgba(4, 6, 9, 0.05) 70%
  );
  transition: 0.35s;
}
.category-panel:hover img {
  transform: scale(1.035);
}
.category-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.category-panel > div {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 27px;
}
.category-panel small {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #cfd3db;
}
.category-panel h3 {
  font-size: 31px;
  margin: 8px 0;
  letter-spacing: -0.035em;
}
.category-panel p {
  font-size: 12px;
  color: #c8ccd3;
  max-width: 380px;
  line-height: 1.55;
  margin: 0 0 18px;
}
.panel-link {
  font-size: 11px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  padding-top: 13px;
}
.panel-number {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  font-size: 9px;
}
.panel-1 {
  grid-column: span 7;
}
.panel-2 {
  grid-column: span 5;
}
.panel-3 {
  grid-column: span 4;
}
.panel-4 {
  grid-column: span 4;
}
.panel-5 {
  grid-column: span 4;
}
.featured {
  background: #ecebe5;
  max-width: none;
  padding-left: max(56px, calc((100vw - 1440px) / 2 + 56px));
  padding-right: max(56px, calc((100vw - 1440px) / 2 + 56px));
}
.section-heading.row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
.section-heading.row > a {
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid;
  padding-bottom: 8px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}
.product-grid.two {
  grid-template-columns: repeat(2, minmax(260px, 430px));
}
.product-card {
  min-width: 0;
}
.product-image {
  height: 390px;
  position: relative;
  background: #e3e2dc;
  overflow: hidden;
  display: block;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.product-card:hover .product-image img {
  transform: scale(1.035);
}
.badge {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  background: var(--ink);
  color: white;
  padding: 8px 10px;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 0.13em;
}
.view-circle {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: white;
  font-size: 10px;
  font-weight: 700;
  transform: scale(0);
  transition: 0.3s;
}
.product-card:hover .view-circle {
  transform: scale(1);
}
.product-card-copy {
  padding: 20px 2px 0;
}
.product-card-copy > small {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--blue);
  font-weight: 800;
}
.product-card h3 {
  font-size: 18px;
  margin: 9px 0 8px;
}
.product-card p {
  font-size: 12px;
  line-height: 1.55;
  color: var(--muted);
  min-height: 56px;
  margin: 0;
}
.product-card-copy > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-top: 16px;
  margin-top: 13px;
}
.product-card strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
}
.product-card-copy button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--ink);
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  transition: 0.2s;
}
.product-card-copy button:hover {
  background: var(--blue);
  color: white;
  border-color: var(--blue);
}
.business-banner {
  min-height: 600px;
  color: white;
  padding: 90px max(7vw, calc((100vw - 1440px) / 2 + 50px));
  position: relative;
  background: #101319 url("/images/business-studio.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
}
.business-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(9, 12, 17, 0.98),
    rgba(9, 12, 17, 0.63) 60%,
    rgba(9, 12, 17, 0.15)
  );
}
.business-banner > div {
  position: relative;
  z-index: 2;
  max-width: 770px;
}
.business-banner h2 {
  font-size: clamp(48px, 5vw, 76px);
}
.business-banner > div > p:not(.kicker) {
  max-width: 600px;
  color: #c2c7cf;
  line-height: 1.7;
  margin: 25px 0 30px;
}
.workflow-diagram {
  position: absolute !important;
  right: 5vw;
  bottom: 36px;
  max-width: none !important;
  display: flex;
  align-items: center;
  gap: 12px;
}
.workflow-diagram span {
  font-size: 8px;
  letter-spacing: 0.15em;
}
.workflow-diagram i {
  width: 38px;
  height: 1px;
  background: #78808c;
}
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.values article {
  padding: 12px 45px 12px 0;
  border-right: 1px solid var(--line);
  margin-right: 45px;
}
.values article:last-child {
  border: 0;
}
.values article > span,
.help-cards article > span {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--blue);
}
.values h3 {
  font-size: 21px;
  margin: 28px 0 12px;
}
.values p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.page-hero {
  min-height: 510px;
  padding: 110px max(7vw, calc((100vw - 1440px) / 2 + 50px)) 80px;
  background: #e8e7e1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-hero h1 {
  font-size: clamp(58px, 7vw, 102px);
}
.page-hero > p:not(.kicker) {
  max-width: 590px;
  line-height: 1.7;
  color: var(--muted);
  margin: 30px 0 0;
}
.shop-hero {
  background: #11141a;
  color: white;
}
.shop-hero > p:not(.kicker) {
  color: #b8bdc6;
}
.shop-layout {
  max-width: 1500px;
  margin: 0 auto;
  padding: 60px 44px 120px;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 50px;
}
.shop-layout aside {
  position: sticky;
  top: 130px;
  align-self: start;
}
.shop-layout aside h3 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 0 0 20px;
}
.shop-layout aside > button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 17px 0;
  text-align: left;
  font-size: 12px;
  cursor: pointer;
}
.shop-layout aside > button b {
  font-weight: 400;
  color: #999;
}
.shop-layout aside > button.active {
  color: var(--blue);
  font-weight: 800;
}
.shop-assist {
  margin-top: 32px;
  background: var(--ink);
  color: white;
  padding: 24px;
}
.shop-assist small {
  color: #aeb3bb;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.shop-assist h4 {
  font-size: 22px;
  line-height: 1.1;
  margin: 14px 0 26px;
}
.shop-assist a {
  font-size: 11px;
  border-bottom: 1px solid;
  padding-bottom: 4px;
}
.results-head {
  height: 45px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  color: var(--muted);
}
.results-head select {
  border: 0;
  background: transparent;
  font-weight: 700;
  color: var(--ink);
  outline: 0;
}
.shop-results .product-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 16px;
}
.shop-results .product-image {
  height: 330px;
}
.category-list {
  max-width: 1440px;
  margin: 0 auto;
  padding: 50px 56px 110px;
}
.category-row {
  min-height: 290px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 100px 1fr 380px;
  align-items: center;
  gap: 40px;
  transition: 0.25s;
}
.category-row:hover {
  background: white;
  padding: 0 24px;
}
.big-index {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--blue);
}
.category-row small {
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.category-row h2 {
  font-size: 40px;
  margin: 9px 0;
}
.category-row p {
  color: var(--muted);
  font-size: 13px;
  margin: 0 0 22px;
}
.category-row div > span {
  font-size: 11px;
  font-weight: 700;
}
.category-row img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.product-detail {
  max-width: 1500px;
  margin: 0 auto;
  padding: 40px 44px 110px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 6vw;
}
.detail-image {
  height: 720px;
  position: relative;
  background: #e6e5df;
  overflow: hidden;
}
.detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-category {
  position: absolute;
  left: 22px;
  top: 20px;
  z-index: 2;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.detail-image .badge {
  left: auto;
  right: 18px;
}
.image-zoom {
  position: absolute;
  left: 20px;
  bottom: 18px;
  font-size: 9px;
  background: white;
  padding: 9px 12px;
}
.detail-copy {
  padding-top: 45px;
  max-width: 570px;
}
.detail-copy h1 {
  font-size: clamp(46px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.055em;
  margin: 0 0 22px;
}
.detail-price {
  font-family: var(--serif);
  font-size: 34px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
}
.detail-price small {
  font-family: var(--sans);
  font-size: 9px;
  color: var(--muted);
  margin-left: 8px;
}
.detail-description {
  font-size: 16px;
  line-height: 1.75;
  color: #484b45;
  margin: 28px 0;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.feature-list li {
  font-size: 12px;
}
.feature-list li span {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--lime);
  font-size: 10px;
  margin-right: 8px;
}
.detail-add {
  width: 100%;
  justify-content: space-between;
}
.order-note {
  display: flex;
  gap: 13px;
  background: white;
  padding: 18px;
  margin-top: 15px;
}
.order-note > span {
  width: 24px;
  height: 24px;
  border: 1px solid;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--serif);
}
.order-note p {
  font-size: 11px;
  line-height: 1.5;
  margin: 0;
}
.order-note b {
  display: block;
  margin-bottom: 3px;
}
.detail-services {
  margin-top: 28px;
  border-top: 1px solid var(--line);
}
.detail-services div {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}
.detail-services span,
.detail-services a {
  color: var(--muted);
}
.detail-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  background: white;
  max-width: none;
  padding-left: max(56px, calc((100vw - 1440px) / 2 + 56px));
  padding-right: max(56px, calc((100vw - 1440px) / 2 + 56px));
}
.detail-info h2 {
  font-size: 54px;
  line-height: 0.95;
  margin: 0;
}
.spec-table div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  font-size: 12px;
}
.spec-table span {
  color: var(--muted);
}

.business-hero {
  background: #13161d url("/images/business-studio.webp") center/cover no-repeat;
  color: white;
  position: relative;
  overflow: hidden;
}
.business-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(9, 12, 17, 0.97),
    rgba(9, 12, 17, 0.45)
  );
}
.business-hero > * {
  position: relative;
  z-index: 2;
}
.business-hero .primary-button {
  margin-top: 32px;
  align-self: flex-start;
}
.business-process {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 8vw;
}
.process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.process-grid article {
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.process-grid span {
  font-family: var(--serif);
  color: var(--blue);
}
.process-grid h3 {
  font-size: 19px;
  margin: 30px 0 10px;
}
.process-grid p,
.use-case-grid p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.use-cases {
  background: #e6e5df;
  padding: 100px max(7vw, calc((100vw - 1440px) / 2 + 50px));
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 8vw;
}
.use-cases h2 {
  font-size: 48px;
  letter-spacing: -0.04em;
}
.use-case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.use-case-grid article {
  background: white;
  padding: 27px;
}
.use-case-grid b {
  font-size: 16px;
}
.business-cta {
  background: var(--blue);
  color: white;
  text-align: center;
  padding: 100px 30px;
}
.business-cta p {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 9px;
}
.business-cta h2 {
  font-size: 60px;
  margin: 15px 0 30px;
}
.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
}
.about-story h2 {
  font-size: 48px;
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.04em;
}
.about-story > div:last-child {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}
.company-card {
  max-width: 1328px;
  margin: 0 auto 100px;
  background: #11151b;
  color: white;
  padding: 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
}
.company-card small {
  font-size: 9px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #9aa1ac;
}
.company-card h2 {
  font-size: 46px;
  margin: 18px 0 9px;
}
.company-card p {
  color: #adb3bd;
}
.company-card dl {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.company-card dl div {
  padding: 15px;
  border-top: 1px solid #343943;
}
.company-card dt {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #89919e;
}
.company-card dd {
  font-size: 13px;
  margin: 8px 0;
  line-height: 1.5;
}
.help-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.help-cards article {
  background: white;
  padding: 38px;
}
.help-cards h3 {
  font-size: 22px;
  margin: 35px 0 12px;
}
.help-cards p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.faq-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 56px 120px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 9vw;
}
.faq-section h2 {
  font-size: 52px;
  line-height: 0.96;
  letter-spacing: -0.04em;
}
.faq-section > div:first-child > a {
  font-size: 11px;
  font-weight: 700;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.faq-section details {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}
.faq-section summary {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
}
.faq-section summary span {
  font-size: 22px;
  font-weight: 400;
}
.faq-section details p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 13px;
  max-width: 650px;
}
.contact-layout {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #11151b;
  color: white;
}
.contact-intro {
  padding: 110px max(6vw, 60px);
  background: url("/images/business-studio.webp") center/cover;
  position: relative;
}
.contact-intro:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 11, 15, 0.8);
}
.contact-intro > * {
  position: relative;
  z-index: 2;
}
.contact-intro h1 {
  font-size: clamp(56px, 6vw, 86px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  margin: 0;
}
.contact-intro > p:not(.kicker) {
  color: #c2c7cf;
  max-width: 500px;
  line-height: 1.7;
}
.contact-methods {
  margin-top: 60px;
}
.contact-methods > a,
.contact-methods > div {
  padding: 18px 0;
  border-top: 1px solid #414650;
  display: flex;
  flex-direction: column;
}
.contact-methods small {
  color: #8f97a4;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 8px;
  margin-bottom: 7px;
}
.contact-methods b {
  font-size: 13px;
}
.contact-form {
  background: var(--paper);
  color: var(--ink);
  padding: 90px max(6vw, 60px);
}
.contact-form h2 {
  font-size: 42px;
  margin: 0 0 35px;
}
.contact-form > label,
.form-step > label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 19px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.field-row label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 19px;
}
.contact-form input,
.contact-form select,
.contact-form textarea,
.form-step input,
.form-step select,
.form-step textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: white;
  min-height: 49px;
  padding: 13px;
  outline: 0;
  text-transform: none;
  letter-spacing: 0;
}
.contact-form textarea,
.form-step textarea {
  resize: vertical;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.form-step input:focus,
.form-step select:focus,
.form-step textarea:focus {
  border-color: var(--blue);
}
label.check {
  flex-direction: row !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.5;
  align-items: flex-start;
}
label.check input {
  width: 17px !important;
  min-height: 17px !important;
  margin: 2px 5px 0 0;
}
.success-panel {
  background: white;
  padding: 30px;
  display: flex;
  gap: 18px;
  line-height: 1.7;
}
.success-panel > span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--lime);
  display: grid;
  place-items: center;
  flex: none;
}
.success-panel p {
  margin: 0;
}
.success-panel a {
  text-decoration: underline;
}

.cart-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(5, 7, 10, 0.62);
  z-index: 700;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.cart-backdrop.open {
  opacity: 1;
  visibility: visible;
}
.cart-drawer {
  position: fixed;
  z-index: 710;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(500px, 100%);
  background: var(--paper);
  transform: translateX(100%);
  transition: 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  display: flex;
  flex-direction: column;
}
.cart-drawer.open {
  transform: none;
}
.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px;
  border-bottom: 1px solid var(--line);
}
.drawer-head small {
  font-size: 8px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--muted);
}
.drawer-head h2 {
  font-size: 30px;
  margin: 6px 0 0;
}
.drawer-head h2 span {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--blue);
}
.drawer-head > button {
  border: 0;
  background: none;
  font-size: 30px;
  cursor: pointer;
}
.empty-cart {
  text-align: center;
  margin: auto;
  padding: 50px;
}
.bag-icon.large {
  width: 31px;
  height: 32px;
  margin-bottom: 25px;
}
.bag-icon.large:before {
  width: 17px;
  height: 13px;
  left: 5px;
  top: -14px;
}
.empty-cart h3 {
  font-size: 26px;
}
.empty-cart p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 28px;
}
.cart-items {
  padding: 0 25px;
  overflow: auto;
  flex: 1;
}
.cart-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}
.cart-item img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  background: #ddd;
}
.cart-item small {
  font-size: 8px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.cart-item h3 {
  font-size: 15px;
  margin: 6px 0;
}
.cart-item > b {
  font-family: var(--serif);
  font-size: 18px;
}
.quantity {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.quantity button,
.quantity span {
  width: 28px;
  height: 26px;
  border: 1px solid var(--line);
  background: white;
  display: grid;
  place-items: center;
}
.quantity .remove {
  width: auto;
  border: 0;
  background: transparent;
  margin-left: 10px;
  font-size: 9px;
  text-decoration: underline;
}
.cart-summary {
  padding: 25px;
  background: white;
  border-top: 1px solid var(--line);
}
.cart-summary > div {
  display: flex;
  justify-content: space-between;
}
.cart-summary strong {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
}
.cart-summary p {
  font-size: 10px;
  line-height: 1.6;
  color: var(--muted);
}
.full {
  width: 100%;
  justify-content: space-between;
}
.cart-summary > small {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: var(--muted);
  font-size: 9px;
}
.order-head {
  padding: 80px max(7vw, calc((100vw - 1300px) / 2));
  background: #11151b;
  color: white;
}
.order-head h1 {
  font-size: 70px;
  line-height: 0.91;
  letter-spacing: -0.055em;
  margin: 0;
}
.order-head > p:not(.kicker) {
  color: #b5bbc4;
  max-width: 580px;
  line-height: 1.6;
}
.stepper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 50px;
}
.stepper div {
  border-top: 1px solid #3f4550;
  padding-top: 12px;
  display: flex;
  gap: 11px;
  align-items: center;
  color: #666e7a;
}
.stepper div.active {
  border-color: var(--blue);
  color: white;
}
.stepper span {
  width: 23px;
  height: 23px;
  border: 1px solid;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 9px;
}
.stepper b {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.order-layout {
  max-width: 1300px;
  margin: 0 auto;
  padding: 70px 40px 120px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 50px;
}
.order-form {
  background: white;
  padding: 45px;
}
.form-step > small {
  font-size: 9px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
}
.form-step h2 {
  font-size: 35px;
  margin: 8px 0 34px;
}
.type-select {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 25px;
}
.type-select label {
  border: 1px solid var(--line);
  padding: 22px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.type-select label.active {
  border-color: var(--blue);
  box-shadow: inset 0 0 0 1px var(--blue);
}
.type-select input {
  width: 16px;
  min-height: 16px;
  margin: 0 0 18px;
}
.type-select b {
  font-size: 15px;
}
.type-select span {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.5;
  margin-top: 8px;
}
.form-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.form-buttons > button:not(.primary-button) {
  border: 0;
  background: none;
  font-weight: 700;
  font-size: 11px;
  cursor: pointer;
}
.order-aside {
  align-self: start;
  position: sticky;
  top: 130px;
  background: #e5e4de;
  padding: 28px;
}
.order-aside h3 {
  font-size: 20px;
  margin: 0 0 20px;
}
.order-aside > p {
  font-size: 12px;
  color: var(--muted);
}
.order-aside > div:not(.aside-total):not(.secure-note) {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid #cac9c2;
  padding: 13px 0;
  font-size: 11px;
}
.aside-total {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid var(--ink);
  padding: 17px 0;
}
.aside-total strong {
  font-family: var(--serif);
  font-size: 25px;
}
.order-aside > small {
  color: var(--muted);
  font-size: 9px;
}
.secure-note {
  display: flex !important;
  gap: 10px !important;
  background: white;
  padding: 15px !important;
  margin-top: 20px;
  border: 0 !important;
}
.secure-note > span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--lime);
  display: grid;
  place-items: center;
  flex: none;
}
.secure-note p {
  font-size: 9px;
  line-height: 1.5;
  margin: 0;
}
.secure-note b {
  display: block;
}
.review-products > div {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.review-products img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.review-products span {
  display: flex;
  flex-direction: column;
}
.review-products b {
  font-size: 12px;
}
.review-products small {
  font-size: 9px;
  color: var(--muted);
  margin-top: 5px;
}
.review-products strong {
  font-family: var(--serif);
}
.review-total {
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
  font-weight: 700;
}
.review-total b {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
}
.review-disclaimer,
.review-empty {
  background: #f1f0eb;
  padding: 18px;
  font-size: 10px;
  line-height: 1.7;
}
.review-empty a {
  text-decoration: underline;
  font-weight: 700;
}
.order-success,
.not-found {
  text-align: center;
  min-height: 650px;
  padding: 100px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.order-success > span {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--lime);
  display: grid;
  place-items: center;
  font-size: 30px;
}
.order-success h1,
.not-found h1 {
  font-size: 65px;
  line-height: 0.93;
  letter-spacing: -0.05em;
  margin: 12px;
}
.order-success > p:not(.kicker) {
  max-width: 640px;
  color: var(--muted);
  line-height: 1.7;
}
.order-success a:not(.primary-button) {
  text-decoration: underline;
}

.legal-hero {
  padding: 100px max(8vw, calc((100vw - 1200px) / 2));
  background: #11151b;
  color: white;
}
.legal-hero h1 {
  font-size: 70px;
  letter-spacing: -0.05em;
  margin: 0;
}
.legal-hero > p:not(.kicker) {
  max-width: 620px;
  color: #b5bbc4;
  line-height: 1.7;
}
.legal-hero small {
  font-size: 9px;
  color: #7f8792;
}
.legal-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 35px 120px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 90px;
}
.legal-layout aside {
  position: sticky;
  top: 130px;
  align-self: start;
  display: flex;
  flex-direction: column;
}
.legal-layout aside span {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 8px;
  font-weight: 800;
  margin-bottom: 14px;
}
.legal-layout aside a {
  padding: 9px 0;
  color: var(--muted);
  font-size: 10px;
}
.legal-layout aside a:hover {
  color: var(--blue);
}
.legal-layout article section {
  padding: 0 0 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 120px;
}
.legal-layout h2 {
  font-size: 25px;
  margin: 0 0 15px;
}
.legal-layout p {
  font-size: 14px;
  line-height: 1.85;
  color: #555850;
  margin: 0;
}
.footer {
  background: #0d1015;
  color: white;
  padding: 75px max(5vw, calc((100vw - 1440px) / 2 + 40px)) 25px;
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 50px;
}
.footer .brand-lockup small {
  color: #9ba2ad;
}
.footer-lead p {
  max-width: 340px;
  color: #929aa5;
  line-height: 1.7;
  font-size: 13px;
  margin-top: 25px;
}
.footer h3 {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #7e8793;
  margin: 0 0 22px;
}
.footer > div:not(.footer-lead):not(.footer-bottom) {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.footer a {
  font-size: 12px;
  color: #d7dae0;
}
.footer a:hover {
  color: var(--lime);
}
.footer-bottom {
  grid-column: 1/-1;
  border-top: 1px solid #2b3038;
  margin-top: 30px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  color: #6f7782;
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.toast {
  position: fixed;
  z-index: 800;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 25px);
  background: var(--ink);
  color: white;
  padding: 14px 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 11px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.toast.show {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.toast span {
  color: var(--lime);
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 22px;
  }
  .site-header nav {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: var(--paper);
    padding: 25px;
    display: none;
    flex-direction: column;
    border-bottom: 1px solid var(--line);
  }
  .site-header nav.open {
    display: flex;
  }
  .menu-button {
    display: flex !important;
    width: 32px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }
  .menu-button i {
    display: block;
    height: 1px;
    width: 20px;
    background: var(--ink);
  }
  .text-action {
    display: none;
  }
  .hero-copy {
    width: 70vw;
  }
  .product-grid,
  .shop-results .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .category-editorial {
    grid-auto-rows: 360px;
  }
  .category-panel {
    grid-column: span 6;
  }
  .panel-5 {
    grid-column: span 12;
  }
  .workflow-diagram {
    display: none;
  }
  .shop-layout {
    grid-template-columns: 180px 1fr;
  }
  .product-detail {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .detail-image {
    height: 600px;
  }
  .order-layout {
    grid-template-columns: 1fr 310px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .contact-intro {
    min-height: 660px;
  }
  .business-process,
  .use-cases {
    grid-template-columns: 1fr;
  }
  .footer {
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 30px;
  }
}
@media (max-width: 720px) {
  .announcement {
    padding: 0 12px;
    justify-content: center;
  }
  .announcement span {
    display: none;
  }
  .announcement span:first-child {
    display: block;
  }
  .site-header {
    height: 70px;
  }
  .site-header nav {
    top: 69px;
  }
  .brand-lockup b {
    font-size: 12px;
  }
  .brand-mark {
    width: 26px;
    height: 26px;
    transform: rotate(45deg) scale(0.85);
  }
  .header-actions {
    gap: 7px;
  }
  .cart-button {
    font-size: 0;
  }
  .cart-button b {
    font-size: 10px;
  }
  .hero {
    height: 690px;
    min-height: 0;
  }
  .hero-image {
    object-position: 62% center;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, rgba(7, 10, 14, 0.96), rgba(7, 10, 14, 0.44)),
      linear-gradient(0deg, rgba(7, 10, 14, 0.75), transparent);
  }
  .hero-copy {
    left: 24px;
    right: 24px;
    width: auto;
    top: 47%;
  }
  .hero-copy h1 {
    font-size: 57px;
  }
  .hero-copy > p:not(.kicker) {
    font-size: 14px;
    max-width: 420px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    max-width: 280px;
  }
  .hero-index,
  .hero-note {
    display: none;
  }
  .trust-strip {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
  .trust-strip div {
    min-height: 90px;
    border-bottom: 1px solid var(--line);
  }
  .section-wrap {
    padding: 75px 22px;
  }
  .intro-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .category-editorial {
    padding: 0 15px 75px;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .category-panel {
    min-width: 84vw;
    height: 430px;
    scroll-snap-align: start;
  }
  .section-heading.row {
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
  }
  .product-grid,
  .shop-results .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 10px;
  }
  .product-image,
  .shop-results .product-image {
    height: 260px;
  }
  .product-card p {
    display: none;
  }
  .product-card h3 {
    font-size: 15px;
  }
  .featured {
    padding-left: 15px;
    padding-right: 15px;
  }
  .business-banner {
    padding: 75px 24px;
    min-height: 570px;
  }
  .business-banner h2 {
    font-size: 45px;
  }
  .values {
    grid-template-columns: 1fr;
  }
  .values article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    margin: 0;
    padding: 30px 0;
  }
  .page-hero {
    min-height: 430px;
    padding: 80px 22px 60px;
  }
  .page-hero h1 {
    font-size: 54px;
  }
  .shop-layout {
    display: block;
    padding: 25px 15px 80px;
  }
  .shop-layout aside {
    position: static;
    display: flex;
    overflow-x: auto;
    margin-bottom: 25px;
    gap: 8px;
  }
  .shop-layout aside h3,
  .shop-assist {
    display: none;
  }
  .shop-layout aside > button {
    min-width: max-content;
    border: 1px solid var(--line);
    padding: 11px 14px;
    gap: 15px;
  }
  .shop-layout aside > button.active {
    background: var(--ink);
    color: white;
  }
  .results-head {
    margin-bottom: 15px;
  }
  .category-list {
    padding: 20px 15px 75px;
  }
  .category-row {
    grid-template-columns: 45px 1fr;
    min-height: 230px;
    gap: 10px;
  }
  .category-row img {
    display: none;
  }
  .category-row h2 {
    font-size: 30px;
  }
  .product-detail {
    display: block;
    padding: 15px 15px 75px;
  }
  .detail-image {
    height: 440px;
  }
  .detail-copy {
    padding: 40px 8px 0;
  }
  .detail-copy h1 {
    font-size: 49px;
  }
  .feature-list {
    grid-template-columns: 1fr;
  }
  .detail-info {
    display: block;
    padding: 70px 22px;
  }
  .detail-info > div:first-child {
    margin-bottom: 40px;
  }
  .detail-info h2 {
    font-size: 44px;
  }
  .related .product-grid.two {
    grid-template-columns: 1fr 1fr;
  }
  .business-process {
    display: block;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .use-cases {
    padding: 75px 22px;
  }
  .use-case-grid {
    grid-template-columns: 1fr;
  }
  .business-cta h2 {
    font-size: 45px;
  }
  .about-story {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .company-card {
    margin: 0 15px 75px;
    padding: 30px;
    display: block;
  }
  .company-card h2 {
    font-size: 35px;
  }
  .company-card dl {
    margin-top: 35px;
  }
  .help-cards {
    grid-template-columns: 1fr;
  }
  .faq-section {
    padding: 20px 22px 80px;
    grid-template-columns: 1fr;
  }
  .contact-intro,
  .contact-form {
    padding: 75px 22px;
  }
  .contact-intro h1 {
    font-size: 55px;
  }
  .field-row {
    grid-template-columns: 1fr;
  }
  .order-head {
    padding: 70px 22px;
  }
  .order-head h1 {
    font-size: 53px;
  }
  .stepper b {
    display: none;
  }
  .order-layout {
    display: block;
    padding: 30px 15px 80px;
  }
  .order-form {
    padding: 25px 18px;
  }
  .type-select {
    grid-template-columns: 1fr;
  }
  .order-aside {
    position: static;
    margin-top: 20px;
  }
  .legal-hero {
    padding: 70px 22px;
  }
  .legal-hero h1 {
    font-size: 50px;
  }
  .legal-layout {
    display: block;
    padding: 55px 22px;
  }
  .legal-layout aside {
    display: none;
  }
  .footer {
    padding: 60px 25px 25px;
    grid-template-columns: 1fr 1fr;
  }
  .footer-lead {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .intro-logo .brand-lockup {
    transform: scale(1.65);
  }
  .intro-orbit {
    width: 90vw;
  }
  .cart-drawer {
    width: 100%;
  }
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.form-status-error {
  background: #fff0ec;
  border-left: 3px solid #d84b2f;
  color: #712716;
  padding: 14px 16px;
  font-size: 11px;
  line-height: 1.55;
}
.form-status-error a {
  text-decoration: underline;
  font-weight: 700;
}
.primary-button:disabled {
  cursor: wait;
  opacity: 0.62;
}
.review-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: -5px 0 24px;
}
.review-contact > span {
  background: #f1f0eb;
  padding: 16px;
  display: block;
}
.review-contact small {
  display: block;
  color: var(--blue);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  margin-bottom: 7px;
}
.review-contact b {
  font-size: 12px;
}
.review-contact p {
  font-size: 10px;
  color: var(--muted);
  margin: 5px 0 0;
}

@media (max-width: 720px) {
  .review-contact {
    grid-template-columns: 1fr;
  }
  .form-status-error {
    font-size: 10px;
  }
}
@media (max-width: 430px) {
  .product-grid,
  .shop-results .product-grid {
    grid-template-columns: 1fr;
  }
  .product-image,
  .shop-results .product-image {
    height: 370px;
  }
  .related .product-grid.two {
    grid-template-columns: 1fr;
  }
  .hero-copy h1 {
    font-size: 51px;
  }
  .footer {
    grid-template-columns: 1fr;
  }
  .footer-lead,
  .footer-bottom {
    grid-column: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
