/* ==========================================================================
   PASURI İPEK — Premium tasarım katmanı (tüm public sayfalar)
   Tema CSS'inden bağımsızdır. Tüm sınıflar "px-" ön ekiyle yazılmıştır.
   Konsept: dut yaprağı, koza, ipekböceği, kelebek — koyu yeşil + şampanya altın
   ========================================================================== */

/* ------------------------------------------------------------ 0. Değişkenler */

.px {
    /* yeşiller */
    --green-950: #071b10;
    --green-900: #0c2717;
    --green-800: #12351f;
    --green-700: #1a4a2c;
    --green-600: #23623a;
    --leaf: #7fb069;
    --leaf-bright: #9ccc65;

    /* dut (mulberry) */
    --berry-900: #3c0f28;
    --berry-700: #5d1a3d;
    --berry-500: #8c2b5c;

    /* ipek / altın */
    --gold: #c9a227;
    --gold-light: #e6cf8a;
    --gold-soft: rgba(201, 162, 39, 0.14);

    /* nötr */
    --cream: #f6f2e8;
    --cream-soft: #fbf9f3;
    --paper: #ffffff;
    --ink: #17231a;
    --muted: #6f7d72;
    --muted-light: rgba(255, 255, 255, 0.66);
    --line: rgba(12, 39, 23, 0.1);
    --line-light: rgba(255, 255, 255, 0.14);

    --r-sm: 10px;
    --r-md: 18px;
    --r-lg: 28px;
    --arch: 240px 240px 20px 20px;

    --sh-sm: 0 6px 20px rgba(7, 27, 16, 0.07);
    --sh-md: 0 18px 44px rgba(7, 27, 16, 0.11);
    --sh-lg: 0 34px 80px rgba(7, 27, 16, 0.2);

    --display: "Cormorant Garamond", "Times New Roman", serif;
    /* hero başlığı, gövde serifinden daha dolgun bir serifle vurgulanır */
    --hero-display: "Playfair Display", "Cormorant Garamond", "Times New Roman", serif;
    --body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    --head-h: 78px;
    /* ilk ekranda üst şerit + hero + kayan şeridin tamamı görünsün */
    --topbar-h: 45px;
    --marquee-h: 46px;
}

/* -------------------------------------------------------------- 1. Temel */

.px *,
.px *::before,
.px *::after {
    box-sizing: border-box;
}

/* yatay taşma güvenliği: clip, sticky başlığı bozmaz */
html:has(body.px) {
    overflow-x: clip;
}

body.px {
    margin: 0;
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.7;
    color: var(--ink);
    background: var(--cream-soft);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.px img {
    max-width: 100%;
    display: block;
}

.px a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}

.px button {
    font: inherit;
    color: inherit;
    background: none;
    border: none;
    cursor: pointer;
}

.px ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.px h1,
.px h2,
.px h3,
.px h4,
.px h5,
.px h6 {
    margin: 0;
    font-family: var(--display);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.015em;
    color: var(--green-900);
}

.px p {
    margin: 0 0 1rem;
}

.px p:last-child {
    margin-bottom: 0;
}

.px-wrap {
    width: min(1260px, 100% - 3rem);
    margin-inline: auto;
}

.px-icon {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: none;
}

/* Bölüm başlıkları */
.px-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.1rem;
    font-family: var(--body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
}

.px-eyebrow::before {
    content: "";
    width: 26px;
    height: 1px;
    background: currentColor;
}

.px-eyebrow.px-eyebrow--center::after {
    content: "";
    width: 26px;
    height: 1px;
    background: currentColor;
}

.px-title {
    font-size: clamp(2rem, 3.6vw, 3.2rem);
    font-weight: 500;
}

.px-title em {
    font-style: italic;
    color: var(--green-600);
}

.px-lead {
    max-width: 62ch;
    color: var(--muted);
    font-size: 1.02rem;
}

.px-head {
    margin-bottom: 3.2rem;
}

.px-head--center {
    text-align: center;
}

.px-head--center .px-lead {
    margin-inline: auto;
}

.px-section {
    position: relative;
    padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

/* Butonlar */
.px-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1.05rem 2rem;
    border-radius: 999px;
    font-family: var(--body);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.px-btn .px-icon {
    font-size: 1.05rem;
    stroke-width: 1.8;
}

/* Panel içi ikincil eylemler için daha ölçülü boyut */
.px-btn--sm {
    padding: 0.62rem 1.15rem;
    font-size: 0.74rem;
    letter-spacing: 0.06em;
    gap: 0.45rem;
}

.px-btn--sm .px-icon {
    font-size: 0.95rem;
}

.px-btn--sm.px-btn--green {
    box-shadow: 0 8px 18px rgba(12, 39, 23, 0.16);
}

.px-btn--sm.px-btn--gold {
    box-shadow: 0 8px 18px rgba(201, 162, 39, 0.22);
}

/* Form ızgarasında küçük buton satırı doldurmasın */
.px-form > .px-btn--sm,
.px-stack > .px-btn--sm {
    justify-self: start;
}

.px a.px-btn--gold,
.px-btn--gold {
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    color: var(--green-950);
    box-shadow: 0 14px 34px rgba(201, 162, 39, 0.3);
}

.px a.px-btn--gold:hover,
.px-btn--gold:hover {
    transform: translateY(-3px);
    color: var(--green-950);
    box-shadow: 0 20px 44px rgba(201, 162, 39, 0.38);
}

.px a.px-btn--green,
.px-btn--green {
    background: var(--green-800);
    color: #fff;
    box-shadow: 0 14px 34px rgba(12, 39, 23, 0.24);
}

.px a.px-btn--green:hover,
.px-btn--green:hover {
    background: var(--green-600);
    color: #fff;
    transform: translateY(-3px);
}

.px-btn--ghost {
    border: 1px solid var(--line-light);
    color: #fff;
}

.px-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
}

.px-btn--glass {
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #fff;
}

.px-btn--glass:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(230, 207, 138, 0.55);
    color: var(--gold-light);
}

.px-btn--outline {
    border: 1px solid var(--line);
    color: var(--green-900);
    background: #fff;
}

.px-btn--outline:hover {
    border-color: var(--green-700);
    background: var(--green-800);
    color: #fff;
}

/* Dekoratif yaprak / kelebek filigranları */
.px-deco {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    color: var(--green-700);
    opacity: 0.07;
}

.px-deco svg {
    width: 100%;
    height: auto;
    display: block;
    fill: currentColor;
}

/* ------------------------------------------------------------ 2. Üst şerit */

.px-topbar {
    position: relative;
    z-index: 95;
    background: linear-gradient(90deg, #04120a 0%, var(--green-900) 50%, #04120a 100%);
    color: var(--muted-light);
    font-size: 0.8rem;
    border-bottom: 1px solid rgba(201, 162, 39, 0.22);
}

.px-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    min-height: 44px;
}

.px-topbar__list {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}

.px-topbar__list a,
.px-topbar__list span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.px-topbar__list .px-icon {
    color: var(--gold);
    font-size: 0.95rem;
}

.px-topbar a:hover {
    color: #fff;
}

.px-topbar__note {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--gold-light);
    font-weight: 600;
    letter-spacing: 0.04em;
}

.px-topbar__social {
    display: inline-flex;
    gap: 0.5rem;
}

.px-topbar__social a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.px-topbar__social a:hover {
    background: var(--gold);
    color: var(--green-950);
}

/* --------------------------------------------------------------- 3. Header */

.px-header {
    position: sticky;
    top: 0;
    z-index: 90;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    transition: box-shadow 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
}

.px-header.is-stuck {
    box-shadow: 0 10px 34px rgba(7, 27, 16, 0.09);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    border-color: var(--line);
}

.px-header__inner {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    min-height: var(--head-h);
}

.px-logo {
    flex: none;
}

.px-logo img {
    max-height: 56px;
    width: auto;
    transition: filter 0.35s ease;
}

/* Koyu görselin üzerinde logo özgün renklerinde kalır, yalnızca gölgeyle ayrışır */
.px-header:not(.is-stuck) .px-logo img {
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.55));
}

.px-header:not(.is-stuck) .px-nav > ul > li > a {
    color: #fff;
}

.px-header:not(.is-stuck) .px-nav > ul > li:hover > a {
    color: var(--gold-light);
}

.px-header:not(.is-stuck) .px-iconbtn {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    backdrop-filter: blur(8px);
}

.px-header:not(.is-stuck) .px-iconbtn:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--green-950);
}

.px-nav {
    margin-inline: auto;
}

.px-nav > ul {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.px-nav > ul > li {
    position: relative;
}

.px-nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.85rem 1rem;
    font-size: 0.94rem;
    font-weight: 600;
    color: var(--green-900);
    border-radius: 999px;
}

.px-nav > ul > li > a::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.45rem;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.px-nav > ul > li:hover > a {
    color: var(--green-600);
}

.px-nav > ul > li:hover > a::after {
    transform: scaleX(1);
}

.px-nav__caret {
    font-size: 0.72rem;
    opacity: 0.5;
}

.px-nav__sub {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    min-width: 224px;
    padding: 0.6rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    box-shadow: var(--sh-md);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}

.px-nav > ul > li:hover .px-nav__sub {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.px-nav__sub a {
    display: block;
    padding: 0.6rem 0.9rem;
    border-radius: var(--r-sm);
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--ink);
}

.px-nav__sub a:hover {
    background: var(--cream);
    color: var(--green-700);
}

.px-nav__cta > a {
    margin-left: 0.6rem;
    padding: 0.75rem 1.6rem !important;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    color: var(--green-950) !important;
    font-weight: 800 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.8rem !important;
    box-shadow: 0 10px 26px rgba(201, 162, 39, 0.3);
}

.px-nav__cta > a::after {
    display: none !important;
}

.px-nav__cta:hover > a {
    transform: translateY(-2px);
}

/* Header aksiyonları */
.px-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: none;
}

.px-iconbtn {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--cream);
    color: var(--green-900);
    font-size: 1.05rem;
}

.px-iconbtn:hover {
    background: var(--green-800);
    color: #fff;
}

.px-iconbtn__count {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--berry-700);
    color: #fff;
    font-family: var(--body);
    font-size: 0.66rem;
    font-weight: 800;
    line-height: 20px;
    text-align: center;
}

.px-userwrap {
    position: relative;
}

.px-usermenu {
    position: absolute;
    right: 0;
    top: calc(100% + 0.6rem);
    min-width: 210px;
    padding: 0.5rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    box-shadow: var(--sh-md);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    z-index: 5;
}

