:root {
  color-scheme: light;
  --ink: #0d3855;
  --ink-soft: #244e68;
  --muted: #678092;
  --teal: #0b918a;
  --teal-dark: #08716d;
  --teal-soft: #e6f7f5;
  --coral: #f18a72;
  --coral-soft: #fff1ed;
  --sky: #eef8fb;
  --cream: #fbfcfa;
  --white: #ffffff;
  --line: #dbe9eb;
  --shadow: 0 28px 80px rgba(13, 56, 85, 0.12);
  --sans: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
  --serif: "Prata", Georgia, serif;
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-family: var(--sans);
  font-kerning: normal;
  font-variant-numeric: proportional-nums lining-nums;
  font-synthesis: none;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 7rem;
}

body {
  margin: 0;
  min-width: 20rem;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(11, 145, 138, 0.06), transparent 28rem),
    radial-gradient(circle at 94% 15%, rgba(241, 138, 114, 0.07), transparent 25rem),
    var(--white);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

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

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

.container {
  width: min(calc(100% - 3rem), 86rem);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--ink);
  border-radius: 0.75rem;
  transform: translateY(-150%);
}

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

:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(220, 233, 233, 0.8);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  min-height: 5.6rem;
  gap: 2.25rem;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.brand {
  flex: 0 0 auto;
}

.brand-logo {
  width: 2.9rem;
  height: 2.9rem;
  flex: 0 0 auto;
  object-fit: contain;
}

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

