@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
    --site-bg: #060606;
    --site-surface: #101010;
    --site-surface-2: #1a1a1a;
    --site-card: rgba(255, 255, 255, 0.045);
    --site-card-strong: rgba(255, 214, 94, 0.1);
    --site-border: rgba(255, 211, 82, 0.12);
    --site-text: rgba(242, 242, 238, 0.92);
    --site-muted: rgba(213, 213, 206, 0.74);
    --site-heading: #fff4c7;
    --site-accent: #c99612;
    --site-accent-2: #ffd24d;
    --site-accent-3: #7f7f7f;
    --site-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
    --site-radius: 22px;
    --site-max: 1180px;
}

body.tinta-site,
body.tinta-site #page-wrapper,
body.tinta-site #wrapper {
    background:
        radial-gradient(circle at top left, rgba(255, 210, 77, 0.16), transparent 28%),
        radial-gradient(circle at 88% 14%, rgba(122, 122, 122, 0.12), transparent 22%),
        radial-gradient(circle at 50% 120%, rgba(255, 210, 77, 0.08), transparent 32%),
        linear-gradient(180deg, #121212 0%, #060606 100%);
    position: relative;
}

body.tinta-site::before {
    background:
        linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
    background-size: 32px 32px;
    content: "";
    inset: 0;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 70%);
    opacity: 0.22;
    pointer-events: none;
    position: fixed;
    z-index: 0;
}

body.tinta-site,
body.tinta-site input,
body.tinta-site select,
body.tinta-site textarea {
    color: var(--site-text);
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}

body.tinta-site p {
    color: var(--site-muted);
    margin: 0 0 1.2rem;
}

body.tinta-site h1,
body.tinta-site h2,
body.tinta-site h3,
body.tinta-site h4,
body.tinta-site h5,
body.tinta-site h6 {
    color: var(--site-heading);
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    letter-spacing: -0.03em;
}

body.tinta-site h1 {
    font-size: clamp(3rem, 8vw, 5.6rem);
    line-height: 0.95;
}

body.tinta-site h2 {
    font-size: clamp(2.25rem, 5vw, 4rem);
    line-height: 1;
    margin-bottom: 1rem;
}

body.tinta-site h3 {
    font-size: clamp(1.5rem, 2.8vw, 2.1rem);
    margin-bottom: 0.6rem;
}

body.tinta-site a {
    color: var(--site-accent-2);
    border-bottom: 0;
}

body.tinta-site a:hover {
    color: #fff;
}

.container {
    box-sizing: border-box;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: min(100%, var(--site-max));
    margin: 0 auto;
}

#header {
    background: rgba(8, 8, 8, 0.72);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 210, 77, 0.09);
    box-shadow: none;
    position: fixed;
}

#header #logo {
    align-items: center;
    display: flex;
    height: 3.5rem;
    left: 1.5rem;
    margin: 0;
    position: absolute;
    top: 0;
    transform: none;
    z-index: 3;
}

#header #logo a,
#header nav ul li a {
    font-family: "Manrope", sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#header #logo a {
    align-items: center;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 800;
    height: 3.5rem;
    line-height: 1;
    color: var(--site-heading);
    justify-content: center;
    white-space: nowrap;
}

#header nav ul li a {
    font-size: 0.74rem;
    font-weight: 700;
}

#header nav {
    right: 1.5rem;
}

body.landing #header {
    background: rgba(8, 8, 8, 0.72);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 210, 77, 0.09);
    box-shadow: none;
    position: fixed;
}

body.landing #page-wrapper {
    padding-top: 3.5em;
}

body.tinta-site .button {
    border-radius: 999px;
    box-shadow: none;
    font-family: "Manrope", sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    min-width: 0;
    text-transform: uppercase;
}

