/* ============================================================
   Arzu Kirazli - Widget Seti
   Tek katman: her ogenin tek kurali var, cakisma yok.
   ============================================================ */

:root {
    /* Renkler */
    --ak-cream:   #F7F4EE;
    --ak-cream2:  #FCFAF6;
    --ak-olive:   #8B8368;
    --ak-olive-d: #6F6850;
    --ak-dark:    #33302A;
    --ak-body:    #5F5A50;
    --ak-muted:   #8A8478;
    --ak-light:   #A8A192;
    --ak-line:    #E7E0D3;

    /* Tipografi */
    --ak-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --ak-sans:  'Jost', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    /* Olcek */
    --ak-max:    1440px;
    --ak-gutter: 40px;
    --ak-radius: 4px;
    --ak-shadow: 0 14px 40px rgba(43, 39, 31, .08);
}

/* ---------- Elementor sarmalayici sifirlama ---------- */
.elementor-widget-ak_header,
.elementor-widget-ak_hero,
.elementor-widget-ak_about,
.elementor-widget-ak_artist_bio,
.elementor-widget-ak_featured,
.elementor-widget-ak_products,
.elementor-widget-ak_artworks_page,
.elementor-widget-ak_single_product,
.elementor-widget-ak_contact,
.elementor-widget-ak_process,
.elementor-widget-ak_testimonials,
.elementor-widget-ak_footer {
    width: 100% !important;
    max-width: 100% !important;
}

.elementor-widget-ak_header > .elementor-widget-container,
.elementor-widget-ak_hero > .elementor-widget-container,
.elementor-widget-ak_about > .elementor-widget-container,
.elementor-widget-ak_artist_bio > .elementor-widget-container,
.elementor-widget-ak_featured > .elementor-widget-container,
.elementor-widget-ak_products > .elementor-widget-container,
.elementor-widget-ak_artworks_page > .elementor-widget-container,
.elementor-widget-ak_single_product > .elementor-widget-container,
.elementor-widget-ak_contact > .elementor-widget-container,
.elementor-widget-ak_process > .elementor-widget-container,
.elementor-widget-ak_testimonials > .elementor-widget-container,
.elementor-widget-ak_footer > .elementor-widget-container {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: 100vw !important;
    max-width: 100vw !important;
}

/* ---------- Bolum temeli ---------- */
.ak-hero, .ak-about-wrap, .ak-artist-bio, .ak-featured,
.ak-products, .ak-artworks-page, .ak-single, .ak-contact, .ak-process,
.ak-testimonials, .ak-footer {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: var(--ak-sans);
    color: var(--ak-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ak-container {
    width: calc(100% - (var(--ak-gutter) * 2));
    max-width: var(--ak-max);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.ak-container *, .ak-container *::before, .ak-container *::after { box-sizing: border-box; }

.ak-notice {
    padding: 18px;
    background: #FFF3CD;
    border: 1px solid #FFE49C;
    color: #7A5B00;
    font-family: var(--ak-sans);
    font-size: 14px;
}

/* ============================================================
   TIPOGRAFI OLCEGI (tek kaynak - tum sayfalarda ayni)
   Masaustu: bolum basligi 28 / hero 54 / govde 14.5-15
             etiket 10-11 / deger 15
   Mobil   : bolum basligi 24 / hero 34 / govde 14
   ============================================================ */
/* ============================================================
   TIPOGRAFI TEMELI
   Basliklar : serif, hafif agirlik, rahat satir yuksekligi
   Govde     : sans 400, 1.8+ satir yuksekligi
   Etiketler : sans 500, acik harf araligi, buyuk harf
   ============================================================ */

.ak-section__head {
    text-align: center;
    width: 100%;
    max-width: 680px;
    margin: 0 auto 26px;
}

.ak-section__subtitle,
.ak-about__subtitle,
.ak-artist-bio__eyebrow,
.ak-artworks-page__eyebrow {
    display: block;
    font-family: var(--ak-sans);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--ak-light);
    margin: 0 0 14px;
    line-height: 1.4;
}

.ak-section__title,
.ak-about__title,
.ak-artist-bio__title,
.ak-artworks-page__title {
    font-family: var(--ak-serif);
    font-size: 28px;
    font-weight: 400;
    letter-spacing: .005em;
    color: var(--ak-dark);
    margin: 0;
    line-height: 1.25;
}

/* ---------- Genel buton ---------- */
.ak-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    background: var(--ak-olive);
    color: #fff;
    font-family: var(--ak-sans);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid var(--ak-olive);
    border-radius: var(--ak-radius);
    line-height: 1;
    transition: background .25s ease, border-color .25s ease, color .25s ease;
}
.ak-btn:hover { background: var(--ak-olive-d); border-color: var(--ak-olive-d); color: #fff; }
.ak-btn__arrow { transition: transform .25s ease; }
.ak-btn:hover .ak-btn__arrow { transform: translateX(4px); }

.ak-btn--outline {
    background: transparent;
    color: var(--ak-olive);
    border-color: var(--ak-line);
}
.ak-btn--outline:hover { background: var(--ak-olive); border-color: var(--ak-olive); color: #fff; }

/* ============================================================
   HEADER
   ============================================================ */
.ak-header {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible !important;
    font-family: var(--ak-sans);
    color: var(--ak-body);
    -webkit-font-smoothing: antialiased;
    background: var(--ak-cream);
    border-bottom: 1px solid rgba(51, 48, 42, .07);
    padding: 20px 0;
    position: relative;
}
.ak-header > .ak-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: nowrap;
}

.ak-header__logo {
    flex-shrink: 0;
    text-decoration: none;
    display: block;
    line-height: 1.15;
}
.ak-header__logo img { max-height: 44px; width: auto; display: block; }
.ak-header__logo-main {
    display: block;
    font-family: var(--ak-serif);
    font-size: 21px;
    font-weight: 400;
    letter-spacing: .17em;
    color: var(--ak-dark);
}
.ak-header__logo-sub {
    display: block;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: .28em;
    color: var(--ak-light);
    margin-top: 4px;
}

.ak-header__nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    min-width: 0;
}
/* wp_nav_menu ciktisi: ul.ak-header__menu > li > a
   (secici .ak-header ile guclendirildi; tema ul/li kurallarini ezer) */
.ak-header .ak-header__menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: nowrap;
}
.ak-header .ak-header__menu li {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.ak-header .ak-header__menu li::marker { content: none; }
.ak-header .ak-header__menu a {
    display: block;
    font-family: var(--ak-sans);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--ak-body);
    text-decoration: none;
    white-space: nowrap;
    padding: 6px 0;
    position: relative;
    transition: color .2s ease;
}
.ak-header .ak-header__menu > li > a::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 1px;
    background: var(--ak-olive);
    transform: scaleX(0);
    transition: transform .25s ease;
}
.ak-header .ak-header__menu a:hover { color: var(--ak-olive); }
.ak-header .ak-header__menu > li > a:hover::after,
.ak-header .ak-header__menu > li.current-menu-item > a::after,
.ak-header .ak-header__menu > li.current_page_item > a::after { transform: scaleX(1); }
.ak-header .ak-header__menu > li.current-menu-item > a,
.ak-header .ak-header__menu > li.current_page_item > a { color: var(--ak-olive); }

