@import url('https://fonts.googleapis.com/css2?family=Pontano+Sans:wght@300;400;500&family=Source+Serif+4:ital,wght@1,400&display=swap');

:root {
  --r-brand-mark-x: 1.5%; --r-brand-mark-y: 1%; --r-brand-mark-w: 13%; --r-brand-mark-h: 20%;
  --r-brand-wordmark-x: 12.67%; --r-brand-wordmark-y: 4.23%; --r-brand-wordmark-w: 14%; --r-brand-wordmark-h: 9.07%;
  --r-nav-x: 60%; --r-nav-y: 0%; --r-nav-w: 40%; --r-nav-h: 20%;
  --r-hero-name-x: 7.12%; --r-hero-name-y: 21.47%; --r-hero-name-w: 29.89%; --r-hero-name-h: 22.38%;
  --r-hero-role-x: 6.81%; --r-hero-role-y: 45.46%; --r-hero-role-w: 17.78%; --r-hero-role-h: 6.65%;
  --r-hero-location-x: 7.19%; --r-hero-location-y: 58.47%; --r-hero-location-w: 22.7%; --r-hero-location-h: 1.51%;
  --r-whatsapp-cta-x: 7.19%; --r-whatsapp-cta-y: 59.98%; --r-whatsapp-cta-w: 22.7%; --r-whatsapp-cta-h: 7.86%;
  --r-phone-x: 9.84%; --r-phone-y: 70.56%; --r-phone-w: 12.86%; --r-phone-h: 3.02%;
  --r-schedule-weekdays-x: 20.43%; --r-schedule-weekdays-y: 83.67%; --r-schedule-weekdays-w: 14.75%; --r-schedule-weekdays-h: 3.02%;
  --r-schedule-closed-x: 9.84%; --r-schedule-closed-y: 91.23%; --r-schedule-closed-w: 9.46%; --r-schedule-closed-h: 3.63%;
  --r-right-atlas-art-x: 50%; --r-right-atlas-art-y: 10%; --r-right-atlas-art-w: 50%; --r-right-atlas-art-h: 90%;
}

.comp-frame { position: relative; width: 100%; aspect-ratio: 1586 / 992; overflow: hidden; }
.r-brand-mark { position: absolute; left: var(--r-brand-mark-x); top: var(--r-brand-mark-y); width: var(--r-brand-mark-w); height: var(--r-brand-mark-h); }
.r-brand-wordmark { position: absolute; left: var(--r-brand-wordmark-x); top: var(--r-brand-wordmark-y); width: var(--r-brand-wordmark-w); height: var(--r-brand-wordmark-h); }
.r-nav { position: absolute; left: var(--r-nav-x); top: var(--r-nav-y); width: var(--r-nav-w); height: var(--r-nav-h); }
.r-hero-name { position: absolute; left: var(--r-hero-name-x); top: var(--r-hero-name-y); width: var(--r-hero-name-w); height: var(--r-hero-name-h); }
.r-hero-role { position: absolute; left: var(--r-hero-role-x); top: var(--r-hero-role-y); width: var(--r-hero-role-w); height: var(--r-hero-role-h); }
.r-hero-location { position: absolute; left: var(--r-hero-location-x); top: var(--r-hero-location-y); width: var(--r-hero-location-w); height: var(--r-hero-location-h); }
.r-whatsapp-cta { position: absolute; left: var(--r-whatsapp-cta-x); top: var(--r-whatsapp-cta-y); width: var(--r-whatsapp-cta-w); height: var(--r-whatsapp-cta-h); }
.r-phone { position: absolute; left: var(--r-phone-x); top: var(--r-phone-y); width: var(--r-phone-w); height: var(--r-phone-h); }
.r-schedule-weekdays { position: absolute; left: var(--r-schedule-weekdays-x); top: var(--r-schedule-weekdays-y); width: var(--r-schedule-weekdays-w); height: var(--r-schedule-weekdays-h); }
.r-schedule-closed { position: absolute; left: var(--r-schedule-closed-x); top: var(--r-schedule-closed-y); width: var(--r-schedule-closed-w); height: var(--r-schedule-closed-h); }
.r-right-atlas-art { position: absolute; left: var(--r-right-atlas-art-x); top: var(--r-right-atlas-art-y); width: var(--r-right-atlas-art-w); height: var(--r-right-atlas-art-h); }