body.tinta-site .button.primary {
    background: linear-gradient(135deg, #8e6908, var(--site-accent), var(--site-accent-2));
    box-shadow: 0 18px 50px rgba(201, 150, 18, 0.28);
    color: #120f05 !important;
}

body.tinta-site .button.primary:hover {
    filter: brightness(1.06);
}

main {
    overflow: hidden;
}

.hero-section {
    position: relative;
    padding: 9rem 0 4.8rem;
}

.hero-section::before {
    animation: shimmerSweep 9s linear infinite;
    background: linear-gradient(100deg, transparent 18%, rgba(255, 210, 77, 0.13) 48%, transparent 76%);
    content: "";
    height: 140%;
    left: -30%;
    pointer-events: none;
    position: absolute;
    top: -18%;
    transform: rotate(10deg);
    width: 46%;
    z-index: 0;
}

.hero-section::after {
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px),
        transparent;
    background-size: 18px 18px;
    content: "";
    inset: auto 5% 10% auto;
    height: 10rem;
    opacity: 0.12;
    position: absolute;
    width: 10rem;
    z-index: 0;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(114deg, rgba(4, 4, 4, 0.92) 12%, rgba(8, 8, 8, 0.54) 48%, rgba(4, 4, 4, 0.92) 100%),
        radial-gradient(circle at 15% 10%, rgba(255, 210, 77, 0.16), transparent 24%),
        radial-gradient(circle at 85% 20%, rgba(137, 137, 137, 0.12), transparent 28%);
    pointer-events: none;
}

.hero-aurora,
.hero-ring,
.hero-gridlines {
    pointer-events: none;
    position: absolute;
}

.hero-aurora {
    border-radius: 999px;
    filter: blur(56px);
    mix-blend-mode: screen;
    opacity: 0.68;
}

.hero-aurora-one {
    animation: driftOne 16s ease-in-out infinite;
    background: radial-gradient(circle, rgba(255, 210, 77, 0.7), rgba(255, 210, 77, 0));
    height: 24rem;
    left: -4rem;
    top: 2rem;
    width: 24rem;
}

.hero-aurora-two {
    animation: driftTwo 18s ease-in-out infinite;
    background: radial-gradient(circle, rgba(145, 145, 145, 0.42), rgba(145, 145, 145, 0));
    bottom: 1rem;
    height: 28rem;
    right: -3rem;
    width: 28rem;
}

.hero-ring {
    border: 1px solid rgba(255, 210, 77, 0.14);
    border-radius: 50%;
    opacity: 0.45;
}

.hero-ring-one {
    animation: pulseRing 12s linear infinite;
    height: 20rem;
    right: 18%;
    top: 6%;
    width: 20rem;
}

.hero-ring-two {
    animation: pulseRing 16s linear infinite reverse;
    bottom: 2%;
    height: 11rem;
    left: 8%;
    width: 11rem;
}

.hero-gridlines {
    background-image:
        linear-gradient(rgba(255, 210, 77, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 210, 77, 0.06) 1px, transparent 1px);
    background-position: center center;
    background-size: 64px 64px;
    inset: 0;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 82%);
    opacity: 0.35;
}

.hero-grid,
.split-section {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 3rem;
    align-items: center;
}

.hero-copy,
.hero-visual {
    position: relative;
}

.hero-copy {
    animation: floatCopy 7.5s ease-in-out infinite;
}

.eyebrow {
    color: var(--site-accent-2);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.hero-lead {
    font-size: 1.12rem;
    max-width: 44rem;
}

.check-list,
.location-actions,
.section-cta,
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.tag {
    background: rgba(255, 210, 77, 0.08);
    border: 1px solid rgba(255, 210, 77, 0.12);
    border-radius: 999px;
    color: var(--site-text);
    display: inline-flex;
    padding: 0.45rem 0.95rem;
}

.hero-actions {
    align-items: center;
    gap: 1rem;
    margin: 1.8rem 0;
}

.hero-actions .button {
    align-items: center;
    display: inline-flex;
    font-size: 0.88rem;
    justify-content: center;
    min-height: 3.65rem;
    padding: 0 1.55rem;
}

.hero-actions .button.primary {
    min-width: 13.2rem;
}

.hero-actions .button:not(.primary) {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 210, 77, 0.12);
    color: var(--site-heading) !important;
    font-size: 0.8rem;
    min-width: 11.5rem;
}

.hero-actions .button:not(.primary):hover {
    background: rgba(255, 210, 77, 0.08);
    border-color: rgba(255, 210, 77, 0.24);
    color: var(--site-accent-2) !important;
}