.px-userwrap:hover .px-usermenu,
.px-userwrap:focus-within .px-usermenu {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.px-usermenu a {
    display: block;
    padding: 0.55rem 0.85rem;
    border-radius: var(--r-sm);
    font-size: 0.88rem;
    font-weight: 500;
}

.px-usermenu a:hover {
    background: var(--cream);
    color: var(--green-700);
}

.px-burger {
    display: none;
}

/* Arama katmanı */
.px-search {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: grid;
    place-items: center;
    background: rgba(7, 27, 16, 0.62);
    backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
}

.px-search.is-open {
    opacity: 1;
    visibility: visible;
}

.px-search__box {
    width: min(680px, calc(100% - 3rem));
    background: #fff;
    border-radius: var(--r-lg);
    padding: 2.25rem;
    box-shadow: var(--sh-lg);
    transform: translateY(18px);
    transition: transform 0.35s ease;
}

.px-search.is-open .px-search__box {
    transform: none;
}

.px-search__box h4 {
    font-size: 1.6rem;
    margin-bottom: 1.1rem;
}

.px-search__form {
    display: flex;
    gap: 0.6rem;
}

.px-search__form input {
    flex: 1;
    padding: 1rem 1.2rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    font: inherit;
    outline: none;
}

.px-search__form input:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 4px var(--gold-soft);
}

/* Mobil menü + sepet çekmecesi */
.px-scrim {
    position: fixed;
    inset: 0;
    z-index: 110;
    background: rgba(7, 27, 16, 0.5);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s;
}

.px-scrim.is-open {
    opacity: 1;
    visibility: visible;
}

.px-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    width: min(400px, 88vw);
    z-index: 115;
    background: #fff;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: var(--sh-lg);
}

.px-drawer--right {
    right: 0;
    transform: translateX(105%);
}

.px-drawer--left {
    left: 0;
    transform: translateX(-105%);
    background: var(--green-950);
    color: #fff;
}

.px-drawer.is-open {
    transform: none;
}

.px-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--line);
}

.px-drawer--left .px-drawer__head {
    border-color: var(--line-light);
}

.px-drawer__head h5 {
    font-size: 1.35rem;
}

.px-drawer--left .px-drawer__head h5,
.px-drawer--left a {
    color: #fff;
}

.px-drawer__close {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--cream);
    color: var(--green-900);
    font-size: 1rem;
}

.px-drawer--left .px-drawer__close {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.px-drawer__body {
    flex: 1;
    overflow-y: auto;
    padding: 1.25rem 1.5rem;
}

.px-drawer__foot {
    padding: 1.25rem 1.5rem;
    border-top: 1px solid var(--line);
    background: var(--cream-soft);
}

.px-mobnav > ul > li > a {
    display: block;
    padding: 0.85rem 0;
    font-size: 1.05rem;
    font-weight: 600;
    border-bottom: 1px solid var(--line-light);
}

.px-mobnav .px-nav__sub {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 0.25rem 0 0.5rem 0.9rem;
    min-width: 0;
}

.px-mobnav .px-nav__sub a {
    color: rgba(255, 255, 255, 0.66);
    padding: 0.4rem 0;
}

.px-mobnav .px-nav__sub a:hover {
    background: transparent;
    color: var(--gold-light);
}

/* Sepet ürünleri */
.px-cartitem {
    display: flex;
    gap: 0.9rem;
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--line);
}

.px-cartitem__img {
    width: 72px;
    height: 84px;
    border-radius: var(--r-sm);
    overflow: hidden;
    background: var(--cream);
    flex: none;
}

.px-cartitem__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.px-cartitem h6 {
    font-family: var(--body);
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.px-cartitem span {
    font-size: 0.85rem;
    color: var(--muted);
}

.px-cartitem__del {
    margin-left: auto;
    align-self: flex-start;
    color: var(--muted);
    font-size: 0.9rem;
}

.px-cartitem__del:hover {
    color: var(--berry-500);
}

.px-cart__total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 1rem;
    font-family: var(--display);
    font-size: 1.3rem;
    color: var(--green-900);
}

.px-cart__total b {
    font-family: var(--body);
    font-size: 1.1rem;
    font-weight: 800;
}

.px-cart__btns {
    display: grid;
    gap: 0.6rem;
}

.px-cart__btns .px-btn {
    justify-content: center;
    padding: 0.9rem 1.4rem;
}

.px-empty {
    padding: 2.5rem 0;
    text-align: center;
    color: var(--muted);
}

/* ----------------------------------------------------------------- 4. Hero */

.px-hero {
    position: relative;
    z-index: 1;
    isolation: isolate;
    margin-top: calc(-1 * var(--head-h) - 1px);
    min-height: 78vh;
    min-height: min(calc(100svh - var(--topbar-h) - var(--marquee-h)), 740px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: calc(var(--head-h) + clamp(1.5rem, 3.5vw, 2.75rem));
    background: var(--green-950);
    color: #fff;
    overflow: hidden;
}

/* Tam ekran görsel katmanları + Ken Burns */
.px-hero__media {
    position: absolute;
    inset: 0;
    z-index: -3;
}

.px-hero__layer {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.3s ease;
}

.px-hero__layer.is-active {
    opacity: 1;
}

.px-hero__layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
    transform: scale(1.05);
    transition: transform 11s ease-out;
}

.px-hero__layer.is-active img {
    transform: scale(1.16) translate3d(-1.5%, -1.2%, 0);
}

/* Yeşil örtü, vinyet ve film dokusu */
.px-hero__veil {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(94deg, rgba(3, 13, 8, 0.97) 0%, rgba(4, 17, 10, 0.9) 34%, rgba(5, 20, 12, 0.52) 64%, rgba(4, 17, 10, 0.66) 100%),
        linear-gradient(0deg, rgba(3, 13, 8, 0.96) 0%, rgba(3, 13, 8, 0.14) 46%, rgba(3, 13, 8, 0) 64%),
        radial-gradient(58% 52% at 74% 24%, rgba(127, 176, 105, 0.16) 0%, rgba(7, 27, 16, 0) 72%);
}

.px-hero__grain {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.14;
    mix-blend-mode: overlay;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Altın ipek ipliği */
.px-hero__thread {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 62%;
    z-index: -1;
    fill: none;
    stroke: rgba(230, 207, 138, 0.4);
    stroke-width: 1;
    pointer-events: none;
    stroke-dasharray: 6 14;
    animation: px-thread 40s linear infinite;
}

@keyframes px-thread {
    to { stroke-dashoffset: -400; }
}

/* Hero içerik yerleşimi */
.px-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: end;
    padding-bottom: clamp(1.75rem, 3.5vw, 2.75rem);
}

.px-hero__texts {
    max-width: 44rem;
}

.px-hero__copy {
    display: none;
}

.px-hero__copy.is-active {
    display: block;
}

.px-hero__copy > * {
    opacity: 0;
    transform: translateY(26px);
    animation: px-rise 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.px-hero__copy > *:nth-child(1) { animation-delay: 0.06s; }
.px-hero__copy > *:nth-child(2) { animation-delay: 0.2s; }
.px-hero__copy > *:nth-child(3) { animation-delay: 0.34s; }
.px-hero__copy > *:nth-child(4) { animation-delay: 0.48s; }

@keyframes px-rise {
    to {
        opacity: 1;
        transform: none;
    }
}

.px-hero__kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1.4rem;
    padding: 0.45rem 1.15rem 0.45rem 0.5rem;
    border: 1px solid rgba(230, 207, 138, 0.32);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-light);
}

.px-hero__kicker i {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
    color: var(--green-950);
    font-size: 0.85rem;
}

.px .px-hero__title {
    margin-bottom: 1.25rem;
    font-family: var(--hero-display);
    font-size: clamp(2.35rem, 4.6vw, 4rem);
    font-weight: 500;
    line-height: 1.08;
    color: #fff;
    letter-spacing: -0.015em;
    text-wrap: balance;
    text-shadow: 0 2px 6px rgba(4, 15, 9, 0.55), 0 16px 44px rgba(4, 15, 9, 0.5);
}

.px-hero__title em,
.px-hero__title span {
    font-style: italic;
    background: linear-gradient(102deg, var(--gold-light) 0%, var(--gold) 55%, #f4e3af 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--gold-light);
}

.px-hero__brief {
    position: relative;
    max-width: 44ch;
    margin-bottom: 2rem;
    padding-left: 1.35rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    text-shadow: 0 6px 22px rgba(0, 0, 0, 0.4);
}

.px-hero__brief::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35rem;
    bottom: 0.35rem;
    width: 2px;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--gold) 0%, rgba(201, 162, 39, 0) 100%);
}

.px-hero__brief p {
    margin: 0;
}

.px-hero__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

/* Sağ kolon: cam rozetler + slayt sayacı */
.px-hero__side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.5rem;
}

.px-hero__cards {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-end;
}

.px-hero__card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.7rem 1.15rem 0.7rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
    animation: px-float 6s ease-in-out infinite;
}

.px-hero__card:nth-child(2) {
    animation-duration: 7.5s;
    animation-direction: reverse;
}

.px-hero__card i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(201, 162, 39, 0.22);
    border: 1px solid rgba(230, 207, 138, 0.35);
    color: var(--gold-light);
    font-size: 1rem;
}

.px-hero__card small {
    display: block;
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.58);
}

@keyframes px-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-9px); }
}

.px-hero__count {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-family: var(--display);
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.5);
}

.px-hero__count b {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1;
    color: var(--gold-light);
}

.px-hero__count span {
    width: 42px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.px-hero__count i {
    font-style: normal;
}

/* Alt ray: slayt kartları + oklar */
.px-hero__rail {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(4, 16, 10, 0.42);
    backdrop-filter: blur(10px);
}

.px-hero__rail-inner {
    display: flex;
    align-items: stretch;
    gap: 1rem;
}

.px-hero__thumbs {
    display: flex;
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.px-hero__thumbs::-webkit-scrollbar {
    display: none;
}

.px-hero__thumb {
    position: relative;
    flex: 1 1 0;
    min-width: 190px;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 1.15rem;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.35s ease, color 0.35s ease;
}

.px-hero__thumb:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.px-hero__thumb:hover,
.px-hero__thumb.is-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
}

.px-hero__thumb-img {
    width: 52px;
    height: 52px;
    flex: none;
    border-radius: 14px;
    overflow: hidden;
    filter: grayscale(1);
    opacity: 0.55;
    transition: filter 0.45s ease, opacity 0.45s ease, transform 0.45s ease;
}

.px-hero__thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.px-hero__thumb.is-active .px-hero__thumb-img {
    filter: none;
    opacity: 1;
    transform: scale(1.04);
}

.px-hero__thumb-txt {
    min-width: 0;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.px-hero__thumb-txt small {
    display: block;
    font-family: var(--display);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    color: var(--gold);
}

.px-hero__thumb-prog {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold) 0%, var(--gold-light) 100%);
}

.px-hero__thumb.is-active .px-hero__thumb-prog {
    animation: px-prog var(--px-dur, 7s) linear forwards;
}

@keyframes px-prog {
    from { width: 0; }
    to { width: 100%; }
}

