/* HERO */
    .page-hero { padding: 9rem 2rem 5rem; position: relative; overflow: hidden; background: linear-gradient(135deg, var(--cream) 0%, var(--sand) 100%); }
    .page-hero-shape { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.4; }
    .page-hero-shape-1 { width: 500px; height: 500px; background: var(--sunshine-light); top: -100px; right: -100px; animation: float1 8s ease-in-out infinite; }
    .page-hero-shape-2 { width: 400px; height: 400px; background: var(--coral-light); bottom: -150px; left: -100px; opacity: 0.25; animation: float2 10s ease-in-out infinite; }
    @keyframes float1 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-30px, 20px); } }
    @keyframes float2 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(20px, -30px); } }
    .page-hero-inner { max-width: 1400px; margin: 0 auto; position: relative; z-index: 1; text-align: center; }
    .page-hero-tag { display: inline-flex; align-items: center; gap: 0.5rem; background: linear-gradient(135deg, var(--sunshine), var(--coral-light)); color: white; padding: 0.5rem 1.2rem; border-radius: 100px; font-size: 1rem; font-weight: 600; margin-bottom: 1.5rem; animation: fadeIn 0.6s ease 0.2s both; }
    .page-hero-tag svg { width: 14px; height: 14px; flex-shrink: 0; }
    .page-hero h1 { font-family: 'Ribeye', cursive; font-size: clamp(2.3rem, 5.5vw, 4rem); font-weight: 400; line-height: 1.05; margin-bottom: 1rem; animation: fadeIn 0.6s ease 0.4s both; }
    .page-hero h1 .accent-coral { color: var(--coral); }
    .page-hero p.lead { font-size: 1.2rem; color: var(--text-mid); max-width: 650px; margin: 0 auto; line-height: 1.7; animation: fadeIn 0.6s ease 0.6s both; }

    /* SECTIONS */
    section { padding: 4rem 2rem; }
    .container { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }

    /* FORM AREA */
    .order-area { background: var(--warm-white); position: relative; overflow: hidden; }
    .order-area::before { content: ''; position: absolute; inset: 0; background-image: url('/wp-content/uploads/drinks-turquoise.svg'); background-size: 520px 520px; background-repeat: repeat; opacity: 0.07; pointer-events: none; }

    .placeholder-card {
      background: linear-gradient(135deg, var(--turquoise) 0%, var(--turquoise-dark) 100%);
      color: white;
      border-radius: var(--radius);
      padding: 2.5rem 3rem;
      margin-bottom: 2.5rem;
      display: flex;
      align-items: center;
      gap: 2rem;
      position: relative;
      overflow: hidden;
    }
    .placeholder-card::before {
      content: '';
      position: absolute; inset: 0;
      background-image: url('/wp-content/uploads/cactus-white.svg');
      background-size: 400px 400px;
      background-repeat: repeat;
      opacity: 0.15;
      pointer-events: none;
    }
    .placeholder-icon {
      width: 80px; height: 80px;
      background: rgba(255,255,255,0.15);
      backdrop-filter: blur(10px);
      border: 2px solid rgba(255,255,255,0.3);
      border-radius: 24px;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      position: relative; z-index: 1;
    }
    .placeholder-icon svg { width: 40px; height: 40px; stroke: white; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .placeholder-text { position: relative; z-index: 1; }
    .placeholder-text h3 {
      font-family: 'Ribeye', cursive;
      font-size: 1.6rem; font-weight: 400;
      margin-bottom: 0.4rem;
    }
    .placeholder-text p { font-size: 1.05rem; line-height: 1.6; opacity: 0.95; }

    /* ORDER FORM */
    .order-form-wrap {
      background: white;
      border-radius: var(--radius);
      padding: 3rem;
      box-shadow: 0 8px 30px rgba(0,0,0,0.06);
      border: 1px solid rgba(0,0,0,0.05);
    }
    .form-header { text-align: center; margin-bottom: 2.5rem; }
    .form-header h2 {
      font-family: 'Ribeye', cursive;
      font-size: clamp(1.8rem, 3.5vw, 2.5rem);
      font-weight: 400;
      margin-bottom: 0.5rem;
    }
    .form-header p { color: var(--text-mid); font-size: 1.05rem; max-width: 500px; margin: 0 auto; line-height: 1.6; }

    .order-form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.5rem;
    }
    .form-group {
      display: flex; flex-direction: column;
      gap: 0.5rem;
    }
    .form-group.full { grid-column: 1 / -1; }
    .form-group label {
      font-size: 1rem;
      font-weight: 600;
      color: var(--text);
    }
    .form-group label .required { color: var(--coral); }
    .form-group input,
    .form-group select,
    .form-group textarea {
      width: 100%;
      padding: 0.9rem 1.1rem;
      border-radius: 14px;
      border: 1px solid #a7a7a7;
      background: var(--cream);
      font-family: 'DM Sans', sans-serif;
      font-size: 1rem;
      color: var(--text);
      transition: all 0.3s ease;
    }
    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
      outline: none;
      border-color: var(--coral);
      background: white;
      box-shadow: 0 0 0 4px rgba(232, 85, 61, 0.1);
    }
    .form-group textarea {
      resize: vertical;
      min-height: 120px;
      font-family: 'DM Sans', sans-serif;
    }
    .form-group select {
      cursor: pointer;
      appearance: none;
      -webkit-appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235C4A42' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 1rem center;
      padding-right: 2.5rem;
    }

    .order-options {
      display: flex; gap: 1rem;
      margin-bottom: 0;
    }
    .order-option {
      flex: 1;
      cursor: pointer;
    }
    .order-option input { display: none; }
    .order-option .pill {
      display: flex; align-items: center; justify-content: center; gap: 0.6rem;
      padding: 1rem;
      border-radius: 14px;
      border: 1px solid #a7a7a7;
      background: var(--cream);
      font-weight: 600;
      color: var(--text-mid);
      transition: all 0.3s ease;
    }
    .order-option:hover .pill { border-color: var(--coral); color: var(--coral); }
    .order-option input:checked + .pill {
      background: var(--coral); color: white; border-color: var(--coral);
      box-shadow: 0 6px 20px rgba(232, 85, 61, 0.35);
    }
    .order-option svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

    .submit-btn {
      grid-column: 1 / -1;
      display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
      padding: 1.2rem 2rem;
      border-radius: 100px;
      font-weight: 600; font-size: 1.05rem;
      background: linear-gradient(135deg, var(--coral), var(--hot-pink));
      color: white;
      border: none;
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
      box-shadow: 0 8px 30px rgba(232, 85, 61, 0.35);
      font-family: 'DM Sans', sans-serif;
    }
    .submit-btn:hover {
      transform: translateY(-3px) scale(1.01);
      box-shadow: 0 12px 40px rgba(232, 85, 61, 0.5);
    }
    .submit-btn svg { width: 20px; height: 20px; }

    .form-fineprint {
      grid-column: 1 / -1;
      text-align: center;
      font-size: 1rem;
      color: var(--text-light);
      margin-top: 40px;
    }

    /* CALL OUT */
    .alt-options {
      background: var(--cream);
      position: relative; overflow: hidden;
    }
    .alt-options::before { content: ''; position: absolute; inset: 0; background-image: url('/wp-content/uploads/music-tacos-coral.svg'); background-size: 520px 520px; background-repeat: repeat; opacity: 0.08; pointer-events: none; }
    .alt-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
      margin-top: 3rem;
    }
    .alt-card {
      background: white;
      border-radius: var(--radius);
      padding: 2rem;
      text-align: center;
      transition: all 0.3s ease;
      border: 1px solid rgba(0,0,0,0.05);
    }
    .alt-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    }
    .alt-icon {
      width: 64px; height: 64px;
      margin: 0 auto 1.2rem;
      background: linear-gradient(135deg, var(--turquoise), var(--turquoise-dark));
      border-radius: 20px;
      display: flex; align-items: center; justify-content: center;
    }
    .alt-card.coral .alt-icon { background: linear-gradient(135deg, var(--coral), var(--hot-pink)); }
    .alt-card.gold .alt-icon { background: linear-gradient(135deg, var(--sunshine), var(--coral-light)); }
    .alt-icon svg { width: 28px; height: 28px; stroke: white; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
    .alt-card h3 { font-family: 'Ribeye', cursive; font-size: 1.4rem; font-weight: 400; margin-bottom: 0.6rem; }
    .alt-card p { color: var(--text-mid); line-height: 1.6; font-size: 1.05rem; margin-bottom: 1.2rem; }
    .alt-card .alt-link {
      display: inline-flex; align-items: center; gap: 0.4rem;
      font-weight: 600; font-size: 1rem;
      text-decoration: none;
      color: var(--coral);
      transition: gap 0.3s ease;
    }
    .alt-card .alt-link:hover { gap: 0.7rem; }
    .alt-card .alt-link svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }

    .alt-header { text-align: center; margin-bottom: 0; }
    .section-chip { display: inline-flex; align-items: center; gap: 0.4rem; background: var(--sand); color: var(--coral); padding: 0.4rem 1rem; border-radius: 100px; font-size: 1rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 1rem; }
    .section-chip svg { width: 14px; height: 14px; fill: var(--coral); }
    .section-title { font-family: 'Ribeye', cursive; font-size: clamp(2rem, 4vw, 2.6rem); font-weight: 400; line-height: 1.15; margin-bottom: 1rem; }
    .alt-header .section-desc { font-size: 1.1rem; color: var(--text-mid); max-width: 600px; margin: 0 auto; line-height: 1.7; }

   

    /* ANIMATIONS */
    @keyframes fadeIn { from { opacity: 0; transform: translateY(25px); } to { opacity: 1; transform: translateY(0); } }
    .reveal { opacity: 0; transform: translateY(30px); transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1); }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } }

    @media (max-width: 1024px) {
      /*.alt-grid { grid-template-columns: 1fr; }*/
    }

    @media (max-width: 768px) {
      .placeholder-card { flex-direction: column; text-align: center; padding: 2rem 1.5rem; }
      .order-form-wrap { padding: 2rem 1.5rem; }
      .order-form { grid-template-columns: 1fr; } 
      section, .page-hero { padding-left: 1.5rem; padding-right: 1.5rem; }
      section { padding-top: 4rem; padding-bottom: 4rem; }
      .order-options { flex-direction: column; }
	  .alt-grid { grid-template-columns: 1fr; } 
    }


    /* ==========================================================================
   Gravity Forms Custom Radio Buttons (Icon Cards)
   ========================================================================== */

