/* MARAŞ 18 — Referans pixel-perfect ana sayfa + chrome */

:root,
body.theme-maras18 {
    --m18-green: #1A3021;
    --m18-green-deep: #14261a;
    --m18-green-soft: #243f2d;
    --m18-accent: #B57A3E;
    --m18-accent-dark: #9a6632;
    --m18-cream: #FDFBF7;
    --m18-cream-2: #F5F1E8;
    --m18-ink: #1b241d;
    --m18-muted: #6d655b;
    --m18-line: #e6dfd3;
    --m18-white: #ffffff;
    --m18-radius: 12px;
    --m18-wrap: 1180px;
    /* Header/footer always use this — page overrides of --m18-wrap must not shift chrome */
    --m18-chrome-wrap: 1180px;

    --site-brand: #1A3021;
    --site-brand-dark: #14261a;
    --brand-blue: #1A3021;
    --brand-blue-light: #243f2d;

    --site-header-ticker-height: 0rem;
    --site-header-utility-height: 2.15rem;
    --site-header-main-height: 5.5rem;
    --site-header-nav-height: 3rem;
    --site-header-height: calc(var(--site-header-utility-height) + var(--site-header-main-height) + var(--site-header-nav-height));
}

html:has(body.theme-maras18) {
    scrollbar-gutter: stable;
}

body.theme-maras18 {
    background: var(--m18-cream);
    color: var(--m18-ink);
    font-family: "Manrope", system-ui, sans-serif;
    overflow-x: hidden;
}

.m18-wrap {
    width: min(var(--m18-wrap), calc(100% - 2rem));
    margin-inline: auto;
}

/* Keep header/footer width stable across pages that widen --m18-wrap (products, cart, etc.) */
.theme-maras18 .site-header .m18-wrap,
.theme-maras18 .site-footer-main .m18-wrap,
.theme-maras18 .site-footer-bottom .m18-wrap {
    width: min(var(--m18-chrome-wrap), calc(100% - 2rem));
}

/* Lucide icon system */
.m18-icon {
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle;
    vector-effect: non-scaling-stroke;
}

.m18-icon--inline {
    margin-left: 0.2rem;
}

.m18-icon--star {
    color: #d4a017;
}

.m18-icon--star[fill="currentColor"],
.m18-card__rating .m18-icon--star,
.m18-quote__stars .m18-icon--star.is-filled {
    fill: currentColor;
    stroke: currentColor;
}

.m18-card__rating {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
}

.m18-quote__stars {
    display: inline-flex;
    align-items: center;
    gap: 0.12rem;
}

.m18-btn .m18-icon,
.m18-link-accent .m18-icon {
    flex-shrink: 0;
}

.m18-story__play-btn .m18-icon {
    margin-left: 2px;
    color: var(--m18-green);
}
.m18-topbar {
    background: #fff;
    color: #8a8174;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    border-bottom: 1px solid #f0ebe3;
}

.m18-topbar__inner {
    min-height: var(--site-header-utility-height);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.m18-topbar__links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.15rem 1.35rem;
}

.m18-topbar__link {
    color: #8a8174;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.15s ease;
}

.m18-topbar__link:hover {
    color: var(--m18-green);
}

/* ── Header ── */
.theme-maras18 .site-header.m18-site-header,
.theme-maras18 .site-header {
    --site-header-ticker-height: 0rem;
    --site-header-height: calc(var(--site-header-utility-height) + var(--site-header-main-height) + var(--site-header-nav-height));
    border-bottom: 1px solid var(--m18-line);
    box-shadow: none;
    background: #fff;
}

.theme-maras18 .site-header.is-compact {
    --site-header-utility-height: 0rem;
    --site-header-main-height: 0rem;
    --site-header-nav-height: 3rem;
}

.theme-maras18 .site-header.is-compact .m18-topbar,
.theme-maras18 .site-header.is-compact .m18-header-main {
    display: none;
}

.theme-maras18 .site-header__nav,
.theme-maras18 .site-header__quote-btn,
.theme-maras18 .site-header__utility { display: none !important; }

.m18-header-main { background: #fff; }

.m18-header-main__inner {
    min-height: var(--site-header-main-height);
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem 1.75rem;
    padding-block: 0.65rem;
}

.theme-maras18 .site-brand-maras18 {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--m18-green);
    line-height: 0;
}

.theme-maras18 .site-brand-maras18__logo {
    display: block;
    width: auto;
    height: 3.65rem;
    max-width: min(240px, 46vw);
    object-fit: contain;
    object-position: left center;
}

