/* Toss Cam landing — dark film brand, Higgsfield-generated asset kit.
   Tokens: film-black ground, ivory text tiers, one powder-blue accent. */

@font-face {
  font-family: "Cormorant Garamond";
  src: url("/fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/fonts/cormorant-garamond-latin-500-italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("/fonts/cormorant-garamond-latin-600-normal.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Var";
  src: url("/fonts/inter-latin-wght-normal.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --film: #0d0d0c;
  --film-raised: #171614;
  --ivory: #f4f1eb;
  --ink-90: rgba(244, 241, 235, 0.9);
  --ink-70: rgba(244, 241, 235, 0.7);
  --ink-55: rgba(244, 241, 235, 0.55);
  --ink-35: rgba(244, 241, 235, 0.48);
  --hairline: rgba(244, 241, 235, 0.16);
  --blue: #87c7f2;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Inter Var", "Segoe UI", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.landing {
  background: var(--film);
  color: var(--ink-90);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.landing ::selection { background: var(--blue); color: var(--film); }

.display {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--ivory);
  line-height: 1.04;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
#how-it-works, #create { scroll-margin-top: 64px; }
.label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-55);
}
.shell { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

/* ---------- Nav ---------- */
.nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: background 0.3s;
}
.nav.scrolled { background: rgba(13, 13, 12, 0.88); backdrop-filter: blur(12px); }
.nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  height: 64px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--hairline);
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { width: 26px; height: 26px; mix-blend-mode: screen; }
.brand span { font-family: var(--serif); font-size: 20px; color: var(--ivory); }
.nav-links { display: flex; gap: 32px; }
.nav-links a {
  position: relative;
  font-size: 14px;
  color: var(--ink-70);
  transition: color 0.2s;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 1px;
  width: 0;
  background: var(--blue);
  transition: width 0.3s;
}
.nav-links a:hover { color: var(--ivory); }
.nav-links a:hover::after { width: 100%; }
.nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-account {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--ink-90);
  font-size: 13px;
  white-space: nowrap;
  transition: color 0.2s;
}
.nav-account:hover { color: var(--blue); }
.nav-cta {
  position: relative;
  border: 1px solid var(--hairline);
  padding: 9px 16px;
  font-size: 13px;
  color: var(--ivory);
  transition: border-color 0.2s;
}
.nav-cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  background: var(--blue);
  transition: width 0.3s;
}
.nav-cta:hover { border-color: rgba(244, 241, 235, 0.45); }
.nav-cta:hover::after { width: 100%; }
.mobile-account, .nav-cta-short { display: none; }
@media (max-width: 760px) {
  .nav-inner { gap: 10px; }
  .brand { margin-right: auto; }
  .nav-links { display: none; }
  .nav-actions { gap: 10px; }
  .nav-account { font-size: 12px; }
  .mobile-account {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    color: var(--ink-70);
    font-size: 12px;
  }
  .nav-cta { padding: 8px 12px; }
  .nav-cta-full { display: none; }
  .nav-cta-short { display: inline; }
}
/* ---------- Hero: one crisp photograph developing on a short scroll ---------- */
.hero-wrap {
  height: 124vh;
  height: 124svh;
  min-height: 700px;
}
.hero-stage {
  --develop-progress: 0;
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
}
.hero-stage img.poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}
.hero-negative {
  opacity: calc(1 - (var(--develop-progress) * 0.34));
}
.hero-developed {
  opacity: var(--develop-progress);
  will-change: opacity;
}
.hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(75deg, rgba(13, 13, 12, 0.84) 0%, rgba(13, 13, 12, 0.45) 40%, rgba(13, 13, 12, 0) 64%);
}
.hero-copy {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  height: 100%;
  padding: 0 24px 72px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero-copy h1 { font-size: clamp(44px, 7vw, 76px); }
.hero-copy .lead {
  margin-top: 20px;
  max-width: 420px;
  color: var(--ink-70);
}
.hero-ctas { margin-top: 32px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }

.rise { animation: rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both; }
.rise.d1 { animation-delay: 0.16s; }
.rise.d2 { animation-delay: 0.32s; }
@keyframes rise {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: none; }
}

/* viewfinder CTA: ivory block, corner brackets close in on hover */
.vf-cta { position: relative; display: inline-block; padding: 8px; }
.vf-cta i {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 0 solid var(--ivory);
  opacity: 0.7;
  transition: all 0.3s;
}
.vf-cta i:nth-child(1) { top: 0; left: 0; border-top-width: 1px; border-left-width: 1px; }
.vf-cta i:nth-child(2) { top: 0; right: 0; border-top-width: 1px; border-right-width: 1px; }
.vf-cta i:nth-child(3) { bottom: 0; left: 0; border-bottom-width: 1px; border-left-width: 1px; }
.vf-cta i:nth-child(4) { bottom: 0; right: 0; border-bottom-width: 1px; border-right-width: 1px; }
.vf-cta:hover i { width: 10px; height: 10px; border-color: var(--blue); opacity: 1; }
.vf-cta b {
  display: block;
  background: var(--ivory);
  color: var(--film);
  font-weight: 500;
  font-size: 14px;
  padding: 13px 26px;
  transition: transform 0.15s;
}
.vf-cta:active b { transform: scale(0.97); animation: flashblink 0.3s ease-out; }
@keyframes flashblink {
  25% { filter: brightness(2.4); }
  100% { filter: brightness(1); }
}

.arrow-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--ivory); }
.arrow-link u {
  text-decoration: none;
  border-bottom: 1px solid rgba(244, 241, 235, 0.4);
  padding-bottom: 2px;
  transition: border-color 0.2s;
}
.arrow-link s { text-decoration: none; transition: transform 0.3s; }
.arrow-link:hover u { border-color: var(--blue); }
.arrow-link:hover s { transform: translateX(6px); }

/* ---------- Filmstrip ---------- */
.how { position: relative; overflow: hidden; padding: 112px 0 128px; }
.ghost-27 {
  position: absolute;
  right: -4%;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--serif);
  font-size: clamp(240px, 34vw, 430px);
  line-height: 1;
  color: rgba(135, 199, 242, 0.13);
  pointer-events: none;
  user-select: none;
}
.how h2 { font-size: clamp(34px, 4.6vw, 56px); margin-top: 16px; max-width: 560px; }
.how .rule { height: 1px; max-width: 560px; background: var(--hairline); margin-top: 24px; }
.strip {
  position: relative;
  margin-top: 56px;
  background: var(--ivory);
  padding: 0 12px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}
