:root {
    --ql-ivory: #f7f2e8;
    --ql-cream: #efe6d6;
    --ql-sand: #d7c7ad;
    --ql-taupe: #9a836b;
    --ql-bronze: #b39162;
    --ql-espresso: #2b211b;
    --ql-chocolate: #47362c;
    --ql-ink: #2f2a25;
    --ql-muted: #766b62;
    --ql-line: rgba(82, 66, 52, 0.16);
    --ql-surface: rgba(255, 251, 243, 0.76);
    --ql-serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
    --ql-sans: "Montserrat", Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.quiet-luxury-page {
    margin: 0;
    background: var(--ql-ivory);
    color: var(--ql-ink);
    font-family: var(--ql-sans);
    font-size: 16px;
    line-height: 1.7;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
}

.quiet-luxury-page a {
    color: inherit;
}

.ql-navbar {
    min-height: 82px;
    background: rgba(247, 242, 232, 0.82);
    border-bottom: 1px solid var(--ql-line);
    backdrop-filter: blur(22px);
}

.ql-brand img {
    width: auto;
    filter: saturate(0.82) contrast(0.92);
}

.ql-sabinelor-wordmark {
    font-family: "Playfair Display", serif !important;
    font-weight: 400;
    letter-spacing: -1px !important;
    text-transform: uppercase !important;
}

.ql-toggler {
    width: 44px;
    height: 44px;
    border: 1px solid var(--ql-line);
    border-radius: 50%;
    padding: 0;
}

.ql-toggler:focus {
    box-shadow: 0 0 0 4px rgba(179, 145, 98, 0.18);
}

.ql-toggler span {
    display: block;
    width: 18px;
    height: 1px;
    margin: 6px auto;
    background: var(--ql-espresso);
}

.ql-nav-links {
    gap: 0.35rem;
}

.ql-nav-links .nav-link {
    position: relative;
    padding: 0.75rem 1rem;
    color: var(--ql-chocolate);
    font-size: 0.73rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ql-nav-links .nav-link:hover,
.ql-nav-links .nav-link:focus,
.ql-nav-links .nav-link.active,
.ql-nav-links .nav-link.show {
    color: var(--ql-espresso);
}

.ql-nav-links .nav-link:hover,
.ql-nav-links .nav-link.active,
.ql-nav-links .nav-link.show {
    background-image: linear-gradient(var(--ql-espresso), var(--ql-espresso));
    background-repeat: no-repeat;
    background-size: calc(100% - 2rem) 1px;
    background-position: center calc(100% - 0.45rem);
}

.ql-nav-links .nav-link::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.45rem;
    height: 1px;
    background: var(--ql-bronze);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 220ms ease;
}

.ql-nav-links .nav-link:hover::after,
.ql-nav-links .nav-link.active::after,
.ql-nav-links .nav-link.show::after {
    transform: scaleX(1);
}

.ql-dropdown {
    min-width: 250px;
    padding: 1.1rem;
    border: 1px solid var(--ql-line);
    border-radius: 0;
    background: rgba(250, 246, 238, 0.97);
    box-shadow: 0 22px 60px rgba(43, 33, 27, 0.12);
}

.ql-dropdown .dropdown-label {
    display: block;
    padding: 0.5rem 0.85rem 0.7rem;
    color: var(--ql-bronze);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ql-dropdown .dropdown-item {
    padding: 0.68rem 0.85rem;
    color: var(--ql-chocolate);
    font-size: 0.86rem;
    border-radius: 0;
    transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.ql-dropdown .dropdown-item .ql-sabinelor-wordmark {
    letter-spacing: 0 !important;
}

.ql-dropdown .dropdown-item:hover,
.ql-dropdown .dropdown-item:focus {
    background: rgba(179, 145, 98, 0.12);
    color: var(--ql-espresso);
}

.ql-dropdown .dropdown-item.active,
.ql-dropdown .dropdown-item:active {
    background: rgba(179, 145, 98, 0.16) !important;
    color: var(--ql-espresso) !important;
    box-shadow: inset 2px 0 0 var(--ql-bronze);
}

.ql-dropdown .dropdown-divider {
    border-color: rgba(82, 66, 52, 0.16);
}

.ql-nav-action {
    display: flex;
    justify-content: center;
    padding-left: 1.4rem;
}

.ql-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    border: 1px solid rgba(71, 54, 44, 0.26);
    background: var(--ql-espresso);
    color: var(--ql-ivory);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.76rem;
    font-weight: 600;
    transition: transform 220ms ease, background 220ms ease, border-color 220ms ease, color 220ms ease;
}

.ql-btn:hover {
    transform: translateY(-2px);
    background: var(--ql-chocolate);
    color: var(--ql-ivory);
    border-color: rgba(179, 145, 98, 0.45);
}

.ql-btn-small {
    min-height: 44px;
    padding: 0 1.45rem;
    background: transparent;
    color: var(--ql-espresso);
}

.ql-btn-small:hover {
    background: var(--ql-espresso);
}

.ql-mobile-hero-actions,
.ql-mobile-section-cta {
    display: none;
}

.ql-hero {
    position: relative;
    min-height: calc(100svh - 82px);
    display: grid;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
}

.ql-hero::before,
.ql-offer::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: radial-gradient(rgba(247, 242, 232, 0.18) 0.7px, transparent 0.7px);
    background-size: 3px 3px;
    opacity: 0.13;
    mix-blend-mode: soft-light;
}

.ql-hero-media,
.ql-hero-overlay {
    position: absolute;
    inset: 0;
}

.ql-hero-media {
    z-index: -3;
}

.ql-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate3d(0, var(--ql-hero-parallax, 0), 0) scale(var(--ql-hero-scale, 1.04));
    will-change: transform;
    animation: qlSlowReveal 1400ms ease forwards;
}

