.announcement--priority {
  background: #050505;
}

.announcement--priority a {
  color: #fff;
  text-decoration-color: rgb(255 255 255 / 48%);
}

.iphone18-page {
  --priority-black: #050505;
  --priority-panel: #101011;
  --priority-line: #2c2c2e;
  --priority-silver: #a1a1a6;
}

.iphone18-home-promo {
  padding: 14px 0 clamp(54px, 7vw, 94px);
  background: var(--paper-warm);
}

.iphone18-home-promo__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr);
  align-items: center;
  min-height: clamp(390px, 42vw, 560px);
  overflow: hidden;
  border-radius: 30px;
  background: #050505;
  color: #fff;
  text-decoration: none;
}

.iphone18-home-promo__copy {
  position: relative;
  z-index: 2;
  padding: clamp(34px, 6vw, 78px);
}

.iphone18-home-promo__copy p {
  margin: 0 0 16px;
  color: #a1a1a6;
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.iphone18-home-promo__copy h2 {
  margin: 0;
  font-size: clamp(4rem, 8vw, 7.6rem);
  letter-spacing: -.075em;
  line-height: .86;
}

.iphone18-home-promo__copy strong {
  display: block;
  margin-top: 24px;
  color: #a1a1a6;
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  font-weight: 520;
}

.iphone18-home-promo__copy > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  margin-top: 25px;
  font-size: .88rem;
  font-weight: 700;
}

.iphone18-home-promo__art {
  position: relative;
  align-self: stretch;
  min-height: 390px;
}

.iphone18-home-promo__art::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(45vw, 560px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255 255 255 / 12%), transparent 68%);
  content: "";
}

.iphone18-home-promo__art i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(15vw, 190px);
  aspect-ratio: .49;
  border: 2px solid #4a4a4e;
  border-radius: 42px;
  background: #0d0d0e;
  box-shadow: 0 30px 60px rgb(0 0 0 / 50%);
}

.iphone18-home-promo__art i:first-child {
  transform: translate(-74%, -48%) rotate(-9deg);
  opacity: .68;
}

.iphone18-home-promo__art i:nth-child(2) {
  transform: translate(-24%, -53%) rotate(8deg);
}

.iphone18-home-promo__art em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #171719;
  font-size: clamp(13rem, 24vw, 24rem);
  font-style: normal;
  font-weight: 760;
  letter-spacing: -.14em;
  line-height: .7;
}

.iphone18-home-promo__inner > small {
  position: absolute;
  right: 24px;
  bottom: 18px;
  color: #6e6e73;
  font-size: .59rem;
}

.iphone18-page .site-header {
  background: rgb(255 255 255 / 88%);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  backdrop-filter: saturate(180%) blur(18px);
}

.iphone18-hero {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background: var(--priority-black);
  color: #fff;
}

.iphone18-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, rgb(255 255 255 / 4%));
  content: "";
  pointer-events: none;
}

.iphone18-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(390px, .74fr);
  align-items: center;
  gap: clamp(40px, 7vw, 110px);
  min-height: 720px;
  padding-block: clamp(72px, 9vw, 128px);
}

.iphone18-hero__copy {
  position: relative;
  z-index: 2;
}

.iphone18-kicker {
  margin: 0 0 20px;
  color: var(--muted-light);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.iphone18-hero .iphone18-kicker {
  color: #c7c7cc;
}

.iphone18-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(4.4rem, 7.2vw, 7.65rem);
  font-weight: 690;
  letter-spacing: -.075em;
  line-height: .88;
}

.iphone18-hero h1 em {
  color: #8e8e93;
  font-style: normal;
  font-weight: 520;
}

.iphone18-hero__copy > p:not(.iphone18-kicker) {
  max-width: 660px;
  margin: 32px 0 0;
  color: #b7b7bd;
  font-size: clamp(1.08rem, 1.5vw, 1.33rem);
  line-height: 1.55;
}

.iphone18-hero__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.iphone18-page .button--light {
  min-height: 50px;
  background: #fff;
  color: #111;
}

.iphone18-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f5f5f7;
  font-size: .93rem;
  font-weight: 650;
  text-decoration: none;
}

