/*
Theme Name: Gorgor House
Theme URI: https://gorgorhouse.com
Author: Gorgor House
Author URI: https://gorgorhouse.com
Description: Premium Outdoor Kitchen WordPress Tema — Gorgor House için özel geliştirilmiş lüks tasarım teması. Ürün yönetimi, blog, galeri, SSS, iletişim ve tüm kurumsal sayfaları içerir.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gorgor-house
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, e-commerce, portfolio, photography, luxury
*/

/* ─────────────────────────────────────────────────
   CSS Değişkenleri
───────────────────────────────────────────────── */
:root {
    --ink:          #1e1e1e;
    --ink-soft:     #2d2d2d;
    --gold:         #c9a46c;
    --gold-light:   #dfc08d;
    --gold-dark:    #a8833f;
    --cream:        #f7f7f7;
    --cream-warm:   #f0ece4;
    --cream-mid:    #e8e2d6;
    --stone:        #9a9284;
    --stone-light:  #bdb5a8;
    --white:        #ffffff;

    --playfair:  'Playfair Display', Georgia, serif;
    --cormorant: 'Cormorant Garamond', Georgia, serif;
    --inter:     'Inter', system-ui, sans-serif;

    --container: 1320px;
    --gap:       clamp(20px, 4vw, 60px);
    --ease:      cubic-bezier(.25, .46, .45, .94);
    --ease-spring: cubic-bezier(.34, 1.56, .64, 1);
}

/* ─────────────────────────────────────────────────
   Reset & Base
───────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    background: var(--cream);
    color: var(--ink);
    font-family: var(--inter);
    font-weight: 300;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, select, textarea { font-family: inherit; }

/* ─────────────────────────────────────────────────
   Layout
───────────────────────────────────────────────── */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gap); }
.section-pad { padding: clamp(56px, 7vw, 96px) 0; }
.section-pad-sm { padding: clamp(36px, 5vw, 64px) 0; }

/* ─────────────────────────────────────────────────
   Reveal Animations
───────────────────────────────────────────────── */
[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .85s var(--ease), transform .85s var(--ease);
}
[data-reveal].visible { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: .12s; }
[data-reveal][data-delay="2"] { transition-delay: .24s; }
[data-reveal][data-delay="3"] { transition-delay: .36s; }
[data-reveal][data-delay="4"] { transition-delay: .48s; }
[data-reveal][data-delay="5"] { transition-delay: .60s; }
[data-reveal][data-delay="6"] { transition-delay: .72s; }

/* ─────────────────────────────────────────────────
   Typography Helpers
───────────────────────────────────────────────── */
.eyebrow {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}
.eyebrow::before { content: ''; width: 20px; height: 1.5px; background: var(--gold); flex-shrink: 0; }
.eyebrow-lt {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 14px;
}
.eyebrow-lt::before,
.eyebrow-lt::after { content: ''; width: 24px; height: 1px; background: rgba(201,164,108,.4); }
.section-title {
    font-family: var(--playfair);
    font-size: clamp(30px, 3.8vw, 50px);
    font-weight: 700;
    color: var(--ink);
    line-height: 1.04;
    letter-spacing: -.5px;
    margin-bottom: 20px;
}
.section-title em { color: var(--gold-dark); font-style: italic; font-weight: 400; }
.section-title-lt {
    font-family: var(--playfair);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 700;
    color: var(--cream);
    line-height: 1.04;
    letter-spacing: -.5px;
}
.section-title-lt em { color: var(--gold-light); font-style: italic; font-weight: 400; }

/* ─────────────────────────────────────────────────
   Buttons
───────────────────────────────────────────────── */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 14px 32px;
    transition: all .35s var(--ease);
    cursor: pointer;
    white-space: nowrap;
    font-family: var(--inter);
    border: none;
}
.btn svg { width: 13px; height: 13px; flex-shrink: 0; }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-light); box-shadow: 0 8px 28px rgba(201,164,108,.4); transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: var(--cream); }
.btn-dark:hover { background: var(--ink-soft); transform: translateY(-2px); }
.btn-outline { border: 1.5px solid var(--ink); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: var(--cream); }
.btn-outline-lt { border: 1.5px solid rgba(247,247,247,.3); color: var(--cream); }
.btn-outline-lt:hover { border-color: var(--gold); color: var(--gold); }
.btn-lg { padding: 16px 40px; font-size: 13px; }
.btn-full { width: 100%; justify-content: center; }
.btn-sm { padding: 10px 22px; font-size: 11px; }

