:root {
  --ink: #111313;
  --bone: #f6f0e7;
  --paper: #fffaf0;
  --mint: #7cffb2;
  --mint-deep: #19c6a7;
  --ruby: rgba(214, 43, 82, 0.62);
  --cobalt: rgba(36, 93, 207, 0.58);
  --lime: rgba(153, 235, 74, 0.56);
  --amber: rgba(235, 162, 48, 0.58);
  --smoke: rgba(42, 49, 53, 0.56);
  --frost: rgba(245, 255, 255, 0.68);
  --front-shell: var(--frost);
  --back-shell: var(--smoke);
  --pouch: #4e5556;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 32px), var(--max));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px;
  color: var(--bone);
  background: rgba(17, 19, 19, 0.78);
  border: 1px solid rgba(246, 240, 231, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.nav {
  display: flex;
  gap: 6px;
  align-items: center;
}

.nav a {
  padding: 9px 12px;
  border-radius: 6px;
  color: rgba(246, 240, 231, 0.78);
  font-size: 0.92rem;
}

.nav a:hover,
.nav a:focus-visible {
  background: rgba(246, 240, 231, 0.12);
  color: var(--bone);
}

.hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--ink);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 19, 19, 0.92) 0%, rgba(17, 19, 19, 0.62) 38%, rgba(17, 19, 19, 0.06) 100%),
    linear-gradient(0deg, rgba(17, 19, 19, 0.74) 0%, rgba(17, 19, 19, 0.05) 48%),
    url("brand/unplugged-locked-product-design.png") center / cover;
  transform: scale(1.02);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 132px 0 78px;
  color: var(--bone);
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--mint);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 710px;
  margin-bottom: 18px;
  font-size: 5.2rem;
  line-height: 0.95;
}

h2 {
  margin-bottom: 18px;
  font-size: 3rem;
  line-height: 1.02;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

p {
  line-height: 1.55;
}

.hero-copy {
  max-width: 550px;
  margin-bottom: 28px;
  color: rgba(246, 240, 231, 0.82);
  font-size: 1.2rem;
}

.hero-actions,
.form-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  background: linear-gradient(135deg, var(--mint), var(--mint-deep));
  color: var(--ink);
}

.button.secondary {
  border-color: rgba(246, 240, 231, 0.45);
  color: var(--bone);
  background: rgba(246, 240, 231, 0.08);
}

.band {
  padding: 86px 0;
}

.dark-band {
  background: var(--ink);
  color: var(--bone);
}

.section-grid,
.section-heading,
.builder,
.shell-grid,
.split-band,
.kit-grid,
.waitlist-inner,
.site-footer {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.section-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: start;
}

.section-grid p {
  margin: 0;
  font-size: 1.14rem;
  color: #525351;
}

.manifesto {
  background: #e8efe7;
}

.manifesto-inner {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 52px;
  align-items: start;
}

.manifesto-copy {
  font-size: 1.08rem;
  color: #3f4642;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  font-weight: 900;
  color: var(--ink);
  border-bottom: 2px solid var(--mint-deep);
}

.section-heading {
  max-width: var(--max);
  margin-bottom: 36px;
}

.section-heading h2 {
  max-width: 850px;
}

.builder {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 1.05fr);
  gap: 56px;
  align-items: center;
}

.phone-stage {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  perspective: 1200px;
}

.phone-shadow {
  position: absolute;
  width: 320px;
  height: 76px;
  bottom: 52px;
  background: rgba(0, 0, 0, 0.36);
  filter: blur(24px);
  border-radius: 50%;
}

.back-shell-preview {
  position: absolute;
  z-index: 1;
  width: 196px;
  height: 382px;
  left: 42px;
  top: 72px;
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.28), transparent 28%),
    linear-gradient(135deg, var(--back-shell), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow:
    inset 14px 18px 36px rgba(255, 255, 255, 0.22),
    inset -18px -24px 42px rgba(0, 0, 0, 0.24),
    0 28px 54px rgba(0, 0, 0, 0.32);
  transform: rotate(-10deg) translateX(-12px);
  overflow: hidden;
}

.back-shell-preview::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 22px;
  top: 24px;
  border-radius: 50%;
  background: rgba(246, 240, 231, 0.62);
  box-shadow:
    142px 0 0 rgba(246, 240, 231, 0.5),
    0 318px 0 rgba(246, 240, 231, 0.44),
    142px 318px 0 rgba(246, 240, 231, 0.38);
}

.back-camera {
  position: absolute;
  top: 44px;
  left: 42px;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: rgba(17, 19, 19, 0.45);
  box-shadow: inset 0 0 0 8px rgba(246, 240, 231, 0.22);
}

