:root {
    --ink: #1f2933;
    --muted: #667085;
    --paper: #f7f4ef;
    --surface: #ffffff;
    --soft: #f1ede6;
    --soft-strong: #e9e2d8;
    --accent: #a54122;
    --accent-dark: #792b17;
    --green: #526a50;
    --green-dark: #26382d;
    --gold: #bd8f3d;
    --line: #e2dbd2;
    --shadow: 0 14px 34px rgba(31, 41, 51, .08);
    --shadow-strong: 0 22px 50px rgba(31, 41, 51, .14);
    --radius: 10px;
    --header-height: 72px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
    outline: 3px solid rgba(197, 151, 58, .38);
    outline-offset: 2px;
}

.skip-link {
    position: fixed;
    left: 16px;
    top: 12px;
    z-index: 300;
    padding: 9px 12px;
    border-radius: 8px;
    color: #fff;
    background: var(--accent-dark);
    transform: translateY(-140%);
}
.skip-link:focus { transform: translateY(0); }
.anchor-alias {
    position: relative;
    top: calc(var(--header-height) * -1);
    display: block;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: var(--header-height);
    gap: 18px;
    padding: 8px max(18px, calc((100% - var(--container)) / 2));
    border-bottom: 1px solid rgba(226, 219, 210, .9);
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(16px);
}
.site-header.is-scrolled { box-shadow: 0 10px 26px rgba(31, 41, 51, .07); }
.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.brand-logo-img,
.brand-mark {
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
}
.brand-logo-img {
    object-fit: contain;
    filter: drop-shadow(0 8px 14px rgba(31, 41, 51, .16));
}
.brand-mark {
    display: grid;
    place-items: center;
    border-radius: 9px;
    color: #fff;
    background: var(--accent);
    font-weight: 850;
}
.brand strong,
.brand small {
    display: block;
    white-space: nowrap;
}
.brand strong {
    line-height: 1.05;
    font-size: .98rem;
}
.brand small {
    margin-top: 2px;
    color: var(--muted);
    font-size: .76rem;
    font-weight: 720;
}
.main-nav {
    display: flex;
    align-items: center;
    gap: 2px;
}
.main-nav a {
    padding: 9px 11px;
    border-radius: 8px;
    color: #344054;
    font-size: .9rem;
    font-weight: 780;
}
.main-nav a:hover,
.main-nav a.is-active {
    color: var(--accent-dark);
    background: var(--soft);
}
.main-nav .nav-cta {
    margin-left: 6px;
    color: #fff;
    background: var(--accent);
}
.main-nav .nav-cta:hover {
    color: #fff;
    background: var(--accent-dark);
}
.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: #fff;
}
.nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: var(--ink);
}

.hero {
    position: relative;
    min-height: clamp(560px, calc(100svh - var(--header-height)), 720px);
    display: grid;
    align-items: center;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid var(--line);
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .93) 34%, rgba(255, 255, 255, .68) 56%, rgba(255, 255, 255, .16) 78%),
        linear-gradient(180deg, rgba(247, 244, 239, 0) 70%, rgba(247, 244, 239, .82) 100%);
}
.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}
.hero-inner {
    position: relative;
    z-index: 2;
    width: min(var(--container), calc(100% - 36px));
    margin: 0 auto;
    padding: 52px 0 42px;
}
.hero-copy-block {
    max-width: 650px;
}
.section-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--accent);
    font-size: .74rem;
    font-weight: 860;
    letter-spacing: .08em;
    text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
    max-width: 640px;
    margin-bottom: 14px;
    font-size: clamp(2.5rem, 5vw, 4.45rem);
    line-height: 1.03;
    letter-spacing: 0;
    font-weight: 760;
}
h2 {
    margin-bottom: 10px;
    font-size: clamp(1.65rem, 2.7vw, 2.45rem);
    line-height: 1.13;
    letter-spacing: 0;
}
h3 {
    margin-bottom: 7px;
    font-size: 1.04rem;
    line-height: 1.25;
}
.lead {
    max-width: 580px;
    margin-bottom: 0;
    color: #5b6678;
    font-size: clamp(1rem, 1.35vw, 1.16rem);
    font-weight: 560;
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}
.hero-trust,
.quick-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.hero-trust { margin-top: 20px; max-width: 690px; }
.hero-trust span,
.quick-contact span,
.quick-contact a,
.trust-box span,
.benefit-list span,
.tag-row span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #475467;
    background: rgba(255, 255, 255, .9);
    font-size: .82rem;
    font-weight: 760;
}
.quick-contact { margin-top: 14px; }

