strong, p, b, span, li, a, h1, h2, h3, h4, h5, h6 { color: inherit; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink: #1C1A18;
  --ink-soft: #2A2622;
  --orange: #F7630C;
  --orange-deep: #D54E04;
  --pearl-pink: #E8A0B0;
  --pearl-blue: #5060B0;
  --pearl-violet: #B090C8;
  --aluminium: #8A9098;
  --graphite: #4A4E58;
  --paper: #FFFFFF;
  --paper-warm: #FBF8F4;
  --anthracite: #1A1816;
  --shadow-soft: 6px 8px 0px rgba(20,22,30,0.08), 2px 3px 0px rgba(20,22,30,0.03);
  --shadow-mid: 8px 12px 0px rgba(20,22,30,0.12), 3px 4px 0px rgba(20,22,30,0.04);
  --shadow-orange: 10px 14px 0px rgba(247,99,12,0.20), 4px 6px 0px rgba(247,99,12,0.08);
  --cut-12: clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  --cut-14: clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  --cut-18: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  --cut-parallelogram: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
  min-height: 100vh;
  font-weight: 400;
  letter-spacing: 0.01em;
}

p { font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.85; color: var(--ink); margin-bottom: 1.2em; font-weight: 400; }

a { color: var(--orange); text-decoration: none; transition: color 220ms ease; }
a:hover { color: var(--orange-deep); }

img { max-width: 100%; height: auto; display: block; }

.pearl-canvas {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: #FFFFFF;
  pointer-events: none;
}

.pearl-canvas::before,
.pearl-canvas::after {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(ellipse 60% 50% at 25% 30%, rgba(232,160,176,0.32) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 75% 65%, rgba(80,96,176,0.28) 0%, transparent 60%),
    radial-gradient(ellipse 70% 55% at 50% 90%, rgba(176,144,200,0.28) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 15%, rgba(247,99,12,0.06) 0%, transparent 50%);
  filter: blur(40px);
  animation: pearlFlow 28s ease-in-out infinite alternate;
}

.pearl-canvas::after {
  background:
    radial-gradient(ellipse 50% 45% at 65% 25%, rgba(176,144,200,0.30) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 15% 70%, rgba(232,160,176,0.28) 0%, transparent 55%),
    radial-gradient(ellipse 55% 40% at 85% 85%, rgba(80,96,176,0.26) 0%, transparent 55%);
  animation-duration: 36s;
  animation-direction: alternate-reverse;
  mix-blend-mode: multiply;
  opacity: 0.85;
}

@keyframes pearlFlow {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-3%, 2%) scale(1.05); }
  100% { transform: translate(2%, -1%) scale(1.02); }
}

.pp-shell { width: 100%; max-width: 1320px; margin: 0 auto; padding: 0 32px; }

.pp-pill-header {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: min(880px, calc(100% - 32px));
  height: 70px;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1.5px solid rgba(74,78,88,0.40);
  border-radius: 35px;
  z-index: 999;
  display: flex;
  align-items: center;
  padding: 0 22px 0 18px;
  box-shadow: 0 4px 0 0 rgba(20,22,30,0.04);
  transition: height 320ms ease, box-shadow 320ms ease;
}

.pp-pill-header.is-scrolled { height: 58px; box-shadow: 0 6px 0 0 rgba(20,22,30,0.06); }

.pp-logo-block {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  min-width: 0;
}

.pp-logo-mark {
  width: 40px;
  height: 44px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pp-logo-mark svg { width: 100%; height: 100%; display: block; }

.pp-logo-divider {
  width: 1px;
  height: 32px;
  background: rgba(74,78,88,0.30);
  flex-shrink: 0;
}

.pp-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  min-width: 0;
}

.pp-logo-domain {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.pp-logo-jp {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 10px;
  color: var(--orange);
  letter-spacing: 0.04em;
  margin-top: 2px;
  white-space: nowrap;
}

.pp-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  flex-shrink: 0;
}

.pp-nav-romb {
  width: 5px;
  height: 5px;
  background: var(--orange);
  transform: rotate(45deg);
  margin: 0 6px;
  flex-shrink: 0;
}

.pp-nav-link {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--ink);
  padding: 8px 12px;
  border: 1px solid rgba(138,144,152,0.45);
  background: transparent;
  position: relative;
  transition: all 220ms ease;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
  text-transform: uppercase;
  white-space: nowrap;
}

.pp-nav-link:hover {
  border-color: var(--orange);
  background: rgba(247,99,12,0.04);
  color: var(--ink);
}

.pp-nav-link.is-active {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--paper);
}

.pp-burger {
  display: none;
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--graphite);
  background: var(--paper);
  margin-left: auto;
  cursor: pointer;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
}

.pp-burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--orange);
  transform: skewX(-15deg);
  transition: transform 220ms ease;
}

.pp-mobile-bar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(20px);
  border-bottom: 1.5px solid var(--orange);
  z-index: 998;
  padding: 0 14px;
  align-items: center;
  gap: 10px;
}

