/* =====================================================================
   SEASIDE DECKING — site.css
   Hero section only. Add more sections as they go live.
   ===================================================================== */


/* ---------------------------------------------------------------------
   1) FONTS — Saira (display) + Inter (body)
   --------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Saira:wght@700&family=Inter:wght@400;500;600;700&display=swap');


/* ---------------------------------------------------------------------
   2) BRAND TOKENS
   --------------------------------------------------------------------- */
:root {
    --seaside-primary:    #00428F;
    --seaside-accent:     #1E90FF;
    --seaside-black:      #000000;
    --seaside-slate:      #415163;
    --seaside-gray:       #4A5560;
    --seaside-soft-bg:    #F1F1F9;
    --seaside-white:      #FFFFFF;

    --seaside-font-head:  'Saira', sans-serif;
    --seaside-font-body:  'Inter', sans-serif;

    --seaside-radius:     8px;
    --seaside-shadow-sm:  0 4px 14px rgba(0, 66, 143, 0.08);
    --seaside-shadow-md:  0 10px 30px rgba(0, 66, 143, 0.12);
    --seaside-transition: all 0.25s ease;
}


/* ---------------------------------------------------------------------
   3) HERO SECTION (seaside-hero)
   --------------------------------------------------------------------- */
.seaside-hero .bn-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
    pointer-events: none;
}
.seaside-hero .bn-content {
    max-width: 640px;
    color: var(--seaside-white);
    padding: 20px 20px;
    background: #0000008f;
}
.seaside-hero .banner-main-heading {
    font-family: var(--seaside-font-head);
    font-weight: 700;
    font-size: 52px;
    line-height: 56px;
    letter-spacing: 0.01em;
    color: var(--seaside-white);
    margin: 0 0 18px;
}
.seaside-hero .bn-content p {
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--seaside-white);
    margin: 0 0 22px;
}

@media screen and (max-width: 1024px) {
    .seaside-hero .banner-main-heading { font-size: 38px; line-height: 42px; }
    .seaside-hero .bn-content { padding: 32px 16px; }
}
@media screen and (max-width: 640px) {
    .seaside-hero .banner-main-heading { font-size: 28px; line-height: 32px; }
    .seaside-hero .bn-content p { font-size: 16px; line-height: 26px; }
}
.button,#header.new-header .dropdown.menu.level-1 > li > a.button.head-contact-links {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 26px;
    border-radius: var(--seaside-radius);
    background: linear-gradient(180deg, var(--seaside-accent) 0%, var(--seaside-primary) 100%) !important;
    color: var(--seaside-white) !important;
    border: 2px solid transparent;
    box-shadow: var(--seaside-shadow-sm);
    transition: var(--seaside-transition);
    cursor: pointer;
    margin-bottom:0;
}
.button:hover,
.button:focus {
    background: var(--seaside-white);
    color: var(--seaside-primary);
    border-color: var(--seaside-primary);
    box-shadow: var(--seaside-shadow-md);
}

/* ---------------------------------------------------------------------
   4) BUTTON (primary)
   --------------------------------------------------------------------- */



/* ---------------------------------------------------------------------
   5) ARROW ICON
   --------------------------------------------------------------------- */
.seaside-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}
.seaside-icon-arrow { transition: transform 0.25s ease; }
.button:hover .seaside-icon-arrow { transform: translateX(4px); }


/* ---------------------------------------------------------------------
   6) SECTION TYPOGRAPHY (brand spec)
   --------------------------------------------------------------------- */

/* Section main heading — Saira 700 / 40 / 40 / +1% */
.seaside-main-heading {
    font-family: var(--seaside-font-head);
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.01em;
    color: var(--seaside-primary);
    margin: 0 0 20px;
}

/* Body Text — Inter 400 / 16 / 26 / +1% */
.seaside-body {
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: var(--seaside-gray);
    margin: 0 0 14px;
}


/* ---------------------------------------------------------------------
   7) SECTION BACKGROUND UTILITY
   (Added to .is-section as an extra class — never targets wrappers.
    !important is needed to defeat the framework's
    `.is-wrapper > div { background: transparent; }` rule, which has
    higher specificity than a single utility class.)
   --------------------------------------------------------------------- */
.seaside-bg-soft { background-color: var(--seaside-soft-bg) !important; }


/* ---------------------------------------------------------------------
   8) RESPONSIVE TYPOGRAPHY
   --------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
    .seaside-main-heading { font-size: 30px; line-height: 34px; }
}


/* ---------------------------------------------------------------------
   9) FEATURE SECTION — "Decks Designed for Severe Climates"
   --------------------------------------------------------------------- */

/* Section shell — soft gradient + subtle floating orb in background.
   !important on background defeats the framework's
   `.is-wrapper > div { background: transparent; }` rule. */
.seaside-feature-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #FFFFFF 0%, #FAFBFD 100%) !important;
}

.seaside-feature-section::before {
    content: '';
    position: absolute;
    top: -240px;
    right: -200px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.07) 0%, rgba(30,144,255,0) 70%);
    pointer-events: none;
    z-index: 0;
    animation: seaside-float-slow 18s ease-in-out infinite;
}

@keyframes seaside-float-slow {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-40px, 30px); }
}

/* Heading accent — gradient text on the key phrase "Severe Climates" */
.seaside-heading-accent {
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* Content side */
.seaside-feature-content {
    position: relative;
    z-index: 1;
    padding: 8px 12px 8px 0;
}
.seaside-feature-heading { margin-bottom: 22px; }
.seaside-feature-body    { max-width: 540px; margin: 0; }


/* ---------------------------------------------------------------------
  10) PREMIUM TESTIMONIAL CARD
   --------------------------------------------------------------------- */
.seaside-testimonial-card {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, var(--seaside-primary) 0%, #0A3A6E 55%, var(--seaside-accent) 100%);
    border-radius: 24px;
    padding: 44px 38px;
    margin: 0;
    color: var(--seaside-white);
    overflow: hidden;
    box-shadow:
        0 20px 60px rgba(0, 66, 143, 0.22),
        inset 0 0 0 1px rgba(255, 255, 255, 0.07);
    transition:
        transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.45s ease;
}

/* Soft inner glow that drifts slowly */
.seaside-testimonial-card::after {
    content: '';
    position: absolute;
    top: -40%;
    right: -30%;
    width: 80%;
    height: 80%;
    background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, transparent 60%);
    pointer-events: none;
    animation: seaside-card-glow 10s ease-in-out infinite;
}
@keyframes seaside-card-glow {
    0%, 100% { transform: translate(0, 0) scale(1);    opacity: 0.6; }
    50%      { transform: translate(-30px, 20px) scale(1.1); opacity: 0.9; }
}

.seaside-testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 30px 80px rgba(0, 66, 143, 0.32),
        inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

/* Decorative quote mark via pseudo-element (serif glyph for elegance) */
.seaside-testimonial-quote {
    position: relative;
    z-index: 2;
    margin: 0 0 28px;
    padding: 0;
    border: 0;                              /* defeats Foundation's blockquote border-left */
    font-family: var(--seaside-font-head);
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: var(--seaside-white);
    quotes: none;
}
.seaside-testimonial-quote::before {
    content: '\201C';                      /* curly opening quote */
    display: block;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 84px;
    line-height: 0.5;
    color: rgba(255, 255, 255, 0.28);
    margin-bottom: 18px;
    height: 38px;
    transition: color 0.3s ease, transform 0.3s ease;
}
.seaside-testimonial-card:hover .seaside-testimonial-quote::before {
    color: rgba(255, 255, 255, 0.45);
    transform: translateY(-2px);
}

/* Attribution row */
.seaside-testimonial-attr {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.seaside-testimonial-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.06em;
    color: var(--seaside-white);
    transition: background 0.35s ease, border-color 0.35s ease, transform 0.45s cubic-bezier(0.4,0,0.2,1);
}
.seaside-testimonial-card:hover .seaside-testimonial-avatar {
    background: rgba(255, 255, 255, 0.24);
    border-color: rgba(255, 255, 255, 0.5);
    transform: rotate(-6deg);
}

.seaside-testimonial-name {
    font-family: var(--seaside-font-body);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.96);
}


/* ---------------------------------------------------------------------
  11) FEATURE SECTION — RESPONSIVE
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-feature-content        { padding-right: 0; }
    .seaside-testimonial-card       { padding: 36px 30px; }
    .seaside-testimonial-quote      { font-size: 20px; line-height: 30px; }
}

@media screen and (max-width: 640px) {
    .seaside-testimonial-card           { padding: 32px 24px; border-radius: 20px; }
    .seaside-testimonial-quote          { font-size: 18px; line-height: 28px; }
    .seaside-testimonial-quote::before  { font-size: 70px; height: 32px; }
    .seaside-feature-section::before    { width: 400px; height: 400px; top: -160px; right: -160px; }
}


/* ---------------------------------------------------------------------
  12) MOTION PREFERENCES — Respect reduced motion
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-feature-section::before,
    .seaside-testimonial-card::after        { animation: none; }
    .seaside-testimonial-card,
    .seaside-testimonial-card:hover,
    .seaside-testimonial-avatar,
    .seaside-testimonial-quote::before      { transition: none; transform: none; }
}


/* ---------------------------------------------------------------------
  13) FEATURE SECTION — IMAGE FRAME + TESTIMONIAL OVERLAY VARIANT
   --------------------------------------------------------------------- */

/* Visual column container — relative positioning for the overlay card */
.seaside-feature-visual {
    position: relative;
    z-index: 1;
}

/* Image frame — rounded, soft shadow, subtle hover zoom */
.seaside-feature-image-frame {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    aspect-ratio: 4 / 5;
    background: var(--seaside-soft-bg);
    box-shadow: 0 30px 70px rgba(0, 66, 143, 0.18);
}

.seaside-feature-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.seaside-feature-visual:hover .seaside-feature-image {
    transform: scale(1.04);
}

/* Subtle gradient overlay on image for depth + better card contrast */
.seaside-feature-image-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,66,143,0) 55%, rgba(0,66,143,0.22) 100%);
    pointer-events: none;
}

/* Testimonial card — overlay variant: pulls up over image bottom edge */
.seaside-testimonial-card--overlay {
    position: relative;
    z-index: 2;
    margin-top: -70px;
    margin-left: 32px;
    margin-right: 0;
    max-width: 360px;
    padding: 30px 28px;
}

.seaside-testimonial-card--overlay .seaside-testimonial-quote {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.seaside-testimonial-card--overlay .seaside-testimonial-quote::before {
    font-size: 64px;
    height: 28px;
    margin-bottom: 12px;
}

.seaside-testimonial-card--overlay .seaside-testimonial-attr {
    padding-top: 18px;
}


/* ---------------------------------------------------------------------
  14) FEATURE SECTION (with image) — RESPONSIVE
   --------------------------------------------------------------------- */

@media screen and (max-width: 1024px) {
    .seaside-feature-image-frame { aspect-ratio: 5 / 4; }
    .seaside-testimonial-card--overlay {
        margin-top: -50px;
        margin-left: 24px;
        max-width: 420px;
    }
}

@media screen and (max-width: 640px) {
    .seaside-feature-image-frame {
        aspect-ratio: 4 / 3;
        border-radius: 18px;
    }
    .seaside-testimonial-card--overlay {
        margin-top: -36px;
        margin-left: 16px;
        margin-right: 16px;
        max-width: none;
        padding: 28px 24px;
    }
}


/* ---------------------------------------------------------------------
  15) MOTION PREFERENCES — image hover transition
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-feature-image,
    .seaside-feature-visual:hover .seaside-feature-image {
        transition: none;
        transform: none;
    }
}


/* ---------------------------------------------------------------------
  13) FEATURE IMAGE + OVERLAPPING TESTIMONIAL VARIANT
   --------------------------------------------------------------------- */

/* Media stack: image on top, testimonial overlays the bottom */
.seaside-feature-media {
    position: relative;
    z-index: 1;
}

/* Rounded image frame with soft brand-tinted shadow */
.seaside-feature-image-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 4 / 3;                    /* was 4/5 — shorter to balance with left content */
    box-shadow: 0 24px 60px rgba(0, 66, 143, 0.18);
    background-color: #E6ECF4; /* shows through while image lazy-loads */
}

.seaside-feature-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.seaside-feature-image-wrap:hover .seaside-feature-image {
    transform: scale(1.05);
}

/* Bottom gradient on the image — fades the lower portion behind the card */
.seaside-feature-image-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 30, 70, 0.55) 100%);
    pointer-events: none;
}

/* Overlap variant of the testimonial card — sits ON the image bottom.
   Specificity (0,2,0) cleanly overrides the base .seaside-testimonial-card. */
.seaside-testimonial-card.seaside-testimonial-overlap {
    position: absolute;
    bottom: 22px;
    left: 22px;
    right: 22px;
    padding: 30px 30px;
    border-radius: 20px;
    /* Translucent gradient + glass blur for premium glassmorphism */
    background: linear-gradient(135deg,
        rgba(0, 66, 143, 0.92) 0%,
        rgba(10, 58, 110, 0.92) 55%,
        rgba(30, 144, 255, 0.92) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:
        0 20px 50px rgba(0, 30, 70, 0.35),
        inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.seaside-testimonial-card.seaside-testimonial-overlap:hover {
    transform: translateY(-4px);
    box-shadow:
        0 28px 65px rgba(0, 30, 70, 0.45),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

/* Tighter quote spacing inside the overlap card */
.seaside-testimonial-overlap .seaside-testimonial-quote {
    margin-bottom: 22px;
    font-size: 19px;
    line-height: 28px;
}
.seaside-testimonial-overlap .seaside-testimonial-quote::before {
    font-size: 70px;
    height: 32px;
    margin-bottom: 12px;
}
.seaside-testimonial-overlap .seaside-testimonial-attr {
    padding-top: 18px;
}


/* ---------------------------------------------------------------------
  14) FEATURE IMAGE — RESPONSIVE STACK
       Below 1024px the card sits BELOW the image (not overlapping).
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-testimonial-card.seaside-testimonial-overlap {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 22px;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background: linear-gradient(135deg, var(--seaside-primary) 0%, #0A3A6E 55%, var(--seaside-accent) 100%);
    }
}

@media screen and (max-width: 640px) {
    .seaside-feature-image-wrap { aspect-ratio: 4 / 3; border-radius: 18px; }
    .seaside-testimonial-card.seaside-testimonial-overlap { padding: 28px 24px; border-radius: 18px; }
    .seaside-testimonial-overlap .seaside-testimonial-quote { font-size: 18px; line-height: 28px; }
}


/* ---------------------------------------------------------------------
  15) FEATURE CONTENT — REVERSED PADDING VARIANT
       Used when feature content sits on the RIGHT column
       (image+card on the left). Mirrors .seaside-feature-content padding.
   --------------------------------------------------------------------- */
.seaside-feature-content-rev { padding: 8px 0 8px 12px; }

@media screen and (max-width: 1024px) {
    .seaside-feature-content-rev { padding: 8px 0; }
}


/* ---------------------------------------------------------------------
  16) REUSABLE CTA / NEWSLETTER BANNER
       Deep brand-gradient banner. Drop on any page.
       !important on background defeats the framework's
       `.is-wrapper > div { background: transparent; }` rule.
   --------------------------------------------------------------------- */
.seaside-cta-banner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--seaside-primary) 0%, #062D5E 50%, #0A3A6E 100%) !important;
    color: var(--seaside-white);
}

/* Two slow-drifting ambient orbs for premium depth */
.seaside-cta-banner::before {
    content: '';
    position: absolute;
    top: -200px;
    left: -150px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.18) 0%, rgba(30,144,255,0) 70%);
    pointer-events: none;
    z-index: 0;
    animation: seaside-cta-orb-a 16s ease-in-out infinite;
}
.seaside-cta-banner::after {
    content: '';
    position: absolute;
    bottom: -250px;
    right: -180px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(135,206,250,0.10) 0%, rgba(135,206,250,0) 65%);
    pointer-events: none;
    z-index: 0;
    animation: seaside-cta-orb-b 20s ease-in-out infinite;
}
@keyframes seaside-cta-orb-a {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(60px, 40px); }
}
@keyframes seaside-cta-orb-b {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-50px, -40px); }
}

/* Content wrapper — sits above orbs */
.seaside-cta-content {
    position: relative;
    z-index: 1;
    padding: 28px 0;
}

/* Heading — brand main-heading spec (Saira 700 / 40 / 40 / +1%), white */
.seaside-cta-heading {
    font-family: var(--seaside-font-head);
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;     /* +4 over font-size for readable multi-line wrap */
    letter-spacing: 0.01em;
    color: var(--seaside-white);
    margin: 0 auto 22px;
    max-width: 900px;
}

/* Light-spectrum gradient accent on key phrase ("deck improvement") */
.seaside-cta-heading-accent {
    background: linear-gradient(135deg, #87CEFA 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* Body — brand body spec, white-tinted */
.seaside-cta-body {
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.88);
    max-width: 720px;
    margin: 0 auto 28px;
}

.seaside-cta-action { margin: 0; }


/* ---------------------------------------------------------------------
  17) BUTTON LIGHT VARIANT — for use on dark backgrounds
   --------------------------------------------------------------------- */
.button-light {
    background: var(--seaside-white);
    color: var(--seaside-primary);
    border: 2px solid var(--seaside-white);
    box-shadow: 0 8px 24px rgba(0, 30, 70, 0.25);
}
.button-light:hover,
.button-light:focus {
    background: transparent;
    color: var(--seaside-white);
    border-color: var(--seaside-white);
    box-shadow: 0 12px 32px rgba(0, 30, 70, 0.35);
}


/* ---------------------------------------------------------------------
  18) CTA BANNER — RESPONSIVE
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-cta-heading { font-size: 34px; line-height: 40px; }
}
@media screen and (max-width: 640px) {
    .seaside-cta-heading        { font-size: 26px; line-height: 32px; }
    .seaside-cta-content        { padding: 20px 0; }
    .seaside-cta-banner::before { width: 320px; height: 320px; top: -120px; left: -100px; }
    .seaside-cta-banner::after  { width: 360px; height: 360px; bottom: -160px; right: -120px; }
}


/* ---------------------------------------------------------------------
  19) CTA BANNER — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-cta-banner::before,
    .seaside-cta-banner::after { animation: none; }
}


/* ---------------------------------------------------------------------
  20) ABOUT / SERVICE AREAS SECTION
       Premium brand-description + chip list section.
       !important on background defeats the framework's
       `.is-wrapper > div { background: transparent; }` rule.
   --------------------------------------------------------------------- */
.seaside-about-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFD 100%) !important;
}

/* Subtle ambient orb in upper-left for premium depth */
.seaside-about-section::before {
    content: '';
    position: absolute;
    top: -150px;
    left: -150px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.06) 0%, rgba(30,144,255,0) 70%);
    pointer-events: none;
    z-index: 0;
    animation: seaside-about-orb 22s ease-in-out infinite;
}
@keyframes seaside-about-orb {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(40px, 40px); }
}

/* Left column content */
.seaside-about-content {
    position: relative;
    z-index: 1;
    padding: 8px 16px 8px 0;
}
.seaside-about-heading { margin-bottom: 22px; }
.seaside-about-body    { max-width: 560px; margin: 0; }

/* Right column wrapper */
.seaside-service-areas {
    position: relative;
    z-index: 1;
    padding: 8px 0 8px 16px;
}


/* ---------------------------------------------------------------------
  21) SERVICE AREAS LABEL (H3) + ICON
   --------------------------------------------------------------------- */
.seaside-areas-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 22px;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--seaside-primary);
}
.seaside-areas-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: var(--seaside-accent);
}


/* ---------------------------------------------------------------------
  22) SERVICE AREA CHIPS
   --------------------------------------------------------------------- */
.seaside-areas-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.seaside-area-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    background: var(--seaside-white);
    border: 1px solid rgba(0, 66, 143, 0.12);
    border-radius: 999px;
    font-family: var(--seaside-font-body);
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: var(--seaside-slate);
    box-shadow: 0 2px 8px rgba(0, 66, 143, 0.04);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
}

/* Tiny accent dot before each chip name */
.seaside-area-chip::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--seaside-accent);
    border-radius: 50%;
    flex: 0 0 6px;
    transition: background 0.35s ease, transform 0.35s ease;
}

.seaside-area-chip:hover {
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    color: var(--seaside-white);
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(0, 66, 143, 0.22);
}
.seaside-area-chip:hover::before {
    background: var(--seaside-white);
    transform: scale(1.4);
}


/* ---------------------------------------------------------------------
  23) ABOUT SECTION — RESPONSIVE
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-about-content { padding-right: 0; }
    .seaside-service-areas { padding-left: 0; margin-top: 28px; }
}
@media screen and (max-width: 640px) {
    .seaside-area-chip { padding: 10px 14px; font-size: 13px; }
}


/* ---------------------------------------------------------------------
  24) ABOUT SECTION — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-about-section::before { animation: none; }
    .seaside-area-chip,
    .seaside-area-chip:hover,
    .seaside-area-chip::before    { transition: none; transform: none; }
}


/* ---------------------------------------------------------------------
  25) SERVICE AREA LABEL ICON — subtle pulse animation
       Adds quiet life to the static H3 label.
   --------------------------------------------------------------------- */
.seaside-areas-icon {
    animation: seaside-pin-pulse 3s ease-in-out infinite;
}
@keyframes seaside-pin-pulse {
    0%, 100% { transform: scale(1);    opacity: 1; }
    50%      { transform: scale(1.15); opacity: 0.75; }
}


/* ---------------------------------------------------------------------
  26) SERVICE AREA CARDS (linked, premium v2)
       Each city is a full clickable card with gradient-fill hover,
       arrow slide-in, and lift micro-interaction.
   --------------------------------------------------------------------- */
.seaside-areas-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.seaside-areas-grid > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* The card itself — an <a> element */
.seaside-area-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: var(--seaside-white);
    border: 1px solid rgba(0, 66, 143, 0.10);
    border-radius: 14px;
    font-family: var(--seaside-font-body);
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: var(--seaside-slate);
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 66, 143, 0.04);
    overflow: hidden;
    transition:
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        color 0.35s ease;
}

