/*
 Theme Name: WoodMart Child
 Theme URI: https://xtemos.com/themes/woodmart/
 Description: Child theme for WoodMart
 Author: Your Name
 Template: woodmart
 Version: 1.0
*/

/* ================================
   Remove WoodMart top spacing
================================ */
.home .wd-content-layout,
.home .wd-page-content {
    padding-top: 0 !important;
}

/* ================================
   RENTAL DESIGN SYSTEM — .ren- namespace
   Matches stela_elementor_widget.html style
================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@300;400;500;600&display=swap');

/* --- Tokens --- */
:root {
    --ren-ink:      #0f0f0f;
    --ren-ink2:     #3a3a3a;
    --ren-ink3:     #767676;
    --ren-ink4:     #a8a8a8;
    --ren-border:   #e2e2e2;
    --ren-bg:       #ffffff;
    --ren-bg2:      #f5f4f2;
    --ren-bg3:      #f0f5f9;
    --ren-accent:   #0f3d5e;
    --ren-accent2:  #e0eef6;
    --ren-wa:       #25D366;
    --ren-shadow:   0 2px 8px rgba(0,0,0,.06), 0 8px 24px rgba(0,0,0,.06);
    --ren-shadow-lg:0 4px 16px rgba(0,0,0,.08), 0 16px 48px rgba(0,0,0,.10);
}

/* --- Base --- */
.ren-page {
    font-family: 'DM Sans', sans-serif;
    color: var(--ren-ink);
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
}

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

/* --- Wrap --- */
.ren-wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 28px;
}

.ren-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ren-accent);
    margin-bottom: 12px;
}

/* ================================
   CATEGORY PAGE — HERO
================================ */
.ren-cat-hero {
    background: linear-gradient(160deg, #f0f6fa 0%, #e0eef6 40%, #f9f8f6 100%);
    border-bottom: 1px solid var(--ren-border);
    padding: 52px 0 44px;
}

.ren-cat-hero h1 {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: clamp(28px, 5vw, 40px);
    color: var(--ren-ink);
    line-height: 1.15;
    margin: 8px 0 12px;
    font-weight: 400;
}

.ren-cat-hero p {
    font-size: 15px;
    color: var(--ren-ink3);
    font-weight: 300;
    max-width: 500px;
    margin: 0;
}

/* Back link */
.ren-back {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: var(--ren-ink3);
    text-decoration: none;
    margin-bottom: 20px;
    transition: color .2s;
}
.ren-back:hover { color: var(--ren-accent); }
.ren-back svg { width: 14px; height: 14px; flex-shrink: 0; }

/* ================================
   TRUST STRIP
================================ */
.ren-trust {
    background: #fff;
    border-bottom: 1px solid var(--ren-border);
    padding: 0;
}

.ren-trust-inner {
    display: flex;
    align-items: stretch;
}

.ren-titem {
    display: flex;
    align-items: center;
    gap: 9px;
    flex: 1;
    padding: 16px 20px;
    border-right: 1px solid var(--ren-border);
    font-size: 13px;
    font-weight: 500;
    color: var(--ren-ink2);
    white-space: nowrap;
}
.ren-titem:last-child { border-right: none; }
.ren-titem svg { width: 18px; height: 18px; color: var(--ren-accent); flex-shrink: 0; }

/* ================================
   CATEGORY PRODUCT GRID
================================ */
.ren-cat-body {
    background: #fff;
    padding: 64px 0;
}

.ren-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 8px;
}

/* ================================
   PRODUCT CARD (.ren-card)
   Matches .pcard from landing page
================================ */
.ren-card {
    background: #fff;
    border-radius: 14px;
    border: 1.5px solid var(--ren-border);
    overflow: hidden;
    transition: box-shadow .25s, border-color .25s, transform .25s;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ren-card:hover {
    box-shadow: var(--ren-shadow-lg);
    border-color: rgba(15,61,94,.25);
    transform: translateY(-4px);
}

.ren-card-img {
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ren-bg3);
    position: relative;
    overflow: hidden;
}

.ren-card-img img {
    max-height: 180px;
    max-width: 88%;
    width: auto;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform .35s ease;
    display: block;
}

.ren-card:hover .ren-card-img img {
    transform: translateY(-6px) scale(1.04);
}

.ren-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: .05em;
    background: var(--ren-accent);
    color: #fff;
}

