@import '_base.css';
@import '_effects.css';

/* === Polaroid Retro Theme — Torzon Expert · 04·2026 === */

:root {
  /* extended retro tokens (all derived from base palette) */
  --paper-1: 38 35% 92%;
  --paper-2: 32 28% 85%;
  --paper-3: 28 24% 78%;
  --film: 20 18% 12%;
  --film-2: 24 22% 18%;
  --tape: 42 32% 64%;
  --gold: 38 60% 55%;
  --rose: var(--accent-h) var(--accent-s) var(--accent-l);

  --shadow-low: 0 1px 2px hsl(20 30% 4% / 0.18);
  --shadow-mid: 0 12px 28px hsl(20 30% 4% / 0.42);
  --shadow-high: 0 30px 60px hsl(20 30% 4% / 0.55);
  --shadow-flash: 0 0 32px hsl(var(--accent-h) var(--accent-s) var(--accent-l) / 0.45);
  --white-alpha: hsl(38 35% 92% / 0.85);
  --rose-alpha: hsl(var(--accent-h) var(--accent-s) var(--accent-l) / 0.18);
  --rose-alpha-strong: hsl(var(--accent-h) var(--accent-s) var(--accent-l) / 0.55);
  --gold-alpha: hsl(38 60% 55% / 0.32);
  --film-alpha: hsl(20 30% 4% / 0.65);
  --grain-alpha: hsl(38 35% 92% / 0.06);

  --rotate-a: -1.6deg;
  --rotate-b: 1.4deg;
  --rotate-c: -2deg;
  --rotate-d: 1.8deg;
  --rotate-e: -1deg;

  --hand-font: 'Caveat', 'Crimson Pro', cursive;
  --display-font: 'Josefin Sans', sans-serif;
  --body-font: 'Crimson Pro', serif;

  --content-max: 1180px;

  --auto-shadow-1: hsl(20 30% 4% / 0.4);
  --auto-overlay-1: hsl(20 30% 4% / 0.06);
  --auto-shadow-2: hsl(20 30% 4% / 0.55);
  --auto-shadow-3: hsl(20 30% 4% / 0.3);
  --auto-overlay-2: hsl(38 35% 92% / 0.35);
  --auto-overlay-3: hsl(20 30% 4% / 0.45);
  --auto-shadow-4: hsl(38 35% 92% / 0.4);
  --auto-overlay-4: hsl(38 35% 92% / 0.2);
  --auto-shadow-5: hsl(38 35% 92% / 0.5);
  --auto-overlay-5: hsl(38 35% 92% / 0);
  --auto-overlay-6: hsl(20 30% 4% / 0.7);
  --auto-overlay-7: hsl(20 30% 4% / 0.5);
  --auto-shadow-6: hsl(38 35% 92% / 0.1);
  --auto-overlay-8: hsl(38 35% 92% / 0.12);
  --auto-shadow-7: hsl(20 30% 4% / 0.6);
  --auto-color-1: hsl(38 35% 92%);
  --auto-color-2: hsl(20 30% 4%);
}

/* =========================================================
   Layout shell
========================================================= */

body {
  background:
    radial-gradient(ellipse at 20% 0%, hsl(var(--bg-1)) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 100%, hsl(var(--bg-2)) 0%, transparent 60%),
    linear-gradient(180deg, hsl(var(--bg-0)) 0%, hsl(var(--bg-1)) 100%);
  color: hsl(var(--fg-1));
  font-family: var(--body-font);
  font-size: 1.0625rem;
  line-height: 1.65;
  position: relative;
  min-height: 100vh;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 320 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
  opacity: 0.045;
  mix-blend-mode: overlay;
}

.yyp61-main {
  position: relative;
  z-index: 2;
  margin-left: 260px;
  max-width: calc(100vw - 260px);
}

.yyp61-section {
  padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 4vw, 4rem);
  max-width: var(--content-max);
  margin: 0 auto;
  position: relative;
}

.yyp61-section-head {
  max-width: 720px;
  margin: 0 auto 3rem;
  text-align: center;
}

.yyp61-section-title {
  font-family: var(--display-font);
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  font-weight: 300;
  letter-spacing: -0.01em;
  color: hsl(var(--fg-1));
  text-shadow: 0 2px 0 var(--auto-shadow-1);
  margin-bottom: 1rem;
  line-height: 1.08;
}

.yyp61-section-sub {
  font-family: var(--body-font);
  font-size: 1.125rem;
  color: hsl(var(--fg-2));
  line-height: 1.7;
  max-width: 60ch;
  margin: 0 auto;
}

.yyp61-eyebrow {
  font-family: var(--hand-font);
  font-size: 1.25rem;
  font-weight: 600;
  color: hsl(var(--accent-h) var(--accent-s) calc(var(--accent-l) + 4%));
  letter-spacing: 0.02em;
  margin-bottom: 0.75rem;
  display: inline-block;
  transform: rotate(-1.5deg);
}

.yyp61-handwrite {
  font-family: var(--hand-font);
  font-size: 1.125rem;
  font-weight: 500;
  color: hsl(var(--fg-2));
  letter-spacing: 0.01em;
  line-height: 1.3;
  transform: rotate(-1.2deg);
  display: inline-block;
}

/* =========================================================
   Sidebar nav (sidebar-drawer pattern)
========================================================= */

.yyp61-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, hsl(var(--bg-1)) 0%, hsl(var(--bg-0)) 100%);
  border-right: 1px solid hsl(var(--line-1));
  z-index: 200;
  overflow-y: auto;
  box-shadow: var(--shadow-mid);
}

