/*!
Theme Name: Dentist
Theme URI: https://visit-sihanoukville.com
Author: MEF
Author URI: https://visit-sihanoukville.com
Description: Dentist child theme for Kadence.
Template: kadence
Version: 1.0.0
Text Domain: dentist
Requires at least: 6.3
Requires PHP: 7.4
*/

:root {
    --dentist-theme-ready: 1;
}
/* Coastal Homepage */
:root {
    --coast-ink: #0b2f46;
    --coast-teal: #007f8c;
    --coast-teal-dark: #005c68;
    --coast-gold: #e6ae43;
    --coast-soft: #f7fbfa;
    --coast-line: rgba(7, 69, 83, 0.14);
    --coast-shadow: 0 14px 38px rgba(9, 47, 70, 0.12);
    --coast-header-height: 82px;
}

* {
    box-sizing: border-box;
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

body.coastal-homepage {
    margin: 0;
    color: #153246;
    background: #fffdf9;
    font-family: Inter, Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

.coast-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    padding-top: var(--coast-header-height);
}

body.coastal-homepage .coast-page {
    padding-top: 0;
}

.coast-page a {
    color: inherit;
    text-decoration: none;
}

.coast-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.coast-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--coast-line);
    backdrop-filter: blur(12px);
    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

body.coastal-homepage .coast-header:not(.is-scrolled):not(.is-menu-open) {
    background: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

body.coastal-homepage
    .coast-header:not(.is-scrolled):not(.is-menu-open)
    .coast-logo,
body.coastal-homepage
    .coast-header:not(.is-scrolled):not(.is-menu-open)
    .coast-menu,
body.coastal-homepage
    .coast-header:not(.is-scrolled):not(.is-menu-open)
    .coast-menu
    a {
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

body.coastal-homepage
    .coast-header:not(.is-scrolled):not(.is-menu-open)
    .coast-logo
    small {
    color: rgba(255, 255, 255, 0.9);
}

body.coastal-homepage
    .coast-header:not(.is-scrolled):not(.is-menu-open)
    .coast-menu
    a:hover,
body.coastal-homepage
    .coast-header:not(.is-scrolled):not(.is-menu-open)
    .coast-menu
    a.is-active {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.9);
}

body.coastal-homepage
    .coast-header:not(.is-scrolled):not(.is-menu-open)
    .coast-submenu {
    border-color: var(--coast-line);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 42px rgba(9, 47, 70, 0.16);
}

body.coastal-homepage
    .coast-header:not(.is-scrolled):not(.is-menu-open)
    .coast-submenu
    a {
    color: var(--coast-teal) !important;
    text-shadow: none;
}

body.coastal-homepage
    .coast-header:not(.is-scrolled):not(.is-menu-open)
    .coast-submenu
    a:hover,
body.coastal-homepage
    .coast-header:not(.is-scrolled):not(.is-menu-open)
    .coast-submenu
    a:focus-visible {
    background: var(--coast-teal);
    color: #fff !important;
}

body.coastal-homepage
    .coast-header:not(.is-scrolled):not(.is-menu-open)
    .coast-language {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

body.coastal-homepage
    .coast-header:not(.is-scrolled):not(.is-menu-open)
    .coast-language
    a {
    color: #fff;
}

body.coastal-homepage
    .coast-header:not(.is-scrolled):not(.is-menu-open)
    .coast-language
    a.is-active {
    background: rgba(255, 255, 255, 0.96);
    color: var(--coast-teal-dark);
}

body.coastal-homepage
    .coast-header:not(.is-scrolled):not(.is-menu-open)
    .coast-register {
    background: rgba(0, 127, 140, 0.88);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
}

body.coastal-homepage
    .coast-header:not(.is-scrolled):not(.is-menu-open)
    .coast-menu-toggle {
    border-color: rgba(255, 255, 255, 0.56);
    background: rgba(255, 255, 255, 0.16);
}

body.coastal-homepage
    .coast-header:not(.is-scrolled):not(.is-menu-open)
    .coast-menu-toggle
    span:not(.screen-reader-text) {
    background: #fff;
}

.coast-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 82px;
    gap: 28px;
}

.coast-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--coast-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.coast-logo img {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    object-fit: contain;
}

.coast-logo small {
    display: block;
    margin-top: 4px;
    font-family: Inter, Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--coast-teal);
}

.coast-menu {
    display: flex;
    align-items: center;
    gap: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-weight: 800;
    color: var(--coast-ink);
}

.coast-menu > li {
    position: relative;
}

.coast-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
}

.coast-menu a:hover,
.coast-menu a.is-active {
    color: var(--coast-teal);
    border-color: #42c7d6;
}

.coast-submenu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 1003;
    min-width: 210px;
    margin: 0;
    padding: 10px;
    list-style: none;
    border: 1px solid var(--coast-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 42px rgba(9, 47, 70, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition:
        opacity 0.2s ease,
        transform 0.2s ease,
        visibility 0.2s ease;
}

.has-submenu:hover .coast-submenu,
.has-submenu:focus-within .coast-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.coast-submenu a {
    width: 100%;
    min-height: 38px;
    padding: 0 12px;
    border: 0;
    border-radius: 6px;
    color: var(--coast-ink);
    font-size: 16px;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.coast-submenu a:hover,
.coast-submenu a:focus-visible {
    background: var(--coast-teal);
    color: #fff;
    box-shadow: 0 14px 30px rgba(0, 127, 140, 0.22);
    transform: translateY(-1px);
}

.coast-menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--coast-line);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(9, 47, 70, 0.08);
    cursor: pointer;
}

.coast-menu-toggle span:not(.screen-reader-text) {
    display: block;
    width: 18px;
    height: 2px;
    margin: 2px 0;
    border-radius: 999px;
    background: var(--coast-ink);
}

.coast-nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.coast-language {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border: 1px solid var(--coast-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 8px 20px rgba(9, 47, 70, 0.08);
}

.coast-language a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--coast-ink);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.coast-language a.is-active {
    background: var(--coast-teal);
    color: #fff;
}

.trp-floating-switcher {
    display: none !important;
}

.coast-register {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 20px;
    border-radius: 999px;
    background: var(--coast-teal);
    color: #fff !important;
    box-shadow: 0 10px 26px rgba(0, 127, 140, 0.22);
}

.coast-hero {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: var(--coast-hero-height, 700px);
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background: #dff8fa;
}

.coast-hero::after {
    display: none;
}