.pp-mobile-logo-block { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.pp-mobile-logo-mark { width: 26px; height: 28px; }
.pp-mobile-domain { font-family: 'JetBrains Mono', monospace; font-weight: 700; font-size: 14px; color: var(--ink); letter-spacing: 0.05em; }

.pp-mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--paper);
  z-index: 1001;
  transform: translateY(-100%);
  transition: transform 380ms cubic-bezier(0.34, 1.56, 0.64, 1);
  padding: 80px 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pp-mobile-menu.is-open { transform: translateY(0); }

.pp-mobile-menu-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--graphite);
  background: var(--paper);
  font-size: 18px;
  color: var(--orange);
  cursor: pointer;
  font-weight: 700;
}

.pp-mobile-link {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 32px;
  color: var(--ink);
  padding: 14px 0;
  border-bottom: 1px dashed rgba(247,99,12,0.35);
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.pp-mobile-link::before {
  content: "";
  width: 8px;
  height: 2px;
  background: var(--orange);
  display: inline-block;
}

.pp-main { padding-top: 110px; position: relative; z-index: 1; }

.pp-hero {
  min-height: calc(100vh - 110px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 60px 0 100px;
}

.pp-hero-stage {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  height: 560px;
  max-width: 100vw;
  overflow-x: hidden;
}

.pp-hero-piston {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 320px;
  max-width: 80vw;
  z-index: 1;
}

.pp-hero-piston svg { width: 100%; height: 100%; animation: pistonSpin 22s linear infinite; }

@keyframes pistonSpin {
  0% { transform: rotateY(0deg) rotate(0deg); }
  100% { transform: rotateY(360deg) rotate(8deg); }
}

.pp-hero-card {
  position: absolute;
  background: var(--paper);
  border: 1.5px solid rgba(74,78,88,0.35);
  box-shadow: var(--shadow-soft);
  padding: 18px 22px;
  transition: all 320ms cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 2;
}

.pp-hero-card:hover {
  border-color: var(--orange);
  border-width: 2px;
  box-shadow: var(--shadow-orange);
  transform: translateY(-6px);
}

.pp-hero-card--micro {
  top: 30px;
  left: 0;
  width: 280px;
  max-width: 70vw;
  height: 130px;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.pp-hero-card--center {
  top: 60px;
  left: 50%;
  width: 500px;
  max-width: 80%;
  z-index: 5;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.pp-hero-card--center:hover { transform: translateY(-6px); }

.pp-hero-card--microcta {
  bottom: 40px;
  right: 0;
  width: 260px;
  max-width: 65vw;
  height: 120px;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  padding: 14px 18px;
  background: var(--paper);
  z-index: 6;
  box-sizing: border-box;
}

.pp-hero-microcode {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 300;
  font-size: 10px;
  color: var(--orange);
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.pp-hero-microicon { width: 28px; height: 28px; margin-top: 6px; }

.pp-hero-headline {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 88px;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0;
  text-align: center;
  animation: heroFade 580ms ease-out;
}

.pp-hero-headline .pp-letter-jumbo { font-size: 103px; display: inline-block; position: relative; }
.pp-hero-headline .pp-letter-jumbo::after {
  content: "";
  position: absolute;
  left: 8%;
  top: 12%;
  width: 1.5px;
  height: 80%;
  background: var(--orange);
  transform: rotate(12deg);
}

.pp-hero-subline {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 17px;
  color: var(--ink-soft);
  text-align: center;
  margin-top: 14px;
  position: relative;
  padding-left: 16px;
  display: block;
}

.pp-hero-subline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background: var(--orange);
  border-radius: 50%;
  transform: translateY(-50%);
}

@keyframes heroFade {
  from { opacity: 0; filter: blur(3px); }
  to { opacity: 1; filter: blur(0); }
}

.pp-cta-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 14px 28px;
  background: var(--orange);
  color: var(--paper);
  border: 2px solid var(--ink);
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 260ms ease;
  clip-path: var(--cut-parallelogram);
  width: 100%;
  text-decoration: none;
  white-space: nowrap;
}

.pp-cta-pill:hover {
  background: var(--ink);
  color: var(--orange);
  box-shadow: var(--shadow-orange);
  border-color: var(--orange);
}

.pp-cta-pill.is-outline {
  background: var(--paper);
  color: var(--ink);
  border: 2px solid var(--ink);
}

.pp-cta-pill.is-outline:hover {
  background: var(--ink);
  color: var(--orange);
  border-color: var(--orange);
}

.pp-cta-pill.is-ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--graphite);
}

.pp-cta-pill.is-ghost:hover {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.pp-hero-jp {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 13px;
  color: var(--orange);
  line-height: 1.5;
  margin-bottom: 14px;
  position: relative;
  padding-left: 14px;
}

.pp-hero-jp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: 6px;
  background: var(--orange);
}

.pp-piston-morph {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 36px 0 12px;
  position: relative;
}

.pp-piston-morph svg { width: 80px; height: 80px; }

.pp-section-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 56px;
  position: relative;
  padding-left: 28px;
}

.pp-section-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 5px;
  background: var(--orange);
}

