/* ===========================
   GC EXPERIENCE MINI-METAL
   Landing Page Styles
   =========================== */

@font-face {
  font-family: 'Avenir';
  src: url('../fonts/avenir_roman_12.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --font: 'Avenir', 'Avenir Next', 'Century Gothic', sans-serif;
  --teal: #3a9b7f;
  --teal-dark: #2a7a63;
  --teal-hero: #2d8a72;
  --dark-green: #1a3d30;
  --white: #ffffff;
  --light-gray: #f4f4f4;
  --mid-gray: #e0e0e0;
  --text-dark: #222;
  --text-med: #444;
  --text-light: #666;
  --silver-gradient: linear-gradient(135deg, #e8e8e8 0%, #c0c0c0 50%, #a8a8a8 100%);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  color: var(--text-dark);
  background: #fff;
  line-height: 1.6;
}

/* ===========================
   HEADER
   =========================== */
.site-header {
  background: #fff;
  border-bottom: none;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: none;
}

.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-gc {
  height: 40px;
  width: auto;
  display: block;
}

.footer-logo img {
  height: 36px;
  width: auto;
}

.logo-product {
  height: 36px;
  width: auto;
  display: block;
}

.logo-product em {
  font-style: italic;
  color: var(--teal);
}

.btn-talk-rep {
  display: inline-block;
  transition: opacity 0.2s, transform 0.2s;
}

.btn-talk-rep img {
  height: 75px;
  width: auto;
  display: block;
}

.btn-talk-rep:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

/* ===========================
   HERO
   =========================== */
.hero {
  position: relative;
  background: #FFF;
  line-height: 0;
}

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

.hero-cta-wrap {
  position: absolute;
  bottom: 12%;
  left: 5%;
  line-height: 1;
}

.btn-experience {
  display: inline-block;
  background: rgba(255,255,255,0.95);
  color: var(--teal);
  padding: 13px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-family: var(--font);
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.2s;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.btn-experience strong { font-weight: 800; }

.btn-experience:hover {
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
  .hero-cta-wrap {
    position: static;
    background: #2d8a72;
    padding: 16px 24px;
    line-height: 1;
  }
}

.hero-image { flex: 0 0 320px; }

.brackets-graphic img {
  width: 100%;
  max-width: 300px;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.3));
}

/* ===========================
   THREE REASONS
   =========================== */
.reasons {
  padding: 80px 24px 140px;
  text-align: center;
  background: #fff;
  overflow: visible;
}

.reasons h2 {
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  color: var(--teal);
  font-weight: 400;
  margin-bottom: 16px;
  font-family: var(--font);
}

.reasons-sub {
  color: var(--text-light);
  font-family: var(--font);
  font-size: 1.4rem;
  max-width: 560px;
  margin: 0 auto 52px;
  line-height: 1.7;
}

.reasons-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.reason-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.reason-icon {
  width: 120px;
  height: 120px;
}

.reason-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reason-card h3 {
  font-size: 1.2rem;
  color: var(--teal);
  font-family: var(--font);
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.reason-card p {
  font-size: 1.3rem;
  color: var(--text-med);
  font-family: var(--font);
  line-height: 1.65;
  text-align: center;
}

/* ===========================
   FOUNDER
   =========================== */
.founder {
  background: linear-gradient(135deg, #2a7a63 0%, var(--teal-hero) 100%);
  color: white;
  padding: 80px 24px;
  overflow: visible;
  position: relative;
}

.founder-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  overflow: visible;
}

.founder-photo-wrap {
  display: flex;
  justify-content: center;
  margin-top: -170px;
  position: relative;
  z-index: 2;
}

.founder-photo-placeholder {
  border-radius: 16px;
  box-shadow: none;
  overflow: hidden;
  width: 300px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.founder-photo-placeholder {
  border-radius: 16px;
  box-shadow: none;
  overflow: hidden;
  width: 300px;
  flex-shrink: 0;
}

.founder-photo-placeholder img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.founder-content {
  text-align: center;
  flex: 1;
}

.founder-content h2 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 6px;
  font-family: var(--font);
}

.founder-sub {
  font-family: var(--font);
  opacity: 0.75;
  margin-bottom: 28px;
  font-size: 1.6rem;
}

.founder-content blockquote {
  font-size: 2.2rem;
  font-style: italic;
  line-height: 1.75;
  opacity: 0.9;
  margin-bottom: 16px;
  color: rgba(255,255,255,0.92);
  font-family: var(--font);
}

.founder-content cite {
  font-family: var(--font);
  font-size: 1.2rem;
  opacity: 0.65;
  font-style: normal;
}

/* ===========================
   MEET LELAND
   =========================== */
.meet-leland {
  padding: 80px 24px;
  background: #fff;
}

.leland-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.leland-text { flex: 1; }

.leland-text h2 {
  font-size: 3.2rem;
  color: var(--teal);
  font-weight: 400;
  margin-bottom: 14px;
  font-family: var(--font);
}

.leland-text p {
  font-family: var(--font);
  color: var(--text-med);
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.7;
}

.btn-talk-rep-teal {
  display: inline-block;
  margin-top: 16px;
  transition: opacity 0.2s, transform 0.2s;
}

.btn-talk-rep-teal img {
  height: 44px;
  width: auto;
  display: block;
}

.btn-talk-rep-teal:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

.leland-photo { flex: 0 0 320px; }

.leland-photo-inner {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.leland-photo-inner svg { display: block; width: 100%; }

/* ===========================
   CONTACT FORM
   =========================== */
.contact-section {
  background: linear-gradient(135deg, #3aaa8a 0%, var(--teal-hero) 100%);
  padding: 80px 24px;
}

.contact-card {
  background: linear-gradient(160deg, #d8d8d8 0%, #f0f0f0 40%, #c8c8c8 100%);
  max-width: 800px;
  margin: 0 auto;
  border-radius: 24px;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 12px 50px rgba(0,0,0,0.25);
}

.contact-card h2 {
  font-size: 3.6rem;
  color: var(--teal);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 14px;
  font-family: var(--font);
}

.contact-card > p {
  font-family: var(--font);
  font-size: 1.4rem;
  color: var(--text-med);
  margin-bottom: 30px;
  line-height: 1.65;
}

/* Form styles */
.gc-form { text-align: left; }

.gc-form-group {
  margin-bottom: 16px;
}

.gc-form-group label {
  display: block;
  font-family: var(--font);
  font-size: 1.2rem;
  color: var(--text-med);
  margin-bottom: 5px;
  font-weight: 500;
}

.gc-form-group input {
  width: 100%;
  background: #e8e8e8;
  border: none;
  border-bottom: 1px solid #bbb;
  padding: 10px 4px;
  font-size: 0.95rem;
  font-family: var(--font);
  color: var(--text-dark);
  outline: none;
  border-radius: 2px;
  transition: border-color 0.2s, background 0.2s;
}

.gc-form-group input:focus {
  border-bottom-color: var(--teal);
  background: #f0f0f0;
}

.gc-form-group select {
  width: 100%;
  background: #e8e8e8;
  border: none;
  border-bottom: 1px solid #bbb;
  padding: 10px 4px;
  font-size: 0.95rem;
  font-family: var(--font);
  color: var(--text-dark);
  outline: none;
  border-radius: 2px;
  transition: border-color 0.2s, background 0.2s;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 10px;
  cursor: pointer;
}

.gc-form-group select:focus {
  border-bottom-color: var(--teal);
  background-color: #f0f0f0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 10px;
}

.gc-form-group select option[value=""] {
  color: var(--text-light);
}

.gc-form-submit {
  text-align: center;
  margin-top: 28px;
}

.gc-form-submit button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
  display: inline-block;
}

.gc-form-submit button:hover {
  opacity: 0.85;
  transform: translateY(-1px);
  box-shadow: none;
}

.btn-connect-img img {
  height: 80px;
  width: auto;
  display: block;
}

.gc-form-message {
  margin-top: 16px;
  padding: 12px 20px;
  border-radius: 8px;
  font-family: var(--font);
  font-size: 1.2rem;
  display: none;
}

.gc-form-message.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  display: block;
}

.gc-form-message.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  display: block;
}

/* ===========================
   FOOTER
   =========================== */
.site-footer {
  background: #f8f8f8;
  text-align: center;
  padding: 30px 24px;
  border-top: 1px solid var(--mid-gray);
}

.site-footer p {
  font-family: var(--font);
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.footer-logo {
  font-size: 24px;
  font-weight: 900;
  color: var(--teal);
  font-style: italic;
}

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 768px) {
    .header-inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .btn-talk-rep img {
    height: 55px;
  }
  .hero-content { flex-direction: column; }
  .hero-image { order: -1; flex: 0 0 auto; }
  .brackets-graphic img {
    width: 100%;
    max-width: 300px;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,0.3));
  }

  .reasons-grid { grid-template-columns: 1fr; gap: 36px; }

  .founder-inner { flex-direction: column; text-align: center; }
  .founder-photo-wrap { flex: 0 0 auto; width: 160px; }

  .leland-inner { flex-direction: column; }
  .leland-photo { flex: 0 0 auto; width: 100%; }

  .contact-card { padding: 36px 24px; }
}

/* ===========================
   LELAND PLAY BUTTON
   =========================== */
.leland-play-trigger {
  position: relative;
  cursor: pointer;
}

.leland-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(0,0,0,0.15);
  transition: background 0.2s;
}

.leland-play-trigger:hover .leland-play-overlay {
  background: rgba(0,0,0,0.28);
}

.leland-play-btn {
  width: 64px;
  height: 64px;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));
  transition: transform 0.2s;
}

.leland-play-trigger:hover .leland-play-btn {
  transform: scale(1.1);
}

/* ===========================
   VIDEO MODAL
   =========================== */
.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.video-modal.is-open {
  display: flex;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.85);
  cursor: pointer;
}

.video-modal-content {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 860px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  background: #000;
}

.video-modal-content video {
  display: block;
  width: 100%;
  max-height: 80vh;
}

.video-modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 2;
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.video-modal-close:hover {
  background: rgba(0,0,0,0.9);
}
