﻿:root {
  --black: #16213e;
  --ink: #242426;
  --muted: #5f6773;
  --line: #dbe3ef;
  --soft: #f3f7fd;
  --white: #ffffff;
  --accent: #14489f;
  --accent-deep: #0e3675;
  --red: #d8342c;
  --red-deep: #b21f18;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(24px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-mark svg {
  width: 34px;
  height: 22px;
}

.brand-icon {
  height: 56px;
  width: auto;
  display: block;
}

.brand-word {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -0.4px;
  line-height: 1;
  color: var(--black);
}

.brand-word span {
  color: var(--accent);
}

.foot-logo {
  height: 60px;
  width: auto;
  margin-bottom: 8px;
}

.brand-text {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-size: 22px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.3px;
}

.brand-text span:first-child {
  color: var(--accent);
}

.brand-text span:last-child {
  color: var(--black);
}

nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

nav a {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 9px 12px;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

nav a:hover {
  border-color: var(--line);
  background: var(--white);
}

nav a.nav-cta {
  border-color: var(--accent);
  color: var(--white);
  background: var(--accent);
}

nav a.nav-cta:hover {
  background: var(--accent-deep);
  border-color: var(--accent-deep);
}

nav a.nav-login {
  border-color: var(--line);
}

nav a.nav-login:hover {
  border-color: var(--black);
  background: var(--white);
}

nav a.nav-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--accent-deep);
  font-weight: 900;
}

nav a.nav-phone svg {
  width: 14px;
  height: 14px;
}

nav a.nav-phone:hover {
  border-color: transparent;
  background: transparent;
  color: var(--black);
}

.hero {
  display: grid;
  min-height: calc(100vh - 73px);
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  padding: 0;
}

.hero-image-wrap {
  position: relative;
  min-height: clamp(440px, 65vw, 780px);
  overflow: hidden;
  background: var(--black);
}

.hero-image-wrap::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.55));
  pointer-events: none;
}

.hero-image-wrap img {
  width: 100%;
  height: clamp(440px, 65vw, 780px);
  object-fit: cover;
  object-position: center;
  filter: none;
}

.hero-tagline {
  position: absolute;
  right: clamp(18px, 5vw, 80px);
  bottom: clamp(18px, 5vw, 70px);
  z-index: 1;
  max-width: 660px;
  color: var(--white);
  text-align: right;
}

.hero-tagline span {
  display: block;
  font-size: clamp(38px, 6.6vw, 98px);
  font-weight: 800;
  line-height: 0.94;
}

.hero-tagline p {
  margin: 16px 0 0;
  color: var(--white);
  font-size: clamp(15px, 1.7vw, 22px);
  font-weight: 700;
}

.hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  border-bottom: 1px solid var(--black);
  padding: clamp(36px, 6vw, 86px) clamp(18px, 5vw, 80px);
}

.eyebrow {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin: 0 0 14px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--accent-deep);
  background: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(46px, 7.4vw, 104px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.5px;
}

h2 {
  max-width: 840px;
  margin-bottom: 16px;
  font-size: clamp(34px, 5vw, 70px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.5px;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.hero-summary p,
.section-heading p,
.image-story p {
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 21px);
}

.hero-summary {
  display: grid;
  gap: 24px;
}

.hero-summary p {
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--black);
  border-radius: 8px;
  padding: 12px 18px;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.btn-primary {
  color: var(--white);
  background: var(--accent);
  border-color: var(--accent);
}

.btn-primary:hover {
  background: var(--accent-deep);
  border-color: var(--accent-deep);
}

.btn-secondary {
  color: var(--black);
  background: var(--white);
}

.statement {
  border-bottom: 1px solid var(--black);
  padding: clamp(46px, 7vw, 96px) clamp(18px, 5vw, 80px);
  background: var(--black);
}

.statement p {
  max-width: 1180px;
  margin: 0;
  color: var(--white);
  font-size: clamp(26px, 4.6vw, 68px);
  font-weight: 800;
  line-height: 1.02;
}

.statement p .accent {
  color: #ff6f6a;
}

.section {
  padding: clamp(58px, 8vw, 110px) clamp(18px, 5vw, 80px);
}

.section-heading {
  max-width: 920px;
  margin-bottom: 34px;
}

/* ---- treatments grid ---- */
.treatments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tx-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: var(--white);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.tx-card:hover {
  transform: translateY(-3px);
  border-color: var(--accent);
}

.tx-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.tx-body {
  padding: 18px 20px 22px;
}

.tx-card h3 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 800;
  color: var(--black);
}

.tx-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .treatments-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .treatments-grid {
    grid-template-columns: 1fr;
  }
}

/* ---- services carousel (reuses platform-carousel bones) ---- */
.services-carousel {
  position: relative;
}