:root {
  color-scheme: light;
  --ivory: #fffdf6;
  --ink: #315a43;
  --ink-soft: #587064;
  --lemon: #fff4a8;
  --orange: #ffd3a3;
  --orange-wash: #f9dfc3;
  --green: #cfe8a9;
  --focus: #d78235;
  font-family: 'Pontano Sans', 'Trebuchet MS', sans-serif;
  background: var(--ivory);
  color: var(--ink);
}

* { box-sizing: border-box; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

html { scroll-behavior: smooth; background: var(--ivory); }

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: var(--ivory);
}

body,
button,
a { -webkit-font-smoothing: antialiased; }

::selection { color: var(--ivory); background: var(--ink); }

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

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 20;
  padding: .7rem 1rem;
  color: var(--ivory);
  background: var(--ink);
  transform: translateY(-160%);
}

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

.comp-frame {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 48rem;
  aspect-ratio: auto;
  overflow: hidden;
  isolation: isolate;
  background: var(--ivory);
}

.plate {
  display: block;
  object-fit: cover;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.r-right-atlas-art { z-index: 1; object-fit: fill; mix-blend-mode: normal; clip-path: inset(0 0 0 8%); }

.masthead,
.hero-copy,
.schedule { position: static; }

.brand { z-index: 8; display: grid; place-items: center; padding: .45rem; }
.brand img { width: 100%; height: 100%; object-fit: contain; clip-path: ellipse(49% 49% at 50% 50%); }

.wordmark {
  z-index: 8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid color-mix(in srgb, var(--ink) 70%, transparent);
  padding-left: 1.8rem;
  text-transform: uppercase;
}

.wordmark span {
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: clamp(1.2rem, 1.55vw, 1.65rem);
  line-height: .98;
  letter-spacing: .05em;
}

.wordmark small {
  margin-top: .65rem;
  font-size: clamp(.7rem, .72vw, .78rem);
  letter-spacing: .32em;
  white-space: nowrap;
}

.nav {
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1.2rem;
  padding: 0 3.8rem 3.7rem 0;
}

.nav a {
  position: relative;
  color: var(--ink);
  font-size: clamp(.8rem, 1vw, 1rem);
  text-decoration: none;
  text-underline-offset: .35em;
}

.nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.6rem;
  height: 1px;
  background: currentColor;
  transition: right 220ms cubic-bezier(.16, 1, .3, 1);
}

.nav a:hover::after,
.nav a.is-active::after { right: 0; }

.r-hero-name {
  z-index: 8;
  width: 60%;
  margin: 0;
  font-family: 'Pontano Sans', 'Trebuchet MS', sans-serif;
  font-size: clamp(5rem, 7.7vw, 7.65rem);
  font-weight: 300;
  line-height: .9;
  letter-spacing: -.035em;
  white-space: nowrap;
}

