@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600&family=Inter:wght@400;500;600&display=swap');

body.page-template-template-landing{
  --paper:#141311; --ink:#F2EFE9; --stone:#8E897F; --stone-line:#2C2A26;
  --brick:#E2694E; --night:#0A0908; --card:#1B1917; --card-hover:#221F1C;
  --font-display:'Fraunces', serif; --font-body:'Inter', sans-serif;
  background:var(--paper); color:var(--ink); font-family:var(--font-body);
  line-height:1.5; -webkit-font-smoothing:antialiased; margin:0;
}
body.page-template-template-landing a{color:inherit;text-decoration:none;}
body.page-template-template-landing img{max-width:100%;display:block;}
body.page-template-template-landing button{font:inherit;cursor:pointer;background:none;border:none;}
body.page-template-template-landing ::selection{background:var(--brick);color:var(--paper);}

body.page-template-template-landing .hero{position:relative;height:100vh;min-height:600px;overflow:hidden;display:flex;flex-direction:column;}
body.page-template-template-landing .hero__media{position:absolute;inset:0;z-index:0;}
body.page-template-template-landing .hero__video{width:100%;height:100%;object-fit:cover;}
body.page-template-template-landing .hero__scrim{position:absolute;inset:0;background:linear-gradient(180deg, rgba(14,13,12,0.55) 0%, rgba(14,13,12,0.35) 40%, rgba(14,13,12,0.75) 100%);}
body.page-template-template-landing .hero__nav{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:28px 48px;}
body.page-template-template-landing .hero__logo{height:26px;display:block;}
body.page-template-template-landing .hero__links{display:flex;gap:40px;}
body.page-template-template-landing .hero__links a{font-size:13px;color:rgba(250,250,247,0.82);transition:color .2s;}
body.page-template-template-landing .hero__links a:hover{color:var(--paper);}

body.page-template-template-landing .hero__body{position:relative;z-index:2;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 24px;}
body.page-template-template-landing .hero__kicker{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:rgba(250,250,247,0.65);margin-bottom:20px;}
body.page-template-template-landing .hero__title{font-family:var(--font-display);font-weight:600;font-size:clamp(40px,7vw,88px);line-height:1.02;color:var(--paper);max-width:900px;margin-bottom:26px;letter-spacing:-0.5px;}
body.page-template-template-landing .hero__title em{font-style:italic;color:var(--brick);font-weight:500;}
body.page-template-template-landing .hero__lead{font-size:17px;color:rgba(250,250,247,0.78);max-width:460px;margin-bottom:38px;}
body.page-template-template-landing .btn{display:inline-block;font-size:14px;font-weight:600;padding:16px 34px;border-radius:2px;transition:all .25s;}
body.page-template-template-landing .btn--solid{background:var(--brick);color:var(--paper);}
body.page-template-template-landing .btn--solid:hover{background:#a8341f;}
body.page-template-template-landing .hero__note{position:absolute;bottom:16px;right:20px;z-index:2;font-size:10px;color:rgba(250,250,247,0.4);letter-spacing:0.5px;}

body.page-template-template-landing .categories{max-width:1160px;margin:0 auto;padding:140px 32px 160px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--stone-line);}
body.page-template-template-landing .cat{aspect-ratio:1/1.1;background:var(--card);display:flex;flex-direction:column;justify-content:flex-end;padding:32px;position:relative;overflow:hidden;transition:background .3s;}
body.page-template-template-landing .cat:hover{background:var(--card-hover);}
body.page-template-template-landing .cat__icon{position:absolute;top:32px;left:32px;width:34px;height:34px;color:var(--stone);transition:color .3s;}
body.page-template-template-landing .cat:hover .cat__icon{color:var(--brick);}
body.page-template-template-landing .cat__name{font-family:var(--font-display);font-weight:500;font-size:24px;color:var(--ink);margin-bottom:6px;}
body.page-template-template-landing .cat__count{font-size:13px;color:var(--stone);}

body.page-template-template-landing .flow{max-width:900px;margin:0 auto;padding:0 32px 160px;}
body.page-template-template-landing .flow__head{text-align:center;margin-bottom:80px;}
body.page-template-template-landing .intro__label{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--brick);margin-bottom:24px;}
body.page-template-template-landing .flow__head h2{font-family:var(--font-display);font-weight:500;font-size:clamp(28px,3.6vw,40px);color:var(--ink);}
body.page-template-template-landing .flow__list{display:flex;flex-direction:column;}
body.page-template-template-landing .flow__item{display:flex;align-items:baseline;gap:32px;padding:36px 0;border-top:1px solid var(--stone-line);}
body.page-template-template-landing .flow__item:last-child{border-bottom:1px solid var(--stone-line);}
body.page-template-template-landing .flow__mark{font-family:var(--font-display);font-style:italic;font-size:20px;color:var(--brick);min-width:32px;}
body.page-template-template-landing .flow__text h3{font-size:18px;font-weight:600;margin-bottom:6px;}
body.page-template-template-landing .flow__text p{font-size:15px;color:var(--stone);max-width:480px;}

body.page-template-template-landing .notice{max-width:640px;margin:0 auto 160px;padding:44px 40px;background:var(--card);text-align:center;}
body.page-template-template-landing .notice p{font-size:15px;color:var(--ink);line-height:1.7;}
body.page-template-template-landing .notice strong{color:var(--brick);}

body.page-template-template-landing .close{text-align:center;padding:0 32px 160px;}
body.page-template-template-landing .close h2{font-family:var(--font-display);font-weight:500;font-size:clamp(30px,4.2vw,52px);color:var(--ink);margin-bottom:36px;letter-spacing:-0.5px;}
body.page-template-template-landing .close h2 em{font-style:italic;color:var(--brick);}
body.page-template-template-landing .btn--outline{border:1px solid var(--ink);color:var(--ink);}
body.page-template-template-landing .btn--outline:hover{background:var(--ink);color:var(--night);}

body.page-template-template-landing footer{border-top:1px solid var(--stone-line);padding:40px 48px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;background:var(--paper);}
body.page-template-template-landing footer img{height:20px;}
body.page-template-template-landing footer span{font-size:13px;color:var(--stone);}

@media(max-width:780px){
  body.page-template-template-landing .hero__nav{padding:20px 24px;}
  body.page-template-template-landing .hero__links{display:none;}
  body.page-template-template-landing .categories{grid-template-columns:1fr;padding:90px 24px 100px;}
  body.page-template-template-landing .flow{padding:0 24px 100px;}
  body.page-template-template-landing .flow__head{margin-bottom:56px;}
  body.page-template-template-landing .flow__item{flex-direction:column;gap:8px;padding:28px 0;}
  body.page-template-template-landing .notice{margin:0 24px 100px;padding:32px 24px;}
  body.page-template-template-landing .close{padding:0 24px 100px;}
  body.page-template-template-landing footer{padding:32px 24px;flex-direction:column;text-align:center;}
}