.iphone18-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  color: #8e8e93;
  font-size: .74rem;
  list-style: none;
}

.iphone18-signals li {
  padding: 0 13px;
  border-right: 1px solid #3a3a3c;
}

.iphone18-signals li:first-child {
  padding-left: 0;
}

.iphone18-signals li:last-child {
  border-right: 0;
}

.iphone18-stage {
  position: relative;
  min-height: 560px;
  isolation: isolate;
}

.iphone18-stage::before {
  position: absolute;
  top: 8%;
  left: 50%;
  width: min(43vw, 570px);
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255 255 255 / 15%) 0, rgb(255 255 255 / 4%) 42%, transparent 70%);
  content: "";
  filter: blur(1px);
}

.iphone18-stage__number {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  color: #151517;
  font-size: clamp(18rem, 29vw, 31rem);
  font-weight: 760;
  letter-spacing: -.12em;
  line-height: .7;
}

.iphone18-device {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(19vw, 246px);
  aspect-ratio: .49;
  border: 2px solid #5a5a5f;
  border-radius: clamp(38px, 4vw, 58px);
  background: linear-gradient(150deg, #161618, #09090a 55%, #1b1b1d);
  box-shadow: 0 52px 90px rgb(0 0 0 / 54%), inset 0 0 0 4px #0a0a0b, inset 0 0 0 5px #272729;
}

.iphone18-device--back {
  transform: translate(-72%, -48%) rotate(-9deg);
  opacity: .72;
}

.iphone18-device--front {
  z-index: 2;
  display: grid;
  place-items: end center;
  transform: translate(-27%, -52%) rotate(8deg);
  background: linear-gradient(160deg, #242426, #050505 56%);
}

.iphone18-device--front::before {
  position: absolute;
  top: 16px;
  left: 50%;
  width: 34%;
  height: 16px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #000;
  content: "";
}

.iphone18-device--front span {
  margin-bottom: 52px;
  color: #d1d1d6;
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .22em;
}

.iphone18-stage > p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  color: #6e6e73;
  font-size: .67rem;
  text-align: center;
}

.iphone18-event {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.iphone18-event__inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
  min-height: 94px;
}

.iphone18-event__inner > div:first-child {
  display: grid;
  gap: 4px;
}

.iphone18-event__inner > div:first-child span {
  color: var(--success);
  font-size: .65rem;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.iphone18-event__inner strong {
  font-size: .9rem;
}

.iphone18-event__inner > p {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
}

.iphone18-countdown {
  display: flex;
  gap: 18px;
}

.iphone18-countdown span {
  display: grid;
  min-width: 36px;
  text-align: center;
}

.iphone18-countdown b {
  font-size: 1.28rem;
  letter-spacing: -.04em;
}

.iphone18-countdown small {
  color: var(--muted);
  font-size: .6rem;
}

.iphone18-reserve {
  padding: clamp(84px, 10vw, 144px) 0;
  background: var(--paper);
}

.iphone18-reserve__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
  align-items: start;
  gap: clamp(60px, 9vw, 130px);
}

.iphone18-reserve__copy h2,
.iphone18-section-head h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3rem, 5.5vw, 5.75rem);
  font-weight: 650;
  letter-spacing: -.065em;
  line-height: .96;
}

.iphone18-reserve__copy > p:not(.iphone18-kicker) {
  max-width: 590px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.07rem;
  line-height: 1.6;
}

.iphone18-steps {
  margin: 40px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.iphone18-steps li {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 68px;
  border-bottom: 1px solid var(--line);
}

.iphone18-steps strong {
  font-size: .9rem;
}

.iphone18-steps span {
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.45;
}

.iphone18-store-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.iphone18-store-proof > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 5px rgb(19 124 61 / 10%);
}

.iphone18-store-proof p {
  display: grid;
  gap: 3px;
  margin: 0;
}

.iphone18-store-proof strong {
  font-size: .85rem;
}

.iphone18-store-proof small {
  color: var(--muted);
  font-size: .73rem;
}