.pp-section-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 74px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0;
}

.pp-section-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--orange);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pp-section-eyebrow::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--orange) 0%, transparent 100%);
  max-width: 120px;
}

.pp-section-lede {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 19px;
  line-height: 1.6;
  color: var(--ink-soft);
  max-width: 720px;
  margin-top: 4px;
}

.pp-section { padding: 100px 0; position: relative; }

.pp-masonry {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.pp-mas-tile {
  background: var(--paper);
  border: 1.5px solid rgba(74,78,88,0.35);
  box-shadow: var(--shadow-soft);
  padding: 22px;
  position: relative;
  transition: all 320ms ease;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 1;
  clip-path: var(--cut-12);
}

.pp-mas-tile:hover {
  border-color: var(--orange);
  border-width: 2px;
  box-shadow: var(--shadow-orange);
  transform: translateY(-6px);
  z-index: 100;
}

.pp-mas-tile.is-tall { grid-column: span 4; grid-row: span 2; min-height: 480px; }
.pp-mas-tile.is-compact { grid-column: span 3; min-height: 180px; }
.pp-mas-tile.is-mid { grid-column: span 5; min-height: 280px; }
.pp-mas-tile.is-square { grid-column: span 4; min-height: 280px; }
.pp-mas-tile.is-wide { grid-column: span 7; min-height: 220px; }
.pp-mas-tile.is-text { grid-column: span 5; min-height: 220px; }

.pp-mas-img {
  flex: 1;
  background: linear-gradient(135deg, rgba(232,160,176,0.18) 0%, rgba(80,96,176,0.18) 50%, rgba(176,144,200,0.18) 100%);
  border: 1px solid rgba(74,78,88,0.18);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pp-mas-img img { width: 100%; height: 100%; object-fit: cover; }

.pp-mas-tag {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--orange);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pp-mas-tag::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--orange);
}

.pp-mas-name {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1;
  color: var(--ink);
  margin: 0;
}

.pp-mas-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0;
}

.pp-mas-price {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 32px;
  color: var(--ink);
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 6px;
  position: relative;
  padding-bottom: 6px;
}

.pp-mas-price::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: var(--orange);
}

.pp-mas-price small {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 500;
  font-size: 13px;
  color: var(--aluminium);
}

.pp-mas-reveal {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 320ms ease, opacity 280ms ease, margin-top 320ms ease;
  margin-top: 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--aluminium);
  line-height: 1.7;
}

.pp-mas-tile:hover .pp-mas-reveal,
.pp-mas-tile.is-tapped .pp-mas-reveal {
  max-height: 220px;
  opacity: 1;
  margin-top: 4px;
}

.pp-mas-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pp-mas-icon svg { width: 100%; height: 100%; }

.pp-split-screen {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 0;
  margin-top: 32px;
  min-height: 540px;
  position: relative;
}

.pp-split-left {
  position: sticky;
  top: 130px;
  height: fit-content;
  padding: 40px 30px 40px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pp-split-right {
  padding: 40px 0 40px 48px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  border-left: 1px solid rgba(74,78,88,0.20);
  position: relative;
}

.pp-split-right::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 60px;
  bottom: 60px;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, var(--orange) 50%, transparent 100%);
  opacity: 0.4;
}

.pp-car-3d {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1.4 / 1;
  background: linear-gradient(135deg, rgba(232,160,176,0.20) 0%, rgba(80,96,176,0.20) 50%, rgba(176,144,200,0.20) 100%);
  border: 1.5px solid rgba(74,78,88,0.30);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  clip-path: var(--cut-14);
}

.pp-car-3d svg { width: 100%; height: 100%; }

.pp-pick-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.pp-pick-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.pp-pick-input {
  padding: 12px 14px;
  border: 1.5px solid var(--graphite);
  background: var(--paper);
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: var(--ink);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  outline: none;
  transition: border 200ms ease;
}

.pp-pick-input:focus {
  border-color: var(--orange);
  border-width: 2px;
  padding: 11px 13px;
}

.pp-fit-card {
  background: var(--paper);
  border: 1.5px solid rgba(74,78,88,0.35);
  padding: 22px;
  display: flex;
  gap: 18px;
  align-items: center;
  position: relative;
  transition: all 280ms ease;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  z-index: 1;
}

.pp-fit-card:hover {
  border-color: var(--orange);
  border-width: 2px;
  box-shadow: var(--shadow-orange);
  transform: translateY(-4px);
  z-index: 50;
}

.pp-fit-thumb {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(232,160,176,0.20) 0%, rgba(80,96,176,0.20) 100%);
  border: 1px solid rgba(74,78,88,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pp-fit-thumb img { width: 100%; height: 100%; object-fit: cover; }

.pp-fit-body { flex: 1; min-width: 0; }
.pp-fit-name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 19px; color: var(--ink); margin: 0 0 4px; }
.pp-fit-meta { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: var(--aluminium); letter-spacing: 0.06em; margin: 0 0 8px; }
.pp-fit-price { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 22px; color: var(--ink); }

