.elementor-13 .elementor-element.elementor-element-ca2ebd0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */:root {
    --red: #E01A22;
    --blue: #7BAFD4;
    --white: #ffffff;
    --cream: #ffffff;
    --ink: #0f0f0f;
    --stone: #2a2a2a;
    --muted: #6b6b6b;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }

  section, [id] {
    scroll-margin-top: 100px;
  }

  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--ink);
    color: var(--ink);
    overflow-x: hidden;
    line-height: 1.5;
  }

  .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
  }

  /* NAV - Liquid Glass */
  nav {
    position: fixed;
    top: 24px;
    left: 0;
    right: 0;
    z-index: 50;
  }

  .nav-inner {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 100px;
    padding: 12px 12px 12px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
    box-shadow:
      0 8px 32px rgba(0,0,0,0.25),
      inset 0 1px 0 rgba(255,255,255,0.25);
  }

  .nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--white);
  }

  .nav-logo img { height: 38px; width: auto; }

  .nav-logo span {
    font-family: 'Fraunces', serif;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: -0.03em;
    color: var(--white);
    line-height: 1;
  }

  .nav-menu {
    display: flex;
    gap: 28px;
    font-size: 14px;
    font-weight: 500;
  }

  .nav-menu a {
    color: var(--white);
    text-decoration: none;
    transition: color 0.2s;
    opacity: 0.9;
  }

  .nav-menu a:hover { color: var(--red); opacity: 1; }

  .nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--ink);
    color: var(--white);
    padding: 12px 22px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: background 0.2s;
  }

  .nav-cta:hover { background: var(--red); }

  .nav-cta .dot {
    width: 8px;
    height: 8px;
    background: var(--red);
    border-radius: 50%;
  }

  .nav-cta:hover .dot { background: var(--white); }

  /* When scrolled, nav gets more solid */
  nav.scrolled .nav-inner {
    background: rgba(15, 15, 15, 0.75);
    border-color: rgba(255, 255, 255, 0.12);
  }

  @media (max-width: 900px) {
    .nav-menu { display: none; }
    .nav-inner { padding: 10px 10px 10px 20px; }
  }

  /* HERO - Video background, white text */
  .hero {
    position: relative;
    min-height: 100vh;
    background: var(--ink);
    padding: 160px 32px 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--white);
  }

  .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }

  .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15,15,15,0.4) 0%, rgba(15,15,15,0.55) 60%, rgba(15,15,15,0.75) 100%);
    z-index: 1;
  }

  .hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 80px 24px;
  }

  /* Parallax logo watermark */
  .hero-logo-mark {
    position: absolute;
    top: 18%;
    right: -60px;
    width: clamp(240px, 32vw, 420px);
    height: auto;
    z-index: 1;
    opacity: 0.9;
    transform: rotate(12deg);
    filter:
      drop-shadow(0 20px 40px rgba(0,0,0,0.6))
      drop-shadow(0 0 60px rgba(224,26,34,0.3));
    will-change: transform;
    transition: transform 0.1s linear;
    pointer-events: none;
  }

  @media (max-width: 1100px) {
    .hero-logo-mark {
      top: 8%;
      right: -80px;
      width: 220px;
      opacity: 0.55;
    }
  }

  @media (max-width: 700px) {
    .hero-logo-mark {
      top: 4%;
      right: -50px;
      width: 160px;
      opacity: 0.4;
    }
  }

  .welcome-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 18px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--white);
    margin-bottom: 36px;
  }

  .welcome-pill .dot {
    width: 8px;
    height: 8px;
    background: var(--red);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(224,26,34,0.8);
  }

  .hero-title-wrap {
    margin-bottom: 48px;
    position: relative;
  }

  .hero-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(56px, 9vw, 140px);
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--white);
    position: relative;
    display: block;
    text-shadow: 0 4px 40px rgba(0,0,0,0.4);
    margin: 0;
  }

  .hero-title .italic {
    font-style: italic;
    font-weight: 500;
    color: var(--white);
  }

  /* Polaroid photos on hero */
  .photo-callout {
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0,0,0,0.5);
    border: 4px solid var(--white);
    z-index: 3;
  }

  .photo-callout img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .photo-1 {
    width: 130px;
    height: 95px;
    top: 14%;
    left: 2%;
    transform: rotate(-8deg);
  }

  .photo-2 {
    width: 130px;
    height: 95px;
    top: 14%;
    right: 2%;
    transform: rotate(8deg);
  }

  .photo-3 {
    width: 140px;
    height: 100px;
    bottom: 8%;
    right: 3%;
    transform: rotate(6deg);
  }

  .photo-4 {
    width: 140px;
    height: 100px;
    bottom: 8%;
    left: 3%;
    transform: rotate(-5deg);
  }

  @media (max-width: 1100px) {
    .photo-1, .photo-2 { display: none; }
    .photo-3, .photo-4 {
      width: 100px;
      height: 70px;
    }
  }

  @media (max-width: 700px) {
    .photo-callout { display: none; }
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    max-width: 560px;
    margin: 0 auto 40px;
  }

  .hero-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .btn-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--white);
    color: var(--ink);
    padding: 16px 24px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
  }

  .btn-pill:hover {
    background: var(--red);
    color: var(--white);
  }

  .btn-pill .arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: var(--red);
    border-radius: 50%;
    color: var(--white);
    font-size: 14px;
    transition: all 0.2s;
  }

  .btn-pill:hover .arrow {
    background: var(--white);
    color: var(--red);
  }

  .btn-outline {
    display: inline-flex;
    align-items: center;
    padding: 16px 28px;
    border-radius: 100px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    color: var(--white);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,0.25);
    transition: all 0.2s;
  }

  .btn-outline:hover {
    background: var(--white);
    color: var(--ink);
    border-color: var(--white);
  }

  /* Accent badge - now sits inside hero */
  .accent-badge {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    background: var(--red);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(224,26,34,0.45);
    z-index: 3;
  }

  .accent-badge .inner-arrow {
    color: var(--white);
    font-size: 22px;
    font-weight: 700;
  }

  /* CREAM WRAPPER */
  .cream-wrap {
    background: var(--cream);
    padding: 160px 0 140px;
    position: relative;
  }

  /* MISSION */
  .mission {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 180px;
  }

  @media (max-width: 900px) {
    .mission { grid-template-columns: 1fr; gap: 40px; }
  }

  .mission-img {
    aspect-ratio: 4/5;
    background-image: url('https://images.unsplash.com/photo-1526232761682-d26e03ac148e?w=1200&q=80');
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    position: relative;
  }

  .mission-card {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    background: rgba(15,15,15,0.88);
    backdrop-filter: blur(10px);
    color: var(--cream);
    padding: 24px 28px;
    border-radius: 12px;
  }

  .mission-card h4 {
    font-family: 'Fraunces', serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .mission-card p {
    font-size: 13px;
    line-height: 1.55;
    opacity: 0.85;
  }

  .section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--muted);
    margin-bottom: 24px;
  }

  .section-label::before {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--muted);
  }

  .section-kicker {
    font-family: 'Fraunces', serif;
    font-size: clamp(48px, 7vw, 96px);
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 32px;
    color: var(--ink);
  }

  .section-kicker .italic {
    font-style: italic;
    font-weight: 500;
  }

  .mission-text p {
    font-size: 17px;
    line-height: 1.7;
    color: var(--stone);
    margin-bottom: 20px;
    max-width: 500px;
  }

  .mission-stats {
    display: flex;
    gap: 48px;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(0,0,0,0.15);
    flex-wrap: wrap;
  }

  .mission-stat strong {
    display: block;
    font-family: 'Fraunces', serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    color: var(--red);
    margin-bottom: 6px;
    letter-spacing: -0.02em;
  }

  .mission-stat span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--muted);
  }

  /* WHY */
  .why-section { margin-bottom: 180px; }

  .why-header { max-width: 900px; margin-bottom: 72px; }

  .why-header p {
    font-size: 18px;
    line-height: 1.6;
    color: var(--stone);
    max-width: 560px;
  }

  .why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  @media (max-width: 900px) {
    .why-grid { grid-template-columns: 1fr; }
  }

  .why-card {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 40px 36px 48px;
    position: relative;
    transition: transform 0.3s;
  }

  .why-card:hover { transform: translateY(-6px); }

  .why-card:nth-child(2) {
    background: var(--ink);
    color: var(--cream);
  }

  .why-card:nth-child(3) {
    background: var(--blue);
    color: var(--ink);
  }

  .why-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--red);
    color: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 32px;
    font-family: 'DM Sans', sans-serif;
    letter-spacing: 0.05em;
  }

  .why-card:nth-child(2) .why-icon {
    background: var(--cream);
    color: var(--ink);
  }

  .why-card:nth-child(3) .why-icon {
    background: var(--ink);
    color: var(--cream);
  }

  .why-card h3 {
    font-family: 'Fraunces', serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
  }

  .why-card p {
    font-size: 15px;
    line-height: 1.65;
    opacity: 0.9;
  }

  /* PACKAGES */
  .packages-section { margin-bottom: 40px; }

  .pkg-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 60px;
  }

  .pkg-header-left { max-width: 640px; }

  .pkg-header > p {
    max-width: 380px;
    font-size: 15px;
    color: var(--stone);
    line-height: 1.6;
  }

  .pkg-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  @media (max-width: 1000px) {
    .pkg-grid { grid-template-columns: repeat(2, 1fr); }
  }

  @media (max-width: 600px) {
    .pkg-grid { grid-template-columns: 1fr; }
  }

  .pkg-card {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 36px 32px 32px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s;
    min-height: 320px;
  }

  .pkg-card:hover { transform: translateY(-6px); }

  .pkg-card.featured {
    background: var(--ink);
    color: var(--cream);
  }

  .pkg-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--red);
    color: var(--cream);
    padding: 5px 12px;
    border-radius: 100px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
  }

  .pkg-tier {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--red);
    margin-bottom: 14px;
  }

  .pkg-card.featured .pkg-tier { color: var(--blue); }

  .pkg-name {
    font-family: 'Fraunces', serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
  }

  .pkg-price {
    font-family: 'Fraunces', serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
  }

  .pkg-price-sub {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.75;
    margin-top: 4px;
    margin-bottom: 28px;
    flex-grow: 1;
  }

  .pkg-features {
    list-style: none;
    flex-grow: 1;
    padding-top: 24px;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 28px;
  }

  .pkg-card.featured .pkg-features {
    border-top-color: rgba(255,255,255,0.15);
  }

  .pkg-features li {
    padding: 10px 0 10px 22px;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
  }

  .pkg-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--red);
  }

  .pkg-card.featured .pkg-features li::before { background: var(--blue); }

  .pkg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background: var(--cream);
    color: var(--ink);
    padding: 14px 20px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s;
  }

  .pkg-card.featured .pkg-btn {
    background: var(--red);
    color: var(--cream);
  }

  .pkg-btn:hover { background: var(--red); color: var(--cream); }
  .pkg-card.featured .pkg-btn:hover { background: var(--cream); color: var(--ink); }

  .pkg-btn .arrow {
    width: 24px;
    height: 24px;
    background: var(--ink);
    color: var(--cream);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }

  .pkg-card.featured .pkg-btn .arrow {
    background: var(--cream);
    color: var(--ink);
  }

  /* TEAM SECTION */
  .team-section {
    background: var(--ink);
    color: var(--cream);
    padding: 140px 0;
    position: relative;
    overflow: hidden;
  }

  .team-header { margin-bottom: 72px; max-width: 900px; }

  .team-header .section-label { color: rgba(244,237,224,0.5); }
  .team-header .section-label::before { background: rgba(244,237,224,0.4); }

  .team-header .section-kicker { color: var(--cream); }

  .team-header p {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.75;
    max-width: 560px;
  }

  .team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  @media (max-width: 900px) {
    .team-grid { grid-template-columns: repeat(2, 1fr); }
  }

  .team-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 3/4;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    background: var(--ink);
  }

  .team-card .team-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 0;
  }

  .team-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0,0,0,0.9));
    z-index: 1;
    pointer-events: none;
  }

  .team-card:hover {
    transform: translateY(-10px);
    box-shadow:
      0 20px 50px rgba(224, 26, 34, 0.3),
      0 0 0 2px rgba(224, 26, 34, 0.5);
  }

  .team-card:hover .team-img {
    transform: scale(1.08);
  }

  .team-card:nth-child(1) .team-img { background-image: url('https://images.unsplash.com/photo-1587280501635-68a0e82cd5ff?w=800&q=80'); }
  .team-card:nth-child(2) .team-img { background-image: url('https://images.unsplash.com/photo-1551958219-acbc608c6377?w=800&q=80'); }
  .team-card:nth-child(3) .team-img { background-image: url('https://images.unsplash.com/photo-1574629810360-7efbbe195018?w=800&q=80'); }
  .team-card:nth-child(4) .team-img { background-image: url('https://images.unsplash.com/photo-1577412647305-991150c7d163?w=800&q=80'); }

  .team-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .team-card:hover .team-info {
    transform: translateY(-6px);
  }

  .team-info::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 28px;
    width: 32px;
    height: 2px;
    background: var(--red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
  }

  .team-card:hover .team-info::before {
    transform: scaleX(1);
  }

  .team-info h4 {
    font-family: 'Fraunces', serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--cream);
    transition: color 0.3s;
  }

  .team-card:hover .team-info h4 {
    color: var(--red);
  }

  .team-info span {
    font-size: 11px;
    opacity: 0.85;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--cream);
    font-weight: 500;
    display: inline-block;
    transition: opacity 0.3s, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .team-card:hover .team-info span {
    opacity: 1;
    transform: translateX(44px);
  }

  /* QUOTE */
  .quote-section {
    background: var(--red);
    color: var(--cream);
    padding: 120px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  blockquote {
    font-family: 'Fraunces', serif;
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 500;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: -0.02em;
    max-width: 900px;
    margin: 0 auto 32px;
    position: relative;
    z-index: 2;
  }

  .quote-cite {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    opacity: 0.9;
    position: relative;
    z-index: 2;
  }

  /* SUPPORT CTA */
  .support-section {
    background: var(--cream);
    padding: 140px 0;
  }

  .support-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }

  @media (max-width: 900px) {
    .support-grid { grid-template-columns: 1fr; gap: 40px; }
  }

  .support-visual {
    aspect-ratio: 1;
    background-image: url('https://images.unsplash.com/photo-1530133532239-eda6f53fcf0f?w=1200&q=80');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
  }

  .support-card {
    position: absolute;
    bottom: 28px;
    left: 28px;
    right: 28px;
    background: var(--ink);
    color: var(--cream);
    padding: 28px;
    border-radius: 14px;
  }

  .support-card h4 {
    font-family: 'Fraunces', serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.15;
  }

  .support-card p {
    font-size: 13px;
    line-height: 1.55;
    opacity: 0.8;
    margin-bottom: 16px;
  }

  .support-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--cream);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
  }

  .support-card a .arrow {
    width: 22px;
    height: 22px;
    background: var(--red);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
  }

  .support-text h2 {
    font-family: 'Fraunces', serif;
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
  }

  .support-text h2 .italic {
    font-style: italic;
    font-weight: 500;
  }

  .support-text p {
    font-size: 17px;
    line-height: 1.7;
    color: var(--stone);
    margin-bottom: 32px;
    max-width: 480px;
  }

  /* CONTACT FORM */
  .contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 540px;
    margin-top: 32px;
  }

  .form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .form-field.full { grid-column: span 2; }

  .form-field label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--muted);
  }

  .form-field input,
  .form-field select,
  .form-field textarea {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    padding: 14px 16px;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 10px;
    background: #fafafa;
    color: var(--ink);
    transition: all 0.2s;
    width: 100%;
  }

  .form-field textarea {
    resize: vertical;
    min-height: 110px;
    font-family: 'DM Sans', sans-serif;
  }

  .form-field input:focus,
  .form-field select:focus,
  .form-field textarea:focus {
    outline: none;
    border-color: var(--red);
    background: var(--white);
    box-shadow: 0 0 0 3px rgba(224,26,34,0.1);
  }

  .form-submit {
    grid-column: span 2;
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--ink);
    color: var(--white);
    padding: 18px 24px;
    border: none;
    border-radius: 100px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
  }

  .form-submit:hover { background: var(--red); }

  .form-submit .arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: var(--red);
    border-radius: 50%;
    color: var(--white);
    font-size: 14px;
  }

  .form-submit:hover .arrow { background: var(--white); color: var(--red); }

  .form-success {
    grid-column: span 2;
    padding: 20px;
    background: var(--blue);
    color: var(--ink);
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    display: none;
  }

  .form-success.show { display: block; }

  @media (max-width: 600px) {
    .contact-form { grid-template-columns: 1fr; }
    .form-field.full { grid-column: span 1; }
    .form-submit { grid-column: span 1; }
    .form-success { grid-column: span 1; }
  }
  footer {
    background: var(--ink);
    color: var(--cream);
    padding: 100px 0 40px;
  }

  .footer-hero {
    font-family: 'Fraunces', serif;
    font-size: clamp(52px, 9vw, 130px);
    line-height: 0.9;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 80px;
    text-align: center;
  }

  .footer-hero .italic {
    font-style: italic;
    font-weight: 500;
    color: var(--blue);
  }

  .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-top: 60px;
    border-top: 1px solid rgba(244,237,224,0.15);
  }

  @media (max-width: 800px) {
    .footer-grid { grid-template-columns: 1fr 1fr; }
  }

  .footer-brand img {
    height: 50px;
    background: var(--cream);
    padding: 6px;
    border-radius: 8px;
    margin-bottom: 16px;
  }

  .footer-brand p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.7;
    max-width: 320px;
  }

  .footer-col h4 {
    font-family: 'Fraunces', serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .footer-col a {
    display: block;
    color: var(--cream);
    opacity: 0.7;
    text-decoration: none;
    padding: 6px 0;
    font-size: 14px;
    transition: opacity 0.2s;
  }

  .footer-col a:hover { opacity: 1; color: var(--blue); }

  .footer-bottom {
    margin-top: 60px;
    padding-top: 24px;
    border-top: 1px solid rgba(244,237,224,0.1);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 12px;
    opacity: 0.5;
    text-transform: uppercase;
    letter-spacing: 0.15em;
  }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .fade-up { animation: fadeUp 0.8s ease-out both; }

  /* ===== BALL ANIMATIONS ===== */

  /* Ball base using emoji */
  .ball {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 4;
    user-select: none;
    pointer-events: none;
  }

  .ball span {
    display: block;
    line-height: 1;
  }

  /* Hero bouncing ball - top right area */
  .hero-ball {
    top: 12%;
    right: 16%;
    font-size: 70px;
    animation: bounceSpin 2.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    filter: drop-shadow(0 12px 20px rgba(0,0,0,0.5));
  }

  @keyframes bounceSpin {
    0% {
      transform: translateY(0) rotate(0deg);
      animation-timing-function: cubic-bezier(0.36, 0, 0.66, -0.2);
    }
    45% {
      transform: translateY(-110px) rotate(180deg);
      animation-timing-function: cubic-bezier(0.34, 1.3, 0.64, 1);
    }
    50% {
      transform: translateY(-115px) rotate(200deg);
    }
    95% {
      transform: translateY(0) scaleY(0.82) scaleX(1.12) rotate(340deg);
    }
    100% {
      transform: translateY(0) rotate(360deg);
    }
  }

  /* Second hero ball - top left area */
  .hero-ball-left {
    top: 14%;
    left: 17%;
    font-size: 58px;
    animation: bounceSpinAlt 2.6s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation-delay: 0.5s;
    filter: drop-shadow(0 12px 20px rgba(0,0,0,0.5));
  }

  @media (max-width: 1100px) {
    .hero-ball, .hero-ball-left { display: none; }
  }

  @keyframes bounceSpinAlt {
    0% {
      transform: translateY(0) rotate(0deg);
      animation-timing-function: cubic-bezier(0.36, 0, 0.66, -0.2);
    }
    45% {
      transform: translateY(-85px) rotate(-180deg);
      animation-timing-function: cubic-bezier(0.34, 1.3, 0.64, 1);
    }
    50% {
      transform: translateY(-90px) rotate(-200deg);
    }
    95% {
      transform: translateY(0) scaleY(0.82) scaleX(1.12) rotate(-340deg);
    }
    100% {
      transform: translateY(0) rotate(-360deg);
    }
  }

  /* Floating background balls in team section */
  .bg-ball {
    opacity: 0.25;
    animation: floatBall 8s ease-in-out infinite;
  }

  .bg-ball-1 {
    top: 8%;
    left: 4%;
    font-size: 140px;
    animation-delay: 0s;
  }

  .bg-ball-2 {
    bottom: 12%;
    right: 5%;
    font-size: 110px;
    animation-delay: 2s;
    animation-duration: 10s;
  }

  .bg-ball-3 {
    top: 55%;
    left: 44%;
    font-size: 80px;
    animation-delay: 4s;
    animation-duration: 9s;
  }

  .bg-ball-4 {
    top: 30%;
    right: 30%;
    font-size: 70px;
    animation-delay: 1s;
    animation-duration: 11s;
  }

  @keyframes floatBall {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-40px) rotate(180deg); }
  }

  /* Mission section accent ball */
  .mission-ball {
    position: absolute;
    top: 15%;
    right: -30px;
    font-size: 80px;
    z-index: 3;
    animation: spinSlow 6s linear infinite;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.2));
  }

  @keyframes spinSlow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }

  /* Swish line animation on pill buttons */
  .btn-pill {
    position: relative;
    overflow: hidden;
  }

  .btn-pill::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 100px;
    background: linear-gradient(90deg, transparent, rgba(224,26,34,0.25), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s;
    pointer-events: none;
  }

  .btn-pill:hover::after {
    transform: translateX(100%);
  }

  /* Package card ball peeking on hover */
  .pkg-card {
    overflow: hidden;
  }

  .pkg-card::after {
    content: '🏀';
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 80px;
    opacity: 0;
    transform: rotate(0deg) scale(0.5);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
  }

  .pkg-card:nth-child(2)::after { content: '⚽'; }
  .pkg-card:nth-child(3)::after { content: '🏈'; }
  .pkg-card:nth-child(4)::after { content: '⚾'; }

  .pkg-card:hover::after {
    opacity: 0.9;
    transform: rotate(25deg) scale(1) translateY(8px);
    top: -20px;
    right: -20px;
  }

  /* Gentle bounce on accent badge */
  .accent-badge {
    animation: gentleBounce 2s ease-in-out infinite;
    text-decoration: none;
  }

  @keyframes gentleBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-10px); }
  }/* End custom CSS */