@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  --canvas:#f7f7f4;
  --canvas-soft:#fafaf7;
  --surface-card:#ffffff;
  --surface-strong:#e6e5e0;
  --ink:#26251e;
  --body-color:#5a5852;
  --muted:#807d72;
  --muted-soft:#a09c92;
  --primary:#f54e00;
  --primary-active:#d04200;
  --on-primary:#ffffff;
  --hairline:#e6e5e0;
  --hairline-soft:#efeee8;
  --hairline-strong:#cfcdc4;
  --success:#1f8a65;
  --error:#cf2d56;
  --font-sans:'Inter',system-ui,'Helvetica Neue',Helvetica,Arial,sans-serif;
  --font-mono:'JetBrains Mono',monospace;
  --radius-xs:4px;
  --radius-sm:6px;
  --radius-md:8px;
  --radius-lg:12px;
  --radius-xl:16px;
  --radius-pill:9999px;
}

html{font-size:16px;scroll-behavior:smooth}

body{
  background-color:var(--canvas);
  color:var(--body-color);
  font-family:var(--font-sans);
  font-size:16px;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}

a{color:var(--ink);text-decoration:none}
a:hover{color:var(--primary)}
img{max-width:100%;height:auto;display:block}

.container{max-width:1200px;margin:0 auto;padding:0 24px}

.site-nav{
  background:var(--canvas);
  border-bottom:1px solid var(--hairline);
  height:64px;
  position:sticky;
  top:0;
  z-index:100;
}

.nav-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:64px;
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
}

.nav-logo{
  font-size:18px;
  font-weight:600;
  color:var(--ink);
  letter-spacing:-0.3px;
}

.nav-links{
  list-style:none;
  display:flex;
  gap:32px;
  align-items:center;
}

.nav-links a{
  font-size:14px;
  font-weight:500;
  color:var(--ink);
  line-height:1.4;
}

.nav-links a:hover{color:var(--primary)}

.nav-cta{
  background:var(--ink) !important;
  color:var(--canvas) !important;
  padding:8px 16px;
  border-radius:var(--radius-md);
  font-size:14px;
  font-weight:500;
}

.nav-cta:hover{background:var(--primary) !important;color:var(--on-primary) !important}

.nav-hamburger{
  display:none;
  background:none;
  border:none;
  cursor:pointer;
  padding:8px;
  color:var(--ink);
  font-size:22px;
  line-height:1;
}

.hero{padding:80px 0;border-bottom:1px solid var(--hairline)}

.hero-label{
  display:inline-block;
  background:var(--surface-strong);
  color:var(--ink);
  font-size:11px;
  font-weight:600;
  letter-spacing:0.88px;
  text-transform:uppercase;
  padding:4px 10px;
  border-radius:var(--radius-pill);
  margin-bottom:24px;
}

.hero h1{
  font-size:72px;
  font-weight:400;
  line-height:1.1;
  letter-spacing:-2.16px;
  color:var(--ink);
  max-width:820px;
  margin-bottom:24px;
}

.hero p{
  font-size:16px;
  line-height:1.5;
  color:var(--body-color);
  max-width:560px;
  margin-bottom:0;
}

.section{padding:80px 0}
.section-border{border-bottom:1px solid var(--hairline)}

.section-label{
  font-size:11px;
  font-weight:600;
  letter-spacing:0.88px;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:16px;
}

.section-title{
  font-size:36px;
  font-weight:400;
  line-height:1.2;
  letter-spacing:-0.72px;
  color:var(--ink);
  margin-bottom:16px;
}

.section-desc{
  font-size:16px;
  line-height:1.5;
  color:var(--body-color);
  max-width:600px;
}

.cards-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:48px;
}

.cards-grid-2{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:48px;
  align-items:center;
}

.article-card{
  background:var(--surface-card);
  border:1px solid var(--hairline);
  border-radius:var(--radius-lg);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}

.article-card-img{
  width:100%;
  height:200px;
  object-fit:cover;
  border-bottom:1px solid var(--hairline);
}

.article-card-body{
  padding:24px;
  flex:1;
  display:flex;
  flex-direction:column;
}

.article-meta{
  font-size:11px;
  font-weight:600;
  letter-spacing:0.88px;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:10px;
}

.article-card h3{
  font-size:20px;
  font-weight:400;
  line-height:1.3;
  letter-spacing:-0.11px;
  color:var(--ink);
  margin-bottom:12px;
}

.article-card p{
  font-size:15px;
  line-height:1.5;
  color:var(--body-color);
  flex:1;
  margin-bottom:20px;
}

