:root {
  --bg: #f7f9ff;
  --bg-soft: #eef4ff;
  --surface: #ffffff;
  --surface-soft: rgba(255,255,255,.76);
  --text: #172033;
  --muted: #667085;
  --line: #dfe6f2;
  --primary: #246bfd;
  --primary-dark: #174fc4;
  --purple: #7c4dff;
  --pink: #ec4899;
  --teal: #0ea5a4;
  --orange: #f59e0b;
  --max: 1180px;
  --radius: 28px;
  --shadow: 0 22px 70px rgba(40, 72, 126, .13);
  --shadow-soft: 0 12px 35px rgba(40, 72, 126, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 8%, rgba(36,107,253,.13), transparent 25%),
    radial-gradient(circle at 90% 12%, rgba(124,77,255,.12), transparent 24%),
    linear-gradient(180deg, #fbfcff 0%, #f7f9ff 42%, #ffffff 100%);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 98px 0; }
.eyebrow {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .78rem;
  font-weight: 900;
}
.muted { color: var(--muted); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(255,255,255,.82);
  border-bottom: 1px solid rgba(214,224,240,.8);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.035em; }
.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--purple));
  box-shadow: 0 12px 30px rgba(36,107,253,.24);
}
.nav-links { display: flex; gap: 26px; align-items: center; color: var(--muted); font-weight: 700; }
.nav-links a { position: relative; }
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
  transform: scaleX(0);
  background: linear-gradient(90deg, var(--primary), var(--purple));
  transition: transform .2s ease;
}
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--text); }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.menu-button { display: none; border: 1px solid var(--line); background: #fff; color: var(--text); border-radius: 12px; padding: 10px 12px; }

.hero { padding: 112px 0 82px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.hero h1 {
  font-size: clamp(3.4rem, 7.7vw, 7rem);
  line-height: .97;
  letter-spacing: -.065em;
  margin: 18px 0 26px;
  max-width: 900px;
}
.hero h1::selection { background: #dbeafe; }
.hero p { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); max-width: 690px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.button.primary {
  background: linear-gradient(135deg, var(--primary), var(--purple));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 14px 34px rgba(36,107,253,.22);
}
.button.secondary { background: rgba(255,255,255,.85); }
.button:hover { transform: translateY(-3px); box-shadow: 0 15px 36px rgba(40,72,126,.16); }

.hero-art { min-height: 520px; position: relative; }
.orbit { position: absolute; border: 1px solid rgba(36,107,253,.16); border-radius: 50%; inset: 7%; animation: spin 30s linear infinite; }
.orbit::before { content:""; position:absolute; width:14px; height:14px; border-radius:50%; background:var(--primary); top:12%; left:15%; box-shadow:0 0 0 8px rgba(36,107,253,.09); }
.orbit.two { inset: 23%; animation-direction: reverse; animation-duration: 22s; border-color: rgba(124,77,255,.15); }
.glow-card {
  position: absolute;
  border: 1px solid rgba(214,224,240,.95);
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(18px);
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.glow-card.main { inset: 17% 4% 12% 11%; padding: 28px; transform: rotate(-3deg); }
.glow-card.small { width: 195px; right: 0; top: 5%; padding: 19px; transform: rotate(6deg); }
.glow-card.small strong { color: var(--primary-dark); }
.mini-screen { height: 190px; border-radius: 20px; background: linear-gradient(135deg, #60a5fa, #8b5cf6 54%, #f472b6); position: relative; overflow: hidden; }
.mini-screen::before { content:""; position:absolute; inset:18px 18px auto; height:13px; border-radius:999px; background:rgba(255,255,255,.45); box-shadow:0 28px 0 rgba(255,255,255,.27), 0 56px 0 rgba(255,255,255,.2); }
.mini-screen img { position:absolute; right:28px; bottom:-28px; width:128px; height:188px; object-fit:cover; object-position:top; border:7px solid rgba(255,255,255,.94); border-radius:22px; box-shadow:0 18px 34px rgba(39,30,88,.28); transform:rotate(4deg); }
.stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 18px; }
.stat { padding: 14px; border-radius: 17px; background: #f7f9ff; border: 1px solid var(--line); }
.stat strong { display: block; font-size: 1.14rem; }
.stat span { color: var(--muted); font-size: .79rem; }
@keyframes spin { to { transform: rotate(360deg); } }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 36px; }
.section-heading h2 { font-size: clamp(2.25rem, 5vw, 4.3rem); line-height: 1; letter-spacing: -.052em; margin: 10px 0 0; }
.section-heading p { max-width: 560px; }

.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 30px; }
.project-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.project-card:hover { transform: translateY(-8px); border-color: #b9ccf5; box-shadow: var(--shadow); }
.project-card-visual-link { display: block; }
.project-visual { min-height: 330px; padding: 28px; position: relative; overflow: hidden; }
.project-visual::before { content:""; position:absolute; width:230px; height:230px; border-radius:50%; background:rgba(255,255,255,.17); right:-60px; top:-80px; }
.project-visual.insurance { background: linear-gradient(135deg, #dbeafe, #bfdbfe 45%, #99f6e4); }
.project-visual.photo { background: linear-gradient(135deg, #ede9fe, #fbcfe8 55%, #fde68a); }
.project-window {
  position: absolute;
  inset: 44px 28px 28px;
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 24px 60px rgba(63,82,120,.2);
  color: #14213d;
  padding: 22px;
  transform: rotate(-2deg);
  border: 1px solid rgba(255,255,255,.9);
}
.project-window.photo-window { background: #fff; color: var(--text); transform: rotate(2deg); }
.window-bar { display:flex; gap:6px; margin-bottom:18px; }
.window-bar i { width:9px; height:9px; border-radius:50%; background:#cbd5e1; }
.window-bar i:first-child { background:#fb7185; }
.window-bar i:nth-child(2) { background:#fbbf24; }
.window-bar i:nth-child(3) { background:#34d399; }
.dashboard-lines { display:grid; gap:10px; margin-top:18px; }
.dashboard-lines span { display:block; height:13px; border-radius:999px; background:#dbeafe; }
.dashboard-lines span:nth-child(2) { width:78%; background:#ccfbf1; }
.dashboard-lines span:nth-child(3) { width:56%; background:#ede9fe; }
.photo-stage { height: 180px; border-radius: 18px; background: linear-gradient(145deg, #a78bfa, #f472b6 55%, #fbbf24); position: relative; overflow: hidden; }
.photo-stage::after { content:""; position:absolute; width:145px; height:190px; left:50%; bottom:-70px; transform:translateX(-50%); border-radius:50% 50% 30% 30%; background:#fff; }
.project-body { padding: 32px; }
.project-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.tag { display:inline-flex; align-items:center; min-height:30px; padding:0 11px; border-radius:999px; background:#f5f7fb; border:1px solid var(--line); color:#536079; font-size:.78rem; font-weight:700; }
.project-body h3 { font-size: 2rem; margin: 0 0 10px; letter-spacing: -.035em; }
.project-link { display:inline-flex; gap:8px; align-items:center; margin-top:16px; color:var(--primary); font-weight:850; }
.project-link-row { display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; }

.capability-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.capability { padding: 26px; border:1px solid var(--line); border-radius:22px; background:rgba(255,255,255,.9); box-shadow: var(--shadow-soft); }
.capability:nth-child(2) span { background:#f1eaff; color:var(--purple); }
.capability:nth-child(3) span { background:#fff0f6; color:var(--pink); }
.capability:nth-child(4) span { background:#e9fbf6; color:var(--teal); }
.capability span { display:grid; place-items:center; width:46px; height:46px; border-radius:15px; background:#eaf1ff; color:var(--primary); font-weight:900; }
.capability h3 { margin:18px 0 8px; }
.capability p { color:var(--muted); margin:0; }

.cta {
  padding: 56px;
  border-radius: 32px;
  border: 1px solid #cfdbf3;
  background: linear-gradient(135deg, #eaf2ff 0%, #f4edff 52%, #fff3f8 100%);
  display:flex;
  justify-content:space-between;
  gap:28px;
  align-items:center;
  box-shadow: var(--shadow-soft);
}
.cta h2 { margin:0; font-size:clamp(2rem,5vw,4rem); line-height:1; letter-spacing:-.05em; }

.page-hero { padding: 94px 0 58px; }
.page-hero h1 { font-size: clamp(3rem,7vw,6rem); line-height: .98; letter-spacing: -.06em; margin: 16px 0 24px; max-width: 950px; }
.page-hero > .container > p { font-size:1.15rem; max-width:820px; }
.page-grid { display:grid; grid-template-columns: .75fr 1.25fr; gap: 54px; }
.side-card { position:sticky; top:110px; align-self:start; padding:26px; border:1px solid var(--line); border-radius:22px; background:rgba(255,255,255,.92); box-shadow:var(--shadow-soft); }
.side-card dl { margin:0; display:grid; gap:19px; }
.side-card dt { color:var(--primary); font-size:.76rem; text-transform:uppercase; letter-spacing:.13em; font-weight:900; }
.side-card dd { margin:4px 0 0; font-weight:750; }
.side-download-button { width:100%; margin-top:26px; text-align:center; }
.back-to-top { position:fixed; right:24px; bottom:24px; z-index:10; display:inline-flex; align-items:center; min-height:44px; padding:0 15px; border:1px solid rgba(255,255,255,.85); border-radius:999px; background:rgba(20,33,61,.92); color:#fff; box-shadow:0 12px 30px rgba(20,33,61,.22); font-size:.82rem; font-weight:850; }
.back-to-top:hover { background:var(--primary); color:#fff; }
.side-goal { margin-top:26px; padding-top:24px; border-top:1px solid var(--line); }
.side-goal h2 { margin:12px 0 8px; font-size:1.45rem; line-height:1.12; letter-spacing:-.035em; }
.side-goal p { margin:0; color:var(--muted); font-size:.92rem; }
.prose h2 { font-size:2.3rem; letter-spacing:-.04em; margin:0 0 16px; }
.prose h3 { margin-top:34px; }
.prose p, .prose li { color:var(--muted); }
.prose section { padding-bottom: 50px; }
.prose ul { padding-left: 20px; }
.prose li::marker { color: var(--primary); }
.case-banner { min-height: 430px; border-radius: 30px; margin-top: 30px; border:1px solid var(--line); overflow:hidden; position:relative; box-shadow:var(--shadow); }
.case-banner.insurance { background:linear-gradient(135deg,#dbeafe,#bfdbfe 50%,#99f6e4); }
.case-banner.photo { background:linear-gradient(135deg,#ede9fe,#fbcfe8 58%,#fde68a); }
.case-banner .project-window { inset:52px 9% 0; }

.site-footer { border-top:1px solid var(--line); padding:38px 0; color:var(--muted); background:rgba(255,255,255,.65); }
.footer-row { display:flex; align-items:center; justify-content:space-between; gap:24px; }
.footer-row a { color:var(--primary); font-weight:800; }

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

@media (max-width: 900px) {
  .hero-grid, .page-grid { grid-template-columns:1fr; }
  .hero-art { min-height:430px; }
  .project-grid { grid-template-columns:1fr; }
  .capability-grid { grid-template-columns:repeat(2,1fr); }
  .side-card { position:static; }
  .cta { align-items:flex-start; flex-direction:column; }
}

@media (max-width: 680px) {
  .container { width:min(calc(100% - 28px), var(--max)); }
  .section { padding:74px 0; }
  .menu-button { display:block; }
  .nav-links {
    display:none;
    position:absolute;
    top:76px;
    left:14px;
    right:14px;
    padding:18px;
    border:1px solid var(--line);
    border-radius:18px;
    background:rgba(255,255,255,.98);
    box-shadow:var(--shadow-soft);
    flex-direction:column;
    align-items:flex-start;
  }
  .nav-links.open { display:flex; }
  .nav-links a::after { display:none; }
  .hero { padding-top:78px; }
  .hero h1 { font-size:3.55rem; }
  .hero-art { min-height:360px; }
  .glow-card.small { display:none; }
  .glow-card.main { inset:10% 1% 8% 4%; }
  .project-visual { min-height:270px; }
  .project-window { inset:34px 18px 18px; }
  .capability-grid { grid-template-columns:1fr; }
  .section-heading, .footer-row { align-items:flex-start; flex-direction:column; }
  .cta { padding:36px 26px; }
  .stat-row { grid-template-columns:1fr; }
  .stat:nth-child(n+2) { display:none; }
}

/* Real product screenshots and expanded A-Insurance case study */
.project-visual-real { padding: 24px; display: grid; place-items: center; min-height: 530px; height: 530px; }
.project-visual-real img {
  width: 100%; height: 100%; object-fit: cover; object-position: top;
  border-radius: 18px; border: 1px solid rgba(255,255,255,.95);
  box-shadow: 0 24px 55px rgba(49,67,105,.22); transform: rotate(-1.5deg);
}
.project-visual-maxphoto { display: block; }
.project-visual-maxphoto img {
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 65% !important;
}
.project-hero { padding-bottom: 28px; }
.fact-strip { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; margin:32px 0; }
.fact-strip div { padding:18px; border:1px solid var(--line); border-radius:17px; background:rgba(255,255,255,.9); box-shadow:var(--shadow-soft); }
.fact-strip dt { color:var(--primary); text-transform:uppercase; letter-spacing:.1em; font-size:.7rem; font-weight:900; }
.fact-strip dd { margin:5px 0 0; font-weight:800; }
.project-quick-links { display:flex; flex-wrap:wrap; gap:18px; margin:20px 0 0; }
.project-quick-links a { color:var(--primary); font-size:.9rem; font-weight:850; }
.project-quick-menu { position:relative; color:var(--primary); font-size:.9rem; font-weight:850; }
.project-quick-menu summary { cursor:pointer; list-style:none; }
.project-quick-menu summary::-webkit-details-marker { display:none; }
.project-quick-menu summary::after { content:" +"; }
.project-quick-menu[open] summary::after { content:" −"; }
.project-quick-menu-panel { position:absolute; top:calc(100% + 12px); left:0; z-index:4; display:grid; gap:10px; min-width:230px; padding:16px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.98); box-shadow:var(--shadow-soft); }
.project-quick-menu-panel a { white-space:nowrap; }
.tutorial-layout { display:grid; grid-template-columns:240px minmax(0,1fr); gap:36px; align-items:start; }
.tutorial-sidebar { position:sticky; top:102px; }
.tutorial-nav { display:grid; gap:15px; }
.tutorial-nav .eyebrow { margin-bottom:4px; }
.tutorial-nav a { position:relative; padding:2px 0 2px 18px; color:var(--muted); font-weight:800; line-height:1.35; }
.tutorial-nav a::before { content:""; position:absolute; left:0; top:.72em; width:6px; height:6px; border-radius:50%; background:var(--line); transform:translateY(-50%); transition:background .2s ease, transform .2s ease; }
.tutorial-nav a:hover, .tutorial-nav a[aria-current="true"] { color:var(--text); }
.tutorial-nav a[aria-current="true"]::before { background:var(--primary); transform:translateY(-50%) scale(1.35); }
.tutorial-content .section { padding-top:0; }
.tutorial-content .section + .section { padding-top:98px; }
@media (max-width:900px) {
  .tutorial-layout { display:block; }
  .tutorial-sidebar { display:none; }
}
.privacy-callout { order:6; padding:0 0 28px; }
.privacy-callout-card { display:grid; grid-template-columns:auto 1fr; gap:22px; align-items:start; padding:28px; border:1px solid #cfe0ff; border-radius:24px; background:linear-gradient(135deg,#eef5ff,#ffffff 62%,#f3efff); box-shadow:var(--shadow-soft); }
.privacy-check { display:grid; place-items:center; width:52px; height:52px; border:4px solid var(--primary); border-radius:50%; color:var(--primary); font-size:2rem; font-weight:900; line-height:1; }
.privacy-callout h2 { margin:8px 0 8px; font-size:clamp(1.5rem,3vw,2.25rem); letter-spacing:-.04em; }
.privacy-callout p { max-width:760px; margin:0 0 10px; color:var(--muted); }
.privacy-callout .actions { margin-top:18px; }
.privacy-joke { font-style:italic; }
.privacy-screenshots { order:7; padding:0 0 74px; }
.privacy-screenshot-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.privacy-screenshot-grid figure { margin:0; padding:14px; border:1px solid var(--line); border-radius:20px; background:#fff; box-shadow:var(--shadow-soft); }
.privacy-screenshot-grid figure:first-child { border:3px solid #42b883; box-shadow:0 12px 30px rgba(42,145,99,.14); }
.privacy-screenshot-grid figure:nth-child(2) { border:3px solid #e7a1a1; box-shadow:0 12px 30px rgba(182,67,67,.1); }
.privacy-screenshot-grid img { width:100%; height:auto; border-radius:12px; }
.privacy-screenshot-grid figcaption { padding:12px 4px 2px; color:var(--muted); font-size:.86rem; }
.privacy-comparison { order:8; padding:0 0 74px; }
.privacy-comparison .section-heading { margin-bottom:24px; }
.privacy-comparison h2 { font-size:clamp(1.8rem,4vw,3rem); }
.privacy-comparison-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.privacy-compare-card { padding:23px; border:1px solid var(--line); border-radius:20px; background:#fff; box-shadow:var(--shadow-soft); }
.privacy-compare-card-primary { border-color:#bcd2ff; background:linear-gradient(145deg,#eef5ff,#fff); }
.privacy-compare-icon { display:grid; place-items:center; width:38px; height:38px; margin-bottom:14px; border:2px solid var(--primary); border-radius:50%; color:var(--primary); font-size:1.35rem; font-weight:900; }
.privacy-compare-card h3 { margin:0 0 8px; }
.privacy-compare-card strong { display:block; margin-bottom:8px; color:var(--primary-dark); }
.privacy-compare-card p { margin:0 0 14px; color:var(--muted); }
.privacy-tags { display:flex; flex-wrap:wrap; gap:7px; }
.privacy-tags span { padding:5px 9px; border-radius:999px; background:var(--bg-soft); color:var(--muted); font-size:.76rem; font-weight:750; }
.privacy-disclaimer { margin:18px 0 0; color:var(--muted); font-size:.86rem; }
.privacy-reading-guide { order:9; padding:0 0 74px; }
.privacy-reading-card { display:grid; grid-template-columns:.7fr 1.3fr; gap:28px; padding:28px; border:1px solid var(--line); border-radius:24px; background:#fff; box-shadow:var(--shadow-soft); }
.privacy-reading-card h2 { margin:8px 0 0; font-size:clamp(1.7rem,4vw,2.8rem); letter-spacing:-.045em; }
.privacy-reading-card ol { display:grid; gap:13px; margin:0; padding-left:22px; color:var(--muted); }
.privacy-reading-card li::marker { color:var(--primary); font-weight:900; }
.privacy-reading-card strong { color:var(--text); }
.privacy-reading-card .privacy-disclaimer { grid-column:1/-1; margin:0; }
.privacy-plain-language { background:rgba(255,255,255,.46); }
.privacy-meaning-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.privacy-meaning-grid article { display:grid; grid-template-columns:auto 1fr; column-gap:12px; align-items:center; padding:20px; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:var(--shadow-soft); }
.privacy-meaning-grid article::before { display:grid; place-items:center; width:34px; height:34px; border-radius:11px; background:var(--bg-soft); color:var(--primary); font-size:1.15rem; font-weight:900; }
.privacy-meaning-grid article:nth-child(1)::before { content:"↔"; }
.privacy-meaning-grid article:nth-child(2)::before { content:"@"; }
.privacy-meaning-grid article:nth-child(3)::before { content:"#"; }
.privacy-meaning-grid article:nth-child(4)::before { content:"⌖"; }
.privacy-meaning-grid article:nth-child(5)::before { content:"▣"; }
.privacy-meaning-grid article:nth-child(6)::before { content:"♧"; }
.privacy-meaning-grid article:nth-child(7)::before { content:"⌕"; }
.privacy-meaning-grid article:nth-child(8)::before { content:"◔"; }
.privacy-meaning-grid article:nth-child(9)::before { content:"⚙"; }
.privacy-meaning-grid article:nth-child(10)::before { content:"$"; }
.privacy-meaning-grid article:nth-child(11)::before { content:"♥"; }
.privacy-meaning-grid article:nth-child(12)::before { content:"…"; }
.privacy-meaning-grid h3 { margin:0; font-size:1rem; }
.privacy-meaning-grid p { margin:0; color:var(--muted); font-size:.92rem; }
.privacy-meaning-grid article p { grid-column:1/-1; margin-top:10px; }
.project-quick-links > a[href="#story"] { order:1; }
.project-quick-links > a[href="#build-history"] { order:2; }
.project-quick-links > a[href="maxphotoframes-privacy.html"] { order:3; }
.project-quick-links > a[href="#technology"] { order:4; }
.project-quick-links > a[href="#support"] { order:5; }
.project-quick-links > .project-quick-menu { order:6; }
.project-page { display:flex; flex-direction:column; }
.project-page > .page-hero { order:1; }
.project-page > .section:not(.tutorial-preview):not(.support-tint) { order:2; }
.project-page > .support-tint { order:3; }
.project-page > .tutorial-preview { order:4; }
.project-page > .credit-section { order:10; }
.project-page > .privacy-callout,
.project-page > .privacy-screenshots,
.project-page > .privacy-comparison,
.project-page > .privacy-reading-guide,
.project-page > .tutorial-preview { display:none; }
.project-teaser { padding:34px 0; }
.tutorial-teaser { order:4; }
.privacy-teaser { order:5; }
.project-teaser-card { display:flex; align-items:center; justify-content:space-between; gap:24px; padding:26px 28px; border:1px solid var(--line); border-radius:22px; background:linear-gradient(135deg,#fff,#f4f7ff); box-shadow:var(--shadow-soft); }
.project-teaser-card h2 { margin:8px 0; font-size:clamp(1.5rem,3vw,2.4rem); letter-spacing:-.045em; }
.project-teaser-card p { max-width:720px; margin:0; color:var(--muted); }
.project-teaser-card .button { flex:none; }
.tutorial-preview { background:#fff; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.tutorial-coming-soon { display:flex; justify-content:space-between; align-items:center; gap:24px; margin:28px 0 24px; padding:24px 28px; border:1px solid #cbd6f6; border-radius:20px; background:linear-gradient(135deg,#eef3ff,#f8fbff); }
.tutorial-coming-soon h3 { margin:8px 0 5px; font-size:1.35rem; }
.tutorial-coming-soon p { margin:0; max-width:700px; }
.tutorial-badge { flex:0 0 auto; padding:10px 14px; border-radius:999px; background:var(--primary); color:#fff; font-size:.78rem; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.tutorial-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.tutorial-card { overflow:hidden; border:1px solid var(--line); border-radius:20px; background:#fff; box-shadow:var(--shadow-soft); }
.tutorial-image { height:240px; overflow:hidden; background:#f4f6fb; }
.tutorial-image img { width:100%; height:100%; object-fit:cover; object-position:top; }
.tutorial-card h3, .tutorial-card p, .tutorial-step { margin-left:18px; margin-right:18px; }
.tutorial-step { margin-top:18px; color:var(--primary); font-size:.75rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.tutorial-card h3 { margin-top:7px; margin-bottom:5px; font-size:1.15rem; }
.tutorial-card p { margin-bottom:20px; }
.journey-heading { margin-top:32px; padding-top:26px; border-top:1px solid var(--line); }
.journey-heading h3 { margin:8px 0 4px; font-size:1.35rem; }
.journey-heading p { margin:0; }
.journey-timeline { margin-top:24px; padding-left:24px; border-left:2px solid #cbd6f6; }
.journey-timeline article { position:relative; padding:0 0 24px; }
.journey-timeline article:last-child { padding-bottom:0; }
.journey-timeline article::before { content:""; position:absolute; width:11px; height:11px; border-radius:50%; background:var(--primary); left:-30px; top:7px; box-shadow:0 0 0 5px #eaf1ff; }
.journey-date { color:var(--primary); font-size:.78rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.journey-timeline h3 { margin:5px 0 4px; font-size:1.12rem; }
.journey-timeline p { margin:0; }
.build-history-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin-top:24px; }
.build-history-grid article { padding:22px; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:var(--shadow-soft); }
.build-history-grid h3 { margin:8px 0 5px; font-size:1.12rem; }
.build-history-grid p { margin:0; }
.build-history-note { margin-top:18px; font-size:.9rem; color:var(--muted); }
.browser-shot { margin:32px 0 0; overflow:hidden; border:1px solid var(--line); border-radius:24px; background:#fff; box-shadow:var(--shadow); }
.browser-chrome { min-height:42px; display:flex; align-items:center; gap:7px; padding:0 15px; border-bottom:1px solid var(--line); background:#f8fafc; color:var(--muted); font-size:.78rem; }
.browser-chrome i { width:9px; height:9px; border-radius:50%; background:#cbd5e1; }
.browser-chrome i:first-child { background:#fb7185; }.browser-chrome i:nth-child(2){background:#fbbf24}.browser-chrome i:nth-child(3){background:#34d399}
.browser-chrome span { margin-left:8px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.browser-shot img { width:100%; height:auto; }
.browser-shot figcaption { padding:14px 18px 18px; color:var(--muted); font-size:.88rem; }
.hero-shot { margin-top:42px; }
.hero-shot img {
  width: 100%; max-width: none; height: 560px; object-fit: cover; object-position: 50% 48%;
  margin: 0;
}
.content-shot img { max-height:760px; object-fit:cover; object-position:top; }
.tall-shot { max-width:620px; }
.tall-shot img { max-height:980px; object-fit:cover; object-position:top; background:#f8fafc; }
.lede { font-size:1.18rem; line-height:1.65; color:var(--text)!important; max-width:65ch; }
.section-lead { margin-top:-6px; color:var(--muted); max-width:64ch; }
.method-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin-top:24px; }
.method-grid article { padding:23px; border:1px solid var(--line); border-radius:19px; background:#fff; box-shadow:var(--shadow-soft); }
.method-grid strong { display:block; margin-bottom:6px; color:var(--text); }
.method-grid p { margin:0; }
.case-gallery { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; margin-top:26px; }
.case-gallery figure { margin:0; overflow:hidden; border:1px solid var(--line); border-radius:22px; background:#fff; box-shadow:var(--shadow-soft); }
.case-gallery img { width:100%; height:auto; }
.case-gallery figcaption { padding:13px 16px 16px; color:var(--muted); font-size:.88rem; }
.ipad-gallery { grid-template-columns:1fr; max-width:760px; margin-inline:auto; }
.delivery-callout { padding:34px; border:1px solid #bfdbfe; border-radius:24px; background:linear-gradient(135deg,#eff6ff,#f5f3ff 56%,#ecfeff); box-shadow:var(--shadow-soft); }
.delivery-callout h2 { margin:10px 0 12px; }
.callout-label,.stack-grid article>span { display:inline-flex; padding:6px 10px; border-radius:999px; background:#e0e7ff; color:#4338ca; font-size:.72rem; font-weight:850; text-transform:uppercase; letter-spacing:.05em; }
.delivery-flow,.stack-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin-top:24px; }
.delivery-flow div,.stack-grid article { position:relative; padding:23px; border:1px solid var(--line); border-radius:19px; background:#fff; box-shadow:var(--shadow-soft); }
.delivery-flow div { padding-left:72px; }
.delivery-flow div>span { position:absolute; left:20px; top:21px; display:grid; place-items:center; width:36px; height:36px; border-radius:12px; background:linear-gradient(135deg,#dbeafe,#ede9fe); color:#3730a3; font-size:.75rem; font-weight:900; }
.delivery-flow strong { display:block; margin-bottom:6px; }.delivery-flow p,.stack-grid p{margin:0}.stack-grid h3{margin:14px 0 8px}
.epic-list { display:grid; gap:10px; margin-top:22px; }
.epic-list article { display:grid; grid-template-columns:74px 1fr auto; gap:14px; align-items:center; padding:15px 18px; border:1px solid var(--line); border-radius:14px; background:#fff; }
.epic-list article:nth-child(1){background:#eef2ff}.epic-list article:nth-child(2){background:#f5f3ff}.epic-list article:nth-child(3){background:#fff1f2}.epic-list article:nth-child(4){background:#ecfeff}.epic-list article:nth-child(5){background:#fefce8}.epic-list article:nth-child(6){background:#f8fafc}
.epic-list span { color:var(--primary-dark); font-size:.72rem; font-weight:900; text-transform:uppercase; }.epic-list small{color:var(--muted)}
.architecture-flow { display:flex; align-items:center; flex-wrap:wrap; gap:10px; margin:22px 0; padding:20px; border:1px solid var(--line); border-radius:20px; background:linear-gradient(135deg,#fff,#f8fafc); }
.architecture-flow span { padding:11px 14px; border-radius:12px; background:#eef2ff; color:#3730a3; font-weight:780; }.architecture-flow b{color:var(--primary)}
.lifecycle-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; margin-top:24px; }
.lifecycle-grid article,.outcome-list article { padding:24px; border:1px solid var(--line); border-radius:20px; background:rgba(255,255,255,.94); box-shadow:var(--shadow-soft); }
.lifecycle-grid article>span { display:grid; place-items:center; width:38px; height:38px; border-radius:12px; background:linear-gradient(135deg,#dbeafe,#ccfbf1); color:var(--primary-dark); font-weight:900; font-size:.78rem; }
.lifecycle-grid h3,.outcome-list h3{margin:16px 0 8px}.lifecycle-grid p,.outcome-list p{margin:0}
.feature-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin-top:24px; }
.feature-grid article { padding:22px; text-align:center; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:var(--shadow-soft); }
.feature-grid article>span { font-size:1.6rem; }.feature-grid h3{margin:10px 0 6px}.feature-grid p{margin:0;font-size:.92rem}
.outcome-list { display:grid; gap:16px; margin-top:22px; }.outcome-list article:first-child{border-left:4px solid var(--primary)}.outcome-list article:nth-child(2){border-left:4px solid var(--purple)}.outcome-list article:nth-child(3){border-left:4px solid var(--teal)}.outcome-list article:nth-child(4){border-left:4px solid var(--orange)}
.support-hero { padding-bottom: 76px; }
.support-hero h1 { max-width: 900px; }
.support-intro { font-size:1.2rem !important; max-width:700px !important; }
.support-section { padding-top: 72px; padding-bottom: 72px; }
.support-tint { background: linear-gradient(135deg, rgba(234,242,255,.66), rgba(245,243,255,.64) 55%, rgba(255,243,248,.58)); border-top: 1px solid rgba(214,224,240,.7); border-bottom: 1px solid rgba(214,224,240,.7); }
.support-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.support-card { padding:24px; border:1px solid var(--line); border-radius:21px; background:rgba(255,255,255,.9); box-shadow:var(--shadow-soft); }
.support-card h3 { margin:16px 0 8px; font-size:1.22rem; letter-spacing:-.02em; }
.support-card p { margin:0; color:var(--muted); font-size:.96rem; }
.support-icon { display:grid; place-items:center; width:44px; height:44px; border-radius:14px; font-size:.76rem; font-weight:900; }
.support-icon.blue { background:#eaf1ff; color:var(--primary); }.support-icon.purple { background:#f1eaff; color:var(--purple); }.support-icon.pink { background:#fff0f6; color:var(--pink); }.support-icon.teal { background:#e9fbf6; color:var(--teal); }
.support-side-title { margin:14px 0 12px; font-size:1.8rem; line-height:1.08; letter-spacing:-.04em; }
.support-side-button { width:100%; margin-top:18px; }
.support-list { display:grid; gap:12px; }
.support-list article { padding:19px 21px; border:1px solid var(--line); border-radius:17px; background:rgba(255,255,255,.88); }
.support-list strong { display:block; margin-bottom:5px; color:var(--text); }
.support-list p { margin:0; }
.support-checklist { display:grid; gap:10px; padding-left:20px; }
.support-callout { display:flex; align-items:center; justify-content:space-between; gap:28px; padding:44px 50px; border:1px solid #cfdbf3; border-radius:30px; background:linear-gradient(135deg,#eaf2ff 0%,#f4edff 52%,#fff3f8 100%); box-shadow:var(--shadow-soft); }
.support-callout h2 { margin:10px 0 10px; font-size:clamp(2rem,4vw,3.5rem); line-height:1; letter-spacing:-.05em; }
.support-callout p { max-width:680px; margin:0; color:var(--muted); }
.support-resource-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; max-width:900px; margin-inline:auto; }
.support-resource-card { padding:32px; border:1px solid var(--line); border-radius:24px; background:rgba(255,255,255,.92); box-shadow:var(--shadow-soft); }
.support-resource-card h2 { margin:16px 0 12px; font-size:1.8rem; letter-spacing:-.04em; }
.support-resource-card p { color:var(--muted); }
.support-links { display:grid; gap:10px; margin-top:20px; }
.support-links a { display:flex; align-items:center; justify-content:space-between; gap:16px; padding:14px 16px; border:1px solid var(--line); border-radius:14px; color:var(--primary); font-weight:800; background:#f8faff; }
.support-links a:hover { border-color:#b9ccf5; background:#f1f6ff; }
.support-links-inline { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); max-width:620px; margin-top:24px; }
.support-email { display:inline-block; margin-top:12px; padding:12px 14px; border-radius:12px; color:var(--text) !important; background:#f7f9ff; border:1px solid var(--line); font-weight:800; letter-spacing:.02em; }
.support-email span { color:var(--primary); font-size:.78em; letter-spacing:.12em; }
.support-about-card { max-width:900px; padding:42px 48px; border:1px solid #cfdbf3; border-radius:30px; background:rgba(255,255,255,.8); box-shadow:var(--shadow-soft); }
.support-about-card h2 { margin:12px 0 12px; font-size:clamp(2.2rem,4vw,3.6rem); line-height:1; letter-spacing:-.05em; }
.support-about-card p { max-width:760px; margin:0; color:var(--muted); font-size:1.08rem; }
.credit-section { padding:38px 0; color:var(--muted); font-size:.84rem; background:linear-gradient(135deg,rgba(238,244,255,.72),rgba(245,243,255,.72)); border-top:1px solid var(--line); }
.credit-section .container { max-width:var(--max); }
.credit-section p { max-width:760px; margin:0 auto; padding:18px 22px; text-align:center; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.72); }
.device-showcase { margin-top:42px; }
.device-tabs { display:inline-flex; gap:4px; padding:4px; margin-bottom:14px; border:1px solid var(--line); border-radius:999px; background:rgba(255,255,255,.78); box-shadow:var(--shadow-soft); }
.device-tab { border:0; border-radius:999px; padding:9px 18px; color:var(--muted); background:transparent; font-weight:850; cursor:pointer; }
.device-tab.is-active { color:var(--primary-dark); background:#eaf1ff; box-shadow:0 4px 12px rgba(36,107,253,.1); }
.device-tab:focus-visible { outline:3px solid rgba(36,107,253,.3); outline-offset:2px; }
.device-panel { margin-top:0; }
.device-panel[hidden] { display:none; }
.policy-hero { padding-bottom:46px; }
.policy-date { font-size:1rem !important; }
.policy-section { padding-top:42px; }
.policy-content { max-width:780px; }
.policy-content section { padding:28px 0; border-bottom:1px solid var(--line); }
.policy-content section:first-child { padding-top:0; }
.policy-content section:last-child { border-bottom:0; }
.policy-content h2 { margin:0 0 10px; font-size:1.7rem; letter-spacing:-.035em; }
.policy-content p { margin:0 0 12px; color:var(--muted); }
.policy-content p:last-child { margin-bottom:0; }
.inline-link { color:var(--primary); font-weight:800; }
@media(max-width:900px){.privacy-screenshot-grid{grid-template-columns:1fr}.privacy-comparison-grid{grid-template-columns:1fr}.privacy-reading-card{grid-template-columns:1fr}.privacy-meaning-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fact-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-grid,.case-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.method-grid{grid-template-columns:1fr}}
@media(max-width:900px){.tutorial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.support-resource-grid{grid-template-columns:1fr}.support-callout{align-items:flex-start; flex-direction:column}}
@media(max-width:680px){.delivery-flow,.stack-grid,.lifecycle-grid,.feature-grid,.case-gallery{grid-template-columns:1fr}.fact-strip{grid-template-columns:1fr 1fr}.epic-list article{grid-template-columns:1fr}.epic-list small{justify-self:start}.architecture-flow{flex-direction:column;align-items:stretch}.architecture-flow b{transform:rotate(90deg);align-self:center}.browser-shot{border-radius:16px}.hero-shot img,.content-shot img{max-height:none}.delivery-callout{padding:25px}.support-grid{grid-template-columns:1fr}.support-callout{padding:32px 26px}.support-about-card{padding:32px 26px}.support-links-inline{grid-template-columns:1fr}.support-hero{padding-bottom:54px}}
@media(max-width:680px){.project-visual-real{min-height:470px;height:470px}}
@media(max-width:680px){.hero-shot img{height:420px;object-position:50% 48%}}
@media(max-width:680px){.build-history-grid{grid-template-columns:1fr}}
@media(max-width:680px){.tutorial-grid{grid-template-columns:1fr}.tutorial-coming-soon{align-items:flex-start;flex-direction:column}}
@media(max-width:680px){.privacy-callout-card{grid-template-columns:1fr}.privacy-meaning-grid{grid-template-columns:1fr}.back-to-top{right:16px;bottom:16px}}

/* ==========================================================================
   Max Photo Frames — the illustrated stage (T10.5)

   A hand port of ShowcaseStage.swift. Same vocabulary, same geometry, same
   colours, so the site shows what the app shows.

   NOTE FOR WHOEVER CHANGES EITHER SIDE: this is a SECOND implementation, not a
   shared one. Swift and CSS cannot share a source of truth without a build step
   this site deliberately does not have. If the app's stage changes, change this
   too — nothing will catch it for you.
   ========================================================================== */

.mpf-stage-block { display: grid; gap: 1rem; margin: 1.25rem 0 0; }

/* Sizes are in container-query units so every glyph scales with the stage, the
   way the app's fixed 340pt layout does. Percentage font-size would be relative
   to the PARENT'S FONT SIZE, not the box — the first version of this made every
   emoji a few pixels tall. */
.mpf-stage {
  container-type: inline-size;
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 392 / 340;
  margin-inline: auto;
  border-radius: 16px;
  background: linear-gradient(135deg, #333333, #1a1a1a);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
  transition: border-radius .35s ease, background .35s ease, box-shadow .35s ease;
}
.mpf-stage::after {
  content: ""; position: absolute; inset: 0;
  border-radius: inherit; border: 1px solid rgba(255, 255, 255, .15);
  pointer-events: none;
}

.mpf-matte {
  position: absolute; inset: 4.6%;
  border-radius: 8px; background: #f5f5f5;
  transition: inset .35s ease, background .35s ease;
}

.mpf-canvas {
  container-type: inline-size;
  position: absolute; inset: 6.6%;
  border-radius: 6px; overflow: hidden;
  background: #eef2f7;
}

.mpf-layer { position: absolute; inset: 0; transition: opacity .35s ease, filter .35s ease; }
.mpf-sky        { z-index: 1; background: rgba(0, 122, 255, .5); }
.mpf-background { z-index: 2; }
.mpf-text       { z-index: 3; }
.mpf-object     { z-index: 4; }
.mpf-subject    { z-index: 5; }
.mpf-foreground { z-index: 6; }

.mpf-em { position: absolute; line-height: 1; user-select: none; }
.mpf-cloud { font-size: 17.6cqw; left: 23.5%; top: 21%; }
.mpf-sun   { font-size: 14.7cqw; left: 73.5%; top: 14%; }
.mpf-moon  { font-size: 14.7cqw; left: 73.5%; top: 14%; opacity: 0; }
.mpf-hills { font-size: 22cqw;   left: 50%; bottom: 24%; transform: translateX(-50%); white-space: nowrap; }
.mpf-dog   { font-size: 20.6cqw; right: 17.6%; bottom: 10%; }
.mpf-person{ font-size: 38cqw;   left: 20.6%; bottom: 0; }
.mpf-plants{ font-size: 25cqw;   left: 50%; bottom: -7%; transform: translateX(-50%); white-space: nowrap; letter-spacing: -.2em; }

.mpf-text span {
  position: absolute; left: 50%; top: 58%;
  transform: translate(-50%, -50%);
  font-weight: 900; font-size: 11cqw;
  color: #fff; text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
  white-space: nowrap; opacity: 0;
  transition: opacity .35s ease;
}

/* 3D Pop: a SECOND copy of the subject, outside the canvas clip, so it can
   cross the frame edge. That crossing is the whole effect. */
.mpf-pop {
  position: absolute; left: 24%; bottom: 2%;
  font-size: 33cqw; line-height: 1;
  transform-origin: bottom center; transform: scale(1.3) translateY(10%);
  filter: drop-shadow(0 14px 12px rgba(0, 0, 0, .45));
  opacity: 0; transition: opacity .35s ease; pointer-events: none; z-index: 7;
}

/* ---- States ---- */
.mpf-stage[data-look="gradient"] { border-radius: 20px; background: linear-gradient(135deg, #5c4db8, #d9708c); box-shadow: 0 14px 16px rgba(0,0,0,.32); }
.mpf-stage[data-look="gradient"] .mpf-matte { inset: 5.1%; background: #f7f7f7; }
.mpf-stage[data-look="oak"] { border-radius: 10px; background: linear-gradient(135deg, #8c6138 0%, #9e7042 18%, #7a522e 35%, #996b3d 55%, #805730 74%, #94663b 100%); box-shadow: 0 13px 14px rgba(0,0,0,.34); }
.mpf-stage[data-look="oak"] .mpf-matte { inset: 5.6%; background: #f2f2f2; }
.mpf-stage[data-look="deep"] { border-radius: 6px; background: linear-gradient(135deg, #292929, #0a0a0a); box-shadow: 0 26px 30px rgba(0,0,0,.6); }
.mpf-stage[data-look="deep"] .mpf-matte { inset: 3.6%; background: #6b6b6b; } /* mid grey, not another near-black: see ShowcaseFrameLook.deep */

.mpf-stage[data-mode="portraitBlur"] .mpf-sky,
.mpf-stage[data-mode="portraitBlur"] .mpf-background { filter: blur(4px); }
.mpf-stage[data-mode="portraitBlur"] .mpf-foreground { filter: blur(6px); }

.mpf-stage[data-mode="removeBackground"] .mpf-sky,
.mpf-stage[data-mode="removeBackground"] .mpf-background,
.mpf-stage[data-mode="removeBackground"] .mpf-foreground { opacity: 0; }

.mpf-stage[data-mode="removeForeground"] .mpf-subject,
.mpf-stage[data-mode="removeForeground"] .mpf-object { opacity: 0; }

.mpf-stage[data-text="behind"] .mpf-text span,
.mpf-stage[data-text="front"]  .mpf-text span { opacity: 1; }
.mpf-stage[data-text="front"]  .mpf-text { z-index: 7; }

.mpf-stage[data-pop="true"] .mpf-subject { opacity: 0; }
.mpf-stage[data-pop="true"] .mpf-pop { opacity: 1; }

/* ---- Controls ---- */
.mpf-controls { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; }
.mpf-chip {
  font: inherit; font-size: .85rem; font-weight: 600;
  padding: .5rem .9rem; border-radius: 12px; cursor: pointer;
  border: 1px solid rgba(0, 0, 0, .12); background: #fff; color: inherit;
}
.mpf-chip[aria-pressed="true"] { background: #3a34a4; border-color: transparent; color: #fff; }
.mpf-where {
  display: grid; gap: .5rem; padding: .9rem 1rem;
  border: 1px solid rgba(0, 0, 0, .12); border-radius: 14px;
}
.mpf-where p { margin: 0; }
.mpf-where .mpf-requires { font-size: .9rem; opacity: .75; }