.hero-social-callout {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding: 10px;
    border: 1px solid rgba(165, 65, 34, .24);
    border-radius: 999px;
    background: rgba(255, 250, 244, .96);
    box-shadow: 0 12px 26px rgba(165, 65, 34, .12);
}
.hero-social-callout strong {
    padding-left: 4px;
    color: var(--accent-dark);
    font-size: .86rem;
    white-space: nowrap;
}
.hero-social-links {
    gap: 7px;
}
.hero-social-links .social-link {
    min-height: 38px;
    padding: 7px 10px;
    border-color: rgba(165, 65, 34, .24);
}
.hero-social-links .social-icon {
    width: 26px;
    height: 26px;
}
.quick-contact a:hover {
    color: var(--accent-dark);
    border-color: rgba(165, 65, 34, .36);
    background: #fff;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-weight: 850;
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
    color: #fff;
    background: var(--accent);
    box-shadow: 0 12px 24px rgba(165, 65, 34, .18);
}
.btn-primary:hover { background: var(--accent-dark); }
.btn-outline,
.btn-soft {
    color: var(--accent-dark);
    border-color: rgba(165, 65, 34, .28);
    background: rgba(255, 255, 255, .94);
}
.btn-soft {
    color: var(--ink);
    border-color: var(--line);
}

.section {
    width: min(var(--container), calc(100% - 36px));
    margin: 0 auto;
    padding: 54px 0;
    scroll-margin-top: calc(var(--header-height) + 22px);
}
.section-head {
    max-width: 760px;
    margin-bottom: 22px;
}
.section-head p {
    max-width: 700px;
    margin-bottom: 0;
    color: var(--muted);
}
.row-head {
    max-width: none;
    display: flex;
    justify-content: space-between;
    gap: 22px;
    align-items: end;
}