.ren-badge-elec { background: #1e3a8a; }
.ren-badge-sco  { background: #5b21b6; }

.ren-card-body {
    padding: 20px 20px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ren-card-name {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 19px;
    color: var(--ren-ink);
    margin-bottom: 6px;
    line-height: 1.2;
    font-weight: 400;
}

.ren-card-desc {
    font-size: 13px;
    color: var(--ren-ink3);
    line-height: 1.65;
    font-weight: 300;
    margin-bottom: 14px;
    flex: 1;
}

/* Price pills */
.ren-prices {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-bottom: 16px;
}

.ren-pp {
    background: var(--ren-bg3);
    border-radius: 8px;
    padding: 9px 6px;
    text-align: center;
    border: 1px solid #dde8f0;
}

.ren-pp-val {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 11.5px;
    color: var(--ren-accent);
    display: block;
    line-height: 1;
    font-weight: 400;
}

.ren-pp-lbl {
    font-size: 9px;
    color: #8a9aaa;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: 3px;
    display: block;
}

/* Buttons */
.ren-btns {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
}

.ren-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    padding: 11px 18px;
    transition: all .2s;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    line-height: 1;
}

.ren-btn svg { width: 15px; height: 15px; flex-shrink: 0; }

.ren-btn-wa {
    background: var(--ren-wa);
    color: #fff;
    box-shadow: 0 4px 16px rgba(37,211,102,.28);
}
.ren-btn-wa:hover { opacity: .92; transform: translateY(-1px); color: #fff; text-decoration: none; }

.ren-btn-outline {
    background: transparent;
    color: var(--ren-ink);
    border: 1.5px solid var(--ren-border);
}
.ren-btn-outline:hover { border-color: var(--ren-ink); background: var(--ren-bg2); color: var(--ren-ink); text-decoration: none; }

.ren-btn-navy {
    background: var(--ren-accent);
    color: #fff;
}
.ren-btn-navy:hover { background: #0a2840; color: #fff; transform: translateY(-1px); text-decoration: none; }

/* ================================
   SINGLE PAGE LAYOUT
================================ */
.ren-single-page {
    padding: 40px 0 72px;
}

.ren-single-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    align-items: start;
    margin-top: 20px;
}

/* ================================
   GALLERY
================================ */
.ren-gallery {
    position: sticky;
    top: 110px;
    align-self: start;
}

.ren-gallery-main {
    border-radius: 16px;
    overflow: hidden;
    background: var(--ren-bg3);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    position: relative;
}

.ren-gallery-main img {
    width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
    display: none;
    width: auto;
    height: auto;
}

.ren-gallery-main img.ren-active,
.ren-gallery-main img:first-child {
    display: block;
}

.ren-gallery-nav {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.ren-gal-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1.5px solid var(--ren-border);
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    color: var(--ren-ink2);
    box-sizing: border-box;
    line-height: 1;
}
.ren-gal-btn:hover { border-color: var(--ren-accent); color: var(--ren-accent); }

.ren-gallery-thumbs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.ren-gallery-thumbs img {
    width: 68px;
    height: 58px;
    object-fit: contain;
    background: var(--ren-bg3);
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color .2s, opacity .2s;
    opacity: .7;
    mix-blend-mode: multiply;
}

.ren-gallery-thumbs img.ren-active,
.ren-gallery-thumbs img:hover {
    border-color: var(--ren-accent);
    opacity: 1;
}

/* ================================
   SINGLE — INFO PANEL
================================ */
.ren-single-info {
    display: flex;
    flex-direction: column;
}

.ren-single-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    background: var(--ren-accent2);
    color: var(--ren-accent);
    padding: 4px 12px;
    border-radius: 50px;
    margin-bottom: 10px;
    align-self: flex-start;
}

.ren-single-title {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: clamp(24px, 4vw, 32px);
    color: var(--ren-ink);
    line-height: 1.15;
    margin: 0 0 10px;
    font-weight: 400;
}

.ren-single-reviews {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--ren-ink3);
    margin-bottom: 14px;
}

.ren-stars { color: #f59e0b; letter-spacing: 1px; }

.ren-single-desc {
    font-size: 14px;
    color: var(--ren-ink3);
    line-height: 1.75;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--ren-border);
}

.ren-single-prices {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 24px;
}

.ren-single-pp {
    background: var(--ren-bg3);
    border-radius: 10px;
    padding: 12px 8px;
    text-align: center;
    border: 1px solid #dde8f0;
}

.ren-single-pp-val {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 14px;
    color: var(--ren-accent);
    display: block;
    line-height: 1;
    font-weight: 400;
}

.ren-single-pp-lbl {
    font-size: 10px;
    color: #8a9aaa;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: 4px;
    display: block;
}

/* ================================
   BOOKING FORM
================================ */
.ren-form-wrap {
    background: #fff;
    border: 1.5px solid var(--ren-border);
    border-radius: 16px;
    padding: 24px;
}

.ren-form-heading {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 18px;
    color: var(--ren-ink);
    margin: 0 0 18px;
    font-weight: 400;
}

.ren-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ren-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.ren-field label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--ren-ink3);
    margin-bottom: 5px;
}