/* Alt menu (depth 2) */
.ak-header .ak-header__menu .sub-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    min-width: 190px;
    background: #fff;
    border: 1px solid var(--ak-line);
    border-radius: var(--ak-radius);
    box-shadow: var(--ak-shadow);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    z-index: 50;
}
.ak-header .ak-header__menu li:hover > .sub-menu,
.ak-header .ak-header__menu li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.ak-header .ak-header__menu .sub-menu li { width: 100%; }
.ak-header .ak-header__menu .sub-menu a {
    padding: 9px 18px;
    text-transform: none;
    letter-spacing: .04em;
    font-size: 13px;
    white-space: normal;
}
.ak-header .ak-header__menu .sub-menu a::after { display: none; }

.ak-header__actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}
.ak-header__icon {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 36px; height: 36px;
    color: #33302A !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-decoration: none;
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    transition: color .2s ease;
}
.ak-header__icon:hover { color: #8B8368 !important; }
.ak-header__icon svg {
    display: block !important;
    width: 19px !important;
    height: 19px !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.ak-header__icon .ak-wa-icon { fill: currentColor !important; stroke: none; }
.ak-header__icon .ak-instagram-icon { fill: none !important; stroke: currentColor !important; }
.ak-header__icon .ak-instagram-icon [fill="currentColor"] { fill: currentColor !important; stroke: none !important; }
.ak-header__badge {
    position: absolute;
    top: -1px; right: -3px;
    min-width: 17px; height: 17px;
    padding: 0 4px;
    background: var(--ak-olive);
    color: #fff;
    border-radius: 9px;
    font-size: 9px;
    font-weight: 500;
    display: flex; align-items: center; justify-content: center;
}

/* Hamburger: masaustunde ASLA gorunmez (tema button kurallarina karsi) */
.ak-header .ak-header__toggle {
    display: none !important;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px; height: 40px;
    background: transparent !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}
.ak-header .ak-header__toggle span {
    display: block;
    width: 22px; height: 1.5px;
    margin: 0 auto;
    background: var(--ak-dark);
    transition: transform .25s ease, opacity .25s ease;
}
/* Acikken X'e donusur */
.ak-header .ak-header__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.ak-header .ak-header__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.ak-header .ak-header__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */
.ak-hero {
    background: var(--ak-cream);
    padding: 48px 0 40px;
    position: relative;
    overflow: hidden;
}
.ak-hero__slides { position: relative; }
.ak-hero__slide {
    display: none;
    align-items: center;
    gap: 48px;
    animation: akFade .5s ease;
}
.ak-hero__slide.is-active { display: flex; }
@keyframes akFade { from { opacity: 0; } to { opacity: 1; } }

.ak-hero__content { flex: 1 1 48%; max-width: 48%; min-width: 0; }
.ak-hero__title {
    font-family: var(--ak-serif);
    font-size: 54px;
    font-weight: 300;
    letter-spacing: .002em;
    line-height: 1.16;
    color: var(--ak-dark);
    margin: 0 0 24px;
}
.ak-hero__desc {
    font-family: var(--ak-sans);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--ak-body);
    margin: 0 0 26px;
    max-width: 560px;
}

.ak-hero__visual {
    flex: 1 1 56%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 26px;
}
.ak-hero__art {
    flex: 0 1 560px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-left: auto;
}
.ak-hero__frame {
    position: relative;
    width: 100%;
    border-radius: var(--ak-radius);
}
/* Galeri havasi: arkada kayik cerceve katmani */
.ak-hero__frame::before {
    content: "";
    position: absolute;
    top: 20px;
    left: -22px;
    right: 22px;
    bottom: -20px;
    border: 1px solid var(--ak-line);
    background: rgba(139, 131, 104, .06);
    border-radius: var(--ak-radius);
    z-index: 0;
    pointer-events: none;
}
.ak-hero__frame img { position: relative; z-index: 1; }
.ak-hero__caption {
    margin: 26px 0 0;
    font-family: var(--ak-serif);
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .02em;
    color: var(--ak-muted);
    text-align: center;
}
.ak-hero__frame img {
    display: block;
    width: 100%;
    max-height: 430px;
    object-fit: cover;
    border-radius: inherit;
}
.ak-hero__frame--none { box-shadow: var(--ak-shadow); }
.ak-hero__frame--soft {
    padding: 10px;
    background: #fff;
    box-shadow: var(--ak-shadow);
}
.ak-hero__frame--classic {
    padding: 14px;
    background: #D6C7A6;
    box-shadow: 0 20px 48px rgba(43, 39, 31, .16);
}

.ak-hero__side { flex: 0 0 96px; max-width: 96px; }
.ak-hero__side img { display: block; width: 100%; height: auto; }

.ak-hero__dots {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-top: 28px;
}
.ak-hero__dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: #CFC8B8;
    cursor: pointer;
    transition: background .25s ease, transform .25s ease;
}
.ak-hero__dot.is-active { background: var(--ak-olive); transform: scale(1.3); }

/* ============================================================
   HAKKIMDA
   ============================================================ */
.ak-about-wrap { background: var(--ak-cream2); width: 100%; }
.ak-about { display: flex; align-items: center; }
.ak-about--img-right { flex-direction: row-reverse; }

.ak-about__media { flex: 0 0 40%; max-width: 40%; }
.ak-about__media img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    border-radius: var(--ak-radius);
}