.m18-header-nav-bar {
    background: #fff;
    border-top: 1px solid #f0ebe3;
}

.m18-header-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(1.25rem, 3.2vw, 3rem);
    min-height: var(--site-header-nav-height);
}

.m18-header-nav a {
    color: var(--m18-green);
    text-decoration: none;
    font-weight: 650;
    font-size: 0.95rem;
    padding: 0.55rem 0;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.m18-header-nav a:hover,
.m18-header-nav a.is-active {
    color: var(--m18-green-deep);
    border-bottom-color: var(--m18-green);
}

.theme-maras18 .m18-search,
.theme-maras18 .site-header__search.m18-search {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 42rem;
    margin-inline: auto;
    justify-self: stretch;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.theme-maras18 .m18-search input,
.theme-maras18 .site-header__search.m18-search input {
    width: 100%;
    height: 2.85rem;
    border: 0;
    border-radius: 999px;
    background: #f2f2f2;
    padding: 0 3rem 0 1.25rem;
    font: inherit;
    font-size: 0.92rem;
    color: var(--m18-ink);
    outline: none;
}

.theme-maras18 .m18-search input::placeholder {
    color: #9a9288;
}

.theme-maras18 .m18-search input:focus {
    box-shadow: 0 0 0 2px rgba(26, 48, 33, 0.12);
}

.theme-maras18 .m18-search .site-header__search-btn {
    position: absolute;
    right: 0.45rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--m18-green);
    display: grid;
    place-items: center;
    cursor: pointer;
}

.theme-maras18 .m18-search .site-header__search-btn:hover {
    background: transparent;
    color: var(--m18-green-deep);
}

.theme-maras18 .m18-search .site-header__search-btn svg { width: 1.15rem; height: 1.15rem; }

.m18-header-actions {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-shrink: 0;
}

.m18-action-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.28rem;
    min-width: 3.5rem;
    padding: 0.15rem 0.2rem;
    border: 0;
    background: transparent;
    color: var(--m18-green);
    text-decoration: none;
    cursor: pointer;
    font: inherit;
    line-height: 1.1;
    transition: color 0.15s ease, opacity 0.15s ease;
}

.m18-action-btn:hover {
    color: var(--m18-green-deep);
    opacity: 0.88;
}

.m18-action-btn__icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 1.55rem;
    height: 1.55rem;
}

.m18-action-btn__icon svg {
    width: 1.35rem;
    height: 1.35rem;
}

.m18-action-btn__label {
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.m18-icon-btn {
    width: 2.45rem;
    height: 2.45rem;
    border: 0;
    background: transparent;
    color: var(--m18-green);
    display: grid;
    place-items: center;
    position: relative;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
}

.m18-icon-btn:hover { background: rgba(26, 48, 33, 0.06); }
.m18-icon-btn svg { width: 1.25rem; height: 1.25rem; }

.m18-cart-badge,
.m18-fav-badge {
    position: absolute;
    top: -0.35rem;
    left: -0.4rem;
    min-width: 1.05rem;
    height: 1.05rem;
    padding: 0 0.25rem;
    border-radius: 999px;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
    display: grid;
    place-items: center;
    line-height: 1;
}

.m18-cart-badge {
    background: var(--m18-green);
}

.m18-cart-badge.hidden {
    display: none;
}

.m18-fav-badge {
    background: #c0392b;
}

.m18-menu-toggle { display: none; }

.theme-maras18 .m18-header-spacer,
.theme-maras18 .site-header-spacer {
    height: var(--site-header-height);
    background: transparent;
}

/* ── Buttons / links ── */
.m18-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 2.85rem;
    padding: 0.7rem 1.35rem;
    border-radius: 10px;
    border: 1px solid transparent;
    font-family: inherit;
    font-weight: 750;
    font-size: 0.95rem;
    text-decoration: none;
    cursor: pointer;
    transition: background .18s ease, transform .18s ease, color .18s ease, border-color .18s ease;
}

