:root {
  --navy-950: #07111d;
  --navy-900: #0b1726;
  --navy-800: #12243a;
  --navy-700: #1b334e;
  --copper: #bd8b5a;
  --copper-light: #d6ad84;
  --paper: #f4f2ed;
  --paper-deep: #e9e5dd;
  --ink: #152131;
  --muted: #65707d;
  --white: #ffffff;
  --line: rgba(16, 34, 53, 0.15);
  --shell: min(1180px, calc(100% - 48px));
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

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

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

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

button {
  font: inherit;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--navy-950);
  background: var(--white);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 88px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  transition: height 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  height: 76px;
  background: rgba(7, 17, 29, 0.96);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(14px);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 13px;
}

.brand-mark {
  width: 72px;
  height: 52px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.22));
}

.brand-copy {
  display: grid;
  line-height: 1.14;
  text-transform: uppercase;
}

.brand-copy strong {
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.16em;
}

.brand-copy span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  letter-spacing: 0.22em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.6vw, 38px);
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  padding-block: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--copper-light);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 200ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--white);
}

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

.header-contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 17px;
  color: var(--navy-950);
  background: var(--copper-light);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition: background-color 180ms ease, transform 180ms ease;
}

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

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

.hero {
  min-height: 100svh;
  padding-top: 88px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 50% 0 / 96px 100%,
    linear-gradient(180deg, var(--navy-900), var(--navy-950));
  overflow: hidden;
}

.hero-grid {
  min-height: calc(100svh - 228px);
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(400px, 0.84fr);
  align-items: center;
  gap: clamp(52px, 7vw, 104px);
  padding-block: 80px 68px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  color: var(--copper-light);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

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

.eyebrow-dark {
  color: #97693f;
}

.hero h1,
.section-heading h2,
.mediation h2,
.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.hero h1 {
  max-width: 800px;
  font-size: clamp(49px, 6.1vw, 82px);
}

.hero h1 em {
  color: var(--copper-light);
  font-style: italic;
  font-weight: 400;
}

.hero-intro {
  max-width: 690px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.72;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 54px;
  padding: 14px 21px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

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

.button-primary {
  color: var(--navy-950);
  background: var(--copper-light);
}

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

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-block: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 600;
  transition: color 180ms ease, border-color 180ms ease;
}

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

.hero-location {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
}

.hero-location span {
  color: var(--copper-light);
  font-size: 8px;
}

.hero-visual {
  position: relative;
  min-height: 580px;
}

.hero-image {
  position: absolute;
  inset: 0 0 48px 44px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(189, 139, 90, 0.2), transparent 42%),
    linear-gradient(35deg, rgba(7, 17, 29, 0.2), rgba(7, 17, 29, 0.72)),
    url("./assets/kartal-architecture.webp") center / cover no-repeat,
    #20364d;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.28);
}

.hero-image::after {
  position: absolute;
  inset: 18px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-card {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: min(300px, 72%);
  min-height: 150px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 25px;
  padding: 28px;
  color: var(--navy-950);
  background: var(--copper-light);
}

.hero-card-index {
  align-self: start;
  color: rgba(7, 17, 29, 0.55);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.hero-card p {
  margin: 0;
  font: 500 19px/1.45 var(--serif);
}

.hero-monogram {
  position: absolute;
  z-index: 2;
  top: 48px;
  left: 0;
  width: 164px;
  height: 118px;
  display: grid;
  place-items: center;
  padding: 7px;
  border: 1px solid rgba(214, 173, 132, 0.7);
  background: rgba(7, 17, 29, 0.88);
  backdrop-filter: blur(8px);
}

.hero-monogram img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.28));
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.principles > div {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 17px;
  padding: 28px clamp(20px, 3vw, 42px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.principles > div:first-child {
  padding-left: 0;
}

.principles > div:last-child {
  border-right: 0;
}

.principles span {
  grid-row: 1 / span 2;
  color: var(--copper-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.principles strong {
  font-size: 14px;
  letter-spacing: 0.03em;
}

.principles p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.5;
}

.section {
  padding-block: clamp(92px, 11vw, 150px);
}

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

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(64px, 10vw, 150px);
}

.section-heading h2 {
  max-width: 640px;
  font-size: clamp(41px, 4.8vw, 64px);
}

.about-content {
  padding-top: 45px;
}

.about-content p {
  color: var(--muted);
}

.about-content .lead {
  margin-top: 0;
  color: var(--ink);
  font: 400 clamp(21px, 2.1vw, 27px)/1.52 var(--serif);
}

.signature-block {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 40px;
}

.signature-line {
  width: 46px;
  height: 1px;
  background: var(--copper);
}

.signature-block strong {
  font-size: 14px;
  letter-spacing: 0.03em;
}

.signature-block p {
  margin: 2px 0 0;
  font-size: 12px;
}

.practice {
  background: var(--paper-deep);
}

.practice-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.62fr);
  align-items: end;
  gap: 50px;
  margin-bottom: 64px;
}

