/* ============================================================================
FILE: /assets/css/la-union-car-rental.css
Poster-style La Union page skin for the shared MG landing-page components.
Keeps the main site header, footer, booking handler, form, and schema flow.
============================================================================ */
:root{
    --elyu-red:#df141b;
    --elyu-red-dark:#b70f16;
    --elyu-navy:#061a2e;
    --elyu-ink:#07192d;
    --elyu-yellow:#ffc928;
    --elyu-paper:#f7edda;
    --elyu-card:#fff8e8;
    --elyu-line:#d8c5a7;
    --elyu-shadow:0 18px 34px rgba(7,25,45,.18);
}

html{
    overflow-x:hidden;
}

.mg-theme-coastal{
    background:
        radial-gradient(circle at 15% 12%,rgba(255,255,255,.58),transparent 18rem),
        radial-gradient(circle at 90% 42%,rgba(255,201,40,.14),transparent 18rem),
        var(--elyu-paper);
    color:var(--elyu-ink);
    overflow:hidden;
}

.mg-theme-coastal .mg-booking-hero{
    min-height:calc(100svh - 72px);
    color:var(--elyu-ink);
    background:
        linear-gradient(90deg,rgba(255,248,232,.58) 0%,rgba(255,248,232,.42) 38%,rgba(255,248,232,.12) 72%,rgba(255,248,232,.04) 100%),
        linear-gradient(180deg,rgba(255,255,255,.06) 0%,rgba(247,237,218,.06) 62%,rgba(247,237,218,.82) 100%),
        url('/images/rental/la-union-hero-beach.jpg') center/cover no-repeat !important;
    background-size:cover !important;
    background-position:center !important;
}

