* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
main, header, footer, section, nav, aside { display: block; }
img { max-width: 100%; height: auto; }
a { background-color: transparent; }
button, input, select, textarea { font: inherit; }
button { overflow: visible; }
table { border-collapse: collapse; }
.container { width: 100%; max-width: 1170px; margin: 0 auto; padding-left: 15px; padding-right: 15px; }
.mt-2 { margin-top: .75rem !important; }
.mt-3 { margin-top: 1.25rem !important; }
.mt-4 { margin-top: 1.75rem !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-2 { margin-bottom: .75rem !important; }
.text-white { color: #fff !important; }
.justify-content-center { justify-content: center !important; }
@media (max-width: 1199px) { .container { max-width: 960px; } }
@media (max-width: 991px) { .container { max-width: 720px; } }
@media (max-width: 767px) { .container { max-width: 540px; } }
@media (max-width: 575px) { .container { max-width: 100%; } }
:root {
  --sm-blue: #3f5fc0;
  --sm-blue-dark: #263f91;
  --sm-turquoise: #51bfc0;
  --sm-turquoise-dark: #2b9698;
  --sm-ink: #24303d;
  --sm-muted: #677483;
  --sm-light: #f5f8fb;
  --sm-border: #dde5ec;
  --sm-white: #ffffff;
  --sm-shadow: 0 18px 48px rgba(26, 45, 76, 0.10);
}

html { scroll-behavior: smooth; }
body.layout-medlab {
  color: var(--sm-ink);
  background: var(--sm-white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
body.layout-medlab h1,
body.layout-medlab h2,
body.layout-medlab h3,
body.layout-medlab h4,
body.layout-medlab h5,
body.layout-medlab h6,
body.layout-medlab .btn,
body.layout-medlab .navbar-nav {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
body.layout-medlab a { color: var(--sm-blue); }
body.layout-medlab a:hover { color: var(--sm-blue-dark); }

.sm-skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 9999;
  padding: 10px 16px;
  border-radius: 6px;
  background: var(--sm-blue-dark);
  color: #fff !important;
  transition: top .2s ease;
}
.sm-skip-link:focus { top: 16px; }

/* Header */
.sm-header {
  position: relative;
  z-index: 50;
  background: #fff;
  box-shadow: 0 2px 18px rgba(32, 51, 78, .06);
}
.sm-topbar {
  background: var(--sm-blue-dark);
  color: rgba(255,255,255,.92);
  font-size: 14px;
}
.sm-topbar .container {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.sm-topbar-left,
.sm-topbar-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.sm-topbar a { color: #fff !important; }
.sm-topbar i {
    color: var(--sm-turquoise);
}

.sm-topbar-left i {
    margin-right: 7px;
}

.sm-topbar-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sm-topbar-social i {
    margin: 0;
}
.sm-social a {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.sm-social a:hover { background: rgba(255,255,255,.10); }

.sm-nav-wrap { background: #fff; }
.sm-nav {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.sm-brand { display: inline-flex; align-items: center; max-width: 365px; }
.sm-brand img { width: 100%; height: auto; display: block; }
.sm-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sm-menu a {
  display: block;
  padding: 14px 13px;
  color: #263442 !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
}
.sm-menu a:hover,
.sm-menu a[aria-current="page"] { color: var(--sm-blue) !important; background: #f1f5ff; }
.sm-menu .sm-menu-cta a {
  color: #fff !important;
  background: linear-gradient(135deg, var(--sm-blue), var(--sm-turquoise));
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 8px 22px rgba(63,95,192,.18);
}
.sm-menu .sm-menu-cta a:hover { color: #fff !important; transform: translateY(-1px); }
.sm-menu-toggle {
  display: none;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--sm-blue-dark);
  width: 44px;
  height: 44px;
  border-radius: 8px;
  font-size: 28px;
  cursor: pointer;
}

/* Hero */
.sm-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 68px;
  background:
    radial-gradient(circle at 18% 15%, rgba(81,191,192,.18), transparent 32%),
    linear-gradient(135deg, #f8fbff 0%, #f4f9fb 52%, #ffffff 100%);
}
.sm-hero:after {
  content: "";
  position: absolute;
  width: 350px;
  height: 840px;
  right: -55px;
  top: -125px;
  background: url('../images/pittogramma-dx.svg') center/contain no-repeat;
  opacity: .035;
  pointer-events: none;
}
.sm-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
  gap: 64px;
  align-items: center;
}
.sm-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--sm-blue);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.sm-kicker:before {
  content: "";
  width: 32px;
  height: 3px;
  border-radius: 999px;
  background: var(--sm-turquoise);
}
.sm-hero h1 {
  margin: 0 0 22px;
  color: var(--sm-ink);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.04;
  letter-spacing: -.035em;
  font-weight: 750;
}
.sm-hero h1 span { color: var(--sm-blue); }
.sm-hero-lead {
  max-width: 680px;
  margin: 0 0 30px;
  color: var(--sm-muted);
  font-size: 19px;
  line-height: 1.7;
}
.sm-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.sm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 12px 21px;
  border-radius: 9px;
  font-weight: 700;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition: .2s ease;
}
.sm-btn-primary { color: #fff !important; background: var(--sm-blue); }
.sm-btn-primary:hover { color: #fff !important; background: var(--sm-blue-dark); transform: translateY(-1px); }
.sm-btn-secondary { color: var(--sm-blue-dark) !important; background: #fff; border-color: var(--sm-border); }
.sm-btn-secondary:hover { border-color: #b8c6d5; background: #fbfcfd; transform: translateY(-1px); }
.sm-btn-whatsapp { color: #fff !important; background: #228c5d; }
.sm-btn-whatsapp:hover { color: #fff !important; background: #19754c; }
.sm-btn-map { color: #fff !important; background: var(--sm-turquoise-dark); }
.sm-btn-map:hover { color: #fff !important; filter: brightness(.92); transform: translateY(-1px); }
.sm-hero-map-link { display:inline-flex; align-items:center; gap:6px; margin-top:8px; font-size:14px; font-weight:700; text-decoration:none; }
.sm-info-map-btn { margin-top:18px; }
.sm-map-main { width:100%; min-height:56px; font-size:15px; }

.sm-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 34px;
  color: #526171;
  font-size: 14px;
}
.sm-hero-points span { display: inline-flex; align-items: center; gap: 7px; }
.sm-hero-points i { color: var(--sm-turquoise-dark); }
.sm-hero-media { position: relative; min-height: 560px; }
.sm-hero-photo {
  width: calc(100% - 48px);
  height: 560px;
  margin-left: 48px;
  border-radius: 26px 26px 70px 26px;
  object-fit: cover;
  object-position: center 36%;
  box-shadow: var(--sm-shadow);
}
.sm-hero-card {
  position: absolute;
  left: 0;
  bottom: 34px;
  width: min(340px, 80%);
  padding: 22px 24px;
  background: rgba(255,255,255,.97);
  border-radius: 16px;
  box-shadow: 0 14px 38px rgba(36,48,61,.16);
  border-left: 4px solid var(--sm-turquoise);
}
.sm-hero-card strong { display: block; color: var(--sm-blue-dark); font-size: 17px; margin-bottom: 5px; }
.sm-hero-card p { margin: 0; color: var(--sm-muted); font-size: 14px; line-height: 1.55; }

/* Generic sections */
.sm-section { padding: 82px 0; }
.sm-section-sm { padding: 58px 0; }
.sm-section-light { background: var(--sm-light); }
.sm-section-blue { color: #fff; background: linear-gradient(135deg, var(--sm-blue-dark), #3458b8); }
.sm-section-header { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.sm-section-header.sm-left { margin-left: 0; text-align: left; }
.sm-section-header h2,
.sm-title {
  margin: 0 0 15px;
  color: var(--sm-ink);
  font-size: clamp(31px, 3.6vw, 45px);
  line-height: 1.16;
  letter-spacing: -.025em;
  font-weight: 750;
}
.sm-section-blue .sm-section-header h2,
.sm-section-blue .sm-title { color: #fff; }
.sm-section-header p { color: var(--sm-muted); font-size: 17px; margin: 0; }
.sm-section-blue .sm-section-header p { color: rgba(255,255,255,.78); }

.sm-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  gap: 68px;
  align-items: center;
}
.sm-intro-photo {
  position: relative;
  min-height: 510px;
}
.sm-intro-photo img:first-child {
  width: 82%;
  height: 510px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--sm-shadow);
}
.sm-intro-photo img:last-child {
  position: absolute;
  width: 52%;
  height: 250px;
  object-fit: cover;
  right: 0;
  bottom: -28px;
  border: 8px solid #fff;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(36,48,61,.14);
}
.sm-copy p { color: var(--sm-muted); font-size: 17px; }
.sm-check-list { list-style: none; margin: 25px 0 0; padding: 0; display: grid; gap: 12px; }
.sm-check-list li { position: relative; padding-left: 30px; color: #435262; }
.sm-check-list li:before {
  content: "\e95c";
  font-family: 'dentco';
  position: absolute;
  left: 0;
  top: 1px;
  color: var(--sm-turquoise-dark);
  font-size: 17px;
}

/* Specialties */
.sm-specialties {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
}
.sm-specialty {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px 18px;
  background: #fff;
  border: 1px solid var(--sm-border);
  border-radius: 13px;
  box-shadow: 0 5px 16px rgba(32,51,78,.03);
  transition: .2s ease;
}
.sm-specialty:hover { transform: translateY(-2px); border-color: #c9d7e4; box-shadow: 0 10px 24px rgba(32,51,78,.07); }
.sm-specialty-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--sm-blue);
  background: #eef3ff;
  font-size: 22px;
}
.sm-specialty strong { color: #334150; font-size: 15px; line-height: 1.35; font-weight: 650; }

/* Info cards */
.sm-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.sm-info-card {
  background: #fff;
  border: 1px solid var(--sm-border);
  border-radius: 16px;
  padding: 27px;
  box-shadow: 0 6px 20px rgba(32,51,78,.04);
}
.sm-info-card i { font-size: 31px; color: var(--sm-turquoise-dark); }
.sm-info-card h3 { margin: 17px 0 9px; font-size: 20px; color: var(--sm-ink); }
.sm-info-card p { margin: 0; color: var(--sm-muted); }
.sm-info-card a { font-weight: 650; }

/* Hours */
.sm-hours { margin: 0; width: 100%; }
.sm-hours tr + tr { border-top: 1px solid rgba(255,255,255,.14); }
.sm-hours td { padding: 10px 0; color: rgba(255,255,255,.88); }
.sm-hours td:last-child { text-align: right; font-weight: 700; color: #fff; }
.sm-hours-dark tr + tr { border-top-color: var(--sm-border); }
.sm-hours-dark td { color: var(--sm-muted); }
.sm-hours-dark td:last-child { color: var(--sm-ink); }

.sm-cta-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 58px; align-items: center; }
.sm-cta-copy h2 { margin: 0 0 14px; color: #fff; font-size: clamp(30px, 3.4vw, 44px); }
.sm-cta-copy p { color: rgba(255,255,255,.8); margin: 0 0 26px; font-size: 17px; }
.sm-cta-box { padding: 26px 30px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.07); border-radius: 16px; }

/* Gallery */
.sm-gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 14px; }
.sm-gallery figure { margin: 0; overflow: hidden; border-radius: 16px; background: #e8eef3; }
.sm-gallery figure:first-child { grid-row: span 2; }
.sm-gallery img { width: 100%; height: 260px; display: block; object-fit: cover; transition: transform .35s ease; }
.sm-gallery figure:first-child img { height: 534px; }
.sm-gallery figure:hover img { transform: scale(1.025); }

/* Page hero */
.sm-page-hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 62px;
  background: linear-gradient(135deg, #f4f8fc 0%, #edf6f7 100%);
}
.sm-page-hero:after {
  content: "";
  position: absolute;
  right: -12px;
  top: -175px;
  width: 260px;
  height: 620px;
  background: url('../images/pittogramma-dx.svg') center/contain no-repeat;
  opacity: .045;
}
.sm-page-hero h1 { margin: 7px 0 12px; color: var(--sm-ink); font-size: clamp(38px, 5vw, 58px); letter-spacing: -.035em; }
.sm-page-hero p { max-width: 750px; margin: 0; color: var(--sm-muted); font-size: 18px; }
.sm-breadcrumb { font-size: 14px; color: #718090; }
.sm-breadcrumb a { text-decoration: none; font-weight: 650; }

/* Contacts */
.sm-contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 44px; align-items: start; }
.sm-contact-panel { border-radius: 18px; overflow: hidden; background: var(--sm-blue-dark); color: #fff; box-shadow: var(--sm-shadow); }
.sm-contact-panel-photo { width: 100%; height: 260px; object-fit: cover; display: block; }
.sm-contact-panel-body { padding: 30px; }
.sm-contact-panel h2 { color: #fff; font-size: 26px; margin: 0 0 22px; }
.sm-contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.sm-contact-list li { display: grid; grid-template-columns: 35px 1fr; gap: 12px; align-items: start; }
.sm-contact-list i { color: var(--sm-turquoise); font-size: 22px; margin-top: 2px; }
.sm-contact-list small { display: block; color: rgba(255,255,255,.65); margin-bottom: 2px; }
.sm-contact-list a,
.sm-contact-list strong { color: #fff !important; font-weight: 650; }
.sm-map-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 24px; }

.sm-form-card { padding: 34px; border: 1px solid var(--sm-border); border-radius: 18px; background: #fff; box-shadow: 0 8px 30px rgba(32,51,78,.06); }
.sm-form-card h2 { margin: 0 0 8px; font-size: 30px; color: var(--sm-ink); }
.sm-form-card > p { margin: 0 0 25px; color: var(--sm-muted); }
.sm-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.sm-field { margin-bottom: 16px; }
.sm-field label { display: block; margin: 0 0 7px; color: #344352; font-weight: 650; font-size: 14px; }
.sm-field input,
.sm-field select,
.sm-field textarea {
  width: 100%;
  min-height: 49px;
  border: 1px solid #d8e0e8;
  border-radius: 8px;
  padding: 11px 13px;
  background: #fff;
  color: var(--sm-ink);
  outline: none;
  transition: border-color .2s, box-shadow .2s;
}
.sm-field textarea { min-height: 150px; resize: vertical; }
.sm-field input:focus,
.sm-field select:focus,
.sm-field textarea:focus { border-color: #8ca2d9; box-shadow: 0 0 0 3px rgba(63,95,192,.10); }
.sm-checkbox { display: flex; gap: 10px; align-items: flex-start; color: var(--sm-muted); font-size: 13px; line-height: 1.5; margin: 4px 0 18px; }
.sm-privacy-notice { margin: -3px 0 18px; padding: 12px 14px; border-left: 3px solid var(--sm-blue); border-radius: 0 8px 8px 0; background: #f5f8fc; color: #536273; font-size: 13px; line-height: 1.55; }
.sm-privacy-notice strong { color: var(--sm-ink); }
.sm-checkbox input { margin-top: 4px; }
.sm-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.sm-form-status { display: none; margin: 0 0 18px; padding: 12px 14px; border-radius: 8px; font-size: 14px; }
.sm-form-status.is-visible { display: block; }
.sm-form-status.is-success { background: #e8f7ef; color: #1f7147; border: 1px solid #bee5cf; }
.sm-form-status.is-error { background: #fff0f0; color: #9c3535; border: 1px solid #f0cccc; }
.sm-form-submit[disabled] { opacity: .65; cursor: wait; }

/* Hidden future pages */
.sm-placeholder {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px;
  border: 1px dashed #bcc9d6;
  border-radius: 18px;
  text-align: center;
  background: #fbfcfd;
}
.sm-placeholder-icon { width: 76px; height: 76px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #edf3ff; color: var(--sm-blue); font-size: 34px; margin-bottom: 18px; }

/* Footer */
.sm-footer { background: #172536; color: rgba(255,255,255,.72); }
.sm-footer-main { padding: 58px 0 44px; }
.sm-footer-grid { display: grid; grid-template-columns: 1.1fr .8fr 1.1fr; gap: 52px; }
.sm-footer-logo { max-width: 330px; padding: 13px 16px; background: #fff; border-radius: 10px; }
.sm-footer-logo img { width: 100%; display: block; }
.sm-footer p { color: rgba(255,255,255,.66); }
.sm-footer h3 { color: #fff; font-size: 19px; margin: 0 0 18px; }
.sm-footer-nav { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.sm-footer a { color: rgba(255,255,255,.82) !important; text-decoration: none; }
.sm-footer a:hover { color: #fff !important; }
.sm-footer-contact { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.sm-footer-contact i { color: var(--sm-turquoise); margin-right: 7px; }
.sm-footer-bottom { border-top: 1px solid rgba(255,255,255,.10); padding: 18px 0; font-size: 13px; }
.sm-footer-bottom .container { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.sm-footer-note { max-width: 760px; color: rgba(255,255,255,.48); }


.sm-floating-maps {
  position: fixed; right: 19px; bottom: 88px; z-index: 40; min-height: 48px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 24px; background: var(--sm-blue); color: #fff !important; box-shadow: 0 10px 28px rgba(0,0,0,.18); text-decoration: none; font-weight: 700; font-size: 14px;
}
.sm-floating-maps:hover { background: var(--sm-blue-dark); color:#fff !important; }
.sm-floating-maps i { font-size:19px; }

.sm-floating-whatsapp {
  position: fixed;
  right: 19px;
  bottom: 19px;
  z-index: 40;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #228c5d;
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.20);
  text-decoration: none;
  font-size: 23px;
}
.sm-floating-whatsapp:hover { background: #19754c; color: #fff !important; }

@media (max-width: 1199px) {
  .sm-brand { max-width: 300px; }
  .sm-menu a { padding-left: 9px; padding-right: 9px; font-size: 14px; }
  .sm-hero-grid { grid-template-columns: minmax(0,1fr) minmax(360px,.9fr); gap: 42px; }
}

@media (max-width: 991px) {
  .sm-topbar { display: none; }
  .sm-nav { min-height: 78px; }
  .sm-brand { max-width: 285px; }
  .sm-menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .sm-nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    padding: 0 15px 16px;
    background: #fff;
    border-top: 1px solid var(--sm-border);
    box-shadow: 0 14px 24px rgba(32,51,78,.12);
    display: none;
  }
  .sm-nav-links.is-open { display: block; }
  .sm-menu { display: block; padding-top: 10px; }
  .sm-menu a { padding: 12px 10px; }
  .sm-menu .sm-menu-cta { margin-top: 7px; }
  .sm-menu .sm-menu-cta a { text-align: center; }
  .sm-hero { padding: 58px 0; }
  .sm-hero-grid,
  .sm-intro-grid,
  .sm-contact-grid,
  .sm-cta-grid { grid-template-columns: 1fr; }
  .sm-hero-media { min-height: 500px; max-width: 680px; }
  .sm-hero-photo { height: 500px; }
  .sm-intro-grid { gap: 52px; }
  .sm-intro-photo { max-width: 690px; }
  .sm-specialties { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sm-info-grid { grid-template-columns: 1fr; }
  .sm-gallery { grid-template-columns: 1fr 1fr; }
  .sm-gallery figure:first-child { grid-row: auto; grid-column: span 2; }
  .sm-gallery figure:first-child img { height: 420px; }
  .sm-footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .sm-footer-grid > div:first-child { grid-column: span 2; }
}

@media (max-width: 767px) {
  .container { padding-left: 20px; padding-right: 20px; }
  .sm-section { padding: 62px 0; }
  .sm-section-sm { padding: 46px 0; }
  .sm-brand { max-width: 235px; }
  .sm-hero h1 { font-size: 43px; }
  .sm-hero-lead { font-size: 17px; }
  .sm-hero-media { min-height: 430px; }
  .sm-hero-photo { margin-left: 28px; width: calc(100% - 28px); height: 430px; border-radius: 20px 20px 48px 20px; }
  .sm-hero-card { bottom: 20px; padding: 17px 18px; }
  .sm-intro-photo { min-height: 410px; }
  .sm-intro-photo img:first-child { height: 410px; width: 88%; }
  .sm-intro-photo img:last-child { height: 190px; width: 55%; }
  .sm-specialties { grid-template-columns: 1fr; }
  .sm-gallery { grid-template-columns: 1fr; }
  .sm-gallery figure:first-child { grid-column: auto; }
  .sm-gallery figure:first-child img,
  .sm-gallery img { height: 300px; }
  .sm-form-grid { grid-template-columns: 1fr; gap: 0; }
  .sm-form-card { padding: 25px 21px; }
  .sm-footer-grid { grid-template-columns: 1fr; }
  .sm-footer-grid > div:first-child { grid-column: auto; }
  .sm-footer-logo { max-width: 290px; }
  .sm-page-hero { padding: 54px 0 48px; }
}

@media (max-width: 479px) {
  .sm-floating-maps { width: 52px; height: 52px; min-height: 52px; padding: 0; border-radius: 50%; bottom: 84px; }
  .sm-floating-maps span { display:none; }
  .sm-brand { max-width: 205px; }
  .sm-nav { min-height: 72px; }
  .sm-nav-links { top: 72px; }
  .sm-hero { padding-top: 46px; }
  .sm-hero h1 { font-size: 38px; }
  .sm-actions .sm-btn { width: 100%; }
  .sm-hero-media { min-height: 370px; }
  .sm-hero-photo { height: 370px; }
  .sm-hero-card { width: 86%; }
  .sm-intro-photo img:last-child { display: none; }
  .sm-intro-photo img:first-child { width: 100%; }
  .sm-gallery img,
  .sm-gallery figure:first-child img { height: 260px; }
  .sm-placeholder { padding: 34px 22px; }
}