.px-hero__ctrls {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: none;
}

.px-hero__arrow {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1.02rem;
    background: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.px-hero__arrow:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--green-950);
}

.px-hero__scroll {
    align-self: center;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding-left: 0.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    white-space: nowrap;
}

.px-hero__scroll:hover {
    color: var(--gold-light);
}

.px-hero__scroll .px-icon {
    animation: px-bob 1.8s ease-in-out infinite;
}

@keyframes px-bob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(5px); }
}

/* ------------------------------------------------------ 4b. Kayan şerit */

.px-marquee {
    position: relative;
    z-index: 6;
    height: var(--marquee-h);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(90deg, var(--green-950) 0%, var(--green-700) 50%, var(--green-950) 100%);
    border-bottom: 1px solid rgba(201, 162, 39, 0.28);
}

.px-marquee__track {
    display: flex;
    width: max-content;
    animation: px-marquee 60s linear infinite;
}

.px-marquee__track span {
    display: inline-flex;
    align-items: center;
    gap: 1.4rem;
    padding: 0 1.4rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--gold-light);
    white-space: nowrap;
}

.px-marquee__track .px-icon {
    color: rgba(230, 207, 138, 0.5);
    font-size: 0.95rem;
}

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

@keyframes px-marquee {
    to { transform: translateX(-50%); }
}

/* ---------------------------------------------------------- 5. Hikaye/About */

.px-story {
    position: relative;
    background: var(--cream-soft);
    overflow: hidden;
}

/* çok ince ışık dokusu */
.px-story::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(46% 42% at 84% 8%, rgba(201, 162, 39, 0.09) 0%, rgba(246, 242, 232, 0) 70%),
        radial-gradient(40% 40% at 4% 92%, rgba(35, 98, 58, 0.07) 0%, rgba(246, 242, 232, 0) 70%);
}

.px-story__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1.02fr;
    gap: clamp(2.5rem, 6vw, 5.5rem);
    align-items: center;
}

/* Görsel kompozisyon: kemer + ofset kare + mühür */
.px-story__visual {
    position: relative;
    padding: 0 0 3.5rem 2.5rem;
}

.px-story__frame {
    position: relative;
    border-radius: var(--arch);
    overflow: hidden;
    box-shadow: var(--sh-lg);
}

.px-story__frame::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
    pointer-events: none;
}

.px-story__frame img {
    width: 100%;
    height: clamp(400px, 44vw, 540px);
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.px-story__visual:hover .px-story__frame img {
    transform: scale(1.06);
}

.px-story__inset {
    position: absolute;
    left: 0;
    bottom: 0;
    width: clamp(140px, 34%, 210px);
    aspect-ratio: 1;
    border-radius: var(--r-md);
    overflow: hidden;
    border: 6px solid var(--cream-soft);
    box-shadow: var(--sh-md);
}

.px-story__inset img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.px-story__seal {
    position: absolute;
    right: clamp(-1rem, -1vw, 0rem);
    top: 1.75rem;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    text-align: center;
    background: var(--green-900);
    color: rgba(255, 255, 255, 0.62);
    box-shadow: var(--sh-lg), inset 0 0 0 1px rgba(230, 207, 138, 0.4);
}

.px-story__seal strong {
    display: block;
    font-family: var(--display);
    font-size: 1.9rem;
    line-height: 1.1;
    color: var(--gold-light);
}

.px-story__seal small {
    display: block;
    font-size: 0.54rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.px-story__chip {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.7rem 1.2rem 0.7rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    box-shadow: var(--sh-md);
    font-size: 0.76rem;
    font-weight: 600;
    color: var(--muted);
    white-space: nowrap;
}

.px-story__chip i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--gold-soft);
    color: var(--gold);
    font-size: 1rem;
    flex: none;
}

.px-story__chip b {
    display: block;
    font-family: var(--display);
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.1;
    color: var(--green-900);
}

/* Metin tarafı */
.px-story__body .px-lead em {
    font-style: italic;
    color: var(--green-700);
}

.px-story__points {
    margin: 2.25rem 0 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
    border-top: 1px solid var(--line);
}

.px-story__points li {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.15rem 0;
    border-bottom: 1px solid var(--line);
    transition: padding-left 0.35s ease;
}

.px-story__points li:hover {
    padding-left: 0.5rem;
}

.px-story__num {
    flex: none;
    min-width: 2.25rem;
    font-family: var(--display);
    font-size: 1.15rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: var(--gold);
    line-height: 1.6;
}

.px-story__points b {
    display: block;
    font-size: 1rem;
    color: var(--green-900);
}

.px-story__points p {
    margin: 0.15rem 0 0;
    font-size: 0.9rem;
    color: var(--muted);
}

.px-story__cta {
    margin-top: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
}

.px-signature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-left: 1.25rem;
    border-left: 1px solid var(--line);
    font-size: 0.85rem;
    color: var(--muted);
}

.px-signature strong {
    display: block;
    font-family: var(--display);
    font-size: 1.15rem;
    color: var(--green-900);
}

/* --------------------------------------------- 7. Koza yolculuğu (süreç) */

.px-journey {
    background: var(--green-950);
    color: #fff;
    overflow: hidden;
}

.px-journey.px-section {
    padding-top: clamp(2.75rem, 5vw, 4.5rem);
    padding-bottom: clamp(2rem, 3.5vw, 3.25rem);
}

.px-journey::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(60% 60% at 15% 10%, rgba(35, 98, 58, 0.45) 0%, rgba(7, 27, 16, 0) 70%),
        radial-gradient(50% 50% at 88% 90%, rgba(92, 26, 61, 0.35) 0%, rgba(7, 27, 16, 0) 70%);
    pointer-events: none;
}

.px-journey .px-wrap {
    position: relative;
    z-index: 2;
}

.px-journey .px-head {
    margin-bottom: 2rem;
}

.px-journey .px-title {
    color: #fff;
}

.px-journey .px-title em {
    color: var(--gold-light);
}

.px-journey .px-lead {
    color: rgba(255, 255, 255, 0.66);
}

.px-journey__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
    position: relative;
}

.px-journey__grid::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 38px;
    height: 1px;
    background: linear-gradient(90deg, rgba(201, 162, 39, 0) 0%, rgba(201, 162, 39, 0.4) 15%, rgba(201, 162, 39, 0.4) 85%, rgba(201, 162, 39, 0) 100%);
}

.px-step {
    position: relative;
    text-align: center;
    padding: 0 0.5rem;
}

.px-step__icon {
    position: relative;
    z-index: 2;
    width: 76px;
    height: 76px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid var(--line-light);
    color: var(--gold-light);
    font-size: 1.65rem;
    transition: transform 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}

.px-step:hover .px-step__icon {
    transform: translateY(-6px);
    border-color: rgba(201, 162, 39, 0.6);
    color: #fff;
}

.px-step__num {
    position: absolute;
    top: -6px;
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--gold);
    color: var(--green-950);
    font-family: var(--body);
    font-size: 0.68rem;
    font-weight: 800;
}

.px-step h4 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0.35rem;
}

.px-step p {
    margin: 0;
    font-size: 0.84rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.55;
}

/* -------------------------------------------------------- 8. Kategoriler */

.px-cats.px-section {
    padding-top: clamp(2.5rem, 4.5vw, 4rem);
    padding-bottom: clamp(1.25rem, 2vw, 1.75rem);
}

.px-cats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.px-cat {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    overflow: hidden;
    box-shadow: var(--sh-sm);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.px-cat:hover {
    transform: translateY(-8px);
    box-shadow: var(--sh-md);
}

.px-cat__img {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--cream);
}

.px-cat__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.px-cat:hover .px-cat__img img {
    transform: scale(1.07);
}

.px-cat__img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 27, 16, 0) 45%, rgba(7, 27, 16, 0.72) 100%);
}

.px-cat__count {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.93);
    color: var(--green-900);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.px-cat__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.px-cat__body h4 {
    color: #fff;
    font-size: 1.35rem;
    line-height: 1.2;
}

.px-cat__go {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    flex: none;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.px-cat:hover .px-cat__go {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--green-950);
    transform: translateX(3px);
}

/* ------------------------------------------------------------ 9. Ürünler */

.px-products {
    background: var(--cream-soft);
}

.px-products.px-section {
    padding-top: clamp(1.5rem, 2.5vw, 2.25rem);
}

.px-products .px-head {
    margin-bottom: 2.25rem;
}

.px-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 3rem;
}

.px-tabs button {
    padding: 0.7rem 1.5rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: #fff;
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--green-900);
    transition: all 0.3s ease;
}

.px-tabs button:hover {
    border-color: var(--green-700);
}

.px-tabs button.is-active {
    background: var(--green-800);
    border-color: var(--green-800);
    color: #fff;
    box-shadow: var(--sh-sm);
}

.px-panel {
    display: none;
}

.px-panel.is-active {
    display: block;
    animation: px-fade 0.5s ease;
}

@keyframes px-fade {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: none; }
}

.px-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.px-grid--3 {
    grid-template-columns: repeat(3, 1fr);
}

.px-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.px-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--sh-md);
    border-color: rgba(201, 162, 39, 0.45);
}

.px-card__img {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--cream);
}

.px-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.px-card:hover .px-card__img img {
    transform: scale(1.08);
}

.px-card__badges {
    position: absolute;
    top: 0.9rem;
    left: 0.9rem;
    right: 0.9rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
    pointer-events: none;
}

.px-card__sale,
.px-card__stock {
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1.2;
    white-space: nowrap;
}

.px-card__sale {
    background: var(--berry-700);
    color: #fff;
    margin-right: auto;
}

.px-card__stock {
    margin-left: auto;
}

.px-card__stock.is-in {
    background: rgba(34, 120, 72, 0.92);
    color: #fff;
}

.px-card__stock.is-out {
    background: rgba(90, 90, 90, 0.88);
    color: #fff;
}

.px-card.is-out .px-card__img img {
    filter: grayscale(0.35);
    opacity: 0.86;
}

.px-card__cart.is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}

.px-card__acts {
    position: absolute;
    right: 0.9rem;
    top: 2.75rem;
    z-index: 2;
    display: grid;
    gap: 0.45rem;
    opacity: 0;
    transform: translateX(12px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.px-card:hover .px-card__acts {
    opacity: 1;
    transform: none;
}

.px-card__acts a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.95);
    color: var(--green-900);
    box-shadow: var(--sh-sm);
    font-size: 0.9rem;
}

.px-card__acts a:hover {
    background: var(--green-800);
    color: #fff;
}

.px-card__body {
    padding: 1.15rem 1.25rem 1.35rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.px-card__body h3 {
    font-family: var(--body);
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.45;
    color: var(--green-900);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.px-card:hover .px-card__body h3 {
    color: var(--green-600);
}

.px-card__price {
    margin-top: auto;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.15rem 0.55rem;
    font-family: var(--display);
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--green-900);
}

.px-card__now {
    white-space: nowrap;
}

.px-card__price del {
    font-family: var(--body);
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--muted);
    white-space: nowrap;
}

