/* GSB Product Designer product page. Layered on landing.css like messenger.css and dtf.css.
   The family's dark ground and Inter body; this product's own voice is Bricolage Grotesque
   for display type and a teal to green accent (the icon gradient). Real screenshots carry the
   page; the CSS frames them. Mobile first, breakpoints 720 and 1024. Every class is .pd-. */

.pd-page { --pd-teal: #14b8a6; --pd-green: #22c55e; --pd-teal-soft: #2dd4bf; --pd-green-soft: #4ade80;
  --pd-grad: linear-gradient(135deg, var(--pd-teal), var(--pd-green));
  --pd-grad-h: linear-gradient(90deg, var(--pd-teal-soft), var(--pd-green-soft));
  --pd-ink: #f8fafc; --pd-ink-2: rgba(248, 250, 252, 0.72); --pd-ink-3: rgba(248, 250, 252, 0.5);
  --pd-line: rgba(255, 255, 255, 0.09); --pd-line-2: rgba(255, 255, 255, 0.16);
  --pd-card: rgba(255, 255, 255, 0.035); --pd-card-2: rgba(255, 255, 255, 0.06);
  --pd-display: "Bricolage Grotesque", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--dark-bg); color: var(--pd-ink-2); }
.pd-page a:focus-visible, .pd-page button:focus-visible, .pd-page summary:focus-visible { outline: 2px solid var(--pd-teal); outline-offset: 3px; border-radius: 6px; }
.pd-page .container { max-width: 1180px; }

/* ---------- type ---------- */
.pd-h1 { font-family: var(--pd-display); font-weight: 800; font-size: clamp(40px, 5.6vw, 66px); line-height: 1.02; letter-spacing: -0.03em; color: var(--pd-ink); margin: 0 0 22px; font-variation-settings: "opsz" 96; }
.pd-h2 { font-family: var(--pd-display); font-weight: 700; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -0.025em; color: var(--pd-ink); margin: 0 0 16px; font-variation-settings: "opsz" 96; }
.pd-gradient-text { background: var(--pd-grad-h); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.pd-lede { font-size: clamp(17px, 1.4vw, 19px); line-height: 1.65; color: var(--pd-ink-2); max-width: 600px; margin: 0 0 30px; }
.pd-sub { font-size: 17px; line-height: 1.7; color: var(--pd-ink-2); max-width: 680px; margin: 0 auto; }
.pd-kicker { font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--pd-teal-soft); margin: 0 0 14px; }
.pd-section-head { text-align: center; margin: 0 auto 56px; max-width: 820px; }
.pd-section-head--left { text-align: left; margin: 0; }
.pd-fine { font-size: 13px; line-height: 1.6; color: var(--pd-ink-3); max-width: 820px; margin: 22px auto 0; text-align: center; }

/* ---------- nav ---------- */
.pd-nav .nav-logo { color: var(--pd-ink); }
/* the mark is the icon itself, edge to edge: landing.css paints .nav-logo-icon with the Gang Sheet purple and shrinks the svg to 20px, which put a teal tile inside a purple one */
.pd-nav .pd-nav-icon { background: none; border-radius: 9px; overflow: hidden; box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 8px 24px rgba(20, 184, 166, 0.25); }
.pd-nav .pd-nav-icon svg { width: 36px; height: 36px; display: block; }
.pd-nav-name { font-family: var(--pd-display); font-weight: 700; letter-spacing: -0.01em; }
.pd-nav .nav-links a { color: var(--pd-ink-2); }
.pd-nav .nav-links a:hover { color: var(--pd-ink); }
@media (max-width: 480px) { .pd-nav-long { display: none; } }