.yyp61-sidebar::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--accent), transparent);
  opacity: 0.3;
}

.yyp61-side-logo {
  padding: 1.75rem 1.5rem 1.25rem;
  border-bottom: 1px dashed hsl(var(--line-1));
}

.yyp61-side-brand {
  display: block;
}

.yyp61-side-mark {
  max-height: 50px;
  width: auto;
  object-fit: contain;
  filter: brightness(0.95) contrast(1.1);
}

.yyp61-side-tag {
  font-family: var(--hand-font);
  font-size: 1.0625rem;
  color: hsl(var(--fg-1));
  margin-top: 0.5rem;
  transform: rotate(-1deg);
  display: inline-block;
  font-weight: 500;
}

.yyp61-side-nav {
  flex: 1;
  padding: 1.5rem 1rem;
}

.yyp61-side-label {
  font-family: var(--display-font);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: hsl(var(--accent-h) var(--accent-s) calc(var(--accent-l) + 6%));
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}

.yyp61-side-list {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
}

.yyp61-side-list li {
  margin-bottom: 0.125rem;
}

.yyp61-side-link {
  display: flex;
  align-items: center;
  font-family: var(--display-font);
  font-size: 0.95rem;
  font-weight: 400;
  color: hsl(var(--fg-2));
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius);
  transition: background 0.18s var(--ease-out-3), color 0.18s, transform 0.2s;
}

.yyp61-side-link::before {
  content: '·';
  margin-right: 0.625rem;
  color: hsl(var(--fg-3));
  transition: color 0.18s, transform 0.2s;
}

.yyp61-side-link:hover {
  background: var(--rose-alpha);
  color: hsl(var(--fg-1));
  transform: translateX(3px);
}

.yyp61-side-link:hover::before {
  color: var(--accent);
}

.yyp61-side-link.is-active {
  background: var(--rose-alpha);
  color: hsl(var(--fg-1));
}

.yyp61-side-link.is-active::before {
  content: '◆';
  color: var(--accent);
}

.yyp61-side-foot {
  padding: 1.25rem 1.5rem 1.5rem;
  border-top: 1px dashed hsl(var(--line-1));
}

.yyp61-side-cap {
  font-family: var(--body-font);
  font-size: 0.8125rem;
  color: hsl(var(--fg-3));
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.yyp61-side-cap:last-child {
  margin-bottom: 0;
  font-style: italic;
}

/* burger (mobile) */
.yyp61-burger {
  display: none;
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 300;
  width: 2.75rem;
  height: 2.75rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: hsl(var(--bg-1));
  border: 1px solid hsl(var(--line-2));
  border-radius: var(--radius);
  cursor: pointer;
  box-shadow: var(--shadow-mid);
  padding: 0;
}

.yyp61-burger-line {
  width: 1.25rem;
  height: 1.5px;
  background: hsl(var(--fg-1));
  border-radius: 1px;
  transition: transform 0.25s var(--ease-out-3), opacity 0.2s;
}

.yyp61-burger.is-open .yyp61-burger-line:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}

.yyp61-burger.is-open .yyp61-burger-line:nth-child(2) {
  opacity: 1;
}

.yyp61-burger.is-open .yyp61-burger-line:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.yyp61-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--film-alpha);
  z-index: 150;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.yyp61-overlay.is-open {
  display: block;
}

/* =========================================================
   HERO with viewfinder frame
========================================================= */

.yyp61-hero {
  position: relative;
  padding: clamp(3.5rem, 8vw, 6rem) clamp(1rem, 4vw, 4rem) clamp(3rem, 6vw, 5rem);
  max-width: var(--content-max);
  margin: 0 auto;
  overflow: hidden;
}

.yyp61-hero-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 30% 20%, var(--rose-alpha) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 80%, var(--gold-alpha) 0%, transparent 55%);
  opacity: 0.6;
  z-index: 1;
}

.yyp61-viewfinder {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: linear-gradient(135deg, hsl(var(--bg-1)) 0%, hsl(var(--bg-2)) 100%);
  border: 3px solid hsl(var(--film));
  border-radius: 18px;
  box-shadow:
    inset 0 0 0 1px hsl(var(--accent-h) var(--accent-s) calc(var(--accent-l) + 6%) / 0.18),
    var(--shadow-high);
}

/* corner viewfinder marks */
.yyp61-vf-corner {
  position: absolute;
  width: 28px;
  height: 28px;
  pointer-events: none;
}

.yyp61-vf-corner::before,
.yyp61-vf-corner::after {
  content: '';
  position: absolute;
  background: var(--accent);
  box-shadow: 0 0 8px var(--rose-alpha-strong);
}

.yyp61-vf-corner::before {
  width: 100%;
  height: 2px;
}

.yyp61-vf-corner::after {
  width: 2px;
  height: 100%;
}

.yyp61-vf-tl {
  top: -2px;
  left: -2px;
}

.yyp61-vf-tl::before {
  top: 0;
  left: 0;
}

.yyp61-vf-tl::after {
  top: 0;
  left: 0;
}

.yyp61-vf-tr {
  top: -2px;
  right: -2px;
}

.yyp61-vf-tr::before {
  top: 0;
  right: 0;
}

.yyp61-vf-tr::after {
  top: 0;
  right: 0;
}

.yyp61-vf-bl {
  bottom: -2px;
  left: -2px;
}

.yyp61-vf-bl::before {
  bottom: 0;
  left: 0;
}

.yyp61-vf-bl::after {
  bottom: 0;
  left: 0;
}