.check-list li {
    background: var(--site-card);
    border: 1px solid var(--site-border);
    border-radius: 16px;
    color: var(--site-text);
    padding: 0.8rem 1rem;
}

.hero-visual {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1rem;
}

.hero-stack {
    display: grid;
    gap: 1rem;
}

.hero-card,
.feature-work,
.detail-panel,
.step-card,
.benefit-card,
.testimonial-card,
.category-card,
.map-shell {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid var(--site-border);
    border-radius: var(--site-radius);
    box-shadow: var(--site-shadow);
    overflow: hidden;
}

.hero-card {
    transform: translateZ(0);
}

.site-motion-ready .hero-section,
.site-motion-ready .content-section,
.site-motion-ready .gallery-hero {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.site-motion-ready .hero-section.is-visible,
.site-motion-ready .content-section.is-visible,
.site-motion-ready .gallery-hero.is-visible,
.site-motion-fallback .hero-section,
.site-motion-fallback .content-section,
.site-motion-fallback .gallery-hero {
    opacity: 1;
    transform: none;
}

.hero-card img,
.feature-work img,
.category-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-card-main {
    animation: floatCardMain 8s ease-in-out infinite;
    min-height: 34rem;
}

.hero-stack .hero-card {
    animation: floatCardSide 7s ease-in-out infinite;
    min-height: 16.4rem;
}

.hero-stack .hero-card:last-child {
    animation-delay: -2.5s;
}

.content-section {
    padding: 4.5rem 0;
}

.featured-grid,
.category-grid,
.steps-grid,
.benefits-grid,
.testimonials-grid {
    display: grid;
    gap: 1.25rem;
}

.section-dark {
    background: linear-gradient(180deg, rgba(255, 210, 77, 0.03), rgba(255, 255, 255, 0.008));
}

.section-heading {
    margin-bottom: 2rem;
    max-width: 52rem;
}

.detail-panel,
.step-card,
.benefit-card,
.testimonial-card {
    padding: 1.5rem;
}

.detail-panel h3 {
    margin-top: 0.1rem;
}

.check-list {
    list-style: none;
    margin: 1rem 0 1.4rem;
    padding: 0;
}

.text-link {
    color: var(--site-accent-2);
    font-weight: 700;
}

.featured-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 2rem;
}

.feature-work {
    display: grid;
    grid-template-rows: 19rem auto;
}

.feature-work div,
.category-card div {
    padding: 1.3rem;
}

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