.m18-btn:hover { transform: translateY(-1px); }
.m18-btn--accent { background: var(--m18-accent); color: #fff; }
.m18-btn--accent:hover { background: var(--m18-accent-dark); color: #fff; }
.m18-btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.m18-btn--ghost:hover { background: rgba(255,255,255,.1); color: #fff; }
.m18-btn--green { background: var(--m18-green); color: #fff; }
.m18-btn--green:hover { background: var(--m18-green-deep); color: #fff; }
.m18-btn--block { width: 100%; border-radius: 10px; }

.m18-link-accent {
    color: var(--m18-accent);
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}
.m18-link-accent:hover { color: var(--m18-green); }

/* ── Hero ── */
.m18-hero {
    position: relative;
    isolation: isolate;
    min-height: clamp(520px, 72vh, 680px);
    display: grid;
    align-items: end;
    overflow: hidden;
    color: #fff;
    background: #132218;
}

.m18-hero__media { position: absolute; inset: 0; z-index: -2; }
.m18-hero__media img { width: 100%; height: 100%; object-fit: cover; }

.m18-hero__shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(12,26,18,.82) 0%, rgba(12,26,18,.42) 52%, rgba(12,26,18,.18) 100%),
        linear-gradient(0deg, rgba(12,26,18,.55), transparent 45%);
}

.m18-hero__inner {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 2rem;
    align-items: end;
    padding: 3.75rem 0 5.75rem;
}

.m18-hero__eyebrow {
    margin: 0 0 .85rem;
    font-family: "Fraunces", Georgia, serif;
    font-style: italic;
    font-size: 1.05rem;
    color: rgba(255,255,255,.9);
}

.m18-hero__title {
    margin: 0;
    font-family: "Fraunces", Georgia, serif;
    font-weight: 700;
    font-size: clamp(2.6rem, 5vw, 4.2rem);
    line-height: 1.05;
    letter-spacing: 0.01em;
}

.m18-hero__desc {
    margin: 1.1rem 0 1.55rem;
    max-width: 34ch;
    font-size: 1.02rem;
    line-height: 1.65;
    color: rgba(255,255,255,.92);
}

.m18-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; }

.m18-hero__aside {
    justify-self: end;
    width: min(100%, 340px);
    position: relative;
}

.m18-hero__bowl {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 22px;
    border: 4px solid rgba(255,255,255,.18);
    box-shadow: 0 24px 50px rgba(0,0,0,.35);
}

.m18-hero__sign {
    position: absolute;
    left: .85rem;
    bottom: 1.2rem;
    max-width: 10.5rem;
    padding: .85rem .95rem;
    background: rgba(36, 24, 14, .9);
    border: 1px solid rgba(240, 215, 164, .4);
    border-radius: 8px;
    font-family: "Fraunces", Georgia, serif;
    font-size: .86rem;
    line-height: 1.35;
    color: #f4e4c4;
    letter-spacing: .02em;
}

.m18-hero__usps {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    background: rgba(16, 32, 24, .78);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255,255,255,.1);
}

.m18-hero__usps-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .75rem;
    padding: 1rem 0;
}

.m18-hero__usp {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .88rem;
    font-weight: 650;
}

.m18-hero__usp svg {
    width: 1.3rem;
    height: 1.3rem;
    color: #efd7a8;
    flex-shrink: 0;
}

/* ── Banner carousel (admin bannerlar) ── */
.m18-hero--banners {
    display: block;
    padding: 0;
    touch-action: pan-y;
}

.m18-hero__track {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: inherit;
    transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.m18-hero__slide {
    position: relative;
    isolation: isolate;
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: inherit;
    display: grid;
    align-items: end;
    overflow: hidden;
    box-sizing: border-box;
}

.m18-hero__slide .m18-hero__media {
    z-index: 0;
}

.m18-hero__slide .m18-hero__shade {
    z-index: 1;
}

.m18-hero__slide .m18-hero__inner {
    position: relative;
    z-index: 2;
}

.m18-hero__slide--default > .m18-hero__inner {
    width: min(var(--m18-wrap), calc(100% - 2rem));
    margin-inline: auto;
}

.m18-hero__inner--banner {
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr;
    width: min(var(--m18-wrap), calc(100% - 2rem));
    margin-inline: auto;
    padding: 3.75rem 0 6.75rem;
    justify-items: start;
}

.m18-hero__inner--banner .m18-hero__copy {
    max-width: 34rem;
}

.m18-hero__inner--banner .m18-hero__title {
    font-size: clamp(2.2rem, 4.4vw, 3.5rem);
    margin-bottom: 1.25rem;
}

.m18-hero__inner--banner .m18-hero__eyebrow {
    margin-bottom: .7rem;
}

.m18-hero__nav {
    position: absolute;
    top: 46%;
    z-index: 4;
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 999px;
    background: rgba(12, 26, 18, .55);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(6px);
    transition: background .2s, transform .2s, border-color .2s;
}

.m18-hero__nav:hover {
    background: rgba(12, 26, 18, .78);
    border-color: rgba(239, 215, 168, .55);
    transform: translateY(-50%) scale(1.04);
}

.m18-hero__nav--prev { left: clamp(.75rem, 2vw, 1.5rem); top: 46%; transform: translateY(-50%); }
.m18-hero__nav--next { right: clamp(.75rem, 2vw, 1.5rem); top: 46%; transform: translateY(-50%); }
.m18-hero__nav--prev:hover,
.m18-hero__nav--next:hover { transform: translateY(-50%) scale(1.04); }

.m18-hero__nav-icon--prev { transform: scaleX(-1); }

.m18-hero__dots {
    position: absolute;
    left: 50%;
    bottom: 4.6rem;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    gap: .45rem;
}

.m18-hero__dot {
    width: .55rem;
    height: .55rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.38);
    cursor: pointer;
    transition: width .25s, background .25s;
}

