@font-face {
  font-family: "Cinzel Porscha";
  src: url("fonts/Cinzel-VariableFont_wght.ttf") format("truetype");
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Porscha";
  src: url("fonts/Playfair-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Porscha";
  src: url("fonts/Playfair-SemiBold.ttf") format("truetype");
  font-weight: 650;
  font-display: swap;
}

:root {
  --blue-950: #07182d;
  --blue-900: #023b7e;
  --blue-760: #0c5599;
  --blue-620: #2878bd;
  --blue-160: #d9eafa;
  --gold: #b7a16b;
  --paper: #f7f9fb;
  --white: #ffffff;
  --ink: #102033;
  --muted: #5d6e80;
  --line: rgba(2, 59, 126, .16);
  --shadow: 0 26px 80px rgba(6, 26, 50, .13);
  --shadow-strong: 0 34px 100px rgba(6, 26, 50, .2);
  --max: 1180px;
  --pad: clamp(20px, 5vw, 56px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 0;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f8fc 48%, #ffffff 100%);
  font-family: "Playfair Porscha", Georgia, serif;
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(2, 59, 126, .045) 1px, transparent 1px),
    linear-gradient(rgba(2, 59, 126, .045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(#000 0%, transparent 86%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 18%, rgba(40, 120, 189, .16), transparent 28rem),
    radial-gradient(circle at 90% 14%, rgba(183, 161, 107, .16), transparent 24rem),
    linear-gradient(115deg, rgba(255,255,255,.88), transparent 54%);
}

a { color: inherit; }
img { max-width: 100%; height: auto; }

@keyframes soft-drift {
  0% { transform: translate3d(-1.5%, -1%, 0) scale(1.02); }
  50% { transform: translate3d(1.5%, 1%, 0) scale(1.05); }
  100% { transform: translate3d(-1.5%, -1%, 0) scale(1.02); }
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.skip-link:focus {
  width: auto;
  height: auto;
  left: 1rem;
  top: 1rem;
  z-index: 50;
  clip: auto;
  padding: .7rem 1rem;
  background: var(--white);
  border: 2px solid var(--blue-900);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  padding: 16px var(--pad);
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(2, 59, 126, .13);
  backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; min-width: 0; }
.brand img { width: min(270px, 58vw); display: block; }
.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(.8rem, 1.45vw, 1.35rem);
}
.main-nav a {
  position: relative;
  font-family: "Cinzel Porscha", Georgia, serif;
  font-size: .76rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--blue-950);
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.45rem;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--gold);
  transition: transform .22s ease;
}
.main-nav a:hover,
.main-nav a[aria-current="page"] { color: var(--blue-760); }
.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-whatsapp {
  display: none;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 42px;
  padding: .6rem .8rem;
  border-radius: 999px;
  color: #fff;
  background: #1f9f58;
  font-family: "Cinzel Porscha", Georgia, serif;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(31, 159, 88, .25);
}
.header-whatsapp img { width: 20px; height: 20px; }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 7px;
}
.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--blue-900);
}

.section {
  position: relative;
  width: min(calc(100% - 2 * var(--pad)), var(--max));
  margin: 0 auto;
  padding: clamp(68px, 9vw, 118px) 0;
}

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 11% -10% auto auto;
  width: min(42vw, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(2, 59, 126, .13);
  border-radius: 50%;
  opacity: .85;
}

.hero-content h1,
.subpage-hero h1,
.legal-page h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--blue-900);
  font-family: "Cinzel Porscha", Georgia, serif;
  font-size: clamp(3rem, 6.6vw, 6.3rem);
  font-weight: 650;
  line-height: .92;
}

.lead {
  max-width: 64ch;
  margin: 1.6rem 0 0;
  color: #33475d;
  font-size: clamp(1.1rem, 1.5vw, 1.32rem);
}