.sprockets {
  height: 18px;
  background-image: repeating-linear-gradient(90deg, transparent 0 10px, var(--film) 10px 24px, transparent 24px 34px);
}
.strip-frames { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 10px 0; }
.strip-frames img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.steps { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step h3 { display: flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 500; color: var(--ivory); }
.step h3 img { width: 26px; height: 26px; mix-blend-mode: screen; }
.step p { margin-top: 10px; font-size: 14.5px; color: var(--ink-55); max-width: 300px; }
.step .tick { height: 1px; margin-top: 20px; background: var(--hairline); }
.step .tick.blue { background: var(--blue); }
@media (max-width: 760px) {
  .how { padding: 88px 0 92px; }
  .strip-frames { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .strip-frames img:first-child { grid-column: 1 / -1; aspect-ratio: 16 / 9; }
  .steps { grid-template-columns: 1fr; gap: 26px; }
}

/* ---------- Finished film sample ---------- */
.home-sample {
  padding: 0 0 120px;
}

.home-sample-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 18px 52px;
  margin-bottom: 30px;
  padding-top: 66px;
  border-top: 1px solid var(--hairline);
}

.home-sample-heading .label {
  grid-column: 1 / -1;
}

.home-sample-heading h2 {
  font-size: clamp(42px, 5vw, 66px);
}

.home-sample-heading > p:last-child {
  max-width: 42ch;
  color: var(--ink-55);
  font-size: 14px;
  line-height: 1.7;
}

.home-sample-list {
  display: grid;
  gap: 24px;
}

.home-sample-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: stretch;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--voxel-edge-soft, var(--hairline));
  border-radius: var(--voxel-radius-large, 26px);
  background:
    radial-gradient(circle at 13% 16%, rgba(135, 199, 242, 0.12), transparent 17rem),
    linear-gradient(145deg, #202324, #111313 72%);
  box-shadow: var(--voxel-shadow, 0 28px 60px rgba(0, 0, 0, 0.38));
  transition: border-color 180ms ease, transform 180ms ease;
}

.home-sample-card:hover {
  border-color: rgba(135, 199, 242, 0.45);
  transform: translateY(-3px);
}

.home-sample-card:focus-visible {
  outline-offset: 5px;
}

.home-sample-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 68px);
}

.home-sample-copy::before,
.home-sample-copy::after {
  position: absolute;
  width: 15px;
  height: 15px;
  opacity: 0.68;
  content: "";
}

.home-sample-copy::before {
  top: 24px;
  left: 24px;
  border-top: 1px solid var(--blue);
  border-left: 1px solid var(--blue);
}

.home-sample-copy::after {
  right: 24px;
  bottom: 24px;
  border-right: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
}

.home-sample-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
}

.home-sample-kicker > span,
.account-sample-badge {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 9px;
  border: 1px solid rgba(135, 199, 242, 0.38);
  border-radius: 8px;
  background: rgba(135, 199, 242, 0.08);
  color: var(--blue);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-sample-copy h3 {
  max-width: 580px;
  margin-top: 20px;
  font-size: clamp(44px, 6vw, 72px);
}

.home-sample-copy > p {
  max-width: 46ch;
  margin-top: 24px;
  color: var(--ink-70);
  font-size: 15px;
  line-height: 1.7;
}

.home-sample-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 12px;
  margin-top: 36px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(135, 199, 242, 0.55);
  color: var(--ivory);
  font-size: 13px;
  font-weight: 600;
}

.home-sample-link span {
  color: var(--blue);
  transition: transform 180ms ease;
}

.home-sample-card:hover .home-sample-link span {
  transform: translateX(5px);
}

.home-sample-frames {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(150px, 0.78fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 9px;
  min-width: 0;
  padding: 18px 18px 18px 0;
}

.home-sample-frame {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #080909;
}

.home-sample-frame--wide {
  grid-row: 1 / -1;
}

.home-sample-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-sample-frame--wide img {
  object-position: 48% center;
}

.home-sample-card:hover .home-sample-frame img {
  transform: scale(1.018);
}

.home-sample-frame::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(transparent, rgba(8, 9, 9, 0.84));
  pointer-events: none;
  content: "";
}

.home-sample-frame figcaption {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 12px;
  left: 14px;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--serif);
  font-size: 16px;
  font-style: italic;
}

@media (min-width: 1100px) {
  .home-sample-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-sample-card {
    grid-template-columns: 1fr;
    min-height: 720px;
  }

  .home-sample-copy {
    min-height: 342px;
    justify-content: flex-start;
    padding: 38px;
  }

  .home-sample-copy h3 {
    font-size: clamp(42px, 3.6vw, 54px);
  }

  .home-sample-copy > p {
    margin-top: 17px;
  }

  .home-sample-link {
    margin-top: auto;
    padding-top: 24px;
  }

  .home-sample-frames {
    min-height: 350px;
    padding: 0 14px 14px;
  }
}

@media (max-width: 900px) {
  .home-sample-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-sample-heading .label {
    grid-column: auto;
  }

  .home-sample-card {
    grid-template-columns: 1fr;
  }

  .home-sample-copy {
    padding-bottom: 38px;
  }

  .home-sample-frames {
    min-height: 520px;
    padding: 0 18px 18px;
  }
}

@media (max-width: 620px) {
  .home-sample {
    padding-bottom: 88px;
  }

  .home-sample-card {
    min-height: 0;
    border-radius: 20px;
  }

  .home-sample-copy {
    padding: 42px 24px 34px;
  }

  .home-sample-copy::before {
    top: 16px;
    left: 16px;
  }

  .home-sample-copy::after {
    right: 16px;
    bottom: 16px;
  }

  .home-sample-copy h3 {
    font-size: clamp(40px, 13vw, 56px);
  }

  .home-sample-copy > p {
    margin-top: 18px;
  }

  .home-sample-link {
    margin-top: 26px;
  }

  .home-sample-frames {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    min-height: 0;
    gap: 7px;
    padding: 0 9px 9px;
  }

  .home-sample-frame {
    aspect-ratio: 3 / 4;
    border-radius: 12px;
  }

  .home-sample-frame--wide {
    grid-row: auto;
    grid-column: 1 / -1;
    aspect-ratio: 16 / 10;
  }

  .home-sample-frame figcaption {
    right: 10px;
    bottom: 9px;
    left: 10px;
    font-size: 13px;
  }
}

