/* /public/style-v2.css */

:root {
  --bg: #ffffff;
  --hero-text: #f4f1e8;
  --body-text: #111111;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  background: #ffffff !important;
}

body {
  margin: 0;
  padding: 0;
  background: var(--bg) !important;
  color: var(--body-text);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

a {
  color: inherit;
}

.home-shell {
  width: 100%;
}

.hero {
  position: relative;
  width: min(96vw, 1640px);
  max-width: 1640px;
  margin: 28px auto 0;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: auto;
}

.hero-overlay {
  color: var(--hero-text);
}

.desktop-overlay {
  position: absolute;
  top: 50%;
  left: 5.5%;
  transform: translateY(-50%);
  width: min(31%, 440px);
}

.mobile-overlay {
  display: none;
}

.hero-name {
  margin: 0 0 14px;
  color: var(--hero-text);
  font-size: clamp(2.4rem, 3vw, 4.4rem);
  line-height: 0.98;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.hero-kicker {
  margin: 0 0 24px;
  color: var(--hero-text);
  font-size: clamp(1.4rem, 1.8vw, 2.6rem);
  line-height: 1.1;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.hero-sub {
  margin: 0 0 16px;
  font-size: clamp(1.05rem, 1.05vw, 1.35rem);
  line-height: 1.45;
  font-weight: 500;
}

.hero-link {
  margin: 0 0 12px;
  font-size: clamp(1rem, 1vw, 1.25rem);
  line-height: 1.45;
  font-weight: 500;
}

.mobile-below {
  display: none;
}

/* SNAPLINE PAGE */
body.snapline-page {
  background: #ffffff !important;
}

.snapline-page .snapline-shell {
  width: 100%;
  margin: 0;
  padding: 110px 24px 80px;
  background: #ffffff !important;
}

.snapline-page .snapline-embed {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff !important;
}

.snapline-page .snapline-embed iframe {
  display: block;
  width: 100%;
  min-height: 980px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

@media (max-width: 1180px) {
  .hero {
    width: min(100vw, 1320px);
    margin-top: 16px;
  }

  .desktop-overlay {
    left: 5%;
    width: min(35%, 360px);
  }

  .hero-name {
    font-size: clamp(2rem, 3.5vw, 3.4rem);
  }

  .hero-kicker {
    font-size: clamp(1.2rem, 1.8vw, 2rem);
  }
}

@media (max-width: 932px) and (orientation: landscape) {
  .hero {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    margin: 0;
  }

  .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .desktop-overlay {
    display: block;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: min(31%, 300px);
  }

  .desktop-overlay .hero-name {
    margin: 0 0 10px;
    font-size: clamp(1.55rem, 2.4vw, 2.2rem);
    line-height: 0.96;
  }

  .desktop-overlay .hero-kicker {
    margin: 0 0 14px;
    font-size: clamp(0.95rem, 1.5vw, 1.15rem);
    line-height: 1.08;
  }

  .desktop-overlay .hero-sub {
    margin: 0 0 10px;
    font-size: clamp(0.8rem, 1.2vw, 0.95rem);
    line-height: 1.28;
  }

  .desktop-overlay .hero-link {
    margin: 0;
    font-size: clamp(0.8rem, 1.2vw, 0.95rem);
    line-height: 1.28;
  }

  .mobile-overlay {
    display: none;
  }

  .mobile-below {
    display: none;
  }
}

@media (max-width: 768px) {
  html,
  body,
  body.snapline-page,
  .snapline-page .snapline-shell,
  .snapline-page .snapline-embed {
    background: #ffffff !important;
  }

  .hero {
    margin-top: 0;
    max-width: 100%;
    width: 100%;
  }

  .hero-image {
    width: 100%;
  }

  .desktop-overlay {
    display: none;
  }

  .mobile-overlay {
    display: block;
    position: absolute;
    top: 22px;
    left: 18px;
    width: 54%;
    z-index: 2;
  }

  .mobile-overlay .hero-name {
    margin: 0 0 8px;
    font-size: clamp(1.35rem, 5.6vw, 2rem);
    line-height: 0.92;
  }

  .mobile-overlay .hero-kicker {
    margin: 0;
    font-size: clamp(0.82rem, 3vw, 1.05rem);
    line-height: 1.06;
  }

  .mobile-below {
    display: block;
    max-width: 34rem;
    margin: 0 auto;
    padding: 14px 20px 0;
  }

  .mobile-black,
  .mobile-black a,
  .mobile-black em {
    color: #000000;
  }

  .mobile-below .hero-sub {
    font-size: 1.05rem;
    line-height: 1.38;
    margin: 0 0 12px;
  }

  .mobile-below .hero-link {
    font-size: 1rem;
    line-height: 1.38;
    margin: 0 0 12px;
  }

  .snapline-page .snapline-shell {
    padding: 40px 16px 50px;
    background: #ffffff !important;
  }

  .snapline-page .snapline-embed {
    background: #ffffff !important;
  }

  .snapline-page .snapline-embed iframe {
    min-height: 980px;
  }
}