.ql-hero-overlay {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(43, 33, 27, 0.54), rgba(43, 33, 27, 0.22) 45%, rgba(43, 33, 27, 0.48)),
        linear-gradient(180deg, rgba(247, 242, 232, 0.1), rgba(43, 33, 27, 0.58));
}

.ql-hero-content {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    padding-top: 5vh;
    text-align: center;
    color: var(--ql-ivory);
    transform: translate3d(0, var(--ql-hero-content-shift, 0), 0);
    will-change: transform;
}

.ql-kicker {
    margin: 0 0 1rem;
    color: var(--ql-bronze);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    line-height: 1.4;
    text-transform: uppercase;
}

.ql-hero h1 {
    margin: 0;
    color: #fffaf0;
    font-family: var(--ql-serif);
    font-size: clamp(4.4rem, 14vw, 10.8rem);
    font-weight: 300;
    line-height: 0.86;
    letter-spacing: 0.12em;
    text-shadow: 0 18px 60px rgba(25, 18, 14, 0.72), 0 1px 1px rgba(25, 18, 14, 0.5);
}

.ql-hero-line {
    width: min(54vw, 520px);
    height: 1px;
    margin: 2.1rem auto 1.65rem;
    background: linear-gradient(90deg, transparent, rgba(247, 242, 232, 0.72), transparent);
}

.ql-hero-subtitle {
    max-width: 640px;
    margin: 0 auto 1.8rem;
    color: rgba(255, 251, 243, 0.84);
    font-family: var(--ql-serif);
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.25;
}

.ql-hero-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.85rem 1.4rem;
    color: rgba(255, 251, 243, 0.78);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ql-hero-meta span {
    position: relative;
}

.ql-hero-meta span:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.78rem;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255, 251, 243, 0.48);
}

.ql-scroll-cue {
    position: absolute;
    bottom: 28px;
    left: 50%;
    width: 34px;
    height: 54px;
    border: 1px solid rgba(255, 251, 243, 0.42);
    border-radius: 999px;
    transform: translateX(-50%);
}

.ql-scroll-cue span {
    position: absolute;
    top: 12px;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--ql-ivory);
    transform: translateX(-50%);
    animation: qlScroll 1600ms ease-in-out infinite;
}

.ql-section {
    padding: clamp(4.5rem, 9vw, 8rem) 0;
}

.ql-section-head {
    max-width: 760px;
    margin: 0 auto clamp(2.6rem, 5vw, 4.5rem);
    text-align: center;
}

.ql-section-head h2,
.ql-concept h2,
.ql-offer h2 {
    margin: 0 0 1.1rem;
    color: var(--ql-espresso);
    font-family: var(--ql-serif);
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    font-weight: 400;
    line-height: 0.96;
}

.ql-section-head p:not(.ql-kicker),
.ql-concept p,
.ql-offer p {
    color: var(--ql-muted);
}

.ql-projects {
    background: linear-gradient(180deg, var(--ql-ivory), #f2eadc);
}

.ql-collection-label {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin: 0 0 1.35rem;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid var(--ql-line);
}

.ql-collection-label span {
    color: var(--ql-bronze);
    font-family: var(--ql-serif);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1;
}

.ql-collection-label strong {
    color: var(--ql-muted);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ql-archive-label {
    margin-top: clamp(3rem, 6vw, 5rem);
}

.ql-project-grid {
    display: grid;
    gap: 1.1rem;
}

.ql-project-grid-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ql-project-grid-archive {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ql-project-card {
    position: relative;
    min-height: 410px;
    display: flex;
    align-items: end;
    overflow: hidden;
    padding: 1.45rem;
    color: var(--ql-ivory);
    text-decoration: none;
    background: var(--ql-espresso);
    box-shadow: 0 14px 45px rgba(43, 33, 27, 0.08);
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 420ms ease;
}

.ql-project-card-large {
    min-height: 520px;
}

.ql-project-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(43, 33, 27, 0.14), rgba(43, 33, 27, 0.74)),
        linear-gradient(90deg, rgba(43, 33, 27, 0.46), transparent 58%);
    z-index: 1;
    transition: background 520ms ease, opacity 520ms ease;
}

.ql-project-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1), filter 900ms ease;
    will-change: transform;
}