.back-speaker {
  position: absolute;
  top: 58px;
  right: 36px;
  width: 38px;
  height: 22px;
  border-top: 4px solid rgba(17, 19, 19, 0.45);
  border-bottom: 4px solid rgba(17, 19, 19, 0.35);
}

.back-battery {
  position: absolute;
  left: 54px;
  top: 122px;
  width: 88px;
  height: 158px;
  border-radius: 18px;
  background: rgba(17, 19, 19, 0.18);
  border: 1px solid rgba(246, 240, 231, 0.2);
}

.engraving-preview {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 54px;
  color: rgba(246, 240, 231, 0.78);
  font-size: 1.08rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.phone-shell {
  position: relative;
  z-index: 2;
  width: 254px;
  height: 470px;
  border-radius: 44px;
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, 0.46), transparent 26%),
    linear-gradient(135deg, var(--front-shell), rgba(255, 255, 255, 0.14)),
    linear-gradient(45deg, var(--back-shell), rgba(0, 0, 0, 0.22));
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow:
    inset 16px 16px 40px rgba(255, 255, 255, 0.22),
    inset -18px -22px 44px rgba(0, 0, 0, 0.22),
    0 32px 70px rgba(0, 0, 0, 0.34);
  transform: rotateY(-8deg) rotateX(2deg);
  overflow: hidden;
}

.phone-shell::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(246, 240, 231, 0.28);
  border-radius: 32px;
  pointer-events: none;
}

.phone-shell::after {
  content: "";
  position: absolute;
  width: 86px;
  height: 172px;
  left: 36px;
  bottom: 40px;
  border-radius: 22px;
  background: rgba(26, 28, 28, 0.42);
  box-shadow: 96px -46px 0 rgba(17, 19, 19, 0.18);
}

.glass-highlight {
  position: absolute;
  z-index: 4;
  top: -42px;
  left: 26px;
  width: 82px;
  height: 560px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  transform: rotate(18deg);
  pointer-events: none;
}

.antenna-line {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 72px;
  height: 26px;
  border-top: 3px solid rgba(246, 240, 231, 0.5);
  border-right: 3px solid rgba(246, 240, 231, 0.42);
  border-radius: 0 18px 0 0;
}

.internal-board {
  position: absolute;
  z-index: 1;
  left: 42px;
  bottom: 42px;
  width: 86px;
  height: 174px;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(124, 255, 178, 0.18) 1px, transparent 1px) 0 0 / 14px 14px,
    linear-gradient(0deg, rgba(124, 255, 178, 0.14) 1px, transparent 1px) 0 0 / 14px 14px,
    rgba(20, 68, 55, 0.42);
  border: 1px solid rgba(124, 255, 178, 0.18);
}

.internal-board::before,
.internal-board::after {
  content: "";
  position: absolute;
  left: 15px;
  width: 48px;
  height: 18px;
  border-radius: 5px;
  background: rgba(17, 19, 19, 0.42);
}

.internal-board::before {
  top: 28px;
}

.internal-board::after {
  bottom: 34px;
}

.internal-chip {
  position: absolute;
  z-index: 1;
  right: 42px;
  border-radius: 16px;
  background: rgba(17, 19, 19, 0.24);
  border: 1px solid rgba(246, 240, 231, 0.2);
}

.chip-one {
  bottom: 168px;
  width: 72px;
  height: 98px;
}

.chip-two {
  bottom: 58px;
  width: 72px;
  height: 78px;
}

.phone-screw {
  position: absolute;
  z-index: 5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(246, 240, 231, 0.66);
  box-shadow: inset 0 0 0 2px rgba(17, 19, 19, 0.16);
}

.screw-one { top: 24px; left: 26px; }
.screw-two { top: 24px; right: 26px; }
.screw-three { bottom: 26px; left: 30px; }
.screw-four { bottom: 26px; right: 30px; }

.screen {
  position: relative;
  z-index: 2;
  width: 158px;
  height: 98px;
  margin: 48px auto 16px;
  display: grid;
  place-items: center;
  border: 8px solid rgba(17, 19, 19, 0.76);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.46), transparent 42%),
    #dfead8;
  color: #1c2925;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
}

.screen span {
  font-size: 1.75rem;
  font-weight: 900;
}

.screen small {
  font-size: 0.62rem;
  font-weight: 900;
}

.speaker {
  width: 64px;
  height: 7px;
  margin: 0 auto 28px;
  border-radius: 99px;
  background: rgba(17, 19, 19, 0.76);
}

.keypad {
  position: relative;
  z-index: 2;
  width: 170px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.keypad button {
  width: 50px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(246, 240, 231, 0.84);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.12);
  font-weight: 900;
}

.keypad .accent-key {
  background: linear-gradient(135deg, var(--mint), var(--mint-deep));
}

