.sub-hero {
  padding: 82px 0 76px;
  background: #e4f3fd;
}
.sub-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #717171;
  font-size: 52px;
  line-height: 1.12;
  font-weight: 600;
}
.sub-hero .lead {
  max-width: 820px;
  margin: 25px 0 0;
  font-size: 22px;
  line-height: 1.5;
}
.page-section {
  padding: 80px 0;
}
.prose {
  max-width: 880px;
}
.prose h2,
.page-section h2 {
  margin: 50px 0 18px;
  color: #717171;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}
.prose h2:first-child {
  margin-top: 0;
}
.prose p {
  margin: 0 0 24px;
}
.prose ul {
  margin: 0 0 30px;
  padding-left: 24px;
}
.prose li {
  margin: 7px 0;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.link-card,
.download-card,
.profile-card {
  display: block;
  padding: 28px;
  border: 1px solid #d9e2e6;
  border-radius: 5px;
  color: #717171;
  background: #fff;
  text-decoration: none;
  transition: 0.2s;
}
.link-card:hover,
.download-card:hover,
.profile-card:hover {
  border-color: #3f8cba;
  box-shadow: 0 8px 24px rgba(63, 140, 186, 0.12);
  transform: translateY(-2px);
}
.download-card:hover,
.download-card:focus-visible {
  border-color: #3f8cba;
  color: #fff;
  background: #3f8cba;
}
.download-card {
  border-color: rgba(255, 255, 255, 0.95);
  background: #e4f3fd;
}
.download-card:hover h2,
.download-card:hover p,
.download-card:hover span,
.download-card:focus-visible h2,
.download-card:focus-visible p,
.download-card:focus-visible span {
  color: #fff;
}
.link-card h2,
.download-card h2,
.profile-card h2 {
  margin: 0 0 10px;
  color: #3f8cba;
  font-size: 26px;
}
.link-card span,
.download-card span {
  color: #3f8cba;
  font-weight: 600;
}
.profile-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: center;
  gap: 22px;
}
.profile-card img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}
.doctors-intro h2 {
  margin-top: 0;
}
.subpage-team-list {
  display: grid;
  gap: 14px;
  margin-top: 54px;
  border-top: 0;
  background: #fff;
}
.subpage-team-list .doctor {
  background: #e4f3fd;
}
.subpage-team-list .doctor:hover,
.subpage-team-list .doctor:focus-visible {
  color: #fff;
  background: #3f8cba;
}
.subpage-team-list .doctor:hover small,
.subpage-team-list .doctor:focus-visible small {
  color: #fff;
}
.subpage-team-list .doctor-inner {
  width: 100%;
  padding-right: 28px;
  padding-left: 28px;
}
.contact-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(260px, 0.7fr) minmax(440px, 1.3fr);
  gap: 24px;
}
.contact-card {
  padding: 30px;
  border-left: 4px solid #3f8cba;
  background: #f6f6f6;
}
.contact-side {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 24px;
}
.contact-side .contact-map-strip {
  box-sizing: border-box;
  height: 100%;
  padding: 30px;
  border-left: 4px solid #3f8cba;
}
.contact-side .contact-map-grid {
  display: block;
  box-sizing: border-box;
  width: auto;
  max-width: none;
  padding: 0;
}
.contact-side .contact-map-copy h2 {
  margin-bottom: 16px;
  font-size: 25px;
}
.contact-side .contact-map-copy p {
  margin-bottom: 24px;
}
.contact-side .contact-map,
.contact-side .contact-map iframe {
  min-height: 260px;
  height: 260px;
}
.contact-card h2 {
  margin: 0 0 16px;
  font-size: 25px;
}
.contact-card a {
  color: #3f8cba;
  font-weight: 600;
}
.contact-card .contact-phone {
  margin: 18px 0 0;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.15;
}
.contact-card .contact-phone a {
  font-weight: 700;
  text-decoration: none;
}
.contact-form-card {
  box-sizing: border-box;
  height: 100%;
  padding: 34px;
}
.contact-form {
  display: grid;
  gap: 24px;
}
.contact-form label,
.contact-form legend {
  color: #717171;
  font-weight: 700;
}
.contact-form small {
  display: block;
  margin-top: 3px;
  font-size: 0.82em;
  font-weight: 400;
}
.contact-form fieldset {
  padding: 0;
  border: 0;
}
.form-options {
  display: grid;
  margin-top: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
}
.form-options label,
.form-consent {
  font-size: 0.88em;
  font-weight: 400;
}
.form-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
  box-sizing: border-box;
  width: 100%;
  margin-top: 7px;
  padding: 12px 14px;
  color: #555;
  border: 1px solid #c7d2d8;
  border-radius: 0;
  background: #fff;
  font: inherit;
}
.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}
.required-note {
  margin: -10px 0 0;
  color: #717171;
  font-size: 0.82em;
  line-height: 1.45;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #3f8cba;
  outline: 2px solid rgba(63, 140, 186, 0.18);
}
.contact-form .button {
  justify-self: start;
  border: 1px solid #3f8cba;
  cursor: pointer;
}
.form-honeypot {
  position: absolute;
  left: -10000px;
}
.form-success,
.form-error {
  margin-bottom: 22px;
  padding: 14px 16px;
  border-left: 4px solid #3f8cba;
  background: #e4f3fd;
}
.form-error {
  border-color: #a45c54;
  background: #f8ecea;
}
.contact-map-strip {
  padding: 58px 0;
  background: #dceef8;
}
.contact-map-grid {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(260px, 0.75fr) minmax(420px, 1.25fr);
  gap: 48px;
}
.contact-map-copy h2 {
  margin: 0 0 22px;
  color: #717171;
  font-size: clamp(30px, 3vw, 44px);
}
.contact-map-copy p {
  margin: 0;
  color: #717171;
  line-height: 1.75;
}
.contact-map-copy a {
  color: #3f8cba;
  font-weight: 700;
}
.contact-map {
  overflow: hidden;
  min-height: 360px;
  background: rgba(255, 255, 255, 0.5);
}
.contact-map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}
.cta-strip {
  position: relative;
  overflow: hidden;
  padding: 38px 0;
  color: #717171;
  background: #e4f3fd;
}
.cta-strip::after {
  position: absolute;
  top: -55%;
  right: 3%;
  width: min(460px, 42vw);
  height: 210%;
  content: "";
  opacity: 0.13;
  background: url("../images/schlingen.svg") center / contain no-repeat;
  pointer-events: none;
}
.cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.cta-strip h2 {
  margin: 0;
  color: #717171;
  font-family: "Kalam", "Segoe Print", cursive;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 400;
}
.cta-strip .button {
  border-color: rgba(63, 140, 186, 0.65);
  padding: 9px 20px;
  color: #3f8cba;
  background: rgba(255, 255, 255, 0.82);
}
.cta-strip .button:hover,
.cta-strip .button:focus-visible {
  border-color: #3f8cba;
  color: #fff;
  background: #3f8cba;
}
.main-nav a.active {
  color: #3f8cba;
}
.page-choice .eyebrow {
  text-transform: none;
}
.doctor-head {
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: center;
  gap: 35px;
}
.doctor-head img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}
.profile-page-section {
  padding: 80px 0;
}
.profile-color-card {
  display: grid;
  padding: 54px 58px;
  background: rgba(63, 140, 186, 0.1);
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: start;
  gap: 48px;
}
.profile-portrait {
  width: 170px;
  height: 170px;
  border: 2px solid rgba(63, 140, 186, 0.55);
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}
.profile-visual {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.profile-award {
  display: block;
  width: 150px;
  height: auto;
  margin-top: 26px;
}
.profile-copy h1 {
  margin: 0;
  color: #717171;
  font-size: 43px;
  line-height: 1.15;
  font-weight: 600;
}
.profile-specialty {
  margin: 17px 0 34px;
  color: #084454;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 600;
}
.profile-copy .prose {
  max-width: none;
}
.profile-copy .prose p:last-child {
  margin-bottom: 0;
}
.profile-page-section .page-gallery {
  margin-top: 28px;
}
@media (max-width: 760px) {
  .sub-hero {
    padding: 58px 0;
  }
  .sub-hero h1 {
    font-size: 38px;
  }
  .sub-hero .lead {
    font-size: 19px;
  }
  .page-section {
    padding: 58px 0;
  }
  .card-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-map-strip {
    padding: 44px 0;
  }
  .contact-map-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .form-options,
  .form-fields {
    grid-template-columns: 1fr;
  }
  .contact-map,
  .contact-map iframe {
    min-height: 320px;
    height: 320px;
  }
  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .cta-strip {
    padding: 32px 0;
  }
  .cta-strip::after {
    right: -16%;
    width: 300px;
    opacity: 0.1;
  }
  .cta-strip h2 {
    font-size: 24px;
  }
  .doctor-head {
    grid-template-columns: 100px 1fr;
  }
  .doctor-head img {
    width: 96px;
    height: 96px;
  }
  .profile-page-section {
    padding: 58px 0;
  }
  .profile-color-card {
    grid-template-columns: 1fr;
    padding: 34px 28px;
    gap: 26px;
  }
  .profile-portrait {
    width: 116px;
    height: 116px;
  }
  .profile-copy h1 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .sub-hero h1 {
    font-size: 32px;
  }
  .profile-card {
    grid-template-columns: 72px 1fr;
    padding: 20px;
  }
  .profile-card img {
    width: 68px;
    height: 68px;
  }
}
.page-gallery {
  width: min(calc(100% - 48px), 1160px);
  margin: 55px auto 0;
}
.services-page-hero {
  display: flex;
  min-height: 510px;
  align-items: center;
  background-position: center;
  background-size: cover;
}
.services-page-hero .content {
  width: min(calc(100% - 48px), 1200px);
}
.services-hero-panel {
  width: min(540px, 55%);
  padding: 34px 42px 38px;
  color: #333;
  background: rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(1px);
}
.services-hero-panel h1 {
  margin: 0;
  color: #333;
  font-size: 48px;
  line-height: 1.16;
  font-weight: 600;
}
.services-hero-panel p {
  margin: 24px 0 0;
  font-size: 20px;
  line-height: 1.5;
}
.services-hero-panel .eyebrow {
  margin: 0 0 14px;
  color: #3f8cba;
  font-size: 16px;
  line-height: 1.2;
}
.services-hero-panel .overlay-portrait {
  width: 104px;
  height: 104px;
  margin: 0 0 22px;
  border: 2px solid rgba(63, 140, 186, 0.7);
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
}
.page-gallery img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}
.page-gallery.multiple {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.original-copy {
  max-width: 980px;
}
.original-copy h1,
.original-copy h2,
.original-copy h3 {
  margin: 48px 0 18px;
  color: #717171;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}
.original-copy h1:first-child,
.original-copy h2:first-child,
.original-copy h3:first-child {
  margin-top: 0;
}
.original-copy p {
  margin: 0 0 26px;
}
.original-copy ul,
.original-copy ol {
  margin: 0 0 30px;
  padding-left: 26px;
}
.original-copy li {
  margin: 8px 0;
}
.legal-copy .photo-credits {
  margin-top: 26px;
}
.legal-copy .credits-link {
  margin-bottom: 0;
}
.privacy-accordion {
  margin-top: 52px;
  border-left: 4px solid rgba(63, 140, 186, 0.24);
  background: rgba(63, 140, 186, 0.075);
}
.privacy-accordion summary {
  position: relative;
  padding: 28px 74px 28px 34px;
  color: #717171;
  font-size: 31px;
  line-height: 1.25;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.privacy-accordion summary::-webkit-details-marker {
  display: none;
}
.privacy-accordion summary::after {
  position: absolute;
  top: 50%;
  right: 30px;
  content: "+";
  color: #3f8cba;
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
  transform: translateY(-50%);
}
.privacy-accordion[open] summary::after {
  content: "−";
}
.privacy-copy {
  padding: 4px 34px 34px;
}
.privacy-copy h2:first-child {
  margin-top: 18px;
}
.service-card-grid {
  margin-top: 54px;
}
.service-card-grid {
  grid-template-columns: 1fr;
  gap: 14px;
  border-top: 0;
}
.service-card-grid .link-card {
  display: grid;
  min-height: 132px;
  padding: 28px 34px;
  border-width: 0 0 1px;
  border-color: rgba(255, 255, 255, 0.95);
  border-radius: 0;
  background: #e4f3fd;
  grid-template-columns: minmax(260px, 0.85fr) minmax(300px, 1.15fr) auto;
  align-items: center;
  gap: 30px;
  box-shadow: none;
  transform: none;
}
.service-card-grid .link-card h2,
.service-card-grid .link-card p {
  margin: 0;
}
.service-card-grid .link-card h2 {
  color: #084454;
  font-size: 29px;
  line-height: 1.25;
}
.service-card-grid .link-card p {
  color: #717171;
}
.service-card-grid .link-card span {
  white-space: nowrap;
}
.service-card-grid .link-card:hover,
.service-card-grid .link-card:focus-visible {
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
  background: #3f8cba;
  box-shadow: none;
  transform: none;
}
.service-card-grid .link-card:hover h2,
.service-card-grid .link-card:hover p,
.service-card-grid .link-card:hover span,
.service-card-grid .link-card:focus-visible h2,
.service-card-grid .link-card:focus-visible p,
.service-card-grid .link-card:focus-visible span {
  color: #fff;
}
.operations-link {
  margin-top: 50px;
}
.surgery-sections {
  display: grid;
  gap: 20px;
}
.surgery-sections > .endoscopy-topic h2 {
  margin-top: 0;
}
.operations-accordion {
  border-left: 4px solid rgba(63, 140, 186, 0.24);
  background: rgba(63, 140, 186, 0.07);
}
.operations-accordion summary {
  position: relative;
  padding: 28px 74px 28px 36px;
  color: #717171;
  font-size: 31px;
  line-height: 1.25;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.operations-accordion summary::-webkit-details-marker {
  display: none;
}
.operations-accordion summary::after {
  position: absolute;
  top: 50%;
  right: 30px;
  content: "+";
  color: #3f8cba;
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
  transform: translateY(-50%);
}
.operations-accordion[open] summary::after {
  content: "−";
}
.operations-content {
  padding: 5px 36px 38px;
}
.operations-content > p:first-child {
  margin-top: 0;
}
.surgery-subcategory {
  margin-top: 20px;
  padding: 28px 30px 24px;
  border-left: 3px solid rgba(154, 127, 98, 0.22);
  background: rgba(255, 255, 255, 0.72);
}
.surgery-subcategory:nth-of-type(even) {
  border-left-color: rgba(63, 140, 186, 0.22);
  background: rgba(228, 243, 253, 0.5);
}
.surgery-subcategory h3 {
  margin: 0 0 18px;
  color: #717171;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 600;
}
.surgery-subcategory p:last-child,
.surgery-subcategory ul:last-child {
  margin-bottom: 0;
}
.endoscopy-topics {
  display: grid;
  gap: 24px;
}
.endoscopy-topic {
  padding: 42px 48px 38px;
  border-left: 4px solid rgba(113, 113, 113, 0.17);
}
.endoscopy-topic.tone-0 {
  background: rgba(63, 140, 186, 0.085);
}
.endoscopy-topic.tone-1 {
  background: rgba(154, 127, 98, 0.075);
}
.endoscopy-topic h2 {
  margin-top: 0;
}
.endoscopy-topic p:last-child,
.endoscopy-topic ul:last-child {
  margin-bottom: 0;
}
.proctology-topics {
  margin-top: 48px;
}
@media (max-width: 760px) {
  .services-page-hero {
    min-height: 430px;
    align-items: flex-end;
    background-position: center;
  }
  .services-page-hero .content {
    width: 100%;
  }
  .services-hero-panel {
    width: min(100% - 36px, 540px);
    margin: 0 18px 22px;
    padding: 24px 26px 27px;
  }
  .services-hero-panel h1 {
    font-size: 34px;
  }
  .services-hero-panel p {
    margin-top: 16px;
    font-size: 17px;
  }
  .services-hero-panel .overlay-portrait {
    width: 76px;
    height: 76px;
    margin-bottom: 15px;
  }
  .page-gallery {
    width: 100%;
    margin-top: 0;
  }
  .page-gallery.multiple {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .page-gallery img {
    max-height: 360px;
  }
  .original-copy h1,
  .original-copy h2,
  .original-copy h3 {
    font-size: 26px;
  }
  .endoscopy-topics {
    gap: 16px;
  }
  .endoscopy-topic {
    padding: 28px 24px 25px;
  }
  .service-card-grid .link-card {
    min-height: 0;
    padding: 24px 25px;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .service-card-grid .link-card h2 {
    font-size: 25px;
  }
  .service-card-grid .link-card span {
    margin-top: 5px;
  }
  .operations-accordion summary {
    padding: 23px 58px 23px 24px;
    font-size: 26px;
  }
  .operations-accordion summary::after {
    right: 22px;
  }
  .operations-content {
    padding: 3px 20px 25px;
  }
  .surgery-subcategory {
    padding: 23px 21px 20px;
  }
  .surgery-subcategory h3 {
    font-size: 22px;
  }
}