.ql-project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 70px rgba(43, 33, 27, 0.16);
}

.ql-project-card:hover::after {
    background:
        linear-gradient(180deg, rgba(43, 33, 27, 0.08), rgba(43, 33, 27, 0.68)),
        linear-gradient(90deg, rgba(43, 33, 27, 0.38), transparent 62%);
}

.ql-project-card:hover img {
    transform: scale(1.035);
    filter: saturate(0.9) contrast(1.04);
}

.ql-project-card > div,
.ql-project-status {
    position: relative;
    z-index: 2;
}

.ql-project-card > div {
    max-width: 92%;
    transform: translateY(0);
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ql-project-card:hover > div {
    transform: translateY(-5px);
}

.ql-project-status {
    position: absolute;
    top: 1.35rem;
    left: 1.35rem;
    padding: 0.42rem 0.7rem;
    background: rgba(247, 242, 232, 0.14);
    border: 1px solid rgba(247, 242, 232, 0.24);
    color: rgba(255, 251, 243, 0.9);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
}

.ql-project-card h3 {
    margin: 0 0 0.7rem;
    color: var(--ql-ivory);
    font-family: var(--ql-serif);
    font-size: clamp(2rem, 3.1vw, 3.2rem);
    font-weight: 400;
    line-height: 0.95;
}

.ql-project-grid-archive .ql-project-card h3 {
    font-size: clamp(1.55rem, 2vw, 2.1rem);
}

.ql-project-card p {
    margin: 0;
    color: rgba(255, 251, 243, 0.78);
    font-size: 0.9rem;
    line-height: 1.7;
}

.ql-concept {
    background: #fbf7ef;
}

.ql-concept h2 {
    font-family: "Playfair Display", serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.ql-concept .ql-lead {
    color: var(--ql-espresso);
    font-family: var(--ql-serif);
    font-size: clamp(1.45rem, 2.4vw, 2.1rem);
    line-height: 1.15;
}

.ql-concept-image {
    position: relative;
    margin: 0;
    padding: 0;
}

.ql-concept-image::before {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 46%;
    height: 42%;
    border-right: 1px solid rgba(179, 145, 98, 0.42);
    border-bottom: 1px solid rgba(179, 145, 98, 0.42);
    opacity: 0.7;
}

.ql-concept-link {
    position: relative;
    display: block;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.ql-concept-link::after {
    content: "Vezi proiectul";
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    z-index: 4;
    padding: 0.55rem 0.75rem;
    border: 1px solid rgba(255, 251, 243, 0.26);
    background: rgba(43, 33, 27, 0.38);
    color: rgba(255, 251, 243, 0.92);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(6px);
    backdrop-filter: blur(12px);
    transition: opacity 260ms ease, transform 260ms ease, background 260ms ease;
}

.ql-concept-link:hover::after,
.ql-concept-link:focus-visible::after {
    opacity: 1;
    transform: translateY(0);
}

.ql-concept-link:focus-visible {
    outline: 2px solid rgba(179, 145, 98, 0.8);
    outline-offset: 6px;
}

.ql-concept-image img {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    z-index: 1;
    box-shadow: 0 26px 70px rgba(43, 33, 27, 0.14);
    clip-path: inset(7% 0 0 0);
    transition: clip-path 950ms cubic-bezier(0.22, 1, 0.36, 1), transform 950ms cubic-bezier(0.22, 1, 0.36, 1), filter 600ms ease;
}

.reveal.is-visible .ql-concept-image img {
    clip-path: inset(0 0 0 0);
}

.ql-concept-link:hover img,
.ql-concept-link:focus-visible img {
    transform: scale(1.018);
    filter: saturate(0.94) contrast(1.03);
}

.ql-concept-image figcaption {
    position: absolute;
    right: clamp(1rem, 3vw, 2.2rem);
    bottom: clamp(1rem, 3vw, 2.2rem);
    max-width: 390px;
    margin: 0;
    padding: 1rem 1.2rem 1.05rem;
    border-left: 1px solid rgba(179, 145, 98, 0.58);
    background: rgba(247, 242, 232, 0.86);
    color: var(--ql-chocolate);
    font-family: var(--ql-serif);
    font-size: clamp(1.15rem, 1.4vw, 1.45rem);
    line-height: 1.18;
    box-shadow: 0 20px 55px rgba(43, 33, 27, 0.12);
    backdrop-filter: blur(12px);
    z-index: 3;
}

.ql-principles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.85rem, 1.4vw, 1.15rem);
    margin-top: clamp(4rem, 7vw, 6rem);
    background: transparent;
    border: 0;
    counter-reset: ql-principles;
}

.ql-principle-card {
    position: relative;
    min-height: 365px;
    overflow: hidden;
    padding: clamp(1.55rem, 2.5vw, 2.35rem);
    background: linear-gradient(180deg, rgba(255, 251, 243, 0.76), rgba(237, 227, 211, 0.48));
    border: 1px solid rgba(82, 66, 52, 0.12);
    box-shadow: 0 18px 55px rgba(43, 33, 27, 0.055);
    counter-increment: ql-principles;
    transition: background 260ms ease, transform 260ms ease, box-shadow 260ms ease;
}

.ql-principle-card::before {
    content: counter(ql-principles, decimal-leading-zero);
    position: absolute;
    top: 1.4rem;
    right: 1.55rem;
    color: rgba(179, 145, 98, 0.26);
    font-family: var(--ql-serif);
    font-size: clamp(2.2rem, 3vw, 3.4rem);
    font-weight: 300;
    line-height: 1;
}

.ql-principle-card::after {
    content: "";
    position: absolute;
    left: clamp(1.55rem, 2.5vw, 2.35rem);
    right: clamp(1.55rem, 2.5vw, 2.35rem);
    bottom: clamp(1.55rem, 2.5vw, 2.35rem);
    height: 1px;
    background: linear-gradient(90deg, rgba(179, 145, 98, 0.58), transparent);
}

.ql-principle-card:hover {
    background: linear-gradient(180deg, rgba(255, 251, 243, 0.94), rgba(239, 230, 214, 0.62));
    transform: translateY(-4px);
    box-shadow: 0 26px 70px rgba(43, 33, 27, 0.1);
}

.ql-principle-card span {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: clamp(2.5rem, 4vw, 3.3rem);
    border: 0;
    border-bottom: 1px solid rgba(179, 145, 98, 0.48);
    color: var(--ql-bronze);
    font-size: 1.05rem;
}

.ql-principle-card h3 {
    position: relative;
    margin: 0 0 1rem;
    color: var(--ql-espresso);
    font-family: var(--ql-serif);
    font-size: clamp(1.55rem, 2vw, 2rem);
    font-weight: 500;
    line-height: 1.05;
    z-index: 1;
}

.ql-principle-card p {
    position: relative;
    margin: 0;
    color: var(--ql-muted);
    font-size: 0.94rem;
    line-height: 1.78;
    z-index: 1;
}

.ql-philosophy {
    max-width: 940px;
    margin: clamp(3rem, 6vw, 5rem) auto 0;
    padding: clamp(2rem, 4vw, 3.4rem);
    border-top: 1px solid var(--ql-line);
    border-bottom: 1px solid var(--ql-line);
    text-align: center;
}

.ql-philosophy p {
    margin: 0 0 1rem;
    color: var(--ql-espresso);
    font-family: var(--ql-serif);
    font-size: clamp(1.7rem, 3.2vw, 2.7rem);
    line-height: 1.12;
}

.ql-philosophy span {
    color: var(--ql-muted);
}

.ql-testimonials {
    background: #ede3d3;
}

.ql-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.ql-testimonial {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 440px;
    padding: clamp(1.6rem, 3vw, 2.4rem);
    background: rgba(255, 251, 243, 0.66);
    border: 1px solid rgba(82, 66, 52, 0.12);
    transition: transform 320ms ease, background 320ms ease, box-shadow 320ms ease;
}

.ql-testimonial:hover {
    transform: translateY(-3px);
    background: rgba(255, 251, 243, 0.78);
    box-shadow: 0 18px 55px rgba(43, 33, 27, 0.1);
}

.ql-testimonial p {
    margin: 0;
    color: var(--ql-chocolate);
    font-family: var(--ql-serif);
    font-size: 1.3rem;
    line-height: 1.45;
}

.ql-testimonial footer {
    margin-top: 2rem;
    padding-top: 1.2rem;
    border-top: 1px solid var(--ql-line);
}

.ql-testimonial strong {
    display: block;
    color: var(--ql-espresso);
    font-size: 0.92rem;
}

.ql-testimonial span {
    color: var(--ql-bronze);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ql-offer {
    position: relative;
    padding: clamp(4.5rem, 9vw, 8rem) 0;
    color: var(--ql-ivory);
    overflow: hidden;
    isolation: isolate;
}

.ql-offer-media {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.ql-offer-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.86);
    transform: scale(1.02);
}

.ql-offer::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(43, 33, 27, 0.86), rgba(43, 33, 27, 0.52)),
        linear-gradient(180deg, rgba(43, 33, 27, 0.35), rgba(43, 33, 27, 0.82));
    z-index: -1;
}