.yyp61-vf-br {
  bottom: -2px;
  right: -2px;
}

.yyp61-vf-br::before {
  bottom: 0;
  right: 0;
}

.yyp61-vf-br::after {
  bottom: 0;
  right: 0;
}

.yyp61-vf-rec {
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  font-family: var(--display-font);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--accent);
  text-shadow: 0 0 12px var(--rose-alpha-strong);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 3;
}

.yyp61-vf-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
  animation: yyp61-rec-pulse 1.4s ease-in-out infinite;
}

@keyframes yyp61-rec-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.yyp61-vf-meta {
  position: absolute;
  bottom: 1rem;
  right: 1.25rem;
  font-family: var(--display-font);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: hsl(var(--fg-3));
  z-index: 3;
}

.yyp61-hero-shot {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid hsl(var(--line-2));
  box-shadow: var(--shadow-mid);
  transform: rotate(var(--rotate-b));
  transition: transform 0.4s var(--ease-out-3);
}

.yyp61-hero-shot::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 60%, var(--rose-alpha) 100%);
  pointer-events: none;
  mix-blend-mode: overlay;
  z-index: 2;
}

.yyp61-hero-shot::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, transparent 0, transparent 3px, var(--auto-overlay-1) 3px, var(--auto-overlay-1) 4px);
  pointer-events: none;
  z-index: 3;
}

.yyp61-hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(1.05) saturate(0.92) hue-rotate(-2deg);
}

.yyp61-hero-text {
  position: relative;
  z-index: 3;
  padding: 1rem 0;
}

.yyp61-hero-title {
  font-family: var(--display-font);
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -0.015em;
  color: hsl(var(--fg-1));
  margin: 0.5rem 0 1.25rem;
  text-shadow: 0 2px 0 var(--auto-shadow-2);
  background: linear-gradient(180deg, hsl(var(--fg-1)) 0%, hsl(var(--fg-2)) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.yyp61-hero-sub {
  font-family: var(--body-font);
  font-size: 1.125rem;
  line-height: 1.7;
  color: hsl(var(--fg-2));
  margin-bottom: 1.75rem;
  max-width: 56ch;
}

.yyp61-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-bottom: 1.5rem;
}

.yyp61-hero-caption {
  font-family: var(--hand-font);
  font-size: 1.125rem;
  color: hsl(var(--fg-3));
  transform: rotate(-1.2deg);
  display: inline-block;
  margin-top: 0.5rem;
}

/* =========================================================
   Buttons
========================================================= */

.yyp61-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--display-font);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0.875rem 1.5rem;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.18s var(--ease-out-3), box-shadow 0.25s, background 0.25s;
  position: relative;
  overflow: hidden;
}

.yyp61-btn-primary {
  background: linear-gradient(135deg, var(--accent) 0%, hsl(var(--accent-h) var(--accent-s) calc(var(--accent-l) - 6%)) 100%);
  color: hsl(var(--cta-fg));
  box-shadow:
    0 4px 12px var(--rose-alpha-strong),
    inset 0 1px 0 hsl(var(--accent-h) var(--accent-s) calc(var(--accent-l) + 12%) / 0.5);
  text-shadow: 0 1px 0 var(--auto-shadow-3);
}

.yyp61-btn-primary:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow:
    0 8px 24px var(--rose-alpha-strong),
    var(--shadow-flash),
    inset 0 1px 0 hsl(var(--accent-h) var(--accent-s) calc(var(--accent-l) + 12%) / 0.6);
}

.yyp61-btn-primary:active {
  transform: translateY(0);
}

.yyp61-btn-ghost {
  background: transparent;
  color: hsl(var(--fg-2));
  border: 1px dashed hsl(var(--line-2));
  text-decoration: none;
}

.yyp61-btn-ghost:hover {
  color: hsl(var(--fg-1));
  border-color: var(--accent);
  background: var(--rose-alpha);
}

.yyp61-btn-large {
  font-size: 1.0625rem;
  padding: 1.125rem 2.25rem;
}

.yyp61-btn-icon {
  font-size: 0.95rem;
  line-height: 1;
}

/* shimmer override (already in _effects via shimmer? add custom) */
.yyp61-shimmer-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(110deg, transparent 30%, var(--auto-overlay-2) 50%, transparent 70%);
  transition: left 0.65s var(--ease-out-3);
  pointer-events: none;
}

.yyp61-shimmer-btn:hover::before {
  left: 130%;
}

/* =========================================================
   Trust bar
========================================================= */

.yyp61-trust {
  background: linear-gradient(90deg, hsl(var(--film)) 0%, hsl(var(--film-2)) 50%, hsl(var(--film)) 100%);
  border-top: 1px dashed hsl(var(--line-2));
  border-bottom: 1px dashed hsl(var(--line-2));
  padding: 1.5rem clamp(1rem, 4vw, 3rem);
  position: relative;
  overflow: hidden;
}

.yyp61-trust::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0, transparent 28px, var(--auto-overlay-3) 28px, var(--auto-overlay-3) 32px);
  opacity: 0.4;
  pointer-events: none;
}

.yyp61-trust-strip {
  position: relative;
  z-index: 2;
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.yyp61-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 130px;
}

.yyp61-trust-num {
  font-family: var(--display-font);
  font-size: clamp(1.65rem, 3.5vw, 2.4rem);
  font-weight: 600;
  color: hsl(var(--fg-1));
  text-shadow: 0 0 18px var(--rose-alpha);
  line-height: 1;
  letter-spacing: -0.01em;
}

