:root {
  --red: #a71929;
  --red-dark: #76111c;
  --gold: #d3a24a;
  --ink: #181719;
  --muted: #6d6969;
  --line: #e5dfdc;
  --paper: #ffffff;
  --warm: #f6f3f0;
  --dark: #171416;
  --container: 1180px;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(45, 28, 31, .14);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-sm { padding: 78px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: white; color: var(--ink); padding: 12px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
.eyebrow { margin: 0 0 14px; color: var(--red); font-size: 14px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #f2c372; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; line-height: .98; }
h2 { margin-bottom: 0; font-size: clamp(42px, 5.1vw, 72px); font-weight: 600; letter-spacing: -.035em; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 64px; align-items: end; margin-bottom: 52px; }
.section-heading > p { margin: 0; color: var(--muted); }

.site-header { position: sticky; top: 0; z-index: 100; height: 125px; background: #ffffff; border-bottom: 1px solid rgba(229,223,220,.9); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { width: 176px; height: 106px; display: grid; place-items: center; overflow: visible; flex: 0 0 auto; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.main-nav a { position: relative; font-size: 14px; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--red); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--warm); padding: 13px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--ink); }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; line-height: 1.2; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: white; box-shadow: 0 12px 30px rgba(167,25,41,.22); }
.btn-primary:hover { background: var(--red-dark); }
.btn-ghost { color: white; border-color: rgba(255,255,255,.62); background: rgba(17,16,17,.12); backdrop-filter: blur(6px); }
.btn-ghost:hover { background: white; color: var(--ink); }
.btn-light { background: white; color: var(--red-dark); }
.header-cta { min-height: 48px; padding-inline: 20px; }

.hero { position: relative; min-height: calc(100svh - 125px); display: grid; align-items: center; overflow: hidden; background: var(--dark); }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(18,14,15,.83) 0%, rgba(18,14,15,.55) 42%, rgba(18,14,15,.08) 72%, rgba(18,14,15,.05) 100%); }
.hero-content { position: relative; z-index: 2; color: white; padding-block: 94px 118px; }
.hero h1 { max-width: 800px; margin: 0 0 28px; font-size: clamp(62px, 8vw, 118px); font-weight: 600; letter-spacing: -.052em; }
.hero h1 em { color: #f0c16f; font-weight: 500; }
.hero-lead { max-width: 610px; margin-bottom: 36px; color: rgba(255,255,255,.84); font-size: clamp(17px, 1.6vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-tags { position: absolute; left: 20px; bottom: 24px; display: flex; gap: 26px; color: rgba(255,255,255,.75); font-size: 14px; font-weight: 600; }
.hero-tags span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 9px 2px 0; border-radius: 50%; background: var(--gold); }
.services { background: var(--warm); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 420px; gap: 18px; }
.service-card { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--dark); }
.service-card-wide { grid-column: span 2; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.service-card:hover img { transform: scale(1.035); }
.card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,13,14,.78), rgba(16,13,14,.02) 65%); }
.service-copy { position: absolute; z-index: 2; inset: auto 26px 25px; color: white; }
.service-copy > span { display: block; margin-bottom: 8px; color: #f0c16f; font-size: 13px; font-weight: 700; }
.service-copy h3 { margin: 0 0 7px; font-size: 36px; font-weight: 600; }
.service-copy p { margin: 0; color: rgba(255,255,255,.78); font-size: 14px; }

.portfolio { background: white; }
.portfolio-heading { max-width: 760px; margin-bottom: 64px; }
.portfolio-groups { display: grid; gap: 92px; }
.portfolio-group { display: grid; gap: 30px; }
.portfolio-group-heading { display: flex; align-items: center; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.portfolio-group-heading > span { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--red); color: white; font-size: 14px; font-weight: 700; }
.portfolio-group-heading p { margin: 0 0 2px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-group-heading h3 { margin: 0; font-size: clamp(38px, 4vw, 56px); font-weight: 600; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.inspiration-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(390px, 51%); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 16px; }
.inspiration-track::-webkit-scrollbar { display: none; }
.gallery-card, .inspiration-card { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 0; border-radius: var(--radius); background: var(--dark); color: white; text-align: left; cursor: zoom-in; scroll-snap-align: start; }
.gallery-card { aspect-ratio: 1; }
.gallery-card img, .inspiration-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-card::after, .inspiration-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,13,14,.72), transparent 52%); }
.gallery-card:hover img, .inspiration-card:hover img { transform: scale(1.03); }
.gallery-card > span { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 18px; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.gallery-card b { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(22px, 2vw, 29px); line-height: 1; }
.gallery-card small { color: rgba(255,255,255,.7); font-size: 12px; font-weight: 600; }
.slider-controls { display: flex; justify-content: flex-end; gap: 8px; margin-top: 15px; }
.slider-controls button { width: 50px; height: 50px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); font-size: 22px; cursor: pointer; transition: .2s ease; }
.slider-controls button:hover { border-color: var(--red); background: var(--red); color: white; }