.pp-editorial {
  display: grid;
  grid-template-columns: 28% 50% 22%;
  gap: 26px;
  margin-top: 36px;
  align-items: start;
}

.pp-edit-photo {
  background: var(--paper);
  border: 1.5px solid rgba(74,78,88,0.35);
  padding: 14px;
  box-shadow: var(--shadow-soft);
  clip-path: var(--cut-14);
  position: relative;
  z-index: 2;
  transition: all 320ms ease;
}

.pp-edit-photo:hover {
  border-color: var(--orange);
  border-width: 2px;
  box-shadow: var(--shadow-orange);
  z-index: 30;
  transform: translateY(-4px);
}

.pp-edit-photo img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }

.pp-edit-body {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.85;
  color: var(--ink);
}

.pp-edit-body p { margin-bottom: 1.1em; }

.pp-edit-body .pp-dropcap::first-letter {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 46px;
  color: var(--orange);
  float: left;
  line-height: 0.9;
  margin: 6px 8px 0 0;
}

.pp-edit-timeline {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pp-edit-milestone {
  background: var(--paper);
  border: 1.5px solid rgba(74,78,88,0.35);
  padding: 18px 20px;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  position: relative;
  z-index: 1;
  transition: all 220ms ease;
}

.pp-edit-milestone:hover {
  border-color: var(--orange);
  transform: translateY(-2px);
  z-index: 50;
}

.pp-edit-milestone + .pp-edit-milestone { margin-top: -12px; }

.pp-edit-year {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 36px;
  color: var(--orange);
  line-height: 1;
  margin: 0 0 6px;
}

.pp-edit-event {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--ink);
  line-height: 1.5;
}

.pp-process-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 30px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.pp-process-card {
  height: 85px;
  background: var(--paper);
  border: 1.5px solid rgba(74,78,88,0.35);
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
  z-index: 1;
  transition: all 320ms cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  overflow: hidden;
}

.pp-process-card + .pp-process-card { margin-top: -16px; }

.pp-process-card:hover {
  height: 140px;
  border-color: var(--orange);
  border-width: 2px;
  box-shadow: var(--shadow-orange);
  z-index: 90;
}

.pp-process-num {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 48px;
  color: var(--orange);
  line-height: 1;
  flex-shrink: 0;
  min-width: 60px;
}

.pp-process-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: var(--ink);
}

.pp-process-icon svg { width: 100%; height: 100%; }

.pp-process-body {
  flex: 1;
  min-width: 0;
}

.pp-process-name {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--ink);
  margin: 0 0 4px;
}

.pp-process-time {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--aluminium);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pp-process-detail {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 320ms ease, opacity 280ms ease;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin-top: 0;
}

.pp-process-card:hover .pp-process-detail {
  max-height: 80px;
  opacity: 1;
  margin-top: 6px;
}

.pp-advantage-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.pp-adv-card {
  background: var(--paper);
  border: 1.5px solid rgba(74,78,88,0.35);
  padding: 28px 24px;
  flex: 1 1 25%;
  transition: all 420ms cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  z-index: 1;
  min-height: 220px;
}

.pp-adv-card:hover {
  flex: 2.2 1 50%;
  border-color: var(--orange);
  border-width: 2px;
  box-shadow: var(--shadow-orange);
  z-index: 50;
}

.pp-adv-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  color: var(--orange);
}

.pp-adv-icon svg { width: 100%; height: 100%; }

.pp-adv-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--ink);
  line-height: 1.2;
  margin: 0 0 8px;
}

.pp-adv-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0;
  max-height: 0;
  opacity: 0;
  transition: max-height 320ms ease, opacity 280ms ease, margin-top 320ms ease;
}

.pp-adv-card:hover .pp-adv-desc {
  max-height: 200px;
  opacity: 1;
  margin-top: 8px;
}

.pp-adv-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(45deg, rgba(247,99,12,0.08) 1px, transparent 1px),
    linear-gradient(-45deg, rgba(247,99,12,0.08) 1px, transparent 1px);
  background-size: 14px 14px;
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
  z-index: -1;
}

.pp-adv-card:hover .pp-adv-pattern { opacity: 1; }

.pp-marquee {
  background: var(--paper);
  border-top: 1.5px solid rgba(74,78,88,0.20);
  border-bottom: 1.5px solid rgba(74,78,88,0.20);
  padding: 60px 0;
  overflow: hidden;
  margin-top: 60px;
  position: relative;
}

.pp-marquee-track {
  display: flex;
  gap: 80px;
  animation: marqueeScroll 32s linear infinite;
  white-space: nowrap;
  width: max-content;
}

.pp-marquee:hover .pp-marquee-track { animation-play-state: paused; }

.pp-marquee-item {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 54px;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--ink);
  position: relative;
  padding-bottom: 6px;
}

.pp-marquee-item.is-orange { color: var(--orange); }

.pp-marquee-item::after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--orange);
  transform: rotate(45deg);
  display: inline-block;
}

@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.pp-team-reveal {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 36px;
}