/* ─────────────────────────────────────────────────
   Topbar
───────────────────────────────────────────────── */
.topbar {
    background: var(--ink);
    height: 38px;
    display: flex;
    align-items: center;
}
.topbar-inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--gap);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.topbar-item { display: flex; align-items: center; gap: 6px; font-size: 11px; color: rgba(247,247,247,.42); }
.topbar-item a { color: rgba(247,247,247,.6); transition: color .2s; }
.topbar-item a:hover { color: var(--gold); }
.topbar-item svg { width: 10px; height: 10px; fill: none; stroke: rgba(247,247,247,.3); stroke-width: 2; }
.topbar-group { display: flex; gap: 22px; align-items: center; }
.topbar-badge { font-family: var(--playfair); font-style: italic; font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }

/* ─────────────────────────────────────────────────
   Header
───────────────────────────────────────────────── */
.site-header {
    position: sticky;
    top: 0;
    z-index: 200;
    background: rgba(247,247,247,.97);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--cream-mid);
    transition: box-shadow .4s;
}
.site-header.scrolled { box-shadow: 0 4px 32px rgba(30,30,30,.08); }
.header-inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--gap);
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
/* Logo */
.site-logo { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.logo-mark {
    width: 44px; height: 44px;
    background: var(--ink);
    display: flex; align-items: center; justify-content: center;
    position: relative; overflow: hidden;
}
.logo-mark::after {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
}
.logo-mark svg { width: 20px; height: 20px; fill: none; stroke: var(--cream); stroke-width: 1.5; }
.logo-mark img { width: 28px; height: 28px; object-fit: contain; }
.logo-text .logo-name { font-family: var(--playfair); font-size: 20px; font-weight: 700; color: var(--ink); line-height: 1.1; }
.logo-text .logo-sub { font-size: 8px; font-weight: 600; letter-spacing: 3.5px; text-transform: uppercase; color: var(--gold); margin-top: 2px; display: block; }
/* Nav */
.main-nav { display: flex; gap: 2px; align-items: center; }
.main-nav a { font-size: 13px; color: var(--stone); padding: 10px 14px; transition: color .2s; white-space: nowrap; }
.main-nav a:hover,
.main-nav .current-menu-item > a,
.main-nav .current_page_item > a { color: var(--ink); }
/* Header CTA */
.header-cta { display: flex; align-items: center; gap: 12px; }
.header-phone { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; color: var(--ink); transition: color .2s; }
.header-phone:hover { color: var(--gold); }
.header-phone svg { width: 13px; height: 13px; fill: none; stroke: var(--gold); stroke-width: 2; }
.btn-header { background: var(--ink); color: var(--cream); font-size: 12px; font-weight: 600; letter-spacing: .5px; padding: 9px 22px; transition: all .3s; }
.btn-header:hover { background: var(--gold); color: var(--ink); }
/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 6px; cursor: pointer; }
.hamburger span { display: block; width: 22px; height: 1.5px; background: var(--ink); transition: all .3s; }
/* Mobile Menu */
.mobile-menu {
    position: fixed; inset: 0; z-index: 300;
    background: var(--ink);
    transform: translateX(100%);
    transition: transform .55s var(--ease);
    padding: 90px var(--gap) 40px;
    border-left: 3px solid var(--gold);
    overflow-y: auto;
}
.mobile-menu.open { transform: none; }
.mobile-close { position: absolute; top: 22px; right: var(--gap); font-size: 22px; color: rgba(247,247,247,.3); cursor: pointer; transition: color .2s; }
.mobile-close:hover { color: var(--gold); }
.mobile-menu a { display: block; font-family: var(--playfair); font-size: clamp(24px, 5vw, 40px); font-weight: 500; color: rgba(247,247,247,.5); padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.04); transition: color .2s, padding-left .25s; }
.mobile-menu a:hover { color: var(--gold); padding-left: 12px; }
.mobile-btns { margin-top: 32px; display: flex; flex-direction: column; gap: 10px; }