/* ---------- Editorial field notes ---------- */
.home-guides {
  padding: 0 0 120px;
}
.home-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  align-items: end;
  gap: 64px;
  padding-top: 70px;
  border-top: 1px solid var(--hairline);
}
.home-section-heading h2 {
  max-width: 720px;
  margin-top: 14px;
  font-size: clamp(38px, 5.2vw, 66px);
}
.home-section-heading > p {
  max-width: 440px;
  color: var(--ink-55);
  font-size: 15px;
  line-height: 1.7;
}
.guide-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 46px;
}
.guide-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--voxel-edge-soft, var(--hairline));
  border-radius: var(--voxel-radius, 18px);
  background: linear-gradient(145deg, #202324, #121415);
  box-shadow: var(--voxel-shadow-small, 0 16px 32px rgba(0, 0, 0, 0.28));
  transition: border-color 180ms ease, transform 180ms ease;
}
.guide-card:hover {
  border-color: rgba(135, 199, 242, 0.42);
  transform: translateY(-3px);
}
.guide-card::before,
.guide-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 11px;
  height: 11px;
  pointer-events: none;
  opacity: 0.55;
}
.guide-card::before {
  top: 12px;
  left: 12px;
  border-top: 1px solid var(--blue);
  border-left: 1px solid var(--blue);
}
.guide-card::after {
  right: 12px;
  bottom: 12px;
  border-right: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
}
.guide-card > a {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: 30px 28px 28px;
}
.guide-card-number {
  position: absolute;
  top: 14px;
  right: 20px;
  font-family: var(--serif);
  font-size: 54px;
  line-height: 1;
  color: rgba(244, 241, 235, 0.08);
}
.guide-card .label {
  max-width: calc(100% - 56px);
  color: var(--blue);
}
.guide-card h3 {
  max-width: 13em;
  margin-top: 38px;
  font-family: var(--serif);
  font-size: clamp(27px, 2.6vw, 34px);
  font-weight: 500;
  line-height: 1.06;
  color: var(--ivory);
  text-wrap: balance;
}
.guide-card h3 + p {
  max-width: 34ch;
  margin-top: 18px;
  color: var(--ink-55);
  font-size: 13.5px;
  line-height: 1.65;
}
.guide-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 30px;
  color: var(--ink-70);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.guide-card-link span {
  color: var(--blue);
  font-size: 18px;
  transition: transform 180ms ease;
}
.guide-card:hover .guide-card-link span {
  transform: translateX(4px);
}
.home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--hairline);
  color: var(--ink-70);
  font-size: 13px;
  transition: border-color 180ms ease, color 180ms ease;
}
.home-text-link span {
  color: var(--blue);
}
.home-text-link:hover {
  border-color: var(--blue);
  color: var(--ivory);
}

/* ---------- Why the shared roll matters ---------- */
.home-value {
  padding: 116px 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  background: #101719;
}
.home-value-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(54px, 8vw, 112px);
}
.home-value-title {
  align-self: start;
  position: sticky;
  top: 100px;
}
.home-value-title h2 {
  max-width: 560px;
  margin-top: 16px;
  font-size: clamp(40px, 5.5vw, 68px);
}
.home-value-copy {
  display: grid;
  gap: 26px;
  padding-top: 3px;
}
.home-value-copy p {
  max-width: 58ch;
  color: var(--ink-70);
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.72;
}
.home-value-copy p:first-child::first-letter {
  float: left;
  margin: 4px 9px 0 0;
  font-family: var(--serif);
  font-size: 64px;
  line-height: 0.72;
  color: var(--ivory);
}
.home-value-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 78px;
}
.home-value-notes article {
  position: relative;
  padding: 24px 0 0 42px;
  border-top: 1px solid rgba(244, 241, 235, 0.22);
}
.home-value-notes article > span {
  position: absolute;
  top: 25px;
  left: 0;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  background: var(--blue);
  color: var(--film);
  font-size: 10px;
  font-weight: 800;
}
.home-value-notes h3 {
  color: var(--ivory);
  font-size: 15px;
  font-weight: 600;
}
.home-value-notes p {
  max-width: 31ch;
  margin-top: 8px;
  color: var(--ink-55);
  font-size: 13px;
  line-height: 1.6;
}

/* ---------- Home questions ---------- */
.home-faq {
  padding: 120px 0;
}
.home-faq-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(54px, 9vw, 126px);
}
.home-faq header {
  position: sticky;
  top: 100px;
}
.home-faq header h2 {
  max-width: 500px;
  margin-top: 14px;
  font-size: clamp(38px, 5vw, 62px);
}
.home-faq header > p:last-child {
  max-width: 40ch;
  margin-top: 20px;
  color: var(--ink-55);
  font-size: 14px;
  line-height: 1.65;
}
.home-faq header a {
  color: var(--ivory);
  text-decoration: underline;
  text-decoration-color: var(--blue);
  text-underline-offset: 4px;
}
.home-faq-list {
  border-top: 1px solid var(--hairline);
}
.home-faq-item {
  border-bottom: 1px solid var(--hairline);
}
.home-faq-item summary {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 16px;
  min-height: 74px;
  padding: 16px 0;
  color: var(--ink-70);
  cursor: pointer;
  list-style: none;
  transition: color 180ms ease;
}
.home-faq-item summary::-webkit-details-marker {
  display: none;
}
.home-faq-item summary:hover,
.home-faq-item[open] summary {
  color: var(--ivory);
}
.home-faq-item summary:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 4px;
}
.home-faq-index {
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.home-faq-plus {
  justify-self: end;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1;
  color: var(--ink-55);
  transition: transform 180ms ease, color 180ms ease;
}
.home-faq-item[open] .home-faq-plus {
  transform: rotate(45deg);
  color: var(--blue);
}
.home-faq-answer {
  padding: 0 44px 24px 50px;
}
.home-faq-answer p {
  max-width: 60ch;
  color: var(--ink-55);
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 980px) and (min-width: 761px) {
  .nav-links { gap: 17px; }
  .nav-links a { font-size: 12px; }
}

@media (max-width: 820px) {
  .home-guides { padding-bottom: 88px; }
  .home-section-heading,
  .home-value-grid,
  .home-faq-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .home-section-heading {
    align-items: start;
    padding-top: 56px;
  }
  .guide-card-grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }
  .guide-card > a { min-height: 250px; }
  .guide-card h3 { max-width: 16em; }
  .home-value { padding: 88px 0; }
  .home-value-title,
  .home-faq header {
    position: static;
  }
  .home-value-copy { padding-top: 12px; }
  .home-value-notes {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 56px;
  }
  .home-value-notes p { max-width: 48ch; }
  .home-faq { padding: 88px 0; }
}