.yyp61-trust-pct {
  font-size: 0.65em;
  color: hsl(var(--accent-h) var(--accent-s) calc(var(--accent-l) + 6%));
  margin-left: 0.15rem;
}

.yyp61-trust-lbl {
  font-family: var(--hand-font);
  font-size: 1.0625rem;
  color: hsl(var(--fg-2));
  margin-top: 0.4rem;
  transform: rotate(-1deg);
}

.yyp61-trust-sep {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, transparent, hsl(var(--line-2)), transparent);
}

/* =========================================================
   Polaroid album (links section)
========================================================= */

.yyp61-album-sec {
  position: relative;
}

.yyp61-album-sec::before {
  content: '';
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(200px, 40vw, 480px);
  height: 1px;
  background: linear-gradient(90deg, transparent, hsl(var(--line-2)), transparent);
}

.yyp61-album {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.75rem);
  margin: 0 auto 2rem;
  padding: 1.5rem 0.5rem;
  max-width: 1080px;
}

.yyp61-polaroid {
  position: relative;
  background: hsl(var(--paper-1));
  border-radius: 4px;
  padding: 0.75rem 0.75rem 2.75rem;
  box-shadow:
    var(--shadow-mid),
    inset 0 0 0 1px var(--auto-shadow-4);
  transition: transform 0.4s var(--ease-out-3), box-shadow 0.4s;
  cursor: default;
}

.yyp61-polaroid::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 60%, var(--auto-overlay-4) 100%);
  pointer-events: none;
  border-radius: 4px;
}

.yyp61-polaroid--a { transform: rotate(var(--rotate-a)); }
.yyp61-polaroid--b { transform: rotate(var(--rotate-b)); }
.yyp61-polaroid--c { transform: rotate(var(--rotate-c)); }
.yyp61-polaroid--d { transform: rotate(var(--rotate-d)); }
.yyp61-polaroid--e { transform: rotate(var(--rotate-e)); }

.yyp61-polaroid:hover {
  transform: rotate(0deg) translateY(-8px) scale(1.04);
  box-shadow:
    var(--shadow-high),
    var(--shadow-flash),
    inset 0 0 0 1px var(--auto-shadow-5);
  z-index: 5;
}

/* flash highlight on hover (white overlay fade) */
.yyp61-polaroid::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--auto-overlay-5);
  border-radius: 4px;
  pointer-events: none;
  transition: background 0.25s;
  z-index: 6;
}

.yyp61-polaroid:hover::before {
  animation: yyp61-flash 0.42s ease-out;
}

@keyframes yyp61-flash {
  0% { background: hsl(38 35% 92% / 0); }
  18% { background: hsl(38 35% 92% / 0.55); }
  100% { background: hsl(38 35% 92% / 0); }
}

.yyp61-polaroid-photo {
  background: linear-gradient(135deg, hsl(var(--film)) 0%, hsl(var(--film-2)) 100%);
  border-radius: 2px;
  padding: 1.5rem 1.125rem;
  position: relative;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--auto-overlay-6);
}

.yyp61-status-dot {
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.yyp61-status-ok {
  background: hsl(var(--status-ok));
  box-shadow: 0 0 10px hsl(var(--status-ok) / 0.7);
  animation: yyp61-pulse-ok 2.4s ease-in-out infinite;
}

.yyp61-status-warn {
  background: hsl(var(--status-warn));
  box-shadow: 0 0 10px hsl(var(--status-warn) / 0.6);
}

@keyframes yyp61-pulse-ok {
  0%, 100% { box-shadow: 0 0 8px hsl(var(--status-ok) / 0.5); }
  50% { box-shadow: 0 0 14px hsl(var(--status-ok) / 0.9); }
}

.yyp61-pin {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow:
    inset 2px 2px 4px var(--auto-shadow-4),
    inset -2px -2px 4px var(--auto-shadow-1),
    0 4px 6px var(--auto-shadow-1);
  z-index: 5;
}

.yyp61-pin--gold {
  background: hsl(var(--gold));
  box-shadow:
    inset 2px 2px 4px var(--auto-shadow-5),
    inset -2px -2px 4px var(--auto-shadow-1),
    0 4px 6px var(--auto-overlay-7);
}

.yyp61-mirror-label {
  font-family: var(--display-font);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: hsl(var(--accent-h) var(--accent-s) calc(var(--accent-l) + 8%));
  margin-bottom: 0.5rem;
}

.yyp61-mirror-addr {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 0.75rem;
  color: hsl(var(--fg-1));
  word-break: break-all;
  line-height: 1.45;
  margin-bottom: 0.75rem;
}

.yyp61-mirror-addr a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed hsl(var(--line-2));
  transition: border-color 0.2s, color 0.2s;
}

.yyp61-mirror-addr a:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.yyp61-mirror-meta {
  font-family: var(--body-font);
  font-size: 0.78rem;
  color: hsl(var(--fg-3));
  letter-spacing: 0.01em;
}

.yyp61-polaroid-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.875rem;
  padding: 0 0.25rem;
}

.yyp61-mini-copy {
  font-family: var(--display-font);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: transparent;
  color: hsl(var(--film));
  border: 1px solid hsl(var(--film));
  padding: 0.4rem 0.85rem;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
}

.yyp61-mini-copy:hover {
  background: hsl(var(--film));
  color: hsl(var(--paper-1));
}

.yyp61-polaroid-strip .yyp61-handwrite {
  color: hsl(var(--film));
  font-size: 1.125rem;
}