/* ─────────────────────────────────────────────────
   Breadcrumb
───────────────────────────────────────────────── */
.breadcrumb { background: var(--cream-warm); border-bottom: 1px solid var(--cream-mid); padding: 12px 0; }
.breadcrumb-inner { display: flex; align-items: center; gap: 8px; font-size: 11px; color: var(--stone-light); }
.breadcrumb-inner a { color: var(--stone); transition: color .2s; }
.breadcrumb-inner a:hover { color: var(--gold-dark); }
.breadcrumb-sep { opacity: .5; }

/* ─────────────────────────────────────────────────
   WhatsApp Float Button
───────────────────────────────────────────────── */
.wa-float {
    position: fixed; bottom: 24px; right: 24px; z-index: 500;
    background: #25D366; color: #fff;
    display: flex; align-items: center; gap: 10px;
    padding: 12px 22px 12px 16px;
    font-size: 12px; font-weight: 600;
    box-shadow: 0 8px 32px rgba(37,211,102,.4);
    transition: all .35s var(--ease);
}
.wa-float:hover { background: #1db954; transform: translateY(-3px); color: #fff; }
.wa-float svg { width: 20px; height: 20px; fill: #fff; flex-shrink: 0; }

/* ─────────────────────────────────────────────────
   Page Hero (Static Pages)
───────────────────────────────────────────────── */
.page-hero {
    background: var(--ink);
    position: relative; overflow: hidden;
    padding: clamp(64px, 9vw, 110px) 0;
}
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .08; filter: saturate(.4); }
.page-hero-accent { position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: linear-gradient(to bottom, transparent 8%, var(--gold) 32%, var(--gold-light) 68%, transparent 92%); z-index: 3; }
.page-hero-inner { position: relative; z-index: 2; max-width: 700px; }
.page-hero-eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.page-hero-eyebrow-line { width: 28px; height: 1px; background: var(--gold); flex-shrink: 0; }
.page-hero-eyebrow span { font-size: 10px; font-weight: 500; letter-spacing: 4px; text-transform: uppercase; color: rgba(247,247,247,.38); }
.page-hero-title { font-family: var(--playfair); font-size: clamp(44px, 6.5vw, 84px); font-weight: 700; color: var(--cream); line-height: .92; letter-spacing: -2px; margin-bottom: 18px; }
.page-hero-title em { display: block; color: var(--gold-light); font-style: italic; font-weight: 400; font-size: .65em; letter-spacing: -.5px; line-height: 1.3; }
.page-hero-desc { font-family: var(--cormorant); font-style: italic; font-size: 18px; color: rgba(247,247,247,.42); line-height: 1.75; max-width: 480px; }

/* ─────────────────────────────────────────────────
   Product Cards
───────────────────────────────────────────────── */
.product-card {
    background: var(--white);
    border: 1px solid var(--cream-mid);
    display: flex; flex-direction: column;
    position: relative; overflow: hidden;
    transition: all .45s var(--ease);
}
.product-card:hover { box-shadow: 0 24px 64px rgba(30,30,30,.12); transform: translateY(-8px); border-color: var(--cream-warm); }
.product-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); transform: scaleX(0); transform-origin: left; transition: transform .5s var(--ease); }
.product-card:hover::after { transform: scaleX(1); }
.pc-img { aspect-ratio: 16/10; overflow: hidden; background: var(--cream-warm); position: relative; }
.pc-img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); transition: transform .8s var(--ease), filter .5s; display: block; }
.product-card:hover .pc-img img { transform: scale(1.07); filter: saturate(1); }
.pc-quick { position: absolute; inset: 0; background: rgba(30,30,30,.65); display: flex; align-items: center; justify-content: center; gap: 8px; opacity: 0; transition: opacity .3s; }
.product-card:hover .pc-quick { opacity: 1; }
.pc-badge { position: absolute; top: 12px; left: 0; z-index: 2; display: flex; flex-direction: column; gap: 4px; }
.badge { font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 12px; }
.badge-gold { background: var(--gold); color: var(--ink); }
.badge-dark { background: var(--ink); color: var(--cream); }
.badge-green { background: #1a6640; color: #fff; }
.badge-red { background: #9b1c1c; color: #fff; }
.pc-body { padding: 18px 20px 22px; flex: 1; display: flex; flex-direction: column; }
.pc-cat { font-size: 9px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.pc-name { font-family: var(--playfair); font-size: 20px; font-weight: 600; color: var(--ink); line-height: 1.15; margin-bottom: 8px; }
.pc-desc { font-family: var(--cormorant); font-style: italic; font-size: 13.5px; color: var(--stone); line-height: 1.65; margin-bottom: 14px; flex: 1; }
.pc-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; margin-bottom: 14px; }
.ps { background: var(--cream); padding: 6px 8px; border-left: 2px solid var(--cream-mid); transition: border-color .2s; }
.product-card:hover .ps { border-color: var(--gold); }
.ps-k { font-size: 8.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: var(--stone-light); display: block; margin-bottom: 1px; }
.ps-v { font-size: 12px; font-weight: 500; color: var(--ink); }
.pc-foot { padding-top: 13px; border-top: 1px solid var(--cream-mid); display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; }
.pc-price { font-family: var(--playfair); font-size: 24px; font-weight: 700; color: var(--ink); line-height: 1; }
.pc-price-old { font-size: 11px; text-decoration: line-through; color: var(--stone-light); display: block; margin-bottom: 1px; }
.pc-price-note { font-size: 10px; color: var(--stone); margin-top: 2px; }
.pc-cta { font-size: 11px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; background: var(--ink); color: var(--cream); padding: 9px 16px; cursor: pointer; border: none; transition: all .25s; white-space: nowrap; font-family: var(--inter); }
.pc-cta:hover { background: var(--gold); color: var(--ink); }

/* ─────────────────────────────────────────────────
   Blog Cards
───────────────────────────────────────────────── */
.blog-card { background: var(--white); border: 1px solid var(--cream-mid); overflow: hidden; transition: all .4s var(--ease); }
.blog-card:hover { box-shadow: 0 20px 56px rgba(30,30,30,.1); transform: translateY(-6px); }
.blog-card-img { aspect-ratio: 16/10; overflow: hidden; position: relative; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); transition: transform .7s var(--ease), filter .4s; display: block; }
.blog-card:hover .blog-card-img img { transform: scale(1.07); filter: saturate(1); }
.blog-card-cat { position: absolute; bottom: 0; left: 0; font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 5px 12px; background: var(--gold); color: var(--ink); }
.blog-card-body { padding: 18px 20px 22px; }
.blog-card-meta { font-size: 10px; color: var(--stone-light); margin-bottom: 8px; display: flex; gap: 12px; }
.blog-card-title { font-family: var(--playfair); font-size: 19px; font-weight: 600; color: var(--ink); line-height: 1.25; margin-bottom: 8px; transition: color .2s; }
.blog-card:hover .blog-card-title { color: var(--gold-dark); }
.blog-card-excerpt { font-family: var(--cormorant); font-style: italic; font-size: 13.5px; color: var(--stone); line-height: 1.7; margin-bottom: 14px; }
.blog-card-read { font-size: 11px; font-weight: 600; color: var(--gold-dark); display: flex; align-items: center; gap: 5px; }

/* ─────────────────────────────────────────────────
   Accordion / FAQ
───────────────────────────────────────────────── */
.accordion-item { background: var(--white); border: 1px solid var(--cream-mid); overflow: hidden; transition: all .3s var(--ease); }
.accordion-item.open { box-shadow: 0 8px 32px rgba(30,30,30,.06); }
.accordion-item.open .accordion-trigger { background: var(--cream-warm); }
.accordion-trigger { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 18px 22px; cursor: pointer; transition: background .25s; width: 100%; text-align: left; border: none; font-family: var(--inter); background: transparent; }
.accordion-trigger:hover { background: var(--cream-warm); }
.accordion-q { font-size: 14px; font-weight: 500; color: var(--ink); line-height: 1.45; padding-top: 1px; }
.accordion-icon { width: 28px; height: 28px; background: var(--cream-warm); border: 1.5px solid var(--cream-mid); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .35s var(--ease); }
.accordion-item.open .accordion-icon { background: var(--gold); border-color: var(--gold); transform: rotate(45deg); }
.accordion-icon svg { width: 12px; height: 12px; fill: none; stroke: var(--stone); stroke-width: 2.5; transition: stroke .25s; }
.accordion-item.open .accordion-icon svg { stroke: var(--ink); }
.accordion-body { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease); }
.accordion-body.open { max-height: 800px; }
.accordion-ans { padding: 16px 22px 20px; font-family: var(--cormorant); font-style: italic; font-size: 15.5px; color: var(--stone); line-height: 1.85; border-top: 1px solid var(--cream-mid); margin: 0 22px; }
.accordion-ans strong { font-family: var(--inter); font-size: 13px; font-weight: 600; font-style: normal; color: var(--ink); }
.accordion-ans a { color: var(--gold-dark); font-style: normal; }