.coast-hero-slides,
.coast-hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.coast-hero-slide {
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.9s ease,
        visibility 0.9s ease;
}

.coast-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.coast-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    contain: paint;
}

.coast-hero-media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center right;
    transform: scale(1.03);
    animation: coastHeroDrone 18s ease-in-out infinite alternate;
    will-change: transform;
}

.coast-hero .coast-shell {
    position: relative;
    z-index: 3;
}

@keyframes coastHeroDrone {
    0% {
        transform: scale(1.03) translate3d(0, 0, 0);
    }
    50% {
        transform: scale(1.1) translate3d(-1.5%, 1%, 0);
    }
    100% {
        transform: scale(1.05) translate3d(1.4%, -1%, 0);
    }
}

.coast-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 620px;
    padding: 78px 0;
}

.coast-hero-controls {
    position: absolute;
    left: 50%;
    bottom: 26px;
    z-index: 3;
    display: flex;
    gap: 10px;
    transform: translateX(-50%);
}

.coast-hero-controls button {
    width: 11px;
    height: 11px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.52);
    box-shadow: 0 6px 16px rgba(9, 47, 70, 0.18);
    cursor: pointer;
    transition:
        width 0.25s ease,
        background 0.25s ease;
}

.coast-hero-controls button.is-active {
    width: 30px;
    background: var(--coast-teal);
}

.coast-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    color: var(--coast-gold);
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.coast-eyebrow::before {
    content: "\e139";
    font-family: "Font Awesome 7 Free";
    font-size: 20px;
    font-weight: 900;
}

.coast-weather-eyebrow::before {
    content: none;
}

.coast-weather-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    font-size: 20px;
    line-height: 1;
}

.coast-weather-icon {
    color: var(--coast-teal);
}

.coast-weather-eyebrow--white,
.coast-weather-eyebrow--white .coast-weather-icon {
    color: #ffffff;
}

.coast-detail-hero-copy .coast-weather-icon {
    color: #ffffff;
}

.coast-hero h1,
.coast-section-title h2,
.coast-event h2 {
    margin: 0;
    color: var(--coast-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 800;
    letter-spacing: 0;
}

.coast-hero h1 {
    max-width: 590px;
    color: #ffffff;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.68);
    font-size: clamp(44px, 6vw, 70px);
    line-height: 0.98;
}

.coast-hero p {
    max-width: 485px;
    margin: 24px 0 0;
    color: #ffffff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.72);
    font-size: 16px;
    line-height: 1.65;
}

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

.coast-hero-slide .coast-hero-copy h1,
.coast-hero-slide .coast-hero-copy p,
.coast-hero-slide .coast-actions {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
}

.coast-hero-slide.is-active .coast-hero-copy h1 {
    animation: coastHeroContentIn 0.72s ease forwards;
}

.coast-hero-slide.is-active .coast-hero-copy p {
    animation: coastHeroContentIn 0.72s ease 0.12s forwards;
}

.coast-hero-slide.is-active .coast-actions {
    animation: coastHeroContentIn 0.72s ease 0.22s forwards;
}

@keyframes coastHeroContentIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 16px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.coast-btn,
.coast-register,
.coast-mini,
.coast-form button,
.coast-about-map,
.coast-about-cta,
.coast-dest-discover a,
.coast-dest-plan a {
    position: relative;
    --coast-hover-x: 50%;
    --coast-hover-y: 50%;
    overflow: hidden;
    isolation: isolate;
    transition:
        color 0.9s ease,
        border-color 0.9s ease,
        box-shadow 0.9s ease,
        transform 0.9s ease;
}

.coast-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 8px;
    border: 1px solid var(--coast-teal);
    background: transparent;
    color: var(--coast-teal-dark) !important;
    font-weight: 900;
    font-size: 14px;
}

.coast-btn--ghost {
    background: transparent;
    color: var(--coast-teal-dark) !important;
}

.coast-hero .coast-btn--ghost {
    border-color: rgba(255, 255, 255, 0.84);
    color: #ffffff !important;
}

.coast-btn-icon {
    display: inline-flex;
    align-items: center;
    font-size: 1em;
    font-weight: 900;
    line-height: 1;
    transition:
        font-size 0.25s ease,
        transform 0.25s ease;
}

.coast-hero .coast-btn--ghost:hover .coast-btn-icon,
.coast-hero .coast-btn--ghost:focus-visible .coast-btn-icon {
    font-size: 18px;
    font-weight: 900;
    transform: translateX(3px);
}

.coast-btn::before,
.coast-btn::after,
.coast-register::before,
.coast-register::after,
.coast-mini::before,
.coast-mini::after,
.coast-form button::before,
.coast-form button::after,
.coast-about-map::before,
.coast-about-map::after,
.coast-about-cta::before,
.coast-about-cta::after,
.coast-dest-discover a::before,
.coast-dest-discover a::after,
.coast-dest-plan a::before,
.coast-dest-plan a::after {
    content: "";
    position: absolute;
    left: var(--coast-hover-x);
    top: var(--coast-hover-y);
    z-index: -1;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #2fc4d6;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 1.55s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: center;
}

.coast-btn::after,
.coast-register::after,
.coast-mini::after,
.coast-form button::after,
.coast-about-map::after,
.coast-about-cta::after,
.coast-dest-discover a::after,
.coast-dest-plan a::after {
    display: none;
}

.coast-hero .coast-btn:first-child {
    background: var(--coast-teal);
    border-color: var(--coast-teal);
    color: #fff !important;
}

.coast-btn:hover,
.coast-btn:focus-visible,
.coast-register:hover,
.coast-register:focus-visible,
.coast-mini:hover,
.coast-mini:focus-visible,
.coast-form button:hover,
.coast-form button:focus-visible,
.coast-about-map:hover,
.coast-about-map:focus-visible,
.coast-about-cta:hover,
.coast-about-cta:focus-visible,
.coast-dest-discover a:hover,
.coast-dest-discover a:focus-visible,
.coast-dest-plan a:hover,
.coast-dest-plan a:focus-visible {
    color: #ffffff !important;
    border-color: #38bfd0;
    box-shadow: 0 14px 30px rgba(0, 127, 140, 0.22);
    transform: translateY(-1px);
}

