@font-face{font-family:Outfit;src:url(/fonts/Outfit.ttf)format("truetype-variations");font-weight:100 900;font-display:swap}@font-face{font-family:SMH Serif;src:url(/fonts/DejaVuSerif.ttf)format("truetype");font-weight:400;font-display:swap}:root{--smh-orange:#f35000;--smh-orange-soft:#ff914d;--smh-black:#000;--smh-white:#fff;--smh-yellow:#ffde59;--smh-gold:#fdd82e;--smh-violet:#7b2d9f;--smh-ink:#121212;--smh-text:#efe7d6;--smh-text-soft:#b3a68c;--smh-line:#3b3122;--smh-cream:#100e0a;--smh-key:#c9a06a;--smh-page:#0b0a07;--smh-surface:#12100c;--font-title:"SMH Serif", "Iowan Old Style", Georgia, "Times New Roman", serif;--font-body:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;--text-base:1.06rem;--radius:2px;--radius-lg:3px;--shadow:none;--shadow-lift:none;--wrap:1140px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--smh-text);background:var(--smh-page);-webkit-font-smoothing:antialiased;margin:0;line-height:1.7}h1,h2,h3,h4{font-family:var(--font-title);letter-spacing:-.01em;margin:0 0 .6em;font-weight:700;line-height:1.15}h1{font-size:clamp(2.1rem,5vw,3.4rem)}h2{font-size:clamp(1.6rem,3.4vw,2.4rem)}h3{font-size:clamp(1.15rem,2.2vw,1.4rem)}p{margin:0 0 1.1em}a{color:var(--smh-orange);text-underline-offset:3px;text-decoration-thickness:1px}a:hover{color:var(--smh-orange-soft)}img{max-width:100%;height:auto;display:block}.wrap{width:min(100% - 2.4rem, var(--wrap));margin-inline:auto}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline:3px solid var(--smh-orange);outline-offset:2px;border-radius:4px}.skip-link{z-index:100;background:var(--smh-orange);color:var(--smh-white);border-radius:0 0 var(--radius) 0;padding:.7rem 1.2rem;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}.site-header{background:var(--smh-black);color:var(--smh-white);z-index:50;position:sticky;top:0}.site-header .wrap{flex-wrap:wrap;align-items:center;gap:1.4rem;padding:.7rem 0;display:flex}.brand{color:var(--smh-white);align-items:center;gap:.75rem;margin-right:auto;text-decoration:none;display:flex}.brand img{border-radius:12px;width:54px;height:54px}.brand-name{font-family:var(--font-title);letter-spacing:.06em;color:var(--smh-orange);font-size:1.12rem;font-weight:700;line-height:1.1}.brand-tag{letter-spacing:.22em;text-transform:uppercase;color:var(--smh-white);opacity:.75;font-size:.72rem;font-weight:500;display:block}.site-nav ul{flex-wrap:wrap;gap:1.3rem;margin:0;padding:0;list-style:none;display:flex}.site-nav a{color:var(--smh-white);border-bottom:2px solid #0000;padding:.35rem 0;font-size:.97rem;font-weight:500;text-decoration:none}.site-nav a:hover{color:var(--smh-orange-soft)}.site-nav a[aria-current=page]{color:var(--smh-orange);border-bottom-color:var(--smh-orange)}.hero{background:var(--smh-black);color:var(--smh-white);padding:4.5rem 0 5.5rem;position:relative;overflow:hidden}.hero:before,.hero:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.hero:before{border:44px solid var(--smh-orange);opacity:.16;width:340px;height:340px;top:-140px;right:-110px}.hero:after{background:var(--smh-orange);opacity:.13;width:190px;height:190px;bottom:-80px;left:-70px}.hero .wrap{z-index:1;position:relative}.hero-grid{grid-template-columns:1.25fr .75fr;align-items:center;gap:3rem;display:grid}.hero h1{color:var(--smh-white);max-width:16ch}.hero-lead{color:#ffffffdb;max-width:52ch;font-size:1.18rem}.hero-logo{justify-self:center}.hero-logo img{border-radius:var(--radius-lg);width:min(300px,100%)}.band-title{background:var(--smh-black);color:var(--smh-orange);font-family:var(--font-title);letter-spacing:.14em;text-transform:uppercase;border-radius:var(--radius);margin:0 0 1.8rem;padding:.75rem 1.9rem;font-size:clamp(1.05rem,2.4vw,1.55rem);font-weight:700;line-height:1.3;display:inline-block}.section-intro{max-width:62ch;color:var(--smh-text-soft);font-size:1.08rem}.btn{font-family:var(--font-title);cursor:pointer;border:2px solid #0000;border-radius:999px;padding:.85rem 1.8rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .12s,background .15s,color .15s;display:inline-block}.btn-primary{background:var(--smh-orange);color:var(--smh-white)}.btn-ghost{color:var(--smh-white);border-color:var(--smh-white);background:0 0}.btn-dark{background:var(--smh-black);color:var(--smh-white)}.btn-row{flex-wrap:wrap;gap:1rem;margin-top:1.6rem;display:flex}main{display:block}.section{padding:4rem 0}.section-dark{background:var(--smh-black);color:var(--smh-white)}.section-dark .band-title{background:var(--smh-white);color:var(--smh-black)}.section-dark .section-intro{color:#ffffffc7}.cards{grid-template-columns:repeat(auto-fit,minmax(272px,1fr));gap:1.5rem;margin-top:2rem;padding:0;list-style:none;display:grid}.card{background:var(--smh-surface);border:1px solid var(--smh-line);border-radius:var(--radius-lg);box-shadow:var(--shadow);flex-direction:column;padding:1.8rem;transition:transform .15s,box-shadow .15s;display:flex}.card:hover{box-shadow:var(--shadow-lift);transform:translateY(-3px)}.card h3{margin-bottom:.4rem}.card p{color:var(--smh-text-soft);margin-bottom:.8rem}.card>:last-child{margin-bottom:0}.card-icon{background:var(--smh-black);width:56px;height:56px;color:var(--smh-orange);border-radius:16px 16px 16px 4px;flex:none;place-items:center;margin-bottom:1rem;font-size:1.5rem;display:grid}.card-price{font-family:var(--font-title);color:var(--smh-orange);margin-top:auto;font-size:1.5rem;font-weight:700}.card-price small{color:var(--smh-text-soft);letter-spacing:.02em;font-size:.82rem;font-weight:500;display:block}.badge{background:var(--smh-yellow);color:var(--smh-black);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-self:flex-start;margin-bottom:.8rem;padding:.25rem .7rem;font-size:.76rem;font-weight:600;display:inline-block}.badge-violet{background:var(--smh-violet);color:var(--smh-white)}.values{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.4rem;margin:2rem 0 0;padding:0;list-style:none;display:grid}.value{border-left:4px solid var(--smh-orange);padding:.2rem 0 .2rem 1.2rem}.value strong{font-family:var(--font-title);margin-bottom:.25rem;font-size:1.2rem;display:block}.value span{color:var(--smh-text-soft);font-size:.98rem}.section-dark .value span{color:#ffffffbf}.stats{text-align:center;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin:2.4rem 0 0;padding:0;list-style:none;display:grid}.stat-num{font-family:var(--font-title);color:var(--smh-orange);font-size:clamp(2rem,5vw,2.9rem);font-weight:700;line-height:1;display:block}.stat-label{color:var(--smh-text-soft);letter-spacing:.02em;font-size:.95rem}.section-dark .stat-label{color:#ffffffbf}.quote{background:var(--smh-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid var(--smh-line);margin:0;padding:1.9rem}.quote blockquote{margin:0 0 1rem;font-size:1.06rem}.quote blockquote:before{content:"« ";color:var(--smh-orange)}.quote blockquote:after{content:" »";color:var(--smh-orange)}.quote figcaption{font-weight:600;font-family:var(--font-title)}.quote .rating{color:var(--smh-gold);letter-spacing:.15em;font-size:1.05rem}.table-wrap{margin-top:2rem;overflow-x:auto}table.grid{border-collapse:collapse;width:100%;min-width:620px;font-size:.98rem}table.grid th,table.grid td{border-bottom:1px solid var(--smh-line);text-align:left;vertical-align:top;padding:.85rem 1rem}table.grid thead th{background:var(--smh-black);color:var(--smh-white);font-family:var(--font-title);letter-spacing:.05em;text-transform:uppercase;font-size:.82rem}table.grid thead th:first-child{border-radius:var(--radius) 0 0 0}table.grid thead th:last-child{border-radius:0 var(--radius) 0 0}.form{gap:1.15rem;max-width:620px;margin-top:2rem;display:grid}.form label{font-weight:600;font-family:var(--font-title);margin-bottom:.35rem;display:block}.form .hint{color:var(--smh-text-soft);font-size:.88rem;font-weight:400}.form input[type=text],.form input[type=email],.form input[type=tel],.form input[type=number],.form select,.form textarea{width:100%;font:inherit;border:1.5px solid var(--smh-line);border-radius:var(--radius);background:var(--smh-surface);color:var(--smh-text);padding:.75rem .95rem}.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--smh-orange);outline:none;box-shadow:0 0 0 3px #f3500029}.form textarea{resize:vertical;min-height:150px}.form .check{align-items:flex-start;gap:.7rem;font-weight:400;display:flex}.form .check input[type=checkbox]{width:1.25rem;height:1.25rem;accent-color:var(--smh-orange);flex:none;margin-top:.2rem}.form .hp{opacity:0;height:0;position:absolute;left:-9999px}.field-error{color:#c92a2a;margin-top:.3rem;font-size:.9rem}.alert{border-radius:var(--radius);border-left:5px solid;margin-bottom:1.6rem;padding:1rem 1.3rem}.sim-result{background:var(--smh-black);color:var(--smh-white);border-radius:var(--radius-lg);margin-top:2rem;padding:2rem}.sim-result .sim-big{font-family:var(--font-title);color:var(--smh-orange);font-size:clamp(2rem,6vw,3rem);font-weight:700;line-height:1.1}.sim-lines{margin:1.4rem 0 0;padding:0;list-style:none}.sim-lines li{border-bottom:1px solid #ffffff29;justify-content:space-between;gap:1rem;padding:.6rem 0;display:flex}.sim-lines li:last-child{border-bottom:0}.sim-lines strong{color:var(--smh-white)}.sim-note{color:#ffffffb3;margin-top:1.2rem;font-size:.88rem}.site-footer{background:var(--smh-black);color:#fffc;padding:3.5rem 0 2rem;font-size:.96rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:2rem;display:grid}.site-footer h2{color:var(--smh-orange);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.9rem;font-size:1rem}.site-footer a{color:var(--smh-white);text-decoration:none}.site-footer a:hover{color:var(--smh-orange-soft);text-decoration:underline}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer li{margin-bottom:.5rem}.footer-bottom{color:#fff9;border-top:1px solid #ffffff24;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:2.4rem;padding-top:1.4rem;font-size:.88rem;display:flex}@media (width<=860px){.hero-grid{grid-template-columns:1fr}.hero-logo{order:-1}.hero-logo img{width:min(200px,60%)}.hero{padding:3rem 0 3.5rem}.site-header .wrap{gap:.8rem}.site-nav ul{gap:.9rem}.section{padding:3rem 0}}@media (width<=560px){.brand img{width:42px;height:42px}.brand-name{font-size:1rem}.brand-tag{letter-spacing:.16em;font-size:.62rem}.site-nav a{font-size:.92rem}.site-nav ul{gap:.75rem 1rem}.hero:before{border-width:26px;width:180px;height:180px;top:-80px;right:-70px}.hero:after{width:120px;height:120px;bottom:-55px;left:-50px}.band-title{letter-spacing:.08em;padding:.6rem 1.2rem}.card{padding:1.4rem}.btn{text-align:center;width:100%}.btn-row{gap:.7rem}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.site-header{background:var(--smh-page);border-bottom:1px solid var(--smh-key);box-shadow:0 3px #c9a06a38}.brand-name{color:var(--smh-key);letter-spacing:.14em}.brand-tag{color:var(--smh-text-soft);opacity:1}.brand img{border-radius:0}.site-nav a{color:var(--smh-text)}.hero{background:radial-gradient(60% 80% at 50% 0%, #c9a06a33 0%, #c9a06a00 60%), repeating-linear-gradient(135deg, #c9a06a0d 0 2px, transparent 2px 9px), var(--smh-page);color:var(--smh-text);padding:4rem 0 4.5rem}.hero:before,.hero:after{display:none}.hero .wrap{border:1px solid #c9a06a73;padding:2.6rem 2rem}.hero .wrap:before{content:"";pointer-events:none;border:1px solid #c9a06a38;position:absolute;inset:7px}.hero h1{color:var(--smh-text);letter-spacing:.01em;text-shadow:0 2px 24px #c9a06a38;font-weight:400}.hero h1 em{color:var(--smh-key);font-style:italic}.hero-lead{color:var(--smh-text-soft)}.hero-logo img{filter:drop-shadow(0 0 26px #c9a06a66);border-radius:0}.band-title{width:100%;color:var(--smh-key);font-family:var(--font-body);letter-spacing:.32em;background:0 0;border-bottom:1px solid #c9a06a80;border-radius:0;padding:0 0 .7rem;font-size:clamp(.85rem,1.7vw,1.05rem);font-weight:500;display:block}.section-dark .band-title{color:var(--smh-key);background:0 0}.section-intro{color:var(--smh-text-soft);font-family:var(--font-title)}.section-cream{background:var(--smh-cream)}.section-dark{color:var(--smh-text);background:#070604}.section-dark h2,.section-dark h3{color:var(--smh-text)}.section-dark .section-intro,.section-dark .value span,.section-dark .stat-label{color:var(--smh-text-soft)}.cards{counter-reset:smhcard}.card{border:1px solid var(--smh-line);padding-top:2.2rem;position:relative}.card:before{counter-increment:smhcard;content:counter(smhcard, upper-roman);color:var(--smh-key);letter-spacing:.2em;font-size:.8rem;position:absolute;top:.9rem;right:1.2rem}.card:after{content:"";pointer-events:none;border:1px solid #c9a06a29;position:absolute;inset:6px}.card:hover{border-color:var(--smh-key);transform:none}.card h3{font-weight:400}.card-icon{color:var(--smh-key);border:1px solid var(--smh-key);background:0 0;border-radius:0}.card-price{color:var(--smh-key)}.value{border-left:1px solid var(--smh-key)}.quote{border:1px solid var(--smh-line)}.quote blockquote:before,.quote blockquote:after,.stat-num{color:var(--smh-key)}.btn{letter-spacing:.12em;text-transform:uppercase;border-radius:0;font-size:.82rem}.btn:hover{transform:none}.btn-primary{background:var(--smh-key);color:var(--smh-page);border-color:var(--smh-key)}.btn-primary:hover{background:var(--smh-orange-soft);color:var(--smh-page)}.btn-ghost{color:var(--smh-key);border-color:var(--smh-key)}.btn-ghost:hover{background:var(--smh-key);color:var(--smh-page)}.btn-dark{color:var(--smh-key);border:1px solid var(--smh-key);background:0 0}.btn-dark:hover{background:var(--smh-key);color:var(--smh-page)}table.grid thead th{background:var(--smh-surface);color:var(--smh-key);border-bottom:1px solid var(--smh-key)}table.grid tbody tr:nth-child(2n){background:var(--smh-surface)}.form input:focus,.form select:focus,.form textarea:focus{border-color:var(--smh-key);box-shadow:0 0 0 3px #c9a06a33}.form .check input[type=checkbox]{accent-color:var(--smh-key)}.alert{border-radius:0}.alert-ok{color:#9fd9ba;background:#10201a;border-color:#2e7d4f}.alert-ko{color:#f0a9a9;background:#241110;border-color:#c92a2a}.field-error{color:#f0a9a9}.sim-result{background:var(--smh-surface);border:1px solid var(--smh-key);color:var(--smh-text)}.sim-result .sim-big,.sim-lines strong{color:var(--smh-key)}.site-footer{color:var(--smh-text-soft);border-top:1px solid var(--smh-key);background:#070604}.site-footer h2{color:var(--smh-key)}.site-footer a{color:var(--smh-text)}.site-footer a:hover{color:var(--smh-key)}.footer-bottom{border-top-color:var(--smh-line);color:var(--smh-text-soft)}:focus-visible{outline-color:var(--smh-key)}@media (width<=720px){.hero .wrap{padding:1.6rem 1.1rem}.band-title{letter-spacing:.2em}}h1.band-title{font-family:var(--font-title);letter-spacing:.01em;text-transform:none;color:var(--smh-text);padding-bottom:.5rem;font-size:clamp(1.9rem,4.2vw,2.8rem);font-weight:400}
