.bracelet-stage img {
  filter: none;
  transform: rotateY(var(--turn, 0deg));
}

.marine {
  background-color: #fff;
  background-image: url('marine-blue-on-wrist.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.stone {
  background-image: url('stone-obi-white-shirt.png');
}

.garnet {
  background-image: url('garnet-black-white-shirt.png');
}

.marine {
  background-image: url('marine-blue-white-shirt.png');
}

/* Extra, clean product image for each bracelet. */
.garnet {
  background-image: url('garnet-black-white-shirt.png');
}

.product-shot {
  align-items: center;
  background: #fff;
  display: flex;
  height: 155px;
  justify-content: center;
  margin-top: 12px;
  overflow: hidden;
}

.product-shot img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.product .product-details {
  background: #fff;
  color: #111;
  margin: 0;
  padding: 14px 16px 18px;
}

.product .product-details h3,
.product .product-details strong {
  color: #111;
}

@media (max-width: 720px) {
  .product-shot {
    height: 125px;
  }
}

.garnet {
  background-image: url('garnet-black-on-wrist.png');
}

.stone,
.garnet,
.marine {
  background-color: #fff;
}

.stone::after,
.garnet::after,
.marine::after {
  background: none;
}

.view-modes {
  display: none;
  gap: 8px;
}

.view-mode {
  background: transparent;
  border: 1px solid #777;
  color: #bbb;
  cursor: pointer;
  font: 500 8px "DM Mono", monospace;
  letter-spacing: .08em;
  padding: 9px 10px;
}

.view-mode.active {
  background: #fff;
  border-color: #fff;
  color: #111;
}

.real-mode.hidden { display: none; }

.bracelet-stage.real-color img {
  filter: none;
}

.view-visual {
  background: #fff;
}

.bracelet-stage {
  cursor: grab;
}

.bracelet-stage:active {
  cursor: grabbing;
}

.drag-note {
  display: block;
}

.view-controls {
  display: flex;
}

.hero-image {
  background: #fff;
  filter: none;
}

.hero {
  background: #fff;
}

.hero-copy,
.hero-copy > p:not(.eyebrow),
.hero-foot {
  color: #111;
}

.hero-copy .button {
  background: #000 !important;
  color: #fff;
}

.light-header {
  border-bottom-color: rgba(0,0,0,.16);
}

.light-header .logo,
.light-header .nav a,
.light-header .cart-open,
.light-header .menu,
.light-header .search {
  color: #111;
}

.light-header .cart-open b,
.light-header .search {
  border-color: #111;
}

.light-header .search:after,
.light-header .menu i {
  border-color: #111;
}

@media (max-width: 720px) {
  .hero-image {
    background-size: min(88vw, 520px);
  }
}

.hero-image {
  background: #000 url('alcerbrace-phone-shop-layout.png') center / auto 78% no-repeat;
}

@media (max-width: 720px) {
  .hero-image {
    background-size: auto 68%;
  }
}

.cart-reminder {
  background: #fff;
  color: #111;
  font: 500 9px/1.55 "DM Mono", monospace;
  letter-spacing: .07em;
  margin: 0;
  padding: 13px 15px;
  position: absolute;
  right: clamp(26px, 13vw, 205px);
  text-align: left;
  top: 19%;
  transform: rotate(-3deg);
  z-index: 1;
}

.cart-reminder strong {
  font-weight: 500;
}

@media (max-width: 720px) {
  .cart-reminder {
    font-size: 7px;
    padding: 9px 10px;
    right: 7vw;
    top: 16%;
  }
}

.hero {
  background: #000;
}

.hero-copy,
.hero-copy > p:not(.eyebrow),
.hero-foot {
  color: #fff;
}

.hero-copy > p:not(.eyebrow) {
  font-size: 11px;
  line-height: 1.65;
  max-width: min(40vw, 520px);
}

.phone-notification {
  align-items: flex-start;
  background: rgba(244, 244, 246, .94);
  border: 1px solid rgba(0, 0, 0, .07);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
  color: #111;
  display: flex;
  font-family: Arial, sans-serif;
  gap: 8px;
  left: 56.7%;
  opacity: 0;
  padding: 8px 10px;
  pointer-events: none;
  position: absolute;
  top: 20%;
  transform: translateY(-16px) rotate(2deg) scale(.96);
  transition: opacity .45s ease, transform .45s ease;
  width: min(20vw, 255px);
  z-index: 3;
}

.hero-image {
  animation: phone-journey 3.4s cubic-bezier(.2,.8,.2,1) both;
}

@keyframes phone-journey {
  0% { transform: scale(1.04) translateX(36px) translateY(8px); }
  100% { transform: scale(1.04) translateX(0) translateY(0); }
}

.phone-browser-demo {
  align-items: center;
  background: rgba(247, 247, 248, .96);
  border: 1px solid rgba(0, 0, 0, .13);
  border-radius: 10px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .17);
  color: #161616;
  display: flex;
  font: 500 clamp(6px, .58vw, 8px)/1 Arial, sans-serif;
  gap: 5px;
  left: 58%;
  letter-spacing: .02em;
  opacity: 0;
  overflow: hidden;
  padding: 7px 8px;
  pointer-events: none;
  position: absolute;
  top: 25%;
  transform: rotate(2deg) translateY(-8px);
  transition: opacity .3s ease, transform .3s ease;
  width: min(17vw, 220px);
  z-index: 4;
}

