:root {
  --ink: #17232b;
  --ink-soft: #24343e;
  --ivory: #f4f0e8;
  --paper: #fbf9f4;
  --white: #ffffff;
  --burgundy: #7a2733;
  --burgundy-dark: #591922;
  --brass: #b5955b;
  --muted: #6f7474;
  --line: rgba(23, 35, 43, .16);
  --green: #25d366;
  --container: 1220px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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.lightbox-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p,
figure,
blockquote {
  margin-top: 0;
}

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

.section {
  padding-block: 120px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--burgundy);
  transform: translateY(-160%);
}

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

.site-header {
  position: relative;
  z-index: 30;
  background: var(--paper);
}

.header-line {
  color: rgba(255, 255, 255, .78);
  background: var(--ink);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.header-line__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
}

.header-line p {
  margin: 0;
}

.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 116px;
  gap: 38px;
}

.brand img {
  width: 345px;
  height: auto;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header-contact > div {
  display: grid;
  text-align: right;
  line-height: 1.15;
}

.header-contact small {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.header-contact > div a {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 700;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 0 28px;
  gap: 18px;
  border: 0;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .035em;
  cursor: pointer;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

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

.button:focus-visible,
.text-link:focus-visible,
.practice-tabs button:focus-visible,
.gallery-card:focus-visible,
.whatsapp-float:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 4px;
}

.button--small {
  min-height: 48px;
  padding-inline: 21px;
}

.button--ink {
  color: var(--white);
  background: linear-gradient(135deg, var(--ink-soft), var(--ink));
}

.button--ink:hover {
  background: linear-gradient(135deg, var(--burgundy), var(--burgundy-dark));
}

.button--burgundy {
  color: var(--white);
  background: linear-gradient(135deg, #913746, var(--burgundy-dark));
  box-shadow: 0 15px 35px rgba(89, 25, 34, .22);
}

.button--burgundy:hover {
  box-shadow: 0 20px 42px rgba(89, 25, 34, .3);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  min-height: 730px;
  color: var(--white);
  background: var(--ink);
}

.hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 92px max(36px, calc((100vw - var(--container)) / 2));
  background:
    linear-gradient(150deg, rgba(122, 39, 51, .19), transparent 42%),
    var(--ink);
}

.hero__copy::after {
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 1px;
  height: 80%;
  content: "";
  background: linear-gradient(transparent, var(--brass));
}

.hero__eyebrow {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
  gap: 16px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero__eyebrow span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--brass);
  border: 1px solid rgba(181, 149, 91, .55);
}

.hero__eyebrow p {
  margin: 0;
}

.hero h1 {
  max-width: 720px;
  margin-bottom: 30px;
  font-family: var(--serif);
  font-size: clamp(54px, 5.5vw, 82px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}

.hero h1 em,
.about h2 em,
.areas h2 em,
.situations h2 em,
.gallery h2 em,
.why h2 em,
.contact h2 em {
  color: var(--brass);
  font-weight: 400;
}

.hero__lead {
  max-width: 620px;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
  line-height: 1.75;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.text-link {
  padding-block: 12px;
  color: rgba(255, 255, 255, .9);
  border-bottom: 1px solid rgba(255, 255, 255, .35);
  font-size: 12px;
  font-weight: 800;
}

.text-link span {
  margin-left: 13px;
  color: var(--brass);
}

.hero__note {
  margin: 48px 0 0;
  color: rgba(255, 255, 255, .46);
  font-size: 11px;
  letter-spacing: .06em;
}

.hero__visual {
  position: relative;
  min-height: 730px;
  overflow: hidden;
}

.hero__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(23, 35, 43, .34), transparent 36%);
}

.hero__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__seal {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 30px;
  display: grid;
  grid-template-columns: 58px auto;
  align-items: center;
  min-width: 184px;
  padding: 16px 18px;
  gap: 14px;
  color: var(--ink);
  background: rgba(244, 240, 232, .94);
  border-top: 3px solid var(--burgundy);
}

.hero__seal span {
  font-family: var(--serif);
  font-size: 52px;
  line-height: 1;
}

.hero__seal small {
  padding-left: 13px;
  border-left: 1px solid var(--brass);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.principles {
  color: var(--ink);
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
}

.principles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.principles article {
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: start;
  min-height: 135px;
  padding: 34px;
  gap: 12px;
  border-left: 1px solid var(--line);
}

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

.principles article > span {
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1;
}

.principles h2 {
  margin-bottom: 4px;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
}

.principles p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.section-kicker::after {
  flex: 1;
  height: 1px;
  content: "";
  background: var(--line);
}

.section-kicker span {
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 20px;
  letter-spacing: 0;
}

.section-kicker p {
  margin: 0;
  white-space: nowrap;
}

.section-kicker--light {
  color: rgba(255, 255, 255, .82);
}

.section-kicker--light::after {
  background: rgba(255, 255, 255, .18);
}

.section-kicker--light span {
  color: var(--brass);
}

.about {
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(23, 35, 43, .06) 50%, transparent calc(50% + 1px)),
    var(--paper);
}

.about__grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 72px 90px;
}

