:root {
  --cream: #f6f2e9;
  --cream-deep: #ece5d7;
  --green: #173f36;
  --green-soft: #325a4d;
  --gold: #b69a5d;
  --ink: #18362f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

/* Os elementos decorativos nunca devem bloquear cliques ou toques. */
section::before,
section::after,
.halo::before,
.halo::after,
.gold-thread::before,
.about-photo::after,
.upcoming-orbit::before,
.upcoming-orbit::after,
.contact-star::before {
  pointer-events: none;
}

a, button {
  touch-action: manipulation;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
}

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

.topbar {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem clamp(1.4rem, 5vw, 5rem);
  border-bottom: 1px solid rgba(23,63,54,.13);
}
.brand { display: flex; align-items: center; gap: .8rem; color: var(--green); text-decoration: none; font-size: .77rem; font-weight: 500; letter-spacing: .22em; }
.brand-mark { color: var(--gold); font-size: .95rem; }
nav { display: flex; gap: 2.2rem; }
nav a { color: var(--green); text-decoration: none; font-size: .76rem; letter-spacing: .08em; }
.menu { display: none; border: 0; color: var(--green); background: transparent; font: inherit; font-size: .8rem; letter-spacing: .08em; }

.hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 8rem 1.5rem 4rem;
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  width: 24rem;
  height: 24rem;
  border: 1px solid rgba(182,154,93,.25);
  border-radius: 50%;
}
.hero::before { top: -15rem; left: -10rem; }
.hero::after { right: -12rem; bottom: -16rem; }
.halo {
  width: 5rem;
  height: 5rem;
  display: grid;
  place-items: center;
  position: relative;
  margin-bottom: 2.1rem;
  color: var(--gold);
}
.halo::before, .halo::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(182,154,93,.55); border-radius: 50%; }
.halo::after { inset: .55rem -.55rem; transform: rotate(55deg); }
.halo span { animation: glow 4s ease-in-out infinite; }
.eyebrow { margin: 0 0 1.8rem; font-size: .65rem; font-weight: 500; letter-spacing: .24em; color: var(--green-soft); }
h1 { margin: 0; max-width: 920px; font-family: "Cormorant Garamond", serif; font-size: clamp(4.25rem, 9vw, 8.2rem); font-weight: 400; line-height: .78; letter-spacing: -.045em; }
h1 em { color: var(--gold); font-weight: 400; }
.intro { max-width: 570px; margin: 2.4rem auto 2.2rem; font-size: clamp(1rem, 1.7vw, 1.22rem); line-height: 1.7; }
.cta { display: inline-flex; align-items: center; gap: 2.4rem; min-width: 18rem; justify-content: space-between; position: relative; z-index: 2; padding: 1.05rem 1.25rem 1.05rem 1.45rem; color: #fffdf8; background: var(--green); text-decoration: none; font-size: .78rem; letter-spacing: .06em; transition: transform .25s, background .25s; }
.cta:hover { background: var(--green-soft); transform: translateY(-2px); }
.cta span { color: #dfc98f; font-size: 1rem; }
.signature { position: absolute; bottom: 1.6rem; margin: 0; color: var(--green); font-family: "Cormorant Garamond", serif; font-size: 1rem; font-style: italic; letter-spacing: .04em; }
.signature span { color: var(--gold); }
.next { min-height: 40vh; display: grid; place-items: center; padding: 4rem 2rem; color: #f8f4e9; background: var(--green); }
.next p { max-width: 720px; margin: 0; text-align: center; font-family: "Cormorant Garamond", serif; font-size: clamp(2.1rem, 5vw, 4rem); line-height: 1.05; }
.about {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(13rem, .65fr) minmax(17rem, .85fr) minmax(22rem, 1.15fr);
  gap: clamp(2.5rem, 5vw, 6rem);
  align-items: start;
  padding: clamp(6rem, 10vw, 10rem) clamp(1.5rem, 9vw, 9rem);
  position: relative;
  overflow: hidden;
  background: var(--cream);
}
.about::after {
  content: "";
  position: absolute;
  width: 32rem;
  height: 32rem;
  right: -23rem;
  top: 25%;
  border: 1px solid rgba(182,154,93,.28);
  border-radius: 50%;
}
.about-heading { padding-top: 1rem; }
.section-label { margin: 0 0 2rem; color: var(--green-soft); font-size: .68rem; font-weight: 500; letter-spacing: .25em; }
.about h2 { margin: 0; font-family: "Cormorant Garamond", serif; font-size: clamp(4.5rem, 8vw, 7.8rem); font-weight: 400; line-height: .76; letter-spacing: -.045em; }
.about h2 em { color: var(--gold); font-weight: 400; }
.gold-thread { width: min(15rem, 80%); display: flex; align-items: center; gap: .8rem; margin-top: 3rem; color: var(--gold); }
.gold-thread::before { content: ""; width: 100%; border-top: 1px solid rgba(182,154,93,.65); }
.gold-thread span { font-size: .72rem; }
.about-photo {
  position: relative;
  align-self: start;
  margin: 0;
}
.about-photo::after {
  content: "";
  position: absolute;
  inset: 1rem -1rem -1rem 1rem;
  z-index: 0;
  border: 1px solid rgba(182,154,93,.48);
}
.about-photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 50% 22%;
  filter: saturate(.82) contrast(.97);
}
.about-story { max-width: 42rem; padding-top: 2.8rem; }
.about-story p { margin: 0 0 1.45rem; font-size: clamp(1rem, 1.5vw, 1.17rem); line-height: 1.9; }
.about-story .lead { margin-bottom: 2rem; font-family: "Cormorant Garamond", serif; font-size: clamp(2.15rem, 4vw, 3.75rem); line-height: 1.05; color: var(--green); }
blockquote { margin: 4.5rem 0 0; padding: 0 0 0 1.5rem; border-left: 1px solid var(--gold); color: var(--gold); font-family: "Cormorant Garamond", serif; font-size: clamp(2.25rem, 4.5vw, 4.4rem); font-style: italic; line-height: .95; }
.services {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 10vw, 10rem) clamp(1.5rem, 8vw, 8rem);
  color: #f8f4e9;
  background: var(--green);
}
.services::before {
  content: "";
  position: absolute;
  width: 34rem;
  height: 34rem;
  left: -25rem;
  top: 4rem;
  border: 1px solid rgba(223,201,143,.2);
  border-radius: 50%;
}
.services-intro {
  display: grid;
  grid-template-columns: minmax(20rem, 1.2fr) minmax(18rem, .8fr);
  column-gap: clamp(3rem, 10vw, 11rem);
  align-items: end;
  max-width: 78rem;
  margin: 0 auto clamp(5rem, 9vw, 8rem);
}
.services .section-label { grid-column: 1 / -1; color: #d9c183; }
.services h2 { margin: 0; font-family: "Cormorant Garamond", serif; font-size: clamp(3.7rem, 7vw, 7rem); font-weight: 400; line-height: .83; letter-spacing: -.04em; }
.services h2 em { color: #d9c183; font-weight: 400; }
.services-intro > p:last-child { max-width: 31rem; margin: 0 0 .4rem; color: rgba(248,244,233,.76); font-size: clamp(1rem, 1.35vw, 1.12rem); line-height: 1.8; }
.service-list { max-width: 78rem; margin: 0 auto; border-top: 1px solid rgba(248,244,233,.2); }
.service-item {
  display: grid;
  grid-template-columns: .55fr 1.2fr 1.45fr auto;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  min-height: 10.5rem;
  padding: 2.4rem .25rem;
  border-bottom: 1px solid rgba(248,244,233,.2);
  transition: padding .3s ease, background .3s ease;
}
.service-item:hover { padding-inline: 1rem; background: rgba(255,255,255,.025); }
.service-word { margin: 0; color: #d9c183; font-size: .64rem; font-weight: 500; letter-spacing: .23em; }
.service-item h3 { margin: 0; font-family: "Cormorant Garamond", serif; font-size: clamp(2rem, 3vw, 3rem); font-weight: 400; line-height: 1; }
.service-name { margin: .55rem 0 0; color: #d9c183; font-family: "Cormorant Garamond", serif; font-size: 1.05rem; font-style: italic; }
.service-price { margin: 1.15rem 0 0; color: #f8f4e9; font-family: "Cormorant Garamond", serif; font-size: 1.55rem; line-height: 1; }
.service-price span { display: block; margin-bottom: .42rem; color: rgba(248,244,233,.52); font-family: "DM Sans", sans-serif; font-size: .58rem; font-style: normal; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; }
.service-item > p:nth-child(3) { max-width: 34rem; margin: 0; color: rgba(248,244,233,.72); font-size: .95rem; line-height: 1.75; }
.service-action { min-height: 2.8rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 1.25rem; padding: .82rem 1rem; color: var(--green); background: #d9c183; font-size: .68rem; font-weight: 500; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; white-space: nowrap; transition: transform .25s, background .25s; }
.service-action:hover { transform: translateY(-2px); background: #ead9aa; }
.service-action span { font-size: 1rem; line-height: 1; }
.upcoming {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: clamp(7rem, 11vw, 11rem) 1.5rem;
  color: var(--green);
  text-align: center;
  background: var(--cream-deep);
}
.upcoming::before, .upcoming::after {
  content: "";
  position: absolute;
  width: 30rem;
  height: 30rem;
  border: 1px solid rgba(182,154,93,.22);
  border-radius: 50%;
}
.upcoming::before { left: -22rem; top: -8rem; }
.upcoming::after { right: -23rem; bottom: -10rem; }
.upcoming-orbit { width: 5rem; height: 5rem; display: grid; place-items: center; position: relative; margin-bottom: 2rem; color: var(--gold); }
.upcoming-orbit::before, .upcoming-orbit::after { content: ""; position: absolute; inset: .35rem; border: 1px solid rgba(182,154,93,.58); border-radius: 50%; }
.upcoming-orbit::after { inset: .8rem -.35rem; transform: rotate(-50deg); }
.upcoming-status { margin: -1rem 0 2.5rem; color: var(--gold); font-size: .62rem; font-weight: 500; letter-spacing: .22em; }
.upcoming h2 { margin: 0; font-family: "Cormorant Garamond", serif; font-size: clamp(4rem, 8vw, 8rem); font-weight: 400; line-height: .82; letter-spacing: -.045em; }
.upcoming h2 em { color: var(--gold); font-weight: 400; }
.upcoming-copy { max-width: 44rem; margin: 2.6rem auto 0; font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.85; }
.upcoming-paths { width: min(100%, 66rem); display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; margin-top: clamp(4rem, 7vw, 6rem); padding-block: 2.3rem; border-top: 1px solid rgba(23,63,54,.16); border-bottom: 1px solid rgba(23,63,54,.16); }
.upcoming-path p { margin: 0 0 .8rem; color: var(--green-soft); font-size: .62rem; font-weight: 500; letter-spacing: .2em; }
.upcoming-path h3 { margin: 0; font-family: "Cormorant Garamond", serif; font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 400; }
.upcoming-path span { display: block; margin-top: .65rem; color: rgba(23,63,54,.72); font-family: "Cormorant Garamond", serif; font-size: 1.08rem; font-style: italic; }
.upcoming-mark { color: var(--gold); font-size: .75rem; }
.upcoming-whisper { margin: 2.2rem 0 0; color: rgba(23,63,54,.65); font-family: "Cormorant Garamond", serif; font-size: 1rem; font-style: italic; }
.testimonials {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 10vw, 10rem) clamp(1.5rem, 8vw, 8rem);
  background: var(--cream);
}
.testimonials::after {
  content: "";
  position: absolute;
  width: 28rem;
  height: 28rem;
  right: -20rem;
  bottom: 8rem;
  border: 1px solid rgba(182,154,93,.3);
  border-radius: 50%;
}
.testimonials-intro { max-width: 72rem; margin: 0 auto clamp(4rem, 8vw, 7rem); text-align: center; }
.testimonials-intro .section-label { margin-bottom: 2rem; }
.testimonials h2 { margin: 0; font-family: "Cormorant Garamond", serif; font-size: clamp(3.7rem, 7vw, 7rem); font-weight: 400; line-height: .84; letter-spacing: -.04em; }
.testimonials h2 em { color: var(--gold); font-weight: 400; }
.testimonials-intro > p:last-child { max-width: 35rem; margin: 2.3rem auto 0; font-size: 1.05rem; line-height: 1.8; }
.testimonial-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1px; max-width: 72rem; margin: 0 auto; background: rgba(23,63,54,.16); border: 1px solid rgba(23,63,54,.16); }
.testimonial { min-height: 23rem; display: flex; flex-direction: column; justify-content: space-between; position: relative; z-index: 1; margin: 0; padding: clamp(2.3rem, 5vw, 4.5rem); background: var(--cream); }
.testimonial-featured { grid-row: span 2; min-height: 46rem; background: var(--cream-deep); }
.testimonial-wide { grid-column: 1 / -1; min-height: 20rem; }
.testimonial blockquote { margin: 0; padding: 0; border: 0; color: var(--green); font-family: "Cormorant Garamond", serif; font-size: clamp(1.9rem, 3.1vw, 3.3rem); font-style: normal; line-height: 1.12; }
.testimonial-featured blockquote { font-size: clamp(2.4rem, 4.3vw, 4.7rem); line-height: 1.02; }
.testimonial-wide blockquote { max-width: 58rem; }
.testimonial blockquote p { margin: 0; }
.testimonial figcaption { display: flex; align-items: center; gap: .8rem; margin-top: 3rem; color: var(--green-soft); font-size: .72rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.testimonial figcaption span { color: var(--gold); }
.testimonial-note { max-width: 72rem; margin: 1.5rem auto 0; color: rgba(23,63,54,.64); font-size: .72rem; letter-spacing: .05em; text-align: right; }
.contact {
  min-height: 92svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 7rem 1.5rem;
  color: #f8f4e9;
  text-align: center;
  background: var(--green);
}
.contact::before, .contact::after {
  content: "";
  position: absolute;
  width: 28rem;
  height: 28rem;
  border: 1px solid rgba(223,201,143,.22);
  border-radius: 50%;
}
.contact::before { left: -18rem; bottom: -15rem; }
.contact::after { right: -19rem; top: -14rem; }
.contact-star { width: 4.5rem; height: 4.5rem; display: grid; place-items: center; position: relative; margin-bottom: 2.2rem; color: #d9c183; }
.contact-star::before { content: ""; position: absolute; inset: 0; border: 1px solid rgba(223,201,143,.55); border-radius: 50%; }
.contact .section-label { color: #d9c183; }
.contact h2 { margin: 0; max-width: 66rem; font-family: "Cormorant Garamond", serif; font-size: clamp(4rem, 8vw, 8rem); font-weight: 400; line-height: .82; letter-spacing: -.045em; }
.contact h2 em { color: #d9c183; font-weight: 400; }
.contact-copy { max-width: 39rem; margin: 2.5rem auto 0; color: rgba(248,244,233,.76); font-size: clamp(1rem, 1.45vw, 1.15rem); line-height: 1.8; }
.contact-actions { display: flex; align-items: center; gap: 1rem; position: relative; z-index: 2; margin-top: 2.8rem; }
.contact-primary, .contact-secondary { min-height: 3.6rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem 1.35rem; font-size: .78rem; letter-spacing: .055em; text-decoration: none; transition: transform .25s, background .25s, color .25s; }
.contact-primary { min-width: 18rem; color: var(--green); background: #d9c183; }
.contact-primary:hover { transform: translateY(-2px); background: #ead9aa; }
.contact-secondary { min-width: 18rem; color: #f8f4e9; border: 1px solid rgba(248,244,233,.35); }
.contact-secondary:hover { transform: translateY(-2px); border-color: #d9c183; }
.contact-secondary span { color: #d9c183; }
.footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2rem clamp(1.4rem, 5vw, 5rem); color: var(--green); background: var(--cream); border-top: 1px solid rgba(23,63,54,.12); }
.footer p { margin: 0; font-family: "Cormorant Garamond", serif; font-size: 1rem; font-style: italic; }
.footer p span { color: var(--gold); }
.footer-brand { color: var(--green); font-size: .72rem; font-weight: 500; letter-spacing: .2em; text-decoration: none; }
.footer-brand span { margin-right: .6rem; color: var(--gold); }
.footer .copyright { justify-self: end; font-family: "DM Sans", sans-serif; font-size: .68rem; font-style: normal; letter-spacing: .06em; }
.cookie-banner {
  position: fixed;
  z-index: 50;
  right: 1rem;
  bottom: 1rem;
  width: min(31rem, calc(100% - 2rem));
  padding: 1.25rem;
  color: var(--green);
  background: rgba(246,242,233,.98);
  border: 1px solid rgba(23,63,54,.18);
  box-shadow: 0 1.2rem 4rem rgba(23,63,54,.16);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; font-size: .86rem; line-height: 1.65; }
.cookie-actions { display: flex; justify-content: flex-end; gap: .7rem; margin-top: 1rem; }
.cookie-actions button { min-height: 2.75rem; padding: .65rem 1rem; border: 1px solid var(--green); font: 500 .72rem/1 "DM Sans", sans-serif; letter-spacing: .04em; cursor: pointer; }
.cookie-reject { color: var(--green); background: transparent; }
.cookie-accept { color: var(--cream); background: var(--green); }

@keyframes glow { 0%,100% { opacity: .55; transform: scale(.92) rotate(0); } 50% { opacity: 1; transform: scale(1.08) rotate(12deg); } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } .halo span { animation: none; } }

@media (max-width: 960px) {
  .about { grid-template-columns: minmax(14rem, .72fr) minmax(20rem, 1.28fr); }
  .about-heading { grid-column: 1; }
  .about-photo { grid-column: 1; }
  .about-story { grid-column: 2; grid-row: 1 / span 2; }
  .service-item { grid-template-columns: .45fr 1fr 1.3fr auto; gap: 1.5rem; }
  .testimonial-featured { min-height: 38rem; }
}

@media (max-width: 720px) {
  .topbar { padding: 1.25rem 1.2rem; }
  .menu { display: flex; align-items: center; gap: .65rem; }
  .menu i { display: block; width: 1.3rem; border-top: 1px solid currentColor; border-bottom: 1px solid currentColor; height: .4rem; }
  nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: center; padding: 1.5rem; background: rgba(246,242,233,.98); border-bottom: 1px solid rgba(23,63,54,.13); }
  nav.open { display: flex; }
  .hero { padding-inline: 1.15rem; }
  .halo { margin-bottom: 1.3rem; }
  .eyebrow { max-width: 18rem; line-height: 1.7; }
  h1 { font-size: clamp(3.65rem, 18vw, 5.2rem); line-height: .84; }
  .intro { max-width: 21rem; margin-top: 2rem; }
  .cta { min-width: min(100%, 19.5rem); }
  .about { min-height: auto; grid-template-columns: 1fr; gap: 2.7rem; padding: 5.5rem 1.35rem 6.5rem; }
  .about-heading, .about-photo, .about-story { grid-column: 1; grid-row: auto; }
  .about h2 { font-size: clamp(4.4rem, 22vw, 6rem); }
  .gold-thread { margin-top: 2.2rem; }
  .about-photo { width: calc(100% - 1rem); margin-bottom: 1rem; }
  .about-photo img { aspect-ratio: 4 / 5; object-position: 50% 18%; }
  .about-story { padding-top: 0; }
  .about-story p { font-size: 1rem; line-height: 1.8; }
  .about-story .lead { font-size: 2.35rem; line-height: 1.02; }
  blockquote { margin-top: 3.5rem; font-size: 2.65rem; }
  .services { padding: 5.5rem 1.35rem 6.5rem; }
  .services-intro { grid-template-columns: 1fr; gap: 2rem; margin-bottom: 4.5rem; }
  .services .section-label { grid-column: 1; }
  .services h2 { font-size: clamp(3.5rem, 17vw, 5rem); line-height: .86; }
  .services-intro > p:last-child { font-size: 1rem; }
  .service-item { grid-template-columns: 1fr auto; gap: 1.3rem 1rem; min-height: 0; padding: 2.5rem .1rem; }
  .service-item:hover { padding-inline: .1rem; background: transparent; }
  .service-word { grid-column: 1; }
  .service-item > div { grid-column: 1; }
  .service-item h3 { font-size: 2.5rem; }
  .service-item > p:nth-child(3) { grid-column: 1 / -1; font-size: .92rem; }
  .service-action { grid-column: 1 / -1; width: 100%; margin-top: .2rem; }
  .upcoming { min-height: auto; padding: 6.5rem 1.35rem 7rem; }
  .upcoming h2 { font-size: clamp(3.7rem, 18vw, 5.3rem); line-height: .85; }
  .upcoming-copy { max-width: 22rem; }
  .upcoming-paths { grid-template-columns: 1fr; gap: 2.3rem; margin-top: 4rem; }
  .upcoming-mark { transform: rotate(90deg); }
  .upcoming-whisper { max-width: 18rem; line-height: 1.5; }
  .testimonials { padding: 5.5rem 1.35rem 6.5rem; }
  .testimonials-intro { margin-bottom: 4rem; text-align: left; }
  .testimonials h2 { font-size: clamp(3.5rem, 17vw, 5rem); line-height: .86; }
  .testimonials-intro > p:last-child { margin-inline: 0; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial, .testimonial-featured, .testimonial-wide { grid-column: 1; grid-row: auto; min-height: 0; padding: 2.5rem 1.5rem; }
  .testimonial blockquote, .testimonial-featured blockquote { font-size: 2.15rem; line-height: 1.08; }
  .testimonial figcaption { margin-top: 2.5rem; }
  .testimonial-note { text-align: left; line-height: 1.5; }
  .contact { min-height: 88svh; padding: 6rem 1.35rem; }
  .contact h2 { font-size: clamp(3.7rem, 18vw, 5.3rem); line-height: .85; }
  .contact-copy { max-width: 22rem; }
  .contact-actions { width: 100%; max-width: 22rem; flex-direction: column; }
  .contact-primary, .contact-secondary { width: 100%; min-width: 0; }
  .footer { grid-template-columns: 1fr; justify-items: center; gap: .8rem; text-align: center; }
  .footer .copyright { justify-self: center; }
  .cookie-banner { right: .7rem; bottom: .7rem; width: calc(100% - 1.4rem); }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
}
