:root {
  --pw-bg: #090d12;
  --pw-panel: #111821;
  --pw-panel-soft: #171f29;
  --pw-paper: #f4efe5;
  --pw-copy: #b7b8b5;
  --pw-gold: #d9bd8f;
  --pw-line: rgba(224, 207, 177, 0.18);
}

html {
  scroll-behavior: smooth;
}

body.pw-page {
  max-width: none;
  min-height: 100%;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 7%, rgba(83, 105, 125, 0.18), transparent 25rem),
    var(--pw-bg);
  color: var(--pw-paper);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
}

.pw-page img {
  max-width: 100%;
  height: auto;
}

.pw-page h1,
.pw-page h2,
.pw-page h3,
.pw-page p,
.pw-page figure,
.pw-page ul {
  margin-top: 0;
}

.pw-page h1,
.pw-page h2,
.pw-page h3 {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.pw-page .pw-header {
  margin-bottom: 0 !important;
}

.pw-page .pw-header::before {
  background: linear-gradient(90deg, #d9bd8f, #5f7892) !important;
}

.pw-page .gu-brand,
.pw-page .gu-brand-dot {
  color: var(--pw-paper) !important;
}

.pw-page .gu-nav {
  border-color: rgba(255,255,255,0.1);
  background: rgba(15, 21, 28, 0.78);
  box-shadow: 0 18px 50px rgba(0,0,0,0.2);
}

.pw-page .gu-nav > a,
.pw-page .gu-nav > .gu-nav-menu > summary {
  color: var(--pw-paper) !important;
}

.pw-page .gu-nav a:hover,
.pw-page .gu-nav summary:hover,
.pw-page .gu-nav a:focus-visible,
.pw-page .gu-nav summary:focus-visible,
.pw-page .gu-nav-menu.is-active > summary {
  color: var(--pw-paper) !important;
  background: rgba(217, 189, 143, 0.13);
}

.pw-page .gu-nav-product em {
  margin-left: 7px;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(217, 189, 143, 0.18);
  color: #785c32;
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pw-hero,
.pw-manifesto,
.pw-curation,
.pw-not-photographers,
.pw-experience,
.pw-privacy,
.pw-final,
.pw-footer {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

.pw-hero {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.72fr);
  align-items: center;
  gap: clamp(48px, 7vw, 110px);
  padding: 90px 0 110px;
}

.pw-hero-glow {
  position: absolute;
  z-index: -1;
  width: 620px;
  height: 620px;
  right: -200px;
  top: 60px;
  border-radius: 50%;
  background: rgba(90, 120, 146, 0.14);
  filter: blur(80px);
}

.pw-kicker,
.pw-section-number {
  margin-bottom: 24px;
  color: var(--pw-gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.pw-hero h1 {
  max-width: 690px;
  margin-bottom: 28px;
  font-size: clamp(64px, 6.4vw, 98px);
  line-height: 0.94;
}

.pw-hero-lede {
  max-width: 610px;
  margin-bottom: 24px;
  color: #c3c5c4;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.pw-hero-quote {
  color: var(--pw-paper);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 21px;
  font-style: italic;
}

.pw-hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 38px;
}

.pw-app-store {
  min-width: 196px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 11px 18px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 13px;
  background: var(--pw-paper);
  color: #0a0d11;
  box-shadow: 0 16px 48px rgba(0,0,0,0.26);
}

.pw-app-store svg {
  width: 25px;
  height: 31px;
  flex: 0 0 auto;
}

.pw-app-store span {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.pw-app-store small {
  margin-bottom: 4px;
  font-size: 10px;
  letter-spacing: 0.02em;
}

.pw-app-store strong {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.pw-text-link {
  color: #d6d6d2;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.pw-text-link span {
  display: inline-block;
  margin-left: 5px;
  color: var(--pw-gold);
  transition: transform 0.2s ease;
}

.pw-text-link:hover span {
  transform: translateY(3px);
}

.pw-hero-visual {
  position: relative;
  min-height: 700px;
  display: grid;
  place-items: center;
}

.pw-hero-shot {
  position: relative;
  z-index: 2;
  width: min(100%, 390px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(231, 217, 191, 0.28);
  border-radius: 54px;
  background: #141b23;
  box-shadow: 0 55px 120px rgba(0,0,0,0.55), 0 0 0 8px rgba(255,255,255,0.025);
  transform: rotate(2.8deg);
}

.pw-hero-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.09);
  pointer-events: none;
}

.pw-hero-shot img {
  width: 100%;
  display: block;
}

.pw-floating-note {
  position: absolute;
  z-index: 3;
  left: -54px;
  bottom: 112px;
  width: 210px;
  padding: 18px 20px;
  border: 1px solid var(--pw-line);
  border-radius: 18px;
  background: rgba(16, 23, 31, 0.85);
  box-shadow: 0 22px 60px rgba(0,0,0,0.35);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.pw-floating-note span {
  display: block;
  margin-bottom: 5px;
  color: var(--pw-gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pw-floating-note strong {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 19px;
  font-weight: 400;
}

.pw-orbit {
  position: absolute;
  border: 1px solid rgba(217, 189, 143, 0.13);
  border-radius: 50%;
}

.pw-orbit-one { width: 560px; height: 560px; }
.pw-orbit-two { width: 730px; height: 730px; opacity: 0.55; }

.pw-manifesto {
  padding: 130px 0 160px;
  border-top: 1px solid var(--pw-line);
}

.pw-manifesto > h2,
.pw-experience-heading h2 {
  max-width: 950px;
  margin-bottom: 65px;
  font-size: clamp(54px, 7vw, 92px);
  line-height: 1;
}

.pw-manifesto-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.72fr;
  gap: 100px;
  margin-bottom: 100px;
}

.pw-manifesto-lede {
  max-width: 650px;
  color: var(--pw-paper);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(29px, 3.2vw, 43px);
  line-height: 1.25;
}

.pw-manifesto-copy {
  color: var(--pw-copy);
  font-size: 18px;
  line-height: 1.7;
}

.pw-manifesto-copy p {
  margin-bottom: 20px;
}

.pw-gold { color: var(--pw-gold); }

.pw-gallery-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 28px;
}

.pw-gallery-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--pw-line);
  border-radius: 28px;
  background: var(--pw-panel);
  box-shadow: 0 28px 70px rgba(0,0,0,0.28);
}

.pw-gallery-card img { width: 100%; display: block; }
.pw-gallery-raised { margin-top: 72px; }

.pw-curation {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.7fr);
  gap: clamp(60px, 10vw, 150px);
  padding: 150px 0;
  border-top: 1px solid var(--pw-line);
}

.pw-curation h2,
.pw-not-photographers h2,
.pw-privacy h2,
.pw-final h2 {
  margin-bottom: 36px;
  font-size: clamp(50px, 6.2vw, 82px);
  line-height: 1.02;
}

.pw-curation h2 em {
  color: var(--pw-gold);
  font-weight: 400;
}

.pw-curation-copy > p:not(.pw-section-number):not(.pw-pullquote) {
  max-width: 680px;
  color: var(--pw-copy);
  font-size: 19px;
  line-height: 1.7;
}

.pw-pullquote {
  max-width: 660px;
  margin-top: 34px;
  padding-left: 25px;
  border-left: 1px solid var(--pw-gold);
  color: var(--pw-paper);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 27px;
  line-height: 1.35;
}

.pw-criteria {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pw-criteria span {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  min-height: 70px;
  border-bottom: 1px solid var(--pw-line);
  color: #dad9d3;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 23px;
}

.pw-criteria span:first-child { border-top: 1px solid var(--pw-line); }
.pw-criteria i { color: #777b7b; font-family: "DM Sans", sans-serif; font-size: 10px; font-style: normal; letter-spacing: 0.12em; }

.pw-not-photographers {
  display: grid;
  grid-template-columns: 1.2fr 0.68fr;
  gap: 100px;
  padding: 150px 0;
  border-top: 1px solid var(--pw-line);
}

.pw-not-photographers h2 span { color: #73797f; }

.pw-not-body {
  align-self: end;
  padding-bottom: 16px;
  color: var(--pw-copy);
  font-size: 18px;
  line-height: 1.72;
}

.pw-not-body p:last-child { color: var(--pw-gold); }

.pw-experience {
  padding: 150px 0;
  border-top: 1px solid var(--pw-line);
}

.pw-experience-heading {
  display: grid;
  grid-template-columns: 1fr 0.48fr;
  column-gap: 80px;
  align-items: end;
  margin-bottom: 90px;
}

.pw-experience-heading .pw-section-number { grid-column: 1 / -1; }
.pw-experience-heading h2 { margin-bottom: 0; }
.pw-experience-heading > p:last-child { margin-bottom: 10px; color: var(--pw-copy); font-size: 18px; line-height: 1.7; }

.pw-feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pw-feature-card {
  overflow: hidden;
  border: 1px solid var(--pw-line);
  border-radius: 28px;
  background: var(--pw-panel);
}

.pw-feature-image {
  height: 450px;
  overflow: hidden;
  border-bottom: 1px solid var(--pw-line);
}

.pw-feature-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}

.pw-feature-card-reverse .pw-feature-image img { object-position: center top; }

.pw-feature-copy { padding: 30px 28px 34px; }
.pw-feature-copy > span { color: var(--pw-gold); font-size: 11px; font-weight: 600; letter-spacing: 0.17em; text-transform: uppercase; }
.pw-feature-copy h3 { margin: 13px 0 15px; font-size: 31px; line-height: 1.08; }
.pw-feature-copy p { margin-bottom: 0; color: var(--pw-copy); font-size: 15px; line-height: 1.65; }

.pw-privacy {
  min-height: 780px;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  align-items: center;
  gap: clamp(60px, 10vw, 150px);
  padding: 100px clamp(32px, 6vw, 90px);
  overflow: hidden;
  border: 1px solid var(--pw-line);
  border-radius: 36px;
  background:
    radial-gradient(circle at 25% 18%, rgba(104, 129, 150, 0.18), transparent 32rem),
    linear-gradient(145deg, #131b24, #0b1016);
}

.pw-privacy-visual {
  align-self: end;
  max-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 42px 42px 0 0;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}

.pw-privacy-visual img { width: 100%; display: block; }
.pw-privacy-lede { max-width: 570px; color: #c5c6c4; font-size: 20px; line-height: 1.65; }
.pw-privacy ul { margin: 38px 0 0; padding: 0; list-style: none; }
.pw-privacy li { position: relative; padding: 14px 0 14px 30px; border-bottom: 1px solid var(--pw-line); color: var(--pw-paper); font-size: 17px; }
.pw-privacy li:first-child { border-top: 1px solid var(--pw-line); }
.pw-privacy li::before { content: "—"; position: absolute; left: 0; color: var(--pw-gold); }

.pw-final {
  max-width: 1030px;
  padding: 190px 0 170px;
  text-align: center;
}

.pw-final h2 { max-width: 900px; margin-inline: auto; }
.pw-final > p:not(.pw-kicker) { margin-bottom: 42px; color: var(--pw-copy); font-size: 20px; line-height: 1.65; }
.pw-app-store-large { text-align: left; }

.pw-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 30px;
  padding: 28px 0 42px;
  border-top: 1px solid var(--pw-line);
  color: #777d82;
  font-size: 12px;
}

.pw-footer p { margin-bottom: 0; }
.pw-footer-brand { color: var(--pw-paper); font-size: 18px; font-weight: 600; text-decoration: none; }
.pw-footer-brand span { color: var(--pw-gold); }

@media (max-width: 960px) {
  .pw-hero { min-height: auto; grid-template-columns: 1fr 0.72fr; gap: 35px; padding-top: 70px; }
  .pw-hero-shot { border-radius: 42px; }
  .pw-floating-note { display: none; }
  .pw-orbit-two { display: none; }
  .pw-manifesto-grid,
  .pw-not-photographers { gap: 55px; }
  .pw-feature-cards { grid-template-columns: 1fr; }
  .pw-feature-card { display: grid; grid-template-columns: 0.85fr 1fr; }
  .pw-feature-image { height: 430px; border-right: 1px solid var(--pw-line); border-bottom: 0; }
  .pw-feature-copy { align-self: center; }
  .pw-privacy { grid-template-columns: 0.78fr 1fr; gap: 55px; }
}

@media (max-width: 760px) {
  .pw-page .gu-nav {
    background: transparent;
  }
  .pw-page .gu-nav > a,
  .pw-page .gu-nav > .gu-nav-menu > summary {
    border-color: rgba(255,255,255,0.1);
    background: rgba(18, 25, 33, 0.88);
  }
  .pw-hero,
  .pw-manifesto,
  .pw-curation,
  .pw-not-photographers,
  .pw-experience,
  .pw-privacy,
  .pw-final,
  .pw-footer { width: min(100% - 36px, 1180px); }
  .pw-hero { grid-template-columns: 1fr; padding: 80px 0 100px; text-align: center; }
  .pw-hero-copy { position: relative; z-index: 3; }
  .pw-hero h1 { margin-inline: auto; font-size: clamp(56px, 17vw, 78px); }
  .pw-hero-lede { margin-inline: auto; font-size: 18px; }
  .pw-hero-actions { justify-content: center; flex-direction: column; }
  .pw-hero-visual { min-height: 610px; }
  .pw-hero-shot { width: min(88%, 380px); transform: rotate(1.5deg); }
  .pw-orbit-one { width: 470px; height: 470px; }
  .pw-manifesto,
  .pw-curation,
  .pw-not-photographers,
  .pw-experience { padding: 100px 0; }
  .pw-manifesto > h2,
  .pw-experience-heading h2 { margin-bottom: 46px; font-size: clamp(49px, 14vw, 72px); }
  .pw-manifesto-grid,
  .pw-curation,
  .pw-not-photographers,
  .pw-experience-heading,
  .pw-privacy { grid-template-columns: 1fr; }
  .pw-manifesto-grid { gap: 28px; margin-bottom: 70px; }
  .pw-manifesto-lede { font-size: 31px; }
  .pw-gallery-strip { width: 100vw; margin-left: calc(50% - 50vw); display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 18px 28px; }
  .pw-gallery-card { flex: 0 0 min(78vw, 360px); scroll-snap-align: center; border-radius: 22px; }
  .pw-gallery-raised { margin-top: 0; }
  .pw-curation { gap: 60px; }
  .pw-curation h2,
  .pw-not-photographers h2,
  .pw-privacy h2,
  .pw-final h2 { font-size: clamp(48px, 13vw, 67px); }
  .pw-not-photographers { gap: 35px; }
  .pw-experience-heading { gap: 10px; margin-bottom: 55px; }
  .pw-feature-card { display: block; }
  .pw-feature-image { height: auto; max-height: 630px; border-right: 0; border-bottom: 1px solid var(--pw-line); }
  .pw-feature-image img { height: auto; }
  .pw-privacy { padding: 72px 24px 0; gap: 50px; }
  .pw-privacy-copy { grid-row: 1; }
  .pw-privacy-visual { grid-row: 2; width: min(92%, 390px); justify-self: center; }
  .pw-final { padding: 130px 0 120px; }
  .pw-footer { grid-template-columns: 1fr; gap: 10px; text-align: center; }
}

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