/*
Theme Name: Shop SWC
Theme URI: https://boutique.swisswebcreation.ch
Author: SwissWebCreation
Author URI: https://swisswebcreation.ch
Description: Thème officiel de la boutique tech Shop SWC, compatible WooCommerce.
Version: 1.0.0
Text Domain: shop-swc
Requires at least: 6.4
Requires PHP: 8.0
*/

:root {
  --ink: #101116;
  --paper: #f5f4ef;
  --white: #ffffff;
  --blue: #5746ff;
  --blue-dark: #3425dc;
  --lime: #d9ff63;
  --line: rgba(16, 17, 22, 0.14);
  --muted: #6b6c75;
  --font-geist-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

body.no-scroll {
  overflow: hidden;
}

[hidden] {
  display: none !important;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

button {
  color: inherit;
}

.topbar {
  min-height: 38px;
  padding: 8px clamp(20px, 4.5vw, 72px);
  background: var(--ink);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.topbar p,
.topbar a {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}

.topbar a {
  color: var(--lime);
  transition: opacity 160ms ease;
}

.topbar a:hover {
  opacity: 0.75;
}

.topbar-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(217, 255, 99, 0.12);
}

.site-header {
  height: 82px;
  padding: 0 clamp(20px, 4.5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(245, 244, 239, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}

.logo,
.header-actions,
.desktop-nav {
  display: flex;
  align-items: center;
}

.logo {
  gap: 11px;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: white;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.brand-s {
  font-size: 21px;
  font-weight: 850;
  letter-spacing: -0.08em;
  transform: translateX(-3px);
}

.brand-cross {
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  color: var(--lime);
  transform: translate(1px, -6px);
}

.logo-copy {
  display: flex;
  flex-direction: column;
}

.logo-copy strong {
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0.12em;
}

.logo-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 7px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.desktop-nav {
  gap: 34px;
}

.desktop-nav a {
  color: #3f4048;
  font-size: 13px;
  font-weight: 590;
  position: relative;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--blue);
  transition: right 180ms ease;
}

.desktop-nav a:hover::after {
  right: 0;
}

.header-actions {
  gap: 8px;
}

.icon-button,
.bag-button,
.drawer-head button,
.search-head button,
.toast button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.icon-button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.icon-button:hover {
  background: var(--ink);
  color: white;
  transform: translateY(-1px);
}

.bag-button {
  height: 42px;
  padding: 0 7px 0 14px;
  border: 1px solid var(--line);
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}

.bag-button:hover {
  border-color: var(--ink);
  background: white;
}

.bag-button span {
  font-size: 12px;
  font-weight: 620;
}

.bag-button b {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: white;
  font-size: 10px;
}

.menu-trigger {
  display: none;
}

.hero {
  min-height: calc(100vh - 120px);
  height: 770px;
  max-height: 930px;
  padding: 62px clamp(20px, 4.5vw, 72px) 48px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.hero-grid,
.selection-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(16, 17, 22, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 17, 22, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to right, black 0%, transparent 70%);
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero-glow-one {
  width: 470px;
  height: 470px;
  right: 6%;
  top: 13%;
  background: rgba(87, 70, 255, 0.11);
}

.hero-glow-two {
  width: 310px;
  height: 310px;
  right: 26%;
  bottom: -18%;
  background: rgba(217, 255, 99, 0.2);
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 2;
}

.hero-copy {
  padding-bottom: 24px;
}

.eyebrow {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #45464f;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.swiss-flag {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: inline-block;
  background: #f0484f;
  position: relative;
  box-shadow: 0 5px 14px rgba(240, 72, 79, 0.18);
}

.swiss-flag i {
  position: absolute;
  display: block;
  background: white;
  border-radius: 1px;
}

.swiss-flag i:first-child {
  width: 11px;
  height: 4px;
  top: 9px;
  left: 5.5px;
}

.swiss-flag i:last-child {
  width: 4px;
  height: 11px;
  top: 5.5px;
  left: 9px;
}

.hero h1 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(58px, 6.3vw, 102px);
  line-height: 0.91;
  font-weight: 760;
  letter-spacing: -0.075em;
}

.hero h1 span {
  color: var(--blue);
  font-weight: 520;
}

.hero-copy > p {
  max-width: 580px;
  margin: 30px 0 0;
  color: #5e5f68;
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.65;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.primary-button,
.secondary-button {
  min-height: 52px;
  padding: 0 21px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 720;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-button {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: white;
}

.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(16, 17, 22, 0.18);
}

.secondary-button {
  border: 1px solid var(--line);
  background: transparent;
}

.secondary-button:hover {
  border-color: var(--ink);
  background: white;
}

.hero-notes {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.hero-notes span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #6a6b73;
  font-size: 11px;
  font-weight: 570;
}

.hero-notes svg {
  color: var(--blue);
}

.hero-visual {
  height: 590px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.visual-orbit {
  position: absolute;
  border: 1px solid rgba(87, 70, 255, 0.2);
  border-radius: 50%;
  z-index: -1;
}

.orbit-one {
  width: 520px;
  height: 520px;
  animation: orbit 18s linear infinite;
}

.orbit-two {
  width: 410px;
  height: 410px;
  border-style: dashed;
  animation: orbit 24s linear infinite reverse;
}

.orbit-one::before,
.orbit-two::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -5px;
  background: var(--blue);
  box-shadow: 0 0 0 8px rgba(87, 70, 255, 0.08);
}

@keyframes orbit {
  to { transform: rotate(360deg); }
}

.device-card {
  width: 340px;
  height: 440px;
  padding: 18px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: white;
  background:
    radial-gradient(circle at 70% 20%, rgba(217, 255, 99, 0.38), transparent 28%),
    linear-gradient(145deg, #5a49ff, #2e20ca 72%);
  border: 9px solid #171820;
  box-shadow: 0 38px 90px rgba(45, 35, 190, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  transform: rotate(-6deg);
  position: relative;
  overflow: hidden;
}

.device-card::after {
  content: "";
  width: 240px;
  height: 240px;
  border-radius: 50%;
  position: absolute;
  right: -90px;
  bottom: -95px;
  border: 42px solid rgba(255, 255, 255, 0.08);
}

.device-topline,
.device-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}

.device-status {
  padding: 5px 8px;
  border-radius: 20px;
  background: var(--lime);
  color: var(--ink);
}

.device-symbol {
  width: 180px;
  height: 180px;
  margin: auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
}

.device-symbol .brand-mark {
  width: 84px;
  height: 84px;
  background: white;
  color: var(--blue);
  box-shadow: 0 18px 55px rgba(27, 19, 117, 0.35);
}

.device-symbol .brand-s {
  font-size: 46px;
}

.device-symbol .brand-cross {
  font-size: 29px;
  color: var(--blue-dark);
  transform: translate(2px, -13px);
}

.signal {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  background: var(--lime);
  box-shadow: 0 0 14px rgba(217, 255, 99, 0.8);
}

.signal-one { top: 16px; left: 38px; }
.signal-two { right: 17px; bottom: 48px; }
.signal-three { left: 12px; bottom: 46px; width: 6px; height: 6px; }

.floating-chip {
  padding: 11px 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.87);
  border: 1px solid rgba(16, 17, 22, 0.1);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 40px rgba(16, 17, 22, 0.1);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: absolute;
  z-index: 4;
}

.chip-one { left: 2%; top: 27%; transform: rotate(-5deg); }
.chip-two { right: 0; bottom: 18%; transform: rotate(4deg); }
.chip-two svg { color: var(--blue); }

.mini-device {
  width: 126px;
  height: 165px;
  padding: 10px;
  border: 6px solid #171820;
  border-radius: 24px;
  background: #e8e6df;
  box-shadow: 0 24px 60px rgba(16, 17, 22, 0.22);
  position: absolute;
  right: 7%;
  top: 15%;
  transform: rotate(11deg);
  z-index: 3;
}

.mini-camera {
  width: 7px;
  height: 7px;
  margin: 0 auto 7px;
  display: block;
  border-radius: 50%;
  background: #171820;
}

.mini-screen {
  width: 100%;
  height: 126px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--ink);
  background: var(--lime);
}

.scroll-cue {
  position: absolute;
  left: clamp(20px, 4.5vw, 72px);
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #84858c;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: 0.2em;
}

.scroll-cue i {
  width: 46px;
  height: 1px;
  background: #b9b9bb;
  position: relative;
  overflow: hidden;
}

.scroll-cue i::after {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  background: var(--blue);
  animation: scroll-line 1.8s ease-in-out infinite;
}

@keyframes scroll-line {
  from { left: -16px; }
  to { left: 46px; }
}

.ticker {
  padding: 16px 0;
  overflow: hidden;
  background: var(--blue);
  color: white;
  transform: rotate(-0.7deg) scale(1.02);
  position: relative;
  z-index: 3;
}

.ticker-track {
  min-width: max-content;
  display: flex;
  gap: 48px;
  animation: ticker 24s linear infinite;
}

.ticker span {
  display: flex;
  align-items: center;
  gap: 48px;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.18em;
}

.ticker span i {
  width: 8px;
  height: 8px;
  display: block;
  background: var(--lime);
  transform: rotate(45deg);
}

@keyframes ticker {
  to { transform: translateX(-50%); }
}

.categories-section {
  padding: 130px clamp(20px, 4.5vw, 72px) 140px;
}

.section-heading {
  margin-bottom: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: 60px;
}

.section-kicker {
  margin: 0 0 18px;
  color: var(--blue);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.18em;
}

.section-heading h2,
.selection-copy h2,
.launch-copy h2,
.swc-copy h2 {
  margin: 0;
  font-size: clamp(43px, 5vw, 74px);
  line-height: 0.99;
  letter-spacing: -0.055em;
}

.section-intro {
  margin: 0;
  padding-left: 26px;
  border-left: 2px solid var(--blue);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

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

.category-card {
  min-height: 320px;
  padding: 22px;
  border: 1px solid rgba(16, 17, 22, 0.11);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--card-bg, white);
  text-align: left;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.category-card::after {
  content: "";
  width: 170px;
  height: 170px;
  border-radius: 50%;
  position: absolute;
  right: -70px;
  top: -78px;
  background: var(--card-accent, rgba(87, 70, 255, 0.12));
  transition: transform 280ms ease;
}

.category-card:hover {
  transform: translateY(-6px);
  border-color: rgba(16, 17, 22, 0.25);
  box-shadow: 0 22px 50px rgba(16, 17, 22, 0.09);
}

.category-card:hover::after {
  transform: scale(1.18);
}

.tone-blue { --card-bg: #eeefff; --card-accent: #cdd1ff; }
.tone-violet { --card-bg: #f2edff; --card-accent: #d8c8ff; }
.tone-coral { --card-bg: #fff0ec; --card-accent: #ffd2c6; }
.tone-mint { --card-bg: #e9f8f2; --card-accent: #c1eadc; }
.tone-orange { --card-bg: #fff3e5; --card-accent: #ffd9ad; }
.tone-pink { --card-bg: #faedf5; --card-accent: #efcce1; }

.category-number {
  color: rgba(16, 17, 22, 0.48);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  font-weight: 700;
}

.category-icon {
  width: 75px;
  height: 75px;
  margin: 35px 0 30px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(16, 17, 22, 0.08);
  position: relative;
  z-index: 2;
}

.category-copy {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.category-copy strong {
  font-size: 19px;
  letter-spacing: -0.025em;
}

.category-copy small {
  max-width: 245px;
  margin-top: 9px;
  color: #676872;
  font-size: 12px;
  line-height: 1.5;
}

.category-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: absolute;
  right: 18px;
  bottom: 18px;
  background: var(--ink);
  color: white;
  transform: scale(0.82);
  opacity: 0;
  transition: transform 190ms ease, opacity 190ms ease;
}

.category-card:hover .category-arrow {
  transform: scale(1);
  opacity: 1;
}

.selection-section {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--ink);
  color: white;
}

.selection-visual {
  min-height: 720px;
  display: grid;
  place-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  position: relative;
  overflow: hidden;
}

.selection-grid {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.065) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle, black 10%, transparent 68%);
}

.selection-window {
  width: min(77%, 500px);
  height: 390px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.28);
  transform: perspective(900px) rotateY(8deg) rotateX(3deg) rotate(-2deg);
  position: relative;
  z-index: 2;
}

.window-bar {
  height: 43px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.window-bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
}

.window-bar small {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--font-geist-mono), monospace;
  font-size: 7px;
  letter-spacing: 0.08em;
}

.window-content {
  height: calc(100% - 43px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--lime);
  position: relative;
}

.window-badge {
  margin-bottom: 24px;
  padding: 6px 9px;
  border: 1px solid rgba(217, 255, 99, 0.35);
  border-radius: 20px;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: 0.15em;
}

.window-lines {
  width: 160px;
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.window-lines i {
  width: 100%;
  height: 5px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.13);
}

.window-lines i:nth-child(2) { width: 75%; }
.window-lines i:nth-child(3) { width: 45%; background: rgba(217, 255, 99, 0.48); }

.selection-stamp {
  width: 142px;
  height: 72px;
  padding: 11px 14px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 11px;
  position: absolute;
  right: 7%;
  bottom: 18%;
  z-index: 3;
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.25);
  transform: rotate(7deg);
}

.selection-stamp span {
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.selection-copy {
  padding: 100px clamp(36px, 6vw, 98px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-kicker.light {
  color: var(--lime);
}

.selection-copy h2 em {
  color: #8e82ff;
  font-style: normal;
  font-weight: 510;
}

.selection-lead {
  max-width: 590px;
  margin: 27px 0 42px;
  color: rgba(255, 255, 255, 0.61);
  font-size: 15px;
  line-height: 1.72;
}

.principle-list {
  display: flex;
  flex-direction: column;
}

.principle-list article {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
}

.principle-list article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.principle-icon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: var(--lime);
}

.principle-title {
  display: flex;
  align-items: baseline;
  gap: 11px;
}

.principle-title small {
  color: #77747f;
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
}

.principle-title h3 {
  margin: 0;
  font-size: 15px;
  letter-spacing: -0.01em;
}

.principle-list article p {
  max-width: 450px;
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.47);
  font-size: 11px;
  line-height: 1.6;
}

.launch-section {
  padding: 120px clamp(20px, 4.5vw, 72px);
}

.launch-card {
  min-height: 510px;
  padding: clamp(40px, 6vw, 86px);
  border-radius: 28px;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  align-items: center;
  overflow: hidden;
  position: relative;
  color: white;
  background: var(--blue);
  box-shadow: 0 30px 70px rgba(55, 42, 203, 0.22);
}

.launch-copy {
  position: relative;
  z-index: 2;
}

.launch-label {
  margin-bottom: 24px;
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 30px;
  background: var(--lime);
  color: var(--ink);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.launch-copy h2 {
  font-size: clamp(46px, 5.6vw, 80px);
}

.launch-copy p {
  max-width: 520px;
  margin: 25px 0 30px;
  color: rgba(255, 255, 255, 0.73);
  font-size: 14px;
  line-height: 1.7;
}

.light-button {
  border-color: white;
  background: white;
  color: var(--ink);
}

.launch-art {
  min-height: 340px;
  display: grid;
  place-items: center;
  position: relative;
}

.launch-core {
  width: 138px;
  height: 138px;
  border-radius: 36px;
  display: grid;
  place-items: center;
  background: white;
  box-shadow: 0 28px 65px rgba(29, 19, 143, 0.3);
  transform: rotate(-8deg);
  z-index: 3;
}

.launch-core .brand-mark {
  width: 90px;
  height: 90px;
}

.launch-core .brand-s { font-size: 49px; }
.launch-core .brand-cross { font-size: 28px; transform: translate(2px, -14px); }

.launch-ring {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  position: absolute;
}

.ring-a { width: 210px; height: 210px; }
.ring-b { width: 300px; height: 300px; border-style: dashed; }
.ring-c { width: 390px; height: 390px; opacity: 0.52; }

.launch-particle {
  width: 14px;
  height: 14px;
  position: absolute;
  background: var(--lime);
  transform: rotate(45deg);
}

.particle-a { top: 8%; left: 24%; }
.particle-b { right: 8%; bottom: 28%; width: 9px; height: 9px; }
.particle-c { left: 12%; bottom: 13%; width: 6px; height: 6px; background: white; }

.swc-section {
  padding: 30px clamp(20px, 4.5vw, 72px) 125px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 80px;
}

.swc-copy h2 span {
  color: var(--blue);
}

.swc-description {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.swc-description p {
  max-width: 520px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.swc-description a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 720;
}

.swc-description a svg {
  transition: transform 180ms ease;
}

.swc-description a:hover svg {
  transform: translateX(4px);
}

footer {
  padding: 70px clamp(20px, 4.5vw, 72px) 22px;
  background: #0c0d11;
  color: white;
}

.footer-main {
  padding-bottom: 65px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}

.footer-logo .brand-mark {
  background: var(--lime);
  color: var(--ink);
}

.footer-logo .brand-cross {
  color: var(--blue);
}

.footer-logo .logo-copy small {
  color: rgba(255, 255, 255, 0.4);
}

.footer-main > div:first-child > p {
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links strong {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.34);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: 0.16em;
}

.footer-links a,
.footer-links span {
  color: rgba(255, 255, 255, 0.73);
  font-size: 11px;
  line-height: 1.5;
}

.footer-links a:hover {
  color: var(--lime);
}

.footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.36);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: 0.1em;
}

.footer-bottom button {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.58);
  font: inherit;
  cursor: pointer;
}

.footer-bottom button:hover {
  color: white;
}

.drawer-layer,
.search-layer {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(8, 9, 13, 0.66);
  backdrop-filter: blur(7px);
  animation: fade-in 180ms ease;
}

.menu-drawer {
  width: min(430px, 92vw);
  height: 100%;
  margin-left: auto;
  padding: 26px;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  box-shadow: -30px 0 80px rgba(0, 0, 0, 0.25);
  animation: drawer-in 240ms ease;
}

@keyframes fade-in { from { opacity: 0; } }
@keyframes drawer-in { from { transform: translateX(100%); } }

.drawer-head,
.search-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.drawer-head button,
.search-head button {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.menu-drawer nav {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
}

.menu-drawer nav a {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 35px 1fr 24px;
  align-items: center;
  font-size: 28px;
  font-weight: 690;
  letter-spacing: -0.04em;
}

.menu-drawer nav a span {
  color: var(--blue);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: 0;
}

.menu-drawer nav a svg {
  width: 20px;
}

.drawer-foot {
  margin-top: auto;
  color: var(--muted);
  font-family: var(--font-geist-mono), monospace;
  font-size: 8px;
  letter-spacing: 0.12em;
}

.search-layer {
  display: grid;
  place-items: start center;
  padding-top: 13vh;
}

.search-panel {
  width: min(860px, calc(100vw - 32px));
  padding: 26px 30px 30px;
  border-radius: 20px;
  background: var(--paper);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.28);
  animation: search-in 220ms ease;
}

@keyframes search-in { from { opacity: 0; transform: translateY(-15px); } }

.search-panel form {
  margin-top: 42px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--ink);
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: center;
  gap: 10px;
}

.search-panel input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: clamp(24px, 4vw, 43px);
  font-weight: 620;
  letter-spacing: -0.04em;
}

.search-panel input::placeholder {
  color: #b4b3b0;
}

.search-panel form button {
  min-height: 43px;
  padding: 0 14px;
  border: 0;
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--ink);
  color: white;
  font-size: 11px;
  font-weight: 670;
  cursor: pointer;
}

.search-panel > p {
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.toast {
  width: min(430px, calc(100vw - 28px));
  padding: 12px 12px 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  display: grid;
  grid-template-columns: 32px 1fr 30px;
  align-items: center;
  gap: 10px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 120;
  background: #111219;
  color: white;
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.26);
  animation: toast-in 250ms ease;
}

@keyframes toast-in { from { opacity: 0; transform: translateY(12px); } }

.toast > span {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  background: var(--lime);
  color: var(--ink);
}

.toast p {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
}

.toast button {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-trigger { display: grid; }
  .hero {
    height: auto;
    min-height: 0;
    padding-top: 78px;
    padding-bottom: 90px;
    grid-template-columns: 1fr 0.9fr;
  }
  .hero h1 { font-size: clamp(58px, 8.5vw, 84px); }
  .hero-visual { height: 540px; transform: scale(0.88); transform-origin: center; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .selection-section { grid-template-columns: 0.85fr 1.15fr; }
  .selection-copy { padding: 80px 44px; }
  .selection-window { width: 84%; }
  .launch-card { grid-template-columns: 1.1fr 0.9fr; padding: 60px; }
  .footer-main { grid-template-columns: 0.65fr 1fr; }
}

@media (max-width: 780px) {
  .topbar {
    justify-content: center;
    text-align: center;
    font-size: 9px;
  }
  .topbar a { display: none; }
  .site-header { height: 70px; }
  .search-trigger { display: none; }
  .bag-button span { display: none; }
  .bag-button { padding-left: 12px; }
  .hero {
    padding-top: 62px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .hero h1 { font-size: clamp(54px, 15vw, 78px); }
  .hero-copy > p { max-width: 520px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-button,
  .secondary-button { width: 100%; }
  .hero-notes { gap: 12px; }
  .hero-visual {
    width: calc(100% + 20px);
    height: 440px;
    margin-left: -10px;
    transform: scale(0.74);
  }
  .scroll-cue { display: none; }
  .categories-section { padding-top: 105px; padding-bottom: 100px; }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 40px;
  }
  .section-intro { max-width: 600px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 270px; }
  .selection-section { grid-template-columns: 1fr; }
  .selection-visual { min-height: 520px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .selection-copy { padding: 72px 24px; }
  .launch-section { padding-top: 80px; padding-bottom: 80px; }
  .launch-card { padding: 45px 25px; grid-template-columns: 1fr; }
  .launch-art { min-height: 330px; margin-top: 20px; transform: scale(0.9); }
  .swc-section { padding-bottom: 90px; grid-template-columns: 1fr; gap: 40px; }
  .swc-description { padding-left: 20px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { flex-wrap: wrap; gap: 15px; }
}

@media (max-width: 480px) {
  .logo-copy small { display: none; }
  .hero { padding-top: 52px; }
  .hero h1 { font-size: clamp(50px, 15.4vw, 67px); }
  .hero-copy > p { font-size: 15px; }
  .hero-notes span { font-size: 10px; }
  .hero-visual { height: 390px; transform: scale(0.66); }
  .device-card { width: 330px; }
  .section-heading h2,
  .selection-copy h2,
  .swc-copy h2 { font-size: 42px; }
  .category-card { min-height: 250px; }
  .selection-window { height: 330px; }
  .selection-stamp { right: 3%; bottom: 12%; }
  .launch-card { border-radius: 20px; }
  .launch-copy h2 { font-size: 44px; }
  .launch-art { transform: scale(0.74); margin: -5px -30px -30px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .footer-links > div:last-child { grid-column: 1 / -1; }
  .search-panel { padding: 22px 18px; }
  .search-panel form { grid-template-columns: 30px 1fr; }
  .search-panel form button { grid-column: 1 / -1; justify-content: center; }
  .toast { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* WordPress and WooCommerce integration */
.shop-swc-site { min-height: 100vh; }
.admin-bar .drawer-layer,
.admin-bar .search-layer { top: 32px; }
.bag-icon { font-size: 22px; transform: rotate(180deg); }
.icon-button > span { font-size: 22px; line-height: 1; }
.category-icon { font-size: 34px; font-weight: 500; }
.category-arrow { font-size: 22px; }
.laptop-symbol { font-size: 92px; line-height: 1; transform: rotate(180deg); }
.selection-stamp > b { font-size: 27px; }
.menu-drawer nav a b { font-size: 25px; font-weight: 400; }
.drawer-head button,
.search-head button { font-size: 26px; line-height: 1; }
.content-shell {
  width: min(1180px, calc(100% - 40px));
  min-height: 55vh;
  margin: 0 auto;
  padding: 80px 0 110px;
}
.content-card,
.woocommerce-shell {
  padding: clamp(26px, 5vw, 64px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
}
.content-card h1,
.woocommerce-shell .page-title {
  margin-top: 0;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1;
  letter-spacing: -0.055em;
}
.content-card p { color: var(--muted); line-height: 1.7; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #f8f7f3;
}
.woocommerce ul.products li.product a img { border-radius: 11px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--ink); font-size: 17px; }
.woocommerce ul.products li.product .price { color: var(--blue); font-weight: 750; }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 8px;
  background: var(--ink);
  color: white;
}
.woocommerce-message,
.woocommerce-info { border-top-color: var(--blue); }
.woocommerce-message::before,
.woocommerce-info::before { color: var(--blue); }

@media (max-width: 780px) {
  .admin-bar .drawer-layer,
  .admin-bar .search-layer { top: 46px; }
  .woocommerce ul.products { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .content-shell { width: min(100% - 24px, 1180px); padding: 45px 0 70px; }
  .content-card,
  .woocommerce-shell { padding: 22px 16px; }
}