.coast-btn:hover::before,
.coast-btn:hover::after,
.coast-btn:focus-visible::before,
.coast-btn:focus-visible::after,
.coast-register:hover::before,
.coast-register:hover::after,
.coast-register:focus-visible::before,
.coast-register:focus-visible::after,
.coast-mini:hover::before,
.coast-mini:hover::after,
.coast-mini:focus-visible::before,
.coast-mini:focus-visible::after,
.coast-form button:hover::before,
.coast-form button:hover::after,
.coast-form button:focus-visible::before,
.coast-form button:focus-visible::after,
.coast-about-map:hover::before,
.coast-about-map:hover::after,
.coast-about-map:focus-visible::before,
.coast-about-map:focus-visible::after,
.coast-about-cta:hover::before,
.coast-about-cta:hover::after,
.coast-about-cta:focus-visible::before,
.coast-about-cta:focus-visible::after,
.coast-dest-discover a:hover::before,
.coast-dest-discover a:hover::after,
.coast-dest-discover a:focus-visible::before,
.coast-dest-discover a:focus-visible::after,
.coast-dest-plan a:hover::before,
.coast-dest-plan a:hover::after,
.coast-dest-plan a:focus-visible::before,
.coast-dest-plan a:focus-visible::after {
    transform: translate(-50%, -50%) scale(80);
}

.coast-event .coast-btn:hover,
.coast-event .coast-btn:focus-visible {
    color: #ffffff !important;
}

.coast-section {
    position: relative;
    padding: 48px 0;
}

.coast-section-title {
    max-width: 850px;
    margin: 0 auto 28px;
    text-align: center;
}

.coast-section-title h2 {
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.1;
}

.coast-section-title p {
    margin: 12px auto 0;
    color: #355364;
    line-height: 1.55;
}

.coast-section-title--left {
    margin: 0;
    text-align: left;
}

.coast-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.coast-card {
    overflow: hidden;
    border: 1px solid var(--coast-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--coast-shadow);
}

.coast-stat-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px 14px;
    min-height: 86px;
}

.coast-icon {
    display: inline-grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--coast-teal);
    color: #fff;
    font-size: 22px;
    flex: 0 0 auto;
}

.coast-icon.fa-solid,
.coast-icon.fa-regular,
.coast-icon.fa-brands {
    display: inline-grid;
    width: 50px;
    height: 50px;
    line-height: 1;
}

.coast-stat strong {
    display: block;
    color: var(--coast-ink);
    font-size: 28px;
    line-height: 1;
}

.coast-stat span {
    display: block;
    margin-top: 5px;
    color: var(--coast-ink);
    font-weight: 800;
}

.coast-card img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.coast-hover-image {
    transition: filter 0.35s ease;
}

.coast-image-frame {
    overflow: hidden;
}

.coast-card:hover .coast-hover-image,
.coast-event .coast-hover-image:hover {
    filter: saturate(1.05);
}

.coast-event .coast-hover-image,
.coast-team .coast-hover-image {
    animation: coastImageCamera 16s ease-in-out infinite alternate;
    will-change: transform;
}

.coast-team:nth-child(2) .coast-hover-image {
    animation-duration: 19s;
    animation-delay: -6s;
}

@keyframes coastImageCamera {
    0% {
        transform: scale(1.03) translate3d(0, 0, 0);
    }
    50% {
        transform: scale(1.11) translate3d(-1.4%, 0.8%, 0);
    }
    100% {
        transform: scale(1.05) translate3d(1.2%, -1%, 0);
    }
}

.coast-animate {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
    will-change: opacity, transform;
}

.coast-animate[data-animate="left"] {
    transform: translate3d(-42px, 0, 0);
}

.coast-animate[data-animate="right"] {
    transform: translate3d(42px, 0, 0);
}

.coast-animate[data-animate="zoom"] {
    transform: scale(0.96);
}

.coast-animate.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.coast-animate-delay-1 {
    transition-delay: 0.08s;
}

.coast-animate-delay-2 {
    transition-delay: 0.16s;
}

.coast-animate-delay-3 {
    transition-delay: 0.24s;
}

@media (prefers-reduced-motion: reduce) {
    .coast-animate {
        opacity: 1;
        transform: none;
        transition: none;
        will-change: auto;
    }

    .coast-hero-slide .coast-hero-copy h1,
    .coast-hero-slide .coast-hero-copy p,
    .coast-hero-slide .coast-actions {
        opacity: 1;
        transform: none;
        animation: none;
    }
}

.coast-feature {
    padding: 0 0 20px;
}

.coast-feature img,
.coast-destination img {
    height: 170px;
}

.coast-feature-body {
    position: relative;
    padding: 24px 20px 0;
}

.coast-feature-body .coast-icon {
    position: absolute;
    top: -28px;
    left: 20px;
    width: 48px;
    height: 48px;
    border: 3px solid #fff;
}

.coast-feature h3,
.coast-destination h3,
.coast-team h3 {
    margin: 0;
    color: var(--coast-ink);
    font-size: 18px;
    line-height: 1.25;
}

.coast-feature p,
.coast-team p,
.coast-voice p {
    margin: 10px 0 0;
    color: #355364;
    font-size: 14px;
    line-height: 1.55;
}

.coast-destination {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 20px;
}

.coast-destination h3 {
    padding: 18px 16px 12px;
    min-height: 68px;
}

.coast-mini {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid var(--coast-teal);
    border-radius: 8px;
    color: var(--coast-teal-dark);
    font-size: 14px;
    font-weight: 900;
}

.coast-destination .coast-mini {
    align-self: center;
    margin-top: auto;
}

.coast-event {
    padding: 44px 0;
    background: linear-gradient(115deg, #006878 0%, #008b96 55%, #006171 100%);
    color: #fff;
    overflow: hidden;
}

.coast-event .coast-shell {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 44px;
    align-items: center;
}

.coast-event-image {
    height: 300px;
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.coast-event img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coast-event h2 {
    color: #fff;
    font-size: clamp(31px, 4vw, 46px);
    line-height: 1.05;
}

.coast-event p {
    margin: 14px 0 0;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
}

.coast-event-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
    font-weight: 800;
}

.coast-event-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.coast-event .coast-btn {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--coast-teal-dark) !important;
    backdrop-filter: blur(8px);
}

.coast-event .coast-btn--ghost {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.62);
    color: #ffffff !important;
}

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

.coast-team {
    display: grid;
    grid-template-columns: 150px 1fr;
    min-height: 175px;
}

.coast-team-image {
    height: 100%;
    min-height: 175px;
}

.coast-team img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coast-team-body {
    padding: 22px;
}

.coast-team-meta {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 18px;
    color: var(--coast-teal-dark);
    font-size: 12px;
    font-weight: 800;
}

.coast-sponsors-section {
    background: #ffffff;
}