.pp-team-row {
  background: var(--paper);
  border-bottom: 1.5px solid rgba(74,78,88,0.20);
  padding: 24px 20px;
  display: flex;
  align-items: center;
  gap: 22px;
  position: relative;
  cursor: pointer;
  transition: all 280ms ease;
  z-index: 1;
}

.pp-team-row:hover {
  background: var(--paper-warm);
  border-color: var(--orange);
  z-index: 85;
  padding-left: 28px;
}

.pp-team-name {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 28px;
  color: var(--ink);
  line-height: 1.1;
  flex: 1;
}

.pp-team-role {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--aluminium);
  text-transform: uppercase;
}

.pp-team-bio {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(20px, -50%) skewX(-6deg);
  opacity: 0;
  pointer-events: none;
  transition: all 320ms cubic-bezier(0.34, 1.56, 0.64, 1);
  background: var(--paper);
  border: 2px solid var(--orange);
  padding: 14px 18px;
  width: 320px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink);
  box-shadow: var(--shadow-orange);
}

.pp-team-row:hover .pp-team-bio {
  transform: translate(0, -50%) skewX(-3deg);
  opacity: 1;
}

.pp-faq-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 30px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.pp-faq-panel {
  background: var(--paper);
  border: 1.5px solid rgba(74,78,88,0.35);
  padding: 0;
  position: relative;
  z-index: 1;
  transition: all 320ms ease;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.pp-faq-panel + .pp-faq-panel { margin-top: -10px; }

.pp-faq-panel.is-open {
  border-color: var(--orange);
  border-width: 2px;
  box-shadow: var(--shadow-orange);
  z-index: 50;
}

.pp-faq-trigger {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 22px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 19px;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  font-family: 'Noto Serif JP', serif;
}

.pp-faq-marker {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border: 1.5px solid var(--orange);
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-size: 16px;
  transition: transform 320ms ease;
}

.pp-faq-panel.is-open .pp-faq-marker { transform: rotate(45deg); }

.pp-faq-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 400ms ease, opacity 320ms ease, padding 400ms ease;
  padding: 0 26px;
  border-left: 4px solid var(--orange);
  margin-left: 22px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: var(--ink-soft);
}

.pp-faq-panel.is-open .pp-faq-content {
  max-height: 400px;
  opacity: 1;
  padding: 18px 26px 24px;
}

.pp-coverflow {
  display: flex;
  gap: 0;
  margin-top: 40px;
  perspective: 1400px;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  position: relative;
}

.pp-cover-card {
  background: var(--paper);
  border: 1.5px solid rgba(74,78,88,0.35);
  padding: 28px 26px;
  width: 340px;
  max-width: 85vw;
  min-height: 320px;
  position: absolute;
  transition: all 480ms cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-origin: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  box-sizing: border-box;
}

.pp-cover-card.is-active {
  border-color: var(--orange);
  border-width: 2px;
  box-shadow: var(--shadow-orange);
  z-index: 50;
  transform: translateX(0) rotateY(0) !important;
  opacity: 1 !important;
}

.pp-cover-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.pp-cover-avatar {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(232,160,176,0.30) 0%, rgba(80,96,176,0.30) 100%);
  border: 1.5px solid var(--orange);
  overflow: hidden;
}

.pp-cover-avatar img { width: 100%; height: 100%; object-fit: cover; }

.pp-cover-name {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 19px;
  color: var(--ink);
  line-height: 1.1;
  margin: 0;
}

.pp-cover-rating {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--orange);
  letter-spacing: 0.08em;
  margin-top: 4px;
}

.pp-cover-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink);
  margin: 0;
  flex: 1;
}

.pp-cover-thumb {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(232,160,176,0.20) 0%, rgba(176,144,200,0.20) 100%);
  border: 1px solid rgba(74,78,88,0.18);
  overflow: hidden;
}

.pp-cover-thumb img { width: 100%; height: 100%; object-fit: cover; }

.pp-cover-controls {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
}

.pp-cover-arrow {
  width: 48px;
  height: 48px;
  background: var(--orange);
  color: var(--paper);
  border: 2px solid var(--ink);
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: var(--cut-parallelogram);
  transition: all 220ms ease;
}

.pp-cover-arrow:hover {
  background: var(--ink);
  color: var(--orange);
  box-shadow: var(--shadow-orange);
}

.pp-contact-dark {
  background: var(--anthracite);
  color: var(--paper);
  padding: 100px 0;
  position: relative;
  margin-top: 80px;
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 100%);
}

.pp-contact-dark .pp-section-title { color: var(--paper); }
.pp-contact-dark .pp-section-eyebrow { color: var(--orange); }
.pp-contact-dark .pp-section-eyebrow::after { background: linear-gradient(90deg, var(--orange) 0%, transparent 100%); }

.pp-contact-grid {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 40px;
  margin-top: 40px;
  align-items: start;
}

.pp-contact-left {
  position: sticky;
  top: 130px;
  padding-right: 30px;
  color: var(--paper);
}

