:root{--postal-orange: #e8812a;--postal-orange-deep: #c96d1e;--postal-cream: #fef4e6;--postal-ink: #1f1b16;--postal-night: #dcccba;--red: #c86910;--red-dark: #8e4708;--ink: #1f1b16;--muted: #6b6258;--muted-light: #978e83;--line: #e3d7c8;--paper: #fef9f2;--cream: #fef4e6;--green: #1f8a5b;--mint: #dff5ea;--shadow: 0 8px 24px rgba(0,0,0,.06);--shadow-sm: 0 1px 3px rgba(0,0,0,.04);--rounded-sm: 6px;--rounded-md: 10px;--rounded-lg: 14px;--rounded-xl: 18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--postal-cream);color:var(--postal-ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}h1,h2,h3,h4,p{margin:0}.topbar{position:sticky;top:0;z-index:20;height:60px;display:flex;align-items:center;gap:24px;padding:0 clamp(18px,4vw,48px);background:#ffffffe0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.06)}.brand{display:flex;align-items:center;gap:12px;min-width:210px}.brand-avatar{width:44px;height:44px;flex:0 0 auto;border:2px solid var(--postal-ink);border-radius:12px;overflow:hidden;background:var(--postal-orange);box-shadow:3px 3px 0 var(--postal-ink)}.brand-avatar img{width:100%;height:100%;display:block}.brand strong{display:block;font-size:16px;font-weight:800}.brand small{display:block;margin-top:1px;color:var(--muted);font-size:12px}.nav{flex:1;display:flex;align-items:center;justify-content:center;gap:clamp(12px,2vw,24px);color:var(--muted);font-size:14px;font-weight:500}.nav a:hover{color:var(--postal-orange)}.icon-button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--postal-orange);cursor:pointer;transition:background .15s}.icon-button:hover{background:var(--cream)}.qr-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;background:#00000073;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.qr-card{position:relative;max-width:380px;width:90vw;padding:32px 28px 28px;border-radius:20px;background:#fff;box-shadow:var(--shadow);text-align:center;animation:popIn .25s}@keyframes popIn{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}.qr-close{position:absolute;top:12px;right:12px;width:36px;height:36px;display:grid;place-items:center;border:none;border-radius:10px;background:transparent;color:var(--muted);cursor:pointer}.qr-close:hover{background:var(--cream)}.qr-placeholder{width:200px;height:200px;margin:16px auto;border-radius:12px;background:linear-gradient(135deg,var(--cream),var(--postal-orange));display:grid;place-items:center;color:#fff;font-size:14px;font-weight:700}.qr-card h3{margin-top:12px;font-size:18px}.qr-card p{margin-top:6px;color:var(--muted);font-size:14px}.postal-mobile-hall{display:none}@media(max-width:720px){.postal-mobile-hall{display:block;padding:18px 16px 42px;border-bottom:1px solid #d7c09c;background:linear-gradient(rgba(53,41,31,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(53,41,31,.035) 1px,transparent 1px),#fffaf1;background-size:24px 24px}.postal-mobile-hall-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}.postal-mobile-hall-heading p{order:2;margin:0 0 3px;color:#95500f;font-size:10px;font-weight:900;letter-spacing:.08em;white-space:nowrap}.postal-mobile-hall-heading h2{margin:0;font-size:clamp(24px,7.6vw,32px);line-height:1;letter-spacing:-.045em}.postal-mobile-banner{position:relative;min-height:178px;display:block;overflow:hidden;border:2px solid var(--postal-ink);border-radius:18px;box-shadow:6px 7px 0 var(--postal-orange);isolation:isolate}.postal-mobile-banner-img{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#d9c19a,#b8956a)}.postal-mobile-banner-shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#1f1914d1,#1f19148a 45%,#1f19140f 82%),linear-gradient(0deg,rgba(31,25,20,.26),transparent 55%)}.postal-mobile-banner-copy{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:22px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.35)}.postal-mobile-banner-copy small{font-size:11px;font-weight:850;letter-spacing:.12em}.postal-mobile-banner-copy strong{max-width:230px;margin-top:5px;font-size:clamp(28px,9vw,39px);line-height:.98;letter-spacing:-.055em}.postal-mobile-banner-copy b{margin-top:11px;font-size:11px;line-height:1.5}.postal-mobile-hall-section{margin-top:30px}.postal-mobile-section-title{display:flex;align-items:center;gap:9px;margin-bottom:14px}.postal-mobile-section-title svg{width:22px;height:22px;color:#a6530a;stroke-width:2.4}.postal-mobile-section-title h3{margin:0;font-size:20px;letter-spacing:-.035em}.postal-mobile-quick-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.postal-mobile-quick-grid a{min-width:0;min-height:88px;display:flex;flex-direction:column;align-items:center;gap:7px;padding:5px 1px;border-radius:13px;font-size:11px;font-weight:800;line-height:1.2;text-align:center}.postal-mobile-quick-grid a>span{width:52px;height:52px;display:grid;place-items:center;border:2px solid var(--postal-ink);border-radius:16px;background:#ffe0aa;box-shadow:3px 3px 0 var(--postal-ink);color:#934607}.postal-mobile-quick-grid a:nth-child(2)>span{background:#ffd0a0}.postal-mobile-quick-grid a:nth-child(3)>span{background:#efd7bd}.postal-mobile-quick-grid a:nth-child(4)>span{background:#f4c76f}.postal-mobile-quick-grid a:nth-child(5)>span{background:#ffbd76}.postal-mobile-quick-grid svg{width:25px;height:25px;stroke-width:2.2}.postal-mobile-quick-grid b{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.postal-mobile-community-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:23px}.postal-mobile-community{width:100%;min-width:0;min-height:110px;display:grid;grid-template-columns:44px 1fr 18px;align-items:center;gap:10px;padding:14px;border:2px solid var(--postal-ink);border-radius:17px;background:radial-gradient(circle at 85% 15%,rgba(255,255,255,.5),transparent 30%),linear-gradient(135deg,#f4a43a,#f8c56f);box-shadow:5px 6px 0 var(--postal-ink);text-align:left;cursor:pointer}.postal-mobile-community:nth-child(2){background:radial-gradient(circle at 85% 15%,rgba(255,255,255,.58),transparent 30%),linear-gradient(135deg,#ffd38d,#f4ad48)}.postal-mobile-community>span:first-child{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#fff7e8}.postal-mobile-community>span:first-child svg{width:23px;height:23px}.postal-mobile-community>span:nth-child(2){min-width:0}.postal-mobile-community strong{display:block;font-size:15px;line-height:1.3}.postal-mobile-community small{display:block;margin-top:4px;color:#67451f;font-size:10px;line-height:1.4}.postal-mobile-community>svg{width:18px;height:18px}.postal-mobile-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.postal-mobile-card{position:relative;aspect-ratio:1.12 / 1;display:block;overflow:hidden;border:2px solid var(--postal-ink);border-radius:14px;isolation:isolate}.postal-mobile-card-img{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#d9c19a,#b8956a)}.postal-mobile-card:after{content:"";position:absolute;top:35%;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(transparent,#1f1914e0)}.postal-mobile-card>span{position:absolute;left:12px;right:10px;bottom:11px;z-index:2;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.5)}.postal-mobile-card strong{display:block;font-size:17px;line-height:1.12}.postal-mobile-card small{display:block;margin-top:4px;font-size:10px;line-height:1.35}.postal-mobile-service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.postal-mobile-service-grid a{min-height:74px;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;padding:12px;border:1px solid #d7c09c;border-radius:13px;background:#fff7e8e6;box-shadow:3px 4px #d7b887cc}.postal-mobile-service-grid a>svg{width:29px;height:29px;color:#a6530a;stroke-width:2.1}.postal-mobile-service-grid b{display:block;font-size:14px}.postal-mobile-service-grid small{display:block;margin-top:3px;color:#75624f;font-size:9px;line-height:1.35}.postal-mobile-hall a:focus-visible,.postal-mobile-hall button:focus-visible{outline:3px solid #9b4b08;outline-offset:3px}}.postal-hero{position:relative;min-height:max(600px,calc(100svh - 60px));display:grid;align-items:center;overflow:hidden;padding:clamp(40px,5vw,64px) clamp(20px,5vw,72px) 68px;background:radial-gradient(circle at 74% 36%,rgba(232,129,42,.15),transparent 28%),linear-gradient(145deg,#1a1815,#24221d 62%,#141210);color:#fff}.postal-hero:before{content:"";position:absolute;left:-9vw;bottom:-26vw;width:48vw;height:48vw;border-radius:50%;background:#e8812a;opacity:.9}.postal-hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.16;background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(90deg,transparent,black 34%,black 100%);-webkit-mask-image:linear-gradient(90deg,transparent,black 34%,black 100%)}.postal-orbit{position:absolute;border:2px solid rgba(244,164,58,.65);border-radius:50%;transform:rotate(-18deg)}.postal-orbit-one{right:4vw;top:11%;width:40vw;height:18vw}.postal-orbit-two{right:9vw;top:17%;width:30vw;height:12vw;border-color:#ffffff4d}.postal-bolt{position:absolute;z-index:1;color:var(--postal-orange);font-family:Impact,sans-serif;font-size:clamp(54px,7vw,100px);line-height:1;transform:rotate(13deg);text-shadow:5px 5px 0 rgba(0,0,0,.38)}.postal-bolt-one{right:3.4vw;top:9%}.postal-bolt-two{left:2.8vw;top:24%;font-size:44px;opacity:.5;transform:rotate(-18deg)}.postal-hero-inner{position:relative;z-index:2;width:min(100%,1260px);display:grid;grid-template-columns:minmax(360px,.82fr) minmax(480px,1.18fr);gap:clamp(38px,6vw,86px);align-items:center;margin:0 auto}.postal-kicker{display:flex;align-items:center;gap:11px;margin:0 0 22px;color:#ffd89f;font-size:13px;font-weight:900;letter-spacing:.16em}.postal-kicker span{width:34px;height:3px;background:var(--postal-orange);box-shadow:9px 7px #fff;transform:rotate(-7deg)}.postal-hero-copy h1 span{display:block;width:fit-content;width:-moz-fit-content;white-space:nowrap}.postal-hero-copy h1 span:last-child{margin-top:24px;margin-left:.3em;color:var(--postal-orange);transform:rotate(-2deg)}.postal-hero-copy h1{margin:0;font-size:clamp(64px,8vw,120px);font-weight:1000;line-height:.82;letter-spacing:-.11em;text-shadow:8px 8px 0 rgba(0,0,0,.26)}.postal-lead{max-width:540px;margin:24px 0 0;color:#fffffff0;font-size:clamp(16px,1.5vw,19px);font-weight:700;line-height:1.65;text-shadow:0 2px 16px rgba(0,0,0,.48)}.postal-lead{max-width:540px;margin:27px 0 0;color:#fffffff0;font-size:clamp(17px,1.5vw,20px);font-weight:700;line-height:1.65;text-shadow:0 2px 16px rgba(0,0,0,.48)}.postal-facts{display:flex;flex-wrap:wrap;gap:9px;margin-top:21px}.postal-facts span{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 13px;border:1px solid rgba(255,222,174,.42);border-radius:999px;background:#181714db;color:#ffffffeb;box-shadow:0 6px 18px #0000002e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:12.5px;font-weight:700}.postal-facts b{color:#ffc66c;font-weight:950}.postal-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.postal-primary,.postal-secondary{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 19px;border:2px solid var(--postal-ink);border-radius:12px;font-weight:950;font-size:15px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.postal-primary{background:#fff5e4;color:var(--postal-ink);box-shadow:5px 5px 0 var(--postal-ink)}.postal-secondary{border-color:#fff5e4c7;background:#181714d1;color:#fff;box-shadow:4px 4px #ffffff29}.postal-primary:hover,.postal-secondary:hover{transform:translate(-2px,-2px)}.postal-primary:hover{box-shadow:8px 8px 0 var(--postal-ink)}.postal-secondary:hover{box-shadow:7px 7px #fff3}.postal-guide-spotlight{min-height:340px;display:flex;flex-direction:column;padding:28px;border:2px solid var(--postal-ink);border-radius:16px;background:linear-gradient(rgba(53,41,31,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(53,41,31,.035) 1px,transparent 1px),#fffcf5;background-size:24px 24px;color:var(--postal-ink);box-shadow:10px 12px #f4a43ad9}.postal-guide-spotlight-head{margin-bottom:20px}.postal-section-no{margin:0 0 10px;color:#aa570a;font-size:12px;font-weight:950;letter-spacing:.16em}.postal-guide-spotlight-head h2{margin:0;font-size:clamp(24px,3vw,36px);line-height:1.06;letter-spacing:-.055em;font-weight:950}.postal-guide-spotlight-head>p{margin:12px 0 0;color:#6f665a;line-height:1.7;font-size:14px}.postal-guide-compact-grid{display:flex;flex-direction:column;gap:10px}.postal-guide-spotlight .postal-guide-card{display:flex;align-items:center;gap:13px;padding:15px 16px;border:1px solid #d9c7aa;border-radius:13px;background:#fff;box-shadow:3px 4px #211d181a;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.postal-guide-spotlight .postal-guide-card:hover{transform:translateY(-3px);box-shadow:6px 9px 0 var(--postal-orange)}.postal-guide-spotlight .postal-guide-card>span{color:#9b5c19;font-size:13px;font-weight:950;letter-spacing:.14em}.postal-guide-spotlight .postal-guide-card>svg{width:25px;height:25px;color:#a24c00}.postal-guide-spotlight .postal-guide-card>div{align-self:end}.postal-guide-spotlight .postal-guide-card h3{margin:0 0 3px;font-size:clamp(20px,1.8vw,24px);font-weight:900;letter-spacing:-.02em}.postal-guide-spotlight .postal-guide-card p{margin:0;color:#6f665a;font-size:13px;line-height:1.6}.postal-guide-spotlight .postal-guide-card>b{color:#9b5c19}.postal-guide-spotlight-actions{display:flex;align-items:center;gap:16px;margin-top:16px;flex-wrap:wrap}.postal-guide-checklist{display:inline-flex;align-items:center;gap:4px;font-size:14px;font-weight:800;color:#9b5c19}.postal-guide-checklist:hover{text-decoration:underline}.postal-official-links{display:flex;align-items:center;gap:8px;font-size:12px;color:#6f665a}.postal-official-links a{display:inline-flex;align-items:center;gap:3px}.postal-official-links a:hover{color:var(--postal-ink)}.postal-route{position:absolute;left:50%;bottom:14px;z-index:4;width:min(100% - 40px,1080px);min-height:54px;display:flex;align-items:center;justify-content:center;gap:13px;padding:9px 18px;border:2px solid var(--postal-ink);border-radius:14px;background:#fff7e8f5;color:var(--postal-ink);box-shadow:7px 7px #f4a43ab8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform:translate(-50%);font-size:13px}.postal-route span{padding:6px 10px;border:1px solid var(--postal-ink);border-radius:999px;background:var(--postal-orange);color:var(--postal-ink);font-weight:900}.postal-route b{font-weight:900}.postal-route i{width:34px;height:2px;background:#211d189e}.postal-team{padding:clamp(76px,9vw,124px) clamp(20px,6vw,88px);background:var(--postal-cream)}.postal-section-head{width:min(100%,1180px);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.75fr);gap:48px;align-items:end;margin:0 auto 34px}.postal-section-head h2{margin:0;font-size:clamp(38px,5vw,64px);line-height:1.02;letter-spacing:-.055em;font-weight:950}.postal-section-head>p{margin:0;color:#675f54;line-height:1.8;font-size:15px}.postal-team-grid{width:min(100%,1180px);display:grid;grid-template-columns:repeat(12,1fr);gap:18px;margin:0 auto}.postal-team-card{position:relative;min-height:540px;display:flex;flex-direction:column;overflow:hidden;padding:30px;border:2px solid var(--postal-ink);background:#fff;box-shadow:8px 8px 0 var(--postal-ink);transition:transform .22s ease,box-shadow .22s ease}.postal-team-card>*{position:relative;z-index:1}.postal-team-card:hover{transform:translate(-4px,-5px) rotate(-.5deg);box-shadow:13px 14px 0 var(--postal-orange)}.postal-project-card{grid-column:span 5;background:#fffdf8}.postal-media-card{grid-column:span 7}.postal-ai-card{grid-column:1 / -1;min-height:0}.postal-card-top{display:flex;align-items:center;justify-content:space-between;color:#936227;font-size:11px;font-weight:950;letter-spacing:.14em}.postal-card-top b{color:var(--postal-ink);font-size:34px;letter-spacing:-.05em}.postal-team-card>svg{width:56px;height:56px;margin-top:48px;padding:12px;border-radius:50%;background:var(--postal-orange);stroke-width:2.4}.postal-team-card h3{margin:4px 0 0;font-size:28px;letter-spacing:-.045em;font-weight:900}.postal-team-card>p{margin:0;color:#685f54;line-height:1.8;font-size:15px}.postal-dept-heading{display:flex;align-items:center;gap:14px}.postal-dept-heading svg{width:40px;height:40px;color:#a84d00;stroke-width:2.2}.postal-dept-heading span{display:block;margin-bottom:2px;color:#936227;font-size:12px;font-weight:950;letter-spacing:.08em}.postal-dept-intro{margin-top:16px;color:#685f54;line-height:1.8;font-size:15px}.postal-dept-fit{margin-top:auto;padding-top:18px;border-top:1px solid #d9c7aa;display:flex;gap:8px}.postal-dept-fit b{font-size:13px;white-space:nowrap;font-weight:900;color:#4a4035}.postal-dept-fit p{font-size:13px;color:#685f54;line-height:1.65}.postal-platform-grid{margin-top:14px;display:flex;flex-direction:column;gap:8px}.postal-platform-grid>div{display:flex;gap:8px;font-size:13px}.postal-platform-grid dt{color:#685f54;min-width:100px}.postal-platform-grid dd{margin:0;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.postal-platform-link{display:inline-flex;align-items:center;gap:4px;padding:5px 11px;border:1.5px solid #d7bc8a;border-radius:8px;background:#fffdf7c7;font-size:12px;cursor:pointer;transition:border-color .15s}.postal-platform-link:hover{border-color:#a84d00}.postal-platform-link svg{width:15px;height:15px}.postal-ai-layout{display:grid;grid-template-columns:1fr 160px;gap:24px}.postal-ai-use-cases{display:flex;flex-wrap:wrap;gap:6px;margin:16px 0}.postal-ai-use-cases span{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:8px;background:#fff1d7;font-size:12px;font-weight:700;color:#a34f00}.postal-ai-proof{text-align:center;padding:20px 14px;border:1px solid #d9c7aa;border-radius:12px;background:#fff;align-self:start}.postal-ai-proof span{font-size:9px;font-weight:950;letter-spacing:.08em;color:#685f54}.postal-ai-proof strong{display:block;font-size:30px;color:var(--postal-orange);margin:8px 0 4px}.postal-ai-proof h4{font-size:14px;margin-top:4px}.postal-ai-proof p{font-size:11px;color:#685f54;margin-top:4px;line-height:1.5}.postal-work{padding:clamp(76px,9vw,124px) clamp(20px,6vw,88px);background:#fff}.postal-work-grid{width:min(100%,1180px);display:grid;grid-template-columns:repeat(12,1fr);gap:16px;margin:0 auto}.postal-work-card{grid-column:span 4;padding:28px;border:2px solid var(--postal-ink);border-radius:16px;background:#fffcf5;box-shadow:6px 6px 0 var(--postal-ink);transition:transform .2s ease,box-shadow .2s ease}.postal-work-card:hover{transform:translate(-2px,-2px);box-shadow:9px 9px 0 var(--postal-orange)}.postal-work-card-light{background:#fdfaf5}.postal-work-card-orange{background:#fff7eb}.postal-work-card-link{display:block}.postal-work-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.postal-work-top span{font-size:10px;font-weight:950;letter-spacing:.06em;color:#936227}.postal-work-top b{font-size:26px;color:#d7c09c}.postal-work-card>svg{width:34px;height:34px;color:#a84d00}.postal-work-card h3{font-size:20px;margin:10px 0 6px;letter-spacing:-.03em;font-weight:900}.postal-work-card p{font-size:14px;line-height:1.7;color:#685f54}.postal-work-tags{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0}.postal-work-tags span{padding:3px 10px;border-radius:6px;background:#fff1d7;font-size:12px;font-weight:700;color:#a34f00}.postal-work-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.postal-work-actions button{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:8px;border:1px solid #d7bc8a;background:#fffdf7c7;font-size:12px;cursor:pointer;transition:border-color .15s}.postal-work-actions button:hover{border-color:#a84d00}.postal-work-jump{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:800;color:#a34f00;margin-top:10px}.postal-work-note{max-width:1180px;margin:32px auto 0;font-size:13px;color:#685f54}.postal-moments{padding:clamp(56px,7vw,96px) clamp(20px,6vw,88px);background:radial-gradient(circle at 74% 36%,rgba(244,164,58,.08),transparent 28%),linear-gradient(145deg,#171714,#24221c 62%,#121210);color:#fff}.postal-moments-copy{max-width:600px;margin-bottom:36px}.postal-moments-copy h2{margin:10px 0;font-size:clamp(38px,5vw,56px);line-height:1.02;letter-spacing:-.055em;font-weight:950}.postal-moments-copy p{color:#fffc;line-height:1.8;font-size:16px}.postal-moments-tags{display:flex;gap:8px;margin-top:12px}.postal-moments-tags span{padding:4px 12px;border-radius:8px;background:#f4a43a33;font-size:12px;font-weight:700;color:var(--postal-orange)}.postal-moments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.postal-moments-figure{margin:0}.postal-moments-placeholder{height:180px;border-radius:14px;background:linear-gradient(135deg,#3a352f,#24221d)}.postal-moments-figure figcaption{padding:8px 4px;font-size:13px;color:#ffffffb3}.postal-moments-figure figcaption span{font-weight:700;color:var(--postal-orange);margin-right:6px}.postal-source{display:flex;align-items:center;gap:16px;padding:28px clamp(20px,6vw,88px);background:#fff1d7;line-height:1.7;color:#685f54}.postal-source strong{color:var(--postal-ink);font-weight:900}.postal-source p{font-size:14px}.postal-source .brand-avatar{flex-shrink:0}.sidebar-hover-zone{position:fixed;left:0;top:0;bottom:0;z-index:30;width:150px}.sidebar-hint{position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:80px;border-radius:0 6px 6px 0;background:var(--postal-orange);opacity:0;transition:opacity .2s;pointer-events:none}.sidebar-hover-zone:hover .sidebar-hint{opacity:1}.sidebar{position:absolute;left:-300px;top:0;bottom:0;width:280px;padding:24px 20px;background:#fffcf5;border-right:2px solid var(--postal-ink);box-shadow:8px 0 0 var(--postal-orange);transition:left .25s ease;display:flex;flex-direction:column;overflow-y:auto}.sidebar-hover-zone:hover .sidebar{left:0}.sidebar-brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:16px;color:var(--postal-ink);text-decoration:none;padding:4px 4px 16px;margin-top:8px}.sidebar-logo{width:36px;height:36px;flex:0 0 auto;border:2px solid var(--postal-ink);border-radius:10px;overflow:hidden;background:var(--postal-orange)}.sidebar-logo img{width:100%;height:100%;display:block}.sidebar-divider{height:1px;background:#d9c7aa;margin:0 4px 12px}.sidebar-links{display:flex;flex-direction:column;gap:4px}.sidebar-group{display:flex;flex-direction:column}.sidebar-cat{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border:none;border-radius:8px;background:transparent;color:var(--postal-ink);font-size:14px;font-weight:700;cursor:pointer;transition:background .12s;text-align:left}.sidebar-cat:hover{background:#ffeee0}.sidebar-cat-active{background:var(--postal-orange);box-shadow:2px 2px 0 var(--postal-ink)}.sidebar-cat-active:hover{background:var(--postal-orange)}.sidebar-chevron{margin-left:auto;transition:transform .2s ease}.sidebar-chevron-open{transform:rotate(180deg)}.sidebar-sublist{display:grid;grid-template-rows:0fr;transition:grid-template-rows .2s ease}.sidebar-sublist-open{grid-template-rows:1fr}.sidebar-sublist-inner{overflow:hidden}.sidebar-child{display:flex;align-items:center;gap:8px;padding:6px 10px 6px 40px;border-radius:6px;color:#685f54;font-size:13px;font-weight:600;text-decoration:none;transition:background .1s,color .1s}.sidebar-child:hover{background:#ffeee0;color:var(--postal-ink)}.sidebar-child-active{background:#fff1d7;color:var(--postal-ink);font-weight:700}@media(max-width:720px){.sidebar-hover-zone{display:none}}.postal-footer{padding:32px clamp(20px,4vw,56px);border-top:1px solid #d9c7aa;text-align:center;color:#685f54;font-size:14px;line-height:1.7}.last-updated{display:inline-block;margin-right:8px;padding:2px 10px;border-radius:6px;background:#fff1d7;color:#a34f00;font-size:12px;font-weight:700}.section-pad{padding:clamp(54px,8vw,92px) clamp(20px,6vw,90px)}.section-head{max-width:760px;margin-bottom:32px}.section-head.compact{margin-bottom:22px}.section-head h1{margin-bottom:14px;max-width:760px;font-size:clamp(34px,5vw,58px);line-height:1.08;letter-spacing:0}.section-head p{color:var(--muted);line-height:1.7;font-size:16px}.eyebrow{margin:0 0 10px;color:var(--red);font-size:14px;font-weight:800}.checklist-progress-title{margin-top:6px;font-size:16px;color:var(--muted);font-weight:600}.progress{height:8px;margin-top:16px;border-radius:8px;background:#e3d4bd;overflow:hidden}.progress span{display:block;height:100%;border-radius:8px;background:var(--green);transition:width .3s}.device-note{display:flex;align-items:center;gap:6px;margin-top:10px;font-size:13px;color:var(--muted)}.check-section-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:28px}.check-group{margin-bottom:36px}.check-group h2{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:20px;font-weight:800}.check-grid{display:flex;flex-direction:column;gap:8px}.check-grid label{display:flex;align-items:center;gap:12px;padding:14px 18px;border:1px solid #d9c7aa;border-radius:10px;background:#fff;cursor:pointer;transition:background .15s;font-size:15px;line-height:1.55;color:#3d3227}.check-grid label:has(input:checked){background:#dff5ea;border-color:#1f8a5b}.check-grid input[type=checkbox]{width:20px;height:20px;accent-color:#1f8a5b;flex-shrink:0}.content-page{max-width:800px;margin:0 auto;padding:clamp(40px,6vw,80px) clamp(24px,6vw,90px);color:var(--postal-ink)}.content-page h1{font-size:clamp(34px,5vw,52px);line-height:1.08;letter-spacing:-.03em;margin-bottom:4px;font-weight:900}.content-page .h1-underline{width:54px;height:4px;border-radius:2px;background:var(--postal-orange);margin:10px 0 20px}.content-page .lead{font-size:17px;color:var(--muted);line-height:1.8;margin-bottom:36px;max-width:640px}.content-section{margin-bottom:44px;scroll-margin-top:80px}.content-section h2{font-size:22px;margin-bottom:12px;letter-spacing:-.02em;font-weight:800;display:flex;align-items:center;gap:8px;padding-bottom:8px;border-bottom:2px solid var(--line)}.content-section p{font-size:16px;line-height:1.85;margin-bottom:10px}.content-section p,.content-section li{color:#3d3227}.content-section li{margin-bottom:5px}.content-section ul,.content-section ol{padding-left:22px;font-size:15px;line-height:1.85}.content-section ul li::marker{color:var(--postal-orange)}.content-section ol li::marker{font-weight:700;color:var(--postal-ink)}.content-callout{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;margin:18px 0;border-radius:var(--rounded-md);background:var(--cream);border-left:4px solid var(--postal-orange);font-size:14px;line-height:1.7;color:#554a3e}.content-callout strong{color:var(--postal-ink)}.content-callout-icon{flex-shrink:0;margin-top:2px}.content-divider{height:1px;background:var(--line);margin:36px 0}.body-sm{font-size:.8125rem;color:var(--muted-light);line-height:1.65}.tag{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:var(--rounded-sm);background:var(--cream);font-size:.75rem;font-weight:700;letter-spacing:.04em;color:#a34f00}.stat-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:var(--postal-ink);color:#fff;font-size:13px;font-weight:700}.stat-badge strong{font-size:20px;color:var(--postal-orange);margin-right:2px}.highlight-box{padding:20px 24px;margin:18px 0;border-radius:var(--rounded-md);background:linear-gradient(135deg,var(--cream),#fff3e0);border:1px solid #e8d5b8;font-size:15px;line-height:1.75;color:#3d3227}.highlight-box strong{color:var(--postal-orange-deep)}.warning-box{padding:16px 20px;margin:18px 0;border-radius:var(--rounded-md);background:#fff5f0;border:1px solid #f0c8b8;border-left:4px solid #c0392b;font-size:14px;line-height:1.7;color:#5a3a30}.warning-box strong{color:#c0392b}.step-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--postal-orange);color:#fff;font-size:13px;font-weight:900;flex-shrink:0}.card-grid-2{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.mini-card{padding:16px 18px;border:1px solid var(--line);border-radius:var(--rounded-md);background:#fff;transition:box-shadow .15s}.mini-card:hover{box-shadow:0 4px 16px #0000000d}.mini-card h4{font-size:15px;font-weight:800;margin-bottom:4px}.mini-card p{font-size:13px;color:var(--muted);line-height:1.6;margin:0}.mini-card-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:var(--cream);margin-bottom:8px}.fact-row{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid var(--line);font-size:14px;line-height:1.6}.fact-row:last-child{border-bottom:none}.fact-row-label{flex-shrink:0;min-width:80px;font-weight:700;color:var(--postal-orange-deep);font-size:12px;letter-spacing:.03em}.dot-leader{display:flex;align-items:baseline;gap:6px;font-size:15px;line-height:1.7}.dot-leader:after{content:"";flex:1;border-bottom:1px dotted var(--line);margin:0 6px}.dot-leader-value{font-weight:700;color:var(--postal-ink);text-align:right;flex-shrink:0}.tag-list{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0}.tag-list .tag{padding:4px 12px;border-radius:999px;background:#fff1d7;color:#8a4b0a;font-size:12px;letter-spacing:0}.btn-primary-sm{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border:none;border-radius:var(--rounded-sm);background:var(--postal-orange);color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:background .12s}.btn-primary-sm:hover{background:var(--postal-orange-deep)}.btn-secondary-sm{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border:1px solid var(--line);border-radius:var(--rounded-sm);background:#fff;color:var(--postal-ink);font-size:13px;font-weight:700;cursor:pointer;transition:border-color .12s}.btn-secondary-sm:hover{border-color:var(--postal-orange)}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:var(--rounded-sm);background:transparent;cursor:pointer;font-size:16px;transition:background .1s}.btn-icon:hover{background:var(--cream)}.info-card{padding:20px 22px;border:1px solid var(--line);border-radius:var(--rounded-md);background:#fff;margin-bottom:14px;box-shadow:0 1px 3px #0000000a;transition:box-shadow .2s}.info-card:hover{box-shadow:0 8px 24px #0000000f}.info-card h3{font-size:17px;margin-bottom:6px;font-weight:800}.info-card p{font-size:14px;color:var(--muted);line-height:1.65}.info-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.content-table-wrap{overflow-x:auto;margin:16px 0}.content-table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px;border:1px solid var(--line);border-radius:var(--rounded-md);overflow:hidden;background:#fff}.content-table th{background:var(--postal-ink);color:#fff;font-weight:700;padding:10px 14px;text-align:left;font-size:13px;letter-spacing:.03em}.content-table td{padding:9px 14px;border-bottom:1px solid var(--line)}.content-table tr:last-child td{border-bottom:none}.content-table tr:nth-child(2n) td{background:#fdfaf5}.placeholder-img{width:100%;height:200px;border-radius:var(--rounded-lg);background:linear-gradient(135deg,var(--cream),#f4c78f);display:grid;place-items:center;color:#a34f00;font-size:15px;font-weight:700;margin-bottom:28px}@media(max-width:720px){.topbar{height:60px;gap:12px;padding:0 14px}.brand{min-width:0}.brand small,.nav,.postal-hero,.postal-team,.postal-work,.postal-moments,.postal-footer,.postal-source{display:none}.section-pad{padding:24px 14px}.check-section-grid{grid-template-columns:1fr}}@media(min-width:721px){.postal-mobile-hall{display:none!important}}