.coast-sponsors-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 34px 42px;
}

.coast-sponsor-groups {
    display: grid;
    gap: 34px;
}

.coast-sponsor-group {
    display: grid;
    gap: 16px;
}

.coast-sponsor-group h3 {
    margin: 0;
    color: var(--coast-teal-dark);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
}

.coast-sponsor-card {
    display: grid;
    place-items: center;
    min-width: 0;
    background: transparent;
}

.coast-sponsor-card:hover {
    transform: none;
}

.coast-sponsor-logo {
    display: grid;
    place-items: center;
    width: 100%;
    background: transparent;
}

.coast-sponsor-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 230px;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.coast-sponsor-card.is-mark .coast-sponsor-logo img {
    object-fit: contain;
}

.coast-sponsor-body {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 18px;
}

.coast-sponsor-body span {
    color: var(--coast-teal);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.coast-sponsor-body h3 {
    margin: 0;
    color: var(--coast-ink);
    font-size: 17px;
    line-height: 1.25;
}

.coast-voices {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.coast-voice {
    padding: 24px;
}

.coast-person {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
}

.coast-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d8f5f7, #f7dfad);
}

.coast-person strong {
    display: block;
    color: var(--coast-ink);
}

.coast-stars {
    color: #f2a900;
    letter-spacing: 0.08em;
}

.coast-contact {
    min-height: auto;
    padding: 58px 0;
    display: flex;
    align-items: center;
    background: linear-gradient(
        90deg,
        rgba(237, 252, 250, 0.96),
        rgba(255, 255, 255, 0.92)
    );
}

.coast-contact > .coast-shell {
    width: min(100% - 48px, 1180px);
}

.coast-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.coast-form {
    display: grid;
    gap: 12px;
    padding: 18px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--coast-shadow);
}

