:root {
  --ink: #17120f;
  --paper: #f7f2e9;
  --paper-deep: #ece1d2;
  --gold: #b5822f;
  --gold-bright: #d4a550;
  --red: #a92727;
  --muted: #746b61;
  --line: rgba(23, 18, 15, 0.13);
  --shadow: 0 34px 90px rgba(66, 44, 20, 0.18);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 255, 255, 0.95), transparent 31rem),
    radial-gradient(circle at 86% 42%, rgba(181, 130, 47, 0.13), transparent 27rem),
    linear-gradient(135deg, #fbf8f2 0%, var(--paper) 56%, #f0e7da 100%);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.2;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 20;
  padding: 0.75rem 1rem;
  color: white;
  background: var(--ink);
  border-radius: 999px;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  width: min(100%, 1600px);
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(1.25rem, 2.6vw, 2.75rem) clamp(1.25rem, 5vw, 5.75rem) 1.4rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.site-header,
.site-footer {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header {
  min-height: 74px;
}

.brand {
  display: inline-block;
  color: inherit;
}

.brand:focus-visible,
.skip-link:focus-visible {
  outline: 3px solid rgba(169, 39, 39, 0.3);
  outline-offset: 5px;
}

.brand-lockup {
  display: grid;
  width: max-content;
  line-height: 1;
}

.brand-lockup strong {
  color: var(--gold);
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.85rem);
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.085em;
  transform: skew(-5deg);
}

.brand-lockup > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  margin-top: 0.14rem;
  color: var(--red);
  font-size: clamp(0.48rem, 0.75vw, 0.72rem);
  letter-spacing: 0.055em;
}

.brand-lockup i {
  width: clamp(0.8rem, 1.5vw, 1.5rem);
  height: 1px;
  background: var(--red);
}

.launch-status {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.66rem 1rem;
  color: #4f463d;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.44);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.status-dot {
  position: relative;
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(169, 39, 39, 0.1);
}

.status-dot::after {
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(169, 39, 39, 0.28);
  border-radius: inherit;
  content: "";
  animation: pulse 2.2s ease-out infinite;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(27rem, 1.06fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 7rem);
  min-height: calc(100vh - 174px);
  padding: clamp(2.5rem, 5.5vh, 5rem) 0;
}

.hero-copy {
  position: relative;
  z-index: 4;
  max-width: 44rem;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: clamp(1.4rem, 3vh, 2.3rem);
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow span {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 0.92rem;
  font-style: italic;
  letter-spacing: 0;
}

.eyebrow i {
  width: 2.75rem;
  height: 1px;
  background: var(--gold);
}

h1 {
  max-width: 13ch;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 6.7vw, 7.6rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.065em;
}

h1 em {
  position: relative;
  color: var(--gold);
  font-weight: 400;
}

h1 em::after {
  position: absolute;
  right: 0.03em;
  bottom: -0.09em;
  width: 42%;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--red));
  transform: rotate(-1deg);
}

.hero-intro {
  max-width: 37rem;
  margin: clamp(1.8rem, 4vh, 3.2rem) 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.78;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.58rem;
  margin-top: 1.65rem;
}

.category-list span {
  padding: 0.56rem 0.82rem;
  border: 1px solid rgba(181, 130, 47, 0.25);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.launch-note {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  margin-top: clamp(2rem, 4.5vh, 3.6rem);
}

.launch-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.65;
}

