:root {
    --gold: #c5a059;
    --gold-rich: #d4af37;
    --gold-light: #e6ca65;
    --gold-dark: #9a7b38;
    --cream: #faf7f2;
    --ivory: #fdfcf7;
    --ebony: #1c1611;
    --coal: #120e0b;
    --stone: #8c827a;
    --text: #3a332c;
    --light-text: #d8ceb9;
    --line: rgba(197, 160, 89, .25);
    --shadow: 0 22px 48px -28px rgba(28, 22, 17, .32)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--ivory);
    color: var(--text);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    line-height: 1.6
}
.custom-margin-30{
    margin-top: 30px;
}

body.menu-open,
body.modal-open {
    overflow: hidden
}

img {
    display: block;
    max-width: 100%
}

button,
input,
textarea,
select {
    font: inherit
}

button {
    cursor: pointer
}

a {
    color: inherit;
    text-decoration: none
}

::selection {
    background: var(--gold);
    color: var(--coal)
}

.container {
    width: min(100% - 40px, 1280px);
    margin: auto
}

.section {
    padding: 110px 0
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: var(--gold-dark);
    font: 500 10px/1 "JetBrains Mono", monospace;
    letter-spacing: .28em;
    text-transform: uppercase
}

.eyebrow:before {
    width: 42px;
    height: 1px;
    background: var(--gold);
    content: ""
}

.eyebrow.light {
    color: var(--gold-light)
}

.eyebrow.light:before {
    background: var(--gold-light)
}

h1,
h2,
h3,
p {
    margin-top: 0
}

h1,
h2,
h3 {
    color: var(--ebony);
    font-family: "Cormorant Garamond", serif;
    line-height: 1.07;
    letter-spacing: 0
}

h2 {
    font-size: clamp(2.4rem, 5vw, 4.25rem);
    font-weight: 600
}

.gold-text {
    font-style: italic;
    background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.section-copy {
    max-width: 640px;
    margin: 20px 0 0;
    color: rgba(58, 51, 44, .74);
    font-size: 1.03rem
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 14px 24px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease
}

.btn:hover {
    transform: translateY(-2px)
}

.btn-gold {
    background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
    color: var(--coal);
    box-shadow: 0 12px 26px -13px rgba(154, 123, 56, .76)
}

.btn-dark {
    background: var(--ebony);
    color: var(--cream)
}

.btn-outline {
    border-color: rgba(28, 22, 17, .35);
    background: rgba(253, 252, 247, .65);
    color: var(--ebony);
    backdrop-filter: blur(6px)
}

.btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold-dark)
}

.btn-line {
    padding: 0 0 5px;
    border: 0;
    border-bottom: 2px solid var(--gold);
    border-radius: 0;
    background: transparent;
    color: var(--gold-dark)
}

.icon-arrow {
    font-size: 1.1em;
    transition: transform .25s ease
}

.btn:hover .icon-arrow {
    transform: translateX(4px)
}

.scroll-progress {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-rich), var(--gold), var(--gold-dark))
}

.topbar {
    background: var(--ebony);
    color: var(--light-text);
    font-size: 11px
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 36px
}

.topbar-list,
.social-list {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none
}

.topbar a,
.social-button {
    transition: color .2s
}

.topbar a:hover,
.social-button:hover {
    color: var(--gold-light)
}

.social-button {
    border: 0;
    background: transparent;
    color: inherit;
    padding: 0
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(250, 247, 242, .92);
    border-bottom: 1px solid rgba(197, 160, 89, .2);
    backdrop-filter: blur(14px);
    transition: box-shadow .25s
}

.site-header.is-scrolled {
    box-shadow: 0 8px 25px -17px var(--ebony)
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    gap: 20px
}

.brand-logo {
    display: flex;
    align-items: center;
    max-width: 255px
}

.brand-logo img {
    width: 100%;
    height: auto;
    max-height: 62px;
    object-fit: contain;
    object-position: left center
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 23px
}

.nav-links button,
.nav-search {
    position: relative;
    border: 0;
    background: none;
    color: rgba(28, 22, 17, .78);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    transition: color .2s
}

.nav-links button:after {
    position: absolute;
    right: 0;
    bottom: -9px;
    left: 0;
    height: 2px;
    width: 0;
    background: var(--gold);
    content: "";
    transition: width .25s
}

.nav-links button:hover {
    color: var(--ebony)
}

.nav-links button:hover:after {
    width: 100%
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 10px
}

.nav-search,
.icon-button {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border: 1px solid rgba(28, 22, 17, .17);
    border-radius: 50%;
    background: transparent;
    color: var(--ebony);
    transition: border-color .2s, color .2s
}

.nav-search:hover,
.icon-button:hover {
    border-color: var(--gold);
    color: var(--gold-dark)
}

.menu-toggle {
    display: none
}

.mobile-panel {
    visibility: hidden;
    position: fixed;
    z-index: 170;
    inset: 0;
    background: rgba(18, 14, 11, .58);
    opacity: 0;
    transition: opacity .3s, visibility .3s
}

.mobile-panel.is-open {
    visibility: visible;
    opacity: 1
}

.mobile-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: min(86%, 390px);
    height: 100%;
    flex-direction: column;
    padding: 28px;
    background: var(--ebony);
    box-shadow: -18px 0 50px rgba(0, 0, 0, .2);
    transform: translateX(102%);
    transition: transform .35s ease
}

.mobile-panel.is-open .mobile-menu {
    transform: translateX(0)
}