.pp-contact-phone {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 42px;
  color: var(--paper);
  margin: 0 0 14px;
  display: block;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.pp-contact-phone:hover { color: var(--orange); }

.pp-contact-email {
  font-family: 'JetBrains Mono', monospace;
  font-size: 18px;
  color: var(--orange);
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
}

.pp-contact-email:hover { color: var(--paper); }

.pp-contact-address {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--aluminium);
  margin: 0 0 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(138,144,152,0.30);
}

.pp-contact-hours {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--aluminium);
  line-height: 1.8;
}

.pp-form-card {
  background: var(--paper);
  border: 1.5px solid rgba(74,78,88,0.35);
  padding: 36px 32px;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  color: var(--ink);
}

.pp-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.pp-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.pp-form-label {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.10em;
  color: var(--ink);
  text-transform: uppercase;
}

.pp-form-input,
.pp-form-textarea {
  padding: 14px 16px;
  border: 1.5px solid var(--graphite);
  background: var(--paper);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--ink);
  outline: none;
  transition: border 220ms ease;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.pp-form-input:focus,
.pp-form-textarea:focus {
  border-color: var(--orange);
  border-width: 2px;
  padding: 13px 15px;
}

.pp-form-textarea {
  min-height: 110px;
  resize: vertical;
  font-family: 'Inter', sans-serif;
}

.pp-form-output {
  padding: 16px 18px;
  background: rgba(247,99,12,0.10);
  border: 1.5px solid var(--orange);
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  color: var(--ink);
  margin-top: 14px;
  display: none;
}

.pp-form-output.is-visible { display: block; }

.pp-footer {
  background: var(--anthracite);
  color: var(--paper);
  padding: 30px 0;
  border-top: 2px solid var(--orange);
  position: relative;
}

.pp-footer::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(135deg, var(--orange) 0 6px, transparent 6px 12px);
  opacity: 0.5;
}

.pp-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.pp-footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pp-footer-mark {
  width: 18px;
  height: 18px;
  color: var(--orange);
  display: inline-flex;
}

.pp-footer-domain {
  font-family: 'JetBrains Mono', monospace;
  font-weight: 300;
  font-size: 12px;
  color: var(--paper);
  letter-spacing: 0.06em;
}

.pp-footer-meta {
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-size: 11px;
  color: var(--aluminium);
  letter-spacing: 0.04em;
}

.pp-footer-legal {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.pp-footer-legal a {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--aluminium);
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: color 220ms ease;
}

.pp-footer-legal a:hover { color: var(--orange); }

.pp-cookie-banner {
  position: fixed;
  bottom: 18px;
  left: 18px;
  max-width: 540px;
  max-width: calc(100vw - 36px);
  background: var(--paper);
  border: 1.5px solid var(--orange);
  padding: 22px 24px;
  z-index: 9999;
  box-shadow: var(--shadow-orange);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  box-sizing: border-box;
}

.pp-cookie-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--ink);
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.pp-cookie-title::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--orange);
  display: inline-block;
}

.pp-cookie-text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0 0 16px;
}

.pp-cookie-text a {
  color: var(--orange);
  text-decoration: underline;
}

.pp-cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pp-cookie-btn {
  padding: 10px 18px;
  background: var(--orange);
  color: var(--paper);
  border: 2px solid var(--ink);
  font-family: 'JetBrains Mono', monospace;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 220ms ease;
  clip-path: var(--cut-parallelogram);
  font-family: 'JetBrains Mono', monospace;
}

.pp-cookie-btn.is-decline {
  background: var(--paper);
  color: var(--ink);
}

.pp-cookie-btn:hover {
  background: var(--ink);
  color: var(--orange);
  border-color: var(--orange);
}

.pp-cookie-btn.is-decline:hover {
  background: var(--ink);
  color: var(--paper);
}

.pp-thanks-card {
  background: var(--paper);
  border: 2px solid var(--orange);
  padding: 60px 50px;
  max-width: 640px;
  margin: 80px auto;
  text-align: center;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  box-shadow: var(--shadow-orange);
}

.pp-thanks-card h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 56px;
  color: var(--ink);
  margin: 0 0 18px;
  line-height: 1.1;
}

.pp-thanks-card p {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 1.8;
  color: var(--ink-soft);
  margin: 0 0 28px;
}

.pp-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
}

.pp-blog-card {
  background: var(--paper);
  border: 1.5px solid rgba(74,78,88,0.35);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all 320ms ease;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  z-index: 1;
}

.pp-blog-card:hover {
  border-color: var(--orange);
  border-width: 2px;
  box-shadow: var(--shadow-orange);
  transform: translateY(-6px);
  z-index: 30;
}

.pp-blog-cover {
  width: 100%;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, rgba(232,160,176,0.20) 0%, rgba(80,96,176,0.20) 100%);
  border: 1px solid rgba(74,78,88,0.18);
  overflow: hidden;
}

.pp-blog-cover img { width: 100%; height: 100%; object-fit: cover; }

.pp-blog-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--aluminium);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pp-blog-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: var(--ink);
  margin: 0;
}

.pp-blog-excerpt {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin: 0;
  flex: 1;
}