/* Accent dot before the city name (inline, takes layout space) */
.seaside-area-card::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--seaside-accent);
    flex: 0 0 8px;
    position: relative;
    z-index: 1;
    transition: background 0.35s ease, transform 0.4s ease;
}

/* Gradient overlay — fades in on hover (absolute, full-card) */
.seaside-area-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    border-radius: inherit;
}

/* Card children sit above the gradient overlay */
.seaside-area-card > * {
    position: relative;
    z-index: 1;
}

.seaside-area-card-name {
    flex: 1;
    transition: color 0.35s ease;
}

.seaside-area-card-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: var(--seaside-accent);
    opacity: 0;
    transform: translateX(-8px);
    transition:
        opacity 0.4s ease,
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.35s ease;
}
.seaside-area-card-arrow svg {
    width: 100%;
    height: 100%;
}


/* ---------------------------------------------------------------------
  27) SERVICE AREA CARD — HOVER + FOCUS STATES
   --------------------------------------------------------------------- */
.seaside-area-card:hover,
.seaside-area-card:focus-visible {
    transform: translateY(-4px);
    border-color: transparent;
    box-shadow: 0 16px 34px rgba(0, 66, 143, 0.25);
    color: var(--seaside-white);
    outline: none;
}
.seaside-area-card:hover::after,
.seaside-area-card:focus-visible::after {
    opacity: 1;
}
.seaside-area-card:hover::before,
.seaside-area-card:focus-visible::before {
    background: var(--seaside-white);
    transform: scale(1.4);
}
.seaside-area-card:hover .seaside-area-card-arrow,
.seaside-area-card:focus-visible .seaside-area-card-arrow {
    opacity: 1;
    transform: translateX(0);
    color: var(--seaside-white);
}

/* Visible keyboard focus ring as a secondary cue */
.seaside-area-card:focus-visible {
    box-shadow:
        0 16px 34px rgba(0, 66, 143, 0.25),
        0 0 0 3px rgba(30, 144, 255, 0.45);
}


/* ---------------------------------------------------------------------
  28) SERVICE AREA CARDS — RESPONSIVE
       Desktop: 2 cols (inside the large-6 right column).
       Tablet:  3 cols (full-width section).
       Mobile:  2 cols (full-width section).
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-areas-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
}
@media screen and (max-width: 640px) {
    .seaside-areas-grid { grid-template-columns: repeat(2, 1fr); }
    .seaside-area-card  { padding: 14px 16px; font-size: 14px; }
}


/* ---------------------------------------------------------------------
  29) SERVICE AREA CARDS — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-areas-icon { animation: none; }
    .seaside-area-card,
    .seaside-area-card::before,
    .seaside-area-card::after,
    .seaside-area-card-arrow,
    .seaside-area-card-name { transition: none; }
    .seaside-area-card:hover,
    .seaside-area-card:focus-visible { transform: none; }
}


/* ---------------------------------------------------------------------
  30) OUR STORY SECTION — editorial brand narrative
       Centered reading layout with a gradient drop-cap on paragraph 1.
       !important on background defeats the framework's
       `.is-wrapper > div { background: transparent; }` rule.
   --------------------------------------------------------------------- */
.seaside-story-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #FAFBFD 0%, #FFFFFF 100%) !important;
}

/* Two slow-drifting ambient orbs for premium depth */
.seaside-story-section::before {
    content: '';
    position: absolute;
    top: 5%;
    left: -200px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,66,143,0.05) 0%, rgba(0,66,143,0) 70%);
    pointer-events: none;
    z-index: 0;
    animation: seaside-story-orb-a 24s ease-in-out infinite;
}
.seaside-story-section::after {
    content: '';
    position: absolute;
    bottom: 5%;
    right: -200px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.05) 0%, rgba(30,144,255,0) 70%);
    pointer-events: none;
    z-index: 0;
    animation: seaside-story-orb-b 28s ease-in-out infinite;
}
@keyframes seaside-story-orb-a {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(50px, 30px); }
}
@keyframes seaside-story-orb-b {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-40px, -30px); }
}


/* ---------------------------------------------------------------------
  31) STORY HEADER — H2 + gradient divider
   --------------------------------------------------------------------- */
.seaside-story-header {
    position: relative;
    z-index: 1;
    margin-bottom: 44px;
}
.seaside-story-heading { margin-bottom: 22px; }

.seaside-story-divider {
    display: inline-block;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    border-radius: 2px;
}


/* ---------------------------------------------------------------------
  32) STORY BODY — narrative paragraphs at brand body spec
       Constrained reading width (max ~720px) for editorial readability.
   --------------------------------------------------------------------- */
.seaside-story-body {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;          /* +2 over brand-spec 26 for long-form readability */
    letter-spacing: 0.01em;
    color: var(--seaside-gray);
}
.seaside-story-body p           { margin: 0 0 22px; }
.seaside-story-body p:last-child{ margin-bottom: 0; }


/* ---------------------------------------------------------------------
  33) PREMIUM DROP-CAP on the opening paragraph
       Saira gradient initial letter — magazine-style.
   --------------------------------------------------------------------- */
.seaside-story-body p:first-child::first-letter {
    float: left;
    font-family: var(--seaside-font-head);
    font-weight: 700;
    font-size: 70px;
    line-height: 0.9;
    padding: 6px 14px 0 0;
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


/* ---------------------------------------------------------------------
  34) STORY SECTION — RESPONSIVE
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-story-header { margin-bottom: 36px; }
    .seaside-story-body p:first-child::first-letter { font-size: 58px; }
}
@media screen and (max-width: 640px) {
    .seaside-story-header { margin-bottom: 28px; }
    .seaside-story-body   { font-size: 15px; line-height: 26px; }
    .seaside-story-body p { margin-bottom: 18px; }
    .seaside-story-body p:first-child::first-letter {
        font-size: 50px;
        padding: 4px 10px 0 0;
    }
    .seaside-story-divider { width: 60px; }
}


/* ---------------------------------------------------------------------
  35) STORY SECTION — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-story-section::before,
    .seaside-story-section::after { animation: none; }
}


/* ---------------------------------------------------------------------
  36) OUR MISSION SECTION — statement-style focal section
       Light brand-tinted background, small uppercase eyebrow heading
       over a display-sized mission sentence. !important on background
       defeats the framework's `.is-wrapper > div { background: transparent }`.
   --------------------------------------------------------------------- */
.seaside-mission-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;                  /* creates own stacking context for the orb */
    background: linear-gradient(180deg, #FFFFFF 0%, #F4F8FE 100%) !important;
}

/* Centered ambient orb — quiet pulse adds presence to the statement */
.seaside-mission-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.06) 0%, rgba(30,144,255,0) 65%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-mission-orb 20s ease-in-out infinite;
}
@keyframes seaside-mission-orb {
    0%, 100% { transform: translate(-50%, -50%) scale(1);    opacity: 0.85; }
    50%      { transform: translate(-50%, -50%) scale(1.08); opacity: 1; }
}


/* ---------------------------------------------------------------------
  37) MISSION EYEBROW — small uppercase H2 with underline accent
   --------------------------------------------------------------------- */
.seaside-mission-eyebrow {
    display: inline-block;
    position: relative;
    margin: 0 0 32px;
    padding-bottom: 14px;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--seaside-accent);
}
.seaside-mission-eyebrow::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    border-radius: 2px;
}


/* ---------------------------------------------------------------------
  38) MISSION STATEMENT — display sentence, Saira at large scale
       Larger than brand body but smaller than the 40px H2 — a true
       "display body" treatment so the sentence carries section weight.
   --------------------------------------------------------------------- */
.seaside-mission-statement {
    font-family: var(--seaside-font-head);
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.01em;
    color: var(--seaside-primary);
    margin: 0 auto 36px;
    max-width: 920px;
}


/* ---------------------------------------------------------------------
  39) MISSION DIVIDER — subtle gradient line at the bottom
   --------------------------------------------------------------------- */
.seaside-mission-divider {
    display: inline-block;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    border-radius: 2px;
    opacity: 0.5;
}


/* ---------------------------------------------------------------------
  40) MISSION SECTION — RESPONSIVE
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-mission-statement   { font-size: 26px; line-height: 38px; }
    .seaside-mission-section::before { width: 500px; height: 500px; }
}
@media screen and (max-width: 640px) {
    .seaside-mission-eyebrow     { font-size: 12px; margin-bottom: 24px; }
    .seaside-mission-statement   { font-size: 20px; line-height: 30px; margin-bottom: 28px; }
    .seaside-mission-divider     { width: 60px; }
    .seaside-mission-section::before { width: 380px; height: 380px; }
}


/* ---------------------------------------------------------------------
  41) MISSION SECTION — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-mission-section::before { animation: none; }
}


/* ---------------------------------------------------------------------
  42) MEET THE FOUNDER SECTION
       Editorial founder letter — portrait left, content right.
       !important on background defeats the framework's
       `.is-wrapper > div { background: transparent }` rule.
   --------------------------------------------------------------------- */
.seaside-founder-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #FFFFFF 0%, #FAFBFD 100%) !important;
}

/* Single subtle ambient orb — quieter than other sections so the
   long-form letter stays the focus */
.seaside-founder-section::before {
    content: '';
    position: absolute;
    top: 10%;
    right: -200px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,66,143,0.04) 0%, rgba(0,66,143,0) 70%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-founder-orb 26s ease-in-out infinite;
}
@keyframes seaside-founder-orb {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-30px, 20px); }
}


/* ---------------------------------------------------------------------
  43) FOUNDER PORTRAIT — photo + refined caption
   --------------------------------------------------------------------- */
.seaside-founder-portrait {
    margin: 0;
    padding-right: 24px;
}

.seaside-founder-photo-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    box-shadow: 0 24px 60px rgba(0, 66, 143, 0.18);
    background-color: #E6ECF4;          /* visible during lazy-load */
}

.seaside-founder-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.seaside-founder-photo-wrap:hover .seaside-founder-photo {
    transform: scale(1.04);
}

/* Caption sits under the photo with a small gradient bar above */
.seaside-founder-caption {
    position: relative;
    margin-top: 24px;
    padding-top: 22px;
    text-align: left;
}
.seaside-founder-caption::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 3px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    border-radius: 2px;
}

.seaside-founder-name {
    display: block;
    font-family: var(--seaside-font-head);
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: var(--seaside-primary);
    margin-bottom: 4px;
}
.seaside-founder-role {
    display: block;
    font-family: var(--seaside-font-body);
    font-weight: 600;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--seaside-gray);
}


/* ---------------------------------------------------------------------
  44) FOUNDER LETTER — eyebrow, H2 (tagline), body, signature
   --------------------------------------------------------------------- */
.seaside-founder-letter {
    padding-left: 16px;
}

.seaside-founder-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--seaside-accent);
}

.seaside-founder-heading {
    margin-bottom: 30px;
}

/* Letter body — brand body spec, slightly loosened leading for
   long-form readability */
.seaside-founder-body { max-width: 640px; }
.seaside-founder-body p {
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: var(--seaside-gray);
    margin: 0 0 18px;
}
.seaside-founder-body p:last-child { margin-bottom: 0; }

/* Signature sign-off */
.seaside-founder-signature {
    margin: 32px 0 0;
    font-family: var(--seaside-font-head);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    color: var(--seaside-primary);
}


/* ---------------------------------------------------------------------
  45) FOUNDER SECTION — RESPONSIVE
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-founder-portrait { padding-right: 0; margin-bottom: 36px; }
    .seaside-founder-letter   { padding-left: 0; }
}
@media screen and (max-width: 640px) {
    .seaside-founder-photo-wrap { aspect-ratio: 4 / 5; border-radius: 16px; }
    .seaside-founder-name       { font-size: 20px; }
    .seaside-founder-role       { font-size: 12px; }
    .seaside-founder-signature  { font-size: 18px; }
}


/* ---------------------------------------------------------------------
  46) FOUNDER SECTION — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-founder-section::before { animation: none; }
    .seaside-founder-photo,
    .seaside-founder-photo-wrap:hover .seaside-founder-photo {
        transition: none;
        transform: none;
    }
}


/* ---------------------------------------------------------------------
  47) CLIENT TESTIMONIALS SECTION
       Centered header + 3-card grid. Light cards on tinted background.
       !important on background defeats the framework's
       `.is-wrapper > div { background: transparent }` rule.
   --------------------------------------------------------------------- */
.seaside-testimonials-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #F4F8FE 0%, #FFFFFF 100%) !important;
}

/* Soft top-centered ambient orb */
.seaside-testimonials-section::before {
    content: '';
    position: absolute;
    top: -200px;
    left: 50%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.06) 0%, rgba(30,144,255,0) 65%);
    transform: translateX(-50%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-testimonials-orb 24s ease-in-out infinite;
}
@keyframes seaside-testimonials-orb {
    0%, 100% { transform: translate(-50%, 0); }
    50%      { transform: translate(-50%, 40px); }
}


/* ---------------------------------------------------------------------
  48) TESTIMONIALS HEADER — eyebrow + H2 + intro
   --------------------------------------------------------------------- */
.seaside-testimonials-header {
    margin-bottom: 40px;
}

.seaside-testimonials-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--seaside-accent);
}

.seaside-testimonials-heading {
    margin-bottom: 22px;
}

.seaside-testimonials-intro {
    max-width: 720px;
    margin: 0 auto;
}


/* ---------------------------------------------------------------------
  49) REVIEW CARD — light tile with quote glyph + gradient avatar
   --------------------------------------------------------------------- */
.seaside-review-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 36px 30px;
    background: var(--seaside-white);
    border: 1px solid rgba(0, 66, 143, 0.10);
    border-radius: 18px;
    box-shadow: 0 6px 24px rgba(0, 66, 143, 0.06);
    transition:
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.4s ease,
        border-color 0.35s ease;
}

/* Large decorative serif quote glyph, top-left */
.seaside-review-card::before {
    content: '\201C';
    position: absolute;
    top: 14px;
    left: 24px;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 700;
    font-size: 84px;
    line-height: 0.5;
    color: rgba(30, 144, 255, 0.16);
    pointer-events: none;
    transition: color 0.35s ease;
}

.seaside-review-card:hover {
    transform: translateY(-6px);
    border-color: rgba(30, 144, 255, 0.3);
    box-shadow: 0 22px 50px rgba(0, 66, 143, 0.15);
}
.seaside-review-card:hover::before {
    color: rgba(30, 144, 255, 0.3);
}


/* ---------------------------------------------------------------------
  50) REVIEW QUOTE — blockquote (Foundation default reset)
   --------------------------------------------------------------------- */
.seaside-review-quote {
    flex: 1;
    margin: 24px 0;
    padding: 0;
    border: 0;                              /* defeats Foundation's blockquote border-left */
    position: relative;
    z-index: 1;
    font-family: var(--seaside-font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: var(--seaside-slate);
    quotes: none;
}


/* ---------------------------------------------------------------------
  51) REVIEW ATTRIBUTION — avatar + name + industry
   --------------------------------------------------------------------- */
.seaside-review-attr {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 22px;
    border-top: 1px solid rgba(0, 66, 143, 0.10);
}

.seaside-review-avatar {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.06em;
    color: var(--seaside-white);
    box-shadow: 0 4px 12px rgba(0, 66, 143, 0.18);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.seaside-review-card:hover .seaside-review-avatar {
    transform: rotate(-6deg) scale(1.05);
}

.seaside-review-meta {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.seaside-review-name {
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.01em;
    color: var(--seaside-primary);
}
.seaside-review-industry {
    font-family: var(--seaside-font-body);
    font-weight: 600;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--seaside-gray);
}


/* ---------------------------------------------------------------------
  52) TESTIMONIALS — RESPONSIVE
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-review-card { padding: 30px 26px; }
}
@media screen and (max-width: 640px) {
    .seaside-testimonials-header   { margin-bottom: 28px; }
    .seaside-review-card           { padding: 28px 22px; }
    .seaside-review-card::before   { font-size: 70px; top: 16px; left: 20px; }
    .seaside-review-quote          { font-size: 15px; line-height: 25px; }
}


/* ---------------------------------------------------------------------
  53) TESTIMONIALS — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-testimonials-section::before { animation: none; }
    .seaside-review-card,
    .seaside-review-card:hover,
    .seaside-review-avatar                { transition: none; transform: none; }
}


/* ---------------------------------------------------------------------
  54) OUR SERVICES SECTION
       Centered header + 5 service cards (3+2 layout via large-offset-2).
       !important on background defeats the framework's
       `.is-wrapper > div { background: transparent }` rule.
   --------------------------------------------------------------------- */
.seaside-services-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFD 100%) !important;
}

/* Two slow drifting ambient orbs */
.seaside-services-section::before {
    content: '';
    position: absolute;
    top: -150px;
    right: -150px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.06) 0%, rgba(30,144,255,0) 70%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-services-orb-a 22s ease-in-out infinite;
}
.seaside-services-section::after {
    content: '';
    position: absolute;
    bottom: -200px;
    left: -150px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,66,143,0.04) 0%, rgba(0,66,143,0) 70%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-services-orb-b 26s ease-in-out infinite reverse;
}
@keyframes seaside-services-orb-a {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-30px, 30px); }
}
@keyframes seaside-services-orb-b {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(40px, -30px); }
}


/* ---------------------------------------------------------------------
  55) SERVICES HEADER
   --------------------------------------------------------------------- */
.seaside-services-header {
    margin-bottom: 36px;
}
.seaside-services-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--seaside-accent);
}
.seaside-services-heading { margin-bottom: 0; }


/* ---------------------------------------------------------------------
  56) SERVICE CARD — icon + title + description + descriptive link
   --------------------------------------------------------------------- */
.seaside-service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 36px 30px;
    background: var(--seaside-white);
    border: 1px solid rgba(0, 66, 143, 0.10);
    border-radius: 18px;
    box-shadow: 0 6px 24px rgba(0, 66, 143, 0.06);
    transition:
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.4s ease,
        border-color 0.35s ease;
}

/* Subtle gradient top-border accent that reveals on hover */
.seaside-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    border-radius: 18px 18px 0 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.seaside-service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(30, 144, 255, 0.3);
    box-shadow: 0 22px 50px rgba(0, 66, 143, 0.15);
}
.seaside-service-card:hover::before {
    opacity: 1;
}


/* ---------------------------------------------------------------------
  57) SERVICE ICON — rounded square with brand-tinted background
   --------------------------------------------------------------------- */
.seaside-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, rgba(0,66,143,0.08) 0%, rgba(30,144,255,0.12) 100%);
    border-radius: 14px;
    margin-bottom: 22px;
    color: var(--seaside-primary);
    transition:
        background 0.4s ease,
        color 0.4s ease,
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.seaside-service-icon svg {
    width: 28px;
    height: 28px;
}

.seaside-service-card:hover .seaside-service-icon {
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    color: var(--seaside-white);
    transform: scale(1.06) rotate(-3deg);
}


/* ---------------------------------------------------------------------
  58) SERVICE TITLE + DESCRIPTION
   --------------------------------------------------------------------- */
.seaside-service-title {
    margin: 0 0 12px;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: var(--seaside-primary);
}

.seaside-service-desc {
    flex: 1;
    margin: 0 0 22px;
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: var(--seaside-gray);
}


/* ---------------------------------------------------------------------
  59) SERVICE LINK — descriptive CTA with sliding arrow
   --------------------------------------------------------------------- */
.seaside-service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: var(--seaside-accent);
    text-decoration: none;
    transition: color 0.3s ease, gap 0.3s ease;
}
.seaside-service-link .seaside-icon-arrow {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.seaside-service-link:hover,
.seaside-service-link:focus-visible {
    color: var(--seaside-primary);
    gap: 12px;
}
.seaside-service-link:hover .seaside-icon-arrow,
.seaside-service-link:focus-visible .seaside-icon-arrow {
    transform: translateX(4px);
}
.seaside-service-link:focus-visible {
    outline: 2px solid var(--seaside-accent);
    outline-offset: 4px;
    border-radius: 2px;
}


/* ---------------------------------------------------------------------
  60) SERVICES — RESPONSIVE
       Below 1024px the offset on card 4 is removed (cards stack naturally
       into the 6-col / full-width responsive grid).
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-services-section .cell.large-offset-2 { margin-left: 0; }
    .seaside-service-card { padding: 30px 26px; }
}
@media screen and (max-width: 640px) {
    .seaside-services-header { margin-bottom: 28px; }
    .seaside-service-card    { padding: 28px 22px; }
    .seaside-service-icon    { width: 50px; height: 50px; border-radius: 12px; margin-bottom: 18px; }
    .seaside-service-icon svg { width: 24px; height: 24px; }
}


/* ---------------------------------------------------------------------
  61) SERVICES — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-services-section::before,
    .seaside-services-section::after  { animation: none; }
    .seaside-service-card,
    .seaside-service-card:hover,
    .seaside-service-icon,
    .seaside-service-link .seaside-icon-arrow { transition: none; transform: none; }
}


/* ---------------------------------------------------------------------
  62) SERVICE CARDS — IMAGE VARIANT (overrides icon-based layout)
       Swaps the top-of-card icon for a full-width hero image.
       Existing card hover (lift / border / shadow) still applies.
   --------------------------------------------------------------------- */

/* Reset card padding to 0 so image goes edge-to-edge; overflow clips
   the image to the card's rounded corners. Overrides section 56. */
.seaside-service-card {
    padding: 0;
    overflow: hidden;
}

/* Hide the old "gradient top-bar reveal on hover" — the image now
   serves as the visual focus at the top of the card. */
.seaside-service-card::before { display: none; }

/* Image frame — landscape ratio, clips to card's rounded top corners */
.seaside-service-img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background-color: #E6ECF4;             /* visible during lazy-load */
}

/* Soft bottom gradient on image — adds depth and visual separation
   from the card body below */
.seaside-service-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0,30,70,0.18) 100%);
    pointer-events: none;
}

.seaside-service-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.seaside-service-card:hover .seaside-service-img {
    transform: scale(1.06);
}

