:root {
  --forest-950: #111711;
  --forest-900: #192019;
  --forest-850: #202920;
  --forest-800: #2a362b;
  --forest-700: #3e4b3f;
  --sage: #8f998b;
  --ivory: #f1ece4;
  --paper: #f7f3ed;
  --white: #fffefa;
  --taupe: #b9ada1;
  --ink: #192019;
  --muted: #656961;
  --line: rgba(25, 32, 25, .17);
  --container: 1240px;
  --serif: "Italiana", Georgia, "Times New Roman", serif;
  --sans: "DM Sans", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

.container {
  width: min(calc(100% - 72px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--forest-950);
  background: var(--ivory);
  transform: translateY(-150%);
}

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

.site-header {
  position: fixed;
  z-index: 1000;
  inset: 0 0 auto;
  color: var(--ivory);
  border-bottom: 1px solid rgba(241, 236, 228, .15);
  transition: background .3s ease, box-shadow .3s ease;
}

.site-header.is-scrolled {
  background: rgba(17, 23, 17, .94);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .14);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: 260px 1fr 190px;
  align-items: center;
  gap: 30px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: fit-content;
}

.monogram {
  width: 47px;
  height: 47px;
  position: relative;
  display: block;
  flex: 0 0 auto;
  border: 1px solid rgba(241, 236, 228, .42);
  border-radius: 50%;
  font-family: var(--serif);
}

.monogram::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 12px;
  width: 25px;
  height: 1px;
  background: currentColor;
  opacity: .55;
  transform: rotate(-90deg);
}

.monogram i {
  position: absolute;
  font-size: 20px;
  font-style: normal;
  line-height: 1;
}

.monogram i:first-child {
  top: 7px;
  left: 10px;
}

.monogram i:last-child {
  right: 7px;
  bottom: 7px;
}

.brand-name {
  display: grid;
  line-height: 1.05;
}

.brand-name strong {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .02em;
}

.brand-name small {
  margin-top: 6px;
  font-size: 8px;
  letter-spacing: .28em;
  text-transform: uppercase;
  opacity: .7;
}

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

.desktop-nav a {
  position: relative;
  padding-block: 29px 24px;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .76;
  transition: opacity .2s ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 19px;
  left: 0;
  height: 1px;
  background: var(--ivory);
  transition: right .25s ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  opacity: 1;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  right: 0;
}

.header-contact {
  justify-self: end;
  padding: 11px 0 7px;
  border-bottom: 1px solid rgba(241, 236, 228, .6);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.header-contact span {
  margin-left: 14px;
}

.menu-button,
.mobile-nav {
  display: none;
}

.hero {
  min-height: 820px;
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--ivory);
  background: var(--forest-950);
}

.hero-photo {
  position: absolute;
  inset: 0 0 0 0;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 24%;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 17, 12, .97) 0%, rgba(15, 20, 15, .91) 36%, rgba(17, 23, 17, .26) 70%, rgba(12, 17, 12, .2) 100%),
    linear-gradient(0deg, rgba(12, 17, 12, .78), transparent 32%);
}

.hero::after {
  content: "";
  position: absolute;
  width: 62vw;
  height: 62vw;
  max-width: 860px;
  max-height: 860px;
  left: -31vw;
  bottom: -45vw;
  border: 1px solid rgba(241, 236, 228, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(241, 236, 228, .018), 0 0 0 200px rgba(241, 236, 228, .012);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 730px) 1fr;
  align-items: center;
  padding-top: 118px;
  padding-bottom: 120px;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow,
.kicker {
  margin: 0 0 24px;
  color: var(--forest-700);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(241, 236, 228, .72);
}

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

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

.hero h1,
.section h2,
.manifesto h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.025em;
}

.hero h1 {
  font-size: clamp(60px, 7.1vw, 106px);
  line-height: .93;
}

h1 em,
h2 em {
  color: var(--taupe);
  font-weight: inherit;
}

.hero-lead {
  max-width: 615px;
  margin: 30px 0 0;
  color: rgba(241, 236, 228, .72);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
}

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

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 15px 23px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform .2s ease, color .2s ease, background .2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
}

.button-ivory {
  color: var(--forest-950);
  background: var(--ivory);
}

.button-ivory:hover,
.button-ivory:focus-visible {
  background: var(--white);
}

