/*
Theme Name: BAARBARAVANDERLINDEN
Theme URI: https://barbaravanderlinden.com
Author: Barbara Vanderlinden
Author URI: https://barbaravanderlinden.com
Description: A minimalist one-page green landing theme with a centered email link.
Version: 1.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: baarbaravanderlinden
Tags: minimal, green, single-page, artist, landing
*/

/* Load Univers LT Pro 57 Condensed */
@font-face {
  font-family: 'Univers LT Pro 57 Condensed';
  src: url('fonts/UniversLTPro-57Condensed.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Base styles */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #007A3D; /* strong green background */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Layout */
.landing-wrap {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  box-sizing: border-box;
}

/* Title */
.landing-title {
  color: #ffffff; /* white font for contrast */
  font-family: 'Univers LT Pro 57 Condensed', 'Helvetica Neue Condensed', 'Arial Narrow', sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1;
  font-size: clamp(16px, 6vw, 44px);
  text-transform: uppercase;
  text-decoration: none !important;
}

/* Links (ensure absolutely no underlines or hover effects) */
a,
a:visited,
a:hover,
a:focus,
a:active,
.landing-title,
.landing-link,
.landing-link:visited,
.landing-link:hover,
.landing-link:focus,
.landing-link:active {
  text-decoration: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Accessibility */
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