.coast-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.coast-form-alert {
    padding: 12px 14px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

.coast-form-alert--success {
    border-color: rgba(20, 139, 143, 0.22);
    background: rgba(20, 139, 143, 0.1);
    color: var(--coast-teal-dark);
}

.coast-form-alert--warning {
    border-color: rgba(242, 169, 0, 0.35);
    background: rgba(242, 169, 0, 0.12);
    color: #745100;
}

.coast-form-alert--error {
    border-color: rgba(188, 52, 52, 0.28);
    background: rgba(188, 52, 52, 0.1);
    color: #8a2424;
}

.coast-form input,
.coast-form textarea {
    width: 100%;
    border: 1px solid var(--coast-line);
    border-radius: 4px;
    padding: 13px 14px;
    background: #fff;
    color: var(--coast-ink);
    font: inherit;
}

.coast-form textarea {
    min-height: 112px;
    resize: vertical;
}

.coast-form button {
    min-height: 46px;
    padding: 0 22px;
    border: 1px solid var(--coast-teal);
    border-radius: 8px;
    background: var(--coast-teal);
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.coast-contact-list {
    display: grid;
    gap: 10px;
    margin-top: 20px;
    color: #21485b;
    font-weight: 700;
    overflow-wrap: anywhere;
    word-break: normal;
}

.coast-footer {
    padding: 24px 0 16px;
    background: #073b24;
    color: #ffffff;
}

.coast-footer-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
    align-items: center;
    gap: clamp(24px, 3.5vw, 48px);
}

.coast-footer-register {
    display: grid;
    grid-template-columns: minmax(230px, 300px) 132px 132px;
    align-items: center;
    justify-content: start;
    gap: 14px;
}

.coast-footer-free {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 104px;
    padding: 16px 18px;
    border: 2px solid rgba(255, 235, 162, 0.55);
    border-radius: 8px;
    background:
        linear-gradient(
            135deg,
            #f7de87 0%,
            #d4ad4a 48%,
            #f4d979 100%
        );
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
    color: #063c27;
    text-decoration: none;
}

.coast-footer-free-main {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(36px, 3.6vw, 50px);
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: 0;
}

.coast-footer-free-sub {
    margin-left: 12px;
    font-size: clamp(16px, 1.45vw, 21px);
    font-weight: 900;
    line-height: 1.02;
    text-transform: uppercase;
}

.coast-footer-register-qr {
    display: grid;
    justify-items: center;
    width: 100%;
    gap: 6px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.coast-footer-register-qr img {
    display: block;
    width: 132px;
    height: 132px;
    padding: 4px;
    border-radius: 4px;
    background: #ffffff;
    object-fit: contain;
}

.coast-footer-qr {
    display: grid;
    justify-items: center;
    width: 100%;
    gap: 6px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
}

.coast-footer-qr img {
    display: block;
    width: 132px;
    height: 132px;
    padding: 4px;
    border-radius: 4px;
    background: #ffffff;
    object-fit: contain;
    object-position: center;
}

.coast-footer-info {
    display: grid;
    gap: 14px;
    color: #ffffff;
}

.coast-footer-message {
    margin: 0;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(214, 183, 87, 0.55);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(15px, 1.35vw, 18px);
    font-weight: 700;
    line-height: 1.4;
}

.coast-footer-contact {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(13px, 1.05vw, 15px);
    font-weight: 700;
    line-height: 1.35;
}

.coast-footer-contact li {
    display: flex;
    align-items: center;
    gap: 11px;
    overflow-wrap: anywhere;
}

.coast-footer-contact i {
    color: #ffffff;
    font-size: 19px;
}

.coast-footer-contact a {
    color: #f2d06a;
    text-decoration: none;
}

.coast-copy {
    margin-top: 22px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);
}

.coast-qr-lightbox {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(3, 20, 29, 0.78);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.2s ease,
        visibility 0.2s ease;
}

.coast-qr-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.coast-qr-lightbox-card {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 14px;
    width: min(92vw, 430px);
    padding: 28px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
    transform: translateY(10px) scale(0.98);
    transition: transform 0.2s ease;
}

.coast-qr-lightbox.is-open .coast-qr-lightbox-card {
    transform: translateY(0) scale(1);
}

.coast-qr-lightbox-card img {
    display: block;
    width: min(72vw, 340px);
    height: min(72vw, 340px);
    object-fit: contain;
}

.coast-qr-lightbox-card p {
    margin: 0;
    color: var(--coast-ink);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
}

.coast-qr-lightbox-close {
    position: absolute;
    top: -16px;
    right: -16px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    background: var(--coast-teal);
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.coast-qr-lightbox-close::before,
.coast-qr-lightbox-close::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.coast-qr-lightbox-close::before {
    transform: rotate(45deg);
}

.coast-qr-lightbox-close::after {
    transform: rotate(-45deg);
}

.coast-qr-lightbox-close:hover,
.coast-qr-lightbox-close:focus-visible {
    background: var(--coast-teal-dark);
    outline: 3px solid rgba(255, 255, 255, 0.55);
    outline-offset: 2px;
}

.coast-subhero {
    padding: clamp(72px, 9vw, 118px) 0;
    background:
        linear-gradient(
            90deg,
            rgba(218, 246, 248, 0.98),
            rgba(218, 246, 248, 0.82)
        ),
        url("../../uploads/2026/06/backgroundbanner-thumb.jpg") center / cover
            no-repeat;
    text-align: center;
}

.coast-subhero h1 {
    margin: 8px 0 0;
    color: var(--coast-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1;
}

.coast-tourism-grid {
    align-items: stretch;
}

.coast-tourism-card {
    padding-bottom: 0;
    text-align: left;
}

.coast-tourism-card__body {
    padding: 18px 18px 22px;
}

.coast-tourism-card__body p {
    margin: 0 0 8px;
    color: var(--coast-teal);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.coast-tourism-card__body h2 {
    margin: 0 0 10px;
    color: var(--coast-ink);
    font-size: 22px;
    line-height: 1.18;
}

.coast-tourism-excerpt {
    margin-bottom: 16px;
    color: #355364;
    font-size: 14px;
    line-height: 1.55;
}

.coast-empty {
    padding: 32px;
    border: 1px solid var(--coast-line);
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.coast-not-found {
    min-height: calc(100vh - var(--coast-header-height));
    padding: 110px 0 90px;
    background: linear-gradient(180deg, #f7fbfb 0%, #ffffff 100%);
}

.coast-not-found-card {
    max-width: 760px;
    padding: 48px;
    border: 1px solid rgba(12, 93, 108, 0.12);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 22px 60px rgba(8, 39, 52, 0.08);
}

.coast-not-found-card h1 {
    max-width: 620px;
    margin: 0 0 18px;
    color: var(--coast-navy);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    line-height: 0.98;
}

.coast-not-found-card p:not(.coast-section-kicker) {
    max-width: 560px;
    margin: 0 0 30px;
    color: rgba(15, 59, 78, 0.72);
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.7;
}

.coast-tourism-detail-hero {
    position: relative;
    overflow: hidden;
}

.coast-detail-hero-copy {
    max-width: 900px;
}

.coast-detail-shell {
    max-width: none;
}

.coast-detail-article {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.coast-detail-image {
    display: block;
    width: 100%;
    max-height: 460px;
    object-fit: cover;
}

.coast-detail-content {
    padding: 0;
    color: #243f50;
    font-size: 17px;
    line-height: 1.75;
}

.coast-detail-content figure {
    margin: 0 0 28px;
}

.coast-detail-content img {
    display: block;
    width: 100%;
    height: auto;
}

.coast-detail-content .alignwide,
.coast-detail-content .alignfull {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.coast-detail-content > *:first-child {
    margin-top: 0;
}

.coast-detail-content > *:last-child {
    margin-bottom: 0;
}

.coast-gallery-section {
    background:
        linear-gradient(180deg, rgba(246, 250, 250, 0.96), rgba(255, 255, 255, 1)),
        #f7fbfb;
}

.coast-gallery-wall {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2.4vw, 30px);
    align-items: stretch;
}

.coast-gallery-frame {
    position: relative;
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    box-shadow: 0 20px 42px rgba(10, 35, 48, 0.13);
    cursor: pointer;
    overflow: hidden;
    transform-origin: center;
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease;
}

.coast-gallery-frame:hover,
.coast-gallery-frame:focus-visible {
    box-shadow: 0 28px 64px rgba(10, 35, 48, 0.22);
    transform: translateY(-6px) rotate(0deg);
    outline: 0;
}

.coast-gallery-mat {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.coast-gallery-mat img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: none;
}

.coast-gallery-frame--1 {
    transform: none;
}

.coast-gallery-frame--2 {
    transform: none;
}

.coast-gallery-frame--3 {
    transform: none;
}

.coast-gallery-frame--4 {
    transform: none;
}

.coast-gallery-frame--5 {
    transform: none;
}

.coast-gallery-frame--6 {
    transform: none;
}

.coast-gallery-frame--7 {
    transform: none;
}

.coast-gallery-frame--8 {
    transform: none;
}

.coast-gallery-lightbox-open {
    overflow: hidden;
}

.coast-gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: grid;
    place-items: center;
    padding: clamp(18px, 4vw, 44px);
    background: rgba(4, 20, 28, 0.84);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}

.coast-gallery-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.coast-gallery-lightbox-card {
    width: min(1120px, 100%);
    max-height: calc(100vh - 88px);
    display: block;
    transform: translateY(18px) scale(0.98);
    transition: transform 0.25s ease;
}

.coast-gallery-lightbox.is-open .coast-gallery-lightbox-card {
    transform: translateY(0) scale(1);
}

.coast-gallery-lightbox-card img {
    display: block;
    width: 100%;
    max-height: calc(100vh - 88px);
    object-fit: contain;
    border: 0;
    background: transparent;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.coast-gallery-lightbox-close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    appearance: none;
    font-size: 0;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.coast-gallery-lightbox-close::before {
    content: "\00d7";
    display: block;
    color: currentColor;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-1px);
}

.coast-gallery-lightbox-close:hover,
.coast-gallery-lightbox-close:focus-visible {
    background: #fff;
    color: var(--coast-teal-dark);
    outline: 0;
}

.coast-about-main {
    background: #fff;
}

.coast-about-hero {
    background: #0d6375;
}

.coast-about-hero::before {
    background-image: var(--coast-dest-hero-image);
}

.coast-about-hero::after {
    background: linear-gradient(
        90deg,
        rgba(1, 56, 86, 0.72) 0%,
        rgba(0, 101, 132, 0.34) 42%,
        rgba(0, 0, 0, 0.03) 100%
    );
}

.coast-about-hero .coast-shell {
    position: relative;
    z-index: 1;
}

.coast-about-breadcrumb {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 44px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    font-weight: 800;
}

.coast-about-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.coast-about-hero-copy {
    max-width: 760px;
}

.coast-about-hero-copy h1 {
    font-size: clamp(52px, 6vw, 82px);
    font-weight: 850;
}

.coast-about-script {
    margin: 18px 0 28px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 64px);
    font-style: italic;
    line-height: 1;
}

.coast-about-hero-copy > p:not(.coast-about-script) {
    max-width: 620px;
    margin-bottom: 30px;
}

.coast-about-map,
.coast-about-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.72);
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 18px 42px rgba(0, 122, 130, 0.12);
}

.coast-about-hero .coast-about-map {
    margin-top: 30px;
}

.coast-about-overview {
    padding: 36px 0 76px;
}

.coast-about-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.9fr;
    gap: 56px;
    align-items: start;
}

.coast-about-text {
    padding-top: 22px;
}

.coast-about-label {
    display: inline-block;
    margin: 0 0 24px;
    padding-bottom: 12px;
    border-bottom: 5px solid #0b9da1;
    color: #0b9da1;
    font-size: 18px;
    font-weight: 950;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.coast-about-text h2 {
    margin: 0 0 22px;
    color: var(--coast-ink);
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.08;
}

.coast-about-text p:not(.coast-about-label) {
    margin: 0 0 22px;
    color: #263946;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.62;
}

.coast-about-highlights {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 34px 0 28px;
}

.coast-about-highlight {
    display: grid;
    gap: 8px;
    justify-items: center;
    text-align: center;
    color: var(--coast-ink);
    font-weight: 900;
    line-height: 1.2;
}

.coast-about-highlight span {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    color: #0b9da1;
    font-size: 34px;
}

.coast-about-cta {
    min-height: 46px;
    padding: 0 22px;
    border-radius: 8px;
    font-size: 14px;
    border-color: var(--coast-teal);
    background: var(--coast-teal);
    color: #ffffff !important;
}

.coast-about-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.coast-about-card {
    position: relative;
    min-height: 315px;
    border-radius: 10px;
    overflow: hidden;
    background: #0b6375;
    box-shadow: 0 16px 34px rgba(7, 50, 74, 0.22);
}

.coast-about-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--coast-about-card-image);
    background-size: cover;
    background-position: center;
    transform: scale(1.04);
    animation: coastCardCamera 16s ease-in-out infinite alternate;
    will-change: transform;
}

.coast-about-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(4, 24, 34, 0.04) 20%,
        rgba(0, 0, 0, 0.76) 100%
    );
    pointer-events: none;
}

