.pp2-main {
  --pp2-ink: #11120f;
  --pp2-muted: #666960;
  --pp2-line: rgba(17, 18, 15, .14);
  --pp2-paper: #f7f7f4;
  --pp2-soft: #eeefe9;
  --pp2-dark: #171914;
  --pp2-accent: #526f1d;
  color: var(--pp2-ink);
  background: var(--pp2-paper);
}

.pp2-main * { box-sizing: border-box; }
.pp2-shell { width: min(1540px, calc(100% - 8vw)); margin: 0 auto; }
.pp2-main a { color: inherit; }
.pp2-main button { font: inherit; }

.pp2-local-nav {
  position: sticky;
  z-index: 18;
  top: var(--header-height, 82px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 4vw;
  border-bottom: 1px solid var(--pp2-line);
  background: rgba(247, 247, 244, .92);
  backdrop-filter: blur(18px);
}

.pp2-local-nav > a,
.pp2-local-nav div {
  display: flex;
  align-items: center;
  gap: 24px;
}

.pp2-local-nav a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.pp2-local-nav div a { color: var(--pp2-muted); }
.pp2-local-nav div a[aria-current="page"] { color: var(--pp2-ink); }

.pp2-hero {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
  gap: clamp(48px, 7vw, 128px);
  align-items: center;
  min-height: min(780px, calc(100svh - 135px));
  padding: clamp(88px, 10vw, 150px) 0;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax);
}

.pp2-eyebrow,
.pp2-mini-label {
  display: block;
  margin-bottom: 24px;
  color: var(--pp2-muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.pp2-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(64px, 7.8vw, 132px);
  font-weight: 440;
  letter-spacing: -.07em;
  line-height: .85;
}

.pp2-hero h1 em,
.pp2-section-title em,
.pp2-cta h2 em {
  color: #65675f;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.pp2-hero-copy > p {
  max-width: 650px;
  margin: 34px 0 0;
  color: #4f524b;
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.34;
}

.pp2-hero-actions,
.pp2-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 40px;
}

.pp2-button,
.pp2-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--pp2-ink);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.pp2-button { color: #fff !important; background: var(--pp2-ink); }
.pp2-text-link { border-color: var(--pp2-line); background: transparent; }
.pp2-button span,
.pp2-text-link span { margin-left: 20px; }

.pp2-hero-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 34px;
  background: #e9eae4;
}

.pp2-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pp2-hero-visual > img {
  position: absolute;
  inset: 0;
}

.pp2-visual-note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 20px;
  color: white;
  background: rgba(15, 16, 13, .72);
  backdrop-filter: blur(18px);
}

