/*
Theme Name: Pigeony Landing
Author: Pigeony
Description: A calm, editorial one-page launch theme for Pigeony.
Version: 1.3.2
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: pigeony-landing
*/

:root {
	--color-background: #e4e9ec;
	--color-background-alt: #cbd6dc;
	--color-primary: #879ead;
	--color-primary-dark: #667e8d;
	--color-text: #283238;
	--color-text-muted: #596870;
	--color-accent: #713b48;
	--color-accent-dark: #592d38;
	--color-surface: #f4f6f6;
	--color-surface-muted: #d9e0e3;
	--color-border: #b7c2c8;
	--color-white: #fff;
	--font-serif: Georgia, 'Times New Roman', serif;
	--font-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	--wrap: min(1180px, calc(100% - 48px));
	--radius-sm: 12px;
	--radius: 22px;
	--radius-lg: 38px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--color-background); color: var(--color-text); font-family: var(--font-sans); font-size: 17px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body::before { position: fixed; inset: 0; z-index: -1; background-image: radial-gradient(rgba(40,50,56,.035) .6px, transparent .7px); background-size: 5px 5px; content: ''; pointer-events: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
p { margin: 0 0 1.25rem; }
h1, h2, h3 { margin: 0; font-family: var(--font-serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h1 { max-width: 760px; font-size: clamp(4rem, 7.7vw, 7.4rem); }
h2 { max-width: 760px; font-size: clamp(3rem, 5.3vw, 5.5rem); }
h3 { font-size: clamp(1.65rem, 2.4vw, 2.2rem); line-height: 1.1; }
:focus-visible { outline: 3px solid var(--color-accent); outline-offset: 4px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.screen-reader-text, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; padding: 10px 16px; border-radius: 7px; background: var(--color-white); color: var(--color-text); font-weight: 700; }
.section { padding: clamp(64px, 7vw, 96px) 0; }
.section-heading { display: grid; grid-template-columns: minmax(190px, .55fr) 1.6fr; align-items: start; margin-bottom: 72px; }
.eyebrow { display: flex; gap: 12px; align-items: center; margin-bottom: 24px; color: var(--color-primary-dark); font-size: .74rem; font-weight: 800; letter-spacing: .19em; line-height: 1.3; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 27px; height: 1px; background: currentColor; }
.eyebrow--light { color: #c5d1d7; }
.eyebrow--accent { color: var(--color-accent); }
.section-lede { max-width: 665px; margin-top: 28px; color: var(--color-text-muted); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(228, 233, 236, .91); border-bottom: 1px solid rgba(183, 194, 200, .7); backdrop-filter: blur(16px); }
.site-header__inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; gap: 11px; align-items: center; color: var(--color-text); font-family: var(--font-serif); font-size: 1.35rem; font-weight: 700; letter-spacing: .17em; text-decoration: none; text-transform: uppercase; }
.wordmark__image { width: 34px; height: 34px; object-fit: contain; }
.wordmark__mark { position: relative; display: inline-block; width: 32px; height: 22px; transform: rotate(-5deg); }
.wordmark__mark::before { position: absolute; top: 3px; left: 10px; width: 13px; height: 13px; border-radius: 50%; background: var(--color-accent); content: ''; }
.wordmark__mark::after { position: absolute; top: 6px; left: 21px; border-width: 3px 0 3px 8px; border-style: solid; border-color: transparent transparent transparent var(--color-accent); content: ''; }
.wordmark__mark i { position: absolute; bottom: 1px; left: 4px; width: 22px; height: 13px; border-radius: 70% 30% 50% 45%; background: var(--color-primary-dark); }
.wordmark__mark b { position: absolute; right: 0; bottom: 3px; width: 11px; height: 8px; border-bottom: 2px solid var(--color-primary-dark); transform: rotate(-28deg); }
.wordmark--custom .custom-logo-link { display: block; }
.wordmark--custom .custom-logo { width: auto; max-height: 52px; }
.site-nav__list { display: flex; gap: 34px; align-items: center; margin: 0; padding: 0; list-style: none; }
.site-nav a { color: var(--color-text-muted); font-size: .83rem; font-weight: 700; letter-spacing: .035em; text-decoration: none; }
.site-nav a:hover { color: var(--color-accent); }
.login-link { display: inline-flex; gap: 10px; align-items: center; padding: 0; border: 0; background: transparent; color: var(--color-text); cursor: pointer; font-size: .83rem; font-weight: 800; }
.login-link span { padding: 4px 7px; border-radius: 100px; background: var(--color-surface-muted); color: var(--color-text-muted); font-size: .58rem; letter-spacing: .09em; text-transform: uppercase; }
.nav-toggle { display: none; width: 44px; height: 42px; padding: 10px; border: 1px solid var(--color-border); border-radius: 50%; background: transparent; cursor: pointer; }
.nav-toggle > span:not(.screen-reader-text) { display: block; width: 20px; height: 1px; margin: 5px auto; background: var(--color-text); transition: transform .2s ease; }
.notice-toast { position: fixed; right: 24px; bottom: 24px; z-index: 100; max-width: 360px; padding: 14px 18px; transform: translateY(16px); border: 1px solid rgba(255,255,255,.18); border-radius: 12px; opacity: 0; background: var(--color-text); box-shadow: 0 18px 50px rgba(40,50,56,.2); color: var(--color-white); font-size: .9rem; transition: opacity .25s ease, transform .25s ease; }
.notice-toast.is-visible { transform: translateY(0); opacity: 1; }

/* Hero */
.hero { position: relative; padding: clamp(54px, 6vw, 82px) 0; overflow: hidden; }
.hero::before { position: absolute; top: 4%; left: -16%; width: 44vw; height: 44vw; border: 1px solid rgba(135,158,173,.27); border-radius: 50%; content: ''; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); gap: clamp(40px, 7vw, 100px); align-items: center; }
.hero__lede { max-width: 660px; margin: 25px 0 27px; color: var(--color-text-muted); font-size: clamp(1.04rem, 1.4vw, 1.2rem); line-height: 1.68; }
.hero__copy h1 { font-size: clamp(3.4rem, 5.5vw, 5.2rem); line-height: 1.05; }
.hero__copy h1 span { display: block; white-space: nowrap; }
.app-availability { max-width: 440px; margin: 9px 0 0; color: var(--color-text); font-size: .83rem; text-align: center; }
.app-buttons { display: grid; max-width: 440px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.app-button { display: inline-flex; min-width: 0; align-items: center; justify-content: center; padding: 12px 16px; border: 1px solid var(--color-text); border-radius: 7px; background: transparent; color: var(--color-text); cursor: pointer; font-size: 1.05rem; font-weight: 700; text-transform: lowercase; transition: transform .2s ease, background .2s ease; }
.app-button:hover, .app-button--light:hover { transform: translateY(-2px); background: var(--color-surface); }
.app-button--light { border-color: var(--color-text); background: transparent; color: var(--color-text); }
.app-button small { display: block; margin-bottom: 1px; opacity: .72; font-size: .58rem; font-weight: 700; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.app-button__icon { font-size: 1.3rem; }
.app-button__icon--triangle { width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid var(--color-primary-dark); }
.development-note { display: flex; gap: 10px; align-items: center; margin-top: 20px; color: var(--color-text-muted); font-size: .78rem; }
.development-note span { width: 7px; height: 7px; border-radius: 50%; background: var(--color-primary-dark); box-shadow: 0 0 0 4px rgba(102,126,141,.14); }
.hero-stamp { position: relative; display: grid; width: min(100%, 430px); aspect-ratio: .82; place-items: center; margin: 0; justify-self: end; transform: rotate(2.5deg); background: var(--color-surface); clip-path: polygon(0 3%, 2.5% 2%, 3% 0, 7% 0, 7.5% 2%, 10% 3%, 12.5% 2%, 13% 0, 17% 0, 17.5% 2%, 20% 3%, 22.5% 2%, 23% 0, 27% 0, 27.5% 2%, 30% 3%, 32.5% 2%, 33% 0, 37% 0, 37.5% 2%, 40% 3%, 42.5% 2%, 43% 0, 47% 0, 47.5% 2%, 50% 3%, 52.5% 2%, 53% 0, 57% 0, 57.5% 2%, 60% 3%, 62.5% 2%, 63% 0, 67% 0, 67.5% 2%, 70% 3%, 72.5% 2%, 73% 0, 77% 0, 77.5% 2%, 80% 3%, 82.5% 2%, 83% 0, 87% 0, 87.5% 2%, 90% 3%, 92.5% 2%, 93% 0, 97% 0, 97.5% 2%, 100% 3%, 100% 7%, 98% 7.5%, 97% 10%, 98% 12.5%, 100% 13%, 100% 17%, 98% 17.5%, 97% 20%, 98% 22.5%, 100% 23%, 100% 27%, 98% 27.5%, 97% 30%, 98% 32.5%, 100% 33%, 100% 37%, 98% 37.5%, 97% 40%, 98% 42.5%, 100% 43%, 100% 47%, 98% 47.5%, 97% 50%, 98% 52.5%, 100% 53%, 100% 57%, 98% 57.5%, 97% 60%, 98% 62.5%, 100% 63%, 100% 67%, 98% 67.5%, 97% 70%, 98% 72.5%, 100% 73%, 100% 77%, 98% 77.5%, 97% 80%, 98% 82.5%, 100% 83%, 100% 87%, 98% 87.5%, 97% 90%, 98% 92.5%, 100% 93%, 100% 97%, 98% 97.5%, 97% 100%, 93% 100%, 92.5% 98%, 90% 97%, 87.5% 98%, 87% 100%, 83% 100%, 82.5% 98%, 80% 97%, 77.5% 98%, 77% 100%, 73% 100%, 72.5% 98%, 70% 97%, 67.5% 98%, 67% 100%, 63% 100%, 62.5% 98%, 60% 97%, 57.5% 98%, 57% 100%, 53% 100%, 52.5% 98%, 50% 97%, 47.5% 98%, 47% 100%, 43% 100%, 42.5% 98%, 40% 97%, 37.5% 98%, 37% 100%, 33% 100%, 32.5% 98%, 30% 97%, 27.5% 98%, 27% 100%, 23% 100%, 22.5% 98%, 20% 97%, 17.5% 98%, 17% 100%, 13% 100%, 12.5% 98%, 10% 97%, 7.5% 98%, 7% 100%, 3% 100%, 2.5% 98%, 0 97%, 0 93%, 2% 92.5%, 3% 90%, 2% 87.5%, 0 87%, 0 83%, 2% 82.5%, 3% 80%, 2% 77.5%, 0 77%, 0 73%, 2% 72.5%, 3% 70%, 2% 67.5%, 0 67%, 0 63%, 2% 62.5%, 3% 60%, 2% 57.5%, 0 57%, 0 53%, 2% 52.5%, 3% 50%, 2% 47.5%, 0 47%, 0 43%, 2% 42.5%, 3% 40%, 2% 37.5%, 0 37%, 0 33%, 2% 32.5%, 3% 30%, 2% 27.5%, 0 27%, 0 23%, 2% 22.5%, 3% 20%, 2% 17.5%, 0 17%, 0 13%, 2% 12.5%, 3% 10%, 2% 7.5%, 0 7%); filter: drop-shadow(0 24px 34px rgba(40,50,56,.1)); }
.hero-stamp__inner { position: relative; display: grid; width: calc(100% - 42px); height: calc(100% - 42px); place-items: center; border: 1px solid var(--color-primary); color: var(--color-primary-dark); }
.hero-stamp__brand { position: absolute; top: 25px; left: 27px; font-size: .61rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.hero-stamp__map { position: relative; width: 86%; transform: rotate(-7deg); }
.hero-stamp__map img { width: 100%; height: auto; }
.hero-stamp__inner small { position: absolute; right: 25px; bottom: 23px; font-size: .53rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-art { position: relative; width: 100%; max-width: 530px; aspect-ratio: .94; justify-self: end; border: 1px solid var(--color-border); border-radius: 48% 48% 26px 26px; background: linear-gradient(160deg, rgba(244,246,246,.72), rgba(203,214,220,.48)); box-shadow: 0 25px 80px rgba(40,50,56,.08); }
.hero-art::before, .hero-art::after { position: absolute; width: 1px; height: 72%; background: rgba(102,126,141,.3); content: ''; }
.hero-art::before { top: 9%; left: 22%; transform: rotate(22deg); }
.hero-art::after { top: 12%; right: 23%; transform: rotate(-21deg); }
.hero-art__orbit { position: absolute; top: 14%; left: 13%; width: 74%; height: 59%; border: 1px dashed rgba(102,126,141,.44); border-radius: 50%; transform: rotate(-11deg); }
.hero-art__stamp { position: absolute; top: 8%; right: 11%; display: grid; width: 74px; height: 88px; place-items: center; padding: 8px; transform: rotate(8deg); border: 5px dotted var(--color-surface); outline: 1px solid var(--color-accent); background: rgba(113,59,72,.1); color: var(--color-accent); font-family: var(--font-serif); }
.hero-art__stamp span { font-size: 2rem; font-style: italic; }
.hero-art__stamp small { font-family: var(--font-sans); font-size: .5rem; letter-spacing: .16em; }
.hero-art__person { position: absolute; bottom: 14%; width: 94px; height: 123px; }
.hero-art__person--left { left: 12%; }
.hero-art__person--right { right: 11%; transform: scaleX(-1); }
.hero-art__person i { position: absolute; top: 0; left: 29px; width: 38px; height: 45px; border-radius: 50% 50% 45% 45%; background: var(--color-primary-dark); }
.hero-art__person b { position: absolute; bottom: 0; left: 12px; width: 74px; height: 76px; border-radius: 50% 50% 8px 8px; background: var(--color-primary); }
.hero-art__person span { position: absolute; right: 0; bottom: 39px; width: 41px; height: 7px; border-radius: 10px; background: var(--color-primary-dark); transform: rotate(-17deg); }
.hero-art__route { position: absolute; top: 33%; left: 18%; width: 64%; height: 30%; }
.hero-art__route i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--color-accent); }
.hero-art__route i:nth-child(1) { bottom: 6%; left: 0; }
.hero-art__route i:nth-child(2) { bottom: 54%; left: 30%; }
.hero-art__route i:nth-child(3) { top: 2%; left: 62%; }
.hero-art__route i:nth-child(4) { right: 0; bottom: 7%; }
.envelope { position: absolute; top: 37%; left: 43%; width: 86px; height: 59px; transform: rotate(-7deg); border: 1px solid var(--color-accent); border-radius: 4px; background: var(--color-surface); box-shadow: 0 10px 20px rgba(40,50,56,.13); }
.envelope::before, .envelope::after { position: absolute; top: 0; width: 51px; height: 1px; background: var(--color-accent); content: ''; }
.envelope::before { left: 0; transform: rotate(34deg); transform-origin: left; }
.envelope::after { right: 0; transform: rotate(-34deg); transform-origin: right; }
.envelope span { position: absolute; top: 16px; left: 36px; width: 13px; height: 13px; border-radius: 50%; background: var(--color-accent); }
.hero-art__caption { position: absolute; right: 0; bottom: 4%; left: 0; margin: 0; color: var(--color-text-muted); font-family: var(--font-serif); font-size: 1rem; font-style: italic; text-align: center; }

/* How it works */
.how { background: var(--color-surface); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { position: relative; min-height: 350px; padding: 28px; overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius); background: var(--color-background); }
.step--offset { margin-top: 0; }
.step__icon { position: relative; width: 116px; height: 116px; margin: 16px auto 36px; border: 1px solid var(--color-border); border-radius: 50%; background: var(--color-surface); }
.step h3 { margin-bottom: 18px; }
.step p { color: var(--color-text-muted); font-size: .9rem; font-weight: 400; line-height: 1.65; }
.profile-icon i { position: absolute; top: 24px; left: 43px; width: 31px; height: 31px; border-radius: 50%; background: var(--color-primary-dark); }
.profile-icon span { position: absolute; bottom: 23px; left: 28px; width: 60px; height: 34px; border-radius: 50% 50% 10px 10px; background: var(--color-primary); }
.profile-icon b { position: absolute; right: 8px; bottom: 15px; width: 24px; height: 19px; border: 2px solid var(--color-accent); border-radius: 3px; background: var(--color-surface); }
.compass-icon i { position: absolute; inset: 27px; border: 2px solid var(--color-primary-dark); border-radius: 50%; }
.compass-icon i::before, .compass-icon i::after { position: absolute; top: 18px; left: 18px; width: 22px; height: 22px; background: var(--color-accent); clip-path: polygon(50% 0, 100% 100%, 50% 76%, 0 100%); content: ''; }
.compass-icon i::after { transform: rotate(180deg); opacity: .32; }
.compass-icon span { position: absolute; top: 8px; left: 56px; width: 1px; height: 15px; background: var(--color-primary-dark); }
.send-icon i { position: absolute; top: 34px; left: 26px; width: 66px; height: 44px; transform: rotate(-8deg); border: 2px solid var(--color-primary-dark); background: var(--color-background); }
.send-icon i::before, .send-icon i::after { position: absolute; top: 0; width: 38px; height: 2px; background: var(--color-primary-dark); content: ''; }
.send-icon i::before { left: 0; transform: rotate(34deg); transform-origin: left; }
.send-icon i::after { right: 0; transform: rotate(-34deg); transform-origin: right; }
.send-icon span { position: absolute; right: 16px; bottom: 17px; width: 25px; height: 25px; border-radius: 50%; background: var(--color-accent); }

/* Features */
.features { background: var(--color-text); color: var(--color-white); }
.features__intro { display: grid; grid-template-columns: 1.45fr .55fr; gap: 54px; align-items: start; margin-bottom: 76px; }
.features__intro p:last-child { margin-top: 8px; color: #b7c5cc; font-size: .95rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.15); }
.feature-item { display: flex; gap: 22px; align-items: center; min-height: 92px; padding: 16px 24px; border-bottom: 1px solid rgba(255,255,255,.15); }
.feature-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.15); }
.feature-item span { display: grid; flex: 0 0 auto; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #b8c9d2; font-family: var(--font-serif); font-size: 1.2rem; }
.feature-item p { margin: 0; font-size: .94rem; font-weight: 700; letter-spacing: .01em; }
.disclosure { margin: 28px 0 0; color: #aab8bf; font-size: .78rem; }

/* Physical mail */
.physical-mail { background: var(--color-background-alt); }
.physical-mail__grid { display: grid; grid-template-columns: 1.1fr .7fr; gap: 6vw; align-items: center; }
.mail-card { position: relative; display: grid; min-height: 340px; place-items: center; padding: 40px; transform: rotate(1deg); border: 1px solid rgba(102,126,141,.45); border-radius: 8px; background: var(--color-surface); box-shadow: 0 20px 45px rgba(40,50,56,.07); }
.mail-card::before { position: absolute; inset: 13px; border: 1px dashed var(--color-border); content: ''; }
.double-envelope { position: relative; width: min(100%, 290px); height: 215px; }
.double-envelope__inner, .double-envelope__outer { position: absolute; left: 50%; width: 82%; transform: translateX(-50%); border: 1px solid var(--color-border); background: var(--color-white); box-shadow: 0 12px 24px rgba(40,50,56,.08); }
.double-envelope__inner { top: 3px; height: 125px; transform: translateX(-50%) rotate(-2deg); }
.double-envelope__inner::before, .double-envelope__inner::after { position: absolute; top: 0; width: 58%; height: 1px; background: var(--color-border); content: ''; }
.double-envelope__inner::before { left: 0; transform: rotate(28deg); transform-origin: left; }
.double-envelope__inner::after { right: 0; transform: rotate(-28deg); transform-origin: right; }
.double-envelope__outer { bottom: 0; z-index: 2; height: 150px; padding: 18px 20px; background: var(--color-surface); }
.double-envelope__pigeony { display: block; color: var(--color-accent); font-size: .57rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.double-envelope__outer strong { position: absolute; top: 70px; right: 25px; font-family: var(--font-serif); font-size: .88rem; font-weight: 400; }
.mail-card > p { position: absolute; bottom: 18px; margin: 0; color: var(--color-text-muted); font-family: var(--font-serif); font-size: .9rem; font-style: italic; }
.mail-intro { color: var(--color-text); font-family: var(--font-sans); font-size: .96rem; font-weight: 400; line-height: 1.75; }
.delivery-routes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 44px; }
.delivery-route { padding: clamp(28px, 4vw, 45px); border: 1px solid rgba(102,126,141,.38); border-radius: var(--radius); background: rgba(244,246,246,.58); }
.delivery-route__label { margin-bottom: 27px; color: var(--color-accent); font-size: .67rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.delivery-route h3 { max-width: 430px; margin-bottom: 20px; }
.delivery-route > p:last-child { margin-bottom: 0; color: var(--color-text-muted); font-size: .9rem; }

/* Safety */
.safety { background: var(--color-surface); }
.safety__grid { display: grid; grid-template-columns: 1.1fr .75fr; gap: 10vw; align-items: center; }
.safety__copy > p:not(.eyebrow) { max-width: 690px; color: var(--color-text-muted); }
.safety__copy h2 { margin-bottom: 32px; }
.clarification { display: flex; gap: 14px; align-items: center; max-width: 660px; margin-top: 35px; padding: 18px 20px; border: 1px solid var(--color-border); border-left: 3px solid var(--color-accent); border-radius: 7px; background: var(--color-background); font-size: .85rem; }
.clarification span { display: grid; flex: 0 0 auto; width: 27px; height: 27px; place-items: center; border: 1px solid var(--color-accent); border-radius: 50%; color: var(--color-accent); font-family: var(--font-serif); font-style: italic; }
.privacy-card { position: relative; padding: 35px; border: 1px solid var(--color-border); border-radius: var(--radius); background: var(--color-background); box-shadow: 22px 22px 0 var(--color-background-alt); }
.privacy-card__label { color: var(--color-primary-dark); font-size: .66rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.privacy-card__avatar { position: relative; width: 76px; height: 76px; margin: 30px 0 22px; overflow: hidden; border-radius: 50%; background: var(--color-primary); }
.privacy-card__avatar i { position: absolute; top: 15px; left: 27px; width: 24px; height: 24px; border-radius: 50%; background: var(--color-surface); }
.privacy-card__avatar span { position: absolute; right: 14px; bottom: -2px; left: 14px; height: 39px; border-radius: 50% 50% 0 0; background: var(--color-surface-muted); }
.privacy-card h3 { margin-bottom: 10px; font-family: var(--font-sans); font-size: 1.25rem; font-weight: 800; letter-spacing: -.02em; }
.privacy-card > p:not(.privacy-card__label) { color: var(--color-text-muted); font-size: .82rem; }
.privacy-card__field { position: relative; margin: 30px 0 17px; padding: 15px 46px 15px 16px; border: 1px solid var(--color-border); border-radius: 8px; background: var(--color-surface); }
.privacy-card__field span { display: block; color: var(--color-text-muted); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.privacy-card__field strong { color: var(--color-primary-dark); letter-spacing: .2em; }
.privacy-card__field i { position: absolute; top: 22px; right: 18px; width: 17px; height: 14px; border: 2px solid var(--color-accent); border-radius: 3px; }
.privacy-card__field i::before { position: absolute; top: -10px; left: 3px; width: 7px; height: 9px; border: 2px solid var(--color-accent); border-bottom: 0; border-radius: 8px 8px 0 0; content: ''; }
.privacy-card small { color: var(--color-text-muted); font-size: .72rem; }

/* Final call to action */
.final-cta { position: relative; padding: clamp(70px, 8vw, 105px) 0; overflow: hidden; background: var(--color-accent); color: var(--color-white); text-align: center; }
.final-cta::before, .final-cta::after { position: absolute; width: 42vw; height: 42vw; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ''; }
.final-cta::before { top: -65%; left: -12%; }
.final-cta::after { right: -14%; bottom: -72%; }
.final-cta__inner { position: relative; z-index: 2; display: grid; justify-items: center; }
.final-cta h2 { max-width: 850px; }
.final-cta__inner > p:not(.eyebrow) { margin: 28px 0 33px; color: #eadde1; }
.final-cta .app-button { border-color: var(--color-white); background: var(--color-white); color: var(--color-accent-dark); }
.final-cta .app-button--light { border-color: rgba(255,255,255,.4); background: transparent; color: var(--color-white); }
.final-cta .app-button:hover { background: var(--color-background); }
.final-cta .app-button--light:hover { background: rgba(255,255,255,.1); }
.final-cta__inner > small { margin-top: 24px; color: #d5bdc4; }
.final-cta__postmark { position: absolute; top: 14%; right: 7%; display: grid; width: 104px; height: 104px; place-items: center; transform: rotate(12deg); border: 2px solid rgba(255,255,255,.15); border-radius: 50%; color: rgba(255,255,255,.23); font-size: .63rem; font-weight: 800; letter-spacing: .14em; line-height: 1.5; }
.final-cta__postmark span { font-size: .48rem; }

/* Footer and standard pages */
.site-footer { padding: 50px 0 24px; background: var(--color-text); color: var(--color-white); }
.site-footer__inner { display: flex; gap: 60px; align-items: start; justify-content: space-between; }
.wordmark--footer { color: var(--color-white); }
.footer-brand p { margin: 17px 0 0; color: #9eacb3; font-family: var(--font-serif); font-size: .95rem; font-style: italic; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: flex-end; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: #c3ced3; font-size: .75rem; font-weight: 700; text-decoration: none; }
.footer-links a:hover { color: var(--color-white); text-decoration: underline; }
.site-footer__base { display: flex; align-items: center; justify-content: space-between; margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #87959c; font-size: .69rem; }
.site-footer__base p { margin: 0; }
.page-main { min-height: 65vh; padding: clamp(85px, 10vw, 145px) 0; background: var(--color-surface); }
.page-shell { max-width: 850px; }
.page-content h1 { margin-bottom: 38px; }
.entry-content { color: var(--color-text-muted); font-size: 1.13rem; }
.text-link { display: inline-block; margin-top: 55px; color: var(--color-accent); font-size: .86rem; font-weight: 800; }

/* Entrance motion */
.js [data-reveal] { transform: translateY(18px); opacity: 0; transition: opacity .65s ease, transform .65s ease; }
.js [data-reveal].is-visible { transform: translateY(0); opacity: 1; }
.steps [data-reveal]:nth-child(2), .feature-grid [data-reveal]:nth-child(even) { transition-delay: .08s; }
.steps [data-reveal]:nth-child(3) { transition-delay: .16s; }

@media (max-width: 980px) {
	:root { --wrap: min(100% - 40px, 760px); }
	.hero__grid, .physical-mail__grid, .safety__grid { grid-template-columns: 1fr; }
	.hero-stamp { width: min(100%, 440px); margin-top: 25px; justify-self: center; }
	.section-heading, .features__intro { grid-template-columns: 1fr; gap: 20px; }
	.steps { grid-template-columns: 1fr; }
	.step { display: grid; min-height: 0; grid-template-columns: 135px 1fr; grid-template-rows: auto auto; column-gap: 25px; }
	.step--offset { margin-top: 0; }
	.step__icon { grid-row: 1 / span 2; margin: 18px 0; }
	.step h3 { align-self: end; }
	.feature-grid { grid-template-columns: 1fr; }
	.feature-item:nth-child(odd) { border-right: 0; }
	.mail-card { width: min(100%, 520px); margin-inline: auto; }
	.delivery-routes { grid-template-columns: 1fr; }
	.privacy-card { width: min(100%, 500px); margin-inline: auto; }
}

@media (max-width: 760px) {
	:root { --wrap: calc(100% - 32px); }
	body { font-size: 16px; }
	h1 { font-size: clamp(3.5rem, 17vw, 5.2rem); }
	h2 { font-size: clamp(2.7rem, 12.5vw, 4.1rem); }
	.section { padding: 60px 0; }
	.site-header__inner { min-height: 68px; }
	.top-apps__inner { width: 100%; min-height: 0; flex-direction: column; gap: 0; }
	.top-apps p { width: calc(100% - 32px); padding: 9px 0; text-align: center; }
	.top-apps__links { width: 100%; min-height: 48px; border-top: 1px solid rgba(255,255,255,.12); }
	.top-apps__links button { flex: 1; justify-content: center; padding: 8px; }
	.top-apps__links small { display: none; }
	.nav-toggle { display: block; }
	.nav-toggle[aria-expanded='true'] > span:nth-last-child(2) { transform: translateY(3px) rotate(45deg); }
	.nav-toggle[aria-expanded='true'] > span:last-child { transform: translateY(-3px) rotate(-45deg); }
	.site-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; padding: 18px 16px 28px; border-bottom: 1px solid var(--color-border); background: var(--color-background); box-shadow: 0 16px 30px rgba(40,50,56,.08); }
	.site-nav.is-open { display: block; }
	.site-nav__list { flex-direction: column; gap: 0; align-items: stretch; }
	.site-nav a, .login-link { display: flex; width: 100%; justify-content: space-between; padding: 13px 8px; border-bottom: 1px solid var(--color-border); }
	.hero { min-height: 0; padding-top: 68px; }
	.hero__copy h1 { font-size: clamp(2.75rem, 12.5vw, 4rem); }
	.hero-art { border-radius: 44% 44% 20px 20px; }
	.hero-art__person { transform: scale(.8); transform-origin: bottom left; }
	.hero-art__person--right { transform: scaleX(-1) scale(.8); transform-origin: bottom right; }
	.hero-art__stamp { width: 58px; height: 68px; }
	.envelope { width: 70px; height: 49px; }
	.app-button { width: 100%; }
	.hero-promises { grid-template-columns: 1fr; }
	.hero-promises div, .hero-promises div + div { padding: 12px 0; border-left: 0; }
	.hero-promises div + div { border-top: 1px solid var(--color-border); }
	.section-heading { margin-bottom: 48px; }
	.step { display: block; padding: 27px; }
	.step__icon { margin: 25px 0 38px; }
	.features__intro { margin-bottom: 50px; }
	.feature-item { padding-inline: 6px; }
	.mail-card { min-height: 340px; padding: 30px; }
	.process { flex-direction: column; align-items: stretch; margin-top: 60px; padding-left: 25px; }
	.process__step { gap: 18px; }
	.process__line { flex: 0 0 42px; width: 1px; height: 42px; margin: 6px 0 6px 17px; border-top: 0; border-left: 1px dashed var(--color-primary-dark); }
	.privacy-card { padding: 27px; box-shadow: 10px 10px 0 var(--color-background-alt); }
	.site-footer__inner, .site-footer__base { flex-direction: column; align-items: flex-start; }
	.footer-links { justify-content: flex-start; margin-top: 15px; }
	.site-footer__base { gap: 8px; }
	.notice-toast { right: 16px; bottom: 16px; left: 16px; }
}

@media (max-width: 420px) {
	.wordmark { font-size: 1.12rem; }
	.hero-art { min-height: 350px; aspect-ratio: auto; }
	.hero-art__person--left { left: 4%; }
	.hero-art__person--right { right: 3%; }
	.hero__marquee { justify-content: flex-start; }
	.mail-card__letter { width: 150px; height: 200px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	[data-reveal] { transform: none; opacity: 1; }
}
