:root {
  --wine: #6f1d35;
  --wine-dark: #4b1325;
  --rose: #b55d73;
  --gold: #c69b55;
  --cream: #fbf7f0;
  --paper: #fffdf9;
  --ink: #241b1d;
  --muted: #72666a;
  --line: #e9ddd7;
  --green: #1f7a57;
  --shadow: 0 24px 70px rgba(76, 35, 45, .13);
  --shadow-soft: 0 14px 40px rgba(76, 35, 45, .09);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 15px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.section { padding: 100px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 16px; transform: translateY(-140%); z-index: 9999; background: white; padding: 10px 16px; border-radius: 10px; box-shadow: var(--shadow-soft); }
.skip-link:focus { transform: none; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; line-height: 1.09; letter-spacing: -.03em; }
h1 { font-size: clamp(3rem, 6.7vw, 6.1rem); margin-bottom: 28px; }
h2 { font-size: clamp(2.15rem, 4.4vw, 4.2rem); margin-bottom: 22px; }
h3 { line-height: 1.25; }
p { color: var(--muted); }
.eyebrow { color: var(--wine); font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 18px; }
.eyebrow-light { color: #f0cf98; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 54px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--wine); box-shadow: 0 13px 28px rgba(111, 29, 53, .24); }
.button-primary:hover { background: var(--wine-dark); }
.button-ghost { border-color: #d6c7c0; background: rgba(255,255,255,.55); }
.button-ghost:hover { border-color: var(--wine); background: #fff; }
.button-light { background: white; color: var(--wine-dark); box-shadow: 0 16px 35px rgba(20, 0, 8, .18); }
.button-small { min-height: 43px; padding: 10px 17px; font-size: .9rem; }
.button-full { width: 100%; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 253, 249, .88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(111,29,53,.08); }
.nav-wrap { display: flex; align-items: center; min-height: 82px; gap: 30px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand picture { display: block; line-height: 0; }
.brand-logo { display: block; width: 210px; height: auto; max-height: 70px; object-fit: contain; object-position: left center; }
.footer-logo { width: 225px; max-height: 75px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; font-size: .91rem; font-weight: 600; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; height: 2px; width: 0; left: 0; bottom: -7px; background: var(--wine); transition: width .2s ease; }
.main-nav > a:not(.button):hover::after { width: 100%; }
.nav-toggle { display: none; margin-left: auto; width: 45px; height: 45px; border: 0; background: transparent; border-radius: 12px; padding: 11px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: .2s ease; }

.hero { position: relative; overflow: hidden; padding-top: 80px; background: linear-gradient(145deg, #fffaf3 0%, #fbf2e6 60%, #f7e8e4 100%); }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 70px; min-height: 690px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 em { display: block; font-style: italic; color: var(--wine); }
.hero-lead { max-width: 680px; font-size: 1.13rem; line-height: 1.8; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin: 35px 0 42px; }
.hero-trust { display: flex; gap: 34px; flex-wrap: wrap; }
.hero-trust div { display: grid; padding-left: 18px; border-left: 2px solid var(--gold); }
.hero-trust strong { color: var(--wine-dark); font-size: 1.04rem; }
.hero-trust span { color: var(--muted); font-size: .79rem; }
.hero-pattern { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-pattern-one { width: 440px; height: 440px; right: -150px; top: -180px; background: repeating-radial-gradient(circle, rgba(111,29,53,.08), rgba(111,29,53,.08) 3px, transparent 3px, transparent 18px); }
.hero-pattern-two { width: 290px; height: 290px; left: -165px; bottom: -110px; border: 50px solid rgba(198,155,85,.14); }
.hero-visual { position: relative; height: 620px; }
.hero-card { position: absolute; overflow: hidden; border: 7px solid rgba(255,255,255,.94); box-shadow: var(--shadow); background: white; }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-main { width: 72%; height: 86%; right: 2%; top: 2%; border-radius: 170px 170px 30px 30px; }
.hero-card-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(43,12,23,.68), transparent 43%); }
.hero-card-meta { position: absolute; left: 28px; bottom: 27px; color: white; z-index: 2; display: grid; }
.hero-card-meta span { font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; opacity: .8; }
.hero-card-meta strong { font-family: "Playfair Display", serif; font-size: 1.6rem; }
.hero-card-small { width: 43%; height: 45%; left: 0; bottom: 4%; border-radius: 90px 90px 20px 20px; }
.delay-pill { position: absolute; left: 15px; top: 15px; background: rgba(255,255,255,.94); color: var(--wine); padding: 8px 12px; border-radius: 999px; font-size: .76rem; font-weight: 700; }
.hero-note { position: absolute; z-index: 4; right: -12px; bottom: 2%; width: 265px; padding: 19px; background: var(--wine-dark); color: white; border-radius: 18px; display: flex; gap: 12px; box-shadow: var(--shadow); }
.hero-note p { color: rgba(255,255,255,.8); font-size: .82rem; line-height: 1.55; margin: 0; }
.hero-note strong { color: white; }
.hero-note-icon { color: #f2cd8c; font-size: 1.25rem; }

.promise-strip { background: var(--wine-dark); color: white; }
.promise-items { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 22px; overflow-x: auto; scrollbar-width: none; }
.promise-items::-webkit-scrollbar { display: none; }
.promise-items span { white-space: nowrap; font-size: .83rem; letter-spacing: .08em; text-transform: uppercase; opacity: .83; }
.promise-items span::before { content: "✦"; color: #e8bd76; margin-right: 16px; }

.intro-section { padding-bottom: 55px; }
.split-heading { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 80px; }
.split-heading h2 { margin-bottom: 0; max-width: 800px; }
.split-heading > p { font-size: 1.05rem; margin-bottom: 10px; }

.catalogue-section { background: #fbf8f4; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 450px; margin-bottom: 7px; }
.section-heading.centered { display: block; text-align: center; max-width: 760px; margin: 0 auto 55px; }
.section-heading.centered p:last-child { max-width: 600px; margin: 0 auto; }
.catalogue-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 35px; }
.filter-tabs { display: flex; gap: 8px; padding: 6px; background: white; border: 1px solid var(--line); border-radius: 999px; }
.filter-button { border: 0; background: transparent; border-radius: 999px; padding: 9px 20px; font-size: .88rem; font-weight: 700; cursor: pointer; }
.filter-button.active { color: white; background: var(--wine); box-shadow: 0 8px 20px rgba(111,29,53,.18); }
.search-field { position: relative; width: min(330px, 100%); }
.search-field input { width: 100%; height: 50px; padding: 0 47px 0 18px; border: 1px solid var(--line); border-radius: 999px; background: white; outline: 0; }
.search-field input:focus { border-color: var(--wine); box-shadow: 0 0 0 4px rgba(111,29,53,.08); }
.search-field span { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--wine); font-size: 1.3rem; }
.catalogue-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.model-card { overflow: hidden; background: white; border: 1px solid rgba(111,29,53,.08); border-radius: var(--radius-lg); box-shadow: 0 8px 35px rgba(76,35,45,.06); transition: transform .25s ease, box-shadow .25s ease; }
.model-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-soft); }
.model-image-wrap { position: relative; aspect-ratio: 4 / 4.7; overflow: hidden; background: #f4ebe3; cursor: pointer; }
.model-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.model-card:hover .model-image-wrap img { transform: scale(1.035); }
.model-category { position: absolute; right: 15px; top: 15px; padding: 7px 11px; background: rgba(46,24,31,.82); color: white; border-radius: 999px; font-size: .7rem; }
.model-body { padding: 22px; }
.model-title-row { display: flex; align-items: start; justify-content: space-between; gap: 15px; margin-bottom: 9px; }
.model-title-row h3 { font-family: "Playfair Display", serif; font-size: 1.55rem; margin: 0; }
.model-price { white-space: nowrap; color: var(--wine); font-weight: 700; font-size: .88rem; }
.model-meta-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 12px; margin: 0 0 13px; }
.model-delay { display: inline-flex; align-items: center; gap: 7px; width: fit-content; padding: 7px 11px; border: 1px solid rgba(111,29,53,.12); border-radius: 999px; background: #fbf1f3; color: var(--wine); font-size: .76rem; font-weight: 800; line-height: 1; }
.model-delay span { font-size: 1rem; line-height: .7; }
.model-reference { color: #8a747c; font-size: .7rem; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.model-body > p { font-size: .9rem; min-height: 50px; }
.model-actions { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 18px; }
.model-actions .button { min-height: 46px; padding: 10px 15px; font-size: .82rem; }
.icon-button { width: 46px; height: 46px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; transition: .2s ease; }
.icon-button:hover { border-color: var(--wine); color: var(--wine); }
.empty-state { text-align: center; padding: 60px 20px; border: 1px dashed var(--line); border-radius: var(--radius-lg); background: white; }

.custom-section { padding-top: 80px; }
.custom-card { min-height: 540px; border-radius: var(--radius-xl); background: linear-gradient(135deg, #501429, #7d2742); color: white; overflow: hidden; display: grid; grid-template-columns: .95fr 1.05fr; box-shadow: var(--shadow); }
.custom-copy { padding: 75px; align-self: center; position: relative; z-index: 2; }
.custom-copy h2 { font-size: clamp(2.4rem, 4.8vw, 4.5rem); }
.custom-copy p { color: rgba(255,255,255,.75); font-size: 1.05rem; max-width: 560px; }
.custom-visual { position: relative; min-height: 540px; overflow: hidden; }
.fabric { position: absolute; border-radius: 50%; filter: saturate(.85); }
.fabric-a { width: 500px; height: 500px; right: -90px; top: -50px; background: repeating-conic-gradient(from 45deg, #dcaa55 0 10deg, #72203a 10deg 20deg, #f0d28d 20deg 30deg); opacity: .55; transform: rotate(18deg); }
.fabric-b { width: 350px; height: 350px; left: -80px; bottom: -100px; background: repeating-linear-gradient(45deg, rgba(255,255,255,.15) 0 8px, transparent 8px 18px); border: 60px solid rgba(255,255,255,.09); }
.sketch-card { position: absolute; width: 300px; height: 390px; left: 14%; top: 13%; padding: 22px; border-radius: 18px; background: #fffaf3; color: #8a5e56; transform: rotate(-5deg); box-shadow: 0 30px 80px rgba(20,0,8,.3); }
.sketch-card span { font-family: "Playfair Display", serif; font-size: 1.4rem; color: var(--wine); }
.sketch-card svg { width: 100%; height: 290px; margin-top: 18px; }

.process-section { background: var(--paper); }
.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: process; }
.process-card { position: relative; padding: 31px 25px 26px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; min-height: 270px; transition: .25s ease; }
.process-card:hover { transform: translateY(-5px); border-color: #d6b8c0; box-shadow: var(--shadow-soft); }
.process-number { position: absolute; right: 20px; top: 18px; font-family: "Playfair Display", serif; color: #e4d8d4; font-size: 2.4rem; }
.process-icon { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 50%; background: #f7ecef; color: var(--wine); font-size: 1.4rem; margin-bottom: 32px; }
.process-card h3 { font-family: "Playfair Display", serif; font-size: 1.38rem; margin-bottom: 9px; }
.process-card p { font-size: .88rem; }

.appointment-section { background: linear-gradient(140deg, #f8eee4, #fffaf4); }
.appointment-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.appointment-copy { position: sticky; top: 120px; align-self: start; }
.appointment-copy > p:not(.eyebrow) { font-size: 1.06rem; }
.contact-card { margin-top: 40px; padding: 24px; border-left: 4px solid var(--gold); background: rgba(255,255,255,.7); border-radius: 0 16px 16px 0; display: grid; }
.contact-card span { color: var(--muted); font-size: .8rem; }
.contact-card strong { margin: 3px 0 8px; }
.contact-card a { color: var(--wine); font-weight: 700; font-size: .88rem; }
.appointment-form { padding: 38px; border-radius: var(--radius-xl); background: white; box-shadow: var(--shadow-soft); }
.appointment-form label { display: grid; gap: 7px; color: #413537; font-size: .82rem; font-weight: 700; }
.form-row { margin-bottom: 18px; }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.appointment-form > label:not(.checkbox-field) { margin-bottom: 18px; }
.appointment-form input, .appointment-form select { width: 100%; height: 50px; border: 1px solid var(--line); border-radius: 12px; padding: 0 14px; background: #fffdfa; outline: 0; font-weight: 500; color: var(--ink); }
.appointment-form input:focus, .appointment-form select:focus { border-color: var(--wine); box-shadow: 0 0 0 4px rgba(111,29,53,.07); }
.checkbox-field { display: flex !important; grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; margin: 12px 0 22px; font-weight: 500 !important; color: var(--muted) !important; }
.checkbox-field input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--wine); }
.form-helper { margin: 12px 0 0; text-align: center; color: #806d74; font-size: .76rem; line-height: 1.45; }
.form-status { margin: 14px 0 0; text-align: center; min-height: 24px; font-size: .87rem; }
.form-status.success { color: var(--green); font-weight: 650; }
.form-status.error { color: #a92f3b; }

.testimonial-section { background: var(--wine-dark); color: white; }
.testimonial-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
blockquote { font-family: "Playfair Display", serif; font-size: clamp(2rem, 4.2vw, 4rem); line-height: 1.22; margin: 0; }
.testimonial-points { display: grid; gap: 25px; }
.testimonial-points > div { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; }
.testimonial-points > div > span { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.1); color: #f1c978; display: grid; place-items: center; }
.testimonial-points p { color: rgba(255,255,255,.68); margin: 0; }
.testimonial-points strong { color: white; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.accordion { display: grid; gap: 10px; }
details { border-bottom: 1px solid var(--line); padding: 0 0 10px; }
summary { list-style: none; cursor: pointer; padding: 18px 45px 18px 0; position: relative; font-family: "Playfair Display", serif; font-size: 1.22rem; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 15px; font-family: "DM Sans", sans-serif; font-size: 1.5rem; color: var(--wine); transition: transform .2s ease; }
details[open] summary::after { transform: rotate(45deg); }
details p { max-width: 720px; padding-right: 40px; }

.final-cta { padding: 80px 0; background: linear-gradient(125deg, #721f3a, #4a1224); color: white; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta h2 { max-width: 760px; margin-bottom: 0; }

.site-footer { padding: 70px 0 28px; background: #20161a; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .65fr .8fr .9fr; gap: 60px; }
.brand-light { width: fit-content; }
.footer-brand p { max-width: 330px; color: rgba(255,255,255,.56); margin-top: 20px; }
.footer-grid h3 { font-size: .82rem; text-transform: uppercase; letter-spacing: .14em; color: #e0bc7c; margin-bottom: 18px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a, .footer-grid span, .footer-grid small { color: rgba(255,255,255,.65); font-size: .86rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; color: rgba(255,255,255,.4); font-size: .76rem; }
.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: inline-flex; align-items: center; gap: 10px; padding: 12px 17px; border-radius: 999px; background: #1e9e66; color: white; box-shadow: 0 14px 35px rgba(24,118,76,.3); font-size: .84rem; }
.floating-whatsapp span { font-size: 1.15rem; }

.model-dialog { width: min(900px, calc(100% - 28px)); max-height: 90vh; border: 0; padding: 0; border-radius: 25px; overflow: auto; box-shadow: 0 30px 100px rgba(31,16,22,.35); }
.model-dialog::backdrop { background: rgba(31,16,22,.7); backdrop-filter: blur(6px); }
.dialog-close { position: fixed; z-index: 5; margin: 14px 0 0 calc(min(900px, 100vw - 28px) - 60px); width: 42px; height: 42px; border-radius: 50%; border: 0; background: rgba(255,255,255,.92); color: var(--ink); font-size: 1.5rem; cursor: pointer; box-shadow: 0 5px 18px rgba(0,0,0,.14); }
.dialog-grid { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 580px; }
.dialog-image { min-height: 480px; background: #f4ebe3; }
.dialog-image img { width: 100%; height: 100%; object-fit: cover; }
.dialog-copy { padding: 55px 45px; }
.dialog-copy h2 { font-size: 2.7rem; }
.dialog-meta { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 24px; }
.dialog-meta span { padding: 7px 11px; border-radius: 999px; background: #f8ecef; color: var(--wine); font-size: .75rem; font-weight: 700; }
.dialog-options { margin: 25px 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.dialog-options li::before { content: "✓"; color: var(--green); margin-right: 10px; font-weight: 700; }
.dialog-price { font-size: 1.2rem; color: var(--wine); font-weight: 700; margin-bottom: 22px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .main-nav { gap: 17px; }
  .main-nav > a:not(.button) { display: none; }
  .hero-grid { gap: 30px; }
  .hero-visual { height: 550px; }
  .catalogue-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .appointment-grid { gap: 45px; }
  .footer-grid { grid-template-columns: 1.1fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 76px 0; }
  .nav-wrap { min-height: 72px; }
  .main-nav { display: none; position: fixed; inset: 72px 0 auto; padding: 24px 20px 35px; background: #fffdfa; border-bottom: 1px solid var(--line); box-shadow: 0 24px 50px rgba(50,25,33,.15); align-items: stretch; flex-direction: column; }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.button) { display: block; padding: 6px 2px; font-size: 1rem; }
  .main-nav .button { width: 100%; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 45px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .hero-visual { height: 530px; margin-top: 10px; }
  .hero-card-main { width: 75%; right: 0; }
  .hero-card-small { width: 43%; left: 0; }
  .hero-note { right: 0; width: 240px; }
  .promise-items { justify-content: flex-start; }
  .split-heading, .section-heading, .custom-card, .appointment-grid, .testimonial-grid, .faq-grid { grid-template-columns: 1fr; }
  .split-heading { gap: 25px; }
  .section-heading { align-items: start; gap: 20px; }
  .custom-copy { padding: 48px 28px; }
  .custom-visual { min-height: 440px; }
  .appointment-copy { position: static; }
  .testimonial-grid, .faq-grid { gap: 50px; }
  .final-cta-inner { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .dialog-grid { grid-template-columns: 1fr; }
  .dialog-image { min-height: 380px; max-height: 430px; }
  .dialog-copy { padding: 38px 25px; }
}

@media (max-width: 560px) {
  .brand-logo { width: 160px; max-height: 54px; }
  .footer-logo { width: 205px; max-height: 69px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 15px; justify-content: space-between; }
  .hero-trust div { padding-left: 10px; }
  .hero-visual { height: 440px; }
  .hero-card-main { width: 76%; height: 85%; border-width: 5px; }
  .hero-card-small { width: 46%; height: 42%; border-width: 5px; }
  .hero-note { width: 215px; padding: 14px; bottom: 0; }
  .hero-card-meta { left: 19px; bottom: 18px; }
  .hero-card-meta strong { font-size: 1.3rem; }
  .catalogue-toolbar { align-items: stretch; flex-direction: column; }
  .filter-tabs { width: 100%; }
  .filter-button { flex: 1; padding-inline: 10px; }
  .search-field { width: 100%; }
  .catalogue-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .two-columns { grid-template-columns: 1fr; }
  .appointment-form { padding: 25px 18px; border-radius: 22px; }
  .custom-visual { min-height: 360px; }
  .sketch-card { width: 230px; height: 315px; left: 9%; }
  .sketch-card svg { height: 220px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .floating-whatsapp b { display: none; }
  .floating-whatsapp { width: 52px; height: 52px; padding: 0; justify-content: center; border-radius: 50%; }
  .dialog-image { min-height: 330px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* === V3.1 — Catalogue défilant dans la bannière === */
.hero-visual {
  min-width: 0;
}
.hero-catalogue {
  position: absolute;
  inset: 5% 0 7% 2%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(111,29,53,.09);
  border-radius: 38px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 28px 80px rgba(75,32,44,.16);
  z-index: 2;
}
.hero-catalogue-head,
.hero-carousel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.hero-catalogue-kicker {
  color: var(--wine);
  font-weight: 800;
  font-size: .74rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-catalogue-count {
  color: var(--muted);
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .08em;
  font-variant-numeric: tabular-nums;
}
.hero-catalogue-viewport {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: 27px;
  background: #eadfd3;
  touch-action: pan-y;
}
.hero-catalogue-track {
  display: flex;
  height: 100%;
  will-change: transform;
}
.hero-catalogue-slide {
  flex: 0 0 100%;
  min-width: 0;
  height: 100%;
}
.hero-catalogue-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 470px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: #e9ddd0;
  color: white;
  text-align: left;
  cursor: pointer;
}
.hero-catalogue-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .8s cubic-bezier(.22,.61,.36,1);
}
.hero-catalogue-card:hover img,
.hero-catalogue-card:focus-visible img { transform: scale(1.025); }
.hero-catalogue-card:focus-visible { outline: 3px solid var(--gold); outline-offset: -4px; }
.hero-catalogue-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30,10,16,.02) 30%, rgba(31,9,16,.2) 58%, rgba(32,8,17,.88) 100%);
  pointer-events: none;
}
.hero-catalogue-category,
.hero-catalogue-delay {
  position: absolute;
  top: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: .73rem;
  font-weight: 800;
  box-shadow: 0 8px 25px rgba(36,12,18,.1);
}
.hero-catalogue-category {
  right: 18px;
  background: rgba(45,22,31,.86);
  color: white;
  backdrop-filter: blur(8px);
}
.hero-catalogue-delay {
  left: 18px;
  background: rgba(255,250,245,.94);
  color: var(--wine);
}
.hero-catalogue-info {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: grid;
  gap: 5px;
}
.hero-catalogue-ref {
  opacity: .72;
  font-size: .7rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero-catalogue-info strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  line-height: 1.05;
}
.hero-catalogue-price {
  color: #f6d9a4;
  font-size: .88rem;
  font-weight: 700;
}
.hero-catalogue-cta {
  width: max-content;
  margin-top: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255,255,255,.65);
  font-size: .8rem;
  font-weight: 800;
}
.hero-carousel-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  margin-top: -21px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  color: var(--wine-dark);
  box-shadow: 0 12px 30px rgba(40,13,22,.16);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.hero-carousel-arrow:hover { transform: scale(1.06); background: #fff; }
.hero-carousel-prev { left: 2px; }
.hero-carousel-next { right: 2px; }
.hero-carousel-dots {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}
.hero-carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(111,29,53,.22);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}
.hero-carousel-dots button.active {
  width: 25px;
  background: var(--wine);
}
.hero-carousel-link {
  color: var(--wine-dark);
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
}
.hero-note-carousel {
  right: -18px;
  bottom: 0;
  width: 270px;
  z-index: 7;
  transform: translateY(35%);
}

@media (max-width: 1100px) {
  .hero-catalogue { inset: 4% 0 8%; }
  .hero-catalogue-card { min-height: 420px; }
  .hero-note-carousel { right: 6px; }
}
@media (max-width: 760px) {
  .hero-visual { height: 570px; }
  .hero-catalogue { inset: 0 0 10%; padding: 13px; border-radius: 29px; }
  .hero-catalogue-card { min-height: 430px; }
  .hero-catalogue-viewport { border-radius: 22px; }
  .hero-carousel-arrow { width: 39px; height: 39px; }
  .hero-carousel-prev { left: -3px; }
  .hero-carousel-next { right: -3px; }
  .hero-note-carousel { right: 8px; bottom: 1%; width: 225px; transform: translateY(34%); }
}
@media (max-width: 480px) {
  .hero-visual { height: 525px; }
  .hero-catalogue { inset: 0 0 12%; gap: 10px; }
  .hero-catalogue-card { min-height: 390px; }
  .hero-catalogue-info { left: 18px; right: 18px; bottom: 18px; }
  .hero-catalogue-category, .hero-catalogue-delay { top: 13px; }
  .hero-catalogue-category { right: 13px; }
  .hero-catalogue-delay { left: 13px; }
  .hero-carousel-footer { gap: 10px; }
  .hero-carousel-link { font-size: .7rem; }
  .hero-note-carousel { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-catalogue-track,
  .hero-catalogue-card img { transition: none !important; }
}