.eyebrow {
  margin: 0 0 .85rem;
  color: var(--blue-760);
  font-family: "Cinzel Porscha", Georgia, serif;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 2rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 1rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 7px;
  font-family: "Cinzel Porscha", Georgia, serif;
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  min-width: 0;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(6, 26, 50, .16);
}
.button--primary { color: var(--white); background: linear-gradient(135deg, var(--blue-900), var(--blue-760)); }
.button--ghost { color: var(--blue-900); background: rgba(255,255,255,.9); border-color: var(--line); }
.button--light { color: var(--blue-900); background: var(--white); }

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: clamp(26px, 4vw, 44px) 0 0;
}
.hero-facts div {
  min-height: 92px;
  padding: 15px;
  border: 1px solid rgba(2, 59, 126, .14);
  border-radius: 8px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 34px rgba(6, 26, 50, .06);
}
.hero-facts dt {
  color: var(--blue-620);
  font-family: "Cinzel Porscha", Georgia, serif;
  font-size: .68rem;
  font-weight: 850;
  text-transform: uppercase;
}
.hero-facts dd {
  margin: .35rem 0 0;
  color: var(--blue-950);
  font-weight: 650;
  line-height: 1.28;
}

.hero-visual {
  position: relative;
  min-height: 540px;
}
.hero-photo {
  position: absolute;
  inset: 0 8% 12% 0;
  z-index: 1;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-strong);
}
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,24,45,.02), rgba(7,24,45,.22));
}
.hero-photo figcaption,
.image-feature__media span,
.contact-intro__image span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  padding: .24rem .42rem;
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  background: rgba(7, 24, 45, .38);
  font-size: .62rem;
  line-height: 1;
  backdrop-filter: blur(8px);
}
.hero-photo figcaption {
  left: 12px;
  right: auto;
  top: 12px;
  bottom: auto;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}
.hero-card {
  position: absolute;
  border-radius: 8px;
  box-shadow: var(--shadow-strong);
}
.hero-card--front {
  inset: auto 0 0 38%;
  z-index: 3;
  min-height: 240px;
  display: grid;
  place-items: center;
  padding: clamp(34px, 5vw, 56px);
  background: var(--white);
  overflow: hidden;
}
.hero-card--front::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(2, 59, 126, .16);
  border-radius: 7px;
}
.hero-card--front::after {
  content: "";
  position: absolute;
  width: 74%;
  height: 42%;
  right: -18%;
  top: 14%;
  transform: rotate(-19deg);
  border-radius: 999px;
  background: rgba(2, 59, 126, .08);
}
.hero-card--front img {
  position: relative;
  z-index: 1;
  width: min(82%, 260px);
}
.hero-card--back {
  inset: 10% 0 0 14%;
  z-index: 0;
  border: 1px solid rgba(2, 59, 126, .18);
  background:
    linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px),
    linear-gradient(150deg, rgba(2, 59, 126, .94), rgba(40, 120, 189, .82));
  background-size: 42px 42px, 42px 42px, auto;
}

.image-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(280px, .74fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
}
.image-feature--reverse {
  grid-template-columns: minmax(280px, .74fr) minmax(0, 1.06fr);
}
.image-feature--reverse .image-feature__media { order: 2; }
.image-feature__media {
  position: relative;
  min-height: clamp(280px, 42vw, 460px);
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-strong);
}
.image-feature__media::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 6px;
  pointer-events: none;
}
.image-feature__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.image-feature__copy {
  padding: clamp(18px, 3vw, 34px);
  border-left: 2px solid var(--gold);
}
.image-feature__copy p:not(.eyebrow) { color: var(--muted); }

.contact-intro {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(300px, .78fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  padding-top: 0;
}
.contact-intro__image {
  position: relative;
  min-height: clamp(240px, 34vw, 380px);
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-strong);
}
.contact-intro__image::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 6px;
  pointer-events: none;
}
.contact-intro__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contact-intro__copy {
  padding: clamp(18px, 3vw, 34px);
  border-left: 2px solid var(--gold);
}
.contact-intro__copy p:not(.eyebrow) { color: var(--muted); }

.section--split,
.seo-section {
  display: grid;
  grid-template-columns: .78fr 1fr;
  gap: clamp(24px, 5vw, 70px);
  border-top: 1px solid var(--line);
}

