/**
 * Hizmetler & Randevu — sade sayfa düzeni
 */

/* ── Ortak sayfa girişi ─────────────────────────────── */
.theme-minimal .page-intro {
    padding: calc(var(--tm-header-h) + 40px) 5vw 32px;
    max-width: none;
    width: 100%;
    margin: 0;
    text-align: center;
    background: var(--tm-bg);
    border-bottom: none;
    box-sizing: border-box;
}

.theme-minimal .page-intro__label {
    font-family: var(--tm-font-sans);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--tm-text-muted);
    margin: 0 0 12px;
}

.theme-minimal .page-intro h1 {
    font-family: var(--tm-font-serif);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 400;
    color: var(--tm-text);
    margin: 0 0 12px;
    line-height: 1.15;
}

.theme-minimal .page-intro__lead {
    font-size: 15px;
    line-height: 1.7;
    color: var(--tm-text-soft);
    margin: 0;
}

.theme-minimal .page-body {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.theme-minimal.page-home .page-body {
    padding: 32px 5vw 80px;
}

.theme-minimal.page-shop .page-body {
    overflow-x: hidden;
}

/* ═══════════════════════════════════════════════════
   HİZMETLER
   ═══════════════════════════════════════════════════ */
.theme-minimal .hz-page--simple {
    background: transparent !important;
}

.theme-minimal .hz-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-top: none;
    border-bottom: 1px solid var(--tm-border);
}

.theme-minimal .hz-filter-pill {
    padding: 8px 18px;
    font-family: var(--tm-font-sans);
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--tm-text-soft);
    background: transparent;
    border: 1px solid var(--tm-border);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.theme-minimal .hz-filter-pill:hover {
    border-color: var(--tm-text);
    color: var(--tm-text);
}

.theme-minimal .hz-filter-pill.active {
    background: var(--tm-accent);
    border-color: var(--tm-accent);
    color: #fff;
}

.theme-minimal .hz-category {
    margin-bottom: 48px;
}

.theme-minimal .hz-category.hz-hidden {
    display: none !important;
}

.theme-minimal .hz-category__title {
    font-family: var(--tm-font-serif);
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--tm-text);
    margin: 0 0 6px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--tm-border);
}

.theme-minimal .hz-category__desc {
    font-size: 14px;
    color: var(--tm-text-muted);
    margin: 0 0 20px;
}

.theme-minimal .hz-service-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: none;
}

.theme-minimal .hz-page--simple,
.theme-minimal .hz-category {
    width: 100%;
    max-width: none;
}

.theme-minimal.page-shop .hz-page--simple {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

/* Fiyat listesi satırı — kategori paneli içinde tam genişlik */
.theme-minimal .hz-service-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    padding: 20px 28px;
    border-bottom: 1px solid var(--tm-border);
    width: 100%;
    max-width: none;
    box-sizing: border-box;
}

.theme-minimal .hz-service-row:last-child {
    border-bottom: none;
}

.theme-minimal .hz-service-row > div:first-child {
    flex: 1 1 100%;
    min-width: 0;
}

.theme-minimal .hz-service-row__name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--tm-text);
    margin-bottom: 4px;
    overflow-wrap: anywhere;
}

.theme-minimal .hz-service-row__meta {
    font-size: 13px;
    color: var(--tm-text-muted);
}

.theme-minimal .hz-service-row__price {
    flex: 0 0 auto;
    display: block;
    font-family: var(--tm-font-serif);
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--tm-text);
    line-height: 1.3;
    min-width: 4.5rem;
    visibility: visible;
    opacity: 1;
}

.theme-minimal .hz-service-row > .btn-minimal {
    flex: 0 0 auto;
    margin-left: auto;
}

.theme-minimal .btn-minimal--sm {
    padding: 8px 14px;
    font-size: 10px;
    letter-spacing: 0.12em;
}

/* Mobil: ad üstte, fiyat solda — Randevu Al sağda */
@media (max-width: 991px) {
    .theme-minimal.page-shop .page-body {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden;
    }

    .theme-minimal .hz-service-row {
        flex-wrap: wrap;
        align-items: center;
        gap: 8px 10px;
        padding: 14px 0;
    }

    .theme-minimal .hz-service-row > div:first-child {
        flex: 1 1 100%;
        width: 100%;
    }

    .theme-minimal .hz-service-row__price {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        font-size: 1.15rem;
    }

    .theme-minimal .hz-service-row > .btn-minimal {
        width: auto !important;
        max-width: none;
        margin-left: auto !important;
        flex: 0 0 auto;
        text-align: center;
        align-self: center;
    }
}

