:root{--tct-green:#577B53;--tct-green-deep:#364B33;--tct-ink:#1A1A1A;--tct-text:#333333;--tct-text-soft:#666666;--tct-text-muted:#5B5A5A;--tct-bg:#FFFFFF;--tct-bg-soft:#F8F8F8;--tct-gold:#D3BC8C;--tct-line:#CCCCCC;--tct-h1:22px;--tct-h2:19px;--tct-body:17px;--tct-small:12px;--tct-section-y:40px;--tct-content:960px}@media (min-width:768px){:root{--tct-h1:26px;--tct-h2:23px;--tct-body:19px;--tct-small:14px;--tct-section-y:60px}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--tct-bg);color:var(--tct-text);font-size:var(--tct-body);line-height:1.7;letter-spacing:1.4px}h1{font-size:var(--tct-h1);letter-spacing:5px;line-height:1.6;color:var(--tct-ink);text-wrap:balance}h1,h2{font-weight:600;margin:0}h2{font-size:var(--tct-h2);letter-spacing:3px;line-height:1.5;color:var(--tct-green)}h2:after{content:"";display:block;width:67px;height:3px;background:var(--tct-ink);margin-top:10px}p{margin:0}img{max-width:100%;display:block}.container{max-width:var(--tct-content);margin:0 auto;padding:0 20px}.section{padding:var(--tct-section-y) 0}.fade-in{animation:fadeUp .4s ease-out both}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.fade-in{animation:none}}