.pp-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.pp-portfolio-item {
  background: var(--paper);
  border: 1.5px solid rgba(74,78,88,0.35);
  padding: 14px;
  transition: all 280ms ease;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pp-portfolio-item:hover {
  border-color: var(--orange);
  border-width: 2px;
  box-shadow: var(--shadow-orange);
  transform: translateY(-4px);
  z-index: 30;
}

.pp-portfolio-img {
  width: 100%;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, rgba(232,160,176,0.20) 0%, rgba(176,144,200,0.20) 100%);
  border: 1px solid rgba(74,78,88,0.18);
  overflow: hidden;
}

.pp-portfolio-img img { width: 100%; height: 100%; object-fit: cover; }

.pp-portfolio-name {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: var(--ink);
  margin: 0;
}

.pp-portfolio-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  color: var(--orange);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pp-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 30px;
  align-items: start;
}

.pp-detail-figure {
  background: var(--paper);
  border: 1.5px solid rgba(74,78,88,0.35);
  padding: 20px;
  clip-path: var(--cut-14);
  position: relative;
}

.pp-detail-figure img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }

.pp-detail-specs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.pp-spec-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(74,78,88,0.30);
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  color: var(--ink);
}

.pp-spec-row span:first-child { color: var(--aluminium); letter-spacing: 0.06em; text-transform: uppercase; font-size: 11px; }
.pp-spec-row span:last-child { color: var(--ink); font-weight: 700; }

.pp-page-hero {
  padding: 80px 0 40px;
  position: relative;
}

.pp-page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.05;
  color: var(--ink);
  margin: 16px 0 14px;
  letter-spacing: -0.02em;
}

.pp-page-hero p {
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-soft);
  max-width: 720px;
}

.pp-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.pp-reveal-on-scroll {
  opacity: 0;
  transform: translate(4px, 6px);
  transition: opacity 400ms ease-out, transform 400ms ease-out;
}