@media (min-width: 992px) {
    .theme-minimal.page-shop .hz-service-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(6rem, auto) auto;
        align-items: center;
        gap: 16px 28px;
        padding: 22px 32px;
        flex-wrap: unset;
    }

    .theme-minimal .hz-service-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto auto;
        align-items: center;
        gap: 12px 20px;
        padding: 18px 28px;
        flex-wrap: unset;
    }

    .theme-minimal .hz-service-row > div:first-child {
        flex: none;
        min-width: 0;
        width: auto;
    }

    .theme-minimal .hz-service-row__name {
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .theme-minimal .hz-service-row__price {
        font-size: 1.15rem;
        text-align: right;
        white-space: nowrap;
        min-width: 0;
        flex: none;
    }

    .theme-minimal .hz-service-row > .btn-minimal {
        margin-left: 0;
        width: auto !important;
        white-space: nowrap;
        flex-shrink: 0;
        justify-self: end;
    }

    .theme-minimal .btn-minimal--sm {
        padding: 10px 16px;
        font-size: 10px;
        letter-spacing: 0.1em;
    }
}

.theme-minimal .hz-page-cta {
    text-align: center;
    padding: 48px 24px;
    margin-top: 24px;
    border-top: 1px solid var(--tm-border);
}

.theme-minimal .hz-page-cta p {
    color: var(--tm-text-soft);
    margin: 0 0 20px;
    font-size: 15px;
}

.theme-minimal .hz-page-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

/* Eski karmaşık hizmetler bileşenlerini gizle */
.theme-minimal.page-shop .section-hero,
.theme-minimal.page-shop .hz-stats,
.theme-minimal.page-shop .hz-tabs-section,
.theme-minimal.page-shop .hz-services .service-card,
.theme-minimal.page-shop .hz-services .hz-list,
.theme-minimal.page-shop .hz-cta {
    display: none !important;
}

/* ═══════════════════════════════════════════════════
   RANDEVU
   ═══════════════════════════════════════════════════ */
.theme-minimal.page-randevu .section-hero {
    display: none !important;
}

.theme-minimal .rv-shell {
    max-width: 640px;
    margin: 0 auto;
}

.theme-minimal .rv-progress {
    margin-bottom: 32px;
}

.theme-minimal .rv-progress__track {
    position: relative;
    height: 3px;
    background: var(--tm-border);
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 2px;
}

.theme-minimal .rv-progress__fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 33.33%;
    background: var(--tm-accent) !important;
    transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.theme-minimal .rv-progress__steps {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.theme-minimal .rv-progress__dot {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: none;
    background: transparent !important;
    cursor: default;
    font-family: var(--tm-font-sans);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tm-text-muted);
    transition: color 0.2s;
}

.theme-minimal .rv-progress__dot span {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tm-border);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    background: var(--tm-bg);
    color: var(--tm-text-muted);
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.theme-minimal .rv-progress__dot.active {
    color: var(--tm-accent);
}

.theme-minimal .rv-progress__dot.active span {
    background: var(--tm-accent);
    border-color: var(--tm-accent);
    color: #fff;
}

.theme-minimal .rv-progress__dot.done {
    color: var(--tm-text);
    cursor: pointer;
}

.theme-minimal .rv-progress__dot.done span {
    background: var(--tm-text-soft);
    border-color: var(--tm-text-soft);
    color: #fff;
}

.theme-minimal .rv-step {
    display: none;
}

.theme-minimal .rv-step.active {
    display: block;
    animation: rvFadeIn 0.35s ease-out;
}

@keyframes rvFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.theme-minimal .rv-step__title {
    font-family: var(--tm-font-serif);
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--tm-text);
    margin: 0 0 24px;
    text-align: center;
}

.theme-minimal .rv-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 20px;
}

.theme-minimal .rv-filter {
    padding: 8px 16px;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--tm-text-soft);
    background: transparent;
    border: 1px solid var(--tm-border);
    cursor: pointer;
    transition: all 0.2s;
}

.theme-minimal .rv-filter.active,
.theme-minimal .rv-filter:hover {
    border-color: var(--tm-text);
    color: var(--tm-text);
}

