:root {
  --ink: #071c26;
  --ink-2: #0d2b36;
  --ice: #dff7f8;
  --blue: #75d7df;
  --paper: #f7fbfb;
  --white: #fff;
  --red: #c64138;
  --salmon: #ff9d78;
  --muted: #61717a;
  --line: #d8e4e6;
  --shadow: 0 22px 60px rgba(7, 28, 38, 0.15);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
button,
a,
input {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
a {
  color: inherit;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
.topbar {
  height: 78px;
  padding: 0 clamp(20px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: var(--ink);
  color: var(--white);
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 1.05rem;
  white-space: nowrap;
}
.brand strong {
  color: var(--blue);
}
.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: var(--ink);
  border-radius: 50%;
  font-size: 19px;
}
.topbar nav {
  display: flex;
  gap: 28px;
}
.topbar nav a {
  text-decoration: none;
  color: #c9d8dc;
  font-size: 0.92rem;
}
.topbar nav a:hover {
  color: #fff;
}
.nav-toggle {
  display: none;
  align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.cart-button,
.add-button,
.filter,
.icon-button {
  border: 0;
  cursor: pointer;
}
.cart-button {
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  color: #fff;
  font-weight: 600;
}
.cart-count {
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  display: grid;
  place-items: center;
  border-radius: 99px;
  background: var(--red);
  font-size: 0.82rem;
}
.hero {
  min-height: 670px;
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  overflow: hidden;
}
.hero-copy {
  padding: clamp(70px, 9vw, 130px) clamp(28px, 7vw, 110px);
  padding-right: clamp(30px, 5vw, 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--blue);
  margin: 0 0 17px;
}
.eyebrow.dark {
  color: #167882;
}
.hero h1,
.section-heading h2,
.process-section h2 {
  font-family: "Fraunces", serif;
  letter-spacing: -0.035em;
  line-height: 1.02;
  margin: 0;
}
.hero h1 {
  font-size: clamp(3.2rem, 6vw, 6rem);
  max-width: 780px;
}
.hero h1 em {
  font-style: italic;
  color: var(--blue);
}
.hero-lead {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  max-width: 580px;
  color: #c7d5d9;
  margin: 28px 0 32px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}
.button {
  border: 0;
  border-radius: 6px;
  padding: 15px 23px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.button.primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 10px 30px rgba(233, 79, 68, 0.24);
}
.button.primary:hover {
  background: #b93129;
  transform: translateY(-1px);
}
.button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}
.button.dark {
  background: var(--ink);
}
.text-link {
  text-decoration: none;
  font-weight: 600;
  color: #fff;
}
.text-link span {
  color: var(--blue);
  margin-left: 5px;
}
.trust-row {
  list-style: none;
  padding: 0;
  margin: 58px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding-top: 25px;
}
.trust-row li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.trust-row strong {
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
  color: #fff;
}
.trust-row span {
  font-size: 0.75rem;
  color: #9cb0b6;
}
.hero-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}
.hero-visual picture {
  position: absolute;
  inset: 0;
  display: block;
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--ink) 0%, transparent 18%),
    linear-gradient(0deg, rgba(7, 28, 38, 0.45), transparent 45%);
}
.cold-badge {
  position: absolute;
  right: 30px;
  bottom: 28px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  border-radius: 999px;
  padding: 10px 15px;
  font-size: 0.8rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}