.m18-hero__dot.is-active {
    width: 1.35rem;
    background: #efd7a8;
}

@media (prefers-reduced-motion: reduce) {
    .m18-hero__track { transition: none; }
}

@media (max-width: 1024px) {
    .m18-hero__inner--banner {
        padding: 3rem 0 7.25rem;
    }
}

@media (max-width: 720px) {
    .m18-hero__slide:not(.m18-hero__slide--default) {
        align-items: center;
    }

    .m18-hero__inner--banner {
        padding: 1.25rem 0 9.5rem;
    }

    .m18-hero__inner--banner .m18-hero__copy {
        max-width: 100%;
    }

    .m18-hero__inner--banner .m18-hero__eyebrow {
        font-size: .92rem;
        margin-bottom: .55rem;
    }

    .m18-hero__inner--banner .m18-hero__title {
        font-size: clamp(1.7rem, 7.2vw, 2.35rem);
        line-height: 1.12;
        margin-bottom: 1rem;
    }

    .m18-hero__inner--banner .m18-hero__actions .m18-btn {
        min-height: 2.55rem;
        padding: .65rem 1.1rem;
        font-size: .9rem;
    }

    .m18-hero__dots {
        bottom: 6.85rem;
    }

    .m18-hero__nav {
        display: none;
    }

    .m18-hero--banners .m18-hero__usps-inner {
        gap: .45rem;
        padding: .7rem 0;
    }

    .m18-hero--banners .m18-hero__usp {
        font-size: .75rem;
        gap: .4rem;
    }

    .m18-hero--banners .m18-hero__usp svg {
        width: 1.05rem;
        height: 1.05rem;
    }
}

/* ── Sections ── */
.m18-home { background: var(--m18-cream); }
.m18-section { padding: 4.25rem 0; }
.m18-section--cream { background: var(--m18-cream-2); }