@media (max-width: 520px) {
  .guide-card > a {
    min-height: 265px;
    padding: 26px 22px 24px;
  }
  .guide-card h3 { margin-top: 34px; }
  .home-value-copy p { font-size: 16px; }
  .home-faq-item summary {
    grid-template-columns: 26px minmax(0, 1fr) 24px;
    gap: 11px;
    min-height: 70px;
  }
  .home-faq-answer { padding: 0 24px 22px 37px; }
}

/* ---------- Minimal home conversion ---------- */
.home-start { padding: 0 0 96px; }
.home-start-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
  padding-top: 64px;
  padding-bottom: 64px;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.home-start h2 {
  margin-top: 10px;
  font-size: clamp(38px, 5vw, 62px);
}
.home-start p:last-child {
  max-width: 520px;
  margin-top: 14px;
  color: var(--ink-55);
}
.home-start .vf-cta { white-space: nowrap; }
.foot.home-foot { margin-top: 0; }

@media (max-width: 680px) {
  .hero-wrap { min-height: 700px; }
  .hero-stage img.poster { object-position: 62% center; }
  .hero-scrim {
    background: linear-gradient(0deg, rgba(13, 13, 12, 0.94) 0%, rgba(13, 13, 12, 0.5) 48%, rgba(13, 13, 12, 0.1) 78%);
  }
  .hero-copy { padding-bottom: 54px; }
  .hero-copy h1 { font-size: clamp(44px, 14vw, 62px); }
  .hero-copy .lead { max-width: 34ch; }
  .home-start { padding-bottom: 64px; }
  .home-start-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

/* ---------- The reveal ---------- */
.reveal-sec {
  padding: 112px 0 128px;
  background: url("/assets/plate-grain.webp") center / cover;
}
.reveal-sec h2 { text-align: center; font-size: clamp(34px, 4.6vw, 56px); }
.reveal-sec .sub {
  margin: 18px auto 0;
  max-width: 440px;
  text-align: center;
  color: var(--ink-55);
}
.prints { margin-top: 64px; display: flex; justify-content: center; align-items: flex-start; gap: 26px; flex-wrap: wrap; }
.print {
  width: 200px;
  background: var(--ivory);
  padding: 8px 8px 30px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.55);
  transition: transform 0.35s ease;
}
.print:hover { transform: rotate(0deg) translateY(-6px) scale(1.03); }
.print img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; display: block; }
.print figcaption {
  margin-top: 10px;
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: #57503f;
}
@media (max-width: 900px) { .print:nth-child(n + 4) { display: none; } }

/* ---------- Quote ---------- */
.quote-sec {
  padding: 128px 0 144px;
  background: url("/assets/plate-safelight.webp") center / cover;
  text-align: center;
}
.quote-sec blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(30px, 4.4vw, 48px);
  color: var(--ivory);
  line-height: 1.22;
  text-wrap: balance;
}
.occasions {
  margin: 52px auto 0;
  max-width: 640px;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  padding: 16px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.occasions li { list-style: none; display: flex; align-items: center; font-size: 14px; color: var(--ink-70); }
.occasions li + li::before {
  content: "";
  width: 1px;
  height: 15px;
  background: rgba(244, 241, 235, 0.25);
  margin: 0 18px;
}

/* ---------- FAQ ---------- */
.faq-sec { padding: 112px 0; }
.faq-sec h2 { font-size: clamp(32px, 4.2vw, 52px); }
.faq-list { margin-top: 44px; max-width: 720px; border-top: 1px solid var(--hairline); }
.faq-item { border-bottom: 1px solid var(--hairline); }
.faq-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 19px 0;
  background: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  color: var(--ink-70);
  text-align: left;
  transition: color 0.2s;
}
.faq-item button:hover, .faq-item.open button { color: var(--ivory); }
.faq-item .q { display: flex; align-items: center; gap: 14px; }
.faq-item .edge { width: 2px; height: 20px; background: transparent; }
.faq-item.open .edge { background: var(--blue); }
.faq-item .plus {
  font-family: var(--serif);
  font-size: 24px;
  color: var(--ink-55);
  transition: transform 0.3s;
}
.faq-item.open .plus { transform: rotate(45deg); color: var(--blue); }
.faq-item .a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s;
}
.faq-item.open .a { grid-template-rows: 1fr; }
.faq-item .a > div { overflow: hidden; }
.faq-item .a p { padding: 0 0 22px 16px; max-width: 60ch; font-size: 14.5px; color: var(--ink-55); }

/* ---------- Closing + create form ---------- */
.closing {
  padding: 128px 0 0;
  background: url("/assets/plate-grain.webp") center / cover;
  text-align: center;
}
.closing .motto { font-size: clamp(56px, 9vw, 104px); line-height: 1.01; }
.closing .motto em { font-style: italic; color: var(--blue); }
.closing .sub { margin: 22px auto 0; max-width: 420px; color: var(--ink-55); }

.create-card {
  margin: 48px auto 0;
  max-width: 780px;
  text-align: left;
  border: 1px solid var(--hairline);
  background: rgba(23, 22, 20, 0.72);
  backdrop-filter: blur(6px);
  padding: 30px 28px 32px;
}
.create-card label.label { display: block; margin: 18px 0 8px; }
.create-card label.label:first-child { margin-top: 0; }
.price-note { margin: 8px 0 0; color: var(--ink-55); font-size: 12px; }
.price-note a {
  color: var(--ivory);
  text-decoration-color: var(--blue);
  text-underline-offset: 3px;
}
.promo-access-note {
  margin-top: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(140, 198, 235, 0.3);
  border-left: 3px solid var(--blue);
  background: rgba(140, 198, 235, 0.06);
}
.promo-access-note .label {
  margin: 0 0 6px;
  color: var(--blue);
}
.promo-access-note p:not(.label) {
  margin: 0;
  color: var(--ink-55);
  font-size: 13px;
  line-height: 1.55;
}
.promo-access-note p + p {
  margin-top: 5px;
}
.promo-access-note strong {
  color: var(--ivory);
  font-weight: 600;
}
.create-card input[type="text"],
.create-card input[type="datetime-local"],
.create-card select {
  width: 100%;
  background: var(--film);
  border: 1px solid var(--hairline);
  color: var(--ivory);
  color-scheme: dark;
  font: inherit;
  font-size: 15px;
  padding: 12px 14px;
}
.create-card input::placeholder { color: var(--ink-35); }