/* Content area below the image — keeps the title / description / link
   spacing and the flex column behavior so links align across the row. */
.seaside-service-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 26px 28px 30px;
}


/* ---------------------------------------------------------------------
  63) SERVICE IMAGE — RESPONSIVE
   --------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
    .seaside-service-content { padding: 22px 22px 26px; }
}


/* ---------------------------------------------------------------------
  64) SERVICE IMAGE — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-service-img,
    .seaside-service-card:hover .seaside-service-img {
        transition: none;
        transform: none;
    }
}


/* ---------------------------------------------------------------------
  65) VINYL DECKING APPROACH SECTION
       Editorial split — hero image left, statement + body + CTA right.
       Mid-tone brand gradient background gives this section a slightly
       stronger presence than the lighter feature sections.
       !important on background defeats the framework's
       `.is-wrapper > div { background: transparent }` rule.
   --------------------------------------------------------------------- */
.seaside-vinyl-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(135deg, #E6EFFA 0%, #F4F8FE 50%, #FFFFFF 100%) !important;
}

/* Two slow drifting ambient orbs */
.seaside-vinyl-section::before {
    content: '';
    position: absolute;
    top: -180px;
    right: -180px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.10) 0%, rgba(30,144,255,0) 65%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-vinyl-orb-a 22s ease-in-out infinite;
}
.seaside-vinyl-section::after {
    content: '';
    position: absolute;
    bottom: -200px;
    left: -150px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,66,143,0.08) 0%, rgba(0,66,143,0) 65%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-vinyl-orb-b 26s ease-in-out infinite;
}
@keyframes seaside-vinyl-orb-a {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-40px, 30px); }
}
@keyframes seaside-vinyl-orb-b {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(30px, -30px); }
}


/* ---------------------------------------------------------------------
  66) VINYL HERO IMAGE — 4:5 portrait frame with hover zoom
   --------------------------------------------------------------------- */
.seaside-vinyl-media {
    position: relative;
    padding-right: 24px;
}

.seaside-vinyl-image-wrap {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    box-shadow: 0 26px 64px rgba(0, 66, 143, 0.20);
    background-color: #E6ECF4;            /* lazy-load placeholder */
}

/* Soft gradient corner accent — adds depth to the image edge */
.seaside-vinyl-image-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0,30,70,0.20) 100%);
    pointer-events: none;
}

.seaside-vinyl-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.seaside-vinyl-image-wrap:hover .seaside-vinyl-image {
    transform: scale(1.05);
}


/* ---------------------------------------------------------------------
  67) VINYL CONTENT — statement, divider, body, CTA
   --------------------------------------------------------------------- */
.seaside-vinyl-content {
    padding: 8px 0 8px 16px;
}

/* Long H2: brand-spec 40px font-size with loosened leading
   (40 → 48) for multi-line readability */
.seaside-vinyl-heading {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 22px;
}

/* Decorative gradient divider between heading and body */
.seaside-vinyl-divider {
    display: block;
    width: 64px;
    height: 3px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    border-radius: 2px;
    margin: 0 0 26px;
}

.seaside-vinyl-body {
    max-width: 620px;
    margin: 0 0 30px;
}
.seaside-vinyl-body p {
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;            /* +2 over brand-spec 26 for long-form reading */
    letter-spacing: 0.01em;
    color: var(--seaside-gray);
    margin: 0 0 18px;
}
.seaside-vinyl-body p:last-child { margin-bottom: 0; }

.seaside-vinyl-cta { margin: 0; }


/* ---------------------------------------------------------------------
  68) VINYL APPROACH — RESPONSIVE
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-vinyl-media   { padding-right: 0; margin-bottom: 36px; }
    .seaside-vinyl-content { padding-left: 0; }
    .seaside-vinyl-image-wrap { aspect-ratio: 16 / 11; }
}
@media screen and (max-width: 640px) {
    .seaside-vinyl-heading    { font-size: 28px; line-height: 36px; margin-bottom: 18px; }
    .seaside-vinyl-divider    { width: 50px; margin-bottom: 22px; }
    .seaside-vinyl-image-wrap { aspect-ratio: 4 / 3; border-radius: 18px; }
}


/* ---------------------------------------------------------------------
  69) VINYL APPROACH — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-vinyl-section::before,
    .seaside-vinyl-section::after  { animation: none; }
    .seaside-vinyl-image,
    .seaside-vinyl-image-wrap:hover .seaside-vinyl-image {
        transition: none;
        transform: none;
    }
}


/* ---------------------------------------------------------------------
  70) BUILT-IN BENEFITS SECTION (vinyl decking features)
       4-column feature grid with numbered markers.
       !important on background defeats the framework's
       `.is-wrapper > div { background: transparent }` rule.
   --------------------------------------------------------------------- */
.seaside-benefits-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #FAFBFD 0%, #FFFFFF 100%) !important;
}

/* Two slow drifting ambient orbs */
.seaside-benefits-section::before {
    content: '';
    position: absolute;
    top: -160px;
    left: -160px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.07) 0%, rgba(30,144,255,0) 65%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-benefits-orb-a 24s ease-in-out infinite;
}
.seaside-benefits-section::after {
    content: '';
    position: absolute;
    bottom: -180px;
    right: -180px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,66,143,0.05) 0%, rgba(0,66,143,0) 65%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-benefits-orb-b 28s ease-in-out infinite reverse;
}
@keyframes seaside-benefits-orb-a {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(40px, 30px); }
}
@keyframes seaside-benefits-orb-b {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-40px, -30px); }
}


/* ---------------------------------------------------------------------
  71) BENEFITS HEADER
   --------------------------------------------------------------------- */
.seaside-benefits-header { margin-bottom: 36px; }
.seaside-benefits-heading { margin-bottom: 0; }


/* ---------------------------------------------------------------------
  72) BENEFIT CARD — numbered marker + title + description
   --------------------------------------------------------------------- */
.seaside-benefit-card {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 36px 28px;
    background: var(--seaside-white);
    border: 1px solid rgba(0, 66, 143, 0.10);
    border-radius: 18px;
    box-shadow: 0 6px 24px rgba(0, 66, 143, 0.06);
    transition:
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.4s ease,
        border-color 0.35s ease;
}

.seaside-benefit-card:hover {
    transform: translateY(-6px);
    border-color: rgba(30, 144, 255, 0.3);
    box-shadow: 0 22px 50px rgba(0, 66, 143, 0.15);
}


/* ---------------------------------------------------------------------
  73) BENEFIT NUMBER — large Saira gradient display
   --------------------------------------------------------------------- */
.seaside-benefit-number {
    display: block;
    font-family: var(--seaside-font-head);
    font-weight: 700;
    font-size: 52px;
    line-height: 1;
    letter-spacing: 0.02em;
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 14px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: left center;
}
.seaside-benefit-card:hover .seaside-benefit-number {
    transform: scale(1.08);
}


/* ---------------------------------------------------------------------
  74) BENEFIT MARKER — small gradient bar between number and title
   --------------------------------------------------------------------- */
.seaside-benefit-marker {
    display: block;
    width: 32px;
    height: 3px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    border-radius: 2px;
    margin-bottom: 20px;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.seaside-benefit-card:hover .seaside-benefit-marker {
    width: 52px;
}


/* ---------------------------------------------------------------------
  75) BENEFIT TITLE (H3) + DESCRIPTION
   --------------------------------------------------------------------- */
.seaside-benefit-title {
    margin: 0 0 12px;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: var(--seaside-primary);
}

.seaside-benefit-desc {
    margin: 0;
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: var(--seaside-gray);
}


/* ---------------------------------------------------------------------
  76) BENEFITS — RESPONSIVE
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-benefit-card   { padding: 30px 24px; }
    .seaside-benefit-number { font-size: 46px; }
}
@media screen and (max-width: 640px) {
    .seaside-benefits-header { margin-bottom: 24px; }
    .seaside-benefit-card    { padding: 28px 22px; }
    .seaside-benefit-number  { font-size: 42px; }
    .seaside-benefit-marker  { width: 28px; margin-bottom: 16px; }
}


/* ---------------------------------------------------------------------
  77) BENEFITS — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-benefits-section::before,
    .seaside-benefits-section::after  { animation: none; }
    .seaside-benefit-card,
    .seaside-benefit-card:hover,
    .seaside-benefit-number,
    .seaside-benefit-marker { transition: none; transform: none; }
}


/* ---------------------------------------------------------------------
  78) FULL-SURFACE VINYL DECK INSTALLATION SECTION
       Process/methodology layout — heading + paragraphs on the left,
       5-step gradient timeline on the right.
       !important on background defeats the framework's
       `.is-wrapper > div { background: transparent }` rule.
   --------------------------------------------------------------------- */
.seaside-process-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #FFFFFF 0%, #F4F8FE 100%) !important;
}

.seaside-process-section::before {
    content: '';
    position: absolute;
    top: -180px;
    right: -180px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.07) 0%, rgba(30,144,255,0) 65%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-process-orb 24s ease-in-out infinite;
}
@keyframes seaside-process-orb {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-40px, 30px); }
}


/* ---------------------------------------------------------------------
  79) PROCESS CONTENT — heading, divider, body
   --------------------------------------------------------------------- */
.seaside-process-content {
    padding: 8px 24px 8px 0;
}

.seaside-process-heading {
    font-size: 40px;
    line-height: 48px;          /* loosened for "Vinyl Deck Installation" wrap */
    margin: 0 0 22px;
}

.seaside-process-divider {
    display: block;
    width: 64px;
    height: 3px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    border-radius: 2px;
    margin: 0 0 26px;
}

.seaside-process-body {
    max-width: 560px;
}
.seaside-process-body p {
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: var(--seaside-gray);
    margin: 0 0 18px;
}
.seaside-process-body p:last-child { margin-bottom: 0; }


/* ---------------------------------------------------------------------
  80) PROCESS TIMELINE — connected vertical gradient line + steps
       Semantic <ol> reset, then visual styling layered on top.
   --------------------------------------------------------------------- */
.seaside-process-list {
    position: relative;
    list-style: none;
    padding: 12px 0 12px 16px;
    margin: 0;
    counter-reset: process-step;
}

/* Vertical gradient line connecting all numbered circles */
.seaside-process-list::before {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 33px;                 /* centers the 2px line on the 34px circles (16 + circle-center 17 = 33) */
    width: 2px;
    background: linear-gradient(180deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    border-radius: 2px;
    opacity: 0.25;
}

.seaside-process-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 14px 16px 14px 0;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    transition: background 0.3s ease;
}

.seaside-process-item:hover {
    background: rgba(30, 144, 255, 0.05);
}

/* Numbered circle — brand-gradient background, white text */
.seaside-process-num {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 13px;
    color: var(--seaside-white);
    box-shadow: 0 4px 12px rgba(0, 66, 143, 0.20);
    transition:
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.35s ease;
}

.seaside-process-item:hover .seaside-process-num {
    transform: scale(1.1) rotate(-4deg);
    box-shadow: 0 8px 20px rgba(0, 66, 143, 0.32);
}

/* Step text — slightly larger and bolder than body */
.seaside-process-text {
    flex: 1;
    padding-top: 6px;
    font-family: var(--seaside-font-body);
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: var(--seaside-slate);
    transition: color 0.3s ease, transform 0.3s ease;
}

.seaside-process-item:hover .seaside-process-text {
    color: var(--seaside-primary);
    transform: translateX(4px);
}


/* ---------------------------------------------------------------------
  81) PROCESS SECTION — RESPONSIVE
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-process-content { padding-right: 0; margin-bottom: 36px; }
}
@media screen and (max-width: 640px) {
    .seaside-process-heading { font-size: 28px; line-height: 36px; margin-bottom: 18px; }
    .seaside-process-divider { width: 50px; margin-bottom: 22px; }
    .seaside-process-list    { padding-left: 8px; }
    .seaside-process-list::before { left: 25px; }
    .seaside-process-text    { font-size: 14px; line-height: 22px; }
}


/* ---------------------------------------------------------------------
  82) PROCESS SECTION — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-process-section::before { animation: none; }
    .seaside-process-item,
    .seaside-process-num,
    .seaside-process-text,
    .seaside-process-item:hover .seaside-process-num,
    .seaside-process-item:hover .seaside-process-text { transition: none; transform: none; }
}


/* ---------------------------------------------------------------------
  83) PROCESS SECTION — IMAGE COMPLEMENT
       Adds hero image to the right column of section 15.
       Content + timeline now share the left column; image anchors right.
   --------------------------------------------------------------------- */

/* Wraps the image cell — adds left padding for breathing room from
   the content column on the left */
.seaside-process-media {
    padding-left: 24px;
}

/* Image frame — 4:5 portrait, rounded corners, brand-tinted shadow */
.seaside-process-image-wrap {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    box-shadow: 0 24px 60px rgba(0, 66, 143, 0.18);
    background-color: #E6ECF4;             /* visible during lazy-load */
}

/* Soft bottom gradient overlay — adds depth */
.seaside-process-image-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0,30,70,0.18) 100%);
    pointer-events: none;
}

.seaside-process-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.seaside-process-image-wrap:hover .seaside-process-image {
    transform: scale(1.05);
}

/* Extra spacing between body paragraphs and the timeline now that
   they share the same column */
.seaside-process-body + .seaside-process-list {
    margin-top: 24px;
}


/* ---------------------------------------------------------------------
  84) PROCESS IMAGE — RESPONSIVE
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-process-media       { padding-left: 0; }
    .seaside-process-image-wrap  { aspect-ratio: 16 / 11; }
}
@media screen and (max-width: 640px) {
    .seaside-process-image-wrap  { aspect-ratio: 4 / 3; border-radius: 18px; }
}


/* ---------------------------------------------------------------------
  85) PROCESS IMAGE — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-process-image,
    .seaside-process-image-wrap:hover .seaside-process-image {
        transition: none;
        transform: none;
    }
}


/* ---------------------------------------------------------------------
  86) WATERPROOF VINYL FLOORING SECTION
       Mirror of section 15 — reuses .seaside-process-* components,
       adds its own background tint + -rev padding modifiers.
       !important on background defeats the framework's
       `.is-wrapper > div { background: transparent }` rule.
   --------------------------------------------------------------------- */
.seaside-flooring-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #F4F8FE 0%, #FFFFFF 100%) !important;
}

/* Ambient orb top-left (mirrors section 15's top-right orb position) */
.seaside-flooring-section::before {
    content: '';
    position: absolute;
    top: -180px;
    left: -180px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.07) 0%, rgba(30,144,255,0) 65%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-flooring-orb 24s ease-in-out infinite;
}
@keyframes seaside-flooring-orb {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(40px, 30px); }
}


/* ---------------------------------------------------------------------
  87) REVERSED PADDING MODIFIERS
       Apply alongside .seaside-process-content / .seaside-process-media
       when the layout is flipped (image-left, content-right).
       Specificity = single class; both rules apply, but the -rev rules
       come later in source so they win the cascade.
   --------------------------------------------------------------------- */
.seaside-process-content-rev {
    padding: 8px 0 8px 24px;          /* flip: padding-LEFT for content-on-right */
}
.seaside-process-media-rev {
    padding-left: 0;
    padding-right: 24px;              /* flip: padding-RIGHT for image-on-left */
}


/* ---------------------------------------------------------------------
  88) FLOORING SECTION — RESPONSIVE
       Below 1024px columns stack. Image is FIRST in HTML order, so it
       sits ABOVE content on mobile — image needs the bottom margin
       (not the content), opposite to section 15's stacking direction.
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-process-content-rev { padding-left: 0; margin-bottom: 0; }
    .seaside-process-media-rev   { padding-right: 0; margin-bottom: 36px; }
}


/* ---------------------------------------------------------------------
  89) FLOORING SECTION — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-flooring-section::before { animation: none; }
}


/* ---------------------------------------------------------------------
  90) CUSTOM PVC VINYL INSTALLATION SECTION
       Third process-pattern section. Reuses .seaside-process-* classes.
       Subtle mid-tone background + bottom-right orb (varies from
       sections 15 top-right and 16 top-left).
       !important on background defeats the framework's
       `.is-wrapper > div { background: transparent }` rule.
   --------------------------------------------------------------------- */
.seaside-pvc-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #FAFBFD 0%, #F4F8FE 100%) !important;
}

/* Ambient orb anchored bottom-right */
.seaside-pvc-section::before {
    content: '';
    position: absolute;
    bottom: -180px;
    right: -180px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,66,143,0.06) 0%, rgba(0,66,143,0) 65%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-pvc-orb 26s ease-in-out infinite;
}
@keyframes seaside-pvc-orb {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-40px, -30px); }
}


/* ---------------------------------------------------------------------
  91) PVC SECTION — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-pvc-section::before { animation: none; }
}


/* ---------------------------------------------------------------------
  92) DECK CONSTRUCTION & SUBSTRUCTURE REPAIR SECTION
       Fourth process-pattern section. Reuses .seaside-process-* and
       .seaside-process-*-rev classes for the image-left layout.
       Background + orb position complete the 4-corner orb rotation
       across the process sections (15 TR → 16 TL → 17 BR → 18 BL).
       !important on background defeats the framework's
       `.is-wrapper > div { background: transparent }` rule.
   --------------------------------------------------------------------- */
.seaside-construction-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #F4F8FE 0%, #FAFBFD 100%) !important;
}

/* Ambient orb anchored bottom-left */
.seaside-construction-section::before {
    content: '';
    position: absolute;
    bottom: -180px;
    left: -180px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.07) 0%, rgba(30,144,255,0) 65%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-construction-orb 26s ease-in-out infinite;
}
@keyframes seaside-construction-orb {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(40px, -30px); }
}


/* ---------------------------------------------------------------------
  93) CONSTRUCTION SECTION — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-construction-section::before { animation: none; }
}


/* ---------------------------------------------------------------------
  94) SAFETY RAILINGS & FINISHING TOUCHES SECTION
       Fifth process-pattern section. Reuses .seaside-process-* classes.
       Centered orb closes out the orb-rotation pattern across the
       process sections (15 TR → 16 TL → 17 BR → 18 BL → 19 center).
       !important on background defeats the framework's
       `.is-wrapper > div { background: transparent }` rule.
   --------------------------------------------------------------------- */
.seaside-railings-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #FFFFFF 0%, #FAFBFD 100%) !important;
}

/* Large centered ambient orb — gently pulses for closing visual */
.seaside-railings-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 720px;
    height: 720px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.05) 0%, rgba(30,144,255,0) 65%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-railings-orb 22s ease-in-out infinite;
}
@keyframes seaside-railings-orb {
    0%, 100% { transform: translate(-50%, -50%) scale(1);    opacity: 0.85; }
    50%      { transform: translate(-50%, -50%) scale(1.08); opacity: 1; }
}


/* ---------------------------------------------------------------------
  95) RAILINGS SECTION — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-railings-section::before { animation: none; }
}


/* ---------------------------------------------------------------------
  96) FAQ ACCORDION SECTION
       Native <details>/<summary> styled as a premium accordion.
       Zero JavaScript. Full keyboard a11y. Eligible for Google's FAQ
       rich-result schema.
       !important on background defeats the framework's
       `.is-wrapper > div { background: transparent }` rule.
   --------------------------------------------------------------------- */
.seaside-faq-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #FFFFFF 0%, #FAFBFD 100%) !important;
}

/* Subtle ambient orb top-right */
.seaside-faq-section::before {
    content: '';
    position: absolute;
    top: -180px;
    right: -180px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.06) 0%, rgba(30,144,255,0) 65%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-faq-orb 24s ease-in-out infinite;
}
@keyframes seaside-faq-orb {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-30px, 30px); }
}


/* ---------------------------------------------------------------------
  97) FAQ HEADER — H2 + gradient divider
   --------------------------------------------------------------------- */
.seaside-faq-header { margin-bottom: 36px; }
.seaside-faq-heading { margin-bottom: 22px; }
.seaside-faq-divider {
    display: inline-block;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    border-radius: 2px;
}


/* ---------------------------------------------------------------------
  98) FAQ ITEM — <details> card container
   --------------------------------------------------------------------- */
.seaside-faq-item {
    background: var(--seaside-white);
    border: 1px solid rgba(0, 66, 143, 0.10);
    border-radius: 14px;
    margin-bottom: 12px;
    overflow: hidden;
    transition:
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}
.seaside-faq-item:last-child { margin-bottom: 0; }

.seaside-faq-item:hover {
    border-color: rgba(30, 144, 255, 0.25);
    box-shadow: 0 8px 24px rgba(0, 66, 143, 0.08);
}

.seaside-faq-item[open] {
    border-color: rgba(30, 144, 255, 0.30);
    box-shadow: 0 14px 30px rgba(0, 66, 143, 0.10);
}


/* ---------------------------------------------------------------------
  99) FAQ QUESTION — <summary> styled as accordion trigger
       Removes default browser disclosure marker.
   --------------------------------------------------------------------- */
.seaside-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 26px;
    cursor: pointer;
    list-style: none;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: var(--seaside-primary);
    transition: background 0.3s ease, color 0.3s ease;
    user-select: none;
}
/* Hide default marker across browsers */
.seaside-faq-question::-webkit-details-marker { display: none; }
.seaside-faq-question::marker                 { display: none; content: ''; }

.seaside-faq-question:hover {
    background: rgba(30, 144, 255, 0.04);
}
.seaside-faq-question:focus-visible {
    outline: 2px solid var(--seaside-accent);
    outline-offset: -2px;
}

.seaside-faq-q-text { flex: 1; }


/* ---------------------------------------------------------------------
 100) FAQ ICON — chevron circle that rotates + fills on open
   --------------------------------------------------------------------- */