.cold-badge span {
  color: #168a96;
  margin-right: 6px;
}
.catalog-section {
  padding: 110px clamp(20px, 6vw, 90px) 120px;
}
.catalog-hero {
  padding: clamp(76px, 9vw, 125px) clamp(20px, 7vw, 105px);
  background:
    radial-gradient(circle at 82% 18%, rgba(117, 215, 223, 0.19), transparent 30%),
    var(--ink);
  color: #fff;
}
.catalog-hero h1 {
  font-family: "Fraunces", serif;
  font-size: clamp(3.2rem, 6vw, 6rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0;
  max-width: 900px;
}
.catalog-hero > p:last-child {
  color: #c7d5d9;
  font-size: 1.08rem;
  max-width: 690px;
  margin: 26px 0 0;
}
.products-page .catalog-section {
  padding-top: 80px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 45px;
  margin-bottom: 34px;
}
.section-heading h2 {
  font-size: clamp(2.6rem, 4.5vw, 4.3rem);
}
.section-heading > p {
  max-width: 440px;
  color: var(--muted);
  margin: 0;
}
.filters {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 0 0 32px;
}
.filter {
  padding: 10px 18px;
  border-radius: 99px;
  background: #e7eff0;
  color: #45565e;
  font-weight: 600;
}
.filter.active {
  background: var(--ink);
  color: #fff;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.featured-products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
}
.featured-actions {
  margin-top: 34px;
}
.product-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 0.22s ease;
  min-width: 0;
  scroll-margin-top: 100px;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.product-card[hidden] {
  display: none;
}
.filter-empty {
  border: 1px dashed #afc4c8;
  border-radius: 12px;
  margin-top: 20px;
  padding: 70px 24px;
  text-align: center;
  background: #fff;
}
.filter-empty[hidden] {
  display: none;
}
.filter-empty span {
  color: #58c7d1;
  display: block;
  font-size: 2.8rem;
}
.filter-empty h3 {
  font-family: "Fraunces", serif;
  font-size: 1.7rem;
  margin: 10px 0 5px;
}
.filter-empty p {
  color: var(--muted);
  margin: 0;
}
.product-art {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.product-art:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 28, 38, 0.02) 50%, rgba(7, 28, 38, 0.24));
  z-index: 1;
  pointer-events: none;
}
.product-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.product-card:hover .product-art img {
  transform: scale(1.035);
}
.product-art small {
  position: absolute;
  left: 16px;
  top: 15px;
  background: rgba(255, 255, 255, 0.87);
  color: var(--ink);
  border-radius: 99px;
  padding: 6px 10px;
  font-weight: 700;
  z-index: 2;
}
.product-info {
  padding: 23px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-kicker {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #16818b;
  font-weight: 700;
  margin: 0 0 7px;
}
.product-info h3 {
  font-family: "Fraunces", serif;
  font-size: 1.55rem;
  margin: 0 0 8px;
}
.product-info > p:not(.product-kicker) {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0 0 22px;
}
.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.product-footer strong {
  font-size: 1.18rem;
}
.add-button {
  padding: 9px 15px;
  border-radius: 6px;
  background: var(--ice);
  color: #08616b;
  font-weight: 700;
}
.add-button:hover {
  background: var(--blue);
  color: var(--ink);
}
.process-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  background: var(--ink);
  color: #fff;
  padding: 110px clamp(20px, 7vw, 105px);
  gap: clamp(50px, 7vw, 110px);
  align-items: center;
}
.process-intro {
  max-width: 590px;
}
.process-section h2 {
  font-size: clamp(2.8rem, 4.8vw, 4.8rem);
}
.process-intro > p:last-child {
  color: #b1c3c8;
  max-width: 500px;
  margin-top: 25px;
}
.process-list {
  list-style: none;
  padding: 0;
  margin: 42px 0 0;
}
.process-list li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.process-list li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.process-list > li > span {
  font-family: "Fraunces", serif;
  color: var(--blue);
  font-size: 1.25rem;
}
.process-list h3 {
  margin: 0 0 6px;
  font-size: 1.1rem;
}
.process-list p {
  margin: 0;
  color: #a9bdc2;
}
.coverage-card {
  align-self: center;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.28);
}
.coverage-map {
  position: relative;
  margin: 0;
  padding: 14px 14px 38px;
  background: var(--ice);
}
.coverage-map img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  background: #c9e7e9;
}
.map-attribution {
  position: absolute;
  right: 18px;
  bottom: 11px;
  color: #08616b;
  font-size: 0.74rem;
  font-weight: 700;
  text-underline-offset: 2px;
}
.coverage-copy {
  padding: 30px 32px 34px;
}
.coverage-copy h3 {
  font-family: "Fraunces", serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0;
}
.coverage-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 0.88rem;
  margin: 18px 0 0;
}
.coverage-copy .button {
  margin-top: 22px;
}
.coverage-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.coverage-chips span {
  border-radius: 99px;
  background: var(--ice);
  color: #08616b;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 8px 12px;
}
footer {
  padding: 42px clamp(20px, 6vw, 90px);
  background: #04141b;
  color: #9eb0b5;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 35px;
  font-size: 0.85rem;
}
.footer-brand {
  color: #fff;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
.footer-links a {
  color: #c0d0d4;
  text-underline-offset: 3px;
}
.legal {
  white-space: nowrap;
}
.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  z-index: 30;
}
.cart-drawer {
  position: fixed;
  right: 0;
  top: 0;
  height: 100dvh;
  width: min(450px, 100%);
  background: #fff;
  z-index: 40;
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  transform: translateX(105%);
  transition: transform 0.25s ease;
}
.cart-drawer.open {
  transform: translateX(0);
}
.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 28px;
  border-bottom: 1px solid var(--line);
}
.drawer-header .eyebrow {
  margin-bottom: 2px;
}
.drawer-header h2 {
  font-family: "Fraunces", serif;
  margin: 0;
  font-size: 2rem;
}
.icon-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eef4f4;
  font-size: 1.7rem;
  display: grid;
  place-items: center;
  color: var(--ink);
}
.cart-items {
  padding: 18px 28px;
  overflow: auto;
  flex: 1;
}
.empty-cart {
  text-align: center;
  padding: 80px 20px;
  color: var(--muted);
}
.empty-cart span {
  display: block;
  font-size: 2.8rem;
  color: #58c7d1;
}
.empty-cart h3 {
  color: var(--ink);
  margin: 12px 0 5px;
}
.empty-cart p {
  margin: 0;
}
.cart-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.cart-line h3 {
  font-size: 1rem;
  margin: 0 0 3px;
}
.cart-line p {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0;
}
.quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}
.quantity button {
  width: 29px;
  height: 29px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.remove {
  border: 0;
  background: none;
  color: #b8443d;
  padding: 0;
  margin-top: 8px;
  font-size: 0.8rem;
  cursor: pointer;
}
.cart-summary {
  padding: 22px 28px 28px;
  border-top: 1px solid var(--line);
  background: #f7fbfb;
}
.cart-summary > div {
  display: flex;
  justify-content: space-between;
  font-size: 1.05rem;
}
.cart-summary strong {
  font-size: 1.3rem;
}
.cart-summary p {
  font-size: 0.8rem;
  color: var(--muted);
}
.full {
  width: 100%;
}
dialog {
  width: min(520px, calc(100% - 28px));
  max-height: calc(100vh - 28px);
  overflow-y: auto;
  border: 0;
  border-radius: 14px;
  padding: 0;
  box-shadow: 0 25px 90px rgba(0, 0, 0, 0.28);
}
dialog::backdrop {
  background: rgba(2, 14, 20, 0.65);
  backdrop-filter: blur(3px);
}
dialog form {
  padding: 34px;
  position: relative;
}
dialog h2 {
  font-family: "Fraunces", serif;
  font-size: 2.2rem;
  margin: 0;
}
.dialog-close {
  position: absolute;
  right: 22px;
  top: 22px;
}
.dialog-copy {
  color: var(--muted);
  margin: 10px 0 25px;
}
label {
  display: block;
  font-weight: 700;
  font-size: 0.86rem;
  margin: 16px 0;
}
input,
select {
  display: block;
  width: 100%;
  margin-top: 7px;
  border: 1px solid #bfd0d3;
  border-radius: 7px;
  padding: 13px 14px;
  background: #fbfefe;
  color: var(--ink);
}
select {
  cursor: pointer;
}
input:focus,
select:focus {
  outline: 3px solid rgba(117, 215, 223, 0.35);
  border-color: #16818b;
}
.address-fields {
  margin: 18px 0 0;
  padding: 0;
  border: 0;
}
.address-fields legend {
  padding: 0;
  font-size: 0.86rem;
  font-weight: 700;
}
.address-fields label {
  margin: 10px 0 0;
}
.address-fields label span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.4;
}
.consent input {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin: 1px 0 0;
  padding: 0;
  accent-color: var(--ink);
}
.consent span {
  font-weight: 500;
}
.consent a {
  color: #086b75;
  font-weight: 700;
}
.form-note {
  text-align: center;
  color: var(--muted);
  font-size: 0.78rem;
}
.form-status {
  min-height: 1.4em;
  margin: 12px 0 0;
  color: #8f302a;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 25px;
  transform: translate(-50%, 30px);
  background: var(--ink);
  color: #fff;
  border-radius: 8px;
  padding: 12px 18px;
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
.legal-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px clamp(20px, 6vw, 76px) 110px;
}
.legal-hero {
  padding: 38px 0 54px;
  border-bottom: 1px solid var(--line);
}
.breadcrumb {
  display: inline-block;
  color: #086b75;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 32px;
  text-decoration: none;
}
.breadcrumb a {
  color: #086b75;
  text-decoration: none;
}
.breadcrumb span {
  color: #8ca0a6;
  margin: 0 8px;
}
.legal-hero h1 {
  font-family: "Fraunces", serif;
  font-size: clamp(3rem, 6vw, 5.7rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0;
  max-width: 930px;
}
.legal-hero > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 780px;
  margin: 24px 0 0;
}
.pending-notice,
.legal-note {
  border-left: 4px solid var(--salmon);
  background: #fff4ef;
  border-radius: 0 8px 8px 0;
  padding: 17px 20px;
  margin: 28px 0 0;
}
.pending-notice strong,
.legal-note strong {
  display: block;
  margin-bottom: 4px;
}
.page-index {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 28px 0 16px;
}
.page-index a {
  border: 1px solid var(--line);
  border-radius: 99px;
  color: #3f565e;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 9px 14px;
  text-decoration: none;
  background: #fff;
}
.page-index a:hover {
  border-color: var(--blue);
  color: var(--ink);
}
.policy-section {
  scroll-margin-top: 100px;
}
.hero,
.catalog-section,
.process-section {
  scroll-margin-top: 90px;
}
.policy-section {
  padding: 66px 0;
  border-bottom: 1px solid var(--line);
}
.policy-heading {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  max-width: 800px;
  margin-bottom: 32px;
}
.policy-heading > span {
  color: #16818b;
  font-family: "Fraunces", serif;
  font-size: 1.3rem;
  font-weight: 700;
  padding-top: 2px;
}
.policy-heading .eyebrow {
  margin-bottom: 10px;
}
.policy-heading h2 {
  font-family: "Fraunces", serif;
  font-size: clamp(2.15rem, 4vw, 3.55rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0 0 14px;
}
.policy-heading p {
  color: var(--muted);
  margin: 0;
}
.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.policy-grid > article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 24px;
}
.policy-grid > article:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}
.policy-grid h3 {
  margin: 0 0 8px;
}
.policy-grid p {
  color: var(--muted);
  margin: 0;
}
.data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 34px;
  margin: 0;
}
.data-grid.compact {
  margin-top: 28px;
}
.data-grid > div {
  border-bottom: 1px solid var(--line);
  padding: 13px 0;
}
.data-grid dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.data-grid dd {
  margin: 0;
  font-weight: 700;
}
.placeholder {
  color: #a64038;
  font-weight: 800;
}
.plain-list {
  padding-left: 20px;
}
.plain-list li + li {
  margin-top: 8px;
}
@media (max-width: 980px) {
  .topbar nav {
    display: flex;
    flex: 1;
    min-width: 0;
    gap: 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .topbar nav::-webkit-scrollbar {
    display: none;
  }
  .topbar nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 75px clamp(22px, 8vw, 70px) 65px;
  }
  .hero-visual {
    min-height: 480px;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-section {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
  .legal {
    text-align: right;
  }
  footer > p:nth-child(2) {
    display: none;
  }
}
@media (max-width: 640px) {
  .topbar {
    height: 68px;
    padding: 0 17px;
    gap: 10px;
  }
  .brand {
    font-size: 0.92rem;
  }
  .brand-mark {
    width: 30px;
    height: 30px;
  }
  .cart-button > span:first-child {
    display: none;
  }
  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
    padding: 10px 8px;
  }
  .topbar nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    overflow: visible;
    padding: 10px 17px 16px;
    background: var(--ink);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 35px rgba(3, 16, 22, 0.25);
  }
  .topbar nav.is-open {
    display: flex;
  }
  .topbar nav a {
    padding: 11px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .policy-section {
    scroll-margin-top: 90px;
  }
  .hero,
  .catalog-section,
  .process-section {
    scroll-margin-top: 80px;
  }
  .hero {
    min-height: 0;
  }
  .hero-copy {
    padding: 60px 20px 54px;
  }
  .hero h1 {
    font-size: 3.25rem;
  }
  .hero-lead {
    font-size: 1rem;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .trust-row {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 42px;
  }
  .trust-row li {
    display: grid;
    grid-template-columns: 85px 1fr;
    align-items: center;
  }
  .hero-visual {
    min-height: 360px;
  }
  .catalog-section {
    padding: 75px 16px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 18px;
  }
  .section-heading h2,
  .coverage-copy h3 {
    font-size: 2.7rem;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .featured-actions .button {
    width: 100%;
  }
  .product-art {
    height: 180px;
  }
  .process-section {
    padding: 75px 20px;
  }
  .process-section h2 {
    font-size: 3rem;
  }
  .process-list li {
    grid-template-columns: 45px 1fr;
    gap: 15px;
  }
  .policy-grid,
  .data-grid {
    grid-template-columns: 1fr;
  }
  .policy-grid > article:last-child:nth-child(odd) {
    grid-column: auto;
  }
  .coverage-map {
    padding: 8px 8px 34px;
  }
  .coverage-copy {
    padding: 25px 22px 28px;
  }
  .coverage-copy .button {
    width: 100%;
  }
  footer {
    grid-template-columns: 1fr;
  }
  .footer-links {
    justify-content: flex-start;
  }
  .legal {
    text-align: left;
  }
  .cart-items,
  .drawer-header,
  .cart-summary {
    padding-left: 20px;
    padding-right: 20px;
  }
  .legal-page {
    padding: 35px 18px 75px;
  }
  .legal-hero {
    padding-top: 18px;
  }
  .legal-hero h1 {
    font-size: 3.15rem;
  }
}
@media (max-width: 360px) {
  .nav-toggle > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
