:root {
    --yavci-primary: #08254d;
    --yavci-secondary: #061a38;
    --yavci-accent: #e3ad37;
    --yavci-text: #1b2b41;
    --yavci-muted: #66758b;
    --yavci-soft: #f2f4f7;
    --yavci-border: #dfe5ed;
    --yavci-white: #fff;
    --yavci-shadow: 0 18px 55px rgba(6, 26, 56, .13);
    --yavci-card-shadow: 0 8px 24px rgba(6, 26, 56, .08);
    --yavci-radius: 10px;
    --yavci-shell: 1280px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: #e9edf1;
    color: var(--yavci-text);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.68;
    -webkit-font-smoothing: antialiased;
}
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--yavci-primary); text-decoration: none; }
a:hover { color: var(--yavci-accent); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .65em; color: var(--yavci-primary); line-height: 1.18; letter-spacing: -.02em; }
p { margin: 0 0 1.15em; }
ul, ol { margin: 0 0 1.25em; }
.screen-reader-text {
    position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
    clip: auto !important; width: auto; height: auto; top: 8px; left: 8px; z-index: 100000;
    padding: 12px 16px; background: #fff; color: #111; box-shadow: 0 0 0 2px var(--yavci-accent);
}
.site-shell {
    width: min(100%, var(--yavci-shell));
    margin: 0 auto;
    background: var(--yavci-white);
    box-shadow: var(--yavci-shadow);
    overflow: hidden;
    min-height: 100vh;
}
.content-container { width: min(100% - 48px, 1130px); margin-inline: auto; }
.section-padding { padding: 52px 0; }
.section-soft { background: var(--yavci-soft); }
.yavci-card {
    background: #fff;
    border: 1px solid var(--yavci-border);
    border-radius: var(--yavci-radius);
    box-shadow: var(--yavci-card-shadow);
}