.category-card {
    color: inherit;
    display: grid;
    grid-template-rows: 14rem auto;
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.category-card:hover,
.feature-work:hover {
    border-color: rgba(255, 210, 77, 0.48);
    transform: translateY(-5px);
}

.section-cta {
    margin-top: 2rem;
}

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

.step-card span {
    align-items: center;
    background: rgba(255, 210, 77, 0.12);
    border: 1px solid rgba(255, 210, 77, 0.24);
    border-radius: 999px;
    color: var(--site-accent-2);
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    height: 2.35rem;
    justify-content: center;
    margin-bottom: 1rem;
    width: 2.35rem;
}

.benefits-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

.reviews-showcase {
    align-items: center;
    display: grid;
    gap: 1.4rem;
    grid-template-columns: minmax(0, 1fr);
}

.reviews-content {
    display: grid;
    gap: 1.15rem;
}

.review-summary-card {
    background: linear-gradient(180deg, rgba(255, 210, 77, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 210, 77, 0.12);
    border-radius: 22px;
    box-shadow: var(--site-shadow);
    padding: 1.4rem;
}

.review-summary-top {
    align-items: start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.review-summary-top h3 {
    margin-bottom: 0.45rem;
}

.review-score-row {
    align-items: center;
    display: flex;
    gap: 1rem;
    margin: 0.3rem 0 0.85rem;
}

.review-score {
    color: var(--site-heading);
    font-family: "Cormorant Garamond", serif;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 0.9;
}

.review-score-meta {
    display: grid;
    gap: 0.25rem;
}

.review-score-meta p {
    margin: 0;
}

.review-badge {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 210, 77, 0.12);
    border-radius: 999px;
    color: var(--site-heading);
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    padding: 0.55rem 0.85rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.review-stars {
    color: var(--site-accent-2);
    display: flex;
    font-size: 1.35rem;
    gap: 0.3rem;
    margin: 0;
}

.review-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin: 0 0 1rem;
}

.review-topics span {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 210, 77, 0.1);
    border-radius: 999px;
    color: var(--site-text);
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 700;
    padding: 0.55rem 0.85rem;
}

.review-kicker {
    color: var(--site-accent-2);
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}

.review-inline-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.faq-list {
    display: grid;
    gap: 1rem;
}

.faq-list details {
    background: linear-gradient(180deg, rgba(255, 210, 77, 0.045), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 210, 77, 0.09);
    border-radius: 18px;
    padding: 1.15rem 1.2rem;
}

.faq-list summary {
    color: var(--site-heading);
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    list-style: none;
    padding-right: 2rem;
    position: relative;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    color: var(--site-accent-2);
    content: "+";
    font-size: 1.2rem;
    position: absolute;
    right: 0;
    top: -0.1rem;
}

.faq-list details[open] summary::after {
    content: "-";
}

.faq-list details p {
    margin: 0.9rem 0 0;
}

.location-section {
    align-items: stretch;
}

.map-shell {
    min-height: 30rem;
}

.map-shell iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

.final-cta-section {
    padding-top: 0;
}

.final-cta {
    background: linear-gradient(120deg, rgba(255, 210, 77, 0.14), rgba(120, 120, 120, 0.07), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 210, 77, 0.18);
    border-radius: calc(var(--site-radius) + 4px);
    padding: 2.5rem;
    text-align: center;
}

#footer {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 4rem;
}

.floating-wa {
    align-items: center;
    background: linear-gradient(135deg, #1dc75c, #25d366);
    border-radius: 999px;
    bottom: 1.2rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    color: #fff !important;
    display: inline-flex;
    font-size: 1.3rem;
    height: 3.5rem;
    justify-content: center;
    position: fixed;
    right: 1.2rem;
    width: 3.5rem;
    z-index: 10001;
}

.gallery-hero {
    padding: 9rem 0 3.5rem;
}

.gallery-intro-grid {
    display: grid;
    gap: 1.4rem;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
}

.gallery-stat-panel {
    background: rgba(255, 210, 77, 0.04);
    border: 1px solid rgba(255, 210, 77, 0.08);
    border-radius: var(--site-radius);
    padding: 1.5rem;
}

.gallery-stat-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gallery-stat-panel li + li {
    margin-top: 0.6rem;
}

body.tinta-site .wrapper.style1 {
    background: transparent;
}

body.tinta-site .wrapper.style1 > .inner {
    padding-top: 8rem;
    padding-bottom: 3.5rem;
}

body.tinta-site .major.special p {
    color: var(--site-muted);
}

body.tinta-site .box.alt {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

body.tinta-site .box.alt .row.gtr-50.gtr-uniform {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
}

body.tinta-site .box.alt .row.gtr-50.gtr-uniform > .gallery-col {
    padding: 0;
    width: auto;
}

body.tinta-site .gallery-col .image.square,
body.tinta-site .box.alt .image.square {
    border: 1px solid rgba(255, 210, 77, 0.08);
    border-radius: 18px;
    box-shadow: var(--site-shadow);
    display: block;
    overflow: hidden;
}

body.tinta-site .gallery-col img,
body.tinta-site .box.alt .image.square img {
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
    width: 100%;
}

.lightboxOverlay,
.lightbox {
    display: none !important;
}

body.gallery-viewer-open {
    overflow: hidden;
}

.gallery-viewer {
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 220ms ease;
    z-index: 10050;
}

.gallery-viewer.is-open {
    opacity: 1;
    pointer-events: auto;
}

.gallery-viewer__backdrop {
    backdrop-filter: blur(16px);
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 210, 77, 0.2), transparent 30%),
        radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(5, 5, 6, 0.7), rgba(5, 5, 6, 0.94));
    inset: 0;
    position: absolute;
}