.link-arrow {
  padding-block: 8px;
  border-bottom: 1px solid rgba(241, 236, 228, .4);
  color: rgba(241, 236, 228, .8);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.link-arrow span {
  margin-left: 12px;
}

.hero-side-note {
  justify-self: end;
  align-self: end;
  display: grid;
  min-width: 190px;
  margin: 0 0 -45px;
  padding: 22px 24px;
  background: rgba(18, 24, 18, .58);
  border: 1px solid rgba(241, 236, 228, .16);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.hero-side-note span {
  color: rgba(241, 236, 228, .5);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero-side-note strong {
  margin-top: 2px;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
}

.hero-side-note i {
  height: 1px;
  margin: 14px 0;
  background: rgba(241, 236, 228, .18);
}

.hero-footer {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(241, 236, 228, .14);
}

.hero-footer .container {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.hero-footer p,
.hero-footer a {
  margin: 0;
  color: rgba(241, 236, 228, .62);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.hero-footer a span {
  margin-left: 12px;
}

.manifesto {
  padding: 88px 0;
  background: var(--ivory);
}

.manifesto-grid {
  display: grid;
  grid-template-columns: 70px minmax(320px, 1.25fr) minmax(280px, .75fr);
  align-items: end;
  gap: clamp(30px, 5vw, 76px);
}

.section-index {
  align-self: start;
  color: var(--forest-700);
  font-family: var(--serif);
  font-size: 13px;
}

.manifesto .kicker,
.section-heading .kicker {
  margin-bottom: 16px;
}

.manifesto h2 {
  max-width: 760px;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
}

.manifesto > .container > p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 116px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 58px;
}

.section-heading h2,
.about h2 {
  font-size: clamp(48px, 5.2vw, 74px);
  line-height: 1.04;
}

.section-heading > p {
  max-width: 390px;
  justify-self: end;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 14px;
}

.services {
  background: var(--paper);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: rgba(255, 255, 255, .18);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: color .3s ease, background .3s ease, transform .3s ease;
}

.service-card:hover {
  color: var(--ivory);
  background: var(--forest-800);
  transform: translateY(-7px);
}

.service-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.service-top > span {
  color: var(--sage);
  font-family: var(--serif);
  font-size: 12px;
}

.service-top svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  opacity: .72;
}

.service-card h3 {
  min-height: 70px;
  margin: 96px 0 12px;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
  line-height: 1.12;
}

.service-card p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 13px;
  transition: color .3s ease;
}

.service-card:hover p {
  color: rgba(241, 236, 228, .65);
}

.service-card a {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid currentColor;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .78;
}

.about {
  overflow: hidden;
  color: var(--ivory);
  background: var(--forest-900);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(400px, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(70px, 9vw, 125px);
}

.about-visual {
  position: relative;
}

.about-photo {
  height: 680px;
  overflow: hidden;
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 69% center;
}

.about-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: -25px 33px 53px -25px;
  border: 1px solid rgba(241, 236, 228, .2);
  pointer-events: none;
}

.about-visual > p {
  position: absolute;
  z-index: 3;
  right: -36px;
  bottom: 20px;
  margin: 0;
  padding: 20px 23px;
  color: var(--forest-950);
  background: var(--ivory);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.3;
}

.about-stamp {
  position: absolute;
  z-index: 3;
  top: 28px;
  left: 28px;
  width: 80px;
  height: 80px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(241, 236, 228, .38);
  border-radius: 50%;
  background: rgba(17, 23, 17, .56);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.about-stamp span {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1;
}

.about-stamp small {
  margin-top: 5px;
  font-size: 7px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.about .kicker {
  color: var(--taupe);
}

.about-copy {
  padding-block: 20px;
}

.about-copy > p:not(.kicker) {
  max-width: 630px;
  color: rgba(241, 236, 228, .62);
  font-size: 14px;
}

.about-copy .about-lead {
  margin-top: 30px;
  color: rgba(241, 236, 228, .82);
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.55;
}

.credentials {
  margin: 35px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(241, 236, 228, .16);
}

.credentials li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(241, 236, 228, .16);
}

.credentials li > span {
  color: var(--taupe);
  font-family: var(--serif);
  font-size: 11px;
}

.credentials li > div {
  display: grid;
}

.credentials strong {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
}

.credentials small {
  color: rgba(241, 236, 228, .45);
  font-size: 11px;
}

.text-button {
  display: inline-flex;
  justify-content: space-between;
  gap: 32px;
  min-width: 235px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(241, 236, 228, .45);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contract-feature {
  color: var(--ivory);
  background:
    linear-gradient(90deg, rgba(29, 38, 29, .98), rgba(29, 38, 29, .88)),
    repeating-linear-gradient(125deg, transparent 0 80px, rgba(255,255,255,.03) 80px 81px);
}

.contract-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, .85fr);
  align-items: center;
  gap: clamp(70px, 10vw, 140px);
}

.kicker-light {
  color: var(--taupe);
}

.contract-copy h2 {
  max-width: 790px;
  font-size: clamp(48px, 5.3vw, 76px);
  line-height: 1.03;
}

.contract-copy > p:not(.kicker) {
  max-width: 650px;
  margin: 30px 0;
  color: rgba(241, 236, 228, .65);
  font-size: 14px;
}

.contract-checklist {
  padding: 34px;
  border: 1px solid rgba(241, 236, 228, .2);
  background: rgba(12, 17, 12, .22);
}

.contract-checklist > p {
  margin: 0 0 20px;
  font-family: var(--serif);
  font-size: 22px;
}

.contract-checklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contract-checklist li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  padding: 17px 0;
  border-top: 1px solid rgba(241, 236, 228, .13);
}

.contract-checklist li > span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(241, 236, 228, .35);
  border-radius: 50%;
  color: var(--taupe);
  font-size: 11px;
}

