@import url('https://cdn.ui.porsche.com/porsche-design-system/styles/font-face.min.css');

:root {
  --ink: #0e0e0f;
  --paper: #f4f3f1;
  --white: #fff;
  --ash: #d8d6d2;
  --muted: #6b6966;
  --warm: #c8beb2;
  --line: rgba(14, 14, 15, .16);
  --max: 1440px;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Noto Kufi Arabic', Arial, sans-serif; line-height: 1.8; overflow-x: hidden; }
body::selection { background: var(--ink); color: var(--white); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.page { width: 100%; max-width: 100%; overflow-x: clip; }
.skip-link { position: fixed; z-index: 999; inset-block-start: -5rem; inset-inline-start: 1rem; padding: .8rem 1rem; background: var(--white); color: var(--ink); }
.skip-link:focus { inset-block-start: 1rem; }
.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; }
.section-pad { padding: clamp(8rem, 14vw, 13rem) var(--gutter); }
.eyebrow { margin: 0 0 1.6rem; font-size: .74rem; font-weight: 700; letter-spacing: .02em; color: var(--muted); }

.site-header { position: fixed; z-index: 90; inset: 1rem 0 auto; padding-inline: var(--gutter); transition: transform .4s var(--ease); }
.site-header.is-hidden { transform: translateY(-140%); }
.nav-shell { width: min(100%, var(--max)); margin: auto; min-height: 5.4rem; padding: .3rem .4rem .3rem .625rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border: 1px solid rgba(14,14,15,.08); border-radius: .35rem; background: rgba(255,255,255,.97); box-shadow: 0 1rem 4rem rgba(0,0,0,.08); backdrop-filter: blur(22px); }
.brand { display: flex; align-items: center; gap: .65rem; font-family: Arial, sans-serif; font-size: .9rem; font-weight: 600; direction: ltr; }
.brand img { width: 4.788rem; height: 4.788rem; object-fit: cover; border-radius: .5rem; }
.nav-shell .brand { width: 4.788rem; height: 4.788rem; overflow: hidden; border-radius: .5rem; }
.nav-shell .brand img { width: 100%; height: 100%; transform: scale(1.5); transform-origin: center; }
.nav-links { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 3.3rem); font-size: .78rem; font-weight: 600; }
.nav-links a { position: relative; }
.nav-links a::after { content: ''; position: absolute; inset: auto 0 -.45rem; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.nav-links a:hover::after, .nav-links a:focus-visible::after { transform: scaleX(1); }
.pds-button { min-height: 3rem; padding: .65rem 1.4rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--ink); border-radius: .15rem; font-size: .78rem; font-weight: 700; cursor: pointer; transition: transform .35s var(--ease), background .35s, color .35s; }
.pds-button:hover { transform: translateY(-3px); }
.pds-button--dark { background: var(--ink); color: var(--white); }
.pds-button--light { background: var(--white); color: var(--ink); border-color: var(--white); }
.menu-button { display: none; background: none; border: 0; width: 2.8rem; height: 2.8rem; padding: .7rem; }
.menu-button span { display: block; height: 1px; background: var(--ink); margin-block: .42rem; }