.gallery-viewer__dialog {
    background:
        linear-gradient(180deg, rgba(18, 18, 20, 0.98), rgba(8, 8, 10, 0.98));
    border: 1px solid rgba(255, 210, 77, 0.14);
    border-radius: 28px;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.55);
    display: grid;
    gap: 1rem;
    inset: clamp(1rem, 3vw, 2rem);
    margin: auto;
    max-height: min(92vh, 58rem);
    max-width: min(92vw, 74rem);
    padding: 1rem;
    position: absolute;
}

.gallery-viewer__stage {
    align-items: center;
    background:
        radial-gradient(circle at 50% 30%, rgba(255, 210, 77, 0.09), transparent 36%),
        rgba(5, 5, 6, 0.6);
    border: 1px solid rgba(255, 210, 77, 0.08);
    border-radius: 22px;
    display: flex;
    justify-content: center;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.gallery-viewer__stage::after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 30%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.gallery-viewer__image {
    display: block;
    max-height: min(68vh, 44rem);
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.gallery-viewer__close,
.gallery-viewer__nav {
    align-items: center;
    background: rgba(12, 12, 13, 0.86);
    border: 1px solid rgba(255, 210, 77, 0.14);
    border-radius: 999px;
    color: var(--site-heading);
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        transform 180ms ease;
}

.gallery-viewer__close:hover,
.gallery-viewer__nav:hover {
    background: rgba(255, 210, 77, 0.14);
    border-color: rgba(255, 210, 77, 0.28);
    transform: translateY(-1px);
}

.gallery-viewer__close {
    font-size: 1.8rem;
    height: 3rem;
    justify-self: end;
    line-height: 1;
    margin-bottom: -0.2rem;
    width: 3rem;
}

.gallery-viewer__nav {
    font-size: 1.5rem;
    height: 3.25rem;
    position: absolute;
    top: 50%;
    width: 3.25rem;
    z-index: 2;
}

.gallery-viewer__nav--prev {
    left: 1.85rem;
    transform: translateY(-50%);
}

.gallery-viewer__nav--next {
    right: 1.85rem;
    transform: translateY(-50%);
}

.gallery-viewer__nav--prev:hover,
.gallery-viewer__nav--next:hover {
    transform: translateY(calc(-50% - 1px));
}

.gallery-viewer__meta {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-width: 0;
}

.gallery-viewer__caption {
    color: rgba(255, 247, 238, 0.88);
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.5;
    min-width: 0;
}

.gallery-viewer__count {
    background: rgba(255, 210, 77, 0.08);
    border: 1px solid rgba(255, 210, 77, 0.14);
    border-radius: 999px;
    color: rgba(255, 247, 238, 0.78);
    font-size: 0.83rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    padding: 0.65rem 0.9rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.gallery-viewer__thumbs {
    display: grid;
    gap: 0.7rem;
    grid-auto-columns: minmax(4.6rem, 5.6rem);
    grid-auto-flow: column;
    overflow-x: auto;
    padding-bottom: 0.15rem;
    scrollbar-width: thin;
}

.gallery-viewer__thumbs::-webkit-scrollbar {
    height: 0.4rem;
}

.gallery-viewer__thumbs::-webkit-scrollbar-thumb {
    background: rgba(255, 210, 77, 0.18);
    border-radius: 999px;
}

.gallery-viewer__thumb {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 210, 77, 0.08);
    border-radius: 16px;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    transition:
        border-color 180ms ease,
        transform 180ms ease,
        box-shadow 180ms ease;
}

.gallery-viewer__thumb:hover,
.gallery-viewer__thumb.is-active {
    border-color: rgba(255, 210, 77, 0.26);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
    transform: translateY(-1px);
}

.gallery-viewer__thumb img {
    aspect-ratio: 1 / 1;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@media screen and (max-width: 980px) {
    body.tinta-site .box.alt .row.gtr-50.gtr-uniform {
        gap: 0.9rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gallery-viewer__dialog {
        border-radius: 24px;
        inset: 1rem;
        max-width: none;
        padding: 0.9rem;
    }

    .gallery-viewer__nav--prev {
        left: 1.15rem;
    }

    .gallery-viewer__nav--next {
        right: 1.15rem;
    }
}

@media screen and (max-width: 736px) {
    body.tinta-site .box.alt .row.gtr-50.gtr-uniform {
        gap: 0.8rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-viewer__dialog {
        border-radius: 22px;
        gap: 0.85rem;
        inset: 0.75rem;
        padding: 0.75rem;
    }

    .gallery-viewer__stage {
        border-radius: 18px;
    }

    .gallery-viewer__image {
        max-height: 62vh;
    }

    .gallery-viewer__close {
        height: 2.7rem;
        width: 2.7rem;
    }

    .gallery-viewer__nav {
        font-size: 1.2rem;
        height: 2.8rem;
        width: 2.8rem;
    }

    .gallery-viewer__nav--prev {
        left: 1rem;
    }

    .gallery-viewer__nav--next {
        right: 1rem;
    }

    .gallery-viewer__meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .gallery-viewer__caption {
        font-size: 0.92rem;
    }

    .gallery-viewer__count {
        font-size: 0.74rem;
        letter-spacing: 0.14em;
        padding: 0.55rem 0.8rem;
    }

    .gallery-viewer__thumbs {
        gap: 0.55rem;
        grid-auto-columns: minmax(4rem, 4.8rem);
    }
}

@media screen and (max-width: 1280px) {
    .benefits-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

@media screen and (max-width: 980px) {
    :root {
        --mobile-drawer-width: min(84vw, 22rem);
    }

    #header #logo {
        left: 1.25rem;
        transform: none;
    }

    #titleBar {
        background: rgba(10, 10, 10, 0.88) !important;
        backdrop-filter: blur(16px);
        border-bottom: 1px solid rgba(255, 210, 77, 0.12);
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
        height: 3.7rem !important;
    }

    #titleBar .title {
        align-items: center;
        display: flex;
        height: 3.7rem !important;
        justify-content: center;
        left: 50%;
        max-width: calc(100% - 9.4rem);
        transform: translateX(-50%);
    }

    #titleBar .title a {
        color: var(--site-heading) !important;
        font-family: "Cormorant Garamond", serif !important;
        font-size: 1.8rem !important;
        font-weight: 600 !important;
        letter-spacing: 0.02em !important;
        line-height: 1;
        text-transform: none;
        white-space: nowrap;
    }

    #titleBar .back,
    #titleBar .toggle {
        height: 3.7rem !important;
        top: 0.45rem !important;
        width: 3.1rem !important;
    }

    #titleBar .back {
        left: 0.75rem !important;
    }

    #titleBar .toggle {
        right: 0.75rem !important;
        left: auto !important;
    }

    #titleBar .back:before,
    #titleBar .toggle:before {
        align-items: center;
        border-radius: 14px;
        display: flex !important;
        height: 2.45rem !important;
        justify-content: center;
        left: 0 !important;
        line-height: 1 !important;
        top: 0 !important;
        width: 2.45rem !important;
    }

    #titleBar .back:before {
        background: rgba(255, 255, 255, 0.05) !important;
        border: 1px solid rgba(255, 210, 77, 0.14);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
        color: var(--site-heading) !important;
        content: "\f053";
        font-family: "Font Awesome 5 Free";
        font-size: 0.95rem !important;
        font-weight: 900;
    }

    #titleBar .back.is-disabled {
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }

    #titleBar .toggle:before {
        align-items: center;
        background: linear-gradient(135deg, #a97d0c, var(--site-accent-2)) !important;
        border: 1px solid rgba(255, 210, 77, 0.24);
        box-shadow: 0 10px 28px rgba(201, 150, 18, 0.22);
        color: #111 !important;
        font-size: 1.15rem !important;
    }

    #navPanel {
        background: linear-gradient(180deg, rgba(14, 14, 16, 0.98), rgba(10, 10, 12, 0.98)) !important;
        border-left: 1px solid rgba(255, 210, 77, 0.12);
        border-right: 0;
        box-shadow: -18px 0 50px rgba(0, 0, 0, 0.4);
        left: auto !important;
        right: 0 !important;
        transform: translateX(calc(100% + 1.5rem)) !important;
        padding: 1rem 1rem 1.35rem !important;
        width: var(--mobile-drawer-width) !important;
    }

    #navPanel nav {
        padding-top: 3.5rem;
        position: relative;
    }

    #navPanel nav::before {
        color: rgba(255, 210, 77, 0.72);
        content: "Menu";
        font-family: "Manrope", sans-serif;
        font-size: 0.72rem;
        font-weight: 800;
        left: 0.2rem;
        letter-spacing: 0.18em;
        position: absolute;
        text-transform: uppercase;
        top: 0.25rem;
    }

    #navPanel .link {
        align-items: center;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 210, 77, 0.08);
        border-radius: 16px;
        color: rgba(255, 247, 238, 0.88) !important;
        display: flex;
        font-family: "Manrope", sans-serif;
        font-size: 0.98rem;
        font-weight: 700;
        height: auto;
        letter-spacing: 0;
        line-height: 1.3;
        margin-bottom: 0.7rem;
        min-height: 3.2rem;
        padding: 0.9rem 1rem;
        text-transform: none;
    }

    #navPanel .link:first-child {
        border-top: 1px solid rgba(255, 210, 77, 0.08);
    }

    #navPanel .link.depth-0 {
        color: var(--site-heading) !important;
        font-weight: 700 !important;
    }

    #navPanel .link:hover {
        background: rgba(255, 210, 77, 0.08);
        border-color: rgba(255, 210, 77, 0.18);
        color: var(--site-accent-2) !important;
    }

    #navPanel .link .indent-1,
    #navPanel .link .indent-2,
    #navPanel .link .indent-3,
    #navPanel .link .indent-4,
    #navPanel .link .indent-5 {
        width: 0.85rem;
    }

    body.navPanel-visible #page-wrapper,
    body.navPanel-visible #titleBar {
        transform: none !important;
    }

    body.navPanel-visible #navPanel {
        transform: translateX(0) !important;
    }

    body.navPanel-visible::after {
        background: rgba(0, 0, 0, 0.48);
        content: "";
        inset: 0;
        pointer-events: none;
        position: fixed;
        z-index: 10000;
    }

    .container {
        padding-left: 2rem;
        padding-right: 2rem;
        width: 100%;
    }

    .hero-grid,
    .split-section,
    .gallery-intro-grid,
    .hero-visual,
    .featured-grid,
    .category-grid,
    .reviews-showcase,
    .testimonials-grid,
    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .hero-section,
    .gallery-hero {
        padding-top: 7.5rem;
    }

    .content-section,
    .gallery-hero {
        padding-left: 0;
        padding-right: 0;
    }

    body.tinta-site .wrapper.style1 > .inner {
        padding-top: 7rem;
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .hero-card-main,
    .hero-stack .hero-card {
        min-height: 18rem;
    }

    .hero-grid {
        gap: 1.6rem;
    }

    .split-section,
    .reviews-showcase,
    .gallery-intro-grid {
        gap: 1.55rem;
    }

    .review-summary-top {
        flex-direction: column;
    }

    .review-score-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.55rem;
    }

    .section-heading {
        margin-bottom: 1.6rem;
    }

    .hero-copy,
    .section-copy,
    .detail-panel,
    .section-heading,
    .final-cta {
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }

    .detail-panel,
    .step-card,
    .benefit-card,
    .testimonial-card,
    .faq-list details,
    .gallery-stat-panel,
    .final-cta,
    .category-card div,
    .feature-work div {
        padding-left: 1.35rem;
        padding-right: 1.35rem;
    }
}