.role {
  z-index: 8;
  margin: 0;
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: clamp(2.7rem, 3.5vw, 3.55rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.location,
.phone {
  z-index: 8;
  display: flex;
  align-items: center;
  gap: .65rem;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.32vw, 1.3rem);
  text-decoration: none;
  white-space: nowrap;
}

.location { top: 54.2%; }
.location span { display: grid; gap: .16rem; }
.location small { font-size: .72em; letter-spacing: .08em; }

.location svg,
.phone svg {
  width: 1.1rem;
  min-width: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.whatsapp {
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--ivory);
  background: #254637;
  border-radius: .65rem;
  font-size: clamp(1rem, 1.36vw, 1.35rem);
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(49, 90, 67, .13);
  transition: transform 220ms cubic-bezier(.16, 1, .3, 1), box-shadow 220ms ease, background-color 220ms ease;
}

.r-whatsapp-cta { top: 59.2%; }

.whatsapp:hover { transform: translateY(-2px); background: #254a36; box-shadow: 0 16px 34px rgba(49, 90, 67, .2); }
.whatsapp svg { width: 3.05rem; height: 3.05rem; }
.whatsapp-icon { overflow: visible; stroke: none; }
.whatsapp-icon .bubble { fill: currentColor; }
.whatsapp-icon .handset { fill: #254637; }

.hero-socials {
  position: absolute;
  z-index: 8;
  left: var(--r-whatsapp-cta-x);
  top: 69.4%;
  display: flex;
  gap: .65rem;
}

.hero-social {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  color: var(--ink);
  background: rgba(255, 253, 246, .82);
  border: 1px solid rgba(49, 90, 67, .34);
  border-radius: .65rem;
  text-decoration: none;
  transition: transform 220ms cubic-bezier(.16, 1, .3, 1), background-color 220ms ease, border-color 220ms ease;
}

.hero-social:hover {
  background: var(--ivory);
  border-color: var(--ink);
  transform: translateY(-2px);
}

.hero-social svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.7; }
.hero-social .hero-social-dot,
.hero-social .hero-facebook-icon { fill: currentColor; stroke: none; }

.phone { left: 9.84%; top: 70.56%; width: 12.86%; height: 3.02%; padding: 0; border: 0; font-size: clamp(.9rem, 1.08vw, 1.08rem); }
.phone svg { position: absolute; left: -2.6rem; }
.whatsapp::after { content: ''; position: absolute; left: 0; bottom: -1.35rem; width: 100%; height: 1px; background: rgba(49, 90, 67, .25); }

.schedule-label {
  position: absolute;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: 0;
  font-size: 1.08rem;
  font-weight: 400;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.r-schedule-label { left: 7.2%; top: 74.8%; width: 20%; height: 4.5%; }

.schedule-label::after { content: ''; flex: 1; height: 1px; background: rgba(49, 90, 67, .28); }
.schedule-label svg { width: 1.5rem; min-width: 1.5rem; fill: none; stroke: currentColor; stroke-width: 1.3; }

.rail-row {
  position: absolute;
  z-index: 8;
  display: grid;
  grid-template-columns: 9.8rem auto;
  align-items: center;
  gap: .85rem;
  color: var(--ink-soft);
  font-size: 1.16rem;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.rail-row::before {
  content: '';
  position: absolute;
  left: -1.8rem;
  width: .48rem;
  height: .48rem;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--ivory);
}

.weekdays { left: 9.85%; top: 80.8%; width: 28%; }
.saturday { left: 9.85%; top: 84.7%; width: 22%; }
.closed { left: 9.84%; top: 91.23%; width: 20%; }
.weekdays::after { content: ''; position: absolute; left: -1.58rem; top: -2rem; width: 1px; height: 7.5rem; background: rgba(49, 90, 67, .38); z-index: -1; }

@media (prefers-reduced-motion: no-preference) {
  .r-right-atlas-art {
    animation: reveal-atlas 900ms cubic-bezier(.16, 1, .3, 1) both;
  }
  @keyframes reveal-atlas { from { opacity: .01; filter: saturate(.6) blur(8px); } to { opacity: 1; filter: saturate(1) blur(0); } }
}

.about-section,
.approach-section,
.consultation-section,
.services-section,
.objective-section,
.hours-section,
.location-section,
.contact-section,
footer {
  position: relative;
  padding-inline: clamp(2rem, 7.2vw, 7.2rem);
}

.about-section {
  padding-block: clamp(7rem, 12vw, 12rem);
  background: var(--ivory);
}

.section-rule {
  width: 100%;
  height: 1px;
  margin-bottom: 4rem;
  background: color-mix(in srgb, var(--ink) 30%, transparent);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: end;
  gap: clamp(4rem, 10vw, 10rem);
}

.about-section h2,
.approach-heading h2,
.consultation-heading h2,
.services-heading h2,
.objective-copy h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 300;
  line-height: .98;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.about-section h2 { max-width: 15ch; font-size: clamp(3rem, 5.2vw, 5.15rem); }
.about-copy { max-width: 38rem; padding-bottom: .45rem; }
.about-copy p {
  margin: 0;
  color: var(--ink);
  font-family: 'Source Serif 4', Georgia, serif;
  font-size: clamp(1.2rem, 1.7vw, 1.65rem);
  line-height: 1.5;
}
.about-copy p + p { margin-top: 1.6rem; }

.approach-section {
  padding-block: clamp(7rem, 11vw, 11rem);
  background: var(--green);
}
.approach-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 5rem;
  margin-bottom: 5rem;
}
.approach-heading h2 { max-width: 10ch; }
.approach-heading p,
.consultation-heading p,
.services-heading p,
.objective-copy p { max-width: 40ch; margin: 0; font-size: 1.15rem; line-height: 1.55; }

.approach-list { margin: 0; border-top: 1px solid var(--ink); }
.approach-list > div {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  min-height: 7.5rem;
  padding-block: 1.25rem;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 38%, transparent);
}
.approach-list dt { display: flex; align-items: center; gap: 1.2rem; font-family: 'Source Serif 4', Georgia, serif; font-size: clamp(1.5rem, 2.5vw, 2.4rem); }
.approach-list dd { max-width: 48ch; margin: 0; font-size: 1.1rem; line-height: 1.5; }
.approach-statement { max-width: 34ch; margin: 5rem 0 0 auto; font-size: clamp(1.8rem, 3.4vw, 3.2rem); font-weight: 300; line-height: 1.3; letter-spacing: -.025em; text-wrap: balance; }
.section-icon {
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 2.8rem;
  padding: .58rem;
  color: var(--ink);
  background: rgba(255, 253, 246, .52);
  border-radius: 50%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 260ms cubic-bezier(.16, 1, .3, 1), background-color 260ms ease;
}
.approach-list > div:hover .section-icon,
.service-item:hover .section-icon { transform: translateY(-2px) rotate(-5deg); background: rgba(255, 253, 246, .82); }

.consultation-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(4rem, 9vw, 9rem);
  padding-block: clamp(7rem, 11vw, 11rem);
  background: var(--ivory);
}
.consultation-heading { align-self: start; position: sticky; top: 3rem; }
.consultation-heading h2 { max-width: 9ch; margin-bottom: 2rem; }
.consultation-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.consultation-list li {
  position: relative;
  min-height: 7rem;
  padding: 2rem 1rem 2rem 3.5rem;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 32%, transparent);
  font-size: clamp(1.15rem, 1.8vw, 1.6rem);
  line-height: 1.4;
}
.consultation-list li::before { content: ''; position: absolute; left: .7rem; top: 2.65rem; width: .7rem; height: .7rem; border: 1px solid var(--ink); border-radius: 50%; }
.consultation-list strong { font-weight: 500; letter-spacing: .08em; }