/* ─────────────────────────────────────────────────
   Lightbox
───────────────────────────────────────────────── */
.lightbox-overlay { display: none; position: fixed; inset: 0; z-index: 900; background: rgba(10,10,10,.95); align-items: center; justify-content: center; }
.lightbox-overlay.open { display: flex; }
.lightbox-img { max-width: 90vw; max-height: 85vh; object-fit: contain; }
.lightbox-close { position: absolute; top: 20px; right: 24px; font-size: 28px; color: rgba(247,247,247,.5); cursor: pointer; transition: color .2s; z-index: 910; }
.lightbox-close:hover { color: var(--gold); }
.lightbox-prev,
.lightbox-next { position: absolute; top: 50%; transform: translateY(-50%); font-size: 32px; color: rgba(247,247,247,.3); cursor: pointer; transition: color .2s; padding: 20px; }
.lightbox-prev { left: 12px; }
.lightbox-next { right: 12px; }
.lightbox-prev:hover,
.lightbox-next:hover { color: var(--gold); }

/* ─────────────────────────────────────────────────
   Video Popup
───────────────────────────────────────────────── */
.video-overlay { display: none; position: fixed; inset: 0; z-index: 900; background: rgba(10,10,10,.95); align-items: center; justify-content: center; }
.video-overlay.open { display: flex; }
.video-wrap { position: relative; width: min(900px, 90vw); aspect-ratio: 16/9; }
.video-wrap iframe { width: 100%; height: 100%; border: none; }
.video-close { position: absolute; top: -44px; right: 0; font-size: 28px; color: rgba(247,247,247,.5); cursor: pointer; transition: color .2s; }
.video-close:hover { color: var(--gold); }