.seaside-faq-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 50%;
    background: rgba(30, 144, 255, 0.10);
    color: var(--seaside-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;
}
.seaside-faq-icon svg {
    width: 16px;
    height: 16px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.seaside-faq-item[open] .seaside-faq-icon {
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    color: var(--seaside-white);
    box-shadow: 0 4px 12px rgba(0, 66, 143, 0.22);
}
.seaside-faq-item[open] .seaside-faq-icon svg {
    transform: rotate(180deg);
}


/* ---------------------------------------------------------------------
 101) FAQ ANSWER — content panel with top hairline
   --------------------------------------------------------------------- */
.seaside-faq-answer {
    padding: 0 26px 24px;
    border-top: 1px solid rgba(0, 66, 143, 0.08);
    animation: seaside-faq-fade 0.4s ease;
}
.seaside-faq-answer p {
    margin: 18px 0 0;
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: var(--seaside-gray);
}
@keyframes seaside-faq-fade {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}


/* ---------------------------------------------------------------------
 102) FAQ — RESPONSIVE
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-faq-question { padding: 20px 22px; font-size: 16px; line-height: 22px; }
    .seaside-faq-answer   { padding: 0 22px 22px; }
}
@media screen and (max-width: 640px) {
    .seaside-faq-header   { margin-bottom: 28px; }
    .seaside-faq-question { padding: 18px 18px; gap: 14px; font-size: 15px; line-height: 22px; }
    .seaside-faq-answer   { padding: 0 18px 20px; }
    .seaside-faq-answer p { font-size: 15px; line-height: 25px; }
    .seaside-faq-icon     { width: 28px; height: 28px; flex-basis: 28px; }
    .seaside-faq-icon svg { width: 14px; height: 14px; }
}


/* ---------------------------------------------------------------------
 103) FAQ — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-faq-section::before { animation: none; }
    .seaside-faq-item,
    .seaside-faq-item:hover,
    .seaside-faq-question,
    .seaside-faq-icon,
    .seaside-faq-icon svg,
    .seaside-faq-item[open] .seaside-faq-icon,
    .seaside-faq-item[open] .seaside-faq-icon svg { transition: none; transform: none; }
    .seaside-faq-answer { animation: none; }
}


/* ---------------------------------------------------------------------
 104) CONTACT SECTION — base + ambient orb
       Asymmetric split: editorial left, dark concierge card right.
       !important on background defeats `.is-wrapper > div { background:
       transparent }`.
   --------------------------------------------------------------------- */
.seaside-contact-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #FFFFFF 0%, #F4F8FE 100%) !important;
}

/* Subtle ambient orb top-left */
.seaside-contact-section::before {
    content: '';
    position: absolute;
    top: -200px;
    left: -200px;
    width: 580px;
    height: 580px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,66,143,0.05) 0%, rgba(0,66,143,0) 70%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-contact-orb 26s ease-in-out infinite;
}
@keyframes seaside-contact-orb {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(40px, 30px); }
}


/* ---------------------------------------------------------------------
 105) CONTACT LEFT — editorial copy, divider, CTA
   --------------------------------------------------------------------- */
.seaside-contact-content {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 24px;
}
.seaside-contact-divider {
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    border-radius: 2px;
    margin: 22px 0 26px;
}
.seaside-contact-lead {
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: var(--seaside-gray);
    margin: 0 0 32px;
    max-width: 580px;
}

/* CTA with sliding arrow */
.seaside-contact-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.seaside-contact-cta svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.seaside-contact-cta:hover svg,
.seaside-contact-cta:focus-visible svg {
    transform: translateX(4px);
}


/* ---------------------------------------------------------------------
 106) CONTACT RIGHT — dark concierge card
       Same brand-navy gradient family as section 06 newsletter band.
   --------------------------------------------------------------------- */
.seaside-contact-card-wrap {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
}
.seaside-contact-card {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(135deg, var(--seaside-primary) 0%, #062D5E 55%, #0A3A6E 100%);
    border-radius: 18px;
    padding: 12px 40px;     /* row internal padding handles vertical spacing */
    box-shadow:
        0 30px 60px rgba(0, 66, 143, 0.30),
        inset 0 1px 0 rgba(255, 255, 255, 0.10);   /* glass top-edge */
}

/* Decorative radial glow bottom-right */
.seaside-contact-card-glow {
    position: absolute;
    bottom: -140px;
    right: -140px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.30) 0%, rgba(30,144,255,0) 70%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-contact-glow 18s ease-in-out infinite;
}
@keyframes seaside-contact-glow {
    0%, 100% { transform: translate(0, 0) scale(1);    opacity: 0.85; }
    50%      { transform: translate(-30px, -30px) scale(1.15); opacity: 1; }
}


/* ---------------------------------------------------------------------
 107) CONTACT ROWS — icon + label + value, hover lift + icon fill
   --------------------------------------------------------------------- */
.seaside-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    text-decoration: none;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.seaside-contact-row:last-child  { border-bottom: 0; }
.seaside-contact-row:hover,
.seaside-contact-row:focus-visible {
    transform: translateX(4px);
    outline: none;
}

/* Icon circle */
.seaside-contact-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.95);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:
        background 0.35s ease,
        color 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease;
}
.seaside-contact-icon svg {
    width: 19px;
    height: 19px;
}
.seaside-contact-row:hover .seaside-contact-icon,
.seaside-contact-row:focus-visible .seaside-contact-icon {
    background: linear-gradient(135deg, var(--seaside-accent) 0%, #87CEFA 100%);
    color: var(--seaside-primary);
    box-shadow: 0 8px 20px rgba(30, 144, 255, 0.42);
    transform: scale(1.06);
}

/* Text block */
.seaside-contact-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;     /* allows long emails to wrap properly */
}
.seaside-contact-label {
    font-family: var(--seaside-font-body);
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(135, 206, 250, 0.80);
}
.seaside-contact-value {
    font-family: var(--seaside-font-body);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.95);
    word-break: break-word;
    transition: color 0.3s ease;
}
.seaside-contact-row:hover .seaside-contact-value,
.seaside-contact-row:focus-visible .seaside-contact-value {
    color: #FFFFFF;
}


/* ---------------------------------------------------------------------
 108) CONTACT — keyboard focus visibility on dark card
   --------------------------------------------------------------------- */
.seaside-contact-row:focus-visible {
    box-shadow: 0 0 0 2px rgba(135, 206, 250, 0.55);
    border-radius: 8px;
}


/* ---------------------------------------------------------------------
 109) CONTACT — RESPONSIVE
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-contact-content   { padding-right: 0; padding-bottom: 32px; }
    .seaside-contact-card-wrap { padding-left: 0; }
    .seaside-contact-card      { padding: 12px 32px; }
}
@media screen and (max-width: 640px) {
    .seaside-contact-divider   { margin: 18px 0 22px; }
    .seaside-contact-lead      { font-size: 16px; line-height: 26px; margin: 0 0 28px; }
    .seaside-contact-card      { padding: 8px 24px; border-radius: 14px; }
    .seaside-contact-row       { padding: 18px 0; gap: 14px; }
    .seaside-contact-icon      { flex-basis: 40px; width: 40px; height: 40px; }
    .seaside-contact-icon svg  { width: 17px; height: 17px; }
    .seaside-contact-value     { font-size: 15px; line-height: 23px; }
}


/* ---------------------------------------------------------------------
 110) CONTACT — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-contact-section::before,
    .seaside-contact-card-glow                  { animation: none; }
    .seaside-contact-row,
    .seaside-contact-icon,
    .seaside-contact-value,
    .seaside-contact-cta svg                    { transition: none; }
    .seaside-contact-row:hover,
    .seaside-contact-row:focus-visible          { transform: none; }
    .seaside-contact-row:hover .seaside-contact-icon,
    .seaside-contact-row:focus-visible .seaside-contact-icon { transform: none; }
    .seaside-contact-cta:hover svg,
    .seaside-contact-cta:focus-visible svg      { transform: none; }
}


/* ---------------------------------------------------------------------
 111) MAP SECTION — base + ambient orb
       !important on background defeats `.is-wrapper > div { background:
       transparent }`.
   --------------------------------------------------------------------- */
.seaside-map-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #F4F8FE 0%, #FFFFFF 100%) !important;
}

/* Ambient orb bottom-right */
.seaside-map-section::after {
    content: '';
    position: absolute;
    bottom: -200px;
    right: -200px;
    width: 540px;
    height: 540px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.06) 0%, rgba(30,144,255,0) 70%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-map-orb 24s ease-in-out infinite;
}
@keyframes seaside-map-orb {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-40px, -30px); }
}


/* ---------------------------------------------------------------------
 112) MAP HEADER — H2 + gradient divider
   --------------------------------------------------------------------- */
.seaside-map-header { margin-bottom: 28px; }
.seaside-map-divider {
    display: inline-block;
    margin-top: 18px;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    border-radius: 2px;
}


/* ---------------------------------------------------------------------
 113) MAP FRAME — premium rounded container with iframe + pin badge
   --------------------------------------------------------------------- */
.seaside-map-frame {
    position: relative;
    aspect-ratio: 16 / 9;          /* responsive proportions */
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(0, 66, 143, 0.12);
    box-shadow:
        0 30px 60px rgba(0, 66, 143, 0.15),
        0 8px 20px rgba(0, 66, 143, 0.08);
    background: #EAEFF6;            /* neutral tone while iframe loads */
}

.seaside-map-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    filter: saturate(1.04) contrast(1.02);     /* subtle visual polish */
}

/* Decorative pin badge — top-right corner, pulses subtly */
.seaside-map-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 8px 20px rgba(0, 66, 143, 0.30),
        inset 0 1px 0 rgba(255, 255, 255, 0.20);
    z-index: 2;
    pointer-events: none;          /* never intercepts map clicks */
    animation: seaside-map-pulse 2.8s ease-in-out infinite;
}
.seaside-map-badge svg {
    width: 22px;
    height: 22px;
}
@keyframes seaside-map-pulse {
    0%, 100% { transform: scale(1);    box-shadow: 0 8px 20px rgba(0, 66, 143, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.20); }
    50%      { transform: scale(1.08); box-shadow: 0 12px 28px rgba(0, 66, 143, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.20); }
}


/* ---------------------------------------------------------------------
 114) MAP — RESPONSIVE + REDUCED MOTION
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-map-frame { aspect-ratio: 3 / 2; border-radius: 16px; }
}
@media screen and (max-width: 640px) {
    .seaside-map-frame  { aspect-ratio: 4 / 3; border-radius: 14px; }
    .seaside-map-badge  { width: 40px; height: 40px; top: 14px; right: 14px; }
    .seaside-map-badge svg { width: 18px; height: 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .seaside-map-section::after,
    .seaside-map-badge { animation: none; }
}


/* =====================================================================
   BLOG INDEX PAGE — sections 115–127
   Scoped under .blog-page-type so nothing leaks to other pages.
   Targets the existing Webware CMS markup with zero HTML changes.
   ===================================================================== */


/* ---------------------------------------------------------------------
 115) BLOG PAGE — base container, soft canvas, ambient orbs
   --------------------------------------------------------------------- */
.blog-page-type {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #FFFFFF 0%, #FAFBFD 60%, #F4F8FE 100%);
    padding: 56px 0 96px;
}

.blog-page-type::before {
    content: '';
    position: absolute;
    top: -220px;
    left: -220px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,66,143,0.05) 0%, rgba(0,66,143,0) 70%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-blog-orb-a 26s ease-in-out infinite;
}
.blog-page-type::after {
    content: '';
    position: absolute;
    bottom: -260px;
    right: -180px;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.06) 0%, rgba(30,144,255,0) 70%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-blog-orb-b 22s ease-in-out infinite;
}
@keyframes seaside-blog-orb-a {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(40px, 30px); }
}
@keyframes seaside-blog-orb-b {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-30px, -40px); }
}


/* ---------------------------------------------------------------------
 116) BLOG SEARCH BAR — premium pill with gradient submit circle
   --------------------------------------------------------------------- */
.blog-page-type .blog-search-container {
    margin-bottom: 48px;
}

/* Simple parent — position anchor only, no display override.
   Lets the absolute-positioned button work cleanly per the Webware
   framework's expected behavior (top:7px; right:9px). */
.blog-page-type .blog-search-container .position-relative {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

/* Input — pill with right-side padding for the submit button.
   Normal left padding since there's no decorative left icon. */
.blog-page-type .search-input-blog {
    width: 100%;
    height: 58px;
    margin: 0;
    padding: 0 64px 0 26px;
    box-sizing: border-box;
    border-radius: 999px;
    border: 1.5px solid rgba(0, 66, 143, 0.12);
    background: #FFFFFF;
    font-family: var(--seaside-font-body);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: var(--seaside-primary);
    box-shadow:
        0 4px 12px rgba(0, 66, 143, 0.06),
        0 1px 0 rgba(255, 255, 255, 0.9) inset;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}
.blog-page-type .search-input-blog::placeholder {
    color: var(--seaside-gray);
    opacity: 0.7;
    font-weight: 400;
}
.blog-page-type .search-input-blog:focus {
    border-color: var(--seaside-accent);
    box-shadow:
        0 0 0 4px rgba(30, 144, 255, 0.14),
        0 8px 20px rgba(0, 66, 143, 0.10);
    transform: translateY(-1px);
}

/* Submit button — forced to the RIGHT with !important defending against
   Webware/Foundation theme rules that may default it to the left side */
.blog-page-type .blog-search-container .blog-search-button {
    position: absolute !important;
    top: 7px !important;
    right: 9px !important;
    left: auto !important;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 66, 143, 0.22);
    transition:
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.3s ease;
    z-index: 2;
}
.blog-page-type .blog-search-container .blog-search-button:hover,
.blog-page-type .blog-search-container .blog-search-button:focus-visible {
    transform: scale(1.06);
    box-shadow: 0 8px 22px rgba(0, 66, 143, 0.32);
    outline: none;
}
.blog-page-type .blog-search-container .blog-search-button svg {
    width: 18px;
    height: 18px;
}
.blog-page-type .blog-search-container .blog-search-button svg path {
    fill: currentColor;
}


/* ---------------------------------------------------------------------
 117) FEATURED ARTICLES — default styles for when CMS reveals them
   (Server-rendered with inline display:none until items exist.)
   --------------------------------------------------------------------- */
.blog-page-type .featured-articles-section {
    margin-bottom: 36px;
}
.blog-page-type .featured-articles h5 {
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--seaside-primary);
    margin: 0 0 16px;
}
.blog-page-type .featured-articles-slider {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
.blog-page-type .featured-articles-slider > li {
    flex: 0 0 320px;
    scroll-snap-align: start;
    background: #FFFFFF;
    border-radius: 14px;
    border: 1px solid rgba(0, 66, 143, 0.10);
    padding: 22px;
}


/* ---------------------------------------------------------------------
 118) BLOG LAYOUT — main column + sidebar
   --------------------------------------------------------------------- */
.blog-page-type .blog-articles {
    padding-right: 24px;
}
.blog-page-type .blog-sidebar {
    padding-left: 24px;
}


/* ---------------------------------------------------------------------
 119) CATEGORY FILTER CONTAINER — mobile bar + sidebar card
   --------------------------------------------------------------------- */
/* Mobile top bar (.hide-for-large) */
.blog-page-type .articles-filter-container.hide-for-large {
    margin-bottom: 28px;
    padding: 22px 22px 18px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 66, 143, 0.08);
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 66, 143, 0.04);
}

/* Desktop sidebar (.show-for-large) — sticky elevated card */
.blog-page-type .articles-filter-container.show-for-large {
    position: sticky;
    top: 100px;
    box-sizing: border-box;
    overflow: hidden;          /* defend against any framework scrollbar */
    padding: 28px 26px 24px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 66, 143, 0.08);
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(0, 66, 143, 0.07);
}

/* Filter heading with gradient divider */
.blog-page-type .articles-filter-container .filter-h2,
.blog-page-type .articles-filter-container .section-main-heading {
    position: relative;
    font-family: var(--seaside-font-heading, var(--seaside-font-body));
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: var(--seaside-primary);
    margin: 0 0 22px;
    padding-bottom: 14px;
}
.blog-page-type .articles-filter-container .filter-h2::after,
.blog-page-type .articles-filter-container .section-main-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
}


/* ---------------------------------------------------------------------
 120) CATEGORY LIST — pill chips
   --------------------------------------------------------------------- */
.blog-page-type .ps-blog-category {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: visible;     /* defend against framework overflow-x rules */
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/* Mobile filter shows pills as wrap row */
.blog-page-type .articles-filter-container.hide-for-large .ps-blog-category {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

.blog-page-type .ps-blog-category li {
    margin: 0;
    list-style: none;
    min-width: 0;          /* allow flex children to shrink properly */
}

.blog-page-type .ps-blog-category li a {
    box-sizing: border-box;   /* width:100% must include padding+border */
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 11px 16px;
    background: rgba(30, 144, 255, 0.06);
    border: 1px solid rgba(0, 66, 143, 0.10);
    border-radius: 10px;
    font-family: var(--seaside-font-body);
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: var(--seaside-primary);
    text-decoration: none;
    text-transform: capitalize;
    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
/* Subtle pin/dot before each label */
.blog-page-type .ps-blog-category li a::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    flex: 0 0 6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-page-type .ps-blog-category li:hover a,
.blog-page-type .ps-blog-category li a:focus-visible {
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    border-color: transparent;
    color: #FFFFFF;
    transform: translateX(3px);
    box-shadow: 0 6px 16px rgba(0, 66, 143, 0.18);
    outline: none;
}
.blog-page-type .ps-blog-category li:hover a::before,
.blog-page-type .ps-blog-category li a:focus-visible::before {
    background: #FFFFFF;
    transform: scale(1.4);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

/* Mobile pills don't translate — they wrap, no row to slide */
.blog-page-type .articles-filter-container.hide-for-large .ps-blog-category li a {
    width: auto;
}
.blog-page-type .articles-filter-container.hide-for-large .ps-blog-category li:hover a {
    transform: translateY(-2px);
}


/* ---------------------------------------------------------------------
 121) "ALL" BUTTON — full-width block at top of sidebar
   --------------------------------------------------------------------- */
.blog-page-type .ps-blog-category li.active {
    margin-bottom: 6px;
}
.blog-page-type .all-blogs.button {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 13px 18px;
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    color: #FFFFFF;
    box-shadow: 0 6px 16px rgba(0, 66, 143, 0.18);
    border: 2px solid transparent;
}
.blog-page-type .all-blogs.button:hover,
.blog-page-type .all-blogs.button:focus-visible {
    background: #FFFFFF;
    color: var(--seaside-primary);
    border-color: var(--seaside-primary);
    box-shadow: 0 10px 24px rgba(0, 66, 143, 0.14);
    outline: none;
}


/* ---------------------------------------------------------------------
 122) ARTICLE LIST — vertical card stack
   --------------------------------------------------------------------- */
.blog-page-type .blog-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.blog-page-type .blog-li {
    list-style: none;
    margin: 0;
}
.blog-page-type .blog-li .row {
    margin: 0;
}
.blog-page-type .blog-article {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid rgba(0, 66, 143, 0.10);
    border-radius: 18px;
    padding: 34px 36px 30px;
    box-shadow: 0 4px 12px rgba(0, 66, 143, 0.05);
    transition:
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}

/* Gradient accent bar that grows from left edge on hover */
.blog-page-type .blog-article::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-page-type .blog-li:hover .blog-article,
.blog-page-type .blog-li:focus-within .blog-article {
    transform: translateY(-4px);
    border-color: rgba(30, 144, 255, 0.30);
    box-shadow: 0 18px 36px rgba(0, 66, 143, 0.10);
}
.blog-page-type .blog-li:hover .blog-article::before,
.blog-page-type .blog-li:focus-within .blog-article::before {
    transform: scaleY(1);
}


/* ---------------------------------------------------------------------
 123) ARTICLE CATEGORIES — pill row above title
       Hide the comma separator <span>s (they have no <a> inside).
       Style content <span>s as small uppercase pills.
   --------------------------------------------------------------------- */
.blog-page-type .article-category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    font-size: 0;     /* collapses whitespace between spans */
}

/* Show "Categories:" label as a small uppercase eyebrow tag */
.blog-page-type .article-category .categories_text {
    display: inline-flex;
    align-items: center;
    margin: 0 4px 0 0;
    padding: 0;
    background: transparent;
    border: 0;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--seaside-gray);
    opacity: 0.75;
}
.blog-page-type .article-category > span:not(:has(> a)) { display: none; }

/* Style content pills (spans that contain an <a>) */
.blog-page-type .article-category > span:has(> a) {
    display: inline-flex;
}
.blog-page-type .article-category > span > a {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    background: rgba(30, 144, 255, 0.08);
    border: 1px solid rgba(0, 66, 143, 0.10);
    border-radius: 999px;
    font-family: var(--seaside-font-body);
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--seaside-primary);
    text-decoration: none;
    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}
.blog-page-type .article-category > span > a:hover,
.blog-page-type .article-category > span > a:focus-visible {
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    border-color: transparent;
    color: #FFFFFF;
    transform: translateY(-1px);
    outline: none;
}


/* ---------------------------------------------------------------------
 124) ARTICLE TITLE — Saira display, gradient on hover
   --------------------------------------------------------------------- */
.blog-page-type .article-title {
    margin: 0 0 14px;
    font-family: var(--seaside-font-heading, var(--seaside-font-body));
    font-weight: 700;
    line-height: 1.2;
}
.blog-page-type .article-title a,
.blog-page-type .article-title .section-main-heading {
    display: inline;
    font-family: var(--seaside-font-heading, var(--seaside-font-body));
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 0.005em;
    color: var(--seaside-primary);
    text-decoration: none;
    background-image: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: var(--seaside-primary);
    transition: -webkit-text-fill-color 0.4s ease, color 0.4s ease;
}
.blog-page-type .blog-li:hover .article-title a,
.blog-page-type .blog-li:hover .article-title .section-main-heading,
.blog-page-type .article-title a:focus-visible {
    -webkit-text-fill-color: transparent;
    color: transparent;
    outline: none;
}


/* ---------------------------------------------------------------------
 125) ARTICLE EXCERPT — clamp to 2 lines for clean grid
   --------------------------------------------------------------------- */
.blog-page-type .article-body {
    margin: 0 0 18px;
}
.blog-page-type .article-body p {
    margin: 0;
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: var(--seaside-gray);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* ---------------------------------------------------------------------
 126) READ MORE LINK — sliding arrow ::after
   --------------------------------------------------------------------- */
.blog-page-type .blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--seaside-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}
.blog-page-type .blog-read-more::after {
    content: '→';
    font-size: 18px;
    line-height: 1;
    color: currentColor;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-page-type .blog-read-more:hover,
.blog-page-type .blog-read-more:focus-visible {
    color: var(--seaside-accent);
    outline: none;
}
.blog-page-type .blog-read-more:hover::after,
.blog-page-type .blog-read-more:focus-visible::after {
    transform: translateX(6px);
}


/* ---------------------------------------------------------------------
 127) PAGINATION BAR
   --------------------------------------------------------------------- */
.blog-page-type .ps-pagination-bar {
    margin-top: 36px;
    padding: 18px 0 0;
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(0, 66, 143, 0.08);
}
.blog-page-type .ps-pagination-bar p {
    margin: 0;
    font-family: var(--seaside-font-body);
    font-weight: 600;
    font-size: 14px;
    color: var(--seaside-gray);
}


/* ---------------------------------------------------------------------
 128) BLOG PAGE — RESPONSIVE
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .blog-page-type                                { padding: 40px 0 72px; }
    .blog-page-type .blog-articles                 { padding-right: 0; }
    .blog-page-type .blog-sidebar                  { padding-left: 0; }
    .blog-page-type .blog-article                  { padding: 28px 26px 26px; }
    .blog-page-type .article-title a,
    .blog-page-type .article-title .section-main-heading { font-size: 22px; line-height: 30px; }
}
@media screen and (max-width: 640px) {
    .blog-page-type                                { padding: 32px 0 60px; }
    .blog-page-type .blog-search-container         { margin-bottom: 32px; }
    .blog-page-type .search-input-blog                       { height: 52px; padding: 0 56px 0 22px; font-size: 15px; }
    .blog-page-type .blog-search-container .blog-search-button { top: 6px !important; right: 6px !important; left: auto !important; width: 40px; height: 40px; }
    .blog-page-type .blog-search-container .blog-search-button svg { width: 16px; height: 16px; }
    .blog-page-type .blog-article                  { padding: 24px 22px 22px; border-radius: 14px; }
    .blog-page-type .article-title a,
    .blog-page-type .article-title .section-main-heading { font-size: 20px; line-height: 28px; }
    .blog-page-type .article-body p                { font-size: 15px; line-height: 25px; -webkit-line-clamp: 3; }
    .blog-page-type .articles-filter-container.hide-for-large { padding: 18px 18px 14px; border-radius: 12px; }
}


/* ---------------------------------------------------------------------
 129) BLOG PAGE — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .blog-page-type::before,
    .blog-page-type::after                        { animation: none; }
    .blog-page-type .search-input-blog,
    .blog-page-type .blog-search-button,
    .blog-page-type .ps-blog-category li a,
    .blog-page-type .ps-blog-category li a::before,
    .blog-page-type .all-blogs.button,
    .blog-page-type .blog-article,
    .blog-page-type .blog-article::before,
    .blog-page-type .article-category > span > a,
    .blog-page-type .article-title a,
    .blog-page-type .blog-read-more,
    .blog-page-type .blog-read-more::after        { transition: none; }
    .blog-page-type .blog-li:hover .blog-article,
    .blog-page-type .blog-li:focus-within .blog-article,
    .blog-page-type .ps-blog-category li:hover a,
    .blog-page-type .blog-search-button:hover,
    .blog-page-type .blog-read-more:hover::after  { transform: none; }
}


/* =====================================================================
   ARTICLE PAGE (single blog post) — sections 130–140
   Scoped under .article-page-type. Styles the long-form reading
   experience: H1, author/date/categories meta, article body typography,
   custom-bulleted lists, plus Recent Posts sidebar below the article.
   ===================================================================== */


/* ---------------------------------------------------------------------
 130) ARTICLE PAGE — base canvas with ambient orbs
   --------------------------------------------------------------------- */
.article-page-type {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #FFFFFF 0%, #FAFBFD 70%, #F4F8FE 100%);
    padding: 48px 0 80px;
}
.article-page-type::before {
    content: '';
    position: absolute;
    top: -240px;
    right: -200px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.05) 0%, rgba(30,144,255,0) 70%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-article-orb-a 26s ease-in-out infinite;
}
.article-page-type::after {
    content: '';
    position: absolute;
    bottom: -260px;
    left: -180px;
    width: 540px;
    height: 540px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,66,143,0.05) 0%, rgba(0,66,143,0) 70%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-article-orb-b 24s ease-in-out infinite;
}
@keyframes seaside-article-orb-a {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-40px, 30px); }
}
@keyframes seaside-article-orb-b {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(30px, -30px); }
}


