/*
Theme Name: Photo Pin
Theme URI: https://photo-pin.com/
Author: Photo Pin
Description: A fast, accessible landing page for the private Photo Pin Android app.
Version: 1.1.0
Text Domain: photo-pin
*/

:root {
  --ink: #211d2b;
  --muted: #665f71;
  --paper: #fffcff;
  --panel: #f5f0fb;
  --line: #e5ddef;
  --purple: #7956bb;
  --lilac: #c9b0ff;
  --deep: #2a2632;
  --radius: 24px;
  --content: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid #5f38a4; outline-offset: 4px; }
img { max-width: 100%; height: auto; display: block; }
.wrap { width: min(calc(100% - 40px), var(--content)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(229, 221, 239, .85); background: rgba(255, 252, 255, .92); backdrop-filter: blur(14px); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.18rem; letter-spacing: -.03em; }
.brand-mark { width: 34px; height: 34px; display: block; overflow: hidden; border-radius: 10px; flex: 0 0 auto; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.nav-links { display: flex; align-items: center; gap: 20px; color: var(--muted); font-size: .93rem; }
.nav-links a:hover { color: var(--purple); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 0; border-radius: 999px; color: #21133d; background: var(--lilac); font-weight: 750; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(92, 55, 153, .18); }
.button.dark { color: #fff; background: var(--deep); }
.eyebrow { color: var(--purple); font-size: .83rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hero { overflow: hidden; padding: 78px 0 46px; background: radial-gradient(circle at 75% 22%, #e8dcff 0, transparent 27%), linear-gradient(180deg, #fbf8ff 0%, var(--paper) 100%); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(36px, 7vw, 88px); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 20px; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: 1.01; letter-spacing: -.06em; }
.hero-copy { max-width: 620px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.micro-copy { margin-top: 16px; color: var(--muted); font-size: .87rem; }
.phone-frame { position: relative; max-width: 318px; margin: 0 auto; padding: 12px; border: 9px solid #1b1820; border-radius: 42px; background: #1b1820; box-shadow: 0 28px 70px rgba(46, 25, 72, .25); transform: rotate(4deg); }
.phone-frame::before { content: ""; position: absolute; top: 8px; left: 50%; width: 88px; height: 20px; border-radius: 999px; background: #1b1820; transform: translateX(-50%); }
.phone-frame img { border-radius: 24px; }
.proof { padding: 22px 0 62px; }
.proof-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.proof-item { padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: #fff; color: var(--muted); text-align: center; font-size: .95rem; }
.proof-item strong { display: block; margin-bottom: 3px; color: var(--ink); }
.section { padding: 94px 0; }
.section.tint { background: var(--panel); }
.section-heading { max-width: 680px; margin-bottom: 42px; }
h2 { margin-bottom: 14px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.03; letter-spacing: -.05em; }
.section-heading p { color: var(--muted); font-size: 1.08rem; }
.advantages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.advantage { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.number { display: inline-grid; width: 38px; height: 38px; margin-bottom: 24px; place-items: center; border-radius: 50%; color: #4e2b88; background: #e9dcff; font-weight: 800; }
.advantage h3 { margin-bottom: 8px; font-size: 1.22rem; }
.advantage p { margin: 0; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.step img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: top; background: #29252f; }
.step-copy { padding: 22px; }
.step-copy span { color: var(--purple); font-size: .82rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.step-copy h3 { margin: 6px 0 8px; font-size: 1.25rem; }
.step-copy p { margin: 0; color: var(--muted); }
.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 76px); align-items: center; }
.image-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: start; }
.image-pair img { border-radius: 18px; box-shadow: 0 18px 40px rgba(43, 30, 58, .16); }
.image-pair img:last-child { margin-top: 42px; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; margin: 0 0 14px; padding-left: 30px; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--purple); font-weight: 900; }
.note { margin-top: 22px; padding: 17px 19px; border-left: 4px solid var(--lilac); border-radius: 0 12px 12px 0; background: #f8f3ff; color: var(--muted); font-size: .94rem; }
.faq { display: grid; gap: 10px; }
details { border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 0 20px; }
summary { cursor: pointer; padding: 18px 28px 18px 0; font-weight: 750; list-style: none; position: relative; }
summary::after { content: "+"; position: absolute; right: 0; color: var(--purple); font-size: 1.35rem; }
details[open] summary::after { content: "–"; }
details p { padding-bottom: 18px; color: var(--muted); }
.cta { padding: 78px 0; background: var(--deep); color: #fff; text-align: center; }
.cta h2 { max-width: 720px; margin-inline: auto; }
.cta p { max-width: 620px; margin: 0 auto 24px; color: #ddd5e8; }
.cta .button { background: #cbb0ff; }
.coming-soon { cursor: default; }
.site-footer { padding: 34px 0; background: #17141c; color: #c9c2d2; font-size: .9rem; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
@media (max-width: 800px) { .nav-links { display: none; } .hero { padding-top: 52px; } .hero-grid, .feature-split { grid-template-columns: 1fr; } .hero-visual { order: -1; } .phone-frame { max-width: 275px; transform: rotate(2deg); } .advantages, .steps { grid-template-columns: 1fr; } .proof-list { grid-template-columns: 1fr; } .section { padding: 68px 0; } }
@media (max-width: 480px) { .wrap { width: min(calc(100% - 28px), var(--content)); } .nav { min-height: 64px; } .brand { font-size: 1.05rem; } .hero-actions .button { width: 100%; } .footer-row { align-items: flex-start; flex-direction: column; } }