.brand-name {
  font-size: 1.04rem;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.brand-subtitle {
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  margin-left: auto;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.main-nav a,
.languages a,
.footer-languages a {
  transition: color 160ms ease;
}

.main-nav a:hover,
.languages a:hover,
.footer-languages a:hover {
  color: var(--teal);
}

.header-actions,
.languages {
  display: flex;
  align-items: center;
}

.header-actions {
  gap: 0.9rem;
}

.languages {
  gap: 0.2rem;
  padding: 0.25rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.languages a {
  padding: 0.36rem 0.7rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 700;
}

.languages a[aria-current="page"] {
  color: var(--white);
  background: var(--teal);
}

.header-contact {
  padding: 0.85rem 1.35rem;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 750;
  transition: background 160ms ease, transform 160ms ease;
}

.header-contact:hover {
  background: var(--teal-dark);
  transform: translateY(-1px);
}

.hero {
  overflow: hidden;
  padding: 3.4rem 0 7.25rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
}

.eyebrow,
.kicker {
  margin-bottom: 1.2rem;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.contact-panel h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.95;
}

.hero h1 {
  max-width: none;
  margin-bottom: 1.65rem;
  font-family: var(--display);
  font-size: clamp(4.2rem, 6.8vw, 7.15rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.83;
}

.hero h1 span {
  display: block;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: none;
}

.hero-first-name {
  margin-bottom: 0.08em;
}

.hero-title {
  max-width: 40rem;
  margin-bottom: 0.9rem;
  color: var(--ink-soft);
  font-size: clamp(1.12rem, 1.7vw, 1.34rem);
  font-weight: 700;
  line-height: 1.4;
}

.hero-intro {
  max-width: 38rem;
  margin-bottom: 1.8rem;
  color: var(--muted);
  font-size: 1.04rem;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.8rem;
  padding: 0;
}

.fact {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.7rem;
  padding: 0;
  border: 0;
}

.fact-icon {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 auto;
  place-items: center;
  color: var(--teal);
  background: var(--teal-soft);
  border-radius: 50%;
}

.fact-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.fact-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.fact strong {
  font-size: 0.9rem;
  font-variant-numeric: proportional-nums lining-nums;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

.fact-copy > span {
  color: var(--muted);
  font-size: 0.75rem;
}

.contact-actions {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 0.8rem;
  max-width: 40rem;
}

.contact-button,
.large-contact {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  user-select: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.contact-button[aria-disabled="true"],
.large-contact[aria-disabled="true"] {
  cursor: not-allowed;
}

a.contact-button:hover,
a.large-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(21, 50, 72, 0.14);
}

.contact-button {
  min-height: 4.25rem;
  padding: 0.72rem 1rem;
  border-radius: 1.1rem;
}

.contact-button-primary {
  color: var(--white);
  background: var(--teal);
}

.contact-button-secondary {
  color: var(--ink);
  background: var(--coral-soft);
  border: 1px solid rgba(239, 124, 107, 0.24);
}

.contact-symbol {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.contact-symbol svg {
  width: 1.25rem;
  height: 1.25rem;
}

.contact-label {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.2;
}

.contact-button .contact-label {
  flex: 1 1 auto;
}

.large-contact small {
  font-size: 0.68rem;
  opacity: 0.74;
}

.contact-button strong {
  font-size: 0.88rem;
  line-height: 1.25;
}

.button-arrow {
  display: inline-block;
  min-width: auto;
  flex: 0 0 auto;
  font-size: 1.25rem;
  font-weight: 400;
  opacity: 0.7;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.hero-note > span {
  color: var(--teal);
}

.hero-visual {
  position: relative;
  min-height: 42rem;
  isolation: isolate;
}

.hero-visual::before {
  position: absolute;
  inset: 0.75rem 2.2rem 0 0;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 78% 18%, rgba(241, 138, 114, 0.3), transparent 4.7rem),
    linear-gradient(145deg, #e3f6f4 2%, #f2faf9 52%, #fff0ea 100%);
  border: 1px solid rgba(11, 145, 138, 0.09);
  border-radius: 46% 54% 28% 45% / 35% 31% 58% 52%;
  box-shadow: var(--shadow);
}

.hero-visual img {
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  z-index: 1;
  width: 78%;
  height: 96%;
  object-fit: contain;
  object-position: center bottom;
  mix-blend-mode: multiply;
}

.visual-dot {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
}

.visual-dot-one {
  top: 11%;
  right: 13%;
  width: 1.1rem;
  height: 1.1rem;
  background: var(--coral);
}

.visual-dot-two {
  top: 17%;
  right: 8%;
  width: 0.45rem;
  height: 0.45rem;
  background: var(--teal);
}

.hero-quote {
  position: absolute;
  top: 21%;
  right: 0;
  z-index: 2;
  width: 10.5rem;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.38rem;
  font-style: italic;
  line-height: 1.25;
  transform: rotate(-5deg);
}

.hero-quote > span {
  display: block;
  margin-top: 0.3rem;
  color: var(--teal);
  font-size: 2rem;
  text-align: center;
}

.trust-card {
  position: absolute;
  right: 0;
  bottom: 2.4rem;
  z-index: 3;
  display: grid;
  width: min(19.5rem, 48%);
  gap: 0.85rem;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 1.45rem;
  box-shadow: 0 20px 55px rgba(13, 56, 85, 0.14);
  backdrop-filter: blur(14px);
}

.trust-point {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.trust-point > span {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 auto;
  place-items: center;
  color: var(--teal-dark);
  background: var(--teal-soft);
  border-radius: 50%;
  font-weight: 800;
}

.trust-point:nth-child(2) > span {
  color: var(--ink-soft);
  background: var(--sky);
}

.trust-point:nth-child(3) > span {
  color: #b96a29;
  background: #fff3d9;
}

.trust-point p {
  display: flex;
  margin: 0;
  flex-direction: column;
  line-height: 1.3;
}

.trust-point strong {
  font-size: 0.78rem;
}

.trust-point small {
  margin-top: 0.15rem;
  color: var(--muted);
  font-size: 0.66rem;
}

.services-overview {
  position: relative;
  z-index: 5;
  margin-top: -3.8rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.service-card {
  min-height: 15rem;
  padding: 1.65rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--line);
  border-radius: 1.35rem;
  box-shadow: 0 18px 45px rgba(13, 56, 85, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(13, 56, 85, 0.11);
}

.service-icon {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.2rem;
  place-items: center;
  color: var(--teal-dark);
  background: var(--teal-soft);
  border-radius: 50%;
}

.service-card:nth-child(2) .service-icon {
  color: var(--ink-soft);
  background: var(--sky);
}

.service-card:nth-child(3) .service-icon {
  color: var(--teal-dark);
  background: #e9f8f6;
}

.service-card:nth-child(4) .service-icon {
  color: #b96a29;
  background: #fff3d9;
}

.service-icon svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.service-card h3 {
  margin-bottom: 0.6rem;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.section {
  padding: 6.8rem 0;
}

.about {
  padding-top: 7.8rem;
}

.section h2,
.contact-panel h2 {
  max-width: 13ch;
  margin-bottom: 0;
  font-size: clamp(2.6rem, 5vw, 4.65rem);
}

.section-heading {
  margin-bottom: 3.2rem;
}

.section-heading-wide {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 8vw, 7rem);
  align-items: end;
}

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

.lead {
  color: var(--ink-soft);
  font-size: clamp(1.1rem, 2vw, 1.32rem);
  line-height: 1.55;
}

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

.value-card {
  min-height: 17rem;
  padding: 2rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 1.7rem;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.value-card:nth-child(2) {
  background: var(--teal-soft);
}

.value-card:nth-child(3) {
  background: var(--coral-soft);
}

.value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(21, 50, 72, 0.08);
}

.about-icon {
  display: grid;
  width: 3.4rem;
  height: 3.4rem;
  margin-bottom: 3rem;
  place-items: center;
  color: var(--ink);
  background: #dff5f1;
  border-radius: 50%;
}

.value-card:nth-child(2) .about-icon {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
}

.value-card:nth-child(3) .about-icon {
  color: var(--ink);
  background: rgba(241, 138, 114, 0.18);
}

.about-icon svg {
  width: 1.7rem;
  height: 1.7rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.value-card h3,
.document-card h3,
.experience-card h3,
.timeline-card > h3 {
  margin-bottom: 0.55rem;
  font-size: 1.28rem;
  letter-spacing: -0.025em;
}

.value-card p,
.document-card p,
.timeline-item p,
.experience-text {
  margin-bottom: 0;
  color: var(--muted);
}

.conditions {
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.conditions-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.conditions .kicker {
  color: #7fddd7;
}

.conditions h2 {
  max-width: 11ch;
  margin-bottom: 1.7rem;
}

.conditions .lead {
  color: rgba(255, 255, 255, 0.74);
}

.medical-note {
  display: flex;
  gap: 0.8rem;
  margin-top: 2.2rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.85rem;
}

.medical-note > span {
  display: grid;
  width: 1.6rem;
  height: 1.6rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  font-family: var(--serif);
  font-style: italic;
}

.medical-note p {
  margin: 0;
}

.condition-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.condition-list li {
  display: flex;
  min-height: 6.2rem;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.2rem;
  line-height: 1.42;
}

.condition-list li > span {
  display: grid;
  width: 1.55rem;
  height: 1.55rem;
  flex: 0 0 auto;
  place-items: center;
  color: var(--ink);
  background: #7fddd7;
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 900;
}

.qualification {
  background: var(--white);
}

.qualification-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
}

.timeline-card,
.experience-card {
  padding: clamp(1.6rem, 4vw, 3rem);
  border-radius: 1.8rem;
}

.timeline-card {
  background: var(--sky);
}

.timeline-card > h3 {
  margin-bottom: 2.4rem;
}

.timeline {
  display: grid;
  gap: 2rem;
}

.timeline-item {
  display: grid;
  grid-template-columns: 4.2rem 1fr;
  gap: 1.1rem;
}

.timeline-year {
  align-self: start;
  padding: 0.42rem 0.55rem;
  color: var(--white);
  background: var(--teal);
  border-radius: 999px;
  text-align: center;
  font-size: 0.74rem;
  font-weight: 800;
  font-variant-numeric: proportional-nums lining-nums;
  letter-spacing: -0.01em;
}

.timeline-item h4 {
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
  line-height: 1.45;
}

.experience-card {
  color: var(--white);
  background: var(--teal);
}

.experience-label,
.experience-text {
  color: rgba(255, 255, 255, 0.72);
}

.experience-label,
.clinical-title {
  margin-bottom: 0.35rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.experience-period {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0.38rem 0.72rem;
  color: var(--white);
  background: rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  font-size: 0.75rem;
  font-variant-numeric: proportional-nums lining-nums;
  letter-spacing: -0.01em;
}

.experience-card h3 {
  margin-bottom: 0.8rem;
  font-size: 1.7rem;
}

.clinical-title {
  margin-top: 2.5rem;
  color: #b6efeb;
}

.clinical-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.clinical-list li {
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.65rem;
  font-size: 0.78rem;
}

.documents {
  background: var(--cream);
}

.document-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.document-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 1.5rem;
}

.document-image {
  position: relative;
  display: grid;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--white);
  place-items: center;
}

.document-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 280ms ease;
}

.document-image:hover img {
  transform: scale(1.018);
}

.document-copy {
  display: flex;
  min-height: 9rem;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.4rem;
  padding: 1.35rem;
}

.document-copy > div {
  min-width: 0;
}

.document-copy p {
  font-size: 0.82rem;
}

.text-link {
  flex: 0 0 auto;
  color: var(--teal-dark);
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}

.contact-section {
  padding-top: 2rem;
}

.contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 8vw, 7rem);
  overflow: hidden;
  padding: clamp(2rem, 6vw, 5rem);
  color: var(--white);
  background: var(--ink);
  border-radius: 2.4rem;
}

.contact-panel::after {
  position: absolute;
  right: -6rem;
  bottom: -8rem;
  width: 20rem;
  height: 20rem;
  content: "";
  border: 4rem solid rgba(127, 221, 215, 0.08);
  border-radius: 50%;
}

.contact-panel-copy,
.contact-panel-actions {
  position: relative;
  z-index: 1;
}

.contact-panel .kicker {
  color: #7fddd7;
}

.contact-panel h2 {
  margin-bottom: 1.3rem;
}

.location-pill {
  display: inline-block;
  margin-top: 0.6rem;
  padding: 0.48rem 0.8rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
}

.contact-panel-actions {
  display: grid;
  gap: 0.75rem;
}

.large-contact {
  min-height: 6rem;
  padding: 1rem 1.2rem;
  color: var(--ink);
  background: var(--white);
  border-radius: 1.2rem;
}

.large-contact:last-child {
  background: var(--coral-soft);
}

.large-contact strong {
  margin: 0.2rem 0;
  font-size: 1.05rem;
  font-variant-numeric: proportional-nums lining-nums;
  letter-spacing: -0.01em;
}

.site-footer {
  margin-top: 5rem;
  padding: 3.5rem 0 1.5rem;
  background: var(--white);
  border-top: 1px solid var(--line);
}

.footer-main {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 4rem;
  padding-bottom: 2.5rem;
}

.footer-brand > div {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}

.footer-brand strong {
  letter-spacing: -0.02em;
}

.footer-brand span:last-child,
.disclaimer,
.footer-bottom {
  color: var(--muted);
  font-size: 0.78rem;
}

.disclaimer {
  max-width: 45rem;
  margin: 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
}

.footer-languages {
  display: flex;
  gap: 1rem;
}

.footer-languages a[aria-current="page"] {
  color: var(--ink);
  font-weight: 800;
}

.not-found {
  max-width: 42rem;
  padding-block: 4rem;
}

.not-found > h1 {
  font-size: 5rem;
  line-height: 1;
}

.not-found section + section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

@media (max-width: 68rem) {
  .main-nav {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .hero-grid {
    gap: 1.5rem;
  }

  .hero-visual {
    min-height: 36rem;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .contact-actions {
    grid-template-columns: 1fr;
  }

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

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

  .service-card {
    min-height: 13.5rem;
  }

  .hero-quote {
    right: -0.5rem;
    font-size: 1.08rem;
  }

  .trust-card {
    width: 56%;
  }
}

@media (max-width: 50rem) {
  html {
    scroll-padding-top: 5rem;
  }

  .container {
    width: min(calc(100% - 1.5rem), 42rem);
  }

  .site-header {
    position: static;
  }

  .header-inner {
    min-height: 4.5rem;
    gap: 0.7rem;
  }

  .header-contact {
    display: none;
  }

  .brand-name {
    font-size: 0.82rem;
  }

  .brand-logo {
    width: 2.35rem;
    height: 2.35rem;
  }

  .hero {
    padding: 2.8rem 0 5rem;
  }

  .hero-grid,
  .section-heading-wide,
  .qualification-grid,
  .contact-panel,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: min(138vw, 43rem);
  }

  .contact-actions {
    max-width: none;
  }

  .hero-visual::before {
    inset: 1rem 0 0;
  }

  .hero-visual img {
    right: 0;
    width: 92%;
    height: 94%;
  }

  .hero-quote {
    top: 12%;
    right: 0.5rem;
    width: 9rem;
  }

  .trust-card {
    right: 0.75rem;
    bottom: 1rem;
    width: min(20rem, calc(100% - 1.5rem));
  }

  .services-overview {
    margin-top: -2.4rem;
  }

  .section {
    padding: 4.8rem 0;
  }

  .section-heading-wide {
    gap: 1.5rem;
  }

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

  .service-card {
    min-height: 0;
  }

  .value-card {
    min-height: 0;
  }

  .about-icon {
    margin-bottom: 2.4rem;
  }

  .condition-list {
    grid-template-columns: 1fr;
  }

  .condition-list li {
    min-height: 0;
  }

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

  .document-copy > div {
    width: 100%;
  }

  .contact-panel {
    border-radius: 1.7rem;
  }

  .footer-main {
    gap: 2rem;
  }
}

@media (max-width: 28rem) {
  .hero h1 {
    font-size: clamp(3.1rem, 17vw, 4.2rem);
  }

  .languages a {
    padding-inline: 0.55rem;
  }

  .brand-subtitle {
    display: none;
  }

  .hero-quote {
    display: none;
  }

  .trust-card {
    padding: 1rem;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .timeline-year {
    width: fit-content;
  }
}

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

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