/* ---------------------------------------------------------------------
 131) ARTICLE LAYOUT — centered reading column
       The CMS uses .cell.large-12 (full width) which is too wide for
       comfortable reading. Constrain inner elements to ~760px and
       center for optimal 60-75 chars/line.
       Override the .cell.large-4 meta cell to full-width so author/date
       /categories aren't cramped to 1/3 of the row.
   --------------------------------------------------------------------- */
.article-page-type .blog-article-content {
    padding-left: 16px;
    padding-right: 16px;
}

/* Force meta cell to full width — CMS template puts it in large-4
   which leaves 2/3 of the row empty */
.article-page-type .blog-article-content > .grid-x.align-middle > .cell.large-4 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}


/* ---------------------------------------------------------------------
 132) ARTICLE H1 — display title with gradient accent below
   --------------------------------------------------------------------- */
.article-page-type .article-title.banner-main-heading {
    position: relative;
    max-width: none;
    margin: 0 0 24px;
    padding: 0;
    font-family: var(--seaside-font-heading, 'Saira', sans-serif);
    font-weight: 700;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: var(--seaside-primary);
    text-align: left;
    background: none;
    -webkit-text-fill-color: var(--seaside-primary);
}
/* Gradient accent bar under title */
.article-page-type .article-title.banner-main-heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin-top: 22px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
}


/* ---------------------------------------------------------------------
 133) ARTICLE META — author, date, categories
       The CMS markup mixes <li> elements and raw text/<span>s as
       direct children of the <ul>. Flexbox handles them all as
       anonymous flex items. We hide the comma-separator spans and
       style each child type distinctly.
   --------------------------------------------------------------------- */
.article-page-type .blog-author {
    max-width: none;
    margin: 0 0 40px !important;
    padding: 18px 0;
    border-top: 1px solid rgba(0, 66, 143, 0.10);
    border-bottom: 1px solid rgba(0, 66, 143, 0.10);
}

.article-page-type .blog-author .lab-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 18px;
    font-family: var(--seaside-font-body);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: var(--seaside-gray);
}

/* Each <li> is an inline meta piece */
.article-page-type .blog-author .lab-ul li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    list-style: none;
    padding: 0;
}

/* Author name with person icon */
.article-page-type .blog-author .lab-ul li .author_name {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--seaside-primary);
    font-weight: 600;
}
.article-page-type .blog-author .lab-ul li .author_name::before {
    content: '';
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300428F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/><circle cx='12' cy='7' r='4'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Date with calendar icon */
.article-page-type .blog-author .lab-ul li .pubdate {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--seaside-gray);
    font-weight: 500;
}
.article-page-type .blog-author .lab-ul li .pubdate::before {
    content: '';
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234A5560' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='18' rx='2'/><line x1='16' y1='2' x2='16' y2='6'/><line x1='8' y1='2' x2='8' y2='6'/><line x1='3' y1='10' x2='21' y2='10'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}
/* Override the .color-black helper from CMS */
.article-page-type .blog-author .lab-ul li .pubdate.color-black {
    color: var(--seaside-gray) !important;
}

/* Hide the comma separator spans (those without an <a> child) */
.article-page-type .blog-author .lab-ul > span:not(:has(> a)) {
    display: none;
}

/* Category pill spans (those with an <a> child) */
.article-page-type .blog-author .lab-ul > span:has(> a) {
    display: inline-flex;
}
.article-page-type .blog-author .lab-ul > span > a {
    display: inline-flex;
    align-items: center;
    padding: 4px 11px;
    background: rgba(30, 144, 255, 0.08);
    border: 1px solid rgba(0, 66, 143, 0.10);
    border-radius: 999px;
    font-family: var(--seaside-font-body);
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--seaside-primary);
    text-decoration: none;
    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}
.article-page-type .blog-author .lab-ul > span > a:hover,
.article-page-type .blog-author .lab-ul > span > a:focus-visible {
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    border-color: transparent;
    color: #FFFFFF;
    transform: translateY(-1px);
    outline: none;
}


/* ---------------------------------------------------------------------
 134) ARTICLE BODY — wrapper + typography rhythm
   --------------------------------------------------------------------- */
.article-page-type .article-body.rte {
    max-width: none;
    margin: 0;
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.005em;
    color: var(--seaside-gray);
}

/* H2 — major section heading with gradient accent bar before it */
.article-page-type .article-body.rte h2 {
    position: relative;
    margin: 56px 0 18px;
    padding: 0;
    font-family: var(--seaside-font-heading, 'Saira', sans-serif);
    font-weight: 700;
    font-size: clamp(24px, 2.4vw, 32px);
    line-height: 1.25;
    letter-spacing: 0.005em;
    color: var(--seaside-primary);
}
.article-page-type .article-body.rte h2::before {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    margin: 0 0 16px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
}
.article-page-type .article-body.rte h2:first-child {
    margin-top: 0;
}

/* H3 — sub-section heading */
.article-page-type .article-body.rte h3 {
    margin: 36px 0 14px;
    padding: 0;
    font-family: var(--seaside-font-heading, 'Saira', sans-serif);
    font-weight: 700;
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 0.005em;
    color: var(--seaside-primary);
}

/* Paragraphs */
.article-page-type .article-body.rte p {
    margin: 0 0 22px;
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.005em;
    color: var(--seaside-gray);
}

/* Strong/bold — brand-primary color, used heavily for key terms */
.article-page-type .article-body.rte strong,
.article-page-type .article-body.rte b {
    font-weight: 700;
    color: var(--seaside-primary);
}

/* Inline links */
.article-page-type .article-body.rte a {
    color: var(--seaside-accent);
    font-weight: 600;
    text-decoration: none;
    background-image: linear-gradient(180deg, transparent 92%, var(--seaside-accent) 92%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: color 0.3s ease, background-size 0.3s ease;
}
.article-page-type .article-body.rte a:hover,
.article-page-type .article-body.rte a:focus-visible {
    color: var(--seaside-primary);
    background-image: linear-gradient(180deg, rgba(30, 144, 255, 0.18) 0%, rgba(30, 144, 255, 0.18) 100%);
    outline: none;
}


/* ---------------------------------------------------------------------
 135) ARTICLE BODY LISTS — custom brand-color bullets
   --------------------------------------------------------------------- */
.article-page-type .article-body.rte ul {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}
.article-page-type .article-body.rte ul li {
    position: relative;
    margin: 0 0 14px;
    padding: 0 0 0 28px;
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: var(--seaside-gray);
}
.article-page-type .article-body.rte ul li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    box-shadow: 0 0 0 4px rgba(30, 144, 255, 0.08);
}
.article-page-type .article-body.rte ul li:last-child {
    margin-bottom: 0;
}

/* Ordered lists fallback */
.article-page-type .article-body.rte ol {
    margin: 0 0 28px;
    padding-left: 24px;
    counter-reset: article-ol;
}
.article-page-type .article-body.rte ol li {
    position: relative;
    margin: 0 0 14px;
    padding-left: 8px;
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: var(--seaside-gray);
}


/* ---------------------------------------------------------------------
 136) RECENT POSTS SIDEBAR (below the article)
       Section header with gradient accent.
   --------------------------------------------------------------------- */
.article-page-type .blog-sidebar {
    padding-top: 48px;
    margin-top: 56px;
    border-top: 1px solid rgba(0, 66, 143, 0.10);
}

.article-page-type .blog-sidebar-widget {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 16px;
}

.article-page-type .blog-sidebar-h2,
.article-page-type .blog-sidebar .recent-posts-text,
.article-page-type .blog-sidebar .section-main-heading {
    position: relative;
    margin: 0 0 28px;
    padding: 0 0 16px;
    font-family: var(--seaside-font-heading, 'Saira', sans-serif);
    font-weight: 700;
    font-size: clamp(24px, 2.4vw, 30px);
    line-height: 1.2;
    letter-spacing: 0.005em;
    color: var(--seaside-primary);
}
.article-page-type .blog-sidebar-h2::after,
.article-page-type .blog-sidebar .recent-posts-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
}


/* ---------------------------------------------------------------------
 137) RECENT POSTS — compact card variant
       Reuses .blog-li / .blog-article / .article-category / .article-title
       / .item-body / .blog-read-more from blog index but tuned compact.
   --------------------------------------------------------------------- */
.article-page-type .ps-blog-recent-posts {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

.article-page-type .ps-blog-recent-posts .blog-li {
    list-style: none;
    margin: 0;
}
.article-page-type .ps-blog-recent-posts .blog-li .row {
    margin: 0;
}

.article-page-type .ps-blog-recent-posts .blog-article {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid rgba(0, 66, 143, 0.10);
    border-radius: 16px;
    padding: 28px 32px 26px;
    box-shadow: 0 4px 12px rgba(0, 66, 143, 0.05);
    transition:
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}
.article-page-type .ps-blog-recent-posts .blog-article::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.article-page-type .ps-blog-recent-posts .blog-li:hover .blog-article,
.article-page-type .ps-blog-recent-posts .blog-li:focus-within .blog-article {
    transform: translateY(-3px);
    border-color: rgba(30, 144, 255, 0.30);
    box-shadow: 0 14px 28px rgba(0, 66, 143, 0.10);
}
.article-page-type .ps-blog-recent-posts .blog-li:hover .blog-article::before,
.article-page-type .ps-blog-recent-posts .blog-li:focus-within .blog-article::before {
    transform: scaleY(1);
}

/* Category pills on the card */
.article-page-type .ps-blog-recent-posts .article-category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    font-size: 0;
}
.article-page-type .ps-blog-recent-posts .article-category .categories_text {
    display: inline-flex;
    align-items: center;
    margin: 0 4px 0 0;
    padding: 0;
    background: transparent;
    border: 0;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--seaside-gray);
    opacity: 0.75;
}
.article-page-type .ps-blog-recent-posts .article-category > span:not(:has(> a)) {
    display: none;
}
.article-page-type .ps-blog-recent-posts .article-category > span:has(> a) {
    display: inline-flex;
}
.article-page-type .ps-blog-recent-posts .article-category > span > a {
    display: inline-flex;
    align-items: center;
    padding: 5px 11px;
    background: rgba(30, 144, 255, 0.08);
    border: 1px solid rgba(0, 66, 143, 0.10);
    border-radius: 999px;
    font-family: var(--seaside-font-body);
    font-weight: 600;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--seaside-primary);
    text-decoration: none;
    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}
.article-page-type .ps-blog-recent-posts .article-category > span > a:hover,
.article-page-type .ps-blog-recent-posts .article-category > span > a:focus-visible {
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    border-color: transparent;
    color: #FFFFFF;
    transform: translateY(-1px);
    outline: none;
}

/* Title with gradient on hover */
.article-page-type .ps-blog-recent-posts .article-title {
    margin: 0 0 12px;
}
.article-page-type .ps-blog-recent-posts .article-title a,
.article-page-type .ps-blog-recent-posts .article-title .section-main-heading,
.article-page-type .ps-blog-recent-posts .article-title .color-black {
    display: inline;
    font-family: var(--seaside-font-heading, 'Saira', sans-serif);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0.005em;
    color: var(--seaside-primary) !important;
    text-decoration: none;
    background-image: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: var(--seaside-primary);
    transition: -webkit-text-fill-color 0.4s ease, color 0.4s ease;
}
.article-page-type .ps-blog-recent-posts .blog-li:hover .article-title a,
.article-page-type .ps-blog-recent-posts .blog-li:hover .article-title .section-main-heading {
    -webkit-text-fill-color: transparent;
    color: transparent !important;
}

/* Excerpt body — uses .item-body (different class from blog index) */
.article-page-type .ps-blog-recent-posts .item-body {
    margin: 0 0 16px;
}
.article-page-type .ps-blog-recent-posts .item-body p {
    margin: 0;
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: var(--seaside-gray);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Read more with sliding arrow */
.article-page-type .ps-blog-recent-posts .blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--seaside-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}
.article-page-type .ps-blog-recent-posts .blog-read-more::after {
    content: '→';
    font-size: 17px;
    line-height: 1;
    color: currentColor;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.article-page-type .ps-blog-recent-posts .blog-read-more:hover,
.article-page-type .ps-blog-recent-posts .blog-read-more:focus-visible {
    color: var(--seaside-accent);
    outline: none;
}
.article-page-type .ps-blog-recent-posts .blog-read-more:hover::after,
.article-page-type .ps-blog-recent-posts .blog-read-more:focus-visible::after {
    transform: translateX(5px);
}


/* ---------------------------------------------------------------------
 138) ARTICLE PAGE — RESPONSIVE
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .article-page-type                                  { padding: 36px 0 64px; }
    .article-page-type .article-body.rte                { font-size: 16px; line-height: 28px; }
    .article-page-type .article-body.rte p              { font-size: 16px; line-height: 28px; }
    .article-page-type .article-body.rte ul li          { font-size: 16px; line-height: 28px; }
    .article-page-type .article-body.rte h3             { font-size: 19px; }
    .article-page-type .ps-blog-recent-posts .blog-article { padding: 24px 26px 22px; }
}
@media screen and (max-width: 640px) {
    .article-page-type                                  { padding: 28px 0 56px; }
    .article-page-type .article-title.banner-main-heading { font-size: clamp(24px, 6vw, 32px); }
    .article-page-type .article-title.banner-main-heading::after { width: 56px; margin-top: 18px; }
    .article-page-type .blog-author                     { padding: 14px 0; margin-bottom: 32px !important; }
    .article-page-type .blog-author .lab-ul             { font-size: 13px; gap: 8px 14px; }
    .article-page-type .article-body.rte h2             { font-size: 22px; margin-top: 40px; }
    .article-page-type .article-body.rte h2::before     { width: 40px; margin-bottom: 12px; }
    .article-page-type .article-body.rte h3             { font-size: 18px; margin-top: 28px; }
    .article-page-type .article-body.rte p              { font-size: 16px; line-height: 27px; margin-bottom: 18px; }
    .article-page-type .article-body.rte ul li          { font-size: 16px; line-height: 27px; padding-left: 24px; }
    .article-page-type .article-body.rte ul li::before  { top: 10px; width: 7px; height: 7px; }
    .article-page-type .blog-sidebar                    { padding-top: 36px; margin-top: 44px; }
    .article-page-type .ps-blog-recent-posts .blog-article { padding: 20px 20px 18px; border-radius: 14px; }
    .article-page-type .ps-blog-recent-posts .article-title a,
    .article-page-type .ps-blog-recent-posts .article-title .section-main-heading { font-size: 19px; }
}


/* ---------------------------------------------------------------------
 139) ARTICLE PAGE — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .article-page-type::before,
    .article-page-type::after                                          { animation: none; }
    .article-page-type .blog-author .lab-ul > span > a,
    .article-page-type .article-body.rte a,
    .article-page-type .ps-blog-recent-posts .blog-article,
    .article-page-type .ps-blog-recent-posts .blog-article::before,
    .article-page-type .ps-blog-recent-posts .article-category > span > a,
    .article-page-type .ps-blog-recent-posts .article-title a,
    .article-page-type .ps-blog-recent-posts .blog-read-more,
    .article-page-type .ps-blog-recent-posts .blog-read-more::after    { transition: none; }
    .article-page-type .ps-blog-recent-posts .blog-li:hover .blog-article,
    .article-page-type .ps-blog-recent-posts .blog-li:focus-within .blog-article,
    .article-page-type .blog-author .lab-ul > span > a:hover,
    .article-page-type .ps-blog-recent-posts .article-category > span > a:hover,
    .article-page-type .ps-blog-recent-posts .blog-read-more:hover::after { transform: none; }
}


/* =====================================================================
   SITE HEADER (.new-header / .is-header) — sections 140–150
   Premium dark-brand-gradient header with sticky positioning,
   animated nav underlines, beautiful Services dropdown, and
   mobile contact rows. Targets header-specific classes only.
   ===================================================================== */


/* ---------------------------------------------------------------------
 140) HEADER OUTER WRAPPER — sticky, white background, soft shadow
       LIGHT THEME — designed to complement the colorful brand logo
       which has a white/transparent background and blue artwork.
   --------------------------------------------------------------------- */
.is-header {
    position: sticky;
    top: 0;
    z-index: 100;
    isolation: isolate;
}
.is-header,
.is-header .is-boxes,
.is-header .is-box-centered {
    overflow: visible;     /* don't clip dropdown menus */
}

#header.new-header {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, #FAFBFD 100%);
    border-bottom: 1px solid rgba(0, 66, 143, 0.08);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 4px 14px rgba(0, 66, 143, 0.06);
}

/* Subtle ambient accent glow in top-right corner */
#header.new-header::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.06) 0%, rgba(30,144,255,0) 70%);
    pointer-events: none;
    z-index: 0;
}
#header.new-header > div {
    position: relative;
    z-index: 1;
}


/* ---------------------------------------------------------------------
 141) HEADER TOP ROW — vertical padding only (no cell overrides).
       Foundation's .align-justify on the grid-x and .align-right on
       the menu already handle horizontal layout. Cell sizing/positioning
       is left untouched.
   --------------------------------------------------------------------- */
#header.new-header .grid-x.new-header-4 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    align-items: center;
}


/* ---------------------------------------------------------------------
 142) LOGO — text "LOGO" placeholder styled as premium wordmark.
       When user swaps in an image <img>, sizing inherits the link.
   --------------------------------------------------------------------- */
#header.new-header .logo-container a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #FFFFFF;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
#header.new-header .logo-container a:hover,
#header.new-header .logo-container a:focus-visible {
    opacity: 0.92;
    transform: translateY(-1px);
    outline: none;
}

