:root {
  --wine: #8b0b28;
  --wine-dark: #6f071f;
  --coral: #dc4a4d;
  --orange: #ef4402;
  --ink: #2f2425;
  --muted: #74686a;
  --cream: #fffaf7;
  --soft: #fbefec;
  --soft-warm: #fff4ee;
  --border: #eadbd9;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(93, 33, 43, 0.12);
  --radius-lg: 38px;
  --radius-md: 26px;
  --radius-sm: 18px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

svg {
  display: block;
}

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

:focus-visible {
  outline: 3px solid rgba(239, 68, 2, 0.45);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  transform: translateY(-150%);
  padding: 10px 16px;
  color: var(--white);
  background: var(--wine);
  border-radius: 12px;
  text-decoration: none;
}

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

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

.section {
  position: relative;
  padding: 112px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(139, 11, 40, 0.1);
  background: rgba(255, 250, 247, 0.92);
  backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  width: 210px;
}

.brand img {
  width: 100%;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.5vw, 38px);
}

.main-nav a {
  position: relative;
  padding: 29px 0 25px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--orange);
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--wine);
  transition: transform 180ms ease, opacity 180ms ease;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button svg,
.text-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fill-icon {
  fill: currentColor;
  stroke: none;
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--wine), #a40c35);
  box-shadow: 0 14px 30px rgba(139, 11, 40, 0.2);
}

.button-primary:hover {
  box-shadow: 0 18px 38px rgba(139, 11, 40, 0.28);
}

.button-light {
  color: var(--wine);
  background: var(--white);
  box-shadow: 0 12px 28px rgba(51, 15, 22, 0.16);
}

.header-cta {
  min-height: 48px;
  padding-inline: 20px;
  font-size: 14px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 25px;
  height: 2px;
  background: var(--orange);
}

.eyebrow.light {
  color: #ffd8cf;
}

.eyebrow.light > span {
  background: #ff8566;
}

.hero {
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 84px 0 92px;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: 64px;
}

.hero-copy {
  padding-left: 12px;
}

.hero h1,
.section-heading h2,
.about-copy h2,
.space-content h2,
.contact-cta h2 {
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 640px;
  font-size: clamp(50px, 5.4vw, 76px);
  line-height: 1.02;
}

.hero h1 em,
.section-heading h2 em,
.about-copy h2 em,
.space-content h2 em {
  color: var(--orange);
  font-weight: 500;
}

.hero-text {
  max-width: 590px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

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

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--wine);
  font-weight: 700;
  text-decoration: none;
}

.text-link svg {
  transition: transform 180ms ease;
}

.text-link:hover svg {
  transform: translateX(5px);
}

.location-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 36px;
  color: var(--muted);
  font-size: 14px;
}

.location-note svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: var(--wine);
  stroke-width: 1.8;
}

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

.hero-shape {
  position: absolute;
  inset: 20px 0 10px 20px;
  overflow: hidden;
  border-radius: 92px 26px 120px 38px;
  background: var(--soft);
  box-shadow: var(--shadow);
}

.hero-shape::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 64%, rgba(255, 250, 247, 0.18));
  pointer-events: none;
}

.hero-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.hero-quote {
  position: absolute;
  right: -18px;
  bottom: 4px;
  z-index: 3;
  width: 285px;
  padding: 24px 26px 24px 48px;
  color: var(--white);
  background: linear-gradient(135deg, var(--wine), #a10d36);
  border-radius: 22px 22px 22px 6px;
  box-shadow: 0 20px 42px rgba(89, 8, 31, 0.27);
}

.hero-quote p {
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.45;
}

.quote-mark {
  position: absolute;
  top: 12px;
  left: 18px;
  color: #ff9c81;
  font-family: Georgia, serif;
  font-size: 46px;
  line-height: 1;
}

.hero-orbit {
  position: absolute;
  top: -8px;
  right: -70px;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(239, 68, 2, 0.28);
  border-radius: 50%;
}

.dot-pattern,
.areas-dots {
  background-image: radial-gradient(circle, var(--orange) 1.5px, transparent 1.5px);
  background-size: 13px 13px;
}

.dot-pattern {
  position: absolute;
  right: -55px;
  bottom: 135px;
  width: 84px;
  height: 72px;
  opacity: 0.6;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(5px);
  pointer-events: none;
}

.hero-glow-one {
  top: 2%;
  right: 12%;
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(220, 74, 77, 0.12), transparent 68%);
}