.ren-field input,
.ren-field select,
.ren-field textarea {
    width: 100%;
    height: 42px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1.5px solid var(--ren-border);
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    background: #fff;
    color: var(--ren-ink);
    line-height: 42px;
    box-sizing: border-box;
    transition: border-color .2s;
    -webkit-appearance: none;
    appearance: none;
}

.ren-field input:focus,
.ren-field select:focus,
.ren-field textarea:focus {
    outline: none;
    border-color: var(--ren-accent);
    box-shadow: 0 0 0 3px rgba(15,61,94,.08);
}

.ren-field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23767676' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

.ren-field textarea {
    height: 70px;
    line-height: 1.5;
    padding-top: 10px;
    resize: none;
}

.ren-field input[type="date"] {
    background-image: none !important;
    cursor: pointer;
}

/* Readonly duration box */
.ren-readonly {
    height: 42px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1.5px solid var(--ren-border);
    background: #f9fafb;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    color: var(--ren-ink2);
    display: flex;
    align-items: center;
    font-weight: 500;
}

/* Phone field */
.ren-phone-wrap {
    display: flex;
    height: 42px;
    border: 1.5px solid var(--ren-border);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: border-color .2s;
}

.ren-phone-wrap:focus-within {
    border-color: var(--ren-accent);
    box-shadow: 0 0 0 3px rgba(15,61,94,.08);
}

.ren-phone-prefix {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 12px;
    font-size: 13px;
    background: #f9fafb;
    border-right: 1.5px solid var(--ren-border);
    white-space: nowrap;
    color: var(--ren-ink2);
    flex-shrink: 0;
}

.ren-phone-wrap input {
    flex: 1;
    height: 100%;
    border: none !important;
    box-shadow: none !important;
    padding: 0 12px;
    font-size: 14px;
    background: transparent;
    border-radius: 0;
}

.ren-phone-wrap input:focus {
    outline: none;
    border: none !important;
    box-shadow: none !important;
}

