/*
Theme Name: HaGa vastgoedmanagement
Theme URI: https://hagavastgoedmanagement.nl/
Author: HaGa vastgoedmanagement
Description: Een maatwerk WordPress-thema voor HaGa vastgoedmanagement.
Version: 2.1.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: haga-vastgoedmanagement
*/

:root {
  --ink: #102a26;
  --ink-deep: #091e1b;
  --cream: #f6f3eb;
  --paper: #fffdf7;
  --lime: #c7d67a;
  --copper: #d97d47;
  --muted: #66736d;
  --line: rgba(16, 42, 38, 0.16);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino,
    "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: var(--lime);
  color: var(--ink-deep);
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  min-height: 88px;
  padding: 0 3.2vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(9, 30, 27, 0.97);
  color: white;
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 42px;
  height: 48px;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  overflow: hidden;
  border-bottom: 3px solid var(--lime);
  color: var(--lime);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1;
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  bottom: 0;
  width: 18px;
  border: 1px solid currentColor;
  border-bottom: 0;
  content: "";
}

.brand-mark::before {
  left: 2px;
  height: 31px;
  border-radius: 10px 10px 0 0;
}

.brand-mark::after {
  right: 2px;
  height: 40px;
  border-radius: 12px 12px 0 0;
}

.brand-mark span {
  z-index: 1;
  padding-bottom: 6px;
  text-align: center;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-copy strong {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.brand-copy strong span {
  color: var(--lime);
}

.brand-copy small {
  margin-top: 4px;
  opacity: 0.72;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 2.8vw, 44px);
  padding: 0 28px;
}

.desktop-nav a,
.header-portal {
  position: relative;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--lime);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.header-portal:hover,
.header-portal:focus-visible {
  color: white;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-portal {
  margin-right: 24px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  background: var(--lime);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: white;
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 56%) minmax(380px, 44%);
  min-height: calc(100vh - 88px);
  background: var(--ink);
  color: white;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 130px) clamp(40px, 7vw, 118px);
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--lime);
}

.eyebrow span {
  width: 30px;
  height: 1px;
  background: currentColor;
}

.hero h1 {
  max-width: 800px;
  margin: 30px 0 26px;
  font-family: var(--serif);
  font-size: clamp(58px, 7.2vw, 116px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

h1 em,
h2 em {
  color: var(--lime);
  font-weight: 400;
}

.hero-intro {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--serif);
  font-size: clamp(18px, 1.6vw, 25px);
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 58px;
  padding: 0 24px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.button-primary {
  background: var(--lime);
  color: var(--ink);
}

.button-primary:hover,
.button-primary:focus-visible,
.button-accent:hover,
.button-accent:focus-visible {
  background: white;
  transform: translateY(-2px);
}

.text-link {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 700;
  transition:
    border-color 180ms ease,
    color 180ms ease;
}

.text-link:hover,
.text-link:focus-visible {
  border-color: var(--lime);
  color: white;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: clamp(58px, 7vw, 100px) 0 0;
  padding: 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-stats div {
  display: flex;
  flex-direction: column;
}

.hero-stats dt {
  order: 2;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-stats dd {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.2;
}

.hero-visual {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: #ceb597;
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
  filter: saturate(0.72) contrast(1.02);
  transform: scale(1.002);
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 23, 19, 0.06), rgba(8, 23, 19, 0.38)),
    linear-gradient(
      90deg,
      rgba(9, 30, 27, 0.16),
      transparent 28%,
      transparent
    );
  content: "";
  pointer-events: none;
}

.hero-price-card {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 3.5vw, 54px);
  bottom: clamp(58px, 7vw, 98px);
  width: min(310px, calc(100% - 36px));
  padding: 24px 26px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 24px 60px rgba(7, 24, 21, 0.2);
}

.hero-price-card > p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-price-card div {
  display: flex;
  align-items: baseline;
  gap: 9px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
}

.hero-price-card strong {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.hero-price-card div span {
  max-width: 58px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.35;
}

.hero-price-card a {
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
  font-size: 11px;
  font-weight: 800;
}

.photo-credit {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 14px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 8px;
  letter-spacing: 0.04em;
}

.intro-section,
.about-section,
.faq-section {
  padding: clamp(88px, 10vw, 160px) clamp(28px, 7vw, 118px);
}

.section-kicker {
  display: grid;
  grid-template-columns: 40px auto;
  color: var(--ink);
}

.section-kicker > span {
  color: var(--copper);
}

.section-kicker p {
  margin: 0;
}

.section-kicker.light {
  color: white;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.7fr);
  gap: 8vw;
  align-items: end;
  margin-top: 38px;
}

.section-heading h2,
.process-title h2,
.tenant-copy h2,
.pricing-intro h2,
.faq-heading h2,
.contact-section h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(46px, 5.8vw, 88px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.section-heading h2 em,
.faq-heading h2 em {
  color: var(--copper);
}

.section-heading > p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(60px, 7vw, 100px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-card {
  min-height: 370px;
  padding: 30px clamp(24px, 3vw, 46px) 38px;
  border-right: 1px solid var(--line);
  transition:
    background 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.service-card:last-child {
  border-right: 0;
}

.service-card:hover {
  background: var(--paper);
  transform: translateY(-4px);
}

.service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--copper);
  font-size: 10px;
  font-weight: 800;
}

.service-top i,
.tenant-action i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  font-size: 15px;
  font-style: normal;
}

.service-card h3 {
  margin: clamp(90px, 9vw, 135px) 0 18px;
  font-family: var(--serif);
  font-size: clamp(27px, 2.5vw, 38px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.service-card p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.process-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(450px, 1fr);
  gap: 8vw;
  padding: clamp(88px, 10vw, 160px) clamp(28px, 7vw, 118px);
  background: var(--ink);
  color: white;
}

.process-title h2 {
  margin-top: 40px;
  font-size: clamp(48px, 5vw, 78px);
}

.process-steps {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.process-steps article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 24px;
  padding: 33px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.process-steps article > span {
  color: var(--lime);
  font-size: 10px;
  font-weight: 800;
}

.process-steps h3 {
  margin: -5px 0 10px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
}

.process-steps p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.8;
}

.tenant-section {
  padding: clamp(70px, 9vw, 130px) clamp(28px, 7vw, 118px);
  background:
    linear-gradient(rgba(16, 42, 38, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 42, 38, 0.08) 1px, transparent 1px),
    var(--lime);
  background-size: 48px 48px;
}

.tenant-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 8vw;
  padding: clamp(38px, 6vw, 88px);
  background: var(--paper);
  box-shadow: 0 30px 100px rgba(20, 47, 42, 0.12);
}

.tenant-copy h2 {
  margin-top: 36px;
  font-size: clamp(42px, 4.5vw, 70px);
}

.tenant-copy > p {
  max-width: 580px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.tenant-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid var(--line);
}

.tenant-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.2;
}