.pp2-visual-note span,
.pp2-visual-note small {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.pp2-visual-note small { color: rgba(255,255,255,.66); text-align: right; }

.pp2-home-visual {
  display: grid;
  align-content: center;
  padding: clamp(28px, 4vw, 62px);
  background: #1a1c17;
}

.pp2-console {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 26px;
  color: white;
  background: #22241f;
  box-shadow: 0 32px 80px rgba(0,0,0,.2);
}

.pp2-console header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.pp2-console header span {
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.pp2-console header i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #a8d950;
  box-shadow: 0 0 18px rgba(168,217,80,.55);
}

.pp2-console ol { margin: 0; padding: 8px 24px 24px; list-style: none; }
.pp2-console li {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.pp2-console li:last-child { border-bottom: 0; }
.pp2-console li > span { color: #a8d950; font-size: 12px; }
.pp2-console li b { font-size: 16px; font-weight: 520; }
.pp2-console li small {
  color: rgba(255,255,255,.55);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pp2-section {
  padding: clamp(94px, 10vw, 160px) 0;
  border-top: 1px solid var(--pp2-line);
}

.pp2-main > section.pp2-section {
  color: var(--pp2-ink) !important;
  background: var(--pp2-paper) !important;
}

body main.pp2-main > section.pp2-section--dark {
  color: white !important;
  border-color: transparent;
  background: var(--pp2-dark) !important;
}

.pp2-section-head {
  display: grid;
  grid-template-columns: minmax(180px, .45fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 96px);
  align-items: start;
  margin-bottom: clamp(52px, 7vw, 96px);
}

.pp2-section-title {
  max-width: 990px;
  margin: 0;
  font-size: clamp(48px, 6vw, 96px);
  font-weight: 440;
  letter-spacing: -.065em;
  line-height: .96;
}

.pp2-section-head p {
  grid-column: 2;
  max-width: 690px;
  margin: 24px 0 0;
  color: var(--pp2-muted);
  font-size: clamp(19px, 1.65vw, 25px);
  line-height: 1.48;
}

.pp2-section--dark .pp2-section-head p { color: rgba(255,255,255,.66); }
.pp2-section--dark .pp2-section-title em { color: #aeb1a8; }

.pp2-tabs {
  display: grid;
  grid-template-columns: minmax(260px, .4fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 80px);
  min-height: 510px;
}

.pp2-tablist {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pp2-tab {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 10px;
  align-items: center;
  width: 100%;
  min-height: 76px;
  padding: 15px 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  color: rgba(255,255,255,.55);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}

.pp2-tab > span { font-size: 11px; letter-spacing: .12em; }
.pp2-tab > b { font-size: 17px; font-weight: 520; }
.pp2-tab > i { font-style: normal; opacity: 0; }
.pp2-tab[aria-selected="true"] {
  color: white;
  border-color: rgba(255,255,255,.32);
  background: rgba(255,255,255,.08);
}
.pp2-tab[aria-selected="true"] > i { opacity: 1; }

.pp2-panels {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 30px;
  background: #20221d;
}

.pp2-panel {
  min-height: 510px;
  padding: clamp(34px, 5vw, 76px);
}

.pp2-panel[hidden] { display: none; }
.pp2-panel > span {
  color: #a8d950;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.pp2-panel h3 {
  max-width: 800px;
  margin: 24px 0 18px;
  font-size: clamp(34px, 4vw, 66px);
  font-weight: 440;
  letter-spacing: -.055em;
  line-height: 1;
}
.pp2-panel > p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.67);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.5;
}

.pp2-output {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 56px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.12);
}
.pp2-output div { min-height: 110px; padding: 18px; background: #20221d; }
.pp2-output small {
  display: block;
  margin-bottom: 12px;
  color: rgba(255,255,255,.48);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pp2-output b { font-size: 15px; font-weight: 520; line-height: 1.35; }

.pp2-use {
  display: grid;
  grid-template-columns: minmax(240px, .32fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: stretch;
}

.pp2-use-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pp2-use-tab {
  position: relative;
  width: 100%;
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid var(--pp2-line);
  color: var(--pp2-muted);
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.pp2-use-tab b { display: block; font-size: 21px; font-weight: 520; }
.pp2-use-tab span { display: block; margin-top: 7px; font-size: 13px; line-height: 1.4; }
.pp2-use-tab[aria-selected="true"] { color: var(--pp2-ink); }
.pp2-use-tab[aria-selected="true"]::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--pp2-ink);
}

.pp2-use-panel {
  display: grid;
  grid-template-columns: minmax(280px, .88fr) minmax(300px, .72fr);
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--pp2-line);
  border-radius: 30px;
  background: white;
}
.pp2-use-panel[hidden] { display: none; }
.pp2-use-visual { position: relative; min-height: 560px; overflow: hidden; background: #ecece7; }
.pp2-use-visual img { width: 100%; height: 100%; object-fit: cover; }
.pp2-use-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 68px); }
.pp2-use-copy > span {
  color: var(--pp2-accent);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.pp2-use-copy h3 {
  margin: 22px 0 18px;
  font-size: clamp(33px, 3.5vw, 58px);
  font-weight: 440;
  letter-spacing: -.055em;
  line-height: 1;
}
.pp2-use-copy p { margin: 0; color: var(--pp2-muted); font-size: 18px; line-height: 1.55; }
.pp2-use-copy dl { margin: 38px 0 0; }
.pp2-use-copy dl div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--pp2-line);
}
.pp2-use-copy dt {
  color: var(--pp2-muted);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pp2-use-copy dd { margin: 0; font-size: 14px; }

.pp2-boundary {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  gap: clamp(44px, 8vw, 128px);
  padding: clamp(46px, 6vw, 86px);
  border: 1px solid var(--pp2-line);
  border-radius: 34px;
  background: #fff;
}
.pp2-boundary h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 440;
  letter-spacing: -.06em;
  line-height: 1;
}
.pp2-boundary > div > p { color: var(--pp2-muted); font-size: 19px; line-height: 1.55; }
.pp2-boundary-list { display: grid; gap: 1px; overflow: hidden; border: 1px solid var(--pp2-line); border-radius: 22px; background: var(--pp2-line); }
.pp2-boundary-list article { padding: 25px; background: var(--pp2-paper); }
.pp2-boundary-list span {
  display: block;
  margin-bottom: 10px;
  color: var(--pp2-accent);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.pp2-boundary-list p { margin: 0; color: #4f524b; font-size: 15px; line-height: 1.5; }

.pp2-status {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(28px, 6vw, 88px);
  align-items: center;
  padding: 34px 0;
  border-top: 1px solid var(--pp2-line);
  border-bottom: 1px solid var(--pp2-line);
}
.pp2-status b { font-size: clamp(25px, 3vw, 42px); font-weight: 450; letter-spacing: -.035em; }
.pp2-status p { margin: 0; color: var(--pp2-muted); font-size: 17px; line-height: 1.55; }

.pp2-cta {
  padding: clamp(104px, 12vw, 190px) 4vw;
  color: white;
  background: var(--pp2-dark);
  text-align: center;
}
body main.pp2-main > section.pp2-cta {
  color: white !important;
  background: var(--pp2-dark) !important;
}
.pp2-cta h2 {
  max-width: 1120px;
  margin: 0 auto;
  font-size: clamp(54px, 7vw, 112px);
  font-weight: 440;
  letter-spacing: -.067em;
  line-height: .94;
}
.pp2-cta h2 em { color: #aeb1a8; }
.pp2-cta p { max-width: 760px; margin: 30px auto 0; color: rgba(255,255,255,.66); font-size: 20px; line-height: 1.5; }
.pp2-cta-actions { justify-content: center; }
.pp2-cta .pp2-button { color: var(--pp2-ink) !important; border-color: white; background: white; }
.pp2-cta .pp2-text-link { color: white; border-color: rgba(255,255,255,.24); }

.pp2-layer-collage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  min-height: 560px;
  overflow: hidden;
  background: #dedfd9;
}
.pp2-layer-collage img {
  position: relative;
  inset: auto;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  border: 0;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: none;
  transform: none;
}
.pp2-layer-collage img:nth-child(1) { grid-row: 1 / 3; }
.pp2-layer-collage img:nth-child(2) { grid-column: 2; grid-row: 1; }
.pp2-layer-collage img:nth-child(3) { grid-column: 2; grid-row: 2; }
.pp2-layer-collage .pp2-visual-note {
  right: 22px;
  bottom: 22px;
  left: 22px;
}

@media (max-width: 1000px) {
  .pp2-hero,
  .pp2-section-head,
  .pp2-tabs,
  .pp2-use,
  .pp2-boundary { grid-template-columns: 1fr; }
  .pp2-hero { min-height: 0; padding-top: 80px; }
  .pp2-hero-visual { min-height: min(620px, 78vw); }
  .pp2-section-head p { grid-column: 1; }
  .pp2-tabs { min-height: 0; }
  .pp2-tablist { display: grid; grid-template-columns: repeat(2, 1fr); }
  .pp2-panel { min-height: 450px; }
  .pp2-use { gap: 34px; }
  .pp2-use-list { display: grid; grid-template-columns: repeat(3, 1fr); }
  .pp2-use-tab { padding: 16px 10px; }
  .pp2-use-tab span { display: none; }
  .pp2-boundary { padding: 42px; }
}

@media (max-width: 720px) {
  .pp2-shell { width: calc(100% - 36px); }
  .pp2-local-nav { top: var(--header-height, 72px); min-height: 50px; padding: 0 18px; }
  .pp2-local-nav > a { display: none; }
  .pp2-local-nav div { width: 100%; justify-content: space-between; gap: 12px; }
  .pp2-local-nav a { font-size: 10px; }
  .pp2-hero { gap: 46px; padding: 70px 0 76px; }
  .pp2-hero h1 { font-size: clamp(60px, 20vw, 86px); }
  .pp2-hero-copy > p { margin-top: 26px; font-size: 20px; }
  .pp2-hero-actions { align-items: stretch; flex-direction: column; }
  .pp2-button, .pp2-text-link { width: 100%; }
  .pp2-hero-visual { min-height: 112vw; border-radius: 24px; }
  .pp2-visual-note { right: 14px; bottom: 14px; left: 14px; padding: 15px; border-radius: 14px; }
  .pp2-section { padding: 84px 0; }
  .pp2-section-title { font-size: 48px; }
  .pp2-section-head { gap: 8px; margin-bottom: 42px; }
  .pp2-tabs { gap: 22px; }
  .pp2-tablist { grid-template-columns: 1fr 1fr; gap: 6px; }
  .pp2-tab { grid-template-columns: 30px 1fr; min-height: 66px; padding: 12px; border-radius: 14px; }
  .pp2-tab > b { font-size: 14px; }
  .pp2-tab > i { display: none; }
  .pp2-panel { min-height: 510px; padding: 28px 22px; border-radius: 22px; }
  .pp2-panel h3 { font-size: 40px; }
  .pp2-output { grid-template-columns: 1fr; margin-top: 34px; }
  .pp2-output div { min-height: 0; }
  .pp2-use-list { grid-template-columns: 1fr; }
  .pp2-use-tab { padding: 13px 0; }
  .pp2-use-panel { grid-template-columns: 1fr; min-height: 0; border-radius: 22px; }
  .pp2-use-visual { min-height: 88vw; }
  .pp2-use-copy { padding: 30px 24px; }
  .pp2-use-copy dl div { grid-template-columns: 92px 1fr; }
  .pp2-boundary { min-width: 0; gap: 34px; padding: 28px 22px; border-radius: 24px; }
  .pp2-boundary h2 { font-size: 44px; }
  .pp2-status { grid-template-columns: 1fr; gap: 16px; }
  .pp2-cta { padding: 92px 18px; }
  .pp2-cta h2 { font-size: 52px; }
  .pp2-layer-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.22fr .78fr;
    gap: 7px;
    padding: 7px;
  }
  .pp2-layer-collage img { border-radius: 18px; }
  .pp2-layer-collage img:nth-child(1) { grid-column: 1 / 3; grid-row: 1; }
  .pp2-layer-collage img:nth-child(2) { grid-column: 1; grid-row: 2; }
  .pp2-layer-collage img:nth-child(3) { grid-column: 2; grid-row: 2; }
  .pp2-console { border-radius: 20px; }
  .pp2-console li { grid-template-columns: 32px 1fr; }
  .pp2-console li small { display: none; }
}

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