.ql-offer h2 {
    color: var(--ql-ivory);
}

.ql-offer h2.ql-offer-title {
    font-size: clamp(1.98rem, 3.696vw, 3.432rem);
    line-height: 1;
}

.ql-offer-title .ql-sabinelor-wordmark {
    display: inline-block;
    transform: translateY(0.08em);
}

.ql-offer p {
    max-width: 460px;
    color: rgba(255, 251, 243, 0.74);
    font-size: 1.05rem;
}

.ql-form {
    padding: clamp(1.5rem, 3vw, 2.6rem);
    background: rgba(255, 251, 243, 0.1);
    border: 1px solid rgba(255, 251, 243, 0.2);
    box-shadow: 0 28px 90px rgba(17, 12, 9, 0.28);
    backdrop-filter: blur(18px);
}

.ql-form label {
    display: block;
    margin-bottom: 0.35rem;
    color: rgba(255, 251, 243, 0.68);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ql-form input,
.ql-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 251, 243, 0.18);
    background: rgba(255, 251, 243, 0.08);
    color: var(--ql-ivory);
    padding: 0.95rem 1rem;
    outline: none;
    transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.ql-form input:focus,
.ql-form textarea:focus {
    border-color: rgba(179, 145, 98, 0.72);
    background: rgba(255, 251, 243, 0.13);
    box-shadow: 0 0 0 4px rgba(179, 145, 98, 0.12);
}