.px a.px-card__cart,
.px-card__cart {
    margin-top: 0.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.78rem 1.1rem;
    border: 1px solid var(--green-800);
    border-radius: 999px;
    background: #fff;
    color: var(--green-900);
    font-family: var(--body);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
}

.px-card__cart .px-icon {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
}

.px-card__bottom-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: end;
    gap: 0.55rem;
}

.px-card__bottom-actions .px-card__cart {
    width: 100%;
}

.px-card__fav {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--green-800);
    border-radius: 50%;
    background: #fff;
    color: var(--green-900);
}

.px-card__fav:hover {
    border-color: var(--berry-500);
    color: var(--berry-500);
}

.px-card__fav.is-active {
    border-color: var(--berry-500);
    color: var(--berry-500) !important;
}

.px-card__fav.is-active .px-icon {
    fill: currentColor;
}

.px a.px-card__cart:hover,
.px-card__cart:hover {
    background: var(--green-800);
    border-color: var(--green-800);
    color: #fff;
}

.px-more {
    margin-top: 3rem;
    text-align: center;
}

/* ---------------------------------------------------------- 10. Sayaçlar */

.px-stats {
    position: relative;
    background: var(--green-900);
    color: #fff;
    background-size: cover;
    background-position: center;
}

.px-stats.px-section {
    padding-top: clamp(2.75rem, 5vw, 4.5rem);
    padding-bottom: clamp(2.5rem, 4.5vw, 4rem);
}

.px-stats::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 27, 16, 0.9) 0%, rgba(7, 27, 16, 0.82) 100%);
}

.px-stats .px-wrap {
    position: relative;
    z-index: 2;
}

.px-stats .px-head {
    margin-bottom: 2rem;
}

.px-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.px-stat {
    text-align: center;
    padding: 1.15rem 0.85rem;
    border-radius: var(--r-md);
    border: 1px solid var(--line-light);
    background: rgba(255, 255, 255, 0.03);
    transition: border-color 0.35s ease, transform 0.35s ease;
}

.px-stat:hover {
    border-color: rgba(201, 162, 39, 0.5);
    transform: translateY(-5px);
}

.px-stat__icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 0.75rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--gold-soft);
    color: var(--gold-light);
    font-size: 1.15rem;
}

.px-stat strong {
    display: block;
    font-family: var(--body);
    font-size: clamp(2.1rem, 3.2vw, 2.85rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    font-variant-numeric: tabular-nums;
    color: var(--gold-light);
}

.px-stat span {
    display: block;
    margin-top: 0.45rem;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

/* ----------------------------------------------------------- 11. Haberler */

.px-featured.px-section {
    padding-bottom: clamp(2rem, 3.5vw, 3rem);
}

.px-news.px-section {
    padding-top: clamp(2rem, 3.5vw, 3rem);
}

.px-news__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}

.px-post {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.px-post:hover {
    transform: translateY(-7px);
    box-shadow: var(--sh-md);
}

.px-post__img {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--cream);
}

.px-post__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.px-post:hover .px-post__img img {
    transform: scale(1.07);
}

.px-post__body {
    padding: 1.5rem 1.6rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}

.px-post__date {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
}

.px-post__body h3 {
    font-size: 1.4rem;
    line-height: 1.25;
}

.px-post:hover h3 {
    color: var(--green-600);
}

.px-post__body p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--muted);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.px-post__link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--green-800);
}

.px-post__link .px-icon {
    transition: transform 0.3s ease;
}

.px-post:hover .px-post__link .px-icon {
    transform: translateX(5px);
}

/* ------------------------------------------------------------ 12. Footer */

.px-footer {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(70% 55% at 78% 0%, rgba(35, 98, 58, 0.42) 0%, rgba(7, 27, 16, 0) 68%),
        radial-gradient(52% 45% at 6% 96%, rgba(92, 26, 61, 0.3) 0%, rgba(7, 27, 16, 0) 70%),
        linear-gradient(170deg, #08200f 0%, var(--green-950) 58%, #061a0f 100%);
    color: rgba(255, 255, 255, 0.62);
    border-top: 1px solid rgba(201, 162, 39, 0.3);
}

/* Koyu bir bölümden sonra gelirse ayrımı altın çizgi + ton farkı verir */
.px-ctaband + .px-footer {
    border-top-color: rgba(201, 162, 39, 0.45);
}

.px-footer__grain {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.1;
    mix-blend-mode: overlay;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Sütunlar */
.px-footer__grid {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1fr 1fr 1.4fr;
    gap: 2.5rem;
    padding: clamp(2.75rem, 4.5vw, 4rem) 0 clamp(2.25rem, 3.5vw, 3rem);
}

/* Marka sütunu */
.px-footer__logo {
    display: inline-flex;
    align-items: center;
}

/* Koyu footer zemininde logo tek renk beyaza dönüştürülür */
.px-footer__logo img {
    max-height: 46px;
    width: auto;
    filter: brightness(0) invert(1);
    transition: opacity 0.3s ease;
}

.px-footer__logo:hover img {
    opacity: 0.78;
}

.px-footer__col--brand p {
    margin: 1.25rem 0 0;
    max-width: 40ch;
    font-size: 0.89rem;
    line-height: 1.7;
}

.px-footer h5 {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.25rem;
    color: var(--gold-light);
    font-family: var(--body);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.px-footer h5::before {
    content: "";
    width: 18px;
    height: 1px;
    background: var(--gold);
    flex: none;
}

.px-footer p {
    font-size: 0.88rem;
    line-height: 1.7;
}

.px-footer__contact {
    display: grid;
    gap: 0.75rem;
    font-size: 0.88rem;
}

.px-footer__contact li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.px-footer__contact i {
    width: 32px;
    height: 32px;
    flex: none;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    color: var(--gold);
    font-size: 0.9rem;
}

.px-footer__contact span {
    padding-top: 0.3rem;
    line-height: 1.55;
}

.px-footer__contact a:hover {
    color: #fff;
}

.px-footer__menu li + li {
    margin-top: 0.55rem;
}

.px-footer__menu a {
    position: relative;
    display: inline-block;
    font-size: 0.89rem;
    padding-bottom: 2px;
}

.px-footer__menu a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.32s ease;
}

.px-footer__menu a:hover {
    color: #fff;
}

.px-footer__menu a:hover::after {
    transform: scaleX(1);
}

.px-footer__social {
    display: flex;
    gap: 0.6rem;
    margin-top: 1.35rem;
}

.px-footer__social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    color: #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.px-footer__social a:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--green-950);
    transform: translateY(-3px);
}

/* Ödeme yöntemi etiketleri */
.px-pay {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.px-pay span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.px-pay .px-icon {
    color: var(--gold);
}

.px-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.35rem 0 1.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    flex-wrap: wrap;
    font-size: 0.8rem;
}

.px-footer__bottom a {
    color: rgba(255, 255, 255, 0.75);
}

.px-footer__bottom a:hover {
    color: var(--gold-light);
}

.px-footer__bottom a.px-footer__by {
    font-weight: 700;
    color: #fff;
}

.px-footer__bottom a.px-footer__by:hover {
    color: var(--gold-light);
}

.px-recaptcha-note {
    margin-top: 0.7rem;
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.68);
}

.px-recaptcha-note a {
    color: rgba(255, 255, 255, 0.86);
    text-decoration: underline;
}

.px-recaptcha-note a:hover {
    color: var(--gold-light);
}

/* Yukarı çık */
.px-totop {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 80;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--green-800);
    color: #fff;
    box-shadow: var(--sh-md);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s, background-color 0.3s ease;
}

.px-totop.is-visible {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.px-totop:hover {
    background: var(--gold);
    color: var(--green-950);
}

.px-totop .px-icon {
    transform: rotate(180deg);
}

/* Koyu zeminlerde başlık vurgusu */
.px-stats .px-title em {
    color: var(--gold-light);
}

/* ==========================================================================
   15. ALT SAYFALAR — sayfa hero, değerler, zaman çizelgesi, SSS, içerik
   Kullanıldığı yerler: hakkimizda.php, sayfa.php ve diğer px-phead sayfalar
   ========================================================================== */

/* ------------------------------------------------------ Sayfa başlığı
   Anasayfa hero'su değil: görselli, kompakt sayfa banner'ı. Başlık bandın
   üzerinde şeffaf durur (JS: .px-phead de hero sayılır). */

.px-phead {
    position: relative;
    isolation: isolate;
    z-index: 1;
    margin-top: calc(-1 * var(--head-h) - 1px);
    padding: calc(var(--head-h) + clamp(2.25rem, 4vw, 3.5rem)) 0 clamp(2.5rem, 4vw, 3.5rem);
    min-height: clamp(320px, 33vw, 420px);
    display: flex;
    align-items: flex-end;
    background: var(--green-950) center / cover no-repeat;
    color: #fff;
    overflow: hidden;
}

.px-phead--sm {
    min-height: clamp(280px, 26vw, 340px);
}

.px-phead__veil {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(96deg, rgba(7, 27, 16, 0.95) 0%, rgba(7, 27, 16, 0.82) 38%, rgba(7, 27, 16, 0.42) 78%, rgba(7, 27, 16, 0.28) 100%),
        linear-gradient(180deg, rgba(7, 27, 16, 0.62) 0%, rgba(7, 27, 16, 0.1) 45%, rgba(7, 27, 16, 0.55) 100%);
}

.px-phead__grain {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.15;
    mix-blend-mode: overlay;
    pointer-events: none;
    background-image: radial-gradient(rgba(255, 255, 255, 0.55) 0.5px, transparent 0.6px);
    background-size: 3px 3px;
}

/* sağ üstte ipek kozası halkası filigranı */
.px-phead::after {
    content: "";
    position: absolute;
    right: -90px;
    top: -120px;
    z-index: -1;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    border: 1px solid rgba(230, 207, 138, 0.28);
    box-shadow: inset 0 0 0 26px rgba(230, 207, 138, 0.06), 0 0 0 26px rgba(230, 207, 138, 0.06);
    pointer-events: none;
}

.px-phead__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2.5rem;
}

.px-phead__text {
    min-width: 0;
    padding-left: 1.5rem;
    border-left: 2px solid var(--gold);
}

.px-phead .px-eyebrow {
    margin-bottom: 0.5rem;
    color: var(--gold-light);
}

.px-phead .px-eyebrow::before {
    display: none;
}

.px .px-phead__title {
    margin: 0;
    font-size: clamp(2.3rem, 4.2vw, 3.5rem);
    font-weight: 500;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.4);
}

.px .px-phead__title em {
    font-style: italic;
    color: var(--gold-light);
}