.services-section {
  padding-block: clamp(7rem, 11vw, 11rem);
  background: var(--orange-wash);
}
.services-heading {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: end;
  gap: 5rem;
  margin-bottom: 5rem;
}
.services-heading h2 { max-width: 10ch; }
.service-catalog {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(3rem, 7vw, 7rem);
  border-top: 1px solid var(--ink);
}
.service-item {
  min-height: 12.5rem;
  padding: 2.2rem 0 2.5rem;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 35%, transparent);
}
.service-item h3 { display: flex; align-items: flex-start; gap: 1rem; max-width: 27ch; margin: 0 0 1rem; font-family: 'Source Serif 4', Georgia, serif; font-size: clamp(1.45rem, 2vw, 1.9rem); font-weight: 400; line-height: 1.15; }
.service-item h3 .section-icon { margin-top: -.35rem; }
.service-item p { max-width: 54ch; margin: 0; font-size: 1.02rem; line-height: 1.55; }
.service-item-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 7rem); min-height: 0; }
.service-item-wide p { max-width: 56ch; }

.objective-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(4rem, 9vw, 9rem);
  padding-block: clamp(7rem, 11vw, 11rem);
  background: var(--lemon);
}
.objective-copy h2 { max-width: 9ch; margin-bottom: 2rem; }
.objective-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.objective-list li { padding: 1.45rem 0; border-bottom: 1px solid color-mix(in srgb, var(--ink) 35%, transparent); font-family: 'Source Serif 4', Georgia, serif; font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1.35; }
.closing-statement { grid-column: 1 / -1; max-width: 18ch; margin: 5rem 0 0 auto; font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 300; line-height: .98; letter-spacing: -.035em; text-align: right; text-wrap: balance; }