/* ─────────────────────────────────────────────────
   Partners Slider
───────────────────────────────────────────────── */
.partners-track-wrap { overflow: hidden; }
.partners-track { display: flex; gap: 40px; animation: scrollTrack 30s linear infinite; }
.partners-track:hover { animation-play-state: paused; }
@keyframes scrollTrack { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.partner-logo { flex-shrink: 0; height: 48px; display: flex; align-items: center; justify-content: center; opacity: .35; filter: grayscale(1); transition: all .4s; cursor: pointer; }
.partner-logo:hover { opacity: .8; filter: grayscale(0); }
.partner-logo img { height: 100%; width: auto; object-fit: contain; max-width: 140px; }

/* ─────────────────────────────────────────────────
   CTA Band
───────────────────────────────────────────────── */
.cta-band { background: var(--ink); padding: clamp(48px, 6vw, 72px) 0; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .07; }
.cta-band-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta-band-title { font-family: var(--playfair); font-size: clamp(28px, 3.5vw, 46px); font-weight: 700; color: var(--cream); line-height: 1; margin-bottom: 10px; }
.cta-band-title em { color: var(--gold-light); font-style: italic; font-weight: 400; }
.cta-band-text { font-family: var(--cormorant); font-style: italic; font-size: 16px; color: rgba(247,247,247,.4); max-width: 400px; line-height: 1.8; }
.cta-band-actions { display: flex; gap: 10px; flex-wrap: wrap; flex-shrink: 0; }

/* ─────────────────────────────────────────────────
   Stars / Rating
───────────────────────────────────────────────── */
.stars { display: flex; gap: 2px; }
.star { color: var(--gold); font-size: 14px; }
.star.empty { color: var(--cream-mid); }

/* ─────────────────────────────────────────────────
   Pagination
───────────────────────────────────────────────── */
.gorgor-pagination { display: flex; align-items: center; justify-content: center; gap: 4px; margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--cream-mid); }
.gorgor-pagination a,
.gorgor-pagination span { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 500; color: var(--stone); border: 1px solid var(--cream-mid); transition: all .2s; }
.gorgor-pagination a:hover,
.gorgor-pagination .current { background: var(--ink); color: var(--cream); border-color: var(--ink); font-weight: 700; }