.px-phead__lead {
    max-width: 56ch;
    margin: 0.9rem 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
}

.px-phead__side {
    flex: 0 0 auto;
    display: grid;
    justify-items: end;
    gap: 0.9rem;
}

.px-phead__chips {
    display: grid;
    justify-items: end;
    gap: 0.5rem;
}

.px-phead__chips li {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(8px);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.84);
    white-space: nowrap;
}

.px-phead__chips .px-icon {
    color: var(--gold-light);
}

/* Sayfa yolu */
.px-crumb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.62);
}

.px-crumb a:hover {
    color: var(--gold-light);
}

.px-crumb .px-icon {
    width: 0.85em;
    height: 0.85em;
    opacity: 0.55;
}

.px-crumb span {
    color: #fff;
}

/* ------------------------------------------------------ Gerçekler şeridi */

.px-factbar {
    position: relative;
    z-index: 3;
    background: var(--green-900);
    border-top: 1px solid rgba(201, 162, 39, 0.3);
    border-bottom: 1px solid rgba(201, 162, 39, 0.3);
}

.px-factbar__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.px-factbar__inner li {
    padding: 1.4rem 1rem;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.px-factbar__inner li:first-child {
    border-left: none;
}

.px-factbar b {
    display: block;
    font-family: var(--body);
    font-size: clamp(1.4rem, 2vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: var(--gold-light);
}

.px-factbar span {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

/* banner + şeritten sonra ilk bölüm nefes payını kısaltsın */
.px-factbar + .px-section,
.px-phead + .px-section {
    padding-top: clamp(3.25rem, 5vw, 5rem);
}

/* ------------------------------------------------- İkili anlatım bölümü */

.px-split {
    background: var(--cream-soft);
}

.px-split__grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
}

.px-split__media {
    position: relative;
    border-radius: var(--r-lg);
    overflow: visible;
}

.px-split__media img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: var(--r-lg);
    box-shadow: var(--sh-md);
}

.px-split__badge {
    position: absolute;
    right: -0.75rem;
    bottom: 1.5rem;
    max-width: 210px;
    padding: 1rem 1.25rem;
    border-radius: var(--r-md);
    background: var(--green-900);
    color: rgba(255, 255, 255, 0.72);
    box-shadow: var(--sh-md);
}

.px-split__badge b {
    display: block;
    font-family: var(--body);
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1;
    color: var(--gold-light);
}

.px-split__badge span {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.76rem;
    line-height: 1.45;
}

.px-quote {
    margin: 1.8rem 0;
    padding: 1.6rem 1.75rem 1.6rem 3.5rem;
    position: relative;
    border-left: 2px solid var(--gold);
    border-radius: 0 var(--r-md) var(--r-md) 0;
    background: #fff;
    box-shadow: var(--sh-sm);
}

.px-quote__mark {
    position: absolute;
    left: 1.15rem;
    top: 1.35rem;
    font-size: 1.35rem;
    color: var(--gold);
    opacity: 0.55;
}

.px-quote blockquote {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(1.15rem, 1.7vw, 1.4rem);
    font-style: italic;
    line-height: 1.5;
    color: var(--green-900);
}

.px-quote figcaption {
    margin-top: 0.75rem;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
}

.px-ticks {
    display: grid;
    gap: 0.6rem;
}

.px-ticks li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    font-size: 0.94rem;
    color: var(--ink);
}

.px-ticks .px-icon {
    margin-top: 0.3rem;
    width: 1.05em;
    height: 1.05em;
    padding: 0.15em;
    border-radius: 50%;
    background: var(--gold-soft);
    color: var(--green-600);
    stroke-width: 2.2;
}

/* ----------------------------------------------------------- Değerler */

.px-values {
    background: var(--paper);
}

.px-values__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.px-value {
    padding: 1.9rem 1.75rem;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: var(--cream-soft);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
}

.px-value:hover {
    transform: translateY(-6px);
    background: #fff;
    border-color: rgba(201, 162, 39, 0.45);
    box-shadow: var(--sh-md);
}

.px-value__icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 1.1rem;
    border-radius: 16px;
    background: var(--gold-soft);
    color: var(--green-700);
    font-size: 1.3rem;
}

.px-value h4 {
    margin-bottom: 0.55rem;
    font-size: 1.28rem;
}

.px-value p {
    margin: 0;
    font-size: 0.92rem;
    color: var(--muted);
}

/* --------------------------------------------------- Zaman çizelgesi */

.px-timeline {
    background: var(--cream-soft);
    color: var(--muted);
    overflow: hidden;
}

.px-timeline::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(50% 50% at 88% 6%, rgba(201, 162, 39, 0.12) 0%, rgba(246, 242, 232, 0) 70%),
        radial-gradient(45% 45% at 6% 94%, rgba(35, 98, 58, 0.1) 0%, rgba(246, 242, 232, 0) 70%);
    pointer-events: none;
}

.px-timeline .px-wrap {
    position: relative;
    z-index: 2;
}

.px-timeline__list {
    position: relative;
    display: grid;
    gap: 0.35rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.px-timeline__list::before {
    content: "";
    position: absolute;
    top: 0.75rem;
    bottom: 0.75rem;
    left: 118px;
    width: 1px;
    background: linear-gradient(180deg, rgba(201, 162, 39, 0) 0%, rgba(201, 162, 39, 0.7) 12%, rgba(201, 162, 39, 0.7) 88%, rgba(201, 162, 39, 0) 100%);
}

.px-tl {
    position: relative;
    display: grid;
    grid-template-columns: 118px 1fr;
    gap: 0 2.25rem;
    padding: 1.1rem 0;
}

.px-tl__dot {
    position: absolute;
    left: 113px;
    top: 1.85rem;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 5px rgba(201, 162, 39, 0.18), 0 0 0 6px var(--cream-soft);
}

.px-tl__year {
    text-align: right;
    font-family: var(--body);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: var(--green-600);
    padding-top: 0.15rem;
}

.px-tl__body h4 {
    margin-bottom: 0.35rem;
    font-size: 1.32rem;
    color: var(--green-900);
}

.px-tl__body p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.6;
}

/* ---------------------------------------------- Sıkça sorulan sorular */

.px-faq {
    background: var(--paper);
}

.px-faq__grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}

.px-faq__intro {
    position: sticky;
    top: calc(var(--head-h) + 1.5rem);
}

.px-faq__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.8rem;
}

.px-faq__list {
    display: grid;
    gap: 0.75rem;
}

.px-acc {
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: var(--cream-soft);
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.px-acc[open] {
    border-color: rgba(201, 162, 39, 0.45);
    background: #fff;
    box-shadow: var(--sh-sm);
}

.px-acc summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.4rem;
    cursor: pointer;
    list-style: none;
    font-family: var(--display);
    font-size: 1.16rem;
    font-weight: 500;
    color: var(--green-900);
}

.px-acc summary::-webkit-details-marker {
    display: none;
}

.px-acc summary:hover {
    color: var(--green-600);
}

.px-acc summary i {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--cream);
    color: var(--green-800);
    font-size: 0.8rem;
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.px-acc[open] summary i {
    transform: rotate(180deg);
    background: var(--green-800);
    color: #fff;
}

.px-acc__body {
    padding: 0 1.4rem 1.35rem;
    color: var(--muted);
    font-size: 0.95rem;
}

/* --------------------------------------------------- Kapanış çağrısı */

.px-ctaband {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(3rem, 6vw, 5rem) 0;
    background:
        radial-gradient(60% 70% at 82% 10%, rgba(35, 98, 58, 0.5) 0%, rgba(7, 27, 16, 0) 70%),
        linear-gradient(120deg, var(--green-950) 0%, var(--green-800) 55%, var(--green-950) 100%);
    color: rgba(255, 255, 255, 0.72);
}

.px-ctaband__grain {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.14;
    mix-blend-mode: overlay;
    background-image: radial-gradient(rgba(255, 255, 255, 0.5) 0.5px, transparent 0.6px);
    background-size: 3px 3px;
}

.px-ctaband__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1.5rem, 4vw, 3.5rem);
}

.px-ctaband .px-eyebrow {
    color: var(--gold-light);
}

.px-ctaband .px-title {
    color: #fff;
    font-size: clamp(1.85rem, 3vw, 2.7rem);
}

.px-ctaband .px-title em {
    color: var(--gold-light);
}

.px-ctaband .px-lead {
    margin-top: 0.9rem;
    color: rgba(255, 255, 255, 0.68);
}

.px-ctaband__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

/* ------------------------------------------- Kurumsal içerik sayfası */

.px-doc {
    background: var(--paper);
    padding-top: clamp(3rem, 5vw, 4.5rem);
}

.px-doc__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: start;
}

.px-doc__cover {
    margin: 0 0 2rem;
    border-radius: var(--r-md);
    overflow: hidden;
    box-shadow: var(--sh-sm);
}

.px-doc__cover img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

.px-doc__foot {
    margin-top: 2.75rem;
    padding: 1.75rem;
    border: 1px dashed rgba(201, 162, 39, 0.5);
    border-radius: var(--r-md);
    background: var(--cream-soft);
}

.px-doc__foot p {
    margin: 0 0 1.1rem;
    font-family: var(--display);
    font-size: 1.25rem;
    color: var(--green-900);
}

.px-doc__foot-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

/* Yönetimden gelen serbest içerik */
.px-prose {
    max-width: 74ch;
    color: #3a4a3f;
    font-size: 1.01rem;
    line-height: 1.8;
    overflow-wrap: break-word;
}

.px-prose > *:first-child {
    margin-top: 0;
}

.px-prose h1,
.px-prose h2,
.px-prose h3,
.px-prose h4,
.px-prose h5 {
    margin: 2.4rem 0 0.85rem;
    color: var(--green-900);
}

.px-prose h1 { font-size: clamp(1.9rem, 3vw, 2.4rem); }
.px-prose h2 { font-size: clamp(1.6rem, 2.4vw, 2rem); }
.px-prose h3 { font-size: 1.4rem; }
.px-prose h4 { font-size: 1.2rem; }

.px-prose h2 {
    padding-bottom: 0.6rem;
    border-bottom: 1px solid var(--line);
}

.px-prose p {
    margin: 0 0 1.15rem;
}

.px-prose a {
    color: var(--green-600);
    text-decoration: underline;
    text-decoration-color: rgba(201, 162, 39, 0.6);
    text-underline-offset: 3px;
}

.px-prose a:hover {
    color: var(--gold);
}

.px-prose strong,
.px-prose b {
    color: var(--green-900);
}

.px-prose ul,
.px-prose ol {
    margin: 0 0 1.3rem;
    padding-left: 1.35rem;
    list-style: revert;
}

.px-prose ul {
    list-style: none;
    padding-left: 0;
}

.px-prose ul > li {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: 0.5rem;
}

