
:root{
  --bg:#161616;
  --bg-soft:#f2f0eb;
  --panel:#ffffff;
  --panel-dark:#222;
  --line:#d9d4cc;
  --line-dark:#3b3b3b;
  --text:#1f1f1f;
  --text-light:#f6f6f6;
  --muted:#666;
  --accent:#c3322f;
  --accent-dark:#8f2422;
  --accent-soft:#f3d8d5;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#ece7df 0,#f7f5f0 34%,#ffffff 100%);
  line-height:1.55;
}
a{color:inherit}
.container{max-width:var(--max);margin:0 auto;padding:0 24px}

.site-header{
  position:sticky;top:0;z-index:30;
  background:rgba(255,250,245,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.header-inner{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.brand{
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:12px;
}
.brand-badge{
  width:46px;height:46px;border-radius:50%;
  display:grid;place-items:center;
  background:linear-gradient(135deg,#1d1d1d,#343434);
  color:#fff;font-weight:900;font-style:italic;
  box-shadow:0 8px 18px rgba(0,0,0,.14);
}
.brand-text strong{font-size:22px;letter-spacing:1.5px}
.brand-text strong span,.footer-brand strong span{color:var(--accent)}
.brand-text small,.footer-brand small{display:block;font-size:10px;letter-spacing:2px;color:#777}
.mainnav{display:flex;gap:24px;align-items:center}
.mainnav a{
  text-decoration:none;font-weight:700;font-size:14px;color:#333;
}
.mainnav a:hover{color:var(--accent)}
.menu-toggle{display:none;background:#fff;border:1px solid #ccc;padding:10px 12px;border-radius:8px}

.hero{
  padding:80px 0 70px;
  background:
    radial-gradient(circle at 78% 22%, rgba(195,50,47,.12), transparent 28%),
    radial-gradient(circle at 20% 18%, rgba(195,50,47,.08), transparent 22%),
    linear-gradient(180deg,#f5f1ea 0,#f7f5f0 100%);
}
.hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:46px;
  align-items:center;
}
.eyebrow{
  margin:0 0 10px;
  color:var(--accent);
  font-size:12px;
  font-weight:900;
  letter-spacing:2.5px;
  text-transform:uppercase;
}
.eyebrow.small{font-size:11px}
.hero-copy{
  max-width:640px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:420px;
}
.hero-copy h1{
  margin:0;
  font-size:clamp(48px,6vw,84px);
  line-height:.94;
  letter-spacing:-2px;
}
.lead{
  margin:20px 0 0;
  font-size:23px;
  color:#232323;
  max-width:620px;
}
.welcome-text{
  margin:16px 0 0;
  color:#5b5b5b;
  font-size:17px;
  max-width:620px;
}
.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 20px;
  text-decoration:none;
  border-radius:14px;
  font-weight:800;
  border:0;
  cursor:pointer;
  transition:.2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--accent);color:#fff;box-shadow:0 10px 24px rgba(195,50,47,.22)}
.btn-primary:hover{background:var(--accent-dark)}
.btn-secondary{background:#2b2b2b;color:#fff}
.btn-secondary:hover{background:#1f1f1f}
.btn-light{background:#fff;color:#222;border:1px solid #ddd}
.btn-light:hover{border-color:#bbb}
.hero-points{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:24px;
}
.hero-points span{
  background:#fff;
  border:1px solid #e3ddd6;
  border-radius:999px;
  padding:8px 12px;
  font-size:13px;
  color:#4b4b4b;
}

.hero-card{
  background:#fff;
  border:1px solid #e5dfd8;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 18px 50px rgba(0,0,0,.08);
}
.card-kicker{
  margin:0;
  padding:18px 22px 8px;
  font-size:11px;
  font-weight:900;
  letter-spacing:2px;
  color:#8c8c8c;
}
.hero-card img{
  display:block;
  width:100%;
  height:auto;
  padding:0 18px;
}
.hero-card-copy{
  padding:18px 22px 24px;
}
.hero-card-copy strong{
  display:block;
  font-size:26px;
  margin-bottom:8px;
}
.hero-card-copy p{
  margin:0 0 12px;
  color:#5e5e5e;
}
.hero-card-copy a{
  color:var(--accent);
  text-decoration:none;
  font-weight:800;
}

.intro-strip{
  padding:28px 0;
  background:#242424;
  color:#fff;
}
.intro-strip-inner{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:30px;
  align-items:center;
}
.intro-strip-inner h2{
  margin:0;
  font-size:32px;
  line-height:1.1;
}
.intro-strip-inner p{
  margin:0;
  color:#ddd7d0;
  font-size:17px;
}

.section{padding:78px 0}
.section-soft{
  background:linear-gradient(180deg,#f7f3ed 0,#f1ece4 100%);
  border-top:1px solid #ece6dd;
  border-bottom:1px solid #ece6dd;
}
.section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  margin-bottom:28px;
}
.section-head h2,.shop-copy h2,.channel-panel h2,.contact-layout h2{
  margin:0;
  font-size:clamp(36px,4vw,58px);
  line-height:1;
}
.section-link{
  color:var(--accent);
  font-weight:800;
  text-decoration:none;
}
.notice{
  padding:18px;
  background:#fff;
  border:1px solid #e2ddd6;
  border-radius:16px;
  color:#666;
}
.video-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:24px;
}
.video-card{
  background:#fff;
  border:1px solid #e5dfd8;
  border-radius:20px;
  overflow:hidden;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(0,0,0,.05);
  transition:.2s ease;
}
.video-card:hover{transform:translateY(-3px)}
.thumb{
  aspect-ratio:16/9;
  background:linear-gradient(135deg,#d8d2ca,#f4f0ea);
  display:grid;
  place-items:center;
  position:relative;
  overflow:hidden;
}
.thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.playdot{
  width:70px;height:70px;border-radius:50%;
  background:rgba(255,255,255,.88);
  display:grid;place-items:center;
  font-size:28px;color:var(--accent);
  box-shadow:0 10px 20px rgba(0,0,0,.12);
}
.video-body{padding:18px}
.video-body h3{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.3;
}
.video-body p{margin:0;color:#777;font-size:14px}

.player-box{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:28px;
  margin-top:40px;
  background:#fff;
  border:1px solid #e5dfd8;
  border-radius:24px;
  padding:26px;
  box-shadow:0 12px 30px rgba(0,0,0,.05);
}
.player-copy h3{
  margin:0 0 8px;
  font-size:32px;
}
.player-copy p{margin:0 0 18px;color:#666}
.player-shell{
  min-height:300px;
  border-radius:18px;
  overflow:hidden;
  background:#111;
}
.player-shell iframe{
  width:100%;height:100%;min-height:300px;border:0;
}
.player-placeholder{
  min-height:300px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  color:#fff;
  gap:8px;
  background:linear-gradient(135deg,#232323,#111);
}
.player-placeholder span{font-size:48px}
.player-placeholder small{color:#bbb}

.shop-layout{
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:34px;
  align-items:center;
}
.shop-copy p{
  font-size:18px;
  color:#555;
}
.shop-list{
  margin:18px 0 26px;
  padding-left:20px;
  color:#4f4f4f;
}
.shop-list li{margin-bottom:8px}
.shop-card{
  background:#fff;
  border:1px solid #e5dfd8;
  border-radius:24px;
  padding:20px;
  box-shadow:0 16px 40px rgba(0,0,0,.06);
}
.shop-card img{
  width:100%;
  display:block;
  border-radius:18px;
}
.shop-card-text{
  padding:18px 6px 4px;
}
.shop-card-text strong{
  display:block;
  font-size:24px;
  margin-bottom:6px;
}
.shop-card-text p{margin:0 0 10px;color:#666}
.shop-card-text a{color:var(--accent);font-weight:800;text-decoration:none}

.channel-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:start;
}
.channel-panel{
  background:#fff;
  border:1px solid #e5dfd8;
  border-radius:24px;
  padding:28px;
  box-shadow:0 12px 26px rgba(0,0,0,.05);
}
.channel-panel p:not(.eyebrow){color:#595959;font-size:18px}
.feature-cards{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}
.feature-cards article{
  background:linear-gradient(180deg,#fff 0,#fcfaf7 100%);
  border:1px solid #e5dfd8;
  border-radius:20px;
  padding:22px;
  box-shadow:0 10px 22px rgba(0,0,0,.04);
}
.feature-cards h3{margin:0 0 8px;font-size:24px}
.feature-cards p{margin:0;color:#666}

.contact-section{
  background:#242424;
  color:#fff;
}
.contact-layout{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}
.contact-layout p:not(.eyebrow){color:#ded6cf;font-size:18px}
.contact-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.floating-shop{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:25;
}
.floating-shop a{
  display:inline-flex;
  padding:14px 18px;
  border-radius:14px;
  background:var(--accent);
  color:#fff;
  text-decoration:none;
  font-weight:800;
  box-shadow:0 12px 28px rgba(195,50,47,.25);
}

.site-footer{
  background:#191919;
  color:#fff;
  padding:22px 0;
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
}
.footer-brand strong{font-size:22px;letter-spacing:1px}
.footer-links{display:flex;gap:16px;flex-wrap:wrap}
.footer-links button{
  background:none;border:0;color:#fff;text-decoration:underline;cursor:pointer;
}

.consent{
  position:fixed;inset:0;z-index:60;
  background:rgba(0,0,0,.58);
  display:grid;place-items:center;
  padding:20px;
}
.consent[hidden]{display:none}
.consent-box{
  max-width:650px;width:100%;
  background:#fff;
  border-radius:24px;
  padding:28px;
  box-shadow:0 20px 60px rgba(0,0,0,.18);
}
.consent-box h3{margin:0 0 8px;font-size:34px}
.consent-box p{margin:0 0 14px;color:#666}
.consent-box label{display:block;padding:8px 0}
.consent-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}

dialog{
  width:min(920px,calc(100% - 24px));
  max-height:90vh;
  border:0;
  border-radius:22px;
  padding:0;
  background:#fff;
  color:#222;
  box-shadow:0 30px 80px rgba(0,0,0,.24);
}
.modal-close{
  position:sticky;top:10px;float:right;
  margin:12px;background:#fff;border:1px solid #ddd;
  width:42px;height:42px;border-radius:50%;
  cursor:pointer;font-size:25px;
}
.legal{padding:40px}
.legal h1{margin:0 0 24px;font-size:48px}
.legal h2{margin-top:28px}
.legal p{color:#555}
.legal a{color:var(--accent)}
.legal-note{
  padding:16px;
  background:#f8ecea;
  border-left:4px solid var(--accent);
  border-radius:8px;
}

.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:.65s ease;
}
.reveal.visible{
  opacity:1;
  transform:none;
}

@media (max-width: 900px){
  .mainnav{
    display:none;position:absolute;top:82px;left:0;right:0;
    background:#fff;padding:20px 24px;border-bottom:1px solid #eee;
    flex-direction:column;align-items:flex-start;
  }
  .site-header.open .mainnav{display:flex}
  .menu-toggle{display:block}
  .hero-grid,.intro-strip-inner,.shop-layout,.channel-grid,.player-box{
    grid-template-columns:1fr;
  }
  .contact-layout,.footer-inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .video-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 620px){
  .container{padding:0 18px}
  .hero{padding:58px 0 52px}
  .hero-copy{min-height:auto}
  .lead{font-size:20px}
  .intro-strip-inner h2{font-size:26px}
  .video-grid{grid-template-columns:1fr}
  .floating-shop{right:12px;bottom:12px}
  .floating-shop a{padding:12px 14px}
  .consent-actions .btn{width:100%}
}


.contact-layout{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  align-items:center;
  gap:34px;
}
.contact-intro h2{
  margin:0;
  font-size:clamp(36px,4.8vw,58px);
  line-height:1;
}
.contact-intro p:not(.eyebrow){
  color:#ded6cf;
  font-size:18px;
  max-width:640px;
}
.contact-cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  width:100%;
}
.contact-card{
  min-height:200px;
  border-radius:22px;
  padding:24px;
  text-decoration:none;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  box-shadow:0 16px 34px rgba(0,0,0,.18);
  transition:.2s ease;
}
.contact-card:hover{transform:translateY(-3px)}
.email-card{
  background:linear-gradient(180deg,#fff 0,#f1eee8 100%);
  color:#1f1f1f;
}
.channel-card{
  background:linear-gradient(180deg,#353535 0,#232323 100%);
  color:#fff;
}
.contact-icon{
  width:58px;height:58px;border-radius:16px;
  display:grid;place-items:center;
  font-size:28px;font-weight:900;
  margin-bottom:18px;
}
.email-card .contact-icon{
  background:#f4dfdc;
  color:var(--accent);
}
.channel-card .contact-icon{
  background:rgba(255,255,255,.12);
  color:#fff;
}
.contact-label{
  font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:900;
  margin-bottom:8px;
  opacity:.8;
}
.contact-card strong{
  font-size:28px;
  line-height:1.1;
  word-break:break-word;
}
.contact-card small{
  margin-top:12px;
  font-size:15px;
  opacity:.85;
}
@media (max-width: 900px){
  .contact-layout{
    grid-template-columns:1fr;
  }
}
@media (max-width: 620px){
  .contact-cards{
    grid-template-columns:1fr;
  }
  .contact-card strong{
    font-size:24px;
  }
}


.contact-actions-modal{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:center;
}
.player-fallback-link{
  display:flex;
  justify-content:flex-end;
  padding:10px 0 12px;
}
.player-fallback-link a{
  color:#fff;
  text-decoration:none;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  padding:10px 14px;
  border-radius:12px;
  font-weight:700;
}
.player-fallback-link a:hover{
  background:rgba(255,255,255,.18);
}
@media (max-width: 900px){
  .contact-actions-modal{
    width:100%;
  }
}