.type-picker {
  min-width: 0;
  margin: 18px 0 0;
  padding: 0;
  border: 0;
}
.type-picker legend.label { margin-bottom: 8px; }
.type-picker .type-chips { margin-top: 0; }
.type-chips .chip:has(input:checked) { border-color: var(--blue); color: var(--blue); }
.type-chips .chip:has(input:focus-visible) {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

/* ---------- Dedicated film creation ---------- */
.create-page-main {
  min-height: 100vh;
  padding: 136px 0 28px;
  background:
    radial-gradient(circle at 82% 8%, rgba(135, 199, 242, 0.08), transparent 30%),
    var(--film);
}
.create-page-intro,
.create-page-main .create-card {
  width: min(100%, 820px);
  margin-right: auto;
  margin-left: auto;
}
.create-page-intro h1 {
  margin-top: 12px;
  font-size: clamp(48px, 7vw, 78px);
}
.create-page-intro > p:last-child {
  max-width: 480px;
  margin-top: 16px;
  color: var(--ink-55);
}
.create-page-main .create-card { margin-top: 42px; }
.create-film-page > .foot { margin-top: 64px; }

.privacy-options {
  min-width: 0;
  margin: 22px 0 0;
  padding: 0;
  border: 0;
}
.privacy-options legend.label { margin-bottom: 9px; }
.privacy-options label,
.terms-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink-70);
  font-size: 14px;
}
.privacy-options label + label { margin-top: 8px; }
.privacy-options input,
.terms-option input {
  flex: 0 0 auto;
  margin-top: 4px;
}
.terms-option { margin-top: 20px; }
.terms-option a { text-decoration: underline; text-underline-offset: 2px; }
.type-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.type-chips .chip {
  border: 1px solid var(--hairline);
  padding: 9px 16px;
  font-size: 14px;
  color: var(--ink-70);
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
}
.type-chips .chip:hover { color: var(--ivory); }
.type-chips .chip.active { border-color: var(--blue); color: var(--blue); }
.type-chips input { position: absolute; opacity: 0; pointer-events: none; }

.filter-picker {
  min-width: 0;
  margin: 22px 0 0;
  padding: 0;
  border: 0;
}

.filter-picker legend.label {
  width: 100%;
  margin: 0 0 7px;
}

.filter-picker-intro {
  max-width: 52ch;
  color: var(--ink-55);
  font-size: 13px;
  line-height: 1.55;
}

.filter-compare {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(320px, 1.18fr);
  gap: 22px;
  align-items: start;
  margin-top: 14px;
}

.filter-selected-preview {
  min-width: 0;
  margin: 0;
}

.filter-selected-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(244, 241, 235, 0.18);
  border-radius: 22px;
  background: var(--film);
}

.filter-selected-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.filter-selected-frame img,
.filter-option-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.filter-selected-frame img {
  transition: opacity 180ms ease;
}

.filter-same-photo {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 6px 8px;
  border: 1px solid rgba(244, 241, 235, 0.18);
  border-radius: 999px;
  background: rgba(13, 13, 12, 0.78);
  color: var(--ink-70);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.filter-selected-copy {
  display: grid;
  gap: 4px;
  padding-top: 12px;
}

.filter-selected-copy > span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.filter-selected-copy strong {
  font-family: var(--serif);
  color: var(--ivory);
  font-size: 22px;
  font-weight: 500;
}

.filter-selected-copy small {
  min-height: 3.1em;
  color: var(--ink-55);
  font-size: 12px;
  line-height: 1.5;
}

.filter-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.filter-option {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--hairline);
  border-radius: 15px;
  background: var(--film);
  color: var(--ink-70);
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.filter-option:hover {
  border-color: rgba(244, 241, 235, 0.4);
  transform: translateY(-1px);
}

.filter-option:has(.filter-radio:checked) {
  border-color: var(--blue);
  background: rgba(135, 199, 242, 0.08);
  box-shadow: 0 0 0 1px var(--blue);
}

.filter-option:has(.filter-radio:focus-visible) {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

.filter-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.filter-option-image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 1px solid var(--hairline);
}

.filter-option-image img {
  object-position: 50% 38%;
}

.filter-option-copy {
  display: grid;
  gap: 4px;
  padding: 11px 12px 13px;
}

.filter-option-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.filter-option-heading strong {
  color: var(--ivory);
  font-size: 13px;
  font-weight: 650;
}

.filter-option-copy small {
  color: var(--ink-55);
  font-size: 10px;
  line-height: 1.42;
}

.filter-option-check {
  flex: 0 0 auto;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  background: transparent;
  color: transparent;
  font-size: 12px;
  font-weight: 800;
  visibility: hidden;
}

.filter-option:has(.filter-radio:checked) .filter-option-check {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--film);
  visibility: visible;
}