.px-prose ul > li::before {
    content: "";
    position: absolute;
    left: 0.15rem;
    top: 0.72em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold);
}

.px-prose ol > li {
    margin-bottom: 0.5rem;
    padding-left: 0.35rem;
}

.px-prose blockquote {
    margin: 1.75rem 0;
    padding: 1.25rem 1.5rem;
    border-left: 3px solid var(--gold);
    border-radius: 0 var(--r-sm) var(--r-sm) 0;
    background: var(--cream-soft);
    font-family: var(--display);
    font-size: 1.18rem;
    font-style: italic;
    color: var(--green-900);
}

.px-prose img,
.px-prose video {
    max-width: 100%;
    height: auto;
    border-radius: var(--r-md);
}

.px-prose iframe {
    display: block;
    width: min(100%, 760px);
    max-width: 100%;
    min-height: 515px;
    border: 0;
    border-radius: var(--r-md);
}

@media (max-width: 767px) {
    .px-prose iframe {
        min-height: 260px;
    }
}

.px-prose table {
    width: 100%;
    margin: 1.5rem 0;
    border-collapse: collapse;
    font-size: 0.93rem;
}

.px-prose th,
.px-prose td {
    padding: 0.75rem 0.9rem;
    border: 1px solid var(--line);
    text-align: left;
}

.px-prose th {
    background: var(--cream-soft);
    font-weight: 700;
    color: var(--green-900);
}

.px-prose pre,
.px-prose code {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 0.88rem;
}

.px-prose pre {
    padding: 1rem 1.15rem;
    border-radius: var(--r-sm);
    background: var(--green-950);
    color: rgba(255, 255, 255, 0.86);
    overflow-x: auto;
}

.px-prose hr {
    margin: 2rem 0;
    border: none;
    border-top: 1px solid var(--line);
}

/* Yan panel */
.px-side {
    position: sticky;
    top: calc(var(--head-h) + 1.5rem);
    display: grid;
    gap: 1rem;
}

.px-side__card {
    padding: 1.5rem 1.6rem;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: var(--cream-soft);
}

.px-side__card h5 {
    margin-bottom: 1.1rem;
    font-size: 0.76rem;
    font-family: var(--body);
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold);
}

.px-side__links {
    display: grid;
    gap: 0.15rem;
}

.px-side__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.6rem 0.75rem;
    border-radius: var(--r-sm);
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--green-900);
}

.px-side__links a .px-icon {
    width: 0.9em;
    height: 0.9em;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.px-side__links a:hover {
    background: #fff;
    color: var(--green-600);
}

.px-side__links a:hover .px-icon,
.px-side__links a.is-active .px-icon {
    opacity: 1;
    transform: none;
}

.px-side__links a.is-active {
    background: var(--green-800);
    color: #fff;
}

.px-side__card--dark {
    border-color: rgba(255, 255, 255, 0.12);
    background: linear-gradient(160deg, var(--green-900) 0%, var(--green-950) 100%);
    color: rgba(255, 255, 255, 0.7);
}

.px-side__contact {
    display: grid;
    gap: 0.9rem;
    margin-bottom: 1.4rem;
}

.px-side__contact li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.9rem;
    line-height: 1.5;
}

.px-side__contact i {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--gold-soft);
    color: var(--gold-light);
    font-size: 0.85rem;
}

.px-side__card--dark .px-btn {
    width: 100%;
    justify-content: center;
}

.px-side__note {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1.15rem 1.25rem;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: #fff;
}

.px-side__note span {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--gold-soft);
    color: var(--green-700);
}

.px-side__note p {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.55;
    color: var(--muted);
}

/* ------------------------------------------------------- 14. Giriş efekti */

.px-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.px-reveal.is-in {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .px-reveal,
    .px-hero__copy > *,
    .px-hero__card,
    .px-hero__thread,
    .px-marquee__track,
    .px-hero__layer img {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
        transition: none !important;
    }

    .px-hero__layer {
        transition: opacity 0.2s linear !important;
    }
}

/* --------------------------------------------------------- 15. Responsive */

@media (max-width: 1199px) {
    .px-nav > ul > li > a {
        padding: 0.8rem 0.72rem;
        font-size: 0.88rem;
    }

    .px-grid,
    .px-cats__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .px-journey__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.25rem 1.25rem;
    }

    .px-journey__grid::before {
        display: none;
    }
}