#header.new-header .logo-container .text-logo {
    font-family: var(--seaside-font-heading, 'Saira', sans-serif);
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.18em;
    color: var(--seaside-primary);
    background-image: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

/* Logo image — 200px tall at every resolution */
#header.new-header .logo-container a img {
    max-height: 200px;
    width: auto;
    display: inline-block;
}


/* ---------------------------------------------------------------------
 143) PHONE LINK — icon + number, accent hover
   --------------------------------------------------------------------- */
#header.new-header .sitePhoneNumber {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 4px;
    font-family: var(--seaside-font-body);
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: var(--seaside-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}
#header.new-header .sitePhoneNumber i.fa-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(30, 144, 255, 0.10);
    color: var(--seaside-accent);
    font-size: 13px;
    transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease;
}
#header.new-header .sitePhoneNumber:hover,
#header.new-header .sitePhoneNumber:focus-visible {
    color: var(--seaside-accent);
    outline: none;
}
#header.new-header .sitePhoneNumber:hover i.fa-phone,
#header.new-header .sitePhoneNumber:focus-visible i.fa-phone {
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    color: #FFFFFF;
    transform: scale(1.06);
}


/* ---------------------------------------------------------------------
 144) HEADER "CONTACT US" CTA — sits in top-right
       Uses its own selector instead of the global .button so dark
       header colors are correct. Bumps specificity so .cta on the
       <a> doesn't leak in legacy styles.
   --------------------------------------------------------------------- */
#header.new-header .cell.medium-3 .menu li > a.cta.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 22px;
    border-radius: 999px;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    border: 2px solid transparent;
    box-shadow: 0 6px 16px rgba(0, 66, 143, 0.22);
    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
#header.new-header .cell.medium-3 .menu li > a.cta.button:hover,
#header.new-header .cell.medium-3 .menu li > a.cta.button:focus-visible {
    background: #FFFFFF;
    color: var(--seaside-primary);
    border-color: var(--seaside-primary);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 66, 143, 0.18);
    outline: none;
}


/* ---------------------------------------------------------------------
 145) MAIN NAVIGATION (level 1) — animated underline + active state
   --------------------------------------------------------------------- */
#header.new-header .new-header-menu-container {
    border-top: 1px solid rgba(0, 66, 143, 0.08);
    background: rgba(30, 144, 255, 0.04);
}
#header.new-header .new-header-menu-container .grid-x {
    padding: 4px 16px !important;
}

#header.new-header .dropdown.menu.level-1 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

#header.new-header .dropdown.menu.level-1 > li {
    list-style: none;
    margin: 0;
    position: relative;
}

#header.new-header .dropdown.menu.level-1 > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 14px 18px;
    font-family: var(--seaside-font-body);
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: var(--seaside-gray) !important;
    text-decoration: none;
    background: transparent !important;
    transition: color 0.3s ease;
}

/* Animated underline (centered, grows from middle) */
#header.new-header .dropdown.menu.level-1 > li > a::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 36px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#header.new-header .dropdown.menu.level-1 > li:hover > a,
#header.new-header .dropdown.menu.level-1 > li > a:hover,
#header.new-header .dropdown.menu.level-1 > li > a:focus,
#header.new-header .dropdown.menu.level-1 > li > a:focus-visible {
    color: var(--seaside-primary) !important;
    background: transparent !important;
    outline: none;
}
#header.new-header .dropdown.menu.level-1 > li:hover > a::before,
#header.new-header .dropdown.menu.level-1 > li > a:focus-visible::before,
#header.new-header .dropdown.menu.level-1 > li.active > a::before {
    transform: translateX(-50%) scaleX(1);
}

/* Active item — bolder navy text */
#header.new-header .dropdown.menu.level-1 > li.active > a,
#header.new-header .dropdown.menu.level-1 > li.is-active > a {
    color: var(--seaside-primary) !important;
    font-weight: 700;
    background: transparent !important;
}

/* Defeat Webware's white-on-hover-active rule that targets the inner span.
   The CMS injects: .new-header ul.dropdown.menu > li:hover > a:not(.button) span
   { color:#FFFFFF; } — we override by targeting the same span with the
   #header ID for higher specificity. */
#header.new-header .dropdown.menu.level-1 > li > a span {
    color: inherit !important;
}
#header.new-header .dropdown.menu.level-1 > li.active > a span,
#header.new-header .dropdown.menu.level-1 > li.is-active > a span,
#header.new-header .dropdown.menu.level-1 > li:hover > a span,
#header.new-header .dropdown.menu.level-1 > li > a:hover span,
#header.new-header .dropdown.menu.level-1 > li > a:focus span,
#header.new-header .dropdown.menu.level-1 > li > a:focus-visible span {
    color: var(--seaside-primary) !important;
}

/* Caret on dropdown parents (Services) — SVG chevron via mask-image.
   Positioned via LEFT (calc from right edge) instead of RIGHT to
   avoid conflict with Foundation's default `right: 5px` on this
   same pseudo-element. `right: auto` explicitly nullifies any
   inherited right value so only `left` controls horizontal position. */
#header.new-header .dropdown.menu.level-1 > li.is-dropdown-submenu-parent > a {
    padding-right: 36px;
}
#header.new-header .dropdown.menu.level-1 > li.is-dropdown-submenu-parent > a::after {
    content: '';
    position: absolute;
    right: auto;
    left: calc(100% - 26px);
    top: 50%;
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: var(--seaside-primary) !important;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='1 1.5 6 6.5 11 1.5'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><polyline points='1 1.5 6 6.5 11 1.5'/></svg>");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transform: translateY(-50%);
    transform-origin: center;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
}
#header.new-header .dropdown.menu.level-1 > li.is-dropdown-submenu-parent:hover > a::after,
#header.new-header .dropdown.menu.level-1 > li.is-dropdown-submenu-parent:focus-within > a::after,
#header.new-header .dropdown.menu.level-1 > li.js-dropdown-active > a::after {
    background-color: var(--seaside-accent) !important;
    transform: translateY(-50%) rotate(180deg);
}


/* ---------------------------------------------------------------------
 146) DROPDOWN SUBMENU (level 2) — Services panel
       Foundation handles open/close via JS. We just style the panel.
   --------------------------------------------------------------------- */
#header.new-header .is-dropdown-submenu.menu.level-2 {
    position: absolute;
    top: 87%;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 280px;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #FFFFFF;
    border: 1px solid rgba(0, 66, 143, 0.08);
    border-radius: 14px;
    box-shadow:
        0 24px 48px rgba(0, 17, 43, 0.28),
        0 4px 12px rgba(0, 66, 143, 0.10);
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.25s ease,
        transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0s linear 0.25s;
}

/* Foundation toggles .js-dropdown-active on the parent when open;
   also show on hover for keyboardless devices that don't trigger JS */
#header.new-header .dropdown.menu.level-1 > li.is-dropdown-submenu-parent:hover > .is-dropdown-submenu,
#header.new-header .dropdown.menu.level-1 > li.is-dropdown-submenu-parent:focus-within > .is-dropdown-submenu,
#header.new-header .dropdown.menu.level-1 > li.js-dropdown-active > .is-dropdown-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(4px);
    transition:
        opacity 0.25s ease,
        transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        visibility 0s linear 0s;
}

/* Submenu items */
#header.new-header .is-dropdown-submenu.menu.level-2 li {
    list-style: none;
    margin: 0;
}
#header.new-header .is-dropdown-submenu.menu.level-2 li > a {
    display: block;
    padding: 11px 16px;
    border-radius: 8px;
    font-family: var(--seaside-font-body);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: var(--seaside-primary);
    text-decoration: none;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        padding-left 0.25s ease;
}
#header.new-header .is-dropdown-submenu.menu.level-2 li > a:hover,
#header.new-header .is-dropdown-submenu.menu.level-2 li > a:focus-visible {
    background: linear-gradient(135deg, rgba(0, 66, 143, 0.06) 0%, rgba(30, 144, 255, 0.10) 100%);
    color: var(--seaside-accent);
    padding-left: 22px;
    outline: none;
}


/* ---------------------------------------------------------------------
 147) MOBILE HAMBURGER BUTTON
       Hamburger icon drawn via SVG mask-image on the button itself —
       no Font Awesome dependency. The shipped <i class="fas fa-bars">
       is hidden because FA is not rendering reliably on this site.
   --------------------------------------------------------------------- */
#header.new-header .sidenav-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0 !important;
}

#header.new-header .openMenu {
    /* Reset all browser button defaults */
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(0, 66, 143, 0.08) !important;
    color: var(--seaside-primary) !important;
    cursor: pointer;
    font: inherit;
    line-height: 1;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(0, 66, 143, 0.10);
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

/* Hide the screen-reader-only "Open Menu" text */
#header.new-header .openMenu .show-for-sr {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Hide the Font Awesome <i> — we draw the icon ourselves below */
#header.new-header .openMenu i.fas,
#header.new-header .openMenu i.fa-bars,
#header.new-header .openMenu i.icon {
    display: none !important;
}

/* CSS-drawn hamburger icon — three rounded bars via SVG mask.
   Background-color is fixed dark navy #021937 so the bars stay visible
   against the light-tinted button background. */
#header.new-header .openMenu::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 14px;
    transform: translate(-50%, -50%) rotate(0deg);
    background-color: #021937;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14'><rect x='0' y='0' width='20' height='2' rx='1'/><rect x='0' y='6' width='20' height='2' rx='1'/><rect x='0' y='12' width='20' height='2' rx='1'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14'><rect x='0' y='0' width='20' height='2' rx='1'/><rect x='0' y='6' width='20' height='2' rx='1'/><rect x='0' y='12' width='20' height='2' rx='1'/></svg>");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: background-color 0.3s ease, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* On focus-visible — swap to X close icon with a rotate morph */
#header.new-header .openMenu:focus-visible::before {
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14'><line x1='3' y1='0' x2='17' y2='14' stroke='black' stroke-width='2' stroke-linecap='round'/><line x1='17' y1='0' x2='3' y2='14' stroke='black' stroke-width='2' stroke-linecap='round'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14'><line x1='3' y1='0' x2='17' y2='14' stroke='black' stroke-width='2' stroke-linecap='round'/><line x1='17' y1='0' x2='3' y2='14' stroke='black' stroke-width='2' stroke-linecap='round'/></svg>");
}

#header.new-header .openMenu:hover,
#header.new-header .openMenu:focus-visible {
    color: var(--seaside-primary) !important;
    transform: scale(1.05);
    outline: none;
    box-shadow:
        inset 0 0 0 1px rgba(0, 66, 143, 0.16),
        0 6px 16px rgba(0, 66, 143, 0.18);
}


/* ---------------------------------------------------------------------
 148) MOBILE CONTACT ROWS — phone link + Contact Us button below top row
       Shown via .hide-for-large (visible at <1024px viewports).
       LIGHT THEME — to match the white header.
   --------------------------------------------------------------------- */
#header.new-header .mobile-contact-number-section,
#header.new-header .mobile-contact-button-section {
    padding: 12px 16px;
    text-align: center;
    border-top: 1px solid rgba(0, 66, 143, 0.08);
}
#header.new-header .mobile-contact-number-section {
    background: rgba(0, 66, 143, 0.03);
}
#header.new-header .mobile-contact-button-section {
    background: rgba(30, 144, 255, 0.06);
    padding: 16px 16px;
}

/* Phone link (number + icon) — dark text style */
#header.new-header .mobile-contact-number-section .sitePhoneNumber {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--seaside-font-body);
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: var(--seaside-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}
#header.new-header .mobile-contact-number-section .sitePhoneNumber i.fa-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(30, 144, 255, 0.12);
    color: var(--seaside-accent);
    font-size: 12px;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
#header.new-header .mobile-contact-number-section .sitePhoneNumber:hover,
#header.new-header .mobile-contact-number-section .sitePhoneNumber:focus-visible {
    color: var(--seaside-accent);
    outline: none;
}
#header.new-header .mobile-contact-number-section .sitePhoneNumber:hover i.fa-phone,
#header.new-header .mobile-contact-number-section .sitePhoneNumber:focus-visible i.fa-phone {
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    color: #FFFFFF;
    transform: scale(1.06);
}

/* Contact Us button — gradient pill matching desktop CTA */
#header.new-header .mobile-contact-button-section a.cta.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    min-width: 220px;
    max-width: 100%;
    margin: 0;
    padding: 13px 32px;
    border-radius: 999px;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    border: 2px solid transparent;
    box-shadow: 0 6px 16px rgba(0, 66, 143, 0.22);
    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
#header.new-header .mobile-contact-button-section a.cta.button:hover,
#header.new-header .mobile-contact-button-section a.cta.button:focus-visible {
    background: #FFFFFF;
    color: var(--seaside-primary);
    border-color: var(--seaside-primary);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 66, 143, 0.18);
    outline: none;
}


/* ---------------------------------------------------------------------
 149) HEADER — RESPONSIVE
       Below large (Foundation breakpoint) = viewport < 1024px.
       Using 1023.98px to match Foundation's standard subpixel rule.
   --------------------------------------------------------------------- */
@media screen and (max-width: 1023.98px) {

    /* Top row — keep vertical padding, leave cell layout to CMS */
    #header.new-header .grid-x.new-header-4 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        align-items: center;
    }

    /* Logo — slightly smaller, looser letter-spacing */
    #header.new-header .logo-container .text-logo {
        font-size: 26px;
        letter-spacing: 0.14em;
    }
    #header.new-header .logo-container a img {
        max-height: 200px;
    }

    /* Hide the desktop nav row entirely */
    #header.new-header .new-header-menu-container {
        display: none;
    }

    /* Hamburger — sits at the right via Foundation's grid; just visual polish */
    #header.new-header .sidenav-container {
        text-align: right;
        position: absolute;
        right: 12px;
        top: 50%;
    }
}

@media screen and (max-width: 640px) {

    #header.new-header .grid-x.new-header-4 {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    #header.new-header .logo-container .text-logo {
        font-size: 22px;
        letter-spacing: 0.12em;
    }
    #header.new-header .logo-container a img {
        max-height: 200px;
    }

    /* Hamburger — slightly smaller touch target on small phones */
    #header.new-header .openMenu {
        width: 40px;
        height: 40px;
    }
    #header.new-header .openMenu i.fas.fa-bars {
        font-size: 18px;
    }

    /* Mobile contact rows — tighten padding */
    #header.new-header .mobile-contact-number-section {
        padding: 10px 14px;
    }
    #header.new-header .mobile-contact-button-section {
        padding: 14px 14px;
    }

    /* Phone link — slightly smaller */
    #header.new-header .mobile-contact-number-section .sitePhoneNumber {
        font-size: 14px;
    }
    #header.new-header .mobile-contact-number-section .sitePhoneNumber i.fa-phone {
        width: 26px;
        height: 26px;
        font-size: 11px;
    }

    /* Contact Us button — narrower min-width on tight screens */
    #header.new-header .mobile-contact-button-section a.cta.button {
        min-width: 180px;
        padding: 12px 26px;
        font-size: 12px;
        letter-spacing: 0.12em;
    }
}


/* ---------------------------------------------------------------------
 150) HEADER — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    #header.new-header .logo-container a,
    #header.new-header .sitePhoneNumber,
    #header.new-header .sitePhoneNumber i.fa-phone,
    #header.new-header .cell.medium-3 .menu li > a.cta.button,
    #header.new-header .dropdown.menu.level-1 > li > a,
    #header.new-header .dropdown.menu.level-1 > li > a::before,
    #header.new-header .dropdown.menu.level-1 > li.is-dropdown-submenu-parent > a::after,
    #header.new-header .is-dropdown-submenu.menu.level-2,
    #header.new-header .is-dropdown-submenu.menu.level-2 li > a,
    #header.new-header .openMenu,
    #header.new-header .mobile-contact-number-section .sitePhoneNumber,
    #header.new-header .mobile-contact-number-section .sitePhoneNumber i.fa-phone,
    #header.new-header .mobile-contact-button-section a.cta.button {
        transition: none;
    }
    #header.new-header .logo-container a:hover,
    #header.new-header .sitePhoneNumber:hover i.fa-phone,
    #header.new-header .cell.medium-3 .menu li > a.cta.button:hover,
    #header.new-header .openMenu:hover,
    #header.new-header .mobile-contact-number-section .sitePhoneNumber:hover i.fa-phone,
    #header.new-header .mobile-contact-button-section a.cta.button:hover {
        transform: none;
    }
}


/* =====================================================================
   MOBILE SIDENAV (off-canvas) — sections 151–155
   Foundation off-canvas panel that slides in from the right when the
   hamburger is tapped. Styled to match the header's brand-gradient
   dark theme with the same typography as desktop nav.
   ===================================================================== */


/* ---------------------------------------------------------------------
 151) SIDENAV BASE — panel background, dimensions, scroll
   --------------------------------------------------------------------- */
.off-canvas.sidenav {
    background: linear-gradient(180deg, #00112B 0%, #062D5E 55%, #0A3A6E 100%) !important;
    box-shadow: -12px 0 36px rgba(0, 0, 0, 0.45);
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
}

/* Subtle accent glow at top of panel */
.off-canvas.sidenav::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.10) 0%, rgba(30,144,255,0) 70%);
    pointer-events: none;
    z-index: 0;
}


/* ---------------------------------------------------------------------
 152) SIDENAV MENU LIST — base
   --------------------------------------------------------------------- */
.off-canvas.sidenav .vertical.menu.accordion-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.off-canvas.sidenav .vertical.menu.accordion-menu > li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.off-canvas.sidenav .vertical.menu.accordion-menu > li:last-child {
    border-bottom: 0;
}


/* ---------------------------------------------------------------------
 153) SIDENAV TOP-LEVEL LINKS — match desktop nav typography
       Inter 600, white-ish at rest, accent-blue on hover/active,
       sliding right-indent on interaction.
   --------------------------------------------------------------------- */
.off-canvas.sidenav .vertical.menu.accordion-menu > li > a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 24px;
    margin: 0;
    font-family: var(--seaside-font-body);
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    background: transparent;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        padding-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Gradient bar that grows from top on hover/active — matches the
   article card accent bar pattern */
.off-canvas.sidenav .vertical.menu.accordion-menu > li > a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--seaside-accent) 0%, #87CEFA 100%);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover state */
.off-canvas.sidenav .vertical.menu.accordion-menu > li > a:hover,
.off-canvas.sidenav .vertical.menu.accordion-menu > li > a:focus-visible {
    color: #FFFFFF;
    background: rgba(30, 144, 255, 0.08);
    padding-left: 30px;
    outline: none;
}
.off-canvas.sidenav .vertical.menu.accordion-menu > li > a:hover::before,
.off-canvas.sidenav .vertical.menu.accordion-menu > li > a:focus-visible::before {
    transform: scaleY(1);
}

/* Active page — persistent accent state */
.off-canvas.sidenav .vertical.menu.accordion-menu > li.active > a {
    color: var(--seaside-accent);
    background: rgba(30, 144, 255, 0.10);
    padding-left: 30px;
}
.off-canvas.sidenav .vertical.menu.accordion-menu > li.active > a::before {
    transform: scaleY(1);
}

/* Defeat Webware's white-on-hover/active span rule that targets the inner
   <span itemprop="name">. Spans inherit anchor color at rest; explicit
   colors on hover/active so my brand colors win the cascade. */
.off-canvas.sidenav .vertical.menu.accordion-menu > li > a span {
    color: inherit !important;
}
.off-canvas.sidenav .vertical.menu.accordion-menu > li:hover > a span,
.off-canvas.sidenav .vertical.menu.accordion-menu > li > a:hover span,
.off-canvas.sidenav .vertical.menu.accordion-menu > li > a:focus span,
.off-canvas.sidenav .vertical.menu.accordion-menu > li > a:focus-visible span {
    color: #FFFFFF !important;
}
.off-canvas.sidenav .vertical.menu.accordion-menu > li.active > a span,
.off-canvas.sidenav .vertical.menu.accordion-menu > li.is-active > a span {
    color: var(--seaside-accent) !important;
}


/* ---------------------------------------------------------------------
 154) SIDENAV ACCORDION SUBMENU (Services)
       Chevron rotates on aria-expanded="true". Submenu panel reveals
       with darker background and indented items.
   --------------------------------------------------------------------- */

/* Services parent — chevron on the right */
.off-canvas.sidenav .vertical.menu .is-accordion-submenu-parent > a {
    padding-right: 48px;
}
.off-canvas.sidenav .vertical.menu .is-accordion-submenu-parent > a::after {
    content: '';
    position: absolute;
    right: auto;
    left: calc(100% - 38px);
    top: 50%;
    width: 12px;
    height: 7px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='1 1 6 6 11 1'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='1 1 6 6 11 1'/></svg>");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transform: translateY(-50%);
    transform-origin: center;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.off-canvas.sidenav .vertical.menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
    transform: translateY(-50%) rotate(180deg);
}

/* Submenu container — darker tint to nest visually */
.off-canvas.sidenav .vertical.menu .is-accordion-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.22);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.off-canvas.sidenav .vertical.menu .is-accordion-submenu li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.off-canvas.sidenav .vertical.menu .is-accordion-submenu li:last-child {
    border-bottom: 0;
}

/* Submenu items — slightly smaller, more indented */
.off-canvas.sidenav .vertical.menu .is-accordion-submenu-item > a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 24px 12px 38px;
    margin: 0;
    font-family: var(--seaside-font-body);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.70);
    text-decoration: none;
    background: transparent;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        padding-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.off-canvas.sidenav .vertical.menu .is-accordion-submenu-item > a:hover,
.off-canvas.sidenav .vertical.menu .is-accordion-submenu-item > a:focus-visible {
    color: var(--seaside-accent);
    background: rgba(30, 144, 255, 0.06);
    padding-left: 44px;
    outline: none;
}