.yyp61-mirror-note {
  text-align: center;
  font-family: var(--body-font);
  font-style: italic;
  color: hsl(var(--fg-2));
  margin-top: 1rem;
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   About
========================================================= */

.yyp61-about-body {
  max-width: 780px;
  margin: 0 auto;
  font-size: 1.0625rem;
  line-height: 1.78;
}

.yyp61-about-body p {
  margin-bottom: 1.4rem;
  color: hsl(var(--fg-2));
}

.yyp61-about-body p:first-of-type::first-letter {
  font-family: var(--display-font);
  font-size: 3.5rem;
  font-weight: 300;
  float: left;
  line-height: 0.9;
  margin: 0.25rem 0.5rem 0 0;
  color: var(--accent);
  text-shadow: 0 2px 0 var(--auto-shadow-1);
}

.yyp61-about-fig {
  float: right;
  width: 40%;
  min-width: 240px;
  margin: 0.25rem 0 1rem 1.5rem;
  padding: 0.625rem 0.625rem 2rem;
  background: hsl(var(--paper-1));
  border-radius: 3px;
  box-shadow: var(--shadow-mid);
  position: relative;
}

.yyp61-about-fig img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  filter: contrast(1.04) saturate(0.94);
  display: block;
}

.yyp61-about-fig figcaption {
  text-align: center;
  margin-top: 0.625rem;
  color: hsl(var(--film));
  font-size: 1.0625rem;
}

.yyp61-tilt-r {
  transform: rotate(2.2deg);
  transition: transform 0.5s var(--ease-out-3);
}

.yyp61-tilt-r:hover {
  transform: rotate(0deg) scale(1.02);
}

.yyp61-pullquote {
  font-family: var(--body-font);
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.55;
  color: hsl(var(--fg-1));
  border-left: 3px solid var(--accent);
  padding: 0.5rem 0 0.5rem 1.5rem;
  margin: 2.25rem 0 1rem;
  clear: both;
}

.yyp61-pullquote cite {
  display: block;
  font-size: 0.875rem;
  color: hsl(var(--fg-3));
  font-style: normal;
  margin-top: 0.5rem;
}

/* =========================================================
   Features bento polaroids
========================================================= */

.yyp61-feat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
  max-width: 980px;
  margin: 0 auto;
}

.yyp61-feat {
  position: relative;
  background: linear-gradient(135deg, hsl(var(--bg-1)) 0%, hsl(var(--bg-2)) 100%);
  border: 1px solid hsl(var(--line-1));
  border-radius: 6px;
  padding: 2rem 1.75rem 2.25rem;
  box-shadow: var(--shadow-mid);
  transition: transform 0.35s var(--ease-out-3), box-shadow 0.35s, border-color 0.35s;
  overflow: hidden;
}

.yyp61-feat::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

.yyp61-feat:hover {
  transform: translateY(-5px);
  border-color: var(--accent);
  box-shadow: var(--shadow-high), var(--shadow-flash);
}

.yyp61-feat:hover::before {
  opacity: 1;
}

.yyp61-feat--1 { transform: rotate(-0.5deg); }
.yyp61-feat--2 { transform: rotate(0.4deg); }
.yyp61-feat--3 { transform: rotate(-0.3deg); }
.yyp61-feat--4 { transform: rotate(0.6deg); }

.yyp61-feat--1:hover,
.yyp61-feat--2:hover,
.yyp61-feat--3:hover,
.yyp61-feat--4:hover {
  transform: rotate(0deg) translateY(-5px);
}

.yyp61-feat-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  background: var(--rose-alpha);
  border: 1px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  margin-bottom: 1rem;
  box-shadow: 0 0 16px var(--rose-alpha);
}

.yyp61-feat-h {
  font-family: var(--display-font);
  font-size: 1.5rem;
  font-weight: 400;
  color: hsl(var(--fg-1));
  margin-bottom: 0.625rem;
  letter-spacing: -0.005em;
}

.yyp61-feat-body {
  font-size: 1rem;
  line-height: 1.65;
  color: hsl(var(--fg-2));
  margin-bottom: 1rem;
}

.yyp61-feat-body a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.yyp61-feat .yyp61-handwrite {
  color: hsl(var(--accent-h) var(--accent-s) calc(var(--accent-l) + 8%));
  display: block;
}

/* =========================================================
   How-to film strip
========================================================= */

.yyp61-howto {
  position: relative;
}

.yyp61-strip {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.yyp61-strip::before {
  content: '';
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: repeating-linear-gradient(180deg, var(--accent) 0, var(--accent) 8px, transparent 8px, transparent 16px);
  opacity: 0.4;
}

.yyp61-strip-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1.5rem;
  margin-bottom: 3rem;
  position: relative;
}

.yyp61-strip-item--with-shot {
  grid-template-columns: 120px 1.4fr 0.8fr;
}

.yyp61-strip-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.yyp61-strip-num {
  font-family: var(--display-font);
  font-size: 3rem;
  font-weight: 200;
  color: var(--accent);
  background: hsl(var(--bg-0));
  border: 2px solid var(--accent);
  border-radius: 50%;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow:
    var(--shadow-mid),
    inset 0 0 12px var(--rose-alpha);
  text-shadow: 0 0 14px var(--rose-alpha);
}

.yyp61-strip-tape {
  font-family: var(--display-font);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: hsl(var(--fg-3));
  margin-top: 0.875rem;
  background: hsl(var(--tape) / 0.2);
  padding: 0.25rem 0.6rem;
  border-radius: 2px;
  transform: rotate(-3deg);
  border: 1px dashed hsl(var(--line-2));
}

