:root {
  color-scheme: dark;
  --bg: #050403;
  --bg-2: #100903;
  --panel: rgba(14, 12, 10, 0.86);
  --panel-strong: #11100e;
  --text: #fff8ec;
  --muted: #c7b89f;
  --soft: #8f816f;
  --line: rgba(255, 138, 0, 0.26);
  --line-strong: rgba(255, 138, 0, 0.58);
  --accent: #ff8a00;
  --accent-2: #ffb257;
  --black: #020202;
  --shadow: rgba(0, 0, 0, 0.48);
  --max: 1380px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 138, 0, 0.22), transparent 30rem),
    radial-gradient(circle at 70% 80%, rgba(255, 138, 0, 0.08), transparent 34rem),
    linear-gradient(135deg, #060504 0%, #050505 48%, var(--bg-2) 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.46), transparent 58rem);
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.site-header,
main,
.site-footer {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 22px 0 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 4, 3, 0.88);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  width: 248px;
  height: 49px;
  line-height: 1;
  text-decoration: none;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 4vw, 56px);
}

.site-nav a {
  color: var(--text);
  font-size: 16px;
  font-weight: 650;
  text-decoration: none;
  transition: color 160ms ease;
}

.site-nav a:hover {
  color: var(--accent-2);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 26px;
  font-size: 16px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.header-cta,
.button-primary {
  color: #120800;
  background: linear-gradient(180deg, #ff990e, var(--accent));
  box-shadow: 0 14px 30px rgba(255, 138, 0, 0.2);
}

.header-cta:hover,
.button-primary:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #ffad35, #ff8a00);
}

.button svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.button-secondary {
  min-height: 40px;
  padding: 0 0 6px;
  border-radius: 0;
  border-bottom-color: var(--accent);
  color: var(--text);
}

.button-secondary:hover {
  color: var(--accent-2);
  border-bottom-color: var(--accent-2);
}

.menu-toggle {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(540px, 1.12fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
  min-height: 610px;
  padding: clamp(34px, 5vh, 64px) 0 44px;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  max-width: 620px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
.section-copy h2,
.pricing h2,
.faq h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(58px, 7.6vw, 108px);
  line-height: 0.97;
}

.hero-copy > p {
  max-width: 620px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(20px, 2.1vw, 26px);
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.trust-row {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
  color: #ecdfcb;
}

.trust-row li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid rgba(255, 138, 0, 0.22);
  font-size: 16px;
  white-space: nowrap;
}

.trust-row li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.trust-row svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.hero-product {
  position: relative;
  min-height: 570px;
}

.portrait-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(620px, 78%);
  margin-left: 4%;
  padding: 8px;
}

.portrait-grid img {
  width: 100%;
  aspect-ratio: 7 / 9.2;
  object-fit: cover;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: var(--panel-strong);
  box-shadow: 0 26px 64px var(--shadow);
}

.portrait-grid img:nth-child(1),
.portrait-grid img:nth-child(3) {
  transform: translateY(-16px) rotate(-1.5deg);
}

.portrait-grid img:nth-child(2) {
  transform: translateY(-6px) rotate(1.1deg);
}

.portrait-grid img:nth-child(4) {
  transform: rotate(0.4deg);
}

.portrait-grid img:nth-child(5) {
  transform: translateY(8px);
}

.portrait-grid img:nth-child(6) {
  transform: translateY(12px) rotate(1.4deg);
}

.phone-preview {
  position: absolute;
  right: 0;
  bottom: 28px;
  width: min(250px, 32%);
  min-width: 220px;
  border: 5px solid #151515;
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 138, 0, 0.28), transparent 7rem),
    linear-gradient(155deg, #090909 0%, #050505 68%, #201005 100%);
  box-shadow: -16px 22px 58px rgba(0, 0, 0, 0.62);
  padding: 30px 20px 22px;
  overflow: hidden;
}

.phone-preview::after {
  position: absolute;
  right: -50px;
  bottom: 22px;
  width: 180px;
  height: 1px;
  content: "";
  background: var(--accent);
  transform: rotate(-32deg);
  opacity: 0.8;
}

.phone-speaker {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 70px;
  height: 6px;
  border-radius: 999px;
  background: #1d1d1d;
  transform: translateX(-50%);
}