h2 {
  margin: 0;
  color: var(--blue-950);
  font-family: "Cinzel Porscha", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.05;
}

.text-flow p { margin: 0 0 1.1rem; color: var(--muted); }
.section-head { max-width: 780px; margin-bottom: 2rem; }
.section-head p:not(.eyebrow) { color: var(--muted); }

.service-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.service-grid article,
.faq-grid article {
  min-height: 260px;
  padding: 26px;
  background: rgba(255,255,255,.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(6, 26, 50, .07);
  backdrop-filter: blur(10px);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-grid article:hover,
.faq-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(183, 161, 107, .45);
  box-shadow: 0 22px 56px rgba(6, 26, 50, .12);
}
.service-grid span {
  color: var(--gold);
  font-family: "Cinzel Porscha", Georgia, serif;
  font-weight: 850;
}
.service-grid h3,
.faq-grid h3 {
  margin: 2rem 0 .75rem;
  color: var(--blue-900);
  font-family: "Cinzel Porscha", Georgia, serif;
  font-size: 1.22rem;
  line-height: 1.18;
}
.service-grid p,
.faq-grid p { margin: 0; color: var(--muted); }
.faq-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.faq-grid article { min-height: 210px; }

.process-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  padding-inline: max(var(--pad), calc((100vw - var(--max)) / 2));
  background: linear-gradient(135deg, rgba(7, 24, 45, .98), rgba(2, 59, 126, .95));
  color: var(--white);
}
.process-section::before {
  content: "";
  position: absolute;
  inset: -18%;
  background:
    radial-gradient(circle at 24% 32%, rgba(40, 120, 189, .34), transparent 26rem),
    radial-gradient(circle at 78% 24%, rgba(183, 161, 107, .16), transparent 22rem),
    linear-gradient(120deg, transparent 18%, rgba(255,255,255,.08) 48%, transparent 76%);
  animation: soft-drift 16s ease-in-out infinite;
  pointer-events: none;
}
.process-section > * { position: relative; z-index: 1; }
.process-section h2,
.process-section .eyebrow { color: var(--white); }
.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}
.process-list li {
  position: relative;
  min-height: 190px;
  padding: 72px 24px 24px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
}
.process-list li::before {
  counter-increment: process;
  content: "0" counter(process);
  position: absolute;
  left: 24px;
  top: 22px;
  color: var(--gold);
  font-family: "Cinzel Porscha", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 850;
}
.process-list strong {
  display: block;
  margin-bottom: .55rem;
  font-family: "Cinzel Porscha", Georgia, serif;
  font-size: 1.12rem;
}
.process-list span { color: rgba(255,255,255,.78); }

.section--blue {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  max-width: none;
  padding-inline: max(var(--pad), calc((100vw - var(--max)) / 2));
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(2, 59, 126, .96), rgba(40, 120, 189, .9)),
    var(--blue-900);
}
.section--blue::before {
  content: "";
  position: absolute;
  inset: -22%;
  background:
    radial-gradient(circle at 18% 55%, rgba(255,255,255,.12), transparent 24rem),
    radial-gradient(circle at 82% 18%, rgba(183, 161, 107, .18), transparent 20rem);
  animation: soft-drift 18s ease-in-out infinite reverse;
  pointer-events: none;
}
.section--blue > * { position: relative; z-index: 1; }
.section--blue h2,
.section--blue .eyebrow { color: var(--white); }
.section--blue p { max-width: 760px; color: rgba(255,255,255,.86); }