.about__grid > .section-kicker,
.about__statement {
  grid-column: 1 / -1;
}

.about__statement h2 {
  max-width: 1100px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(46px, 5.3vw, 76px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.about__statement h2 em {
  color: var(--burgundy);
}

.about__monogram {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 340px;
  background: var(--ivory);
  border: 1px solid var(--line);
}

.about__monogram span {
  position: relative;
  z-index: 2;
  font-family: var(--serif);
  font-size: 190px;
  line-height: 1;
}

.about__monogram div {
  position: absolute;
  inset: 38px;
  border: 1px solid var(--brass);
}

.about__monogram div::after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 50%;
  width: 1px;
  content: "";
  background: var(--burgundy);
}

.about__copy {
  align-self: center;
  max-width: 680px;
}

.about__copy .lead {
  margin-bottom: 25px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.45;
}

.about__copy > p:not(.lead):not(.demo-note) {
  color: var(--muted);
}

.demo-note {
  margin-top: 28px;
  color: #898c89;
  font-size: 10px;
  line-height: 1.5;
}

.areas {
  color: var(--white);
  background:
    radial-gradient(circle at 85% 15%, rgba(122, 39, 51, .28), transparent 28%),
    var(--ink);
}

.areas__heading {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  align-items: end;
  margin-bottom: 62px;
  gap: 36px;
}

.areas__heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: 12px;
}

.areas__heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.areas__heading > p {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
}

.practice-tabs {
  border: 1px solid rgba(255, 255, 255, .14);
}

.practice-tabs__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.practice-tabs__list button {
  position: relative;
  display: grid;
  grid-template-columns: 43px 1fr;
  padding: 30px;
  color: rgba(255, 255, 255, .58);
  text-align: left;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .14);
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease;
}

.practice-tabs__list button:last-child {
  border-right: 0;
}

.practice-tabs__list button[aria-selected="true"] {
  color: var(--white);
  background: var(--burgundy);
}

.practice-tabs__list button[aria-selected="true"]::after {
  position: absolute;
  right: 28px;
  bottom: -10px;
  width: 18px;
  height: 18px;
  content: "";
  background: var(--burgundy);
  transform: rotate(45deg);
}

.practice-tabs__list span {
  grid-row: 1 / 3;
  color: var(--brass);
  font-family: var(--serif);
  font-size: 23px;
}