.carousel-track {
  display: grid;
  grid-auto-columns: minmax(82%, 1fr);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-bottom: 18px;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.service-slide {
  display: grid;
  min-height: clamp(300px, 34vw, 380px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  scroll-snap-align: start;
}

.service-slide .slide-copy {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(22px, 3.2vw, 40px);
}

.service-slide span {
  display: inline-flex;
  width: max-content;
  margin-bottom: auto;
  border: 1px solid var(--accent);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--accent-deep);
  font-size: 12px;
  font-weight: 900;
}

.service-slide h3 {
  margin: clamp(40px, 6vw, 90px) 0 12px;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 800;
  line-height: 1;
}

.service-slide p {
  max-width: 40ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 700;
  line-height: 1.35;
}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

.carousel-btn {
  min-width: 92px;
  border: 1px solid var(--black);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--black);
  background: var(--white);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.carousel-btn:hover {
  color: var(--white);
  background: var(--black);
}

.carousel-dots {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 8px;
}

.carousel-dots span {
  width: 8px;
  height: 8px;
  border: 1px solid var(--black);
  border-radius: 999px;
  background: var(--white);
}

.services-carousel[data-active="0"] .carousel-dots span:nth-child(1),
.services-carousel[data-active="1"] .carousel-dots span:nth-child(2),
.services-carousel[data-active="2"] .carousel-dots span:nth-child(3),
.services-carousel[data-active="3"] .carousel-dots span:nth-child(4),
.services-carousel[data-active="4"] .carousel-dots span:nth-child(5),
.services-carousel[data-active="5"] .carousel-dots span:nth-child(6) {
  background: var(--black);
}

/* ---- doctor / image story ---- */
.image-story {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 0.8fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  border-top: 1px solid var(--black);
  padding: clamp(48px, 7vw, 100px) clamp(18px, 5vw, 80px);
}

.image-story figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--soft);
}

.image-story img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: none;
}

.image-story .credential-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.image-story .credential-list li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  color: var(--ink);
  font-weight: 700;
}

.image-story .credential-list li::before {
  content: "\2713";
  color: var(--accent);
  font-weight: 900;
}

/* ---- visit: hours + location ---- */
.visit-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 60px);
  border-top: 1px solid var(--line);
  background: var(--soft);
}

.visit-card {
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 3vw, 34px);
  background: var(--white);
}

.visit-card h3 {
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--accent-deep);
}

.hours-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.hours-list li:last-child {
  border-bottom: 0;
}

.hours-list li span:last-child {
  color: var(--muted);
}

.hours-list li.closed span:last-child {
  color: var(--accent);
}

.visit-detail {
  margin: 0;
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 800;
  line-height: 1.5;
}

.visit-detail a {
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid var(--accent);
}

/* ---- SMS consent band ---- */
.sms-band {
  display: grid;
  gap: 14px;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  padding: clamp(40px, 6vw, 84px) clamp(18px, 5vw, 80px);
  background: var(--white);
}

.sms-band h2 {
  margin-bottom: 6px;
}

.sms-band p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 600;
}

.sms-band .fineprint {
  font-size: 13px;
  color: var(--muted);
}

.sms-band a {
  color: var(--accent-deep);
  font-weight: 900;
}

/* ---- online booking embed ---- */
.book-section {
  border-top: 1px solid var(--black);
  background: var(--soft);
}

.book-embed {
  width: 100%;
  height: 820px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  display: block;
}

@media (max-width: 700px) {
  .book-embed {
    height: 900px;
  }
}

/* ---- contact ---- */
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.88fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.direct-line {
  display: inline-flex;
  margin-top: 10px;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  text-decoration: none;
  color: var(--accent-deep);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border: 1px solid var(--black);
  border-radius: 8px;
  padding: clamp(18px, 3vw, 28px);
  background: var(--white);
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--black);
  border-radius: 8px;
  padding: 11px 12px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

input {
  min-height: 46px;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.wide,
.hidden-field,
.form-status,
.contact-form .btn {
  grid-column: 1 / -1;
}

.hidden-field {
  display: none;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

/* ---- footer ---- */
.site-footer {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 30px 40px;
  align-items: start;
  border-top: 1px solid var(--black);
  padding: clamp(42px, 6vw, 76px) clamp(18px, 5vw, 80px) 0;
  background: var(--white);
}

.footer-col .foot-brand {
  font-size: 22px;
  font-weight: 900;
  color: var(--black);
  margin-bottom: 12px;
}

.footer-col h4 {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.footer-col p {
  margin: 0 0 10px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.55;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--accent-deep);
}

.footer-hours {
  display: grid;
  gap: 8px;
}

.footer-hours div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
}

.footer-hours div span:last-child {
  color: var(--ink);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
}

.footer-bottom a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 800;
}

.footer-bottom a:hover {
  color: var(--accent-deep);
}

/* ---- smiles gallery ---- */
.smiles-section {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.smiles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.smiles-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: var(--soft);
  aspect-ratio: 1 / 1;
}

.smiles-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.smiles-grid figure:hover img {
  transform: scale(1.04);
}

/* ---- pricing / promises band ---- */
.pricing-band {
  border-top: 1px solid var(--line);
  background: var(--soft);
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.promise {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px 26px;
}

.promise-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.promise-ico svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.promise h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 800;
  color: var(--black);
}

