.tour-page {
    overflow: hidden;
}

.hero {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 360px;
            gap: 42px;
            align-items: center;
            min-height: 56vh;
            padding: 64px 0 44px;
        }

        .event-logo-wrap {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .event-logo {
            display: block;
            width: min(100%, 360px);
            height: auto;
            filter: drop-shadow(0 24px 32px rgba(31, 77, 54, .18));
        }

        .kicker {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 18px;
            color: var(--green-dark);
            font-family: 'Baloo 2', cursive;
            font-size: 20px;
            font-weight: 700;
        }

        .kicker::before,
        .kicker::after {
            content: "";
            width: 34px;
            height: 2px;
            background: var(--green-soft);
        }

        h1 {
            margin: 0;
            color: var(--green-dark);
            font-family: 'Fredoka', 'Baloo 2', cursive;
            font-size: 72px;
            line-height: .94;
            letter-spacing: 0;
        }

        .hero-subtitle {
            margin: 12px 0 0;
            color: var(--green);
            font-family: 'Baloo 2', cursive;
            font-size: 34px;
            font-weight: 700;
            line-height: 1.08;
        }

        .hero-copy {
            max-width: 650px;
            margin: 24px 0 0;
            font-size: 18px;
            line-height: 1.7;
        }

        .hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            align-items: center;
            margin-top: 28px;
        }

        .botanic-button.ui.button {
            border-radius: 999px;
            background: var(--green-dark);
            color: var(--white);
            box-shadow: 0 12px 24px rgba(31, 77, 54, .24);
            font-family: 'Baloo 2', cursive;
            font-size: 19px;
            font-weight: 700;
            padding: 15px 24px;
        }

        .botanic-button.ui.button:hover,
        .botanic-button.ui.button:focus {
            background: #173d2b;
            color: var(--white);
        }

        .price-pill {
            display: inline-flex;
            align-items: center;
            min-height: 58px;
            padding: 0 22px;
            border: 2px solid rgba(244, 185, 66, .62);
            border-radius: 999px;
            background: linear-gradient(180deg, rgba(255, 255, 255, .92) 0%, rgba(244, 185, 66, .20) 100%);
            color: var(--green-dark);
            box-shadow: 0 12px 24px rgba(139, 94, 60, .13);
            font-family: 'Baloo 2', cursive;
            font-size: 19px;
            font-weight: 800;
            line-height: 1.15;
        }

        .season-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-top: 22px;
            padding: 12px 16px;
            border: 1px solid rgba(244, 185, 66, .48);
            border-radius: 999px;
            background: rgba(244, 185, 66, .18);
            color: var(--chocolate);
            font-family: 'Baloo 2', cursive;
            font-size: 18px;
            font-weight: 700;
            line-height: 1.2;
        }

        .season-badge i {
            color: var(--green-dark);
        }

        .details-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 14px;
            margin: 8px 0 40px;
        }

        .detail-item {
            display: grid;
            grid-template-columns: 58px minmax(0, 1fr);
            column-gap: 16px;
            align-content: center;
            align-items: center;
            min-height: 92px;
            padding: 18px 20px;
            border: 1px solid rgba(95, 141, 78, .20);
            border-radius: 8px;
            background: rgba(255, 255, 255, .58);
        }

        .detail-icon {
            display: flex;
            grid-row: 1 / span 2;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: var(--yellow);
            color: var(--green-dark);
            font-size: 22px;
        }

        .detail-icon i.icon {
            width: auto;
            height: auto;
            margin: 0;
            line-height: 1;
        }

        .detail-mug-image {
            display: block;
            flex: 0 0 54px;
            grid-row: 1 / span 2;
            width: 54px;
            max-width: 54px;
            height: 54px;
            max-height: 54px;
            object-fit: contain;
        }

        .detail-item:nth-child(2) .detail-icon {
            background: var(--green-soft);
        }

        .detail-item:nth-child(3) .detail-icon {
            background: var(--chocolate);
            color: var(--white);
        }

        .detail-item:nth-child(4) .detail-icon {
            background: rgba(244, 185, 66, .22);
            color: var(--green-dark);
        }

        .detail-item strong {
            display: block;
            color: var(--green-dark);
            font-family: 'Baloo 2', cursive;
            font-size: 22px;
            line-height: 1.1;
        }

        .detail-item > span:not(.detail-icon) {
            display: block;
            margin-top: 5px;
            font-size: 15.5px;
            line-height: 1.35;
        }

        .content-grid {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 390px;
            gap: 30px;
            align-items: start;
        }

        .story-panel,
        .signup-panel {
            border: 1px solid rgba(95, 141, 78, .20);
            border-radius: 8px;
            background: rgba(255, 250, 240, .78);
            box-shadow: 0 14px 34px rgba(31, 77, 54, .08);
        }

        .story-panel {
            padding: 34px;
        }

        .section-title {
            display: flex;
            align-items: center;
            gap: 12px;
            margin: 0 0 20px;
            color: var(--green-dark);
            font-family: 'Fredoka', 'Baloo 2', cursive;
            font-size: 36px;
            line-height: 1.05;
        }

        .section-title::before {
            content: "";
            flex: 0 0 14px;
            width: 14px;
            height: 42px;
            border-radius: 999px;
            background: var(--green-soft);
        }

        .story-panel p {
            margin: 0;
            white-space: pre-line;
            font-size: 16px;
            line-height: 1.82;
        }

        .quote-note {
            margin-top: 24px;
            padding: 18px 22px;
            border-left: 5px solid var(--yellow);
            border-radius: 8px;
            background: rgba(244, 185, 66, .14);
            color: var(--chocolate);
            font-family: 'Caveat', cursive;
            font-size: 27px;
            font-weight: 600;
            line-height: 1.15;
        }

        .ticket-includes {
            margin-top: 24px;
            padding: 22px 24px;
            border: 1px solid rgba(95, 141, 78, .22);
            border-radius: 8px;
            background: rgba(255, 255, 255, .55);
        }

        .ticket-includes h3 {
            margin: 0 0 14px;
            color: var(--green-dark);
            font-family: 'Baloo 2', cursive;
            font-size: 25px;
            line-height: 1.1;
        }

        .ticket-includes ul {
            display: grid;
            gap: 10px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .ticket-includes li {
            position: relative;
            padding-left: 28px;
            color: var(--ink);
            font-size: 16px;
            line-height: 1.45;
        }

        .ticket-includes li::before {
            content: "";
            position: absolute;
            top: .48em;
            left: 0;
            width: 11px;
            height: 11px;
            border-radius: 50%;
            background: var(--green-soft);
            box-shadow: 0 0 0 4px rgba(168, 198, 134, .20);
        }

        .signup-panel {
            position: sticky;
            top: 22px;
            padding: 26px;
        }

        .signup-panel h2 {
            margin: 0 0 6px;
            color: var(--green-dark);
            font-family: 'Fredoka', 'Baloo 2', cursive;
            font-size: 34px;
            line-height: 1;
        }

        .signup-panel .form-intro {
            margin: 0 0 14px;
            color: var(--chocolate);
            font-size: 14px;
            line-height: 1.45;
            font-weight: 600;
        }

        .signup-price-card {
            display: flex;
            gap: 14px;
            align-items: center;
            margin: 0 0 22px;
            padding: 16px;
            border: 2px solid rgba(244, 185, 66, .55);
            border-radius: 8px;
            background: linear-gradient(135deg, rgba(255, 255, 255, .88) 0%, rgba(244, 185, 66, .18) 100%);
            box-shadow: 0 10px 22px rgba(31, 77, 54, .08);
        }

        .signup-price-card img {
            flex: 0 0 64px;
            width: 64px;
            height: 64px;
            object-fit: contain;
        }

        .signup-price-card strong {
            display: block;
            color: var(--green-dark);
            font-family: 'Fredoka', 'Baloo 2', cursive;
            font-size: 31px;
            line-height: 1;
        }

        .signup-price-card span {
            display: block;
            margin-top: 6px;
            color: var(--chocolate);
            font-family: 'Baloo 2', cursive;
            font-size: 17px;
            font-weight: 800;
            line-height: 1.15;
        }

        .signup-price-card em {
            display: inline-flex;
            margin-top: 9px;
            padding: 5px 10px;
            border-radius: 999px;
            background: rgba(168, 198, 134, .26);
            color: var(--green-dark);
            font-size: 13px;
            font-style: normal;
            font-weight: 800;
            line-height: 1.2;
        }

        .ui.form .field > label {
            color: var(--green-dark);
            font-family: 'Baloo 2', cursive;
            font-size: 17px;
            font-weight: 700;
        }

        .ui.form input[type="text"],
        .ui.form input[type="email"],
        .ui.form input[type="number"],
        .ui.form textarea {
            border: 1px solid rgba(95, 141, 78, .38);
            border-radius: 8px;
            background: rgba(255, 255, 255, .84);
            color: var(--ink);
            font-family: 'Montserrat', Arial, sans-serif;
        }

        .ui.form textarea {
            min-height: 86px;
            resize: vertical;
            line-height: 1.45;
        }

        .ui.form input:focus,
        .ui.form textarea:focus {
            border-color: var(--green);
            box-shadow: 0 0 0 3px rgba(168, 198, 134, .28);
        }

        .quantity-control {
            display: grid;
            grid-template-columns: 48px minmax(0, 1fr) 48px;
            gap: 10px;
            align-items: center;
        }

        .quantity-control .quantity-button {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 48px;
            height: 48px;
            padding: 0;
            border: 0;
            border-radius: 50%;
            background: var(--green);
            color: var(--white);
            cursor: pointer;
            font-size: 18px;
            transition: background .18s ease, transform .18s ease, opacity .18s ease;
        }

        .quantity-control .quantity-button:hover,
        .quantity-control .quantity-button:focus {
            background: var(--green-dark);
            color: var(--white);
        }

        .quantity-control .quantity-button:active {
            transform: scale(.96);
        }

        .quantity-control .quantity-button:disabled {
            cursor: not-allowed;
            opacity: .42;
        }

        .quantity-control .quantity-button i.icon {
            width: auto;
            height: auto;
            margin: 0;
            line-height: 1;
        }

        .ui.form .quantity-control input[type="number"] {
            height: 48px;
            text-align: center;
            font-size: 18px;
            font-weight: 700;
            -moz-appearance: textfield;
        }

        .ui.form .quantity-control input[type="number"]::-webkit-outer-spin-button,
        .ui.form .quantity-control input[type="number"]::-webkit-inner-spin-button {
            margin: 0;
            -webkit-appearance: none;
        }

        .availability {
            margin: 0 0 20px;
            border-radius: 8px;
            border: 0;
            box-shadow: none;
        }

        .availability.ui.positive.message {
            background: rgba(168, 198, 134, .22);
            color: var(--green-dark);
        }

        .availability.ui.negative.message {
            background: rgba(139, 94, 60, .14);
            color: var(--chocolate);
        }

        .ui.form .botanic-submit {
            margin-top: 10px;
            border-radius: 999px;
            background: var(--green-dark);
            color: var(--white);
            font-family: 'Baloo 2', cursive;
            font-size: 20px;
            font-weight: 700;
            padding: 15px 22px;
        }

        .ui.form .botanic-submit:hover,
        .ui.form .botanic-submit:focus {
            background: #173d2b;
            color: var(--white);
        }

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

            .hero {
                min-height: auto;
                gap: 28px;
            }

            .event-logo-wrap {
                order: -1;
                justify-content: center;
            }

            .event-logo {
                width: min(100%, 280px);
            }

            .details-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .signup-panel {
                position: static;
            }
        }

        @media (max-width: 640px) {
            .tour-page {
                padding: 16px 12px 32px;
            }

            h1 {
                font-size: 48px;
            }

            .event-logo {
                width: min(100%, 230px);
            }

            .hero-subtitle {
                font-size: 28px;
            }

            .hero-copy {
                font-size: 16px;
            }

            .hero-actions {
                align-items: stretch;
                flex-direction: column;
            }

            .botanic-button.ui.button,
            .price-pill,
            .season-badge {
                justify-content: center;
                width: 100%;
            }

            .price-pill {
                min-height: auto;
                padding: 13px 16px;
                text-align: center;
            }

            .signup-price-card {
                align-items: flex-start;
                padding: 14px;
            }

            .signup-price-card img {
                flex-basis: 56px;
                width: 56px;
                height: 56px;
            }

            .signup-price-card strong {
                font-size: 27px;
            }

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

            .story-panel,
            .signup-panel {
                padding: 22px;
            }

            .section-title {
                font-size: 30px;
            }
        }

