:root {
  --yellow: #FFD447;
  --yellow-soft: #FFF0B8;
  --purple: #9900CC;
  --purple-dark: #6E0096;
  --aqua: #55CCC8;
  --beige: #DCA846;
  --cream: #FBF7EF;
  --dark: #4B4B4B;
  --gray: #D9D9DB;
  --white: #FFFFFF;
  --shadow: 0 20px 55px rgba(75, 75, 75, .13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--dark);
  background: var(--cream);
  font-family: "Nunito", sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -80px; background: var(--dark); color: #fff;
  padding: 12px 16px; border-radius: 12px; z-index: 999;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(251, 247, 239, .9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(75, 75, 75, .08);
}
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 105px; height: 76px; object-fit: contain; }
.main-nav { display: flex; gap: 28px; align-items: center; font-weight: 800; }
.main-nav > a:not(.btn):hover { color: var(--purple); }
.menu-button { display: none; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 26px; height: 3px; margin: 5px; background: var(--dark); border-radius: 10px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 13px 24px; border-radius: 999px;
  background: var(--purple); color: white; font-weight: 900;
  box-shadow: 0 10px 25px rgba(153, 0, 204, .22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(153, 0, 204, .28); }
.btn-small { min-height: 44px; padding: 10px 18px; font-size: .94rem; }
.btn-outline { background: transparent; color: var(--dark); border: 2px solid var(--dark); box-shadow: none; }
.btn-light { background: var(--white); color: var(--purple); box-shadow: 0 12px 28px rgba(0,0,0,.12); }

.hero {
  min-height: 760px; position: relative; overflow: hidden;
  display: grid; align-items: center; padding: 80px 0 130px;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
.eyebrow {
  display: inline-flex; padding: 8px 14px; border-radius: 999px;
  background: var(--yellow-soft); color: var(--purple-dark);
  text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; font-weight: 900;
}
.eyebrow-light { background: rgba(255,255,255,.18); color: #fff; }
h1, h2, h3 { font-family: "Baloo 2", sans-serif; line-height: 1.08; margin: 0 0 18px; }
h1 { font-size: clamp(3rem, 6vw, 5.3rem); letter-spacing: -.04em; }
h2 { font-size: clamp(2.25rem, 4vw, 3.7rem); letter-spacing: -.03em; }
h3 { font-size: 1.42rem; }
.hero-copy p { font-size: 1.18rem; max-width: 650px; margin: 0 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.trust-row { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 16px 22px; font-size: .92rem; font-weight: 800; }
.hero-art { position: relative; min-height: 570px; display: grid; place-items: center; }
.logo-card {
  width: min(500px, 94%); aspect-ratio: 1/1; border-radius: 44% 56% 55% 45% / 49% 45% 55% 51%;
  background: linear-gradient(145deg, #fff, #fff7d8);
  display: grid; place-items: center; padding: 42px; box-shadow: var(--shadow);
  animation: float 5s ease-in-out infinite;
}
.logo-card img { width: 88%; }
.mini-card {
  position: absolute; background: #fff; padding: 13px 18px; border-radius: 18px;
  font-weight: 900; box-shadow: 0 12px 28px rgba(75,75,75,.14);
}
.mini-card-one { left: 0; top: 30%; transform: rotate(-4deg); }
.mini-card-two { right: -5px; bottom: 21%; transform: rotate(4deg); }
.spark { position: absolute; color: var(--purple); font-size: 2rem; }
.s1 { top: 8%; left: 12%; } .s2 { top: 12%; right: 10%; color: var(--yellow); } .s3 { right: 3%; top: 46%; }
.blob { position: absolute; border-radius: 50%; filter: blur(.1px); }
.blob-one { width: 420px; height: 420px; background: var(--yellow-soft); left: -180px; top: 20px; }
.blob-two { width: 340px; height: 340px; background: rgba(85,204,200,.25); right: -130px; bottom: 30px; }
.wave {
  position: absolute; left: -5%; right: -5%; bottom: -75px; height: 150px;
  background: #fff; border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}
@keyframes float { 50% { transform: translateY(-12px) rotate(1deg); } }

.section { padding: 110px 0; }
.about { background: #fff; }
.two-columns { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.illustration-card {
  min-height: 520px; border-radius: var(--radius); background: var(--yellow-soft);
  display: grid; place-items: center; position: relative; overflow: hidden;
}
.illustration-card img { width: 72%; position: relative; z-index: 2; }
.big-circle { position: absolute; width: 410px; height: 410px; border-radius: 50%; background: #fff; }
.section-copy p { font-size: 1.08rem; }
.cro-card {
  margin-top: 28px; background: var(--cream); border-left: 6px solid var(--aqua);
  padding: 20px 24px; border-radius: 0 18px 18px 0;
}
.cro-card span, .cro-card small { display: block; }
.cro-card span { font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; color: var(--purple); }
.cro-card strong { display: block; font-size: 1.05rem; margin-top: 3px; }

.section-heading { text-align: center; max-width: 760px; margin: 0 auto 56px; }
.section-heading p { font-size: 1.1rem; }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card {
  background: #fff; padding: 30px 25px; border-radius: 24px;
  box-shadow: 0 12px 34px rgba(75,75,75,.08); border: 1px solid rgba(75,75,75,.06);
  transition: transform .2s ease;
}
.service-card:hover { transform: translateY(-6px); }
.service-icon { width: 64px; height: 64px; border-radius: 20px; display: grid; place-items: center; font-size: 2rem; background: var(--yellow-soft); margin-bottom: 20px; }
.service-card:nth-child(2) .service-icon { background: rgba(153,0,204,.11); }
.service-card:nth-child(3) .service-icon { background: rgba(85,204,200,.18); }
.service-card:nth-child(4) .service-icon { background: rgba(220,168,70,.18); }

.values { background: var(--purple); color: #fff; position: relative; overflow: hidden; }
.values::after {
  content: ""; position: absolute; width: 390px; height: 390px; border-radius: 50%;
  background: rgba(255,212,71,.16); right: -160px; top: -160px;
}
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 2; }
.values-grid p { font-size: 1.12rem; color: rgba(255,255,255,.86); }
.value-list { display: grid; gap: 14px; }
.value-list div { display: flex; gap: 18px; align-items: center; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.14); padding: 18px 20px; border-radius: 18px; }
.value-list span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--dark); font-weight: 900; }

.first-visit { background: #fff; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.steps article { padding: 28px; border-radius: 22px; background: var(--cream); }
.steps article > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--purple); color: #fff; font-family: "Baloo 2"; font-size: 1.4rem; font-weight: 900; margin-bottom: 20px; }
.tip-box { margin-top: 34px; background: var(--yellow-soft); padding: 26px 30px; border-radius: 22px; display: flex; gap: 20px; align-items: flex-start; }
.tip-icon { font-size: 2rem; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.accordion { display: grid; gap: 14px; }
details { background: #fff; border-radius: 18px; padding: 0 22px; box-shadow: 0 9px 24px rgba(75,75,75,.07); }
summary { cursor: pointer; font-weight: 900; padding: 20px 0; }
details p { padding: 0 0 20px; margin: 0; }

.contact { padding-top: 40px; }
.contact-card {
  background: var(--aqua); color: #183f3d; border-radius: 34px; padding: 56px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
  box-shadow: var(--shadow);
}
.contact-copy h2 { color: #183f3d; }
.contact-info { display: grid; gap: 14px; }
.contact-info a { background: rgba(255,255,255,.72); border-radius: 18px; padding: 17px 20px; transition: transform .2s ease; }
.contact-info a:hover { transform: translateX(4px); }
.contact-info span { display: block; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; font-weight: 900; color: var(--purple); }
.contact-info strong { display: block; margin-top: 4px; }

.whatsapp-float {
  position: fixed; right: 22px; bottom: 22px; width: 62px; height: 62px; z-index: 90;
  border-radius: 50%; background: var(--purple); color: white; display: grid; place-items: center;
  font-size: 1.65rem; box-shadow: 0 12px 28px rgba(153,0,204,.30);
}

footer { margin-top: 100px; background: #3f3f3f; color: #fff; }
.footer-grid { padding: 54px 0; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 44px; align-items: center; }
.footer-brand img { width: 150px; filter: drop-shadow(0 8px 14px rgba(0,0,0,.18)); }
footer p { color: rgba(255,255,255,.72); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; color: rgba(255,255,255,.62); font-size: .88rem; }

@media (max-width: 960px) {
  .menu-button { display: block; }
  .main-nav {
    display: none; position: absolute; top: 88px; left: 20px; right: 20px;
    padding: 22px; border-radius: 22px; background: #fff; box-shadow: var(--shadow);
    flex-direction: column; align-items: stretch;
  }
  .main-nav.open { display: flex; }
  .hero-grid, .two-columns, .values-grid, .faq-grid, .contact-card { grid-template-columns: 1fr; }
  .hero { padding-top: 55px; }
  .hero-copy { text-align: center; }
  .hero-copy p { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-art { min-height: 520px; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .two-columns { gap: 45px; }
  .illustration-card { min-height: 430px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  .nav-wrap { height: 76px; }
  .brand img { width: 92px; height: 66px; }
  .main-nav { top: 76px; }
  .hero { min-height: auto; padding: 40px 0 110px; }
  h1 { font-size: 2.7rem; }
  h2 { font-size: 2.25rem; }
  .hero-art { min-height: 400px; }
  .logo-card { padding: 26px; }
  .mini-card { font-size: .78rem; padding: 10px 12px; }
  .mini-card-one { top: 25%; }
  .mini-card-two { bottom: 15%; }
  .section { padding: 78px 0; }
  .cards-grid { grid-template-columns: 1fr; }
  .illustration-card { min-height: 350px; }
  .contact-card { padding: 34px 24px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand img { margin: 0 auto; }
  .tip-box { flex-direction: column; }
}


/* Fotografias profissionais */
.hero-photo-card {
  width: min(470px, 92%);
  height: 570px;
  margin: 0;
  border-radius: 46% 54% 48% 52% / 42% 43% 57% 58%;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  border: 10px solid rgba(255,255,255,.85);
  animation: float 5s ease-in-out infinite;
}
.hero-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 26%;
}
.hero-logo-badge {
  position: absolute;
  right: -8px;
  top: 6%;
  width: 155px;
  height: 155px;
  display: grid;
  place-items: center;
  padding: 13px;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 34px rgba(75,75,75,.16);
  transform: rotate(5deg);
}
.hero-logo-badge img { width: 100%; }

.about-photo {
  margin: 0;
  position: relative;
  min-height: 590px;
  border-radius: 30px;
  overflow: hidden;
  background: var(--yellow-soft);
  box-shadow: var(--shadow);
}
.about-photo > img {
  width: 100%;
  height: 590px;
  object-fit: cover;
  object-position: center 25%;
}
.about-photo figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 17px 20px;
  color: var(--dark);
  background: rgba(255,255,255,.91);
  backdrop-filter: blur(10px);
  border-radius: 17px;
  font-weight: 800;
  line-height: 1.4;
}

.gallery-section {
  background: linear-gradient(180deg, var(--cream), #fff);
}
.photo-story {
  display: grid;
  grid-template-columns: 1.22fr .78fr;
  grid-template-rows: 340px 230px;
  gap: 22px;
}
.photo-story figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 15px 38px rgba(75,75,75,.11);
}
.photo-story-main {
  grid-row: 1 / 3;
}
.photo-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-story-main img { object-position: center 42%; }
.photo-story-side img { object-position: center 31%; }
.photo-story figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 17px 19px;
  border-radius: 17px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
}
.photo-story figcaption strong,
.photo-story figcaption span {
  display: block;
}
.photo-story figcaption strong {
  color: var(--purple);
  font-family: "Baloo 2", sans-serif;
  font-size: 1.25rem;
}
.photo-story figcaption span {
  font-size: .92rem;
  line-height: 1.45;
}
.gallery-message {
  border-radius: 28px;
  padding: 22px 28px;
  background: var(--yellow-soft);
  display: flex;
  align-items: center;
  gap: 22px;
}
.gallery-message img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  flex: 0 0 auto;
}
.gallery-message p {
  margin: 0;
  color: var(--purple-dark);
  font-family: "Baloo 2", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.25;
}

@media (max-width: 960px) {
  .hero-photo-card { height: 520px; }
  .hero-logo-badge { right: 4%; }
  .about-photo, .about-photo > img { min-height: 520px; height: 520px; }
  .photo-story {
    grid-template-columns: 1fr;
    grid-template-rows: 560px 440px auto;
  }
  .photo-story-main { grid-row: auto; }
}

@media (max-width: 620px) {
  .hero-photo-card { height: 400px; width: 88%; }
  .hero-logo-badge { width: 112px; height: 112px; right: 0; top: 0; }
  .about-photo, .about-photo > img { min-height: 440px; height: 440px; }
  .photo-story { grid-template-rows: 500px 410px auto; }
  .gallery-message { flex-direction: column; text-align: center; }
  .gallery-message img { width: 95px; height: 95px; }
}



/* Seção premium de sedação infantil */
.sedation-highlight {
  background:
    radial-gradient(circle at 8% 18%, rgba(255,212,71,.22), transparent 26%),
    radial-gradient(circle at 93% 78%, rgba(85,204,200,.18), transparent 24%),
    #fff;
}
.sedation-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 72px;
  align-items: center;
}
.sedation-visual {
  position: relative;
  min-height: 650px;
}
.sedation-photo {
  margin: 0;
  height: 650px;
  overflow: hidden;
  border-radius: 38% 62% 42% 58% / 48% 38% 62% 52%;
  box-shadow: var(--shadow);
  border: 10px solid var(--cream);
}
.sedation-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}
.sedation-badge {
  position: absolute;
  right: -18px;
  bottom: 42px;
  width: 210px;
  padding: 20px 22px;
  border-radius: 22px;
  background: var(--purple);
  color: #fff;
  box-shadow: 0 16px 34px rgba(153,0,204,.28);
}
.sedation-badge span,
.sedation-badge strong {
  display: block;
}
.sedation-badge span {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--yellow);
  font-weight: 900;
}
.sedation-badge strong {
  margin-top: 4px;
  line-height: 1.25;
}
.sedation-lead {
  font-family: "Baloo 2", sans-serif;
  color: var(--purple-dark);
  font-size: 1.45rem !important;
  line-height: 1.3;
  font-weight: 800;
}
.sedation-audience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 28px 0;
}
.sedation-audience div {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--cream);
  border: 1px solid rgba(75,75,75,.06);
}
.sedation-audience span {
  font-size: 1.45rem;
}
.sedation-audience strong {
  font-size: .95rem;
  line-height: 1.35;
}
.sedation-assurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}
.sedation-assurance span {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(85,204,200,.17);
  color: #206b68;
  font-size: .84rem;
  font-weight: 900;
}
.sedation-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}
.text-link {
  color: var(--purple);
  font-weight: 900;
}
.text-link:hover {
  text-decoration: underline;
}

/* Mascote interativo */
.mascot-helper {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 95;
}
.mascot-toggle {
  width: 78px;
  height: 78px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  padding: 7px;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(75,75,75,.18);
  animation: mascotBob 3.5s ease-in-out infinite;
}
.mascot-toggle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mascot-message {
  display: none;
  position: absolute;
  left: 58px;
  bottom: 58px;
  width: min(320px, calc(100vw - 110px));
  padding: 18px 20px;
  border-radius: 20px 20px 20px 6px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(75,75,75,.2);
}
.mascot-message.open { display: block; }
.mascot-message strong {
  display: block;
  color: var(--purple-dark);
  font-family: "Baloo 2", sans-serif;
  font-size: 1.12rem;
  line-height: 1.2;
  padding-right: 22px;
}
.mascot-message p {
  margin: 7px 0 10px;
  font-size: .9rem;
  line-height: 1.45;
}
.mascot-message a {
  color: var(--purple);
  font-weight: 900;
  font-size: .88rem;
}
.mascot-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  color: var(--dark);
  font-size: 1.3rem;
  cursor: pointer;
}
@keyframes mascotBob {
  50% { transform: translateY(-7px) rotate(2deg); }
}

@media (max-width: 960px) {
  .sedation-grid { grid-template-columns: 1fr; }
  .sedation-visual { min-height: 560px; }
  .sedation-photo { height: 560px; }
  .sedation-badge { right: 20px; }
}
@media (max-width: 620px) {
  .sedation-visual { min-height: 470px; }
  .sedation-photo { height: 470px; }
  .sedation-audience { grid-template-columns: 1fr; }
  .sedation-badge {
    right: 8px;
    bottom: 18px;
    width: 190px;
  }
  .mascot-toggle { width: 66px; height: 66px; }
  .mascot-message { left: 44px; bottom: 50px; }
}


/* Página exclusiva de sedação */
.sedation-page-hero {
  padding: 90px 0 110px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,212,71,.24), transparent 24%),
    radial-gradient(circle at 88% 82%, rgba(85,204,200,.22), transparent 26%),
    var(--cream);
}
.sedation-page-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 72px;
  align-items: center;
}
.sedation-page-grid p {
  max-width: 680px;
  font-size: 1.16rem;
}
.sedation-page-photo {
  margin: 0;
  height: 600px;
  border-radius: 42% 58% 48% 52% / 44% 38% 62% 56%;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 10px solid #fff;
}
.sedation-page-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}
.indication-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.indication-grid article {
  background: #fff;
  border-radius: 24px;
  padding: 27px 24px;
  box-shadow: 0 12px 32px rgba(75,75,75,.08);
}
.indication-grid span {
  display: block;
  font-size: 2rem;
  margin-bottom: 16px;
}
.indication-grid p {
  margin: 0;
}
.sedation-process {
  background: var(--purple);
  color: #fff;
}
.process-line {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.process-line article {
  padding: 24px 19px;
  border-radius: 20px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.13);
}
.process-line article > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--dark);
  font-weight: 900;
  margin-bottom: 16px;
}
.process-line p {
  color: rgba(255,255,255,.82);
  font-size: .94rem;
}
.safety-section {
  background: #fff;
}
.safety-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.safety-grid figure {
  margin: 0;
  height: 540px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.safety-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}
.safety-points {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}
.safety-points span {
  padding: 13px 16px;
  border-radius: 15px;
  background: rgba(85,204,200,.15);
  color: #206b68;
  font-weight: 900;
}
@media (max-width: 960px) {
  .sedation-page-grid,
  .safety-grid { grid-template-columns: 1fr; }
  .indication-grid { grid-template-columns: repeat(2, 1fr); }
  .process-line { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .sedation-page-photo { height: 470px; }
  .indication-grid,
  .process-line { grid-template-columns: 1fr; }
  .safety-grid figure { height: 440px; }
  .sedation-nav { display: none; }
}
