/*
Theme Name: Akbulut Yachts
Theme URI: https://akbulut.yachts
Author: Akbulut Kahraman
Author URI: https://akbulut.yachts
Description: Profesyonel yat sörvey hizmetleri için tam WordPress teması. Landing page, sayfa şablonları, menü yönetimi ve Jetpack uyumlu.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: Private
Text Domain: akbulut-yachts
Tags: landing-page, business, one-column, custom-menu, custom-logo, featured-images, full-width-template, theme-options
*/

/* ═══════════════════════════════════════════════
   CSS VARIABLES
═══════════════════════════════════════════════ */
:root {
    --navy-deep:   #0a1628;
    --navy-rich:   #132a4a;
    --ocean-blue:  #1e5a8e;
    --gold-accent: #d4af37;
    --gold-light:  #f4e4b3;
    --cream:       #faf8f3;
    --silver:      #c0c5ce;
    --text-body:   #374151;
    --text-muted:  #6b7280;
    --bg-light:    #f5f5f0;
}

/* ═══════════════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════════════ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    line-height: 1.25;
    color: var(--navy-deep);
}

p { line-height: 1.75; color: var(--text-body); }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

/* ═══════════════════════════════════════════════
   SITE LAYOUT
═══════════════════════════════════════════════ */
#page { display: flex; flex-direction: column; min-height: 100vh; }
#content { flex: 1; padding-top: 72px; } /* nav height offset */
.site-main { max-width: 1200px; margin: 0 auto; padding: 4rem 2rem; }

/* ═══════════════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════════════ */
#masthead {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: rgba(10, 22, 40, 0.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    padding: 0 2rem;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.3s, box-shadow 0.3s;
}

#masthead.scrolled {
    background: rgba(10, 22, 40, 0.99);
    box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

/* Logo */
.site-branding { display: flex; align-items: center; gap: 0.75rem; }

.site-branding .custom-logo { height: 40px; width: auto; }

.site-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: white;
    letter-spacing: 0.3px;
}

.site-title a { color: white; }
.site-title span { color: var(--gold-accent); }
.site-description { display: none; }

/* Primary menu */
#site-navigation { display: flex; align-items: center; gap: 2rem; }

.main-navigation ul {
    display: flex;
    gap: 0.25rem;
    list-style: none;
    margin: 0; padding: 0;
}

.main-navigation ul li a {
    display: block;
    padding: 0.4rem 0.75rem;
    color: rgba(255,255,255,0.82);
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 6px;
    transition: color 0.2s, background 0.2s;
}

.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_item > a {
    color: var(--gold-accent);
    background: rgba(212,175,55,0.1);
}

/* Dropdown */
.main-navigation ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--navy-deep);
    border: 1px solid rgba(212,175,55,0.15);
    border-radius: 10px;
    padding: 0.5rem;
    min-width: 180px;
    flex-direction: column;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

.main-navigation ul li { position: relative; }
.main-navigation ul li:hover > ul { display: flex; }
.main-navigation ul ul li a { white-space: nowrap; border-radius: 6px; }

/* Nav CTA */
.nav-cta-btn {
    background: linear-gradient(135deg, var(--gold-accent), #b8941f);
    color: white !important;
    padding: 0.55rem 1.3rem;
    border-radius: 25px;
    font-size: 0.82rem;
    font-weight: 600;
    transition: transform 0.2s, box-shadow 0.2s;
    white-space: nowrap;
}

.nav-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212,175,55,0.35);
}

/* Mobile toggle */
.menu-toggle {
    display: none;
    background: none;
    border: 1px solid rgba(255,255,255,0.3);
    color: white;
    padding: 0.4rem 0.7rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    transition: border-color 0.2s;
}

.menu-toggle:hover { border-color: var(--gold-accent); color: var(--gold-accent); }

/* ═══════════════════════════════════════════════
   HERO (front-page only)
═══════════════════════════════════════════════ */
.ay-hero {
    position: relative;
    min-height: 100vh;
    margin-top: -72px;
    background:
        linear-gradient(135deg, rgba(10,22,40,.93) 0%, rgba(19,42,74,.88) 50%, rgba(30,90,142,.82) 100%),
        url('') center/cover no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    color: white;
}

.ay-hero-overlay {
    position: absolute; inset: 0;
    background: radial-gradient(circle at 25% 50%, rgba(212,175,55,.08) 0%, transparent 55%);
    pointer-events: none;
}

.ay-hero-inner {
    position: relative; z-index: 2;
    width: 100%; max-width: 1200px;
    margin: 0 auto;
    padding: 8rem 2rem 5rem;
}

