:root { color-scheme: light; --ink: #1d1c1c; --muted: #676465; --peach: #fdf2ee; --rose: #fbdad5; --coral: #e86a5e; --coral-deep: #d45a50; --line: #f0e3de; --card: #fffaf7; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--peach); font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Segoe UI', sans-serif; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--coral-deep); outline-offset: 4px; }
.shell { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -100px; z-index: 20; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(253,242,238,.85); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { text-decoration: none; font-weight: 800; font-size: 28px; letter-spacing: -.06em; line-height: 1; }
.wordmark span { color: var(--coral); }
.header-inner nav, .footer-inner nav { display: flex; align-items: center; gap: 28px; }
.header-inner nav a, .footer-inner nav a { text-decoration: none; font-size: 15px; font-weight: 600; }
.header-inner nav a:not(.button):hover, .footer-inner nav a:hover { color: var(--coral-deep); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.04em; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 14px 26px; background: var(--ink); color: #fff; border-radius: 999px; font-size: 15px; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #3b3031; }
.button[aria-disabled="true"] { opacity: .55; pointer-events: none; }
.button-small { min-height: 40px; padding: 9px 18px; font-size: 13px; }

.hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; gap: 48px; padding-top: 72px; padding-bottom: 88px; }
.hero-copy { max-width: 560px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #a25652; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
.hero h1 { font-size: clamp(44px, 6vw, 76px); line-height: 1.05; letter-spacing: -.05em; margin-bottom: 24px; }
.hero h1 em { color: var(--coral); font-style: normal; }
.lead { color: #555152; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 34px; }
.availability { color: var(--muted); font-size: 14px; font-weight: 600; }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ''; position: absolute; z-index: -2; width: 92%; aspect-ratio: 1; border-radius: 50%; background: var(--rose); box-shadow: 0 0 0 48px rgba(251,218,213,.45); }
.shot { border-radius: 42px; box-shadow: 0 34px 44px rgba(57,39,34,.18); border: 6px solid #1d1c1c; }
.shot-front { width: min(320px, 64%); height: auto; position: relative; z-index: 2; transform: rotate(3deg) translateX(14%); }
.shot-back { width: min(300px, 58%); height: auto; position: absolute; z-index: 1; transform: rotate(-6deg) translateX(-52%); opacity: .98; }

.features { background: #fff; padding: 96px 0 108px; border-radius: 48px 48px 0 0; }
.features h2, .support h2 { font-size: clamp(34px, 4vw, 54px); line-height: 1.12; }
.features h2 { margin-bottom: 52px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.feature-card { border: 1px solid var(--line); border-radius: 28px; background: var(--card); padding: 34px; }
.feature-icon { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: var(--rose); font-size: 24px; margin-bottom: 24px; }
.feature-card h3 { font-size: 22px; margin-bottom: 10px; }
.feature-card p { color: var(--muted); font-size: 15px; line-height: 1.65; margin-bottom: 0; }

.support { padding: 100px 0 110px; }
.support-inner { max-width: 720px; }
.support-inner > p { color: var(--muted); font-size: 18px; line-height: 1.6; margin-bottom: 28px; }
.support-notes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 44px; }
.note-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 28px; }
.note-card h3 { font-size: 17px; margin-bottom: 8px; }
.note-card p { color: var(--muted); font-size: 14px; line-height: 1.6; margin-bottom: 0; }
.note-card a { color: var(--coral-deep); font-weight: 600; }

.site-footer { border-top: 1px solid var(--line); }
.footer-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-inner p { color: var(--muted); font-size: 14px; margin: 0; }

/* Legal page (privacy) */
.page-main { padding: 72px 0 100px; max-width: 780px; }
.page-main h1 { font-size: clamp(38px, 5vw, 60px); margin-bottom: 18px; }
.page-lead { color: #555152; font-size: 19px; line-height: 1.6; }
.updated { color: var(--muted); font-size: 13px; margin-bottom: 44px; }
.prose section { margin-bottom: 34px; }
.prose h2 { font-size: 21px; margin-bottom: 10px; }
.prose p { color: var(--muted); font-size: 15px; line-height: 1.7; }
.prose a { color: var(--coral-deep); font-weight: 600; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; padding-top: 48px; padding-bottom: 60px; }
  .hero-visual { min-height: 0; margin-top: 12px; }
  .hero-visual::before { width: 100%; }
  .shot-front { transform: rotate(2deg) translateX(8%); }
  .shot-back { transform: rotate(-5deg) translateX(-42%); }
  .feature-grid, .support-notes { grid-template-columns: 1fr; }
  .header-inner nav { gap: 18px; }
  .header-inner nav a:not(.button) { font-size: 14px; }
}
