@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Sora:wght@600;700&family=Space+Mono:wght@500&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,sans-serif;font-size:18px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:currentColor;text-decoration-thickness:1px;text-underline-offset:3px}
a:hover{opacity:.85}

.surface-dusk{background:#12182B;color:#EEF1F6}
.surface-light{background:#EEF1F6;color:#12182B}
.surface-slate{background:#1E2740;color:#EEF1F6}
.surface-coral{background:#FF7A4D;color:#12182B}

.site-header{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(238,241,246,.12)}
.header-inner{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{font-family:Sora,sans-serif;font-weight:700;font-size:1.15rem;letter-spacing:-.02em;text-decoration:none}
.logo span{color:#FF7A4D}
.nav-list{display:flex;flex-wrap:wrap;gap:.25rem 1.25rem;list-style:none}
.nav-list a{text-decoration:none;font-size:.95rem;font-weight:600;opacity:.88}
.nav-list a[aria-current="page"]{opacity:1;border-bottom:1px solid #FF7A4D}

.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;border:1px solid rgba(238,241,246,.2);border-radius:4px;background:transparent;cursor:pointer;flex-shrink:0}
.nav-toggle span{display:block;width:20px;height:2px;background:#EEF1F6;border-radius:1px;transition:transform .25s ease,opacity .25s ease;margin:0 auto}
.nav-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.is-active span:nth-child(2){opacity:0}
.nav-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media (prefers-reduced-motion:reduce){.nav-toggle span{transition:none}}

@media(max-width:768px){
  .header-inner{position:relative;flex-wrap:nowrap}
  .nav-toggle{display:flex}
  nav.site-nav--drawer{display:none;position:absolute;top:100%;left:0;right:0;padding:1rem 1.5rem 1.25rem;background:#12182B;border-top:1px solid rgba(238,241,246,.12);box-shadow:0 12px 32px rgba(0,0,0,.25)}
  nav.site-nav--drawer.is-open{display:block}
  nav.site-nav--drawer .nav-list{flex-direction:column;gap:0}
  nav.site-nav--drawer .nav-list a{display:block;padding:.75rem 0;font-size:1rem;border-bottom:1px solid rgba(238,241,246,.08)}
  nav.site-nav--drawer .nav-list a[aria-current="page"]{border-bottom-color:#FF7A4D}
  nav.site-nav--drawer .nav-list li:last-child a{border-bottom:none}
}

.eyebrow{font-family:'Space Mono',monospace;font-size:12px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#FF7A4D;margin-bottom:1rem}

.hero{position:relative;min-height:78vh;display:flex;align-items:flex-end;padding:6rem 0 5rem;overflow:hidden}
.hero-bg{position:absolute;inset:0;z-index:0}
.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,24,43,.55) 0%,rgba(18,24,43,.92) 70%,#12182B 100%);z-index:1}
.hero-streaks{position:absolute;inset:0;z-index:2;opacity:.06;background:repeating-linear-gradient(-12deg,transparent,transparent 40px,rgba(255,122,77,.4) 40px,rgba(255,122,77,.4) 41px);pointer-events:none}
@media (prefers-reduced-motion:reduce){.hero-streaks{display:none}}
.hero-inner{position:relative;z-index:3;max-width:1200px;margin:0 auto;padding:0 1.5rem;width:100%}
.hero h1{font-family:Sora,sans-serif;font-weight:700;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.08;letter-spacing:-.03em;max-width:18ch;margin-bottom:1.25rem}
.hero h1 .accent{color:#FF7A4D}
.hero-lead{max-width:42ch;font-size:1.05rem;opacity:.92;margin-bottom:2rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}
.btn{display:inline-block;padding:.75rem 1.5rem;font-weight:600;font-size:.95rem;border-radius:4px;text-decoration:none;border:1px solid transparent;transition:filter .2s,box-shadow .2s}
.btn-primary{box-shadow:0 4px 24px rgba(255,122,77,.25)}
.btn-primary:hover{filter:brightness(1.06);box-shadow:0 6px 28px rgba(255,122,77,.35)}
.btn-secondary{background:transparent;border-color:currentColor}
.btn-secondary:hover{filter:brightness(1.1)}

.route-line{position:relative;height:2px;background:rgba(255,122,77,.35);margin-top:3rem;overflow:visible}
.route-dot{position:absolute;top:50%;left:0;width:8px;height:8px;background:#FF7A4D;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 12px rgba(255,122,77,.6);transition:left .1s linear}
@media (prefers-reduced-motion:reduce){.route-dot{left:20%!important}}

.section{padding:5rem 1.5rem}
.section-inner{max-width:720px;margin:0 auto}
.section-wide{max-width:1100px;margin:0 auto}
.section h2{font-family:Sora,sans-serif;font-weight:700;font-size:clamp(1.75rem,3vw,2.25rem);margin-bottom:1rem;letter-spacing:-.02em}

.about-strip{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:center;max-width:1100px;margin:0 auto;padding:3rem 1.5rem}
.about-strip img{width:88px;height:88px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,122,77,.4)}
.about-strip p{font-size:1rem;opacity:.9}

.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}
.post-card{background:rgba(30,39,64,.6);border:1px solid rgba(238,241,246,.08);border-radius:8px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.25);transition:transform .25s,box-shadow .25s;text-decoration:none;display:flex;flex-direction:column}
.surface-light .post-card{background:#fff;border-color:rgba(18,24,43,.08);box-shadow:0 8px 32px rgba(18,24,43,.08)}
.post-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.3)}
.post-card-img{aspect-ratio:16/10;overflow:hidden}
.post-card-img img{width:100%;height:100%;object-fit:cover;transition:transform 8s ease}
.post-card:hover .post-card-img img{transform:scale(1.04)}
@media (prefers-reduced-motion:reduce){.post-card:hover .post-card-img img{transform:none}}
.post-card-body{padding:1.25rem 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column}
.datestamp{font-family:'Space Mono',monospace;font-size:12px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#FF7A4D;margin-bottom:.65rem}
.post-card h3{font-family:Sora,sans-serif;font-weight:600;font-size:1.15rem;line-height:1.35;margin-bottom:.5rem}
.post-card .dek{font-size:.95rem;opacity:.78;line-height:1.5}

.article-header{padding:4rem 1.5rem 2rem}
.article-header .section-inner{max-width:680px}
.article-header h1{font-family:Sora,sans-serif;font-weight:700;font-size:clamp(2rem,4vw,2.75rem);line-height:1.15;margin:.75rem 0 1rem;letter-spacing:-.02em}
.big-date{font-family:'Space Mono',monospace;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:500;letter-spacing:.08em;color:#FF7A4D}
.article-body{max-width:680px;margin:0 auto;padding:0 1.5rem 4rem;font-size:18px;line-height:1.65}
.article-body p{margin-bottom:1.25rem}
.article-body h2{font-family:Sora,sans-serif;font-weight:600;font-size:1.35rem;margin:2rem 0 1rem}
.article-figure{margin:2rem 0;border-radius:8px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.2)}
.article-figure figcaption{font-family:'Space Mono',monospace;font-size:11px;letter-spacing:.1em;text-transform:uppercase;padding:.75rem 0;color:#838BA0}

.page-hero{padding:4rem 1.5rem 3rem}
.page-hero .section-inner{max-width:680px}
.page-hero h1{font-family:Sora,sans-serif;font-weight:700;font-size:clamp(2rem,4vw,2.5rem);margin-bottom:1rem}

.about-layout{display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:900px;margin:0 auto;padding:0 1.5rem 4rem}
@media(min-width:720px){.about-layout{grid-template-columns:280px 1fr;align-items:start}}
.about-portrait{border-radius:8px;overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,.25)}
.about-portrait img{width:100%;aspect-ratio:4/5;object-fit:cover}
.about-text p{margin-bottom:1.15rem}
.disclaimer-box{margin-top:2rem;padding:1.25rem;border-left:3px solid #FF7A4D;background:rgba(255,122,77,.08);font-size:.95rem;border-radius:0 4px 4px 0}

.contact-form{max-width:520px;display:grid;gap:1.25rem}
.form-group label{display:block;font-weight:600;margin-bottom:.35rem;font-size:.95rem}
.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid rgba(18,24,43,.2);border-radius:4px;font:inherit;background:#fff;color:#12182B}
.form-group textarea{min-height:140px;resize:vertical}
.checkbox-row{display:flex;gap:.65rem;align-items:flex-start;font-size:.9rem}
.checkbox-row input{margin-top:.25rem;flex-shrink:0}
.hp-field{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}

.site-footer{padding:3rem 1.5rem 2rem;border-top:1px solid rgba(238,241,246,.1)}
.surface-light .site-footer{border-top-color:rgba(18,24,43,.1)}
.footer-inner{max-width:1100px;margin:0 auto;display:grid;gap:1rem;font-size:.9rem;opacity:.85}
.footer-inner strong{font-family:Sora,sans-serif;font-weight:600;opacity:1;font-size:1rem}
.footer-disclaimer{font-size:.85rem;opacity:.75;max-width:60ch}

.reveal{opacity:1;transform:none}
.js .reveal:not(.is-visible){opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}
.js .reveal.is-visible{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .js .reveal,.js .reveal:not(.is-visible){opacity:1!important;transform:none!important;transition:none!important}
}

.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:1.25rem 1.5rem;box-shadow:0 -8px 32px rgba(0,0,0,.3);border-top:1px solid rgba(238,241,246,.12)}
.cookie-inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}
.cookie-inner p{font-size:.9rem;max-width:52ch;opacity:.9}
.cookie-actions{display:flex;flex-wrap:wrap;gap:.5rem}
.cookie-actions button{padding:.55rem 1rem;font:inherit;font-weight:600;border-radius:4px;cursor:pointer;border:1px solid currentColor;background:transparent;color:inherit}
.cookie-actions .accept-all{background:#FF7A4D;color:#12182B;border-color:#FF7A4D}

.hairline{height:1px;background:rgba(238,241,246,.15);margin:2rem 0}
.surface-light .hairline{background:rgba(18,24,43,.12)}

.success-msg{padding:1rem 1.25rem;background:rgba(255,122,77,.15);border-radius:4px;margin-bottom:1.5rem;border-left:3px solid #FF7A4D}

@media(max-width:640px){
  .about-strip{grid-template-columns:1fr;text-align:left}
  .about-strip img{width:72px;height:72px}
}