.ay-hero-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    background: rgba(255,255,255,.1); backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.2);
    color: white; padding: .5rem 1.1rem;
    border-radius: 50px; font-size: .85rem; font-weight: 500;
    margin-bottom: 2rem;
    animation: ayFadeIn 1.2s ease-out .2s both;
}
.ay-hero-badge i { color: #fbbf24; }

.ay-hero h1 {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: 700; line-height: 1.2;
    color: white; margin-bottom: 1rem;
    animation: aySlideUp 1s ease-out .3s both;
}
.ay-hero h1 span { color: var(--gold-accent); font-style: italic; }

.ay-hero p.ay-hero-desc {
    font-size: 1.05rem; color: rgba(255,255,255,.82);
    line-height: 1.8; max-width: 600px;
    margin-bottom: 2.5rem;
    animation: aySlideUp 1s ease-out .6s both;
}
.ay-hero p.ay-hero-desc strong { color: white; }

.ay-hero-buttons {
    display: flex; flex-wrap: wrap; gap: 1rem;
    margin-bottom: 3.5rem;
    animation: aySlideUp 1s ease-out .7s both;
}

.ay-hero-stats {
    display: flex; flex-wrap: wrap; gap: 2.5rem;
    animation: aySlideUp 1s ease-out .9s both;
}
.ay-hero-stat + .ay-hero-stat {
    border-left: 1px solid rgba(255,255,255,.15);
    padding-left: 2.5rem;
}
.ay-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 2rem; font-weight: 700;
    color: var(--gold-accent); line-height: 1;
}
.ay-stat-lbl { font-size: .78rem; color: rgba(255,255,255,.6); margin-top: .2rem; }

.ay-scroll-hint {
    position: absolute; bottom: 2rem; left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,.4); font-size: .8rem;
    display: flex; flex-direction: column; align-items: center; gap: .4rem;
    animation: ayFloat 6s ease-in-out infinite;
}

/* ═══════════════════════════════════════════════
   SHARED DECORATORS
═══════════════════════════════════════════════ */
.ay-gold-line {
    width: 80px; height: 3px;
    background: linear-gradient(90deg, var(--gold-accent), transparent);
    margin: 1.25rem 0;
}
.ay-gold-line-center {
    width: 80px; height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold-accent), transparent);
    margin: 1.25rem auto;
}
.ay-eyebrow {
    font-family: 'Outfit', sans-serif;
    font-size: .72rem; font-weight: 700;
    letter-spacing: .2em; text-transform: uppercase;
    color: var(--gold-accent); margin-bottom: .6rem;
}

/* ═══════════════════════════════════════════════
   BUTTONS
═══════════════════════════════════════════════ */
.ay-btn-primary {
    display: inline-flex; align-items: center; gap: .5rem;
    background: linear-gradient(135deg, var(--gold-accent), #b8941f);
    color: white !important; padding: .85rem 1.9rem;
    border-radius: 50px; font-weight: 600; font-size: .95rem;
    transition: all .3s; box-shadow: 0 6px 25px rgba(212,175,55,.3);
    border: none; cursor: pointer;
}
.ay-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(212,175,55,.45); }

.ay-btn-outline {
    display: inline-flex; align-items: center; gap: .5rem;
    border: 2px solid rgba(255,255,255,.5); color: white !important;
    padding: .85rem 1.9rem; border-radius: 50px;
    font-weight: 500; font-size: .95rem;
    transition: all .3s; backdrop-filter: blur(8px);
}
.ay-btn-outline:hover { border-color: var(--gold-accent); background: rgba(212,175,55,.1); }

.ay-btn-dark {
    display: inline-flex; align-items: center; gap: .5rem;
    background: var(--navy-deep); color: white !important;
    padding: .85rem 1.9rem; border-radius: 50px;
    font-weight: 600; font-size: .95rem;
    transition: all .3s; border: none; cursor: pointer;
}
.ay-btn-dark:hover { background: var(--navy-rich); transform: translateY(-2px); }

/* ═══════════════════════════════════════════════
   SECTIONS
═══════════════════════════════════════════════ */
.ay-section { padding: 5.5rem 0; }
.ay-section-white  { background: white; }
.ay-section-gray   { background: var(--bg-light); }
.ay-section-dark   { background: linear-gradient(135deg, var(--navy-deep), var(--navy-rich)); }
.ay-container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }

.ay-section-header { text-align: center; margin-bottom: 3.5rem; }
.ay-section-header h2 { font-size: clamp(1.9rem,4vw,2.8rem); color: var(--navy-deep); }
.ay-section-header p { color: var(--text-muted); max-width: 540px; margin: .75rem auto 0; }

/* ═══════════════════════════════════════════════
   INTRO STRIP
═══════════════════════════════════════════════ */
.ay-intro-strip { background: white; padding: 2.5rem 0; border-bottom: 1px solid #ede9e0; }
.ay-intro-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; text-align: center; }
.ay-intro-item i { font-size: 1.4rem; color: var(--gold-accent); display: block; margin-bottom: .6rem; }
.ay-intro-item span { font-size: .82rem; font-weight: 600; color: var(--navy-deep); }

/* ═══════════════════════════════════════════════
   SERVICE CARDS
═══════════════════════════════════════════════ */
.ay-services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.75rem; }

.ay-service-card {
    background: white; border-radius: 20px; padding: 2.25rem;
    box-shadow: 0 20px 60px rgba(10,22,40,.07);
    transition: all .4s ease; position: relative; overflow: hidden;
}
.ay-service-card::before {
    content: ''; position: absolute; top: 0; left: 0;
    width: 5px; height: 100%;
    background: linear-gradient(180deg, var(--gold-accent), var(--ocean-blue));
    opacity: 0; transition: opacity .4s;
}
.ay-service-card:hover::before { opacity: 1; }
.ay-service-card:hover { transform: translateY(-8px); box-shadow: 0 30px 80px rgba(10,22,40,.12); }
.ay-service-card.dark { background: linear-gradient(135deg, var(--navy-deep), var(--navy-rich)); }

.ay-service-icon {
    width: 54px; height: 54px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.4rem;
    background: linear-gradient(135deg, var(--gold-light), #fff3cc);
}
.ay-service-card.dark .ay-service-icon { background: rgba(212,175,55,.15); }
.ay-service-icon i { font-size: 1.3rem; color: var(--gold-accent); }

.ay-service-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--navy-deep); margin-bottom: .6rem; }
.ay-service-card.dark h3 { color: white; }
.ay-service-card p { font-size: .88rem; color: var(--text-muted); line-height: 1.7; }
.ay-service-card.dark p { color: rgba(255,255,255,.6); }

.ay-service-link {
    display: inline-flex; align-items: center; gap: .4rem;
    margin-top: 1rem; font-size: .82rem; font-weight: 600;
    color: var(--ocean-blue); transition: gap .2s;
}
.ay-service-link:hover { gap: .7rem; }

/* ═══════════════════════════════════════════════
   QUOTE SECTION
═══════════════════════════════════════════════ */
.ay-quote-section {
    background: linear-gradient(135deg, var(--navy-deep), var(--navy-rich));
    padding: 5rem 0; position: relative; overflow: hidden;
}
.ay-quote-section::before {
    content: '"'; position: absolute; top: -60px; left: 30px;
    font-family: 'Playfair Display', serif; font-size: 24rem;
    color: rgba(212,175,55,.04); line-height: 1; pointer-events: none;
}
.ay-quote-inner { position: relative; z-index: 2; text-align: center; max-width: 780px; margin: 0 auto; padding: 0 2rem; }
.ay-quote-inner > i { font-size: 2.8rem; color: var(--gold-accent); display: block; margin-bottom: 1.8rem; animation: ayFloat 6s ease-in-out infinite; }
.ay-quote-inner blockquote {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.2rem,2.5vw,1.7rem);
    font-style: italic; color: white; line-height: 1.65; margin-bottom: 1.75rem;
}
.ay-quote-attr { font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-accent); }