@media screen and (max-width: 736px) {
    :root {
        --mobile-drawer-width: min(86vw, 20rem);
    }

    body.tinta-site,
    body.tinta-site input,
    body.tinta-site select,
    body.tinta-site textarea {
        font-size: 15px;
    }

    .container {
        padding-left: 1.35rem;
        padding-right: 1.35rem;
        width: 100%;
    }

    .hero-section,
    .content-section,
    .gallery-hero {
        padding: 3.4rem 0;
    }

    .hero-section {
        padding-top: 6.5rem;
    }

    .hero-grid {
        gap: 1.4rem;
    }

    .split-section,
    .reviews-showcase,
    .gallery-intro-grid {
        gap: 1.35rem;
    }

    .detail-panel,
    .step-card,
    .benefit-card,
    .testimonial-card,
    .faq-list details,
    .gallery-stat-panel,
    .final-cta {
        padding-left: 1.15rem;
        padding-right: 1.15rem;
    }

    .category-card div,
    .feature-work div {
        padding: 1.15rem;
    }

    .check-list li {
        padding: 0.95rem 1rem;
    }

    .hero-aurora-one {
        height: 14rem;
        left: -1.5rem;
        top: 4.5rem;
        width: 14rem;
    }

    .hero-aurora-two {
        bottom: auto;
        height: 15rem;
        right: -1rem;
        top: 1.5rem;
        width: 15rem;
    }

    .hero-ring-one,
    .hero-ring-two,
    .hero-gridlines {
        opacity: 0.14;
    }

    .hero-actions,
    .section-cta,
    .location-actions,
    .review-inline-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .button,
    .hero-actions .button.primary {
        min-height: 3.45rem;
        min-width: 0;
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    #titleBar {
        height: 3.45rem !important;
    }

    #titleBar .title {
        height: 3.45rem !important;
        max-width: calc(100% - 8rem);
    }

    #titleBar .title a {
        font-size: 1.55rem !important;
    }

    #titleBar .back {
        left: 0.65rem !important;
    }

    #titleBar .toggle {
        right: 0.65rem !important;
        left: auto !important;
    }

    #navPanel {
        padding: 0.85rem 0.85rem 1.2rem !important;
        width: var(--mobile-drawer-width) !important;
    }

    #navPanel .link {
        font-size: 0.94rem;
        min-height: 3rem;
        padding: 0.85rem 0.95rem;
    }

    .review-score {
        font-size: 3.3rem;
    }

    body.tinta-site .button,
    body.tinta-site .button.primary {
        width: 100%;
    }

    .steps-grid,
    .benefits-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .hero-card,
    .feature-work,
    .detail-panel,
    .step-card,
    .benefit-card,
    .testimonial-card,
    .category-card,
    .map-shell {
        border-radius: 20px;
    }

    .final-cta {
        padding: 2rem 1.25rem;
    }

    body.tinta-site .wrapper.style1 > .inner {
        padding-top: 6rem;
    }
}