.article-link{
  font-size:14px;
  font-weight:500;
  color:var(--ink);
  border-bottom:1px solid var(--hairline-strong);
  padding-bottom:2px;
  align-self:flex-start;
}

.article-link:hover{color:var(--primary);border-color:var(--primary)}

.about-band-img{
  width:100%;
  height:360px;
  object-fit:cover;
  border-radius:var(--radius-lg);
  border:1px solid var(--hairline);
}

.about-band h2{
  font-size:36px;
  font-weight:400;
  line-height:1.2;
  letter-spacing:-0.72px;
  color:var(--ink);
  margin-bottom:20px;
}

.about-band p{
  font-size:16px;
  line-height:1.6;
  color:var(--body-color);
  margin-bottom:16px;
}

.article-page-header{
  padding:80px 0 48px;
  border-bottom:1px solid var(--hairline);
}

.article-page-header h1{
  font-size:48px;
  font-weight:400;
  line-height:1.15;
  letter-spacing:-1.2px;
  color:var(--ink);
  max-width:760px;
  margin-bottom:20px;
}

.article-page-header .lead{
  font-size:18px;
  line-height:1.6;
  color:var(--body-color);
  max-width:680px;
  margin-bottom:16px;
}

.article-date{
  font-size:13px;
  color:var(--muted);
}

.article-body{
  max-width:760px;
  margin:0 auto;
  padding:64px 24px;
}

.article-body h2{
  font-size:28px;
  font-weight:400;
  line-height:1.25;
  letter-spacing:-0.4px;
  color:var(--ink);
  margin:48px 0 16px;
}

.article-body h3{
  font-size:18px;
  font-weight:600;
  line-height:1.3;
  color:var(--ink);
  margin:32px 0 12px;
}

.article-body p{
  font-size:16px;
  line-height:1.6;
  color:var(--body-color);
  margin-bottom:20px;
}

.article-body ul,.article-body ol{
  padding-left:24px;
  margin-bottom:20px;
}

.article-body li{
  font-size:16px;
  line-height:1.6;
  color:var(--body-color);
  margin-bottom:8px;
}

.article-body figure{margin:32px 0}

.article-body figure img{
  width:100%;
  border-radius:var(--radius-lg);
  border:1px solid var(--hairline);
}

.article-body figcaption{
  font-size:13px;
  color:var(--muted);
  text-align:center;
  margin-top:10px;
  line-height:1.4;
}

.info-box{
  background:var(--surface-card);
  border:1px solid var(--hairline);
  border-radius:var(--radius-lg);
  padding:24px;
  margin:32px 0;
}

.info-box h4{
  font-size:11px;
  font-weight:600;
  letter-spacing:0.88px;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:12px;
}

.info-box p,.info-box li{
  font-size:15px;
  line-height:1.5;
  color:var(--body-color);
  margin-bottom:8px;
}

.info-box ul{padding-left:20px}

.related-section{
  padding:64px 0;
  border-top:1px solid var(--hairline);
}

.page-hero{
  padding:80px 0;
  border-bottom:1px solid var(--hairline);
}

.page-hero h1{
  font-size:48px;
  font-weight:400;
  line-height:1.15;
  letter-spacing:-1.2px;
  color:var(--ink);
  margin-bottom:16px;
}

.page-hero p{
  font-size:18px;
  line-height:1.5;
  color:var(--body-color);
  max-width:600px;
}

.content-body{
  max-width:760px;
  margin:0 auto;
  padding:64px 24px;
}

.content-body h2{
  font-size:26px;
  font-weight:400;
  line-height:1.25;
  letter-spacing:-0.325px;
  color:var(--ink);
  margin:48px 0 16px;
  padding-top:32px;
  border-top:1px solid var(--hairline);
}

.content-body h2:first-of-type{border-top:none;padding-top:0;margin-top:0}

.content-body p{
  font-size:16px;
  line-height:1.5;
  color:var(--body-color);
  margin-bottom:16px;
}

.content-body ul,.content-body ol{
  padding-left:24px;
  margin-bottom:16px;
}

.content-body li{
  font-size:16px;
  line-height:1.5;
  color:var(--body-color);
  margin-bottom:8px;
}

.contact-form{
  background:var(--surface-card);
  border:1px solid var(--hairline);
  border-radius:var(--radius-lg);
  padding:32px;
  margin-top:48px;
}

.contact-form h2{
  font-size:26px;
  font-weight:400;
  letter-spacing:-0.325px;
  color:var(--ink);
  margin-bottom:24px;
}

.form-group{margin-bottom:20px}

.form-group label{
  display:block;
  font-size:14px;
  font-weight:500;
  color:var(--ink);
  margin-bottom:6px;
}