.m18-section__head { margin-bottom: 1.85rem; }
.m18-section__head--split {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.m18-section__head--center { text-align: center; }

.m18-section__cta {
    flex-shrink: 0;
    min-height: 2.55rem;
    padding: 0.55rem 1.15rem;
    font-size: 0.9rem;
}

.m18-section__more {
    display: flex;
    justify-content: center;
    margin-top: 1.75rem;
}

.m18-section__title {
    margin: 0;
    font-family: "Fraunces", Georgia, serif;
    font-size: clamp(1.7rem, 2.7vw, 2.25rem);
    line-height: 1.2;
    color: var(--m18-ink);
}
.m18-section__title--light { color: #fff; }

.m18-section__sub {
    margin: .45rem 0 0;
    color: var(--m18-muted);
    font-size: .98rem;
}
.m18-section__sub--light { color: rgba(255,255,255,.82); }

/* Advantages */
.m18-advantages { padding-top: 2.75rem; padding-bottom: 2.75rem; }
.m18-advantages__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.m18-adv-card {
    background: #fff;
    border: 1px solid var(--m18-line);
    border-radius: var(--m18-radius);
    padding: 1.35rem 1.15rem 1.4rem;
    text-align: center;
    box-shadow: 0 8px 22px rgba(26, 48, 33, .04);
}

.m18-adv-card__icon {
    width: 3.1rem;
    height: 3.1rem;
    margin: 0 auto .9rem;
    color: var(--m18-green);
    display: grid;
    place-items: center;
}
.m18-adv-card__icon svg { width: 1.85rem; height: 1.85rem; }
.m18-adv-card__title { margin: 0 0 .4rem; font-size: 1.02rem; font-weight: 800; }
.m18-adv-card__text { margin: 0; color: var(--m18-muted); font-size: .9rem; line-height: 1.55; }

/* Products */
.m18-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.15rem;
}

.m18-card {
    background: #fff;
    border: 1px solid var(--m18-line);
    border-radius: var(--m18-radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 24px rgba(26, 48, 33, .05);
    transition: transform .18s ease, box-shadow .18s ease;
}
.m18-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(26, 48, 33, .1);
}

.m18-card__media {
    display: block;
    aspect-ratio: 1;
    background: var(--m18-cream-2);
    overflow: hidden;
    position: relative;
}
.m18-card__media .product-thumb-wrap,
.m18-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m18-card__body { padding: 1rem 1rem 1.1rem; display: flex; flex-direction: column; gap: .4rem; flex: 1; }
.m18-card__title { margin: 0; font-family: "Fraunces", Georgia, serif; font-size: 1.05rem; font-weight: 700; line-height: 1.3; }
.m18-card__title a { color: inherit; text-decoration: none; }
.m18-card__rating { color: #d4a017; font-size: .82rem; }
.m18-card__rating span { color: var(--m18-muted); }
.m18-card__price { margin: .2rem 0 .45rem; color: var(--m18-ink); font-size: 1.05rem; }
.m18-card__price span { color: var(--m18-muted); font-weight: 600; font-size: .9rem; }
.m18-card__price-compare {
    display: block;
    color: var(--m18-muted);
    font-size: .82rem;
    font-weight: 600;
    text-decoration: line-through;
}
.m18-card__actions {
    display: flex;
    gap: .45rem;
    margin-top: auto;
    padding-top: .25rem;
}
.m18-card__cart-form {
    flex: 1;
    margin: 0;
}
.m18-card__add {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-height: 2.65rem;
    padding: 0 .85rem;
    border: 1px solid #e0d8cc;
    border-radius: 10px;
    background: #fff;
    color: var(--m18-ink);
    font: inherit;
    font-size: .84rem;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
    box-sizing: border-box;
}
.m18-card__add:hover,
.m18-card__add:active,
.m18-card__add:focus-visible {
    border-color: var(--m18-green);
    background: var(--m18-green);
    color: #fff;
}
.m18-card__add-label {
    white-space: nowrap;
}
.m18-card__fav-btn {
    flex-shrink: 0;
    display: grid;
    place-items: center;
    width: 2.65rem;
    height: 2.65rem;
    border: 1px solid #e0d8cc;
    border-radius: 10px;
    background: #fff;
    color: var(--m18-ink);
    text-decoration: none;
    cursor: pointer;
    transition: border-color .15s ease, color .15s ease, background .15s ease;
}
.m18-card__fav-btn:hover {
    border-color: var(--m18-accent);
    color: var(--m18-accent);
}
.m18-card__fav-btn.is-active {
    border-color: #f0d4b5;
    background: #fff7ef;
    color: var(--m18-accent);
}

/* Story */
.m18-story {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid var(--m18-line);
    background: #fff;
}

.m18-story__media { position: relative; min-height: 380px; }
.m18-story__media img { width: 100%; height: 100%; object-fit: cover; }

.m18-story__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    background: rgba(12, 26, 18, .28);
    color: #fff;
    text-align: center;
    padding: 1.5rem;
}

.m18-story__quote {
    margin: 0;
    font-family: "Fraunces", Georgia, serif;
    font-style: italic;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.25;
    text-shadow: 0 4px 18px rgba(0,0,0,.35);
}

.m18-story__play {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    text-decoration: none;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: transform .2s ease;
}
.m18-story__play:hover { transform: translateY(-1px); }
.m18-story__play:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
    border-radius: 999px;
}

.m18-story__play-btn {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 999px;
    background: #fff;
    color: var(--m18-green);
    display: grid;
    place-items: center;
    box-shadow: 0 10px 28px rgba(0,0,0,.25);
    transition: transform .2s ease, box-shadow .2s ease;
}
.m18-story__play:hover .m18-story__play-btn {
    transform: scale(1.05);
    box-shadow: 0 14px 32px rgba(0,0,0,.32);
}
.m18-story__play-btn svg { width: 1.15rem; height: 1.15rem; margin-left: 2px; }

/* Tanıtım video modal */
body.m18-video-modal-open { overflow: hidden; }

.m18-video-modal {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.m18-video-modal[hidden] { display: none !important; }

.m18-video-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 16, 12, .72);
    backdrop-filter: blur(4px);
}

.m18-video-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(960px, 100%);
    background: #0f1a12;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .45);
    border: 1px solid rgba(255, 255, 255, .08);
}