.pp-reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 1280px) {
  .pp-hero-headline { font-size: 70px; }
  .pp-hero-card--center { width: 440px; height: 220px; }
  .pp-advantage-grid { grid-template-columns: repeat(2, 1fr); }
  .pp-adv-card { flex: 1 1 50%; }
  .pp-adv-card:hover { flex: 1.5 1 60%; }
  .pp-mas-tile.is-tall { grid-column: span 6; min-height: 420px; }
  .pp-mas-tile.is-compact { grid-column: span 6; }
  .pp-mas-tile.is-mid { grid-column: span 6; }
  .pp-mas-tile.is-square { grid-column: span 6; }
  .pp-mas-tile.is-wide { grid-column: span 12; }
  .pp-mas-tile.is-text { grid-column: span 12; }
  .pp-editorial { grid-template-columns: 1fr 1fr; }
  .pp-edit-timeline { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
  .pp-edit-milestone { flex: 1 1 calc(50% - 7px); }
  .pp-blog-grid { grid-template-columns: 1fr 1fr; }
  .pp-portfolio-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
  .pp-pill-header { display: none; }
  .pp-mobile-bar { display: flex; }
  .pp-burger { display: flex; }
  .pp-main { padding-top: 76px; }
  .pp-hero { min-height: auto; padding: 40px 0 60px; }
  .pp-hero-stage { height: auto; }
  .pp-hero-headline { font-size: 48px; }
  .pp-hero-headline .pp-letter-jumbo { font-size: 56px; }
  .pp-hero-card--center { width: 90%; height: 200px; padding: 24px 22px; }
  .pp-hero-card--micro { width: 220px; height: 110px; top: 16px; left: 0; }
  .pp-hero-card--microcta { width: 220px; height: 140px; right: 0; bottom: 16px; }
  .pp-hero-piston { width: 220px; height: 220px; }
  .pp-section { padding: 60px 0; }
  .pp-section-title { font-size: 48px; }
  .pp-split-screen { grid-template-columns: 1fr; }
  .pp-split-left { position: static; padding: 0 0 24px; }
  .pp-split-right { padding: 24px 0 0; border-left: 0; border-top: 1px solid rgba(74,78,88,0.20); }
  .pp-split-right::before { display: none; }
  .pp-editorial { grid-template-columns: 1fr; }
  .pp-portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .pp-detail-grid { grid-template-columns: 1fr; }
  .pp-contact-grid { grid-template-columns: 1fr; }
  .pp-contact-left { position: static; padding: 0; }
  .pp-contact-phone { font-size: 32px; }
  .pp-form-row { grid-template-columns: 1fr; }
  .pp-cover-card { width: 280px; min-height: 280px; }
  .pp-team-bio { display: none; }
  .pp-team-row { flex-wrap: wrap; }
  .pp-pick-row { grid-template-columns: 1fr; }
  .pp-hero-piston { width: 180px; height: 180px; }
  .pp-marquee-item { font-size: 36px; }
  .pp-process-card { height: 72px; padding: 0 18px; gap: 14px; }
  .pp-process-num { font-size: 32px; min-width: 44px; }
  .pp-process-name { font-size: 18px; }
  .pp-thanks-card { padding: 40px 28px; margin: 40px 16px; }
  .pp-thanks-card h1 { font-size: 36px; }
  .pp-footer-inner { flex-direction: column; text-align: center; }
  .pp-advantage-grid { grid-template-columns: repeat(2, 1fr); }
  .pp-adv-card { flex: 1 1 calc(50% - 8px); min-height: 200px; }
  .pp-adv-card:hover { flex: 1.5 1 calc(60% - 8px); }
  .pp-mas-tile.is-tall { grid-column: span 6; min-height: 400px; }
  .pp-mas-tile.is-compact { grid-column: span 6; }
  .pp-mas-tile.is-mid { grid-column: span 6; }
  .pp-mas-tile.is-square { grid-column: span 6; }
  .pp-mas-tile.is-wide { grid-column: span 12; }
  .pp-mas-tile.is-text { grid-column: span 12; }
  .pp-page-hero h1 { font-size: 44px; }
}

@media (max-width: 640px) {
  .pp-shell { padding: 0 16px; }
  .pp-hero-stage { height: auto; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding-top: 20px; }
  .pp-hero-card--center { width: 100%; max-width: calc(100vw - 32px); height: auto; min-height: 160px; padding: 20px 16px; left: 0; top: 0; position: relative; transform: none; margin-bottom: 16px; }
  .pp-hero-card--micro { width: 100%; max-width: calc(100vw - 32px); height: auto; min-height: 90px; padding: 12px 14px; position: relative; top: 0; left: 0; margin-bottom: 12px; }
  .pp-hero-card--microcta { width: 100%; max-width: calc(100vw - 32px); height: auto; min-height: 100px; padding: 12px 14px; bottom: 0; position: relative; right: 0; margin-top: auto; }
  .pp-hero-piston { width: 140px; height: 140px; position: relative; top: 0; left: 0; transform: none; margin: 16px auto; order: -1; }
  .pp-hero-headline { font-size: 32px; }
  .pp-hero-headline .pp-letter-jumbo { font-size: 38px; }
  .pp-section { padding: 48px 0; }
  .pp-section-title { font-size: 32px; }
  .pp-section-lede { font-size: 16px; }
  .pp-mas-tile.is-tall,
  .pp-mas-tile.is-compact,
  .pp-mas-tile.is-mid,
  .pp-mas-tile.is-square,
  .pp-mas-tile.is-wide,
  .pp-mas-tile.is-text { grid-column: span 12; min-height: auto; }
  .pp-advantage-grid { grid-template-columns: 1fr; }
  .pp-adv-card { flex: 1 1 100%; min-height: auto; }
  .pp-adv-card:hover { flex: 1 1 100%; }
  .pp-marquee-item { font-size: 24px; gap: 12px; }
  .pp-marquee { padding: 40px 0; }
  .pp-blog-grid { grid-template-columns: 1fr; }
  .pp-portfolio-grid { grid-template-columns: 1fr; }
  .pp-form-card { padding: 20px 16px; }
  .pp-form-row { grid-template-columns: 1fr; }
  .pp-cover-card { width: 260px; min-height: 260px; padding: 20px 16px; }
  .pp-cover-text { font-size: 13px; }
  .pp-fit-card { flex-direction: column; align-items: flex-start; gap: 12px; }
  .pp-fit-thumb { width: 64px; height: 64px; }
  .pp-contact-phone { font-size: 28px; }
  .pp-page-hero h1 { font-size: 36px; }
  .pp-page-hero p { font-size: 15px; }
}

@media (max-width: 360px) {
  .pp-shell { padding: 0 12px; }
  .pp-hero-stage { height: auto; min-height: 400px; padding: 16px 0; }
  .pp-hero-card--center { width: 100%; height: auto; min-height: 140px; padding: 14px 12px; }
  .pp-hero-card--micro { width: 100%; height: auto; min-height: 80px; padding: 10px 12px; }
  .pp-hero-card--microcta { width: 100%; height: auto; min-height: 80px; padding: 10px 12px; bottom: 0; }
  .pp-hero-piston { width: 120px; height: 120px; }
  .pp-hero-headline { font-size: 26px; }
  .pp-hero-headline .pp-letter-jumbo { font-size: 30px; }
  .pp-hero-headline .pp-letter-jumbo::after { display: none; }
  .pp-section { padding: 36px 0; }
  .pp-section-title { font-size: 26px; }
  .pp-section-lede { font-size: 14px; }
  .pp-mas-name { font-size: 20px; }
  .pp-mas-price { font-size: 26px; }
  .pp-marquee-item { font-size: 18px; gap: 10px; }
  .pp-marquee { padding: 32px 0; }
  .pp-contact-phone { font-size: 22px; }
  .pp-cookie-banner { left: 8px; right: 8px; bottom: 8px; padding: 14px; }
  .pp-cover-card { width: 220px; min-height: 220px; padding: 16px 14px; }
  .pp-cover-name { font-size: 16px; }
  .pp-cover-text { font-size: 12px; }
  .pp-form-card { padding: 16px 12px; }
  .pp-page-hero h1 { font-size: 28px; }
  .pp-page-hero p { font-size: 14px; }
}