.ak-about__text {
    flex: 1;
    min-width: 0;
    padding: 42px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.ak-about__inner { max-width: 480px; }
.ak-about__title { margin-bottom: 16px; font-size: 30px; }
.ak-about__desc {
    font-family: var(--ak-sans);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.85;
    color: var(--ak-body);
    margin: 0 0 24px;
}
.ak-about__extra-image {
    width: min(100%, 360px);
    aspect-ratio: 4 / 3;
    margin: 24px 0 26px;
    overflow: hidden;
    border-radius: var(--ak-radius);
    background: #F3EFE8;
}
.ak-about__extra-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ak-about__logo { flex: 0 0 140px; opacity: .8; }
.ak-about__logo img { width: 100%; height: auto; display: block; }

/* ============================================================
   SANATCI BIYOGRAFI
   ============================================================ */
.ak-artist-bio { background: var(--ak-cream2); padding: 44px 0; }
.ak-artist-bio__layout {
    display: flex;
    align-items: center;
    gap: 48px;
}
.ak-artist-bio__media {
    flex: 0 0 38%;
    max-width: 38%;
    min-width: 0;
}
.ak-artist-bio__media img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    border-radius: var(--ak-radius);
}
.ak-artist-bio__copy { flex: 1; min-width: 0; }

.ak-artist-bio__title { margin-bottom: 16px; }
.ak-artist-bio__text {
    font-family: var(--ak-sans);
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.85;
    color: var(--ak-body);
    margin: 0 0 16px;
}
.ak-artist-bio__quote {
    font-family: var(--ak-serif);
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.65;
    color: var(--ak-dark);
    margin: 18px 0 0;
    padding-left: 18px;
    border-left: 2px solid var(--ak-olive);
}

/* Alt bilgi seridi: kucuk etiket + normal deger, kutu yok */
.ak-artist-bio__below {
    margin-top: 30px;
    padding-top: 26px;
    border-top: 1px solid var(--ak-line);
    display: flex;
    align-items: flex-start;
    gap: 48px;
}
.ak-artist-bio__meta {
    flex: 0 0 38%;
    max-width: 38%;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 32px;
    margin: 0;
}
.ak-artist-bio__meta-item { min-width: 0; }
.ak-artist-bio__meta dt {
    font-family: var(--ak-sans);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--ak-light);
    margin: 0 0 3px;
    line-height: 1.5;
}
.ak-artist-bio__meta dd {
    font-family: var(--ak-sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--ak-body);
    margin: 0;
}

.ak-artist-bio__exhibitions {
    flex: 1;
    min-width: 0;
    background: transparent;
    border: none;
    padding: 0;
}
.ak-artist-bio__exhibitions h3 {
    font-family: var(--ak-sans);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--ak-light);
    margin: 0 0 10px;
}
.ak-artist-bio__exhibitions ul { list-style: none; margin: 0; padding: 0; }
.ak-artist-bio__exhibitions li {
    display: flex;
    align-items: baseline;
    gap: 14px;
    padding: 7px 0;
    border-bottom: 1px dashed var(--ak-line);
}
.ak-artist-bio__exhibitions li:last-child { border-bottom: none; }
.ak-artist-bio__ex-year {
    flex: 0 0 44px;
    font-family: var(--ak-sans);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .06em;
    color: var(--ak-olive);
}
.ak-artist-bio__ex-name {
    font-family: var(--ak-sans);
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--ak-body);
}

/* ============================================================
   URUNLER (izgara)
   ============================================================ */
.ak-products { background: var(--ak-cream2); padding: 44px 0; }
.ak-products__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}
.ak-products__empty,
.ak-artworks-page__empty {
    grid-column: 1 / -1;
    text-align: center;
    font-family: var(--ak-sans);
    font-size: 14px;
    color: var(--ak-muted);
    padding: 40px 0;
}

.ak-product {
    background: transparent;
    border: none;
    display: flex;
    flex-direction: column;
}
.ak-product__thumb {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: #EFEAE1;
    border-radius: var(--ak-radius);
}
.ak-product__thumb a { display: block; position: static; }
.ak-product__thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s ease;
}
.ak-product:hover .ak-product__thumb img { transform: scale(1.04); }