.visible-battery {
  position: absolute;
  z-index: 1;
  right: 40px;
  bottom: 50px;
  width: 66px;
  height: 122px;
  border-radius: 14px;
  background: rgba(17, 19, 19, 0.26);
  border: 1px solid rgba(246, 240, 231, 0.26);
}

.privacy-slider {
  position: absolute;
  right: -3px;
  top: 210px;
  width: 8px;
  height: 54px;
  border-radius: 999px;
  background: var(--mint);
}

.headphone-jack {
  position: absolute;
  z-index: 5;
  left: 86px;
  bottom: 11px;
  width: 20px;
  height: 8px;
  border-radius: 99px;
  background: rgba(17, 19, 19, 0.72);
  box-shadow: inset 0 0 0 2px rgba(246, 240, 231, 0.18);
}

.usb-c-port {
  position: absolute;
  z-index: 5;
  left: 128px;
  bottom: 10px;
  width: 34px;
  height: 10px;
  border-radius: 99px;
  background: rgba(17, 19, 19, 0.72);
  box-shadow: inset 0 0 0 2px rgba(246, 240, 231, 0.18);
}

.lanyard-loop {
  position: absolute;
  left: 42px;
  bottom: 22px;
  width: 24px;
  height: 10px;
  border: 3px solid rgba(246, 240, 231, 0.68);
  border-radius: 99px;
}

.pouch-preview {
  position: absolute;
  width: 188px;
  height: 248px;
  right: 18px;
  bottom: 78px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 24px 22px 28px;
  border-radius: 30px 30px 38px 38px;
  background: var(--pouch);
  color: rgba(246, 240, 231, 0.8);
  box-shadow:
    inset 0 16px 28px rgba(255, 255, 255, 0.08),
    inset 0 -28px 42px rgba(0, 0, 0, 0.14),
    0 24px 46px rgba(0, 0, 0, 0.28);
  transform: rotate(7deg);
}

.pouch-preview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 88px;
  border-radius: 30px 30px 24px 24px;
  background: rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(124, 255, 178, 0.86);
  clip-path: polygon(0 0, 100% 0, 100% 68%, 50% 100%, 0 68%);
}

.pouch-preview::after {
  content: "";
  position: absolute;
  top: 96px;
  left: 18px;
  right: 18px;
  height: 1px;
  background: rgba(246, 240, 231, 0.18);
}

.pouch-preview span {
  position: relative;
  font-size: 0.72rem;
  font-weight: 900;
}

.controls-panel {
  display: grid;
  gap: 22px;
}

fieldset {
  border: 1px solid rgba(246, 240, 231, 0.2);
  border-radius: 8px;
  padding: 18px;
  margin: 0;
}

legend {
  padding: 0 8px;
  font-weight: 900;
}

.swatch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.engraving-label {
  display: block;
  margin-bottom: 10px;
  color: rgba(246, 240, 231, 0.78);
  font-size: 0.92rem;
  font-weight: 800;
}

.engraving-input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(246, 240, 231, 0.22);
  border-radius: 7px;
  padding: 0 12px;
  background: rgba(246, 240, 231, 0.07);
  color: var(--bone);
  text-transform: uppercase;
}

.engraving-input::placeholder {
  color: rgba(246, 240, 231, 0.42);
}

.swatch {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 8px;
  border: 1px solid rgba(246, 240, 231, 0.18);
  border-radius: 7px;
  background: rgba(246, 240, 231, 0.06);
  color: var(--bone);
  cursor: pointer;
}

.swatch.is-active {
  border-color: var(--mint);
  box-shadow: 0 0 0 2px rgba(124, 255, 178, 0.18);
}

.swatch-dot {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(246, 240, 231, 0.55);
}

.swatch-dot.frost { background: var(--frost); }
.swatch-dot.smoke { background: var(--smoke); }
.swatch-dot.ruby { background: var(--ruby); }
.swatch-dot.cobalt { background: var(--cobalt); }
.swatch-dot.lime { background: var(--lime); }
.swatch-dot.amber { background: var(--amber); }
.pouch-smoke { background: #4e5556; }
.pouch-bone { background: #e9dfcc; }
.pouch-ruby { background: #9f2445; }
.pouch-cobalt { background: #24479e; }

.shells {
  background: #f1e4d0;
}

.shell-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.shell-card,
.kit-card {
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 250, 240, 0.72);
  border: 1px solid rgba(17, 19, 19, 0.12);
}

.shell-card span {
  display: block;
  height: 120px;
  margin-bottom: 18px;
  border: 1px solid rgba(17, 19, 19, 0.14);
  border-radius: 26px;
  box-shadow: inset 12px 16px 30px rgba(255, 255, 255, 0.32), inset -8px -12px 26px rgba(17, 19, 19, 0.16);
}

.shell-card.frost span { background: var(--frost); }
.shell-card.smoke span { background: var(--smoke); }
.shell-card.ruby span { background: var(--ruby); }
.shell-card.cobalt span { background: var(--cobalt); }
.shell-card.lime span { background: var(--lime); }
.shell-card.amber span { background: var(--amber); }

.shell-card p,
.kit-card p {
  margin-bottom: 0;
  color: #51524f;
}

.split-band {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 44px;
  align-items: center;
}

.pouch-copy p {
  max-width: 520px;
  color: #51524f;
  font-size: 1.08rem;
}

.detail-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  position: relative;
  padding-left: 24px;
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mint-deep);
}

.accessory-board {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(17, 19, 19, 0.1);
  box-shadow: 0 28px 70px rgba(17, 19, 19, 0.14);
}

.specs {
  background: #fff6e8;
}

.spec-grid {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.spec-card {
  min-height: 236px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.8);
  border: 1px solid rgba(17, 19, 19, 0.12);
}

.spec-icon {
  display: inline-flex;
  min-width: 54px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--mint);
  font-size: 0.82rem;
  font-weight: 900;
}