.contact-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.contact-strip a {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 96px;
  padding: 22px;
  text-decoration: none;
  background: rgba(255,255,255,.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(6, 26, 50, .05);
}
.contact-strip img { width: 24px; }

.subpage-hero {
  padding-bottom: clamp(28px, 5vw, 54px);
}
.subpage-hero p:not(.eyebrow) { max-width: 760px; color: var(--muted); }

.form-layout {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  gap: 18px;
  padding-top: 0;
}
.contact-panel,
.contact-form {
  padding: clamp(22px, 4vw, 38px);
  background: rgba(255,255,255,.88);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(6, 26, 50, .08);
  backdrop-filter: blur(10px);
}
.contact-panel h2 { font-size: 1.6rem; margin-bottom: 1rem; }
.contact-panel a { display: block; margin-top: .8rem; color: var(--blue-900); }
.whatsapp-link {
  display: inline-flex !important;
  align-items: center;
  gap: .45rem;
  text-decoration: none;
}
.whatsapp-link img { width: 20px; }

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.contact-form label { display: grid; gap: .4rem; color: var(--blue-950); font-weight: 650; }
.required-mark { color: #8d221d; font-weight: 850; }
.field-error {
  margin-top: -.1rem;
  color: #8d221d;
  font-size: .9rem;
  line-height: 1.35;
}
.contact-form .full,
.contact-form button,
.form-message { grid-column: 1 / -1; }
input, select, textarea {
  width: 100%;
  min-height: 48px;
  padding: .75rem .85rem;
  border: 1px solid rgba(16, 32, 51, .2);
  border-radius: 6px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}
.contact-form [aria-invalid="true"] {
  border-color: rgba(141, 34, 29, .55);
}
textarea { resize: vertical; }
.check { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 400 !important; color: var(--muted) !important; }
.check input { width: 18px; min-height: 18px; margin-top: .35rem; }
.check .field-error { grid-column: 2; }
.bot-field { position: absolute; left: -9999px; }
.form-message { margin: 0; padding: .85rem 1rem; border-radius: 6px; }
.form-message--success { background: #e8f5ee; color: #174c2e; }
.form-message--error { background: #fff0f0; color: #7b1e1e; }

.legal-page { max-width: 900px; }
.legal-page h1 {
  max-width: none;
  margin-bottom: 2rem;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.legal-page h2 { margin-top: 2rem; font-size: clamp(1.4rem, 2.4vw, 2rem); }
.legal-page p { color: var(--muted); }

.system-page {
  min-height: calc(100vh - 220px);
  display: grid;
  align-content: center;
}
.system-page h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--blue-900);
  font-family: "Cinzel Porscha", Georgia, serif;
  font-size: clamp(2.6rem, 6vw, 5.5rem);
  line-height: .96;
}
.system-page p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
}
.system-page__mark {
  position: absolute;
  right: 0;
  top: 50%;
  width: min(34vw, 380px);
  transform: translateY(-50%);
  opacity: .08;
  pointer-events: none;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 2rem;
  padding: 48px var(--pad);
  color: rgba(255,255,255,.82);
  background: var(--blue-950);
}
.site-footer img { width: 230px; filter: brightness(0) invert(1); }
.site-footer address { font-style: normal; }
.footer-links { display: grid; gap: .35rem; justify-items: start; }
.footer-links a,
.footer-links button {
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.cookie-banner[hidden] { display: none !important; }
.cookie-banner {
  position: fixed;
  left: var(--pad);
  right: var(--pad);
  bottom: 20px;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 980px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(255,255,255,.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(16px);
}
.cookie-banner h2 { font-size: 1.25rem; margin: 0 0 .35rem; }
.cookie-banner p { margin: 0; color: var(--muted); }
.cookie-option {
  display: flex;
  gap: .6rem;
  align-items: flex-start;
  margin-top: .85rem;
  color: var(--muted);
  font-size: .94rem;
}
.cookie-option input {
  width: 18px;
  min-height: 18px;
  margin-top: .28rem;
}
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .main-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: minmax(0, 1fr) auto auto; }
  .header-whatsapp { display: inline-flex; }
  .nav-toggle { display: block; }
  .main-nav {
    position: absolute;
    left: var(--pad);
    right: var(--pad);
    top: calc(100% + 8px);
    display: grid;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    padding: 16px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    pointer-events: none;
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  }
  .main-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .hero,
  .section--split,
  .seo-section,
  .image-feature,
  .image-feature--reverse,
  .contact-intro,
  .form-layout,
  .site-footer { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 370px; }
  .image-feature--reverse .image-feature__media { order: 0; }
  .service-grid,
  .contact-strip,
  .process-list,
  .faq-grid { grid-template-columns: 1fr 1fr; }
  .section--blue { display: block; }
  .contact-form { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  :root { --pad: 20px; }
  .site-header {
    gap: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .brand img { width: min(230px, 54vw); }
  .header-whatsapp {
    width: 42px;
    height: 42px;
    padding: 0;
  }
  .header-whatsapp span { display: none; }
  .section {
    width: 100%;
    max-width: 100%;
    padding-left: var(--pad);
    padding-right: var(--pad);
  }
  .hero::before { display: none; }
  .hero-content h1,
  .subpage-hero h1,
  .legal-page h1 {
    max-width: 100%;
    font-size: clamp(2rem, 9.2vw, 2.55rem);
    line-height: 1.04;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
  }
  .hero-content,
  .subpage-hero,
  .legal-page,
  .text-flow {
    max-width: calc(100vw - 64px);
    overflow-wrap: break-word;
  }
  .eyebrow {
    font-size: .68rem;
    letter-spacing: .09em;
    line-height: 1.55;
    max-width: 100%;
    overflow-wrap: break-word;
  }
  .lead {
    max-width: calc(100vw - 64px);
    font-size: 1rem;
    overflow-wrap: break-word;
  }
  .button-row,
  .cookie-actions,
  .hero-facts { display: grid; grid-template-columns: 1fr; }
  .button {
    width: 100%;
    min-height: 58px;
    padding-inline: .9rem;
    font-size: .68rem;
    letter-spacing: .02em;
  }
  .hero-visual { min-height: 300px; }
  .hero-photo { inset: 0 0 18% 0; }
  .hero-photo figcaption {
    left: 8px;
    right: auto;
    top: 8px;
    bottom: auto;
    font-size: .58rem;
    opacity: .78;
  }
  .hero-card--front {
    inset: auto 0 0 28%;
    min-height: 150px;
    padding: 26px;
  }
  .hero-card--front img { width: min(84%, 160px); }
  .hero-card--back { inset: 0 12% 12% 0; }
  .image-feature__copy {
    padding-inline: 0;
    border-left: 0;
    border-top: 2px solid var(--gold);
  }
  .contact-intro__copy {
    padding-inline: 0;
    border-left: 0;
    border-top: 2px solid var(--gold);
  }
  .service-grid,
  .contact-strip,
  .process-list,
  .faq-grid { grid-template-columns: 1fr; }
  .service-grid article,
  .faq-grid article { min-height: auto; }
  .cookie-banner {
    left: 12px;
    right: auto;
    width: calc(100vw - 24px);
    display: grid;
    max-height: 58vh;
    overflow: auto;
  }
  .cookie-banner h2 { font-size: 1.05rem; }
  .cookie-banner p,
  .cookie-option { font-size: .94rem; }
  .cookie-option span { overflow-wrap: anywhere; }
}

@media (max-width: 360px) {
  :root { --pad: 16px; }
  body { font-size: 16px; }
  .brand img { width: min(196px, 50vw); }
  .header-whatsapp,
  .nav-toggle {
    width: 40px;
    height: 40px;
    min-height: 40px;
  }
  .site-header { gap: 6px; }
  .hero-content h1,
  .subpage-hero h1,
  .legal-page h1 {
    font-size: clamp(1.82rem, 8.5vw, 2.25rem);
  }
  h2 { font-size: clamp(1.55rem, 8vw, 2.1rem); }
  .hero-visual { min-height: 270px; }
  .hero-card--front {
    inset: auto 0 0 20%;
    min-height: 132px;
    padding: 20px;
  }
  .hero-card--front img { width: min(82%, 122px); }
  .contact-panel,
  .contact-form,
  .service-grid article,
  .faq-grid article {
    padding: 20px;
  }
  .cookie-banner {
    left: 8px;
    width: calc(100vw - 16px);
  }
}

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