.practice-tabs__list b {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.practice-tabs__list small {
  margin-top: 4px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.practice-tabs__panels {
  min-height: 350px;
  padding: 58px 64px;
  background: var(--paper);
}

.practice-tabs__panels article {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 80px;
  color: var(--ink);
}

.practice-tabs__panels article[hidden] {
  display: none;
}

.panel-label {
  margin-bottom: 12px;
  color: var(--burgundy);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.practice-tabs__panels h3 {
  margin-bottom: 19px;
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 400;
}

.practice-tabs__panels article > div > p:last-child {
  max-width: 600px;
  color: var(--muted);
}

.practice-tabs__panels ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.practice-tabs__panels li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
}

.practice-tabs__panels li::before {
  margin-right: 13px;
  color: var(--brass);
  content: "—";
}

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

.situations__grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 100px;
}

.situations__intro {
  position: sticky;
  top: 28px;
  align-self: start;
}

.situations__intro h2 {
  margin: 43px 0 27px;
  font-family: var(--serif);
  font-size: clamp(42px, 4vw, 61px);
  font-weight: 400;
  line-height: 1.08;
}

.situations__intro h2 em {
  color: var(--burgundy);
}

.situations__intro > p {
  max-width: 480px;
  color: var(--muted);
}

.situations__list {
  border-top: 1px solid var(--ink);
}

.situations__list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  padding: 35px 0;
  border-bottom: 1px solid var(--line);
}

.situations__list article > span {
  grid-row: 1 / 3;
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 23px;
}

.situations__list h3 {
  margin-bottom: 7px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
}

.situations__list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.gallery {
  overflow: hidden;
  color: var(--white);
  background: var(--burgundy-dark);
}

.gallery__heading {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  align-items: start;
  margin-bottom: 58px;
  gap: 70px;
}

.gallery__heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.08;
}

.gallery__grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  grid-template-rows: repeat(2, 295px);
  gap: 18px;
}

.gallery-card {
  position: relative;
  padding: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  border: 0;
  cursor: zoom-in;
}

.gallery-card--wide {
  grid-row: 1 / 3;
}

.gallery-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(23, 35, 43, .82), transparent 48%);
  transition: background-color .25s ease;
}

.gallery-card:hover::after {
  background-color: rgba(122, 39, 51, .16);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.gallery-card:hover img {
  transform: scale(1.035);
}

.gallery-card span {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 19px;
  left: 24px;
  display: flex;
  justify-content: space-between;
  font-family: var(--serif);
  font-size: 20px;
  text-align: left;
}

.gallery-card span::after {
  color: var(--brass);
  content: "+";
}

.demo-note--light {
  color: rgba(255, 255, 255, .45);
}

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

.why__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 70px 100px;
}

.why__intro {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 70px;
}

.why__intro h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 5.3vw, 76px);
  font-weight: 400;
  line-height: 1.08;
}

.why__intro h2 em {
  color: var(--burgundy);
}

.why__quote {
  align-self: stretch;
  padding: 55px;
  color: var(--white);
  background:
    linear-gradient(150deg, rgba(181, 149, 91, .19), transparent 50%),
    var(--ink);
}

.why__quote blockquote {
  margin-bottom: 44px;
  font-family: var(--serif);
  font-size: 34px;
  line-height: 1.35;
}

.why__quote p {
  margin: 0;
  color: var(--brass);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.why__benefits {
  border-top: 1px solid var(--ink);
}

.why__benefits article {
  display: grid;
  grid-template-columns: 50px 1fr;
  padding: 26px 0;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.why__benefits article > span {
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 25px;
}

.why__benefits h3 {
  margin-bottom: 3px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
}

.why__benefits p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.process {
  padding-block: 82px;
  color: var(--white);
  background: var(--burgundy);
}

.process__heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 45px;
  gap: 30px;
}

.process__heading p {
  margin: 0;
  color: rgba(255, 255, 255, .65);
  font-size: 12px;
}

.process__heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 400;
}

.process__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.process__steps li {
  display: grid;
  grid-template-columns: 54px 1fr;
  padding: 34px 34px 0 0;
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.process__steps li + li {
  padding-left: 34px;
}

.process__steps li:last-child {
  border-right: 0;
}

.process__steps li > span {
  color: var(--brass);
  font-family: var(--serif);
  font-size: 24px;
}

.process__steps h3 {
  margin-bottom: 5px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}

.process__steps p {
  margin: 0;
  color: rgba(255, 255, 255, .63);
  font-size: 12px;
}

.contact {
  color: var(--white);
  background:
    radial-gradient(circle at 8% 92%, rgba(122, 39, 51, .36), transparent 30%),
    var(--ink);
}

.contact__grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 90px;
}