.hours-section {
  padding-block: clamp(6rem, 10vw, 10rem);
  background: #f6edbd;
}

.hours-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 5rem;
  margin-bottom: 5rem;
}

.hours-heading h2,
.location-copy h2,
.contact-section h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.8rem);
  font-weight: 300;
  line-height: .95;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.hours-heading p,
.location-copy p,
.contact-section p {
  max-width: 43ch;
  margin: 0;
  color: var(--ink);
  font-size: 1.15rem;
  line-height: 1.55;
}

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

.week-row {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr .7fr;
  align-items: center;
  min-height: 8rem;
  padding-block: 1rem;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 45%, transparent);
  font-size: clamp(1.05rem, 1.65vw, 1.5rem);
  font-variant-numeric: tabular-nums;
}

.week-row time { font-family: 'Source Serif 4', Georgia, serif; font-size: 1.2em; }
.week-row b { justify-self: end; font-size: .7rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.week-row.is-closed { color: var(--ink); }

.location-section {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: clamp(3rem, 6vw, 6rem);
  min-height: 46rem;
  padding-block: clamp(7rem, 10vw, 10rem);
  overflow: hidden;
  background: var(--ivory);
}

.location-copy { z-index: 2; align-self: center; }
.location-copy h2 { max-width: 10ch; margin-bottom: 2.5rem; }
.location-copy p { margin-bottom: 2.5rem; }
.location-copy a { color: var(--ink); font-size: 1.08rem; font-weight: 500; text-underline-offset: .42em; }

.map-frame { position: relative; min-height: 32rem; overflow: hidden; background: var(--green); border: 1px solid color-mix(in srgb, var(--ink) 24%, transparent); border-radius: 1rem; }
.map-frame iframe { position: absolute; inset: 0; z-index: 2; display: block; width: 100%; height: 100%; min-height: 32rem; border: 0; background: transparent; }
.map-fallback { position: absolute; inset: 0; z-index: 1; display: grid; place-content: center; justify-items: center; gap: .8rem; padding: 2rem; color: var(--ink); text-align: center; text-decoration: none; }
.map-fallback svg { width: 3rem; fill: none; stroke: currentColor; stroke-width: 1.5; }
.map-fallback strong { max-width: 16ch; font-family: 'Source Serif 4', Georgia, serif; font-size: 1.6rem; font-weight: 400; line-height: 1.15; }
.map-fallback span { text-decoration: underline; text-underline-offset: .35em; }

.contact-section {
  display: grid;
  justify-items: center;
  padding-block: clamp(7rem, 11vw, 11rem);
  text-align: center;
  background: #f3c78e;
}

.contact-section > img { width: 12rem; margin-bottom: 2.25rem; clip-path: ellipse(49% 49% at 50% 50%); }
.contact-section h2 { max-width: 13ch; margin-bottom: 2rem; }
.contact-section p { margin-bottom: 3rem; }
.contact-section .contact-lead { max-width: 24ch; margin-bottom: 1.2rem; font-family: 'Source Serif 4', Georgia, serif; font-size: clamp(1.5rem, 2.5vw, 2.3rem); line-height: 1.25; }
.contact-section .contact-copy { max-width: 58ch; margin-bottom: 3rem; font-size: 1.1rem; line-height: 1.55; }
.contact-action {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 4.8rem;
  padding: 0 2rem;
  color: var(--ivory);
  background: #254637;
  border-radius: .7rem;
  box-shadow: 0 16px 34px rgba(49, 90, 67, .18);
  font-size: 1.2rem;
  text-decoration: none;
  transition: transform 220ms cubic-bezier(.16, 1, .3, 1), box-shadow 220ms ease;
}
.contact-action:hover { transform: translateY(-3px); box-shadow: 0 20px 42px rgba(49, 90, 67, .25); }
.contact-action svg { width: 2.6rem; }
.contact-phone { margin-top: 1.6rem; color: var(--ink); font-variant-numeric: tabular-nums; text-underline-offset: .4em; }

.social-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  width: min(100%, 30rem);
  margin-top: 1rem;
}