.mobile-brand {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.mobile-brand .brand-logo {
    max-width: 210px;
    filter: none
}

.mobile-menu .icon-button {
    color: var(--gold);
    border-color: rgba(197, 160, 89, .38)
}

.mobile-links {
    display: grid;
    margin: 45px 0 30px;
    padding: 0;
    list-style: none
}

.mobile-links button {
    width: 100%;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px solid rgba(197, 160, 89, .12);
    background: transparent;
    color: var(--cream);
    font-family: "Cormorant Garamond", serif;
    font-size: 27px;
    text-align: left
}

.mobile-socials {
    display: flex;
    gap: 16px;
    margin-top: auto;
    color: var(--gold)
}

.hero {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    background: var(--cream)
}

.hero-slides,
.hero-shade {
    position: absolute;
    inset: 0
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.15s ease
}

.hero-slide.is-active {
    opacity: 1
}

.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.hero-shade {
    background: linear-gradient(90deg, rgba(253, 252, 247, .98) 0%, rgba(250, 247, 242, .91) 39%, rgba(250, 247, 242, .43) 66%, rgba(28, 22, 17, .14) 100%), linear-gradient(0deg, rgba(250, 247, 242, .72), transparent 40%)
}

.hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr);
    align-items: center;
    min-height: 650px;
    gap: 50px
}

.hero-copy {
    max-width: 715px;
    padding: 94px 0
}

.hero-copy h1 {
    margin: 24px 0;
    color: var(--ebony);
    font-size: clamp(3.25rem, 6.2vw, 5.55rem);
    font-weight: 600
}

.hero-copy p {
    max-width: 595px;
    margin-bottom: 34px;
    font-size: 1.02rem;
    color: rgba(28, 22, 17, .72)
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.hero-frame {
    position: relative;
    justify-self: end;
    width: min(100%, 450px)
}

.hero-frame:before {
    position: absolute;
    z-index: 1;
    inset: -14px;
    border: 1px solid rgba(197, 160, 89, .48);
    border-radius: 220px 220px 12px 12px;
    content: ""
}

.hero-frame img {
    position: relative;
    z-index: 2;
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: 220px 220px 12px 12px;
    box-shadow: 0 38px 70px -33px rgba(18, 14, 11, .62)
}

.hero-badge {
    position: absolute;
    z-index: 4;
    bottom: -28px;
    left: -48px;
    display: grid;
    place-items: center;
    width: 128px;
    height: 128px;
    border: 1px solid rgba(197, 160, 89, .4);
    border-radius: 50%;
    background: rgba(250, 247, 242, .88);
    color: var(--gold-dark);
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    text-align: center;
    line-height: 1.05;
    box-shadow: var(--shadow);
    transform: rotate(-10deg)
}

.slider-dots {
    position: absolute;
    z-index: 5;
    bottom: 30px;
    left: 50%;
    display: flex;
    gap: 10px;
    transform: translateX(-50%)
}

.slider-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 1px solid var(--gold-dark);
    border-radius: 50%;
    background: rgba(250, 247, 242, .6);
    transition: background .25s, transform .25s
}

.slider-dot.is-active {
    background: var(--gold-dark);
    transform: scale(1.25)
}

.trust {
    border-block: 1px solid var(--line);
    background: var(--cream)
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    padding: 38px 0
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 14px
}

.trust-icon {
    display: grid;
    flex: 0 0 52px;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(197, 160, 89, .45);
    border-radius: 50%;
    color: var(--gold);
    font-size: 22px;
    transition: color .3s, background-color .3s
}

.trust-item:hover .trust-icon {
    background: var(--gold);
    color: var(--coal)
}

.trust-item h3 {
    margin: 0;
    font-size: 21px
}

.trust-item p {
    margin: 2px 0 0;
    font-size: 11px;
    color: var(--stone)
}

.marquee {
    overflow: hidden;
    border-bottom: 1px solid var(--line);
    padding: 27px 0;
    white-space: nowrap
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 35s linear infinite
}

.marquee:hover .marquee-track {
    animation-play-state: paused
}

.marquee-item {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-right: 35px;
    color: rgba(28, 22, 17, .9);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.6rem, 5vw, 4.4rem);
    font-weight: 600
}

.marquee-item:nth-child(even) {
    color: transparent;
    -webkit-text-stroke: 1px rgba(197, 160, 89, .74)
}

.marquee-symbol {
    color: var(--gold);
    font-family: serif;
    font-size: 27px
}

.products {
    background: var(--ivory)
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px
}

.section-heading h2 {
    margin: 17px 0 0
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 55px
}

.product-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(197, 160, 89, .18);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: transform .35s, box-shadow .35s, border-color .35s
}

.product-card:hover {
    border-color: rgba(197, 160, 89, .62);
    box-shadow: var(--shadow);
    transform: translateY(-7px)
}

.product-image {
    position: relative;
    height: 220px;
    overflow: hidden
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s
}

.product-card:hover .product-image img {
    transform: scale(1.07)
}

.product-number {
    position: absolute;
    top: 14px;
    left: 14px;
    color: #fff;
    font: 500 11px "JetBrains Mono", monospace;
    text-shadow: 0 1px 4px #000
}

.product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px
}

.product-content h3 {
    margin: 0;
    font-size: 25px
}

.product-content p {
    margin: 10px 0 20px;
    color: rgba(58, 51, 44, .68);
    font-size: 13px
}

.product-content button {
    align-self: flex-start;
    margin-top: auto;
    border: 0;
    background: none;
    color: var(--gold-dark);
    font-size: 13px;
    font-weight: 700
}

.product-card:after {
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    content: "";
    transition: width .6s
}

.product-card:hover:after {
    width: 100%
}

.trade {
    background: var(--cream)
}

.trade-layout {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: clamp(44px, 7vw, 105px);
    align-items: center
}

.trade-gallery {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    grid-template-rows: 175px 175px;
    gap: 15px
}

.trade-gallery figure {
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 5px
}

.trade-gallery figure:first-child {
    grid-row: 1 / 3
}

.trade-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s
}

.trade-gallery figure:hover img {
    transform: scale(1.05)
}

.trade-gallery figcaption {
    position: relative;
    margin-top: -35px;
    padding: 7px 10px;
    background: linear-gradient(90deg, rgba(18, 14, 11, .85), transparent);
    color: var(--cream);
    font: 500 9px "JetBrains Mono", monospace;
    letter-spacing: .17em;
    text-transform: uppercase
}

.feature-list {
    display: grid;
    gap: 12px;
    margin-top: 32px
}

.feature-card {
    display: flex;
    gap: 16px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 5px;
    background: rgba(253, 252, 247, .75);
    transition: transform .25s, border-color .25s
}