.contact__intro h2 {
  margin: 48px 0 25px;
  font-family: var(--serif);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.04;
}

.contact__intro > p {
  max-width: 470px;
  color: rgba(255, 255, 255, .62);
}

.contact__details {
  margin-block: 45px 30px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.contact__details > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.contact__details span {
  color: var(--brass);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact__details a,
.contact__details p {
  margin: 0;
  font-family: var(--serif);
  font-size: 18px;
}

.contact__intro > small {
  color: rgba(255, 255, 255, .38);
  font-size: 9px;
}

.contact-form {
  padding: 52px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 35px 90px rgba(0, 0, 0, .2);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 28px;
}

.contact-form label {
  display: grid;
  gap: 9px;
  margin-bottom: 23px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #a7aaa6;
  border-radius: 0;
  outline: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #969b9a;
  font-weight: 400;
  opacity: 1;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--burgundy);
  box-shadow: 0 2px 0 var(--burgundy);
}

.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-submit {
  width: 100%;
  margin-top: 6px;
}

.form-submit:disabled {
  opacity: .62;
  cursor: wait;
}

.form-privacy {
  margin: 14px 0 0;
  color: #7d817f;
  font-size: 10px;
  text-align: center;
}

.form-status {
  margin-bottom: 26px;
  padding: 15px 17px;
  color: #31533d;
  background: #e7f3e9;
  border-left: 3px solid #4b8b5f;
  font-size: 13px;
  font-weight: 700;
}

.form-status.is-error {
  color: #813326;
  background: #f8e1df;
  border-color: var(--burgundy);
}

.site-footer {
  color: rgba(255, 255, 255, .64);
  background: #0d151a;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr .75fr .75fr;
  padding-block: 62px;
  gap: 70px;
}

.footer-brand img {
  width: 305px;
  height: auto;
  margin-bottom: 20px;
}

.footer-brand p,
.footer-main > div > p {
  margin: 0;
  font-size: 12px;
}

.footer-main > div > span {
  display: block;
  margin-bottom: 12px;
  color: var(--brass);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-main a:hover,
.footer-bottom a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: 11px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: var(--brass);
  font-weight: 800;
}

.whatsapp-float {
  position: fixed;
  z-index: 45;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 8px 17px 8px 8px;
  gap: 10px;
  color: #073b1c;
  background: var(--green);
  box-shadow: 0 14px 35px rgba(0, 0, 0, .25);
  font-size: 12px;
  font-weight: 900;
  transition: bottom .25s ease, transform .2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
}

.whatsapp-float.is-near-footer {
  bottom: 62px;
}

.whatsapp-float__icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: #073b1c;
  border-radius: 50%;
}

.whatsapp-float__icon img {
  width: 22px;
  height: 22px;
}

.lightbox {
  width: min(1120px, calc(100% - 36px));
  max-width: none;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
}

.lightbox::backdrop {
  background: rgba(10, 15, 18, .94);
  backdrop-filter: blur(7px);
}

.lightbox img {
  width: 100%;
  max-height: 84vh;
  object-fit: contain;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .5);
}