.theme-minimal .rv-filter.active {
    background: var(--tm-text);
    color: #fff;
}

.theme-minimal .rv-services {
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid var(--tm-border);
    margin-bottom: 24px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Mobil-first flex — custom.css grid/nowrap fiyat taşırıyordu */
.theme-minimal .rv-service {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 12px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--tm-border);
    cursor: pointer;
    transition: background 0.15s;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.theme-minimal .rv-service:last-child {
    border-bottom: none;
}

.theme-minimal .rv-service:hover {
    background: var(--tm-bg-soft);
}

.theme-minimal .rv-service.selected {
    background: var(--tm-bg-muted);
    border-left: 3px solid var(--tm-text);
    padding-left: 11px;
}

.theme-minimal .rv-service__check {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--tm-border-strong);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: transparent;
}

.theme-minimal .rv-service.selected .rv-service__check {
    background: var(--tm-text);
    border-color: var(--tm-text);
    color: #fff;
}

.theme-minimal .rv-service__body {
    flex: 1 1 0;
    min-width: 0;
}

.theme-minimal .rv-service__cat {
    display: none;
}

.theme-minimal .rv-service__name {
    font-size: 15px;
    font-weight: 500;
    color: var(--tm-text);
    display: block;
    overflow-wrap: anywhere;
    line-height: 1.35;
}

.theme-minimal .rv-service__desc {
    display: none;
}

.theme-minimal .rv-service__meta {
    flex: 1 1 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-left: 32px;
    box-sizing: border-box;
    min-width: 0;
    text-align: left;
}

.theme-minimal .rv-service__time {
    font-size: 12px;
    color: var(--tm-text-muted);
    flex-shrink: 1;
    min-width: 0;
}

.theme-minimal .rv-service__price {
    font-family: var(--tm-font-serif);
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--tm-text);
    white-space: normal !important;
    flex-shrink: 0;
    text-align: right;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .theme-minimal .rv-service {
        flex-wrap: nowrap;
        align-items: center;
        padding: 14px 16px;
        gap: 14px;
    }

    .theme-minimal .rv-service.selected {
        padding-left: 13px;
    }

    .theme-minimal .rv-service__body {
        flex: 1 1 auto;
    }

    .theme-minimal .rv-service__meta {
        flex: 0 0 auto;
        flex-direction: column;
        align-items: flex-end;
        padding-left: 0 !important;
        width: auto;
        text-align: right;
        gap: 2px;
    }

    .theme-minimal .rv-service__price {
        font-size: 1.1rem;
    }
}

.theme-minimal .rv-selected-band {
    background: var(--tm-bg-soft);
    border: 1px solid var(--tm-border);
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 14px;
    color: var(--tm-text-soft);
    text-align: center;
}

.theme-minimal .rv-selected-band i {
    display: none;
}

.theme-minimal .rv-calendar-wrap {
    margin-bottom: 24px;
}

.theme-minimal .rv-day {
    border: 1px solid var(--tm-border);
    background: var(--tm-bg);
}

.theme-minimal .rv-day:hover {
    border-color: var(--tm-text);
}

.theme-minimal .rv-day.selected {
    background: var(--tm-text) !important;
    border-color: var(--tm-text) !important;
}

.theme-minimal .rv-times-label {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--tm-text-muted);
    margin-bottom: 12px;
}

.theme-minimal .rv-time {
    border: 1px solid var(--tm-border);
    background: var(--tm-bg);
    color: var(--tm-text);
}

.theme-minimal .rv-time:hover,
.theme-minimal .rv-time.selected {
    background: var(--tm-text);
    border-color: var(--tm-text);
    color: #fff;
}

.theme-minimal .rv-summary {
    background: var(--tm-bg-soft);
    border: 1px solid var(--tm-border);
    padding: 16px 20px;
    margin-bottom: 28px;
}

.theme-minimal .rv-summary__row {
    font-size: 14px;
    color: var(--tm-text-soft);
    padding: 6px 0;
    border-bottom: 1px solid var(--tm-border);
}

.theme-minimal .rv-summary__row:last-child {
    border-bottom: none;
}

.theme-minimal .rv-summary__row i {
    color: var(--tm-text-muted);
    width: 20px;
}

.theme-minimal .rv-summary__price {
    font-size: 16px;
    color: var(--tm-text);
    font-weight: 500;
}

.theme-minimal .rv-form-grid {
    display: grid;
    gap: 16px;
}