.feature-card:hover {
    border-color: var(--gold);
    transform: translateX(5px)
}

.feature-card .feature-icon {
    display: grid;
    flex: 0 0 42px;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(197, 160, 89, .12);
    color: var(--gold-dark);
    font-size: 18px
}

.feature-card h3 {
    margin: 0;
    font-size: 21px
}

.feature-card p {
    margin: 2px 0 0;
    color: rgba(58, 51, 44, .66);
    font-size: 12px
}

.quality {
    position: relative;
    overflow: hidden;
    background: var(--ebony);
    color: var(--light-text)
}

.quality:before {
    position: absolute;
    inset: 0;
    opacity: .09;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    content: ""
}

.quality .container {
    position: relative
}

.quality h2 {
    margin: 17px 0;
    color: var(--cream)
}

.quality-intro {
    max-width: 640px;
    color: rgba(216, 206, 185, .75)
}

.process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 64px
}

.process-grid:before {
    position: absolute;
    top: 53px;
    right: 8%;
    left: 8%;
    border-top: 1px dashed rgba(197, 160, 89, .32);
    content: ""
}

.process-step {
    position: relative;
    text-align: center
}

.step-photo {
    position: relative;
    z-index: 1;
    width: 108px;
    height: 108px;
    margin: auto;
    overflow: hidden;
    border: 1px solid rgba(197, 160, 89, .5);
    border-radius: 50%;
    background: var(--coal)
}

.step-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(20%)
}

.step-icon {
    position: absolute;
    z-index: 2;
    bottom: -11px;
    left: 50%;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(197, 160, 89, .6);
    border-radius: 50%;
    background: var(--coal);
    color: var(--gold);
    font-size: 15px;
    transform: translateX(-50%)
}

.step-number {
    display: block;
    margin-top: 24px;
    color: rgba(230, 202, 101, .75);
    font: 500 10px "JetBrains Mono", monospace;
    letter-spacing: .25em
}

.process-step h3 {
    margin: 7px 0 0;
    color: var(--cream);
    font-size: 24px
}

.process-step p {
    max-width: 175px;
    margin: 7px auto 0;
    color: rgba(216, 206, 185, .6);
    font-size: 11px
}

.about {
    background: var(--cream)
}

.about-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(46px, 8vw, 120px);
    align-items: center
}

.about h2 {
    margin: 17px 0
}

.about-actions {
    margin-top: 28px
}

.benefit-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 46px
}

.benefit {
    display: flex;
    gap: 12px
}

.benefit-icon {
    display: grid;
    flex: 0 0 38px;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(197, 160, 89, .4);
    border-radius: 50%;
    background: var(--ivory);
    color: var(--gold);
    font-size: 16px
}

.benefit h3 {
    margin: 0;
    font: 700 13px "Plus Jakarta Sans", sans-serif;
    color: var(--ebony)
}

.benefit p {
    margin: 4px 0 0;
    color: var(--stone);
    font-size: 11px
}

.about-media {
    position: relative;
    max-width: 470px;
    justify-self: end
}

.about-media:before {
    position: absolute;
    inset: -14px;
    border: 1px solid rgba(197, 160, 89, .45);
    border-radius: 180px 180px 10px 10px;
    content: ""
}

.about-media img {
    position: relative;
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: 180px 180px 10px 10px;
    box-shadow: var(--shadow)
}

.location-card {
    position: absolute;
    right: 7%;
    bottom: 25px;
    left: 7%;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px;
    border: 1px solid rgba(197, 160, 89, .3);
    border-radius: 5px;
    background: rgba(18, 14, 11, .84);
    color: var(--cream);
    backdrop-filter: blur(10px)
}

.location-pin {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--coal)
}

.location-card strong {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px
}

.location-card span {
    display: block;
    color: rgba(216, 206, 185, .7);
    font-size: 10px
}

.reviews {
    overflow: hidden;
    background: var(--ivory)
}

.reviews-layout {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 65px;
    align-items: center
}

.review-summary {
    border-right: 1px solid var(--line);
    padding-right: 35px
}

.review-summary h2 {
    margin: 17px 0
}

.google-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 26px;
    color: var(--ebony);
    font-weight: 700
}

.google-g {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    color: #4285f4;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .1)
}

.rating-value {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 20px;
    color: var(--ebony);
    font-size: 13px;
    font-weight: 700
}

.stars {
    color: #e6a400;
    font-size: 15px;
    letter-spacing: 2px
}

.demo-badge {
    display: inline-block;
    margin-bottom: 13px;
    border: 1px solid rgba(197, 160, 89, .55);
    border-radius: 999px;
    padding: 5px 8px;
    color: var(--gold-dark);
    font: 500 9px "JetBrains Mono", monospace;
    letter-spacing: .12em;
    text-transform: uppercase
}

.review-stage {
    min-width: 0
}

.review-track {
    display: flex;
    gap: 17px;
    transition: transform .55s ease
}

.review-card {
    display: flex;
    flex: 0 0 calc((100% - 34px)/3);
    min-height: 245px;
    flex-direction: column;
    padding: 23px;
    border: 1px solid rgba(197, 160, 89, .2);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 8px 24px -22px rgba(28, 22, 17, .45)
}

.review-card-head {
    display: flex;
    align-items: center;
    gap: 10px
}

.avatar {
    display: grid;
    place-items: center;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: var(--ebony);
    color: var(--gold-light);
    font: 700 12px "Plus Jakarta Sans", sans-serif
}

.reviewer {
    flex: 1
}

.reviewer strong {
    display: block;
    color: var(--ebony);
    font-size: 12px
}

.reviewer span {
    display: block;
    color: var(--stone);
    font-size: 10px
}

.review-g {
    color: #4285f4;
    font-size: 19px;
    font-weight: 800
}

.review-card .stars {
    margin-top: 19px;
    font-size: 13px
}

.review-card p {
    margin: 12px 0 18px;
    color: rgba(58, 51, 44, .75);
    font-size: 12px;
    line-height: 1.65
}

.review-date {
    margin-top: auto;
    color: var(--stone);
    font-size: 10px
}