/* ─────────────────────────────────────────────────
   Footer
───────────────────────────────────────────────── */
.site-footer { background: var(--ink-soft); border-top: 3px solid var(--gold); padding: clamp(48px, 6vw, 72px) 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 44px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.04); }
.footer-brand { font-family: var(--playfair); font-size: 24px; font-weight: 700; color: var(--cream); margin-bottom: 12px; }
.footer-desc { font-family: var(--cormorant); font-style: italic; font-size: 13px; color: rgba(247,247,247,.25); line-height: 1.85; max-width: 240px; }
.footer-col-t { font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; color: var(--gold); margin-bottom: 16px; display: block; }
.footer-links a { display: block; font-size: 13px; font-weight: 300; color: rgba(247,247,247,.28); transition: color .2s; margin-bottom: 9px; }
.footer-links a:hover { color: rgba(247,247,247,.7); }
.footer-contact-row { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; font-size: 12px; color: rgba(247,247,247,.35); }
.footer-contact-row svg { width: 11px; height: 11px; fill: none; stroke: var(--gold); stroke-width: 2; flex-shrink: 0; }
.footer-contact-row a { color: rgba(247,247,247,.45); transition: color .2s; }
.footer-contact-row a:hover { color: var(--gold); }
.footer-bot { display: flex; justify-content: space-between; align-items: center; padding: 17px 0; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 11px; color: rgba(247,247,247,.18); }
.footer-legal { display: flex; gap: 18px; }
.footer-legal a { font-size: 11px; color: rgba(247,247,247,.18); transition: color .2s; }
.footer-legal a:hover { color: rgba(247,247,247,.5); }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.social-link { width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; transition: all .2s; }
.social-link:hover { border-color: var(--gold); background: rgba(201,164,108,.1); }
.social-link svg { width: 13px; height: 13px; fill: rgba(247,247,247,.35); transition: fill .2s; }
.social-link:hover svg { fill: var(--gold); }

/* ─────────────────────────────────────────────────
   WordPress Core Overrides
───────────────────────────────────────────────── */
.wp-block-image img { max-width: 100%; height: auto; }
.alignfull { margin-left: calc(-1 * var(--gap)); margin-right: calc(-1 * var(--gap)); }
.alignwide { max-width: 100%; }
.entry-content a { color: var(--gold-dark); text-decoration: underline; text-underline-offset: 3px; }
.entry-content h1, .entry-content h2, .entry-content h3 { font-family: var(--playfair); color: var(--ink); margin: 28px 0 12px; }
.entry-content p { font-size: 15px; line-height: 1.9; color: var(--stone); margin-bottom: 16px; }
.entry-content ul { margin-bottom: 16px; padding-left: 20px; list-style: disc; }
.entry-content ol { margin-bottom: 16px; padding-left: 20px; list-style: decimal; }

/* ─────────────────────────────────────────────────
   Responsive
───────────────────────────────────────────────── */
@media (max-width: 1100px) {
    .main-nav, .header-phone { display: none; }
    .hamburger { display: flex; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .cta-band-inner { flex-direction: column; text-align: center; }
    .cta-band-actions { justify-content: center; }
}
@media (max-width: 700px) {
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bot { flex-direction: column; text-align: center; }
    .topbar { display: none; }
}