.contract-checklist li > div {
  display: grid;
}

.contract-checklist strong {
  font-size: 13px;
  font-weight: 500;
}

.contract-checklist small {
  color: rgba(241, 236, 228, .5);
  font-size: 11px;
}

.process {
  background: var(--ivory);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.process-list li {
  position: relative;
  min-height: 285px;
  padding: 30px 28px;
  border-right: 1px solid var(--line);
}

.process-list li:first-child {
  border-left: 1px solid var(--line);
}

.process-list li > span {
  color: var(--sage);
  font-family: var(--serif);
  font-size: 12px;
}

.process-list h3 {
  margin: 100px 0 10px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.process-list p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.final-cta {
  padding: 95px 0;
  color: var(--ivory);
  background: var(--forest-700);
}

.final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  align-items: center;
  gap: 70px;
}

.final-cta h2 {
  max-width: 910px;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.02;
}

.circle-cta {
  width: 190px;
  height: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-self: end;
  gap: 14px;
  border: 1px solid rgba(241, 236, 228, .5);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .09em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.circle-cta:hover,
.circle-cta:focus-visible {
  color: var(--forest-950);
  background: var(--ivory);
  transform: rotate(-4deg);
}

.circle-cta i {
  font-family: var(--serif);
  font-size: 24px;
  font-style: normal;
}

.site-footer {
  padding: 80px 0 25px;
  color: rgba(241, 236, 228, .62);
  background: var(--forest-950);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, .65fr);
  gap: 60px;
}

.footer-brand {
  align-self: start;
  color: var(--ivory);
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 11px;
}

.footer-column p {
  margin: 0 0 12px;
  color: var(--ivory);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.footer-column a {
  width: fit-content;
  transition: color .2s ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--ivory);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 65px;
  padding-top: 22px;
  border-top: 1px solid rgba(241, 236, 228, .12);
}

.footer-bottom p {
  margin: 0;
  font-size: 9px;
  letter-spacing: .05em;
}

.floating-whatsapp {
  position: fixed;
  z-index: 900;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  padding: 12px 17px;
  color: #fff;
  background: #267047;
  border-radius: 999px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .24);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, .32);
}

.floating-whatsapp svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

:focus-visible {
  outline: 2px solid #d6c6b6;
  outline-offset: 4px;
}

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

  .desktop-nav {
    display: none;
  }

  .menu-button {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 7px;
    padding: 0;
    color: var(--ivory);
    border: 1px solid rgba(241, 236, 228, .28);
    background: transparent;
    cursor: pointer;
  }

  .menu-button span {
    width: 20px;
    height: 1px;
    background: currentColor;
    transition: transform .2s ease;
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .mobile-nav {
    position: absolute;
    top: 82px;
    right: 0;
    left: 0;
    display: grid;
    max-height: 0;
    overflow: hidden;
    color: var(--ivory);
    background: var(--forest-950);
    opacity: 0;
    transition: max-height .3s ease, opacity .25s ease, padding .3s ease;
  }

  .mobile-nav.is-open {
    max-height: 440px;
    padding: 16px 36px 28px;
    border-top: 1px solid rgba(241, 236, 228, .12);
    opacity: 1;
  }

  .mobile-nav a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(241, 236, 228, .12);
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .hero-side-note {
    display: none;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 690px);
  }

  .service-list,
  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card {
    min-height: 390px;
  }

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

  .about-grid {
    gap: 65px;
  }

  .about-photo {
    height: 610px;
  }

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

  .process-list li:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .footer-main {
    grid-template-columns: 1.3fr repeat(3, .7fr);
    gap: 35px;
  }
}