.form-group input,
.form-group textarea{
  width:100%;
  background:var(--canvas-soft);
  border:1px solid var(--hairline-strong);
  border-radius:var(--radius-md);
  padding:12px 16px;
  font-size:16px;
  font-family:var(--font-sans);
  color:var(--ink);
}

.form-group input{height:44px}
.form-group textarea{height:120px;resize:vertical}

.form-group input:focus,
.form-group textarea:focus{
  outline:none;
  border-color:var(--ink);
}

.btn-submit{
  background:var(--ink);
  color:var(--canvas);
  border:none;
  border-radius:var(--radius-md);
  padding:12px 24px;
  font-size:14px;
  font-weight:500;
  cursor:pointer;
  font-family:var(--font-sans);
}

.btn-submit:hover{background:var(--primary)}
.btn-submit:disabled{opacity:0.6;cursor:not-allowed}

.form-msg{
  display:none;
  margin-top:16px;
  padding:12px 16px;
  border-radius:var(--radius-md);
  font-size:14px;
}

.form-msg.success{
  background:#f0faf6;
  border:1px solid var(--success);
  color:var(--success);
}

.disclaimer{
  background:var(--canvas-soft);
  border:1px solid var(--hairline);
  border-radius:var(--radius-md);
  padding:16px 20px;
  font-size:14px;
  line-height:1.5;
  color:var(--muted);
  margin-bottom:32px;
}

.cookie-banner{
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  background:var(--ink);
  padding:20px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  z-index:1000;
  border-top:1px solid rgba(255,255,255,0.1);
}

.cookie-banner p{
  font-size:14px;
  line-height:1.5;
  color:var(--canvas-soft);
  flex:1;
}

.cookie-banner a{color:var(--canvas);text-decoration:underline}

.cookie-actions{display:flex;gap:12px;flex-shrink:0}

.cookie-btn{
  padding:8px 16px;
  border-radius:var(--radius-md);
  font-size:14px;
  font-weight:500;
  cursor:pointer;
  border:none;
  font-family:var(--font-sans);
}

.cookie-btn-accept{background:var(--primary);color:var(--on-primary)}
.cookie-btn-reject{background:transparent;color:var(--canvas);border:1px solid rgba(255,255,255,0.3)}

.site-footer{
  background:var(--canvas);
  border-top:1px solid var(--hairline);
  padding:64px 0 48px;
}

.footer-inner{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr 1fr;
  gap:32px;
}

.footer-logo{
  font-size:18px;
  font-weight:600;
  color:var(--ink);
  display:block;
  margin-bottom:12px;
  letter-spacing:-0.3px;
}

.footer-brand p{
  font-size:14px;
  line-height:1.5;
  color:var(--body-color);
}

.footer-col h4{
  font-size:11px;
  font-weight:600;
  letter-spacing:0.88px;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:16px;
}

.footer-col ul{list-style:none}
.footer-col li{margin-bottom:10px}

.footer-col a{
  font-size:14px;
  color:var(--body-color);
  line-height:1.4;
}

.footer-col a:hover{color:var(--ink)}

.footer-bottom{
  border-top:1px solid var(--hairline);
  margin-top:48px;
  padding-top:24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.footer-bottom p{font-size:14px;color:var(--muted)}

@media(max-width:1024px){
  .hero h1{font-size:56px;letter-spacing:-1.5px}
  .cards-grid{grid-template-columns:repeat(2,1fr)}
  .footer-inner{grid-template-columns:repeat(3,1fr)}
  .footer-brand{grid-column:1 / -1}
}

@media(max-width:768px){
  .nav-links{
    display:none;
    flex-direction:column;
    position:absolute;
    top:64px;
    left:0;
    right:0;
    background:var(--canvas);
    border-bottom:1px solid var(--hairline);
    padding:16px 24px;
    gap:16px;
    z-index:99;
  }
  .nav-links.open{display:flex}
  .nav-hamburger{display:block}
  .hero h1{font-size:36px;letter-spacing:-0.8px}
  .hero{padding:48px 0}
  .section{padding:48px 0}
  .section-title{font-size:26px}
  .cards-grid,.cards-grid-2{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr 1fr}
  .article-page-header h1{font-size:32px;letter-spacing:-0.5px}
  .page-hero h1{font-size:32px}
  .cookie-banner{flex-direction:column;align-items:flex-start}
  .about-band-img{height:240px}
}

@media(max-width:480px){
  .container{padding:0 16px}
  .hero h1{font-size:28px;letter-spacing:-0.4px}
  .footer-inner{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:8px;text-align:center}
  .article-body,.content-body{padding:40px 16px}
}
