@font-face { font-family: Manrope; src: url("/assets/fonts/manrope-200.ttf") format("truetype"); font-weight: 200; font-display: swap; }
@font-face { font-family: Manrope; src: url("/assets/fonts/manrope-400.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: Manrope; src: url("/assets/fonts/manrope-600.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: Manrope; src: url("/assets/fonts/manrope-700.ttf") format("truetype"); font-weight: 700; font-display: swap; }

:root {
  color-scheme: light;
  --navy: #071521;
  --surface: #0b1c2a;
  --cream: #f4efe4;
  --paper: #f2e7ce;
  --ink: #18212a;
  --paper-ink: #28332f;
  --slate: #627e96;
  --slate-soft: #b5c4d0;
  --cloud: #f7fafc;
  --gold: #ddb76d;
  --gold-dark: #9a7c3e;
  --line-dark: rgba(216, 189, 121, .16);
  --line-light: rgba(40, 51, 47, .16);
  --nav-container: min(1280px, calc(100% - 64px));
  --landing-container: min(1120px, calc(100% - 96px));
  font-family: Manrope, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { background: var(--cream); }
body { margin: 0; min-width: 320px; color: var(--paper-ink); background: var(--cream); font-size: 17px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
a { color: inherit; text-underline-offset: .24em; }
a:hover { color: var(--gold); }
a:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; border-radius: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 8px 12px; color: var(--navy); background: var(--gold); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { height: 57px; color: var(--cloud); background: var(--navy); border-bottom: 1px solid var(--line-dark); }
.nav { width: var(--nav-container); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 196px; flex: 0 0 auto; }
.brand img { width: 100%; }
.nav-links { margin-right: 13px; display: flex; align-items: center; gap: 19px; }
.nav-links a { color: var(--slate-soft); font-size: 12px; font-weight: 600; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--gold); }

.landing-container { width: var(--landing-container); margin: auto; }
.landing-hero { height: 582px; color: var(--cloud); background: var(--navy); }
.hero-grid { height: 100%; display: grid; grid-template-columns: minmax(0, 11fr) minmax(220px, 7fr); align-items: start; gap: 48px; }
.hero-copy { max-width: 440px; padding-top: 126px; }
.eyebrow { margin: 0 0 22px; color: var(--gold); font-size: 10px; line-height: 1.4; font-weight: 700; letter-spacing: .32em; text-transform: uppercase; }
.hero-copy h1 { margin: 0; color: var(--cloud); font-size: 48px; line-height: 1.08; font-weight: 200; letter-spacing: -.05em; }
.hero-copy > p:last-child { max-width: 330px; margin: 27px 0 0; color: var(--slate-soft); font-size: 17px; line-height: 1.55; }

.product-visual { background: transparent; filter: drop-shadow(0 20px 26px rgba(0, 0, 0, .28)); }
.product-visual img { width: 100%; height: auto; object-fit: contain; clip-path: inset(1.1% 4% 1% 4% round 17% / 7.5%); }
.product-visual img[src*="passport-phone"] { clip-path: inset(1.1% 4% 4% 4% round 17% / 7.5%); }
.hero-visual { width: 100%; max-width: 255px; margin-top: 0; margin-left: -78px; justify-self: center; }

.landing-intro { height: 235px; padding: 30px 24px 22px; text-align: center; background: var(--cream); }
.intro-inner { width: min(585px, 100%); margin: auto; }
.intro-inner h2 { margin: 0; color: var(--ink); font-size: 34px; line-height: 1.2; font-weight: 200; letter-spacing: -.04em; }
.intro-inner > p { margin: 10px 0 0; color: var(--slate); font-size: 15px; line-height: 1.5; }
.brand-rule { margin: 3px 0 0; display: grid; grid-template-columns: 1fr 36px 1fr; align-items: center; gap: 12px; }
.brand-rule span { height: 1px; background: rgba(154, 124, 62, .48); }
.brand-rule img { width: 31px; margin: auto; }

.feature-section { scroll-margin-top: 20px; }
.feature-light { color: var(--paper-ink); background: var(--cream); }
.feature-dark { color: var(--cloud); background: var(--navy); }
.feature-grid { height: 100%; display: grid; grid-template-columns: minmax(220px, 5fr) minmax(0, 9fr); align-items: center; gap: 72px; }
#passport, #atlas, #collections { height: 520px; }
.feature-copy { max-width: 280px; padding-left: 8px; }
.feature-copy h2 { margin: 0; color: var(--ink); font-size: 32px; line-height: 1.15; font-weight: 200; letter-spacing: -.04em; }
.feature-dark .feature-copy h2 { color: var(--cloud); }
.feature-copy > p:last-child { max-width: 270px; margin: 18px 0 0; color: var(--slate); font-size: 14px; line-height: 1.55; }
.feature-dark .feature-copy > p:last-child { color: var(--slate-soft); }
.feature-rule { width: 44px; height: 2px; margin-top: 17px; display: block; background: var(--gold); }
.shot-pair { height: 100%; display: flex; align-items: center; justify-content: center; gap: 20px; overflow: visible; }
.product-visual-small, .product-visual-small:last-child { width: 205px; flex: 0 0 auto; }
.feature-visual-single, .feature-collections .feature-visual-single { width: 205px; justify-self: center; }

.site-footer { height: 60px; color: var(--slate-soft); background: var(--navy); border-top: 1px solid var(--line-dark); }
.footer-inner { width: var(--landing-container); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 11px; }
.footer-brand { width: 196px; flex: 0 0 auto; }
.footer-brand img { width: 100%; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 26px; }
.footer-links a { color: var(--slate-soft); text-decoration: none; }

.document { width: min(760px, calc(100% - 48px)); margin: auto; padding: 72px 0 104px; }
.document-header { padding-bottom: 36px; border-bottom: 1px solid var(--line-light); }
.document-header h1 { margin: 0; color: var(--ink); font-size: clamp(40px, 5vw, 52px); line-height: 1.12; font-weight: 200; letter-spacing: -.04em; }
.document .lead { max-width: 700px; margin: 20px 0 0; color: #4f626f; font-size: 17px; }
.updated { margin: 14px 0 0; color: var(--slate); font-size: 13px; }
.document article { padding-top: 12px; }
.document article h2 { margin: 2.2em 0 .65em; color: var(--ink); font-size: 25px; line-height: 1.25; font-weight: 400; letter-spacing: -.02em; }
.document article h3 { margin: 2em 0 .6em; color: var(--ink); font-size: 18px; }
.document article p, .document article li { color: #43545e; }
.document article li + li { margin-top: .45em; }
.document article strong { color: var(--ink); }
.document article a { color: #735d30; }
.notice { margin: 26px 0; padding: 18px 20px; border-left: 2px solid var(--gold-dark); color: #43545e; background: var(--paper); }
.support-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.support-card { padding: 22px; border: 1px solid var(--line-light); border-radius: 16px; background: rgba(255, 255, 255, .34); }
.support-card h2 { margin: 0 0 12px; color: var(--ink); font-size: 21px; font-weight: 400; }
.support-card p, .support-card li { color: #43545e; }
.button { min-height: 46px; padding: 12px 18px; display: inline-flex; align-items: center; border-radius: 10px; color: var(--navy); background: var(--gold); font-size: 14px; font-weight: 700; text-decoration: none; }
.hero-actions { margin-top: 24px; }

@media (max-width: 760px) {
  :root { --nav-container: calc(100% - 32px); --landing-container: calc(100% - 48px); }
  body { font-size: 16px; }
  .site-header { height: 72px; }
  .brand { width: 128px; }
  .nav { gap: 12px; }
  .nav-links { margin-right: 0; gap: 7px; }
  .nav-links a { font-size: 11px; }
  .landing-hero { height: auto; }
  .hero-grid { height: auto; padding: 44px 0 48px; grid-template-columns: 1fr; gap: 26px; }
  .hero-copy { max-width: none; padding-top: 0; }
  .hero-copy h1 { font-size: 40px; }
  .hero-copy > p:last-child { margin-top: 22px; font-size: 17px; }
  .hero-visual { max-width: 210px; margin-top: 0; margin-left: 0; }
  .landing-intro { height: auto; padding: 42px 24px 34px; }
  .intro-inner h2 { font-size: 32px; }
  .intro-inner > p { font-size: 15px; }
  #passport, #atlas, #collections { height: 780px; }
  .feature-grid { height: 100%; padding: 48px 0; grid-template-columns: 1fr; align-content: center; gap: 28px; }
  .feature-copy { max-width: none; padding-left: 0; }
  .feature-copy h2 { font-size: 34px; }
  .feature-copy > p:last-child { max-width: 320px; font-size: 16px; }
  .shot-pair { height: auto; gap: 14px; overflow: visible; }
  .product-visual-small, .product-visual-small:last-child { width: calc((100% - 14px) / 2); max-width: 164px; }
  .feature-visual-single, .feature-collections .feature-visual-single { width: 210px; }
  .site-footer { height: auto; }
  .footer-inner { height: auto; padding: 30px 0; flex-direction: column; align-items: flex-start; gap: 18px; }
  .footer-brand { width: 124px; }
  .footer-links { justify-content: flex-start; gap: 12px 22px; }
  .document { width: min(100% - 48px, 760px); padding: 56px 0 88px; }
  .document-header h1 { font-size: 40px; }
  .support-grid { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .home-nav { gap: 8px; }
  .home-nav a { font-size: 10px; }
  .hero-copy h1 { font-size: 38px; }
  .feature-copy h2 { font-size: 36px; }
}