.theme-minimal .rv-field label {
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--tm-text-muted);
    margin-bottom: 6px;
    display: block;
}

.theme-minimal .rv-field input,
.theme-minimal .rv-field textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--tm-border);
    background: var(--tm-bg);
    font-size: 15px;
    color: var(--tm-text);
    border-radius: 0;
}

.theme-minimal .rv-field input:focus,
.theme-minimal .rv-field textarea:focus {
    outline: none;
    border-color: var(--tm-text);
}

.theme-minimal .rv-field--full {
    grid-column: 1 / -1;
}

.theme-minimal .rv-step__actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--tm-border);
}

.theme-minimal .rv-btn {
    padding: 12px 24px;
    font-family: var(--tm-font-sans);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border: 1px solid var(--tm-text);
    background: var(--tm-text);
    color: #fff;
    cursor: pointer;
    transition: opacity 0.2s;
}

.theme-minimal .rv-btn--back {
    background: transparent;
    color: var(--tm-text);
}

.theme-minimal .rv-btn--back:hover {
    background: var(--tm-bg-soft);
}

.theme-minimal .rv-btn--submit {
    flex: 1;
    max-width: 280px;
}

.theme-minimal .rv-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.theme-minimal .randevu-msg {
    border: 1px solid var(--tm-border);
    padding: 24px;
    text-align: center;
    margin-bottom: 24px;
}

.theme-minimal .randevu-msg--ok {
    border-color: #4a9;
    background: #f8fdf9;
}

.theme-minimal .randevu-msg--err {
    border-color: #e88;
    background: #fff8f8;
}

.theme-minimal .rv-footnote {
    text-align: center;
    font-size: 13px;
    color: var(--tm-text-muted);
    line-height: 1.6;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--tm-border);
}

.theme-minimal .rv-footnote a {
    color: var(--tm-text);
    text-decoration: underline;
}

.theme-minimal.page-randevu .rv-info {
    display: none;
}

.theme-minimal.page-randevu .page-content .uk-section-large {
    padding-bottom: 60px !important;
}

.theme-minimal .captcha-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.theme-minimal .captcha-input {
    width: 72px;
    padding: 10px;
    border: 1px solid var(--tm-border);
}

.theme-minimal .accent-text {
    color: var(--tm-text-muted);
}

@media (max-width: 639px) {
    .theme-minimal .rv-progress__dot {
        font-size: 0;
    }

    .theme-minimal .rv-progress__dot span {
        margin: 0 auto;
    }

    .theme-minimal .rv-step__actions {
        flex-direction: column-reverse;
    }

    .theme-minimal .rv-btn {
        width: 100%;
        max-width: none;
    }
}

/* ═══════════════════════════════════════════════════
   İLETİŞİM
   ═══════════════════════════════════════════════════ */
.theme-minimal.page-iletisim .section-hero {
    display: none !important;
}

.theme-minimal .contact-page {
    max-width: 100%;
}

.theme-minimal .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    margin-bottom: 56px;
}

.theme-minimal .contact-map__iframe {
    width: 100%;
    height: 320px;
    border: 1px solid var(--tm-border);
    display: block;
}

.theme-minimal .contact-details {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.theme-minimal .contact-block__label {
    font-family: var(--tm-font-sans);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--tm-text-muted);
    margin: 0 0 8px;
    font-weight: 400;
}

.theme-minimal .contact-block__value {
    font-size: 15px;
    line-height: 1.7;
    color: var(--tm-text);
    margin: 0;
}

.theme-minimal .contact-block__value a {
    color: var(--tm-text);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

.theme-minimal .contact-block__value a:hover {
    border-bottom-color: var(--tm-text);
}

.theme-minimal .contact-block__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.theme-minimal .contact-hours {
    list-style: none;
    margin: 0;
    padding: 0;
}

.theme-minimal .contact-hours li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 8px 0;
    border-bottom: 1px solid var(--tm-border);
    font-size: 14px;
    color: var(--tm-text-soft);
}

.theme-minimal .contact-hours li:last-child {
    border-bottom: none;
}

.theme-minimal .contact-hours__closed {
    color: var(--tm-text-muted);
}

.theme-minimal .contact-form-section {
    padding-top: 48px;
    border-top: 1px solid var(--tm-border);
    max-width: none;
    margin: 0 auto;
}