/* ═══════════════════════════════════════════════
   PROCESS
═══════════════════════════════════════════════ */
.ay-process-list { max-width: 700px; margin: 0 auto; display: flex; flex-direction: column; gap: 2rem; }
.ay-process-item { display: flex; gap: 1.5rem; align-items: flex-start; }
.ay-step-circle {
    width: 58px; height: 58px; border-radius: 50%;
    background: linear-gradient(135deg, var(--gold-accent), #b8941f);
    display: flex; align-items: center; justify-content: center;
    font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700;
    color: white; flex-shrink: 0;
    box-shadow: 0 6px 20px rgba(212,175,55,.35);
}
.ay-process-item-content { padding-top: .4rem; }
.ay-process-item-content h3 { font-size: 1.1rem; font-weight: 700; color: var(--navy-deep); margin-bottom: .4rem; }
.ay-process-item-content p { font-size: .9rem; color: var(--text-muted); line-height: 1.7; }

/* ═══════════════════════════════════════════════
   ABOUT / PROFILE
═══════════════════════════════════════════════ */
.ay-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.ay-about-text h2 { font-size: clamp(1.8rem,3vw,2.6rem); }
.ay-about-text p { color: var(--text-muted); font-size: .93rem; margin-bottom: .9rem; }

.ay-social-links { display: flex; gap: .9rem; flex-wrap: wrap; margin-top: 1.5rem; }
.ay-social-link {
    display: inline-flex; align-items: center; gap: .5rem;
    font-size: .82rem; font-weight: 600; padding: .55rem 1.1rem;
    border-radius: 50px; border: 2px solid var(--navy-rich);
    color: var(--navy-rich) !important; transition: all .3s;
}
.ay-social-link:hover { background: var(--navy-deep); color: white !important; border-color: var(--navy-deep); }

.ay-profile-card {
    background: white; border-radius: 24px; padding: 2.5rem;
    box-shadow: 0 25px 80px rgba(10,22,40,.1);
    border: 1px solid rgba(212,175,55,.15); text-align: center; position: relative;
}
.ay-profile-avatar {
    width: 110px; height: 110px; border-radius: 50%;
    margin: 0 auto 1.4rem;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--navy-deep), var(--ocean-blue));
}
.ay-profile-avatar i { font-size: 2.8rem; color: rgba(255,255,255,.75); }
.ay-profile-card h3 { font-size: 1.4rem; font-weight: 700; color: var(--navy-deep); margin-bottom: .2rem; }
.ay-profile-title { font-size: .82rem; color: var(--gold-accent); font-weight: 600; margin-bottom: 1.4rem; }
.ay-profile-features { list-style: none; text-align: left; border-top: 1px solid #ede9e0; padding-top: 1.4rem; }
.ay-profile-features li { display: flex; align-items: center; gap: .7rem; font-size: .88rem; color: #4b5563; padding: .3rem 0; }
.ay-profile-features li i { color: var(--gold-accent); font-size: .8rem; }

/* ═══════════════════════════════════════════════
   CTA SECTION
═══════════════════════════════════════════════ */
.ay-cta-section {
    background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy-rich) 50%, var(--ocean-blue) 100%);
    padding: 6rem 0; text-align: center; color: white;
}
.ay-cta-inner { max-width: 680px; margin: 0 auto; padding: 0 2rem; }
.ay-cta-inner > i { font-size: 3.2rem; color: var(--gold-accent); display: block; margin-bottom: 1.8rem; animation: ayFloat 6s ease-in-out infinite; }
.ay-cta-inner h2 { font-size: clamp(1.8rem,4vw,2.7rem); font-style: italic; color: white; margin-bottom: .8rem; }
.ay-cta-inner p { font-size: .95rem; color: rgba(255,255,255,.72); line-height: 1.8; margin-bottom: 2.2rem; }
.ay-cta-buttons { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

/* ═══════════════════════════════════════════════
   STANDARD PAGE CONTENT
═══════════════════════════════════════════════ */
.entry-header {
    background: linear-gradient(135deg, var(--navy-deep), var(--navy-rich));
    padding: 5rem 2rem 3.5rem;
    text-align: center; color: white;
    margin-bottom: 3rem;
}
.entry-header .entry-title {
    font-size: clamp(2rem,4vw,3rem);
    color: white; margin-bottom: .5rem;
}
.entry-header .entry-subtitle {
    color: rgba(255,255,255,.65); font-size: .95rem;
    font-family: 'Outfit', sans-serif;
}

.entry-content {
    max-width: 780px; margin: 0 auto;
    padding: 0 2rem 4rem;
}

.entry-content h2, .entry-content h3 { color: var(--navy-deep); margin: 2rem 0 .75rem; }
.entry-content p { margin-bottom: 1.2rem; color: var(--text-body); }
.entry-content ul, .entry-content ol { padding-left: 1.5rem; margin-bottom: 1.2rem; }
.entry-content li { margin-bottom: .4rem; color: var(--text-body); }
.entry-content a { color: var(--ocean-blue); text-decoration: underline; }
.entry-content a:hover { color: var(--navy-deep); }
.entry-content img { border-radius: 12px; margin: 1.5rem 0; }
.entry-content blockquote {
    border-left: 4px solid var(--gold-accent);
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    background: var(--bg-light);
    border-radius: 0 10px 10px 0;
}
.entry-content blockquote p { color: var(--navy-rich); font-style: italic; margin: 0; }

/* ═══════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════ */
#colophon {
    background: #06111f;
    color: white;
    padding: 4rem 0 2rem;
    border-top: 1px solid rgba(255,255,255,.04);
}