.yyp61-strip-body {
  background: hsl(var(--bg-1));
  border: 1px solid hsl(var(--line-1));
  border-left: 3px solid var(--accent);
  border-radius: 6px;
  padding: 1.5rem 1.75rem;
  box-shadow: var(--shadow-low);
  transition: transform 0.3s var(--ease-out-3), box-shadow 0.3s;
}

.yyp61-strip-body:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-mid);
}

.yyp61-strip-h {
  font-family: var(--display-font);
  font-size: 1.4rem;
  font-weight: 400;
  color: hsl(var(--fg-1));
  margin-bottom: 0.75rem;
  letter-spacing: -0.005em;
}

.yyp61-strip-body p {
  font-size: 1.0125rem;
  line-height: 1.72;
  color: hsl(var(--fg-2));
  margin-bottom: 0.875rem;
}

.yyp61-strip-body p:last-child {
  margin-bottom: 0;
}

.yyp61-strip-body code {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 0.82em;
  background: hsl(var(--bg-2));
  color: hsl(var(--accent-h) var(--accent-s) calc(var(--accent-l) + 6%));
  padding: 0.18rem 0.45rem;
  border-radius: 3px;
  border: 1px solid hsl(var(--line-2));
  word-break: break-all;
}

.yyp61-strip-body a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.yyp61-strip-body .yyp61-handwrite {
  color: hsl(var(--accent-h) var(--accent-s) calc(var(--accent-l) + 8%));
  display: block;
  margin-top: 0.5rem;
}

.yyp61-strip-shot {
  background: hsl(var(--paper-1));
  padding: 0.625rem 0.625rem 1.75rem;
  border-radius: 3px;
  box-shadow: var(--shadow-mid);
  transform: rotate(2deg);
  align-self: start;
  position: relative;
  transition: transform 0.4s var(--ease-out-3);
}

.yyp61-strip-shot::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 16px;
  width: 50px;
  height: 18px;
  background: hsl(var(--tape) / 0.7);
  transform: rotate(-8deg);
  border-radius: 1px;
  box-shadow: 0 1px 3px var(--auto-shadow-3);
}

.yyp61-strip-shot:hover {
  transform: rotate(0deg) scale(1.03);
}

.yyp61-strip-shot img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  filter: contrast(1.04) saturate(0.94);
  display: block;
}

.yyp61-strip-shot figcaption {
  text-align: center;
  margin-top: 0.625rem;
  color: hsl(var(--film));
  font-size: 1.0625rem;
}

/* =========================================================
   FAQ
========================================================= */

.yyp61-faq-list {
  max-width: 780px;
  margin: 0 auto;
}

.yyp61-faq-q {
  background: linear-gradient(180deg, hsl(var(--bg-1)) 0%, hsl(var(--bg-0)) 100%);
  border: 1px solid hsl(var(--line-1));
  border-radius: 6px;
  margin-bottom: 0.875rem;
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.yyp61-faq-q[open] {
  border-color: var(--accent);
  box-shadow: var(--shadow-flash);
}

.yyp61-faq-q summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.125rem 1.375rem;
  cursor: pointer;
  list-style: none;
  font-family: var(--display-font);
  color: hsl(var(--fg-1));
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.003em;
  transition: background 0.2s;
}

.yyp61-faq-q summary::-webkit-details-marker { display: none; }

.yyp61-faq-q summary:hover { background: hsl(var(--bg-2)); }

.yyp61-faq-num {
  font-family: var(--display-font);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: hsl(var(--accent-h) var(--accent-s) calc(var(--accent-l) + 6%));
  min-width: 32px;
  text-align: center;
  padding: 0.25rem 0;
  border-right: 1px dashed hsl(var(--line-2));
  padding-right: 0.875rem;
  margin-right: 0.25rem;
}

.yyp61-faq-text {
  flex: 1;
  line-height: 1.4;
}

.yyp61-faq-toggle {
  width: 22px;
  height: 22px;
  position: relative;
  flex-shrink: 0;
}

.yyp61-faq-toggle::before,
.yyp61-faq-toggle::after {
  content: '';
  position: absolute;
  background: var(--accent);
  border-radius: 1px;
  transition: transform 0.3s var(--ease-out-3);
}

.yyp61-faq-toggle::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.yyp61-faq-toggle::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.yyp61-faq-q[open] .yyp61-faq-toggle::after {
  transform: translateX(-50%) rotate(90deg);
}

.yyp61-faq-a {
  padding: 0 1.375rem 1.375rem 4.25rem;
  border-top: 1px dashed hsl(var(--line-2));
  padding-top: 1rem;
}

.yyp61-faq-a p {
  font-family: var(--body-font);
  font-size: 1rem;
  line-height: 1.72;
  color: hsl(var(--fg-2));
  margin: 0;
}

.yyp61-faq-a a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* =========================================================
   CTA flash card
========================================================= */

.yyp61-cta {
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 4vw, 3rem) clamp(4rem, 8vw, 6rem);
  max-width: var(--content-max);
  margin: 0 auto;
}

.yyp61-cta-card {
  position: relative;
  background:
    radial-gradient(ellipse at 30% 0%, var(--rose-alpha-strong) 0%, transparent 60%),
    linear-gradient(135deg, hsl(var(--film)) 0%, hsl(var(--film-2)) 100%);
  border: 2px solid var(--accent);
  border-radius: 12px;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.75rem, 4vw, 3.5rem);
  text-align: center;
  box-shadow:
    var(--shadow-high),
    var(--shadow-flash),
    inset 0 1px 0 var(--auto-shadow-6);
  overflow: hidden;
  transform: rotate(-0.4deg);
}