.theme-minimal .contact-form-section__title {
    font-family: var(--tm-font-serif);
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--tm-text);
    margin: 0 0 8px;
    text-align: center;
}

.theme-minimal .contact-form-section__lead {
    text-align: center;
    color: var(--tm-text-soft);
    font-size: 14px;
    margin: 0 0 28px;
}

.theme-minimal .contact-alert {
    padding: 14px 18px;
    margin-bottom: 20px;
    font-size: 14px;
    border: 1px solid var(--tm-border);
}

.theme-minimal .contact-alert--ok {
    background: #f8fdf9;
    border-color: #b8e0c8;
    color: #2d5a3d;
}

.theme-minimal .contact-alert--err {
    background: #fff8f8;
    border-color: #e8c4c4;
    color: #8b3a3a;
}

.theme-minimal .contact-alert p {
    margin: 0;
}

.theme-minimal .contact-form__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}

.theme-minimal .contact-field--full {
    grid-column: 1 / -1;
}

.theme-minimal .contact-field label {
    display: block;
    font-family: var(--tm-font-sans);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tm-text-muted);
    margin-bottom: 6px;
}

.theme-minimal .contact-field input,
.theme-minimal .contact-field textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--tm-border);
    background: var(--tm-bg);
    font-size: 15px;
    color: var(--tm-text);
    border-radius: 0;
    font-family: inherit;
}

.theme-minimal .contact-field input:focus,
.theme-minimal .contact-field textarea:focus {
    outline: none;
    border-color: var(--tm-text);
}

.theme-minimal .contact-field textarea {
    resize: vertical;
    min-height: 100px;
}

.theme-minimal .contact-form .btn-minimal {
    width: 100%;
}

.theme-minimal.page-iletisim .contacts-info,
.theme-minimal.page-iletisim .contact-icon-wrap,
.theme-minimal.page-iletisim .page-content > .uk-section-large,
.theme-minimal.page-iletisim .page-content > .uk-section {
    display: none !important;
}

@media (max-width: 767px) {
    .theme-minimal .contact-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .theme-minimal .contact-map__iframe {
        height: 240px;
    }

    .theme-minimal .contact-form__grid {
        grid-template-columns: 1fr;
    }
}

/* ═══════════════════════════════════════════════════
   GALERİ
   ═══════════════════════════════════════════════════ */
.theme-minimal.page-gallery .section-hero {
    display: none !important;
}

.theme-minimal .gallery-page {
    max-width: 100%;
}

.theme-minimal .gallery-page__meta {
    text-align: center;
    font-family: var(--tm-font-sans);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--tm-text-muted);
    margin: 0 0 28px;
}

.theme-minimal .gallery-empty {
    text-align: center;
    color: var(--tm-text-soft);
    padding: 48px 0;
}

.theme-minimal .gallery-masonry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.theme-minimal .gallery-item {
    display: block;
    overflow: hidden;
    border: 1px solid var(--tm-border);
    background: var(--tm-bg-soft);
    text-decoration: none;
    transition: border-color 0.25s ease, opacity 0.25s ease;
}

.theme-minimal .gallery-item:hover {
    border-color: var(--tm-text);
    text-decoration: none;
}

.theme-minimal .gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.theme-minimal .gallery-item:hover img {
    transform: scale(1.03);
}

.theme-minimal .gallery-page-cta {
    text-align: center;
    padding: 56px 24px 0;
    margin-top: 48px;
    border-top: 1px solid var(--tm-border);
}

.theme-minimal .gallery-page-cta p {
    color: var(--tm-text-soft);
    font-size: 15px;
    margin: 0 0 20px;
}

.theme-minimal .gallery-page-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

/* Eski galeri kartlarını gizle */
.theme-minimal.page-gallery .gallery-grid,
.theme-minimal.page-gallery .gallery-card,
.theme-minimal.page-gallery .gallery-intro,
.theme-minimal.page-gallery .gallery-cta,
.theme-minimal.page-gallery .section-title {
    display: none !important;
}

@media (max-width: 959px) {
    .theme-minimal .gallery-masonry {
        grid-template-columns: repeat(2, 1fr);
    }

    .theme-minimal .gallery-item img {
        height: 220px;
    }
}