.phone-brand {
  position: relative;
  z-index: 1;
  display: inline-flex;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.phone-brand strong {
  color: var(--accent);
  font: inherit;
}

.phone-preview img {
  position: relative;
  z-index: 1;
  width: 128px;
  height: 128px;
  margin: 22px auto 16px;
  border: 2px solid var(--accent);
  border-radius: 999px;
  object-fit: cover;
}

.phone-preview h2 {
  position: relative;
  z-index: 1;
  color: var(--accent);
  font-size: 15px;
  line-height: 1.1;
}

.phone-preview p {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  color: #e4d6c0;
  font-size: 12px;
  line-height: 1.35;
}

.phone-preview ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
  color: #efe4d2;
  font-size: 12px;
}

.phone-preview li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.phone-preview li::before {
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  content: "✓";
  font-size: 10px;
  line-height: 1;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 32px 0 44px;
  border-bottom: 1px solid var(--line);
}

.steps article {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  min-height: 150px;
  padding: 0 42px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.steps article:first-of-type {
  padding-left: 0;
}

.steps article:last-of-type {
  padding-right: 0;
  border-right: 0;
}

.step-icon {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: rgba(12, 10, 8, 0.72);
}

.step-icon svg,
.use-case-list svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: var(--accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.steps span {
  color: var(--accent);
  font-size: 24px;
  font-weight: 900;
}

.steps h3 {
  margin-top: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.05;
}

.steps p {
  max-width: 280px;
  margin-top: 8px;
  color: var(--muted);
}

.use-cases,
.examples,
.pricing,
.faq {
  border-bottom: 1px solid var(--line);
}

.use-cases {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 42px;
  align-items: center;
  padding: 42px 0;
}

.use-cases h2 {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
}

.use-case-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.use-case-list article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 126px;
  padding: 22px;
  border: 1px solid rgba(255, 138, 0, 0.2);
  border-radius: 8px;
  background: rgba(14, 12, 10, 0.58);
}

.use-case-list svg {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  padding: 7px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
}

.use-case-list h3 {
  font-size: 18px;
}

.use-case-list p {
  grid-column: 2;
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
}

.examples {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  padding: 82px 0;
}

.section-copy h2,
.pricing h2,
.faq h2 {
  max-width: 600px;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1;
}

.section-copy p,
.pricing > div > p {
  max-width: 560px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 19px;
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  border-bottom: 1px solid var(--accent);
  color: var(--accent-2);
  font-weight: 850;
  text-decoration: none;
}

.text-link:hover {
  color: var(--text);
  border-bottom-color: var(--text);
}

.example-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.example-card {
  appearance: none;
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(12, 10, 8, 0.76);
  padding: 12px;
  color: var(--text);
  cursor: pointer;
  text-align: left;
  transition: border-color 160ms ease, transform 160ms ease;
}

.example-card:hover,
.example-card.is-active {
  border-color: var(--line-strong);
  transform: translateY(-2px);
}

.example-card img {
  width: 100%;
  aspect-ratio: 7 / 9.4;
  object-fit: cover;
  border-radius: 6px;
}

.example-card span {
  padding: 0 4px 4px;
  font-size: 17px;
  font-weight: 800;
}

.pricing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
  padding: 82px 0;
}

.price-panel {
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 16%, rgba(255, 138, 0, 0.2), transparent 12rem),
    rgba(11, 10, 8, 0.88);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  padding: 32px;
}

.price {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 86px;
  font-weight: 900;
  line-height: 0.9;
}

.price-panel > p {
  margin-top: 10px;
  color: var(--text);
  font-size: 20px;
  font-weight: 800;
}

.price-panel ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0;
  list-style: none;
  color: var(--muted);
}

.price-panel li {
  display: flex;
  gap: 10px;
}

.price-panel li::before {
  color: var(--accent);
  content: "✓";
  font-weight: 900;
}

.price-panel .button {
  width: 100%;
}