.promise p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .promise-grid {
    grid-template-columns: 1fr;
  }
}

/* ---- pay your bill ---- */
.pay-section {
  border-top: 1px solid var(--black);
  background: var(--white);
}

.pay-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: clamp(24px, 4vw, 44px);
  background: var(--soft);
}

.pay-card h2 {
  margin-bottom: 12px;
}

.pay-card > div p {
  color: var(--muted);
  font-size: clamp(15px, 1.5vw, 17px);
  font-weight: 600;
}

.pay-note {
  margin-top: 12px;
  font-size: 14px;
}

.pay-note a {
  color: var(--accent-deep);
  font-weight: 900;
}

.pay-form {
  display: grid;
  gap: 14px;
  border: 1px solid var(--black);
  border-radius: 12px;
  padding: clamp(20px, 3vw, 28px);
  background: var(--white);
}

.pay-status {
  min-height: 20px;
  margin: 0;
  color: var(--accent-deep);
  font-weight: 800;
  font-size: 14px;
}

.pay-list {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.pay-list li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  color: var(--ink);
  font-weight: 700;
}

.pay-list li::before {
  content: "\2713";
  color: var(--accent);
  font-weight: 900;
}

@media (max-width: 900px) {
  .pay-card {
    grid-template-columns: 1fr;
  }
}

/* ---- responsive ---- */
@media (max-width: 1050px) {
  .hero-copy,
  .image-story,
  .visit-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .carousel-track {
    grid-auto-columns: 88%;
  }

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

@media (max-width: 700px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  nav {
    justify-content: flex-start;
  }

  .hero-image-wrap,
  .hero-image-wrap img {
    min-height: 360px;
    height: 360px;
  }

  .hero-tagline {
    right: 18px;
    bottom: 22px;
    left: 18px;
    max-width: none;
    text-align: left;
  }

  .hero-tagline span {
    font-size: 38px;
  }

  h1 {
    font-size: 44px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .carousel-track {
    grid-auto-columns: 100%;
  }

  .hero-actions .btn,
  .contact-form .btn {
    width: 100%;
  }

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

  .footer-bottom {
    flex-direction: column;
  }

  .smiles-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ---- floating Google buttons (all pages) ---- */
.gfab-stack{position:fixed;right:18px;bottom:104px;z-index:9999;display:flex;flex-direction:column;gap:10px;align-items:flex-end}
.gfab{display:inline-flex;align-items:center;gap:9px;background:#fff;color:#3c4043;border:1px solid #dadce0;border-radius:30px;padding:11px 17px;box-shadow:0 4px 18px rgba(0,0,0,.18);font-weight:700;font-size:14px;text-decoration:none;white-space:nowrap;transition:box-shadow .18s ease,transform .18s ease}
.gfab:hover{box-shadow:0 8px 26px rgba(0,0,0,.26);transform:translateY(-1px)}
.gfab svg{width:20px;height:20px;flex:none;display:block}
@media (max-width:560px){.gfab-stack{right:12px;bottom:84px;gap:8px}.gfab{padding:9px 14px;font-size:12.5px;gap:7px}.gfab svg{width:17px;height:17px}}

/* Waukegan Family Dental brand */
.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:50% 50% 46% 46%;background:linear-gradient(145deg,#282c69,#4e6bb8);color:#fff;font-size:23px;font-weight:900;box-shadow:0 5px 16px rgba(40,44,105,.24)}
.foot-brand{display:flex;flex-direction:column;line-height:1.05;margin-bottom:14px;color:#282c69;text-transform:uppercase;letter-spacing:.08em}.foot-brand strong{font-size:28px}.foot-brand span{font-size:15px;font-weight:800;letter-spacing:.19em}

.booking-link-card{max-width:720px;margin:0 auto;padding:42px;text-align:center;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 35px rgba(40,44,105,.08)}.booking-link-card p{margin:0 0 22px;color:var(--muted);font-weight:700}

.employment-section{padding-top:18px}.employment-card{display:grid;grid-template-columns:minmax(230px,.7fr) minmax(0,1.3fr);gap:44px;padding:42px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,#f5f7ff 0%,#fff 65%);box-shadow:0 10px 35px rgba(40,44,105,.08)}.employment-heading h2{margin:8px 0 14px;font-size:clamp(30px,4vw,48px)}.employment-heading p{color:var(--muted);font-weight:700;line-height:1.6}.employment-copy h3{margin:0 0 8px;font-size:18px}.employment-copy h3:not(:first-child){margin-top:22px}.employment-copy p{margin:0;color:var(--muted);line-height:1.72}.employment-apply{margin-top:24px!important;padding:18px 20px;border-left:4px solid var(--accent);border-radius:8px;background:#fff;color:var(--black)!important}.employment-apply a{color:var(--accent-deep);font-weight:900;overflow-wrap:anywhere}@media (max-width:760px){.employment-card{grid-template-columns:1fr;gap:26px;padding:28px 22px}}

