/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #1E293B;
    background: #F8FAFC;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.2; font-weight: 700; }

/* ===== SKIP LINK ===== */
.skip-link {
    position: absolute; top: -100%; left: 1rem;
    background: #0D9488; color: #fff; padding: 0.5rem 1rem;
    border-radius: 0 0 6px 6px; z-index: 200; font-weight: 600;
}
.skip-link:focus { top: 0; }

/* ===== CONTAINER ===== */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* ===== LOGO ===== */
.logo { display: inline-flex; align-items: center; gap: 0.5rem; }
.logo-mark {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px; border-radius: 8px;
    background: #0D9488; color: #fff;
    font-family: 'Inter', sans-serif; font-weight: 700; font-size: 0.85rem; letter-spacing: 0.05em;
}
.logo-wordmark { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.35rem; color: #0F172A; }

/* ===== BUTTONS ===== */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
    font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.9rem;
    border-radius: 8px; transition: background 0.2s, color 0.2s, transform 0.15s;
    white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn--sm { padding: 0.5rem 1rem; font-size: 0.82rem; }
.btn--lg { padding: 0.85rem 1.75rem; font-size: 0.95rem; }
.btn--full { width: 100%; }
.btn--teal { background: #0D9488; color: #fff; }
.btn--teal:hover { background: #0F766E; }
.btn--outline { background: transparent; color: #0F172A; border: 1.5px solid #CBD5E1; }
.btn--outline:hover { border-color: #0D9488; color: #0D9488; }

/* ===== SECTION LABELS ===== */
.section-label {
    display: inline-block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em;
    text-transform: uppercase; color: #0D9488; margin-bottom: 0.75rem;
}
.section-title { font-size: clamp(1.75rem, 4vw, 2.75rem); color: #0F172A; margin-bottom: 1rem; }
.section-title--light { color: #F1F5F9; }

/* ===== HEADER ===== */
.site-header {
    position: sticky; top: 0; z-index: 100;
    background: rgba(248, 250, 252, 0.92); backdrop-filter: blur(12px);
    border-bottom: 1px solid #E2E8F0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding-top: 1rem; padding-bottom: 1rem; }
.primary-nav ul { display: flex; gap: 2rem; align-items: center; }
.primary-nav a:not(.btn) { font-size: 0.9rem; font-weight: 500; color: #475569; transition: color 0.2s; }
.primary-nav a:not(.btn):hover { color: #0D9488; }
.primary-nav .btn--sm { margin-left: 0.5rem; }

.nav-toggle { display: none; padding: 0.5rem; }
.hamburger, .hamburger::before, .hamburger::after { display: block; width: 22px; height: 2px; background: #1E293B; border-radius: 2px; transition: transform 0.25s; }
.hamburger::before, .hamburger::after { content: ''; position: relative; }
.hamburger::before { top: -6px; }
.hamburger::after { top: 6px; }
.nav-toggle[aria-expanded="true"] .hamburger { background: transparent; }
.nav-toggle[aria-expanded="true"] .hamburger::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .hamburger::after { transform: translateY(-6px) rotate(-45deg); }

/* ===== HERO ===== */
.hero {
    background: #0F172A;
    padding: 0;
    overflow: hidden;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}
.hero-content {
    padding: 5rem 1.5rem 4rem;
    display: flex; flex-direction: column; gap: 1.5rem;
    max-width: 640px;
}
.hero-eyebrow {
    font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
    color: #2DD4BF;
}
.hero-headline {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 700; line-height: 1.12;
    color: #F1F5F9;
}
.hero-sub {
    font-size: 1.05rem; line-height: 1.7; color: #94A3B8;
    max-width: 520px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-stats {
    display: flex; align-items: center; gap: 0;
    margin-top: 1rem; padding-top: 2rem;
    border-top: 1px solid #1E293B;
}
.stat { flex: 1; display: flex; flex-direction: column; gap: 0.2rem; }
.stat-number { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: #F1F5F9; }
.stat-label { font-size: 0.78rem; color: #64748B; letter-spacing: 0.04em; }
.stat-divider { width: 1px; height: 40px; background: #1E293B; }
.hero-visual {
    position: relative; min-height: 400px;
}
.hero-img-main {
    width: 100%; height: 100%; min-height: 500px;
    overflow: hidden;
}
.hero-img-main img { width: 100%; height: 100%; object-fit: cover; }
.hero-img-accent {
    position: absolute; bottom: -1.5rem; left: -1rem;
    width: 55%; border-radius: 12px; overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);
    border: 4px solid #0F172A;
}
.hero-img-accent img { width: 100%; height: 100%; object-fit: cover; }
.hero-band {
    background: #0F172A; color: #0F172A;
    height: 0.375rem;
}
.hero-wave { width: 100%; display: block; }

/* ===== PRODUCTS ===== */
.products {
    padding: 5rem 0;
    background: #F8FAFC;
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-top: 2.5rem;
}
.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #E2E8F0;
    transition: box-shadow 0.25s, transform 0.25s;
}
.product-card:hover { box-shadow: 0 20px 40px -12px rgba(0,0,0,0.1); transform: translateY(-3px); }
.product-img { overflow: hidden; aspect-ratio: 4/3; }
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.product-card:hover .product-img img { transform: scale(1.04); }
.product-body { padding: 1.5rem; }
.product-name { font-size: 1.2rem; margin-bottom: 0.5rem; color: #0F172A; }
.product-desc { font-size: 0.9rem; color: #64748B; line-height: 1.65; }

/* ===== ABOUT ===== */
.about {
    background: #0F172A;
    padding: 5rem 0;
}
.about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}
.about-visual { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.about-img-col, .about-img-row { border-radius: 12px; overflow: hidden; }
.about-img-col img, .about-img-row img { width: 100%; height: 100%; object-fit: cover; }
.about-img-col { aspect-ratio: 4/5; }
.about-img-row { aspect-ratio: 16/9; }
.about-content { display: flex; flex-direction: column; gap: 1.25rem; }
.about-body { font-size: 1rem; color: #94A3B8; line-height: 1.75; }
.about-values {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
    margin-top: 0.5rem;
}
.value-item { display: flex; align-items: center; gap: 0.75rem; }
.value-icon {
    flex-shrink: 0; width: 40px; height: 40px; border-radius: 8px;
    background: rgba(13,148,136,0.15); color: #2DD4BF;
    display: flex; align-items: center; justify-content: center;
}
.value-text { font-size: 0.88rem; font-weight: 500; color: #E2E8F0; }

/* ===== VISIT ===== */
.visit {
    background: #F8FAFC;
    padding: 5rem 0;
}
.visit-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}
.visit-info { display: flex; flex-direction: column; gap: 2rem; }
.detail-row { display: flex; gap: 1rem; align-items: flex-start; }
.detail-icon {
    flex-shrink: 0; width: 44px; height: 44px; border-radius: 10px;
    background: #E0F2FE; color: #0284C7;
    display: flex; align-items: center; justify-content: center;
}
.detail-row strong { display: block; font-size: 0.82rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: #64748B; margin-bottom: 0.2rem; }
.detail-row p { font-size: 1rem; color: #1E293B; line-height: 1.5; }
.detail-row a { color: #0D9488; font-weight: 500; transition: color 0.2s; }
.detail-row a:hover { color: #0F766E; }
.hours-card {
    background: #fff; border-radius: 12px; padding: 1.5rem;
    border: 1px solid #E2E8F0;
}
.hours-title { font-size: 1.1rem; margin-bottom: 1rem; color: #0F172A; }
.hours-list { display: flex; flex-direction: column; gap: 0.6rem; }
.hours-list li { display: flex; justify-content: space-between; gap: 1rem; font-size: 0.92rem; }
.hours-list .day { color: #475569; }
.hours-list .time { font-weight: 600; color: #0F172A; }

.visit-map { border-radius: 12px; overflow: hidden; min-height: 380px; border: 1px solid #E2E8F0; }

/* ===== CONTACT ===== */
.contact {
    background: #0F172A;
    padding: 5rem 0;
}
.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}
.contact-text { display: flex; flex-direction: column; gap: 1.5rem; }
.contact-body { font-size: 1rem; color: #94A3B8; line-height: 1.75; }
.contact-direct { display: flex; flex-direction: column; gap: 0.75rem; }
.contact-phone, .contact-email {
    display: inline-flex; align-items: center; gap: 0.6rem;
    font-size: 0.95rem; font-weight: 500; color: #F1F5F9;
    transition: color 0.2s;
}
.contact-phone:hover, .contact-email:hover { color: #2DD4BF; }
.contact-phone svg, .contact-email svg { color: #0D9488; }

.contact-form-wrap {
    background: #1E293B; border-radius: 16px; padding: 2rem;
    border: 1px solid #334155;
}
.contact-form { display: flex; flex-direction: column; gap: 1.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label { font-size: 0.82rem; font-weight: 600; color: #94A3B8; text-transform: uppercase; letter-spacing: 0.08em; }
.form-group input, .form-group select, .form-group textarea {
    font-family: 'Inter', sans-serif; font-size: 0.92rem;
    padding: 0.7rem 0.9rem; border-radius: 8px;
    border: 1.5px solid #334155; background: #0F172A;
    color: #F1F5F9; transition: border-color 0.2s;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: #475569; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
    outline: none; border-color: #0D9488;
}
.form-group select { cursor: pointer; appearance: none; }
.form-group select option { background: #1E293B; }
.form-note { font-size: 0.8rem; color: #475569; text-align: center; }
.form-success {
    display: flex; align-items: center; gap: 0.6rem;
    padding: 1rem; border-radius: 8px; background: rgba(13,148,136,0.15);
    color: #2DD4BF; font-size: 0.9rem; font-weight: 500; margin-top: 0.5rem;
}

/* ===== FOOTER ===== */
.site-footer { background: #080F1E; padding: 3.5rem 0 0; color: #94A3B8; }
.footer-grid {
    display: grid; grid-template-columns: 1fr; gap: 2.5rem;
    padding-bottom: 3rem;
}
.footer-brand p { font-size: 0.9rem; line-height: 1.7; margin-top: 1rem; max-width: 280px; color: #64748B; }
.footer-links h4, .footer-contact h4 {
    font-family: 'Inter', sans-serif; font-size: 0.78rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.12em; color: #64748B; margin-bottom: 1rem;
}
.footer-links ul { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-links a { font-size: 0.9rem; color: #94A3B8; transition: color 0.2s; }
.footer-links a:hover { color: #2DD4BF; }
.footer-contact address { font-size: 0.9rem; line-height: 1.8; }
.footer-contact a { color: #0D9488; transition: color 0.2s; }
.footer-contact a:hover { color: #2DD4BF; }
.footer-bottom {
    border-top: 1px solid #1E293B;
    padding: 1.5rem 0;
    display: flex; flex-direction: column; gap: 0.3rem;
}
.footer-bottom p { font-size: 0.82rem; color: #475569; }

/* ===== SCROLL REVEAL (progressive enhancement) ===== */
.reveal { opacity: 1; transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.revealed { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: no-preference) {
    .reveal { opacity: 0; transform: translateY(24px); }
    .reveal.revealed { opacity: 1; transform: translateY(0); }
}

/* ===== MOBILE NAV ===== */
@media (max-width: 768px) {
    .nav-toggle { display: block; }
    .primary-nav {
        position: fixed; top: 0; right: 0;
        width: 280px; height: 100dvh;
        background: #F8FAFC;
        border-left: 1px solid #E2E8F0;
        padding: 5rem 2rem 2rem;
        transform: translateX(100%);
        transition: transform 0.3s ease;
        z-index: 99;
    }
    .primary-nav.open { transform: translateX(0); }
    .primary-nav ul { flex-direction: column; gap: 1.25rem; align-items: flex-start; }
    .primary-nav a:not(.btn) { font-size: 1.05rem; }
    .primary-nav .btn--sm { margin-left: 0; margin-top: 1rem; width: 100%; text-align: center; }
    .nav-overlay {
        position: fixed; inset: 0; background: rgba(0,0,0,0.4);
        z-index: 98; opacity: 0; pointer-events: none; transition: opacity 0.3s;
    }
    .nav-overlay.active { opacity: 1; pointer-events: all; }
}

/* ===== TABLET ===== */
@media (min-width: 640px) {
    .hero-grid { grid-template-columns: 1.1fr 0.9fr; }
    .hero-content { padding: 5rem 0 4rem 1.5rem; }
    .hero-visual { min-height: 560px; }
    .products-grid { grid-template-columns: repeat(2, 1fr); }
    .about-grid { grid-template-columns: 0.9fr 1.1fr; }
    .about-visual { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
    .about-img-col { grid-row: 1 / 3; }
    .visit-grid { grid-template-columns: 1fr 1fr; }
    .contact-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}

/* ===== DESKTOP ===== */
@media (min-width: 1024px) {
    .hero-content { padding: 6rem 0 5rem 1.5rem; }
    .hero-visual { min-height: 640px; }
    .products-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ===== FOCUS VISIBLE ===== */
:focus-visible { outline: 2px solid #0D9488; outline-offset: 2px; }