.review-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 19px
}

.review-dots {
    display: flex;
    gap: 7px
}

.review-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(197, 160, 89, .28)
}

.review-dot.is-active {
    background: var(--gold-dark)
}

.carousel-arrows {
    display: flex;
    gap: 8px
}

.carousel-arrow {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: transparent;
    color: var(--ebony);
    transition: border-color .2s, color .2s
}

.carousel-arrow:hover {
    border-color: var(--gold);
    color: var(--gold-dark)
}

.global {
    background: var(--cream)
}

.global-layout {
    display: grid;
    grid-template-columns: .83fr 1.17fr;
    gap: 65px;
    align-items: center
}

.global h2 {
    margin: 17px 0
}

.global-quote {
    margin: 20px 0;
    color: var(--gold-dark);
    font: italic 24px "Cormorant Garamond", serif
}

.map-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #f5eedf;
    padding: 13px;
    box-shadow: var(--shadow)
}

.map-panel img {
    width: 100%;
    filter: sepia(.5) saturate(1.55) hue-rotate(-12deg) contrast(.9)
}

.map-arcs {
    position: absolute;
    inset: 13px;
    width: calc(100% - 26px);
    height: calc(100% - 26px)
}

.map-arcs path {
    fill: none;
    stroke: var(--gold);
    stroke-width: 1.6;
    stroke-dasharray: 5 5;
    animation: dash 7s linear infinite
}

.hub {
    position: absolute;
    top: 35%;
    left: 64%;
    width: 13px;
    height: 13px;
    border: 2px solid var(--ivory);
    border-radius: 50%;
    background: var(--gold-rich);
    box-shadow: 0 0 0 10px rgba(197, 160, 89, .18);
    animation: pulse 2s infinite
}

.hub-label {
    position: absolute;
    top: calc(35% + 8px);
    left: calc(64% + 9px);
    padding: 3px 6px;
    border: 1px solid rgba(197, 160, 89, .4);
    background: rgba(18, 14, 11, .8);
    color: var(--gold-light);
    font: 500 8px "JetBrains Mono", monospace;
    letter-spacing: .15em;
    white-space: nowrap
}

.private-label {
    position: relative;
    overflow: hidden;
    background: var(--coal);
    color: var(--light-text)
}

.private-label:before {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18, 14, 11, .97), rgba(18, 14, 11, .84), rgba(18, 14, 11, .45)), url("https://images.pexels.com/photos/9694390/pexels-photo-9694390.jpeg?auto=compress&cs=tinysrgb&w=1800") center/cover;
    opacity: .62;
    content: ""
}

.private-layout {
    position: relative;
    display: grid;
    grid-template-columns: 1fr .86fr;
    gap: 85px;
    align-items: center
}

.private-copy h2 {
    margin: 17px 0;
    color: var(--cream)
}

.private-copy .section-copy {
    color: rgba(216, 206, 185, .78)
}

.future-note {
    margin-top: 18px;
    color: var(--gold-light);
    font-size: 11px
}

.solution-grid {
    display: grid;
    gap: 12px;
    margin-top: 30px
}

.solution-block {
    padding: 19px;
    border-left: 2px solid var(--gold);
    background: rgba(250, 247, 242, .07)
}

.solution-block h3 {
    margin: 0;
    color: var(--cream);
    font-size: 25px
}

.solution-block p {
    margin: 5px 0 0;
    color: rgba(216, 206, 185, .74);
    font-size: 12px
}

.private-media {
    overflow: hidden;
    border: 1px solid rgba(197, 160, 89, .35);
    border-radius: 5px;
    box-shadow: var(--shadow)
}

.private-media img {
    width: 100%;
    aspect-ratio: 4/4.3;
    object-fit: cover
}

.private-media figcaption {
    padding: 10px 14px;
    background: rgba(18, 14, 11, .9);
    color: var(--gold-light);
    font: 500 9px "JetBrains Mono", monospace;
    letter-spacing: .16em;
    text-transform: uppercase
}

.cta {
    position: relative;
    overflow: hidden;
    background: var(--coal)
}

.cta img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cta:after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(18, 14, 11, .95), rgba(28, 22, 17, .84), rgba(28, 22, 17, .32));
    content: ""
}

.cta .container {
    position: relative;
    z-index: 1;
    padding: 118px 0
}

.cta-content {
    max-width: 690px
}

.cta h2 {
    margin: 17px 0;
    color: var(--cream)
}

.cta p {
    max-width: 560px;
    color: rgba(216, 206, 185, .8)
}

.cta .btn {
    margin-top: 24px
}

.footer {
    background: var(--coal);
    color: var(--light-text)
}

.footer-main {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.1fr 1.3fr;
    gap: 33px;
    padding: 78px 0
}

.footer .brand-logo {
    max-width: 245px
}

.footer-brand p {
    max-width: 295px;
    color: rgba(216, 206, 185, .62);
    font-size: 11px
}

.footer-tagline {
    color: var(--gold-light) !important;
    font: italic 22px "Cormorant Garamond", serif
}

.footer h3 {
    margin: 0;
    color: var(--gold);
    font: 500 10px "JetBrains Mono", monospace;
    letter-spacing: .19em;
    text-transform: uppercase
}

.footer-list {
    display: grid;
    gap: 11px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none
}

.footer-list button,
.footer-list a {
    border: 0;
    background: transparent;
    color: rgba(216, 206, 185, .76);
    font-size: 12px;
    text-align: left;
    transition: color .2s
}

.footer-list button:hover,
.footer-list a:hover {
    color: var(--gold-light)
}

.footer-contact li {
    display: flex;
    gap: 9px;
    align-items: flex-start
}

.footer-contact i {
    color: var(--gold);
    font-style: normal
}

.newsletter-copy {
    margin: 20px 0 13px;
    color: rgba(216, 206, 185, .6);
    font-size: 11px
}

.newsletter-form {
    display: flex
}

.newsletter-form input {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(197, 160, 89, .25);
    border-right: 0;
    background: var(--ebony);
    padding: 11px;
    color: var(--cream);
    outline: none
}