.practice-head > p {
  margin: 0 0 7px;
  color: var(--muted);
}

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

.practice-card {
  position: relative;
  min-height: 270px;
  padding: clamp(30px, 4vw, 48px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: color 240ms ease, background-color 240ms ease, transform 240ms ease;
}

.practice-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, rgba(189, 139, 90, 0.11), transparent 52%);
  opacity: 0;
  transition: opacity 240ms ease;
}

.practice-card:hover {
  z-index: 1;
  color: var(--white);
  background: var(--navy-800);
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(13, 31, 49, 0.13);
}

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

.card-number {
  position: relative;
  color: #9a704a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.practice-card h3 {
  position: relative;
  margin: 42px 0 13px;
  font: 500 clamp(23px, 2.4vw, 30px)/1.25 var(--serif);
}

.practice-card p {
  position: relative;
  max-width: 500px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  transition: color 240ms ease;
}

.practice-card:hover p {
  color: rgba(255, 255, 255, 0.65);
}

.mediation {
  position: relative;
  padding-block: clamp(92px, 11vw, 150px);
  color: var(--white);
  background:
    radial-gradient(circle at 12% 10%, rgba(189, 139, 90, 0.14), transparent 31%),
    var(--navy-900);
  overflow: hidden;
}

.mediation::after {
  position: absolute;
  right: -170px;
  bottom: -340px;
  width: 640px;
  height: 640px;
  content: "";
  border: 1px solid rgba(214, 173, 132, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(214, 173, 132, 0.025), 0 0 0 160px rgba(214, 173, 132, 0.018);
}

.mediation-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.84fr);
  gap: clamp(70px, 11vw, 150px);
}

.mediation h2,
.contact h2 {
  font-size: clamp(42px, 5vw, 66px);
}

.mediation-intro > p:not(.eyebrow) {
  max-width: 620px;
  margin: 29px 0 34px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 17px;
}

.button-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.35);
}

.button-light:hover,
.button-light:focus-visible {
  color: var(--navy-950);
  border-color: var(--copper-light);
  background: var(--copper-light);
}

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

.mediation-steps article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 22px;
  padding-block: 29px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.mediation-steps article > span {
  color: var(--copper-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.mediation-steps h3 {
  margin: -3px 0 7px;
  font: 500 25px/1.25 var(--serif);
}

.mediation-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 14px;
}

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

.centered {
  max-width: 790px;
  margin: 0 auto 70px;
  text-align: center;
}

.centered .eyebrow {
  justify-content: center;
}

.centered h2 {
  margin-inline: auto;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.approach-item {
  min-height: 280px;
  padding: clamp(30px, 4vw, 45px);
  background: var(--paper);
}

.approach-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #92623a;
  border: 1px solid rgba(151, 105, 63, 0.35);
  font: 500 14px/1 var(--serif);
}

.approach-item h3 {
  margin: 34px 0 11px;
  font: 500 25px/1.3 var(--serif);
}

.approach-item p {
  margin: 0;
  color: var(--muted);
}

.ask-lawyer {
  background: var(--paper-deep);
}

.ask-head {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.6fr);
  align-items: end;
  gap: 56px;
  margin-bottom: 64px;
}