.spec-card p {
  margin-bottom: 0;
  color: #51524f;
}

.kits {
  background: #e6f4f0;
}

.kit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.kit-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
}

.kit-card span {
  margin-top: auto;
  font-weight: 900;
}

.kit-card.featured {
  background: var(--ink);
  color: var(--bone);
}

.kit-card.featured p {
  color: rgba(246, 240, 231, 0.76);
}

.waitlist-inner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 52px;
  align-items: center;
}

.waitlist p {
  color: rgba(246, 240, 231, 0.72);
}

.signup-form {
  padding: 22px;
  border: 1px solid rgba(246, 240, 231, 0.2);
  border-radius: 8px;
  background: rgba(246, 240, 231, 0.06);
}

.signup-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
}

.signup-form input {
  min-height: 50px;
  flex: 1 1 260px;
  min-width: 0;
  border: 1px solid rgba(246, 240, 231, 0.24);
  border-radius: 7px;
  padding: 0 14px;
  color: var(--bone);
  background: rgba(0, 0, 0, 0.16);
}

.form-note {
  margin: 12px 0 0;
  font-size: 0.92rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 0;
  color: #5a5a56;
}

@media (max-width: 980px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .section-grid,
  .manifesto-inner,
  .builder,
  .split-band,
  .waitlist-inner {
    grid-template-columns: 1fr;
  }

  .shell-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .spec-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .phone-stage {
    min-height: 560px;
  }

  .back-shell-preview {
    left: 12%;
  }

  .pouch-preview {
    right: 10%;
  }
}

@media (max-width: 720px) {
  .site-header {
    top: 10px;
    flex-wrap: wrap;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav a {
    flex: 0 0 auto;
    padding: 8px 6px;
    font-size: 0.82rem;
  }

  .hero-content {
    padding-top: 152px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-copy {
    font-size: 1.02rem;
  }

  .band {
    padding: 64px 0;
  }

  .phone-stage {
    min-height: 520px;
    overflow: hidden;
  }

  .phone-shell {
    width: 220px;
    height: 410px;
  }

  .back-shell-preview {
    width: 154px;
    height: 310px;
    left: 8px;
    top: 74px;
  }

  .back-shell-preview::before {
    box-shadow:
      106px 0 0 rgba(246, 240, 231, 0.5),
      0 248px 0 rgba(246, 240, 231, 0.44),
      106px 248px 0 rgba(246, 240, 231, 0.38);
  }

  .back-camera {
    left: 34px;
    width: 36px;
    height: 36px;
  }

  .back-speaker {
    right: 28px;
    width: 30px;
  }

  .back-battery {
    left: 42px;
    top: 112px;
    width: 70px;
    height: 122px;
  }

  .engraving-preview {
    bottom: 42px;
    font-size: 0.9rem;
  }

  .screen {
    width: 138px;
    height: 86px;
  }

  .keypad {
    width: 150px;
  }

  .keypad button {
    width: 44px;
    height: 34px;
  }

  .pouch-preview {
    width: 128px;
    height: 210px;
    right: 4px;
    bottom: 84px;
  }

  .kit-grid,
  .shell-grid,
  .spec-grid {
    grid-template-columns: 1fr;
  }

  .controls-panel {
    gap: 16px;
  }

  fieldset {
    padding: 14px;
  }

  .swatch-grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 2px 10px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .swatch-grid::-webkit-scrollbar,
  .nav::-webkit-scrollbar {
    display: none;
  }

  .swatch {
    min-width: 134px;
    scroll-snap-align: start;
  }

  .pouch-options .swatch {
    min-width: 150px;
  }

  .spec-card {
    min-height: auto;
  }

  .spec-icon {
    margin-bottom: 24px;
  }

  .site-footer {
    flex-direction: column;
  }
}