.m18-video-modal__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .85rem 1rem .85rem 1.15rem;
    background: rgba(255, 255, 255, .04);
}

.m18-video-modal__title {
    margin: 0;
    font-family: "Fraunces", Georgia, serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #f5f1e8;
}

.m18-video-modal__close {
    width: 2.4rem;
    height: 2.4rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background .2s ease;
}
.m18-video-modal__close:hover { background: rgba(255, 255, 255, .18); }
.m18-video-modal__close:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}
.m18-video-modal__close svg { width: 1.1rem; height: 1.1rem; }

.m18-video-modal__frame {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #000;
}

.m18-video-modal__player {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

.m18-story__copy {
    padding: clamp(1.6rem, 3vw, 2.8rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    background: var(--m18-cream);
}
.m18-story__copy p {
    margin: 0;
    color: var(--m18-muted);
    line-height: 1.7;
    font-size: 1.02rem;
}
.m18-story__copy .m18-btn { align-self: flex-start; }

/* Process */
.m18-process {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
    align-items: start;
    gap: .5rem 0.35rem;
}

.m18-process__arrow {
    align-self: center;
    color: #c4b8a5;
    font-size: 1.35rem;
    padding-top: 1.1rem;
}

.m18-step { text-align: center; padding: 0 .4rem; }
.m18-step__icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto .9rem;
    border-radius: 999px;
    border: 1px solid var(--m18-line);
    background: #fff;
    color: var(--m18-green);
    display: grid;
    place-items: center;
}
.m18-step__icon svg { width: 1.7rem; height: 1.7rem; }
.m18-step__title { margin: 0 0 .35rem; font-weight: 800; }
.m18-step__text { margin: 0; color: var(--m18-muted); font-size: .9rem; line-height: 1.5; }

/* Quotes */
.m18-section--quotes {
    background:
        linear-gradient(180deg, rgba(18,34,26,.9), rgba(18,34,26,.88)),
        url("../images/maras18/product-kernel.jpg") center/cover;
    color: #fff;
    overflow: hidden;
}

.m18-section--quotes .m18-wrap {
    margin-bottom: 1.35rem;
}

.m18-quotes-marquee {
    --m18-quote-gap: 1rem;
    --m18-quote-w: min(20.5rem, 82vw);
    width: 100%;
}

.m18-quotes-marquee__viewport {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}

.m18-quotes-marquee__track {
    display: flex;
    align-items: stretch;
    gap: var(--m18-quote-gap);
    width: max-content;
    animation: m18-quotes-marquee 45s linear infinite;
    will-change: transform;
}

.m18-quotes-marquee:hover .m18-quotes-marquee__track {
    animation-play-state: paused;
}

.m18-quote {
    display: flex;
    flex-direction: column;
    flex: 0 0 var(--m18-quote-w);
    width: var(--m18-quote-w);
    background: #fff;
    color: var(--m18-ink);
    border-radius: 14px;
    padding: 1.35rem 1.25rem;
    box-shadow: 0 16px 36px rgba(0,0,0,.18);
}

.m18-quote__stars { color: #d4a017; margin-bottom: .55rem; letter-spacing: .06em; }
.m18-quote__stars .m18-icon--star.is-empty {
    color: #d6d0c6;
    opacity: .55;
}
.m18-quote__text { margin: 0 0 1rem; font-style: italic; line-height: 1.6; color: #4b453e; flex: 1; }
.m18-quote__meta { margin-top: auto; }
.m18-quote__who { margin: 0; font-weight: 800; font-size: .98rem; letter-spacing: .02em; }
.m18-quote__city { margin: .15rem 0 0; color: var(--m18-muted); font-size: .88rem; }

@keyframes m18-quotes-marquee {
    from { transform: translate3d(calc(-50% - (var(--m18-quote-gap) / 2)), 0, 0); }
    to { transform: translate3d(0, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
    .m18-quotes-marquee__track {
        animation: none;
        flex-wrap: wrap;
        width: min(100%, 72rem);
        margin-inline: auto;
        padding-inline: 1.25rem;
        justify-content: center;
    }
    .m18-quotes-marquee__viewport {
        mask-image: none;
        -webkit-mask-image: none;
        overflow: visible;
    }
    .m18-quote[aria-hidden="true"] {
        display: none;
    }
}

/* Blog */
.m18-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
}

.m18-blog-card {
    background: #fff;
    border: 1px solid var(--m18-line);
    border-radius: var(--m18-radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.m18-blog-card__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--m18-cream-2);
}
.m18-blog-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    display: block;
}
.m18-blog-card__body { padding: 1.15rem 1.15rem 1.25rem; display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.m18-blog-card__title { margin: 0; font-family: "Fraunces", Georgia, serif; font-size: 1.12rem; font-weight: 700; }
.m18-blog-card__title a { color: inherit; text-decoration: none; }
.m18-blog-card__excerpt { margin: 0; color: var(--m18-muted); font-size: .92rem; line-height: 1.55; }
.m18-blog-card__body .m18-link-accent { margin-top: auto; color: var(--m18-green); }

/* Newsletter */
.m18-news {
    background: var(--m18-green);
    color: #fff;
    padding: 1.55rem 0;
}
.m18-news__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    flex-wrap: wrap;
}
.m18-news__copy { display: flex; align-items: center; gap: .85rem; }
.m18-news__copy svg { width: 1.7rem; height: 1.7rem; flex-shrink: 0; }
.m18-news__copy strong { display: block; font-size: 1.05rem; }
.m18-news__copy span { opacity: .85; font-size: .9rem; }
.m18-news__form {
    display: flex;
    gap: .55rem;
    flex: 1 1 320px;
    max-width: 460px;
}
.m18-news__form input {
    flex: 1;
    min-height: 2.85rem;
    border: 0;
    border-radius: 999px;
    padding: 0 1rem;
    font: inherit;
    color: #182018;
    background: #fff;
}
.m18-news__form input::placeholder {
    color: #5f685f;
    opacity: 0.85;
}
.m18-news__form button {
    border: 0;
    border-radius: 999px;
    background: var(--m18-accent);
    color: #fff;
    font-weight: 800;
    padding: 0 1.25rem;
    cursor: pointer;
}
.m18-news__form button:hover { background: var(--m18-accent-dark); }

/* ── Footer layout (kayma fix) ── */
.theme-maras18 .site-footer-main {
    background: var(--m18-green-deep) !important;
    color: #e8dfd0 !important;
    border-top: 0 !important;
}

.theme-maras18 .site-footer-main__inner {
    padding-top: 3.25rem !important;
    padding-bottom: 2.75rem !important;
}

.theme-maras18 .site-footer-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem 1.5rem !important;
    align-items: start !important;
}

@media (min-width: 768px) {
    .theme-maras18 .site-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (min-width: 1024px) {
    .theme-maras18 .site-footer-grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr) minmax(0, 1.05fr) minmax(0, 1.1fr) !important;
        gap: 2rem 2.25rem !important;
    }
}

/* Eski full-width brand kaymayı bozuyordu — iptal */
.theme-maras18 .site-footer-col--brand {
    grid-column: auto !important;
    text-align: left !important;
    max-width: none !important;
    justify-self: stretch !important;
}

.theme-maras18 .site-footer-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

.theme-maras18 .site-brand-maras18--footer {
    margin-bottom: 0.15rem;
}

.theme-maras18 .site-brand-maras18--footer .site-brand-maras18__logo {
    height: 3.35rem;
    max-width: min(240px, 70vw);
    filter: none;
}

.theme-maras18 .m18-footer-tag {
    margin: 0.85rem 0 1rem !important;
    color: #e8dfd0 !important;
    line-height: 1.65;
    max-width: 28ch;
    text-align: left;
}

.theme-maras18 .site-footer-social {
    display: flex !important;
    gap: 0.55rem !important;
    justify-content: flex-start !important;
    margin: 0 !important;
}

.theme-maras18 .site-footer-social a,
.theme-maras18 .site-footer-social-link {
    width: 2.35rem;
    height: 2.35rem;
    display: grid !important;
    place-items: center;
    border-radius: 0.55rem;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(240, 215, 164, 0.35) !important;
    color: #f0d7a4 !important;
    box-sizing: border-box;
}

.theme-maras18 .site-footer-social a:hover,
.theme-maras18 .site-footer-social-link:hover {
    background: var(--m18-accent) !important;
    border-color: var(--m18-accent) !important;
    color: #fff !important;
}

.theme-maras18 .site-footer-col-title {
    width: 100%;
    margin: 0 0 1rem !important;
    padding: 0 0 0.7rem !important;
    border-bottom: 1px solid rgba(240, 215, 164, 0.45) !important;
    color: #f0d7a4 !important;
    font-size: 0.78rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase;
    text-align: left;
}

.theme-maras18 .site-footer-nav {
    width: 100%;
    align-items: stretch;
    gap: 0.35rem !important;
}

.theme-maras18 .site-footer-link {
    color: #e8dfd0 !important;
    padding: 0.2rem 0;
    text-align: left;
}

.theme-maras18 .site-footer-link:hover {
    color: #fff !important;
}

.theme-maras18 .site-footer-contact-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.theme-maras18 .site-footer-contact-item {
    display: flex !important;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 0 !important;
    color: #e8dfd0 !important;
}

.theme-maras18 .site-footer-contact-item .m18-icon {
    margin-top: 0.1rem;
    color: #f0d7a4;
}

.theme-maras18 .site-footer-contact-item span,
.theme-maras18 .site-footer-contact-item a {
    color: #e8dfd0 !important;
    line-height: 1.45;
}

.theme-maras18 .site-footer-contact-item a:hover {
    color: #fff !important;
}

.theme-maras18 .site-footer-bottom {
    background: #0f1412 !important;
    color: #c8c2b8 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.theme-maras18 .site-footer-bottom__inner {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    flex-wrap: wrap;
    min-height: 4rem;
}

.theme-maras18 .site-footer-bottom__org {
    color: #d6d0c6 !important;
    margin: 0;
}

.theme-maras18 .site-footer-bottom__copy {
    color: #a8a094 !important;
    margin: 0;
}

.theme-maras18 .m18-footer-bottom-right {
    display: none;
}

.theme-maras18 .site-footer-brand-title,
.theme-maras18 .site-footer-map-link,
.theme-maras18 .site-footer-social-desc {
    color: #f0d7a4 !important;
}

@media (max-width: 1100px) {
    .m18-header-nav-bar { display: none; }
    .m18-topbar { display: none; }
    .m18-menu-toggle { display: grid; }
    .m18-action-btn__label { display: none; }
    .m18-header-actions { gap: 0.15rem; }
    .m18-action-btn {
        width: 2.35rem;
        height: 2.35rem;
        min-width: 0;
        padding: 0;
        border-radius: 999px;
    }
    .m18-action-btn:hover { background: rgba(26, 48, 33, 0.06); }
    .m18-header-main__inner {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: 0.35rem 0.5rem;
        padding-block: 0.35rem;
    }
    body.theme-maras18 {
        --site-header-utility-height: 0rem;
        --site-header-main-height: 4.2rem;
        --site-header-nav-height: 0rem;
    }
    .theme-maras18 .site-header.is-compact {
        --site-header-main-height: 4.2rem;
    }
    .theme-maras18 .site-header.is-compact .m18-header-main {
        display: block;
    }
}

@media (max-width: 1024px) {
    body.theme-maras18 {
        --site-header-utility-height: 0rem;
        --site-header-main-height: 4.2rem;
        --site-header-nav-height: 0rem;
    }
    .m18-hero__inner { grid-template-columns: 1fr; padding-bottom: 6rem; }
    .m18-hero__aside { justify-self: start; width: min(100%, 280px); }
    .m18-hero__usps-inner,
    .m18-advantages__grid,
    .m18-products,
    .m18-blog { grid-template-columns: repeat(2, 1fr); }
    .m18-story { grid-template-columns: 1fr; }
    .m18-process {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem 1rem;
    }
    .m18-process__arrow { display: none; }
}

@media (max-width: 720px) {
    .m18-hero__usps-inner,
    .m18-blog,
    .m18-process { grid-template-columns: 1fr; }
    .m18-advantages__grid { grid-template-columns: repeat(2, 1fr); gap: .75rem; }
    .m18-adv-card { padding: 1rem .75rem 1.1rem; }
    .m18-adv-card__title { font-size: .92rem; }
    .m18-adv-card__text { font-size: .8rem; }
    .m18-products {
        grid-template-columns: repeat(2, 1fr);
        gap: .75rem;
    }
    .m18-card__body { padding: .75rem .7rem .85rem; gap: .3rem; }
    .m18-card__title { font-size: .92rem; }
    .m18-card__price { font-size: .95rem; }
    .m18-card__price span { font-size: .78rem; }
    .m18-card__fav-btn {
        display: none;
    }
    .m18-card__add {
        min-height: 2.45rem;
        gap: .35rem;
        padding: 0 .5rem;
        font-size: .78rem;
    }
    .m18-btn--block {
        min-height: 2.45rem;
        padding: .55rem .7rem;
        font-size: .82rem;
    }
    .m18-hero__usps-inner { grid-template-columns: 1fr 1fr; }
    .m18-section__head--split { flex-direction: column; align-items: flex-start; }
}