.lightbox__close {
  position: absolute;
  z-index: 2;
  top: -18px;
  right: -12px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: var(--burgundy);
  border: 0;
  font-size: 29px;
  line-height: 1;
  cursor: pointer;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 54% 46%;
  }

  .hero__copy {
    padding-inline: 32px;
  }

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

  .about__grid,
  .why__grid,
  .contact__grid {
    gap: 65px;
  }

  .situations__grid {
    gap: 65px;
  }

  .practice-tabs__panels {
    padding: 50px 42px;
  }
}

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

  .section {
    padding-block: 90px;
  }

  .header-contact > div {
    display: none;
  }

  .brand img {
    width: 285px;
  }

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

  .hero__copy {
    min-height: 620px;
    padding: 75px 40px;
  }

  .hero__visual {
    min-height: 520px;
  }

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

  .principles article,
  .principles article:last-child {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .about__grid,
  .situations__grid,
  .why__grid,
  .contact__grid {
    grid-template-columns: 1fr;
  }

  .about__statement h2 {
    font-size: 54px;
  }

  .about__monogram {
    min-height: 285px;
  }

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

  .practice-tabs__list button {
    grid-template-columns: 35px 1fr;
    padding: 24px 18px;
  }

  .practice-tabs__list b {
    font-size: 22px;
  }

  .practice-tabs__panels article {
    gap: 45px;
  }

  .situations__intro {
    position: static;
  }

  .gallery__heading,
  .why__intro {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .gallery__grid {
    grid-template-rows: repeat(2, 240px);
  }

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

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

  .process__steps li,
  .process__steps li + li {
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

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

  .section {
    padding-block: 72px;
  }

  .header-line__inner {
    justify-content: center;
  }

  .header-line p:last-child {
    display: none;
  }

  .header-main {
    min-height: 88px;
    gap: 15px;
  }

  .brand img {
    width: 220px;
  }

  .header-contact .button {
    position: relative;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    overflow: hidden;
    color: transparent;
  }

  .header-contact .button::after {
    position: absolute;
    color: var(--white);
    content: "→";
    font-size: 20px;
  }

  .hero__copy {
    min-height: 650px;
    padding: 65px 20px;
  }

  .hero__eyebrow {
    margin-bottom: 32px;
  }

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

  .hero__lead {
    font-size: 16px;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .text-link {
    align-self: flex-start;
  }

  .hero__note {
    margin-top: 34px;
  }

  .hero__visual {
    min-height: 410px;
  }

  .hero__visual > img {
    object-position: 62% center;
  }

  .hero__seal {
    right: 15px;
    bottom: 15px;
    transform: scale(.86);
    transform-origin: right bottom;
  }

  .principles article {
    grid-template-columns: 45px 1fr;
    min-height: 0;
    padding: 25px 20px;
  }

  .about__grid {
    gap: 43px;
  }

  .about__statement h2,
  .areas__heading h2,
  .gallery__heading h2,
  .why__intro h2,
  .contact__intro h2 {
    font-size: 42px;
  }

  .about__copy .lead {
    font-size: 24px;
  }

  .about__monogram span {
    font-size: 145px;
  }

  .practice-tabs__list {
    grid-template-columns: 1fr;
  }

  .practice-tabs__list button {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .practice-tabs__list button[aria-selected="true"]::after {
    display: none;
  }

  .practice-tabs__panels {
    min-height: 0;
    padding: 36px 24px;
  }

  .practice-tabs__panels article {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .practice-tabs__panels h3 {
    font-size: 35px;
  }

  .situations__intro h2 {
    margin-top: 34px;
    font-size: 40px;
  }

  .situations__list article {
    grid-template-columns: 43px 1fr;
    padding: 27px 0;
  }

  .situations__list h3 {
    font-size: 23px;
  }

  .gallery__grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 270px);
  }

  .gallery-card--wide {
    grid-row: auto;
  }

  .why__quote {
    padding: 38px 30px;
  }

  .why__quote blockquote {
    font-size: 28px;
  }

  .why__benefits article {
    grid-template-columns: 40px 1fr;
  }

  .process {
    padding-block: 62px;
  }

  .process__heading h2 {
    font-size: 36px;
  }

  .contact__grid {
    gap: 48px;
  }

  .contact-form {
    padding: 34px 22px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

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

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

  .footer-bottom {
    align-items: flex-start;
    min-height: 105px;
    padding-block: 22px;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 50px;
    padding: 8px;
  }

  .whatsapp-float > span:last-child {
    display: none;
  }

  .whatsapp-float.is-near-footer {
    bottom: 54px;
  }

  .lightbox {
    width: calc(100% - 24px);
  }
}

@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;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
