:root{--bg:#f7f8f6;--surface:#ffffff;--surface-muted:#f0f2ee;--text:#1f2933;--text-soft:#4a5561;--line:#d8dee6;--accent:#1f3a5f;--accent-hover:#172d4a;--accent-light:#e8f0fa;--accent-lighter:#f3f7fc;--success:#10b981;--radius:12px}*{box-sizing:border-box}body{margin:0;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--text);line-height:1.6;padding-top:70px}body,html{width:100%;max-width:100%;overflow-x:hidden}.shell{max-width:1100px;margin:0 auto;padding:0 1rem;width:100%}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(247,248,246,.94);backdrop-filter:blur(6px);border-bottom:1px solid var(--line)}.nav-wrap{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:600;letter-spacing:.2px}.brand-mark{width:35px;height:35px;object-fit:contain;flex-shrink:0}.fontSiteTitle{font-size:clamp(.8rem, 1.2rem, 1.6rem)}.nav-links{display:flex;gap:1rem}.hamburger{display:none;align-items:center;justify-content:center;flex-direction:column;gap:5px;width:44px;height:44px;padding:0;border:1px solid transparent;background:0 0;color:var(--accent);box-shadow:none}.hamburger:hover{background:0 0}.hamburger span{display:block;width:22px;height:2px;background:currentColor;border-radius:999px;transition:transform .25s,opacity .25s}.hamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-links a{text-decoration:none;color:var(--text-soft);font-size:.95rem;font-weight:500;transition:color .2s;position:relative}.nav-links a:focus-visible,.nav-links a:hover{color:var(--accent)}.nav-links a::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--accent);border-radius:999px;transition:width .2s}.nav-links a:focus-visible::after,.nav-links a:hover::after{width:100%}.language-switcher{display:inline-flex;align-items:center;gap:5px;border:none}.language-switcher-mobile{display:none}.language-label{display:inline-flex;align-items:center;font-size:.85rem;color:var(--text-soft);margin:0;border:none}.language-icon{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem}.language-menu{position:relative}#languageSelect{display:inline-flex;align-items:center;justify-content:flex-start;padding:.35rem .5rem;font:inherit;cursor:pointer;border:none;background-color:transparent;color:#6b7280;box-shadow:none;outline:0}#languageSelect:focus,#languageSelect:hover{color:var(--text-soft);background-color:transparent;outline:0}.language-menu-trigger{min-width:84px}.language-menu-options{position:absolute;top:calc(100% + .45rem);right:0;display:none;min-width:128px;padding:.4rem;background:rgba(247,248,246,.98);border:none;border-radius:14px;box-shadow:0 12px 28px rgba(31,58,95,.12)}.language-menu.open .language-menu-options{display:grid;gap:.15rem}.language-option{width:100%;padding:.55rem .75rem;border:none;border-radius:10px;background:0 0;color:#6b7280;font:inherit;font-weight:400;text-align:left;box-shadow:none}.language-option:focus,.language-option:hover{background:var(--surface);color:var(--text-soft)}.language-option.is-selected{color:var(--text-soft);background:rgba(255,255,255,.72)}#languageSelectMobile{padding:5px;font:inherit;cursor:pointer;border:none;background-color:transparent}.topbanner{display:flex;padding:5.5rem 0 3rem}.topbanner-wrap{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}.topbanner-copy{flex:0 1 auto;max-width:60%}.topbanner-logo{width:20%;height:auto;max-width:100%;object-fit:contain}.topbanner-logo img{width:100%;height:auto}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;margin-bottom:.3rem;font-weight:700;display:inline-flex;align-items:center;gap:.4rem}.section-heading-block .eyebrow::before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent);opacity:.7}.section-heading-block{margin-bottom:1.75rem}.hero{padding:2.5rem 10px 3rem;background:linear-gradient(160deg,var(--accent-lighter) 0,var(--bg) 50%,rgba(232,240,250,.3) 100%);border-bottom:1px solid rgba(31,58,95,.06)}.hero-wrap{position:relative;display:flex;align-items:center;gap:.5rem;min-height:30%;background-image:url("/static/img/dbz_transparent_cut.png");background-repeat:no-repeat;background-position:right;background-size:68%}.hero-copy{position:relative;z-index:2;flex:0 1 62%;width:62%;min-width:40%;max-width:62%}.brand-logo{display:none}.hero h1{color:var(--accent);line-height:1.2}.landing-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.landing-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.8rem 1.25rem;border-radius:999px;background:var(--accent);color:#fff;font-weight:600;text-decoration:none;box-shadow:0 12px 28px rgba(31,58,95,.18);transition:background .2s,transform .2s,box-shadow .2s}.landing-button:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 14px 30px rgba(31,58,95,.22)}.hero-actions{margin-top:1.25rem}.shadow{display:inline-block;background:var(--accent-lighter);text-shadow:0 4px 12px rgba(31,58,95,.1);border-radius:10px;padding:0}h1,h2,h3{line-height:1.2;margin:0 0 .8rem}h1{font-size:clamp(2rem, 4vw, 3.1rem);max-width:14ch}h2{font-size:clamp(1.5rem, 2.5vw, 2.1rem);font-weight:700;color:var(--accent);position:relative;padding-bottom:.45rem}.muted h2::after,.section h2::after{content:"";display:block;width:48px;height:3px;margin-top:.5rem;background:linear-gradient(90deg,var(--accent) 0,rgba(31,58,95,.2) 100%);border-radius:999px}.muted h2::after{background:linear-gradient(90deg,rgba(31,58,95,.5) 0,rgba(31,58,95,.12) 100%)}.lead{max-width:80ch;color:var(--text-soft);font-size:1.1rem;padding:0}.section{padding:3.5rem 0;position:relative}.section+.section{border-top:1px solid rgba(31,58,95,.06)}.section:nth-of-type(2n):not(.muted){background:linear-gradient(180deg,rgba(243,247,252,.35) 0,transparent 100%)}.muted{background:var(--surface-muted);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;transition:.3s;position:relative;display:flex;flex-direction:column;gap:.5rem}.card h3{font-size:1.15rem;font-weight:700;color:var(--accent);margin:0}.card p{font-size:.95rem;color:var(--text-soft);line-height:1.55}.card:hover{border-color:var(--accent);box-shadow:0 8px 24px rgba(31,58,95,.08);transform:translateY(-2px)}.card-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--accent-lighter);border-radius:12px;margin-bottom:1rem;font-size:1.75rem;color:var(--accent);transition:.3s}.card:hover .card-icon{background:var(--accent-light);transform:scale(1.1)}.section-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--accent-lighter);border-radius:12px;margin-bottom:1rem;font-size:1.5rem;color:var(--accent)}.card p,.contact-copy,.two-col p{color:var(--text-soft);margin:0}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.contact-wrap{display:grid;grid-template-columns:1fr;gap:2rem}.article-contact-section{padding-top:0}.article-contact-panel{display:grid;gap:1rem;max-width:720px;margin:0 auto;padding:1.5rem 0 .5rem;text-align:center}.article-contact-cta p+p{margin-top:.75rem}.article-contact-actions{justify-content:center;margin-top:.25rem}.article-contact-trigger{min-width:190px}.contact-form-container{width:100%}.contact-form-container.is-hidden{display:none}.team-section{display:grid;grid-template-columns:0.85fr 1.15fr;gap:2rem;align-items:start;padding:1.5rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 8px 28px rgba(31,58,95,.06);width:95%;max-width:95%;margin:10px auto}.team-card,.team-intro{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.75rem;min-width:0}.team-intro h2{font-size:1.35rem;margin-bottom:.5rem}.team-intro .lead{font-size:1rem}.team-card h3{font-size:1.25rem;font-weight:700;color:var(--accent);margin:0 0 .25rem}.team-profile{display:grid;grid-template-columns:140px 1fr;gap:1.25rem;align-items:start;min-width:0}.team-profile-copy{min-width:0}.team-thumbnail-wrap{display:flex;justify-content:center}.team-thumbnail{width:120px;height:120px;object-fit:cover;object-position:center top;border-radius:16px;border:1px solid var(--line);box-shadow:0 10px 24px rgba(31,58,95,.12);background:var(--surface-muted)}.team-profile-copy h3{margin-top:0}.team-role{margin:0 0 1rem;color:var(--accent);font-weight:600}.team-card p{margin:0 0 1rem;color:var(--text-soft)}.editorial-section{display:grid;gap:1.75rem}.editorial-heading{max-width:760px}.editorial-heading .eyebrow::before{content:"✦";display:inline-block;font-size:.7rem;opacity:.8}.editorial-article-heading{margin-bottom:.6rem}.editorial-article-heading .eyebrow::before{content:"📄";display:inline-block;font-size:.75rem;opacity:.8}.editorial-list{display:grid;gap:1.5rem}.editorial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.editorial-card{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;background:linear-gradient(180deg,rgba(255,255,255,.98) 0,rgba(243,247,252,.88) 100%);border:1px solid rgba(31,58,95,.1);border-radius:18px;overflow:hidden;box-shadow:0 16px 36px rgba(31,58,95,.08);transition:transform .25s,box-shadow .25s,border-color .25s}.editorial-card:hover{transform:translateY(-4px);border-color:rgba(31,58,95,.22);box-shadow:0 20px 44px rgba(31,58,95,.14)}.editorial-card-featured{display:grid;grid-template-columns:minmax(280px,1.05fr) minmax(0,1fr)}.editorial-card-media{position:relative;min-height:260px;padding:1.75rem;background:radial-gradient(circle at top left,rgba(255,255,255,.2),transparent 42%),linear-gradient(135deg,var(--accent) 0,#284d79 100%);color:#fff}.editorial-card-media-video{display:flex;flex-direction:column;justify-content:space-between}.editorial-video-frame-wrap{margin-top:1rem;border-radius:16px;overflow:hidden;box-shadow:0 16px 36px rgba(11,22,38,.24);background:rgba(255,255,255,.08)}.editorial-video-frame{display:block;width:100%;min-height:320px;border:0}.editorial-badge{display:inline-flex;align-items:center;width:fit-content;padding:.38rem .7rem;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(8px);font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.editorial-video-placeholder{display:grid;place-items:center;gap:.75rem;min-height:170px;border:1px dashed rgba(255,255,255,.34);border-radius:16px;background:rgba(255,255,255,.08);text-align:center;padding:1rem}.editorial-video-placeholder i{font-size:2.8rem}.editorial-video-placeholder span{max-width:18ch;line-height:1.5}.editorial-card-copy{display:grid;gap:.7rem;padding:1.75rem}.editorial-card-featured .editorial-card-copy h3{font-size:1.45rem;line-height:1.25}.editorial-card-tag{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:.28rem .65rem;border-radius:999px;background:linear-gradient(135deg,#ff7a18 0,#ffb347 100%);color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 10px 18px rgba(255,122,24,.22)}.editorial-card-copy h3{margin:0;font-size:1.2rem;font-weight:700;color:var(--accent);line-height:1.3}.editorial-card-copy p{margin:0;color:var(--text-soft);font-size:.95rem;line-height:1.6}.editorial-meta{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#5d728d}.editorial-link{display:inline-flex;align-items:center;gap:.4rem;width:fit-content;margin-top:.25rem;padding:.35rem .85rem;border-radius:999px;color:var(--accent);background:var(--accent-lighter);text-decoration:none;font-weight:700;font-size:.88rem;transition:background .2s,transform .2s}.editorial-link:hover{background:var(--accent-light);transform:translateY(-1px)}.editorial-link::after{content:"→";transition:transform .2s}.editorial-link:hover::after{transform:translateX(3px)}.article-shell{max-width:900px}.article-back-link{display:inline-flex;align-items:center;gap:.45rem;margin-bottom:1.25rem;color:var(--accent);text-decoration:none;font-weight:700}.article-back-link::before{content:"←"}.article-card{background:rgba(255,255,255,.98);border:1px solid rgba(31,58,95,.1);border-radius:20px;box-shadow:0 18px 40px rgba(31,58,95,.1);padding:clamp(1.5rem,3vw,2.5rem)}.article-card-header{display:grid;gap:.8rem;margin-bottom:1.5rem;padding-bottom:1.75rem;border-bottom:1px solid rgba(31,58,95,.08)}.article-card-header h1{font-size:clamp(1.5rem, 2.8vw, 2rem);font-weight:800;color:var(--accent);line-height:1.2;letter-spacing:-.01em}.article-summary{font-size:1.05rem;font-style:italic;font-weight:600;color:#4a5561;line-height:1.55}.article-byline{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;font-size:.86rem;font-style:normal;font-weight:400;color:#6f8095}.article-byline-separator{color:rgba(31,58,95,.45)}.article-audio-player-root{width:100%}.article-audio-section{margin:0 0 1.5rem}.article-audio-language{margin:0 0 .45rem;font-size:.86rem;font-style:normal;font-weight:400;color:#6f8095}.audio-player{display:grid;gap:.45rem;width:100%;padding:.8rem .9rem;border:1px solid rgba(31,58,95,.12);border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.96) 0,rgba(247,248,246,.96) 100%);box-shadow:0 8px 18px rgba(31,58,95,.06)}.audio-player-progress{display:grid;gap:.3rem}.audio-player-progress-bar{width:100%;height:.35rem;appearance:none;-webkit-appearance:none;border:none;border-radius:999px;background:linear-gradient(90deg,var(--accent) 0,var(--accent) var(--progress-percent,0),rgba(31,58,95,.12) var(--progress-percent,0),rgba(31,58,95,.12) 100%);cursor:pointer;touch-action:pan-x}.audio-player-progress-bar::-webkit-slider-runnable-track{height:.35rem;border-radius:999px;background:0 0}.audio-player-progress-bar::-webkit-slider-thumb{-webkit-appearance:none;width:.78rem;height:.78rem;margin-top:-.22rem;border:2px solid #fff;border-radius:50%;background:var(--accent);box-shadow:0 3px 8px rgba(31,58,95,.18);cursor:pointer}.audio-player-progress-bar::-moz-range-track{height:.35rem;border-radius:999px;background:0 0}.audio-player-progress-bar::-moz-range-progress{height:.35rem;border-radius:999px;background:var(--accent)}.audio-player-progress-bar::-moz-range-thumb{appearance:none;width:.78rem;height:.78rem;border:2px solid #fff;border-radius:50%;background:var(--accent);box-shadow:0 3px 8px rgba(31,58,95,.18);cursor:pointer}.audio-player-progress-bar::-ms-thumb{width:.78rem;height:.78rem;border:2px solid #fff;border-radius:50%;background:var(--accent);box-shadow:0 3px 8px rgba(31,58,95,.18);cursor:pointer}.audio-player-time{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.76rem;color:#6f8095;line-height:1.1}.audio-player-controls{display:flex;flex-wrap:nowrap;gap:.45rem}.audio-player-button{display:inline-flex;align-items:center;justify-content:center;width:36px;min-width:36px;height:36px;padding:0;border:1px solid rgba(31,58,95,.14);border-radius:50%;background:0 0;color:var(--accent);font-size:.82rem;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s}.audio-player-button i{pointer-events:none}.audio-player-button:hover:not(:disabled){background:0 0;transform:scale(1.05);border-color:rgba(31,58,95,.28);box-shadow:0 8px 16px rgba(31,58,95,.1)}.audio-player-button:active:not(:disabled){background:0 0;transform:scale(1.02);border-color:rgba(31,58,95,.28);box-shadow:0 10px 18px rgba(31,58,95,.14)}.audio-player-button:focus-visible{outline:rgba(31,58,95,.24) solid 2px;outline-offset:2px}.audio-player-button-primary{background:0 0;color:var(--accent)}.audio-player-button-primary:active:not(:disabled),.audio-player-button-primary:hover:not(:disabled){background:0 0}.audio-player-error{margin:.15rem 0 0;color:#8b1e1e;font-size:.78rem;font-weight:600}.article-divider{height:1px;margin:0 0 1.75rem;background:linear-gradient(90deg,rgba(31,58,95,.06) 0,rgba(31,58,95,.32) 16%,rgba(31,58,95,.32) 84%,rgba(31,58,95,.06) 100%)}.article-body{color:var(--text-soft);line-height:1.8}.article-body h1,.article-body h2,.article-body h3,.article-body h4{color:var(--accent)}.article-body img{max-width:100%;height:auto}.contact-form{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem;max-width:70%;width:100%;margin:0 auto}.field-row{display:grid;gap:.4rem;margin-bottom:.9rem}label{font-size:.9rem;color:var(--text-soft)}input,textarea{width:100%;border:1px solid #c7d0da;border-radius:10px;padding:.65rem .75rem;font:inherit;color:var(--text);background:#fff}input:focus,textarea:focus{outline:rgba(31,58,95,.2) solid 2px;border-color:var(--accent)}input[aria-invalid=true],textarea[aria-invalid=true]{border-color:#b42318;background:#fff5f5}.field-error{min-height:1rem;margin:0;color:#b42318;font-size:.85rem}button{border:none;border-radius:10px;padding:.7rem 1rem;background:var(--accent);color:#fff;font-weight:500;cursor:pointer}button:hover{background:var(--accent-hover)}button:disabled{opacity:.7;cursor:not-allowed}.form-status{min-height:1.2rem;margin-top:.75rem;color:var(--text-soft)}.site-footer{padding:1.5rem 0 2.5rem;background:var(--bg)}.footer-wrap{display:flex;flex-direction:column;align-items:center;gap:.9rem;text-align:center}.footer-separator{width:100%;height:1px;background:linear-gradient(90deg,transparent 0,rgba(31,58,95,.18) 18%,rgba(31,58,95,.35) 50%,rgba(31,58,95,.18) 82%,transparent 100%)}.footer-copy{margin:0;color:var(--text-soft);font-size:.9rem;letter-spacing:.04em}.footer-logos{display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap}.footer-logo{width:110px;height:auto;opacity:.92}@media (max-width:900px){.contact-wrap,.editorial-card-featured,.editorial-grid,.grid-3,.team-profile,.team-section,.two-col{grid-template-columns:1fr}.team-thumbnail-wrap{justify-content:flex-start}.topbanner{padding-top:4rem}.nav-wrap{flex-wrap:wrap}.language-switcher{margin-left:auto}}@media (max-width:1024px){.nav-wrap{position:relative;display:grid;grid-template-columns:minmax(0,90%) minmax(44px,10%);grid-template-areas:"brand toggle" "nav nav";align-items:center;justify-content:space-between;column-gap:0;row-gap:.25rem}.brand{grid-area:brand;width:100%;max-width:100%;min-width:0;display:inline-flex;align-items:flex-start}.fontSiteTitle{display:block;min-width:0;white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.2}.hamburger{display:inline-flex;grid-area:toggle;width:44px;min-width:44px;margin:0 0 0 auto;justify-self:end}.language-switcher-desktop{display:none}.language-switcher-mobile{display:inline-flex;width:100%;align-items:center;justify-content:flex-start;gap:.6rem;margin-top:.25rem;padding-top:.85rem;border-top:1px solid var(--line);color:var(--text-soft)}.language-switcher-mobile .language-icon{width:1.5rem;height:1.5rem;font-size:1rem}.language-switcher-mobile select{min-width:120px;padding:.45rem .75rem;border:none;border-radius:999px;background:var(--surface);color:var(--text-soft)}.language-switcher{order:3;margin-left:0}.nav-links{display:none;grid-area:nav;position:absolute;top:calc(100% - 4px);right:1rem;left:1rem;z-index:20;flex-direction:column;gap:.75rem;padding:1rem;background:rgba(247,248,246,.98);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 16px 36px rgba(31,58,95,.14)}.nav-links.open{display:flex}.nav-links a{display:block;width:100%}.hero-wrap{width:100%;min-width:90vw;background-image:none;align-items:flex-start;justify-content:flex-start}.hero-copy{width:100%;max-width:100%;min-width:100%;margin:0;padding:1rem .35rem;display:block;border-radius:10px}.hero-copy .lead.shadow{margin-bottom:0;width:100%;max-width:100%;text-align:left}.hero-copy .eyebrow,.hero-copy .hero-highlight{text-align:left}.hero-highlight{width:60vw;max-width:60vw;margin-left:0;margin-right:0}.contact-form{max-width:98%}.audio-player{padding:.72rem .78rem}.audio-player-time{align-items:center;flex-direction:row}.audio-player-controls{justify-content:flex-start;gap:.4rem}.audio-player-button{width:40px;min-width:40px;height:40px}.editorial-card-media{min-height:210px}.editorial-video-frame{min-height:220px}}