:root {
  --ink: #171512;
  --wine: #742e32;
  --wine-dark: #4b2023;
  --saffron: #c88743;
  --paper: #faf8f3;
  --cream: #f0e9de;
  --cream-2: #e7ddce;
  --sage: #647064;
  --line: rgba(23,21,18,.14);
  --muted: #6f6b64;
  --white: #fff;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
img { display: block; width: 100%; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1200px, calc(100% - 56px)); margin-inline: auto; }
.progress { position: fixed; z-index: 150; top: 0; left: 0; width: 0; height: 3px; background: var(--saffron); }

.demo-notice { background: var(--wine-dark); color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .035em; }
.demo-notice__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.demo-notice strong { color: white; }

.site-header { position: sticky; z-index: 80; top: 0; background: rgba(250,248,243,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav { height: 84px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex: none; }
.brand__mark { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--wine); color: white; font: 700 10px var(--sans); letter-spacing: .04em; position: relative; }
.brand__mark::before, .brand__mark::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; }
.brand__mark::before { inset: 4px; }.brand__mark::after { inset: 7px; }
.brand__name { display: flex; flex-direction: column; line-height: 1; gap: 2px; }
.brand__name small, .brand__name em { font-style: normal; font-size: 7px; font-weight: 800; letter-spacing: .28em; color: var(--wine); }
.brand__name strong { font: 600 14px var(--serif); letter-spacing: .035em; }
.desktop-nav { display: flex; align-items: center; gap: 31px; margin-left: auto; }
.desktop-nav a { position: relative; color: #57524b; font-size: 11px; font-weight: 700; }
.desktop-nav a::after { content: ''; position: absolute; height: 1px; left: 0; right: 100%; bottom: -8px; background: var(--wine); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.button { min-height: 45px; padding: 0 19px; border: 0; border-radius: 2px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .025em; transition: transform .25s, box-shadow .25s, background .25s, color .25s; }
.button svg { width: 16px; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(23,21,18,.13); }
.button--dark { background: var(--ink); color: white; }
.button--wine { background: var(--wine); color: white; }
.button--cream { background: var(--cream); color: var(--ink); }
.button--ghost { border: 1px solid rgba(255,255,255,.35); color: white; background: transparent; }
.button--text { background: transparent; padding-inline: 7px; color: var(--wine); }
.button--text:hover { box-shadow: none; color: var(--ink); }
.menu-button { display: none; width: 42px; height: 42px; padding: 8px; border: 0; background: transparent; cursor: pointer; }
.menu-button i { display: block; width: 23px; height: 1.5px; background: var(--ink); margin: 6px auto; transition: transform .2s; }
.menu-button.is-open i:first-child { transform: translateY(3.7px) rotate(45deg); }.menu-button.is-open i:last-child { transform: translateY(-3.7px) rotate(-45deg); }
.mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; background: var(--cream); }
.hero__grid { min-height: 760px; display: grid; grid-template-columns: 1.03fr .97fr; gap: 80px; align-items: center; }
.hero__copy { position: relative; z-index: 3; padding: 90px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .18em; color: var(--wine); font-size: 9px; font-weight: 850; margin-bottom: 20px; }
.eyebrow::before { content: ''; width: 26px; height: 1.5px; background: var(--saffron); }
.hero h1 { font: 400 clamp(59px,6.2vw,88px)/.93 var(--serif); letter-spacing: -.06em; margin: 0; }
.hero h1 em { color: var(--wine); font-weight: 400; }
.hero__lead { max-width: 620px; color: #5f5a53; font-size: 16px; line-height: 1.75; margin: 29px 0 31px; }
.hero__actions { display: flex; align-items: center; gap: 18px; }
.hero__details { max-width: 620px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 30px; margin-top: 35px; border-top: 1px solid rgba(23,21,18,.17); }
.hero__details > div { display: flex; align-items: center; gap: 12px; }
.hero__details svg { color: var(--wine); width: 18px; flex: none; }
.hero__details span { display: flex; flex-direction: column; gap: 4px; }
.hero__details small { color: #817a71; text-transform: uppercase; font-size: 7px; font-weight: 850; letter-spacing: .1em; }
.hero__details strong { font-size: 10px; }
.hero__media { position: relative; align-self: stretch; min-height: 760px; display: flex; align-items: center; }
.hero__frame { position: absolute; top: 55px; bottom: 0; left: 30px; right: -45px; border-radius: 230px 230px 0 0; overflow: hidden; background: #d8ccbc; }
.hero__frame::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.28); border-radius: inherit; }
.hero__frame img { height: 100%; object-fit: cover; object-position: center 35%; }
.hero__seal { position: absolute; z-index: 3; width: 119px; height: 119px; border-radius: 50%; left: -20px; top: 110px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--wine); color: white; box-shadow: 0 17px 35px rgba(85,35,38,.24); transform: rotate(-8deg); }
.hero__seal::before { content: ''; position: absolute; inset: 7px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.hero__seal span, .hero__seal em { font-style: normal; font-size: 6px; font-weight: 850; letter-spacing: .18em; }.hero__seal strong { font: italic 23px var(--serif); margin: 2px 0; }
.hero__caption { position: absolute; z-index: 4; right: -2px; bottom: 28px; width: 230px; padding: 15px 18px; display: flex; align-items: center; gap: 14px; background: rgba(250,248,243,.92); backdrop-filter: blur(8px); }
.hero__caption > span { color: var(--wine); font: italic 13px var(--serif); }.hero__caption p { margin: 0; font-size: 9px; line-height: 1.5; font-weight: 700; }
.hero__monogram { position: absolute; left: -55px; bottom: -115px; color: rgba(116,46,50,.045); font: 400 440px/1 var(--serif); pointer-events: none; }

.marquee { overflow: hidden; background: var(--wine); color: white; }
.marquee__track { width: max-content; height: 58px; display: flex; align-items: center; gap: 31px; padding-right: 31px; animation: marquee 30s linear infinite; }
.marquee span { font: 400 13px var(--serif); letter-spacing: .12em; }.marquee i { color: var(--saffron); font-size: 8px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 115px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 55px; }
.section-heading > div { position: relative; }
.section-heading h2, .story__copy h2, .visit__copy h2 { font: 400 clamp(46px,5vw,65px)/.98 var(--serif); letter-spacing: -.05em; margin: 0; }
.section-heading > p { max-width: 410px; margin: 0 0 4px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.section-no { position: absolute; left: -41px; top: 3px; color: var(--wine); font: italic 13px var(--serif); }
.section-no--light { color: #d99a64; }
.collections { background: var(--paper); }
.collection-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 24px; }
.collection-card--large { grid-column: 1 / -1; display: grid; grid-template-columns: 1.22fr .78fr; min-height: 520px; }
.collection-card__image { position: relative; overflow: hidden; background: var(--cream); }
.collection-card:not(.collection-card--large) .collection-card__image { height: 500px; }
.collection-card__image img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.3,1); }
.collection-card:hover .collection-card__image img { transform: scale(1.035); }
.image-open { position: absolute; right: 17px; bottom: 17px; width: 43px; height: 43px; border-radius: 50%; border: 0; background: rgba(250,248,243,.9); color: var(--ink); display: grid; place-items: center; cursor: pointer; backdrop-filter: blur(8px); transition: transform .2s, background .2s; }
.image-open:hover { transform: rotate(90deg); background: white; }.image-open svg { width: 16px; }
.collection-card__copy { background: var(--cream); padding: 35px 36px; display: flex; flex-direction: column; justify-content: space-between; min-height: 236px; }
.collection-card--large .collection-card__copy { padding: 60px 50px; }
.collection-card__copy span { color: var(--wine); font-size: 7px; font-weight: 850; letter-spacing: .14em; }
.collection-card__copy h3 { font: 400 30px/1.1 var(--serif); letter-spacing: -.035em; margin: 12px 0 14px; }
.collection-card--large h3 { font-size: 42px; }
.collection-card__copy p { max-width: 390px; color: var(--muted); font-size: 11px; line-height: 1.7; margin: 0; }
.collection-card__copy > a { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(23,21,18,.16); padding-top: 17px; margin-top: 30px; font-size: 9px; font-weight: 800; cursor: pointer; }
.collection-card__copy > a svg { color: var(--wine); width: 15px; }

.story { padding: 0; background: var(--wine-dark); color: white; overflow: hidden; }
.story__grid { width: 100%; max-width: none; display: grid; grid-template-columns: 1fr 1fr; }
.story__media { min-height: 720px; position: relative; overflow: hidden; }
.story__media img { width: 100%; height: 100%; object-fit: cover; position: absolute; }
.story__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(75,32,35,.3)); }
.story__tag { position: absolute; z-index: 2; left: 48px; bottom: 48px; padding: 19px 22px; min-width: 140px; background: var(--paper); color: var(--ink); }
.story__tag span { color: var(--wine); font-size: 7px; font-weight: 850; letter-spacing: .15em; }.story__tag strong { display: block; font: 400 19px/1.05 var(--serif); margin-top: 7px; }
.story__copy { position: relative; min-height: 720px; padding: 110px max(60px, calc((100vw - 1200px)/2)) 90px 90px; display: flex; flex-direction: column; justify-content: center; }
.story__copy .section-no { position: static; margin-bottom: 20px; }
.eyebrow--light { color: #e8c6aa; }.eyebrow--light::before { background: #d99a64; }
.story__lead { color: rgba(255,255,255,.84) !important; font-size: 15px !important; margin-top: 28px !important; }
.story__copy > p { max-width: 520px; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.8; margin: 17px 0; }
.signature { margin-top: 28px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; gap: 7px; max-width: 350px; }
.signature span { color: rgba(255,255,255,.45); font-size: 7px; text-transform: uppercase; letter-spacing: .13em; }.signature strong { font: italic 20px var(--serif); font-weight: 400; color: #ead8c8; }

.experience { background: var(--cream); }
.section-heading--center { text-align: center; justify-content: center; }.section-heading--center .eyebrow { justify-content: center; }.section-heading--center .section-no { left: -18px; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { min-height: 360px; padding: 31px; background: rgba(255,255,255,.58); border: 1px solid rgba(23,21,18,.12); position: relative; }
.value-card > span { position: absolute; top: 26px; right: 27px; color: #9b9388; font: italic 13px var(--serif); }
.value-card__icon { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; margin: 26px 0 80px; background: var(--wine); color: white; font: 400 19px var(--serif); }
.value-card h3 { font: 400 25px var(--serif); margin: 0 0 13px; }.value-card p { color: var(--muted); font-size: 11px; line-height: 1.75; margin: 0; }
.value-card--featured { background: var(--wine); color: white; border-color: var(--wine); transform: translateY(-10px); box-shadow: 0 26px 55px rgba(75,32,35,.18); }.value-card--featured > span { color: rgba(255,255,255,.5); }.value-card--featured .value-card__icon { background: var(--saffron); }.value-card--featured p { color: rgba(255,255,255,.66); }

.quote-section { background: var(--paper); padding: 100px 0; text-align: center; overflow: hidden; }
.quote-section__inner { position: relative; }
.quote-mark { color: var(--saffron); font: 400 70px/.6 var(--serif); }
blockquote { font: 400 clamp(37px,4vw,55px)/1.15 var(--serif); letter-spacing: -.035em; margin: 27px 0; } blockquote em { color: var(--wine); font-weight: 400; }
.quote-line { width: 50px; height: 1px; display: block; margin: 0 auto 16px; background: var(--saffron); }.quote-section p { margin: 0; font-size: 8px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }

.visit { background: var(--paper); padding-top: 20px; }
.visit__panel { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; background: var(--wine-dark); color: white; }
.visit__map { min-height: 650px; position: relative; overflow: hidden; background: #e9e1d5; color: var(--wine); }
.map-art { position: absolute; inset: 0; width: 100%; height: 100%; }.map-art path { fill: none; stroke: #d1c6b7; stroke-width: 22; }.map-art path:nth-child(n+4) { stroke-width: 10; }
.map-pin { position: absolute; left: 51%; top: 45%; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; }
.map-pin > span { width: 62px; height: 62px; border-radius: 50% 50% 50% 10px; background: var(--wine); color: white; transform: rotate(-45deg); display: grid; place-items: center; border: 5px solid var(--paper); box-shadow: 0 12px 25px rgba(75,32,35,.22); }.map-pin svg { transform: rotate(45deg); }
.map-pin strong { margin-top: 17px; padding: 8px 11px 0; color: var(--ink); font: 400 16px var(--serif); background: rgba(250,248,243,.87); }.map-pin small { color: #6f6961; background: rgba(250,248,243,.87); padding: 3px 11px 8px; font-size: 8px; font-weight: 800; }
.map-label { position: absolute; padding: 5px 8px; background: rgba(250,248,243,.7); color: #877e73; font-size: 7px; text-transform: uppercase; letter-spacing: .08em; transform: rotate(-12deg); }.map-label--one { left: 8%; top: 64%; }.map-label--two { right: 12%; top: 25%; transform: rotate(9deg); }
.visit__copy { position: relative; padding: 80px; display: flex; flex-direction: column; justify-content: center; }
.visit__copy .section-no { position: static; margin-bottom: 19px; }.visit__copy h2 { color: white; }
.contact-list { margin: 38px 0 32px; display: grid; gap: 19px; }
.contact-list > div { display: flex; gap: 13px; align-items: flex-start; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.14); }.contact-list svg { width: 17px; color: #d99a64; flex: none; }.contact-list span { display: flex; flex-direction: column; gap: 5px; }.contact-list small { color: rgba(255,255,255,.44); font-size: 7px; font-weight: 850; text-transform: uppercase; letter-spacing: .11em; }.contact-list strong { color: rgba(255,255,255,.88); font-size: 10px; line-height: 1.6; }.contact-list em { color: rgba(255,255,255,.43); font-style: normal; font-size: 8px; }.contact-list a:hover { color: #e8b687; }
.visit__actions { display: flex; gap: 10px; }

.contact-band { background: var(--wine); color: white; padding: 85px 0; }
.contact-band__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.contact-band h2 { font: 400 clamp(39px,4.5vw,57px)/1.02 var(--serif); margin: 0; letter-spacing: -.045em; }
.contact-band__actions { border-top: 1px solid rgba(255,255,255,.19); }
.contact-band__actions > a { min-height: 92px; display: grid; grid-template-columns: 43px 1fr 22px; align-items: center; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.19); transition: padding .2s, background .2s; cursor: pointer; }.contact-band__actions > a:hover { padding: 0 14px; background: rgba(255,255,255,.05); }
.contact-band__actions > a > span { width: 43px; height: 43px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.12); }.contact-band__actions svg { width: 17px; }.contact-band__actions div { display: flex; flex-direction: column; gap: 5px; }.contact-band__actions small { color: rgba(255,255,255,.5); font-size: 7px; text-transform: uppercase; letter-spacing: .1em; font-weight: 850; }.contact-band__actions strong { font: 400 19px var(--serif); }

footer { background: var(--ink); color: white; padding: 76px 0 25px; }
.footer__main { display: grid; grid-template-columns: 1.7fr .75fr 1.1fr .7fr; gap: 65px; padding-bottom: 58px; }
.brand--footer .brand__mark { background: var(--wine); }.brand--footer .brand__name small,.brand--footer .brand__name em { color: #d49965; }.footer__brand > p { max-width: 300px; color: rgba(255,255,255,.43); font-size: 10px; line-height: 1.7; margin: 20px 0 0; }.footer__links { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }.footer__links h4 { color: #d9b895; text-transform: uppercase; letter-spacing: .14em; font-size: 7px; margin: 0 0 9px; }.footer__links a,.footer__links span { color: rgba(255,255,255,.44); font-size: 9px; line-height: 1.65; }.footer__links a:hover { color: white; }.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 23px; display: flex; justify-content: space-between; color: rgba(255,255,255,.33); font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }
.floating-whatsapp { position: fixed; z-index: 60; right: 24px; bottom: 24px; min-height: 48px; padding: 0 17px; display: flex; align-items: center; gap: 9px; border-radius: 99px; background: #236d53; color: white; box-shadow: 0 15px 35px rgba(0,0,0,.2); font-size: 9px; font-weight: 800; transition: transform .2s; }.floating-whatsapp:hover { transform: translateY(-3px); }.floating-whatsapp svg { width: 19px; }

.lightbox { position: fixed; z-index: 120; inset: 0; display: none; align-items: center; justify-content: center; padding: 40px; }.lightbox.is-open { display: flex; }.lightbox__backdrop { position: absolute; inset: 0; background: rgba(17,15,13,.9); backdrop-filter: blur(8px); }.lightbox > img { position: relative; z-index: 2; width: auto; max-width: min(100%,1050px); max-height: calc(100vh - 80px); object-fit: contain; box-shadow: 0 25px 80px rgba(0,0,0,.35); animation: image-in .25s both; }.lightbox__close { position: absolute; z-index: 3; right: 25px; top: 25px; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); background: rgba(0,0,0,.2); color: white; cursor: pointer; }.lightbox__close svg { width: 18px; }
@keyframes image-in { from { opacity: 0; transform: scale(.97); } }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.25,1); }.reveal--delay { transition-delay: .13s; }.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }.menu-button { display: block; }.header-action { margin-left: auto; }.mobile-nav { position: absolute; top: 84px; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 15px 28px 22px; box-shadow: 0 20px 35px rgba(23,21,18,.1); }.mobile-nav.is-open { display: grid; }.mobile-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 750; }
  .hero__grid { grid-template-columns: 1fr .88fr; gap: 35px; }.hero__frame { right: -28px; }.collection-card--large { grid-template-columns: 1.1fr .9fr; }.story__copy { padding-left: 60px; padding-right: 50px; }.visit__copy { padding: 55px; }.footer__main { grid-template-columns: 1.6fr .8fr 1fr; }.footer__links:last-child { display: none; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 34px, 620px); }.demo-notice__inner { justify-content: center; text-align: center; }.demo-notice__inner > span:last-child { display: none; }.nav { height: 72px; }.mobile-nav { top: 72px; }.header-action { display: none; }.menu-button { margin-left: auto; }
  .hero__grid { min-height: auto; grid-template-columns: 1fr; }.hero__copy { padding: 78px 0 25px; }.hero h1 { font-size: clamp(55px,14vw,77px); }.hero__lead { font-size: 14px; }.hero__media { min-height: 650px; }.hero__frame { left: 30px; right: 0; top: 35px; }.hero__seal { left: 2px; top: 85px; }.hero__caption { right: 0; }
  .section { padding: 85px 0; }.section-heading { display: block; }.section-heading > p { margin-top: 23px; }.section-no { position: static; display: block; margin-bottom: 18px; }.collection-grid { grid-template-columns: 1fr; }.collection-card--large { grid-column: auto; display: block; }.collection-card--large .collection-card__image,.collection-card:not(.collection-card--large) .collection-card__image { height: 470px; }.collection-card--large .collection-card__copy { padding: 35px 36px; }.collection-card--large h3 { font-size: 32px; }
  .story__grid { grid-template-columns: 1fr; }.story__media { min-height: 520px; }.story__copy { min-height: auto; padding: 80px max(30px,calc((100vw - 620px)/2)); }.value-grid { grid-template-columns: 1fr; }.value-card { min-height: 290px; }.value-card__icon { margin-bottom: 50px; }.value-card--featured { transform: none; }
  .visit__panel { grid-template-columns: 1fr; }.visit__map { min-height: 450px; }.visit__copy { padding: 65px 35px; }.contact-band__inner { grid-template-columns: 1fr; gap: 45px; }.footer__main { grid-template-columns: 1fr 1fr; }.footer__brand { grid-column: 1/-1; }
}

@media (max-width: 500px) {
  .brand__mark { width: 39px; height: 39px; }.brand__name strong { font-size: 12px; }.hero__actions { align-items: stretch; flex-direction: column; }.hero__actions .button { width: 100%; }.hero__details { grid-template-columns: 1fr; gap: 18px; }.hero__media { min-height: 560px; }.hero__frame { left: 0; }.hero__seal { width: 100px; height: 100px; top: 68px; }.hero__caption { width: 210px; }.section-heading h2, .story__copy h2, .visit__copy h2 { font-size: 45px; }.collection-card--large .collection-card__image,.collection-card:not(.collection-card--large) .collection-card__image { height: 390px; }.collection-card__copy,.collection-card--large .collection-card__copy { padding: 29px 25px; }.story__media { min-height: 390px; }.story__tag { left: 20px; bottom: 20px; }.visit__actions { flex-direction: column; }.visit__actions .button { width: 100%; }.contact-band__actions > a { min-height: 82px; }.footer__main { grid-template-columns: 1fr; }.footer__brand { grid-column: auto; }.footer__bottom { flex-direction: column; gap: 9px; }.floating-whatsapp { width: 49px; height: 49px; padding: 0; justify-content: center; }.floating-whatsapp span { display: none; }.lightbox { padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.marquee__track { animation: none; }.reveal { opacity: 1; transform: none; transition: none; }.collection-card__image img { transition: none; }
}