/* Plan banner */
.ren-plan-banner {
    display: none;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 4px;
}
.ren-plan-banner.show    { display: flex; }
.ren-plan-banner.weekly  { background: #e8f5e9; color: #1a7a3a; border: 1.5px solid #b8e4c0; }
.ren-plan-banner.monthly { background: #e0eef6; color: #0f3d5e; border: 1.5px solid #b8d4e8; }

/* Totals */
.ren-totals {
    background: #f9fafb;
    border-radius: 10px;
    padding: 14px 16px;
    border: 1px solid var(--ren-border);
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
}

.ren-totals-row {
    display: flex;
    justify-content: space-between;
    color: var(--ren-ink3);
}

.ren-totals-grand {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 16px;
    color: var(--ren-ink);
    padding-top: 8px;
    border-top: 1px solid var(--ren-border);
    margin-top: 4px;
}

.ren-totals-grand span:last-child { color: var(--ren-accent); }

.ren-totals-deposit { font-size: 12px; }
.ren-totals-deposit span:last-child { color: #1a7a3a; font-weight: 600; }

/* Submit */
.ren-submit {
    width: 100%;
    height: 50px;
    background: var(--ren-accent);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
    box-sizing: border-box;
    letter-spacing: .02em;
}

.ren-submit:hover {
    background: #0a2840;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(15,61,94,.28);
}

/* WhatsApp alternative */
.ren-wa-alt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    color: #1a9e4f;
    padding: 12px;
    border-radius: 50px;
    border: 1.5px solid var(--ren-wa);
    transition: all .2s;
    box-sizing: border-box;
    width: 100%;
}

.ren-wa-alt:hover { background: var(--ren-wa); color: #fff; }
.ren-wa-alt svg { width: 16px; height: 16px; flex-shrink: 0; }

.ren-form-note {
    text-align: center;
    font-size: 11.5px;
    color: var(--ren-ink4);
    line-height: 1.5;
}

/* ================================
   CONFIRMATION MODAL
================================ */
.ren-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    justify-content: center;
    align-items: center;
    z-index: 99999;
    padding: 20px;
}

.ren-modal-box {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 20px 60px rgba(0,0,0,.2);
}

.ren-modal-title {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 22px;
    color: var(--ren-ink);
    margin: 0 0 20px;
    font-weight: 400;
}

.ren-modal-product {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--ren-border);
}

.ren-modal-product img {
    width: 64px;
    height: 56px;
    object-fit: contain;
    background: var(--ren-bg3);
    border-radius: 10px;
    mix-blend-mode: multiply;
}

.ren-modal-product strong {
    font-size: 15px;
    color: var(--ren-ink);
    font-weight: 600;
}

.ren-modal-rows {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.ren-modal-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: var(--ren-ink3);
}

.ren-modal-row span:last-child { color: var(--ren-ink); font-weight: 500; }

.ren-modal-total {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 17px;
    padding: 12px 0 20px;
    border-top: 1px solid var(--ren-border);
    color: var(--ren-ink);
}

.ren-modal-total span:last-child { color: var(--ren-accent); }

.ren-modal-actions {
    display: flex;
    gap: 10px;
}

.ren-modal-confirm {
    flex: 2;
    height: 48px;
    background: var(--ren-accent);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
    box-sizing: border-box;
}
.ren-modal-confirm:hover { background: #0a2840; }

.ren-modal-cancel {
    flex: 1;
    height: 48px;
    background: #f3f4f6;
    color: var(--ren-ink2);
    border: none;
    border-radius: 50px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    cursor: pointer;
    transition: background .2s;
    box-sizing: border-box;
}
.ren-modal-cancel:hover { background: #e5e7eb; }

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 960px) {
    .ren-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    .ren-single-grid { grid-template-columns: 1fr; gap: 32px; }
    .ren-gallery { position: static; }
    .ren-trust-inner { flex-wrap: wrap; }
    .ren-titem { flex: 1 1 45%; border-bottom: 1px solid var(--ren-border); }
}

@media (max-width: 600px) {
    .ren-grid { grid-template-columns: 1fr; }
    .ren-wrap { padding: 0 16px; }
    .ren-row-2 { grid-template-columns: 1fr; }
    .ren-titem { flex: 1 1 100%; }
    .ren-single-prices { grid-template-columns: repeat(3, 1fr); }
}


/* ================================
   HOW IT WORKS (category page)
================================ */
.ren-how {
    padding: 72px 0;
    background: var(--ren-bg3);
}
.ren-how-hd { margin-bottom: 48px; }
.ren-how-hd h2 {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 30px;
    font-weight: 400;
    color: var(--ren-ink);
    margin: 0 0 8px;
}
.ren-how-hd p { font-size: 15px; color: var(--ren-ink3); margin: 0; }

.ren-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.ren-step {
    background: #fff;
    border-radius: 16px;
    border: 1px solid var(--ren-border);
    padding: 32px 20px;
    text-align: center;
}
.ren-step-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--ren-accent2);
    color: var(--ren-accent);
    font-family: 'DM Serif Display', serif;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-weight: 700;
}
.ren-step-icon {
    width: 52px;
    height: 52px;
    background: var(--ren-accent2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    color: var(--ren-accent);
}
.ren-step h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--ren-ink);
    margin: 0 0 8px;
}
.ren-step p {
    font-size: 13px;
    color: var(--ren-ink3);
    line-height: 1.65;
    margin: 0;
}


/* ================================
   ACCESSIBLE PLACES (category page)
================================ */
.ren-places {
    padding: 72px 0;
    background: #fff;
}
.ren-places-hd { margin-bottom: 40px; }
.ren-places-hd h2 {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 30px;
    font-weight: 400;
    color: var(--ren-ink);
    margin: 0 0 8px;
}
.ren-places-hd p { font-size: 15px; color: var(--ren-ink3); margin: 0; }