@media (max-width: 780px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .header-inner {
    min-height: 72px;
  }

  .header-contact {
    display: none;
  }

  .mobile-nav {
    top: 72px;
  }

  .hero {
    min-height: 790px;
  }

  .hero-photo img {
    object-position: 69% center;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(12, 17, 12, .96) 0%, rgba(12, 17, 12, .8) 47%, rgba(12, 17, 12, .13) 86%),
      linear-gradient(90deg, rgba(12, 17, 12, .5), transparent);
  }

  .hero-inner {
    align-items: end;
    min-height: 790px;
    padding-top: 320px;
    padding-bottom: 105px;
  }

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

  .hero-lead {
    max-width: 560px;
    font-size: 15px;
  }

  .hero-footer p {
    display: none;
  }

  .hero-footer .container {
    justify-content: center;
  }

  .manifesto-grid,
  .section-heading,
  .about-grid,
  .contract-grid,
  .final-cta-inner,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .manifesto-grid,
  .section-heading,
  .about-grid,
  .contract-grid {
    gap: 34px;
  }

  .section-index {
    display: none;
  }

  .manifesto > .container > p,
  .section-heading > p {
    justify-self: start;
  }

  .section {
    padding: 82px 0;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .section-heading h2,
  .about h2 {
    font-size: clamp(43px, 12vw, 60px);
  }

  .about-visual {
    max-width: 550px;
    margin: 20px auto 10px;
  }

  .about-visual > p {
    right: -8px;
  }

  .about-copy {
    padding-top: 20px;
  }

  .contract-copy h2 {
    font-size: clamp(42px, 11vw, 60px);
  }

  .contract-checklist {
    padding: 25px;
  }

  .final-cta-inner {
    gap: 45px;
  }

  .circle-cta {
    width: 155px;
    height: 155px;
    justify-self: start;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
    margin-bottom: 15px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 560px) {
  .brand-name strong {
    font-size: 16px;
  }

  .brand-name small {
    font-size: 7px;
  }

  .monogram {
    width: 42px;
    height: 42px;
  }

  .monogram::after {
    top: 20px;
    left: 10px;
  }

  .monogram i {
    font-size: 18px;
  }

  .hero {
    min-height: 750px;
  }

  .hero-inner {
    min-height: 750px;
    padding-top: 300px;
    padding-bottom: 100px;
  }

  .eyebrow {
    margin-bottom: 16px;
    font-size: 8px;
  }

  .hero h1 {
    font-size: 50px;
  }

  .hero-lead {
    margin-top: 20px;
    font-size: 14px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
    margin-top: 26px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .link-arrow {
    width: fit-content;
  }

  .manifesto {
    padding: 64px 0;
  }

  .manifesto h2 {
    font-size: 40px;
  }

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

  .service-card {
    min-height: 350px;
  }

  .service-card h3 {
    min-height: 0;
    margin-top: 58px;
  }

  .about-photo {
    height: 530px;
  }

  .about-visual::before {
    inset: -14px 18px 38px -8px;
  }

  .about-visual > p {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 22px);
    margin: -44px 0 0 22px;
  }

  .about-stamp {
    top: 20px;
    left: 20px;
  }

  .contract-checklist {
    margin-top: 12px;
  }

  .process-list li {
    min-height: 230px;
    border-left: 1px solid var(--line);
  }

  .process-list h3 {
    margin-top: 65px;
  }

  .final-cta h2 {
    font-size: 43px;
  }

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

  .footer-brand {
    grid-column: auto;
  }

  .floating-whatsapp {
    width: 54px;
    height: 54px;
    justify-content: center;
    padding: 0;
  }

  .floating-whatsapp > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