@media (max-width: 991px) {
    .px-wrap {
        width: min(1260px, 100% - 2.5rem);
    }

    .px-nav,
    .px-topbar__note {
        display: none;
    }

    .px-burger {
        display: inline-flex;
    }

    .px-actions {
        margin-left: auto;
    }

    .px-story__grid {
        grid-template-columns: 1fr;
    }

    .px-hero {
        min-height: 74vh;
        min-height: min(calc(100svh - var(--topbar-h) - var(--marquee-h)), 700px);
    }

    .px-hero__inner {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .px-hero__side {
        align-items: flex-start;
    }

    .px-hero__cards {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .px-hero__count {
        display: none;
    }

    .px-hero__scroll {
        display: none;
    }

    .px-story__visual {
        padding: 0 0 3rem 2rem;
        max-width: 560px;
    }

    .px-story__seal {
        right: 0.75rem;
        width: 96px;
        height: 96px;
    }

    .px-story__seal strong {
        font-size: 1.6rem;
    }

    .px-stats__grid,
    .px-news__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .px-footer__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .px-footer__col--brand {
        grid-column: 1 / -1;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 767px) {
    .px {
        --head-h: 64px;
    }

    .px-topbar__list li:not(:first-child) {
        display: none;
    }

    .px-topbar__list a,
    .px-topbar__list span {
        min-width: 0;
    }

    .px-topbar__list a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* Başlık çubuğu daralt: taşmayı önle */
    .px-header__inner {
        gap: 0.6rem;
    }

    .px-logo img {
        max-height: 40px;
    }

    .px-actions {
        gap: 0.3rem;
    }

    .px-iconbtn {
        width: 40px;
        height: 40px;
        font-size: 0.98rem;
    }

    .px-iconbtn--sm-hide {
        display: none;
    }

    .px-grid,
    .px-cats__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    /* Üretim yolculuğu: mobilde beş adım yan yana, parmakla kaydırmalı */
    .px-journey__grid {
        display: flex;
        gap: 0.85rem;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-inline: -1.25rem;
        padding: 0.25rem 1.25rem 0.5rem;
    }

    .px-journey__grid::-webkit-scrollbar {
        display: none;
    }

    .px-step {
        flex: 0 0 66%;
        scroll-snap-align: center;
        padding: 1.4rem 1.1rem 1.6rem;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: var(--r-md);
        background: rgba(255, 255, 255, 0.04);
    }

    .px-step__icon {
        margin-inline: auto;
    }

    .px-step h4,
    .px-step p {
        text-align: center;
    }

    .px-tabs {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-inline: -1.25rem;
        padding: 0.25rem 1.25rem;
        margin-bottom: 2rem;
    }

    .px-tabs::-webkit-scrollbar {
        display: none;
    }

    .px-tabs button {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 0.62rem 1.15rem;
        font-size: 0.8rem;
    }

    /* Ürün kartı: üstte eski fiyat, altta indirimli fiyat */
    .px-card__body {
        padding: 0.9rem 0.9rem 1rem;
        gap: 0.4rem;
    }

    .px-card__body h3 {
        font-size: 0.88rem;
        line-height: 1.4;
    }

    .px-card__price {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 0.1rem;
        font-size: 1.15rem;
    }

    .px-card__price del {
        font-size: 0.78rem;
    }

    .px a.px-card__cart,
    .px-card__cart {
        margin-top: 0.65rem;
        width: 100%;
        gap: 0.4rem;
        padding: 0.78rem 0.6rem;
        font-size: 0.82rem;
        background: var(--green-800);
        border-color: var(--green-800);
        color: #fff;
    }

    .px-card__cart .px-icon {
        width: 16px;
        height: 16px;
    }

    .px-card__badges {
        top: 0.6rem;
        left: 0.6rem;
        right: 0.6rem;
    }

    .px-card__sale,
    .px-card__stock {
        padding: 0.24rem 0.55rem;
        font-size: 0.66rem;
    }

    /* Dokunmatikte hover yok: hızlı aksiyonlar hep görünür */
    .px-card__acts {
        opacity: 1;
        transform: none;
        right: 0.6rem;
        top: 2.35rem;
    }

    .px-card__acts a {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }

    .px-news__grid {
        grid-template-columns: 1fr;
    }

    .px-hero {
        min-height: 0;
        min-height: unset;
        padding-top: calc(var(--head-h) + 3.5rem);
    }

    .px-hero__inner {
        padding-bottom: 3rem;
    }

    .px-hero__rail-inner {
        gap: 0.5rem;
    }

    .px-hero__thumb {
        flex: 0 0 auto;
        min-width: 0;
        padding: 0.7rem;
    }

    .px-hero__thumb-txt {
        display: none;
    }

    .px-hero__thumb-img {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .px-hero__thumbs {
        flex: 1 1 auto;
        min-width: 0;
    }

    .px-hero__arrow {
        width: 40px;
        height: 40px;
        font-size: 0.95rem;
    }

    .px-step__icon {
        width: 74px;
        height: 74px;
        font-size: 1.6rem;
    }

    .px-step h4 {
        font-size: 1.15rem;
    }

    .px-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.9rem;
    }

    .px-footer__col--brand p {
        max-width: none;
    }
}

@media (max-width: 575px) {
    .px-stats__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .px-stat {
        padding: 1rem 0.6rem;
    }

    .px-stat__icon {
        width: 40px;
        height: 40px;
        margin-bottom: 0.55rem;
        font-size: 1rem;
    }

    .px-stat strong {
        font-size: 1.85rem;
    }

    .px-stat span {
        font-size: 0.66rem;
        letter-spacing: 0.1em;
    }

    .px-step {
        flex: 0 0 74%;
    }

    .px-card__cart i,
    .px-card__cart svg {
        flex: 0 0 auto;
    }

    .px-story__chip {
        right: 0.5rem;
        bottom: 0.5rem;
        font-size: 0.7rem;
    }

    .px-story__seal {
        width: 84px;
        height: 84px;
    }

    .px-story__seal strong {
        font-size: 1.4rem;
    }

    .px-hero__card {
        font-size: 0.74rem;
        padding: 0.55rem 0.95rem 0.55rem 0.55rem;
    }

    .px-hero__card i {
        width: 30px;
        height: 30px;
    }

    .px-hero__cards {
        flex-direction: column;
    }

    .px-footer__grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }

    .px-footer__col--brand {
        padding-bottom: 1.5rem;
    }
}

/* ------------------------------- Alt sayfalar: uyarlanabilir düzenlemeler */

@media (max-width: 1199px) {
    .px-values__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .px-doc__grid {
        grid-template-columns: minmax(0, 1fr) 290px;
    }
}

@media (max-width: 991px) {
    .px-split__grid,
    .px-faq__grid,
    .px-doc__grid {
        grid-template-columns: 1fr;
    }

    .px-phead__inner {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 1.35rem;
    }

    .px-phead__side {
        justify-items: start;
    }

    .px-phead__chips {
        grid-auto-flow: column;
        justify-items: start;
    }

    .px-factbar__inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .px-factbar__inner li:nth-child(3) {
        border-left: none;
    }

    .px-factbar__inner li:nth-child(n + 3) {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .px-split__media {
        max-width: 520px;
    }

    .px-faq__intro,
    .px-side {
        position: static;
    }

    .px-ctaband__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .px-prose {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .px-phead {
        min-height: 0;
        padding: calc(var(--head-h) + 2rem) 0 2rem;
    }

    .px-phead::after {
        right: -150px;
        top: -160px;
    }

    .px-phead__text {
        padding-left: 1.1rem;
    }

    .px-phead__lead {
        font-size: 0.95rem;
    }

    .px-phead__chips li {
        font-size: 0.72rem;
        padding: 0.42rem 0.8rem;
    }

    .px-factbar__inner li {
        padding: 1rem 0.65rem;
    }

    .px-factbar__inner li:nth-child(3) {
        border-left: none;
    }

    .px-factbar span {
        font-size: 0.66rem;
        letter-spacing: 0.1em;
    }

    .px-faq__btns .px-btn,
    .px-ctaband__btns .px-btn,
    .px-doc__foot-btns .px-btn {
        flex: 1 1 auto;
        justify-content: center;
    }

    .px-values__grid {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .px-value {
        padding: 1.5rem 1.35rem;
    }

    /* Zaman çizelgesi mobilde tek kolon: yıl üstte, çizgi solda */
    .px-timeline__list::before {
        left: 5px;
    }

    .px-tl {
        grid-template-columns: 1fr;
        gap: 0.35rem;
        padding: 0.9rem 0 0.9rem 1.9rem;
    }

    .px-tl__dot {
        left: 0;
        top: 1.45rem;
    }

    .px-tl__year {
        text-align: left;
        padding-top: 0;
        font-size: 0.78rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .px-tl__body h4 {
        font-size: 1.15rem;
    }

    .px-quote {
        padding: 1.35rem 1.25rem 1.35rem 1.25rem;
    }

    .px-quote__mark {
        position: static;
        display: block;
        margin-bottom: 0.5rem;
    }

    .px-split__badge {
        position: static;
        max-width: none;
        margin-top: 0.85rem;
    }

    .px-acc summary {
        padding: 1rem 1.1rem;
        font-size: 1.06rem;
    }

    .px-acc__body {
        padding: 0 1.1rem 1.15rem;
        font-size: 0.9rem;
    }

    .px-doc__foot {
        padding: 1.35rem 1.2rem;
    }

    .px-prose {
        font-size: 0.97rem;
    }

    .px-prose table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* ==========================================================================
   16. FORM, ALERT, PAGINATION, SHOP LAYOUT, COOKIE, WA
   ========================================================================== */

.px-form { display: grid; gap: 1rem; }
.px-form__row { display: grid; gap: 0.45rem; }
.px-form__row--2 { grid-template-columns: 1fr 1fr; gap: 1rem; }
.px-label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.px-input, .px-select, .px-textarea {
    width: 100%;
    padding: 0.9rem 1.1rem;
    border: 1px solid var(--line);
    border-radius: var(--r-sm);
    background: #fff;
    color: var(--ink);
    font: inherit;
    transition: border-color .25s ease, box-shadow .25s ease;
}
.px-textarea { min-height: 140px; resize: vertical; }
.px-input:focus, .px-select:focus, .px-textarea:focus {
    outline: none;
    border-color: var(--green-600);
    box-shadow: 0 0 0 3px rgba(35, 98, 58, 0.12);
}
.px-check { display: flex; align-items: flex-start; gap: 0.65rem; font-size: 0.9rem; color: var(--muted); }
.px-check input { margin-top: 0.25rem; }

.px-alert {
    padding: 1rem 1.2rem;
    border-radius: var(--r-sm);
    border: 1px solid var(--line);
    background: var(--cream-soft);
    font-size: 0.92rem;
}
.px-alert--ok { border-color: rgba(35,98,58,.35); background: rgba(35,98,58,.08); color: var(--green-900); }
.px-alert--err { border-color: rgba(140,43,92,.35); background: rgba(140,43,92,.08); color: var(--berry-700); }

.px-pager {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    justify-content: center;
    margin-top: 2.5rem;
}
.px-pager a, .px-pager span {
    min-width: 42px;
    height: 42px;
    padding: 0 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: #fff;
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--green-900);
}
.px-pager a:hover, .px-pager .is-active {
    background: var(--green-800);
    border-color: var(--green-800);
    color: #fff;
}
.px-pager .is-disabled { opacity: .4; pointer-events: none; }

.px-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: clamp(1.5rem, 3vw, 2.75rem);
    align-items: start;
}
.px-layout--rev { grid-template-columns: minmax(0, 1fr) 300px; }
.px-filters, .px-aside {
    position: sticky;
    top: calc(var(--head-h) + 1.25rem);
    padding: 1.4rem;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: #fff;
}
.px-filters h5, .px-aside h5 {
    margin: 0 0 1rem;
    font-family: var(--body);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold);
}
.px-filters__list { display: grid; gap: 0.35rem; margin-bottom: 1.4rem; }
.px-filters__list a {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.45rem 0.6rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
}
.px-filters__list a:hover, .px-filters__list a.is-active {
    background: var(--cream);
    color: var(--green-700);
}
.px-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.px-toolbar__count { font-size: 0.9rem; color: var(--muted); }
.px-fav-ajax.is-active { color: var(--berry-500) !important; }

.px-gallery { display: grid; gap: 0.75rem; }
.px-gallery__main {
    position: relative;
    border-radius: var(--r-md);
    overflow: hidden;
    background: var(--cream);
    aspect-ratio: 1;
}
.px-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.px-gallery__thumbs { display: flex; gap: 0.55rem; overflow-x: auto; }
.px-gallery__thumbs button {
    flex: 0 0 72px;
    height: 72px;
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    background: #fff;
}
.px-gallery__thumbs button.is-active { border-color: var(--gold); }
.px-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }

.px-buy {
    display: grid;
    gap: 1rem;
    padding: 1.5rem;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: #fff;
}
.px-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    overflow: hidden;
}
.px-qty button { width: 42px; height: 42px; display: grid; place-items: center; }
.px-qty input {
    width: 56px;
    border: 0;
    text-align: center;
    font-weight: 700;
    background: transparent;
}

.px-auth {
    width: min(460px, 100%);
    margin: 0 auto;
    padding: 2rem;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: #fff;
    box-shadow: var(--sh-sm);
}
.px-auth__links { margin-top: 1.25rem; font-size: 0.9rem; color: var(--muted); text-align: center; }
.px-auth__links a { color: var(--green-700); font-weight: 700; }

.px-table { width: 100%; border-collapse: collapse; }
.px-table th, .px-table td {
    padding: 0.95rem 0.75rem;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: middle;
}
.px-table th {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
}
.px-cartline { display: flex; align-items: center; gap: 0.9rem; }
.px-cartline img { width: 72px; height: 72px; object-fit: cover; border-radius: 10px; }

.px-wa {
    position: fixed;
    right: 1.5rem;
    bottom: 5.5rem;
    z-index: 85;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #25D366;
    color: #fff;
    box-shadow: var(--sh-md);
    font-size: 1.45rem;
}
.px-wa:hover { transform: translateY(-3px); color: #fff; }

.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.px-cookie {
    position: fixed;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 95;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 920px;
    margin-inline: auto;
    padding: 1.1rem 1.35rem;
    border-radius: var(--r-md);
    background: rgba(7, 27, 16, 0.96);
    color: rgba(255,255,255,.82);
    box-shadow: var(--sh-lg);
}
.px-cookie[hidden] { display: none !important; }
.px-cookie p { margin: 0; flex: 1 1 280px; font-size: 0.92rem; }
.px-cookie a { color: var(--gold-light); text-decoration: underline; }
.px-cookie__btns { display: flex; gap: 0.6rem; flex-wrap: wrap; }
.px-cookie .px-btn { padding: 0.7rem 1.2rem; font-size: 0.75rem; }
.px-cookie .px-btn--outline { border-color: rgba(255,255,255,.25); color: #fff; background: transparent; }

.px-share { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.px-share a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: #fff;
    font-size: 0.8rem;
    font-weight: 700;
}
.px-comments { display: grid; gap: 1rem; }
.px-comment {
    padding: 1.1rem 1.25rem;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: #fff;
}
.px-comment strong { display: block; margin-bottom: 0.25rem; color: var(--green-900); }
.px-comment time { font-size: 0.75rem; color: var(--muted); }

.px-emptybox {
    padding: 3rem 1.5rem;
    text-align: center;
    border: 1px dashed var(--line);
    border-radius: var(--r-md);
    background: var(--cream-soft);
}

.px-emptybox__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

@media (max-width: 991px) {
    .px-layout, .px-layout--rev { grid-template-columns: 1fr; }
    .px-filters, .px-aside { position: static; }
    .px-form__row--2 { grid-template-columns: 1fr; }
}

/* ==========================================================================
   17. HABER LİSTESİ VE HABER DETAYI
   ========================================================================== */

/* Yan panelli düzende üç sütun sıkışıyor */
.px-news__grid--2 { grid-template-columns: repeat(2, 1fr); }

.px-aside { display: block; }
.px-aside__search { display: flex; gap: 0.4rem; margin-bottom: 1.5rem; }
.px-aside__search .px-input { padding: 0.7rem 0.85rem; font-size: 0.9rem; }
.px-aside__search button {
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--green-800);
    border-radius: var(--r-sm);
    background: var(--green-800);
    color: #fff;
}
.px-aside__search button:hover { background: var(--green-700); border-color: var(--green-700); }

.px-aside__mini { display: grid; gap: 0.95rem; margin-bottom: 1.5rem; }
.px-aside__mini a { display: flex; align-items: flex-start; gap: 0.75rem; }
.px-aside__mini img {
    flex: 0 0 82px;
    width: 82px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 8px;
    background: var(--cream);
}
.px-aside__mini strong {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--green-900);
}
.px-aside__mini a:hover strong { color: var(--green-600); }
.px-aside__mini time {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: var(--gold);
}
.px-aside__empty { font-size: 0.9rem; color: var(--muted); }

.px-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.px-tags a {
    padding: 0.35rem 0.8rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    font-size: 0.78rem;
    font-weight: 600;
}
.px-tags a:hover { border-color: var(--green-600); color: var(--green-700); }

.px-article__cover {
    margin: 0 0 1.9rem;
    border-radius: var(--r-md);
    overflow: hidden;
    background: var(--cream);
}
.px-article__cover img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.px-article__lead {
    margin: 0 0 1.6rem;
    font-size: 1.08rem;
    font-weight: 500;
    line-height: 1.7;
    color: var(--green-900);
}
.px-article__block { margin-top: clamp(2.25rem, 4vw, 3.25rem); }
.px-article__block > h2 {
    margin: 0 0 1.3rem;
    font-size: clamp(1.3rem, 2vw, 1.65rem);
    font-weight: 500;
}
.px-article__block > h2 em { font-style: italic; color: var(--green-600); }
.px-article__foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: clamp(2rem, 3.5vw, 2.75rem);
    padding-top: 1.6rem;
    border-top: 1px solid var(--line);
}
.px-article__foot h5 {
    margin: 0 0 0.7rem;
    font-family: var(--body);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold);
}
.px-share a:hover { border-color: var(--green-600); color: var(--green-700); }
.px-comment p { margin: 0.5rem 0 0; }