.phone-browser-demo.is-visible {
  opacity: 1;
  transform: rotate(2deg) translateY(0);
}

.phone-browser-demo.is-complete .browser-go { color: #0d8f41; }
.browser-lock { color: #777; font-size: 10px; }
.browser-address { flex: 1; min-width: 0; white-space: nowrap; }
.browser-address::after { content: '|'; animation: cursor-blink .7s step-end infinite; }
.browser-go { color: #777; font-size: 14px; line-height: 7px; }

.phone-site-demo {
  background: #fff;
  border-radius: 8px;
  clip-path: inset(0 round 8px);
  color: #111;
  height: 42%;
  left: 57%;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 32.5%;
  transform: rotate(2deg) scale(.98);
  transition: opacity .35s ease, transform .35s ease;
  width: min(16vw, 205px);
  z-index: 3;
}

.phone-site-demo.is-visible {
  opacity: 1;
  transform: rotate(2deg) scale(1);
}

.phone-site-scroll { animation: none; }
.phone-site-head { align-items: center; border-bottom: 1px solid #e5e5e5; display: flex; justify-content: space-between; padding: 10px 9px 8px; }
.phone-site-head strong { font: 700 clamp(7px, .7vw, 10px) Georgia, serif; letter-spacing: -.04em; }
.phone-site-head span { font: 500 clamp(5px, .48vw, 7px) Arial, sans-serif; }
.phone-site-product { padding: 7px 9px 13px; text-align: center; }
.phone-site-product img { display: block; height: 108px; object-fit: cover; width: 100%; }
.phone-site-product p { font: 600 clamp(7px, .7vw, 10px) Georgia, serif; margin: 7px 0 3px; }
.phone-site-product b { display: block; font: 600 clamp(6px, .6vw, 8px) Arial, sans-serif; margin-bottom: 7px; }
.phone-site-product button { background: #0b0b0b; border: 0; color: #fff; font: 600 clamp(6px, .55vw, 8px) Arial, sans-serif; letter-spacing: .08em; padding: 8px 5px; width: 100%; }
.phone-site-next { background: #f3f3f3; min-height: 120px; padding: 16px 10px; text-align: left; }
.phone-site-next small,.phone-site-next strong { display: block; }
.phone-site-next small { font: 600 clamp(6px, .52vw, 8px) Arial, sans-serif; letter-spacing: .1em; margin-bottom: 9px; }
.phone-site-next strong { font: 600 clamp(10px, 1vw, 15px)/1 Georgia, serif; }

@keyframes phone-site-scroll {
  0%, 35% { transform: translateY(0); }
  70%, 100% { transform: translateY(-92px); }
}

@keyframes cursor-blink { 50% { opacity: 0; } }

.phone-notification.is-visible {
  opacity: 1;
  transform: translateY(0) rotate(2deg) scale(1);
}

.phone-notification-icon {
  align-items: center;
  background: #0b0b0b;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font: 700 8px/1 Georgia, serif;
  height: 26px;
  justify-content: center;
  letter-spacing: -1px;
  margin-top: 1px;
  width: 26px;
}

.phone-notification strong,
.phone-notification small {
  display: block;
}

.phone-notification strong {
  font-size: clamp(7px, .7vw, 10px);
  letter-spacing: .01em;
}

.phone-notification small {
  font-size: clamp(7px, .65vw, 9px);
  line-height: 1.25;
  margin-top: 2px;
}

.phone-notification em {
  color: #777;
  font-size: clamp(7px, .62vw, 9px);
  font-style: normal;
  margin-left: auto;
}

@media (max-width: 720px) {
  .phone-notification {
    left: 52%;
    top: 22%;
    width: 42vw;
  }

  .phone-browser-demo {
    left: 53%;
    top: 27%;
    width: 36vw;
  }

  .phone-site-demo {
    height: 39%;
    left: 54%;
    top: 34%;
    width: 35vw;
  }
}

/* A real DOM phone: the address bar, product page and notification all live inside its screen. */
.hero-image {
  background: #000;
  filter: none;
}

.hero-phone {
  background: linear-gradient(105deg, #0b1420 0%, #6e8095 8%, #eef0f3 18%, #b9c0c8 67%, #182433 100%);
  border: 2px solid #151d27;
  border-radius: 31px;
  box-shadow: 18px 30px 42px rgba(0,0,0,.62), inset 0 0 0 2px rgba(255,255,255,.86);
  height: min(78vh, 660px);
  overflow: hidden;
  padding: 7px;
  position: absolute;
  right: clamp(115px, 21vw, 280px);
  top: 15%;
  transform: translateY(-8px) rotate(16deg);
  transform-origin: center;
  width: min(25vw, 290px);
  z-index: 2;
}

.hero-phone::before,
.hero-phone::after {
  background: linear-gradient(#e8e9eb, #777d85, #e8e9eb);
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 3px;
  z-index: 0;
}
.hero-phone::before { height: 45px; left: -5px; top: 104px; }
.hero-phone::after { height: 66px; right: -5px; top: 142px; }

.phone-screen {
  background: #050505;
  border-radius: 25px;
  color: #fff;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.phone-speaker {
  background: #050505;
  border-radius: 20px;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 13px;
  transform: translateX(-50%);
  width: 68px;
  z-index: 5;
}

.phone-model {
  bottom: 9px;
  color: #4b4b4b;
  font: 600 5px/1 Arial, sans-serif;
  left: 50%;
  letter-spacing: .08em;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 6;
}

.phone-status { color:#fff; display:flex; font:600 9px Arial,sans-serif; justify-content:space-between; padding:13px 19px 0; position:relative; z-index:4; }
.phone-brand { font:600 17px/1 Georgia,serif; letter-spacing:-.06em; margin-top:26px; text-align:center; }
.phone-brand small { display:block; font:600 6px Arial,sans-serif; letter-spacing:.32em; margin-top:5px; }
.phone-nav { border-bottom:1px solid rgba(255,255,255,.25); display:flex; font:600 7px Arial,sans-serif; gap:20px; justify-content:center; margin:21px 13px 0; padding-bottom:9px; }
.phone-nav a { color:#fff; text-decoration:none; }

.phone-home-screen { background:radial-gradient(circle at 50% 35%,#252a35,#07080b 64%); inset:0; opacity:0; padding:42px 19px 18px; pointer-events:none; position:absolute; transition:opacity .35s ease; z-index:10; }
.phone-home-screen.is-visible { opacity:1; pointer-events:auto; }
.phone-home-screen>p { font:600 24px/1 Arial,sans-serif; margin:12px 0 48px; text-align:center; }
.home-icons { display:flex; gap:22px; justify-content:center; }
.home-icons span,.home-icons button { align-items:center; border:0; border-radius:15px; color:#fff; display:flex; flex-direction:column; font:600 21px/44px Arial,sans-serif; height:44px; justify-content:center; padding:0; position:relative; width:44px; }
.home-icons small { font:500 5px/1 Arial,sans-serif; letter-spacing:.06em; margin-top:6px; }
.home-browser { background:linear-gradient(135deg,#158be8,#db4c89); cursor:pointer; }
.home-brand { background:#fff; color:#111 !important; font-family:Georgia,serif !important; }
.phone-home-screen>i { background:rgba(255,255,255,.85); border-radius:5px; bottom:12px; height:3px; left:50%; position:absolute; transform:translateX(-50%); width:65px; }

.hero-phone .phone-browser-demo {
  align-items: stretch;
  background: #f4f4f5;
  border: 0;
  border-radius: 0;
  color: #111;
  flex-direction: column;
  gap: 0;
  inset: 0;
  justify-content: flex-start;
  padding: 48px 11px 0;
  transform: none;
  width: auto;
  z-index: 20;
}
.hero-phone .phone-browser-demo.is-visible { transform: none; }
.browser-address-bar { align-items:center; background:#fff; border:1px solid #d2d2d5; border-radius:12px; display:flex; gap:6px; min-height:28px; padding:0 9px; }
.browser-loading { color:#222; font:600 10px/1.45 Arial,sans-serif; letter-spacing:.04em; margin:90px 0 0; text-align:center; }
.browser-loading small { color:#777; font:400 8px Arial,sans-serif; letter-spacing:.02em; }
.hero-phone .browser-lock { color:#777; font-size:10px; }
.hero-phone .browser-go { color:#111; }

.hero-phone .phone-site-demo {
  background: #050505;
  color: #fff;
  border-radius: 0;
  height: calc(100% - 152px);
  left: 0;
  top: 152px;
  transform: none;
  width: 100%;
}
.hero-phone .phone-site-demo.is-visible { transform: none; }
.hero-phone .phone-site-product { padding: 12px 12px 14px; }
.hero-phone .phone-site-product img { height: 150px; }
.hero-phone .phone-site-product p { color:#fff; font-size:clamp(8px,.75vw,11px); margin:9px 0 4px; }
.hero-phone .phone-site-product b { color:#fff; display:block; font-size:clamp(7px,.65vw,9px); margin-bottom:8px; }
.hero-phone .phone-add { background:#fff; border:0; color:#111; cursor:pointer; font:600 clamp(6px,.55vw,8px) Arial,sans-serif; letter-spacing:.08em; padding:10px 6px; width:100%; }
.phone-discover { align-items:center; background:#fff; color:#111; display:flex; font:600 clamp(6px, .55vw, 8px) Arial,sans-serif; justify-content:space-between; letter-spacing:.08em; margin-top:10px; padding:10px 9px; text-decoration:none; }
.phone-discover span { font-size:12px; }

.hero-phone .phone-notification {
  left: 8px;
  top: 29px;
  transform: translateY(-16px) scale(.96);
  width: calc(100% - 16px);
}
.hero-phone .phone-notification.is-visible { transform: translateY(0) scale(1); }

/* Hero artwork: replaces the earlier CSS phone with the supplied white/silver diagonal model. */
.hero-phone {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: min(82vh, 720px);
  overflow: visible;
  padding: 0;
  right: clamp(95px, 17vw, 270px);
  top: 14%;
  transform: none;
  width: min(36vw, 430px);
}
.hero-phone::before,
.hero-phone::after,
.hero-phone > :not(.hero-phone-artwork):not(.phone-screen) { display: none; }
.hero-phone-artwork {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.hero-phone .phone-screen {
  border-radius: 0;
  clip-path: polygon(20% 0, 100% 8%, 88% 100%, 0 87%);
  display: block;
  height: 85%;
  left: 21.5%;
  overflow: hidden;
  position: absolute;
  top: 8.5%;
  transform: none;
  width: 57%;
  z-index: 2;
}
.hero-phone .phone-status { font-size: 7px; padding: 9px 13px 0; }
.hero-phone .phone-brand { font-size: 12px; margin-top: 18px; }
.hero-phone .phone-nav { gap: 9px; margin: 14px 8px 0; padding-bottom: 7px; }
.hero-phone .phone-home-screen { padding: 26px 11px 12px; }
.hero-phone .phone-home-screen > p { font-size: 18px; margin: 8px 0 35px; }
.hero-phone .home-icons { gap: 13px; }
.hero-phone .home-icons span,
.hero-phone .home-icons button { height: 34px; width: 34px; }
.hero-phone .phone-browser-demo { padding: 32px 7px 0; }
.hero-phone .phone-site-demo { height: calc(100% - 108px); top: 108px; }
.hero-phone .phone-site-product { padding: 8px; }
.hero-phone .phone-site-product img { height: 94px; }
.hero-phone .phone-notification { left: 4px; top: 18px; width: calc(100% - 8px); }

/* Keep the phone clean: show the BRACELUX item page and retain only its push alert. */
.hero-phone .phone-home-screen,
.hero-phone .phone-browser-demo { display: none !important; }
.hero-phone .phone-site-demo {
  display: block !important;
  height: 100%;
  opacity: 1 !important;
  pointer-events: auto;
  top: 0;
  transform: none !important;
  visibility: visible !important;
}
.hero-phone .phone-site-product img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.hero-phone .phone-site-scroll,
.hero-phone .phone-site-product { height: 100%; }
.hero-phone .phone-site-product { padding: 0; }
.hero-phone .phone-site-product p,
.hero-phone .phone-site-product b,
.hero-phone .phone-site-product button,
.hero-phone .phone-site-product a,
.hero-phone .phone-status,
.hero-phone .phone-brand,
.hero-phone .phone-nav { display: none; }

/* The product photograph is baked into the phone display, so it follows the glass perfectly. */
.hero-phone .phone-screen {
  background: #000;
  clip-path: none;
  height: 100%;
  left: 0;
  overflow: visible;
  pointer-events: none;
  top: 0;
  width: 100%;
}
.hero-phone .phone-screen > :not(.phone-notification) { display: none !important; }
.hero-phone .phone-notification {
  left: 30%;
  pointer-events: none;
  top: 15%;
  width: 42%;
  z-index: 4;
}

@media (max-width: 720px) {
  .hero-phone {
    height: min(71vh, 570px);
    right: 7vw;
    top: 17%;
    width: min(64vw, 330px);
  }
  .phone-brand { font-size: 14px; }
  .phone-nav { gap: 12px; }
  .hero-phone .phone-site-product img { height: 128px; }
}

/* Keep the brand world consistently black from top to bottom. */
.collection,
.material,
.material-copy,
.newsletter,
.reviews,
footer {
  background: #000;
}

.reviews {
  background: #f7f7f5;
  color: #101010;
}

@media (max-width: 720px) {
  .hero-copy > p:not(.eyebrow) {
    max-width: min(78vw, 360px);
  }
}

.hero-copy .button {
  background: #fff;
  color: #111;
}

.hero-copy h1 small {
  display: block;
  font-size: .42em;
  letter-spacing: .04em;
  margin-top: .12em;
}

.hero-copy .hero-tagline {
  color: #fff;
  font-size: clamp(17px, 2vw, 28px);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: 1.1;
  margin: 22px 0 12px;
  max-width: 680px;
}

.hero-copy .hero-tagline em { font-family: inherit; font-style: normal; font-weight: inherit; }

.material-copy .wide-style-title {
  font-size: clamp(42px, 5.4vw, 78px);
  letter-spacing: -.09em;
  max-width: none;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .material-copy .wide-style-title { font-size: clamp(43px, 12vw, 68px); white-space: normal; }
}

/* Product information under the small white bracelet photo. */
.product .product-details {
  background: #fff;
  color: #111;
}

.product .product-details h3,
.product .product-details strong { color: #111; }

.product-benefits {
  background: #000;
  border-top-color: #3b3b3b;
  color: #eee;
}

.product-benefits li::before { color: #fff; }

.logo span + span { margin-left: .32em; }

.hero-foot { justify-content: center; }
.hero-foot span { font-size: 11px; }

.material { display: block; min-height: 0; }
.material-copy {
  max-width: 820px;
  padding-bottom: 82px;
  padding-left: clamp(18px, 6vw, 90px);
  padding-top: 82px;
}
.material-copy strong { color: #fff; letter-spacing: .02em; }

.collection .section-title { justify-content: center; text-align: center; }

.light-header {
  border-bottom-color: rgba(255,255,255,.18);
}

.light-header .logo,
.light-header .nav a,
.light-header .cart-open,
.light-header .menu,
.light-header .search {
  color: #fff;
}

.light-header .cart-open b,
.light-header .search {
  border-color: #fff;
}

.light-header .search:after,
.light-header .menu i {
  border-color: #fff;
}

/* Front-facing working phone screen. */
.hero-phone {
  background: linear-gradient(110deg, #c3c7cb 0%, #fafafa 12%, #d4d8dc 55%, #8d959d 100%);
  border: 2px solid #15191e;
  border-radius: 34px;
  box-shadow: 15px 25px 42px rgba(0,0,0,.6), inset 0 0 0 2px rgba(255,255,255,.85);
  height: min(76vh, 635px);
  overflow: hidden;
  padding: 7px;
  right: clamp(110px, 18vw, 265px);
  top: 14%;
  transform: none;
  width: min(23vw, 275px);
}
.hero-phone-artwork { display: none; }
.hero-phone > :not(.phone-screen) { display: none; }
.hero-phone .phone-screen {
  background: #080808;
  border-radius: 26px;
  clip-path: none;
  display: block;
  height: 100%;
  left: auto;
  overflow: hidden;
  pointer-events: auto;
  position: relative;
  top: auto;
  transform: none;
  width: 100%;
}
.hero-phone .phone-screen > :not(.phone-site-demo):not(.phone-notification) { display: none !important; }
.hero-phone .phone-site-demo {
  background: #080808;
  display: block !important;
  height: 100%;
  left: 0;
  opacity: 1 !important;
  position: absolute;
  top: 0;
  transform: none !important;
  visibility: visible !important;
  width: 100%;
}
.hero-phone .phone-site-scroll,
.hero-phone .phone-site-product { height: auto; }
.hero-phone .phone-site-product { padding: 28px 16px 16px; }
.hero-phone .phone-site-product img {
  background: #f6f5f3;
  display: block;
  height: 245px;
  margin: 0 auto 14px;
  object-fit: contain;
  width: 100%;
}
.hero-phone .phone-site-product p { color:#fff; display:block; font-size:10px; margin:0 0 5px; }
.hero-phone .phone-site-product b { color:#fff; display:block; font-size:9px; margin-bottom:12px; }
.hero-phone .phone-site-product button { display:block; }
.phone-reviews { align-items:center; border:1px solid rgba(255,255,255,.5); color:#fff; display:flex; font:600 8px Arial,sans-serif; justify-content:space-between; letter-spacing:.07em; margin-top:9px; padding:10px 9px; text-decoration:none; }
.phone-reviews span { font-size:12px; }
.hero-phone .phone-notification { left:8px; pointer-events:none; top:16px; width:calc(100% - 16px); }

@media (max-width: 720px) {
  .hero-phone { height:min(68vh, 540px); right:8vw; top:16%; width:min(49vw, 260px); }
  .hero-phone .phone-site-product img { height:190px; }
}

/* Keep the selected diagonal iPhone artwork; its screen already contains the website product image. */
.hero-phone {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: min(82vh, 720px);
  overflow: visible;
  padding: 0;
  right: clamp(95px, 17vw, 270px);
  top: 14%;
  width: min(36vw, 430px);
}
.hero-phone-artwork { display: block !important; height:100%; object-fit:contain; width:100%; }
.hero-phone > :not(.hero-phone-artwork):not(.phone-screen) { display:none; }
.hero-phone .phone-screen {
  background: transparent !important;
  box-shadow: none;
  border-radius: 0;
  display: block;
  height: 100%;
  left: 0;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero-phone .phone-screen > :not(.phone-notification) { display:none !important; }
.hero-phone .phone-notification {
  left: 30%;
  pointer-events: none;
  top: 15%;
  width: 42%;
  z-index: 4;
}
@media (max-width: 720px) {
  .hero-phone { height:min(71vh, 570px); right:7vw; top:17%; width:min(64vw, 330px); }
}

/* Coming-soon screen fitted inside the selected diagonal iPhone. */
.hero-phone .phone-screen {
  background: transparent;
  clip-path: polygon(20% 0, 100% 8%, 88% 100%, 0 87%);
  height: 85%;
  left: 21.5%;
  overflow: hidden;
  position: absolute;
  top: 8.5%;
  width: 57%;
}
.hero-phone .phone-screen > :not(.phone-coming-screen):not(.phone-notification) { display:none !important; }
.hero-phone .phone-screen > .phone-coming-screen {
  align-items:center;
  color:#fff;
  display:flex !important;
  flex-direction:column;
  height:100%;
  justify-content:center;
  padding:0 12%;
  text-align:center;
  transform:translate(6%, -6%) rotate(9deg) scale(.95);
  transform-origin:center;
}
.phone-coming-screen strong { font:600 clamp(15px,1.65vw,23px)/1 Georgia,serif; letter-spacing:-.07em; }
.phone-coming-screen strong small { display:block; font:600 clamp(6px,.62vw,8px)/1 Arial,sans-serif; letter-spacing:.35em; margin-top:5px; }
.phone-coming-screen > span { font:600 clamp(7px,.7vw,10px)/1 Arial,sans-serif; letter-spacing:.24em; margin-top:20px; }
.phone-coming-screen i { background:rgba(255,255,255,.25); border-radius:20px; display:block; height:3px; margin-top:10px; overflow:hidden; width:72%; }
.phone-coming-screen i b { animation:phone-loading 2.2s ease-in-out infinite; background:#fff; display:block; height:100%; width:48%; }
@keyframes phone-loading { 0% { transform:translateX(-100%); } 55%,100% { transform:translateX(220%); } }
.hero-phone .phone-notification { left:4%; top:9%; width:89%; z-index:4; }
.hero-phone .phone-notification {
  background:rgba(255,255,255,.94);
  color:#111;
  padding:7px;
}
.hero-phone .phone-notification strong,
.hero-phone .phone-notification small,
.hero-phone .phone-notification em { color:#111; }
.hero-phone .phone-notification-icon { background:#111; color:#fff; }
.hero-phone .phone-notification { transform:translateX(22px) rotate(9deg) translateY(-12px) scale(.82); transform-origin:center; }
.hero-phone .phone-notification.is-visible { transform:translateX(22px) rotate(9deg) translateY(0) scale(.82); }

/* Keep the three professional wrist images as the primary photos. */
.product-photo.garnet { background-image: url('garnet-black-white-shirt.png'); }
.product-photo.marine { background-image: url('marine-blue-white-shirt.png'); }

/* Full-width ticker moving from left to right. */
.ticker {
  width: 100%;
}

.ticker div {
  animation: ticker-scroll-right 19s linear infinite;
  display: block;
  transform: translateX(-50%);
  width: max-content;
  will-change: transform;
}

@keyframes ticker-scroll-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

/* Inverted black-and-white style for the community reactions section. */
.reviews {
  background: #000;
  color: #fff;
}

.reviews-heading > p,
.review-meta span,
.verified,
.photo-input small,
.photo-name,
.review-message {
  color: #bdbdbd;
}

.review-card {
  border-color: #555;
}

.review-form {
  border-top-color: #fff;
}

.review-form input:not([type=file]),
.review-form textarea {
  border-color: #777;
  color: #fff;
}

.photo-input {
  border-color: #777;
}

.review-submit {
  background: #fff;
  color: #000;
}

.review-form input:focus,
.review-form textarea:focus {
  border-color: #fff;
}

/* Slightly wider push notification inside the iPhone screen. */
.hero-phone > .phone-notification {
  display: flex !important;
  left: 30%;
  top: 10%;
  width: 54%;
  transform: rotate(9deg) translateY(-12px) scale(.86);
  z-index: 8;
}

.hero-phone > .phone-notification.is-visible {
  transform: rotate(9deg) translateY(0) scale(.86);
}

/* Luxury in-car campaign photography for the three bracelet editions. */
.product-photo.stone {
  background-image: url('stone-obi-stone.png') !important;
  background-position: center;
}

.product-photo.garnet {
  background-image: url('garnet-black-stone.png') !important;
  background-position: center;
}

.product-photo.marine {
  background-image: url('galaxy-black-stone.png') !important;
  background-position: center;
  background-size: cover !important;
}

/* New-edition label next to each product price. */
.product .price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product .new-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #cf1724;
  color: #fff;
  padding: 6px 9px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  white-space: nowrap;
}

.product-benefits {
  background: #fff;
  border-top: 1px solid #e2e2df;
  color: #333;
  font: 500 8px/1.85 "DM Mono", monospace;
  letter-spacing: .02em;
  list-style: none;
  margin: 0;
  padding: 11px 16px 14px;
}

.product-benefits li::before { content: "✓"; color: #199447; font-weight: 700; margin-right: 7px; }

/* Keep the primary cart action obvious on every product. */
.product .add {
  align-items: center;
  background: #000 !important;
  bottom: 16px;
  color: #fff;
  display: flex;
  font-size: 8px;
  font-weight: 700;
  justify-content: space-between;
  left: 16px;
  opacity: 1;
  padding: 12px 13px;
  right: auto;
  transform: none;
}

.product .add b { color: #fff; font-size: 17px; line-height: 1; margin-left: 12px; }

.cart-fly {
  align-items: center;
  background: #111;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 15px;
  height: 38px;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  transition: transform .7s cubic-bezier(.2,.9,.2,1), opacity .7s ease;
  width: 38px;
  z-index: 20;
}

.drop-timer {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  font: 500 8px "DM Mono", monospace;
  justify-content: center;
  letter-spacing: .1em;
  min-height: 34px;
  padding: 7px 22px;
  position: relative;
  text-align: center;
  z-index: 3;
}

.drop-timer strong { color: #fff; font-size: 10px; font-weight: 500; margin: 0 26px; }
.drop-timer span:last-child { color: #aaa; }
.drop-timer span:first-child { transform: translateX(18px); }

@media (max-width: 720px) {
  .drop-timer { font-size: 7px; padding: 8px 10px; }
  .drop-timer strong { font-size: 8px; margin: 0 10px; }
  .drop-timer span:first-child { transform: none; }
  .drop-timer span:last-child { display: none; }
}

/* Current basket value in the header. */
.cart-open .cart-spend {
  color: #fff;
  font-size: 9px;
  letter-spacing: .04em;
  margin-left: 7px;
  opacity: .82;
}

.points-open {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font: 500 9px "DM Mono", monospace;
  letter-spacing: .09em;
  padding: 0;
  white-space: nowrap;
}

.points-open span { margin-left: 7px; opacity: .82; }

.wheel-open {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font: 500 9px "DM Mono", monospace;
  letter-spacing: .09em;
  padding: 0;
  white-space: nowrap;
}

.points-panel {
  background: #f7f7f5;
  bottom: 22px;
  color: #111;
  max-width: 350px;
  padding: 30px;
  position: fixed;
  right: 22px;
  transform: translateY(calc(100% + 45px));
  transition: transform .3s ease;
  width: calc(100% - 44px);
  z-index: 10;
}

.points-panel.open { transform: none; }
.points-panel h2 { font-size: 44px; margin-bottom: 26px; }
.points-panel > p:not(.eyebrow):not(.points-count) { color: #555; font-size: 13px; line-height: 1.7; }
.points-close { background: transparent; border: 0; color: #111; cursor: pointer; font-size: 28px; position: absolute; right: 17px; top: 12px; }
.points-progress { background: #d8d8d5; height: 7px; width: 100%; }
.points-progress span { background: #cf1724; display: block; height: 100%; width: 0; }
.points-count { font: 500 9px "DM Mono", monospace; letter-spacing: .09em; margin: 10px 0 24px; }
.points-count strong { font-weight: 500; }
.points-panel small { color: #777; display: block; font: 400 8px/1.6 "DM Mono", monospace; letter-spacing: .06em; margin-top: 24px; }

.wheel-panel {
  background: #f7f7f5;
  bottom: 22px;
  color: #111;
  max-width: 350px;
  padding: 30px;
  position: fixed;
  right: 22px;
  transform: translateY(calc(100% + 45px));
  transition: transform .3s ease;
  width: calc(100% - 44px);
  z-index: 10;
}

.wheel-panel.open { transform: none; }
.wheel-panel h2 { font-size: 44px; margin-bottom: 20px; }
.wheel-close { background: transparent; border: 0; color: #111; cursor: pointer; font-size: 28px; position: absolute; right: 17px; top: 12px; }
.reward-wheel { background: conic-gradient(#111 0 33%, #cf1724 33% 66%, #777 66% 100%); border: 5px solid #111; border-radius: 50%; height: 164px; margin: 12px auto 22px; position: relative; width: 164px; }
.reward-wheel span { color: #fff; font: 500 15px "DM Mono", monospace; position: absolute; }
.reward-wheel span:nth-child(1) { left: 28px; top: 34px; }.reward-wheel span:nth-child(2) { right: 27px; top: 35px; }.reward-wheel span:nth-child(3) { bottom: 25px; left: 68px; }
.reward-wheel b { background: #fff; border: 2px solid #111; border-radius: 50%; font-size: 22px; left: 50%; padding: 8px 12px; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.wheel-panel > p:not(.eyebrow) { color: #555; font-size: 13px; line-height: 1.7; }
.wheel-panel small { color: #777; display:block; font:400 8px/1.6 "DM Mono",monospace; letter-spacing:.06em; margin-top:20px; }
.wheel-spin { background:#bbb; border:0; color:#666; font:500 8px "DM Mono",monospace; letter-spacing:.08em; margin-top:18px; padding:15px; width:100%; }

/* Hero call-to-action only. */
.hero-copy .button { background: #000; color: #fff; }

/* Keep the navigation below the top delivery and drop bars. */
.header { top: 66px; }
.header .nav { transform: translateX(66px); }

@media (max-width: 850px) {
  .header { top: 66px; }
  .header .nav { transform: none; }
}

.limited-note {
  color: #555;
  margin: 7px 0 12px;
}

.limited-note strong { color: #111; display: block; font: 500 9px "DM Mono", monospace; letter-spacing: .09em; margin-bottom: 4px; }
.limited-note small { display: block; font: 400 8px/1.45 "DM Mono", monospace; }

.light-header .nav-order-status {
  border-left: 1px solid rgba(255, 255, 255, .35);
  color: #fff;
  font: 500 8px "DM Mono", monospace;
  letter-spacing: .07em;
  margin-left: 2px;
  padding-left: 13px;
  white-space: nowrap;
}

.light-header .nav-order-status b,
.light-header .nav-order-status strong {
  color: #fff;
  font-weight: 500;
}

@media (max-width: 400px) {
  .cart-open .cart-spend { display: none; }
  .points-open { display: none; }
  .wheel-open { display: none; }
}

@media (max-width: 850px) {
  .light-header .nav-order-status { display: none; }
}

/* Return request section. */
.returns {
  background: #f7f7f5;
  color: #111;
  display: grid;
  gap: clamp(35px, 7vw, 120px);
  grid-template-columns: 1fr 1fr;
  padding: 110px clamp(22px, 8vw, 140px);
}

.returns h2 { font-size: clamp(44px, 5vw, 76px); }
.returns > div > p:not(.eyebrow) { color: #555; font-size: 14px; line-height: 1.8; max-width: 430px; }
.return-form { border-top: 1px solid #111; padding-top: 18px; }
.return-form label:not(.return-photo) { display: block; font: 500 9px "DM Mono", monospace; letter-spacing: .1em; margin: 16px 0 8px; }
.return-form input:not([type=file]), .return-form textarea { background: transparent; border: 1px solid #c6c6c3; color: #111; font: 500 10px "DM Mono", monospace; letter-spacing: .06em; padding: 13px; width: 100%; }
.return-form textarea { resize: vertical; }
.return-photo { align-items: center; border: 1px dashed #777; cursor: pointer; display: flex; justify-content: space-between; margin-top: 16px; padding: 15px; }
.return-photo span { font: 500 9px "DM Mono", monospace; letter-spacing: .08em; }
.return-photo small, .return-file-name, .return-message { color: #666; font: 400 9px "DM Mono", monospace; letter-spacing: .06em; }
.return-photo input { display: none; }
.return-file-name { min-height: 14px; }
.return-form button { background: #111; border: 0; color: #fff; cursor: pointer; font: 500 9px "DM Mono", monospace; letter-spacing: .1em; margin-top: 10px; padding: 16px; width: 100%; }
.return-form button span { float: right; font-size: 14px; }

@media (max-width: 720px) {
  .returns { grid-template-columns: 1fr; padding: 85px 22px; }
}

/* Final product-info contrast override. */
.product .product-benefits {
  background: #000 !important;
  border: 1px solid #fff !important;
  color: #fff !important;
}

.product .product-benefits li,
.product .product-benefits li strong { color: #fff !important; }

.product .product-benefits li::before { color: #fff !important; }

.cart-cancel {
  background: transparent !important;
  border: 1px solid #777 !important;
  color: #fff !important;
  cursor: pointer !important;
  font: 500 8px "DM Mono", monospace !important;
  letter-spacing: .09em !important;
  margin-top: 10px;
  padding: 13px !important;
  width: 100%;
}

.cart-cancel:hover { border-color: #fff !important; }

.country-picker { position: relative; }
.country-picker select {
  appearance: none;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font: 500 8px "DM Mono", monospace;
  letter-spacing: .07em;
  outline: 0;
  padding: 0 13px 0 0;
}
.country-picker::after { color: #fff; content: '⌄'; font-size: 11px; pointer-events: none; position: absolute; right: 0; top: -2px; }
.country-picker option { background: #111; color: #fff; }

@media (max-width: 500px) {
  .country-picker { display: none; }
}

/* Keep the original product presentation with a refined card outline. */
.collection .product {
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  overflow: hidden;
}

/* Company and customer-service information beside the brand story. */
.material {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
}

.material-copy { max-width: none; }
.material-copy { align-self: stretch; display: flex; flex-direction: column; justify-content: center; min-height: 650px; }

.company-info {
  border-left: 0;
  color: #d2d2cf;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 650px;
  order: -1;
  padding: 58px clamp(22px, 3.5vw, 55px);
}

.company-info section + section { border-top: 1px solid rgba(255,255,255,.23); margin-top: 22px; padding-top: 20px; }
.company-info .eyebrow { color: #fff; font-size: 7px; margin-bottom: 10px; }
.company-info h3 { color: #fff; font-size: clamp(25px, 2.4vw, 35px); letter-spacing: -.07em; line-height: .92; margin: 0 0 17px; }
.company-info p { color: #c5c5c2; font-size: 11px; line-height: 1.55; margin: 0 0 9px; }
.company-info a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.company-info dl { margin: 0; }
.company-info dt { color: #8e8e8b; font: 500 7px "DM Mono", monospace; letter-spacing: .1em; margin-top: 9px; }
.company-info dd { color: #fff; font-size: 11px; margin: 2px 0 0; }
.company-info .withdrawal-right p { margin-bottom: 9px; }

/* Clear, easy-to-read information underneath each small product photo. */
.product .product-details {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 17px 18px 19px;
}

.product .product-details h3 {
  color: #050505;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.product .product-details strong {
  color: #050505;
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.product .price-row { text-align: right; }
.product .new-label { margin-top: 7px; }

.product .product-benefits {
  padding: 17px 18px 19px;
}

.product .product-benefits li {
  color: #fff;
  font-size: 11px;
  line-height: 1.45;
  margin: 6px 0;
}

.product .product-benefits li strong { color: #fff; font-weight: 800; }

/* Geometric, lightweight signature for the brand inside the phone preview. */
.phone-brand,
.home-brand {
  font-family: "Jura", "Manrope", Arial, sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: .12em !important;
}

/* One consistent typeface across the complete Alcerbrace experience. */
body,
body button,
body input,
body textarea,
body select,
body h1,
body h2,
body h3,
body p,
body a,
body span,
body small,
body strong,
body li,
body label {
  font-family: "Jura", "Manrope", Arial, sans-serif !important;
}

@media (max-width: 860px) {
  .material { display: block; }
  .material-copy { min-height: 0; }
  .company-info { border-left: 0; border-top: 1px solid rgba(255,255,255,.23); min-height: 0; padding: 65px 25px; }
}

/* The supplied phone artwork is the complete hero phone; remove the old HTML phone layer. */
.hero > .hero-phone { display: none !important; }

/* Final hero artwork: keep the complete phone image visible above the plain black fallback. */
.hero .hero-image {
  background: #000 url('alcerbrace-phone-product-layout.png') 67% center / auto 64% no-repeat !important;
}

@media (max-width: 720px) {
  .hero .hero-image { background-position: 66% center !important; background-size: auto 57% !important; }
}

@media (min-width: 721px) {
  .header .nav {
    left: 46%;
    position: absolute;
    transform: translateX(-50%);
  }

  .header .nav-order-status {
    left: calc(100% + 26px);
    position: absolute;
    top: 0;
  }

  .header .header-actions {
    position: absolute;
    right: clamp(14px, 2vw, 30px);
  }
}
