
:root {
  --ink: #140e0a;
  --ink-soft: #211711;
  --espresso: #2c190f;
  --cognac: #8d431f;
  --saddle: #b76732;
  --gold: #d1a15d;
  --cream: #f5efe6;
  --parchment: #e9ddcd;
  --line: rgba(72, 42, 24, 0.18);
  --green: #25d366;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 88px;
  padding: 17px clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff8eb;
  border-bottom: 1px solid rgba(232, 198, 148, 0.2);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px; letter-spacing: .08em;
  box-shadow: inset 0 0 0 4px rgba(209, 161, 93, .08);
}
.brand-copy { display: grid; gap: 3px; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 19px; letter-spacing: .04em; font-weight: 500; }
.brand-copy small { color: #cbb392; font-size: 9px; text-transform: uppercase; letter-spacing: .2em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 46px); font-size: 13px; }
.desktop-nav a { color: rgba(255, 248, 235, .74); transition: color .2s ease; }
.desktop-nav a:hover { color: var(--gold); }

.button {
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-outline { border-color: rgba(209, 161, 93, .65); color: #f1d8b0; }
.button-outline:hover { background: rgba(209, 161, 93, .12); }
.button-gold { background: var(--gold); color: #1a100a; box-shadow: 0 15px 32px rgba(0,0,0,.28); }
.button-gold:hover { background: #e2b573; }
.button-dark { background: var(--ink); color: white; }
.whatsapp-dot {
  width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center;
  background: var(--green); color: #092f16; font-size: 13px;
}

.hero {
  min-height: 790px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(480px, 1.18fr);
  align-items: center;
  gap: clamp(35px, 5vw, 90px);
  padding: 150px clamp(24px, 5vw, 76px) 88px;
  background:
    radial-gradient(circle at 28% 28%, rgba(133, 65, 30, .26), transparent 36%),
    linear-gradient(115deg, #100b08 0%, #1b100a 55%, #0b0806 100%);
  color: #fff8eb;
}
.hero::after {
  content: ""; position: absolute; inset: auto -5% -128px -5%; height: 180px;
  background: var(--cream); transform: rotate(-2.3deg); transform-origin: left top;
}
.hero-grain {
  position: absolute; inset: 0; opacity: .23; pointer-events: none;
  background-image:
    repeating-radial-gradient(ellipse at 20% 40%, transparent 0 2px, rgba(255,255,255,.05) 3px 4px),
    linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.03) 50%, transparent 50.2%);
  background-size: 17px 13px, 70px 100%;
  mix-blend-mode: soft-light;
}
.hero-copy { position: relative; z-index: 2; max-width: 620px; padding-bottom: 26px; }
.eyebrow { margin: 0 0 23px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 38px; height: 1px; margin-right: 12px; vertical-align: middle; background: currentColor; }
.eyebrow.dark { color: var(--cognac); }
.hero h1, .section h2, .craft-section h2, .process h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.035em;
}
.hero h1 { margin: 0; max-width: 720px; font-size: clamp(60px, 6.5vw, 102px); line-height: .94; }
.hero h1 em { display: block; color: var(--gold); font-weight: 400; }
.hero-intro { max-width: 590px; margin: 31px 0 0; color: #d2c3b3; font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.text-link { padding: 13px 0 10px; color: #e7d8c5; font-size: 13px; border-bottom: 1px solid rgba(209, 161, 93, .48); }
.text-link span { margin-left: 9px; color: var(--gold); }
.hero-note { display: flex; gap: 16px 31px; flex-wrap: wrap; margin-top: 40px; color: #bfae99; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.hero-note span { position: relative; }
.hero-note span:not(:last-child)::after { content: "•"; position: absolute; right: -19px; color: var(--gold); }
.hero-visual { position: relative; z-index: 2; align-self: center; }
.image-frame {
  position: relative; overflow: hidden; border: 1px solid rgba(209,161,93,.4);
  box-shadow: 0 30px 80px rgba(0,0,0,.45), -24px 24px 0 rgba(144, 70, 32, .11);
}
.image-frame::before { content: ""; position: absolute; z-index: 2; inset: 12px; border: 1px solid rgba(236,204,156,.18); pointer-events: none; }
.image-frame img { width: 100%; display: block; aspect-ratio: 16 / 9; object-fit: cover; }
.hero-badge {
  position: absolute; left: -32px; bottom: -38px; width: 110px; height: 110px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: #1a100a; border: 1px solid var(--gold); color: #d7bd96;
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
  text-transform: uppercase; letter-spacing: .15em; font-size: 9px;
}
.hero-badge::after { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(209,161,93,.42); border-radius: 50%; }
.hero-badge strong { margin-top: 4px; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 16px; font-weight: 400; letter-spacing: .06em; }

.trust-strip {
  position: relative; z-index: 3; max-width: 1240px; margin: -16px auto 0; padding: 27px 36px;
  display: grid; grid-template-columns: repeat(4, 1fr); background: #fffaf2;
  border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(63,36,20,.08);
}
.trust-strip div { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 32px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border: 0; }
.trust-strip strong { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 13px; }
.trust-strip span { color: #4f392b; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }

.section { max-width: 1280px; margin: 0 auto; padding: 122px clamp(24px, 5vw, 58px); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.section-heading h2, .process h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.05; }
.section-heading > p, .process-intro > p:not(.eyebrow) { margin: 0 0 7px; color: #6a594d; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; margin-top: 60px; }
.service-card {
  position: relative; min-height: 420px; padding: 35px 34px 31px; overflow: hidden;
  display: flex; flex-direction: column; align-items: flex-start;
  background: #fffaf3; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover { transform: translateY(-7px); box-shadow: 0 25px 50px rgba(61,35,19,.12); }
.card-number { color: var(--cognac); font-family: Georgia, "Times New Roman", serif; font-size: 13px; }
.leather-swatch {
  width: calc(100% + 68px); height: 116px; margin: 30px -34px 30px;
  border-block: 1px solid rgba(255,255,255,.1);
  background:
    linear-gradient(105deg, transparent 34%, rgba(255,255,255,.15) 35%, transparent 38%),
    repeating-radial-gradient(ellipse at 30% 50%, rgba(255,255,255,.08) 0 1px, transparent 2px 5px),
    linear-gradient(135deg, #572612, #a55126 47%, #6d3016);
  background-size: auto, 14px 9px, auto;
  box-shadow: inset 0 8px 20px rgba(0,0,0,.25), inset 0 -8px 20px rgba(0,0,0,.18);
}
.service-card:nth-child(2) .leather-swatch { filter: saturate(.75) brightness(.73); }
.service-card:nth-child(3) .leather-swatch { filter: sepia(.25) brightness(1.2); }
.service-card h3 { margin: 0 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 400; }
.service-card p { margin: 0; color: #6e5c4f; font-size: 14px; line-height: 1.75; }
.card-detail { margin-top: auto; padding-top: 22px; color: var(--cognac); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }

.craft-section {
  min-height: 710px; display: grid; grid-template-columns: 1fr 1fr; color: white;
  background: var(--ink-soft);
}
.craft-copy { padding: 110px clamp(32px, 7vw, 120px); align-self: center; }
.craft-copy h2 { max-width: 600px; margin: 0; font-size: clamp(44px, 5vw, 70px); line-height: 1.03; }
.craft-copy > p:not(.eyebrow) { max-width: 590px; margin: 28px 0 0; color: #c7b6a4; line-height: 1.8; }
.feature-list { list-style: none; padding: 0; margin: 43px 0 0; }
.feature-list li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 19px 0; border-top: 1px solid rgba(220,188,143,.18); }
.feature-list li > span { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 12px; }
.feature-list div { display: grid; gap: 6px; }
.feature-list strong { font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 400; }
.feature-list small { color: #a99886; font-size: 12px; line-height: 1.5; }
.craft-visual {
  position: relative; overflow: hidden; margin: 44px 44px 44px 0;
  background:
    linear-gradient(112deg, rgba(255,255,255,.0) 44%, rgba(255,255,255,.16) 46%, rgba(255,255,255,0) 49%),
    repeating-radial-gradient(ellipse at 20% 50%, rgba(255,255,255,.07) 0 1px, transparent 2px 5px),
    radial-gradient(circle at 35% 32%, #a65329, #6e3018 48%, #35170e 100%);
  box-shadow: inset 0 0 90px rgba(0,0,0,.45);
}
.craft-visual::after { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(235,198,143,.27); }
.stitch-line { position: absolute; top: 0; left: 23%; width: 3px; height: 100%; border-left: 1px dashed rgba(246,211,161,.55); border-right: 1px dashed rgba(52,20,8,.9); transform: rotate(7deg); }
.craft-label { position: absolute; z-index: 2; right: 12%; bottom: 12%; display: grid; color: #f5e7d3; text-align: right; text-transform: uppercase; }
.craft-label span { color: #e7bc7d; font-size: 10px; letter-spacing: .25em; }
.craft-label strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 6vw, 90px); font-weight: 400; letter-spacing: -.03em; }
.craft-label small { font-size: 8px; letter-spacing: .17em; color: #d1b89a; }

.process { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 8vw, 120px); }
.process-intro { position: sticky; top: 55px; align-self: start; }
.process-intro > p:not(.eyebrow) { margin: 28px 0 32px; }
.step-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.step-list li { display: grid; grid-template-columns: 60px 1fr; gap: 22px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.step-list li > span { color: var(--cognac); font-family: Georgia, "Times New Roman", serif; font-size: 13px; }
.step-list h3 { margin: 0 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; }
.step-list p { margin: 0; color: #6a594d; font-size: 14px; line-height: 1.65; }
.early-cta { padding: 46px clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: center; gap: 24px; background: var(--cognac); color: white; }
.early-cta p { margin: 0; color: #e7d5c0; }
.early-cta a { padding-bottom: 5px; color: #ffe1ad; font-family: Georgia, "Times New Roman", serif; font-size: 20px; border-bottom: 1px solid rgba(255,225,173,.45); }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 9vw, 140px); }
.faq-heading { align-self: start; }
.faq-heading h2, .quote-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.035em;
}
.faq-heading > p:not(.eyebrow) { margin: 27px 0 0; color: #6a594d; line-height: 1.8; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  min-height: 88px;
  display: grid;
  grid-template-columns: 44px 1fr 30px;
  gap: 13px;
  align-items: center;
  cursor: pointer;
  list-style: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--cognac); font-family: Georgia, "Times New Roman", serif; font-size: 11px; }
.faq-list summary b { color: var(--cognac); font-family: Arial, Helvetica, sans-serif; font-size: 19px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details > p { margin: -5px 30px 28px 57px; color: #6a594d; font-size: 14px; line-height: 1.75; }

.quote-section {
  position: relative;
  overflow: hidden;
  padding: 112px clamp(24px, 7vw, 118px);
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(60px, 8vw, 130px);
  color: #fff7ec;
  background:
    radial-gradient(circle at 8% 12%, rgba(147, 69, 29, .32), transparent 30%),
    linear-gradient(125deg, #170e09, #26150e 55%, #120b08);
}
.quote-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .13;
  pointer-events: none;
  background-image: repeating-radial-gradient(ellipse at 20% 40%, transparent 0 2px, rgba(255,255,255,.13) 3px 4px);
  background-size: 17px 13px;
}
.quote-copy, .quote-form { position: relative; z-index: 1; }
.quote-copy h2 { color: #fff9ef; }
.quote-copy > p:not(.eyebrow) { margin: 30px 0 0; color: #cbb9a6; line-height: 1.8; }
.direct-contact { margin-top: 54px; padding-top: 24px; display: grid; gap: 7px; border-top: 1px solid rgba(209,161,93,.25); }
.direct-contact span, .direct-contact small { color: #a99580; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.direct-contact a { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 36px; letter-spacing: .02em; }
.direct-contact small { text-transform: none; letter-spacing: 0; }

.quote-form {
  padding: clamp(28px, 4vw, 50px);
  background: #fffaf3;
  color: var(--ink);
  box-shadow: 0 28px 70px rgba(0,0,0,.32);
}
.quote-form label { display: grid; gap: 9px; margin-bottom: 20px; }
.quote-form label > span { color: #624b3a; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%;
  border: 1px solid rgba(75,43,25,.2);
  border-radius: 0;
  outline: none;
  background: #fffefa;
  color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.quote-form input, .quote-form select { min-height: 52px; padding: 0 15px; }
.quote-form textarea { min-height: 124px; padding: 15px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--cognac); box-shadow: 0 0 0 3px rgba(141,67,31,.1); }
.quote-form input::placeholder, .quote-form textarea::placeholder { color: #aa9b8f; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-help { display: grid; grid-template-columns: 34px 1fr; gap: 11px; align-items: start; margin: 3px 0 22px; padding: 14px; background: #f0e5d7; }
.form-help > span { width: 25px; height: 25px; display: grid; place-items: center; background: var(--cognac); color: white; }
.form-help p { margin: 0; color: #6a594d; font-size: 11px; line-height: 1.55; }
.form-help strong { color: #382419; }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-status { margin: 12px 0 0; color: #7e6c5f; font-size: 10px; text-align: center; line-height: 1.5; }

.site-footer {
  position: relative;
  padding: 68px clamp(24px, 5vw, 76px) 30px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 46px;
  background: #0d0907;
  color: #efe4d5;
}
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand > div { display: grid; gap: 7px; }
.footer-brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 400; }
.footer-brand small { color: #938475; font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 14px 22px; }
.footer-links a { color: #aa9a88; font-size: 12px; }
.footer-links a:hover { color: var(--gold); }
.footer-contact { display: grid; align-content: center; justify-items: end; gap: 7px; }
.footer-contact span { color: #887a6c; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.footer-contact a { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.copyright { grid-column: 1 / -1; margin: 34px 0 0; padding-top: 23px; color: #62594f; font-size: 10px; border-top: 1px solid rgba(209,161,93,.13); }

.floating-whatsapp {
  position: fixed;
  z-index: 40;
  right: 22px;
  bottom: 22px;
  min-height: 52px;
  padding: 0 20px 0 8px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 28px;
  background: var(--green);
  color: #092f16;
  box-shadow: 0 14px 35px rgba(0,0,0,.28);
}
.floating-whatsapp span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.24); font-weight: 700; }
.floating-whatsapp b { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.cookie-notice {
  position: fixed;
  z-index: 50;
  left: 18px;
  bottom: 18px;
  width: min(470px, calc(100vw - 36px));
  padding: 19px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  background: #fffaf3;
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(0,0,0,.24);
}
.cookie-notice strong { font-family: Georgia, "Times New Roman", serif; font-size: 16px; font-weight: 400; }
.cookie-notice p { margin: 5px 0 0; color: #6f5f52; font-size: 10px; line-height: 1.5; }
.cookie-notice button { min-height: 36px; padding: 0 13px; border: 0; background: var(--ink); color: white; cursor: pointer; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 58px; padding-top: 150px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: 86%; justify-self: end; }
  .trust-strip { margin-inline: 24px; }
  .craft-section { grid-template-columns: 1fr; }
  .craft-visual { min-height: 560px; margin: 0 44px 44px; }
  .quote-section { grid-template-columns: 1fr; }
  .quote-copy { max-width: 700px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 76px; padding: 14px 18px; }
  .brand-mark { width: 41px; height: 41px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { display: none; }
  .site-header .button { min-height: 38px; padding: 0 13px; font-size: 9px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 125px 21px 100px; }
  .hero h1 { font-size: clamp(52px, 16vw, 74px); }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: flex-start; margin-top: 8px; }
  .hero-note { gap: 11px 22px; }
  .hero-note span:not(:last-child)::after { right: -13px; }
  .hero-visual { width: 100%; }
  .hero-badge { left: 12px; bottom: -46px; width: 92px; height: 92px; }
  .trust-strip { grid-template-columns: 1fr 1fr; margin-top: -24px; padding: 12px; }
  .trust-strip div { min-height: 58px; border-bottom: 1px solid var(--line); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(3), .trust-strip div:nth-child(4) { border-bottom: 0; }
  .trust-strip span { font-size: 8px; }
  .section { padding: 90px 22px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 380px; }
  .craft-copy { padding: 90px 22px 58px; }
  .craft-visual { min-height: 430px; margin: 0 20px 20px; }
  .process { grid-template-columns: 1fr; gap: 55px; }
  .process-intro { position: static; }
  .early-cta { align-items: flex-start; flex-direction: column; gap: 12px; }
  .early-cta a { font-size: 18px; }
  .faq-section { grid-template-columns: 1fr; gap: 50px; }
  .faq-list summary { grid-template-columns: 32px 1fr 22px; min-height: 82px; font-size: 18px; }
  .faq-list details > p { margin-left: 45px; margin-right: 0; }
  .quote-section { padding: 88px 21px; }
  .quote-form { padding: 24px 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .direct-contact { margin-top: 38px; }
  .direct-contact a { font-size: 31px; }
  .site-footer { grid-template-columns: 1fr; gap: 32px; }
  .footer-links { max-width: 320px; }
  .footer-contact { justify-items: start; }
  .copyright { margin-top: 8px; }
  .floating-whatsapp { right: 14px; bottom: 14px; min-height: 48px; padding-right: 16px; }
  .floating-whatsapp span { width: 34px; height: 34px; }
  .cookie-notice { bottom: 72px; grid-template-columns: 1fr; gap: 12px; }
  .cookie-notice button { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

.cookie-notice[hidden] { display: none; }

