/*
Theme Name: Dr. Bruno Macedo
Theme URI: https://brunomacedogeriatria.com.br
Author: Dr. Bruno Macedo
Description: Tema institucional para o site profissional do Dr. Bruno Macedo.
Version: 1.2.3
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: dr-bruno-macedo
*/

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-latin-300-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-latin-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-latin-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src: url("assets/fonts/dm-sans-latin-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --ink: #172536;
  --muted: #667586;
  --green: #071a2c;
  --green-2: #0b2440;
  --green-3: #70879b;
  --gold: #9dafbe;
  --ivory: #f5f2ea;
  --paper: #fffefb;
  --line: #d8dfe5;
  --white: #ffffff;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Inter, Arial, sans-serif;
  --shadow: 0 28px 80px rgba(7, 26, 44, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

img {
  display: block;
}

.site-image-fill {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

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

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

h1,
h2,
h3 {
  text-wrap: balance;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--green);
  border: 1px solid var(--green);
}

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

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(7, 26, 44, 0.1);
  background: rgba(245, 242, 234, 0.95);
  backdrop-filter: blur(18px);
}

.site-header-immersive {
  position: absolute;
  width: 100%;
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
}

.header-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: max-content;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand span {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand strong {
  color: var(--green);
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.site-header-immersive .brand strong {
  color: #f5f2ea;
}

.site-header-immersive .brand small {
  color: #aebbc7;
}

.desktop-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(28px, 3.8vw, 54px);
}

.desktop-nav a {
  position: relative;
  color: #35465a;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.site-header-immersive .desktop-nav a {
  color: #f5f2ea;
}

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

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

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid var(--green);
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.015em;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

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

.button-compact {
  min-height: 44px;
  padding-inline: 20px;
  font-size: 12px;
}

.button-outline {
  background: transparent;
  color: var(--green);
}

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

.button-light {
  border-color: var(--white);
  background: var(--white);
  color: var(--green);
}

.button-light:hover,
.button-light:focus-visible {
  background: var(--gold);
  color: var(--green);
}

.mobile-menu {
  display: none;
}

.eyebrow {
  margin-bottom: 20px;
  color: var(--green-2);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-right: 12px;
  content: "";
  vertical-align: middle;
  background: var(--gold);
}

.hero {
  position: relative;
  display: flex;
  min-height: 82svh;
  overflow: hidden;
  padding: 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(20, 55, 88, 0.44), transparent 48%),
    #071a2c;
}

.hero::before {
  content: none;
}

.hero-arc {
  position: absolute;
  border: 1px solid rgba(71, 105, 135, 0.52);
  border-radius: 50%;
  pointer-events: none;
}

.hero-arc-left {
  bottom: -290px;
  left: -520px;
  width: 660px;
  height: 660px;
}

.hero-arc-right {
  top: 74px;
  right: -390px;
  width: 600px;
  height: 600px;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 70px;
}

.hero-grid.hero-solo {
  grid-template-columns: 1fr;
  min-height: 82svh;
  justify-items: center;
}

.hero-copy {
  width: 100%;
  max-width: 1020px;
  padding: 128px 0 58px;
  text-align: center;
  animation: hero-reveal 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero h1 {
  max-width: 920px;
  margin: 0 auto 28px;
  color: #f5f2ea;
  font-family: var(--serif);
  font-size: clamp(62px, 6.7vw, 96px);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 0.96;
}

.hero h1 em {
  display: block;
  color: var(--green-2);
  font-weight: 400;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 32px;
  color: #56615c;
  font-size: 18px;
  line-height: 1.72;
}

.hero-button {
  width: min(100%, 374px);
  min-height: 76px;
  border-color: rgba(174, 187, 199, 0.78);
  border-radius: 1px;
  background: transparent;
  color: #f5f2ea;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.08em;
  animation: hero-reveal 520ms 100ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-button:hover,
.hero-button:focus-visible {
  transform: none;
  border-color: #f5f2ea;
  background: #f5f2ea;
  color: #071a2c;
}

.hero-button:focus-visible {
  outline: 2px solid #dde6ec;
  outline-offset: 4px;
}

@keyframes hero-reveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-kicker {
  margin-bottom: 28px;
  color: #9dafbe;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-summary {
  max-width: 560px;
  margin: 0 auto 28px;
  color: #bdc8d2;
  font-size: 16px;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

#care-paths-title {
  scroll-margin-top: 120px;
}
.hero-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(245, 242, 234, 0.45);
  color: #f5f2ea;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.hero-text-link span {
  color: #9dafbe;
  transition: transform 180ms ease;
}

.hero-text-link:hover span,
.hero-text-link:focus-visible span {
  transform: translateX(4px);
}

.compact-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 88px;
  margin-bottom: 48px;
}

.compact-heading h2,
.home-about h2,
.home-signals h2,
.home-location h2,
.trajectory-heading h2 {
  margin: 0;
  color: var(--green);
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

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

.care-path-list {
  border-top: 1px solid var(--green);
}

.care-path-list article {
  display: grid;
  grid-template-columns: 46px minmax(220px, 0.8fr) minmax(260px, 1fr) auto;
  align-items: center;
  gap: 32px;
  padding: 29px 0;
  border-bottom: 1px solid var(--line);
}

.path-number {
  color: var(--green-3);
  font-family: var(--serif);
  font-size: 13px;
}

.path-label {
  margin-bottom: 5px;
  color: var(--green-3);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.care-path-list h3 {
  margin: 0;
  color: var(--green);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.15;
}

.care-path-list article > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.home-about {
  padding: 88px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.home-about-grid {
  display: grid;
  grid-template-columns: 0.9fr 0.72fr 0.62fr;
  align-items: start;
  gap: 66px;
}

.home-about-copy p {
  color: var(--muted);
  font-size: 14px;
}

.home-about-copy .arrow-link {
  margin-top: 7px;
}

.home-facts {
  border-top: 1px solid var(--green);
}

.home-facts div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.home-facts span,
.profile-registration span {
  display: block;
  margin-bottom: 4px;
  color: var(--green-3);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-facts strong,
.profile-registration strong {
  color: var(--green);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
}

.home-focus {
  padding: 88px 0 94px;
  background: var(--green);
  color: var(--white);
}

.home-focus-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 50px;
}

.home-focus .eyebrow {
  margin-bottom: 0;
  color: #aebbc7;
}

.home-focus-heading h2 {
  max-width: 670px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.home-focus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}

.home-focus-grid article {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.home-focus-grid span {
  color: #9dafbe;
  font-family: var(--serif);
  font-size: 13px;
}

.home-focus-grid h3 {
  margin: 24px 0 8px;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
}

.home-focus-grid p {
  margin: 0;
  color: #aebbc7;
  font-size: 13px;
}

.home-signals-grid {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 110px;
}

.signal-list {
  border-top: 1px solid var(--green);
}

.signal-list p {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 19px;
}

.signal-list span {
  color: var(--green-3);
  font-size: 12px;
}

.home-location {
  padding: 0;
  background: var(--paper);
}

.home-location-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 76px;
}

.home-location-image {
  position: relative;
  min-height: 470px;
  overflow: hidden;
}

.home-location-image img {
  object-fit: cover;
}

.home-location p {
  max-width: 430px;
  margin: 23px 0 27px;
  color: var(--muted);
  font-size: 14px;
}

.home-contact {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.home-contact .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.home-contact p,
.home-contact a {
  margin: 0;
  font-size: 13px;
}

.home-contact p {
  color: var(--muted);
}

.home-contact a {
  color: var(--green);
  font-weight: 600;
}

.hero-signature {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.hero-signature span {
  width: 44px;
  height: 1px;
  background: var(--gold);
}

.hero-signature p {
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 13px;
  font-style: italic;
  line-height: 1.45;
}

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

.portrait-frame {
  position: absolute;
  inset: 0 0 30px 22px;
  overflow: hidden;
  border-radius: 190px 190px 28px 28px;
  background: #d9d9d3;
  box-shadow: var(--shadow);
}

.portrait-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: inset 0 -160px 110px rgba(9, 32, 29, 0.15);
}

.portrait-frame img {
  object-fit: cover;
  object-position: 50% 35%;
}

.hero-note {
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 268px;
  padding: 21px 24px;
  border-left: 3px solid var(--gold);
  background: var(--green);
  color: var(--white);
  box-shadow: 0 18px 38px rgba(11, 57, 53, 0.2);
}

.hero-note span,
.hero-note strong {
  display: block;
}

.hero-note span {
  margin-bottom: 4px;
  color: #d8e1dc;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-note strong {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
}

.audience-band {
  position: relative;
  z-index: 4;
  margin-top: 0;
  background: var(--paper);
}

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

.audience-card {
  position: relative;
  min-height: 320px;
  padding: 54px 44px 46px;
  border-right: 1px solid var(--line);
  transition:
    background 200ms ease,
    transform 200ms ease;
}

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

.audience-card:hover {
  background: #f8f7f2;
}

.card-number {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 13px;
}

.audience-card h2 {
  margin: 24px 0 13px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.audience-card p {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.arrow-link span {
  color: var(--gold);
  font-size: 18px;
  transition: transform 180ms ease;
}

.arrow-link:hover span {
  transform: translateX(4px);
}

.section {
  padding: 92px 0;
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.95fr 0.82fr 0.9fr;
  gap: 72px;
}

.section-heading h2,
.seek-title h2,
.modalities-heading h2,
.location-copy h2,
.articles-heading h2,
.two-column h2,
.practical-grid h2,
.profile-copy h2,
.split-feature h2 {
  margin-bottom: 0;
  color: var(--green);
  font-family: var(--serif);
  font-size: clamp(40px, 4.1vw, 59px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.07;
}

.intro-copy {
  padding-top: 55px;
}

.intro-copy p,
.rich-copy p,
.profile-copy > p {
  color: var(--muted);
}

.lead-paragraph {
  color: #33433e !important;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.55;
}

.intro-copy .arrow-link {
  margin-top: 10px;
}

.credentials {
  border-top: 1px solid var(--green);
}

.credentials div,
.credential-stack div {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.credentials span,
.credential-stack span {
  display: block;
  margin-bottom: 5px;
  color: var(--green-3);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.credentials strong,
.credential-stack strong {
  color: var(--green);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}

.pillars-section {
  padding: 118px 0 126px;
  background: var(--green);
  color: var(--white);
}

.pillars-intro {
  display: grid;
  grid-template-columns: 1.2fr 0.65fr;
  align-items: end;
  gap: 100px;
  margin-bottom: 75px;
}

.pillars-section .eyebrow {
  color: #b9cbc4;
}

.pillars-section h2 {
  max-width: 700px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 65px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.pillars-intro > p {
  margin: 0;
  color: #bdccc7;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}

.pillars-grid article {
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.pillars-grid article > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 14px;
}

.pillars-grid h3 {
  min-height: 66px;
  margin: 34px 0 20px;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
  line-height: 1.12;
}

.pillars-grid p {
  margin: 0;
  color: #b9cac4;
  font-size: 14px;
}

.pillars-section.compact {
  padding-block: 86px;
}

.seek-grid {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 110px;
}

.seek-title p {
  max-width: 480px;
  margin-top: 30px;
  color: var(--muted);
}

.seek-list {
  border-top: 1px solid var(--green);
}

.seek-list div {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  min-height: 74px;
  border-bottom: 1px solid var(--line);
}

.seek-list span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 13px;
}

.seek-list p {
  margin: 0;
  color: #33413d;
  font-family: var(--serif);
  font-size: 19px;
}

.modalities-section {
  background: #eef1f2;
}

.modalities-heading,
.articles-heading {
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 58px;
}

.modalities-heading > p {
  margin: 0;
  color: var(--muted);
}

.modalities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid #cbd4db;
  border-bottom: 1px solid #cbd4db;
}

.modality-card {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: 44px 42px;
  border: 0;
  border-right: 1px solid #cbd4db;
  background: transparent;
}

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

.modality-tag {
  color: var(--green-3);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.modality-card h3 {
  min-height: 74px;
  margin: 22px 0 14px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 500;
  line-height: 1.12;
}

.modality-audience {
  min-height: 78px;
  color: var(--muted);
  font-size: 14px;
}

.modality-card ul {
  margin: 12px 0 28px;
  padding: 0;
  list-style: none;
}

.modality-card li {
  position: relative;
  padding: 9px 0 9px 18px;
  border-bottom: 1px solid var(--line);
  color: #4e5a55;
  font-size: 13px;
}

.modality-card li::before {
  position: absolute;
  top: 16px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: var(--gold);
}

.modality-card .arrow-link {
  margin-top: auto;
}

.location-section {
  padding: 120px 0;
  background: var(--paper);
}

.location-section.small {
  padding-block: 90px;
}

.location-grid {
  display: grid;
  grid-template-columns: 0.62fr 1.2fr;
  align-items: center;
  gap: 82px;
}

.location-copy p {
  margin: 28px 0 30px;
  color: var(--muted);
}

.location-gallery {
  display: grid;
  grid-template-columns: 1fr 0.44fr;
  grid-template-rows: 250px 250px;
  gap: 14px;
}

.gallery-main,
.gallery-secondary {
  position: relative;
  overflow: hidden;
}

.gallery-main {
  grid-row: 1 / 3;
  border-radius: 4px 80px 4px 4px;
}

.gallery-secondary:last-child {
  border-radius: 4px 4px 80px 4px;
}

.location-gallery img {
  object-fit: cover;
}

.gallery-secondary:first-of-type img {
  object-position: center;
}

.articles-heading {
  grid-template-columns: 1fr auto;
}

.article-grid,
.article-index-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px 28px;
}

.article-visual {
  position: relative;
  display: block;
  height: 230px;
  overflow: hidden;
  margin-bottom: 25px;
  background: #dfe6eb;
}

.article-visual::before,
.article-visual::after {
  content: none;
}

.article-visual img {
  object-fit: cover;
  transition: transform 420ms ease;
}

.article-visual:hover img,
.article-visual:focus-visible img {
  transform: scale(1.025);
}

.article-category {
  margin-bottom: 11px;
  color: var(--green-3) !important;
  font-size: 10px !important;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.article-card h3,
.article-index-card h2 {
  margin: 0 0 13px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.18;
}

.article-card > p,
.article-index-card > p {
  color: var(--muted);
  font-size: 14px;
}

.article-card .arrow-link,
.article-index-card .arrow-link {
  margin-top: 5px;
}

.final-cta {
  padding: 74px 0;
  background: var(--green);
  color: var(--white);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.final-cta .eyebrow {
  color: #b8cac4;
}

.final-cta h2 {
  max-width: 710px;
  margin-bottom: 16px;
  font-family: var(--serif);
  font-size: clamp(38px, 4.2vw, 55px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.final-cta p {
  margin: 0;
  color: #bfcec9;
}

.final-cta .button {
  flex: 0 0 auto;
}

.site-footer {
  padding: 62px 0 28px;
  background: #041421;
  color: #d4dfda;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1.15fr;
  gap: 60px;
  padding-bottom: 62px;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.footer-brand img {
  padding: 6px;
  border-radius: 50%;
  background: var(--ivory);
}

.footer-brand strong {
  display: block;
  margin: 7px 0 8px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
}

.footer-brand p,
.footer-location p {
  margin: 0 0 4px;
  color: #99aea7;
  font-size: 12px;
}

.footer-title {
  margin-bottom: 20px !important;
  color: var(--gold) !important;
  font-size: 10px !important;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-grid > div:not(:first-child) > a {
  display: block;
  margin-bottom: 11px;
  color: #bdccc7;
  font-size: 12px;
}

.footer-grid a:hover {
  color: var(--white) !important;
}

.footer-location > a {
  margin-top: 20px;
  color: var(--white) !important;
  font-weight: 650;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
  color: #79918a;
  font-size: 10px;
}

/* Internal pages */

.inner-hero {
  padding: 88px 0 82px;
  border-bottom: 1px solid #24445f;
  background:
    radial-gradient(circle at 85% 15%, rgba(36, 68, 95, 0.55), transparent 34%),
    #071a2c;
}

.inner-hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.62fr;
  align-items: end;
  gap: 110px;
}

.inner-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #f5f2ea;
  font-family: var(--serif);
  font-size: clamp(50px, 5.8vw, 72px);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 0.99;
}

.inner-hero-grid > p {
  margin: 0 0 6px;
  color: #aebbc7;
  font-size: 17px;
}

.inner-hero .eyebrow {
  color: #aebbc7;
}

.two-column {
  display: grid;
  grid-template-columns: 0.95fr 0.75fr;
  gap: 120px;
}

.rich-copy {
  padding-top: 48px;
}

.soft-section {
  padding: 74px 0;
  background: #e9eee9;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.feature-grid article {
  min-height: 310px;
  padding: 36px;
  background: var(--paper);
}

.feature-grid article > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 13px;
}

.feature-grid h3 {
  margin: 45px 0 18px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 500;
}

.feature-grid p {
  color: var(--muted);
  font-size: 14px;
}

.practical-grid {
  display: grid;
  grid-template-columns: 0.72fr 0.9fr 0.62fr;
  gap: 70px;
  align-items: start;
}

.steps-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--green);
  list-style: none;
}

.steps-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.steps-list li > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 13px;
}

.steps-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 500;
}

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

.steps-list.plain li {
  align-items: center;
}

.info-card {
  padding: 35px;
  background: var(--green);
  color: var(--white);
  box-shadow: var(--shadow);
}

.mini-label {
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.info-card > strong {
  display: block;
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
}

.info-card > p:not(.mini-label) {
  color: #c3d0cc;
  font-size: 13px;
}

.info-card .small {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.info-card .button {
  width: 100%;
  margin-top: 10px;
  border-color: var(--white);
  background: var(--white);
  color: var(--green);
}

.split-feature,
.profile-grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  align-items: center;
  gap: 100px;
}

.split-image,
.profile-image {
  position: relative;
  overflow: hidden;
}

.split-image.portrait {
  min-height: 620px;
  border-radius: 4px 120px 4px 4px;
}

.split-image.landscape {
  min-height: 430px;
  border-radius: 90px 4px 4px 4px;
}

.split-image img,
.profile-image img,
.wide-image img {
  object-fit: cover;
}

.editorial-list {
  margin: 30px 0;
  padding: 0;
  border-top: 1px solid var(--green);
  list-style: none;
}

.editorial-list li {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: #3f4c47;
}

.service-note {
  margin: 28px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--green);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
}

.image-banner {
  padding-top: 64px;
}

.wide-image {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 4px 130px 4px 4px;
}

.profile-grid {
  grid-template-columns: 0.68fr 1fr;
  gap: 88px;
}

.profile-image {
  min-height: 690px;
  border-radius: 150px 150px 4px 4px;
  box-shadow: var(--shadow);
}

.profile-image img {
  object-position: 50% 34%;
}

.profile-copy {
  max-width: 650px;
}

.profile-registration {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.trajectory-section {
  padding: 94px 0 104px;
  background: var(--green);
  color: var(--white);
}

.trajectory-heading {
  display: grid;
  grid-template-columns: 0.4fr 1fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 60px;
}

.trajectory-heading .eyebrow {
  margin-bottom: 4px;
  color: #aebbc7;
}

.trajectory-heading h2 {
  max-width: 760px;
  color: var(--white);
  font-weight: 400;
}

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

.trajectory-list article {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 52px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.trajectory-list article > span {
  padding-top: 3px;
  color: #9dafbe;
  font-family: var(--serif);
  font-size: 16px;
}

.trajectory-list article > div {
  display: grid;
  grid-template-columns: 150px minmax(220px, 0.8fr) minmax(260px, 1fr);
  align-items: baseline;
  gap: 32px;
}

.trajectory-list p {
  margin: 0;
  color: #9dafbe;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.trajectory-list h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.15;
}

.trajectory-list strong {
  color: #b7c3cd;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

.approach-section .compact-heading {
  align-items: start;
  margin-bottom: 0;
}

.approach-points {
  border-top: 1px solid var(--green);
}

.approach-points p {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
}

.approach-points span {
  color: var(--green-3);
  font-size: 11px;
}

.credential-stack {
  margin-top: 34px;
}

.quote-section {
  padding: 100px 0;
  background: var(--green);
}

.quote-section p {
  max-width: 900px;
  margin: 0 auto;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(37px, 5vw, 61px);
  font-weight: 400;
  line-height: 1.13;
  text-align: center;
}

.booking-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.booking-grid article {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 38px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.booking-grid article > span {
  color: var(--green-3);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.booking-grid h2 {
  min-height: 82px;
  margin: 28px 0 15px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 500;
}

.booking-grid p {
  color: var(--muted);
  font-size: 14px;
}

.booking-grid .button {
  margin-top: auto;
}

.legal-copy {
  max-width: 800px;
}

.legal-copy h2 {
  margin: 44px 0 13px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 500;
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.legal-copy p {
  color: var(--muted);
}

/* Articles */

.articles-hero {
  padding-bottom: 85px;
}

.category-strip {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.category-strip .shell {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.category-strip span {
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green-2);
  font-size: 10px;
  letter-spacing: 0.04em;
}

.article-index-card {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}

.article-hero {
  padding: 110px 0 90px;
  background: var(--green);
  color: var(--white);
}

.article-hero .eyebrow {
  color: #b7c8c2;
}

.article-hero-inner {
  max-width: 900px;
}

.article-cover {
  position: relative;
  z-index: 2;
  height: clamp(320px, 46vw, 560px);
  overflow: hidden;
  margin-top: -42px;
  border: 8px solid var(--ivory);
  background: #dfe6eb;
  box-shadow: var(--shadow);
}

.article-cover img {
  object-fit: cover;
}

.article-hero h1 {
  margin-bottom: 28px;
  font-family: var(--serif);
  font-size: clamp(52px, 6.5vw, 78px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.article-hero-inner > p {
  max-width: 720px;
  color: #c5d2ce;
  font-size: 18px;
}

.article-hero-inner > div {
  display: flex;
  gap: 25px;
  margin-top: 34px;
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 720px);
  justify-content: center;
  gap: 90px;
  padding-top: 72px;
  padding-bottom: 120px;
}

.article-layout aside {
  position: sticky;
  top: 120px;
  align-self: start;
  padding-top: 18px;
  border-top: 1px solid var(--green);
}

.article-layout aside p {
  color: var(--green-3);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.article-layout aside span {
  display: block;
  margin: 14px 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.4;
}

.article-body {
  color: #3e4945;
}

.article-introduction {
  margin-bottom: 54px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.55;
}

.article-body section {
  margin-bottom: 50px;
}

.article-body h2 {
  margin-bottom: 18px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

.article-body p {
  font-size: 17px;
  line-height: 1.82;
}

.article-body ul {
  margin: 18px 0 28px;
  padding-left: 24px;
  color: var(--muted);
}

.article-body li {
  margin-bottom: 10px;
}

.article-faq > div {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.article-faq h3 {
  margin-bottom: 8px;
  color: var(--green);
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
}

.article-references a {
  color: var(--green);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 4px;
}

.article-disclaimer {
  margin: 55px 0 40px;
  padding: 26px 28px;
  border-left: 3px solid var(--gold);
  background: #e9eee9;
}

.article-disclaimer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
}

.article-disclaimer p {
  margin: 0;
  font-size: 14px;
}

.back-link {
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
}

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

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

  .brand small {
    display: block;
  }

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

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

  .intro-grid {
    gap: 38px;
  }

  .practical-grid {
    grid-template-columns: 0.75fr 1fr;
  }

  .practical-grid .info-card {
    grid-column: 2;
  }

  .care-path-list article {
    grid-template-columns: 38px minmax(210px, 0.8fr) 1fr auto;
    gap: 22px;
  }

  .home-about-grid {
    gap: 38px;
  }

  .trajectory-list article > div {
    grid-template-columns: 120px minmax(190px, 0.8fr) 1fr;
    gap: 24px;
  }
}

@media (max-width: 860px) {
  .shell {
    width: min(100% - 34px, 680px);
  }

  .header-inner {
    min-height: 78px;
    grid-template-columns: 1fr auto;
  }

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

  .brand strong {
    font-size: 24px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .brand small {
    margin-top: 5px;
    font-size: 11px;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    padding: 8px 0;
    color: var(--green);
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    list-style: none;
  }

  .site-header-immersive .mobile-menu summary {
    color: #f5f2ea;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu nav {
    position: absolute;
    top: 45px;
    right: 0;
    width: 250px;
    padding: 18px;
    border: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .mobile-menu nav a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid var(--line);
    color: var(--green);
    font-size: 13px;
  }

  .hero {
    min-height: 80svh;
    padding: 0;
  }

  .hero-grid,
  .inner-hero-grid,
  .intro-grid,
  .pillars-intro,
  .seek-grid,
  .location-grid,
  .two-column,
  .split-feature,
  .profile-grid,
  .practical-grid,
  .compact-heading,
  .home-about-grid,
  .home-signals-grid,
  .home-location-grid,
  .trajectory-heading {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 680px;
    font-size: clamp(54px, 12vw, 78px);
  }

  .hero-copy {
    padding: 118px 0 54px;
  }

  .hero-button {
    min-height: 68px;
  }

  .hero-arc-left {
    bottom: -350px;
    left: -555px;
  }

  .hero-arc-right {
    top: 55px;
    right: -500px;
  }

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

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

  .portrait-frame {
    inset: 0 0 20px;
  }

  .hero-note {
    right: -5px;
  }

  .audience-band {
    margin-top: 0;
    padding: 0 17px;
  }

  .audience-grid {
    width: min(100%, 680px);
    grid-template-columns: 1fr;
  }

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

  .section,
  .location-section {
    padding: 76px 0;
  }

  .compact-heading,
  .home-about-grid,
  .home-signals-grid,
  .home-location-grid,
  .trajectory-heading {
    gap: 36px;
  }

  .care-path-list article {
    grid-template-columns: 38px 1fr auto;
    gap: 18px;
  }

  .care-path-list article > p {
    grid-column: 2 / 4;
    max-width: 570px;
  }

  .home-about {
    padding: 76px 0;
  }

  .home-focus {
    padding: 76px 0 80px;
  }

  .home-focus-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }

  .home-focus-grid {
    gap: 24px;
  }

  .home-location-image {
    min-height: 390px;
  }

  .trajectory-section {
    padding: 80px 0;
  }

  .trajectory-list article {
    grid-template-columns: 120px 1fr;
    gap: 34px;
  }

  .trajectory-list article > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .intro-copy {
    padding-top: 0;
  }

  .pillars-intro {
    gap: 25px;
  }

  .pillars-grid,
  .modalities-grid,
  .feature-grid,
  .booking-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .pillars-grid article {
    padding-bottom: 28px;
  }

  .pillars-grid h3 {
    min-height: 0;
    margin-top: 20px;
  }

  .seek-grid,
  .location-grid,
  .inner-hero-grid,
  .two-column,
  .split-feature,
  .profile-grid {
    gap: 50px;
  }

  .modalities-heading,
  .articles-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .modality-card,
  .modality-card.featured {
    min-height: auto;
    transform: none;
    border-right: 0;
    border-bottom: 1px solid #cbd4db;
  }

  .modality-card h3,
  .modality-audience {
    min-height: 0;
  }

  .location-gallery {
    grid-template-rows: 230px 230px;
  }

  .article-grid,
  .article-index-grid {
    grid-template-columns: 1fr 1fr;
  }

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 34px;
  }

  .footer-grid {
    gap: 36px;
  }

  .footer-grid > div:not(:first-child) {
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .inner-hero {
    padding: 80px 0 72px;
  }

  .inner-hero-grid > p {
    max-width: 590px;
  }

  .rich-copy {
    padding-top: 0;
  }

  .practical-grid .info-card {
    grid-column: auto;
  }

  .split-image.portrait,
  .profile-image {
    min-height: 620px;
  }

  .profile-copy {
    max-width: none;
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .article-layout aside {
    position: static;
  }

  .article-layout aside span {
    display: inline;
  }

  .article-layout aside span + span::before {
    content: " · ";
  }
}

@media (max-width: 560px) {
  .shell {
    width: calc(100% - 30px);
  }

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

  .brand {
    gap: 9px;
  }

  .brand img {
    width: 32px;
    height: 32px;
  }

  .brand small {
    font-size: 9px;
  }

  .hero {
    padding: 0;
  }

  .hero h1 {
    max-width: 360px;
    margin-bottom: 24px;
    font-size: clamp(50px, 15vw, 66px);
    line-height: 0.98;
  }

  .hero-copy {
    padding-top: 108px;
  }

  .hero-kicker {
    margin-bottom: 22px;
    font-size: 9px;
    letter-spacing: 0.13em;
  }

  .hero-summary {
    max-width: 330px;
    margin-bottom: 25px;
    font-size: 14px;
  }

  .hero-button {
    width: min(100%, 340px);
    min-height: 64px;
    font-size: 16px;
  }

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

  .portrait-frame {
    border-radius: 140px 140px 22px 22px;
  }

  .hero-note {
    width: 238px;
    padding: 18px 20px;
  }

  .audience-card {
    padding: 31px 28px;
  }

  .compact-heading h2,
  .home-about h2,
  .home-signals h2,
  .home-location h2,
  .trajectory-heading h2 {
    font-size: 38px;
  }

  .care-path-list article {
    grid-template-columns: 32px 1fr;
    padding: 25px 0;
  }

  .care-path-list article > p,
  .care-path-list .arrow-link {
    grid-column: 2;
  }

  .care-path-list h3 {
    font-size: 23px;
  }

  .home-focus-grid {
    grid-template-columns: 1fr;
  }

  .home-focus-grid article {
    padding-bottom: 18px;
  }

  .home-location-grid {
    gap: 42px;
  }

  .home-location-image {
    min-height: 300px;
  }

  .home-contact .shell {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .trajectory-list article {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 0;
  }

  .trajectory-list h3 {
    font-size: 23px;
  }

  .section-heading h2,
  .seek-title h2,
  .modalities-heading h2,
  .location-copy h2,
  .articles-heading h2,
  .two-column h2,
  .practical-grid h2,
  .profile-copy h2,
  .split-feature h2 {
    font-size: 39px;
  }

  .pillars-section {
    padding: 82px 0;
  }

  .pillars-section h2 {
    font-size: 43px;
  }

  .seek-list div {
    grid-template-columns: 38px 1fr;
  }

  .seek-list p {
    font-size: 17px;
  }

  .location-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 280px 180px;
  }

  .gallery-main {
    grid-column: 1 / 3;
    grid-row: 1;
    border-radius: 4px 60px 4px 4px;
  }

  .gallery-secondary:last-child {
    border-radius: 4px 4px 60px 4px;
  }

  .article-grid,
  .article-index-grid {
    grid-template-columns: 1fr;
  }

  .article-visual {
    height: 210px;
  }

  .final-cta {
    padding: 76px 0;
  }

  .footer-brand {
    align-items: center;
  }

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

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

  .feature-grid article {
    min-height: 260px;
  }

  .split-image.portrait,
  .profile-image {
    min-height: 500px;
  }

  .split-image.landscape,
  .wide-image {
    min-height: 310px;
  }

  .profile-image {
    border-radius: 140px 140px 4px 4px;
  }

  .booking-grid article {
    min-height: 340px;
  }

  .article-hero-inner > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .article-layout {
    padding-top: 65px;
  }

  .article-introduction {
    font-size: 22px;
  }
}

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

/* Integração com a barra administrativa do WordPress. */
.admin-bar .site-header {
  top: 32px;
}

.article-cover > img,
.article-visual > img,
.article-index-card .wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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