/* Template 35 - Coastal Breeze / Mediterranean Fresh */
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,400;0,500;0,600;1,400&family=Outfit:wght@300;400;500;600;700&display=swap');

:root {
    --aegean-blue: #1E5F8A;
    --sky: #87CEEB;
    --seafoam: #98D8C8;
    --sand: #F5E6D3;
    --white: #FFFFFF;
    --terracotta: #C67B5C;
    --olive: #6B7B3C;
    --navy: #1A3A52;
    --cream: #FFFEF9;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    font-family: 'Outfit', sans-serif;
    line-height: 1.7;
    color: var(--navy);
    background: var(--cream);
    font-weight: 400;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Header - Fresh Coastal */
.site-header {
    background: var(--white);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(30, 95, 138, 0.08);
}

.site-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--aegean-blue), var(--seafoam), var(--sky), var(--aegean-blue));
    background-size: 300% 100%;
    animation: waveGradient 8s ease infinite;
}

@keyframes waveGradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 0;
}

.site-logo a {
    font-family: 'Newsreader', serif;
    font-size: 1.85rem;
    font-weight: 600;
    color: var(--aegean-blue);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.site-logo a::before {
    content: '◐';
    font-size: 1.5rem;
    color: var(--seafoam);
}

.site-logo a:hover {
    color: var(--navy);
}

.site-nav ul {
    list-style: none;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.site-nav a {
    color: var(--navy);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.6rem 1.25rem;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.site-nav a:hover {
    background: var(--aegean-blue);
    color: var(--white);
}

/* Hero Section */
.section.head {
    padding: 6rem 0;
    text-align: center;
    position: relative;
    background: linear-gradient(180deg, var(--white) 0%, var(--cream) 100%);
    overflow: hidden;
}

.section.head::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100'%3E%3Cpath fill='%2398D8C8' fill-opacity='0.3' d='M0,50 C360,100 720,0 1080,50 C1260,75 1440,50 1440,50 L1440,100 L0,100 Z'%3E%3C/path%3E%3C/svg%3E") no-repeat bottom;
    background-size: cover;
}

.section.head::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100'%3E%3Cpath fill='%231E5F8A' fill-opacity='0.15' d='M0,30 C480,80 960,0 1440,50 L1440,100 L0,100 Z'%3E%3C/path%3E%3C/svg%3E") no-repeat bottom;
    background-size: cover;
}

.section.head h1 {
    font-family: 'Newsreader', serif;
    font-size: 3.75rem;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.section.head p {
    font-size: 1.15rem;
    color: var(--navy);
    opacity: 0.8;
    max-width: 650px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Section Styling */
.section {
    padding: 5rem 0;
}

.section header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.section header h2 {
    font-family: 'Newsreader', serif;
    font-size: 2.75rem;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.section header h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: var(--seafoam);
    border-radius: 2px;
}

.section header p {
    font-size: 1.1rem;
    color: var(--navy);
    opacity: 0.7;
    max-width: 550px;
    margin: 1rem auto 0;
}

/* Footer - Beach House Style */
.footer {
    background: var(--aegean-blue);
    padding: 4rem 0 2rem;
    margin-top: 4rem;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100'%3E%3Cpath fill='%23FFFEF9' d='M0,50 C240,100 480,0 720,50 C960,100 1200,0 1440,50 L1440,0 L0,0 Z'%3E%3C/path%3E%3C/svg%3E") no-repeat top;
    background-size: cover;
    margin-top: -59px;
}

.footer-columns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
}

.footer-about {
    flex: 1;
    max-width: 400px;
}

.footer-tagline {
    color: var(--white);
    opacity: 0.9;
    line-height: 1.8;
}

.footer-links ul {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.footer-links a {
    color: var(--white);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    background: var(--white);
    color: var(--aegean-blue);
    border-color: var(--white);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copyright,
.copyright a {
    color: var(--white);
    opacity: 0.8;
    font-size: 0.9rem;
}

/* Animations */
@keyframes floatUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    opacity: 0;
    animation: floatUp 0.7s ease forwards;
}

.fade-in:nth-child(1) { animation-delay: 0.1s; }
.fade-in:nth-child(2) { animation-delay: 0.2s; }
.fade-in:nth-child(3) { animation-delay: 0.3s; }

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

body:not(.faq) h3,
:not(section.faq) h3 {
    font-family: 'Newsreader', serif;
    font-size: 1.5rem;
    color: var(--navy);
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
}