.hero-glow-two {
  bottom: -160px;
  left: -150px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(239, 68, 2, 0.08), transparent 70%);
}

.areas-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.95), transparent 28%),
    linear-gradient(180deg, var(--soft) 0%, #fdf4f1 100%);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 56px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

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

.section-heading h2,
.about-copy h2,
.space-content h2 {
  font-size: clamp(40px, 4.8vw, 62px);
  line-height: 1.08;
}

.section-heading > p:last-child {
  max-width: 620px;
  margin: 20px auto 0;
  color: var(--muted);
}

.care-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.care-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 34px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: 0 20px 48px rgba(104, 47, 52, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.care-card::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -54px;
  width: 145px;
  height: 145px;
  border: 1px solid rgba(239, 68, 2, 0.12);
  border-radius: 50%;
}

.care-card:hover {
  transform: translateY(-8px);
  border-color: rgba(220, 74, 77, 0.3);
  box-shadow: 0 28px 65px rgba(104, 47, 52, 0.13);
}

.care-card.featured {
  transform: translateY(-12px);
  background: linear-gradient(145deg, #fff, #fff7f3);
}

.care-card.featured:hover {
  transform: translateY(-20px);
}

.care-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  color: var(--orange);
  background: var(--soft-warm);
  border-radius: 22px;
}

.care-icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.care-number {
  position: absolute;
  top: 36px;
  right: 34px;
  color: rgba(139, 11, 40, 0.24);
  font-family: "Lora", Georgia, serif;
  font-size: 18px;
  font-style: italic;
}

.care-card h3 {
  margin: 28px 0 12px;
  font-size: 21px;
}

.care-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.care-card a {
  position: absolute;
  bottom: 30px;
  left: 34px;
  color: var(--wine);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.areas-line {
  position: absolute;
  border: 1px solid rgba(239, 68, 2, 0.34);
  border-radius: 50%;
}

.areas-line-left {
  bottom: -85px;
  left: -100px;
  width: 260px;
  height: 260px;
}

.areas-dots {
  position: absolute;
  right: 4%;
  bottom: 9%;
  width: 90px;
  height: 82px;
  opacity: 0.6;
}

.about-section {
  background: var(--cream);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: 72px;
}

.about-copy > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 34px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
}

.check-list li > span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  color: var(--orange);
  background: var(--soft-warm);
  border-radius: 50%;
}

.check-list svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.editorial-mosaic {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  grid-template-rows: 255px 245px;
  gap: 14px;
}

.editorial-mosaic figure,
.editorial-mosaic blockquote {
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
}

.editorial-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mosaic-professional {
  grid-row: 1 / 3;
}

.mosaic-professional img {
  object-position: center 42%;
}

.mosaic-space img {
  object-position: center 52%;
}

.mosaic-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  color: var(--white);
  background:
    radial-gradient(circle at 95% 10%, rgba(255, 139, 108, 0.3), transparent 30%),
    linear-gradient(145deg, var(--wine), #a30e37);
  font-family: "Lora", Georgia, serif;
  font-size: 24px;
  line-height: 1.35;
}

.mosaic-quote span {
  color: #ff8d70;
  font-size: 58px;
  line-height: 0.7;
}

.process-section {
  background: #fff8f5;
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 72px;
}

.process-grid::before {
  content: "";
  position: absolute;
  top: 42px;
  right: 10%;
  left: 10%;
  border-top: 2px dashed rgba(139, 11, 40, 0.24);
}

.process-step {
  position: relative;
  z-index: 2;
  text-align: center;
}

