:root {
  --pv-black: #000;
  --pv-white: #fff;
  --pv-muted: #6b7280;
  --pv-border: #e5e7eb;
  --pv-bg-soft: #f7f7f5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--pv-black);
  background: var(--pv-white);
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 300; letter-spacing: -.01em; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.skip-to-content-link { position: absolute; left: -9999px; }
.skip-to-content-link:focus { left: 1rem; top: 1rem; z-index: 200; padding: .75rem 1rem; background: #fff; color: #000; }
.pv-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.pv-hero { position: relative; height: 100svh; width: 100%; overflow: hidden; background: #fff; display: flex; align-items: center; justify-content: center; }
.pv-hero__img, .pv-hero__img img { position: absolute; inset: 0; width: 100%; height: 100%; }
.pv-hero__img img { object-fit: cover; object-position: center 25%; filter: grayscale(.2) contrast(1.1); animation: pvKB 20s ease-out both; }
.pv-hero__overlay { position: absolute; inset: 0; background: rgba(255,255,255,.1); }
.pv-hero__center { position: relative; z-index: 10; display: flex; flex-direction: column; align-items: center; margin-top: 6rem; }
.pv-hero__logo { width: 12rem; color: #fff; text-align: center; mix-blend-mode: difference; opacity: 0; animation: pvIn 1.2s .3s ease-out both; }
.pv-hero__logo span { font-size: 1.25rem; letter-spacing: .38em; font-weight: 400; white-space: nowrap; }
.pv-hero__scroll { position: absolute; bottom: 3rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 1rem; mix-blend-mode: difference; color: #fff; opacity: 0; animation: pvIn 1.6s .9s ease-out both; }
.pv-hero__scroll span:first-child { font-size: 10px; letter-spacing: .3em; text-transform: uppercase; white-space: nowrap; }
.pv-hero__line { width: 1px; height: 3rem; background: rgba(255,255,255,.5); overflow: hidden; position: relative; }
.pv-hero__line-inner { position: absolute; inset: 0; background: #fff; animation: pvScroll 1.6s ease-in-out infinite; }
@keyframes pvKB { from { transform: scale(1.08); } to { transform: scale(1); } }
@keyframes pvIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes pvScroll { 0% { transform: translateY(-100%); } 100% { transform: translateY(100%); } }

.pv-collection { min-height: 100vh; width: 100%; padding: 6rem 1.5rem; display: flex; flex-direction: column; justify-content: center; background: #fff; position: relative; }
.pv-collection__number { position: absolute; top: 8rem; left: 3rem; font-size: 12px; letter-spacing: .3em; text-transform: uppercase; z-index: 20; color: #fff; mix-blend-mode: difference; pointer-events: none; }
.pv-collection__row { display: flex; flex-direction: column; align-items: center; gap: 3rem; max-width: 1400px; margin: 0 auto; width: 100%; }
.pv-collection__media { width: 100%; display: flex; gap: 1rem; height: 60vh; position: relative; }
.pv-collection__img { width: 50%; height: 100%; position: relative; overflow: hidden; }
.pv-collection__img--offset { height: 80%; margin-top: auto; }
.pv-collection__img img { width: 100%; height: 100%; object-fit: cover; object-position: center; background: #f8f8f8; }
.pv-collection__text { width: 100%; display: flex; flex-direction: column; justify-content: center; }
.pv-collection__kicker { font-size: 14px; font-weight: 500; letter-spacing: .2em; color: var(--pv-muted); text-transform: uppercase; margin: 0 0 1rem; }
.pv-collection__title { font-size: 2.25rem; font-weight: 300; line-height: 1.1; margin: 0 0 2rem; color: #000; }
.pv-collection__desc { color: var(--pv-muted); font-size: 1rem; font-weight: 300; line-height: 1.7; max-width: 28rem; margin: 0 0 3rem; }
.pv-btn { display: inline-flex; align-items: center; gap: 1rem; font-size: 12px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: #000; background: transparent; border: 0; padding: 0; cursor: pointer; }
.pv-btn__line { width: 3rem; height: 1px; background: #000; transition: width .3s ease; display: inline-block; }
.pv-btn:hover .pv-btn__line { width: 4rem; }
.pv-reveal { opacity: 0; transform: translateY(30px); transition: opacity 1s ease-out, transform 1.1s cubic-bezier(.22,1,.36,1); }
.pv-reveal--right { transform: translateX(30px); }
.pv-reveal--left { transform: translateX(-30px); }
.pv-reveal--zoom { transform: scale(1.15); }
.pv-reveal.pv-in { opacity: 1; transform: none; }
.pv-delay { transition-delay: .18s; }

.pv-philosophy { position: relative; height: 100vh; width: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #000; color: #fff; }
.pv-philosophy__bg { position: absolute; inset: 0; opacity: .4; }
.pv-philosophy__bg img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.pv-philosophy__content { position: relative; z-index: 10; max-width: 56rem; margin: 0 auto; padding: 0 1.5rem; text-align: center; }
.pv-philosophy__text { font-size: 1.5rem; font-weight: 300; line-height: 1.4; letter-spacing: .02em; margin: 0; }
.pv-philosophy__ethos { margin-top: 3rem; font-size: 14px; letter-spacing: .3em; text-transform: uppercase; color: #9ca3af; }

.pv-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; padding: 1.25rem 1.5rem; display: flex; align-items: center; justify-content: space-between; mix-blend-mode: difference; color: #fff; }
.pv-header__logo { display: flex; align-items: center; }
.pv-header__logo-text { font-size: 12px; letter-spacing: .4em; text-transform: uppercase; font-weight: 500; }
.pv-header__nav { display: none; gap: 2rem; }
.pv-header__link { font-size: 10px; letter-spacing: .3em; text-transform: uppercase; font-weight: 500; }
.pv-header__actions { display: flex; gap: 1rem; }

.pv-testimonials, .pv-instagram { padding: 6rem 1.5rem; max-width: 1400px; margin: 0 auto; }
.pv-testimonials__head, .pv-instagram__head { text-align: center; margin-bottom: 3rem; }
.pv-testimonials__kicker, .pv-instagram__kicker { font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--pv-muted); margin: 0 0 .75rem; }
.pv-testimonials__title, .pv-instagram__title { font-size: 2.5rem; font-weight: 300; margin: 0 0 .75rem; }
.pv-testimonials__grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
.pv-testimonials__card { border: 1px solid var(--pv-border); padding: 2rem; margin: 0; background: #fff; display: flex; flex-direction: column; gap: 1rem; transition: transform .3s ease, border-color .3s ease; }
.pv-testimonials__card:hover { border-color: #000; transform: translateY(-2px); }
.pv-testimonials__stars { color: #000; letter-spacing: .1em; font-size: 14px; }
.pv-testimonials__quote { font-size: 1rem; line-height: 1.7; color: #1a1a1a; font-weight: 300; margin: 0; }
.pv-testimonials__quote::before { content: "“"; font-size: 2rem; line-height: 0; vertical-align: -.4em; margin-right: .2rem; color: var(--pv-muted); }
.pv-testimonials__author { display: flex; align-items: center; gap: .75rem; margin-top: auto; padding-top: .75rem; }
.pv-testimonials__name { display: block; font-size: 13px; letter-spacing: .05em; font-weight: 500; }
.pv-testimonials__role { display: block; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--pv-muted); margin-top: .15rem; }

.pv-instagram__title { margin-bottom: .75rem; }
.pv-instagram__handle { font-size: 12px; letter-spacing: .25em; text-transform: uppercase; color: var(--pv-muted); border-bottom: 1px solid transparent; transition: border-color .25s ease, color .25s ease; }
.pv-instagram__handle:hover { color: #000; border-bottom-color: #000; }
.pv-instagram__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; }
.pv-instagram__tile { position: relative; overflow: hidden; aspect-ratio: 1 / 1; background: var(--pv-bg-soft); }
.pv-instagram__tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pv-instagram__tile:hover img { transform: scale(1.05); }

.pv-newsletter { padding: 6rem 1.5rem; background: #0b0b0b; color: #fff; }
.pv-newsletter__inner { max-width: 640px; margin: 0 auto; text-align: center; }
.pv-newsletter__kicker { font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: #9ca3af; margin: 0 0 1rem; }
.pv-newsletter__title { font-size: 2.25rem; font-weight: 300; margin: 0 0 1rem; color: #fff; }
.pv-newsletter__sub { color: #9ca3af; font-size: 15px; line-height: 1.7; margin: 0 0 2.5rem; }
.pv-newsletter__form { display: flex; align-items: stretch; gap: 0; border-bottom: 1px solid rgba(255,255,255,.25); max-width: 520px; margin: 0 auto; position: relative; flex-wrap: wrap; }
.pv-newsletter__input { flex: 1; background: transparent; border: 0; color: #fff; padding: 1rem 0; font-size: 15px; outline: none; min-width: 0; }
.pv-newsletter__input::placeholder { color: #6b7280; }
.pv-newsletter__btn { background: transparent; border: 0; color: #fff; cursor: pointer; padding: 0 1rem; font-size: 11px; letter-spacing: .3em; text-transform: uppercase; }
.pv-newsletter__btn:hover { color: #e5e5e5; }
.pv-newsletter__msg { flex-basis: 100%; font-size: 12px; letter-spacing: .15em; text-transform: uppercase; margin: 1rem 0 0; }
.pv-newsletter__msg--ok { color: #a3e6a1; }

.pv-footer { width: 100%; background: #0b0b0b; color: #e6e6e6; padding: 5rem 1.5rem 2rem; }
.pv-footer__top { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 3rem; }
.pv-footer__brand-col { max-width: 22rem; }
.pv-footer__brand { font-size: 1.5rem; letter-spacing: .35em; font-weight: 300; color: #fff; margin-bottom: 1rem; }
.pv-footer__tag { font-size: 12px; color: #9ca3af; letter-spacing: .15em; text-transform: uppercase; line-height: 1.7; margin: 0 0 1.75rem; }
.pv-footer__social { display: flex; gap: .85rem; }
.pv-footer__social a { width: 2.25rem; height: 2.25rem; border: 1px solid #2a2a2a; display: inline-flex; align-items: center; justify-content: center; color: #e6e6e6; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.pv-footer__social a:hover { background: #fff; color: #000; border-color: #fff; }
.pv-footer__cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem; }
.pv-footer__col--newsletter { grid-column: span 2; }
.pv-footer__h { font-size: 10px; letter-spacing: .35em; text-transform: uppercase; margin: 0 0 1.25rem; color: #fff; font-weight: 500; }
.pv-footer__list { list-style: none; padding: 0; margin: 0; }
.pv-footer__list li { margin-bottom: .6rem; font-size: 13px; color: #9ca3af; line-height: 1.6; }
.pv-footer__list a { transition: color .2s ease; }
.pv-footer__list a:hover { color: #fff; }
.pv-footer__text { font-size: 13px; color: #9ca3af; line-height: 1.7; margin: 0 0 1rem; }
.pv-footer__form { position: relative; display: flex; align-items: stretch; border-bottom: 1px solid #2a2a2a; }
.pv-footer__input { flex: 1; background: transparent; border: 0; color: #fff; padding: .9rem 0; font-size: 14px; outline: none; }
.pv-footer__input::placeholder { color: #6b7280; }
.pv-footer__submit { background: transparent; border: 0; color: #fff; cursor: pointer; padding: 0 .25rem; font-size: 1.25rem; }
.pv-footer__ok { color: #a3e6a1; font-size: 12px; margin-top: .75rem; letter-spacing: .1em; }
.pv-footer__bottom { max-width: 1400px; margin: 4rem auto 0; padding-top: 1.5rem; border-top: 1px solid #1e1e1e; display: flex; flex-direction: column; gap: 1rem; justify-content: space-between; align-items: center; font-size: 10px; letter-spacing: .25em; text-transform: uppercase; color: #6b7280; }
.pv-footer__legal a { margin: 0 .25rem; }
.pv-footer__legal a:hover { color: #fff; }
.pv-progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; background: #000; transform-origin: left; transform: scaleX(0); z-index: 100; }

@media (min-width: 768px) {
  .pv-header { padding: 1.5rem 3rem; }
  .pv-header__nav { display: flex; }
  .pv-hero__logo { width: 20rem; }
  .pv-hero__logo span { font-size: 1.7rem; }
  .pv-collection { padding: 8rem 3rem; }
  .pv-collection__row { flex-direction: row; gap: 6rem; }
  .pv-collection__row--reverse { flex-direction: row-reverse; }
  .pv-collection__media { width: 58.3333%; height: 80vh; gap: 2rem; }
  .pv-collection__text { width: 41.6667%; }
  .pv-collection__title { font-size: 4rem; }
  .pv-collection__desc { font-size: 1.125rem; }
  .pv-philosophy__text { font-size: 2.25rem; }
  .pv-testimonials, .pv-instagram { padding: 8rem 3rem; }
  .pv-testimonials__title, .pv-instagram__title { font-size: 3.5rem; }
  .pv-testimonials__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
  .pv-instagram__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
  .pv-newsletter { padding: 8rem 3rem; }
  .pv-newsletter__title { font-size: 3.5rem; }
  .pv-footer { padding: 6rem 3rem 2rem; }
  .pv-footer__cols { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; }
  .pv-footer__col--newsletter { grid-column: span 2; }
  .pv-footer__bottom { flex-direction: row; }
}
@media (min-width: 900px) {
  .pv-footer__top { grid-template-columns: 1.1fr 2fr; gap: 5rem; }
}
@media (min-width: 1024px) {
  .pv-collection__title { font-size: 4.5rem; }
  .pv-philosophy__text { font-size: 3rem; }
}
@media (max-width: 767px) {
  .pv-collection__number { position: static; text-align: center; margin-bottom: 3rem; }
  .pv-header__actions { gap: .75rem; }
}