/* Header */
.site-header { position: relative; z-index: 100; background: #fff; }
.topbar { background: var(--yavci-secondary); color: #fff; font-size: 12px; }
.topbar-inner {
    width: min(100% - 48px, 1130px); min-height: 34px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.topbar a { color: #fff; }
.topbar a:hover { color: var(--yavci-accent); }
.topbar-contact, .topbar-social { display: flex; align-items: center; gap: 18px; }
.topbar-contact a { display: inline-flex; align-items: center; gap: 7px; }
.topbar-contact a span { color: var(--yavci-accent); font-size: 8px; }
.topbar-social { gap: 10px; }
.social-link {
    width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%;
    display: inline-grid; place-items: center; color: #fff; font-weight: 800; font-size: 12px;
}
.social-link:hover { background: var(--yavci-accent); color: var(--yavci-primary); border-color: var(--yavci-accent); }
.navigation-wrap { background: #fff; border-bottom: 1px solid var(--yavci-border); }
.navigation-inner {
    width: min(100% - 48px, 1130px); min-height: 82px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between; gap: 28px;
}
.site-branding { flex: 0 0 auto; }
.brand-link { display: inline-flex; align-items: center; }
.brand-logo { width: auto; height: 58px; max-width: 310px; object-fit: contain; }
.primary-navigation { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.primary-menu, .primary-menu ul { list-style: none; padding: 0; margin: 0; }
.primary-menu { display: flex; align-items: center; gap: 4px; }
.primary-menu > li { position: relative; }
.primary-menu > li > a {
    display: block; padding: 29px 11px 25px; border-bottom: 3px solid transparent;
    color: var(--yavci-primary); font-size: 13px; font-weight: 700; white-space: nowrap;
}
.primary-menu > li.current-menu-item > a, .primary-menu > li > a:hover { border-bottom-color: var(--yavci-accent); color: var(--yavci-primary); }
.primary-menu .sub-menu {
    position: absolute; top: 100%; left: 0; z-index: 20; min-width: 210px; padding: 8px;
    background: #fff; border: 1px solid var(--yavci-border); border-radius: 0 0 8px 8px; box-shadow: var(--yavci-card-shadow);
    opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease;
}
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.primary-menu .sub-menu a { display: block; padding: 10px 12px; font-size: 13px; font-weight: 650; }
.header-cta {
    display: inline-flex; align-items: center; gap: 8px; padding: 11px 15px; border-radius: 5px;
    background: var(--yavci-primary); color: #fff; font-size: 12px; font-weight: 800; white-space: nowrap;
}
.header-cta:hover { color: var(--yavci-primary); background: var(--yavci-accent); }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 3px; background: var(--yavci-primary); margin: 4px 0; border-radius: 3px; transition: .2s; }
.menu-toggle.is-active > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-active > span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Buttons */
.button {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    min-height: 44px; padding: 11px 19px; border: 1px solid transparent; border-radius: 5px;
    font-weight: 800; font-size: 13px; line-height: 1; text-transform: uppercase; letter-spacing: .01em;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(6,26,56,.18); }
.button-gold { background: var(--yavci-accent); color: var(--yavci-primary); }
.button-gold:hover { color: #fff; background: var(--yavci-primary); }
.button-outline { border-color: rgba(255,255,255,.72); color: #fff; background: rgba(8,37,77,.12); }
.button-outline:hover { color: var(--yavci-primary); background: #fff; }
.button-navy { background: var(--yavci-primary); color: #fff; }
.button-navy:hover { background: var(--yavci-accent); color: var(--yavci-primary); }
.button-large { min-height: 52px; padding-inline: 28px; }
.text-link { font-size: 12px; font-weight: 800; text-transform: uppercase; }

/* Hero */
.hero-slider { position: relative; height: 430px; overflow: hidden; background: var(--yavci-primary); }
.hero-slides, .hero-slide { height: 100%; }
.hero-slide {
    position: absolute; inset: 0; opacity: 0; visibility: hidden; background-size: cover; background-position: center;
    transition: opacity .55s ease, visibility .55s ease;
}
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(4,20,45,.97) 0%, rgba(7,35,74,.90) 42%, rgba(7,35,74,.50) 68%, rgba(4,20,45,.48) 100%);
}
.hero-overlay::after {
    content: ""; position: absolute; inset: 0; opacity: .18;
    background-image: linear-gradient(135deg, transparent 0 45%, rgba(227,173,55,.55) 45% 46%, transparent 46% 100%);
    background-size: 220px 220px;
}
.hero-content {
    position: relative; z-index: 2; width: min(100% - 96px, 1030px); height: 100%; margin: 0 auto;
    display: grid; grid-template-columns: 210px minmax(0, 650px); align-items: center; gap: 28px;
}
.party-lockup img { width: 188px; max-height: 210px; }
.hero-copy { color: #fff; }
.hero-kicker { margin: 0 0 12px; color: var(--yavci-accent); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.hero-copy h1 { max-width: 700px; margin: 0 0 14px; color: #fff; font-size: clamp(34px, 4.4vw, 58px); text-transform: uppercase; }
.hero-description { max-width: 650px; margin-bottom: 24px; color: rgba(255,255,255,.86); font-size: 17px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.slider-arrow {
    position: absolute; z-index: 5; top: 50%; transform: translateY(-50%); width: 44px; height: 44px;
    border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(6,26,56,.28); color: #fff; font-size: 30px; line-height: 1;
}
.slider-arrow:hover { background: var(--yavci-accent); color: var(--yavci-primary); }
.slider-prev { left: 20px; }
.slider-next { right: 20px; }
.slider-dots { position: absolute; left: 50%; bottom: 18px; z-index: 5; transform: translateX(-50%); display: flex; gap: 8px; }
.slider-dot { width: 9px; height: 9px; border: 0; border-radius: 50%; background: rgba(255,255,255,.55); padding: 0; }
.slider-dot.is-active { width: 24px; border-radius: 10px; background: var(--yavci-accent); }

/* Homepage */
.intro-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 24px; align-items: stretch; }
.profile-card { display: grid; grid-template-columns: 180px 1fr; overflow: hidden; }
.profile-image-wrap { min-height: 300px; background: linear-gradient(145deg, var(--yavci-primary), #234d7f); }
.profile-image { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.profile-copy { padding: 27px; align-self: center; }
.profile-copy h2 { font-size: 27px; margin-bottom: 3px; }
.profile-copy p { color: var(--yavci-muted); font-size: 14px; }
.section-eyebrow { display: block; margin-bottom: 6px; color: var(--yavci-accent); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.section-heading { margin-bottom: 18px; }
.section-heading h2 { margin: 0; font-size: 27px; }
.heading-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.heading-link { font-size: 12px; font-weight: 800; white-space: nowrap; }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.value-card { min-height: 142px; padding: 21px 18px; text-align: center; box-shadow: none; }
.value-icon { display: grid; place-items: center; width: 44px; height: 44px; margin: 0 auto 10px; border-radius: 50%; background: rgba(227,173,55,.14); color: var(--yavci-primary); font-size: 24px; }
.value-card h3 { font-size: 15px; margin-bottom: 5px; }
.value-card p { margin: 0; color: var(--yavci-muted); font-size: 12px; line-height: 1.5; }
.news-events-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 28px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.news-card { overflow: hidden; box-shadow: none; }
.news-thumb { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--yavci-primary); }
.news-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.news-card:hover .news-thumb img { transform: scale(1.04); }
.news-body { padding: 15px; }
.news-body time { display: block; color: var(--yavci-accent); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.news-body h3 { margin: 5px 0 8px; font-size: 15px; }
.news-body h3 a { color: var(--yavci-primary); }
.news-body p { color: var(--yavci-muted); font-size: 12px; line-height: 1.55; }
.event-list { padding: 8px 18px; box-shadow: none; }
.event-row { display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--yavci-border); }
.event-row:last-child { border-bottom: 0; }
.event-date { width: 50px; min-height: 55px; border-radius: 5px; background: var(--yavci-primary); color: #fff; display: grid; place-items: center; align-content: center; line-height: 1; }
.event-date strong { font-size: 21px; }
.event-date span { margin-top: 4px; color: var(--yavci-accent); font-size: 9px; font-weight: 800; }
.event-copy h3 { margin: 0 0 2px; font-size: 14px; }
.event-copy p { margin: 0; color: var(--yavci-muted); font-size: 11px; }
.event-meta { display: grid; gap: 4px; color: var(--yavci-muted); font-size: 10px; text-align: right; }
.work-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; }
.work-card { min-height: 114px; padding: 18px 8px; display: grid; place-items: center; align-content: center; text-align: center; box-shadow: none; transition: .2s ease; }
.work-card:hover { transform: translateY(-3px); border-color: var(--yavci-accent); box-shadow: var(--yavci-card-shadow); }
.work-card span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 10px; color: var(--yavci-primary); font-size: 23px; }
.work-card h3 { margin: 0; font-size: 12px; }
.gallery-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; grid-auto-rows: 180px; gap: 12px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 8px; background: var(--yavci-primary); }
.gallery-item:first-child { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(6,26,56,.84)); }
.gallery-item span { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 13px; color: #fff; font-weight: 750; font-size: 13px; }
.cta-section { background: var(--yavci-primary); color: #fff; }
.cta-inner { min-height: 150px; display: grid; grid-template-columns: 95px 1fr auto; align-items: center; gap: 26px; }
.cta-inner > img { width: 80px; height: 110px; object-fit: contain; }
.cta-copy h2 { margin: 0 0 7px; color: #fff; font-size: 27px; }
.cta-copy p { margin: 0; color: rgba(255,255,255,.76); }
.empty-state { padding: 28px; color: var(--yavci-muted); text-align: center; }

/* Inner pages */
.inner-main { min-height: 540px; }
.page-hero { position: relative; padding: 54px 0; overflow: hidden; background: linear-gradient(120deg, var(--yavci-secondary), var(--yavci-primary)); color: #fff; }
.page-hero::after { content: ""; position: absolute; width: 300px; height: 300px; right: -80px; top: -120px; border: 1px solid rgba(227,173,55,.25); border-radius: 50%; box-shadow: 0 0 0 38px rgba(227,173,55,.05), 0 0 0 76px rgba(227,173,55,.03); }
.page-hero .content-container { position: relative; z-index: 2; }
.page-hero h1 { margin: 0; color: #fff; font-size: clamp(34px, 4vw, 52px); }
.page-hero p, .archive-description { max-width: 760px; margin: 12px 0 0; color: rgba(255,255,255,.75); }
.single-meta { color: rgba(255,255,255,.66); font-size: 13px; }
.content-sidebar-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; align-items: start; }
.archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.archive-grid-3 { grid-template-columns: repeat(3, 1fr); }
.archive-card { overflow: hidden; }
.archive-card-thumb { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.archive-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.archive-card:hover .archive-card-thumb img { transform: scale(1.04); }
.archive-card-body { padding: 20px; }
.entry-meta { color: var(--yavci-accent); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.archive-card .entry-title { margin: 6px 0 10px; font-size: 20px; }
.archive-card .entry-title a { color: var(--yavci-primary); }
.archive-card-body p { color: var(--yavci-muted); font-size: 14px; }
.archive-event-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 12px; color: var(--yavci-muted); font-size: 12px; }
.content-card { padding: 34px; }
.content-card-wide { max-width: 960px; margin-inline: auto; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { margin-top: 1.5em; }
.entry-content h3 { margin-top: 1.35em; }
.entry-content blockquote { margin: 28px 0; padding: 18px 22px; border-left: 4px solid var(--yavci-accent); background: var(--yavci-soft); color: var(--yavci-primary); font-size: 18px; }
.single-featured { margin: -34px -34px 30px; max-height: 520px; overflow: hidden; }
.single-featured img { width: 100%; max-height: 520px; object-fit: cover; }
.single-event-box { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 25px; padding: 15px; border-radius: 6px; background: var(--yavci-soft); color: var(--yavci-primary); font-weight: 700; font-size: 13px; }
.post-navigation-wrap { margin-top: 35px; padding-top: 25px; border-top: 1px solid var(--yavci-border); }
.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.post-navigation a { display: grid; gap: 4px; }
.post-navigation .nav-next { text-align: right; }
.post-navigation span { color: var(--yavci-muted); font-size: 12px; }
.sidebar-area { display: grid; gap: 18px; }
.widget { padding: 22px; box-shadow: none; }
.widget-title { padding-bottom: 10px; border-bottom: 2px solid var(--yavci-accent); font-size: 18px; }
.widget ul { padding-left: 18px; margin-bottom: 0; }
.widget li { margin-bottom: 8px; }
.widget-cta { background: var(--yavci-primary); color: #fff; }
.widget-cta .widget-title { color: #fff; }
.widget-cta p { color: rgba(255,255,255,.72); }
.nav-links, .page-numbers { display: flex; justify-content: center; gap: 7px; margin-top: 30px; }
.page-numbers { min-width: 38px; height: 38px; padding: 0 12px; border: 1px solid var(--yavci-border); display: inline-grid; place-items: center; border-radius: 5px; background: #fff; }
.page-numbers.current, .page-numbers:hover { background: var(--yavci-primary); color: #fff; border-color: var(--yavci-primary); }
.error-404 { max-width: 760px; margin: 50px auto; padding: 50px; text-align: center; }
.error-code { display: block; color: var(--yavci-accent); font-size: 100px; font-weight: 900; line-height: 1; }

/* Contact */
.contact-page-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 28px; align-items: start; }
.contact-info-panel { display: grid; gap: 14px; }
.contact-info-card { display: grid; grid-template-columns: 50px 1fr; gap: 15px; align-items: center; padding: 22px; box-shadow: none; }
.contact-info-card > span { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: rgba(227,173,55,.15); color: var(--yavci-primary); font-size: 21px; }
.contact-info-card h2 { margin: 0 0 3px; font-size: 17px; }
.contact-info-card p { margin: 0; color: var(--yavci-muted); }
.contact-social { padding: 22px; box-shadow: none; }
.contact-social h2 { font-size: 17px; }
.contact-social .social-link { color: var(--yavci-primary); border-color: var(--yavci-border); }
.contact-form-panel { padding: 32px; }
.contact-form-panel h2 { font-size: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 6px; color: var(--yavci-primary); font-size: 12px; font-weight: 750; }
.contact-form input, .contact-form textarea, .search-form input[type="search"] {
    width: 100%; border: 1px solid var(--yavci-border); border-radius: 5px; background: #fff; color: var(--yavci-text); outline: none;
}
.contact-form input { height: 46px; padding: 0 13px; }
.contact-form textarea { padding: 13px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .search-form input[type="search"]:focus { border-color: var(--yavci-accent); box-shadow: 0 0 0 3px rgba(227,173,55,.15); }
.honeypot { position: absolute; left: -9999px; }
.yavci-alert { margin-bottom: 18px; padding: 13px 15px; border-radius: 5px; font-size: 14px; }
.yavci-alert-success { background: #e7f7ed; color: #166534; border: 1px solid #b7e3c4; }
.yavci-alert-error { background: #fff0f0; color: #991b1b; border: 1px solid #fecaca; }
.search-form { display: flex; gap: 8px; }
.search-form label { flex: 1; }
.search-form input[type="search"] { height: 44px; padding: 0 12px; }
.search-form input[type="submit"] { border: 0; border-radius: 5px; padding: 0 18px; background: var(--yavci-accent); color: var(--yavci-primary); font-weight: 800; }

/* Comments */
.comments-area { margin-top: 35px; padding-top: 25px; border-top: 1px solid var(--yavci-border); }
.comment-list { list-style: none; padding: 0; }
.comment-body { margin: 0 0 14px; padding: 18px; border: 1px solid var(--yavci-border); border-radius: 6px; }
.comment-form input, .comment-form textarea { width: 100%; border: 1px solid var(--yavci-border); border-radius: 5px; padding: 10px; }
.comment-form .submit { border: 0; border-radius: 5px; padding: 12px 18px; background: var(--yavci-accent); color: var(--yavci-primary); font-weight: 800; }

/* Footer */
.site-footer { background: var(--yavci-secondary); color: rgba(255,255,255,.74); }
.footer-main { padding: 44px 0 32px; }
.footer-grid { width: min(100% - 48px, 1130px); margin: 0 auto; display: grid; grid-template-columns: 1.25fr .8fr 1fr .85fr; gap: 32px; }
.footer-logo { width: 255px; max-height: 76px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 310px; margin-top: 16px; font-size: 13px; }
.footer-column h3 { color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: .04em; }
.footer-menu { list-style: none; padding: 0; margin: 0; }
.footer-menu li { margin-bottom: 8px; }
.footer-menu a, .footer-contact a { color: rgba(255,255,255,.74); font-size: 13px; }
.footer-menu a:hover, .footer-contact a:hover { color: var(--yavci-accent); }
.footer-contact p { display: flex; gap: 9px; margin-bottom: 8px; font-size: 13px; }
.footer-contact p span { color: var(--yavci-accent); }
.footer-social { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-button { display: inline-flex; margin-top: 16px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.3); border-radius: 5px; color: #fff; font-size: 12px; font-weight: 800; }
.footer-button:hover { background: var(--yavci-accent); border-color: var(--yavci-accent); color: var(--yavci-primary); }
.footer-bottom { min-height: 52px; padding: 10px max(24px, calc((100% - 1130px)/2)); border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 18px; }
.footer-bottom a { color: rgba(255,255,255,.65); }

/* Responsive */
@media (max-width: 1120px) {
    .primary-menu > li > a { padding-inline: 7px; font-size: 12px; }
    .header-cta { display: none; }
    .work-grid { grid-template-columns: repeat(4, 1fr); }
    .news-events-grid { grid-template-columns: 1fr; }
    .news-grid { grid-template-columns: repeat(3, 1fr); }
    .archive-grid-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    body.admin-bar .site-header { top: 46px; }
    .site-shell { width: 100%; box-shadow: none; }
    .content-container, .topbar-inner, .navigation-inner, .footer-grid { width: min(100% - 32px, 760px); }
    .topbar-social > span { display: none; }
    .navigation-inner { min-height: 72px; position: relative; }
    .brand-logo { height: 49px; max-width: 270px; }
    .menu-toggle { display: block; }
    .primary-navigation {
        position: absolute; top: 100%; left: -16px; right: -16px; display: none; margin: 0; padding: 10px 16px 18px;
        background: #fff; border-top: 1px solid var(--yavci-border); border-bottom: 1px solid var(--yavci-border); box-shadow: 0 15px 30px rgba(6,26,56,.15);
    }
    .primary-navigation.is-open { display: block; }
    .primary-menu { display: block; }
    .primary-menu > li > a { padding: 12px 6px; border-bottom: 1px solid var(--yavci-border); }
    .primary-menu .sub-menu { position: static; min-width: 0; padding: 4px 0 4px 16px; opacity: 1; visibility: visible; transform: none; border: 0; box-shadow: none; }
    .header-cta { display: inline-flex; margin-top: 14px; }
    .hero-slider { height: 510px; }
    .hero-content { width: min(100% - 64px, 760px); grid-template-columns: 135px 1fr; }
    .party-lockup img { width: 130px; }
    .hero-copy h1 { font-size: 42px; }
    .intro-grid { grid-template-columns: 1fr; }
    .values-grid { grid-template-columns: repeat(4, 1fr); }
    .value-card { min-height: 150px; }
    .gallery-grid { grid-template-columns: 1.35fr 1fr; }
    .gallery-item:last-child { display: none; }
    .cta-inner { grid-template-columns: 72px 1fr; padding-block: 25px; }
    .cta-inner > .button { grid-column: 2; justify-self: start; }
    .content-sidebar-grid { grid-template-columns: 1fr; }
    .sidebar-area { grid-template-columns: repeat(2, 1fr); }
    .contact-page-grid { grid-template-columns: 1fr; }
    .contact-info-panel { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1.2fr 1fr; }
}

@media (max-width: 680px) {
    .section-padding { padding: 38px 0; }
    .content-container, .topbar-inner, .navigation-inner, .footer-grid { width: calc(100% - 26px); }
    .topbar { font-size: 10px; }
    .topbar-inner { min-height: 32px; }
    .topbar-contact { gap: 10px; }
    .topbar-contact a:nth-child(2) { display: none; }
    .topbar-social { gap: 5px; }
    .social-link { width: 25px; height: 25px; }
    .brand-logo { height: 43px; max-width: 220px; }
    .hero-slider { height: 520px; }
    .hero-content { width: calc(100% - 44px); display: block; padding-top: 56px; }
    .party-lockup { margin-bottom: 18px; }
    .party-lockup img { width: 112px; height: 105px; object-fit: contain; object-position: left center; }
    .hero-copy h1 { font-size: 36px; }
    .hero-description { font-size: 15px; }
    .slider-arrow { width: 36px; height: 36px; font-size: 24px; }
    .slider-prev { left: 8px; }
    .slider-next { right: 8px; }
    .profile-card { grid-template-columns: 120px 1fr; }
    .profile-image-wrap { min-height: 250px; }
    .profile-copy { padding: 20px 16px; }
    .profile-copy h2 { font-size: 22px; }
    .profile-copy p { font-size: 12px; }
    .values-grid { grid-template-columns: repeat(2, 1fr); }
    .news-grid { grid-template-columns: 1fr; }
    .news-card { display: grid; grid-template-columns: 140px 1fr; }
    .news-thumb { aspect-ratio: auto; height: 100%; }
    .event-row { grid-template-columns: 50px 1fr; }
    .event-meta { grid-column: 2; display: flex; text-align: left; }
    .work-grid { grid-template-columns: repeat(4, 1fr); }
    .work-card { min-height: 100px; }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 140px; }
    .gallery-item:first-child { grid-row: auto; grid-column: span 2; }
    .cta-inner { grid-template-columns: 60px 1fr; gap: 15px; }
    .cta-inner > img { width: 55px; }
    .cta-copy h2 { font-size: 22px; }
    .cta-copy p { font-size: 13px; }
    .page-hero { padding: 38px 0; }
    .page-hero h1 { font-size: 34px; }
    .archive-grid, .archive-grid-3 { grid-template-columns: 1fr; }
    .sidebar-area { grid-template-columns: 1fr; }
    .content-card { padding: 24px; }
    .single-featured { margin: -24px -24px 24px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .contact-info-panel { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { display: block; text-align: center; padding: 15px 18px; }
    .footer-bottom div { justify-content: center; margin-top: 8px; }
}

@media (max-width: 430px) {
    .topbar-contact a { font-size: 9px; }
    .topbar-social .social-link:nth-last-child(n+4) { display: none; }
    .hero-slider { height: 545px; }
    .hero-content { padding-top: 46px; }
    .hero-copy h1 { font-size: 31px; }
    .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .hero-actions .button { padding-inline: 10px; font-size: 11px; }
    .profile-card { grid-template-columns: 108px 1fr; }
    .profile-image-wrap { min-height: 280px; }
    .profile-copy { padding: 16px 13px; }
    .profile-copy p { display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden; }
    .news-card { grid-template-columns: 115px 1fr; }
    .news-body { padding: 12px; }
    .news-body p { display: none; }
    .work-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
    .gallery-item { min-width: 82%; height: 190px; scroll-snap-align: start; }
    .gallery-item:first-child { min-width: 82%; }
    .cta-inner { grid-template-columns: 1fr; text-align: center; }
    .cta-inner > img { margin: 0 auto; height: 75px; }
    .cta-inner > .button { grid-column: auto; justify-self: center; }
}

/* Extended page templates */
.content-narrow { width: min(100% - 48px, 900px); margin-inline: auto; }
.page-intro { margin-bottom: 26px; padding: 24px 28px; box-shadow: none; }
.page-intro > *:last-child { margin-bottom: 0; }
.about-page-grid { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 28px; align-items: start; }
.about-portrait { overflow: hidden; position: sticky; top: 24px; }
.about-portrait > img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; background: var(--yavci-soft); }
.about-portrait-copy { padding: 22px; border-top: 4px solid var(--yavci-accent); }
.about-portrait-copy strong, .about-portrait-copy span { display: block; }
.about-portrait-copy strong { color: var(--yavci-primary); font-size: 23px; }
.about-portrait-copy span { margin-top: 4px; color: var(--yavci-muted); font-size: 13px; }
.about-biography { min-height: 420px; }
.values-grid-page .value-card { min-height: 210px; padding: 28px 22px; }
.work-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.work-detail-card { display: grid; grid-template-columns: 72px 1fr; gap: 18px; align-items: start; padding: 24px; box-shadow: none; transition: transform .2s ease, box-shadow .2s ease; }
.work-detail-card:hover { transform: translateY(-3px); box-shadow: var(--yavci-card-shadow); }
.work-detail-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: rgba(227,173,55,.16); color: var(--yavci-primary); font-size: 28px; font-weight: 800; }
.work-detail-card h2 { margin: 0 0 7px; font-size: 21px; }
.work-detail-card p { margin: 0 0 12px; color: var(--yavci-muted); font-size: 14px; }
.events-page-list { display: grid; gap: 15px; }
.event-page-card { display: grid; grid-template-columns: 78px minmax(0, 1fr) auto; gap: 22px; align-items: center; padding: 20px 22px; box-shadow: none; }
.event-page-date { width: 64px; min-height: 70px; display: grid; place-items: center; align-content: center; border-radius: 7px; background: var(--yavci-primary); color: #fff; line-height: 1; }
.event-page-date strong { font-size: 27px; }
.event-page-date span { margin-top: 5px; color: var(--yavci-accent); font-size: 12px; font-weight: 900; }
.event-page-copy h2 { margin: 0 0 6px; font-size: 21px; }
.event-page-copy p { margin: 0; color: var(--yavci-muted); font-size: 13px; }
.event-page-meta { min-width: 175px; display: grid; gap: 7px; justify-items: end; color: var(--yavci-muted); font-size: 12px; }
.event-page-meta .button { min-height: 36px; padding: 9px 15px; }
.gallery-page-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.gallery-page-item { position: relative; min-height: 230px; overflow: hidden; box-shadow: none; background: var(--yavci-primary); }
.gallery-page-item img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; transition: transform .35s ease, opacity .35s ease; }
.gallery-page-item::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(6,26,56,.94)); }
.gallery-page-item > span { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 16px; color: #fff; }
.gallery-page-item strong, .gallery-page-item small { display: block; }
.gallery-page-item strong { font-size: 17px; }
.gallery-page-item small { margin-top: 3px; color: rgba(255,255,255,.65); }
.gallery-page-item:hover img { transform: scale(1.04); opacity: .88; }
.gallery-single-card { overflow: hidden; }
.gallery-single-image { margin: -34px -34px 28px; background: var(--yavci-secondary); }
.gallery-single-image img { width: 100%; max-height: 700px; object-fit: contain; }
.volunteer-section { background: linear-gradient(135deg, #fff, var(--yavci-soft)); }
.volunteer-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: start; }
.volunteer-copy ul { padding-left: 22px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 14px; color: rgba(255,255,255,.68); font-size: 12px; }
.breadcrumbs a { color: rgba(255,255,255,.82); }
.breadcrumbs a:hover { color: var(--yavci-accent); }

@media (max-width: 900px) {
    .about-page-grid { grid-template-columns: 280px minmax(0, 1fr); }
    .work-detail-grid { grid-template-columns: 1fr; }
    .gallery-page-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .volunteer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
    .content-narrow { width: calc(100% - 26px); }
    .about-page-grid { grid-template-columns: 1fr; }
    .about-portrait { position: static; display: grid; grid-template-columns: 140px 1fr; }
    .about-portrait > img { aspect-ratio: 4 / 5; height: 100%; }
    .about-portrait-copy { display: flex; flex-direction: column; justify-content: center; border-top: 0; border-left: 4px solid var(--yavci-accent); }
    .event-page-card { grid-template-columns: 64px 1fr; gap: 14px; padding: 16px; }
    .event-page-meta { grid-column: 2; justify-items: start; min-width: 0; }
    .gallery-page-grid { grid-template-columns: 1fr; }
    .gallery-page-item, .gallery-page-item img { min-height: 215px; }
}

@media (max-width: 430px) {
    .about-portrait { grid-template-columns: 112px 1fr; }
    .about-portrait-copy { padding: 15px; }
    .about-portrait-copy strong { font-size: 19px; }
    .work-detail-card { grid-template-columns: 54px 1fr; padding: 18px; }
    .work-detail-icon { width: 50px; height: 50px; font-size: 22px; }
    .event-page-card { grid-template-columns: 54px 1fr; }
    .event-page-date { width: 50px; min-height: 62px; }
}

/* ==========================================================
   2.2.0 — Sakin / göz yormayan arayüz revizyonu
   ========================================================== */
:root {
    --yavci-text: #2b3a4e;
    --yavci-muted: #6d7888;
    --yavci-soft: #f7f8fa;
    --yavci-border: #e5e9ef;
    --yavci-shadow: 0 12px 36px rgba(16, 42, 71, .09);
    --yavci-card-shadow: 0 4px 14px rgba(16, 42, 71, .055);
    --yavci-radius: 12px;
    --yavci-shell: 1240px;
}

body {
    background: #e9edf1;
    color: var(--yavci-text);
    line-height: 1.72;
}

.site-shell {
    margin: 22px auto;
    min-height: calc(100vh - 44px);
    border: 1px solid rgba(16, 42, 71, .06);
    border-radius: 12px;
    box-shadow: var(--yavci-shadow);
}

.content-container,
.topbar-inner,
.navigation-inner,
.footer-grid {
    width: min(100% - 64px, 1100px);
}

.section-padding { padding: 62px 0; }
.section-soft { background: var(--yavci-soft); }
.yavci-card { box-shadow: none; }

h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
    letter-spacing: -.012em;
}

p { line-height: 1.72; }

/* Daha hafif üst alan */
.topbar { background: var(--yavci-secondary); opacity: .96; }
.topbar-inner { min-height: 32px; }
.topbar-contact, .topbar-social { gap: 14px; }
.social-link { border-color: rgba(255,255,255,.18); }
.navigation-inner { min-height: 76px; }
.brand-logo { height: 52px; max-width: 285px; }
.primary-menu > li > a {
    padding: 27px 10px 23px;
    font-size: 13px;
    font-weight: 650;
}
.header-cta { padding: 10px 15px; font-weight: 700; }

/* Butonlarda sakin tipografi */
.button {
    min-height: 43px;
    border-radius: 7px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    box-shadow: none;
}
.button:hover { transform: none; box-shadow: 0 5px 14px rgba(16,42,71,.11); }
.button-gold { background: var(--yavci-accent); }
.button-gold:hover { background: #c59937; }
.button-navy:hover { background: #214b78; color: #fff; }

/* Daha ferah ve daha az karanlık manşet */
.hero-slider { height: 382px; }
.hero-overlay {
    background: linear-gradient(90deg, rgba(10,34,61,.91) 0%, rgba(17,52,88,.78) 48%, rgba(17,52,88,.30) 78%, rgba(10,34,61,.24) 100%);
}
.hero-overlay::after { display: none; }
.hero-content {
    width: min(100% - 110px, 980px);
    grid-template-columns: 150px minmax(0, 620px);
    gap: 34px;
}
.party-lockup img { width: 140px; max-height: 160px; }
.hero-kicker { color: #e0bb67; font-size: 11px; letter-spacing: .08em; }
.hero-copy h1 {
    margin-bottom: 13px;
    font-size: clamp(32px, 4vw, 48px);
    text-transform: none;
    font-weight: 760;
}
.hero-description { max-width: 590px; font-size: 16px; line-height: 1.65; }
.slider-arrow {
    width: 40px;
    height: 40px;
    border-color: rgba(255,255,255,.24);
    background: rgba(16,42,71,.24);
}
.slider-arrow:hover { background: rgba(255,255,255,.92); }
.slider-dot.is-active { width: 20px; }

/* Ana sayfa yoğunluğunu azalt */
.intro-grid { grid-template-columns: 1.06fr .94fr; gap: 32px; }
.profile-card { grid-template-columns: 190px 1fr; }
.profile-image-wrap { min-height: 320px; background: #e9eef4; }
.profile-copy { padding: 32px; }
.profile-copy h2, .section-heading h2 { font-size: 26px; }
.profile-copy p { font-size: 14px; line-height: 1.72; }
.section-eyebrow { color: #a87d21; letter-spacing: .075em; font-weight: 750; }
.section-heading { margin-bottom: 22px; }

.values-grid { gap: 16px; }
.value-card { min-height: 154px; padding: 24px 20px; }
.value-icon {
    background: #f5edd9;
    color: var(--yavci-primary);
    font-size: 21px;
}
.value-card h3 { font-size: 15px; }
.value-card p { font-size: 12.5px; }

.news-events-grid { grid-template-columns: 1.05fr .95fr; gap: 36px; }
.news-grid { gap: 18px; }
.news-card, .event-list, .work-card, .content-card, .widget,
.contact-info-card, .page-intro, .work-detail-card, .event-page-card {
    border-color: var(--yavci-border);
}
.news-body { padding: 18px; }
.news-body time, .entry-meta { color: #a87d21; }
.news-body h3 { font-size: 16px; }
.news-body p { font-size: 13px; }
.event-list { padding: 10px 20px; }
.event-row { padding: 17px 0; }
.event-date { background: #24496f; }
.event-date span { color: #f0cf85; }

.work-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
.work-card {
    min-height: 92px;
    padding: 18px;
    grid-template-columns: 44px 1fr;
    justify-items: start;
    align-content: center;
    text-align: left;
}
.work-card:hover { transform: none; box-shadow: var(--yavci-card-shadow); }
.work-card span { width: 40px; height: 40px; margin: 0; font-size: 21px; }
.work-card h3 { font-size: 13px; line-height: 1.4; }

.gallery-grid { gap: 16px; grid-auto-rows: 190px; }
.gallery-item { border-radius: 10px; }
.gallery-item::after { background: linear-gradient(transparent, rgba(16,42,71,.70)); }
.gallery-item:hover img { transform: scale(1.02); }

.cta-section { background: #173a63; }
.cta-inner { min-height: 160px; }
.cta-copy p { color: rgba(255,255,255,.80); }

/* Alt sayfalarda daha sade başlık alanı */
.page-hero {
    padding: 46px 0;
    background: #173a63;
}
.page-hero::after { opacity: .32; }
.page-hero h1 { font-size: clamp(31px, 3.7vw, 46px); }
.content-sidebar-grid { gap: 36px; }
.content-card { padding: 38px; }
.entry-content { font-size: 16px; }
.entry-content blockquote { background: #f8f5ed; }

/* Footer */
.site-footer { background: #102a47; }
.footer-main { padding: 48px 0 36px; }
.footer-grid { gap: 38px; }
.footer-menu a, .footer-contact a, .footer-brand p { color: rgba(255,255,255,.78); }

/* Hareket hassasiyeti */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

@media (max-width: 900px) {
    .site-shell { margin: 0; min-height: 100vh; border: 0; border-radius: 0; }
    .content-container, .topbar-inner, .navigation-inner, .footer-grid { width: min(100% - 38px, 760px); }
    .hero-slider { height: 450px; }
    .hero-content { width: min(100% - 70px, 720px); grid-template-columns: 120px 1fr; }
    .party-lockup img { width: 110px; }
    .hero-copy h1 { font-size: 38px; }
    .values-grid { grid-template-columns: repeat(2, 1fr); }
    .news-events-grid { gap: 48px; }
    .work-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
    .section-padding { padding: 46px 0; }
    .content-container, .topbar-inner, .navigation-inner, .footer-grid { width: calc(100% - 30px); }
    .topbar-social { display: none; }
    .topbar-inner { justify-content: center; }
    .navigation-inner { min-height: 68px; }
    .brand-logo { height: 45px; }
    .hero-slider { height: 430px; }
    .hero-content { width: calc(100% - 42px); padding-top: 48px; }
    .party-lockup { margin-bottom: 12px; }
    .party-lockup img { width: 86px; height: 78px; }
    .hero-copy h1 { font-size: 31px; line-height: 1.18; }
    .hero-description { font-size: 14px; line-height: 1.6; }
    .profile-card { grid-template-columns: 112px 1fr; }
    .profile-image-wrap { min-height: 260px; }
    .profile-copy { padding: 22px 18px; }
    .news-card { display: block; }
    .news-thumb { height: auto; aspect-ratio: 16 / 9; }
    .event-meta { display: none; }
    .gallery-grid { grid-auto-rows: 150px; }
    .page-hero { padding: 38px 0; }
    .content-card { padding: 26px; }
}

@media (max-width: 430px) {
    .topbar { display: none; }
    .hero-slider { height: 440px; }
    .hero-content { padding-top: 40px; }
    .hero-actions { grid-template-columns: 1fr; }
    .hero-actions .button { width: 100%; }
    .profile-card { grid-template-columns: 1fr; }
    .profile-image-wrap { min-height: 310px; max-height: 360px; }
    .profile-copy p { display: block; }
    .values-grid { grid-template-columns: 1fr 1fr; }
    .work-grid { grid-template-columns: 1fr; }
    .gallery-item { min-width: 88%; }
}

/* =========================================================
   Yakup AVCI Anahtar Vizyon 3.0
   Sade, ferah ve gözü yormayan yeni arayüz
   ========================================================= */
:root {
    --vision-navy: var(--yavci-primary);
    --vision-deep: var(--yavci-secondary);
    --vision-gold: var(--yavci-accent);
    --vision-bg: #edf0f3;
    --vision-paper: #ffffff;
    --vision-soft: #f6f7f9;
    --vision-soft-blue: #f1f4f7;
    --vision-text: #26364b;
    --vision-muted: #6b7889;
    --vision-line: #e4e8ed;
    --vision-radius: 12px;
    --vision-shadow: 0 18px 50px rgba(20, 44, 72, .08);
}
body {
    background: var(--vision-bg);
    color: var(--vision-text);
    line-height: 1.72;
}
.vision-shell {
    max-width: 1320px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 24px 70px rgba(20, 44, 72, .10);
}
.content-container { width: min(100% - 64px, 1160px); }
.section-padding { padding: 76px 0; }
.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
    color: #a97e23;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.section-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 2px;
    background: var(--vision-gold);
}
.button {
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 7px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
    box-shadow: none;
}
.button:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(20, 44, 72, .10); }
.button-gold { background: var(--vision-gold); color: #163352; }
.button-gold:hover { background: #cfa13b; color: #163352; }
.button-navy { background: var(--vision-navy); color: #fff; }
.button-navy:hover { background: #234b74; color: #fff; }
.button-quiet { background: #fff; border-color: var(--vision-line); color: var(--vision-navy); }
.button-quiet:hover { border-color: #cbd3dc; color: var(--vision-navy); background: #fafbfc; }
.vision-text-link {
    color: var(--vision-navy);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}
.vision-text-link:hover { color: #a97e23; }

/* Header */
.vision-header { background: #fff; }
.vision-topbar { background: #183755; opacity: 1; }
.vision-topbar .topbar-inner { min-height: 36px; }
.vision-topbar .social-link { border: 0; width: 23px; height: 23px; opacity: .82; }
.vision-topbar .social-link:hover { background: transparent; color: var(--vision-gold); }
.vision-navigation-wrap { border-bottom: 1px solid var(--vision-line); }
.vision-navigation-wrap .navigation-inner { min-height: 88px; }
.vision-navigation-wrap .brand-logo { height: 57px; max-width: 335px; }
.vision-navigation-wrap .primary-menu > li > a {
    padding: 33px 11px 29px;
    border-bottom-width: 2px;
    color: #314158;
    font-size: 12px;
    font-weight: 750;
}
.vision-navigation-wrap .primary-menu > li.current-menu-item > a,
.vision-navigation-wrap .primary-menu > li > a:hover { color: var(--vision-navy); }
.vision-navigation-wrap .header-cta {
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid var(--vision-navy);
    border-radius: 7px;
    background: var(--vision-navy);
    font-size: 12px;
}
.vision-navigation-wrap .header-cta:hover { background: #fff; color: var(--vision-navy); }

/* Hero */
.vision-main { background: #fff; }
.vision-hero {
    padding: 66px 0 72px;
    overflow: hidden;
    background:
        radial-gradient(circle at 87% 8%, rgba(216,169,59,.10), transparent 24%),
        linear-gradient(180deg, #fbfcfd 0%, #f4f6f8 100%);
    border-bottom: 1px solid var(--vision-line);
}
.vision-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
    align-items: center;
    gap: 66px;
}
.vision-hero-copy { padding-left: 4px; }
.vision-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #9a7421;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.vision-badge > span { width: 8px; height: 8px; border-radius: 50%; background: var(--vision-gold); box-shadow: 0 0 0 6px rgba(216,169,59,.13); }
.vision-hero h1 {
    max-width: 650px;
    margin-bottom: 22px;
    color: #173653;
    font-size: clamp(42px, 4.5vw, 66px);
    line-height: 1.06;
    letter-spacing: -.04em;
}
.vision-hero-copy > p {
    max-width: 610px;
    margin-bottom: 29px;
    color: #5f6f82;
    font-size: 17px;
    line-height: 1.75;
}
.vision-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.vision-hero-note {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid var(--vision-line);
}
.vision-hero-note img { width: 34px; height: 34px; object-fit: contain; }
.vision-hero-note div { display: grid; gap: 2px; }
.vision-hero-note strong { color: var(--vision-navy); font-size: 13px; }
.vision-hero-note span { color: var(--vision-muted); font-size: 12px; }
.vision-hero-visual { position: relative; min-height: 450px; }
.vision-hero-image {
    position: absolute;
    inset: 0 0 28px 42px;
    overflow: hidden;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    box-shadow: var(--vision-shadow);
}
.vision-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18,47,75,.08), rgba(18,47,75,.02));
}
.vision-hero-visual::before {
    content: "";
    position: absolute;
    top: -22px;
    right: -18px;
    width: 154px;
    height: 154px;
    border: 1px solid rgba(216,169,59,.38);
    border-radius: 50%;
}
.vision-hero-visual::after {
    content: "";
    position: absolute;
    left: 9px;
    bottom: 0;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: rgba(216,169,59,.11);
}
.vision-hero-card {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 15px;
    width: min(400px, 75%);
    padding: 18px 20px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 12px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 16px 38px rgba(20,44,72,.13);
    backdrop-filter: blur(10px);
}
.vision-hero-card img { width: 46px; height: 46px; object-fit: contain; }
.vision-hero-card div { display: grid; gap: 2px; }
.vision-hero-card strong { color: var(--vision-navy); font-size: 16px; }
.vision-hero-card span { color: var(--vision-muted); font-size: 11px; font-weight: 700; }

/* Principles */
.vision-principles { background: #fff; border-bottom: 1px solid var(--vision-line); }
.vision-principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.vision-principle {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    min-height: 126px;
    padding: 29px 24px;
    border-right: 1px solid var(--vision-line);
}
.vision-principle:first-child { padding-left: 0; }
.vision-principle:last-child { border-right: 0; padding-right: 0; }
.vision-principle-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #f6f0e2;
    color: #987120;
    font-size: 19px;
}
.vision-principle h2 { margin: 1px 0 5px; font-size: 15px; letter-spacing: -.01em; }
.vision-principle p { margin: 0; color: var(--vision-muted); font-size: 12px; line-height: 1.55; }

/* About */
.vision-about-section { background: #fff; }
.vision-about-grid {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr) 310px;
    align-items: center;
    gap: 48px;
}
.vision-about-image { position: relative; }
.vision-about-image .profile-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 12px;
    background: #e9edf2;
}
.vision-about-line {
    position: absolute;
    left: -12px;
    bottom: -12px;
    width: 72%;
    height: 4px;
    border-radius: 3px;
    background: var(--vision-gold);
}
.vision-about-copy h2 { margin-bottom: 7px; font-size: clamp(30px, 3vw, 42px); }
.vision-about-copy h3 { margin-bottom: 20px; color: #9a7421; font-size: 14px; font-weight: 800; }
.vision-about-copy p { color: var(--vision-muted); font-size: 15px; }
.vision-about-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 25px; }
.vision-quote-card {
    position: relative;
    padding: 30px;
    border: 1px solid var(--vision-line);
    border-radius: 12px;
    background: var(--vision-soft);
}
.vision-quote-card img { width: 42px; height: 42px; margin-bottom: 20px; }
.vision-quote-card p { color: #405269; font-size: 15px; line-height: 1.75; }
.vision-quote-card strong { color: var(--vision-navy); font-size: 13px; }

/* Work */
.vision-soft-section { background: var(--vision-soft-blue); border-top: 1px solid var(--vision-line); border-bottom: 1px solid var(--vision-line); }
.vision-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 34px;
}
.vision-section-head h2 { margin-bottom: 8px; font-size: clamp(29px, 3vw, 39px); }
.vision-section-head p { max-width: 650px; margin: 0; color: var(--vision-muted); font-size: 14px; }
.vision-section-head.compact { align-items: center; margin-bottom: 24px; }
.vision-section-head.compact h2 { margin: 0; font-size: 28px; }
.vision-work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.vision-work-card {
    position: relative;
    min-height: 210px;
    padding: 25px;
    border: 1px solid var(--vision-line);
    border-radius: 11px;
    background: #fff;
    color: var(--vision-text);
    transition: border-color .2s ease, transform .2s ease, background .2s ease;
}
.vision-work-card:hover { transform: translateY(-3px); border-color: #cad3dc; background: #fdfdfd; color: var(--vision-text); }
.vision-work-icon {
    width: 43px;
    height: 43px;
    margin-bottom: 20px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #f4eddd;
    color: #9b7420;
    font-size: 20px;
}
.vision-work-card h3 { margin-bottom: 9px; font-size: 17px; }
.vision-work-card p { margin: 0; padding-right: 22px; color: var(--vision-muted); font-size: 13px; line-height: 1.65; }
.vision-work-arrow { position: absolute; right: 22px; bottom: 20px; color: #a77b1f; font-weight: 800; }

/* News and events */
.vision-updates-section { background: #fff; }
.vision-updates-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(340px, .75fr); gap: 38px; }
.vision-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.vision-news-card {
    overflow: hidden;
    border: 1px solid var(--vision-line);
    border-radius: 11px;
    background: #fff;
}
.vision-news-thumb { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #dfe5eb; }
.vision-news-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.vision-news-card:hover .vision-news-thumb img { transform: scale(1.025); }
.vision-news-body { padding: 19px; }
.vision-news-body time { display: block; margin-bottom: 8px; color: #a07926; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.vision-news-body h3 { margin-bottom: 9px; font-size: 16px; line-height: 1.35; }
.vision-news-body h3 a { color: var(--vision-navy); }
.vision-news-body p { margin-bottom: 13px; color: var(--vision-muted); font-size: 12px; line-height: 1.6; }
.vision-news-body .vision-text-link { font-size: 11px; }
.vision-events-area { padding: 28px; border-radius: 12px; background: #f6f7f9; border: 1px solid var(--vision-line); }
.vision-events-area .vision-section-head { margin-bottom: 18px; }
.vision-event-list { display: grid; gap: 8px; }
.vision-event-row {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 13px;
    padding: 13px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: #fff;
    color: var(--vision-text);
}
.vision-event-row:hover { border-color: #d7dde4; color: var(--vision-text); }
.vision-event-date { display: grid; place-items: center; align-content: center; min-height: 51px; border-radius: 8px; background: #183755; color: #fff; line-height: 1; }
.vision-event-date strong { font-size: 18px; }
.vision-event-date small { margin-top: 4px; color: #f3d88d; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.vision-event-copy { display: grid; gap: 3px; }
.vision-event-copy strong { color: var(--vision-navy); font-size: 13px; }
.vision-event-copy small { color: var(--vision-muted); font-size: 10px; }
.vision-event-arrow { color: #a97d21; font-weight: 800; }
.vision-event-note { display: flex; align-items: center; gap: 13px; margin-top: 17px; padding-top: 17px; border-top: 1px solid var(--vision-line); }
.vision-event-note img { width: 31px; height: 31px; }
.vision-event-note p { margin: 0; color: var(--vision-muted); font-size: 11px; line-height: 1.55; }

/* Gallery */
.vision-gallery-section { background: var(--vision-soft-blue); border-top: 1px solid var(--vision-line); }
.vision-gallery-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; grid-template-rows: 180px 180px; gap: 14px; }
.vision-gallery-item { position: relative; overflow: hidden; border-radius: 11px; background: #cfd8e1; color: #fff; }
.vision-gallery-item:first-child { grid-row: 1 / span 2; }
.vision-gallery-item:nth-child(4) { grid-column: 2 / span 2; }
.vision-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.vision-gallery-item::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(12,35,59,.78)); }
.vision-gallery-item > span { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 16px; display: grid; gap: 2px; }
.vision-gallery-item strong { color: #fff; font-size: 14px; }
.vision-gallery-item small { color: rgba(255,255,255,.78); font-size: 10px; }
.vision-gallery-item:hover { color: #fff; }
.vision-gallery-item:hover img { transform: scale(1.025); }

/* CTA */
.vision-final-cta { padding: 48px 0; background: #173653; color: #fff; }
.vision-final-cta-inner { display: grid; grid-template-columns: 84px minmax(0, 1fr) auto; align-items: center; gap: 28px; }
.vision-final-cta-mark { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.08); }
.vision-final-cta-mark img { width: 54px; height: 54px; object-fit: contain; filter: brightness(0) invert(1); opacity: .92; }
.vision-final-cta .section-eyebrow { color: #f0d58b; margin-bottom: 8px; }
.vision-final-cta h2 { margin-bottom: 7px; color: #fff; font-size: 30px; }
.vision-final-cta p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; }

/* Footer */
.vision-footer { background: #122d48; }
.vision-footer .footer-main { padding: 54px 0 44px; }
.vision-footer .footer-grid { grid-template-columns: 1.25fr .75fr .9fr 1.2fr; gap: 44px; }
.vision-footer .footer-logo { max-width: 280px; max-height: 68px; }
.vision-footer .footer-brand > p { max-width: 340px; margin-top: 18px; color: rgba(255,255,255,.64); font-size: 12px; }
.vision-footer .footer-column h3 { margin-bottom: 17px; color: #fff; font-size: 14px; }
.vision-footer .footer-menu a,
.vision-footer .footer-contact a,
.vision-footer .footer-contact p { color: rgba(255,255,255,.66); font-size: 12px; }
.vision-footer .footer-invite { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.10); }
.vision-footer .footer-invite .section-eyebrow { color: #edcf7a; font-size: 9px; }
.vision-footer .footer-invite h3 { margin-bottom: 8px; font-size: 18px; }
.vision-footer .footer-invite p { color: rgba(255,255,255,.62); font-size: 11px; }
.vision-footer .footer-button { display: inline-flex; margin-top: 7px; border-color: rgba(255,255,255,.28); border-radius: 6px; font-size: 11px; }
.vision-footer .footer-bottom { background: #102941; }

/* Interior pages harmony */
.page-hero { background: linear-gradient(120deg, #173653, #244d72); padding: 48px 0; }
.page-hero h1 { font-size: clamp(32px, 4vw, 48px); }
.content-area, .entry-card, .widget, .contact-form-card, .contact-info-card, .archive-card, .event-page-card, .work-detail-card { box-shadow: none; }
.yavci-card { box-shadow: none; border-color: var(--vision-line); }
.entry-content { color: #44556a; }
.entry-content h2, .entry-content h3 { color: var(--vision-navy); }

/* Responsive */
@media (max-width: 1120px) {
    .content-container { width: min(100% - 44px, 1080px); }
    .vision-hero-grid { grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 40px; }
    .vision-about-grid { grid-template-columns: 250px minmax(0, 1fr); }
    .vision-quote-card { grid-column: 1 / -1; display: grid; grid-template-columns: 45px minmax(0,1fr) auto; align-items: center; gap: 18px; padding: 22px; }
    .vision-quote-card img, .vision-quote-card p { margin: 0; }
    .vision-work-grid { grid-template-columns: repeat(2, 1fr); }
    .vision-updates-grid { grid-template-columns: 1fr; }
    .vision-news-grid { grid-template-columns: repeat(3, 1fr); }
    .vision-footer .footer-grid { grid-template-columns: 1.2fr .8fr 1fr; }
    .vision-footer .footer-invite { grid-column: 1 / -1; padding: 24px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.10); }
}
@media (max-width: 900px) {
    .vision-shell { border-radius: 0; }
    .vision-topbar .topbar-social > span { display: none; }
    .vision-navigation-wrap .navigation-inner { min-height: 76px; }
    .vision-navigation-wrap .brand-logo { height: 48px; max-width: 280px; }
    .vision-navigation-wrap .primary-navigation { top: 76px; }
    .vision-hero { padding: 48px 0 54px; }
    .vision-hero-grid { grid-template-columns: 1fr; }
    .vision-hero-copy { max-width: 720px; }
    .vision-hero-visual { min-height: 390px; }
    .vision-principles-grid { grid-template-columns: repeat(2, 1fr); }
    .vision-principle:nth-child(2) { border-right: 0; }
    .vision-principle:nth-child(-n+2) { border-bottom: 1px solid var(--vision-line); }
    .vision-principle:first-child { padding-left: 24px; }
    .vision-principle:last-child { padding-right: 24px; }
    .vision-about-grid { grid-template-columns: 220px minmax(0, 1fr); gap: 34px; }
    .vision-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: 230px 170px 170px; }
    .vision-gallery-item:first-child { grid-column: 1 / -1; grid-row: auto; }
    .vision-gallery-item:nth-child(4) { grid-column: 1 / -1; }
    .vision-final-cta-inner { grid-template-columns: 70px minmax(0, 1fr); }
    .vision-final-cta .button { grid-column: 2; justify-self: start; }
}
@media (max-width: 700px) {
    body { background: #fff; }
    .content-container { width: min(100% - 32px, 100%); }
    .section-padding { padding: 56px 0; }
    .vision-topbar .topbar-inner { width: min(100% - 28px, 100%); justify-content: center; }
    .vision-topbar .topbar-contact { gap: 10px; }
    .vision-topbar .topbar-contact a { font-size: 10px; }
    .vision-topbar .topbar-social { display: none; }
    .vision-navigation-wrap .navigation-inner { width: min(100% - 28px, 100%); }
    .vision-navigation-wrap .brand-logo { max-width: 235px; height: 43px; }
    .vision-hero { padding: 42px 0 46px; }
    .vision-hero h1 { font-size: clamp(36px, 12vw, 49px); }
    .vision-hero-copy > p { font-size: 15px; }
    .vision-hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .vision-hero-actions .button { padding-inline: 12px; }
    .vision-hero-note { margin-top: 26px; padding-top: 20px; }
    .vision-hero-visual { min-height: 300px; }
    .vision-hero-image { inset: 0 0 22px 0; }
    .vision-hero-card { left: 12px; width: calc(100% - 24px); padding: 14px 16px; }
    .vision-hero-visual::before { width: 92px; height: 92px; right: -16px; }
    .vision-hero-visual::after { display: none; }
    .vision-principles-grid { grid-template-columns: 1fr; }
    .vision-principle { min-height: auto; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--vision-line); }
    .vision-principle:first-child { padding-left: 0; }
    .vision-principle:last-child { padding-right: 0; border-bottom: 0; }
    .vision-about-grid { grid-template-columns: 1fr; }
    .vision-about-image { max-width: 320px; }
    .vision-quote-card { grid-column: auto; display: block; }
    .vision-quote-card img { margin-bottom: 18px; }
    .vision-quote-card p { margin-bottom: 14px; }
    .vision-section-head { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 26px; }
    .vision-section-head.compact { flex-direction: row; align-items: center; }
    .vision-work-grid { grid-template-columns: 1fr; }
    .vision-work-card { min-height: 185px; }
    .vision-news-grid { grid-template-columns: 1fr; }
    .vision-news-card { display: grid; grid-template-columns: 125px minmax(0,1fr); }
    .vision-news-thumb { aspect-ratio: auto; height: 100%; }
    .vision-news-body { padding: 15px; }
    .vision-news-body p { display: none; }
    .vision-events-area { padding: 20px; }
    .vision-gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 210px); }
    .vision-gallery-item:first-child, .vision-gallery-item:nth-child(4) { grid-column: auto; }
    .vision-final-cta { padding: 38px 0; }
    .vision-final-cta-inner { grid-template-columns: 1fr; text-align: left; }
    .vision-final-cta-mark { width: 62px; height: 62px; }
    .vision-final-cta .button { grid-column: auto; }
    .vision-footer .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .vision-footer .footer-invite { grid-column: auto; }
}
@media (max-width: 430px) {
    .vision-hero-actions { grid-template-columns: 1fr; }
    .vision-section-head.compact { align-items: flex-start; flex-direction: column; }
    .vision-news-card { grid-template-columns: 105px minmax(0,1fr); }
    .vision-event-row { grid-template-columns: 44px minmax(0,1fr); }
    .vision-event-arrow { display: none; }
}