@media (max-width: 479px) {
    .theme-minimal .gallery-masonry {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .theme-minimal .gallery-item img {
        height: 260px;
    }
}

/* ═══════════════════════════════════════════════════
   HAKKIMIZDA
   ═══════════════════════════════════════════════════ */
.theme-minimal.page-about .section-hero,
.theme-minimal.page-about .section-about,
.theme-minimal.page-about .section-slider,
.theme-minimal.page-about .section-plus,
.theme-minimal.page-about .section-info,
.theme-minimal.page-about .section-reviews {
    display: none !important;
}

.theme-minimal .about-page {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

.theme-minimal .about-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 56px;
    padding-bottom: 56px;
    border-bottom: 1px solid var(--tm-border);
    min-width: 0;
    max-width: 100%;
}

.theme-minimal .about-story__content {
    min-width: 0;
    max-width: 100%;
}

.theme-minimal .about-story__media img {
    width: 100%;
    display: block;
    border: 1px solid var(--tm-border);
    object-fit: cover;
    aspect-ratio: 4 / 5;
}

.theme-minimal .about-story__content h2 {
    font-family: var(--tm-font-serif);
    font-size: 1.75rem;
    font-weight: 400;
    color: var(--tm-text);
    margin: 0 0 20px;
    line-height: 1.2;
}

.theme-minimal .about-story__content p {
    color: var(--tm-text-soft);
    line-height: 1.8;
    margin: 0 0 16px;
    font-size: 15px;
}

.theme-minimal .about-story__content .btn-minimal {
    margin-top: 8px;
    width: auto;
    max-width: 100%;
}

.theme-minimal .about-section-title {
    font-family: var(--tm-font-serif);
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--tm-text);
    margin: 0 0 28px;
    text-align: center;
}

.theme-minimal .about-values {
    margin-bottom: 56px;
    padding-bottom: 56px;
    border-bottom: 1px solid var(--tm-border);
}

.theme-minimal .about-values__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
}

.theme-minimal .about-values__list li {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 24px;
    padding: 18px 0;
    border-bottom: 1px solid var(--tm-border);
    align-items: baseline;
}

.theme-minimal .about-values__list li:last-child {
    border-bottom: none;
}

.theme-minimal .about-values__list strong {
    font-family: var(--tm-font-sans);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--tm-text);
}

.theme-minimal .about-values__list span {
    font-size: 14px;
    color: var(--tm-text-soft);
    line-height: 1.6;
}

.theme-minimal .about-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-bottom: 56px;
    padding-bottom: 56px;
    border-bottom: 1px solid var(--tm-border);
}

.theme-minimal .about-stats__item {
    text-align: center;
    padding: 20px 12px;
    border-right: 1px solid var(--tm-border);
}

.theme-minimal .about-stats__item:last-child {
    border-right: none;
}

.theme-minimal .about-stats__num {
    display: block;
    font-family: var(--tm-font-serif);
    font-size: 2rem;
    color: var(--tm-text);
    line-height: 1;
    margin-bottom: 8px;
}

.theme-minimal .about-stats__label {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--tm-text-muted);
}

.theme-minimal .about-reviews {
    margin-bottom: 48px;
}

.theme-minimal .about-reviews__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.theme-minimal .about-quote {
    margin: 0;
    padding: 24px 20px;
    border: 1px solid var(--tm-border);
    background: var(--tm-bg);
}

.theme-minimal .about-quote p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--tm-text-soft);
    margin: 0 0 12px;
    font-style: normal;
}

.theme-minimal .about-quote cite {
    font-size: 12px;
    color: var(--tm-text-muted);
    font-style: normal;
    letter-spacing: 0.04em;
}

.theme-minimal .about-page-cta {
    text-align: center;
    padding-top: 8px;
}

.theme-minimal .about-page-cta p {
    color: var(--tm-text-soft);
    margin: 0 0 20px;
    font-size: 15px;
}

.theme-minimal .about-page-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    max-width: 100%;
}

.theme-minimal .about-page-cta__actions .btn-minimal {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .theme-minimal .about-story {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .theme-minimal .about-story__media {
        max-width: 400px;
        margin: 0 auto;
    }

    .theme-minimal .about-values__list li {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .theme-minimal .about-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .theme-minimal .about-stats__item:nth-child(2) {
        border-right: none;
    }

    .theme-minimal .about-stats__item {
        border-bottom: 1px solid var(--tm-border);
    }

    .theme-minimal .about-stats__item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .theme-minimal .about-reviews__grid {
        grid-template-columns: 1fr;
    }
}