.ay-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2.5rem; }

.ay-footer-logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem; font-weight: 700; color: white;
    display: block; margin-bottom: 1rem;
}
.ay-footer-logo span { color: var(--gold-accent); }
.ay-footer-desc { font-size: .82rem; color: #9ca3af; line-height: 1.7; }

#colophon h4 {
    font-family: 'Outfit', sans-serif;
    font-size: .78rem; font-weight: 700; color: var(--gold-accent);
    text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1.1rem;
}

.ay-footer-links { list-style: none; }
.ay-footer-links li { margin-bottom: .55rem; }
.ay-footer-links a { font-size: .85rem; color: #9ca3af; transition: color .2s; }
.ay-footer-links a:hover { color: white; }

.ay-footer-contact-item {
    display: flex; align-items: center; gap: .6rem;
    font-size: .85rem; color: #9ca3af; margin-bottom: .7rem;
    transition: color .2s;
}
.ay-footer-contact-item:hover { color: white; }

.ay-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.07);
    padding-top: 1.75rem; text-align: center;
    font-size: .78rem; color: #6b7280;
}

/* WP footer nav */
.footer-navigation ul { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; list-style: none; justify-content: center; margin-bottom: .75rem; }
.footer-navigation a { font-size: .78rem; color: #9ca3af; transition: color .2s; }
.footer-navigation a:hover { color: white; }

/* ═══════════════════════════════════════════════
   WHATSAPP FLOAT
═══════════════════════════════════════════════ */
.ay-whatsapp-float {
    position: fixed; bottom: 28px; right: 28px; z-index: 9999;
    background: #25D366; color: white;
    width: 58px; height: 58px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 6px 25px rgba(37,211,102,.4);
    transition: transform .3s, box-shadow .3s;
    animation: ayPulse 2.5s ease-in-out infinite;
}
.ay-whatsapp-float:hover { transform: scale(1.1); box-shadow: 0 10px 35px rgba(37,211,102,.55); color: white; }

/* ═══════════════════════════════════════════════
   SCROLL REVEAL
═══════════════════════════════════════════════ */
.ay-reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease-out, transform .8s ease-out; }
.ay-reveal.visible { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════════════════════
   ANIMATIONS
═══════════════════════════════════════════════ */
@keyframes ayFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-14px)} }
@keyframes ayFadeIn { to{opacity:1} }
@keyframes aySlideUp { to{opacity:1;transform:translateY(0)} }
@keyframes ayPulse { 0%,100%{box-shadow:0 6px 25px rgba(37,211,102,.4)} 50%{box-shadow:0 6px 35px rgba(37,211,102,.65)} }

/* ═══════════════════════════════════════════════
   JETPACK COMPAT
═══════════════════════════════════════════════ */
.jetpack-related-posts { max-width: 780px; margin: 3rem auto; padding: 0 2rem; }
.jp-relatedposts-headline { color: var(--navy-deep); font-family: 'Playfair Display', serif; }
.sharedaddy { max-width: 780px; margin: 1.5rem auto; padding: 0 2rem; }
#likes-other-gravatars { max-width: 780px; margin: 0 auto; }

/* ═══════════════════════════════════════════════
   WP ADMIN BAR OFFSET
═══════════════════════════════════════════════ */
.admin-bar #masthead { top: 32px; }
@media screen and (max-width:782px) { .admin-bar #masthead { top: 46px; } }

/* ═══════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .ay-services-grid { grid-template-columns: repeat(2,1fr); }
    .ay-about-grid { grid-template-columns: 1fr; gap: 3rem; }
    .ay-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .main-navigation { display: none; }
    .main-navigation.toggled { display: flex; }
    .main-navigation.toggled ul {
        flex-direction: column; gap: 0;
        background: rgba(6,17,31,.97);
        position: fixed; top: 72px; left: 0; right: 0;
        padding: 1rem; border-bottom: 1px solid rgba(212,175,55,.15);
    }
    .main-navigation.toggled ul li a { padding: .8rem 1rem; }
    .menu-toggle { display: block; }
    .nav-cta-btn { display: none; }

    .ay-hero { background-attachment: scroll; }
    .ay-services-grid { grid-template-columns: 1fr; }
    .ay-intro-grid { grid-template-columns: repeat(2,1fr); }
    .ay-footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .ay-hero-stat + .ay-hero-stat { border-left: none; padding-left: 0; }
    .ay-hero-stats { gap: 1.5rem; }
    #content { padding-top: 72px; }
}