/* ---------- buttons ---------- */
.pd-page .btn.pd-btn { background: var(--pd-grad); background-size: 200% 200%; box-shadow: 0 6px 20px rgba(20, 184, 166, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.25); color: #062a26; font-weight: 700; animation: none; }
.pd-page .btn.pd-btn:hover { box-shadow: 0 10px 28px rgba(34, 197, 94, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.3); transform: translateY(-2px); }
.pd-page .btn.pd-btn-ghost { background: rgba(255, 255, 255, 0.06); border: 1px solid var(--pd-line-2); color: var(--pd-ink); }
.pd-page .btn.pd-btn-ghost:hover { background: rgba(255, 255, 255, 0.11); }

/* ---------- hero ---------- */
.pd-hero { background: radial-gradient(1200px 700px at 78% 20%, rgba(20, 184, 166, 0.12), transparent 60%), radial-gradient(900px 600px at 10% 90%, rgba(34, 197, 94, 0.08), transparent 60%), linear-gradient(180deg, var(--dark-bg) 0%, #0c0c22 60%, #0a0a1a 100%); min-height: auto; padding: 132px 0 96px; }
.pd-hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.5; pointer-events: none; }
.pd-hero-glow--a { width: 520px; height: 520px; right: -120px; top: 40px; background: radial-gradient(circle, rgba(20, 184, 166, 0.45), transparent 70%); animation: pdDrift 14s ease-in-out infinite alternate; }
.pd-hero-glow--b { width: 420px; height: 420px; left: -160px; bottom: -80px; background: radial-gradient(circle, rgba(34, 197, 94, 0.3), transparent 70%); animation: pdDrift 18s ease-in-out infinite alternate-reverse; }
@keyframes pdDrift { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-40px, 30px, 0); } }
.pd-grain { position: absolute; inset: 0; pointer-events: none; opacity: 0.35; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.22 0'/></filter><rect width='160' height='160' filter='url(%23n)'/></svg>"); }
.pd-hero-grid { display: grid; gap: 48px; align-items: center; position: relative; z-index: 1; }
.pd-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pd-teal-soft); background: rgba(20, 184, 166, 0.1); border: 1px solid rgba(45, 212, 191, 0.25); border-radius: 999px; padding: 8px 14px 8px 10px; margin: 0 0 22px; }
.pd-eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pd-green-soft); box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.2); animation: pdPulse 2.4s ease-in-out infinite; }
@keyframes pdPulse { 0%, 100% { box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.2); } 50% { box-shadow: 0 0 0 8px rgba(74, 222, 128, 0.06); } }
.pd-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 26px; }
.pd-hero-proof { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 14px; color: var(--pd-ink-3); }
.pd-hero-proof li { position: relative; padding-left: 16px; }
.pd-hero-proof li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 7px; height: 7px; border-radius: 50%; background: var(--pd-grad); }