.step-icon {
  display: grid;
  width: 84px;
  height: 84px;
  margin: 0 auto 18px;
  place-items: center;
  color: var(--wine);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 50%;
  box-shadow: 0 16px 34px rgba(96, 35, 43, 0.1);
}

.step-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step-number {
  display: inline-grid;
  width: 32px;
  height: 32px;
  margin-top: -35px;
  place-items: center;
  color: var(--white);
  background: var(--orange);
  border: 4px solid #fff8f5;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
}

.process-step h3 {
  margin: 18px 0 9px;
  font-size: 18px;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.space-section {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 720px;
  background: var(--wine-dark);
}

.space-image {
  overflow: hidden;
}

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

.space-content {
  display: flex;
  align-items: center;
  color: var(--white);
  background:
    radial-gradient(circle at 92% 18%, rgba(239, 68, 2, 0.2), transparent 26%),
    linear-gradient(145deg, #3b2020, #2b1a18);
}

.space-content-inner {
  max-width: 620px;
  padding: 82px clamp(38px, 7vw, 110px);
}

.space-content h2 {
  color: var(--white);
}

.space-content p:not(.eyebrow) {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
}

.space-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 34px;
}

.space-tags span {
  padding: 8px 14px;
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 12px;
}

.contact-section {
  background: var(--cream);
}

.contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 92% 18%, rgba(255, 129, 97, 0.2), transparent 24%),
    linear-gradient(135deg, var(--wine-dark), var(--wine));
  border-radius: var(--radius-lg);
  box-shadow: 0 28px 70px rgba(84, 9, 28, 0.18);
}

.contact-cta {
  padding: 58px 62px;
}

.contact-cta h2 {
  color: var(--white);
  font-size: clamp(38px, 4.2vw, 57px);
  line-height: 1.04;
}

.contact-cta > p:not(.eyebrow) {
  max-width: 470px;
  margin: 20px 0 30px;
  color: rgba(255, 255, 255, 0.72);
}

.contact-details {
  display: grid;
  align-content: center;
  padding: 46px 95px 46px 42px;
}

.contact-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  align-items: center;
  padding: 18px 0;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  text-decoration: none;
}

.contact-item:last-child {
  border-bottom: 0;
}

.contact-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 14px;
}

.contact-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-item small {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-item strong {
  display: block;
  margin-top: 3px;
  font-size: 15px;
}

.contact-line-art {
  position: absolute;
  right: -18px;
  bottom: -32px;
  width: 180px;
  color: rgba(255, 160, 136, 0.38);
}

.contact-line-art svg {
  width: 100%;
  height: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
}

.site-footer {
  padding: 60px 0 25px;
  background: #fffaf7;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.7fr 0.7fr;
  gap: 70px;
}

.footer-brand img {
  width: 195px;
}

.footer-brand p {
  max-width: 380px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-links strong {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links a,
.footer-links span {
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--wine);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
  padding-top: 24px;
  color: var(--muted);
  border-top: 1px solid var(--border);
  font-size: 12px;
}

.footer-bottom a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--wine);
  border: 1px solid var(--border);
  border-radius: 50%;
}