.yyp61-cta-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--accent), hsl(var(--gold)), var(--accent), transparent);
  opacity: 0.7;
}

.yyp61-cta-flash {
  position: absolute;
  top: -20%;
  left: -10%;
  width: 60%;
  height: 140%;
  background: radial-gradient(ellipse, var(--auto-overlay-8) 0%, transparent 70%);
  pointer-events: none;
  animation: yyp61-flash-drift 8s ease-in-out infinite;
}

@keyframes yyp61-flash-drift {
  0%, 100% { transform: translateX(0) rotate(0deg); }
  50% { transform: translateX(120%) rotate(8deg); }
}

.yyp61-cta-h {
  font-family: var(--display-font);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 300;
  color: hsl(var(--fg-1));
  margin: 0.75rem 0 1rem;
  letter-spacing: -0.012em;
  text-shadow: 0 2px 12px var(--auto-shadow-7);
  position: relative;
  z-index: 2;
}

.yyp61-cta-sub {
  font-family: var(--body-font);
  font-size: 1.125rem;
  line-height: 1.65;
  color: hsl(var(--fg-2));
  max-width: 52ch;
  margin: 0 auto 1.75rem;
  position: relative;
  z-index: 2;
}

.yyp61-cta-fine {
  font-family: var(--hand-font);
  font-size: 1.0625rem;
  color: hsl(var(--fg-3));
  margin-top: 1.25rem;
  position: relative;
  z-index: 2;
  transform: rotate(-1deg);
  display: inline-block;
}

/* =========================================================
   Footer
========================================================= */

.yyp61-footer-min {
  background: hsl(var(--bg-0));
  border-top: 1px dashed hsl(var(--line-2));
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1rem, 4vw, 3rem) 1.5rem;
  position: relative;
}

.yyp61-footer-min::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0.4;
}

.yyp61-footer-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2rem;
}

.yyp61-footer-col {
  display: flex;
  flex-direction: column;
}

.yyp61-footer-brand {
  font-family: var(--display-font);
  font-size: 1.4rem;
  font-weight: 300;
  color: hsl(var(--fg-1));
  margin-bottom: 0.625rem;
  letter-spacing: -0.005em;
}

.yyp61-footer-tag {
  font-family: var(--body-font);
  font-size: 0.95rem;
  line-height: 1.6;
  color: hsl(var(--fg-3));
  font-style: italic;
}

.yyp61-footer-cap {
  font-family: var(--display-font);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: hsl(var(--fg-3));
  margin-bottom: 1rem;
}

.yyp61-footer-links,
.yyp61-footer-ext {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.yyp61-footer-link,
.yyp61-footer-ext a {
  font-family: var(--body-font);
  font-size: 0.95rem;
  color: hsl(var(--fg-2));
  text-decoration: none;
  transition: color 0.2s, transform 0.2s;
  display: inline-flex;
  align-items: center;
}

.yyp61-footer-link::before,
.yyp61-footer-ext a::before {
  content: '·';
  margin-right: 0.5rem;
  color: hsl(var(--fg-3));
  transition: color 0.2s;
}

.yyp61-footer-link:hover,
.yyp61-footer-ext a:hover {
  color: hsl(var(--fg-1));
  transform: translateX(2px);
}

.yyp61-footer-link:hover::before,
.yyp61-footer-ext a:hover::before {
  color: var(--accent);
}

.yyp61-footer-strip {
  max-width: var(--content-max);
  margin: 0 auto;
  padding-top: 1.5rem;
  border-top: 1px dashed hsl(var(--line-1));
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.yyp61-footer-copy,
.yyp61-footer-stamp {
  font-family: var(--body-font);
  font-size: 0.8125rem;
  color: hsl(var(--fg-3));
  margin: 0;
  font-style: italic;
}

/* =========================================================
   GSAP entrance — class for scroll reveal
========================================================= */

.yyp61-reveal {
  /* CSS leaves visible — gsap.from() handles entrance */
}

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 1024px) {
  .yyp61-viewfinder {
    grid-template-columns: 1fr;
  }

  .yyp61-hero-shot {
    max-width: 520px;
    margin: 0 auto;
  }

  .yyp61-strip-item--with-shot {
    grid-template-columns: 120px 1fr;
  }

  .yyp61-strip-shot {
    grid-column: 2 / -1;
    max-width: 360px;
    justify-self: end;
    margin-top: 1rem;
  }

  .yyp61-footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .yyp61-sidebar {
    transform: translateX(-260px);
    transition: transform 0.3s var(--ease-out-3);
  }

  .yyp61-sidebar.is-open {
    transform: translateX(0);
  }

  .yyp61-burger {
    display: flex;
  }

  .yyp61-main {
    margin-left: 0;
    max-width: 100vw;
    padding-top: 4rem;
  }

  .yyp61-hero {
    padding: 2rem 1rem;
  }

  .yyp61-viewfinder {
    padding: 1.5rem 1.125rem;
  }

  .yyp61-hero-title { font-size: 2rem; }
  .yyp61-section-title { font-size: 1.85rem; }

  .yyp61-trust-strip {
    gap: 1rem;
  }

  .yyp61-trust-sep { display: none; }

  .yyp61-feat-grid {
    grid-template-columns: 1fr;
  }

  .yyp61-strip-item,
  .yyp61-strip-item--with-shot {
    grid-template-columns: 80px 1fr;
    gap: 1rem;
  }

  .yyp61-strip::before {
    left: 40px;
  }

  .yyp61-strip-num {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }

  .yyp61-strip-tape { display: none; }

  .yyp61-strip-shot {
    grid-column: 1 / -1;
    margin-top: 0.5rem;
    max-width: 100%;
    justify-self: stretch;
  }

  .yyp61-about-fig {
    float: none;
    width: 100%;
    margin: 0 0 1.5rem 0;
  }

  .yyp61-about-body p:first-of-type::first-letter {
    font-size: 2.75rem;
  }

  .yyp61-footer-inner {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .yyp61-faq-num {
    min-width: 28px;
    padding-right: 0.5rem;
  }

  .yyp61-faq-a {
    padding-left: 1.375rem;
  }
}

/* =========================================================
   Reduced motion
========================================================= */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }

  .yyp61-vf-dot,
  .yyp61-status-ok,
  .yyp61-cta-flash {
    animation: none !important;
  }

  .yyp61-polaroid,
  .yyp61-feat,
  .yyp61-hero-shot,
  .yyp61-about-fig,
  .yyp61-strip-shot {
    transform: none !important;
  }
}