.tenant-action span {
  display: flex;
  flex-direction: column;
}

.tenant-action small {
  margin-bottom: 5px;
  color: var(--copper);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tenant-action i {
  flex: 0 0 auto;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.tenant-action:hover i,
.tenant-action:focus-visible i {
  background: var(--lime);
  transform: translate(2px, -2px);
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 10vw;
  background: var(--paper);
}

.quote-mark {
  height: 54px;
  margin: 0 0 20px;
  color: var(--copper);
  font-family: var(--serif);
  font-size: 100px;
  line-height: 1;
}

.about-quote blockquote {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(40px, 4.4vw, 68px);
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.about-quote blockquote em {
  color: var(--copper);
  font-weight: 400;
}

.about-quote > p:not(.quote-mark) {
  max-width: 610px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.signature {
  display: inline-flex;
  flex-direction: column;
  margin-top: 38px;
  transform: rotate(-4deg);
}

.signature span {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 31px;
  font-style: italic;
  line-height: 1;
}

.signature small {
  color: var(--muted);
  font-size: 7px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.testimonials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid var(--line);
}

.testimonials article {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.stars {
  color: var(--copper);
  font-size: 10px;
  letter-spacing: 0.18em;
}

.testimonials article > p {
  margin: 18px 0 25px;
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.55;
}

.testimonials footer {
  display: flex;
  flex-direction: column;
}

.testimonials footer strong {
  font-size: 11px;
}

.testimonials footer span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.8fr);
  gap: 10vw;
  padding: clamp(88px, 10vw, 160px) clamp(28px, 9vw, 150px);
  background: var(--ink-deep);
  color: white;
}

.pricing-intro {
  align-self: center;
}

.pricing-intro h2 {
  margin-top: 40px;
}

.pricing-intro > p {
  max-width: 520px;
  margin: 30px 0 38px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.8;
}

.button-accent {
  background: var(--lime);
  color: var(--ink);
}

.pricing-card {
  padding: clamp(32px, 4vw, 58px);
  background: var(--paper);
  color: var(--ink);
}

.pricing-card > p {
  margin: 0 0 25px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.price > span {
  font-family: var(--serif);
  font-size: 28px;
}

.price strong {
  font-family: var(--serif);
  font-size: clamp(55px, 5.6vw, 84px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1;
}

.price small {
  color: var(--muted);
  font-size: 9px;
  line-height: 1.4;
}

.pricing-card ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 24px;
  margin: 28px 0 25px;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 8px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.pricing-card li span {
  color: var(--copper);
  font-weight: 900;
}

.pricing-note {
  display: block;
  padding-top: 21px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 8px;
  line-height: 1.6;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(480px, 1.25fr);
  gap: 10vw;
}

.faq-heading h2 {
  margin-top: 38px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 45px 1fr 24px;
  gap: 16px;
  align-items: center;
  padding: 27px 0;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 21px;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary > span {
  color: var(--copper);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
}

.faq-list summary i {
  font-family: var(--sans);
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  transition: transform 180ms ease;
}

.faq-list details[open] summary i {
  transform: rotate(45deg);
}

.faq-list details > p {
  max-width: 650px;
  margin: -8px 24px 28px 61px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 12vw, 180px) clamp(28px, 10vw, 170px) 80px;
  background: var(--ink);
  color: white;
}

.contact-section::before {
  position: absolute;
  top: -130px;
  right: -110px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(199, 214, 122, 0.22);
  border-radius: 50%;
  content: "";
}

.contact-section::after {
  position: absolute;
  top: 14px;
  right: 36px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(199, 214, 122, 0.12);
  border-radius: 50%;
  content: "";
}

.contact-label {
  position: relative;
  z-index: 1;
  margin: 0 0 30px;
  color: var(--lime);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-section h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(70px, 10.3vw, 160px);
  line-height: 0.82;
}

.contact-intro {
  max-width: 550px;
  margin: 45px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.6;
}

.contact-actions {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-top: 40px;
}

.contact-phone {
  display: flex;
  flex-direction: column;
  font-family: var(--serif);
  font-size: 24px;
}

.contact-phone small {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-meta {
  display: grid;
  grid-template-columns: 1.2fr 1.5fr 0.8fr 1fr;
  gap: 30px;
  margin-top: clamp(80px, 10vw, 150px);
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-meta div {
  display: flex;
  flex-direction: column;
}

.contact-meta span {
  margin-bottom: 8px;
  color: var(--lime);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-meta p,
.contact-meta a {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.5;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 112px;
  padding: 0 clamp(28px, 7vw, 118px);
  background: var(--ink-deep);
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand .brand-mark {
  width: 34px;
  height: 39px;
  font-size: 14px;
}

.footer-brand .brand-mark::before {
  width: 15px;
  height: 25px;
}

.footer-brand .brand-mark::after {
  width: 15px;
  height: 32px;
}

.footer-brand .brand-copy strong {
  font-size: 21px;
}

.site-footer > p,
.site-footer > div a {
  color: rgba(255, 255, 255, 0.45);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.site-footer > div {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

.site-footer > div a:hover,
.site-footer > div a:focus-visible {
  color: white;
}

:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 4px;
}

@media (max-width: 1120px) {
  .desktop-nav {
    gap: 22px;
  }

  .desktop-nav a {
    font-size: 11px;
  }

  .header-portal {
    display: none;
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .hero-copy {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .hero h1 {
    font-size: clamp(58px, 7.6vw, 86px);
  }

  .process-section,
  .about-section,
  .pricing-section,
  .faq-section {
    gap: 6vw;
  }
}

@media (max-width: 900px) {
  .site-header {
    min-height: 76px;
    padding: 0 24px;
  }

  .desktop-nav {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .header-cta {
    min-height: 42px;
  }

  .brand-mark {
    width: 36px;
    height: 42px;
  }

  .brand-copy strong {
    font-size: 22px;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: 700px;
    padding: 90px 7vw 80px;
  }

  .hero h1 {
    font-size: clamp(62px, 11vw, 92px);
  }

  .hero-visual {
    min-height: 660px;
  }

  .section-heading,
  .process-section,
  .tenant-card,
  .about-section,
  .pricing-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 34px;
  }

  .section-heading > p {
    max-width: 580px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-card:last-child {
    border-bottom: 0;
  }

  .service-card h3 {
    margin-top: 70px;
  }

  .process-section,
  .pricing-section,
  .about-section,
  .faq-section {
    gap: 72px;
  }

  .tenant-card {
    gap: 55px;
  }

  .about-quote blockquote br {
    display: none;
  }

  .pricing-card {
    max-width: 650px;
  }

  .faq-heading h2 br {
    display: none;
  }

  .contact-meta {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .site-footer > p {
    display: none;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 15px;
  }

  .site-header {
    padding: 0 18px;
  }

  .brand-copy small {
    display: none;
  }

  .brand-mark {
    width: 32px;
    height: 38px;
    font-size: 13px;
  }

  .brand-mark::before {
    width: 14px;
    height: 25px;
  }

  .brand-mark::after {
    width: 14px;
    height: 32px;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 15px;
    font-size: 10px;
  }

  .hero-copy {
    min-height: 650px;
    padding: 80px 24px 60px;
  }

  .hero h1 {
    margin-top: 24px;
    font-size: clamp(54px, 16vw, 78px);
  }

  .hero-intro {
    font-size: 18px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-stats {
    grid-template-columns: 1fr 1fr;
    gap: 22px 16px;
  }

  .hero-stats div:last-child {
    display: none;
  }

  .hero-visual {
    min-height: 540px;
  }

  .hero-price-card {
    bottom: 50px;
  }

  .intro-section,
  .about-section,
  .faq-section,
  .process-section,
  .pricing-section {
    padding: 78px 24px;
  }

  .section-heading h2,
  .process-title h2,
  .tenant-copy h2,
  .pricing-intro h2,
  .faq-heading h2 {
    font-size: 47px;
  }

  .section-heading h2 br,
  .process-title h2 br,
  .tenant-copy h2 br,
  .pricing-intro h2 br {
    display: none;
  }

  .service-card {
    padding: 26px 12px 32px;
  }

  .service-card h3 {
    margin-top: 50px;
  }

  .process-section {
    gap: 56px;
  }

  .process-steps article {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }

  .tenant-section {
    padding: 42px 14px;
  }

  .tenant-card {
    padding: 38px 24px;
  }

  .tenant-action {
    font-size: 19px;
  }

  .about-section,
  .pricing-section,
  .faq-section {
    gap: 56px;
  }

  .about-quote blockquote {
    font-size: 40px;
  }

  .pricing-card {
    padding: 32px 24px;
  }

  .pricing-card ul {
    grid-template-columns: 1fr;
  }

  .price strong {
    font-size: 58px;
  }

  .faq-list summary {
    grid-template-columns: 31px 1fr 20px;
    gap: 10px;
    font-size: 18px;
  }

  .faq-list details > p {
    margin-left: 41px;
  }

  .contact-section {
    padding: 85px 24px 60px;
  }

  .contact-section h2 {
    font-size: clamp(66px, 21vw, 94px);
  }

  .contact-intro {
    font-size: 18px;
  }

  .contact-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
  }

  .contact-meta {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }

  .site-footer > div {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.wp-content-shell {
  width: min(900px, calc(100% - 48px));
  min-height: 60vh;
  margin: 0 auto;
  padding: clamp(80px, 10vw, 140px) 0;
}

.wp-content-shell h1 {
  margin: 0 0 38px;
  font-family: var(--serif);
  font-size: clamp(48px, 7vw, 82px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1;
}

.wp-content-shell h2,
.wp-content-shell h3 {
  margin: 2em 0 0.6em;
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.15;
}

.wp-content-shell h2 {
  font-size: clamp(32px, 4vw, 48px);
}

.wp-content-shell h3 {
  font-size: clamp(24px, 3vw, 34px);
}

.wp-content-shell p,
.wp-content-shell li {
  color: var(--muted);
}

.wp-content-shell a:not(.button) {
  color: var(--copper);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.wp-content-shell img {
  margin: 30px 0;
}

/* HaGa 1.1 — refined boutique direction */
:root {
  --ink: #132420;
  --ink-deep: #081713;
  --cream: #f1eee7;
  --paper: #fbfaf6;
  --lime: #d4b76e;
  --copper: #aa7d3f;
  --muted: #66706b;
  --line: rgba(19, 36, 32, 0.14);
}

body {
  background: var(--cream);
  font-feature-settings: "kern" 1, "liga" 1;
}

.site-header {
  grid-template-columns: auto 1fr auto auto auto;
  min-height: 82px;
  border-bottom-color: rgba(212, 183, 110, 0.2);
  background: rgba(8, 23, 19, 0.94);
  box-shadow: 0 10px 34px rgba(3, 13, 11, 0.14);
}

.brand-mark {
  border-bottom-width: 1px;
  color: var(--lime);
}

.brand-copy strong {
  letter-spacing: -0.055em;
}

.desktop-nav a,
.header-portal {
  font-size: 11px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-right: 22px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.language-switch a {
  transition: color 180ms ease;
}

.language-switch a:hover,
.language-switch a:focus-visible,
.language-switch a[aria-current="page"] {
  color: var(--lime);
}

.header-cta,
.button {
  border: 1px solid transparent;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.header-cta {
  min-height: 43px;
  padding: 0 22px;
}

.hero {
  min-height: calc(100vh - 82px);
  background:
    radial-gradient(circle at 20% 20%, rgba(212, 183, 110, 0.08), transparent 32%),
    var(--ink-deep);
}

.hero-copy {
  padding-top: clamp(84px, 9vw, 138px);
  padding-bottom: clamp(80px, 8vw, 120px);
}

.hero h1 {
  margin-top: 34px;
  font-size: clamp(58px, 6.8vw, 108px);
  letter-spacing: -0.075em;
}

.hero-intro {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.68);
}

.hero-visual {
  border-left: 1px solid rgba(212, 183, 110, 0.28);
  background: #a8977f;
}

.hero-photo {
  filter: saturate(0.56) contrast(1.05);
}

.hero-price-card {
  border: 1px solid rgba(170, 125, 63, 0.24);
  background: rgba(251, 250, 246, 0.96);
  box-shadow: 0 30px 80px rgba(3, 13, 11, 0.28);
  backdrop-filter: blur(16px);
}

.hero-price-card strong {
  letter-spacing: -0.045em;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 72px;
  padding: 0 clamp(28px, 7vw, 118px);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.trust-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-align: center;
  text-transform: uppercase;
}

.trust-strip span:first-child {
  border-left: 1px solid var(--line);
}

.intro-section {
  background:
    radial-gradient(circle at 94% 5%, rgba(212, 183, 110, 0.1), transparent 25%),
    var(--cream);
}

.service-grid {
  gap: 18px;
  border: 0;
}

.service-card {
  border: 1px solid var(--line);
  background: rgba(251, 250, 246, 0.58);
}

.service-card:last-child {
  border-right: 1px solid var(--line);
}

.service-card:hover {
  border-color: rgba(170, 125, 63, 0.35);
  background: var(--paper);
  box-shadow: 0 24px 60px rgba(19, 36, 32, 0.08);
}

.process-section,
.pricing-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(212, 183, 110, 0.08), transparent 30%),
    var(--ink-deep);
}

.tenant-section {
  background: #d8d0c1;
}

.tenant-card {
  border: 1px solid rgba(170, 125, 63, 0.2);
  box-shadow: 0 35px 100px rgba(19, 36, 32, 0.15);
}

.about-section {
  background: var(--paper);
}

.testimonials article > p {
  font-size: 21px;
}

.pricing-card {
  border-top: 4px solid var(--lime);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.22);
}

.price strong {
  letter-spacing: -0.075em;
}

.faq-list details {
  transition: background 180ms ease, padding 180ms ease;
}

.faq-list details:hover,
.faq-list details[open] {
  background: rgba(251, 250, 246, 0.65);
}

.contact-section {
  background:
    radial-gradient(circle at 88% 15%, rgba(212, 183, 110, 0.1), transparent 28%),
    var(--ink);
}

.contact-section::before,
.contact-section::after {
  border-color: rgba(212, 183, 110, 0.2);
}

.contact-meta a {
  transition: color 180ms ease;
}

.contact-meta a:hover,
.contact-meta a:focus-visible {
  color: white;
}

.site-footer {
  background: var(--ink-deep);
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto 1fr auto auto;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
    gap: 16px;
  }

  .language-switch {
    margin-right: 0;
  }

  .hero-visual {
    border-top: 1px solid rgba(212, 183, 110, 0.28);
    border-left: 0;
  }

  .service-grid {
    gap: 12px;
  }

  .service-card,
  .service-card:last-child {
    border: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  .site-header {
    gap: 10px;
  }

  .language-switch {
    gap: 4px;
    font-size: 9px;
  }

  .header-cta {
    padding: 0 12px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    padding: 0 24px;
  }

  .trust-strip span,
  .trust-strip span:first-child {
    min-height: 54px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .trust-strip span:last-child {
    border-bottom: 0;
  }
}

/* HaGa 1.2 — premium service panel */
.service-grid {
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(212, 183, 110, 0.26);
  background: var(--ink-deep);
  box-shadow: 0 34px 90px rgba(8, 23, 19, 0.16);
}

.service-card,
.service-card:last-child {
  position: relative;
  display: flex;
  min-height: 380px;
  flex-direction: column;
  padding: 34px clamp(30px, 3vw, 48px) 42px;
  overflow: hidden;
  border: 0;
  border-right: 1px solid rgba(212, 183, 110, 0.18);
  background:
    radial-gradient(circle at 100% 0, rgba(212, 183, 110, 0.09), transparent 35%),
    linear-gradient(145deg, #132a25, #0a1b17);
  color: white;
}

.service-card:last-child {
  border-right: 0;
}

.service-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--lime), transparent);
  content: "";
  opacity: 0.5;
  transition: opacity 220ms ease;
}

.service-top {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  color: var(--lime);
}

.service-top > span {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1;
}

.service-top i,
.service-card .service-top i {
  width: 42px;
  height: 42px;
  border-color: rgba(212, 183, 110, 0.38);
  color: var(--lime);
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.service-card h3 {
  margin: 48px 0 16px;
  color: white;
  font-size: clamp(31px, 2.4vw, 42px);
  line-height: 1.05;
}

.service-card p {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.75;
}

.service-card:hover {
  background:
    radial-gradient(circle at 100% 0, rgba(212, 183, 110, 0.16), transparent 38%),
    linear-gradient(145deg, #18342e, #0b201b);
  color: white;
  box-shadow: inset 0 0 0 1px rgba(212, 183, 110, 0.08);
  transform: none;
}

.service-card:hover::before {
  opacity: 1;
}

.service-card:hover .service-top i,
.service-card:focus-within .service-top i {
  background: var(--lime);
  color: var(--ink-deep);
  transform: translate(2px, -2px);
}

@media (max-width: 900px) {
  .service-grid {
    gap: 0;
  }

  .service-card,
  .service-card:last-child {
    min-height: 330px;
    border: 0;
    border-bottom: 1px solid rgba(212, 183, 110, 0.18);
  }

  .service-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  .service-card,
  .service-card:last-child {
    min-height: 310px;
    padding: 28px 26px 34px;
  }

  .service-top > span {
    font-size: 38px;
  }

  .service-card h3 {
    margin-top: 38px;
  }
}

/* HaGa 1.5 — calm, readable privacy and legal pages */
.legal-page-shell {
  min-height: 65vh;
  background: var(--cream);
}

.legal-hero {
  position: relative;
  display: flex;
  min-height: clamp(390px, 48vw, 560px);
  align-items: flex-end;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(212, 183, 110, 0.19), transparent 29%),
    radial-gradient(circle at 8% 92%, rgba(212, 183, 110, 0.08), transparent 34%),
    var(--ink-deep);
  color: white;
}

.legal-hero::after {
  position: absolute;
  top: clamp(56px, 7vw, 105px);
  right: clamp(28px, 8vw, 120px);
  width: clamp(150px, 23vw, 330px);
  height: clamp(150px, 23vw, 330px);
  border: 1px solid rgba(212, 183, 110, 0.17);
  border-radius: 50%;
  content: "";
}

.legal-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 96px));
  margin: 0 auto;
  padding: clamp(80px, 10vw, 132px) 0 clamp(64px, 8vw, 98px);
}

.legal-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 28px;
  color: var(--lime);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.legal-kicker span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(212, 183, 110, 0.38);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 0;
}

.legal-hero h1 {
  max-width: 900px;
  margin: 0;
  color: white;
  font-family: var(--serif);
  font-size: clamp(56px, 8.5vw, 112px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.legal-intro {
  max-width: 600px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--serif);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.legal-layout {
  display: grid;
  width: min(1180px, calc(100% - 96px));
  grid-template-columns: minmax(220px, 290px) minmax(0, 1fr);
  gap: clamp(54px, 8vw, 112px);
  align-items: start;
  margin: 0 auto;
  padding: clamp(72px, 9vw, 128px) 0 clamp(90px, 11vw, 150px);
}

.legal-aside {
  position: sticky;
  top: 118px;
  padding: 28px 0 0;
  border-top: 1px solid var(--copper);
}

.legal-aside div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.legal-aside span {
  color: var(--copper);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-aside strong {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

.legal-aside p {
  margin: 30px 0 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.legal-aside .legal-contact {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.legal-aside .legal-contact:hover,
.legal-aside .legal-contact:focus-visible {
  background: var(--ink);
  color: white;
}

.legal-aside .legal-contact span {
  color: inherit;
  font-size: 16px;
  letter-spacing: 0;
}

.legal-article {
  min-width: 0;
  padding: clamp(36px, 5vw, 72px);
  border: 1px solid rgba(19, 36, 32, 0.1);
  background: var(--paper);
  box-shadow: 0 32px 90px rgba(8, 23, 19, 0.08);
}

.legal-content {
  max-width: 730px;
}

.legal-content > :first-child {
  margin-top: 0;
}

.legal-content > :last-child {
  margin-bottom: 0;
}

.legal-content h1,
.legal-content h2,
.legal-content h3,
.legal-content h4 {
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.legal-content h1,
.legal-content h2 {
  margin: 2.05em 0 0.65em;
  font-size: clamp(30px, 4vw, 46px);
}

.legal-content h3 {
  margin: 1.9em 0 0.55em;
  font-size: clamp(24px, 3vw, 31px);
}

.legal-content h4 {
  margin: 1.7em 0 0.45em;
  font-size: 21px;
}

.legal-content p,
.legal-content li {
  color: #53615b;
  font-size: 16px;
  line-height: 1.85;
}

.legal-content p {
  margin: 0 0 1.35em;
}

.legal-content ul,
.legal-content ol {
  margin: 0 0 1.5em;
  padding-left: 1.35em;
}

.legal-content li {
  margin: 0.45em 0;
  padding-left: 0.3em;
}

.legal-content a {
  color: var(--copper);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.legal-content a:hover,
.legal-content a:focus-visible {
  color: var(--ink);
}

.legal-content hr {
  height: 1px;
  margin: 44px 0;
  border: 0;
  background: var(--line);
}

.legal-content blockquote {
  margin: 34px 0;
  padding: 5px 0 5px 26px;
  border-left: 2px solid var(--lime);
}

.legal-content blockquote p {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 21px;
}

.legal-content table {
  display: block;
  width: 100%;
  margin: 32px 0;
  overflow-x: auto;
  border-collapse: collapse;
}

.legal-content th,
.legal-content td {
  min-width: 160px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.legal-content th {
  background: rgba(212, 183, 110, 0.12);
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0.05em;
}

.legal-content .wp-block-button__link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 20px;
  border-radius: 0;
  background: var(--ink);
  color: white;
  font-size: 12px;
  text-decoration: none;
}

/*
 * Older versions of this page were built with Divi. Those saved modules can
 * contain light inline text colours that become unreadable on the new paper
 * background. Keep the page content, but neutralise the legacy presentation.
 */
.legal-content .et_pb_section,
.legal-content .et_pb_row,
.legal-content .et_pb_column,
.legal-content .et_pb_module,
.legal-content .et_pb_text_inner {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  background: transparent !important;
}

.legal-article .legal-content p,
.legal-article .legal-content li,
.legal-article .legal-content p span,
.legal-article .legal-content li span,
.legal-article .legal-content .et_pb_text_inner {
  color: #43534c !important;
}

.legal-article .legal-content h1,
.legal-article .legal-content h2,
.legal-article .legal-content h3,
.legal-article .legal-content h4,
.legal-article .legal-content h1 span,
.legal-article .legal-content h2 span,
.legal-article .legal-content h3 span,
.legal-article .legal-content h4 span {
  color: var(--ink) !important;
}

.legal-article .legal-content a,
.legal-article .legal-content a span {
  color: var(--copper) !important;
}

.legal-content > p:first-child,
.legal-content .et_pb_text_inner > p:first-child {
  color: var(--ink) !important;
  font-family: var(--serif);
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.65;
}

@media (max-width: 900px) {
  .legal-hero-inner,
  .legal-layout {
    width: min(100% - 56px, 760px);
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .legal-aside {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 36px;
  }

  .legal-aside p {
    margin: 0;
  }

  .legal-aside .legal-contact {
    grid-column: 1 / -1;
    max-width: 280px;
  }
}

@media (max-width: 620px) {
  .legal-hero {
    min-height: 410px;
  }

  .legal-hero-inner,
  .legal-layout {
    width: calc(100% - 40px);
  }

  .legal-hero-inner {
    padding-top: 72px;
    padding-bottom: 58px;
  }

  .legal-hero h1 {
    font-size: clamp(50px, 16vw, 76px);
  }

  .legal-intro {
    margin-top: 24px;
    font-size: 18px;
  }

  .legal-layout {
    gap: 34px;
    padding: 56px 0 82px;
  }

  .legal-aside {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .legal-aside .legal-contact {
    grid-column: auto;
  }

  .legal-article {
    padding: 32px 24px 38px;
  }

  .legal-content p,
  .legal-content li {
    font-size: 15px;
    line-height: 1.78;
  }
}

/* HaGa 2.0 — search-focused service pages */
.service-page-shell {
  background: var(--cream);
}

.service-page-hero {
  position: relative;
  display: flex;
  min-height: clamp(600px, 76vh, 820px);
  align-items: flex-end;
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 16%, rgba(212, 183, 110, 0.19), transparent 29%),
    radial-gradient(circle at 12% 92%, rgba(212, 183, 110, 0.08), transparent 32%),
    linear-gradient(145deg, #132a25, var(--ink-deep));
  color: white;
}

.service-page-hero::before,
.service-page-hero::after {
  position: absolute;
  border: 1px solid rgba(212, 183, 110, 0.15);
  border-radius: 50%;
  content: "";
}

.service-page-hero::before {
  top: 80px;
  right: 8vw;
  width: clamp(220px, 32vw, 500px);
  height: clamp(220px, 32vw, 500px);
}

.service-page-hero::after {
  top: 150px;
  right: 13vw;
  width: clamp(110px, 17vw, 270px);
  height: clamp(110px, 17vw, 270px);
}

.service-page-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 96px));
  margin: 0 auto;
  padding: 62px 0 clamp(72px, 9vw, 118px);
}

.service-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: clamp(70px, 9vw, 120px);
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-breadcrumbs a {
  color: var(--lime);
}

.service-breadcrumbs a:hover,
.service-breadcrumbs a:focus-visible {
  color: white;
}

.service-page-kicker {
  margin: 0 0 24px;
  color: var(--lime);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.service-page-hero h1 {
  max-width: 960px;
  margin: 0;
  color: white;
  font-family: var(--serif);
  font-size: clamp(62px, 9.4vw, 132px);
  font-weight: 400;
  letter-spacing: -0.068em;
  line-height: 0.88;
}

.service-page-hero h1 em {
  color: var(--lime);
  font-weight: 400;
}

.service-page-intro {
  max-width: 680px;
  margin: 38px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--serif);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.55;
}

.service-page-actions {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 42px;
}

.service-page-text-link {
  color: white;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.service-page-text-link span {
  margin-left: 7px;
  color: var(--lime);
}

.service-page-overview,
.service-page-process,
.service-page-faq {
  width: min(1180px, calc(100% - 96px));
  margin: 0 auto;
  padding: clamp(92px, 11vw, 160px) 0;
}

.service-page-heading {
  display: grid;
  grid-template-columns: minmax(190px, 0.7fr) minmax(360px, 1.35fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: start;
}

.service-page-heading .section-kicker {
  color: var(--copper);
}

.service-page-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(46px, 6vw, 78px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.service-page-heading > p:last-child {
  grid-column: 2;
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.service-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(65px, 8vw, 105px);
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 30px 90px rgba(8, 23, 19, 0.07);
}

.service-benefit-grid article {
  min-height: 300px;
  padding: 34px clamp(26px, 3vw, 42px) 40px;
  border-right: 1px solid var(--line);
  scroll-margin-top: 110px;
}

.service-benefit-grid article:last-child {
  border-right: 0;
}

.service-benefit-grid article > span {
  color: var(--copper);
  font-family: var(--serif);
  font-size: 20px;
}

.service-benefit-grid h3 {
  margin: 82px 0 16px;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.service-benefit-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.service-page-included {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(55px, 9vw, 140px);
  padding: clamp(88px, 10vw, 145px) max(48px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 90% 10%, rgba(212, 183, 110, 0.1), transparent 28%),
    var(--ink);
  color: white;
}

.service-page-included .section-kicker {
  color: var(--lime);
}

.service-page-included h2 {
  margin: 32px 0 0;
  font-family: var(--serif);
  font-size: clamp(44px, 5.3vw, 70px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1;
}

.service-page-included ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.service-page-included li {
  display: grid;
  min-height: 78px;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.5;
}

.service-page-included li span {
  color: var(--lime);
}

.service-page-process {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(50px, 8vw, 120px);
}

.service-page-process .service-page-heading {
  display: block;
}

.service-page-process .service-page-heading h2 {
  margin-top: 34px;
}

.service-process-steps {
  border-top: 1px solid var(--line);
}

.service-process-steps article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 24px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.service-process-steps article > span {
  color: var(--copper);
  font-family: var(--serif);
  font-size: 19px;
}

.service-process-steps h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.service-process-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.service-page-faq {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(55px, 9vw, 135px);
  border-top: 1px solid var(--line);
}

.service-page-faq .service-page-heading {
  display: block;
}

.service-page-faq .service-page-heading h2 {
  margin-top: 34px;
}

.service-page-faq .faq-list {
  border-top: 1px solid var(--line);
}

.related-services {
  display: grid;
  width: min(1180px, calc(100% - 96px));
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(40px, 7vw, 100px);
  align-items: start;
  margin: 0 auto;
  padding: 38px 0 clamp(90px, 11vw, 145px);
  border-top: 1px solid var(--line);
}

.related-services > p {
  margin: 0;
  color: var(--copper);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.related-services > div {
  display: flex;
  flex-direction: column;
}

.related-services a {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-family: var(--serif);
  font-size: clamp(20px, 2.4vw, 30px);
  transition: color 180ms ease;
}

.related-services a:first-child {
  border-top: 1px solid var(--line);
}

.related-services a span {
  color: var(--copper);
}

.related-services a:hover,
.related-services a:focus-visible {
  color: var(--copper);
}

.service-page-contact {
  padding: clamp(85px, 11vw, 160px) max(48px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 88% 15%, rgba(212, 183, 110, 0.12), transparent 28%),
    var(--ink-deep);
  color: white;
}

.service-page-contact > p {
  margin: 0 0 20px;
  color: var(--lime);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-page-contact h2 {
  max-width: 900px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 8vw, 110px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.service-page-contact > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 42px;
  margin-top: 42px;
}

.service-page-phone {
  display: flex;
  flex-direction: column;
  font-family: var(--serif);
  font-size: 24px;
}

.service-page-phone small {
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.button-whatsapp {
  background: #25d366;
  color: #082217;
}

.button-whatsapp:hover,
.button-whatsapp:focus-visible {
  background: #fff;
  transform: translateY(-2px);
}

.whatsapp-fab {
  position: fixed;
  z-index: 90;
  right: clamp(18px, 2.5vw, 36px);
  bottom: clamp(18px, 2.5vw, 36px);
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  gap: 11px;
  padding: 8px 18px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: #25d366;
  color: #082217;
  box-shadow: 0 18px 46px rgba(5, 32, 25, 0.26);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.whatsapp-fab:hover,
.whatsapp-fab:focus-visible {
  background: #fff;
  box-shadow: 0 22px 55px rgba(5, 32, 25, 0.34);
  transform: translateY(-3px);
}

.whatsapp-fab-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(8, 34, 23, 0.18);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 620px) {
  .whatsapp-fab {
    right: 14px;
    bottom: 14px;
    min-height: 54px;
    padding: 6px;
  }

  .whatsapp-fab > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .whatsapp-fab-icon {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 900px) {
  .service-page-hero-inner,
  .service-page-overview,
  .service-page-process,
  .service-page-faq,
  .related-services {
    width: min(100% - 56px, 760px);
  }

  .service-page-heading,
  .service-page-process,
  .service-page-faq,
  .related-services {
    grid-template-columns: 1fr;
  }

  .service-page-heading > p:last-child {
    grid-column: auto;
  }

  .service-benefit-grid {
    grid-template-columns: 1fr;
  }

  .service-benefit-grid article {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-benefit-grid article:last-child {
    border-bottom: 0;
  }

  .service-benefit-grid h3 {
    margin-top: 60px;
  }

  .service-page-included {
    grid-template-columns: 1fr;
    padding-right: 28px;
    padding-left: 28px;
  }

  .service-page-included > div,
  .service-page-included > ul {
    width: min(100%, 760px);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 620px) {
  .service-page-hero {
    min-height: 650px;
  }

  .service-page-hero-inner,
  .service-page-overview,
  .service-page-process,
  .service-page-faq,
  .related-services {
    width: calc(100% - 40px);
  }

  .service-breadcrumbs {
    margin-bottom: 72px;
  }

  .service-page-hero h1 {
    font-size: clamp(52px, 15vw, 74px);
  }

  .service-page-actions,
  .service-page-contact > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-page-overview,
  .service-page-process,
  .service-page-faq {
    padding: 78px 0;
  }

  .service-page-heading h2,
  .service-page-included h2 {
    font-size: 44px;
  }

  .service-page-included ul {
    grid-template-columns: 1fr;
  }

  .service-page-included li {
    min-height: 70px;
  }

  .service-page-faq {
    gap: 50px;
  }

  .related-services {
    gap: 28px;
    padding-bottom: 80px;
  }

  .service-page-contact {
    padding-right: 24px;
    padding-left: 24px;
  }
}