/* Dot prefix on submenu items for visual rhythm */
.off-canvas.sidenav .vertical.menu .is-accordion-submenu-item > a::before {
    content: '';
    flex: 0 0 5px;
    width: 5px;
    height: 5px;
    margin-right: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.30);
    transition: background 0.3s ease, transform 0.3s ease;
}
.off-canvas.sidenav .vertical.menu .is-accordion-submenu-item > a:hover::before,
.off-canvas.sidenav .vertical.menu .is-accordion-submenu-item > a:focus-visible::before {
    background: linear-gradient(135deg, var(--seaside-accent) 0%, #87CEFA 100%);
    transform: scale(1.4);
}

/* Inside-span padding-left utility on submenu names — neutralize since
   our <a> padding already handles indentation */
.off-canvas.sidenav .vertical.menu .is-accordion-submenu-item .padding-left-1 {
    padding-left: 0 !important;
}

/* Defeat Webware's white-on-hover/active span rule for SUBMENU items.
   Same pattern as top-level — span inherits at rest, accent on hover. */
.off-canvas.sidenav .vertical.menu .is-accordion-submenu-item > a span {
    color: inherit !important;
}
.off-canvas.sidenav .vertical.menu .is-accordion-submenu-item > a:hover span,
.off-canvas.sidenav .vertical.menu .is-accordion-submenu-item > a:focus span,
.off-canvas.sidenav .vertical.menu .is-accordion-submenu-item > a:focus-visible span,
.off-canvas.sidenav .vertical.menu .is-accordion-submenu-item.active > a span,
.off-canvas.sidenav .vertical.menu .is-accordion-submenu-item.is-active > a span {
    color: var(--seaside-accent) !important;
}


/* ---------------------------------------------------------------------
 155) SIDENAV — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .off-canvas.sidenav .vertical.menu.accordion-menu > li > a,
    .off-canvas.sidenav .vertical.menu.accordion-menu > li > a::before,
    .off-canvas.sidenav .vertical.menu .is-accordion-submenu-parent > a::after,
    .off-canvas.sidenav .vertical.menu .is-accordion-submenu-item > a,
    .off-canvas.sidenav .vertical.menu .is-accordion-submenu-item > a::before {
        transition: none;
    }
}


/* =====================================================================
   SITE FOOTER (.new-footer / .is-footer) — sections 156–166
   Premium dark-brand-gradient footer with top nav, three-column body
   (About / Logo / Contact), and copyright bar. Mirrors the dark sidenav
   palette to ground the page below the light header.
   ===================================================================== */


/* ---------------------------------------------------------------------
 156) FOOTER OUTER WRAPPER — dark gradient, ambient orbs
   --------------------------------------------------------------------- */
.is-footer {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

#footer.new-footer {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #00112B 0%, #062D5E 55%, #0A3A6E 100%);
    color: rgba(255, 255, 255, 0.85);
    padding: 0;
}

/* Two ambient orbs for depth */
#footer.new-footer::before {
    content: '';
    position: absolute;
    top: -200px;
    left: -180px;
    width: 540px;
    height: 540px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.08) 0%, rgba(30,144,255,0) 70%);
    pointer-events: none;
    z-index: 0;
    animation: seaside-footer-orb-a 28s ease-in-out infinite;
}
#footer.new-footer::after {
    content: '';
    position: absolute;
    bottom: -240px;
    right: -160px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,66,143,0.16) 0%, rgba(0,66,143,0) 70%);
    pointer-events: none;
    z-index: 0;
    animation: seaside-footer-orb-b 24s ease-in-out infinite;
}
@keyframes seaside-footer-orb-a {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(40px, -30px); }
}
@keyframes seaside-footer-orb-b {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-30px, 30px); }
}

#footer.new-footer > div {
    position: relative;
    z-index: 1;
}


/* ---------------------------------------------------------------------
 157) FOOTER TOP NAV — Home / About / Services / FAQ / Blog / Contact
   --------------------------------------------------------------------- */
#footer.new-footer .footer-menu-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.18);
    padding: 4px 16px;
}

#footer.new-footer .dropdown.menu.level-1 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
#footer.new-footer .dropdown.menu.level-1 > li {
    list-style: none;
    margin: 0;
    position: relative;
}

#footer.new-footer .dropdown.menu.level-1 > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 14px 18px;
    font-family: var(--seaside-font-body);
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78) !important;
    text-decoration: none;
    background: transparent !important;
    transition: color 0.3s ease;
}
#footer.new-footer .dropdown.menu.level-1 > li > a span {
    color: inherit !important;
}

/* Animated gradient underline */
#footer.new-footer .dropdown.menu.level-1 > li > a::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 28px;
    height: 2px;
    border-radius: 1px;
    background: linear-gradient(90deg, var(--seaside-accent) 0%, #87CEFA 100%);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
#footer.new-footer .dropdown.menu.level-1 > li:hover > a,
#footer.new-footer .dropdown.menu.level-1 > li > a:hover,
#footer.new-footer .dropdown.menu.level-1 > li > a:focus-visible {
    color: #FFFFFF !important;
    outline: none;
}
#footer.new-footer .dropdown.menu.level-1 > li:hover > a span,
#footer.new-footer .dropdown.menu.level-1 > li > a:hover span,
#footer.new-footer .dropdown.menu.level-1 > li > a:focus-visible span {
    color: #FFFFFF !important;
}
#footer.new-footer .dropdown.menu.level-1 > li:hover > a::before,
#footer.new-footer .dropdown.menu.level-1 > li > a:focus-visible::before,
#footer.new-footer .dropdown.menu.level-1 > li.active > a::before,
#footer.new-footer .dropdown.menu.level-1 > li.is-active > a::before {
    transform: translateX(-50%) scaleX(1);
}

/* Active page */
#footer.new-footer .dropdown.menu.level-1 > li.active > a,
#footer.new-footer .dropdown.menu.level-1 > li.is-active > a {
    color: var(--seaside-accent) !important;
}
#footer.new-footer .dropdown.menu.level-1 > li.active > a span,
#footer.new-footer .dropdown.menu.level-1 > li.is-active > a span {
    color: var(--seaside-accent) !important;
}


/* ---------------------------------------------------------------------
 158) FOOTER SERVICES DROPDOWN — hidden in footer
       The Services link itself remains visible and clickable, but the
       chevron caret and the entire submenu panel are hidden. Footer nav
       is intentionally simpler than header nav.
   --------------------------------------------------------------------- */
#footer.new-footer .dropdown.menu.level-1 > li.is-dropdown-submenu-parent > a {
    padding-right: 18px;
}
#footer.new-footer .dropdown.menu.level-1 > li.is-dropdown-submenu-parent > a::after {
    content: none !important;
    display: none !important;
}
#footer.new-footer .is-dropdown-submenu.menu.level-2 {
    display: none !important;
}


/* ---------------------------------------------------------------------
 159) FOOTER BODY ROW — three-column layout breathing room
   --------------------------------------------------------------------- */
#footer.new-footer > .grid-x.align-justify {
    padding: 64px 16px 48px !important;
    align-items: flex-start;
}


/* ---------------------------------------------------------------------
 160) COLUMN HEADINGS (h4) — uppercase eyebrow + gradient underline
   --------------------------------------------------------------------- */
#footer.new-footer h4 {
    position: relative;
    margin: 0 0 22px;
    padding: 0 0 14px;
    font-family: var(--seaside-font-heading, 'Saira', sans-serif);
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: #FFFFFF;
}
#footer.new-footer h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--seaside-accent) 0%, #87CEFA 100%);
}


/* ---------------------------------------------------------------------
 161) ABOUT COLUMN — paragraph + social media
   --------------------------------------------------------------------- */
#footer.new-footer .footer-text {
    margin-bottom: 24px;
}
#footer.new-footer .footer-text p {
    margin: 0;
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.005em;
    color: rgba(255, 255, 255, 0.72);
}

/* Social media list — when populated */
#footer.new-footer .footer-social-media .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#footer.new-footer .footer-social-media .menu li {
    list-style: none;
    margin: 0;
}
#footer.new-footer .footer-social-media .menu li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #FFFFFF !important;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
#footer.new-footer .footer-social-media .menu li > a:hover,
#footer.new-footer .footer-social-media .menu li > a:focus-visible {
    background: linear-gradient(135deg, var(--seaside-accent) 0%, #87CEFA 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(30, 144, 255, 0.32);
    outline: none;
}
#footer.new-footer .footer-social-media .menu li > a i,
#footer.new-footer .footer-social-media .menu li > a svg {
    font-size: 16px;
    width: 16px;
    height: 16px;
}


/* ---------------------------------------------------------------------
 162) CENTER LOGO COLUMN
   --------------------------------------------------------------------- */
#footer.new-footer .footer-media-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
}

/* Logo backdrop card — gives the dark-blue logo artwork a light surface
   to render against so it's visible on the dark footer background.
   Brand-tinted glow + inset highlight makes the card feel intentional. */
#footer.new-footer .footer-media-box img {
    max-width: 100%;
    max-height: 220px;
    width: auto;
    height: auto;
    display: block;
    padding: 24px 28px;
    background: linear-gradient(135deg, #FFFFFF 0%, #F4F8FE 100%);
    border-radius: 18px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        0 14px 36px rgba(30, 144, 255, 0.16),
        0 0 0 1px rgba(255, 255, 255, 0.10);
    transition:
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.4s ease;
}
#footer.new-footer .footer-media-box img:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.85),
        0 20px 44px rgba(30, 144, 255, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.16);
}


/* ---------------------------------------------------------------------
 163) CONTACT COLUMN — address, phone, email, newsletter button
   --------------------------------------------------------------------- */
#footer.new-footer .contact-us-column {
    /* uses default cell margins */
}
#footer.new-footer .shop-address {
    display: block;
    margin: 0 0 18px;
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: rgba(255, 255, 255, 0.78) !important;
    text-decoration: none;
    transition: color 0.3s ease;
}
#footer.new-footer .shop-address:hover {
    color: #FFFFFF !important;
}

#footer.new-footer .contact-number {
    margin: 0 0 10px;
}
#footer.new-footer .contact-number .siteDisplayNumber {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
#footer.new-footer .contact-number .siteDisplayNumber a {
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #FFFFFF !important;
    text-decoration: none;
    background-image: linear-gradient(180deg, transparent 92%, var(--seaside-accent) 92%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: color 0.3s ease, background-size 0.3s ease;
}
#footer.new-footer .contact-number .siteDisplayNumber a:hover {
    color: var(--seaside-accent) !important;
}

#footer.new-footer .email-id {
    display: inline-block;
    margin: 0 0 22px;
    font-family: var(--seaside-font-body);
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none;
    word-break: break-word;
    background-image: linear-gradient(180deg, transparent 92%, rgba(30, 144, 255, 0.5) 92%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: color 0.3s ease;
}
#footer.new-footer .email-id:hover {
    color: var(--seaside-accent) !important;
}

/* Newsletter / Mailing list button */
#footer.new-footer .mailing-list-button {
    margin-top: 4px;
}
#footer.new-footer .mailing-list-button a.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 999px;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: linear-gradient(135deg, var(--seaside-accent) 0%, #87CEFA 100%);
    border: 2px solid transparent;
    box-shadow: 0 6px 16px rgba(30, 144, 255, 0.28);
    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}
#footer.new-footer .mailing-list-button a.button:hover,
#footer.new-footer .mailing-list-button a.button:focus-visible {
    background: transparent;
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.40);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.30);
    outline: none;
}


/* ---------------------------------------------------------------------
 164) COPYRIGHT BAR — thin band at the bottom
   --------------------------------------------------------------------- */
#footer.new-footer .copyright-container {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.22);
    padding: 18px 16px;
}
#footer.new-footer .copyright {
    margin: 0;
    font-family: var(--seaside-font-body);
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.65);
}
#footer.new-footer .copyright a {
    color: rgba(255, 255, 255, 0.92) !important;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}
#footer.new-footer .copyright a:hover,
#footer.new-footer .copyright a:focus-visible {
    color: var(--seaside-accent) !important;
    outline: none;
}


/* ---------------------------------------------------------------------
 165) FOOTER — RESPONSIVE
   --------------------------------------------------------------------- */
@media screen and (max-width: 1023.98px) {
    #footer.new-footer > .grid-x.align-justify { padding: 48px 16px 40px !important; }
    #footer.new-footer .footer-media-box        { padding: 24px 0; }
    #footer.new-footer .footer-media-box img    { max-height: 180px; padding: 20px 24px; border-radius: 16px; }
    #footer.new-footer .dropdown.menu.level-1 > li > a { padding: 12px 14px; font-size: 12px; letter-spacing: 0.05em; }

    /* Center h4 headings + accent dividers when columns stack on mobile */
    #footer.new-footer h4        { text-align: center; }
    #footer.new-footer h4::after { left: 50%; transform: translateX(-50%); }

    /* Center the supporting copy in About + Contact columns for visual rhythm */
    #footer.new-footer .footer-text                  { text-align: center; }
    #footer.new-footer .footer-social-media .menu    { justify-content: center; }
    #footer.new-footer .contact-us-column            { text-align: center; }
    #footer.new-footer .shop-address                 { text-align: center; }
}
@media screen and (max-width: 640px) {
    #footer.new-footer .footer-menu-container   { padding: 0 8px; }
    #footer.new-footer > .grid-x.align-justify  { padding: 36px 14px 30px !important; }
    #footer.new-footer h4                        { font-size: 14px; margin-bottom: 18px; padding-bottom: 12px; }
    #footer.new-footer .footer-text p           { font-size: 14px; line-height: 24px; }
    #footer.new-footer .shop-address            { font-size: 14px; line-height: 22px; }
    #footer.new-footer .contact-number .siteDisplayNumber a { font-size: 17px; }
    #footer.new-footer .email-id                { font-size: 14px; }
    #footer.new-footer .footer-media-box img    { max-height: 150px; padding: 16px 20px; border-radius: 14px; }
    #footer.new-footer .copyright               { font-size: 12px; line-height: 19px; }
    #footer.new-footer .mailing-list-button a.button { padding: 11px 20px; font-size: 12px; letter-spacing: 0.10em; }
}


/* ---------------------------------------------------------------------
 166) FOOTER — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    #footer.new-footer::before,
    #footer.new-footer::after                                           { animation: none; }
    #footer.new-footer .dropdown.menu.level-1 > li > a,
    #footer.new-footer .dropdown.menu.level-1 > li > a::before,
    #footer.new-footer .footer-social-media .menu li > a,
    #footer.new-footer .footer-media-box img,
    #footer.new-footer .shop-address,
    #footer.new-footer .contact-number .siteDisplayNumber a,
    #footer.new-footer .email-id,
    #footer.new-footer .mailing-list-button a.button,
    #footer.new-footer .copyright a                                     { transition: none; }
    #footer.new-footer .footer-social-media .menu li > a:hover,
    #footer.new-footer .footer-media-box img:hover,
    #footer.new-footer .mailing-list-button a.button:hover              { transform: none; }
}


/* =====================================================================
   24) ABOUT WEATHERDEK VINYL DECKING — sections 167–173
   Two-column section with white content card LEFT and lifestyle
   photograph RIGHT.
   ===================================================================== */


/* ---------------------------------------------------------------------
 167) WEATHERDEK SECTION — base + ambient orb
   --------------------------------------------------------------------- */
.seaside-weatherdek-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #FFFFFF 0%, #F4F8FE 100%) !important;
}
.seaside-weatherdek-section::after {
    content: '';
    position: absolute;
    bottom: -180px;
    left: -180px;
    width: 540px;
    height: 540px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.06) 0%, rgba(30,144,255,0) 70%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-weatherdek-orb 26s ease-in-out infinite;
}
@keyframes seaside-weatherdek-orb {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(30px, -30px); }
}

/* FULL-WIDTH MODIFIER — escape the locked is-content-1200 cap.
   We don't rename or remove the wrapper classes. We just override
   their max-width/padding when the section carries --full so this
   one instance can render edge-to-edge while every other section
   that uses is-content-1200 stays constrained. */
.seaside-weatherdek-section--full .grid-container.is-container.is-content-1200 {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.seaside-weatherdek-section--full .grid-x.grid-padding-x {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.seaside-weatherdek-section--full .grid-x.grid-padding-x > .cell {
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* ---------------------------------------------------------------------
 168) CONTENT CARD WRAPPER (left column — large-5)
       In full-width mode: outer-edge padding pulls the card off the
       page edge while inner-edge padding lets it sit near the image.
   --------------------------------------------------------------------- */
.seaside-weatherdek-content {
    padding: 48px 32px 48px 56px;
    display: flex;
    align-items: stretch;
}
.seaside-weatherdek-card {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(0, 66, 143, 0.08);
    border-radius: 18px;
    padding: 40px 38px 32px;
    box-shadow: 0 14px 36px rgba(0, 66, 143, 0.08);
    display: flex;
    flex-direction: column;
}


/* ---------------------------------------------------------------------
 169) EYEBROW + DISPLAY HEADING
   --------------------------------------------------------------------- */
.seaside-weatherdek-eyebrow {
    margin: 0 0 8px;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--seaside-black, #000000);
}

.seaside-weatherdek-heading {
    margin: 0 0 22px;
    padding: 0;
    font-family: var(--seaside-font-heading, 'Saira', sans-serif);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
}
.seaside-weatherdek-brand {
    display: block;
    font-family: var(--seaside-font-heading, 'Saira', sans-serif);
    font-weight: 800;
    font-size: clamp(36px, 4.5vw, 52px);
    line-height: 0.95;
    color: var(--seaside-black, #000000);
}
.seaside-weatherdek-brand sup {
    font-size: 0.40em;
    font-weight: 600;
    vertical-align: super;
    top: -0.6em;
    position: relative;
    color: var(--seaside-gray);
    margin-left: 2px;
}
.seaside-weatherdek-tagline {
    display: block;
    margin-top: 4px;
    font-family: var(--seaside-font-heading, 'Saira', sans-serif);
    font-weight: 800;
    font-size: clamp(28px, 3.6vw, 40px);
    line-height: 1;
    letter-spacing: 0.005em;
    color: var(--seaside-accent);
}


/* ---------------------------------------------------------------------
 170) BODY COPY
   --------------------------------------------------------------------- */
.seaside-weatherdek-body p {
    margin: 0 0 14px;
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: var(--seaside-gray);
}
.seaside-weatherdek-body p:last-child {
    margin-bottom: 0;
}
.seaside-weatherdek-body p strong {
    font-weight: 700;
    color: var(--seaside-black, #000000);
}
.seaside-weatherdek-body p strong sup {
    font-size: 0.55em;
    font-weight: 600;
    vertical-align: super;
    top: -0.4em;
    position: relative;
    color: var(--seaside-gray);
    margin-left: 1px;
}


/* ---------------------------------------------------------------------
 171) GRADIENT DIVIDER + CONTACT PROMPT
   --------------------------------------------------------------------- */
.seaside-weatherdek-divider {
    display: block;
    width: 64px;
    height: 2px;
    margin: 24px 0 18px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
}

.seaside-weatherdek-prompt {
    margin: 0 0 28px;
    font-family: var(--seaside-font-body);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: var(--seaside-gray);
}
.seaside-weatherdek-prompt a {
    color: var(--seaside-primary);
    font-weight: 700;
    text-decoration: none;
    background-image: linear-gradient(180deg, transparent 92%, var(--seaside-accent) 92%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: color 0.3s ease;
}
.seaside-weatherdek-prompt a:hover,
.seaside-weatherdek-prompt a:focus-visible {
    color: var(--seaside-accent);
    outline: none;
}

/* Water-drop icon between the link and the trailing copy */
.seaside-weatherdek-drop {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin: 0 2px 0 4px;
    color: var(--seaside-accent);
    vertical-align: middle;
}
.seaside-weatherdek-drop svg {
    width: 14px;
    height: 14px;
}


/* ---------------------------------------------------------------------
 172) FOOTER ROW — logo (left) + Contact Us CTA (right, red)
   --------------------------------------------------------------------- */
.seaside-weatherdek-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 66, 143, 0.08);
}

.seaside-weatherdek-logo-wrap {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
}
.seaside-weatherdek-logo-wrap img {
    max-height: 56px;
    width: auto;
    display: block;
}

/* Brand-color CONTACT US CTA — uses the site-standard .button class
   (defined globally near line 80) so this CTA matches every other CTA
   across the site exactly. No custom button styling needed here.   */


/* ---------------------------------------------------------------------
 173) RIGHT IMAGE COLUMN (large-7) — full-bleed to the page edge
   --------------------------------------------------------------------- */
.seaside-weatherdek-media {
    padding: 0;
    display: flex;
    align-items: stretch;
}
.seaside-weatherdek-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 5 / 4;
    /* Rounded only on the inner-facing edge — flush against the page edge */
    border-radius: 18px 0 0 18px;
    overflow: hidden;
    border: 1px solid rgba(0, 66, 143, 0.08);
    border-right: 0;
    box-shadow: -20px 20px 44px rgba(0, 66, 143, 0.14);
}
.seaside-weatherdek-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.seaside-weatherdek-img-wrap:hover img {
    transform: scale(1.04);
}

/* Subtle bottom gradient overlay for visual polish */
.seaside-weatherdek-img-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(180deg, rgba(0, 30, 70, 0) 0%, rgba(0, 30, 70, 0.20) 100%);
    pointer-events: none;
}


/* ---------------------------------------------------------------------
 174) WEATHERDEK SECTION — RESPONSIVE
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-weatherdek-content      { padding: 36px 24px 24px; }
    .seaside-weatherdek-media        { padding: 0; }
    .seaside-weatherdek-img-wrap     { border-radius: 18px 0 0 18px; border-right: 0; }
    .seaside-weatherdek-card         { padding: 36px 32px 28px; }
}
@media screen and (max-width: 768px) {
    /* Stack mode — image goes flush all around, content returns to normal */
    .seaside-weatherdek-content      { padding: 28px 22px 16px; }
    .seaside-weatherdek-media        { padding: 0; }
    .seaside-weatherdek-img-wrap     {
        aspect-ratio: 4 / 3;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        box-shadow: 0 8px 24px rgba(0, 66, 143, 0.10);
    }
}
@media screen and (max-width: 640px) {
    .seaside-weatherdek-card         { padding: 28px 22px 22px; border-radius: 14px; }
    .seaside-weatherdek-body p       { font-size: 14px; line-height: 23px; }
    .seaside-weatherdek-footer       { gap: 16px; }
    .seaside-weatherdek-logo-wrap img{ max-height: 44px; }
}