/* develop-sweep submit: blue block, ivory fluid sweeps in on hover */
.develop-cta {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  margin-top: 26px;
  border: 0;
  cursor: pointer;
  background: var(--blue);
  color: var(--film);
  font: inherit;
  font-weight: 600;
  font-size: 15px;
  padding: 14px;
}
.develop-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ivory);
  transform: translateX(-101%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.develop-cta:hover::before { transform: translateX(0); }
.develop-cta span { position: relative; }
.develop-cta:active { transform: scale(0.99); }

/* ---------- Footer ---------- */
.foot {
  margin-top: 112px;
  border-top: 1px solid var(--hairline);
}
.foot-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.foot .brand span { font-size: 14px; font-family: var(--sans); color: var(--ink-55); }
.foot nav { display: flex; flex-wrap: wrap; gap: 12px 24px; font-size: 14px; color: var(--ink-55); }
.foot nav a:hover { color: var(--ivory); }
.foot .motto-sig { font-family: var(--serif); font-style: italic; font-size: 14px; color: var(--ink-35); }

@media (max-width: 680px) {
  .foot-inner { align-items: flex-start; flex-direction: column; }
  .foot nav { gap: 10px 18px; }
}

/* ---------- Motion safety ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rise { animation: none; }
  .hero-wrap { height: 100vh; height: 100svh; min-height: 640px; }
  .hero-stage { position: relative; }
  .hero-negative { opacity: 0; }
  .hero-developed { opacity: 1; }
  .vf-cta:active b { animation: none; }
  .develop-cta::before, .print, .faq-item .a, .faq-item .plus,
  .guide-card, .guide-card-link span, .home-faq-plus,
  .filter-selected-frame img, .filter-option { transition: none; }
}

@media (max-width: 680px) {
  .filter-compare { grid-template-columns: 1fr; }
  .filter-selected-preview { width: min(100%, 330px); margin-inline: auto; }
  .filter-option-copy small { display: none; }
}

@media (max-width: 420px) {
  .create-card { padding-inline: 18px; }
  .filter-options { gap: 8px; }
  .filter-option-copy { padding-inline: 10px; }
}

/* ---------- Pricing: a contact sheet of film sizes ---------- */
.pricing-page { padding-top: 148px; }
.pricing-kicker { color: var(--blue); margin-bottom: 14px; }
.pricing-title { font-size: clamp(48px, 7.5vw, 88px); line-height: .92; max-width: 900px; }
.pricing-title em { color: var(--blue); font-style: italic; }
.pricing-lead { margin-top: 24px; max-width: 600px; color: var(--ink-55); font-size: 17px; line-height: 1.65; }
.price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 54px;
  border: 1px solid var(--hairline);
  background: var(--hairline);
}
.price-tile {
  position: relative;
  min-height: 236px;
  padding: 28px 24px 24px;
  background: var(--film);
}
.price-tile.popular { background: #151f23; }
.price-tile .label { color: var(--ink-55); }
.price-flag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 9px;
  background: var(--blue);
  color: #081013;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.price-amount { margin: 24px 0 30px; color: var(--ivory); font-size: clamp(34px, 4vw, 48px); letter-spacing: -.05em; }
.price-tile h2 { color: var(--ivory); font-size: 16px; font-weight: 600; }
.price-tile > p:last-child { margin-top: 8px; color: var(--ink-55); font-size: 13px; line-height: 1.5; }
.add-on-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: end;
  margin-top: 54px;
  padding: 38px;
  border: 1px solid var(--blue);
  background: linear-gradient(120deg, rgba(126, 195, 224, .08), transparent 65%);
}
.add-on-strip h2 { margin-top: 8px; font-size: clamp(30px, 4vw, 48px); }
.add-on-strip > div > p:last-child { max-width: 420px; margin-top: 12px; color: var(--ink-55); line-height: 1.55; }
.add-on-prices { display: grid; gap: 1px; background: var(--hairline); }
.add-on-prices div { display: flex; justify-content: space-between; gap: 16px; padding: 18px; background: #101719; }
.add-on-prices strong { font-size: 14px; }
.add-on-prices span { color: var(--blue); font-size: 18px; }
.pricing-includes { margin-top: 54px; max-width: 650px; }
.pricing-includes ul { margin-top: 14px; padding: 0; list-style: none; }
.pricing-includes li { padding: 12px 0; border-bottom: 1px solid var(--hairline); color: var(--ink-70); font-size: 15px; }

@media (max-width: 900px) {
  .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .pricing-page { padding-top: 116px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-tile { min-height: 195px; }
  .add-on-strip { grid-template-columns: 1fr; gap: 28px; padding: 26px 22px; }
}

/* ---------- Account and authentication ---------- */
.account-surface {
  --account-pad: clamp(20px, 4vw, 48px);
  min-height: 100vh;
  min-height: 100dvh;
  background:
    radial-gradient(circle at 88% 8%, rgba(135, 199, 242, 0.08), transparent 27rem),
    var(--film);
}

.account-nav {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--hairline);
  background: rgba(13, 13, 12, 0.88);
  backdrop-filter: blur(14px);
}

.account-nav-inner {
  width: min(100%, 1240px);
  min-height: 72px;
  margin: 0 auto;
  padding: 10px var(--account-pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.account-nav .brand {
  min-height: 48px;
}

.account-nav .brand img {
  width: 28px;
  height: 28px;
  mix-blend-mode: screen;
}

.account-nav .brand span {
  font-size: 22px;
}

.account-nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.account-nav-link,
.account-nav-primary {
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hairline);
  background: transparent;
  color: var(--ink-70);
  font-family: var(--sans);
  font-size: 13px;
  appearance: none;
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.account-nav-form {
  margin: 0;
}

.account-nav-link:hover {
  border-color: rgba(244, 241, 235, 0.42);
  color: var(--ivory);
}

.account-nav-primary {
  border-color: var(--ivory);
  background: var(--ivory);
  color: var(--film);
  font-weight: 650;
}

.account-nav-primary:hover {
  border-color: var(--blue);
  background: var(--blue);
}

.identity-main {
  width: min(100%, 1240px);
  min-height: calc(100vh - 73px);
  min-height: calc(100dvh - 73px);
  margin: 0 auto;
  padding: var(--account-pad);
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(390px, 1.1fr);
  gap: clamp(44px, 7vw, 104px);
  align-items: center;
}

.identity-visual {
  position: relative;
  width: 100%;
  min-height: min(680px, calc(100dvh - 145px));
  overflow: hidden;
  background: var(--film-raised);
}

.identity-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13, 13, 12, 0.03) 36%, rgba(13, 13, 12, 0.92) 100%),
    linear-gradient(90deg, rgba(13, 13, 12, 0.18), transparent 45%);
}

.identity-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.04);
}

.identity-visual-copy {
  position: absolute;
  z-index: 1;
  inset: auto clamp(24px, 5vw, 54px) clamp(28px, 5vw, 52px);
  max-width: 390px;
}

.identity-visual-copy p:last-child {
  margin-top: 12px;
  font-family: var(--serif);
  color: var(--ivory);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.02;
  text-wrap: balance;
}

.identity-panel {
  width: min(100%, 500px);
  justify-self: start;
}

.identity-kicker {
  color: var(--blue);
}

.identity-title {
  margin-top: 12px;
  font-size: clamp(42px, 6vw, 64px);
}

.identity-intro {
  max-width: 46ch;
  margin-top: 18px;
  color: var(--ink-55);
  font-size: 15px;
  line-height: 1.7;
}

.notice {
  margin-top: 22px;
  padding: 14px 16px;
  border-left: 2px solid var(--blue);
  background: rgba(135, 199, 242, 0.08);
  color: var(--ink-90);
  font-size: 14px;
  line-height: 1.55;
}

.notice--error {
  border-color: #ef8279;
  background: rgba(239, 130, 121, 0.09);
  color: #ffd7d3;
}

.provider-list {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.provider-button {
  min-height: 58px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--hairline);
  background: var(--film-raised);
  color: var(--ivory);
  font-size: 14px;
  border-radius: 14px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -3px 0 rgba(0, 0, 0, 0.28),
    0 4px 0 #070706;
  font-weight: 650;
  transition: border-color 180ms ease, background 180ms ease, transform 120ms ease;
}

.provider-button:hover {
  border-color: rgba(244, 241, 235, 0.42);
  background: #1c1b18;
}

