/* =========================================================
   HERO
   ========================================================= */

.hero {
    position: relative;

    min-height: clamp(380px, 42vw, 460px);

    display: flex;
    align-items: center;

    background:
        url("../images/hero/weaver-cove-harbor.png")
        center 58% / cover
        no-repeat;

    overflow: hidden;
}


.hero::before {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(10, 36, 56, 0.08) 0%,
            rgba(10, 36, 56, 0.18) 100%
        );
}


/*
 * Keep the left side dark enough for the headline,
 * but let the right side breathe more.
 */
.hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(7, 39, 61, 0.72) 0%,
            rgba(7, 39, 61, 0.54) 24%,
            rgba(7, 39, 61, 0.26) 42%,
            rgba(7, 39, 61, 0.08) 58%,
            rgba(255, 255, 255, 0) 72%
        );
}


.hero-content {
    position: relative;
    z-index: 1;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    gap: 28px;

    padding: 56px 0;
}


/* =========================================================
   HERO COPY
   ========================================================= */

.hero-copy {
    max-width: 700px;
    color: white;
}


.hero-copy .eyebrow {
    color: #e8f5f8;
}


.hero h1 {
    margin: 8px 0 14px;

    font-size: clamp(3rem, 5.2vw, 5.6rem);
    line-height: 0.92;
    letter-spacing: -0.04em;

    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.20);
}


.hero-lede {
    max-width: 640px;

    font-size: 1.05rem;
    line-height: 1.55;

    color: #f5fbfd;
}


/* =========================================================
   HERO BUTTONS
   ========================================================= */

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    margin-top: 18px;
}


.button {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 18px;

    border-radius: 5px;

    font-weight: 700;
    text-decoration: none;

    transition:
        transform 0.15s ease,
        background-color 0.15s ease,
        border-color 0.15s ease;
}


.button-primary {
    background: var(--navy-deep);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.24);
}


.button-secondary {
    background: rgba(255, 255, 255, 0.92);
    color: var(--navy-deep);
    border: 1px solid rgba(255, 255, 255, 0.56);
}


.button:hover {
    transform: translateY(-1px);
}


.button-primary:hover {
    background: #082f49;
}


.button-secondary:hover {
    background: white;
}


/* =========================================================
   HERO SIDE NOTE
   ========================================================= */

.hero-note {
    flex: 0 0 auto;

    margin-top: 16px;
    padding: 14px 18px 12px;

    display: grid;
    gap: 2px;

    color: #1f5476;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.2;
    text-align: right;

    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 10px;

    box-shadow: 0 10px 28px rgba(7, 39, 61, 0.12);
    backdrop-filter: blur(4px);

    transform: rotate(-3deg);
}


.hero-note::after {
    content: "";

    justify-self: end;

    width: 70px;
    height: 10px;

    margin-top: 4px;

    border-bottom: 2px solid rgba(31, 84, 118, 0.7);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 1100px) {
    .hero-note {
        display: none;
    }
}


@media (max-width: 680px) {
    .hero {
        min-height: 420px;

        background-position: 62% center;
    }

    .hero-content {
        padding: 42px 0;
    }

    .hero h1 {
        font-size: 2.8rem;
        line-height: 0.96;
    }

    .hero-lede {
        font-size: 1rem;
    }

    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }
}
/*.hero{position:relative;min-height:520px;display:flex;align-items:center;background:linear-gradient(120deg,#6f9fb5 0%,#9fc4d4 45%,#d5e6ea 100%);overflow:hidden}.hero::before{content:"";position:absolute;inset:0;background:
radial-gradient(circle at 73% 32%,rgba(255,255,255,.72) 0 2%,transparent 2.4%),
linear-gradient(175deg,transparent 0 55%,rgba(16,61,87,.15) 55% 58%,transparent 58%),
linear-gradient(0deg,rgba(17,57,86,.24),rgba(17,57,86,0) 45%)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,39,61,.60) 0%,rgba(7,39,61,.25) 40%,rgba(255,255,255,.05) 70%)}.hero-content{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:40px}.hero-copy{max-width:720px;color:white}.hero-copy .eyebrow{color:#e8f5f8}.hero h1{font-size:clamp(3.4rem,6vw,6.7rem);line-height:.9;letter-spacing:-.04em;margin:8px 0 14px;text-shadow:0 2px 18px rgba(0,0,0,.18)}.hero-lede{max-width:670px;font-size:1.08rem;color:#f5fbfd}.hero-actions{display:flex;gap:12px;margin-top:18px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;gap:10px;border-radius:5px;padding:12px 18px;font-weight:700}.button-primary{background:var(--navy-deep);color:white;border:1px solid rgba(255,255,255,.24)}.button-secondary{background:rgba(255,255,255,.9);color:var(--navy-deep);border:1px solid rgba(255,255,255,.5)}.hero-note{align-self:flex-start;margin-top:70px;color:#174f74;font-style:italic;font-size:1.35rem;transform:rotate(-4deg);display:grid;gap:2px;text-align:right}.events-section{background:linear-gradient(90deg,#dceef5,#eef7f9);padding:18px 0 10px;border-block:1px solid #cbdfe8}.section-heading-light{margin-bottom:4px}.event-list{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.event-list .event-card{border-top:0}.split-main{min-width:0}@media(max-width:1100px){.event-list{grid-template-columns:1fr}.hero-note{display:none}}@media(max-width:680px){.hero{min-height:460px}.hero h1{font-size:3rem}.hero-content{padding:46px 0}.hero-actions{flex-direction:column;align-items:flex-start}}