.newsletter-form input:focus {
    border-color: var(--gold)
}

.newsletter-form button {
    width: 44px;
    border: 0;
    background: linear-gradient(135deg, var(--gold-rich), var(--gold-dark));
    color: var(--coal)
}

.footer-bottom {
    border-top: 1px solid rgba(197, 160, 89, .15)
}

.footer-bottom .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 19px 0;
    color: rgba(216, 206, 185, .52);
    font-size: 10px
}

.footer-bottom button {
    border: 0;
    background: transparent;
    color: inherit;
    font-size: inherit;
    transition: color .2s
}

.footer-bottom button:hover {
    color: var(--gold-light)
}

.footer-policy {
    display: flex;
    gap: 20px
}

.footer-socials {
    display: flex;
    gap: 9px;
    margin-top: 20px
}

.footer-socials button {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    border: 1px solid rgba(197, 160, 89, .28);
    border-radius: 50%;
    background: transparent;
    color: var(--gold);
    font-size: 12px;
    transition: background .2s, color .2s
}

.footer-socials button:hover {
    background: var(--gold);
    color: var(--coal)
}

.modal {
    visibility: hidden;
    position: fixed;
    z-index: 240;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(18, 14, 11, .81);
    opacity: 0;
    backdrop-filter: blur(9px);
    transition: visibility .25s, opacity .25s
}

.modal.is-open {
    visibility: visible;
    opacity: 1
}

.modal-box {
    width: min(100%, 780px);
    max-height: 90vh;
    overflow: auto;
    border: 1px solid rgba(197, 160, 89, .35);
    border-radius: 6px;
    background: var(--ivory);
    box-shadow: 0 40px 90px -20px rgba(0, 0, 0, .65);
    transform: translateY(25px);
    transition: transform .3s
}

.modal.is-open .modal-box {
    transform: translateY(0)
}

.modal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid var(--line);
    padding: 25px 30px
}

.modal-head h2 {
    margin: 5px 0 0;
    font-size: 34px
}

.modal-head p {
    margin: 5px 0 0;
    color: var(--stone);
    font-size: 11px
}

.modal-close {
    display: grid;
    place-items: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(28, 22, 17, .17);
    border-radius: 50%;
    background: transparent;
    color: var(--ebony)
}

.quote-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
    padding: 26px 30px
}

.field {
    display: grid;
    gap: 6px
}

.field-wide {
    grid-column: 1 / -1
}

.field label {
    color: rgba(28, 22, 17, .7);
    font-size: 11px;
    font-weight: 700
}

.field input,
.field textarea,
.field select {
    width: 100%;
    border: 1px solid rgba(28, 22, 17, .17);
    border-radius: 2px;
    background: #fff;
    padding: 11px;
    color: var(--ebony);
    outline: none
}

.field textarea {
    min-height: 105px;
    resize: vertical
}

.field input:focus,
.field textarea:focus,
.field select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 2px rgba(197, 160, 89, .15)
}

.form-note {
    margin: 9px 0 0;
    color: var(--stone);
    font-size: 10px;
    text-align: center
}

.toast {
    position: fixed;
    z-index: 300;
    top: 24px;
    left: 50%;
    visibility: hidden;
    max-width: calc(100% - 40px);
    padding: 14px 18px;
    border: 1px solid rgba(197, 160, 89, .45);
    border-radius: 5px;
    background: var(--ebony);
    color: var(--cream);
    font-size: 12px;
    opacity: 0;
    box-shadow: var(--shadow);
    transform: translate(-50%, -15px);
    transition: opacity .25s, visibility .25s, transform .25s
}

.toast.is-visible {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0)
}

.whatsapp {
    position: fixed;
    z-index: 150;
    right: 20px;
    bottom: 20px;
    display: grid;
    place-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #1fa855;
    color: #fff;
    font-size: 27px;
    box-shadow: 0 12px 28px -8px rgba(31, 168, 85, .68);
    transition: transform .25s
}

.whatsapp:hover {
    transform: scale(1.1)
}

.whatsapp:before {
    position: absolute;
    inset: -6px;
    border: 1px solid rgba(31, 168, 85, .38);
    border-radius: 50%;
    content: "";
    animation: pulse 2s infinite
}

@keyframes marquee {
    to {
        transform: translateX(-50%)
    }
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 18px rgba(197, 160, 89, 0)
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: -80
    }
}