.footer-bottom svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

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

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

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

  .brand {
    width: 185px;
  }

  .main-nav {
    gap: 20px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
    gap: 42px;
  }

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

  .about-grid {
    grid-template-columns: 0.86fr 1.14fr;
    gap: 48px;
  }

  .contact-cta {
    padding: 50px 44px;
  }

  .contact-details {
    padding-right: 74px;
  }
}

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

  .brand {
    width: 195px;
  }

  .menu-toggle {
    display: block;
    z-index: 1002;
  }

  .header-cta {
    display: none;
  }

  .main-nav {
    position: fixed;
    inset: 82px 0 auto;
    display: grid;
    gap: 0;
    padding: 20px 24px 28px;
    transform: translateY(-130%);
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 250, 247, 0.98);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 20px 45px rgba(79, 22, 33, 0.12);
    transition: transform 220ms ease, opacity 220ms ease, visibility 220ms ease;
  }

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

  .main-nav a {
    padding: 14px 4px;
    border-bottom: 1px solid rgba(139, 11, 40, 0.08);
  }

  .main-nav a::after {
    display: none;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .section {
    padding: 88px 0;
  }

  .hero {
    min-height: auto;
    padding: 64px 0 84px;
  }

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

  .hero-copy {
    padding-left: 0;
  }

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

  .hero-visual {
    min-height: 620px;
    margin-top: 10px;
  }

  .hero-shape {
    inset: 0 7% 20px;
  }

  .hero-quote {
    right: 4%;
  }

  .care-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-inline: auto;
  }

  .care-card,
  .care-card.featured {
    min-height: 270px;
    transform: none;
  }

  .care-card.featured:hover {
    transform: translateY(-8px);
  }

  .care-card a {
    position: static;
    display: inline-block;
    margin-top: 20px;
  }

  .editorial-mosaic {
    min-height: 520px;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }

  .process-grid::before {
    display: none;
  }

  .space-section {
    grid-template-columns: 1fr;
  }

  .space-image {
    min-height: 620px;
  }

  .space-content-inner {
    max-width: none;
    padding: 70px 48px;
  }

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

  .contact-details {
    padding: 0 62px 55px;
  }

  .footer-grid {
    grid-template-columns: 1.3fr 0.7fr 0.7fr;
    gap: 36px;
  }
}

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

  .site-header {
    position: sticky;
  }

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

  .brand {
    width: 175px;
  }

  .main-nav {
    inset-top: 72px;
  }

  .section {
    padding: 70px 0;
  }

  .hero {
    padding: 46px 0 72px;
  }

  .hero h1 {
    font-size: clamp(42px, 13vw, 56px);
    line-height: 1.04;
  }

  .eyebrow {
    align-items: flex-start;
    font-size: 10px;
    line-height: 1.5;
  }

  .hero-text {
    margin-top: 22px;
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    gap: 18px;
  }

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

  .text-link {
    justify-content: center;
  }

  .location-note {
    margin-top: 28px;
  }

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

  .hero-shape {
    inset: 0;
    border-radius: 58px 22px 74px 28px;
  }

  .hero-shape img {
    object-position: center 38%;
  }

  .hero-quote {
    right: 14px;
    bottom: -20px;
    width: calc(100% - 44px);
    padding: 18px 20px 18px 42px;
  }

  .hero-quote p {
    font-size: 15px;
  }

  .hero-orbit,
  .dot-pattern {
    display: none;
  }

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

  .section-heading h2,
  .about-copy h2,
  .space-content h2 {
    font-size: 38px;
  }

  .care-card {
    padding: 27px;
  }

  .care-number {
    top: 29px;
    right: 27px;
  }

  .about-grid {
    gap: 46px;
  }

  .editorial-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: 450px 260px auto;
    min-height: 0;
  }

  .mosaic-professional {
    grid-row: auto;
  }

  .mosaic-quote {
    min-height: 200px;
    font-size: 22px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 46px;
  }

  .process-step {
    display: grid;
    grid-template-columns: 72px 1fr;
    column-gap: 18px;
    text-align: left;
  }

  .step-icon {
    grid-row: 1 / 4;
    width: 72px;
    height: 72px;
    margin: 0;
  }

  .step-number {
    position: absolute;
    top: 50px;
    left: 46px;
    margin: 0;
  }

  .process-step h3 {
    margin: 3px 0 7px;
  }

  .space-image {
    min-height: 500px;
  }

  .space-content-inner {
    padding: 58px 24px;
  }

  .contact-panel {
    border-radius: 28px;
  }

  .contact-cta {
    padding: 42px 26px;
  }

  .contact-details {
    padding: 0 26px 42px;
  }

  .contact-item {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .contact-item strong {
    overflow-wrap: anywhere;
  }

  .contact-line-art {
    display: none;
  }

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

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

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

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

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