.integrated { background: var(--dark); color: white; }
.integrated-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; align-items: center; }
.integrated-copy h2 { margin-bottom: 28px; }
.integrated-copy > p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.66); }
.text-link { display: inline-flex; gap: 14px; align-items: center; margin-top: 16px; color: #f0c16f; font-size: 14px; font-weight: 700; }
.text-link span { font-size: 22px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.integrated-photos { display: grid; grid-template-columns: 1.25fr .75fr; gap: 16px; height: 620px; }
.integrated-photos button { overflow: hidden; padding: 0; border: 0; border-radius: var(--radius); background: #292326; cursor: zoom-in; }
.integrated-photos button:last-child { margin-top: 110px; }
.integrated-photos img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.integrated-photos button:hover img { transform: scale(1.025); }

.inspirations { background: var(--warm); overflow: hidden; }
.inspiration-card { aspect-ratio: 16 / 9; }
.inspiration-card > span { position: absolute; z-index: 2; left: 24px; bottom: 21px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 31px; font-weight: 600; }
.inspiration-card small { display: block; margin-top: 5px; color: rgba(255,255,255,.7); font-family: "Manrope", Arial, sans-serif; font-size: 12px; }

.process-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; }
.process-photo { height: 490px; overflow: hidden; border-radius: var(--radius); }
.process-photo img { width: 100%; height: 100%; object-fit: cover; }
.process-copy h2 { max-width: 760px; margin-bottom: 36px; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.process-list span { min-height: 188px; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--warm); color: var(--ink); font-family: "Cormorant Garamond", Georgia, serif; font-size: 25px; font-weight: 600; line-height: 1.08; box-shadow: 0 14px 40px rgba(45,28,31,.07); }
.process-list b { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: white; font-family: "Manrope", Arial, sans-serif; font-size: 13px; }

.cta-band { padding: 76px 0; color: white; background: linear-gradient(120deg, var(--red-dark), var(--red)); }
.cta-inner { display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.cta-inner h2 { font-size: clamp(46px, 5vw, 70px); }

.contact { background: #eee9e5; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: stretch; }
.contact-copy { padding-block: 18px; }
.contact-copy h2 { margin-bottom: 24px; }
.contact-copy > p:not(.eyebrow) { max-width: 560px; color: var(--muted); }
.contact-items { margin-top: 34px; border-top: 1px solid #d5cdca; }
.contact-items a { display: grid; grid-template-columns: 150px 1fr; gap: 22px; padding: 20px 0; border-bottom: 1px solid #d5cdca; }
.contact-items span { color: var(--muted); font-size: 13px; font-weight: 700; }
.contact-items b { font-size: 16px; line-height: 1.5; }
.map-card { min-height: 540px; position: relative; overflow: hidden; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.map-card iframe { width: 100%; height: 100%; border: 0; opacity: 0; filter: saturate(.65) contrast(.95); transition: opacity .35s ease; }
.map-card.map-loaded iframe { opacity: 1; }
.map-consent { position: absolute; z-index: 1; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 48px; color: white; text-align: center; background: radial-gradient(circle at 80% 15%, rgba(211,162,74,.25), transparent 30%), linear-gradient(145deg, var(--red-dark), #27171b 72%); }
.map-card.map-loaded .map-consent { display: none; }
.map-consent .eyebrow { color: #f2c372; }
.map-consent h3 { max-width: 430px; margin: 0 0 14px; font-size: clamp(38px, 4vw, 58px); font-weight: 600; }
.map-consent > p:not(.eyebrow) { max-width: 440px; margin-bottom: 24px; color: rgba(255,255,255,.72); }
.map-pin { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 24px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #f2c372; font-size: 34px; }
.map-card > a { position: absolute; z-index: 2; left: 18px; bottom: 18px; padding: 12px 18px; border-radius: 99px; background: white; color: var(--red); font-size: 14px; font-weight: 700; box-shadow: 0 10px 30px rgba(0,0,0,.14); }

.site-footer { padding: 34px 0; border-top: 1px solid var(--line); background: white; }
.footer-inner { display: grid; grid-template-columns: 150px 1fr auto; gap: 30px; align-items: center; }
.footer-inner img { width: 115px; height: 74px; object-fit: contain; }
.footer-inner p { margin: 0; color: var(--muted); font-size: 14px; }
.footer-inner p:nth-child(2) { text-align: center; }
.footer-inner b { color: var(--ink); }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; }
.footer-meta a:hover b { color: var(--red); }
.footer-meta button { padding: 0; border: 0; background: transparent; color: var(--red); font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.whatsapp-float { position: fixed; z-index: 90; right: 24px; bottom: 24px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #25d366; color: white; box-shadow: 0 14px 38px rgba(15,90,43,.3); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 30px; fill: currentColor; }
.lightbox { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; padding: 5vw; background: rgba(12,10,11,.93); opacity: 0; visibility: hidden; transition: .2s ease; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: 100%; max-height: 85vh; object-fit: contain; border-radius: 12px; box-shadow: 0 30px 100px rgba(0,0,0,.45); }
.lightbox-close { position: absolute; right: 24px; top: 20px; width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.1); color: white; font-size: 33px; line-height: 1; cursor: pointer; }

.cookie-banner { position: fixed; z-index: 400; left: 50%; bottom: 22px; width: min(calc(100% - 36px), 1120px); display: grid; grid-template-columns: 64px 1fr auto; gap: 22px; align-items: center; padding: 22px 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(23,20,22,.98); color: white; box-shadow: 0 26px 90px rgba(25,13,17,.38); transform: translateX(-50%); }
.cookie-mark { width: 58px; height: 58px; position: relative; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, var(--red), var(--red-dark)); }
.cookie-mark::before { content: ""; width: 24px; height: 24px; border: 3px solid #f2c372; border-radius: 50%; }
.cookie-mark span { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #f2c372; }
.cookie-mark span:nth-child(1) { left: 17px; top: 17px; }
.cookie-mark span:nth-child(2) { right: 16px; bottom: 16px; }
.cookie-mark span:nth-child(3) { left: 20px; bottom: 14px; }
.cookie-copy strong { display: block; margin-bottom: 3px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 25px; line-height: 1.1; }
.cookie-copy p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; line-height: 1.5; }
.cookie-copy button { margin-top: 4px; padding: 0; border: 0; background: transparent; color: #f2c372; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions .btn { min-height: 46px; padding-inline: 18px; white-space: nowrap; }
.cookie-essential { border-color: rgba(255,255,255,.34); background: transparent; color: white; }
.cookie-essential:hover { border-color: white; background: white; color: var(--ink); }

.privacy-modal { position: fixed; z-index: 600; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(12,10,11,.86); opacity: 0; visibility: hidden; transition: opacity .22s ease, visibility .22s ease; }
.privacy-modal.open { opacity: 1; visibility: visible; }
.privacy-dialog { position: relative; width: min(100%, 940px); max-height: 92vh; overflow: auto; border-radius: 24px; background: white; box-shadow: 0 36px 120px rgba(0,0,0,.45); }
.privacy-close { position: absolute; z-index: 2; right: 18px; top: 18px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(255,255,255,.12); color: white; font-size: 30px; line-height: 1; cursor: pointer; }
.privacy-close:hover { background: white; color: var(--red); }
.privacy-heading { padding: 50px 78px 44px 48px; color: white; background: radial-gradient(circle at 86% 12%, rgba(242,195,114,.3), transparent 28%), linear-gradient(135deg, var(--red-dark), var(--red)); }
.privacy-heading .eyebrow { color: #f2c372; }
.privacy-heading h2 { max-width: 690px; margin-bottom: 20px; font-size: clamp(46px, 6vw, 72px); }
.privacy-heading > p:last-child { max-width: 660px; margin: 0; color: rgba(255,255,255,.78); }
.privacy-body { padding: 10px 48px; }
.privacy-body section { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.privacy-body section:last-child { border-bottom: 0; }
.privacy-body section > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--warm); color: var(--red); font-size: 12px; font-weight: 800; }
.privacy-body h3 { margin: 0 0 8px; font-family: "Manrope", Arial, sans-serif; font-size: 17px; line-height: 1.35; }
.privacy-body p { margin: 0; color: var(--muted); font-size: 14px; }
.privacy-body a { color: var(--red); font-weight: 700; }
.privacy-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 48px 30px; border-top: 1px solid var(--line); background: var(--warm); }
.privacy-footer small { color: var(--muted); }
.privacy-confirm { min-width: 132px; }

@media (max-width: 980px) {
  .section { padding: 88px 0; }
  .header-inner { gap: 14px; }
  .brand { width: 154px; height: 98px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: fixed; z-index: 110; left: 18px; right: 18px; top: 133px; display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 14px 12px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border: 0; }
  .main-nav a::after { display: none; }
  .header-cta { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card-wide { grid-column: span 1; }
  .integrated-grid, .process-grid, .contact-grid { grid-template-columns: 1fr; }
  .integrated-photos { height: 540px; }
  .process-photo { height: 420px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: 100px 1fr; }
  .footer-inner p:nth-child(2) { text-align: left; }
  .footer-meta { grid-column: 2; align-items: flex-start; }
  .cookie-banner { grid-template-columns: 54px 1fr; }
  .cookie-mark { width: 52px; height: 52px; }
  .cookie-actions { grid-column: 1 / -1; justify-content: flex-end; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .section-sm { padding: 58px 0; }
  .site-header { height: 96px; }
  .brand { width: 136px; height: 86px; }
  .main-nav { top: 104px; }
  .hero { min-height: 760px; }
  .hero-media { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(18,14,15,.88), rgba(18,14,15,.48) 70%, rgba(18,14,15,.28)); }
  .hero-content { padding-block: 86px 120px; }
  .hero h1 { font-size: clamp(55px, 17vw, 76px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-tags { left: 14px; gap: 12px; flex-wrap: wrap; }
  .service-grid { grid-template-columns: 1fr; grid-auto-rows: 390px; }
  .service-copy h3 { font-size: 33px; }
  .portfolio-heading { margin-bottom: 46px; }
  .portfolio-groups { gap: 68px; }
  .portfolio-group { gap: 24px; }
  .portfolio-group-heading > span { width: 48px; height: 48px; }
  .gallery-grid { gap: 10px; }
  .gallery-card { border-radius: 14px; }
  .gallery-card > span { left: 12px; right: 12px; bottom: 12px; gap: 4px; }
  .gallery-card b { font-size: 19px; }
  .gallery-card small { font-size: 10px; }
  .integrated-grid { gap: 42px; }
  .integrated-photos { grid-template-columns: 1fr; height: auto; }
  .integrated-photos button { height: 420px; }
  .integrated-photos button:last-child { height: 300px; margin-top: 0; }
  .inspiration-track { grid-auto-columns: 86%; }
  .inspiration-card > span { font-size: 26px; }
  .process-photo { height: 380px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list span { min-height: 150px; }
  .contact-items a { grid-template-columns: 1fr; gap: 4px; }
  .map-card { min-height: 430px; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-inner p:nth-child(2) { grid-column: auto; text-align: center; }
  .footer-meta { grid-column: auto; align-items: center; }
  .cookie-banner { bottom: 10px; width: calc(100% - 20px); grid-template-columns: 1fr; gap: 13px; padding: 18px; border-radius: 18px; }
  .cookie-mark { display: none; }
  .cookie-copy strong { font-size: 23px; }
  .cookie-actions { grid-column: auto; display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .cookie-actions .btn { min-width: 0; padding-inline: 10px; font-size: 12px; }
  .privacy-modal { padding: 10px; }
  .privacy-dialog { max-height: 95vh; border-radius: 18px; }
  .privacy-heading { padding: 44px 54px 34px 24px; }
  .privacy-heading h2 { font-size: 46px; }
  .privacy-body { padding: 4px 22px; }
  .privacy-body section { grid-template-columns: 38px 1fr; gap: 12px; padding: 23px 0; }
  .privacy-body section > span { width: 36px; height: 36px; }
  .privacy-footer { align-items: flex-start; flex-direction: column; padding: 20px 22px 24px; }
  .privacy-confirm { width: 100%; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

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