.faq {
  padding: 82px 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.faq-grid article {
  min-height: 190px;
  border: 1px solid rgba(255, 138, 0, 0.18);
  border-radius: 8px;
  background: rgba(14, 12, 10, 0.58);
  padding: 24px;
}

.faq-grid h3 {
  font-size: 20px;
}

.faq-grid p {
  margin-top: 12px;
  color: var(--muted);
}

.site-footer {
  padding: 42px 0 46px;
}

.footer-family {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.footer-brand-card {
  display: grid;
  align-content: center;
  min-height: 178px;
  border: 1px solid rgba(255, 138, 0, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 138, 0, 0.12), transparent 13rem),
    rgba(14, 12, 10, 0.58);
  padding: 24px;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.footer-brand-card:hover {
  border-color: var(--line-strong);
  background:
    radial-gradient(circle at 88% 20%, rgba(255, 138, 0, 0.18), transparent 13rem),
    rgba(16, 13, 10, 0.72);
  transform: translateY(-2px);
}

.footer-brand-card img {
  width: min(290px, 100%);
  height: auto;
  object-fit: contain;
}

.footer-brand-card:first-child img {
  width: min(330px, 100%);
}

.footer-kicker {
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.footer-tagline {
  margin-top: 14px;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 900;
  line-height: 1.05;
}

.site-footer a:hover {
  color: inherit;
}

.gallery-page {
  padding-bottom: 72px;
}

.gallery-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.62fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: end;
  padding: clamp(44px, 8vh, 92px) 0 48px;
  border-bottom: 1px solid var(--line);
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-hero h1 {
  max-width: 900px;
  font-size: clamp(52px, 7vw, 98px);
}

.gallery-hero-copy {
  display: grid;
  gap: 28px;
  justify-items: start;
}

.gallery-hero-copy p {
  color: var(--muted);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.35;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
}

.gallery-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 18px;
  border: 1px solid rgba(255, 138, 0, 0.2);
  border-radius: 8px;
  background: rgba(14, 12, 10, 0.58);
  padding: 14px;
}

.gallery-sheet {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--black);
  padding: 0;
  color: inherit;
  text-decoration: none;
}

.gallery-sheet img {
  width: 100%;
  height: auto;
  transition: transform 180ms ease, opacity 180ms ease;
}

.gallery-sheet:hover img {
  opacity: 0.78;
  transform: scale(1.006);
}

.gallery-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.05;
}

.gallery-card p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 15px;
}

.gallery-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 42px 0 0;
}

.gallery-cta h2 {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.05;
}

.gallery-cta p {
  color: var(--muted);
  font-size: 18px;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .site-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-top: 4px;
  }

  .header-cta {
    justify-self: end;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-copy {
    max-width: 820px;
  }

  .hero-product {
    min-height: 520px;
  }

  .portrait-grid {
    width: min(680px, 86%);
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .steps article,
  .steps article:first-of-type,
  .steps article:last-of-type {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .steps article:last-of-type {
    border-bottom: 0;
  }

  .use-cases,
  .examples,
  .pricing,
  .gallery-hero,
  .gallery-cta {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    gap: 20px;
  }
}

@media (max-width: 760px) {
  .site-header,
  main,
  .site-footer {
    width: min(100% - 32px, var(--max));
  }

  .site-header {
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  .brand-mark {
    width: 174px;
    height: 34px;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 42px;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: rgba(8, 7, 6, 0.82);
    color: var(--accent);
  }

  .menu-toggle span:not(.sr-only) {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0 4px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding-top: 44px;
  }

  h1 {
    font-size: clamp(48px, 14vw, 74px);
  }

  .hero-actions {
    align-items: stretch;
    gap: 18px;
  }

  .button-primary {
    width: 100%;
  }

  .trust-row {
    display: grid;
    gap: 14px;
  }

  .trust-row li {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }

  .hero-product {
    min-height: 540px;
    overflow: hidden;
  }

  .portrait-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 92%;
    margin-left: 0;
  }

  .portrait-grid img:nth-child(n) {
    transform: none;
  }

  .portrait-grid img:nth-child(n + 5) {
    display: none;
  }

  .phone-preview {
    right: 0;
    bottom: 6px;
    width: 210px;
    min-width: 0;
    padding: 28px 18px 20px;
  }

  .phone-preview img {
    width: 106px;
    height: 106px;
  }

  .steps article {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
  }

  .step-icon {
    width: 68px;
    height: 68px;
    border-radius: 14px;
  }

  .step-icon svg {
    width: 32px;
    height: 32px;
  }

  .use-case-list,
  .example-board,
  .faq-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-page {
    padding-bottom: 52px;
  }

  .gallery-hero {
    padding-top: 44px;
  }

  .gallery-hero-copy .button,
  .gallery-cta .button {
    width: 100%;
  }

  .gallery-card {
    padding: 12px;
  }

  .pricing {
    padding: 64px 0;
  }

  .price-panel {
    padding: 24px;
  }

  .site-footer {
    padding-bottom: 34px;
  }

  .footer-family {
    grid-template-columns: 1fr;
  }

  .footer-brand-card {
    min-height: 156px;
    padding: 20px;
  }

  .footer-brand-card img,
  .footer-brand-card:first-child img {
    width: min(260px, 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
