:root {
  --primary: #003c43;
  --secondary: #135d66;
  --text: #0c0e0f;
  --accent: #77b0aa;
  --cta: #92116d;

  --bg: #f7f9f9;
  --surface: #ffffff;
  --surface-soft: #eef5f4;
  --border: rgba(0, 60, 67, 0.12);
  --shadow: 0 18px 40px rgba(0, 60, 67, 0.12);

  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Poppins', Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

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

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.narrow {
  width: min(calc(100% - 2rem), 820px);
}

.section {
  padding: 5rem 0;
}

.section-default {
  background: transparent;
}

.section-band {
  background: linear-gradient(180deg, rgba(119, 176, 170, 0.12), rgba(119, 176, 170, 0.04));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 249, 249, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0, 60, 67, 0.08);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-weight: 700;
  color: var(--primary);
}

.brand-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 60, 67, 0.14);
}

.brand-text {
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.top-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  color: var(--secondary);
  font-weight: 500;
  font-size: 0.95rem;
}

.top-links a:hover,
.footer-links a:hover,
.text-link:hover {
  color: var(--cta);
}

.hero-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(247, 249, 249, 0.88) 0%, rgba(247, 249, 249, 0.96) 65%, var(--bg) 100%),
    url('assets/lvm-hero-banner.webp') center/cover no-repeat;
  z-index: -1;
}

.hero-grid,
.highlight-grid {
  display: grid;
  align-items: center;
  gap: 2rem;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.9fr);
}

.highlight-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.75fr);
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 0.6rem;
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0 0 1rem;
  color: var(--primary);
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.6rem, 5vw, 4.9rem);
}

h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
}

h3 {
  font-size: 1.35rem;
}

.lead {
  margin: 0 0 1rem;
  font-size: clamp(1.1rem, 1.9vw, 1.45rem);
  color: var(--text);
  font-weight: 500;
  max-width: 52rem;
}

p,
.subcopy {
  margin: 0 0 1rem;
  font-size: 1rem;
}

.hero-actions {
  margin-top: 1.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--cta);
  color: #fff;
  box-shadow: 0 14px 26px rgba(146, 17, 109, 0.22);
}

.btn-primary:hover {
  box-shadow: 0 18px 30px rgba(146, 17, 109, 0.28);
}

.hero-card,
.highlight-panel,
.link-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-card,
.highlight-panel {
  overflow: hidden;
}

.hero-card-image,
.portrait {
  width: 100%;
  object-fit: cover;
}

.hero-card-image {
  aspect-ratio: 3 / 2;
}

.portrait {
  aspect-ratio: 4 / 3;
}

.hero-card-content,
.panel-text,
.link-card {
  padding: 1.35rem;
}

.hero-card-content p,
.panel-text p {
  margin-bottom: 0;
}

.highlight-copy p {
  max-width: 62ch;
}

.clean-list {
  padding: 0;
  margin: 1.4rem 0 0;
  list-style: none;
  display: grid;
  gap: 0.85rem;
}

.clean-list li {
  position: relative;
  padding-left: 1.3rem;
}

.clean-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.68rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.text-link {
  color: var(--secondary);
  font-weight: 600;
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.link-card {
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(19, 93, 102, 0.3);
  box-shadow: 0 22px 34px rgba(0, 60, 67, 0.12);
}

.link-card-title {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--primary);
}

.link-card-text {
  display: block;
  color: rgba(12, 14, 15, 0.82);
  font-size: 0.96rem;
}

.site-footer {
  background: var(--primary);
  color: rgba(255, 255, 255, 0.92);
  padding: 2rem 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.footer-brand {
  margin: 0 0 0.3rem;
  font-weight: 700;
  font-size: 1.1rem;
}

.footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-weight: 500;
}

.tm {
  font-size: 0.7em;
  vertical-align: top;
}

.reveal {
  animation: fadeUp 0.6s ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  .hero-grid,
  .highlight-grid {
    grid-template-columns: 1fr;
  }

  .hero-section {
    padding-top: 2.5rem;
  }

  .hero-card,
  .highlight-panel {
    max-width: 720px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 4rem 0;
  }

  .header-inner {
    min-height: 72px;
  }

  .top-links {
    display: none;
  }

  .link-grid {
    grid-template-columns: 1fr;
  }

  .hero-card-content,
  .panel-text,
  .link-card {
    padding: 1.1rem;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(calc(100% - 1.2rem), var(--container));
  }

  .hero-section {
    padding-bottom: 3rem;
  }

  .btn {
    width: 100%;
  }

  .brand-text {
    font-size: 0.95rem;
  }
}