.pd-hero-visual { position: relative; margin: 0; }
.pd-browser { position: relative; border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid rgba(255, 255, 255, 0.12); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(20, 184, 166, 0.08), 0 30px 120px -40px rgba(20, 184, 166, 0.35); transform: perspective(1800px) rotateY(-6deg) rotateX(2deg); transform-origin: 60% 50%; transition: transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1); }
.pd-hero-visual:hover .pd-browser { transform: perspective(1800px) rotateY(-2deg) rotateX(0.5deg); }
.pd-browser img { display: block; width: 100%; height: auto; aspect-ratio: 1800 / 1515; }
.pd-browser-bar { display: flex; align-items: center; gap: 6px; height: 34px; padding: 0 12px; background: #f1f5f9; border-bottom: 1px solid #e2e8f0; }
.pd-browser-bar span { width: 10px; height: 10px; border-radius: 50%; background: #cbd5e1; }
.pd-browser-bar span:nth-child(1) { background: #fca5a5; } .pd-browser-bar span:nth-child(2) { background: #fde68a; } .pd-browser-bar span:nth-child(3) { background: #86efac; }
.pd-browser-bar i { margin-left: 10px; flex: 1; font: 500 11px/22px "Inter", sans-serif; color: #64748b; background: #fff; border: 1px solid #e2e8f0; border-radius: 6px; padding: 0 10px; font-style: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pd-chip { position: absolute; z-index: 2; display: flex; flex-direction: column; gap: 2px; padding: 10px 14px; border-radius: 12px; background: rgba(12, 12, 32, 0.82); backdrop-filter: blur(12px); border: 1px solid var(--pd-line-2); color: var(--pd-ink); font-size: 13px; box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.8); animation: pdFloat 7s ease-in-out infinite; }
.pd-chip b { font-family: var(--pd-display); font-size: 18px; font-weight: 700; letter-spacing: -0.01em; }
.pd-chip small { font-size: 11px; color: var(--pd-ink-3); }
.pd-chip span { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pd-ink-3); }
.pd-chip--dpi { flex-direction: row; align-items: baseline; gap: 6px; left: -18px; top: 38%; animation-delay: -2s; }
.pd-chip--dpi b { color: var(--pd-green-soft); }
.pd-chip--quote { right: -22px; top: 62%; animation-delay: -4s; }
.pd-chip--stock { flex-direction: row; align-items: center; gap: 8px; left: 8%; bottom: -16px; animation-delay: -1s; }
.pd-live { width: 8px; height: 8px; border-radius: 50%; background: var(--pd-green-soft); box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.25); }
@keyframes pdFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ---------- reveal ---------- */
.pd-reveal { animation: pdReveal 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
.pd-reveal:nth-child(1) { animation-delay: 0.05s; } .pd-reveal:nth-child(2) { animation-delay: 0.16s; } .pd-reveal:nth-child(3) { animation-delay: 0.28s; } .pd-reveal:nth-child(4) { animation-delay: 0.4s; } .pd-reveal:nth-child(5) { animation-delay: 0.5s; }
.pd-hero-visual.pd-reveal { animation-delay: 0.35s; }
@keyframes pdReveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.pd-reveal-on-scroll { opacity: 0; transform: translateY(24px) scale(0.985); transition: opacity 0.9s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1); }
.pd-reveal-on-scroll.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .pd-reveal, .pd-reveal-on-scroll, .pd-chip, .pd-hero-glow, .pd-marquee-track { animation: none !important; transition: none !important; opacity: 1; transform: none; } }

/* ---------- colourways ---------- */
.pd-colourways { padding: 80px 0 40px; border-top: 1px solid var(--pd-line); background: linear-gradient(180deg, #0a0a1a, #0b0b20); overflow: hidden; }
.pd-cw-head { text-align: center; margin-bottom: 40px; }
.pd-marquee { position: relative; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.pd-marquee-track { display: flex; gap: 18px; width: max-content; animation: pdMarquee 60s linear infinite; }
.pd-marquee:hover .pd-marquee-track { animation-play-state: paused; }
@keyframes pdMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.pd-cw { margin: 0; width: 220px; flex: none; border-radius: 14px; overflow: hidden; background: var(--pd-card); border: 1px solid var(--pd-line); }
.pd-cw img { display: block; width: 100%; height: auto; aspect-ratio: 640 / 691; }
.pd-cw figcaption { font-size: 12px; font-weight: 600; color: var(--pd-ink-3); padding: 8px 12px; letter-spacing: 0.02em; }

/* ---------- how ---------- */
.pd-how { padding: 110px 0 60px; }
.pd-steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 72px; }
.pd-step { display: grid; gap: 28px; align-items: center; }
.pd-step-n { display: inline-block; font-family: var(--pd-display); font-weight: 800; font-size: 13px; letter-spacing: 0.18em; color: var(--pd-teal-soft); border: 1px solid rgba(45, 212, 191, 0.3); border-radius: 999px; padding: 5px 11px; margin-bottom: 18px; }
.pd-step h3 { font-family: var(--pd-display); font-weight: 700; font-size: clamp(24px, 2.6vw, 32px); letter-spacing: -0.02em; line-height: 1.12; color: var(--pd-ink); margin: 0 0 14px; }
.pd-step p { font-size: 16px; line-height: 1.7; color: var(--pd-ink-2); margin: 0 0 18px; }
.pd-step p strong { color: var(--pd-ink); font-weight: 600; }
.pd-ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; font-size: 14px; color: var(--pd-ink-2); }
.pd-ticks li { position: relative; padding-left: 24px; }
.pd-ticks li::before { content: ""; position: absolute; left: 0; top: 0.3em; width: 15px; height: 15px; border-radius: 50%; background: rgba(34, 197, 94, 0.15); border: 1px solid rgba(74, 222, 128, 0.45); }
.pd-ticks li::after { content: ""; position: absolute; left: 4.5px; top: calc(0.3em + 3.5px); width: 6px; height: 3.5px; border-left: 1.6px solid var(--pd-green-soft); border-bottom: 1.6px solid var(--pd-green-soft); transform: rotate(-45deg); }
.pd-shot { margin: 0; border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid rgba(255, 255, 255, 0.12); box-shadow: 0 40px 70px -35px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(20, 184, 166, 0.06); }
.pd-shot img { display: block; width: 100%; height: auto; }
.pd-shot--modal { background: #f1f5f9; }
.pd-shot--stage { position: relative; background: #f8fafc; max-width: 520px; justify-self: center; }
.pd-shot--stage .pd-shot-alt { position: absolute; inset: 0; opacity: 0; animation: pdSwap 9s ease-in-out infinite; }
@keyframes pdSwap { 0%, 44% { opacity: 0; } 50%, 94% { opacity: 1; } 100% { opacity: 0; } }

/* ---------- for the shop ---------- */
.pd-shop { padding: 90px 0; background: linear-gradient(180deg, #0a0a1a, #0d0d24 50%, #0a0a1a); border-top: 1px solid var(--pd-line); border-bottom: 1px solid var(--pd-line); }
.pd-bento { display: grid; gap: 18px; }
.pd-cell { position: relative; display: flex; flex-direction: column; border-radius: 18px; background: var(--pd-card); border: 1px solid var(--pd-line); padding: 26px; overflow: hidden; transition: border-color 0.3s, transform 0.3s, background 0.3s; }
.pd-cell:hover { border-color: rgba(45, 212, 191, 0.35); background: var(--pd-card-2); transform: translateY(-2px); }
.pd-cell h3 { font-family: var(--pd-display); font-weight: 700; font-size: 21px; letter-spacing: -0.015em; color: var(--pd-ink); margin: 0 0 10px; }
.pd-cell p { font-size: 15px; line-height: 1.65; color: var(--pd-ink-2); margin: 0; }
.pd-cell-shot { margin: -26px -26px 22px; border-bottom: 1px solid var(--pd-line); background: #f8fafc; }
.pd-cell-shot img { display: block; width: 100%; height: auto; }
.pd-cell-mock { margin: auto -26px -26px; padding: 20px 26px 0; }
.pd-cell-mock img { display: block; width: 100%; max-width: 300px; height: auto; margin: 0 auto; border-radius: 12px 12px 0 0; border: 1px solid var(--pd-line-2); border-bottom: 0; }
.pd-file { display: flex; gap: 12px; align-items: flex-start; margin-top: 18px; padding: 12px 14px; border-radius: 12px; background: rgba(0, 0, 0, 0.3); border: 1px solid var(--pd-line); font-size: 12px; color: var(--pd-ink-3); }
.pd-file b { display: block; font: 600 13px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; color: var(--pd-ink); margin-bottom: 4px; }
.pd-file small { display: block; line-height: 1.5; }
.pd-file-ico { flex: none; font: 800 11px/1 var(--pd-display); letter-spacing: 0.06em; color: #062a26; background: var(--pd-grad); border-radius: 8px; padding: 9px 8px; }

/* ---------- compare ---------- */
.pd-compare { padding: 100px 0 80px; }
.pd-cmp-wrap { overflow-x: auto; border-radius: 18px; border: 1px solid var(--pd-line); background: var(--pd-card); }
.pd-cmp { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 14px; }
.pd-cmp th, .pd-cmp td { padding: 16px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--pd-line); }
.pd-cmp thead th { font-family: var(--pd-display); font-weight: 700; font-size: 15px; color: var(--pd-ink); background: rgba(255, 255, 255, 0.03); }
.pd-cmp tbody th { font-weight: 500; color: var(--pd-ink); width: 30%; }
.pd-cmp tbody td { color: var(--pd-ink-2); }
.pd-cmp tbody tr:last-child th, .pd-cmp tbody tr:last-child td { border-bottom: 0; }
.pd-cmp .pd-cmp-us { background: rgba(20, 184, 166, 0.07); }
.pd-cmp thead .pd-cmp-us { color: var(--pd-teal-soft); box-shadow: inset 0 2px 0 var(--pd-teal); }
.pd-yes, .pd-no, .pd-part { display: inline-flex; align-items: center; gap: 7px; }
.pd-yes::before, .pd-no::before, .pd-part::before { content: ""; width: 8px; height: 8px; border-radius: 50%; flex: none; }
.pd-yes::before { background: var(--pd-green-soft); box-shadow: 0 0 0 3px rgba(74, 222, 128, 0.18); }
.pd-no::before { background: #f87171; box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.15); }
.pd-part::before { background: #fbbf24; box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.15); }
.pd-cmp-us b { color: var(--pd-ink); }

/* ---------- pricing ---------- */
.pd-pricing { padding: 20px 0 100px; }
.pd-plans { display: grid; gap: 18px; max-width: 900px; margin: 0 auto; }
.pd-plan { position: relative; border-radius: 22px; padding: 30px; background: var(--pd-card); border: 1px solid var(--pd-line); display: flex; flex-direction: column; }
.pd-plan--founding { background: linear-gradient(160deg, rgba(20, 184, 166, 0.14), rgba(34, 197, 94, 0.06) 60%, rgba(255, 255, 255, 0.03)); border-color: rgba(45, 212, 191, 0.4); box-shadow: 0 30px 80px -40px rgba(20, 184, 166, 0.5); }
.pd-plan-tag { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pd-teal-soft); margin: 0 0 14px; }
.pd-plan-price { margin: 0; display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.pd-plan-price b { font-family: var(--pd-display); font-weight: 800; font-size: 60px; line-height: 1; letter-spacing: -0.04em; color: var(--pd-ink); }
.pd-plan-price span { font-size: 15px; color: var(--pd-ink-2); }
.pd-plan-then { font-size: 14px; color: var(--pd-ink-3); margin: 8px 0 22px; }
.pd-ticks--light { margin-bottom: 26px; }
.pd-plan .btn { align-self: flex-start; }
.pd-plan-note { font-size: 13px; line-height: 1.55; color: var(--pd-ink-3); margin: 14px 0 0; }

/* ---------- faq ---------- */
.pd-faq { padding: 90px 0; border-top: 1px solid var(--pd-line); }
.pd-faq-grid { display: grid; gap: 36px; }
.pd-faq-list { display: grid; gap: 10px; }
.pd-faq-list details { border-radius: 14px; border: 1px solid var(--pd-line); background: var(--pd-card); padding: 0 20px; transition: border-color 0.3s; }
.pd-faq-list details[open] { border-color: rgba(45, 212, 191, 0.35); }
.pd-faq-list summary { cursor: pointer; list-style: none; padding: 18px 34px 18px 0; font-family: var(--pd-display); font-weight: 600; font-size: 17px; color: var(--pd-ink); position: relative; }
.pd-faq-list summary::-webkit-details-marker { display: none; }
.pd-faq-list summary::after { content: ""; position: absolute; right: 4px; top: 50%; width: 10px; height: 10px; border-right: 2px solid var(--pd-teal-soft); border-bottom: 2px solid var(--pd-teal-soft); transform: translateY(-70%) rotate(45deg); transition: transform 0.3s; }
.pd-faq-list details[open] summary::after { transform: translateY(-30%) rotate(225deg); }
.pd-faq-list p { margin: 0; padding: 0 0 20px; font-size: 15px; line-height: 1.7; color: var(--pd-ink-2); }

/* ---------- closing and footer ---------- */
.pd-close { padding: 90px 0; background: radial-gradient(800px 400px at 50% 100%, rgba(20, 184, 166, 0.16), transparent 70%); border-top: 1px solid var(--pd-line); }
.pd-close-inner { text-align: center; }
.pd-close .pd-sub { margin-bottom: 28px; }
.pd-footer { text-align: center; padding: 40px 0; }
.pd-footer-links { font-size: 14px; margin-bottom: 10px; }
.pd-footer-links a { color: var(--pd-ink-2); } .pd-footer-links a:hover { color: var(--pd-ink); }
.pd-footer-copy { font-size: 12px; color: var(--pd-ink-3); max-width: 720px; margin: 0 auto; line-height: 1.6; }

/* ---------- layout, wider ---------- */
@media (min-width: 720px) {
  .pd-bento { grid-template-columns: repeat(2, 1fr); }
  .pd-cell--wide { grid-column: span 2; }
  .pd-plans { grid-template-columns: 1.15fr 1fr; align-items: start; }
  .pd-step { grid-template-columns: 1fr 1fr; gap: 48px; }
  .pd-step--flip .pd-step-copy { order: 2; }
  .pd-cw { width: 250px; }
}
@media (min-width: 1024px) {
  .pd-hero { padding: 150px 0 120px; }
  .pd-hero-grid { grid-template-columns: 1.05fr 1fr; gap: 56px; }
  .pd-hero-visual { transform: translateX(16px); }
  .pd-bento { grid-template-columns: repeat(3, 1fr); grid-template-areas: "areas areas files" "areas areas blanks" "settings settings ship" "settings settings mock"; }
  .pd-cell--wide { grid-column: auto; grid-row: auto; }
  .pd-cell--areas { grid-area: areas; } .pd-cell--files { grid-area: files; } .pd-cell--blanks { grid-area: blanks; }
  .pd-cell--settings { grid-area: settings; } .pd-cell--ship { grid-area: ship; } .pd-cell--mock { grid-area: mock; }
  .pd-step { grid-template-columns: 5fr 7fr; gap: 64px; }
  .pd-step--flip { grid-template-columns: 7fr 5fr; }
  .pd-faq-grid { grid-template-columns: 1fr 2fr; gap: 64px; align-items: start; }
  .pd-faq-grid .pd-section-head { position: sticky; top: 120px; }
}
@media (max-width: 719px) {
  .pd-chip--quote { right: 4px; top: auto; bottom: 40px; }
  .pd-chip--dpi { left: 4px; top: 30%; }
  .pd-chip--stock { display: none; }
  .pd-browser { transform: none; }
  .pd-steps { gap: 56px; }
}

/* ---------- mobile menu sheet ---------- */
@media (max-width: 768px) {
  .pd-nav .nav-links.pd-open { display: flex; flex-direction: column; gap: 4px; position: absolute; left: 16px; right: 16px; top: calc(100% + 6px); padding: 10px; border-radius: 14px; background: rgba(12, 12, 32, 0.96); border: 1px solid var(--pd-line-2); backdrop-filter: blur(16px); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, 0.8); }
  .pd-nav .nav-links.pd-open li { list-style: none; }
  .pd-nav .nav-links.pd-open a { display: block; padding: 12px 14px; border-radius: 10px; font-weight: 600; }
  .pd-nav .nav-links.pd-open a:hover { background: rgba(255, 255, 255, 0.06); }
  .pd-nav .container { position: relative; }
}

/* ---------- small screens: room for the name, copy stays left ---------- */
.pd-hero-copy { text-align: left; }
.pd-hero-copy .pd-lede { margin-left: 0; margin-right: 0; }
.pd-hero-actions { justify-content: flex-start; }
@media (max-width: 600px) {
  .pd-nav .nav-cta { display: none; }
  .pd-hero-actions .btn { width: 100%; }
}

/* ---------- comparison as stacked cards on a phone ---------- */
@media (max-width: 719px) {
  .pd-cmp-wrap { border: 0; background: none; overflow: visible; }
  .pd-cmp { min-width: 0; display: block; }
  .pd-cmp thead { display: none; }
  .pd-cmp tbody { display: grid; gap: 10px; }
  .pd-cmp tbody tr { display: block; border-radius: 14px; border: 1px solid var(--pd-line); background: var(--pd-card); padding: 6px 14px 10px; }
  .pd-cmp tbody th { display: block; width: auto; padding: 10px 0 8px; border-bottom: 1px solid var(--pd-line); font-family: var(--pd-display); font-weight: 600; font-size: 15px; }
  .pd-cmp tbody td { display: flex; justify-content: space-between; gap: 14px; padding: 8px 0; border: 0; font-size: 13px; }
  .pd-cmp tbody td::before { content: attr(data-label); color: var(--pd-ink-3); flex: none; width: 46%; }
  .pd-cmp tbody td.pd-cmp-us { background: none; }
  .pd-cmp tbody td.pd-cmp-us::before { color: var(--pd-teal-soft); }
}

/* ------------------------------------------------------------ the film */
.pd-film { padding: 90px 0 80px; border-top: 1px solid var(--pd-line); background: linear-gradient(180deg, #0a0a1a, #0c0c22 55%, #0a0a1a); }
.pd-film-frame { margin: 0 auto; max-width: 1040px; }
.pd-film-video, .pd-film-embed { display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden; background: #000; border: 1px solid rgba(255, 255, 255, 0.12); box-shadow: 0 40px 70px -35px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(20, 184, 166, 0.08), 0 30px 120px -40px rgba(20, 184, 166, 0.28); }
.pd-film-video { height: auto; }
.pd-film-embed { position: relative; }
.pd-film-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.pd-film-cap { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 18px; margin: 22px 0 0; font-size: 13.5px; font-weight: 600; color: var(--pd-ink-2); }
.pd-film-cap span { font-family: var(--pd-display); font-variant-numeric: tabular-nums; color: var(--pd-teal-soft); margin-right: 2px; }
@media (max-width: 640px) { .pd-film { padding: 64px 0 56px; } .pd-film-cap { font-size: 12.5px; gap: 4px 14px; } }

/* sign in and start live in the desktop nav; on a phone they are the last two items of the menu */
.pd-nav .nav-cta { display: flex; align-items: center; gap: 18px; }
.pd-nav .nav-login { color: var(--pd-ink-2); font-weight: 600; }
.pd-nav .nav-login:hover { color: var(--pd-ink); }
.pd-nav .nav-links .pd-nav-mobile { display: none; }
@media (max-width: 600px) {
  .pd-nav .nav-links.pd-open .pd-nav-mobile { display: block; }
  .pd-nav .nav-links.pd-open .pd-nav-mobile:first-of-type { border-top: 1px solid var(--pd-line); margin-top: 6px; padding-top: 6px; }
  .pd-nav .nav-links.pd-open .pd-nav-mobile-cta { background: var(--pd-grad-h); color: #0a0a1a; text-align: center; }
  .pd-nav .nav-links.pd-open .pd-nav-mobile-cta:hover { background: var(--pd-grad-h); }
}