/* =========================================================
   Breadcrumb (inner pages)
========================================================= */

.yyp61-breadcrumb {
  padding: clamp(1.5rem, 4vw, 3rem) clamp(1.25rem, 4vw, 4rem);
  max-width: var(--content-max);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.yyp61-breadcrumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 1rem;
  color: hsl(var(--fg-2));
}

.yyp61-breadcrumb-list a {
  color: hsl(var(--accent-h) var(--accent-s) var(--accent-l));
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}

.yyp61-breadcrumb-list a:hover {
  border-bottom-color: hsl(var(--accent-h) var(--accent-s) var(--accent-l));
}

.yyp61-breadcrumb-sep {
  color: hsl(var(--fg-3));
  margin: 0 0.25rem;
}

/* =========================================================
   Link utility
========================================================= */

.yyp61-link-inline {
  color: hsl(var(--accent-h) var(--accent-s) var(--accent-l));
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.yyp61-link-inline:hover {
  border-bottom-color: hsl(var(--accent-h) var(--accent-s) var(--accent-l));
}

/* =========================================================
   Print
========================================================= */

@media print {
  .yyp61-sidebar,
  .yyp61-burger,
  .yyp61-cta-flash,
  .yyp61-overlay { display: none !important; }

  .yyp61-main { margin-left: 0; max-width: 100%; }
  body { background: var(--auto-color-1); color: var(--auto-color-2); }
}

/* === INNER PAGES — links / faq ====================================== */

.yyp61-skip-link { position: absolute; left: -9999px; }
.yyp61-skip-link:focus { left: 1rem; top: 1rem; z-index: 999; }
.yyp61-btn-label { font-weight: 700; }
.yyp61-footer-col--right { text-align: right; }

/* Mirror table */
.yyp61-mirror-table {
  width: 100%; border-collapse: collapse;
  font-size: 0.88rem;
}
.yyp61-mirror-table th, .yyp61-mirror-table td {
  text-align: left; padding: 0.85rem 1rem;
  border: 1px solid hsl(var(--line-1, var(--fg-3) / 0.15));
  color: hsl(var(--fg-2));
}
.yyp61-mirror-table th {
  background: hsl(var(--bg-1)); font-weight: 700; color: hsl(var(--fg-1));
}
.yyp61-mirror-table tr:nth-child(even) td { background: hsl(var(--bg-1) / 0.5); }
.yyp61-mirror-response-time {
  font-family: monospace; font-size: 0.85em; color: hsl(var(--fg-3));
}

/* Status indicators */
.yyp61-status-indicator { display: inline-flex; align-items: center; gap: 0.4rem; }
.yyp61-status-cell { white-space: nowrap; }
.yyp61-status-green { color: hsl(140 60% 55%); font-weight: 700; font-size: 0.82rem; }
.yyp61-status-yellow { color: hsl(48 90% 55%); font-weight: 700; font-size: 0.82rem; }

/* Card list */
.yyp61-card-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 1rem;
}
.yyp61-card-item {
  background: hsl(var(--bg-1));
  border: 1px solid hsl(var(--line-1, var(--fg-3) / 0.15));
  border-radius: 0.5rem;
  padding: 1.25rem 1.5rem;
  font-size: 0.9rem; line-height: 1.7; color: hsl(var(--fg-2));
}
.yyp61-card-item h3 {
  font-size: 1rem; font-weight: 700; color: hsl(var(--fg-1));
  margin: 0 0 0.5rem;
}

/* FAQ section inner */
.yyp61-faq-sec { padding: clamp(3rem, 6vh, 5rem) var(--gutter, 1.5rem); }
.yyp61-faq-sec details {
  border-bottom: 1px solid hsl(var(--line-1, var(--fg-3) / 0.15));
}
.yyp61-faq-sec details summary {
  padding: 1.1rem 0; font-weight: 600; color: hsl(var(--fg-1));
  cursor: pointer; list-style: none;
}
.yyp61-faq-sec details summary::-webkit-details-marker { display: none; }
.yyp61-faq-sec details[open] > div {
  padding-bottom: 1rem; font-size: 0.9rem;
  line-height: 1.75; color: hsl(var(--fg-2));
}
.yyp61-faq-sec details[open] > div p { margin: 0 0 0.6rem; }
.yyp61-faq-sec details[open] > div a { color: var(--accent); }