.ql-btn-form {
    min-height: 52px;
    margin-top: 1.35rem;
    padding: 0 1.6rem;
    border-color: rgba(255, 251, 243, 0.28);
    background: var(--ql-ivory);
    color: var(--ql-espresso);
}

.ql-btn-form:hover {
    background: var(--ql-cream);
    color: var(--ql-espresso);
}

.ql-form-response {
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 251, 243, 0.18);
    color: var(--ql-ivory);
}

.ql-form-response.success {
    border-color: rgba(181, 214, 152, 0.5);
}

.ql-form-response.error {
    border-color: rgba(220, 136, 116, 0.55);
}

.ql-contact {
    background: #fbf7ef;
}

.ql-contact-stack {
    display: grid;
    gap: 1rem;
    height: 100%;
}

.ql-contact-card {
    padding: clamp(1.5rem, 3vw, 2.1rem);
    background: rgba(247, 242, 232, 0.72);
    border: 1px solid var(--ql-line);
    transition: transform 260ms ease, background 260ms ease, box-shadow 260ms ease;
}

.ql-contact-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 251, 243, 0.78);
    box-shadow: 0 18px 55px rgba(43, 33, 27, 0.08);
}

.ql-contact-card h3 {
    margin: 0 0 1.4rem;
    color: var(--ql-espresso);
    font-family: var(--ql-serif);
    font-size: 2rem;
    font-weight: 500;
}

.ql-contact-card p {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
    margin: 0 0 0.9rem;
    color: var(--ql-muted);
}

.ql-contact-card i {
    width: 18px;
    margin-top: 0.34rem;
    color: var(--ql-bronze);
}

.ql-contact-card a {
    color: var(--ql-chocolate);
    text-decoration: none;
}

.ql-contact-card a:hover {
    color: var(--ql-bronze);
}

.ql-map {
    min-height: 520px;
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--ql-line);
    box-shadow: 0 28px 80px rgba(43, 33, 27, 0.12);
}

.ql-footer {
    padding: clamp(3.5rem, 7vw, 5.5rem) 0 1.4rem;
    background: var(--ql-espresso);
    color: rgba(255, 251, 243, 0.74);
}

.ql-footer img {
    display: inline-block;
    margin-bottom: 1.4rem;
    padding: 0.55rem;
    background: var(--ql-ivory);
}

.ql-footer h3 {
    margin: 0 0 1.2rem;
    color: var(--ql-cream);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ql-footer p {
    margin: 0 0 1rem;
    max-width: 430px;
}

.ql-footer a {
    display: block;
    margin-bottom: 0.65rem;
    color: rgba(255, 251, 243, 0.72);
    text-decoration: none;
}

.ql-footer a:hover {
    color: var(--ql-bronze);
}

.ql-socials {
    display: flex;
    gap: 0.6rem;
}

.ql-socials a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid rgba(255, 251, 243, 0.18);
}

.ql-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    margin-top: 3.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 251, 243, 0.14);
    color: rgba(255, 251, 243, 0.52);
    font-size: 0.84rem;
}

.ql-footer-bottom a {
    display: inline;
}

.ql-whatsapp {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 251, 243, 0.72);
    border-radius: 50%;
    background: #1f8f52;
    color: #fff;
    text-decoration: none;
    box-shadow:
        0 0 0 3px rgba(255, 251, 243, 0.34),
        0 18px 45px rgba(43, 33, 27, 0.24);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(10px);
    z-index: 20;
    transition: opacity 220ms ease, visibility 220ms ease, transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.ql-whatsapp.is-visible {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
}

.ql-whatsapp i {
    color: #fff;
    font-size: 1.45rem;
}

.ql-whatsapp:hover,
.ql-whatsapp:focus-visible {
    transform: translateY(-3px);
    background: #176f3f;
    color: #fff;
    box-shadow:
        0 0 0 4px rgba(255, 251, 243, 0.42),
        0 22px 52px rgba(43, 33, 27, 0.3);
}

.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 780ms cubic-bezier(0.22, 1, 0.36, 1), transform 780ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--ql-reveal-delay, 0ms);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes qlSlowReveal {
    from {
        opacity: 0.7;
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        transform: scale(1.04);
    }
}

