﻿@keyframes float {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-14px); }
}

.pin-float {
    animation: float 2.4s ease-in-out infinite;
}

.plan-section {
    position: relative;
    padding: 4rem 2rem 5rem;
    text-align: center;
}

.plan-content {
    position: relative;
    display: inline-block;
    width: min(90vw, 760px);
    padding: 1.5rem 2rem;
}

.plan-corner {
    position: absolute;
    width: 130px;
    height: 380px;
    pointer-events: none;
}
.plan-corner.tl { top: -4rem;    left: 0; }
.plan-corner.tr { top: -4rem;    right: 0; }
.plan-corner.bl { bottom: 0; left: 0; }
.plan-corner.br { bottom: 0; right: 0; }

.plan-header h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 3.8rem;
    color: #2c2c2c;
    margin: 0 0 0.4rem;
}

.plan-header p {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #999;
    font-size: 1rem;
    margin: 0 0 3rem;
}

.timeline-wrapper {
    position: relative;
    max-width: 620px;
    margin: 0 auto;
}

.timeline-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.event {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 5rem;
    position: relative;
    z-index: 1;
}

.event-left  { justify-content: flex-start; padding-left: 1rem; }
.event-left  .event-content { text-align: left; }
.event-right { justify-content: flex-end;   padding-right: 1rem; }
.event-right .event-content { text-align: right; }

.event-icon { width: 170px; height: 170px; object-fit: contain; flex-shrink: 0; }

@keyframes icon-sway {
    0%, 100% { transform: translateY(0)    rotate(-2deg); }
    50%       { transform: translateY(-10px) rotate(2deg); }
}

@keyframes icon-sway-wide {
    0%, 100% { transform: translateY(0)    rotate(-5deg); }
    50%       { transform: translateY(-18px) rotate(5deg); }
}

@keyframes icon-pulse {
    0%, 100% { transform: scale(1)    rotate(0deg); }
    50%       { transform: scale(1.12) rotate(4deg); }
}

.event:nth-child(2) .event-icon { animation: icon-pulse 3.5s ease-in-out infinite 0s; }
@keyframes icon-swing {
    0%, 100% { transform: rotate(-6deg); }
    50%       { transform: rotate(6deg); }
}

.event:nth-child(3) .event-icon {
    animation: icon-swing 3.5s ease-in-out infinite 0.9s;
    transform-origin: 50% 33%;
}
@keyframes icon-swing-sm {
    0%, 100% { transform: rotate(-2deg); }
    50%       { transform: rotate(2deg); }
}

.event:nth-child(4) .event-icon {
    animation: icon-swing-sm 3.5s ease-in-out infinite 1.8s;
    transform-origin: 50% 33%;
}
.event:nth-child(5) .event-icon { animation: icon-sway-wide 2s ease-in-out infinite 2.7s; }

.event-content h3 {
    font-family: 'Dancing Script', cursive;
    font-size: 2rem;
    color: #2c2c2c;
    margin: 0 0 0.1rem;
}

.event-content strong {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c2c2c;
    display: block;
}

.event-content em {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #777;
    font-size: 0.95rem;
}

.transport-section {
    padding: 4rem 2rem 5rem;
    text-align: center;
}

.transport-section h2 {
    font-family: 'Dancing Script', cursive;
    font-size: 3.8rem;
    color: #2c2c2c;
    margin: 0 0 0.5rem;
}

.transport-subtitle {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #aaa;
    font-size: 1.1rem;
    margin-bottom: 3rem;
}

.transport-cards {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.transport-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem 3rem;
    min-width: 220px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: block;
}

.transport-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 24px rgba(0,0,0,0.12);
    text-decoration: none;
}

.transport-card .bus-icon {
    width: 90px;
    height: auto;
    display: block;
    margin: 0 auto 0.8rem;
}

.transport-card h3 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0;
}

.transport-card .maps-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 0.9rem;
    font-size: 0.88rem;
    letter-spacing: 0.04em;
    color: #bbb;
    transition: color 0.2s ease;
}

.transport-card:hover .maps-hint {
    color: #C9A06A;
}

.transport-details-row {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.transport-details {
    min-width: 220px;
    text-align: left;
    padding: 0 3rem;
}

.transport-details p {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.2rem;
    color: #555;
    margin: 0.25rem 0;
}

.transport-details strong {
    color: #2c2c2c;
}

.transport-details .highlight {
    color: #c8964a;
}

.transport-car {
    margin: 1rem 0 3rem;
}

@keyframes car-drive {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25%       { transform: translate(10px, -7px) rotate(1deg); }
    50%       { transform: translate(6px, -4px) rotate(0.5deg); }
    75%       { transform: translate(12px, -9px) rotate(1.2deg); }
}

.transport-car img {
    width: 280px;
    opacity: 0.9;
    animation: car-drive 3s ease-in-out infinite;
}

.transport-footer {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #aaa;
    font-size: 1rem;
    margin: 0;
}

body {
    margin: 0;
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #FDF7F4;
}