.category-overview,
.rentals,
.process,
.gallery,
.testimonials,
.social-callout,
.contact,
.faq-section,
.compact-intro,
.packages,
.service-staff,
.info-split,
.featured-products {
    width: 100%;
    max-width: none;
    padding-inline: max(18px, calc((100% - var(--container)) / 2));
}
.category-overview {
    background: #f0ece5;
    border-block: 1px solid var(--line);
}
.overview-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}
.overview-card {
    position: relative;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 12px;
    min-height: 124px;
    padding: 13px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 10px 22px rgba(31, 41, 51, .05);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.overview-card:hover {
    transform: translateY(-2px);
    border-color: rgba(165, 65, 34, .34);
    box-shadow: var(--shadow);
}
.overview-media {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 9px;
    color: var(--accent-dark);
    background: #fff8f3;
    font-weight: 880;
}
.overview-media img {
    width: 100%;
    height: 100%;
    padding: 4px;
    object-fit: contain;
}
.overview-copy strong,
.overview-copy small {
    display: block;
}
.overview-copy small {
    margin-top: 4px;
    color: var(--muted);
    font-size: .82rem;
}
.overview-count {
    grid-column: 1 / -1;
    align-self: end;
    color: var(--accent-dark);
    font-size: .78rem;
    font-weight: 850;
}

.featured-products { background: #fff; }
.featured-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.featured-card {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 14px;
    min-height: 190px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 10px 24px rgba(31, 41, 51, .06);
}
.featured-card img,
.featured-card .image-placeholder {
    width: 132px;
    height: 166px;
    overflow: hidden;
    border-radius: 8px;
    object-fit: contain;
    object-position: center;
    padding: 8px;
    background: #f8f6f1;
}
.featured-card p {
    display: -webkit-box;
    margin-bottom: 10px;
    overflow: hidden;
    color: var(--muted);
    font-size: .9rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.packages {
    background: #f6f2eb;
    border-block: 1px solid var(--line);
}
.package-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}
.package-card {
    display: flex;
    flex-direction: column;
    min-height: 230px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 10px 24px rgba(31, 41, 51, .06);
}
.package-card > span {
    margin-bottom: 16px;
    color: var(--green);
    font-size: .78rem;
    font-weight: 850;
}
.package-card p {
    margin-bottom: 16px;
    color: var(--muted);
    font-size: .92rem;
}
.package-card a,
.card-cta,
.text-link {
    margin-top: auto;
    color: var(--accent-dark);
    font-weight: 850;
    text-decoration: underline;
    text-decoration-color: rgba(165, 65, 34, .3);
    text-underline-offset: 3px;
}

.service-staff {
    background: #fff;
    border-bottom: 1px solid var(--line);
}
.service-staff-layout {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(320px, 1.08fr);
    gap: 30px;
    align-items: center;
}
.service-staff-copy p {
    max-width: 76ch;
    margin-bottom: 18px;
    color: var(--muted);
}
.service-staff-media {
    min-height: 330px;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #f8f6f1;
}
.service-staff-media img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
    object-position: center;
}

.rentals {
    background: #fbfaf7;
    border-bottom: 1px solid var(--line);
}
.selection-summary {
    min-width: min(340px, 100%);
    padding: 14px;
    border: 1px solid rgba(82, 106, 80, .2);
    border-radius: var(--radius);
    background: #f2f6ef;
}
.selection-summary strong,
.selection-summary span,
.selection-summary a {
    display: block;
}
.selection-summary span {
    margin: 3px 0 8px;
    color: var(--muted);
    font-size: .86rem;
}
.selection-summary a {
    color: var(--accent-dark);
    font-weight: 850;
}
.rental-toolbar {
    position: static;
    top: calc(var(--header-height) + 10px);
    z-index: 20;
    display: grid;
    grid-template-columns: minmax(250px, 1.4fr) repeat(3, minmax(150px, .8fr));
    grid-template-areas:
        "search occasion setting sort"
        "status status status status"
        "filters filters filters filters";
    gap: 12px;
    align-items: end;
    margin-bottom: 18px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 14px 34px rgba(31, 41, 51, .07);
    backdrop-filter: blur(14px);
}
.search-field { grid-area: search; }
.select-field:nth-of-type(2) { grid-area: occasion; }
.select-field:nth-of-type(3) { grid-area: setting; }
.select-field:nth-of-type(4) { grid-area: sort; }
.search-field,
.select-field,
label {
    display: grid;
    gap: 6px;
    color: #475467;
    font-size: .82rem;
    font-weight: 800;
}
.search-field input,
.select-field select,
.contact-form input,
.contact-form textarea {
    width: 100%;
    min-height: 42px;
    border: 1px solid #d7d0c8;
    border-radius: 8px;
    padding: 10px 11px;
    color: var(--ink);
    background: #fff;
}
.rental-toolbar-status {
    grid-area: status;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding-top: 2px;
    color: var(--muted);
    font-size: .86rem;
}
.rental-toolbar-status strong { color: var(--ink); }
.rental-toolbar-status button,
.detail-item,
.save-item,
.selected-request button {
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--accent-dark);
    background: #fff;
    font-size: .84rem;
    font-weight: 820;
    cursor: pointer;
}
.filter-panel {
    grid-area: filters;
    padding-top: 12px;
    border-top: 1px solid rgba(226, 219, 210, .88);
}
.filter-panel-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}
.filter-panel-head span {
    color: var(--ink);
    font-size: .9rem;
    font-weight: 860;
}
.filter-panel-head small {
    color: var(--muted);
    font-size: .78rem;
    font-weight: 760;
}
.filter-chips {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(176px, 1fr));
    gap: 9px;
}
.filter-chip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 46px;
    padding: 9px 11px;
    border: 1px solid var(--line);
    border-radius: 9px;
    color: #475467;
    background: #fff;
    text-align: left;
    font-size: .88rem;
    font-weight: 820;
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
.filter-chip small {
    display: inline-grid;
    place-items: center;
    min-width: 26px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    color: var(--muted);
    background: var(--paper);
    font-size: .74rem;
    font-weight: 850;
}
.filter-chip.is-active,
.filter-chip:hover {
    color: #fff;
    border-color: var(--accent);
    background: var(--accent);
}
.filter-chip.is-active small,
.filter-chip:hover small {
    color: var(--accent-dark);
    background: #fff;
}
.filter-chip:hover { transform: translateY(-1px); }
.download-callout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    margin-bottom: 18px;
    padding: 16px;
    border: 1px solid rgba(82, 106, 80, .2);
    border-radius: var(--radius);
    background: #f2f6ef;
}
.download-callout strong,
.download-callout p {
    display: block;
}
.download-callout strong {
    margin-top: 8px;
    font-size: 1.05rem;
}
.download-callout p {
    max-width: 680px;
    margin: 4px 0 0;
    color: var(--muted);
    font-size: .92rem;
}
.download-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}
.category-note {
    margin: 0 0 18px;
    padding: 16px 18px;
    border: 1px solid rgba(165, 65, 34, .18);
    border-left: 4px solid var(--accent);
    border-radius: 8px;
    background: #fffaf2;
}
.category-note[hidden] { display: none; }
.category-note h3 {
    margin: 0 0 6px;
    color: var(--ink);
    font-size: 1.05rem;
}
.category-note p {
    margin: 0;
    max-width: 74ch;
    color: var(--muted);
}
.rental-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.rental-card {
    overflow: hidden;
    display: flex;
    min-height: 520px;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 8px 22px rgba(31, 41, 51, .05);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.rental-card:hover {
    transform: translateY(-2px);
    border-color: rgba(165, 65, 34, .32);
    box-shadow: var(--shadow-strong);
}
.rental-card[hidden] { display: none; }
.rental-card:not([hidden]) { animation: rental-card-in .22s ease both; }
.rental-image {
    position: relative;
    display: grid;
    place-items: center;
    height: 230px;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
    background: #f8f6f1;
}
.rental-image img,
.image-placeholder {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 12px;
}
.rental-image.image-focus-lower img,
.featured-card img.image-focus-lower,
.detail-media.image-focus-lower img {
    object-fit: cover;
    object-position: center 72%;
    padding: 0;
}
.image-placeholder {
    display: grid;
    place-items: center;
}
.image-placeholder span {
    padding: 7px 10px;
    border: 1px dashed #d7d0c8;
    border-radius: 999px;
    color: var(--muted);
    background: #fff;
    font-size: .82rem;
    font-weight: 800;
}
.rental-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 9px;
    padding: 15px;
}
.badge {
    display: inline-flex;
    align-self: flex-start;
    min-height: 24px;
    padding: 4px 8px;
    border: 1px solid #dce7d6;
    border-radius: 999px;
    color: var(--green);
    background: #f1f5ed;
    font-size: .74rem;
    font-weight: 850;
}
.rental-body h3 { margin-bottom: 0; }
.rental-body p {
    display: -webkit-box;
    margin-bottom: 0;
    overflow: hidden;
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.48;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.rental-body .card-dimension {
    display: block;
    color: var(--ink);
    font-size: .88rem;
    font-weight: 760;
    -webkit-line-clamp: initial;
}
.card-dimension strong {
    color: var(--accent-dark);
}
.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.tag-row span {
    min-height: 25px;
    padding: 4px 8px;
    color: #4d5d48;
    background: #f6f8f2;
    font-size: .74rem;
}
.card-meta {
    display: grid;
    gap: 3px;
    margin-top: auto;
    color: var(--muted);
    font-size: .82rem;
}
.card-meta span:first-child {
    color: var(--ink);
    font-weight: 760;
}
.card-actions {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 8px;
    align-items: center;
    margin-top: 4px;
}
.card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid rgba(165, 65, 34, .24);
    border-radius: 8px;
    background: #fff7f3;
    text-decoration: none;
}
.card-cta:hover {
    color: #fff;
    background: var(--accent);
    border-color: var(--accent);
}
.save-item.is-saved {
    color: #fff;
    border-color: var(--green);
    background: var(--green);
}
.catalog-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}
.catalog-actions [hidden] { display: none; }
.btn-load-more {
    gap: 10px;
    min-width: min(340px, 100%);
    border-color: rgba(165, 65, 34, .35);
    color: var(--accent-dark);
    background: #fff;
    box-shadow: 0 12px 26px rgba(31, 41, 51, .08);
}
.btn-load-more::before {
    content: "+";
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    color: #fff;
    background: var(--accent);
}
.btn-load-more[aria-expanded="true"]::before {
    content: "-";
}
.btn-load-more:hover {
    border-color: var(--accent);
    background: #fff8f3;
}
.empty-state {
    padding: 18px;
    border: 1px dashed var(--line);
    border-radius: var(--radius);
    color: var(--muted);
    background: #fff;
}