.coast-about-card:nth-child(2)::before {
    animation-duration: 18s;
    animation-delay: -4s;
}

.coast-about-card:nth-child(3)::before {
    animation-duration: 20s;
    animation-delay: -7s;
}

.coast-about-card:nth-child(4)::before {
    animation-duration: 17s;
    animation-delay: -10s;
}

@keyframes coastCardCamera {
    0% {
        transform: scale(1.04) translate3d(0, 0, 0);
    }
    50% {
        transform: scale(1.12) translate3d(-1.2%, 0.9%, 0);
    }
    100% {
        transform: scale(1.06) translate3d(1.1%, -1%, 0);
    }
}

.coast-about-card-body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 28px;
    color: #fff;
}

.coast-about-card-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
    border-radius: 15px;
    background: rgba(0, 143, 148, 0.88);
    font-size: 28px;
    font-weight: 900;
}

.coast-about-card h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 25px;
    line-height: 1.1;
}

.coast-about-card p {
    max-width: 470px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
}

.coast-dest-hero {
    position: relative;
    width: 100%;
    min-height: 600px;
    padding: 72px 0;
    display: flex;
    align-items: center;
    background: #0d6375;
    color: #fff;
    overflow: hidden;
}

.coast-dest-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--coast-dest-hero-image);
    background-position: center;
    background-size: cover;
    transform: scale(1.03);
    animation: coastHeroDrone 18s ease-in-out infinite alternate;
    will-change: transform;
}

.coast-dest-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(1, 56, 86, 0.72) 0%,
        rgba(0, 101, 132, 0.34) 42%,
        rgba(0, 0, 0, 0.03) 100%
    );
    pointer-events: none;
}

.coast-dest-hero .coast-shell {
    position: relative;
    z-index: 1;
}

.coast-dest-hero-copy {
    max-width: 820px;
    text-align: left;
}

.coast-dest-hero-copy h1 {
    margin: 0;
    color: #fff;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: clamp(52px, 6vw, 70px);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 0.95;
}

.coast-dest-hero-copy .coast-about-script {
    margin: 14px 0 20px;
    font-size: clamp(30px, 3.6vw, 46px);
}

.coast-dest-hero-copy > p:not(.coast-about-script) {
    max-width: 620px;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}

.coast-dest-section {
    padding: 30px 0 70px;
    background: #fff;
}

.coast-dest-title {
    max-width: 690px;
    margin: 0 auto 30px;
    text-align: center;
}

.coast-dest-title h2 {
    position: relative;
    margin: 0 0 22px;
    color: var(--coast-ink);
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.1;
}

.coast-dest-title h2:after {
    content: "";
    display: block;
    width: 58px;
    height: 4px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: #0b9da1;
}

.coast-dest-title p {
    margin: 0;
    color: #243946;
    font-size: 17px;
    font-weight: 650;
    line-height: 1.5;
}

.coast-dest-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 0 0 34px;
}

.coast-dest-filters span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 24px;
    border: 1px solid rgba(7, 50, 74, 0.12);
    border-radius: 999px;
    background: #fff;
    color: #263f58;
    font-weight: 900;
    box-shadow: 0 8px 22px rgba(7, 50, 74, 0.05);
}

.coast-dest-filters span.is-active {
    background: #0b9da1;
    color: #fff;
    box-shadow: 0 12px 26px rgba(11, 157, 161, 0.24);
}

.coast-dest-filters i {
    font-style: normal;
    font-size: 18px;
}

.coast-dest-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 38px;
    align-items: start;
}

.coast-dest-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 24px;
}

.coast-dest-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.coast-dest-card-image {
    position: relative;
    display: block;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(7, 50, 74, 0.14);
}

.coast-dest-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.coast-dest-card:hover .coast-dest-card-image img {
    transform: scale(1.04);
}

