:root {
  --black: #050505;
  --panel: #121216;
  --white: #f7f5f2;
  --muted: #aaa5ad;
  --pink: #ff2fbd;
  --line: rgba(255,255,255,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; min-width: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: Inter, system-ui, sans-serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; }
img { display: block; width: 100%; }

.site-header { position: sticky; top: 0; z-index: 20; min-height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 5vw; background: rgba(5,5,5,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; text-decoration: none; }
.brand-name { color: var(--white); font-family: "Archivo Black", Impact, sans-serif; font-size: clamp(.95rem,1.6vw,1.2rem); letter-spacing: -.035em; line-height: 1; }
.brand-name::after { content: ""; display: block; width: 42%; height: 3px; margin-top: 5px; background: var(--pink); }
nav { display: flex; gap: 28px; }
nav a { color: #d9d5da; text-decoration: none; font-weight: 700; font-size: .9rem; }
nav a:hover, nav a:focus-visible { color: var(--pink); }
.menu-button { display: none; background: none; border: 1px solid var(--line); color: var(--white); padding: 8px 12px; font: inherit; }

.hero { min-height: calc(100vh - 72px); display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; }
.hero-copy { container-type: inline-size; display: flex; flex-direction: column; justify-content: center; padding: 8vw 5vw; position: relative; overflow: hidden; }
.hero-copy::after { content: "AM"; position: absolute; right: -5%; bottom: -14%; color: rgba(255,47,189,.08); font: 34vw/1 "Archivo Black", sans-serif; pointer-events: none; }
.eyebrow { margin: 0 0 16px; color: var(--pink); font-weight: 800; letter-spacing: .18em; font-size: .78rem; }
h1, h2, h3 { margin: 0; font-family: "Archivo Black", Impact, sans-serif; line-height: .95; text-transform: uppercase; }
.hero-title { position: relative; z-index: 1; max-width: 100%; font-size: clamp(3.6rem,18.5cqw,9.8rem); letter-spacing: -.075em; line-height: .76; }
.hero-title span { color: transparent; -webkit-text-stroke: clamp(1px,.12vw,2px) var(--pink); text-shadow: 0 0 32px rgba(255,47,189,.18); }
.hero-line { max-width: 470px; margin: 26px 0 32px; color: #cbc6cc; font-size: clamp(1.05rem,2vw,1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; position: relative; z-index: 1; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 0 22px; border: 1px solid var(--pink); text-decoration: none; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; text-align: center; }
.button.primary { background: var(--pink); color: var(--black); }
.button.primary:hover, .button.primary:focus-visible { background: #ff64ca; }
.button.quiet:hover, .button.quiet:focus-visible { background: rgba(255,47,189,.12); }
.age-note { position: relative; z-index: 1; margin: 22px 0 0; color: #878189; font-size: .8rem; }
.age-note span { display: inline-grid; place-items: center; width: 32px; height: 22px; margin-right: 6px; border: 1px solid #666168; color: #d8d3d9; font-weight: 800; }
.hero-image { margin: 0; position: relative; min-height: 580px; overflow: hidden; background: #181818; }
.hero-image img { height: 100%; object-fit: cover; object-position: center 35%; filter: contrast(1.08); }
.hero-image figcaption { position: absolute; right: 24px; bottom: 24px; padding: 8px 12px; background: var(--black); color: var(--pink); font-weight: 800; letter-spacing: .12em; font-size: .72rem; }

.marquee { border-block: 1px solid var(--pink); padding: 14px 5vw; color: var(--pink); font-family: "Archivo Black", sans-serif; font-size: clamp(1rem,2.3vw,1.5rem); }
.marquee div { display: flex; align-items: center; justify-content: center; gap: clamp(12px,2vw,34px); }
.marquee span { white-space: nowrap; }
.marquee i { font-style: normal; font-size: .7em; }

.section { padding: 110px 5vw; }
.section-heading { display: grid; grid-template-columns: .7fr 1.3fr .8fr; align-items: end; gap: clamp(26px,5vw,80px); margin-bottom: 58px; }
.section-heading > p:last-child { max-width: 480px; margin: 0 0 5px; color: var(--muted); font-size: 1.05rem; }
.section-heading.compact { grid-template-columns: .7fr 2.1fr; }
h2 { font-size: clamp(3rem,7.2vw,7rem); letter-spacing: -.06em; }
h3 { font-size: clamp(2rem,4.2vw,4.4rem); letter-spacing: -.055em; line-height: .92; }

.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.feature-card { min-height: 580px; border: 1px solid var(--line); overflow: hidden; }
.feature-number { position: absolute; z-index: 3; top: 24px; left: 26px; color: var(--pink); font-family: "Archivo Black", sans-serif; font-size: 1rem; }
.card-kicker { position: relative; margin: 0 0 14px; color: var(--pink); font-weight: 800; letter-spacing: .16em; font-size: .74rem; }
.feature-card p:not(.card-kicker) { position: relative; max-width: 440px; margin: 24px 0 28px; color: var(--muted); font-size: 1rem; }
.card-link { position: relative; width: fit-content; color: var(--pink); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.feature-image { position: relative; }
.feature-image > img { height: 100%; object-fit: cover; object-position: center 28%; filter: grayscale(.25) saturate(.9) contrast(1.08) brightness(.7); transition: transform .35s ease,filter .35s ease; }
.feature-image:hover > img { transform: scale(1.015); filter: grayscale(.1) saturate(.95) contrast(1.08) brightness(.6); }
.feature-image::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.9)); }
.feature-image-copy { position: absolute; z-index: 2; inset: auto clamp(28px,4vw,58px) clamp(34px,5vw,62px); }
.feature-image-copy > p:not(.card-kicker) { color: #c6c0c7; }
.feature-paid > img { object-position: center 30%; }
.feature-expanded > img { object-position: center 38%; }

.collection { background: var(--white); color: var(--black); }
.collection-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: clamp(28px,7vw,100px); margin-bottom: 44px; }
.collection-intro > p { max-width: 560px; margin: 0 0 24px; color: #464146; font-size: 1.08rem; }
.collection-button { color: var(--black); }
.collection-button:hover, .collection-button:focus-visible { background: var(--black); color: var(--white); }
.polaroid-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: clamp(14px,2vw,26px); }
.polaroid-item { min-width: 0; }
.polaroid-image-button { position: relative; width: 100%; padding: 0; border: 0; background: #d9d4ce; cursor: zoom-in; overflow: hidden; aspect-ratio: 3 / 4; }
.polaroid-image-button img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease,filter .25s ease; }
.polaroid-image-button:hover img, .polaroid-image-button:focus-visible img { transform: scale(1.025); }
.sold-badge { position: absolute; inset: 50% auto auto 50%; z-index: 2; transform: translate(-50%,-50%) rotate(-7deg); padding: 9px 15px; border: 3px solid var(--white); background: rgba(5,5,5,.82); color: var(--white); font-family: "Archivo Black", sans-serif; font-size: clamp(.85rem,2vw,1.35rem); letter-spacing: .08em; }
.polaroid-item.sold img { filter: grayscale(.8) brightness(.62); }
.polaroid-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 2px 4px; }
.polaroid-meta strong { font-family: "Archivo Black", sans-serif; font-size: 1rem; }
.polaroid-meta span, .polaroid-meta a { color: #615a60; font-size: .86rem; font-weight: 700; }
.polaroid-meta a { color: #a90070; text-underline-offset: 4px; }
.gallery-toggle-wrap { display: flex; justify-content: center; margin-top: 42px; }
.gallery-toggle { cursor: pointer; font-family: inherit; font-size: .9rem; }
.collection-note { margin: 34px 0 0; color: #746d72; font-size: .85rem; }
.polaroid-dialog { width: min(92vw,680px); max-height: 92vh; padding: 46px 18px 18px; border: 1px solid rgba(255,255,255,.22); background: #09090b; color: var(--white); }
.polaroid-dialog::backdrop { background: rgba(0,0,0,.88); }
.polaroid-dialog img { max-height: 76vh; object-fit: contain; }
.polaroid-dialog p { margin: 14px 0 0; text-align: center; font-weight: 800; }
.dialog-close { position: absolute; top: 7px; right: 10px; width: 36px; height: 36px; border: 0; background: transparent; color: var(--white); font-size: 2rem; line-height: 1; cursor: pointer; }

.link-ledger { margin-top: 22px; border-top: 1px solid var(--line); }
.link-ledger a { min-height: 102px; display: grid; grid-template-columns: 62px 1fr .8fr 28px; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); text-decoration: none; transition: background .2s ease,padding .2s ease; }
.link-ledger a:hover, .link-ledger a:focus-visible { padding-inline: 14px; background: rgba(255,47,189,.075); }
.link-ledger a.slurp-ledger { min-height: 150px; grid-template-columns: 62px minmax(110px,180px) 1fr .8fr 28px; }
.ledger-media { display: block; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid rgba(255,47,189,.38); background: #100a10; }
.ledger-media img { height: 100%; object-fit: cover; }
.ledger-number { color: var(--pink); font-weight: 800; }
.ledger-title { font-family: "Archivo Black", sans-serif; font-size: clamp(1.35rem,3vw,2.4rem); text-transform: uppercase; letter-spacing: -.04em; }
.ledger-note { color: var(--muted); }
.ledger-arrow { color: var(--pink); font-size: 1.4rem; }

.brand-transition { padding: 0 5vw 110px; background: var(--black); }
.brand-transition-frame { position: relative; width: min(100%,1120px); margin: 0 auto; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid rgba(255,47,189,.28); background: #fff; box-shadow: 0 0 80px rgba(255,47,189,.12); }
.brand-transition video, .brand-transition-poster { width: 100%; height: 100%; object-fit: cover; }
.brand-transition-poster { display: none; }

.portfolio { background: #0c0c0f; }
.portfolio-heading { align-items: end; }
.shoot-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 72px 24px; }
.shoot-card { min-width: 0; border-top: 1px solid var(--line); padding-top: 18px; }
.shoot-images { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8px; overflow: hidden; }
.shoot-images img { width: 100%; height: 100%; min-height: 0; aspect-ratio: 4 / 5; object-fit: cover; background: #1a1a1d; transition: filter .3s ease,transform .3s ease; }
.shoot-images img:nth-child(2) { margin-top: 38px; height: calc(100% - 38px); }
.shoot-card:hover .shoot-images img { filter: contrast(1.04) brightness(.92); }
.shoot-card:hover .shoot-images img:first-child { transform: translateY(-3px); }
.shoot-card:hover .shoot-images img:nth-child(2) { transform: translateY(3px); }
.shoot-copy { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 22px; padding: 24px 0 17px; border-bottom: 1px solid var(--line); }
.shoot-location { margin: 0 0 8px; color: var(--pink); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.shoot-copy h3 { font-size: clamp(2rem,3.4vw,3.6rem); }
.shoot-credit { max-width: 240px; padding-bottom: 5px; color: #c8c3ca; font-size: .82rem; font-weight: 700; line-height: 1.4; text-align: right; text-decoration-color: rgba(255,47,189,.45); text-underline-offset: 4px; }
.shoot-credit:hover, .shoot-credit:focus-visible { color: var(--pink); }
.series-status { margin: 13px 0 0; color: #77727a; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }


.follow { background: var(--white); color: var(--black); }
.follow .eyebrow { color: #b60077; }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #bbb5ba; }
.social-grid a { position: relative; min-height: 180px; display: flex; flex-direction: column; justify-content: end; padding: 28px; border-right: 1px solid #bbb5ba; border-bottom: 1px solid #bbb5ba; text-decoration: none; transition: background .2s ease,color .2s ease; }
.social-grid a:nth-child(even) { border-right: 0; }
.social-grid a:hover, .social-grid a:focus-visible { background: var(--black); color: var(--white); }
.social-grid span, .support-links span { font-family: "Archivo Black", sans-serif; font-size: clamp(2rem,4vw,4.1rem); line-height: 1; text-transform: uppercase; letter-spacing: -.055em; }
.social-grid small, .support-links small { margin-top: 12px; color: #756e74; font-size: .9rem; font-weight: 700; }
.social-grid b, .support-links b { position: absolute; top: 24px; right: 26px; color: #b60077; font-size: 1.4rem; }

.support { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px,9vw,140px); align-items: start; }
.support-intro { position: sticky; top: 120px; }
.support-intro > p:last-child { max-width: 410px; color: var(--muted); }
.support-links { border-top: 1px solid var(--line); }
.support-links a { position: relative; min-height: 140px; display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .2s ease,background .2s ease; }
.support-links a:hover, .support-links a:focus-visible { padding-left: 18px; background: rgba(255,47,189,.075); }
.support-links span { font-size: clamp(1.8rem,3.2vw,3.2rem); }
.support-links small { color: var(--muted); }

.creator-card { display: flex; align-items: end; justify-content: space-between; gap: 40px; background: radial-gradient(circle at 75% 20%,#3d0a31 0,var(--black) 45%); border-top: 1px solid var(--line); }
footer { display: flex; justify-content: space-between; gap: 24px; padding: 32px 5vw; border-top: 1px solid var(--line); color: #928d94; font-size: .8rem; letter-spacing: .08em; }
footer a { text-underline-offset: 4px; }
.footer-logo { color: var(--pink); font-family: "Archivo Black",sans-serif; }

@media (max-width: 820px) {
  .site-header { min-height: 64px; padding-inline: max(20px,env(safe-area-inset-left)); }
  .menu-button { display: block; }
  nav { position: absolute; top: 64px; left: 0; right: 0; display: none; flex-direction: column; gap: 0; background: var(--black); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  nav a { padding: 18px max(20px,5vw); border-top: 1px solid var(--line); }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { align-items: center; padding: 68px 20px 58px; text-align: center; }
  .hero-copy::after { right: 50%; bottom: -8%; transform: translateX(50%); font-size: 72vw; }
  .hero-title { font-size: clamp(3.7rem,18.5cqw,8rem); text-align: center; }
  .hero-line { margin: 24px auto 28px; }
  .hero-actions { justify-content: center; }
  .hero-image { min-height: 0; aspect-ratio: 4 / 5; }
  .hero-image img { object-position: center 30%; }
  .marquee { padding: 18px 20px; }
  .marquee div { justify-content: center; flex-wrap: wrap; gap: 8px 13px; text-align: center; }
  .section { padding: 76px 20px; }
  .section-heading, .section-heading.compact { display: block; }
  .section-heading h2 { margin-bottom: 26px; }
  .feature-grid, .collection-heading, .support, .shoot-grid { grid-template-columns: 1fr; }
  .shoot-grid { gap: 62px; }
  .feature-card { min-height: 530px; }
  .brand-transition { padding: 0 20px 76px; }
  .polaroid-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .support-intro { position: static; }
  .creator-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .brand-name { font-size: .92rem; }
  .hero-copy { padding-block: 52px 46px; }
  .hero-title { font-size: clamp(3.5rem,18.5cqw,5.8rem); }
  .hero-image figcaption { right: 16px; bottom: 16px; }
  .marquee { font-size: .86rem; }
  .feature-grid { gap: 14px; }
  .feature-card { min-height: 460px; }
  .feature-image-copy { inset-inline: 22px; bottom: 30px; }
  .shoot-copy { grid-template-columns: 1fr; gap: 14px; }
  .shoot-credit { max-width: none; text-align: left; }
  .shoot-images img:nth-child(2) { margin-top: 22px; height: calc(100% - 22px); }
  .polaroid-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 10px; }
  .link-ledger a { min-height: 94px; grid-template-columns: 38px 1fr 22px; gap: 10px; }
  .link-ledger a.slurp-ledger { min-height: 112px; grid-template-columns: 34px 78px 1fr 22px; }
  .slurp-ledger .ledger-title { font-size: 1.08rem; }
  .ledger-note { display: none; }
  .ledger-title { font-size: 1.25rem; }
  .social-grid { grid-template-columns: 1fr; }
  .social-grid a, .social-grid a:nth-child(even) { min-height: 142px; border-right: 0; }
  .support-links a { min-height: 122px; }
  h2 { font-size: clamp(2.8rem,14vw,4.4rem); }
  h3 { font-size: clamp(2rem,11vw,3.3rem); }
  footer { flex-direction: column; padding: 28px 20px max(28px,env(safe-area-inset-bottom)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .brand-transition video { display: none; }
  .brand-transition-poster { display: block; }
}