@keyframes qlScroll {
    0%,
    100% {
        transform: translate(-50%, 0);
        opacity: 0.35;
    }
    50% {
        transform: translate(-50%, 16px);
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .ql-nav-action {
        padding: 1rem 0 0;
    }

    .ql-nav-links {
        align-items: stretch !important;
        padding-top: 1rem;
    }

    .ql-nav-links .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .ql-nav-links .nav-link::after {
        left: 0;
        right: auto;
        width: 36px;
    }

    .ql-project-grid-archive {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ql-principles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .ql-project-grid-featured,
    .ql-testimonial-grid {
        grid-template-columns: 1fr;
    }

    .ql-project-card-large {
        min-height: 460px;
    }

    .ql-testimonial {
        min-height: auto;
    }

    .ql-offer {
        text-align: left;
    }

    .ql-map {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    html {
        scroll-padding-top: 68px;
    }

    .quiet-luxury-page {
        font-size: 15.5px;
        line-height: 1.65;
    }

    .ql-navbar {
        min-height: 66px;
        background: rgba(247, 242, 232, 0.92);
    }

    .ql-brand img {
        height: 42px;
    }

    .ql-toggler {
        width: 42px;
        height: 42px;
    }

    .ql-navbar .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .ql-navbar .navbar-collapse {
        margin: 0.7rem -1rem 0;
        padding: 1rem 1rem 1.15rem;
        background: rgba(247, 242, 232, 0.96);
        border-top: 1px solid var(--ql-line);
        box-shadow: 0 26px 65px rgba(43, 33, 27, 0.11);
    }

    .ql-nav-links {
        gap: 0;
        padding-top: 0;
    }

    .ql-nav-links .nav-link {
        min-height: 46px;
        display: flex;
        align-items: center;
        padding: 0.8rem 0;
        font-size: 0.76rem;
        letter-spacing: 0.14em;
        border-bottom: 1px solid rgba(82, 66, 52, 0.09);
    }

    .ql-nav-links .nav-link:hover,
    .ql-nav-links .nav-link.active,
    .ql-nav-links .nav-link.show {
        background-image: none;
    }

    .ql-nav-links .nav-link::after {
        bottom: 0.56rem;
        width: 34px;
        background: var(--ql-espresso);
    }

    .ql-dropdown {
        margin: 0.25rem 0 0.5rem;
        padding: 0.65rem;
        background: rgba(255, 251, 243, 0.72);
        box-shadow: none;
    }

    .ql-dropdown .dropdown-item {
        min-height: 42px;
        display: flex;
        align-items: center;
    }

    .ql-nav-action {
        padding-top: 0.9rem;
    }

    .ql-btn-small {
        width: 100%;
        min-height: 46px;
    }

    .ql-hero {
        min-height: calc(100svh - 66px);
        place-items: end center;
        padding: 0 0 clamp(6.4rem, 18vh, 8.2rem);
    }

    .ql-hero-media img {
        object-position: 52% center;
        transform: none;
        animation: none;
    }

    .ql-hero-overlay {
        background:
            linear-gradient(180deg, rgba(43, 33, 27, 0.18), rgba(43, 33, 27, 0.28) 34%, rgba(43, 33, 27, 0.72)),
            linear-gradient(90deg, rgba(43, 33, 27, 0.38), rgba(43, 33, 27, 0.12), rgba(43, 33, 27, 0.34));
    }

    .ql-hero-content {
        padding: 0 1.05rem;
        transform: none;
    }

    .ql-kicker {
        margin-bottom: 0.8rem;
        font-size: 0.66rem;
        letter-spacing: 0.2em;
    }

    .ql-hero h1 {
        font-size: clamp(3.05rem, 17vw, 4.55rem);
        font-weight: 400;
        letter-spacing: 0.08em;
        line-height: 0.92;
    }

    .ql-hero-line {
        width: min(78vw, 310px);
        margin: 1.25rem auto 1.15rem;
    }

    .ql-concept h2 {
        font-size: clamp(2.25rem, 12vw, 2.8rem);
    }

    .ql-hero-meta {
        display: grid;
        gap: 0.38rem;
        margin: 0 auto;
        color: rgba(255, 251, 243, 0.86);
        font-size: 0.68rem;
        letter-spacing: 0.15em;
    }

    .ql-hero-meta span::after {
        display: none;
    }

    .ql-mobile-hero-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.58rem;
        max-width: 314px;
        margin: 1.8rem auto 0;
    }

    .ql-btn-mobile-primary,
    .ql-btn-mobile-secondary {
        min-height: 42px;
        padding: 0 0.78rem;
        font-size: 0.64rem;
        letter-spacing: 0.11em;
        white-space: nowrap;
    }

    .ql-mobile-hero-actions .ql-btn-mobile-primary,
    .ql-btn-mobile-primary {
        background: rgba(255, 251, 243, 0.18);
        color: var(--ql-ivory);
        border-color: rgba(255, 251, 243, 0.42);
        backdrop-filter: blur(14px);
    }

    .ql-mobile-hero-actions .ql-btn-mobile-primary:hover,
    .ql-mobile-hero-actions .ql-btn-mobile-primary:focus-visible {
        background: rgba(255, 251, 243, 0.26);
        color: var(--ql-ivory);
    }

    .ql-mobile-hero-actions .ql-btn-mobile-secondary,
    .ql-btn-mobile-secondary {
        background: rgba(255, 251, 243, 0.08);
        color: var(--ql-ivory);
        border-color: rgba(255, 251, 243, 0.32);
        backdrop-filter: blur(12px);
    }

    .ql-mobile-hero-actions .ql-btn-mobile-secondary:hover,
    .ql-mobile-hero-actions .ql-btn-mobile-secondary:focus-visible {
        background: rgba(255, 251, 243, 0.14);
        color: var(--ql-ivory);
    }

    .ql-scroll-cue {
        bottom: 16px;
        width: 40px;
        height: 46px;
        opacity: 0.78;
    }

    .ql-section {
        padding: clamp(3.6rem, 13vw, 5rem) 0;
    }

    .ql-concept .row,
    .ql-offer .row,
    .ql-footer .row {
        margin-left: 0;
        margin-right: 0;
    }

    .ql-section-head {
        margin-bottom: 2.2rem;
        text-align: left;
    }

    .ql-section-head h2,
    .ql-offer h2 {
        font-size: clamp(2.35rem, 12vw, 3.15rem);
        line-height: 1;
    }

    .ql-section-head p:not(.ql-kicker) {
        font-size: 0.98rem;
        line-height: 1.75;
    }

    .ql-collection-label {
        display: block;
        margin-bottom: 1rem;
    }

    .ql-collection-label strong {
        display: block;
        margin-top: 0.55rem;
    }

    .ql-project-grid {
        gap: 0.9rem;
    }

    .ql-project-grid-archive,
    .ql-principles {
        grid-template-columns: 1fr;
    }

    .ql-project-card,
    .ql-project-card-large {
        min-height: auto;
        aspect-ratio: 0.86;
        padding: 1.2rem;
        box-shadow: 0 16px 48px rgba(43, 33, 27, 0.11);
    }

    .ql-project-grid-archive .ql-project-card {
        aspect-ratio: 0.92;
    }

    .ql-project-card > div {
        max-width: 100%;
    }

    .ql-project-status {
        top: 1rem;
        left: 1rem;
        padding: 0.42rem 0.62rem;
        font-size: 0.6rem;
        letter-spacing: 0.12em;
    }

    .ql-project-card h3,
    .ql-project-grid-archive .ql-project-card h3 {
        font-size: clamp(1.85rem, 8vw, 2.55rem);
        line-height: 0.98;
    }

    .ql-project-card p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .ql-mobile-section-cta {
        display: block;
        margin-top: 1.25rem;
        padding: 1.35rem;
        border: 1px solid rgba(82, 66, 52, 0.13);
        background: rgba(255, 251, 243, 0.58);
        box-shadow: 0 18px 48px rgba(43, 33, 27, 0.06);
    }

    .ql-mobile-section-cta p {
        margin: 0 0 1rem;
        color: var(--ql-muted);
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .ql-mobile-section-cta .ql-btn {
        width: 100%;
        background: var(--ql-espresso);
        color: var(--ql-ivory);
        border-color: rgba(43, 33, 27, 0.18);
    }

    .ql-concept .row {
        gap: 2rem !important;
    }

    .ql-concept .col-lg-5 {
        order: 1;
    }

    .ql-concept .col-lg-7 {
        order: 2;
    }

    .ql-concept .ql-lead {
        font-size: 1.35rem;
        line-height: 1.2;
    }

    .ql-concept p {
        line-height: 1.72;
    }

    .ql-concept-image {
        padding: 0;
        overflow: hidden;
    }

    .ql-concept-image::before {
        display: none;
    }

    .ql-concept-image figcaption {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: none;
        margin: 0.9rem 0 0;
        padding: 0.9rem 1rem;
        font-size: 1.12rem;
        box-shadow: none;
        backdrop-filter: none;
    }

    .ql-principle-card {
        min-height: auto;
        padding: 1.35rem;
    }

    .ql-principle-card::before {
        top: 1.15rem;
        right: 1.2rem;
        font-size: 2.3rem;
    }

    .ql-principle-card::after {
        left: 1.35rem;
        right: 1.35rem;
        bottom: 1.25rem;
    }

    .ql-principle-card span {
        width: 38px;
        height: 38px;
        margin-bottom: 1.55rem;
    }

    .ql-principle-card h3 {
        font-size: 1.55rem;
    }

    .ql-principle-card p {
        padding-bottom: 1.5rem;
        font-size: 0.94rem;
        line-height: 1.65;
    }

    .ql-philosophy {
        margin-top: 2.6rem;
        padding: 1.65rem 0;
        text-align: left;
    }

    .ql-philosophy p {
        font-size: 1.65rem;
        line-height: 1.15;
    }

    .ql-testimonial-grid {
        gap: 0.9rem;
    }

    .ql-testimonial {
        padding: 1.35rem;
        min-height: auto;
    }

    .ql-testimonial p {
        font-size: 1.16rem;
        line-height: 1.48;
    }

    .ql-testimonial footer {
        margin-top: 1.35rem;
        padding-top: 1rem;
    }

    .ql-offer {
        padding: 4.3rem 0;
    }

    .ql-offer-media img {
        transform: none;
    }

    .ql-offer::after {
        background:
            linear-gradient(180deg, rgba(43, 33, 27, 0.82), rgba(43, 33, 27, 0.72)),
            linear-gradient(90deg, rgba(43, 33, 27, 0.5), rgba(43, 33, 27, 0.28));
    }

    .ql-offer p {
        font-size: 0.98rem;
        line-height: 1.7;
    }

    .ql-form {
        padding: 1.15rem;
        box-shadow: 0 20px 60px rgba(17, 12, 9, 0.22);
    }

    .ql-form label {
        font-size: 0.64rem;
        letter-spacing: 0.12em;
    }

    .ql-form input,
    .ql-form textarea {
        min-height: 48px;
        padding: 0.85rem 0.9rem;
        font-size: 1rem;
    }

    .ql-btn-form {
        width: 100%;
        min-height: 50px;
        margin-top: 1.1rem;
    }

    .ql-contact-stack {
        gap: 0.9rem;
    }

    .ql-contact-card {
        padding: 1.2rem;
    }

    .ql-contact-card h3 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }

    .ql-contact-card p {
        gap: 0.65rem;
        font-size: 0.94rem;
        line-height: 1.55;
    }

    .ql-contact-card a {
        min-height: 40px;
        display: inline-flex;
        align-items: center;
    }

    .ql-map {
        min-height: 300px;
    }

    .ql-footer {
        padding-bottom: 5.4rem;
    }

    .ql-footer a {
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        margin-bottom: 0.35rem;
    }

    .ql-footer-bottom a {
        min-height: 40px;
        display: inline-flex;
        align-items: center;
    }

    .ql-whatsapp {
        right: max(16px, env(safe-area-inset-right));
        bottom: max(18px, env(safe-area-inset-bottom));
        width: 42px;
        height: 42px;
    }

    .ql-whatsapp i {
        font-size: 1.22rem;
    }

    .ql-footer-bottom {
        display: block;
    }

.ql-footer-bottom span {
    display: block;
    margin-bottom: 0.5rem;
    }
}

.ql-map-consent {
    position: relative;
    overflow: hidden;
}

.ql-map-consent iframe:not([src]) {
    opacity: 0;
    pointer-events: none;
}

.ql-map-consent-panel {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(43, 33, 27, 0.86), rgba(71, 54, 44, 0.72)), url("img/lacassa-static-header.webp") center/cover no-repeat;
    color: var(--ql-ivory);
    text-align: center;
}

.ql-map-consent-panel p {
    max-width: 360px;
    margin: 0;
    color: rgba(247, 242, 232, 0.86);
    font-size: 0.95rem;
}

.ql-map-consent.is-loaded .ql-map-consent-panel {
    display: none;
}

.ql-legal-page {
    min-height: 100vh;
}

.ql-legal-main {
    background: linear-gradient(180deg, var(--ql-ivory), rgba(239, 230, 214, 0.58));
}

.ql-legal-hero {
    padding: clamp(5rem, 10vw, 8rem) 0 clamp(2.5rem, 6vw, 4rem);
}

.ql-legal-hero h1 {
    max-width: 860px;
    margin: 0;
    color: var(--ql-espresso);
    font-family: var(--ql-serif);
    font-size: clamp(3rem, 7vw, 6rem);
    font-weight: 400;
    line-height: 0.95;
}

.ql-legal-hero p:last-child {
    max-width: 680px;
    margin-top: 1.3rem;
    color: var(--ql-muted);
    font-size: 1.05rem;
}

.ql-legal-content {
    padding: 0 0 clamp(5rem, 9vw, 8rem);
}

.ql-legal-content .container {
    max-width: 920px;
    padding: clamp(2rem, 5vw, 4rem);
    border: 1px solid var(--ql-line);
    background: rgba(255, 251, 243, 0.72);
}

.ql-legal-content h2 {
    margin: 2.6rem 0 0.8rem;
    color: var(--ql-espresso);
    font-family: var(--ql-serif);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 400;
    line-height: 1.05;
}

.ql-legal-content h2:first-of-type {
    margin-top: 0;
}

.ql-legal-content p {
    color: var(--ql-muted);
}

.ql-legal-content a {
    color: var(--ql-espresso);
    text-decoration-color: rgba(179, 145, 98, 0.55);
    text-underline-offset: 0.2em;
}

.ql-legal-note {
    padding: 1rem 1.2rem;
    border-left: 2px solid var(--ql-bronze);
    background: rgba(179, 145, 98, 0.1);
}

.ql-legal-footer {
    padding-top: 2rem;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}