.mg-theme-coastal .mg-booking-hero::before{
    background:
        linear-gradient(rgba(7,25,45,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(7,25,45,.03) 1px,transparent 1px) !important;
    background-size:44px 44px,44px 44px !important;
    opacity:.55;
}

.mg-theme-coastal .mg-booking-hero::after{
    display:none;
}

.mg-theme-coastal .mg-hero-overlay,
.mg-theme-coastal .mg-hero-noise{
    display:none;
}

.mg-theme-coastal .mg-hero-container{
    padding:72px 0 64px;
}

.mg-theme-coastal .mg-travel-tabs{
    display:none;
}

.mg-theme-coastal .mg-hero-shell{
    grid-template-columns:minmax(0,1.08fr) minmax(360px,.78fr);
    gap:58px;
    align-items:center;
}

.mg-theme-coastal .mg-hero-copy{
    max-width:820px;
    position:relative;
}

.mg-theme-coastal .mg-eyebrow{
    min-height:auto;
    margin:0 0 16px;
    padding:12px 26px;
    border:0;
    border-radius:0;
    background:var(--elyu-red);
    color:#fff;
    box-shadow:10px 10px 0 rgba(6,26,46,.10);
    clip-path:polygon(0 9%,95% 0,100% 50%,94% 100%,0 92%,4% 50%);
    font-size:clamp(1.05rem,2.2vw,1.8rem);
    font-weight:1000;
    font-style:italic;
    letter-spacing:.01em;
    line-height:1;
    text-transform:uppercase;
    transform:rotate(-2deg);
}

.mg-theme-coastal .mg-eyebrow::before{
    content:"";
    width:24px;
    height:24px;
    margin-right:10px;
    background:#fff;
    border-radius:50% 50% 50% 0;
    transform:rotate(-45deg);
    box-shadow:inset 0 0 0 7px #fff, inset 0 0 0 12px var(--elyu-red);
}

.mg-theme-coastal .mg-hero-copy h1{
    max-width:11ch;
    margin:0;
    color:var(--elyu-navy);
    font-family:"Arial Black", Impact, Arial, sans-serif;
    font-size:clamp(3.8rem,7.5vw,7rem);
    font-weight:1000;
    line-height:.9;
    letter-spacing:0;
    text-transform:uppercase;
    text-shadow:5px 5px 0 rgba(255,255,255,.62);
}

.mg-theme-coastal .mg-lead{
    max-width:760px;
    margin:16px 0 0;
    color:var(--elyu-red);
    font-family:"Arial Black", Impact, Arial, sans-serif;
    font-size:clamp(1.7rem,3vw,2.85rem);
    font-weight:1000;
    line-height:1.08;
    letter-spacing:0;
    text-transform:uppercase;
}

.mg-theme-coastal .mg-lead::after{
    content:"Your ride. Your story. Your La Union.";
    display:block;
    width:max-content;
    max-width:100%;
    margin-top:18px;
    padding:12px 24px;
    background:var(--elyu-yellow);
    color:var(--elyu-navy);
    box-shadow:8px 8px 0 rgba(223,20,27,.12);
    font-size:clamp(1rem,1.9vw,1.55rem);
    line-height:1;
    letter-spacing:0;
    transform:rotate(-2deg);
}

.mg-theme-coastal .mg-hero-copy::after{
    content:"";
    display:block;
    width:min(720px,100%);
    aspect-ratio:1.75;
    margin-top:14px;
    background:url('/images/rental/honda-city-white-clean.png') left center/contain no-repeat !important;
    filter:drop-shadow(0 28px 24px rgba(7,25,45,.30));
}

.mg-theme-coastal .mg-hero-meta{
    display:none;
    margin-top:0;
}

.mg-theme-coastal .mg-hero-meta-item{
    min-height:50px;
    border:0;
    border-radius:999px;
    background:#fff8e8;
    color:var(--elyu-ink);
    box-shadow:0 12px 24px rgba(7,25,45,.10);
}

.mg-theme-coastal .mg-hero-meta-icon{
    width:34px;
    height:34px;
    border-radius:50%;
    background:var(--elyu-red);
    color:#fff;
}

.mg-theme-coastal .mg-hero-form-wrap{
    justify-content:flex-end;
}

.mg-theme-coastal .mg-hero-form-card{
    position:relative;
    width:min(100%,430px);
    padding:0;
    border:12px solid #f8e8c7;
    border-radius:32px;
    background:#fff7e5;
    box-shadow:14px 14px 0 rgba(7,25,45,.25),0 28px 42px rgba(7,25,45,.18);
    overflow:visible;
}

.mg-theme-coastal .mg-hero-form-card::before{
    content:"";
    position:absolute;
    z-index:2;
    top:-34px;
    left:50%;
    width:96px;
    height:34px;
    background:var(--elyu-yellow);
    box-shadow:0 8px 16px rgba(0,0,0,.14);
    transform:translateX(-50%) rotate(3deg);
}

.mg-theme-coastal .mg-hero-form-head{
    margin:0;
    padding:30px 26px 26px;
    border-radius:20px 20px 0 0;
    background:var(--elyu-red);
    color:#fff;
}

.mg-theme-coastal .mg-form-kicker{
    display:none;
}

.mg-theme-coastal .mg-hero-form-head h2{
    margin:0;
    color:#fff;
    font-family:"Arial Black", Impact, Arial, sans-serif;
    font-size:clamp(1.75rem,2.2vw,2.2rem);
    font-weight:1000;
    line-height:.98;
    letter-spacing:0;
    text-transform:uppercase;
}

.mg-theme-coastal .mg-hero-form-head p{
    margin:12px 0 0;
    color:var(--elyu-yellow);
    font-size:1.05rem;
    font-weight:1000;
    line-height:1.25;
    text-align:center;
    text-transform:uppercase;
}

.mg-theme-coastal .mg-search-engine{
    gap:16px;
    padding:24px;
}

.mg-theme-coastal .mg-field{
    min-height:0;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
}

.mg-theme-coastal .mg-field label{
    margin:0 0 7px;
    color:var(--elyu-ink);
    font-size:.78rem;
    font-weight:1000;
    text-transform:uppercase;
}

.mg-theme-coastal .mg-field input,
.mg-theme-coastal .mg-field select{
    min-height:48px;
    border:1px solid #cdbd9f;
    border-radius:8px;
    background:#fff;
    padding:0 13px;
    color:#07192d;
    box-shadow:inset 0 1px 3px rgba(7,25,45,.05);
}

.mg-theme-coastal .mg-field:focus-within input,
.mg-theme-coastal .mg-field:focus-within select{
    border-color:var(--elyu-yellow);
    box-shadow:0 0 0 4px rgba(255,201,40,.18);
}

.mg-theme-coastal .mg-search-btn,
.mg-theme-coastal .mg-primary-link,
.mg-theme-coastal .mg-pill-cta{
    border-radius:10px;
    background:linear-gradient(135deg,var(--elyu-red),var(--elyu-red-dark));
    color:#fff;
    box-shadow:0 12px 20px rgba(223,20,27,.20);
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.02em;
}

.mg-theme-coastal .mg-search-btn{
    min-height:58px;
}

.mg-theme-coastal .mg-trust-grid-wrap{
    position:relative;
    z-index:3;
    margin-top:-82px;
    padding:0 0 22px;
    border:0;
    background:transparent;
}

.mg-theme-coastal .mg-trust-grid{
    width:min(980px,calc(100% - 72px)) !important;
    max-width:none;
    margin:0 auto !important;
    margin-left:auto !important;
    margin-right:auto !important;
    gap:16px;
    grid-template-columns:repeat(4,minmax(0,1fr));
}

.mg-theme-coastal .mg-trust-card{
    display:grid;
    grid-template-columns:42px minmax(0,1fr);
    grid-template-rows:auto auto;
    align-items:center;
    gap:10px;
    min-height:52px;
    padding:8px 10px;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
}

.mg-theme-coastal .mg-trust-card .mg-icon{
    flex:0 0 auto;
    grid-row:1 / span 2;
    margin:0;
}

.mg-theme-coastal .mg-trust-card h3{
    grid-column:2;
    align-self:end;
    margin:0;
    color:var(--elyu-navy);
    font-size:.72rem;
    line-height:1;
    text-transform:uppercase;
}

.mg-theme-coastal .mg-trust-card p{
    grid-column:2;
    align-self:start;
    margin:2px 0 0;
    color:#344558;
    font-size:.66rem;
    font-weight:800;
    line-height:1.05;
    text-transform:uppercase;
}

.mg-theme-coastal .mg-section{
    position:relative;
    padding:74px 0;
    background:
        linear-gradient(rgba(7,25,45,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(7,25,45,.03) 1px,transparent 1px),
        var(--elyu-paper);
    background-size:44px 44px,44px 44px,auto;
}

.mg-theme-coastal .mg-section.mg-trust-grid-wrap{
    margin-top:-82px;
    padding:0 0 24px;
}

.mg-theme-coastal .mg-kicker{
    min-height:auto;
    margin:0 0 12px;
    border:0;
    border-radius:0;
    background:transparent;
    color:var(--elyu-navy);
    padding:0;
    font-size:1rem;
    font-weight:1000;
    font-style:italic;
    letter-spacing:-.02em;
    text-transform:uppercase;
}

.mg-theme-coastal .mg-section h2,
.mg-theme-coastal .mg-routes-section h2,
.mg-theme-coastal .mg-final-cta h2{
    color:var(--elyu-navy);
    font-size:clamp(2.35rem,4.8vw,4.8rem);
    font-weight:1000;
    line-height:.9;
    letter-spacing:-.065em;
    text-transform:uppercase;
}

.mg-theme-coastal .mg-section h2::first-letter,
.mg-theme-coastal .mg-routes-section h2::first-letter{
    color:var(--elyu-red);
}

.mg-theme-coastal .mg-section-lead,
.mg-theme-coastal .mg-story-section p,
.mg-theme-coastal .mg-routes-intro p,
.mg-theme-coastal .mg-cta-box p{
    color:#314455;
    font-weight:650;
}

.mg-theme-coastal .mg-two-col{
    align-items:start;
    grid-template-columns:.78fr 1.05fr;
}

.mg-theme-coastal .mg-story-section .mg-container,
.mg-theme-coastal .mg-story-section .mg-two-col{
    display:grid;
    grid-template-columns:320px minmax(0,1fr);
    gap:44px;
    align-items:start;
}

.mg-theme-coastal .mg-story-section .mg-copy-block{
    position:relative;
    padding:34px 30px;
    border:1px solid var(--elyu-line);
    border-radius:6px;
    background:
        linear-gradient(90deg,rgba(120,89,43,.08) 1px,transparent 1px),
        linear-gradient(#fff8eb,#f4e7d1);
    background-size:100% 26px,auto;
    box-shadow:var(--elyu-shadow);
    transform:rotate(-1.5deg);
}

.mg-theme-coastal .mg-story-section .mg-copy-block::before{
    content:"";
    position:absolute;
    left:-34px;
    bottom:-12px;
    width:58px;
    height:112px;
    background:url('/images/rental/surf-board.png') center/contain no-repeat;
    filter:drop-shadow(0 10px 10px rgba(7,25,45,.18));
}

.mg-theme-coastal .mg-story-section .mg-copy-block::after{
    content:"";
    position:absolute;
    top:-14px;
    left:50%;
    width:92px;
    height:27px;
    background:rgba(255,201,40,.86);
    transform:translateX(-50%) rotate(2deg);
}

.mg-theme-coastal .mg-check-list{
    gap:14px;
}

.mg-theme-coastal .mg-check-list li{
    color:#25384a;
    font-weight:850;
}

.mg-theme-coastal .mg-check-list li::before{
    background:var(--elyu-red);
}

.mg-theme-coastal .mg-feature-visual{
    min-height:360px;
    border:1px solid var(--elyu-line);
    border-radius:8px;
    background:#fff8e8;
    box-shadow:var(--elyu-shadow);
}

.mg-theme-coastal .mg-feature-visual img{
    min-height:360px;
    object-fit:contain;
    background:#fff8e8;
    padding:20px;
}

.mg-theme-coastal .mg-feature-visual figcaption{
    left:22px;
    right:22px;
    bottom:22px;
    border-radius:0;
    background:var(--elyu-navy);
    color:#fff;
    box-shadow:0 12px 24px rgba(7,25,45,.18);
    clip-path:polygon(0 9%,96% 0,100% 16%,96% 100%,4% 92%,0 100%);
}

.mg-theme-coastal .mg-trip-guide{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    min-height:0;
    padding:26px;
    border:1px solid var(--elyu-line);
    border-radius:8px;
    background:
        linear-gradient(rgba(255,255,255,.72),rgba(255,248,232,.90)),
        url('/images/rental/coast-panel.png') center/cover no-repeat;
    box-shadow:var(--elyu-shadow);
}

.mg-theme-coastal .mg-trip-guide-head,
.mg-theme-coastal .mg-trip-guide-note{
    grid-column:1 / -1;
}

.mg-theme-coastal .mg-trip-guide-head{
    max-width:760px;
}

.mg-theme-coastal .mg-trip-guide-head .mg-kicker{
    margin-bottom:8px;
}

.mg-theme-coastal .mg-trip-guide-head h3{
    margin:0;
    color:var(--elyu-navy);
    font-family:"Arial Black", Impact, Arial, sans-serif;
    font-size:clamp(2rem,4vw,3.8rem);
    font-weight:1000;
    line-height:.95;
    text-transform:uppercase;
}

.mg-theme-coastal .mg-trip-guide-head p{
    max-width:660px;
    margin:12px 0 0;
    color:#314455;
    font-weight:750;
}

.mg-theme-coastal .mg-trip-guide-card{
    position:relative;
    min-width:0;
    min-height:148px;
    padding:22px 20px 20px;
    border:1px solid rgba(216,197,167,.92);
    border-radius:8px;
    background:rgba(255,250,240,.94);
    box-shadow:0 14px 26px rgba(7,25,45,.12);
}

.mg-theme-coastal .mg-trip-guide-card span{
    display:inline-grid;
    place-items:center;
    width:44px;
    height:44px;
    margin-bottom:16px;
    border-radius:50%;
    background:var(--elyu-red);
    color:#fff;
    font-weight:1000;
}

.mg-theme-coastal .mg-trip-guide-card h3{
    margin:0 0 8px;
    color:var(--elyu-navy);
    font-size:1.04rem;
    font-weight:1000;
    line-height:1.05;
    text-transform:uppercase;
}

.mg-theme-coastal .mg-trip-guide-card p{
    margin:0;
    color:#3e4d59;
    font-size:.92rem;
    font-weight:700;
    line-height:1.4;
}

.mg-theme-coastal .mg-trip-guide-note{
    padding:16px 20px;
    background:var(--elyu-navy);
    color:#fff;
    font-weight:950;
    text-transform:uppercase;
    clip-path:polygon(0 8%,97% 0,100% 24%,98% 100%,3% 94%,0 100%);
}

.mg-theme-coastal .mg-services-section{
    background:
        linear-gradient(rgba(7,25,45,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(7,25,45,.03) 1px,transparent 1px),
        #f9efd9;
    background-size:44px 44px,44px 44px,auto;
}

.mg-theme-coastal .mg-service-grid{
    gap:20px;
    grid-template-columns:repeat(3,minmax(0,1fr));
}

.mg-theme-coastal .mg-service-card,
.mg-theme-coastal .mg-route-card,
.mg-theme-coastal .mg-faq-list details{
    border:1px solid var(--elyu-line);
    border-radius:8px;
    background:linear-gradient(180deg,#fffaf0,#f4ead8);
    box-shadow:var(--elyu-shadow);
}

.mg-theme-coastal .mg-service-card{
    overflow:hidden;
    padding:0 20px 24px;
    text-align:center;
}

.mg-theme-coastal .mg-service-card::before{
    content:"";
    display:block;
    height:156px;
    margin:0 -20px 0;
    border-bottom:1px solid var(--elyu-line);
    background:center/cover no-repeat #e9dec5;
}

.mg-theme-coastal .mg-service-card:nth-child(1)::before{
    background-image:url('/images/rental/service-la-union-tour.jpg');
}

.mg-theme-coastal .mg-service-card:nth-child(2)::before{
    background-image:url('/images/rental/service-wedding-car.jpg');
}

.mg-theme-coastal .mg-service-card:nth-child(3)::before{
    background-image:url('/images/rental/service-self-drive-thumb.jpg');
}

.mg-theme-coastal .mg-service-card:nth-child(4)::before{
    background-image:url('/images/rental/service-with-driver.jpg');
}

.mg-theme-coastal .mg-service-card:nth-child(5)::before{
    background-image:url('/images/rental/service-airport-transfer.jpg');
}

.mg-theme-coastal .mg-service-card:nth-child(6)::before{
    background-image:url('/images/rental/service-vip.jpg');
}

.mg-theme-coastal .mg-service-card:nth-child(odd),
.mg-theme-coastal .mg-route-card:nth-child(odd){
    transform:rotate(-.8deg);
}

.mg-theme-coastal .mg-service-card:nth-child(even),
.mg-theme-coastal .mg-route-card:nth-child(even){
    transform:rotate(.8deg);
}

.mg-theme-coastal .mg-service-card:hover,
.mg-theme-coastal .mg-route-card:hover{
    transform:translateY(-7px) rotate(0);
}

.mg-theme-coastal .mg-icon{
    width:48px;
    height:48px;
    border-radius:50%;
    background:var(--elyu-red);
    color:#fff;
}

.mg-theme-coastal .mg-service-card h3{
    color:var(--elyu-navy);
    font-weight:1000;
    line-height:1.05;
    text-transform:uppercase;
}

.mg-theme-coastal .mg-service-card .mg-icon{
    position:relative;
    z-index:1;
    margin:-24px auto 14px;
    border:4px solid #fff;
    box-shadow:0 8px 16px rgba(7,25,45,.16);
}

.mg-theme-coastal .mg-service-card p{
    color:#3e4d59;
    font-weight:650;
}

.mg-theme-coastal .mg-routes-section{
    color:var(--elyu-ink);
    background:
        radial-gradient(circle at 90% 20%,rgba(255,201,40,.16),transparent 18rem),
        linear-gradient(rgba(7,25,45,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(7,25,45,.03) 1px,transparent 1px),
        var(--elyu-paper);
    background-size:auto,44px 44px,44px 44px,auto;
}

.mg-theme-coastal .mg-routes-section .mg-container{
    position:relative;
}

.mg-theme-coastal .mg-routes-section .mg-container::after{
    display:none;
}

.mg-theme-coastal .mg-routes-layout{
    grid-template-columns:.72fr 1.28fr;
}

.mg-theme-coastal .mg-route-cards{
    gap:18px;
}

.mg-theme-coastal .mg-route-card{
    min-height:300px;
    color:var(--elyu-navy);
    padding-top:178px;
    overflow:hidden;
}

.mg-theme-coastal .mg-route-card::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:158px;
    border-bottom:1px solid var(--elyu-line);
    background:center/cover no-repeat #e9dec5;
    pointer-events:none;
}

.mg-theme-coastal .mg-route-card:nth-child(1)::after{
    background-image:url('/images/rental/unit-honda-city-2025-white.jpg');
}

.mg-theme-coastal .mg-route-card:nth-child(2)::after{
    background-image:url('/images/rental/unit-honda-city-2025-red.jpg');
}

.mg-theme-coastal .mg-route-card:nth-child(3)::after{
    background-image:url('/images/rental/unit-honda-brv-2025-silver.jpg');
}

.mg-theme-coastal .mg-route-card:nth-child(4)::after{
    background-image:url('/images/rental/unit-suzuki-ertiga-red.jpg');
}

.mg-theme-coastal .mg-route-card span{
    color:var(--elyu-navy);
    text-transform:uppercase;
}

.mg-theme-coastal .mg-route-card small{
    color:#3e4d59;
    font-weight:650;
}

.mg-theme-coastal .mg-route-card strong{
    color:var(--elyu-red);
}

.mg-theme-coastal .mg-final-cta{
    background:
        linear-gradient(rgba(7,25,45,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(7,25,45,.03) 1px,transparent 1px),
        #f9efd9;
    background-size:44px 44px,44px 44px,auto;
    color:var(--elyu-ink);
}

.mg-theme-coastal .mg-final-cta .mg-container{
    position:relative;
}

.mg-theme-coastal .mg-final-cta .mg-container::after{
    content:"";
    position:absolute;
    right:28px;
    bottom:-58px;
    width:210px;
    height:195px;
    background:url('/images/rental/elyu-polaroid.png') center/contain no-repeat;
    filter:drop-shadow(0 18px 18px rgba(7,25,45,.20));
    pointer-events:none;
    transform:rotate(4deg);
}

.mg-theme-coastal .mg-cta-box{
    position:relative;
    border:0;
    border-radius:0;
    background:var(--elyu-navy);
    color:#fff;
    box-shadow:var(--elyu-shadow);
    clip-path:polygon(0 8%,97% 0,100% 14%,97% 100%,3% 94%,0 100%);
}

.mg-theme-coastal .mg-cta-box h2,
.mg-theme-coastal .mg-cta-box p{
    color:#fff;
}

.mg-theme-coastal .mg-cta-box .mg-kicker{
    color:var(--elyu-yellow);
}

.mg-theme-coastal .mg-faq-section{
    background:
        linear-gradient(rgba(7,25,45,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(7,25,45,.03) 1px,transparent 1px),
        var(--elyu-paper);
    background-size:44px 44px,44px 44px,auto;
}

.mg-theme-coastal .mg-faq-list summary{
    color:var(--elyu-navy);
    font-weight:1000;
}

.mg-theme-coastal .mg-faq-list p{
    color:#3e4d59;
}

.mg-theme-coastal input[name="website"],
.mg-theme-coastal label[for="website"],
.mg-theme-coastal .website-field,
.mg-theme-coastal .hp-field,
.mg-theme-coastal .honeypot,
.mg-theme-coastal .mg-field--website{
    display:none !important;
}

@media (max-width:1080px){
    .mg-theme-coastal .mg-hero-shell,
    .mg-theme-coastal .mg-story-section .mg-container,
    .mg-theme-coastal .mg-routes-layout{
        grid-template-columns:1fr;
    }

    .mg-theme-coastal .mg-hero-form-wrap{
        justify-content:flex-start;
    }

    .mg-theme-coastal .mg-story-section .mg-copy-block,
    .mg-theme-coastal .mg-service-card:nth-child(odd),
    .mg-theme-coastal .mg-service-card:nth-child(even),
    .mg-theme-coastal .mg-route-card:nth-child(odd),
    .mg-theme-coastal .mg-route-card:nth-child(even){
        transform:none;
    }

    .mg-theme-coastal .mg-trust-grid-wrap{
        margin-top:-42px;
    }

    .mg-theme-coastal .mg-trip-guide{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media (max-width:980px){
    .mg-theme-coastal .mg-booking-hero{
        min-height:auto;
    }

    .mg-theme-coastal .mg-hero-container{
        padding:96px 0 48px;
    }

    .mg-theme-coastal .mg-hero-copy h1{
        max-width:100%;
        font-size:clamp(3.1rem,11vw,5.2rem);
    }

    .mg-theme-coastal .mg-service-grid,
    .mg-theme-coastal .mg-route-cards{
        grid-template-columns:1fr 1fr;
    }

    .mg-theme-coastal .mg-trust-grid{
        grid-template-columns:1fr 1fr;
        width:min(560px,calc(100% - 32px));
    }

    .mg-theme-coastal .mg-hero-meta{
        display:none;
        grid-template-columns:repeat(3,minmax(0,1fr));
    }

    .mg-theme-coastal .mg-hero-meta-item{
        min-width:0;
        padding:0 12px;
        white-space:normal;
    }
}

@media (max-width:640px){
    .mg-theme-coastal .mg-hero-container{
        padding:90px 0 40px;
    }

    .mg-theme-coastal .mg-hero-copy h1{
        font-size:clamp(2.75rem,11.5vw,3.8rem);
        line-height:.94;
        letter-spacing:-.02em;
    }

    .mg-theme-coastal .mg-lead{
        font-size:clamp(1.35rem,6.2vw,1.85rem);
        letter-spacing:0;
    }

    .mg-theme-coastal .mg-lead::after{
        width:100%;
        font-size:1rem;
    }

    .mg-theme-coastal .mg-hero-form-card{
        width:100%;
        border-width:10px;
        border-radius:24px;
    }

    .mg-theme-coastal .mg-search-engine{
        padding:20px;
    }

    .mg-theme-coastal .mg-trust-grid,
    .mg-theme-coastal .mg-service-grid,
    .mg-theme-coastal .mg-route-cards{
        grid-template-columns:1fr;
    }

    .mg-theme-coastal .mg-trust-grid{
        grid-template-columns:1fr;
        gap:10px;
    }

    .mg-theme-coastal .mg-trust-grid-wrap{
        margin-top:0;
        padding-bottom:28px;
    }

    .mg-theme-coastal .mg-section.mg-trust-grid-wrap{
        margin-top:0;
        padding:28px 0;
    }

    .mg-theme-coastal .mg-hero-meta{
        grid-template-columns:1fr;
    }

    .mg-theme-coastal .mg-trust-card{
        min-height:54px;
        padding:8px 12px;
    }

    .mg-theme-coastal .mg-section{
        padding:56px 0;
    }

    .mg-theme-coastal .mg-story-section .mg-copy-block{
        padding:28px 22px;
    }

    .mg-theme-coastal .mg-story-section .mg-copy-block::before,
    .mg-theme-coastal .mg-routes-section .mg-container::after,
    .mg-theme-coastal .mg-final-cta .mg-container::after{
        display:none;
    }

    .mg-theme-coastal .mg-feature-visual,
    .mg-theme-coastal .mg-feature-visual img{
        min-height:300px;
    }

    .mg-theme-coastal .mg-trip-guide{
        grid-template-columns:1fr;
        padding:18px;
    }

    .mg-theme-coastal .mg-trip-guide{
        min-height:0;
    }

    .mg-theme-coastal .mg-trip-guide-card{
        min-height:0;
    }

    .mg-theme-coastal .mg-cta-box{
        clip-path:polygon(0 4%,98% 0,100% 9%,98% 100%,2% 97%,0 100%);
    }
}