@media(max-width:1150px) {
    .nav-links {
        display: none
    }

    .menu-toggle {
        display: grid
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer-main {
        grid-template-columns: repeat(3, 1fr)
    }

    .footer-brand {
        grid-column: span 3
    }

    .hero-content {
        grid-template-columns: 1.1fr .9fr
    }

    .review-card {
        flex-basis: calc((100% - 17px)/2)
    }
}

@media(max-width:800px) {
    .container {
        width: min(100% - 32px, 1280px)
    }

    .section {
        padding: 78px 0
    }

    .topbar-inner {
        justify-content: center
    }

    .topbar-list li:first-child,
    .topbar-list li:nth-child(3),
    .topbar .social-list {
        display: none
    }

    .brand-logo {
        max-width: 210px
    }

    .nav {
        min-height: 68px
    }

    .nav-search {
        display: none
    }

    .nav .btn {
        padding: 12px 16px;
        font-size: 11px
    }

    .hero {
        min-height: auto
    }

    .hero-content {
        grid-template-columns: 1fr;
        min-height: unset;
        gap: 0
    }

    .hero-copy {
        padding: 78px 0 48px
    }

    .hero-copy h1 {
        font-size: clamp(3rem, 12vw, 4.25rem)
    }

    .hero-frame {
        display: none
    }

    .hero-shade {
        background: linear-gradient(90deg, rgba(253, 252, 247, .96), rgba(250, 247, 242, .82)), linear-gradient(0deg, rgba(250, 247, 242, .75), transparent 40%)
    }

    .slider-dots {
        bottom: 18px;
        left: 25px;
        transform: none
    }

    .trust-grid {
        grid-template-columns: 1fr 1fr;
        gap: 27px 18px
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column
    }

    .products-grid {
        gap: 14px
    }

    .product-image {
        height: 190px
    }

    .trade-layout,
    .about-layout,
    .reviews-layout,
    .global-layout,
    .private-layout {
        grid-template-columns: 1fr;
        gap: 40px
    }

    .trade-gallery {
        grid-template-rows: 150px 150px
    }

    .process-grid {
        grid-template-columns: 1fr 1fr;
        gap: 42px 18px
    }

    .process-grid:before {
        display: none
    }

    .review-summary {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        padding: 0 0 28px
    }

    .review-card {
        flex-basis: 100%
    }

    .about-media {
        justify-self: center;
        width: min(100%, 420px)
    }

    .private-media {
        max-width: 520px
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 38px 20px;
        padding: 60px 0
    }

    .footer-brand {
        grid-column: span 2
    }

    .footer-bottom .container {
        align-items: flex-start;
        flex-direction: column
    }

    .modal {
        align-items: flex-end;
        padding: 0
    }

    .modal-box {
        max-height: 93vh;
        border-radius: 12px 12px 0 0
    }

    .modal-head,
    .quote-form {
        padding-right: 20px;
        padding-left: 20px
    }

    .quote-form {
        grid-template-columns: 1fr
    }

    .field-wide {
        grid-column: auto
    }
}

@media(max-width:500px) {
    .nav .btn {
        display: none
    }

    .topbar-list {
        gap: 12px
    }

    .trust-grid,
    .benefit-grid {
        grid-template-columns: 1fr
    }

    .products-grid {
        grid-template-columns: 1fr
    }

    .product-image {
        height: 230px
    }

    .trade-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 140px 140px
    }

    .hero-actions .btn {
        width: 100%
    }

    .footer-main {
        grid-template-columns: 1fr
    }

    .footer-brand {
        grid-column: auto
    }

    .footer-bottom {
        padding-bottom: 78px
    }

    .cta .container {
        padding: 84px 0
    }
}

@media(prefers-reduced-motion:reduce) {

    *,
    *:before,
    *:after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important
    }
}

/* Professional finishing pass: preserves the approved layout and visual identity. */
:root {
    --radius-sm: 4px;
    --radius-md: 6px;
    --ease-premium: cubic-bezier(.22, 1, .36, 1);
    --shadow-soft: 0 16px 44px -30px rgba(28, 22, 17, .38);
    --shadow-lift: 0 26px 58px -30px rgba(28, 22, 17, .46)
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    line-height: 1.68
}

img {
    background-color: #eee7dc
}

.ui-icon {
    display: block;
    width: 1.15em;
    height: 1.15em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.social-button .ui-icon,
.footer-socials .ui-icon,
.mobile-socials .ui-icon {
    width: 15px;
    height: 15px
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 2px solid var(--gold-rich);
    outline-offset: 3px
}

.btn {
    min-height: 44px;
    padding: 14px 25px;
    transition: transform .28s var(--ease-premium), box-shadow .28s var(--ease-premium), background-color .28s ease, color .28s ease, border-color .28s ease
}

.btn-gold:hover {
    box-shadow: 0 16px 32px -14px rgba(154, 123, 56, .82)
}

.btn-dark:hover {
    background: #2c221a;
    box-shadow: 0 15px 30px -19px rgba(18, 14, 11, .8)
}

.btn-outline:hover {
    background: rgba(253, 252, 247, .9)
}

.section {
    padding: 120px 0
}

h2 {
    font-size: 4rem;
    line-height: 1.04
}

.section-copy {
    font-size: 1rem;
    line-height: 1.78
}

.topbar {
    font-size: 12px
}

.topbar-list li,
.topbar-list a {
    display: flex;
    align-items: center;
    gap: 7px
}

.topbar .ui-icon {
    width: 12px;
    height: 12px;
    color: var(--gold-light)
}

.site-header {
    box-shadow: 0 1px 0 rgba(197, 160, 89, .08);
    transition: box-shadow .3s ease, background-color .3s ease
}

.site-header.is-scrolled {
    background: rgba(250, 247, 242, .97);
    box-shadow: 0 12px 32px -24px rgba(28, 22, 17, .65)
}

.nav {
    min-height: 78px
}

.brand-logo {
    max-width: 245px
}

.nav-links button,
.nav-search {
    font-size: 12.5px
}

.nav-links button:after {
    bottom: -10px;
    transition: width .3s var(--ease-premium)
}

.nav-search,
.icon-button {
    transition: border-color .25s ease, color .25s ease, background-color .25s ease, transform .25s var(--ease-premium)
}

.nav-search:hover,
.icon-button:hover {
    background: rgba(197, 160, 89, .08);
    transform: translateY(-1px)
}

.hero,
.hero-content {
    min-height: clamp(650px, calc(100svh - 114px), 780px)
}

.hero-slide {
    opacity: 0;
    transform: scale(1.035);
    filter: saturate(.9) contrast(1.02);
    will-change: opacity, transform;
    transition: opacity 1.25s ease, transform 7s ease, filter 1.25s ease
}

.hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
    filter: saturate(1) contrast(1.02)
}

.hero-slide:nth-child(1) img {
    object-position: center 58%
}

.hero-slide:nth-child(3) img {
    object-position: center 58%
}

.hero-slide:nth-child(4) img {
    object-position: center 60%
}

.hero-shade {
    background: linear-gradient(90deg, rgba(253, 252, 247, .985) 0%, rgba(250, 247, 242, .94) 38%, rgba(250, 247, 242, .52) 64%, rgba(28, 22, 17, .17) 100%), linear-gradient(0deg, rgba(250, 247, 242, .68), transparent 43%)
}

.hero-copy {
    max-width: 735px;
    padding: 96px 0
}

.hero-copy h1 {
    max-width: 730px;
    font-size: 5.3rem;
    line-height: 1.02
}

.hero-copy p {
    font-size: 1rem;
    line-height: 1.75
}

.hero-frame {
    width: min(100%, 445px)
}

.hero-frame img {
    filter: saturate(.92) contrast(1.035);
    transition: filter .5s ease, transform .8s var(--ease-premium)
}

