:root{--page-bg: #f5f1eb;--panel-bg: #f2eee7;--footer-bg: #171717;--text: #111111;--white: #ffffff;--accent: #c78349;--accent-hover: #d99459;--line-soft: rgba(17, 17, 17, .05);--line-footer: rgba(255, 255, 255, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page-bg);color:var(--text);font-family:Poppins,PingFang SC,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}img{display:block;max-width:100%}button,input{font:inherit}a{color:inherit;text-decoration:none}#root{min-height:100vh}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-shell{max-width:1440px;min-height:100vh;margin:0 auto;background:var(--footer-bg)}.site-header{position:fixed;top:0;left:50%;z-index:50;width:100%;max-width:1440px;transform:translate(-50%);background:var(--footer-bg)}.header-inner{display:flex;min-height:80px;align-items:center;gap:16px;padding:0 24px}.brand{flex-shrink:0}.brand img{width:auto;height:34px}.header-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.search-field{position:relative;display:none}.search-field input{width:clamp(300px,38vw,505px);height:44px;padding:0 56px 0 28px;border:1px solid rgba(0,0,0,.05);border-radius:999px;outline:none;background:var(--white);color:#161616;font-size:17px;font-weight:500;box-shadow:0 10px 30px #00000014;transition:border-color .2s ease,box-shadow .2s ease}.search-field input:focus{border-color:var(--accent);box-shadow:0 0 0 2px #e0b28166,0 10px 30px #00000014}.search-field input::placeholder{color:#999!important;opacity:1}.search-field input::-webkit-input-placeholder{color:#999!important;opacity:1}.search-field input::-moz-placeholder{color:#999!important;opacity:1}.search-field svg{position:absolute;top:50%;right:24px;width:24px;height:24px;transform:translateY(-50%);fill:none;stroke:var(--text);stroke-width:2}.icon-button{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border:0;padding:0;background:transparent;color:var(--white);cursor:pointer;transition:opacity .25s ease}.icon-button:hover{opacity:.75}.icon-button svg,.subscribe-form svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.main-content{padding-top:80px;background:var(--page-bg)}.hero{position:relative;overflow:hidden;background:#000}.hero-image{width:100%}.hero-anchor{position:absolute;top:71.4%;left:12.5%;width:3.8%;height:8.6%;min-width:44px;min-height:44px;max-width:58px;max-height:58px;transform:translate(-50%,-50%);border-radius:999px}.story-section{padding:28px 16px}.story-panel{overflow:hidden;border-radius:26px;background:var(--panel-bg);box-shadow:inset 0 0 0 1px var(--line-soft);opacity:0;animation:fade-up .9s cubic-bezier(.22,1,.36,1) .28s forwards}.story-panel:hover{transform:translateY(-4px);box-shadow:inset 0 0 0 1px var(--line-soft),0 22px 40px #11111114}.story-panel img{width:100%;border-radius:26px}.site-footer{padding:48px 24px 32px;background:var(--footer-bg);color:var(--white)}.footer-grid{display:grid;gap:40px;padding-bottom:32px;border-bottom:1px solid var(--line-footer)}.footer-brand img{width:auto;height:38px}.footer-column h2,.footer-subscribe h2{margin:0;font-size:17px;font-weight:600;letter-spacing:.01em;text-transform:uppercase}.footer-column nav{display:grid;gap:16px;margin-top:20px}.footer-column a,.social-links a,.subscribe-form button{transition:transform .28s ease,color .28s ease,background-color .28s ease}.footer-column a{width:fit-content;font-size:18px;color:#ffffffe0}.footer-column a:hover,.social-links a:hover{transform:translateY(-2px);color:#cf8a4f}.footer-subscribe{max-width:470px}.footer-subscribe p{margin:12px 0 0;color:#ffffff52;font-size:17px;line-height:1.65}.subscribe-form{display:flex;flex-direction:column;gap:12px;margin-top:24px}.subscribe-form input{width:100%;height:56px;padding:0 28px;border:1px solid rgba(255,255,255,.55);border-radius:16px;outline:none;background:transparent;color:var(--white);font-size:17px;transition:border-color .2s ease,box-shadow .2s ease}.subscribe-form input::placeholder{color:#ffffff61}.subscribe-form input:focus{border-color:#cf8a4f;box-shadow:0 0 0 2px #cf8a4f40}.subscribe-form button{display:inline-flex;width:100%;height:56px;align-items:center;justify-content:center;border:0;border-radius:16px;background:var(--accent);color:var(--white);cursor:pointer}.subscribe-form button:hover{transform:translateY(-2px);background:var(--accent-hover)}.social-links{display:flex;align-items:center;gap:12px;margin-top:20px;color:#ffffff8c}.social-links svg{width:20px;height:20px;fill:currentColor}.social-links a:last-child svg{fill:none;stroke:currentColor;stroke-width:1.8}.copyright{margin:0;padding-top:20px;color:#ffffff59;font-size:12px;text-align:center}@keyframes fade-up{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@media(min-width:560px){.search-field{display:block}}@media(min-width:640px){.header-inner{padding:0 32px}.brand img{height:42px}.header-actions{gap:16px}.story-section{padding:32px 24px}.site-footer{padding:48px 32px 32px}.subscribe-form{flex-direction:row;align-items:center}.subscribe-form button{width:86px;flex-shrink:0}.copyright{font-size:13px}}@media(min-width:1024px){.header-inner{padding:0 56px}.header-actions{gap:20px}.story-section{padding:32px 56px}.site-footer{padding:56px 56px 40px}.footer-grid{grid-template-columns:1.05fr .95fr .95fr 1.55fr;gap:48px;padding-bottom:40px}}
