:root {
  color-scheme: dark;
  --bg: #101010;
  --surface: #191919;
  --elevated: #222;
  --text: #f7f4ee;
  --muted: #b6b1a9;
  --subtle: #99968f;
  --accent: #ef6048;
  --line: #34312e;
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 4px; text-decoration-thickness: 1px; }
a:hover { color: var(--accent); }
a:focus-visible, summary:focus-visible { outline: 3px solid #ffbc85; outline-offset: 5px; border-radius: 3px; }
h1, h2, h3, p { margin: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.05; letter-spacing: -.04em; }
h1 { font-size: clamp(46px, 4.6vw, 68px); }
h2 { font-size: clamp(36px, 3.6vw, 52px); }
h3 { font-size: 19px; line-height: 1.4; font-weight: 500; letter-spacing: -.02em; }
h1 em { font-weight: 400; color: var(--accent); }
p + p { margin-top: 16px; }
.container { width: min(1160px, calc(100% - 80px)); margin-inline: auto; }
.narrow { max-width: 780px; }
.skip-link { position: fixed; top: -100px; left: 24px; background: var(--text); color: var(--bg); padding: 12px 20px; z-index: 100; }
.skip-link:focus { top: 12px; }
.site-header { border-bottom: 1px solid var(--line); background: rgba(16,16,16,.96); }
.nav-wrap { min-height: 90px; width: min(1360px, calc(100% - 80px)); margin: auto; display: flex; align-items: center; gap: 38px; }
.wordmark { display: inline-flex; flex: 0 0 auto; line-height: 1; text-decoration: none; }
.wordmark img { width: 56px; height: 28px; object-fit: cover; }
.site-footer .wordmark img { width: 42px; height: 21px; }
.site-header nav { display: flex; gap: 30px; margin-left: auto; }
.site-header nav a { font-size: 13px; color: var(--muted); text-decoration: none; }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { color: var(--text); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 51px; padding: 13px 23px; background: var(--accent); color: #16110f; border: 1px solid var(--accent); border-radius: 999px; font-size: 14px; font-weight: 700; line-height: 1.4; text-decoration: none; transition: background .2s, transform .2s; }
.button:hover { background: #ff7d65; color: #16110f; transform: translateY(-1px); }
.button-small { min-height: 42px; padding: 10px 18px; font-size: 12px; }
.button-outline { background: transparent; color: var(--text); border-color: #756059; }
.button-outline:hover { background: #3a251f; color: var(--text); }
.text-link { display: inline-block; font-size: 14px; font-weight: 500; }
.eyebrow { font-size: 10px; line-height: 1.6; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
.hero { padding: 68px 0 70px; position: relative; }
.hero::before { position: absolute; content: ''; inset: 0; pointer-events: none; background: radial-gradient(ellipse at 65% 70%, #a23c2020, transparent 55%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; position: relative; }
.hero-copy h1 { margin-top: 18px; }
.hero-sub { margin-top: 24px; color: var(--muted); max-width: 570px; font-size: 16px; line-height: 1.75; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 28px; }
.fine { font-size: 11px; color: var(--subtle); line-height: 1.7; }
.hero-copy > .fine, .page-hero .fine { margin-top: 15px; }
.hero-proof { padding-top: 9px; }
.sample-window { border: 1px solid #48403a; border-radius: 13px; overflow: hidden; background: var(--surface); box-shadow: 0 20px 70px #0003; }
.sample-window-top { padding: 14px 16px; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 9px; letter-spacing: .02em; border-bottom: 1px solid #48403a; }
.window-dots { color: #83736a; font-size: 7px; letter-spacing: 2px; }
.sample-tag { margin-left: auto; color: #e7c6aa; border: 1px solid #5b4b40; border-radius: 999px; padding: 1px 8px; font-size: 9px; }
.sample-design { width: 100%; }
.sample-note { display: flex; gap: 14px; padding: 21px 20px 23px; border-top: 1px solid #48403a; }
.sample-note p:not(.eyebrow) { font-size: 12px; margin-top: 6px; color: #e4ded6; line-height: 1.6; }
.sample-note .eyebrow { font-size: 9px; letter-spacing: .06em; }
.number-pill { width: 27px; height: 27px; border: 1px solid #755045; border-radius: 50%; color: var(--accent); font-size: 10px; display: grid; place-items: center; flex-shrink: 0; }
.caption { color: var(--subtle); font-size: 10px; line-height: 1.7; margin-top: 13px; }
.section { padding: 94px 0; }
.compact { padding: 52px 0; }
.border-top { border-top: 1px solid var(--line); }
.section-heading { max-width: 680px; margin-bottom: 44px; }
.section-heading h2, .split-section > div > h2 { margin-top: 15px; }
.section-heading > p:last-child:not(.eyebrow) { color: var(--muted); margin-top: 20px; }
.work-types { display: grid; grid-template-columns: .7fr 1fr 1fr 1fr; gap: 30px; align-items: center; }
.work-types a { display: flex; align-items: flex-start; gap: 12px; text-decoration: none; }
.work-types a > span { font-size: 10px; color: var(--accent); margin-top: 6px; }
.work-types h2 { font-size: 25px; letter-spacing: -.03em; }
.work-types p { font-size: 11px; color: var(--muted); margin-top: 10px; max-width: 180px; }
.work-types > .eyebrow { margin-top: 0; }
.split-section { display: grid; grid-template-columns: 1fr 1.08fr; gap: 96px; align-items: start; }
.section-intro { color: var(--muted); font-size: 15px; max-width: 430px; margin-top: 24px; }
.section-intro + .text-link { margin-top: 26px; }
.fix-list { list-style: none; padding: 0; margin: 0; }
.fix-list li { display: flex; align-items: flex-start; gap: 21px; padding: 27px 0; border-top: 1px solid var(--line); }
.fix-list li:first-child { padding-top: 0; border-top: 0; }
.fix-list li:last-child { padding-bottom: 0; }
.fix-number { color: var(--accent); font-family: var(--serif); font-size: 30px; line-height: 1.2; }
.fix-list h3 { margin-bottom: 10px; }
.fix-list p { font-size: 13px; }
.fix-list p + p { margin-top: 10px; }
.fix-list strong { font-weight: 500; color: var(--accent); }
.muted { color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; list-style: none; padding: 0; margin: 0; }
.steps li { border-top: 1px solid var(--line); padding-top: 25px; }
.steps li > span { color: var(--accent); font-family: var(--serif); font-size: 36px; }
.steps h3 { margin-top: 18px; }
.steps p { color: var(--muted); font-size: 14px; margin-top: 12px; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.price-card { background: var(--surface); border: 1px solid var(--line); border-radius: 15px; padding: 36px; }
.price-card.pro { background: linear-gradient(130deg, #33221d, #1c1917); border-color: #705044; }
.price-card h3 { font-size: 21px; margin-top: 14px; }
.price { font-family: var(--serif); font-size: 56px; line-height: 1.2; margin-top: 20px; }
.price span { font-family: var(--sans); font-size: 13px; color: var(--muted); padding-left: 8px; }
.check-list { list-style: none; margin: 26px 0 28px; padding: 0; }
.check-list li { margin-top: 11px; color: #d1cbc3; font-size: 13px; padding-left: 24px; position: relative; }
.check-list li::before { content: '✓'; color: var(--accent); position: absolute; left: 0; }
.price-card .fine { margin-top: 21px; max-width: 470px; }
.prose { color: var(--muted); font-size: 15px; }
.prose h2 { color: var(--text); margin: 45px 0 21px; font-size: 34px; }
.prose h3 { color: var(--text); margin: 28px 0 12px; }
.prose > h3:first-child { margin-top: 0; }
.prose a { color: var(--text); }
.prose a:hover { color: var(--accent); }
.prose ul { padding-left: 23px; }
.prose li { margin-bottom: 12px; }
.closing { background: radial-gradient(ellipse at 50% 50%, #612a192b, transparent 60%); text-align: center; border-top: 1px solid var(--line); }
.closing-icon { margin: 0 auto 22px; border-radius: 17px; box-shadow: 0 8px 35px #b0321822; }
.closing h2 { margin: 13px 0 28px; }
.closing .fine { margin-top: 18px; }
.site-footer { border-top: 1px solid var(--line); padding: 57px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }
.footer-grid > div:first-child > p { margin-top: 18px; font-size: 13px; color: var(--muted); }
.footer-grid h2 { font-family: var(--sans); font-size: 11px; color: var(--subtle); letter-spacing: .08em; text-transform: uppercase; line-height: 1.7; margin-bottom: 17px; }
.footer-grid > div:not(:first-child) a { display: block; font-size: 12px; color: var(--muted); text-decoration: none; margin: 10px 0; }
.footer-grid a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 22px; margin-top: 46px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-bottom p, .footer-bottom a { font-size: 10px; color: var(--subtle); }
.page-hero { padding: 70px 0 36px; }
.page-hero h1 { margin-top: 18px; }
.page-hero .hero-sub { max-width: 650px; }
.callout { margin-top: 30px; padding: 19px 22px; border-left: 2px solid var(--accent); background: #211b17; font-size: 12px; color: #cdc3b8; line-height: 1.8; }
.sample-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.sample-layout > div > .eyebrow { margin-bottom: 26px; }
.context-list { margin: 28px 0 0; font-size: 13px; }
.context-list > div { padding: 14px 0; border-bottom: 1px solid var(--line); }
.context-list dt { color: var(--accent); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.context-list dd { margin: 6px 0 0; color: var(--muted); }
.editorial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
.editorial-grid article { border-top: 1px solid var(--line); padding-top: 24px; }
.editorial-grid p { margin-top: 12px; color: var(--muted); font-size: 14px; }
.wide-art { width: 100%; margin-top: 30px; border: 1px solid var(--line); border-radius: 12px; }
.quote-card { margin-top: 27px; padding: 28px; background: #1e1d19; border: 1px solid #454034; border-radius: 12px; }
.quote-card blockquote { margin: 17px 0 0; font-family: var(--serif); font-size: 28px; color: var(--text); line-height: 1.4; }
.quote-card > p:not(.eyebrow) { color: var(--text); font-family: var(--serif); font-size: 22px; line-height: 1.5; }
.faq details { border-bottom: 1px solid var(--line); padding: 23px 0; }
.faq summary { cursor: pointer; font-size: 17px; font-weight: 500; list-style: none; display: flex; justify-content: space-between; gap: 20px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--accent); flex-shrink: 0; }
.faq details[open] summary::after { content: '−'; }
.faq details .prose { padding: 17px 30px 0 0; font-size: 14px; }
.contact-card { padding: 40px 0 0; }
.contact-card p { color: var(--muted); margin: 18px 0; }
.legal > p:first-child { margin-top: 0; }
@media (max-width: 1050px) {
  .hero-grid { gap: 34px; }
  h1 { font-size: 52px; }
  .split-section { gap: 50px; }
  .work-types { grid-template-columns: 1fr 1fr 1fr; }
  .work-types > .eyebrow { grid-column: 1/-1; max-width: none; }
  .site-header nav { gap: 19px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 30px; }
  .container, .nav-wrap { width: calc(100% - 40px); }
  .nav-wrap { min-height: 73px; gap: 16px; }
  .wordmark img { width: 50px; height: 25px; }
  .site-footer .wordmark img { width: 38px; height: 19px; }
  .site-header nav { margin-left: auto; }
  .site-header nav a { display: none; }
  .site-header nav a:last-child { display: inline; font-size: 11px; }
  .button-small { min-height: 38px; padding: 8px 13px; }
  .hero { padding: 37px 0 45px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  h1 { font-size: clamp(40px, 10.6vw, 58px); line-height: 1.06; }
  h2 { font-size: 37px; }
  .hero-copy h1 { margin-top: 16px; }
  .hero-copy h1 br { display: none; }
  .eyebrow { font-size: 9px; }
  .hero-sub { font-size: 14px; margin-top: 19px; line-height: 1.7; }
  .actions { gap: 18px; margin-top: 22px; }
  .button { min-height: 49px; font-size: 13px; padding: 12px 19px; }
  .button-small { min-height: 38px; font-size: 11px; padding: 8px 13px; }
  .text-link { font-size: 12px; }
  .hero-copy > .fine { margin-top: 12px; font-size: 10px; }
  .hero-proof { padding-top: 0; }
  .sample-window-top { padding: 12px; font-size: 8px; }
  .sample-note { padding: 17px 15px; gap: 11px; }
  .sample-note p:not(.eyebrow) { font-size: 11px; }
  .caption { font-size: 9px; }
  .section { padding: 60px 0; }
  .compact { padding: 35px 0; }
  .work-types { grid-template-columns: 1fr; gap: 0; }
  .work-types > .eyebrow { margin-bottom: 17px; }
  .work-types a { padding: 22px 0; border-bottom: 1px solid var(--line); gap: 15px; }
  .work-types a:last-child { border-bottom: 0; }
  .work-types h2 { font-size: 27px; }
  .work-types p { font-size: 12px; max-width: 260px; margin-top: 5px; }
  .split-section, .sample-layout { grid-template-columns: 1fr; gap: 38px; }
  .section-intro { font-size: 14px; margin-top: 20px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading > p:last-child:not(.eyebrow) { font-size: 14px; }
  .fix-list li { gap: 18px; padding-block: 24px; }
  .fix-list p { font-size: 13px; }
  .fix-list h3 { font-size: 18px; }
  .steps, .editorial-grid { grid-template-columns: 1fr; gap: 28px; }
  .steps li { display: grid; grid-template-columns: 45px 1fr; gap: 6px 15px; padding-top: 23px; }
  .steps li > span { grid-row: 1/3; font-size: 30px; }
  .steps h3 { margin-top: 0; }
  .steps p { margin-top: 0; font-size: 13px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { padding: 28px 25px; }
  .price-card .fine { font-size: 10px; }
  .price { font-size: 49px; }
  .prose { font-size: 14px; }
  .prose h2 { font-size: 31px; }
  .closing-icon { width: 64px; height: 64px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 34px; }
  .site-footer { padding-top: 40px; }
  .page-hero { padding: 43px 0 24px; }
  .page-hero h1 br { display: none; }
  .page-hero .fine { font-size: 10px; }
  .callout { font-size: 11px; padding: 17px; }
  .sample-layout { gap: 38px; }
  .quote-card { padding: 24px; }
  .quote-card blockquote { font-size: 26px; }
  .faq summary { font-size: 15px; }
  .faq details .prose { padding-right: 0; font-size: 13px; }
}
@media (max-width: 360px) {
  .site-header nav { display: none; }
  .nav-wrap > .button { margin-left: auto; }
  .actions { align-items: flex-start; gap: 14px; }
  h1 { font-size: 39px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Preserve Apple’s official badge artwork, proportions and clear space. */
.app-store-badge { display: inline-flex; flex: 0 0 auto; padding: 12px; line-height: 0; border-radius: 8px; }
.app-store-badge img { display: block; width: auto; height: 48px; max-width: none; }
.app-store-badge:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.apple-credit { color: var(--muted); font-size: 11px; line-height: 1.6; padding-bottom: 24px; }