.iphone18-form-card {
  overflow: hidden;
  border: 1px solid #29292d;
  border-radius: 30px;
  background: var(--priority-panel);
  color: #fff;
  box-shadow: 0 34px 90px rgb(0 0 0 / 16%);
}

.iphone18-form-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 26px 28px 22px;
  border-bottom: 1px solid var(--priority-line);
}

.iphone18-form-card__head div {
  display: grid;
  gap: 3px;
}

.iphone18-form-card__head small {
  color: #8e8e93;
  font-size: .62rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.iphone18-form-card__head h3 {
  margin: 0;
  font-size: 1.58rem;
  letter-spacing: -.04em;
}

.iphone18-form-card__head > span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #173322;
  color: #9ee8b7;
  font-size: .67rem;
  font-weight: 750;
}

.iphone18-form-card form {
  display: grid;
  gap: 18px;
  padding: 26px 28px 28px;
}

.iphone18-field > span,
.iphone18-models legend {
  display: block;
  margin: 0 0 8px;
  color: #c7c7cc;
  font-size: .72rem;
  font-weight: 650;
}

.iphone18-field input {
  width: 100%;
  min-height: 54px;
  padding: 0 15px;
  border: 1px solid #3a3a3c;
  border-radius: 14px;
  outline: 0;
  background: #080809;
  color: #fff;
}

.iphone18-field input::placeholder {
  color: #6e6e73;
}

.iphone18-field input:focus {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgb(255 255 255 / 12%);
}

.iphone18-models {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.iphone18-models legend {
  grid-column: 1 / -1;
}

.iphone18-models label {
  position: relative;
}

.iphone18-models input {
  position: absolute;
  opacity: 0;
}

.iphone18-models span {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 9px 12px;
  border: 1px solid #38383c;
  border-radius: 12px;
  color: #d1d1d6;
  font-size: .76rem;
  cursor: pointer;
}

.iphone18-models input:checked + span {
  border-color: #fff;
  background: #fff;
  color: #111;
}

.iphone18-models input:focus-visible + span {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.iphone18-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: #a1a1a6;
  font-size: .71rem;
  line-height: 1.5;
}

.iphone18-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #fff;
}

.reservation-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.iphone18-submit {
  width: 100%;
  min-height: 52px;
  background: #fff;
  color: #111;
}

.iphone18-submit:disabled {
  cursor: wait;
  opacity: .58;
}

.iphone18-form-note,
.iphone18-form-error {
  margin: 0;
  color: #7f7f85;
  font-size: .66rem;
  line-height: 1.5;
}

.iphone18-form-error {
  min-height: 1em;
  color: #ffb4ab;
}

.iphone18-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid #3a3a3c;
  border-radius: 999px;
  color: #fff;
  font-size: .76rem;
  font-weight: 700;
  text-decoration: none;
}

.iphone18-success {
  padding: 44px 28px 38px;
  text-align: center;
}

.iphone18-success > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-weight: 800;
}

.iphone18-success > p:first-of-type {
  margin: 0;
  color: #a1a1a6;
  font-size: .66rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.iphone18-success h3 {
  margin: 10px 0 14px;
  font-size: clamp(2rem, 5vw, 3rem);
  letter-spacing: -.05em;
}

.iphone18-success > p:last-of-type {
  max-width: 360px;
  margin: 0 auto 28px;
  color: #a1a1a6;
  font-size: .83rem;
  line-height: 1.55;
}

.iphone18-details,
.iphone18-faq {
  padding: clamp(88px, 10vw, 140px) 0;
  background: #fff;
}

.iphone18-section-head {
  margin-bottom: 54px;
}

.iphone18-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}

.iphone18-facts article {
  min-height: 250px;
  padding: 30px 30px 30px 0;
  border-right: 1px solid var(--line);
}

.iphone18-facts article:not(:first-child) {
  padding-left: 30px;
}

.iphone18-facts article:last-child {
  border-right: 0;
}

.iphone18-facts small {
  color: var(--muted);
  font-size: .65rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.iphone18-facts article:first-child small {
  color: var(--success);
}

.iphone18-facts h3 {
  margin: 54px 0 12px;
  font-size: 1.45rem;
  letter-spacing: -.035em;
}

.iphone18-facts p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.55;
}