.launch-note strong {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.launch-line {
  position: relative;
  width: 4.6rem;
  height: 1px;
  overflow: hidden;
  background: var(--line);
}

.launch-line i {
  position: absolute;
  inset: 0 auto 0 0;
  width: 62%;
  background: var(--red);
  animation: progress 3.4s ease-in-out infinite;
}

.hero-visual {
  position: relative;
  min-height: min(67vh, 47rem);
  isolation: isolate;
}

.halo {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.halo-one {
  top: 50%;
  left: 50%;
  z-index: -3;
  width: min(39vw, 39rem);
  aspect-ratio: 1;
  border: 1px solid rgba(181, 130, 47, 0.19);
  background:
    radial-gradient(circle at 42% 34%, rgba(255, 255, 255, 0.88), rgba(205, 169, 109, 0.15) 49%, rgba(181, 130, 47, 0.06) 68%, transparent 69%);
  transform: translate(-50%, -50%);
}

.halo-one::before,
.halo-one::after {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(169, 39, 39, 0.09);
  border-radius: inherit;
  content: "";
}

.halo-one::after {
  inset: 19%;
  border-color: rgba(181, 130, 47, 0.2);
}

.halo-two {
  right: -9%;
  bottom: 2%;
  z-index: -4;
  width: 15rem;
  height: 15rem;
  background: rgba(169, 39, 39, 0.045);
  filter: blur(2px);
}

.vertical-note {
  position: absolute;
  top: 50%;
  right: -1.8rem;
  margin: 0;
  color: rgba(23, 18, 15, 0.34);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.34em;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right center;
}

.product-stage {
  position: absolute;
  inset: 0;
}

.phone {
  position: absolute;
  top: 48%;
  left: 50%;
  z-index: 4;
  width: clamp(12.5rem, 18vw, 17.2rem);
  aspect-ratio: 0.49;
  transform: translate(-48%, -50%) rotate(8deg);
  animation: phone-float 6.5s ease-in-out infinite;
}

.phone-shadow {
  position: absolute;
  bottom: 5%;
  left: 50%;
  z-index: 1;
  width: 18rem;
  height: 3.4rem;
  border-radius: 50%;
  background: rgba(51, 32, 16, 0.18);
  filter: blur(19px);
  transform: translateX(-43%) rotate(5deg);
}

.phone-frame {
  position: absolute;
  inset: 0;
  padding: 0.48rem;
  border: 1px solid #d2b078;
  border-radius: 2.8rem;
  background: linear-gradient(145deg, #e4c991, #8d6427 19%, #f4dfab 44%, #7e561f 76%, #d7b46f);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.45),
    inset -5px -2px 10px rgba(63, 37, 11, 0.32),
    var(--shadow);
}

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2.38rem;
  background:
    radial-gradient(circle at 68% 29%, rgba(216, 171, 90, 0.78), transparent 24%),
    radial-gradient(circle at 30% 72%, rgba(169, 39, 39, 0.64), transparent 28%),
    linear-gradient(154deg, #25170e, #090706 57%, #3c130f 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.13);
}

.phone-screen::before,
.phone-screen::after {
  position: absolute;
  width: 150%;
  height: 42%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
  transform: rotate(-28deg);
}

.phone-screen::before {
  top: 13%;
  left: -51%;
  box-shadow: 0 0 38px rgba(219, 168, 78, 0.14);
}

.phone-screen::after {
  right: -58%;
  bottom: 8%;
  border-color: rgba(169, 39, 39, 0.25);
}

.phone-speaker {
  position: absolute;
  top: 1rem;
  left: 50%;
  z-index: 3;
  width: 4.6rem;
  height: 1.38rem;
  border-radius: 999px;
  background: #080706;
  transform: translateX(-50%);
}

.screen-kicker,
.screen-label,
.screen-mark {
  position: absolute;
  z-index: 2;
  color: white;
}

.screen-kicker {
  top: 17%;
  left: 50%;
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.34em;
  transform: translateX(-50%);
}

.screen-mark {
  top: 50%;
  left: 50%;
  color: #d7a54e;
  font-family: Georgia, serif;
  font-size: clamp(6rem, 10vw, 9rem);
  font-style: italic;
  line-height: 1;
  text-shadow: 0 15px 40px rgba(0, 0, 0, 0.45);
  transform: translate(-55%, -54%);
}

.screen-label {
  bottom: 12%;
  left: 50%;
  width: max-content;
  font-family: Georgia, serif;
  font-size: 0.59rem;
  font-style: italic;
  letter-spacing: 0.12em;
  opacity: 0.72;
  transform: translateX(-50%);
}

.phone-button {
  position: absolute;
  width: 0.18rem;
  border-radius: 2px;
  background: #8e6429;
}

.button-volume-one {
  top: 22%;
  left: -0.18rem;
  height: 2.2rem;
}

.button-volume-two {
  top: 31%;
  left: -0.18rem;
  height: 2.2rem;
}

.button-power {
  top: 28%;
  right: -0.18rem;
  height: 3.2rem;
}

.accessory-card {
  position: absolute;
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(241, 229, 211, 0.54));
  box-shadow: 0 22px 52px rgba(64, 40, 18, 0.14);
  backdrop-filter: blur(16px);
}

.card-label {
  position: absolute;
  top: 0.8rem;
  left: 0.95rem;
  color: var(--muted);
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.earbuds-card {
  top: 14%;
  right: 2%;
  width: clamp(8.8rem, 12vw, 11.5rem);
  aspect-ratio: 0.95;
  border-radius: 2.1rem;
  transform: rotate(6deg);
  animation: card-float 5.8s ease-in-out -1.6s infinite;
}

.earbud-case {
  position: absolute;
  right: 18%;
  bottom: 15%;
  width: 63%;
  aspect-ratio: 1.22;
  border: 1px solid rgba(74, 53, 31, 0.14);
  border-radius: 35% 35% 42% 42%;
  background: linear-gradient(145deg, #fff, #d9d2c9);
  box-shadow: inset -8px -8px 16px rgba(95, 70, 42, 0.08), 0 12px 25px rgba(53, 37, 20, 0.13);
}

.earbud {
  position: absolute;
  top: 20%;
  width: 24%;
  height: 48%;
  border-radius: 50% 50% 30% 30%;
  background: linear-gradient(135deg, white, #dedad5);
  box-shadow: inset -3px -3px 7px rgba(67, 49, 30, 0.11);
}

.earbud i {
  position: absolute;
  top: 14%;
  left: 50%;
  width: 34%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #6b6762;
  transform: translateX(-50%);
}

.earbud-left {
  left: 19%;
  transform: rotate(-5deg);
}

.earbud-right {
  right: 19%;
  transform: rotate(5deg);
}

.case-light {
  position: absolute;
  bottom: 8%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 8px var(--gold-bright);
}

.charger-card {
  bottom: 11%;
  left: 1%;
  width: clamp(8rem, 11vw, 10rem);
  aspect-ratio: 1.08;
  border-radius: 1.8rem;
  transform: rotate(-8deg);
  animation: card-float 6.6s ease-in-out -3.1s infinite;
}

.charger {
  position: absolute;
  right: 20%;
  bottom: 15%;
  width: 58%;
  aspect-ratio: 0.88;
  border: 1px solid rgba(74, 53, 31, 0.13);
  border-radius: 1rem 1rem 1.15rem 1.15rem;
  background: linear-gradient(135deg, #fff, #d7d0c8);
  box-shadow: inset -9px -7px 14px rgba(88, 64, 37, 0.1), 0 13px 25px rgba(53, 37, 20, 0.14);
}

.charger-pin {
  position: absolute;
  top: -17%;
  width: 11%;
  height: 21%;
  border-radius: 2px 2px 0 0;
  background: linear-gradient(90deg, #98743f, #dfc27e, #83612f);
}

.pin-left { left: 27%; }
.pin-right { right: 27%; }

.charger-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34%;
  aspect-ratio: 1;
  border: 2px solid rgba(181, 130, 47, 0.35);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit {
  position: absolute;
  z-index: 6;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 7px rgba(169, 39, 39, 0.08);
}

.orbit-one {
  top: 27%;
  left: 18%;
}

.orbit-two {
  right: 15%;
  bottom: 23%;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(181, 130, 47, 0.1);
}

.quality-seal {
  position: absolute;
  right: -0.2rem;
  bottom: 2%;
  z-index: 6;
  width: 6.8rem;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  gap: 0.18rem;
  color: var(--gold);
  border: 1px solid rgba(181, 130, 47, 0.36);
  border-radius: 50%;
  text-align: center;
  font-size: 0.47rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  transform: rotate(9deg);
}

.quality-seal::before {
  position: absolute;
  inset: 6px;
  border: 1px dashed rgba(181, 130, 47, 0.35);
  border-radius: inherit;
  content: "";
}

.quality-seal strong {
  color: var(--red);
  font-size: 1rem;
}

.site-footer {
  min-height: 36px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0.95rem 0 0;
}

.footer-signature {
  color: var(--gold);
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: none;
}

@keyframes pulse {
  0% { opacity: 0.7; transform: scale(0.6); }
  70%, 100% { opacity: 0; transform: scale(1.45); }
}

@keyframes progress {
  0%, 100% { transform: translateX(-20%) scaleX(0.7); }
  50% { transform: translateX(50%) scaleX(1.15); }
}

@keyframes phone-float {
  0%, 100% { transform: translate(-48%, -50%) rotate(8deg); }
  50% { transform: translate(-48%, calc(-50% - 10px)) rotate(6.5deg); }
}

@keyframes card-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -9px; }
}

@media (max-width: 1080px) {
  .site-shell {
    padding-inline: clamp(1.2rem, 4vw, 3rem);
  }

  .hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(23rem, 1.05fr);
    gap: 1rem;
  }

  h1 {
    font-size: clamp(3.5rem, 7vw, 5.5rem);
  }

  .earbuds-card { right: 0; }
  .charger-card { left: 0; }
  .vertical-note { display: none; }
}

@media (max-width: 780px) {
  .site-shell {
    min-height: 100svh;
  }

  .site-header {
    min-height: 58px;
  }

  .launch-status {
    padding: 0.55rem 0.72rem;
    font-size: 0.55rem;
    letter-spacing: 0.09em;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 3rem 0 2rem;
  }

  .hero-copy {
    max-width: 39rem;
  }

  h1 {
    font-size: clamp(3.6rem, 15vw, 6rem);
  }

  .hero-intro {
    font-size: 1rem;
  }

  .hero-visual {
    min-height: 36rem;
    margin-top: 0.5rem;
  }

  .halo-one {
    width: min(88vw, 35rem);
  }

  .phone {
    width: clamp(12.5rem, 42vw, 15.5rem);
  }

  .earbuds-card {
    top: 13%;
    right: 3%;
  }

  .charger-card {
    bottom: 10%;
    left: 3%;
  }

  .quality-seal {
    right: 2%;
    width: 6rem;
  }
}

@media (max-width: 500px) {
  .site-shell {
    padding: 1rem 1rem 1.25rem;
  }

  .brand-lockup strong {
    font-size: 1.72rem;
  }

  .brand-lockup > span {
    font-size: 0.45rem;
  }

  .launch-status {
    gap: 0.46rem;
  }

  .status-dot {
    width: 6px;
    height: 6px;
  }

  .hero {
    padding-top: 2.6rem;
  }

  .eyebrow {
    font-size: 0.58rem;
    letter-spacing: 0.16em;
  }

  .eyebrow i {
    width: 1.75rem;
  }

  h1 {
    font-size: clamp(3.25rem, 16vw, 4.8rem);
  }

  .hero-intro {
    line-height: 1.68;
  }

  .launch-note {
    align-items: flex-start;
  }

  .launch-line {
    width: 2.7rem;
    margin-top: 0.5rem;
  }

  .hero-visual {
    min-height: 31rem;
  }

  .phone {
    width: 12.4rem;
  }

  .earbuds-card {
    top: 9%;
    width: 8.2rem;
  }

  .charger-card {
    bottom: 8%;
    width: 7.5rem;
  }

  .quality-seal {
    right: 0;
    bottom: 0;
    width: 5.5rem;
  }

  .orbit-one { left: 8%; }
  .orbit-two { right: 9%; }

  .site-footer {
    align-items: flex-end;
    gap: 1rem;
    font-size: 0.55rem;
    letter-spacing: 0.1em;
  }

  .footer-signature {
    max-width: 9rem;
    text-align: right;
  }
}

@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;
  }
}