@media (max-width: 767px) {
    .px-news__grid--2 { grid-template-columns: 1fr; }
}

/* ========================================================================== 
   18. MAĞAZA VE ÜRÜN DETAYI
   ========================================================================== */
.px-product__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
    gap: clamp(1.75rem, 4vw, 4rem);
    align-items: start;
}
.px-product__title { font-size: clamp(2rem, 3.5vw, 3rem); }
.px-product__price {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: .7rem 1rem;
}
.px-product__price strong {
    font-family: var(--display);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 600;
    color: var(--green-900);
}
.px-product__price del { color: var(--muted); }
.px-product__short { color: var(--muted); line-height: 1.75; }
.px-buy .px-btn { justify-content: center; }
.px-buy .px-btn[disabled] { opacity: .45; cursor: not-allowed; transform: none; }
.px-buy__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px 52px;
    align-items: stretch;
    gap: .7rem;
}
.px-buy__cart {
    width: 100%;
    min-height: 52px;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}
.px-buy__icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
    color: var(--green-900);
    box-shadow: var(--sh-sm);
    transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.px-buy__icon .px-icon {
    width: 1.25rem;
    height: 1.25rem;
}
.px-buy__icon:hover {
    border-color: var(--green-700);
    color: var(--green-700);
    transform: translateY(-2px);
}
.px-buy__icon.is-active,
.px-buy a.px-buy__icon.is-active {
    border-color: var(--berry-500);
    color: var(--berry-500) !important;
    background: rgba(176, 48, 96, 0.08);
}
.px-buy__icon.is-active .px-icon {
    fill: currentColor;
}
.px-buy .px-product__wa { width: 100%; }
@media (max-width: 480px) {
    .px-buy__actions {
        grid-template-columns: minmax(0, 1fr) 48px 48px;
        gap: .55rem;
    }
    .px-buy__icon {
        width: 48px;
        height: 48px;
    }
    .px-buy__cart { min-height: 48px; }
}
.px-product__wa { background: #25d366; color: #fff; }
.px-product__wa:hover { background: #1fad52; color: #fff; transform: translateY(-3px); }
.px-product__sections {
    display: grid;
    gap: 1.25rem;
    margin-top: clamp(2.5rem, 5vw, 4.5rem);
}
.px-product__section {
    padding: clamp(1.4rem, 3vw, 2.25rem);
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: #fff;
}
.px-product__section > h2 {
    margin-bottom: 1.25rem;
    padding-bottom: .8rem;
    border-bottom: 1px solid var(--line);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
}
.px-product__section .px-prose { max-width: none; }

@media (max-width: 991px) {
    .px-product__grid { grid-template-columns: 1fr; }
    .px-product__grid .px-gallery { max-width: 680px; width: 100%; margin-inline: auto; }
}

/* ------------------------------------------------------------- Harita */

.px-map {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 6;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: var(--cream);
    box-shadow: var(--sh-sm);
}

/* Panelden gelen gomme kod iframe, div sarmalayici veya img olabilir */
.px-map > * {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    border: 0;
    display: block;
}

.px-map iframe {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

/* ------------------------------------------------------------ Ödeme / checkout */

.px-checkout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.75fr);
    gap: clamp(1.25rem, 3vw, 2.25rem);
    align-items: start;
}

.px-checkout__side {
    display: grid;
    gap: 1rem;
    position: sticky;
    top: calc(var(--head-h) + 1.25rem);
}

.px-addr-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.75rem;
}

.adres-kart-odeme {
    display: block;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s, background .2s;
}

.adres-kart-odeme:hover,
.adres-kart-odeme.selected {
    border-color: var(--green-600);
    background: rgba(35, 98, 58, .06);
}

.adres-kart-odeme .adres-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.adres-kart-odeme strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--green-900);
}

.adres-kart-odeme span {
    font-size: 0.85rem;
    color: var(--muted);
    line-height: 1.45;
}

.adres-kart-odeme.yeni-adres-sec {
    border-style: dashed;
}

@media (max-width: 991px) {
    .px-checkout {
        grid-template-columns: 1fr;
    }

    .px-checkout__side {
        position: static;
    }
}

/* --------------------------------------------- Hesap sayfasi bilesenleri */

.px-stack {
    display: grid;
    gap: clamp(1rem, 2vw, 1.5rem);
    min-width: 0;
}

/* Yan menusuz (misafir) gorunumde icerik cok genislemesin */
.px-stack--narrow {
    width: min(760px, 100%);
    margin-inline: auto;
}

.px-panel__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.px-panel__head h2 {
    margin: 0;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
}

.px-panel__note {
    margin: 0;
    color: var(--muted);
    font-size: .95rem;
}

/* Durum etiketi */
.px-status {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .35rem .7rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--cream);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--muted);
    white-space: nowrap;
}

.px-status--ok {
    border-color: rgba(35, 98, 58, .3);
    background: rgba(35, 98, 58, .1);
    color: var(--green-800);
}

.px-status--wait {
    border-color: rgba(179, 138, 46, .32);
    background: rgba(214, 176, 76, .16);
    color: #7a5c15;
}

.px-status--off {
    border-color: var(--line);
    background: var(--cream-soft);
    color: var(--muted);
}

/* Tiklanabilir kayit listesi (siparis, destek talebi) */
.px-rows {
    display: grid;
    gap: .6rem;
}

.px-rows__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .75rem 1.25rem;
    padding: 1rem 1.15rem;
    border: 1px solid var(--line);
    border-radius: var(--r-sm, 12px);
    background: #fff;
    color: inherit;
    transition: border-color .25s, box-shadow .25s, transform .25s;
}

.px-rows__item:hover {
    border-color: var(--green-600);
    box-shadow: var(--sh-sm);
    transform: translateY(-1px);
    color: inherit;
}

.px-rows__item.is-active {
    border-color: var(--green-700);
    background: rgba(35, 98, 58, .05);
}

.px-rows__main {
    display: grid;
    gap: .25rem;
    min-width: 0;
}

.px-rows__main strong {
    font-weight: 700;
    color: var(--green-900);
}

.px-rows__meta {
    font-size: .82rem;
    color: var(--muted);
}

.px-rows__side {
    display: flex;
    align-items: center;
    gap: .9rem;
    font-weight: 700;
    color: var(--green-900);
}

/* Etiket-deger cifti */
.px-facts {
    display: grid;
    gap: .55rem;
    margin: 0;
}

.px-facts div {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    font-size: .95rem;
}

.px-facts dt {
    min-width: 130px;
    color: var(--muted);
    font-weight: 600;
}

.px-facts dd {
    margin: 0;
    font-weight: 700;
    color: var(--green-900);
}

/* Adres kartlari */
.px-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

.px-card {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    padding: 1.25rem;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: #fff;
}

.px-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .6rem;
}

.px-card__head h3 {
    margin: 0;
    font-size: 1.1rem;
}

.px-card__body {
    flex: 1 1 auto;
    font-size: .92rem;
    line-height: 1.7;
    color: var(--muted);
}

.px-card__body strong {
    display: block;
    color: var(--ink);
}

.px-card__foot {
    display: flex;
    gap: .5rem;
    padding-top: .85rem;
    border-top: 1px solid var(--line);
}

.px-card__foot .px-btn {
    flex: 1 1 0;
    justify-content: center;
    padding: .6rem .8rem;
    font-size: .78rem;
}

/* Destek yazismasi */
.px-thread {
    display: grid;
    gap: .9rem;
}

.px-thread__msg {
    padding: 1rem 1.15rem;
    border: 1px solid var(--line);
    border-left: 3px solid var(--gold);
    border-radius: 12px;
    background: var(--cream-soft);
}

.px-thread__msg--staff {
    border-left-color: var(--green-700);
    background: rgba(35, 98, 58, .06);
}

.px-thread__who {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .6rem;
    margin-bottom: .4rem;
}

.px-thread__who strong {
    font-size: .9rem;
    color: var(--green-900);
}

.px-thread__who time {
    font-size: .78rem;
    color: var(--muted);
}

.px-thread__msg p {
    margin: 0;
    line-height: 1.75;
}

/* Diyalog penceresi */
.px-modal {
    width: min(620px, calc(100% - 2rem));
    max-height: calc(100vh - 3rem);
    padding: 0;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    background: #fff;
    color: var(--ink);
    box-shadow: var(--sh-lg, 0 30px 80px rgba(0, 0, 0, .25));
}

.px-modal::backdrop {
    background: rgba(7, 27, 16, .55);
    backdrop-filter: blur(3px);
}

.px-modal__head,
.px-modal__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.5rem;
}

.px-modal__head {
    border-bottom: 1px solid var(--line);
}

.px-modal__head h2 {
    margin: 0;
    font-size: 1.3rem;
}

.px-modal__body {
    padding: 1.5rem;
    max-height: min(60vh, 520px);
    overflow-y: auto;
}

.px-modal__foot {
    border-top: 1px solid var(--line);
    background: var(--cream-soft);
    justify-content: flex-end;
}

.px-modal__close {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--muted);
}

.px-modal__close:hover {
    background: var(--cream);
    color: var(--green-800);
}

.px-fieldset {
    display: grid;
    gap: 1rem;
    margin: 0 0 1.5rem;
    padding: 0;
    border: 0;
}

.px-fieldset:last-child {
    margin-bottom: 0;
}

.px-fieldset > legend {
    padding: 0;
    margin-bottom: .35rem;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--gold);
}

.px-hidden {
    display: none !important;
}

@media (max-width: 991px) {
    .px-layout > .px-aside {
        position: static;
    }
}

@media (max-width: 767px) {
    .px-form__row--2 {
        grid-template-columns: 1fr;
    }

    .px-facts dt {
        min-width: 0;
        flex: 1 0 100%;
    }

    .px-rows__item {
        flex-direction: column;
        align-items: flex-start;
    }
}
