
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Playfair+Display:wght@600;700&display=swap');
html,body{margin:0;padding:0;width:100%;max-width:100%;overflow-x:hidden}
#tv{--g:#1b4a38;--gd:#10291f;--gm:#2d6a4f;--ink:#121412;--p:#f4f1ea;--m:#b7c2b8;font-family:Inter,system-ui,sans-serif;color:var(--p);background:var(--ink);line-height:1.55;text-align:left;width:100%;max-width:100%;overflow-x:hidden}
#tv *{box-sizing:border-box}
#tv a{color:inherit;text-decoration:none}
#tv img{max-width:100%;display:block}
#tv .w{width:auto;max-width:1100px;margin:0 auto;padding:0 16px}
#tv header{background:rgba(16,22,18,.94);border-bottom:1px solid rgba(255,255,255,.12);padding:12px 0}
#tv .nav{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
#tv .brand{display:flex;align-items:center;gap:10px}
#tv .brand img{width:46px;height:46px;object-fit:cover;border-radius:4px}
#tv .brand b{display:block;font-size:13px;letter-spacing:.04em}
#tv .brand span{display:block;font-size:10px;color:var(--m);letter-spacing:.08em;text-transform:uppercase}
#tv .btn{display:inline-block;background:var(--gm);color:#fff;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:11px;padding:12px 16px;border-radius:2px}
#tv .btn2{background:transparent;border:1px solid rgba(255,255,255,.35)}
#tv .hero{padding:72px 0 56px;background:linear-gradient(180deg,rgba(16,41,31,.55),rgba(18,20,18,.88)),url('photo-01.jpg') center/cover no-repeat}
#tv .eye{color:#cde7d6;letter-spacing:.16em;text-transform:uppercase;font-size:11px;font-weight:700;margin-bottom:12px}
#tv h1,#tv h2{font-family:"Playfair Display",Georgia,serif;font-weight:600;line-height:1.08;margin:0 0 14px}
#tv h1{font-size:clamp(32px,7vw,56px);max-width:14ch}
#tv h2{font-size:clamp(26px,5vw,40px)}
#tv .hero p{max-width:54ch;color:#d7ddd8;margin:0 0 22px}
#tv .bar{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px;padding-top:16px;border-top:1px solid rgba(255,255,255,.12);color:var(--m);font-size:12px;letter-spacing:.06em}
#tv .sec{padding:48px 0}
#tv .alt{background:#161916}
#tv .shot{width:100%;height:220px;object-fit:cover;margin-top:18px;border:1px solid rgba(255,255,255,.08)}
#tv .cards{display:grid;grid-template-columns:1fr;gap:16px}
#tv .card{background:#1c211e;border:1px solid rgba(255,255,255,.08);overflow:hidden}
#tv .card img{width:100%;height:160px;object-fit:cover}
#tv .card h3{font-size:16px;margin:14px 16px 8px}
#tv .card ul{margin:0 16px 16px;padding-left:16px;color:#c9d2cb;font-size:13px}
#tv .gals{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:22px}
#tv .gals img{width:100%;height:120px;object-fit:cover}
#tv .steps{display:grid;grid-template-columns:1fr;gap:16px}
#tv .step{border-top:2px solid #c4a35a;padding-top:12px}
#tv .step b{display:block;margin-bottom:8px}
#tv footer{padding:32px 0;border-top:1px solid rgba(255,255,255,.12);color:var(--m);font-size:13px}
#tv .cta{background:var(--gd);padding:36px 0;text-align:center}
@media(min-width:760px){
#tv .shot{height:320px}
#tv .cards{grid-template-columns:1fr 1fr}
#tv .steps{grid-template-columns:1fr 1fr}
}

body{background:#121412}
#tv a:focus-visible{outline:3px solid #c4a35a;outline-offset:4px}
#tv .btn{overflow-wrap:anywhere;max-width:100%}