.ask-head > p {
  margin: 0 0 7px;
  color: var(--muted);
}

.ask-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.78fr);
  align-items: start;
  gap: clamp(42px, 7vw, 88px);
}

.question-answer {
  border-top: 1px solid var(--line);
}

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

.question-answer summary {
  position: relative;
  padding: 25px 50px 25px 0;
  color: var(--ink);
  font: 500 clamp(20px, 2vw, 25px)/1.35 var(--serif);
  list-style: none;
  cursor: pointer;
}

.question-answer summary::-webkit-details-marker {
  display: none;
}

.question-answer summary::after {
  position: absolute;
  top: 25px;
  right: 3px;
  content: "+";
  color: #92623a;
  font: 400 26px/1 var(--sans);
  transition: transform 180ms ease;
}

.question-answer details[open] summary::after {
  transform: rotate(45deg);
}

.question-answer details p {
  max-width: 680px;
  margin: -4px 42px 25px 0;
  color: var(--muted);
}

.privacy-note {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 15px;
  margin-top: 30px;
  padding: 19px 21px;
  border: 1px solid rgba(151, 105, 63, 0.27);
  background: rgba(255, 255, 255, 0.32);
}

.privacy-note > span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: #80532f;
  border: 1px solid rgba(151, 105, 63, 0.5);
  border-radius: 50%;
  font: 600 13px/1 var(--serif);
}

.privacy-note p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.ask-form {
  position: relative;
  display: grid;
  gap: 22px;
  padding: clamp(30px, 4.5vw, 52px);
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(189, 139, 90, 0.13), transparent 42%),
    var(--navy-800);
  box-shadow: 0 25px 65px rgba(11, 23, 38, 0.14);
}

.ask-form::before {
  position: absolute;
  inset: 14px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.ask-form > * {
  position: relative;
}

.ask-form-heading {
  margin-bottom: 5px;
}

.ask-form-heading > span {
  display: block;
  font: 500 clamp(27px, 3vw, 36px)/1.2 var(--serif);
}

.ask-form-heading p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field > span {
  color: var(--copper-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  outline: 0;
  background: rgba(7, 17, 29, 0.34);
  font: 400 16px/1.5 var(--sans);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.form-field textarea {
  min-height: 142px;
  resize: vertical;
}

.form-field select {
  color-scheme: dark;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--copper-light);
  background: rgba(7, 17, 29, 0.58);
}

.form-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 11px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.55;
  cursor: pointer;
}

.form-consent input {
  width: 17px;
  height: 17px;
  margin: 2px 0 0;
  accent-color: var(--copper-light);
}

.ask-submit {
  width: 100%;
  cursor: pointer;
}

.form-status {
  min-height: 1.4em;
  margin: -9px 0 0;
  color: var(--copper-light);
  font-size: 12px;
}

.whatsapp-float {
  position: fixed;
  z-index: 90;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 17px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: #167d49;
  box-shadow: 0 12px 35px rgba(7, 17, 29, 0.28);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.whatsapp-float svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  background: #11683c;
  transform: translateY(-2px);
  box-shadow: 0 16px 42px rgba(7, 17, 29, 0.34);
}

.contact {
  padding-block: clamp(92px, 10vw, 138px);
  color: var(--white);
  background: var(--navy-800);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.8fr);
  gap: clamp(70px, 12vw, 160px);
}

.contact-heading > p:not(.eyebrow) {
  max-width: 610px;
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
}