.hero { min-height: 100svh; position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(24rem, .92fr); align-items: center; gap: clamp(2rem, 6vw, 8rem); padding: 9rem var(--gutter) 4.5rem; background: var(--ink); color: var(--white); isolation: isolate; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 76% 34%, rgba(255,255,255,.13), transparent 26%), linear-gradient(125deg,#0d0d0e 20%,#161617 72%,#0b0b0c); }
.hero-noise { position: absolute; inset: 0; z-index: -1; opacity: .14; pointer-events: none; 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='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-copy { width: min(100%, 980px); justify-self: end; position: relative; z-index: 2; }
.hero .eyebrow { color: #aaa8a5; }
.hero h1 { margin: 0; max-width: 980px; font-size: clamp(2.7rem, 5.8vw, 6.4rem); line-height: 1.25; letter-spacing: -.055em; font-weight: 700; }
.hero h1 span { color: #b9b5af; font-weight: 400; }
.hero-lede { max-width: 45rem; margin: 2.1rem 0 0; color: #c8c5c0; font-size: clamp(.92rem, 1.25vw, 1.12rem); line-height: 2.05; }
.hero-actions { margin-top: 2.5rem; display: flex; align-items: center; gap: 2rem; }
.text-link { font-size: .83rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: .35rem; }
.hero-visual { min-height: 40rem; position: relative; display: grid; place-items: center; }
.ambient-orb { position: absolute; width: min(39vw, 35rem); aspect-ratio: 1; border-radius: 50%; background: linear-gradient(135deg,#dad8d4,#8a8782); filter: blur(.2px); opacity: .8; }
.phone-shadow { position: absolute; bottom: 3rem; width: 22rem; height: 3rem; border-radius: 50%; background: #000; filter: blur(26px); opacity: .72; }
.iphone { width: clamp(15.4rem, 21vw, 20rem); height: clamp(33.35rem, 45.7vw, 43.3rem); position: relative; z-index: 2; padding: .52rem; border: .18rem solid #444; border-radius: 3.25rem; background: #070707; box-shadow: inset 0 0 0 2px #8f8f8f, 0 3.5rem 6rem rgba(0,0,0,.5); transform: rotate(-3.5deg); }
.iphone-screen { width: 100%; height: 100%; overflow: hidden; border-radius: 2.72rem; background: #fff; }
.iphone-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.dynamic-island { position: absolute; z-index: 3; top: 1.05rem; left: 50%; width: 31%; height: 1.55rem; background: #050505; border-radius: 2rem; transform: translateX(-50%); }
.visual-note { position: absolute; z-index: 3; bottom: 2rem; left: -1rem; margin: 0; font-size: .66rem; color: #a8a5a0; line-height: 1.8; border-right: 1px solid #777; padding-right: .8rem; }
.hero-index { position: absolute; bottom: -3rem; left: -1rem; color: rgba(255,255,255,.022); font-family: Georgia, serif; font-size: 28rem; line-height: .7; pointer-events: none; }

.marquee { overflow: hidden; background: var(--white); border-bottom: 1px solid var(--line); padding: 1.1rem 0; direction: ltr; }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 2.1rem; animation: marquee 30s linear infinite; }
.marquee-track span { color: var(--ink); font-size: .72rem; font-weight: 700; direction: rtl; }
.marquee-track i { width: .32rem; height: .32rem; border-radius: 50%; background: var(--ink); }
@keyframes marquee { to { transform: translateX(-50%); } }

.manifesto { min-height: 95vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--paper); }
.manifesto h2 { max-width: 72rem; margin: 0; font-size: clamp(2rem, 4.3vw, 4.5rem); font-weight: 500; line-height: 1.65; letter-spacing: -.04em; }
.reveal-copy .word { opacity: .12; display: inline-block; margin-inline-end: .22em; }
.section-heading { max-width: var(--max); margin: 0 auto 5rem; display: grid; grid-template-columns: 1fr .52fr; gap: 6rem; align-items: end; }
.section-heading:has(> h2:only-child) { display: block; }
.section-heading h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 5.2rem); line-height: 1.35; letter-spacing: -.05em; }
.section-heading p { margin: 0 0 .75rem; color: var(--muted); font-size: .92rem; }
.features { background: var(--white); }
.bento { max-width: var(--max); margin: auto; display: grid; grid-template-columns: repeat(12,1fr); grid-template-rows: repeat(2,minmax(16rem,1fr)); grid-auto-flow: dense; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.bento-card { position: relative; overflow: hidden; min-height: 20rem; padding: clamp(1.6rem,3vw,3rem); background: var(--white); }
.bento-card--main { grid-column: span 7; grid-row: span 2; display: grid; grid-template-columns: 1fr .8fr; gap: 2rem; }
.bento-card--dark, .bento-card--soft { grid-column: span 5; }
.bento-card--dark { background: var(--ink); color: var(--white); }
.bento-card--soft { background: #e7e3de; }
.card-number { display: block; margin-bottom: 3rem; font-size: .68rem; color: #85817c; }
.bento-card h3 { max-width: 25rem; margin: 0 0 1rem; font-size: clamp(1.6rem,2.8vw,3rem); line-height: 1.45; }
.bento-card p { max-width: 30rem; margin: 0; color: var(--muted); font-size: .84rem; }
.bento-card--dark p { color: #aaa7a2; }
.catalog-crop { align-self: end; height: 30rem; overflow: hidden; border-radius: 1.5rem 1.5rem 0 0; box-shadow: 0 2rem 5rem rgba(0,0,0,.15); }
.catalog-crop img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .8s var(--ease); }
.image-zoom:hover img { transform: scale(1.045); }
.compare-lines { position: absolute; inset: auto 3rem 2.5rem; display: grid; gap: .7rem; }
.compare-lines span { height: .55rem; border-radius: 2rem; background: #fff; transform-origin: right; }
.compare-lines span:nth-child(1){width:84%}.compare-lines span:nth-child(2){width:64%;opacity:.55}.compare-lines span:nth-child(3){width:38%;opacity:.25}
.payment-marks { position: absolute; inset: auto 2.5rem 2.5rem; display: flex; gap: .55rem; flex-wrap: wrap; direction: ltr; }
.payment-marks span { padding: .42rem .75rem; border: 1px solid #99938d; border-radius: 2rem; font-family: Arial,sans-serif; font-size: .65rem; }

.journey { max-width: var(--max); margin: auto; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(4rem,9vw,10rem); align-items: start; }
.journey-sticky { min-height: 30rem; padding-top: 3rem; position: sticky; top: 8vh; align-self: start; }
.journey-sticky h2 { margin: 0; font-size: clamp(2.5rem,4.8vw,5rem); line-height: 1.4; letter-spacing: -.05em; }
.journey-sticky > p:last-child { max-width: 25rem; color: var(--muted); }
.journey-list { display: grid; gap: 13rem; }
.journey-item { display: grid; grid-template-columns: minmax(11rem,17rem) 1fr; gap: 2.5rem; align-items: center; opacity: .2; transform: scale(.84); filter: brightness(.55); }
.journey-phone { height: 34rem; overflow: hidden; padding: .45rem; border-radius: 2.7rem; background: #080808; box-shadow: 0 2rem 5rem rgba(0,0,0,.18); }
.journey-phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 2.25rem; }
.journey-phone--product img { object-position: top; transform: scale(1.14); transform-origin: top center; clip-path: inset(.45rem round 2.25rem); }
.journey-item span { color: var(--muted); font-size: .72rem; font-weight: 700; }
.journey-item h3 { margin: 1rem 0 0; font-size: clamp(1.35rem,2.2vw,2.4rem); line-height: 1.6; }

.brand-value { background: var(--ink); color: var(--white); }
.section-heading--wide { display: block; }
.section-heading--wide h2 { max-width: 70rem; }
.brand-value .eyebrow { color: #aaa; }
.accordion { max-width: var(--max); min-height: 34rem; margin: auto; display: flex; gap: 2px; direction: rtl; }
.accordion-panel { flex: 1; min-width: 7rem; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #353535; background: #171718; overflow: hidden; cursor: pointer; transition: flex .7s var(--ease), background .4s; }
.accordion-panel.is-active { flex: 4.2; background: var(--white); color: var(--ink); }
.panel-index { writing-mode: vertical-rl; font-size: .82rem; font-weight: 700; white-space: nowrap; }
.is-active .panel-index { writing-mode: horizontal-tb; }
.panel-content { width: min(30rem,70vw); opacity: 0; transform: translateY(1.5rem); transition: .45s .15s var(--ease); }
.is-active .panel-content { opacity: 1; transform: none; }
.panel-content h3 { margin: 0 0 1rem; font-size: clamp(1.7rem,3.2vw,3.3rem); line-height: 1.5; }
.panel-content p { margin: 0; color: var(--muted); }

.operations { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem,7vw,8rem); align-items: center; background: #dedbd7; }
.operations-image { min-height: 43rem; overflow: hidden; }
.operations-image img { width: 100%; height: 100%; min-height: 43rem; object-fit: cover; object-position: right center; filter: grayscale(1) contrast(1.08); transition: transform 1s var(--ease); }
.operations-copy h2 { margin: 0 0 2rem; font-size: clamp(2.5rem,4.5vw,5rem); line-height: 1.4; }
.operations-copy > p { max-width: 34rem; color: #4e4b47; }
.flow-list { list-style: none; margin: 3rem 0 0; padding: 0; border-top: 1px solid #aaa49e; }
.flow-list li { padding: 1.25rem 0; border-bottom: 1px solid #aaa49e; font-size: .84rem; }
.flow-list span { display: inline-block; width: 3rem; color: #77716b; font-family: Arial,sans-serif; direction: rtl; text-align: right; }

.cta { position: relative; overflow: hidden; min-height: 88vh; padding: 9rem var(--gutter); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--ink); color: var(--white); isolation: isolate; }
.cta-orb { position: absolute; z-index: -1; width: 50rem; height: 50rem; border-radius: 50%; background: radial-gradient(circle,rgba(192,184,175,.24),transparent 65%); filter: blur(10px); }
.cta-logo { width: 11rem; height: 11rem; border-radius: 1.6rem; margin-bottom: 2.5rem; }
.cta h2 { max-width: 70rem; margin: 0; font-size: clamp(2.5rem,5.5vw,6rem); line-height: 1.45; letter-spacing: -.05em; }
.cta > p { color: #aaa7a3; }
.waitlist { width: min(100%,42rem); margin-top: 2rem; display: grid; grid-template-columns: 1fr auto; gap: .65rem; }
.waitlist input { min-width: 0; padding: 1rem 1.3rem; border: 1px solid #494949; border-radius: .15rem; background: #171718; color: var(--white); outline: none; text-align: left; }
.waitlist input:focus { border-color: #fff; box-shadow: 0 0 0 2px #fff; }
.form-status { min-height: 1.8rem; margin: 1rem 0 0; font-size: .78rem; }
.footer { padding: 4rem var(--gutter) 2rem; display: grid; grid-template-columns: 1fr 1fr auto; gap: 2rem; align-items: center; background: var(--white); font-size: .72rem; }
.brand--footer { justify-self: start; }
.brand--footer img { width: 5.7rem; height: 5.7rem; border-radius: .65rem; }
.footer p { color: var(--muted); }
.footer > div { display: flex; gap: 1.5rem; }
.footer small { grid-column: 1/-1; padding-top: 2rem; border-top: 1px solid var(--line); color: var(--muted); }

@media (max-width: 980px) {
  .nav-links { display: none; position: absolute; top: 6rem; inset-inline: 0; padding: 2rem; flex-direction: column; background: var(--white); border: 1px solid var(--line); }
  .nav-links.is-open { display: flex; }
  .nav-shell > .pds-button { display: none; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 8.5rem; text-align: center; }
  .hero-copy { justify-self: center; }
  .hero-lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { min-height: 46rem; }
  .visual-note { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .bento-card--main { grid-column: span 12; }
  .bento-card--dark, .bento-card--soft { grid-column: span 6; }
  .journey { grid-template-columns: 1fr; }
  .journey-sticky { min-height: auto; position: static; }
  .operations { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr; }
  .footer > * { justify-self: start; }
}

@media (max-width: 640px) {
  .section-pad { padding-block: 7rem; }
  .hero { gap: 1rem; }
  .hero h1 { font-size: clamp(2.6rem,13vw,4.3rem); }
  .hero-actions { flex-direction: column; gap: 1.25rem; }
  .hero-visual { min-height: 39rem; }
  .ambient-orb { width: 31rem; }
  .iphone { width: 16rem; height: 34.7rem; }
  .bento { display: block; background: transparent; border: 0; }
  .bento-card { margin-bottom: 1px; }
  .bento-card--main { grid-template-columns: 1fr; }
  .catalog-crop { height: 22rem; }
  .journey-item { grid-template-columns: 1fr; gap: 1.5rem; }
  .journey-phone { width: 15rem; height: 32.5rem; }
  .accordion { min-height: 44rem; flex-direction: column; }
  .accordion-panel { min-height: 6rem; }
  .accordion-panel.is-active { min-height: 25rem; }
  .panel-index { writing-mode: horizontal-tb; }
  .operations-image, .operations-image img { min-height: 27rem; }
  .waitlist { grid-template-columns: 1fr; }
  .footer > div { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-copy .word, .journey-item { opacity: 1 !important; transform: none !important; filter: none !important; }
}