.coast-dest-number {
    position: absolute;
    left: 14px;
    top: 14px;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #0b9da1;
    color: #fff;
    font-weight: 950;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.coast-dest-icon {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    border-radius: 999px;
    background: #fff;
    color: #0b9da1;
    font-size: 25px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.coast-dest-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 14px 4px 0;
}

.coast-dest-card h3 {
    margin: 0 0 8px;
    color: var(--coast-ink);
    font-size: 21px;
    line-height: 1.18;
}

.coast-dest-card h3 a {
    color: inherit;
    text-decoration: none;
}

.coast-dest-card p {
    margin: 0 0 14px;
    color: #2f3f4a;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
}

.coast-dest-location {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 6px;
    margin-top: auto;
    color: #0b9da1;
    font-size: 14px;
    font-weight: 900;
}

.coast-dest-sidebar {
    display: grid;
    gap: 24px;
    position: sticky;
    top: 110px;
}

.coast-dest-tips {
    padding: 30px 28px;
    border-radius: 16px;
    background: linear-gradient(145deg, #f2feff, #e9fbfb);
    box-shadow: 0 12px 32px rgba(7, 50, 74, 0.08);
}

.coast-dest-tips h2 {
    margin: 0 0 24px;
    color: var(--coast-ink);
    font-size: 25px;
}

.coast-dest-tip {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 16px;
    margin: 0 0 28px;
}

.coast-dest-tip:last-child {
    margin-bottom: 0;
}

.coast-dest-tip > span {
    color: #0b9da1;
    font-size: 32px;
    line-height: 1;
}

.coast-dest-tip:first-of-type > span {
    color: #ffa226;
}

.coast-dest-tip h3 {
    margin: 0 0 6px;
    color: #243f58;
    font-size: 17px;
    line-height: 1.2;
}

.coast-dest-tip p {
    margin: 0;
    color: #33424d;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.coast-dest-discover {
    position: relative;
    min-height: 335px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 16px;
    background: #0d6375;
    color: #fff;
    box-shadow: 0 16px 34px rgba(7, 50, 74, 0.18);
    overflow: hidden;
}

.coast-dest-discover::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--coast-dest-discover-image);
    background-size: cover;
    background-position: center;
    transform: scale(1.04);
    animation: coastCardCamera 17s ease-in-out infinite alternate;
    will-change: transform;
}

.coast-dest-discover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 91, 139, 0.78),
        rgba(0, 118, 148, 0.22)
    );
    pointer-events: none;
}

.coast-dest-discover > * {
    position: relative;
    z-index: 1;
}

.coast-dest-discover h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 27px;
    line-height: 1.15;
}

.coast-dest-discover p {
    max-width: 260px;
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}

.coast-dest-discover a {
    align-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.74);
    background: transparent;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.coast-dest-plan {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    margin-top: 42px;
    padding: 26px 34px;
    border-radius: 14px;
    background: linear-gradient(120deg, #eefcfc, #e7fbfb);
}

.coast-dest-plan-icon {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    color: var(--coast-ink);
    font-size: 40px;
}

.coast-dest-plan-icon.coast-weather-icon--outline {
    color: transparent;
    -webkit-text-stroke: 1.8px var(--coast-teal);
    text-shadow: none;
}

@supports not (-webkit-text-stroke: 1px currentColor) {
    .coast-dest-plan-icon.coast-weather-icon--outline {
        color: var(--coast-teal);
    }
}

.coast-dest-plan h3 {
    margin: 0 0 6px;
    color: var(--coast-ink);
    font-size: 27px;
    line-height: 1.15;
}

.coast-dest-plan p {
    margin: 0;
    color: #344752;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.45;
}

.coast-dest-plan a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 8px;
    border: 1px solid var(--coast-teal);
    background: var(--coast-teal);
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(11, 157, 161, 0.2);
}