.compact-intro {
    background: #fff;
    border-block: 1px solid var(--line);
}
.service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.service-card {
    min-height: 170px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 8px 22px rgba(31, 41, 51, .05);
}
.service-card > span {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    margin-bottom: 12px;
    border-radius: 50%;
    color: #fff;
    background: var(--green);
    font-weight: 900;
}
.service-card p,
.timeline-item p,
.testimonial-card p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: .92rem;
}
.seo-details {
    margin-top: 16px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fbfaf7;
}
.seo-details summary {
    cursor: pointer;
    color: var(--accent-dark);
    font-weight: 850;
}
.service-grid.compact {
    margin-top: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process {
    background: #f6f2eb;
    border-block: 1px solid var(--line);
}
.timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.timeline-item {
    position: relative;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 8px 22px rgba(31, 41, 51, .05);
}
.timeline-item span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
    border-radius: 50%;
    color: #fff;
    background: var(--accent);
    font-weight: 880;
}
.info-split {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 34px;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid var(--line);
}
.info-split p { color: var(--muted); }
.benefit-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.gallery {
    background: #f0ece5;
    border-bottom: 1px solid var(--line);
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.gallery-item {
    overflow: hidden;
    display: block;
    aspect-ratio: 4 / 3;
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 8px 20px rgba(31, 41, 51, .06);
}
.gallery-item img {
    width: 100%;
    height: 100%;
    padding: 8px;
    object-fit: contain;
    object-position: center;
    background: #f8f6f1;
    transition: transform .24s ease;
}
.gallery-item:hover img { transform: none; }
.testimonials {
    background: #fff;
    border-bottom: 1px solid var(--line);
}
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.testimonial-card {
    margin: 0;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fbfaf7;
}
.testimonial-card cite {
    display: block;
    margin-top: 12px;
    color: var(--accent-dark);
    font-style: normal;
    font-weight: 850;
}
.faq-section {
    background: #fbfaf7;
    border-bottom: 1px solid var(--line);
}
.faq-list {
    display: grid;
    gap: 10px;
}
.faq-list details {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
}
.faq-list summary {
    cursor: pointer;
    padding: 15px 16px;
    color: var(--ink);
    font-weight: 850;
}
.faq-list p {
    margin: 0;
    padding: 0 16px 16px;
    color: var(--muted);
}


.social-callout {
    background: #fff;
    border-bottom: 1px solid var(--line);
}
.social-callout-inner {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(280px, .65fr);
    gap: 24px;
    align-items: center;
    padding: 24px;
    border: 1px solid rgba(165, 65, 34, .18);
    border-radius: var(--radius);
    background: linear-gradient(135deg, #fffaf4 0%, #f4f7f0 100%);
    box-shadow: 0 10px 24px rgba(31, 41, 51, .06);
}
.social-callout p {
    max-width: 680px;
    margin-bottom: 0;
    color: var(--muted);
}
.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.social-links-large {
    justify-content: flex-end;
}
.social-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink);
    background: #fff;
    font-weight: 850;
    text-decoration: none;
    transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.social-link:hover {
    transform: translateY(-1px);
    border-color: rgba(165, 65, 34, .35);
    background: #fff7f3;
}
.social-icon {
    display: grid;
    place-items: center;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    flex: 0 0 auto;
    color: #fff;
    background: var(--accent);
    font-weight: 900;
    line-height: 1;
}
.social-icon-facebook {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
}
.social-icon-instagram {
    overflow: hidden;
    border-radius: 9px;
    color: transparent;
    background:
        radial-gradient(circle at 72% 22%, #ffd776 0 12%, transparent 26%),
        radial-gradient(circle at 28% 92%, #feda75 0 16%, transparent 34%),
        linear-gradient(145deg, #405de6 0%, #833ab4 32%, #c13584 54%, #e1306c 70%, #fd1d1d 84%, #f77737 100%);
}
.social-icon-instagram::before {
    content: "";
    position: absolute;
    inset: 7px;
    border: 2px solid #fff;
    border-radius: 6px;
}
.social-icon-instagram::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    box-shadow: 7px -7px 0 -3px #fff;
}
.reference-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}
.reference-item {
    overflow: hidden;
    display: block;
    aspect-ratio: 4 / 3;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #f8f6f1;
    box-shadow: 0 8px 20px rgba(31, 41, 51, .06);
}
.reference-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.contact-person-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    margin-top: 18px;
    padding: 14px;
    border: 1px solid rgba(165, 65, 34, .18);
    border-radius: var(--radius);
    background: #fffaf4;
    box-shadow: 0 8px 20px rgba(31, 41, 51, .05);
}
.contact-person-card img {
    width: 96px;
    height: 118px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center top;
}
.contact-person-card .section-kicker {
    margin-bottom: 4px;
    font-size: .68rem;
}
.contact-person-card h3 {
    margin-bottom: 3px;
}
.contact-person-card strong {
    display: block;
    margin-bottom: 7px;
    color: var(--green-dark);
    font-size: .9rem;
}
.contact-person-card p {
    margin-bottom: 0;
    font-size: .88rem;
}
.contact-person-links {
    display: grid;
    gap: 6px;
    margin-top: 10px;
}
.contact-person-links a {
    padding: 8px 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--accent-dark);
    background: #fff;
    font-size: .9rem;
    font-weight: 820;
}
.contact-person-links a:hover {
    border-color: rgba(165, 65, 34, .35);
    background: #fff7f3;
}
.site-footer .footer-social {
    margin-top: 12px;
    align-items: flex-start;
}
.site-footer .social-link {
    min-height: 38px;
    padding: 7px 10px;
    border-color: rgba(255, 255, 255, .18);
    color: #fff;
    background: rgba(255, 255, 255, .06);
    text-decoration: none;
}
.site-footer .social-link:hover {
    background: rgba(255, 255, 255, .12);
}
.site-footer .social-icon {
    width: 26px;
    height: 26px;
}