.ak-product__fav {
    position: absolute;
    top: 12px; right: 12px;
    width: 32px; height: 32px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.94);
    color: var(--ak-muted);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    transition: color .2s ease;
}
.ak-product__fav:hover,
.ak-product__fav.is-active { color: #BF6459; }
.ak-product__fav.is-active svg { fill: currentColor; }

.ak-product__badge {
    position: absolute;
    top: 12px; left: 12px;
    background: var(--ak-olive);
    color: #fff;
    font-family: var(--ak-sans);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 2px;
}

.ak-product__body {
    padding: 14px 2px 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.ak-product__title {
    font-family: var(--ak-serif);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 5px;
}
.ak-product__title a { color: var(--ak-dark); text-decoration: none; transition: color .2s ease; }
.ak-product__title a:hover { color: var(--ak-olive); }
.ak-product__cat {
    font-family: var(--ak-sans);
    font-size: 12px;
    font-weight: 400;
    color: var(--ak-muted);
    line-height: 1.5;
}
.ak-product__price {
    font-family: var(--ak-sans);
    font-size: 16px;
    font-weight: 500;
    color: var(--ak-dark);
    margin: 14px 0 18px;
}
.ak-product__price del { opacity: .45; font-size: 13px; margin-right: 6px; font-weight: 400; }
.ak-product__price ins { text-decoration: none; }

.ak-product__btn {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 14px;
    background: var(--ak-olive);
    color: #fff;
    font-family: var(--ak-sans);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: var(--ak-radius);
    line-height: 1;
    transition: background .25s ease;
}
.ak-product__btn:hover { background: var(--ak-olive-d); color: #fff; }
.ak-wa-icon { flex-shrink: 0; }

.ak-products__more { text-align: center; margin-top: 32px; }

/* ============================================================
   ESERLER SAYFASI
   ============================================================ */
.ak-artworks-page { background: var(--ak-cream2); padding: 44px 0; }
.ak-artworks-page__head { text-align: center; margin-bottom: 34px; }
.ak-artworks-page__copy { max-width: 640px; margin: 0 auto; }
.ak-artworks-page__title { margin-bottom: 16px; }
.ak-artworks-page__intro {
    font-family: var(--ak-sans);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.85;
    color: var(--ak-body);
    margin: 0;
}
.ak-artworks-page__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ak-artwork-card {
    background: transparent;
    border: none;
    display: flex;
    flex-direction: column;
}

.ak-artwork-card__image {
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    background: #EFEAE1;
    border-radius: var(--ak-radius);
}
.ak-artwork-card__image { position: relative; }
.ak-artwork-card__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .55s ease;
}
.ak-artwork-card:hover .ak-artwork-card__image img { transform: scale(1.04); }

.ak-artwork-card__body {
    padding: 16px 2px 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.ak-artwork-card__title {
    font-family: var(--ak-serif);
    font-size: 23px;
    font-weight: 400;
    line-height: 1.28;
    margin: 0 0 14px;
}
.ak-artwork-card__title a { color: var(--ak-dark); text-decoration: none; transition: color .2s ease; }
.ak-artwork-card__title a:hover { color: var(--ak-olive); }

.ak-artwork-card__meta {
    margin: 0 0 18px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 7px 16px;
    align-items: baseline;
}
.ak-artwork-card__meta dt {
    font-family: var(--ak-sans);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: var(--ak-light);
    margin: 0;
    line-height: 1.6;
}
.ak-artwork-card__meta dd {
    font-family: var(--ak-sans);
    font-size: 13.5px;
    font-weight: 400;
    color: var(--ak-body);
    margin: 0;
    line-height: 1.6;
}

.ak-artwork-card__price {
    font-family: var(--ak-sans);
    font-size: 17px;
    font-weight: 500;
    color: var(--ak-dark);
    margin: 0 0 20px;
}
.ak-artwork-card__price del { opacity: .45; font-size: 14px; margin-right: 6px; font-weight: 400; }
.ak-artwork-card__price ins { text-decoration: none; }

.ak-artwork-card__actions {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.ak-artwork-card__wa,
.ak-artwork-card__detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 16px;
    font-family: var(--ak-sans);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: var(--ak-radius);
    line-height: 1;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.ak-artwork-card__wa {
    background: var(--ak-olive);
    color: #fff;
    border: 1px solid var(--ak-olive);
}
.ak-artwork-card__wa:hover { background: var(--ak-olive-d); border-color: var(--ak-olive-d); color: #fff; }
.ak-artwork-card__detail {
    background: transparent;
    color: var(--ak-olive);
    border: 1px solid var(--ak-line);
}
.ak-artwork-card__detail:hover { background: var(--ak-olive); border-color: var(--ak-olive); color: #fff; }

/* ============================================================
   ONE CIKAN TABLOLAR
   ============================================================ */
.ak-featured { background: var(--ak-cream); padding: 44px 0; }
.ak-featured__intro {
    font-family: var(--ak-sans);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.85;
    color: var(--ak-body);
    max-width: 560px;
    margin: 12px auto 0;
}
.ak-featured__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.ak-featured__item {
    background: transparent;
    border: none;
    display: flex;
    flex-direction: column;
}
.ak-featured__thumb {
    position: relative;
    aspect-ratio: .95;
    overflow: hidden;
    background: #EFEAE1;
    border-radius: var(--ak-radius);
}
/* Gorsel kutuyu KESIN doldurur - sarmalayici linkten bagimsiz */
.ak-featured__thumb a { display: block; position: static; }
.ak-featured__thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}
.ak-featured__item:hover .ak-featured__thumb img { transform: scale(1.04); }
.ak-featured__thumb--framed { border: 10px solid #D6C7A6; }

.ak-featured__sold,
.ak-single__sold {
    position: absolute;
    top: 14px; left: 14px;
    background: rgba(51, 48, 42, .88);
    color: #fff;
    font-family: var(--ak-sans);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 2px;
}

.ak-featured__body {
    padding: 16px 2px 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.ak-featured__name {
    font-family: var(--ak-serif);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 8px;
}
.ak-featured__name a { color: var(--ak-dark); text-decoration: none; transition: color .2s ease; }
.ak-featured__name a:hover { color: var(--ak-olive); }

.ak-featured__specs {
    font-family: var(--ak-sans);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--ak-muted);
    margin-bottom: 16px;
}
.ak-featured__specs--inline .ak-featured__spec + .ak-featured__spec::before {
    content: "\00b7";
    margin: 0 8px;
    opacity: .55;
}
.ak-featured__specs--list { display: flex; flex-direction: column; gap: 6px; }
.ak-featured__specs--list .ak-featured__spec {
    display: flex;
    justify-content: space-between;
    gap: 14px;
}
.ak-featured__spec-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: var(--ak-light);
    flex-shrink: 0;
}
.ak-featured__spec-value { color: var(--ak-body); }

.ak-featured__excerpt {
    font-family: var(--ak-sans);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--ak-body);
    margin: 0 0 16px;
}
.ak-featured__price {
    font-family: var(--ak-sans);
    font-size: 16px;
    font-weight: 500;
    color: var(--ak-dark);
    margin-bottom: 14px;
}
.ak-featured__price del { opacity: .45; font-size: 14px; margin-right: 6px; font-weight: 400; }
.ak-featured__price ins { text-decoration: none; }

.ak-featured__actions {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.ak-featured__wa,
.ak-featured__detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 16px;
    font-family: var(--ak-sans);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: var(--ak-radius);
    line-height: 1;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.ak-featured__wa {
    background: var(--ak-olive);
    color: #fff;
    border: 1px solid var(--ak-olive);
}
.ak-featured__wa:hover { background: var(--ak-olive-d); border-color: var(--ak-olive-d); color: #fff; }
.ak-featured__detail {
    background: transparent;
    color: var(--ak-olive);
    border: 1px solid var(--ak-line);
}
.ak-featured__detail:hover { background: var(--ak-olive); border-color: var(--ak-olive); color: #fff; }

/* Donusumlu yerlesim */
.ak-featured--alternate .ak-featured__grid { grid-template-columns: 1fr; gap: 64px; }
.ak-featured--alternate .ak-featured__item {
    flex-direction: row;
    align-items: center;
    gap: 54px;
}
.ak-featured--alternate .ak-featured__item--reverse { flex-direction: row-reverse; }
.ak-featured--alternate .ak-featured__thumb {
    flex: 0 0 48%;
    max-width: 48%;
    border-radius: var(--ak-radius);
}
.ak-featured--alternate .ak-featured__body { padding: 0; flex: 1; min-width: 0; }
.ak-featured--alternate .ak-featured__name { font-size: 34px; }
.ak-featured--alternate .ak-featured__actions {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
}
.ak-featured--alternate .ak-featured__wa,
.ak-featured--alternate .ak-featured__detail { padding-left: 28px; padding-right: 28px; }

/* ============================================================
   YARATIM SURECI
   ============================================================ */
.ak-process { background: var(--ak-olive); padding: 40px 0; }
.ak-process .ak-section__subtitle { color: rgba(255,255,255,.72); }
.ak-process .ak-section__title { color: #fff; }
.ak-process .ak-section__head { margin-bottom: 28px; }

.ak-process__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ak-process__item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 6px 30px;
}
.ak-process__item + .ak-process__item { border-left: 1px solid rgba(255,255,255,.22); }
.ak-process__icon { flex-shrink: 0; line-height: 1; color: rgba(255,255,255,.92); }
.ak-process__text { flex: 1; min-width: 0; }
.ak-process__icon i { font-size: 32px; color: rgba(255,255,255,.92); }
.ak-process__icon svg { width: 32px; height: 32px; fill: rgba(255,255,255,.92); }
.ak-process__title {
    font-family: var(--ak-sans);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .02em;
    color: #fff;
    margin: 0 0 7px;
    line-height: 1.35;
}
.ak-process__desc {
    font-family: var(--ak-sans);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(255,255,255,.82);
    margin: 0;
}

/* ============================================================
   YORUMLAR
   ============================================================ */
.ak-testimonials { background: var(--ak-cream2); padding: 44px 0; }
.ak-testimonials__wrap { display: flex; align-items: center; gap: 20px; }
.ak-testimonials__viewport { flex: 1; overflow: hidden; }
.ak-testimonials__track { display: flex; transition: transform .45s ease; }

.ak-testimonial {
    flex: 0 0 calc(100% / var(--ak-per, 3));
    max-width: calc(100% / var(--ak-per, 3));
    padding: 0 34px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
.ak-testimonial + .ak-testimonial::before {
    content: "";
    position: absolute;
    left: 0; top: 12%;
    height: 76%;
    width: 1px;
    background: var(--ak-line);
}
.ak-testimonial__mark {
    display: block;
    font-family: var(--ak-serif);
    font-size: 40px;
    line-height: 1;
    color: #CFC7B4;
    margin-bottom: 12px;
}
.ak-testimonial__quote {
    font-family: var(--ak-serif);
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.7;
    color: var(--ak-dark);
    margin: 0 0 20px;
}
.ak-testimonial__author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.ak-testimonial__avatar {
    width: 34px; height: 34px;
    border-radius: 50%;
    object-fit: cover;
}
.ak-testimonial__name {
    font-family: var(--ak-sans);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--ak-light);
}
.ak-testimonials__arrow {
    flex-shrink: 0;
    width: 36px; height: 36px;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: var(--ak-olive);
    cursor: pointer;
    transition: opacity .2s ease;
}
.ak-testimonials__arrow:hover { opacity: .55; }

/* ============================================================
   TEKLI ESER
   ============================================================ */
.ak-single { background: var(--ak-cream2); padding: 44px 0; }
.ak-single__inner { display: flex; align-items: flex-start; gap: 60px; }

.ak-single__media { flex: 0 0 44%; max-width: 44%; min-width: 0; }
.ak-single__main {
    position: relative;
    background: transparent;
    border-radius: var(--ak-radius);
    overflow: hidden;
}
.ak-single__main--framed { border: 12px solid #D6C7A6; }
.ak-single__main-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: contain;
    object-position: center top;
}
.ak-single[data-zoom="1"] .ak-single__main-img { cursor: zoom-in; }
/* Buyutec: gorsel tasmasin, yumusak donsun */
.ak-single__main.ak-zoomable { overflow: hidden; }
.ak-single__main.ak-zoomable .ak-single__main-img {
    transition: opacity .2s ease, transform .18s ease-out;
    will-change: transform;
}

.ak-single__thumbs {
    display: flex;
    gap: 11px;
    margin-top: 16px;
    flex-wrap: wrap;
}
.ak-single__thumb {
    width: 76px; height: 76px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: var(--ak-radius);
    background: none;
    cursor: pointer;
    overflow: hidden;
    opacity: .65;
    transition: opacity .2s ease, border-color .2s ease;
}
.ak-single__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ak-single__thumb:hover { opacity: 1; }
.ak-single__thumb.is-active { opacity: 1; border-color: var(--ak-olive); }

.ak-single__info { flex: 1; min-width: 0; }
.ak-single__title {
    font-family: var(--ak-serif);
    font-size: 34px;
    font-weight: 300;
    letter-spacing: .004em;
    line-height: 1.18;
    color: var(--ak-dark);
    margin: 0 0 14px;
}
.ak-single__stock {
    display: inline-block;
    font-family: var(--ak-sans);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .15em;
    text-transform: uppercase;
    padding: 6px 13px;
    border-radius: 2px;
    margin-bottom: 18px;
}
.ak-single__stock--in  { background: #E8EDE1; color: #5A6A48; }
.ak-single__stock--out { background: #EFE6E3; color: #8A625C; }

.ak-single__price {
    font-family: var(--ak-sans);
    font-size: 24px;
    font-weight: 500;
    color: var(--ak-dark);
    margin: 6px 0 20px;
}
.ak-single__price del { opacity: .45; font-size: 20px; margin-right: 8px; font-weight: 400; }
.ak-single__price ins { text-decoration: none; }

.ak-single__desc {
    font-family: var(--ak-sans);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
    color: var(--ak-body);
    margin-bottom: 30px;
}
.ak-single__desc p { margin: 0 0 14px; }
.ak-single__desc p:last-child { margin-bottom: 0; }

.ak-single__specs { margin-bottom: 32px; }
.ak-single__specs-title {
    font-family: var(--ak-serif);
    font-size: 24px;
    font-weight: 400;
    color: var(--ak-dark);
    margin: 0 0 14px;
}
.ak-single__spec-table { display: flex; flex-direction: column; }
.ak-single__spec-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 24px;
    padding: 13px 0;
    border-bottom: 1px solid var(--ak-line);
}
.ak-single__spec-row:first-child { border-top: 1px solid var(--ak-line); }
.ak-single__spec-label {
    font-family: var(--ak-sans);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--ak-light);
    flex-shrink: 0;
    line-height: 1.6;
}
.ak-single__spec-value {
    font-family: var(--ak-sans);
    font-size: 14px;
    font-weight: 400;
    color: var(--ak-body);
    text-align: right;
    line-height: 1.6;
}

.ak-single__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}
.ak-single__wa,
.ak-single__cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 17px 30px;
    font-family: var(--ak-sans);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: var(--ak-radius);
    line-height: 1;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.ak-single__wa {
    background: var(--ak-olive);
    color: #fff;
    border: 1px solid var(--ak-olive);
}
.ak-single__wa:hover { background: var(--ak-olive-d); border-color: var(--ak-olive-d); color: #fff; }
.ak-single__cart {
    background: transparent;
    color: var(--ak-olive);
    border: 1px solid var(--ak-line);
}
.ak-single__cart:hover { background: var(--ak-olive); border-color: var(--ak-olive); color: #fff; }

.ak-single__note {
    font-family: var(--ak-sans);
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.75;
    color: var(--ak-muted);
    margin: 0;
}

/* Lightbox */
.ak-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(30,28,25,.93);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    cursor: zoom-out;
    padding: 40px;
    opacity: 0;
    transition: opacity .25s ease;
}
.ak-lightbox.is-open { opacity: 1; }
.ak-lightbox img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
.ak-lightbox__close {
    position: absolute;
    top: 22px; right: 28px;
    background: none;
    border: none;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    opacity: .8;
}
.ak-lightbox__close:hover { opacity: 1; }


/* ============================================================
   ILETISIM BILGILERI (formsuz)
   ============================================================ */
.ak-contact { background: var(--ak-cream2); padding: 44px 0; }
.ak-contact__intro {
    font-family: var(--ak-sans);
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--ak-body);
    max-width: 540px;
    margin: 12px auto 0;
}
.ak-contact__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: 1080px;
    margin: 0 auto;
}
.ak-contact__card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    border: 1px solid var(--ak-line);
    border-radius: var(--ak-radius);
    padding: 24px 28px;
    min-height: 96px;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
a.ak-contact__card:hover {
    transform: translateY(-2px);
    box-shadow: var(--ak-shadow);
    border-color: #DED6C4;
}
.ak-contact__icon {
    flex: 0 0 42px;
    width: 42px; height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--ak-cream);
    color: var(--ak-olive);
    line-height: 1;
}
.ak-contact__icon i { font-size: 15px; color: var(--ak-olive); }
.ak-contact__icon svg { width: 16px; height: 16px; fill: var(--ak-olive); }
.ak-contact__body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    text-align: left;
}
.ak-contact__label {
    display: block;
    font-family: var(--ak-sans);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--ak-light);
    line-height: 1.4;
}
.ak-contact__value {
    display: block;
    font-family: var(--ak-sans);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    color: var(--ak-body);
    overflow-wrap: anywhere;
}
.ak-contact__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}
.ak-contact__action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 26px;
    font-family: var(--ak-sans);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: var(--ak-radius);
    line-height: 1;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.ak-contact__action svg { flex-shrink: 0; }
.ak-contact__action--wa {
    background: var(--ak-olive);
    color: #fff;
    border: 1px solid var(--ak-olive);
}
.ak-contact__action--wa:hover { background: var(--ak-olive-d); border-color: var(--ak-olive-d); color: #fff; }
.ak-contact__action--instagram {
    background: transparent;
    color: var(--ak-olive);
    border: 1px solid var(--ak-line);
}
.ak-contact__action--instagram:hover { background: var(--ak-olive); border-color: var(--ak-olive); color: #fff; }
.ak-contact__note {
    text-align: center;
    font-family: var(--ak-sans);
    font-size: 12px;
    color: var(--ak-muted);
    margin: 16px auto 0;
    max-width: 480px;
    line-height: 1.7;
}
.ak-contact__map {
    margin-top: 30px;
    border-radius: var(--ak-radius);
    overflow: hidden;
    border: 1px solid var(--ak-line);
    line-height: 0;
}
.ak-contact__map iframe {
    width: 100%;
    height: 380px;
    border: 0;
    display: block;
}

/* ============================================================
   FOOTER (4 sutun: marka / son eserler / menu / iletisim)
   ============================================================ */
.ak-footer { background: var(--ak-olive); color: rgba(255,255,255,.9); }
.ak-footer__main {
    display: grid;
    grid-template-columns: 1.35fr 1.15fr .8fr 1.15fr;
    gap: 38px;
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: start;
}
.ak-footer__heading {
    font-family: var(--ak-sans);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 18px;
    line-height: 1.5;
}

/* -- Marka sutunu -- */
.ak-footer__brand-img { max-width: 200px; display: block; }
.ak-footer__brand-main {
    display: block;
    font-family: var(--ak-serif);
    font-size: 26px;
    font-weight: 400;
    letter-spacing: .16em;
    color: #fff;
    line-height: 1.3;
}
.ak-footer__brand-sub {
    display: block;
    font-family: var(--ak-sans);
    font-size: 9px;
    font-weight: 400;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: rgba(255,255,255,.78);
    margin-top: 6px;
}
.ak-footer__brand-desc {
    font-family: var(--ak-sans);
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.85;
    color: rgba(255,255,255,.8);
    margin: 16px 0 0;
    max-width: 300px;
}

/* -- Son eserler mini galerisi -- */
.ak-footer__artworks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.ak-footer__artwork {
    display: flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
    min-width: 0;
}
.ak-footer__artwork-img {
    flex: 0 0 46px;
    width: 46px; height: 46px;
    border-radius: var(--ak-radius);
    overflow: hidden;
    background: rgba(255,255,255,.14);
    display: block;
}
.ak-footer__artwork-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.ak-footer__artwork:hover .ak-footer__artwork-img img { transform: scale(1.07); }
.ak-footer__artwork-title {
    font-family: var(--ak-sans);
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(255,255,255,.85);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color .2s ease;
}
.ak-footer__artwork:hover .ak-footer__artwork-title { color: #fff; }

.ak-footer__all-artworks {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    font-family: var(--ak-sans);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.35);
    padding-bottom: 3px;
    transition: border-color .2s ease;
}
.ak-footer__all-artworks span { transition: transform .25s ease; }
.ak-footer__all-artworks:hover { color: #fff; border-color: #fff; }
.ak-footer__all-artworks:hover span { transform: translateX(4px); }

/* -- Menu sutunu -- */
.ak-footer__menu { display: flex; flex-direction: column; gap: 10px; }
.ak-footer__menu a {
    font-family: var(--ak-sans);
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255,255,255,.85);
    text-decoration: none;
    transition: color .2s ease, padding-left .2s ease;
}
.ak-footer__menu a:hover { color: #fff; padding-left: 4px; }

/* -- Iletisim sutunu -- */
.ak-footer__col--contact { display: flex; flex-direction: column; gap: 8px; }
.ak-footer__link,
.ak-footer__line {
    font-family: var(--ak-sans);
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.7;
    color: rgba(255,255,255,.88);
    text-decoration: none;
}
.ak-footer__link:hover { color: #fff; text-decoration: underline; }

.ak-footer__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
}
.ak-footer__action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    font-family: var(--ak-sans);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: var(--ak-radius);
    line-height: 1;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.ak-footer__action svg { flex-shrink: 0; }
.ak-footer__wa {
    background: #fff;
    color: var(--ak-dark);
    border: 1px solid #fff;
}
.ak-footer__wa:hover { background: rgba(255,255,255,.86); border-color: rgba(255,255,255,.86); color: var(--ak-dark); }
.ak-footer__instagram {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.45);
}
.ak-footer__instagram:hover { border-color: #fff; background: rgba(255,255,255,.1); color: #fff; }

/* -- Alt bar -- */
.ak-footer__bottom {
    background: var(--ak-cream2);
    color: var(--ak-muted);
}
.ak-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding-top: 18px;
    padding-bottom: 18px;
    flex-wrap: wrap;
    font-family: var(--ak-sans);
    font-size: 12px;
    font-weight: 400;
}
.ak-footer__bottom-links { display: flex; gap: 26px; flex-wrap: wrap; }
.ak-footer__bottom-links a { color: inherit; text-decoration: none; transition: color .2s ease; }
.ak-footer__bottom-links a:hover { color: var(--ak-olive); }
.ak-footer__credit {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
}
.ak-footer__credit:hover { color: var(--ak-olive); }

/* Eski bulten formu kaldirildi; tema onbelleginde kalirsa zarar vermesin */
.ak-newsletter { display: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Menu hamburger'e doner */
@media (max-width: 1100px) {
    .ak-header > .ak-container { flex-wrap: wrap; row-gap: 0; }
    .ak-header__logo { order: 1; }
    .ak-header__actions { display: none !important; }
    .ak-header .ak-header__toggle { display: flex !important; order: 3; margin-left: auto; }
    .ak-header__nav {
        order: 4;
        flex-basis: 100%;
        width: 100%;
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease;
    }
    .ak-header__nav.is-open {
        max-height: 75vh;
        overflow-y: auto;
        margin-top: 12px;
    }
    .ak-header .ak-header__menu {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: 100%;
        margin: 0 !important;
        list-style: none !important;
        background: #fff;
        border: 1px solid var(--ak-line);
        border-radius: var(--ak-radius);
        padding: 6px 18px !important;
        box-shadow: var(--ak-shadow);
    }
    .ak-header .ak-header__menu li {
        margin: 0 !important;
        padding: 0;
        list-style: none !important;
        width: 100%;
    }
    .ak-header .ak-header__menu a {
        padding: 14px 0;
        border-bottom: 1px solid rgba(51, 48, 42, .07);
        white-space: normal;
        font-size: 12px;
    }
    .ak-header .ak-header__menu > li:last-child > a { border-bottom: none; }
    .ak-header .ak-header__menu > li > a::after { display: none; }
    /* Alt menusu olan oge: + gostergesi, dokununca acilir (akordiyon) */
    .ak-header .ak-header__menu > li.menu-item-has-children > a::before {
        content: "+";
        float: right;
        font-size: 16px;
        line-height: 1.1;
        color: var(--ak-light);
        transition: transform .2s ease, color .2s ease;
    }
    .ak-header .ak-header__menu > li.is-sub-open > a::before {
        transform: rotate(45deg);
        color: var(--ak-olive);
    }
    .ak-header .ak-header__menu .sub-menu {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        min-width: 0;
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0 0 0 16px !important;
        display: none;
    }
    .ak-header .ak-header__menu li.is-sub-open > .sub-menu { display: block; }
    .ak-header .ak-header__menu .sub-menu a { padding: 11px 0; font-size: 11.5px; }
    .ak-header .ak-header__menu .sub-menu li:last-child a { border-bottom: none; }
}

@media (max-width: 1024px) {
    :root { --ak-gutter: 28px; }

    .ak-hero { padding: 40px 0; }
    .ak-hero__slide { flex-direction: column; align-items: flex-start; gap: 40px; }
    .ak-hero__content { flex: 1 1 auto; max-width: 100%; }
    .ak-hero__title { font-size: 42px; }
    .ak-hero__visual { width: 100%; justify-content: flex-start; }
    .ak-hero__art { max-width: 100%; }
    .ak-hero__frame::before { top: 12px; left: -12px; right: 12px; bottom: -12px; }
    .ak-hero__side { display: none; }

    .ak-about { flex-direction: column; }
    .ak-about--img-right { flex-direction: column; }
    .ak-about__text { order: 1; }
    .ak-about__media { order: 2; }
    .ak-about__media { flex: 1 1 auto; max-width: 100%; }
    .ak-about__text { padding: 38px 0; flex-direction: column; align-items: flex-start; }
    .ak-about__logo { display: none; }

    .ak-artist-bio { padding: 40px 0; }
    .ak-contact__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ak-artist-bio__layout { flex-direction: column; gap: 24px; }
    .ak-artist-bio__copy { order: 1; }
    .ak-artist-bio__media { order: 2; flex: 1 1 auto; max-width: 100%; }
    .ak-artist-bio__below { flex-direction: column; gap: 28px; }

    .ak-products, .ak-artworks-page, .ak-featured { padding: 40px 0; }
    .ak-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ak-artworks-page__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ak-featured__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .ak-featured--alternate .ak-featured__item,
    .ak-featured--alternate .ak-featured__item--reverse {
        flex-direction: column;
        gap: 26px;
    }
    .ak-featured--alternate .ak-featured__thumb { flex: 1 1 auto; max-width: 100%; width: 100%; }
    .ak-featured--alternate .ak-featured__name { font-size: 28px; }

    .ak-process { padding: 48px 0; }
    .ak-process__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 0; }
    .ak-process__item:nth-child(odd) { border-left: none; }

    .ak-single { padding: 48px 0; }
    .ak-single__inner { flex-direction: column; gap: 32px; }
    .ak-single__media {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        min-width: 100% !important;
    }
    .ak-single__inner { align-items: stretch !important; }
    /* Mobil/tablette gorsel BUYUK ve ORTALI */
    .ak-single__main {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
    }
    .ak-single__main-img {
        max-height: none !important;
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        object-fit: contain !important;
        object-position: center center !important;
        margin: 0 auto !important;
    }
    /* Dar/dikey gorseller de ekrani doldursun */
    .ak-single__main { min-height: 62vw; }
    .ak-single__thumbs { justify-content: center; }
    .ak-single__thumb { width: 72px; height: 72px; }
    .ak-single__title { font-size: 32px; }

    .ak-footer__main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px;
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .ak-footer__bottom-inner { justify-content: center; text-align: center; }
}

@media (max-width: 768px) {
    :root { --ak-gutter: 20px; }

    .ak-header { padding: 14px 0; }

    .ak-hero { padding: 44px 0; }
    .ak-hero__title { font-size: 34px; }
    .ak-hero__desc { font-size: 15px; }

    .ak-section__title,
    .ak-about__title,
    .ak-artist-bio__title,
    .ak-artworks-page__title,
    .ak-contact__title { font-size: 24px; }

    .ak-about__text { padding: 38px 0; }
    .ak-about__desc { font-size: 14px; }


    .ak-products__grid,
    .ak-artworks-page__grid,
    .ak-featured__grid { grid-template-columns: 1fr; gap: 24px; }

    .ak-featured__thumb--framed { border-width: 7px; }
    .ak-featured__name { font-size: 23px; }

    .ak-process__grid { grid-template-columns: 1fr; }
    .ak-process__item { border-left: none !important; padding: 6px 0; }

    .ak-testimonials { padding: 40px 0; }
    .ak-testimonial { flex-basis: 100%; max-width: 100%; padding: 0 10px; }
    .ak-testimonial + .ak-testimonial::before { display: none; }
    .ak-testimonial__quote { font-size: 17px; }

    .ak-single { padding: 40px 0; }
    .ak-single__main--framed { border-width: 8px; }
    .ak-single__title { font-size: 27px; }
    .ak-single__price { font-size: 21px; }
    .ak-single__actions { flex-direction: column; }
    .ak-single__wa, .ak-single__cart { width: 100%; }
    .ak-single__spec-row { flex-direction: column; gap: 4px; }
    .ak-single__spec-value { text-align: left; }

    .ak-lightbox { padding: 16px; }

    .ak-contact__grid { grid-template-columns: 1fr; }

    .ak-footer__main { grid-template-columns: 1fr; text-align: center; gap: 38px; }
    .ak-footer__brand-desc { margin-left: auto; margin-right: auto; }
    .ak-footer__col--contact { align-items: center; }
    .ak-footer__actions { align-items: center; }

    /* ---------- Mobil iyilestirmeler ---------- */

    /* Dokunma alanlari: butonlar tam genislik ve rahat yukseklik */
    .ak-btn,
    .ak-featured__wa, .ak-featured__detail,
    .ak-artwork-card__wa, .ak-artwork-card__detail,
    .ak-product__btn {
        width: 100%;
        justify-content: center;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 11px;
    }
    .ak-contact__action { width: 100%; justify-content: center; padding: 15px 20px; }
    .ak-contact__actions { flex-direction: column; gap: 10px; }

    /* Eser kartlari: gorsel biraz daha dikey, yazi hiyerarsisi net */
    .ak-featured__thumb { aspect-ratio: 1; }
    .ak-featured__body { padding-top: 14px; }
    .ak-featured__specs { font-size: 12.5px; margin-bottom: 12px; }
    .ak-featured__price { font-size: 17px; margin-bottom: 16px; }
    .ak-featured__actions { gap: 8px; }
    .ak-product__title { font-size: 19px; }
    .ak-product__price { font-size: 15px; margin: 10px 0 14px; }
    .ak-artwork-card__title { font-size: 21px; }
    .ak-artwork-card__meta { gap: 5px 12px; margin-bottom: 14px; }

    /* Bolum basliklari: ust bosluk sikilastir */
    .ak-section__head { margin-bottom: 22px; }
    .ak-featured__intro,
    .ak-artworks-page__intro,
    .ak-contact__intro { font-size: 14px; }

    /* Kimdir: alt seritte tek kolon, rahat okuma */
    .ak-artist-bio__below { gap: 22px; margin-top: 24px; padding-top: 22px; }
    .ak-artist-bio__meta { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 20px; }
    .ak-artist-bio__quote { font-size: 16px; padding-left: 14px; }
    .ak-artist-bio__text { font-size: 14px; }
    .ak-artist-bio__exhibitions li { padding: 8px 0; gap: 10px; }
    .ak-artist-bio__ex-year { flex-basis: 38px; font-size: 11.5px; }
    .ak-artist-bio__ex-name { font-size: 13px; }

    /* Hero: nefes ve buton */
    .ak-hero__desc { margin-bottom: 26px; }
    .ak-hero__caption { font-size: 13.5px; margin-top: 18px; }
    .ak-hero__dots { margin-top: 26px; }

    /* Tekli eser: kucuk gorseller kaydirilabilir serit */
    .ak-single__thumbs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
    }
    .ak-single__thumbs::-webkit-scrollbar { display: none; }
    .ak-single__thumb { flex: 0 0 auto; }
    .ak-single__desc { font-size: 14px; margin-bottom: 24px; }
    .ak-single__specs { margin-bottom: 24px; }
    .ak-single__spec-row { padding: 11px 0; }

    /* Yorumlar: oklar dokunmaya uygun */
    .ak-testimonials__arrow { width: 32px; height: 32px; font-size: 24px; }
    .ak-testimonials__wrap { gap: 8px; }

    /* Surec: ikon ve metin dengesi */
    .ak-process__item { gap: 14px; padding: 10px 0; }
    .ak-process__grid { gap: 4px 0; }

    /* Footer: menu iki kolon, eserler yatay kaydirmali */
    .ak-footer__main { gap: 32px; }
    .ak-footer__menu {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 16px;
        text-align: center;
    }
    .ak-footer__menu a:hover { padding-left: 0; }
    .ak-footer__artworks {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 14px;
        max-width: 320px;
        margin: 0 auto;
    }
    .ak-footer__artwork {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        width: auto;
        text-align: left;
    }
    .ak-footer__artwork-img { flex: 0 0 44px; width: 44px; height: 44px; }
    .ak-footer__artwork-title { font-size: 11.5px; }
    .ak-footer__all-artworks { margin-top: 16px; }
    .ak-footer__bottom-inner { gap: 14px; font-size: 11.5px; }
    .ak-footer__bottom-links { gap: 16px; justify-content: center; }
}

/* ============================================================
   KUCUK TELEFONLAR (<=380px)
   ============================================================ */
@media (max-width: 380px) {
    :root { --ak-gutter: 16px; }

    .ak-hero__title { font-size: 30px; }
    .ak-hero__desc { font-size: 14.5px; }

    .ak-section__title,
    .ak-artist-bio__title,
    .ak-artworks-page__title,
    .ak-contact__title { font-size: 22px; }

    .ak-featured__name { font-size: 21px; }
    .ak-single__title { font-size: 24px; }
    .ak-single__price { font-size: 19px; }

    /* Iki kolonlu alanlar tek kolona */
    .ak-artist-bio__meta { grid-template-columns: 1fr; }
    .ak-footer__menu { grid-template-columns: 1fr; }

    .ak-contact__card { padding: 20px 18px; gap: 14px; }
    .ak-contact__icon { flex-basis: 38px; width: 38px; height: 38px; }
    .ak-contact__value { font-size: 14px; }

    .ak-footer__artworks { grid-template-columns: 1fr; max-width: 240px; }
}
