:root {
  --core-bg: #e6fbff;
  --core-surface: #fff;
  --core-ink: #093c42;
  --core-muted: #5f7d80;
  --core-accent: #ff6f61;
  --core-accent-ink: #fff;
  --core-display: "Unbounded", Arial, sans-serif;
  --core-radius: 30px;
}

body {
  font-family: "Manrope", Arial, sans-serif;
}

.smile-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 78px;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 34px;
  padding: 0 4vw;
  border-bottom: 1px solid rgba(9, 60, 66, .11);
  background: rgba(230, 251, 255, .82);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.smile-logo {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--core-display);
  font-size: 15px;
  letter-spacing: -.06em;
}

.smile-logo i {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 14px 14px 14px 4px;
  background: #1ec6ca;
  color: #fff;
  font-style: normal;
}

.smile-nav {
  display: flex;
  gap: 27px;
}

.smile-nav a {
  font-size: 10px;
  font-weight: 700;
}

.smile-header__book {
  min-height: 43px;
  padding: 0 17px;
  border: 0;
  border-radius: 999px;
  background: var(--core-ink);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.smile-menu {
  display: none;
}

.smile-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: 5vw;
  padding: 125px 6vw 65px;
  overflow: hidden;
  background: linear-gradient(150deg, #e6fbff, #f8ffff 60%, #fff1c5);
}

.smile-cloud {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
}

.cloud-a {
  width: 420px;
  height: 420px;
  left: -240px;
  top: 20%;
  background: #a9f0ea;
}

.cloud-b {
  width: 360px;
  height: 360px;
  right: -170px;
  bottom: -90px;
  background: #ffd4bb;
}

.smile-hero__copy {
  position: relative;
  z-index: 2;
}

.smile-kicker {
  width: max-content;
  padding: 8px 12px;
  border: 1px solid rgba(9, 60, 66, .18);
  border-radius: 999px;
  color: var(--core-muted);
  font-size: 9px;
  font-weight: 800;
}

.smile-kicker span {
  margin-right: 7px;
  color: #22bfc6;
}

.smile-hero h1 {
  margin: 34px 0 0;
  font-family: var(--core-display);
  font-size: clamp(69px, 7.7vw, 130px);
  letter-spacing: -.08em;
  line-height: .86;
}

.smile-hero h1 em {
  color: var(--core-accent);
  font-style: normal;
}

.smile-hero__copy > p {
  max-width: 580px;
  margin: 29px 0 0;
  color: var(--core-muted);
  font-size: 15px;
  line-height: 1.7;
}

.smile-actions {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 32px;
}

.smile-actions > button,
.smile-cta > button {
  min-height: 56px;
  padding: 0 22px;
  border: 0;
  border-radius: 18px 18px 18px 5px;
  background: var(--core-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 16px 35px rgba(255, 111, 97, .2);
  transition: transform .25s ease;
}

.smile-actions > button:hover,
.smile-cta > button:hover {
  transform: rotate(-2deg) translateY(-3px);
}

.smile-actions > a {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  font-weight: 700;
}

.smile-actions > a i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(9, 60, 66, .2);
  border-radius: 50%;
  font-size: 8px;
  font-style: normal;
}

.smile-trust {
  display: flex;
  gap: 25px;
  margin-top: 48px;
}

.smile-trust span {
  color: var(--core-muted);
  font-size: 8px;
}

.smile-trust b {
  display: block;
  margin-bottom: 4px;
  color: var(--core-ink);
  font-size: 17px;
}

.smile-stage {
  position: relative;
  z-index: 2;
  min-height: 620px;
  border: 1px solid rgba(9, 60, 66, .15);
  border-radius: 54px 54px 160px 54px;
  background: #b8edf0;
  box-shadow: 0 35px 90px rgba(7, 62, 68, .13);
}

.smile-stage::before {
  content: "";
  position: absolute;
  inset: 21px;
  border: 1px dashed rgba(9, 60, 66, .18);
  border-radius: 40px 40px 145px 40px;
}

.smile-face,
.smile-cta__face {
  position: absolute;
  width: 360px;
  height: 360px;
  left: 50%;
  top: 50%;
  border-radius: 46% 54% 50% 44%;
  background: #fff8e8;
  box-shadow: inset -35px -30px 70px rgba(239, 183, 138, .2);
  transform: translate(-50%, -50%) rotate(-5deg);
  animation: smileFloat 5s ease-in-out infinite;
}

.smile-face .eye,
.smile-cta__face > i {
  position: absolute;
  width: 18px;
  height: 25px;
  top: 39%;
  border-radius: 50%;
  background: var(--core-ink);
}

.eye-a,
.smile-cta__face > i:first-child { left: 32%; }
.eye-b,
.smile-cta__face > i:nth-child(2) { right: 32%; }

.smile-face .mouth,
.smile-cta__face > span {
  position: absolute;
  width: 88px;
  height: 45px;
  left: 50%;
  bottom: 27%;
  border-bottom: 7px solid var(--core-accent);
  border-radius: 0 0 80px 80px;
  transform: translateX(-50%);
}

.cheek {
  position: absolute;
  width: 45px;
  height: 20px;
  top: 57%;
  border-radius: 50%;
  background: #ffb8aa;
  filter: blur(5px);
  opacity: .6;
}

.cheek-a { left: 18%; }
.cheek-b { right: 18%; }

@keyframes smileFloat {
  50% { transform: translate(-50%, -53%) rotate(3deg); }
}

.smile-card {
  position: absolute;
  padding: 18px;
  border: 1px solid rgba(9, 60, 66, .14);
  border-radius: 22px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 22px 50px rgba(7, 62, 68, .12);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.smile-card--doctor {
  width: 185px;
  left: -38px;
  top: 11%;
}

.smile-card--doctor > span,
.smile-card--slot > span {
  display: block;
  color: var(--core-muted);
  font-size: 7px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.smile-card--doctor strong {
  display: block;
  margin: 10px 0 5px;
  font-family: var(--core-display);
  font-size: 18px;
  line-height: 1.05;
}

.smile-card--doctor small {
  color: var(--core-muted);
  font-size: 8px;
}

.smile-card--doctor i {
  position: absolute;
  width: 44px;
  height: 44px;
  right: 13px;
  bottom: 13px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #ffe895;
  font-style: normal;
  font-weight: 800;
}

.smile-card--slot {
  width: 180px;
  right: -25px;
  bottom: 12%;
}

.smile-card--slot strong {
  display: block;
  margin: 8px 0 12px;
  color: #20aeb5;
  font-family: var(--core-display);
  font-size: 30px;
}

.smile-card--slot button {
  padding: 7px 11px;
  border: 0;
  border-radius: 999px;
  background: var(--core-accent);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
}

.smile-sticker {
  position: absolute;
  right: 8%;
  top: 8%;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffe679;
  font-family: var(--core-display);
  font-size: 11px;
  line-height: 1.25;
  text-align: center;
  transform: rotate(8deg);
}

.smile-bento,
.comfort-lab,
.smile-team {
  padding: 130px 5vw;
}

.smile-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  background: #fff;
}

.smile-bento__title {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: .3fr 1.7fr;
  gap: 4vw;
  margin-bottom: 45px;
}

.smile-bento__title > span,
.comfort-lab__head > span,
.smile-team__head > span {
  color: #18a7ae;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.smile-bento h2,
.comfort-lab h2,
.smile-team h2,
.smile-cta h2 {
  margin: 0;
  font-family: var(--core-display);
  font-size: clamp(58px, 6.5vw, 102px);
  letter-spacing: -.075em;
  line-height: .92;
}

.smile-bento h2 em,
.comfort-lab h2 em,
.smile-team h2 em,
.smile-cta h2 em {
  color: var(--core-accent);
  font-style: normal;
}

.smile-bento__card {
  position: relative;
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  overflow: hidden;
  border-radius: 34px;
  color: #093c42;
  transition: transform .3s ease;
}

.smile-bento__card:hover {
  transform: translateY(-7px) rotate(-1deg);
}

.smile-bento__card.mint { background: #b7f1e8; }
.smile-bento__card.yellow { background: #ffe880; }
.smile-bento__card.coral { background: #ffb5a8; }

.smile-bento__card > span {
  font-size: 9px;
  font-weight: 800;
}

.smile-bento__card > i {
  position: absolute;
  top: 20px;
  right: 23px;
  font-size: 34px;
  font-style: normal;
}

.smile-bento__card h3 {
  margin: auto 0 12px;
  font-family: var(--core-display);
  font-size: 36px;
  letter-spacing: -.06em;
}

.smile-bento__card p {
  margin: 0 0 28px;
  font-size: 11px;
  line-height: 1.6;
  opacity: .7;
}

.smile-bento__card strong {
  font-size: 11px;
}

.smile-bento__wide {
  grid-column: 1 / -1;
  min-height: 500px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 38px;
  background: #073c42;
  color: #fff;
}

.smile-bento__wide > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7vw;
}

.smile-bento__wide span {
  color: #7ddbe0;
  font-size: 8px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.smile-bento__wide h3 {
  margin: 24px 0 35px;
  font-family: var(--core-display);
  font-size: clamp(46px, 5vw, 75px);
  letter-spacing: -.07em;
  line-height: .95;
}

.smile-bento__wide button {
  width: max-content;
  padding: 13px 17px;
  border: 0;
  border-radius: 999px;
  background: #ffe67b;
  color: #073c42;
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}

.smile-xray {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: radial-gradient(circle, #237d84, #0b4c52 55%, #063137);
}

.smile-xray::before,
.smile-xray::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
}

.smile-xray::after {
  width: 45%;
  height: 45%;
  border-style: dashed;
}

.smile-xray i {
  z-index: 2;
  width: 38px;
  height: 85px;
  border: 2px solid rgba(255, 255, 255, .62);
  border-radius: 18px 18px 45% 45%;
  box-shadow: inset 0 0 18px rgba(255, 255, 255, .1);
}

.smile-xray strong {
  position: absolute;
  right: 24px;
  bottom: 22px;
  color: #7ddbe0;
  font-family: var(--core-display);
  font-size: 22px;
}

.comfort-lab {
  background: #ffefe9;
}

.comfort-lab__head {
  display: grid;
  grid-template-columns: .35fr 1.05fr .6fr;
  gap: 4vw;
  align-items: end;
  margin-bottom: 60px;
}

.comfort-lab__head > p {
  margin: 0;
  color: var(--core-muted);
  font-size: 12px;
  line-height: 1.7;
}

.comfort-console {
  display: grid;
  grid-template-columns: .75fr 1.25fr .75fr;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(9, 60, 66, .15);
  border-radius: 38px;
  background: #fff;
}

.comfort-console__face {
  position: relative;
  background: #9ce4df;
}

.comfort-console__face::before {
  content: "";
  position: absolute;
  width: 68%;
  aspect-ratio: 1;
  left: 50%;
  top: 50%;
  border-radius: 44% 56% 50% 46%;
  background: #fff4df;
  transform: translate(-50%, -50%) rotate(-4deg);
}

.comfort-console__face > i {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 23px;
  top: 43%;
  border-radius: 50%;
  background: var(--core-ink);
}

.comfort-console__face > i:first-child { left: 39%; }
.comfort-console__face > i:nth-child(2) { right: 39%; }

.comfort-console__face > span {
  position: absolute;
  z-index: 2;
  width: 68px;
  height: var(--mouth-height, 20px);
  left: 50%;
  top: 57%;
  border-bottom: 5px solid var(--core-accent);
  border-radius: 0 0 60px 60px;
  transform: translateX(-50%);
  transition: height .35s ease, border-radius .35s ease;
}

.comfort-console__control {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px;
}

.comfort-console__control > span,
.comfort-console aside > small {
  color: #18a7ae;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.comfort-console__control > strong {
  margin-top: 17px;
  font-family: var(--core-display);
  font-size: 32px;
  letter-spacing: -.05em;
}

.comfort-console__control > p {
  min-height: 60px;
  color: var(--core-muted);
  font-size: 11px;
  line-height: 1.7;
}

.comfort-console input {
  width: 100%;
  margin-top: 25px;
  accent-color: var(--core-accent);
}

.comfort-scale {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: var(--core-muted);
  font-size: 7px;
}

.comfort-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 35px;
}

.comfort-options button {
  padding: 9px 12px;
  border: 1px solid rgba(9, 60, 66, .16);
  border-radius: 999px;
  background: transparent;
  font-size: 9px;
  cursor: pointer;
}

.comfort-options button.is-on {
  border-color: #1cb7bd;
  background: #cef4f3;
}

.comfort-console aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px;
  background: #073c42;
  color: #fff;
}

.comfort-console aside ul {
  display: grid;
  gap: 17px;
  margin: 28px 0 35px;
  padding: 0;
  list-style: none;
  font-size: 10px;
}

.comfort-console aside li {
  display: flex;
  gap: 9px;
}

.comfort-console aside li i {
  color: #6be0d6;
  font-style: normal;
}

.comfort-console aside button {
  min-height: 48px;
  padding: 0 14px;
  border: 0;
  border-radius: 14px;
  background: #ffe67b;
  color: #073c42;
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}

.smile-team {
  background: #fff;
}

.smile-team__head {
  display: grid;
  grid-template-columns: .35fr 1.65fr;
  gap: 4vw;
  margin-bottom: 70px;
}

.smile-team__rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.smile-team__rail article {
  padding: 18px 18px 28px;
  border: 1px solid rgba(9, 60, 66, .12);
  border-radius: 30px;
}

.doctor-portrait {
  height: 390px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 22px;
  overflow: hidden;
}

.doctor-a { background: linear-gradient(145deg, #c0ece5, #6fc2bc); }
.doctor-b { background: linear-gradient(145deg, #ffe3a5, #e6b95b); }
.doctor-c { background: linear-gradient(145deg, #ffc6bd, #e98577); }

.doctor-portrait span {
  width: 165px;
  height: 210px;
  display: grid;
  place-items: center;
  border-radius: 48% 48% 40% 40%;
  background: rgba(255, 255, 255, .66);
  color: var(--core-ink);
  font-family: var(--core-display);
  font-size: 44px;
  box-shadow: inset -20px -20px 50px rgba(9, 60, 66, .12);
}

.smile-team__rail article > small {
  color: #18a7ae;
  font-size: 8px;
  font-weight: 800;
}

.smile-team__rail h3 {
  margin: 10px 0 6px;
  font-family: var(--core-display);
  font-size: 24px;
  letter-spacing: -.05em;
}

.smile-team__rail p {
  margin: 0;
  color: var(--core-muted);
  font-size: 10px;
}

.smile-team__rail button {
  margin-top: 22px;
  padding: 9px 12px;
  border: 1px solid rgba(9, 60, 66, .16);
  border-radius: 999px;
  background: transparent;
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}

.smile-cta {
  position: relative;
  min-height: 85svh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 100px 8vw;
  overflow: hidden;
  background: #93ded9;
}

.smile-cta > span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.smile-cta h2 {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 28px 0 42px;
  font-size: clamp(85px, 11vw, 170px);
}

.smile-cta > button {
  position: relative;
  z-index: 2;
}

.smile-cta__face {
  width: 540px;
  height: 540px;
  left: auto;
  right: 6vw;
  opacity: .9;
  transform: translate(0, -50%) rotate(8deg);
}

.smile-cta__face > i {
  width: 25px;
  height: 35px;
}

.smile-cta__face > span {
  width: 130px;
  height: 70px;
  border-width: 10px;
}

.smile-footer {
  min-height: 105px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  align-items: center;
  gap: 25px;
  padding: 25px 4vw;
  background: #073c42;
  color: #d4eeee;
  font-size: 9px;
}

.smile-footer p {
  margin: 0;
}

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

  .smile-header .portal-back,
  .smile-header__book {
    display: none;
  }

  .smile-menu {
    position: relative;
    z-index: 2;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(9, 60, 66, .18);
    border-radius: 14px;
    background: transparent;
  }

  .smile-menu span {
    position: absolute;
    width: 17px;
    height: 2px;
    background: currentColor;
  }

  .smile-menu span:first-child { transform: translateY(-4px); }
  .smile-menu span:last-child { transform: translateY(4px); }
  .menu-open .smile-menu span:first-child { transform: rotate(45deg); }
  .menu-open .smile-menu span:last-child { transform: rotate(-45deg); }

  .smile-nav {
    position: fixed;
    inset: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    padding: 10vw;
    visibility: hidden;
    opacity: 0;
    background: #e6fbff;
    transition: .3s ease;
  }

  .menu-open .smile-nav {
    visibility: visible;
    opacity: 1;
  }

  .smile-nav a {
    font-family: var(--core-display);
    font-size: 46px;
  }

  .smile-hero {
    grid-template-columns: 1fr;
    padding-top: 135px;
  }

  .smile-stage {
    min-height: 570px;
  }

  .smile-bento {
    grid-template-columns: 1fr;
  }

  .smile-bento__title,
  .smile-bento__wide {
    grid-column: 1;
  }

  .smile-bento__wide {
    grid-template-columns: 1fr;
  }

  .smile-xray {
    min-height: 420px;
  }

  .comfort-lab__head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .comfort-lab__head > p {
    max-width: 520px;
  }

  .comfort-console {
    grid-template-columns: 1fr 1fr;
  }

  .comfort-console aside {
    grid-column: 1 / -1;
  }

  .smile-team__rail {
    grid-template-columns: 1fr;
  }

  .doctor-portrait {
    height: 320px;
  }

  .smile-cta__face {
    right: -150px;
    opacity: .5;
  }

  .smile-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .smile-header {
    height: 70px;
    padding-inline: 18px;
  }

  .smile-hero {
    min-height: auto;
    padding: 115px 20px 70px;
  }

  .smile-hero h1 {
    font-size: 62px;
  }

  .smile-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .smile-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .smile-stage {
    min-height: 470px;
    border-radius: 35px 35px 90px 35px;
  }

  .smile-face {
    width: 260px;
    height: 260px;
  }

  .smile-card--doctor {
    left: -8px;
    width: 158px;
  }

  .smile-card--slot {
    right: -8px;
    width: 150px;
  }

  .smile-sticker {
    width: 90px;
    height: 90px;
    font-size: 8px;
  }

  .smile-bento,
  .comfort-lab,
  .smile-team {
    padding: 90px 20px;
  }

  .smile-bento__title,
  .smile-team__head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .smile-bento h2,
  .comfort-lab h2,
  .smile-team h2 {
    font-size: 50px;
  }

  .smile-bento__wide > div:first-child {
    padding: 45px 25px;
  }

  .smile-bento__wide h3 {
    font-size: 43px;
  }

  .comfort-console {
    grid-template-columns: 1fr;
  }

  .comfort-console__face {
    min-height: 330px;
  }

  .comfort-console__control {
    padding: 40px 23px;
  }

  .comfort-console aside {
    grid-column: 1;
  }

  .smile-cta {
    min-height: 75svh;
    padding: 80px 20px;
  }

  .smile-cta h2 {
    font-size: 65px;
  }

  .smile-cta__face {
    width: 360px;
    height: 360px;
    right: -170px;
  }

  .smile-footer {
    grid-template-columns: 1fr;
    padding: 35px 20px;
  }
}

/* V8 — calm clinical photography */
.smile-stage {
  isolation: isolate;
  border-color: rgba(9, 60, 66, .2);
  background: #0b3e43;
  box-shadow: 0 38px 100px rgba(7, 62, 68, .2);
}

.smile-stage::before {
  z-index: 2;
  border-color: rgba(255, 255, 255, .3);
  pointer-events: none;
}

.smile-photo {
  position: absolute;
  z-index: 1;
  inset: 20px;
  margin: 0;
  overflow: hidden;
  border-radius: 38px 38px 143px 38px;
  background: #0b3e43;
}

.smile-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(9, 60, 66, .08) 35%, rgba(9, 60, 66, .56) 100%);
  pointer-events: none;
}

.smile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
  transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .5s ease;
}

.smile-stage:hover .smile-photo img {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.035);
}

.smile-card,
.smile-sticker { z-index: 4; }

@media (max-width: 650px) {
  .smile-photo { inset: 12px; border-radius: 30px 30px 90px 30px; }
}