.contact {
    background: #fff;
}
.contact-panel {
    display: grid;
    grid-template-columns: .84fr 1.16fr;
    gap: 30px;
    align-items: start;
}
.contact-copy p { color: var(--muted); }
.trust-box {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0;
}
.selected-request {
    display: grid;
    gap: 10px;
    margin: 18px 0;
    padding: 15px;
    border: 1px solid rgba(82, 106, 80, .22);
    border-radius: var(--radius);
    background: #f3f7f0;
}
.selected-request > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.selected-request p {
    margin-bottom: 0;
    font-size: .9rem;
}
.selected-request ul {
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.selected-request li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 10px;
    border: 1px solid #dce7d6;
    border-radius: 8px;
    background: #fff;
    font-weight: 760;
}
.selected-request li button {
    min-height: 28px;
    padding: 4px 8px;
}
.contact-facts {
    display: grid;
    gap: 8px;
    margin-top: 18px;
}
.contact-facts span,
.contact-facts a {
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--paper);
    font-weight: 760;
}
.contact-facts a:hover {
    color: var(--accent-dark);
    border-color: rgba(165, 65, 34, .35);
    background: #fff;
}
.contact-form {
    display: grid;
    gap: 14px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
}
fieldset {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
legend {
    grid-column: 1 / -1;
    margin-bottom: 2px;
    color: var(--accent-dark);
    font-weight: 850;
}
textarea { resize: vertical; }
.wide { grid-column: 1 / -1; }
.consent {
    grid-template-columns: 20px 1fr;
    align-items: start;
    color: var(--muted);
    font-weight: 650;
}
.consent input {
    min-height: 20px;
    margin-top: 3px;
}
.hp {
    position: absolute;
    width: 1px !important;
    min-width: 0 !important;
    height: 1px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
}
.form-status {
    min-height: 22px;
    margin: 0;
    color: var(--accent-dark);
    font-weight: 760;
}

.sticky-actions {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 80;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px;
    border: 1px solid rgba(226, 219, 210, .9);
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 16px 40px rgba(31, 41, 51, .18);
    backdrop-filter: blur(14px);
}
.sticky-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 999px;
    color: var(--ink);
    font-size: .86rem;
    font-weight: 850;
}
.sticky-actions .sticky-primary {
    color: #fff;
    background: var(--accent);
}
.sticky-saved {
    gap: 7px;
}
.sticky-count-badge {
    display: inline-grid;
    place-items: center;
    min-width: 24px;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    color: #fff;
    background: var(--accent);
    font-size: .76rem;
    font-weight: 900;
}
.toast {
    position: fixed;
    left: 50%;
    bottom: 84px;
    z-index: 120;
    max-width: min(420px, calc(100% - 32px));
    padding: 12px 14px;
    border-radius: 999px;
    color: #fff;
    background: var(--green-dark);
    box-shadow: 0 18px 40px rgba(31, 41, 51, .22);
    transform: translateX(-50%);
    font-weight: 780;
}
.toast[hidden] { display: none; }