.ren-places-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.ren-place {
    border-radius: 16px;
    border: 1px solid var(--ren-border);
    overflow: hidden;
    background: #fff;
    transition: transform .2s, box-shadow .2s;
}
.ren-place:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(15,61,94,.1);
}
.ren-place-thumb {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
}
.ren-place-body { padding: 18px 20px 22px; }
.ren-place-city {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: var(--ren-accent);
    margin-bottom: 5px;
}
.ren-place-name {
    font-weight: 700;
    font-size: 15px;
    color: var(--ren-ink);
    margin: 0 0 7px;
}
.ren-place-desc {
    font-size: 13px;
    color: var(--ren-ink3);
    line-height: 1.6;
    margin: 0;
}


/* ================================
   RELATED PRODUCTS (single page)
================================ */
.ren-related {
    padding: 64px 0;
    background: var(--ren-bg3);
}
.ren-related h2 {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 28px;
    font-weight: 400;
    color: var(--ren-ink);
    margin: 0 0 32px;
}
.ren-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}


/* ================================
   FAQ (single page)
================================ */
.ren-faq {
    padding: 72px 0;
    background: #fff;
}
.ren-faq-hd { margin-bottom: 40px; }
.ren-faq-hd h2 {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 30px;
    font-weight: 400;
    color: var(--ren-ink);
    margin: 0 0 8px;
}
.ren-faq-hd p { font-size: 15px; color: var(--ren-ink3); margin: 0; }

.ren-faq-list { border-top: 1px solid var(--ren-border); }
.ren-faq-item { border-bottom: 1px solid var(--ren-border); }
.ren-faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: var(--ren-ink);
    gap: 16px;
    user-select: none;
    list-style: none;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-family: 'DM Sans', sans-serif;
}
.ren-faq-q svg { flex-shrink: 0; transition: transform .25s; }
.ren-faq-item.open .ren-faq-q svg { transform: rotate(180deg); }
.ren-faq-item.open .ren-faq-q { color: var(--ren-accent); }
.ren-faq-a {
    display: none;
    padding-bottom: 22px;
    font-size: 14px;
    color: var(--ren-ink3);
    line-height: 1.75;
    max-width: 680px;
}
.ren-faq-item.open .ren-faq-a { display: block; }


/* ================================
   CAROUSEL
================================ */
.ren-carousel-group { margin-bottom: 48px; }
.ren-carousel-group:last-child { margin-bottom: 0; }
.ren-carousel-city {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--ren-accent);
    margin: 0 0 18px;
}
.ren-carousel { overflow: hidden; }
.ren-carousel-track {
    display: flex;
    gap: 22px;
    transition: transform .45s cubic-bezier(.25,.46,.45,.94);
}
.ren-carousel-track .ren-place {
    flex: 0 0 calc((100% - 44px) / 3); /* 3 visible, 2×22px gap */
}
@media (max-width: 999px) {
    .ren-carousel-track .ren-place {
        flex: 0 0 calc((100% - 22px) / 2);
    }
}
@media (max-width: 699px) {
    .ren-carousel-track .ren-place {
        flex: 0 0 100%;
    }
}
.ren-place-photo {
    height: 190px;
    overflow: hidden;
    background: var(--ren-bg3);
}
.ren-place-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
    display: block;
}
.ren-place:hover .ren-place-photo img { transform: scale(1.05); }

.ren-car-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
}
.ren-car-dots {
    display: flex;
    gap: 7px;
    flex: 1;
    justify-content: center;
}
.ren-car-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ren-border);
    cursor: pointer;
    transition: background .2s;
    border: none;
    padding: 0;
}
.ren-car-dot.active { background: var(--ren-accent); width: 20px; border-radius: 4px; }
.ren-car-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1.5px solid var(--ren-border);
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ren-ink2);
    transition: all .2s;
    flex-shrink: 0;
}
.ren-car-btn:hover:not(:disabled) { border-color: var(--ren-accent); color: var(--ren-accent); }
.ren-car-btn:disabled { opacity: .3; cursor: default; }


/* ================================
   RESPONSIVE — new sections
================================ */
@media (max-width: 900px) {
    .ren-steps        { grid-template-columns: repeat(2, 1fr); }
    .ren-places-grid  { grid-template-columns: repeat(2, 1fr); }
    .ren-related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .ren-steps        { grid-template-columns: 1fr 1fr; gap: 12px; }
    .ren-places-grid  { grid-template-columns: 1fr; }
    .ren-related-grid { grid-template-columns: 1fr; }
    .ren-how-hd h2, .ren-places-hd h2, .ren-faq-hd h2, .ren-related h2 { font-size: 24px; }
}