/* 1. Flexbox layout for the radio list */
.gform_wrapper .custom-button-radio .gfield_radio {
    display: flex !important;
    gap: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}
.gform_wrapper .custom-button-radio .gfield_radio .gchoice
 {
    display: flex !important;
}

.custom-button-radio .gfield--type-choice .gchoice
 {
    display: flex !important;
}

/* Make each option take up equal width */
.gform_wrapper .custom-button-radio .gfield_radio .gchoice {
    flex: 1 !important;
    margin: 0 !important;
}

/* 2. Hide the default radio dot */
.gform_wrapper .custom-button-radio .gfield_radio input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
}

/* 3. Style the label to look like the unselected button */
.gform_wrapper .custom-button-radio .gfield_radio label {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important; /* Space between icon and text */
    padding: 16px !important;
    margin: 0 !important;
    background-color: var(--warm-white, #FFFCF7) !important;
    border: 1px solid var(--input-border, rgba(139, 123, 115, 0.4)) !important;
    border-radius: 12px !important;
    color: var(--text-mid, #5C4A42) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
    width: 100% !important;
    box-sizing: border-box !important;
    max-width: none !important;
}

/* 4. Style the embedded SVGs */
.gform_wrapper .custom-button-radio .gfield_radio label svg {
    width: 20px !important;
    height: 20px !important;
    fill: none !important;
    stroke: currentColor !important; /* Forces SVG to match text color */
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    flex-shrink: 0 !important;
}

/* 5. Selected (Checked) State */
.gform_wrapper .custom-button-radio .gfield_radio input[type="radio"]:checked + label {
    background-color: var(--coral, #E8553D) !important;
    border-color: var(--coral, #E8553D) !important;
    color: #FFFFFF !important;
    box-shadow: 0 8px 20px -6px rgba(232, 85, 61, 0.6) !important;
}

/* 6. Stack them vertically on small mobile screens */
@media (max-width: 600px) {
    .gform_wrapper .custom-button-radio .gfield_radio {
        flex-direction: column !important;
        gap: 12px !important;
    }
}