@media (max-width: 980px) {
    .coast-header {
        overflow: visible;
    }

    .coast-nav {
        position: relative;
        flex-wrap: wrap;
        gap: 10px 18px;
        padding: 12px 0;
    }

    .coast-logo {
        justify-content: center;
    }

    .coast-menu-toggle {
        display: inline-flex;
        flex-direction: column;
        order: 2;
        z-index: 1002;
    }

    .coast-nav-menu {
        display: none;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        z-index: 1001;
        width: 100%;
        padding: 12px 14px;
        border: 1px solid var(--coast-line);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 22px 50px rgba(9, 47, 70, 0.18);
        backdrop-filter: blur(14px);
    }

    .coast-menu {
        display: grid;
        gap: 4px;
        width: 100%;
        min-width: 100%;
        font-size: 14px;
    }

    .coast-menu > li {
        width: 100%;
    }

    .coast-menu a {
        width: 100%;
        min-height: 38px;
        padding: 0 4px;
        border-bottom-width: 0;
        border-left: 3px solid transparent;
    }

    .coast-submenu {
        position: static;
        min-width: 0;
        margin: 2px 0 8px;
        padding: 4px 0 4px 12px;
        border: 0;
        border-left: 1px solid var(--coast-line);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .coast-submenu a {
        min-height: 34px;
        padding: 0 10px;
        border-left: 0;
        font-size: 13px;
    }

    .coast-menu a:hover,
    .coast-menu a.is-active {
        border-color: #42c7d6;
    }

    .coast-header.is-menu-open .coast-nav-menu {
        display: block;
    }

    .coast-grid,
    .coast-event .coast-shell,
    .coast-contact-grid,
    .coast-sponsors-grid,
    .coast-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .coast-footer-panel {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .coast-footer-register {
        grid-template-columns: minmax(230px, 300px) 132px 132px;
    }

    .coast-teams,
    .coast-voices {
        grid-template-columns: 1fr;
    }

    .coast-about-grid {
        grid-template-columns: 1fr;
    }

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

    .coast-dest-layout {
        grid-template-columns: 1fr;
    }

    .coast-dest-sidebar {
        position: static;
        grid-template-columns: 1fr 1fr;
    }

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

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

    .coast-gallery-frame--1,
    .coast-gallery-frame--2,
    .coast-gallery-frame--3,
    .coast-gallery-frame--4,
    .coast-gallery-frame--5,
    .coast-gallery-frame--6,
    .coast-gallery-frame--7,
    .coast-gallery-frame--8 {
        grid-column: auto;
        grid-row: auto;
        min-height: 0;
    }
}

@media (max-width: 680px) {
    :root {
        --coast-header-height: 124px;
    }

    .coast-shell {
        width: 100%;
        padding-inline: 16px;
    }

    .coast-nav {
        width: 100%;
        min-height: 70px;
        justify-content: space-between;
        gap: 10px 8px;
    }

    .coast-logo {
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center;
        font-size: 23px;
        text-align: center;
    }

    .coast-logo img {
        width: 38px;
        height: 38px;
    }

    .coast-logo span {
        display: inline-block;
    }

    .coast-nav-actions {
        order: 2;
        flex: 1 1 auto;
        justify-content: flex-start;
        min-width: 0;
        gap: 8px;
    }

    .coast-language {
        flex: 0 0 auto;
    }

    .coast-language a {
        min-width: 34px;
        height: 32px;
        padding: 0 8px;
    }

    .coast-menu-toggle {
        order: 3;
        flex: 0 0 42px;
        margin-left: 0;
    }

    .coast-nav-menu {
        top: calc(100% + 8px);
    }

    .coast-register {
        flex: 0 0 auto;
        min-height: 38px;
        padding: 0 14px;
        font-size: 13px;
    }

    .coast-footer {
        padding: 20px 0 16px;
    }

    .coast-footer-panel {
        gap: 16px;
    }

    .coast-footer-register {
        width: min(100%, 420px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 12px;
        justify-content: center;
        margin: 0 auto;
    }

    .coast-footer-free {
        grid-column: 1 / -1;
        min-height: 88px;
        justify-content: center;
        padding: 14px 16px;
        border-radius: 7px;
    }

    .coast-footer-free-main {
        font-size: clamp(34px, 10vw, 42px);
    }

    .coast-footer-free-sub {
        margin-left: 10px;
        font-size: clamp(14px, 4.6vw, 18px);
    }

    .coast-footer-register-qr,
    .coast-footer-qr {
        min-height: 0;
        padding: 10px 8px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.06);
        font-size: 12px;
        line-height: 1.25;
    }

    .coast-footer-register-qr img,
    .coast-footer-qr img {
        width: min(100%, 126px);
        height: auto;
        aspect-ratio: 1 / 1;
        padding: 4px;
        border-radius: 5px;
    }

    .coast-footer-info {
        width: min(100%, 420px);
        gap: 12px;
        margin: 0 auto;
        padding: 16px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.06);
    }

    .coast-footer-message {
        padding-bottom: 12px;
        font-size: 14px;
        line-height: 1.45;
        text-align: left;
    }

    .coast-footer-contact {
        gap: 8px;
        font-size: 12px;
        line-height: 1.45;
        text-align: left;
    }

    .coast-footer-contact li {
        align-items: flex-start;
        gap: 9px;
    }

    .coast-footer-contact i {
        margin-top: 2px;
        font-size: 15px;
    }

    .coast-copy {
        width: min(100%, 420px);
        margin: 16px auto 0;
        font-size: 11px;
        line-height: 1.45;
    }

    .coast-qr-lightbox {
        padding: 18px;
    }

    .coast-qr-lightbox-card {
        padding: 22px;
    }

    .coast-qr-lightbox-close {
        top: 10px;
        right: 10px;
    }

    .coast-hero {
        width: 100vw;
        max-width: 100vw;
        min-height: 560px;
    }

    .coast-hero .coast-shell {
        padding-inline: 24px;
    }

    .coast-hero-copy {
        max-width: 100%;
        width: 100%;
        padding: 48px 0 70px;
    }

    .coast-hero-copy.coast-animate {
        opacity: 1;
        transform: none;
    }

    .coast-hero h1 {
        max-width: 100%;
        font-size: clamp(34px, 12vw, 46px);
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .coast-hero p {
        max-width: 100%;
        font-size: 15px;
    }

    .coast-actions {
        gap: 10px;
    }

    .coast-actions .coast-btn {
        min-height: 44px;
        padding: 0 14px;
        font-size: 13px;
    }

    .coast-grid,
    .coast-event .coast-shell,
    .coast-event-actions,
    .coast-contact-grid,
    .coast-form-row,
    .coast-sponsors-grid,
    .coast-footer-grid {
        grid-template-columns: 1fr;
    }

    .coast-contact {
        min-height: auto;
        align-items: flex-start;
    }

    .coast-contact > .coast-shell {
        width: min(100% - 28px, 1180px);
    }

    .coast-team {
        grid-template-columns: 1fr;
    }

    .coast-about-hero {
        min-height: 600px;
        padding: 72px 0;
    }

    .coast-about-breadcrumb {
        gap: 10px;
        margin-bottom: 34px;
        font-size: 14px;
    }

    .coast-about-hero-copy h1 {
        font-size: clamp(52px, 6vw, 70px);
    }

    .coast-about-script {
        font-size: clamp(30px, 3.6vw, 46px);
    }

    .coast-about-hero-copy > p:not(.coast-about-script) {
        font-size: 16px;
    }

    .coast-about-map,
    .coast-about-cta {
        width: 100%;
        min-height: 56px;
        font-size: 17px;
    }

    .coast-about-overview {
        padding: 28px 0 56px;
    }

    .coast-about-cards,
    .coast-about-highlights {
        grid-template-columns: 1fr;
    }

    .coast-about-card {
        min-height: 290px;
    }

    .coast-dest-hero {
        min-height: 600px;
        padding: 72px 0;
    }

    .coast-dest-hero-copy h1 {
        font-size: clamp(52px, 6vw, 70px);
    }

    .coast-dest-hero-copy .coast-about-script {
        font-size: clamp(30px, 3.6vw, 46px);
    }

    .coast-dest-hero-copy > p:not(.coast-about-script) {
        font-size: 16px;
    }

    .coast-gallery-wall {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .coast-gallery-frame--1,
    .coast-gallery-frame--2,
    .coast-gallery-frame--3,
    .coast-gallery-frame--4,
    .coast-gallery-frame--5,
    .coast-gallery-frame--6,
    .coast-gallery-frame--7,
    .coast-gallery-frame--8 {
        grid-column: auto;
        min-height: 0;
        transform: none;
    }

    .coast-gallery-mat {
        padding: 0;
    }

    .coast-gallery-lightbox {
        padding: 14px;
    }

    .coast-gallery-lightbox-card img {
        max-height: calc(100vh - 88px);
    }

    .coast-dest-filters {
        justify-content: flex-start;
        gap: 10px;
        overflow-x: auto;
        padding-bottom: 6px;
        flex-wrap: nowrap;
    }

    .coast-dest-filters span {
        white-space: nowrap;
        min-height: 42px;
        padding: 0 16px;
        font-size: 13px;
    }

    .coast-dest-grid,
    .coast-dest-sidebar {
        grid-template-columns: 1fr;
    }

    .coast-dest-plan {
        grid-template-columns: 1fr;
        padding: 24px;
        text-align: center;
    }

    .coast-dest-plan-icon {
        margin: 0 auto;
    }

    .coast-dest-plan a {
        width: 100%;
    }
}