.provider-button:active {
  transform: translateY(3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -2px 0 rgba(0, 0, 0, 0.24),
    0 1px 0 #070706;
}

.provider-button:only-child {
  grid-column: 1 / -1;
}

.provider-mark {
  width: 22px;
  height: 22px;
  display: block;
  flex: 0 0 22px;
}

.provider-mark--voxel {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
  filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.55));
}

.provider-button--google {
  border-color: rgba(66, 133, 244, 0.55);
}

.provider-button--google:hover {
  border-color: #4285f4;
  background: #1a202a;
}

.provider-button--facebook {
  border-color: rgba(24, 119, 242, 0.55);
}

.provider-button--facebook:hover {
  border-color: #1877f2;
  background: #18212d;
}

.auth-divider {
  margin: 22px 0 0;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--ink-35);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.auth-divider::before,
.auth-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--hairline);
}

.identity-form {
  margin-top: 28px;
}

.field-group + .field-group {
  margin-top: 18px;
}

.field-label {
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.field-label > label,
label.field-label {
  color: var(--ink-70);
  font-size: 13px;
  font-weight: 550;
}

.field-help-link {
  min-height: 48px;
  margin: -14px -8px -14px 0;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  color: var(--blue);
  font-size: 12px;
}

.text-field {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid var(--hairline);
  border-radius: 0;
  background: var(--film-raised);
  color: var(--ivory);
  font: inherit;
  font-size: 15px;
  transition: border-color 180ms ease, background 180ms ease;
}

.text-field:hover {
  border-color: rgba(244, 241, 235, 0.32);
}

.text-field:focus {
  border-color: var(--blue);
  background: #1a1917;
}

.text-field::placeholder {
  color: var(--ink-35);
}

.primary-action {
  position: relative;
  min-height: 54px;
  width: 100%;
  margin-top: 26px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  overflow: hidden;
  border: 0;
  background: var(--ivory);
  color: var(--film);
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
  transition: background 180ms ease, transform 120ms ease;
}

.primary-action::after {
  content: "\2192";
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  transition: transform 180ms ease;
}

.primary-action:hover {
  background: var(--blue);
}

.primary-action:hover::after {
  transform: translateX(4px);
}

.primary-action:active {
  transform: scale(0.99);
}

.primary-action[disabled] {
  cursor: wait;
  opacity: 0.65;
}

.identity-switch {
  margin-top: 22px;
  color: var(--ink-55);
  font-size: 13px;
}

.identity-switch a,
.quiet-link {
  min-height: 48px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  color: var(--ivory);
  text-decoration: underline;
  text-decoration-color: rgba(135, 199, 242, 0.7);
  text-underline-offset: 4px;
}

.identity-switch a:hover,
.quiet-link:hover {
  color: var(--blue);
}

.identity-footnote {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--hairline);
  color: var(--ink-35);
  font-size: 12px;
  line-height: 1.65;
}

.identity-main--compact {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
}

.identity-main--compact .identity-panel {
  justify-self: center;
}

.film-registration {
  width: 72px;
  height: 26px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.film-registration span {
  width: 8px;
  height: 8px;
  border: 1px solid var(--ink-35);
}

.film-registration span:nth-child(2) {
  width: 26px;
  border-color: var(--blue);
  background: rgba(135, 199, 242, 0.14);
}

.return-mark {
  width: 82px;
  height: 82px;
  margin: 0 auto 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--hairline);
  border-radius: 50%;
  background: var(--film-raised);
}

.return-mark img {
  width: 34px;
  height: 34px;
  mix-blend-mode: screen;
}

.mobile-return-panel {
  text-align: center;
}

.mobile-return-panel .identity-intro {
  margin-right: auto;
  margin-left: auto;
}

.mobile-return-panel .primary-action {
  margin-top: 30px;
}

/* Account film library */
.account-main {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: clamp(72px, 10vw, 120px) var(--account-pad) 96px;
}

.account-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--hairline);
}

.account-email {
  max-width: 100%;
  overflow-wrap: anywhere;
  color: var(--blue);
}

.account-title {
  margin-top: 12px;
  font-size: clamp(48px, 8vw, 84px);
}

.account-summary {
  max-width: 280px;
  padding-left: 20px;
  border-left: 1px solid var(--hairline);
  color: var(--ink-55);
  font-size: 14px;
  line-height: 1.6;
}

.account-promo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 36px;
  margin-top: 28px;
  padding: 26px 28px;
  border: 1px solid rgba(140, 198, 235, 0.28);
  background:
    linear-gradient(120deg, rgba(140, 198, 235, 0.1), transparent 58%),
    var(--film-raised);
}

.account-promo .label {
  color: var(--blue);
}

.account-promo h2 {
  margin-top: 8px;
  font-size: clamp(30px, 4vw, 44px);
}

.account-promo p:last-child {
  max-width: 650px;
  margin-top: 10px;
  color: var(--ink-55);
  font-size: 14px;
  line-height: 1.6;
}

.account-promo p strong {
  color: var(--ivory);
  font-weight: 600;
}

.account-promo-action {
  min-width: 196px;
  min-height: 52px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--blue);
  color: #0c1114;
  font-size: 13px;
  font-weight: 700;
}

.account-promo-action:hover {
  background: var(--ivory);
}

.film-library {
  margin-top: 42px;
}

.account-sample {
  margin-top: 30px;
}

.account-sample-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.account-sample-heading > p {
  color: var(--ink-55);
  font-size: 12px;
}

.account-sample-list {
  display: grid;
  gap: 16px;
}

.account-sample-link {
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1.28fr) 52px;
  align-items: center;
  gap: clamp(24px, 4vw, 52px);
  padding: 18px;
  overflow: hidden;
  border: 1px solid var(--voxel-edge-soft, var(--hairline));
  border-radius: var(--voxel-radius-large, 24px);
  background:
    radial-gradient(circle at 78% 20%, rgba(135, 199, 242, 0.1), transparent 19rem),
    linear-gradient(145deg, #202324, #131516);
  box-shadow: var(--voxel-shadow-small, 0 16px 34px rgba(0, 0, 0, 0.28));
  transition: border-color 180ms ease, transform 180ms ease;
}

.account-sample-link:hover {
  border-color: rgba(135, 199, 242, 0.42);
  transform: translateY(-2px);
}

.account-sample-contact-sheet {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  min-height: 190px;
}

.account-sample-contact-sheet img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
  filter: none;
}

.account-sample-contact-sheet img:first-child {
  border-radius: 13px 3px 3px 13px;
}

.account-sample-contact-sheet img:last-child {
  border-radius: 3px 13px 13px 3px;
}

.account-sample-copy > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
}