body.detail-open { overflow: hidden; }
.detail-modal {
    position: fixed;
    inset: 0;
    z-index: 180;
    display: grid;
    place-items: center;
    padding: 20px;
}
.detail-modal[hidden] { display: none; }
.detail-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(31, 41, 51, .58);
}
.detail-dialog {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, .95fr) minmax(300px, 1fr);
    width: min(920px, 100%);
    max-height: min(760px, calc(100dvh - 40px));
    overflow: hidden;
    border: 1px solid rgba(226, 219, 210, .95);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow-strong);
}
.detail-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink);
    background: rgba(255, 255, 255, .96);
    cursor: pointer;
}
.detail-media {
    display: grid;
    place-items: center;
    min-height: 360px;
    background: #f8f6f1;
}
.detail-media img {
    width: 100%;
    height: 100%;
    max-height: min(660px, calc(100dvh - 80px));
    padding: 18px;
    object-fit: contain;
}
.detail-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
    overflow-y: auto;
    padding: 30px;
}
.detail-content h2 {
    margin-bottom: 0;
    font-size: 1.8rem;
}
.detail-content p {
    margin: 0;
    color: var(--muted);
}
.detail-dimensions {
    padding: 10px 12px;
    border: 1px solid rgba(165, 65, 34, .18);
    border-radius: 8px;
    color: var(--accent-dark) !important;
    background: #fff7f3;
    font-weight: 850;
}
.detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.cookie-consent {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 90;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    width: min(720px, calc(100% - 36px));
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 24px 70px rgba(31, 41, 51, .18);
    backdrop-filter: blur(14px);
}
.cookie-consent[hidden] { display: none; }
.cookie-consent p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: .9rem;
}
.cookie-details {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.cookie-details[hidden] { display: none; }
.cookie-details span {
    padding: 5px 8px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    background: var(--paper);
    font-size: .78rem;
    font-weight: 750;
}
.cookie-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
}