@media screen and (max-width: 480px) {
    body.tinta-site .box.alt .row.gtr-50.gtr-uniform {
        gap: 0.7rem;
    }

    .container {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        width: 100%;
    }

    .hero-section,
    .content-section,
    .gallery-hero {
        padding: 3rem 0;
    }

    .hero-grid,
    .split-section,
    .reviews-showcase,
    .gallery-intro-grid {
        gap: 1.15rem;
    }

    .detail-panel,
    .step-card,
    .benefit-card,
    .testimonial-card,
    .faq-list details,
    .gallery-stat-panel,
    .final-cta,
    .category-card div,
    .feature-work div {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@keyframes driftOne {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(2rem, 1.5rem, 0) scale(1.08);
    }
}

@keyframes shimmerSweep {
    0% {
        transform: translateX(-12%) rotate(10deg);
    }

    100% {
        transform: translateX(245%) rotate(10deg);
    }
}

@keyframes floatCopy {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

@keyframes floatCardMain {
    0%, 100% {
        transform: translateY(0) rotate(-1deg);
    }

    50% {
        transform: translateY(-10px) rotate(0.6deg);
    }
}

@keyframes floatCardSide {
    0%, 100% {
        transform: translateY(0) rotate(0.8deg);
    }

    50% {
        transform: translateY(-8px) rotate(-0.6deg);
    }
}

@keyframes driftTwo {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(-2rem, -1rem, 0) scale(1.06);
    }
}

@keyframes pulseRing {
    0% {
        transform: scale(0.96);
    }

    50% {
        transform: scale(1.04);
    }

    100% {
        transform: scale(0.96);
    }
}
