:root {
  --degle-white: #ffffff;
  --degle-gray-50: #f3f6f8;
  --degle-gray-100: #e6edef;
  --degle-ink: #102531;
  --degle-muted: #526773;
  --degle-petrol: #087f82;
  --degle-petrol-dark: #05666a;
  --degle-blue: #2563eb;
  --degle-radius: 16px;
  --degle-shadow: 0 18px 46px rgba(16, 37, 49, 0.08);
}

body.degle-clinical-editorial,
.page .degle-section,
.page .degle-hero-section {
  color: var(--degle-ink);
  font-family: Inter, Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.degle-hero-section {
  background: linear-gradient(135deg, #ffffff 0%, #f7fafb 58%, #eaf3f4 100%);
  overflow: hidden;
}

.degle-hero-section .et_pb_row {
  display: flex;
  min-height: 720px;
}

.degle-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px clamp(40px, 7vw, 110px) !important;
}

.degle-hero-visual {
  min-height: 720px;
}

.degle-eyebrow p,
.degle-section-kicker p,
.degle-contact-kicker {
  color: var(--degle-petrol);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  margin-bottom: 20px;
}

.degle-hero-title h1 {
  color: var(--degle-ink);
  font-size: clamp(52px, 5.2vw, 86px);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 0.97;
  margin-bottom: 28px;
}

.degle-hero-title h2 {
  color: var(--degle-ink);
  font-size: clamp(28px, 2.5vw, 43px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.14;
  margin-bottom: 26px;
}

.degle-hero-title p,
.degle-lead-text p,
.degle-article-text p,
.degle-article-text li {
  color: var(--degle-muted);
  font-size: 19px;
  line-height: 1.75;
}

.degle-hero-title p {
  max-width: 640px;
}

.degle-primary-button .et_pb_button,
.degle-light-button .et_pb_button {
  background: var(--degle-petrol) !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-top: 18px;
  padding: 15px 24px !important;
}

.degle-primary-button .et_pb_button:hover {
  background: var(--degle-petrol-dark) !important;
  padding: 15px 29px 15px 24px !important;
}

.degle-primary-button .et_pb_button:after,
.degle-light-button .et_pb_button:after {
  line-height: 1.1 !important;
}

.degle-portrait-frame {
  align-items: center;
  background:
    linear-gradient(125deg, rgba(255,255,255,.96) 0 18%, transparent 18% 100%),
    linear-gradient(145deg, #dce5e7, #aebbc0);
  display: flex;
  height: 720px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.degle-portrait-initials {
  align-items: center;
  background: linear-gradient(145deg, #304650, #102531);
  border-radius: 48% 48% 42% 42%;
  box-shadow: var(--degle-shadow);
  color: rgba(255,255,255,.78);
  display: flex;
  font-size: 86px;
  font-weight: 300;
  height: 430px;
  justify-content: center;
  letter-spacing: .04em;
  position: relative;
  width: 300px;
  z-index: 2;
}

.degle-optic-ring {
  border: 1px solid rgba(8,127,130,.38);
  border-radius: 50%;
  height: 360px;
  position: absolute;
  width: 360px;
}

.degle-ring-one {
  right: -120px;
  top: 80px;
}

.degle-ring-two {
  bottom: -150px;
  height: 500px;
  left: -160px;
  width: 500px;
}

.degle-accent-line {
  background: var(--degle-blue);
  height: 68%;
  position: absolute;
  right: 32px;
  top: 16%;
  width: 10px;
}

.degle-focus-strip {
  background: transparent;
  margin-top: -72px;
  padding: 0 !important;
  position: relative;
  z-index: 5;
}

.degle-focus-strip .et_pb_row {
  background: rgba(255,255,255,.97);
  border: 1px solid var(--degle-gray-100);
  border-radius: var(--degle-radius);
  box-shadow: var(--degle-shadow);
  padding: 0;
}

.degle-focus-strip .et_pb_column:not(:last-child) {
  border-right: 1px solid var(--degle-gray-100);
}

.degle-focus-card {
  min-height: 190px;
  padding: 42px 34px;
}

.degle-focus-card .et_pb_module_header {
  color: var(--degle-ink);
  font-size: 21px;
  font-weight: 700;
}

.degle-focus-card .et_pb_blurb_description p {
  color: var(--degle-muted);
  line-height: 1.6;
}

.degle-section {
  padding: 120px 0 !important;
}

.degle-profile-section,
.degle-teaching-section {
  background: #fff;
}

.degle-research-section,
.degle-inner-content {
  background: var(--degle-gray-50);
}

.degle-publications-section {
  background: #fff;
  border-top: 1px solid var(--degle-gray-100);
}

.degle-section-heading h2 {
  color: var(--degle-ink);
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 720;
  letter-spacing: -.04em;
  line-height: 1.06;
}

.degle-text-button .et_pb_button {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid var(--degle-petrol) !important;
  border-radius: 0 !important;
  color: var(--degle-ink) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-top: 12px;
  padding: 8px 0 !important;
}

.degle-research-card {
  background: #fff;
  border: 1px solid var(--degle-gray-100);
  border-radius: 12px;
  margin-bottom: 18px !important;
  min-height: 175px;
  padding: 30px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.degle-research-card:hover {
  border-color: rgba(8,127,130,.45);
  box-shadow: 0 12px 30px rgba(16,37,49,.07);
  transform: translateY(-3px);
}

.degle-research-card .et_pb_module_header {
  color: var(--degle-ink);
  font-size: 22px;
  font-weight: 700;
}

.degle-research-card p {
  color: var(--degle-muted);
  line-height: 1.65;
}

.degle-teaching-section {
  border-left: 10px solid var(--degle-blue);
}

.degle-number .percent-value {
  color: var(--degle-petrol);
  font-size: clamp(70px, 8vw, 118px);
  font-weight: 750;
  letter-spacing: -.06em;
}

.degle-number .title,
.degle-microcopy p {
  color: var(--degle-muted);
}

.degle-contact-band {
  background: var(--degle-ink);
  padding: 85px 0 !important;
}

.degle-contact-band h2 {
  color: #fff;
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.12;
}

.degle-contact-band .degle-contact-kicker {
  color: #76d0d2;
}

.degle-light-button {
  text-align: right;
}

.degle-light-button .et_pb_button {
  background: #fff !important;
  color: var(--degle-ink) !important;
}

.degle-inner-hero {
  background: linear-gradient(135deg, #fff, #eef5f5);
  padding: 130px 0 100px !important;
}

.degle-inner-title h1 {
  color: var(--degle-ink);
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 750;
  letter-spacing: -.05em;
  line-height: 1.02;
}

.degle-article-text h2 {
  color: var(--degle-ink);
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -.025em;
  margin: 1.8em 0 .55em;
}

.degle-article-text .degle-intro {
  color: var(--degle-ink);
  font-size: 25px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .degle-hero-section .et_pb_row {
    display: block;
  }

  .degle-hero-copy {
    padding: 90px 7vw 60px !important;
  }

  .degle-hero-visual,
  .degle-portrait-frame {
    min-height: 520px;
    height: 520px;
  }

  .degle-focus-strip {
    margin-top: 0;
    padding: 30px 0 !important;
  }

  .degle-focus-strip .et_pb_column:not(:last-child) {
    border-bottom: 1px solid var(--degle-gray-100);
    border-right: 0;
  }

  .degle-section {
    padding: 85px 0 !important;
  }

  .degle-light-button {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .degle-hero-copy {
    padding: 70px 6vw 50px !important;
  }

  .degle-hero-title p,
  .degle-lead-text p,
  .degle-article-text p,
  .degle-article-text li {
    font-size: 17px;
  }

  .degle-portrait-initials {
    height: 330px;
    width: 230px;
  }

  .degle-section {
    padding: 65px 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .degle-research-card,
  .degle-primary-button .et_pb_button {
    transition: none;
  }
}