.hero-frame:hover img {
    filter: saturate(1.02) contrast(1.04);
    transform: scale(1.012)
}

.hero-badge {
    box-shadow: 0 18px 45px -22px rgba(28, 22, 17, .5)
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-width: 1px;
    transition: background-color .25s ease, transform .25s var(--ease-premium), box-shadow .25s ease
}

.slider-dot.is-active {
    box-shadow: 0 0 0 5px rgba(197, 160, 89, .15)
}

.trust-grid {
    padding: 42px 0
}

.trust-item {
    min-width: 0
}

.trust-icon,
.feature-card .feature-icon,
.step-icon,
.benefit-icon,
.location-pin {
    transition: color .3s ease, background-color .3s ease, border-color .3s ease, transform .3s var(--ease-premium)
}

.trust-item:hover .trust-icon {
    transform: translateY(-2px)
}

.trust-item h3 {
    font-size: 22px
}

.trust-item p {
    font-size: 12px
}

.marquee {
    padding: 30px 0
}

.marquee-item {
    font-size: 4rem
}

.section-heading h2 {
    max-width: 860px
}

.products-grid {
    gap: 22px;
    margin-top: 60px;
    align-items: stretch
}

.product-card {
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
    transition: transform .4s var(--ease-premium), box-shadow .4s var(--ease-premium), border-color .3s ease
}

.product-card:hover {
    box-shadow: var(--shadow-lift);
    transform: translateY(-6px)
}

.product-image {
    height: auto;
    aspect-ratio: 4/3;
    background: #e9e1d5
}

.product-image img {
    transition: transform .7s var(--ease-premium), filter .5s ease;
    filter: saturate(.92) contrast(1.025)
}

.product-card:hover .product-image img {
    transform: scale(1.045);
    filter: saturate(1.02) contrast(1.035)
}

.product-content {
    padding: 26px
}

.product-content h3 {
    font-size: 27px
}

.product-content p {
    font-size: 13px;
    line-height: 1.72
}

.product-content button {
    padding: 4px 0;
    transition: color .25s ease, transform .25s var(--ease-premium)
}

.product-content button:hover {
    color: var(--gold-dark);
    transform: translateX(3px)
}

.trade-layout {
    gap: clamp(52px, 7vw, 106px)
}

.trade-gallery {
    grid-template-rows: 190px 190px;
    gap: 16px
}

.trade-gallery figure {
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft)
}

.trade-gallery img {
    filter: saturate(.9) contrast(1.03);
    transition: transform .7s var(--ease-premium), filter .45s ease
}

.trade-gallery figure:hover img {
    transform: scale(1.04);
    filter: saturate(1) contrast(1.035)
}

.feature-list {
    gap: 14px;
    margin-top: 36px
}

.feature-card {
    padding: 18px;
    border-radius: var(--radius-md);
    box-shadow: 0 10px 30px -28px rgba(28, 22, 17, .45);
    transition: transform .3s var(--ease-premium), border-color .3s ease, box-shadow .3s ease, background-color .3s ease
}

.feature-card:hover {
    background: #fff;
    box-shadow: var(--shadow-soft);
    transform: translateX(4px)
}

.feature-card .feature-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px
}

.feature-card:hover .feature-icon {
    background: var(--gold);
    color: var(--coal)
}

.feature-card p {
    font-size: 12.5px;
    line-height: 1.65
}

.process-grid {
    gap: 24px;
    margin-top: 68px
}

.step-photo {
    width: 112px;
    height: 112px;
    box-shadow: 0 12px 28px -20px rgba(0, 0, 0, .9)
}

.step-photo img {
    filter: grayscale(14%) saturate(.85);
    transition: transform .6s var(--ease-premium), filter .4s ease
}

.process-step:hover .step-photo img {
    filter: grayscale(0) saturate(1);
    transform: scale(1.06)
}

.process-step:hover .step-icon {
    background: var(--gold);
    color: var(--coal);
    transform: translateX(-50%) translateY(-2px)
}

.process-step p {
    font-size: 12px;
    line-height: 1.65
}

.benefit-grid {
    gap: 28px 24px
}

.benefit {
    align-items: flex-start
}

.benefit:hover .benefit-icon {
    background: var(--gold);
    color: var(--coal);
    transform: translateY(-2px)
}

.benefit h3 {
    font-size: 13px
}

.benefit p {
    font-size: 11.5px
}

.about-media img {
    filter: saturate(.9) contrast(1.035)
}

.review-card {
    min-height: 260px;
    padding: 25px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-soft);
    transition: transform .35s var(--ease-premium), box-shadow .35s var(--ease-premium), border-color .3s ease
}

.review-card:hover {
    border-color: rgba(197, 160, 89, .48);
    box-shadow: var(--shadow-lift);
    transform: translateY(-4px)
}

.review-card p {
    font-size: 12.5px;
    line-height: 1.72
}

.review-track {
    will-change: transform;
    touch-action: pan-y;
    transition: transform .65s var(--ease-premium)
}

.review-dot {
    transition: background-color .25s ease, transform .25s ease
}

.review-dot.is-active {
    transform: scale(1.3)
}

.carousel-arrow {
    width: 38px;
    height: 38px;
    transition: border-color .25s ease, color .25s ease, background-color .25s ease, transform .25s var(--ease-premium), opacity .25s ease
}

.carousel-arrow:hover:not(:disabled) {
    background: var(--gold);
    color: var(--coal);
    transform: translateY(-2px)
}

.carousel-arrow:disabled {
    cursor: not-allowed;
    opacity: .35
}

.map-panel {
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lift)
}

.solution-block {
    transition: background-color .3s ease, transform .3s var(--ease-premium)
}

.solution-block:hover {
    background: rgba(250, 247, 242, .1);
    transform: translateX(4px)
}

.private-label:before {
    background: linear-gradient(90deg, rgba(18, 14, 11, .97), rgba(18, 14, 11, .86), rgba(18, 14, 11, .5)), url("assets/images/private-logistics.jpg") center/cover
}

.private-media img {
    filter: saturate(.82) contrast(1.05)
}

.cta img {
    filter: saturate(.88) contrast(1.04)
}