/* ---------------------------------------------------------------------
 175) WEATHERDEK — REDUCED MOTION
   --------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .seaside-weatherdek-section::after,
    .seaside-weatherdek-prompt a,
    .seaside-weatherdek-img-wrap img { transition: none; animation: none; }
    .seaside-weatherdek-img-wrap:hover img { transform: none; }
}


/* =====================================================================
   SECTION 03 LAYOUT UPDATE — sections 176–178
   Testimonial moved inline (below body) instead of overlapping image.
   New classes:
     .seaside-feature-divider  — gradient bar between heading and body
     .seaside-testimonial-inline — testimonial card variant for stacked
                                   left-column placement (no overlap)
   Existing .seaside-testimonial-overlap class stays intact for any
   other sections still using the overlap pattern.
   ===================================================================== */


/* ---------------------------------------------------------------------
 176) FEATURE DIVIDER — 64px gradient bar between heading and body
   --------------------------------------------------------------------- */
.seaside-feature-divider {
    display: block;
    width: 64px;
    height: 3px;
    margin: 18px 0 26px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
}


/* ---------------------------------------------------------------------
 177) INLINE TESTIMONIAL VARIANT — sits below body copy in left column
       Lighter, more editorial than the .overlap variant. Uses an
       oversized opening quote glyph as the visual anchor instead of
       relying on glass-blur + image-backdrop overlap.
   --------------------------------------------------------------------- */
.seaside-testimonial-card.seaside-testimonial-inline {
    position: relative;
    overflow: visible;
    margin-top: 32px;
    padding: 20px 30px 22px;
    background: linear-gradient(135deg, #FFFFFF 0%, #F4F8FE 100%);
    border: 1px solid rgba(0, 66, 143, 0.10);
    border-left: 4px solid var(--seaside-accent);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0, 66, 143, 0.06);
    transition:
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}
.seaside-testimonial-card.seaside-testimonial-inline:hover {
    transform: translateY(-2px);
    border-color: rgba(0, 66, 143, 0.18);
    border-left-color: var(--seaside-primary);
    box-shadow: 0 16px 32px rgba(0, 66, 143, 0.10);
}

/* Decorative opening quote glyph — smaller, anchored to top-right
   close to the text so they read as a unit */
.seaside-testimonial-inline .seaside-testimonial-mark {
    position: absolute;
    top: -2px;
    right: 18px;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 700;
    font-size: 62px;
    line-height: 1;
    color: rgba(30, 144, 255, 0.22);
    pointer-events: none;
    user-select: none;
}

/* CRITICAL OVERRIDE — the global `.seaside-testimonial-quote::before`
   rule injects a SECOND curly-quote glyph (white-tint, 84px) inside the
   quote text. That makes the inline variant render two quote marks
   stacked oddly. We hide the global ::before for the inline variant. */
.seaside-testimonial-inline .seaside-testimonial-quote::before {
    content: none !important;
    display: none !important;
}

/* Quote text — italic for editorial weight, tighter top spacing
   since the mark above is now smaller and closer */
.seaside-testimonial-inline .seaside-testimonial-quote {
    position: relative;
    margin: 18px 0 14px;
    padding: 0;
    border: 0;
    font-family: var(--seaside-font-body);
    font-weight: 500;
    font-style: italic;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.005em;
    color: var(--seaside-primary);
    z-index: 1;
}

/* Attribution row — avatar circle + name */
.seaside-testimonial-inline .seaside-testimonial-attr {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0 0;
    border-top: 1px solid rgba(0, 66, 143, 0.08);
}
.seaside-testimonial-card.seaside-testimonial-inline .seaside-testimonial-avatar {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%) !important;
    color: #FFFFFF !important;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
    box-shadow: 0 4px 10px rgba(0, 66, 143, 0.22);
    transform-origin: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Avatar hover — higher specificity + !important to beat the global
   `.seaside-testimonial-card:hover .seaside-testimonial-avatar` rule
   which uses different values and was overriding mine. */
.seaside-testimonial-card.seaside-testimonial-inline:hover .seaside-testimonial-avatar {
    transform: rotate(-6deg) scale(1.06) !important;
    box-shadow: 0 6px 14px rgba(0, 66, 143, 0.30) !important;
}
.seaside-testimonial-inline .seaside-testimonial-name {
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--seaside-primary);
}


/* ---------------------------------------------------------------------
 178) INLINE TESTIMONIAL — RESPONSIVE + REDUCED MOTION
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-testimonial-card.seaside-testimonial-inline { padding: 18px 26px 20px; margin-top: 28px; }
    .seaside-testimonial-inline .seaside-testimonial-mark { font-size: 56px; right: 16px; }
    .seaside-testimonial-inline .seaside-testimonial-quote { font-size: 16px; line-height: 26px; margin: 16px 0 12px; }
}
@media screen and (max-width: 640px) {
    .seaside-testimonial-card.seaside-testimonial-inline { padding: 16px 22px 18px; border-radius: 12px; }
    .seaside-testimonial-inline .seaside-testimonial-mark { font-size: 48px; top: -2px; right: 12px; }
    .seaside-testimonial-inline .seaside-testimonial-quote { font-size: 15px; line-height: 25px; margin: 14px 0 12px; }
    .seaside-testimonial-inline .seaside-testimonial-avatar { width: 34px; height: 34px; flex-basis: 34px; font-size: 12px; }
    .seaside-testimonial-inline .seaside-testimonial-name { font-size: 13px; }
    .seaside-feature-divider { margin: 14px 0 22px; }
}

@media (prefers-reduced-motion: reduce) {
    .seaside-testimonial-card.seaside-testimonial-inline,
    .seaside-testimonial-inline .seaside-testimonial-avatar { transition: none; }
    .seaside-testimonial-card.seaside-testimonial-inline:hover,
    .seaside-testimonial-inline:hover .seaside-testimonial-avatar { transform: none; }
}


/* =====================================================================
   25) COASTAL DECKING INTRO — sections 179–182
   Centered single-column editorial intro with eyebrow, gradient
   divider, ambient orb.
   ===================================================================== */


/* ---------------------------------------------------------------------
 179) INTRO SECTION — base + ambient orb
   --------------------------------------------------------------------- */
.seaside-intro-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #FFFFFF 0%, #FAFBFD 100%) !important;
}
.seaside-intro-section::after {
    content: '';
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    height: 720px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.05) 0%, rgba(30,144,255,0) 65%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-intro-orb 24s ease-in-out infinite;
}
@keyframes seaside-intro-orb {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%      { transform: translateX(-50%) translateY(30px); }
}


/* ---------------------------------------------------------------------
 180) EYEBROW LABEL — small uppercase brand tag above heading
   --------------------------------------------------------------------- */
.seaside-intro-eyebrow {
    margin: 0 0 14px;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--seaside-accent);
}


/* ---------------------------------------------------------------------
 181) INTRO HEADING + DIVIDER
   --------------------------------------------------------------------- */
.seaside-intro-heading {
    max-width: 860px;
    margin: 0 auto 24px;
    font-family: var(--seaside-font-heading, 'Saira', sans-serif);
    font-weight: 700;
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.18;
    letter-spacing: 0.005em;
    color: var(--seaside-primary);
}

.seaside-intro-divider {
    display: inline-block;
    width: 80px;
    height: 3px;
    margin: 0 0 28px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
}


/* ---------------------------------------------------------------------
 182) INTRO BODY — comfortable reading width
   --------------------------------------------------------------------- */
.seaside-intro-body {
    max-width: 760px;
    margin: 0 auto;
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.005em;
    color: var(--seaside-gray);
}


/* ---------------------------------------------------------------------
 183) INTRO SECTION — RESPONSIVE + REDUCED MOTION
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-intro-body { font-size: 16px; line-height: 28px; }
}
@media screen and (max-width: 640px) {
    .seaside-intro-eyebrow { font-size: 11px; letter-spacing: 0.18em; margin-bottom: 12px; }
    .seaside-intro-heading { font-size: clamp(22px, 6vw, 28px); line-height: 1.25; margin-bottom: 18px; }
    .seaside-intro-divider { width: 56px; margin-bottom: 22px; }
    .seaside-intro-body    { font-size: 15px; line-height: 26px; }
}

@media (prefers-reduced-motion: reduce) {
    .seaside-intro-section::after { animation: none; }
}


/* =====================================================================
   26) WATERPROOF VINYL DECKING & SERVICES — sections 184–189
   Two-column section: image LEFT, content stack RIGHT with H2, intro,
   and 3 service feature cards (icon + label + body).
   ===================================================================== */


/* ---------------------------------------------------------------------
 184) SERVICES OVERVIEW SECTION — base + ambient orb
   --------------------------------------------------------------------- */
.seaside-services-overview-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #FFFFFF 0%, #F4F8FE 100%) !important;
}
.seaside-services-overview-section::after {
    content: '';
    position: absolute;
    bottom: -200px;
    right: -180px;
    width: 540px;
    height: 540px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0,66,143,0.05) 0%, rgba(0,66,143,0) 70%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-svc-overview-orb 26s ease-in-out infinite;
}
@keyframes seaside-svc-overview-orb {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-40px, -30px); }
}


/* ---------------------------------------------------------------------
 185) LEFT IMAGE COLUMN
   --------------------------------------------------------------------- */
.seaside-svc-media {
    padding-right: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    align-items: stretch;
}
.seaside-svc-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(0, 66, 143, 0.08);
    box-shadow: 0 20px 44px rgba(0, 66, 143, 0.14);
}
.seaside-svc-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.seaside-svc-image-wrap:hover img {
    transform: scale(1.04);
}
.seaside-svc-image-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(180deg, rgba(0, 30, 70, 0) 0%, rgba(0, 30, 70, 0.18) 100%);
    pointer-events: none;
}


/* ---------------------------------------------------------------------
 186) RIGHT CONTENT COLUMN — heading + divider + intro
   --------------------------------------------------------------------- */
.seaside-svc-content {
    padding-left: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.seaside-svc-heading {
    margin: 0 0 18px;
    font-family: var(--seaside-font-heading, 'Saira', sans-serif);
    font-weight: 700;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.2;
    letter-spacing: 0.005em;
    color: var(--seaside-primary);
}
.seaside-svc-divider {
    display: block;
    width: 64px;
    height: 3px;
    margin: 0 0 22px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
}
.seaside-svc-intro {
    margin: 0 0 28px;
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.005em;
    color: var(--seaside-gray);
}


/* ---------------------------------------------------------------------
 187) SERVICE LIST — 3 feature cards
   --------------------------------------------------------------------- */
.seaside-svc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.seaside-svc-item {
    list-style: none;
    margin: 0;
    padding: 18px 22px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 66, 143, 0.10);
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 66, 143, 0.04);
    transition:
        transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}
.seaside-svc-item:hover {
    transform: translateX(4px);
    border-color: rgba(30, 144, 255, 0.30);
    box-shadow: 0 10px 24px rgba(0, 66, 143, 0.10);
}


/* ---------------------------------------------------------------------
 188) SERVICE ITEM PARTS — icon, label, body
   --------------------------------------------------------------------- */
.seaside-svc-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 66, 143, 0.08) 0%, rgba(30, 144, 255, 0.12) 100%);
    color: var(--seaside-primary);
    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease,
        box-shadow 0.35s ease;
}
.seaside-svc-icon svg {
    width: 22px;
    height: 22px;
}
.seaside-svc-item:hover .seaside-svc-icon {
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    color: #FFFFFF;
    transform: scale(1.06) rotate(-4deg);
    box-shadow: 0 6px 14px rgba(0, 66, 143, 0.24);
}

.seaside-svc-body {
    flex: 1 1 auto;
    min-width: 0;
}
.seaside-svc-label {
    margin: 0 0 4px;
    padding: 0;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: var(--seaside-primary);
}
.seaside-svc-body p {
    margin: 0;
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.005em;
    color: var(--seaside-gray);
}


/* ---------------------------------------------------------------------
 189) SERVICES OVERVIEW — RESPONSIVE + REDUCED MOTION
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-svc-media     { padding-right: 0; padding-bottom: 32px; }
    .seaside-svc-content   { padding-left: 0; }
    .seaside-svc-image-wrap{ aspect-ratio: 3 / 2; }
}
@media screen and (max-width: 640px) {
    .seaside-svc-heading        { font-size: clamp(22px, 6vw, 28px); }
    .seaside-svc-divider        { width: 56px; margin-bottom: 18px; }
    .seaside-svc-intro          { font-size: 15px; line-height: 26px; margin-bottom: 24px; }
    .seaside-svc-image-wrap     { aspect-ratio: 4 / 3; border-radius: 14px; }
    .seaside-svc-item           { padding: 16px 18px; gap: 14px; border-radius: 12px; }
    .seaside-svc-icon           { flex-basis: 40px; width: 40px; height: 40px; border-radius: 10px; }
    .seaside-svc-icon svg       { width: 20px; height: 20px; }
    .seaside-svc-label          { font-size: 15px; line-height: 21px; }
    .seaside-svc-body p         { font-size: 13px; line-height: 21px; }
}

@media (prefers-reduced-motion: reduce) {
    .seaside-services-overview-section::after,
    .seaside-svc-image-wrap img,
    .seaside-svc-item,
    .seaside-svc-icon { transition: none; animation: none; }
    .seaside-svc-image-wrap:hover img,
    .seaside-svc-item:hover,
    .seaside-svc-item:hover .seaside-svc-icon { transform: none; }
}


/* =====================================================================
   27) WHY HOMEOWNERS CHOOSE SEASIDE DECKING — sections 190–195
   Centered editorial header + 3-column grid of 7 benefit cards.
   Last card centers on row 3 via large-offset-4.
   ===================================================================== */


/* ---------------------------------------------------------------------
 190) WHY SECTION — base + ambient orb
   --------------------------------------------------------------------- */
.seaside-why-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #FFFFFF 0%, #FAFBFD 70%, #F4F8FE 100%) !important;
}
.seaside-why-section::after {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 580px;
    height: 580px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.05) 0%, rgba(30,144,255,0) 70%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-why-orb 26s ease-in-out infinite;
}
@keyframes seaside-why-orb {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(-40px, 30px); }
}


/* ---------------------------------------------------------------------
 191) CENTERED HEADER — eyebrow + heading + divider + intro
   --------------------------------------------------------------------- */
.seaside-why-header {
    margin-bottom: 24px;
}
.seaside-why-eyebrow {
    margin: 0 0 14px;
    font-family: var(--seaside-font-body);
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--seaside-accent);
}
.seaside-why-heading {
    max-width: 820px;
    margin: 0 auto 22px;
    font-family: var(--seaside-font-heading, 'Saira', sans-serif);
    font-weight: 700;
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.18;
    letter-spacing: 0.005em;
    color: var(--seaside-primary);
}
.seaside-why-divider {
    display: inline-block;
    width: 80px;
    height: 3px;
    margin: 0 0 24px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
}
.seaside-why-intro {
    max-width: 720px;
    margin: 0 auto 16px;
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.005em;
    color: var(--seaside-gray);
}


/* ---------------------------------------------------------------------
 192) BENEFIT CARD — cell wrapper + card surface
   --------------------------------------------------------------------- */
.seaside-why-cell {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
}
.seaside-why-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 22px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 66, 143, 0.10);
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(0, 66, 143, 0.05);
    transition:
        transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}

/* Gradient accent bar on the left, scales up on hover */
.seaside-why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.seaside-why-card:hover {
    transform: translateY(-4px);
    border-color: rgba(30, 144, 255, 0.30);
    box-shadow: 0 14px 28px rgba(0, 66, 143, 0.10);
}
.seaside-why-card:hover::before {
    transform: scaleY(1);
}


/* ---------------------------------------------------------------------
 193) CHECKMARK ICON BADGE
   --------------------------------------------------------------------- */
.seaside-why-check {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 66, 143, 0.10) 0%, rgba(30, 144, 255, 0.15) 100%);
    color: var(--seaside-primary);
    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease,
        box-shadow 0.35s ease;
}
.seaside-why-check svg {
    width: 20px;
    height: 20px;
}
.seaside-why-card:hover .seaside-why-check {
    background: linear-gradient(135deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
    color: #FFFFFF;
    transform: scale(1.08) rotate(-6deg);
    box-shadow: 0 6px 14px rgba(0, 66, 143, 0.24);
}


/* ---------------------------------------------------------------------
 194) CARD COPY — single paragraph
   --------------------------------------------------------------------- */
.seaside-why-card p {
    flex: 1 1 auto;
    margin: 0;
    padding-top: 6px;
    font-family: var(--seaside-font-body);
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: var(--seaside-primary);
}


/* ---------------------------------------------------------------------
 195) WHY SECTION — RESPONSIVE + REDUCED MOTION
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-why-card           { padding: 22px 20px; gap: 14px; }
    .seaside-why-check          { flex-basis: 38px; width: 38px; height: 38px; }
    .seaside-why-card p         { font-size: 15px; line-height: 23px; }
}
@media screen and (max-width: 640px) {
    .seaside-why-eyebrow        { font-size: 11px; letter-spacing: 0.18em; }
    .seaside-why-heading        { font-size: clamp(22px, 6vw, 30px); margin-bottom: 18px; }
    .seaside-why-divider        { width: 56px; margin-bottom: 20px; }
    .seaside-why-intro          { font-size: 15px; line-height: 26px; }
    .seaside-why-card           { padding: 20px 18px; gap: 13px; border-radius: 12px; }
    .seaside-why-check          { flex-basis: 36px; width: 36px; height: 36px; }
    .seaside-why-check svg      { width: 18px; height: 18px; }
    .seaside-why-card p         { font-size: 14px; line-height: 22px; padding-top: 4px; }
}

@media (prefers-reduced-motion: reduce) {
    .seaside-why-section::after,
    .seaside-why-card,
    .seaside-why-card::before,
    .seaside-why-check { transition: none; animation: none; }
    .seaside-why-card:hover,
    .seaside-why-card:hover::before,
    .seaside-why-card:hover .seaside-why-check { transform: none; }
}


/* =====================================================================
   28) COASTAL OUTDOOR SPACES — sections 196–199
   Two-column section: image LEFT + content stack RIGHT with H2,
   divider, body paragraphs, and brand CTA button.
   ===================================================================== */


/* ---------------------------------------------------------------------
 196) COASTAL SECTION — base + ambient orb
   --------------------------------------------------------------------- */
.seaside-coastal-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(180deg, #F4F8FE 0%, #FFFFFF 100%) !important;
}
.seaside-coastal-section::after {
    content: '';
    position: absolute;
    top: -200px;
    left: -180px;
    width: 540px;
    height: 540px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30,144,255,0.06) 0%, rgba(30,144,255,0) 70%);
    pointer-events: none;
    z-index: -1;
    animation: seaside-coastal-orb 28s ease-in-out infinite;
}
@keyframes seaside-coastal-orb {
    0%, 100% { transform: translate(0, 0); }
    50%      { transform: translate(40px, 30px); }
}


/* ---------------------------------------------------------------------
 197) LEFT IMAGE COLUMN
   --------------------------------------------------------------------- */
.seaside-coastal-media {
    padding-right: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    align-items: stretch;
}
.seaside-coastal-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(0, 66, 143, 0.08);
    box-shadow: 0 20px 44px rgba(0, 66, 143, 0.14);
}
.seaside-coastal-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.seaside-coastal-image-wrap:hover img {
    transform: scale(1.04);
}
.seaside-coastal-image-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(180deg, rgba(0, 30, 70, 0) 0%, rgba(0, 30, 70, 0.18) 100%);
    pointer-events: none;
}


/* ---------------------------------------------------------------------
 198) RIGHT CONTENT COLUMN
   --------------------------------------------------------------------- */
.seaside-coastal-content {
    padding-left: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.seaside-coastal-heading {
    margin: 0 0 18px;
    font-family: var(--seaside-font-heading, 'Saira', sans-serif);
    font-weight: 700;
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.2;
    letter-spacing: 0.005em;
    color: var(--seaside-primary);
}
.seaside-coastal-divider {
    display: block;
    width: 64px;
    height: 3px;
    margin: 0 0 24px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--seaside-primary) 0%, var(--seaside-accent) 100%);
}
.seaside-coastal-body {
    margin: 0 0 18px;
    font-family: var(--seaside-font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.005em;
    color: var(--seaside-gray);
}
.seaside-coastal-body:last-of-type {
    margin-bottom: 28px;
}

/* CTA spacing — sits below body paragraphs */
.seaside-coastal-cta {
    margin-top: 4px;
}


/* ---------------------------------------------------------------------
 199) COASTAL SECTION — RESPONSIVE + REDUCED MOTION
   --------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    .seaside-coastal-media       { padding-right: 0; padding-bottom: 32px; }
    .seaside-coastal-content     { padding-left: 0; }
    .seaside-coastal-image-wrap  { aspect-ratio: 3 / 2; }
}
@media screen and (max-width: 640px) {
    .seaside-coastal-heading      { font-size: clamp(22px, 6vw, 28px); }
    .seaside-coastal-divider      { width: 56px; margin-bottom: 18px; }
    .seaside-coastal-body         { font-size: 15px; line-height: 26px; margin-bottom: 16px; }
    .seaside-coastal-body:last-of-type { margin-bottom: 24px; }
    .seaside-coastal-image-wrap   { aspect-ratio: 4 / 3; border-radius: 14px; }
}

@media (prefers-reduced-motion: reduce) {
    .seaside-coastal-section::after,
    .seaside-coastal-image-wrap img { transition: none; animation: none; }
    .seaside-coastal-image-wrap:hover img { transform: none; }
}


/* =====================================================================
   29) VINYL DECK INSTALLATION SERVICES IN NANAIMO
   Reuses the .seaside-svc-* classes from section 26 (services overview).
   Same layout pattern: image LEFT + content stack RIGHT with H2,
   divider, intro paragraph, and 3 service feature cards.
   No new CSS required — see sections 184–189 above.
   ===================================================================== */