/*
Theme Name: DRX Ventures Minimal
Theme URI: https://drx.pt/
Author: OpenAI
Author URI: https://openai.com/
Description: Tema WordPress minimalista de landing page, com logo centrado, fundo escuro e tagline discreta.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: drx-ventures-minimal
*/

:root{
  --bg: #0b0b0c;
  --text: #f5f5f2;
  --muted: #a3a3a3;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family: Inter, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a{color:inherit;text-decoration:none}

.site{
  min-height:100svh;
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
}

.hero{
  width:100%;
  max-width:900px;
  text-align:center;
}

.logo-wrap{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:0 auto;
}

.logo-wrap img{
  width:min(420px, 82vw);
  height:auto;
  display:block;
}

.brand-fallback{
  font-size:clamp(48px, 10vw, 112px);
  font-weight:700;
  letter-spacing:0.02em;
  line-height:0.92;
  margin:0;
}

.brand-sub{
  display:block;
  margin-top:8px;
  font-size:clamp(18px, 2vw, 34px);
  font-weight:300;
  letter-spacing:0.42em;
  text-transform:uppercase;
}

.tagline{
  margin-top:24px;
  color:var(--muted);
  font-size:14px;
  line-height:1.6;
  letter-spacing:0.18em;
  text-transform:uppercase;
}

@media (max-width: 767px){
  .tagline{
    margin-top:18px;
    font-size:12px;
    letter-spacing:0.14em;
  }
  .logo-wrap img{width:min(260px, 80vw)}
  .brand-sub{letter-spacing:0.26em}
}

.screen-reader-text{
  position:absolute!important;
  height:1px;width:1px;
  overflow:hidden;clip:rect(1px,1px,1px,1px);
  white-space:nowrap;
}