.site-footer {
    display: grid;
    grid-template-columns: 1.15fr 1fr .9fr 1fr 1fr;
    gap: 24px;
    padding: 42px max(18px, calc((100% - var(--container)) / 2));
    color: rgba(255, 255, 255, .78);
    background: #182029;
}
.site-footer strong,
.site-footer h2 {
    color: #fff;
    font-family: inherit;
    font-size: .98rem;
}
.site-footer p { margin-bottom: 0; }
.site-footer a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, .35);
    text-underline-offset: 3px;
}

.legal-page {
    width: min(920px, calc(100% - 32px));
    margin: 0 auto;
    padding: 54px 0;
}
.legal-card {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
}
.legal-card h1 {
    margin-bottom: 26px;
    font-size: clamp(2rem, 4vw, 3rem);
}
.legal-card h2 {
    margin: 24px 0 8px;
    font-size: 1.08rem;
}
.legal-card p { color: var(--muted); }
.legal-card a {
    color: var(--accent-dark);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.reveal {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .35s ease, transform .35s ease;
}
.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1120px) {
    .overview-grid,
    .package-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .featured-grid,
    .rental-grid,
    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .rental-toolbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "search search"
            "occasion setting"
            "sort status"
            "filters filters";
    }
    .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@keyframes rental-card-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 880px) {
    .site-header {
        --header-height: 66px;
        padding-inline: 12px;
    }
    .brand-logo-img,
    .brand-mark {
        width: 48px;
        height: 48px;
    }
    .brand small { display: none; }
    .brand strong { font-size: .9rem; }
    .main-nav {
        position: absolute;
        inset: 100% 12px auto;
        z-index: 6;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 8px;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        background: #fff;
        box-shadow: var(--shadow);
    }
    .main-nav.is-open { display: flex; }
    .main-nav .nav-cta { margin-left: 0; }
    .nav-toggle { display: block; }
    .hero {
        min-height: auto;
    }
    .hero::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .91) 58%, rgba(255, 255, 255, .76) 100%);
    }
    .hero-inner {
        padding: 36px 0 42px;
    }
    .row-head,
    .contact-panel,
    .info-split,
    .service-staff-layout {
        align-items: stretch;
        grid-template-columns: 1fr;
        flex-direction: column;
    }
    .service-staff-media,
    .service-staff-media img {
        min-height: 260px;
    }
    .overview-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
        padding-bottom: 0;
    }
    .overview-card {
        min-width: 0;
    }
    .rental-toolbar {
        position: static;
        grid-template-columns: 1fr;
        grid-template-areas:
            "search"
            "occasion"
            "setting"
            "sort"
            "status"
            "filters";
    }
    .rental-toolbar-status {
        align-items: flex-start;
        flex-direction: column;
    }
    .download-callout {
        grid-template-columns: 1fr;
    }
    .download-actions {
        justify-content: flex-start;
    }
    .detail-dialog {
        grid-template-columns: 1fr;
        overflow-y: auto;
    }
    .detail-media {
        min-height: 260px;
        max-height: 46dvh;
    }
    .timeline,
    .testimonial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .cookie-consent {
        grid-template-columns: 1fr;
    }
    .cookie-actions {
        justify-content: flex-start;
    }
}