.contact-list {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-row {
  display: grid;
  grid-template-columns: 95px 1fr 24px;
  align-items: center;
  gap: 18px;
  min-height: 88px;
  padding-inline: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  transition: padding 180ms ease, background-color 180ms ease;
}

a.contact-row:hover,
a.contact-row:focus-visible {
  padding-inline: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.contact-row > span {
  color: var(--copper-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-row strong {
  font-size: clamp(15px, 1.7vw, 19px);
  font-weight: 500;
  overflow-wrap: anywhere;
}

.contact-row b {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 400;
}

.contact-location b {
  color: var(--copper-light);
  font-size: 8px;
}

.site-footer {
  padding-block: 60px 30px;
  color: rgba(255, 255, 255, 0.62);
  background: var(--navy-950);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.brand-footer {
  justify-self: start;
  color: var(--white);
}

.footer-top > p {
  margin: 0;
  font-size: 13px;
}

.back-to-top {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  transition: color 180ms ease;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  color: var(--white);
}

.footer-bottom {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 70px;
  padding-top: 30px;
  font-size: 11px;
  line-height: 1.6;
}

.footer-bottom p {
  margin: 0;
}

.disclaimer {
  justify-self: end;
  max-width: 630px;
  text-align: right;
}

.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

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

@media (max-width: 1020px) {
  :root {
    --shell: min(100% - 40px, 850px);
  }

  .desktop-nav,
  .header-contact {
    display: none;
  }

  .menu-button {
    width: 46px;
    height: 46px;
    display: grid;
    place-content: center;
    gap: 7px;
    padding: 0;
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: transparent;
    cursor: pointer;
  }

  .menu-button span {
    width: 20px;
    height: 1px;
    display: block;
    background: currentColor;
    transition: transform 180ms 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: fixed;
    z-index: 99;
    inset: 76px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    padding: 36px max(24px, calc((100vw - 810px) / 2));
    color: var(--white);
    background: rgba(7, 17, 29, 0.99);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .mobile-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-nav a {
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font: 400 clamp(28px, 6vw, 42px)/1.2 var(--serif);
  }

  .mobile-nav a:last-child {
    margin-top: 28px;
    color: var(--copper-light);
    border-bottom: 0;
    font: 600 15px/1.2 var(--sans);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 70px;
    padding-top: 100px;
  }

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

  .principles {
    grid-template-columns: 1fr;
    padding-bottom: 25px;
  }

  .principles > div,
  .principles > div:first-child {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .principles > div:last-child {
    border-bottom: 0;
  }

  .about-grid,
  .mediation-grid,
  .contact-grid,
  .ask-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .ask-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-content {
    max-width: 720px;
    padding-top: 0;
  }

  .practice-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .practice-head > p {
    max-width: 620px;
  }

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

  .approach-item {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  :root {
    --shell: calc(100% - 32px);
  }

  html {
    scroll-padding-top: 78px;
  }

  .site-header,
  .site-header.is-scrolled {
    height: 72px;
  }

  .brand-mark {
    width: 58px;
    height: 43px;
  }

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

  .brand-copy span {
    font-size: 9px;
  }

  .mobile-nav {
    inset: 72px 0 0;
  }

  .hero {
    padding-top: 72px;
  }

  .hero-grid {
    min-height: auto;
    padding-block: 74px 48px;
  }

  .hero h1 {
    font-size: clamp(43px, 13.2vw, 61px);
  }

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

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 19px;
  }

  .button {
    width: 100%;
  }

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

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

  .hero-image {
    inset: 0 0 52px 20px;
  }

  .hero-monogram {
    top: 28px;
    width: 122px;
    height: 90px;
  }

  .hero-card {
    width: min(275px, 84%);
    min-height: 126px;
    padding: 22px;
  }

  .section-heading h2,
  .mediation h2,
  .contact h2 {
    font-size: clamp(38px, 11vw, 50px);
  }

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

  .practice-card {
    min-height: auto;
  }

  .practice-card h3 {
    margin-top: 28px;
  }

  .centered {
    text-align: left;
  }

  .centered .eyebrow {
    justify-content: flex-start;
  }

  .contact-row {
    grid-template-columns: 78px minmax(0, 1fr) 18px;
    gap: 10px;
  }

  .ask-form {
    padding: 32px 24px;
  }

  .whatsapp-float {
    right: 15px;
    bottom: max(15px, env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
    justify-content: center;
    padding: 0;
  }

  .whatsapp-float span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

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

  .footer-top > p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .disclaimer {
    justify-self: start;
    text-align: left;
  }
}

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

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

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