.footer-list button,
.footer-list a {
    line-height: 1.55
}

.footer-socials button {
    transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .25s var(--ease-premium)
}

.footer-socials button:hover {
    border-color: var(--gold);
    transform: translateY(-2px)
}

.newsletter-form input,
.field input,
.field textarea,
.field select {
    transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease
}

.newsletter-form button {
    transition: filter .25s ease, transform .25s var(--ease-premium)
}

.newsletter-form button:hover {
    filter: brightness(1.08);
    transform: translateX(2px)
}

.modal-box {
    overscroll-behavior: contain;
    transition: transform .35s var(--ease-premium), opacity .3s ease
}

.modal-head {
    position: sticky;
    z-index: 2;
    top: 0;
    background: rgba(253, 252, 247, .96);
    backdrop-filter: blur(12px)
}

.modal-close {
    min-width: 40px;
    width: 40px;
    height: 40px;
    transition: border-color .25s ease, color .25s ease, background-color .25s ease, transform .25s var(--ease-premium)
}

.modal-close:hover {
    border-color: var(--gold);
    background: rgba(197, 160, 89, .08);
    color: var(--gold-dark);
    transform: rotate(4deg)
}

.whatsapp {
    transition: transform .3s var(--ease-premium), box-shadow .3s ease
}

.whatsapp .ui-icon {
    width: 27px;
    height: 27px;
    stroke-width: 1.65
}

.whatsapp:hover {
    box-shadow: 0 18px 34px -10px rgba(31, 168, 85, .78);
    transform: translateY(-3px) scale(1.04)
}

.js-reveal-ready .reveal {
    opacity: 1;
    transform: none
}

.js-reveal-ready .reveal.is-revealed {
    animation: section-reveal .72s var(--ease-premium) var(--reveal-delay, 0ms) both
}

@keyframes section-reveal {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media(max-width:1150px) {
    h2 {
        font-size: 3.6rem
    }

    .hero-copy h1 {
        font-size: 4.8rem
    }

    .hero,
    .hero-content {
        min-height: 650px
    }

    .footer-main {
        gap: 40px 28px
    }
}

@media(max-width:800px) {
    body {
        font-size: 15px
    }

    .section {
        padding: 88px 0
    }

    h2 {
        font-size: 3.25rem
    }

    .hero,
    .hero-content {
        min-height: auto
    }

    .hero-copy {
        padding: 82px 0 58px
    }

    .hero-copy h1 {
        font-size: 4rem;
        line-height: 1.02
    }

    .hero-copy p {
        font-size: .96rem
    }

    .hero-slide:nth-child(1) img {
        object-position: 62% center
    }

    .hero-slide:nth-child(3) img {
        object-position: 58% center
    }

    .hero-slide:nth-child(4) img {
        object-position: 62% center
    }

    .hero-shade {
        background: linear-gradient(90deg, rgba(253, 252, 247, .975), rgba(250, 247, 242, .86)), linear-gradient(0deg, rgba(250, 247, 242, .78), transparent 42%)
    }

    .trust-grid {
        padding: 36px 0
    }

    .product-image {
        aspect-ratio: 4/3
    }

    .trade-gallery {
        grid-template-rows: 165px 165px
    }

    .reviews-layout {
        gap: 44px
    }

    .review-card {
        min-height: 245px
    }

    .private-layout {
        gap: 48px
    }

    .modal-box {
        width: 100%;
        max-height: 94dvh;
        border-radius: 14px 14px 0 0
    }

    .modal-head {
        padding-top: 22px
    }

    .field input,
    .field select {
        min-height: 48px
    }

    .footer-main {
        gap: 42px 24px
    }
}

@media(max-width:500px) {
    .container {
        width: min(100% - 28px, 1280px)
    }

    .section {
        padding: 74px 0
    }

    h2 {
        font-size: 2.75rem;
        line-height: 1.06
    }

    .eyebrow {
        font-size: 9px;
        letter-spacing: .23em
    }

    .hero-copy {
        padding: 74px 0 54px
    }

    .hero-copy h1 {
        font-size: 3.25rem
    }

    .hero-copy p {
        line-height: 1.7
    }

    .hero-actions {
        gap: 10px
    }

    .slider-dots {
        left: 20px
    }

    .trust-grid {
        gap: 24px
    }

    .trust-item h3 {
        font-size: 21px
    }

    .marquee {
        padding: 24px 0
    }

    .marquee-item {
        font-size: 3rem
    }

    .products-grid {
        gap: 18px;
        margin-top: 45px
    }

    .product-content {
        padding: 24px
    }

    .trade-gallery {
        gap: 10px;
        grid-template-rows: 135px 135px
    }

    .feature-card {
        padding: 16px
    }

    .process-grid {
        gap: 44px 14px
    }

    .step-photo {
        width: 102px;
        height: 102px
    }

    .benefit-grid {
        gap: 24px
    }

    .review-summary {
        padding-bottom: 34px
    }

    .private-media {
        width: 100%
    }

    .cta .container {
        padding: 92px 0
    }

    .footer-main {
        padding: 68px 0
    }

    .modal-head h2 {
        font-size: 32px;
        line-height: 1.05
    }

    .modal-head,
    .quote-form {
        padding-right: 18px;
        padding-left: 18px
    }

    .whatsapp {
        right: 16px;
        bottom: 16px;
        width: 52px;
        height: 52px
    }
}

@media(max-width:360px) {
    h2 {
        font-size: 2.45rem
    }

    .hero-copy h1 {
        font-size: 2.9rem
    }

    .nav {
        gap: 10px
    }

    .brand-logo {
        max-width: 185px
    }

    .trade-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: 160px 120px 120px
    }

    .trade-gallery figure:first-child {
        grid-row: auto
    }

    .process-grid {
        grid-template-columns: 1fr
    }

    .footer-policy {
        flex-wrap: wrap;
        gap: 12px
    }
}

@media(hover:none) {

    .btn:hover,
    .product-card:hover,
    .review-card:hover,
    .feature-card:hover,
    .solution-block:hover {
        transform: none
    }
}