@media (max-width: 880px) {
    .site-footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .social-callout-inner {
        grid-template-columns: 1fr;
    }
    .social-links-large {
        justify-content: flex-start;
    }
    .reference-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .social-callout-inner {
        padding: 18px;
    }
    .social-links,
    .social-links-large {
        display: grid;
        grid-template-columns: 1fr;
    }
    .social-link {
        justify-content: flex-start;
        width: 100%;
    }
    .reference-grid {
        grid-template-columns: 1fr;
    }
    .contact-person-card {
        grid-template-columns: 76px minmax(0, 1fr);
        padding: 12px;
    }
    .contact-person-card img {
        width: 76px;
        height: 96px;
    }
}

@media (max-width: 640px) {
    body { padding-bottom: 72px; }
    .section,
    .category-overview,
    .rentals,
    .process,
    .gallery,
    .testimonials,
    .social-callout,
    .contact,
    .faq-section,
    .compact-intro,
    .packages,
    .service-staff,
    .info-split,
    .featured-products {
        padding: 42px 12px;
    }
    .hero-inner {
        width: min(100% - 24px, var(--container));
        padding: 30px 0 36px;
    }
    h1 { font-size: clamp(2.25rem, 10vw, 3.2rem); }
    h2 { font-size: 1.55rem; }
    .hero-trust {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hero-trust span {
        justify-content: center;
        text-align: center;
    }
    .quick-contact a {
        flex: 1 1 100%;
        justify-content: center;
    }

    .hero-social-callout {
        display: grid;
        grid-template-columns: 1fr;
        border-radius: 12px;
    }
    .hero-social-callout strong {
        padding-left: 0;
        text-align: center;
        white-space: normal;
    }
    .hero-social-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hero-social-links .social-link {
        justify-content: center;
    }
    .featured-grid,
    .rental-grid,
    .overview-grid,
    .package-grid,
    .service-grid,
    .service-grid.compact,
    .timeline,
    .testimonial-grid,
    .filter-chips,
    fieldset {
        grid-template-columns: 1fr;
    }
    .featured-card {
        grid-template-columns: 112px minmax(0, 1fr);
    }
    .featured-card img,
    .featured-card .image-placeholder {
        width: 112px;
        height: 148px;
    }
    .rental-card {
        min-height: auto;
    }
    .rental-image {
        height: 240px;
    }
    .card-actions {
        grid-template-columns: 1fr 1fr;
    }
    .card-actions .card-cta {
        grid-column: 1 / -1;
    }
    .filter-panel-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }
    .filter-chips {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
        padding-bottom: 0;
    }
    .filter-chip {
        min-width: 0;
    }
    .catalog-actions {
        flex-direction: column;
    }
    .catalog-actions .btn {
        width: 100%;
    }
    .download-actions .btn,
    .detail-actions .btn,
    .detail-actions .save-item {
        width: 100%;
    }
    .detail-modal {
        padding: 10px;
    }
    .detail-content {
        padding: 20px;
    }
    .detail-content h2 {
        font-size: 1.45rem;
    }
    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
    .contact-form {
        padding: 16px;
    }
    .selected-request > div {
        align-items: flex-start;
        flex-direction: column;
    }
    .sticky-actions {
        left: 10px;
        right: 10px;
        bottom: 10px;
        justify-content: space-between;
        border-radius: 12px;
    }
    .sticky-actions a {
        flex: 1;
        min-height: 44px;
        padding: 8px;
        font-size: .82rem;
    }
    .cookie-consent {
        left: 10px;
        right: 10px;
        bottom: 76px;
        width: auto;
        padding: 14px;
    }
    .cookie-actions .btn {
        flex: 1 1 100%;
    }
    .site-footer {
        grid-template-columns: 1fr;
        padding: 34px 18px 92px;
    }
}