.social-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  min-height: 3.8rem;
  padding: .65rem 1.2rem;
  color: #254637;
  background: rgba(255, 253, 246, .7);
  border: 1px solid rgba(37, 70, 55, .38);
  border-radius: .7rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform 220ms cubic-bezier(.16, 1, .3, 1), background-color 220ms ease, border-color 220ms ease;
}

.social-action:hover {
  background: var(--ivory);
  border-color: #254637;
  transform: translateY(-2px);
}

.social-action svg { width: 1.55rem; height: 1.55rem; fill: none; stroke: currentColor; stroke-width: 1.7; }
.social-action .social-dot,
.social-action .facebook-icon { fill: currentColor; stroke: none; }

footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 3rem;
  min-height: 9rem;
  background: var(--ivory);
  color: var(--ink-soft);
  font-size: .9rem;
}

footer div { display: flex; align-items: center; gap: 1rem; color: var(--ink); }
footer img { width: 4.75rem; clip-path: ellipse(49% 49% at 50% 50%); }
@media (max-width: 900px) {
  html { scroll-padding-top: 1rem; }

  .comp-frame {
    width: 100%;
    height: auto;
    min-height: 0;
    background:
      radial-gradient(circle at 108% 39%, rgba(255, 211, 163, .72) 0 9rem, transparent 9.1rem),
      radial-gradient(circle at 92% 48%, rgba(255, 244, 168, .66) 0 7rem, transparent 7.1rem),
      var(--ivory);
  }
  .masthead { position: relative; z-index: 10; display: flex; align-items: center; padding: 1.25rem 1.25rem 0; }
  .r-brand-mark { position: static; width: 7.5rem; height: 7.5rem; padding: 0; }
  .r-nav { display: none; }

  .hero-copy { position: relative; z-index: 8; padding: 3.5rem 1.25rem 0; }
  .r-hero-name,
  .r-hero-role,
  .r-hero-location,
  .r-whatsapp-cta,
  .r-phone { position: static; width: auto; height: auto; }
  .r-hero-name { max-width: 9ch; font-size: clamp(3.25rem, 14vw, 4.5rem); line-height: .9; white-space: normal; }
  .r-hero-role { margin-top: 1.45rem; font-size: 2.2rem; }
  .r-hero-location { margin-top: 2.2rem; font-size: 1rem; white-space: normal; }
  .r-whatsapp-cta { min-height: 4.6rem; margin-top: 1.8rem; padding: .6rem 1.1rem; }
  .hero-socials { position: static; margin-top: 1rem; }
  .hero-social { width: 2.85rem; height: 2.85rem; }
  .r-phone { margin: 1.5rem 0 0 2.6rem; font-size: 1rem; }
  .phone svg { left: -2.5rem; }

  .r-right-atlas-art { display: none; }

  .schedule { position: relative; z-index: 8; margin-top: 7rem; padding: 0 1.25rem 4.5rem; }
  .r-schedule-label,
  .r-schedule-weekdays,
  .r-schedule-saturday,
  .r-schedule-closed { position: relative; left: auto; top: auto; width: 100%; height: auto; }
  .r-schedule-label { margin-bottom: 1.4rem; font-size: .82rem; }
  .rail { display: grid; gap: 1rem; padding-left: 1.6rem; }
  .rail-row { grid-template-columns: 8.5rem 1fr; gap: .6rem; font-size: .9rem; white-space: normal; }
  .weekdays::after { top: 50%; height: 6.4rem; }

  .about-section,
  .approach-section,
  .consultation-section,
  .services-section,
  .objective-section,
  .hours-section,
  .location-section,
  .contact-section,
  footer { padding-inline: 1.25rem; }

  .about-section,
  .approach-section,
  .consultation-section,
  .services-section,
  .objective-section { padding-block: 6rem; }
  .section-rule { margin-bottom: 2.5rem; }
  .about-section h2,
  .approach-heading h2,
  .consultation-heading h2,
  .services-heading h2,
  .objective-copy h2,
  .hours-heading h2,
  .location-copy h2,
  .contact-section h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .about-grid,
  .approach-heading,
  .consultation-section,
  .services-heading,
  .objective-section { grid-template-columns: 1fr; gap: 3rem; }
  .about-copy { padding-bottom: 0; }
  .about-copy p { font-size: 1.2rem; }
  .approach-heading { margin-bottom: 3.5rem; }
  .approach-list > div { grid-template-columns: 1fr; gap: .7rem; min-height: 0; padding-block: 1.5rem; }
  .approach-list dt { font-size: 1.7rem; }
  .approach-list dd { font-size: 1rem; }
  .approach-statement { margin-top: 4rem; font-size: 2rem; }
  .consultation-heading { position: static; }
  .consultation-heading h2 { margin-bottom: 1.5rem; }
  .consultation-list li { min-height: 0; padding: 1.6rem .25rem 1.6rem 2.5rem; font-size: 1.12rem; }
  .consultation-list li::before { left: .3rem; top: 2rem; }
  .services-heading { margin-bottom: 3.5rem; }
  .service-catalog { grid-template-columns: 1fr; }
  .service-item { min-height: 0; padding-block: 1.8rem; }
  .service-item h3 { font-size: 1.55rem; }
  .section-icon { width: 2.6rem; height: 2.6rem; flex-basis: 2.6rem; }
  .service-item p { font-size: 1rem; }
  .service-item-wide { grid-column: auto; display: block; }
  .objective-copy h2 { margin-bottom: 1.5rem; }
  .objective-list li { padding-block: 1.3rem; font-size: 1.25rem; }
  .closing-statement { margin-top: 2rem; font-size: 2.8rem; text-align: left; }

  .hours-section { padding-block: 6rem; }
  .hours-heading { grid-template-columns: 1fr; gap: 2rem; margin-bottom: 3.5rem; }
  .week-row { grid-template-columns: 1fr auto; gap: .7rem 1rem; min-height: 8.5rem; padding-block: 1.3rem; }
  .week-row time { justify-self: end; font-size: 1rem; }
  .week-row b { grid-column: 1 / -1; justify-self: start; }

  .location-section { grid-template-columns: 1fr; min-height: auto; padding-block: 6rem; }
  .location-copy h2 { margin-bottom: 2rem; }
  .map-frame { min-height: 25rem; margin-top: 1rem; border-radius: .8rem; }
  .map-frame iframe { min-height: 25rem; }

  .contact-section { padding-block: 6rem 8rem; }
  .contact-section > img { width: 9.5rem; }
  .contact-action { width: 100%; justify-content: center; padding: .65rem 1rem; font-size: 1.05rem; }
  .social-actions { width: 100%; }

  footer { grid-template-columns: 1fr; gap: 1rem; padding-block: 2rem 6rem; }
  footer img { width: 4rem; }

}

@media (max-width: 430px) {
  .schedule { margin-top: 6rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