.iphone18-faq {
  background: var(--paper);
}

.iphone18-faq .faq-list {
  max-width: 900px;
}

@media (max-width: 980px) {
  .iphone18-hero__grid,
  .iphone18-reserve__grid {
    grid-template-columns: 1fr;
  }

  .iphone18-hero__grid {
    padding-top: 84px;
  }

  .iphone18-stage {
    min-height: 510px;
  }

  .iphone18-device {
    width: 224px;
  }

  .iphone18-event__inner {
    grid-template-columns: 1fr auto;
    padding-block: 18px;
  }

  .iphone18-event__inner > p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .iphone18-form-card {
    width: min(100%, 620px);
  }
}

@media (max-width: 700px) {
  .iphone18-home-promo {
    padding: 8px 0 64px;
  }

  .iphone18-home-promo__inner {
    grid-template-columns: 1fr;
    min-height: 610px;
    border-radius: 24px;
  }

  .iphone18-home-promo__copy {
    align-self: start;
    padding: 42px 26px 10px;
  }

  .iphone18-home-promo__copy h2 {
    font-size: clamp(3.9rem, 20vw, 6rem);
  }

  .iphone18-home-promo__art {
    min-height: 330px;
  }

  .iphone18-home-promo__art i {
    width: min(36vw, 164px);
    border-radius: 36px;
  }

  .iphone18-home-promo__art em {
    font-size: min(68vw, 19rem);
  }

  .iphone18-home-promo__inner > small {
    right: 16px;
    bottom: 14px;
    left: 16px;
    text-align: center;
  }

  .iphone18-hero {
    min-height: 0;
  }

  .iphone18-hero__grid {
    gap: 28px;
    min-height: 0;
    padding-block: 66px 40px;
  }

  .iphone18-hero h1 {
    font-size: clamp(3.45rem, 16.5vw, 5.6rem);
  }

  .iphone18-hero__copy > p:not(.iphone18-kicker) {
    margin-top: 24px;
    font-size: 1rem;
  }

  .iphone18-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    margin-top: 26px;
  }

  .iphone18-text-link {
    justify-content: center;
  }

  .iphone18-signals {
    justify-content: center;
    margin-top: 24px;
  }

  .iphone18-stage {
    min-height: 390px;
  }

  .iphone18-stage::before {
    width: 125%;
  }

  .iphone18-stage__number {
    font-size: min(80vw, 22rem);
  }

  .iphone18-device {
    width: min(43vw, 188px);
    border-radius: 40px;
  }

  .iphone18-device--front::before {
    top: 12px;
    height: 13px;
  }

  .iphone18-device--front span {
    margin-bottom: 38px;
  }

  .iphone18-stage > p {
    font-size: .59rem;
  }

  .iphone18-event__inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .iphone18-event__inner > p {
    grid-row: auto;
  }

  .iphone18-countdown {
    justify-self: stretch;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid var(--line);
  }

  .iphone18-reserve__copy h2,
  .iphone18-section-head h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .iphone18-steps li {
    grid-template-columns: 105px 1fr;
    gap: 14px;
  }

  .iphone18-form-card {
    border-radius: 24px;
  }

  .iphone18-form-card__head,
  .iphone18-form-card form {
    padding-inline: 20px;
  }

  .iphone18-models {
    grid-template-columns: 1fr;
  }

  .iphone18-section-head {
    margin-bottom: 38px;
  }

  .iphone18-facts {
    grid-template-columns: 1fr;
  }

  .iphone18-facts article,
  .iphone18-facts article:not(:first-child) {
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .iphone18-facts article:last-child {
    border-bottom: 0;
  }

  .iphone18-facts h3 {
    margin-top: 22px;
  }

}

@media (max-width: 360px) {
  .iphone18-signals {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .iphone18-signals li {
    padding-inline: 5px;
    text-align: center;
  }

  .iphone18-signals li:first-child {
    padding-left: 0;
  }

  .iphone18-store-proof small {
    font-size: .68rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .iphone18-page {
    scroll-behavior: auto;
  }
}