.account-sample-copy h3 {
  margin-top: 14px;
  font-size: clamp(31px, 4.5vw, 48px);
}

.account-sample-copy > p {
  max-width: 56ch;
  margin-top: 10px;
  color: var(--ink-55);
  font-size: 13px;
  line-height: 1.65;
}

.account-sample-open {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--hairline);
  border-radius: 13px;
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 23px;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.account-sample-link:hover .account-sample-open {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--film);
}

.film-library-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.film-count {
  color: var(--ink-35);
  font-size: 12px;
}

.film-list {
  margin-top: 14px;
  border-top: 1px solid var(--hairline);
  list-style: none;
}

.film-list-item {
  border-bottom: 1px solid var(--hairline);
}

.film-list-link {
  min-height: 110px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.film-list-link:hover .film-name {
  color: var(--blue);
}

.film-name {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.05;
  transition: color 180ms ease;
}

.film-meta {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  color: var(--ink-55);
  font-size: 12px;
}

.film-meta span + span::before {
  content: "";
  width: 3px;
  height: 3px;
  margin-right: 12px;
  display: inline-block;
  border-radius: 50%;
  background: var(--ink-35);
  vertical-align: middle;
}

.film-meta .film-status::before {
  display: none;
}

.film-status {
  min-height: 30px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--hairline);
  color: var(--ink-70);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.film-status--ready {
  border-color: rgba(135, 199, 242, 0.5);
  color: var(--blue);
}

.film-open {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--hairline);
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 23px;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.film-list-link:hover .film-open {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--film);
}

.empty-library {
  margin-top: 14px;
  min-height: 340px;
  padding: clamp(36px, 7vw, 70px);
  display: grid;
  grid-template-columns: auto minmax(0, 440px);
  align-items: center;
  justify-content: center;
  gap: clamp(32px, 7vw, 72px);
  border: 1px solid var(--hairline);
  background: linear-gradient(120deg, rgba(135, 199, 242, 0.05), transparent 60%);
}

.empty-roll {
  width: 128px;
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  border: 1px solid var(--hairline);
  border-radius: 22px;
  background: var(--film-raised);
  transform: rotate(-3deg);
}

.empty-roll img {
  width: 40px;
  height: 40px;
  opacity: 0.78;
  mix-blend-mode: screen;
}

.empty-library h2 {
  font-size: clamp(30px, 5vw, 44px);
}

.empty-library p {
  margin-top: 12px;
  color: var(--ink-55);
  font-size: 14px;
}

.empty-library .primary-action {
  max-width: 260px;
}

.account-actions {
  margin-top: 48px;
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--hairline);
}

.account-actions .identity-footnote {
  margin: 0;
  padding: 0;
  border: 0;
}

.secondary-action {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--hairline);
  background: transparent;
  color: var(--ink-70);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease;
}

.secondary-action:hover {
  border-color: rgba(244, 241, 235, 0.42);
  color: var(--ivory);
}

.danger-zone {
  width: min(100%, 620px);
  margin-top: 72px;
  padding-top: 24px;
  border-top: 1px solid var(--hairline);
}

.danger-zone summary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  color: #f2a6a0;
  font-size: 13px;
  cursor: pointer;
}

.danger-zone summary::marker {
  color: #ef8279;
}

.danger-copy {
  margin-top: 10px;
  max-width: 58ch;
  color: var(--ink-55);
  font-size: 13px;
  line-height: 1.65;
}

.danger-form {
  margin-top: 20px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  align-items: end;
  gap: 12px;
}

.danger-form label > span {
  margin-bottom: 8px;
  display: block;
  color: var(--ink-55);
  font-size: 12px;
}

.danger-action {
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(239, 130, 121, 0.48);
  background: rgba(239, 130, 121, 0.1);
  color: #ffc4bf;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease;
}

.danger-action:hover {
  border-color: #ef8279;
  background: rgba(239, 130, 121, 0.18);
}

@media (max-width: 880px) {
  .identity-main {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 0;
  }

  .identity-visual {
    min-height: 250px;
    max-height: 34vh;
  }

  .identity-visual-copy {
    inset: auto 24px 24px;
    max-width: 300px;
  }

  .identity-visual-copy p:last-child {
    font-size: 32px;
  }

  .identity-panel {
    width: min(100%, 560px);
    padding: clamp(42px, 9vw, 72px) 0 24px;
    justify-self: center;
  }

  .identity-main--compact .identity-panel {
    padding: 24px 0;
  }
}

@media (max-width: 620px) {
  .account-nav-inner {
    min-height: 64px;
  }

  .account-nav-actions .account-nav-link {
    display: none;
  }

  .account-nav-actions .account-nav-owner,
  .account-nav-actions .account-nav-switch {
    display: inline-flex;
  }

  .account-nav-actions .account-nav-primary {
    display: none;
  }

  .account-nav-primary {
    min-height: 48px;
    padding: 0 14px;
  }

  .identity-main {
    padding-top: 20px;
  }

  .identity-visual {
    min-height: 210px;
    border-radius: 20px;
  }

  .identity-visual-copy p:last-child {
    font-size: 28px;
  }

  .identity-title {
    font-size: clamp(38px, 13vw, 54px);
  }

  .provider-list {
    grid-template-columns: 1fr;
  }

  .account-main {
    padding-top: 62px;
  }

  .account-hero {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .account-summary {
    padding: 0;
    border: 0;
  }

  .account-promo {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
    padding: 24px 20px;
  }

  .account-promo-action {
    width: 100%;
  }

  .account-sample-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .account-sample-link {
    grid-template-columns: 1fr auto;
    gap: 22px 14px;
    padding: 12px;
  }

  .account-sample-contact-sheet {
    grid-column: 1 / -1;
    min-height: 210px;
  }

  .account-sample-copy {
    padding: 0 8px 10px;
  }

  .account-sample-open {
    align-self: end;
    margin: 0 7px 10px 0;
  }

  .empty-library {
    min-height: 0;
    padding: 34px 24px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .empty-roll {
    width: 92px;
  }

  .film-list-link {
    min-height: 126px;
  }

  .film-meta > span:not(.film-status) {
    width: 100%;
  }

  .film-meta span + span::before {
    display: none;
  }

  .account-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .danger-form {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .provider-button,
  .primary-action,
  .primary-action::after,
  .text-field,
  .film-name,
  .film-open,
  .home-sample-card,
  .home-sample-frame img,
  .home-sample-link span,
  .account-sample-link,
  .account-sample-open,
  .secondary-action,
  .danger-action {
    transition: none;
  }
}
