:root {
  --light-blue: #D9EAFD;
  --light-gray: #DDE2E7;
  --navy: #1E3A5F;
  --brand-sky: #87CEEB;
  --gray: #4B5563;
  --white: #FFFFFF;
  --orange: #FF7A00;
  --line: rgba(30, 58, 95, 0.16);
  --shadow: 0 24px 60px rgba(30, 58, 95, 0.12);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Inter", system-ui, sans-serif;
  --text-xs: clamp(0.72rem, 0.68rem + 0.15vw, 0.82rem);
  --text-sm: clamp(0.82rem, 0.78rem + 0.18vw, 0.95rem);
  --text-base: clamp(0.95rem, 0.9rem + 0.2vw, 1.08rem);
  --text-lg: clamp(1.08rem, 1rem + 0.3vw, 1.25rem);
  --heading-sm: clamp(1.35rem, 1.15rem + 0.7vw, 1.85rem);
  --heading-md: clamp(1.75rem, 1.4rem + 1.15vw, 2.6rem);
  --heading-lg: clamp(2.4rem, 1.8rem + 2vw, 4rem);
  --heading-xl: clamp(3rem, 2rem + 3vw, 5.25rem);
}

/* Final polish: header edge, service detail waves, FAQ, contact and blog sizing */
.site-header,
.site-header__inner {
  overflow: visible;
}

.site-header__inner {
  background-clip: padding-box;
}

.site-header__inner::before,
.site-header__inner::after {
  display: none !important;
}

.service-atmosphere-section {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: rgb(248 252 255 / 82%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.service-atmosphere-section.is-left {
  border-radius: 34px 120px 120px 34px;
  clip-path: none;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 620' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H878C968 56 902 150 944 239C992 342 878 394 930 500C960 560 925 610 846 620H0Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 620' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H878C968 56 902 150 944 239C992 342 878 394 930 500C960 560 925 610 846 620H0Z' fill='black'/%3E%3C/svg%3E");
}

.service-atmosphere-section.is-right {
  border-radius: 120px 34px 34px 120px;
  clip-path: none;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 620' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M122 0H1000V620H154C75 610 40 560 70 500C122 394 8 342 56 239C98 150 32 56 122 0Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 620' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M122 0H1000V620H154C75 610 40 560 70 500C122 394 8 342 56 239C98 150 32 56 122 0Z' fill='black'/%3E%3C/svg%3E");
}

.service-atmosphere-process,
.service-atmosphere-cta,
.service-atmosphere-related {
  border-radius: clamp(24px, 2.6vw, 42px);
}

.service-phone-icon {
  width: clamp(104px, 8vw, 142px);
  height: clamp(104px, 8vw, 142px);
  background: transparent !important;
  box-shadow: none !important;
}

.service-phone-icon img {
  width: clamp(82px, 6.4vw, 118px);
  height: clamp(82px, 6.4vw, 118px);
}

.service-atmosphere-hero__cta,
.service-atmosphere-cta > a {
  font-size: var(--text-lg);
}

.service-detail-faq-list {
  display: grid;
  gap: .8rem;
  margin-top: 1.2rem;
}

.service-detail-faq-item {
  overflow: hidden;
  border: 1px solid rgb(30 58 95 / 12%);
  border-radius: 18px;
  background: rgb(255 255 255 / 76%);
  box-shadow: 0 14px 34px rgb(30 58 95 / 8%);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.service-detail-faq-item:hover {
  transform: translateY(-2px);
  border-color: rgb(255 122 0 / 34%);
  box-shadow: 0 18px 42px rgb(30 58 95 / 11%);
}

.service-detail-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  padding: 1rem 1.15rem;
  color: var(--navy);
  font-weight: 900;
  line-height: 1.35;
  list-style: none;
}

.service-detail-faq-item summary::-webkit-details-marker {
  display: none;
}

.service-detail-faq-item summary::before {
  content: "";
  width: 3px;
  align-self: stretch;
  min-height: 34px;
  border-radius: 999px;
  background: var(--orange);
}

.service-detail-faq-item summary span {
  flex: 1;
}

.service-detail-faq-item summary i {
  color: var(--navy);
  transition: transform 280ms ease;
}

.service-detail-faq-item[open] summary i {
  transform: rotate(180deg);
}

.service-detail-faq-item p {
  margin: 0;
  padding: 0 1.15rem 1.1rem calc(1.15rem + 15px);
  color: rgb(30 58 95 / 74%);
  animation: service-faq-answer 280ms ease both;
}

.service-faq-phone-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  margin-top: 1.25rem;
  color: var(--navy);
  font-weight: 900;
  text-decoration: none;
}

.service-faq-phone-link img {
  width: clamp(70px, 6vw, 104px);
  height: clamp(70px, 6vw, 104px);
  object-fit: contain;
  animation: service-phone-vibrate 1800ms ease-in-out infinite;
}

.service-faq-phone-link:hover {
  color: var(--orange);
}

.contact-redesign {
  background:
    radial-gradient(circle at 82% 8%, rgb(135 206 235 / 22%), transparent 34rem),
    linear-gradient(180deg, #fff 0%, rgb(217 234 253 / 22%) 48%, #fff 100%);
}

.contact-visual-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 72vh, 760px);
  align-items: center;
}

.contact-visual-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: min(56%, 980px);
  background: url("/images/contact-960.webp") center / cover no-repeat;
  opacity: .2;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 24%, #000 74%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 24%, #000 74%, transparent);
  pointer-events: none;
}

.contact-visual-hero__copy,
.contact-visual-hero__image {
  position: relative;
  z-index: 1;
}

.contact-visual-hero__image {
  border-radius: 10px 10px 10px 120px;
  box-shadow: 0 28px 80px rgb(30 58 95 / 14%);
}

.contact-main-grid {
  align-items: stretch;
}

.contact-request-form,
.contact-map-panel,
.contact-local-copy,
.contact-faq details {
  box-shadow: 0 18px 58px rgb(30 58 95 / 8%);
}

.contact-faq details {
  border: 1px solid rgb(30 58 95 / 11%);
  border-radius: 20px;
  padding: 0;
  background: rgb(255 255 255 / 76%);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.contact-faq details:hover {
  transform: translateY(-2px);
  border-color: rgb(255 122 0 / 28%);
}

.contact-faq summary {
  padding: 1rem 1.2rem;
  list-style: none;
}

.contact-faq summary::-webkit-details-marker {
  display: none;
}

.contact-faq details p {
  margin: 0;
  padding: 1rem 1.2rem 1.15rem;
  border-top: 1px solid rgb(30 58 95 / 10%);
  background: rgb(217 234 253 / 22%);
  animation: service-faq-answer 280ms ease both;
}

.blog-category-page {
  width: min(96%, 1680px);
}

.blog-category-hero {
  min-height: clamp(280px, 30vw, 420px);
}

.blog-category-hero h1 {
  font-size: var(--heading-lg);
}

.blog-category-hero__image {
  aspect-ratio: 16 / 8.5;
}

.blog-category-hero__image img,
.blog-category-featured__image img,
.blog-archive-row__image img {
  display: block;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.blog-category-featured {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: stretch;
}

.blog-category-featured__image {
  aspect-ratio: 16 / 9;
}

.blog-category-featured__image img {
  min-height: 0;
}

.blog-archive-row__image {
  aspect-ratio: 16 / 9;
}

.article-editorial-grid {
  width: min(96%, 1720px);
  max-width: 1720px;
  grid-template-columns: minmax(190px, 230px) minmax(0, 1fr) minmax(230px, 280px);
  gap: clamp(1.6rem, 2.5vw, 3.25rem);
}

.article-editorial-main {
  width: 100%;
  min-width: 0;
}

.article-editorial-header h1 {
  max-width: 880px;
  font-size: var(--heading-lg);
}

.article-editorial-cover img {
  min-height: 0;
}

.article-editorial-content p,
.article-editorial-content ul,
.article-editorial-content ol,
.article-editorial-content blockquote {
  max-width: 850px;
}

.article-seo-rail {
  justify-self: start;
  width: 100%;
}

.article-side-rail {
  justify-self: end;
  width: 100%;
}

@media (max-width: 980px) {
  .service-atmosphere-section,
  .service-atmosphere-section.is-left,
  .service-atmosphere-section.is-right {
    border-radius: 28px;
    -webkit-mask-image: none;
    mask-image: none;
    padding: clamp(1.5rem, 7vw, 2.2rem);
  }

  .contact-visual-hero::before {
    width: 100%;
    opacity: .14;
  }

  .blog-category-featured,
  .blog-archive-row {
    grid-template-columns: 1fr;
  }

  .blog-archive-row time {
    justify-self: start;
  }
}

.faq-page {
  background:
    radial-gradient(circle at 82% 12%, rgb(135 206 235 / 22%), transparent 34rem),
    linear-gradient(180deg, #fff 0%, rgb(217 234 253 / 24%) 48%, #fff 100%);
}

.faq-page__grid {
  width: min(100% - 110px, 1680px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, .62fr) minmax(340px, .38fr);
  gap: clamp(2.5rem, 5vw, 6rem);
  align-items: start;
  padding: clamp(4.4rem, 7vw, 5.8rem) 0 clamp(5rem, 8vw, 7rem);
}

.faq-page .page-title {
  max-width: 760px;
  font-size: clamp(2.65rem, 3.4vw, 4rem);
  line-height: 1.02;
}

.faq-page .page-lead {
  max-width: 600px;
  margin: 1.5rem 0 2.4rem;
}

.faq-page__list {
  display: grid;
  gap: .85rem;
}

.faq-page__item {
  overflow: hidden;
  border: 1px solid rgb(30 58 95 / 12%);
  border-radius: 22px;
  background: rgb(255 255 255 / 82%);
  box-shadow: 0 16px 44px rgb(30 58 95 / 8%);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.faq-page__item:hover {
  transform: translateY(-3px);
  border-color: rgb(255 122 0 / 28%);
  box-shadow: 0 20px 54px rgb(30 58 95 / 11%);
}

.faq-page__item summary {
  min-height: 92px;
  display: grid;
  grid-template-columns: 58px 2px minmax(0, 1fr) auto;
  gap: 1.2rem;
  align-items: center;
  padding: 1rem 1.45rem;
  cursor: pointer;
  list-style: none;
}

.faq-page__item summary::-webkit-details-marker {
  display: none;
}

.faq-page__item summary::before {
  content: "";
  width: 2px;
  height: 46px;
  background: var(--orange);
}

.faq-page__icon {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgb(217 234 253 / 78%);
  color: var(--navy);
  font-size: 1.35rem;
}

.faq-page__question {
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(1.15rem, 1.4vw, 1.45rem);
  line-height: 1.16;
}

.faq-page__chevron {
  color: var(--navy);
  transition: transform 280ms ease;
}

.faq-page__item[open] .faq-page__chevron {
  transform: rotate(180deg);
}

.faq-page__item > p {
  margin: 0;
  padding: 0 1.45rem 1.25rem calc(58px + 4.1rem);
  color: rgb(30 58 95 / 74%);
  line-height: 1.75;
  animation: service-faq-answer 280ms ease both;
}

.faq-page__aside {
  position: sticky;
  top: 128px;
}

.faq-page__visual {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 0 2rem;
  min-height: 430px;
}

.faq-page__visual::before {
  content: "";
  position: absolute;
  inset: 4%;
  z-index: 0;
  border-radius: 999px;
  background: radial-gradient(circle, rgb(135 206 235 / 18%), rgb(135 206 235 / 0) 70%);
}

.faq-page__visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 500px);
  height: auto;
  animation: faq-visual-float 4200ms ease-in-out infinite;
}

.faq-page__note {
  border: 1px solid rgb(255 255 255 / 58%);
  border-radius: 24px;
  background: rgb(255 255 255 / 76%);
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 70px rgb(30 58 95 / 12%);
}

.faq-page__note article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 1.1rem;
  padding: 1.4rem;
}

.faq-page__note article + article {
  border-top: 1px solid rgb(30 58 95 / 10%);
}

.faq-page__note i {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgb(217 234 253 / 68%);
  color: var(--navy);
  font-size: 1.25rem;
}

.faq-page__note h2 {
  margin: 0 0 .35rem;
  color: var(--navy);
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 900;
}

.faq-page__note p {
  margin: 0;
  color: rgb(30 58 95 / 72%);
  line-height: 1.6;
}

@keyframes faq-visual-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 1080px) {
  .faq-page__grid {
    width: min(100% - 48px, 980px);
    grid-template-columns: 1fr;
  }

  .faq-page__aside {
    position: static;
  }
}

@media (max-width: 680px) {
  .faq-page__grid {
    width: min(100% - 32px, 980px);
    padding-top: 3rem;
  }

  .faq-page__visual {
    min-height: 260px;
  }

  .faq-page__visual img {
    width: min(100%, 300px);
  }

  .faq-page__item summary {
    grid-template-columns: 46px 2px minmax(0, 1fr) auto;
    min-height: 78px;
    gap: .85rem;
    padding: .85rem 1rem;
  }

  .faq-page__icon {
    width: 46px;
    height: 46px;
    font-size: 1rem;
  }

  .faq-page__item > p {
    padding: 0 1rem 1rem calc(46px + 2.95rem);
  }
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  padding-top: 124px;
  color: var(--gray);
  background: var(--white);
  font-family: var(--sans);
  line-height: 1.65;
}

main:has(.home-hero) {
  margin-top: -124px;
}

img { max-width: 100%; display: block; }
a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--orange); }
h1, h2, h3 { margin: 0 0 .75rem; color: var(--navy); font-family: var(--serif); font-weight: 400; line-height: 1.05; letter-spacing: 0; overflow-wrap: anywhere; }
h1 { font-size: var(--heading-lg); }
h2 { font-size: var(--heading-md); }
h3 { font-size: var(--heading-sm); }
p { margin: 0 0 1rem; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(255, 122, 0, .45); outline-offset: 3px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1000;
  min-height: 124px;
  padding: 20px clamp(1rem, 3.3vw, 3.5rem) 0;
  background: transparent;
  border-bottom: 0;
  transition: box-shadow 250ms ease, backdrop-filter 250ms ease;
}

.site-header.is-scrolled {
  box-shadow: none;
}

.site-header__inner {
  width: min(100%, 1720px);
  min-height: 84px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3rem);
  padding: 0 clamp(1.2rem, 2.2vw, 2rem);
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgb(135 206 235 / 70%), rgb(30 58 95 / 58%));
  box-shadow: 0 18px 54px rgb(3 14 28 / 24%);
  backdrop-filter: blur(18px);
}

.site-brand,
.site-brand:hover {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  justify-self: center;
  gap: .85rem;
  color: var(--white);
}

.site-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  object-position: center top;
  border: 0;
  border-radius: 50%;
  background: transparent;
  padding: 0;
}

.site-brand strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1;
}

.site-brand small {
  display: block;
  color: rgb(255 255 255 / 76%);
  font-size: .78rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-brand > span {
  min-width: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(.7rem, 1.2vw, 1.3rem);
}

.site-nav--left {
  justify-self: start;
  justify-content: flex-start;
}

.site-header__right {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: clamp(1rem, 2vw, 1.7rem);
}

.site-nav--right {
  justify-content: flex-end;
}

.site-nav a,
.primary-nav a,
.primary-nav summary {
  position: relative;
  color: rgb(255 255 255 / 82%);
  text-decoration: none;
  font-size: .88rem;
  font-weight: 700;
  transition: color 200ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"],
.primary-nav a:hover,
.primary-nav a[aria-current="page"],
.primary-nav summary:hover {
  color: var(--white);
}

.site-nav a::after,
.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 220ms ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after,
.primary-nav a:hover::after,
.primary-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.primary-nav {
  display: none;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown__trigger {
  display: inline-flex;
  align-items: center;
  gap: .32rem;
}

.nav-dropdown__trigger i {
  font-size: .7rem;
  transition: transform 180ms ease;
}

.nav-dropdown__panel {
  position: absolute;
  top: calc(100% + 22px);
  left: 50%;
  z-index: 20;
  width: 248px;
  padding: .6rem;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 14px;
  background: linear-gradient(135deg, rgb(23 54 93 / 96%), rgb(16 34 58 / 92%));
  box-shadow: 0 20px 48px rgb(3 14 28 / 26%);
  opacity: 0;
  transform: translate(-50%, 8px);
  pointer-events: none;
  backdrop-filter: blur(16px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-dropdown__panel::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: -24px;
  height: 24px;
}

.nav-dropdown__panel a {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: .42rem .6rem;
  border-radius: 8px;
  color: rgb(255 255 255 / 82%);
  font-size: .82rem;
}

.nav-dropdown__panel a::after {
  display: none;
}

.nav-dropdown__panel a:hover {
  background: rgb(255 255 255 / 9%);
  color: var(--white);
}

.nav-dropdown:hover .nav-dropdown__panel,
.nav-dropdown:focus-within .nav-dropdown__panel {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.nav-dropdown:hover .nav-dropdown__trigger i,
.nav-dropdown:focus-within .nav-dropdown__trigger i {
  transform: rotate(180deg);
}

.nav-toggle {
  display: none;
  border: 1px solid rgb(255 255 255 / 22%);
  background: rgb(255 255 255 / 10%);
  color: var(--white);
  width: 46px;
  height: 46px;
}

.header-actions {
  display: inline-flex;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 8px;
}

.header-login,
.header-appointment {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 14px;
  color: var(--white);
  font-size: .84rem;
  font-weight: 800;
  text-decoration: none;
}

.header-login {
  background: rgb(16 34 58 / 14%);
  border-right: 1px solid rgb(255 255 255 / 16%);
}

.header-login:hover {
  background: rgb(255 255 255 / 14%);
  color: var(--white);
}

.header-mobile-appointment {
  display: none;
}

.btn,
.header-cta,
.btn-primary,
.btn-secondary,
.btn-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .72rem 1.05rem;
  border: 1px solid var(--orange);
  background: var(--orange);
  color: var(--white);
  font-weight: 800;
  border-radius: 4px;
}

.btn-secondary {
  background: var(--navy);
  border-color: var(--navy);
}

.header-appointment {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 0;
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
  font-weight: 700;
}

.header-appointment:hover {
  background: #e96f00;
  border-color: #e96f00;
  color: var(--white);
}

.btn-outline-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .72rem 1.05rem;
  border: 1px solid var(--navy);
  background: transparent;
  color: var(--navy);
  font-weight: 800;
  border-radius: 4px;
}

.text-link,
.as-button {
  border: 0;
  background: transparent;
  color: var(--navy);
  font-weight: 800;
  padding: 0;
}

.eyebrow,
.section-kicker {
  color: var(--orange);
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.home-hero {
  min-height: calc(100vh - 74px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem);
  background: linear-gradient(90deg, var(--white) 0%, var(--white) 64%, var(--light-blue) 64%, var(--light-blue) 100%);
}

.hero-title { color: var(--navy); font-size: 1.2rem; font-weight: 800; }
.lead { max-width: 660px; font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.action-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin: 1.5rem 0; }
.trust-list { display: flex; flex-wrap: wrap; gap: .7rem; padding: 0; margin: 2rem 0 0; list-style: none; }
.trust-list li, .principle-grid span { padding: .55rem .75rem; background: var(--light-gray); color: var(--navy); font-weight: 700; border-radius: 4px; }

.hero-gallery {
  position: relative;
  min-height: 560px;
  touch-action: pan-y;
}

.hero-gallery-card {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(76%, 360px);
  height: 520px;
  border: 1px solid var(--line);
  padding: 0;
  background: var(--white);
  box-shadow: var(--shadow);
  transform: translateX(calc(var(--offset, 0) * -58px)) scale(var(--scale, .86));
  opacity: var(--opacity, .72);
  z-index: var(--z, 1);
  transition: transform .55s ease, opacity .55s ease;
}

.hero-gallery-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-gallery-card span { position: absolute; left: 1rem; bottom: 1rem; color: var(--white); font-weight: 900; text-shadow: 0 1px 10px rgba(0,0,0,.35); }

.section-block,
.page-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2rem; }
.section-heading.centered { justify-content: center; text-align: center; }

.services-puzzle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.service-piece {
  min-height: 285px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 6px;
  transition: transform .6s ease, border-radius .6s ease;
}

.service-piece-image {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-image: url("/images/samsun-hakkında.png");
  background-size: 300% 200%;
  background-position: calc(var(--x) * 50%) calc(var(--y) * 100%);
  transition: opacity .45s ease;
}

.service-piece-content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 1.4rem;
  background: rgba(255,255,255,.94);
  transition: opacity .35s ease;
}

.service-piece i { color: var(--orange); font-size: 1.8rem; }
.service-piece p { font-size: .95rem; }
.services-puzzle.is-merged { gap: 0; }
.services-puzzle.is-merged .service-piece { border-radius: 0; transform: translateY(0); }
.services-puzzle.is-merged .service-piece-content { opacity: 0; }
.services-puzzle.is-merged .service-piece-image { opacity: 1; }

.intro-section,
.split-section,
.contact-cta {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.home-contact-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(1rem, 1fr) minmax(0, 1180px) minmax(1rem, 1fr);
  min-height: clamp(440px, 42vw, 580px);
  margin-block: clamp(3rem, 7vw, 6rem) 0;
  overflow: hidden;
  background: #f8fafc;
}

.home-contact-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, #fff 0%, rgb(255 255 255 / 98%) 30%, rgb(255 255 255 / 74%) 48%, rgb(255 255 255 / 0%) 66%);
  pointer-events: none;
}

.home-contact-cta__copy {
  position: relative;
  z-index: 2;
  grid-column: 2;
  width: min(620px, 58%);
  padding-block: clamp(2.4rem, 4.2vw, 4rem);
}

.home-contact-cta__copy h2 {
  max-width: 560px;
  margin-bottom: 1rem;
  font-size: clamp(2.3rem, 3.4vw, 4rem);
  line-height: 1;
}

.home-contact-cta__copy p:not(.eyebrow) {
  max-width: 590px;
  color: var(--gray);
  font-size: .95rem;
  line-height: 1.6;
}

.home-contact-highlights {
  display: grid;
  gap: .75rem;
  max-width: 590px;
  margin-top: 1.3rem;
}

.home-contact-highlights article {
  display: grid;
  gap: .16rem;
  padding: .8rem 0 .8rem 1rem;
  border-left: 3px solid var(--orange);
  background: linear-gradient(90deg, rgb(135 206 235 / 13%), transparent);
}

.home-contact-highlights strong {
  color: var(--navy);
  font-weight: 900;
}

.home-contact-highlights span {
  color: var(--gray);
  font-size: .93rem;
  line-height: 1.45;
}

.home-contact-cta__actions {
  margin-top: 1.35rem;
}

.home-contact-cta__actions .btn {
  gap: .55rem;
  border-radius: 5px;
}

.home-contact-cta__image {
  position: absolute;
  inset: 0 0 0 46%;
  margin: 0;
}

.home-contact-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.google-reviews-section {
  padding-top: clamp(3rem, 6vw, 5rem);
}

.blog-heading-actions {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
}

.blog-carousel-btn,
.blog-archive-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.blog-carousel-btn {
  width: 48px;
  height: 48px;
  border: 1px solid rgb(30 58 95 / 16%);
  border-radius: 6px;
  background: var(--white);
  color: var(--navy);
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.blog-carousel-btn:hover {
  border-color: rgb(255 122 0 / 70%);
  color: var(--orange);
  transform: translateY(-2px);
}

.blog-carousel-btn:disabled {
  opacity: .38;
  pointer-events: none;
  transform: none;
}

.blog-preview-section.is-static .blog-carousel-btn {
  display: none;
}

.blog-archive-link {
  min-height: 48px;
  padding: 0 1.15rem;
  border: 1px solid var(--orange);
  border-radius: 6px;
  background: var(--orange);
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 14px 34px rgb(255 122 0 / 18%);
}

.blog-archive-link:hover {
  background: #e96f00;
  border-color: #e96f00;
  color: var(--white);
}

.blog-carousel-viewport {
  overflow: hidden;
  width: 100%;
}

.blog-carousel-track {
  display: flex;
  gap: 1.25rem;
  will-change: transform;
  transition: transform 620ms cubic-bezier(.22, 1, .36, 1);
}

.blog-slide-card {
  flex: 0 0 calc((100% - 2.5rem) / 3);
  animation: blogSlideIn 680ms cubic-bezier(.22, 1, .36, 1) both;
  animation-delay: calc(var(--slide-index, 0) * 110ms);
}

.blog-slide-card__link {
  display: block;
  height: 100%;
  color: inherit;
}

.blog-slide-card__link:hover {
  color: inherit;
}

.blog-slide-card h3 {
  color: var(--navy);
}

.blog-slide-card:hover {
  transform: translateX(8px) translateY(-3px);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

@keyframes blogSlideIn {
  from {
    opacity: 0;
    transform: translateX(-36px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1024px) {
  .blog-slide-card {
    flex-basis: calc((100% - 1.25rem) / 2);
  }
}

@media (max-width: 680px) {
  .blog-slide-card {
    flex-basis: 100%;
  }
}

.google-review-carousel {
  position: relative;
}

.google-review-carousel__viewport {
  width: 100%;
  overflow: hidden;
}

.google-review-track {
  display: flex;
  gap: 1.25rem;
  touch-action: pan-y;
  will-change: transform;
  transition: transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.google-review-card {
  flex: 0 0 calc((100% - 2.5rem) / 3);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 1.25rem;
  box-shadow: 0 18px 44px rgb(30 58 95 / 7%);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.google-review-card:hover {
  border-color: rgb(255 122 0 / 66%);
  box-shadow: 0 0 0 2px rgb(255 122 0 / 12%), 0 24px 58px rgb(30 58 95 / 11%);
  transform: translateY(-3px);
}

.google-review-card__top {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin-bottom: .9rem;
}

.google-review-avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-weight: 900;
}

.google-review-card h3 {
  margin: 0;
  font-family: var(--sans);
  font-size: .98rem;
  font-weight: 900;
}

.google-review-card__top p {
  margin: .12rem 0 0;
  color: var(--gray);
  font-size: .82rem;
}

.google-review-stars {
  display: flex;
  gap: .12rem;
  margin-bottom: .8rem;
  color: var(--orange);
}

.google-review-card > p {
  margin: 0;
  color: var(--gray);
  font-size: .94rem;
  line-height: 1.6;
}

.google-review-controls {
  display: flex;
  justify-content: flex-end;
  gap: .65rem;
  margin-top: 1rem;
}

.google-review-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgb(30 58 95 / 16%);
  border-radius: 6px;
  background: var(--white);
  color: var(--navy);
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.google-review-btn:hover {
  border-color: rgb(255 122 0 / 70%);
  color: var(--orange);
  transform: translateY(-2px);
}

.google-review-btn:disabled {
  opacity: .38;
  pointer-events: none;
  transform: none;
}

.google-review-carousel.is-static .google-review-controls {
  display: none;
}

@media (max-width: 1024px) {
  .google-review-card {
    flex-basis: calc((100% - 1.25rem) / 2);
  }
}

@media (max-width: 680px) {
  .google-review-card {
    flex-basis: 100%;
  }
}

.principle-grid { display: flex; flex-wrap: wrap; gap: .75rem; }

.expertise-carousel {
  position: relative;
  min-height: 430px;
  perspective: 1100px;
}

.expertise-section {
  scroll-margin-top: 112px;
}

.expertise-card {
  position: absolute;
  top: 2rem;
  left: 50%;
  width: min(560px, 82vw);
  min-height: 340px;
  padding: clamp(1.4rem, 3vw, 2rem);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transform: translateX(-50%);
  transition:
    transform .45s ease,
    opacity .45s ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.expertise-card:hover,
.expertise-card:focus-within {
  border-color: rgb(255 122 0 / 72%);
  box-shadow:
    0 0 0 2px rgb(255 122 0 / 16%),
    0 26px 70px rgb(255 122 0 / 14%),
    var(--shadow);
}

.expertise-card ul,
.three-column ul,
.article-shell ul { padding-left: 1.1rem; }

.carousel-arrow {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--navy);
}
.carousel-arrow.prev { left: 0; }
.carousel-arrow.next { right: 0; }
.carousel-dots { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; gap: .5rem; }
.carousel-dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; background: var(--light-gray); padding: 0; }
.carousel-dots button.is-active { background: var(--orange); }

.video-carousel,
.content-grid,
.three-column {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.video-card,
.content-card,
.three-column article,
.contact-card,
.article-shell,
.page-intro {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 1.25rem;
}

.video-thumb { position: relative; width: 100%; border: 0; padding: 0; background: var(--light-gray); }
.video-thumb img { width: 100%; aspect-ratio: 9 / 15; object-fit: cover; }
.video-thumb video { width: 100%; aspect-ratio: 9 / 15; object-fit: cover; display: block; }
.video-thumb span { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 56px; height: 56px; display: grid; place-items: center; background: var(--orange); color: var(--white); border-radius: 50%; }
.video-card > .video-iframe,
.video-card .video-iframe {
  width: 100%;
  min-height: 0;
  aspect-ratio: 9 / 15;
  border: 0;
  background: var(--navy);
}

.video-section .section-heading {
  align-items: flex-end;
  gap: 1rem;
}

.video-heading-actions {
  display: flex;
  align-items: center;
  gap: .7rem;
}

.video-carousel-btn {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgb(30 58 95 / 14%);
  border-radius: 50%;
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.video-carousel-btn:hover {
  border-color: var(--orange);
  color: var(--orange);
  transform: translateY(-1px);
}

.video-archive-link,
.video-card__page-link {
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}

.video-archive-link:hover,
.video-card__page-link:hover {
  color: var(--orange);
}

.video-carousel-viewport {
  width: 100%;
  overflow: hidden;
}

.video-section .video-carousel {
  display: flex;
  grid-template-columns: none;
  gap: 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: .25rem;
  padding: .15rem .15rem .65rem;
}

.video-section .video-carousel::-webkit-scrollbar {
  height: 8px;
}

.video-section .video-carousel::-webkit-scrollbar-track {
  background: rgb(30 58 95 / 8%);
  border-radius: 999px;
}

.video-section .video-carousel::-webkit-scrollbar-thumb {
  background: rgb(30 58 95 / 28%);
  border-radius: 999px;
}

.video-section .video-card {
  position: relative;
  flex: 0 0 min(330px, 82vw);
  min-width: 0;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
  overflow: hidden;
  padding: 0;
  border-radius: 18px;
  cursor: pointer;
}

.video-section .video-thumb {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  overflow: hidden;
}

.video-section .video-thumb img {
  display: block;
  aspect-ratio: 9 / 14;
  max-height: 420px;
}

.video-section .video-card > .video-iframe,
.video-section .video-card .video-iframe {
  position: relative;
  z-index: 2;
  aspect-ratio: 9 / 14;
  max-height: 420px;
}

.video-card__copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: .65rem;
  min-width: 0;
  padding: 1rem;
}

.video-card__copy h3,
.video-card__copy p {
  overflow-wrap: anywhere;
}

.video-card__copy p {
  margin-bottom: auto;
}

.video-card__page-link {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  margin-top: .25rem;
}

.content-card { padding: 0; overflow: hidden; }
.content-card > div { padding: 1.2rem; }
.content-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.content-card small, .video-card small, .announcement-line time { color: var(--orange); font-weight: 800; }

.announcements-strip { background: var(--light-blue); width: 100%; max-width: none; padding-left: max(1rem, calc((100% - 1180px) / 2)); padding-right: max(1rem, calc((100% - 1180px) / 2)); }
.announcement-line { display: grid; grid-template-columns: 150px 1fr 1.4fr; gap: 1rem; padding: 1rem 0; border-top: 1px solid rgba(30,58,95,.2); }

.page-intro { max-width: 860px; margin-bottom: 2rem; background: var(--light-blue); }
.page-intro h1 { font-size: clamp(2.6rem, 6vw, 5rem); }
.page-hero { display: grid; grid-template-columns: 1fr 420px; gap: 2rem; align-items: center; background: var(--light-blue); padding: clamp(1.5rem, 4vw, 3rem); }
.page-hero img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }

.about-redesign {
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 12%, rgb(135 206 235 / 22%), transparent 34rem),
    linear-gradient(180deg, #fff 0%, rgb(217 234 253 / 32%) 52%, #fff 100%);
}

.about-redesign-hero,
.about-editorial-grid,
.about-focus-band,
.about-data-section,
.about-training-flow,
.about-closing {
  width: min(100% - 48px, 1440px);
  margin-inline: auto;
}

.about-redesign-hero {
  position: relative;
  min-height: calc(100vh - 96px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .72fr) minmax(0, .56fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5.5rem);
  padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(3rem, 5vw, 5rem);
}

.about-hero-copy {
  position: relative;
  z-index: 2;
}

.about-kicker {
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  margin-bottom: 1rem;
  color: var(--orange);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.about-kicker::after {
  content: "";
  width: 52px;
  height: 1px;
  background: currentColor;
}

.about-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(3.25rem, 5.8vw, 6.4rem);
  line-height: .94;
  margin-bottom: 1.4rem;
}

.about-hero-copy p {
  max-width: 640px;
  color: rgb(30 58 95 / 78%);
  font-size: clamp(1.05rem, 1.35vw, 1.24rem);
  line-height: 1.75;
}

.about-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.35rem;
  margin-top: 2rem;
}

.about-hero-actions a:first-child,
.about-closing a {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  min-height: 52px;
  padding: 0 1.1rem;
  border-radius: 6px;
  background: var(--orange);
  color: var(--white);
  font-weight: 900;
}

.about-hero-actions a:first-child span,
.about-closing a span {
  transition: transform 180ms ease;
}

.about-hero-actions a:first-child:hover span,
.about-closing a:hover span {
  transform: translateX(5px);
}

.about-hero-actions a:last-child {
  color: var(--navy);
  font-weight: 900;
}

.about-portrait-wrap {
  position: relative;
  align-self: end;
  margin: 0;
  min-height: min(64vh, 720px);
  display: grid;
  align-items: end;
}

.about-portrait-wrap::before {
  content: "";
  position: absolute;
  inset: 8% 4% 0;
  border: 1px solid rgb(30 58 95 / 12%);
  border-radius: 999px 999px 8px 8px;
  background: rgb(217 234 253 / 48%);
}

.about-portrait-wrap img {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
  max-height: 720px;
  margin-inline: auto;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 34px 48px rgb(30 58 95 / 18%));
}

.about-portrait-mark {
  position: absolute;
  left: 50%;
  top: 4%;
  transform: translateX(-50%);
  z-index: 1;
  color: rgb(30 58 95 / 5%);
  font-family: var(--serif);
  font-size: clamp(6rem, 12vw, 13rem);
  line-height: 1;
  pointer-events: none;
}

.about-hero-notes {
  align-self: end;
  display: grid;
  gap: 1.1rem;
  padding-bottom: 3rem;
}

.about-hero-notes span {
  display: block;
  padding-block: 1rem;
  border-top: 1px solid var(--line);
  color: var(--navy);
  font-weight: 900;
}

.about-manifest {
  padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1.5rem, 4vw, 4rem);
  background: var(--navy);
}

.about-manifest p {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.8vw, 4.15rem);
  line-height: 1.06;
}

.about-editorial-grid {
  display: grid;
  grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
  gap: clamp(2.2rem, 6vw, 7rem);
  padding: clamp(5rem, 9vw, 8rem) 0;
  border-bottom: 1px solid var(--line);
}

.about-editorial-grid--reverse {
  border-top: 1px solid var(--line);
}

.about-editorial-grid aside {
  position: sticky;
  top: 132px;
  align-self: start;
}

.about-editorial-grid aside span {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--orange);
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.about-editorial-grid aside strong {
  display: block;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.1vw, 3.65rem);
  font-weight: 400;
  line-height: 1.04;
}

.about-longform {
  max-width: 860px;
}

.about-longform p {
  color: rgb(30 58 95 / 78%);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.9;
}

.about-method-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  background: rgb(217 234 253 / 34%);
}

.about-method-strip div {
  min-height: 180px;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border-right: 1px solid var(--line);
}

.about-method-strip div:last-child {
  border-right: 0;
}

.about-method-strip span {
  display: block;
  margin-bottom: 2.4rem;
  color: var(--orange);
  font-weight: 900;
}

.about-method-strip strong {
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.1vw, 2.35rem);
  font-weight: 400;
  line-height: 1.08;
}

.about-focus-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.about-focus-band p {
  margin: 0;
  padding-left: 1.4rem;
  border-left: 2px solid var(--orange);
  color: var(--navy);
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  line-height: 1.75;
}

.about-data-section {
  padding: clamp(5rem, 9vw, 8rem) 0;
}

.about-data-heading {
  max-width: 960px;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.about-data-heading h2,
.about-training-flow h2 {
  font-size: clamp(2.45rem, 4.4vw, 4.85rem);
  line-height: .98;
}

.about-data-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(2rem, 5vw, 5rem);
}

.about-line-list h3 {
  margin-bottom: 1.5rem;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.about-line-list ul,
.about-training-flow ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-line-list li {
  display: grid;
  grid-template-columns: minmax(120px, .34fr) minmax(0, 1fr);
  gap: 1rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--line);
}

.about-line-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.about-line-list span {
  color: var(--orange);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.about-line-list strong,
.about-training-flow li {
  color: var(--navy);
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  font-weight: 800;
  line-height: 1.45;
}

.about-training-flow {
  display: grid;
  grid-template-columns: minmax(280px, .65fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(4rem, 8vw, 7rem) 0;
  border-top: 1px solid var(--line);
}

.about-training-flow ol {
  counter-reset: training;
}

.about-training-flow li {
  counter-increment: training;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.05rem 0;
  border-top: 1px solid var(--line);
}

.about-training-flow li::before {
  content: counter(training, decimal-leading-zero);
  color: var(--orange);
  font-weight: 900;
}

.about-closing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(5rem, 8vw, 7rem);
}

.about-closing p {
  max-width: 980px;
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.35vw, 3.9rem);
  line-height: 1.05;
}

@media (max-width: 1180px) {
  .about-redesign-hero {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  }

  .about-hero-notes {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-bottom: 0;
  }

  .about-method-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-method-strip div:nth-child(2) {
    border-right: 0;
  }

  .about-method-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 860px) {
  .about-redesign-hero,
  .about-editorial-grid,
  .about-focus-band,
  .about-data-section,
  .about-training-flow,
  .about-closing {
    width: min(100% - 32px, 1440px);
  }

  .about-redesign-hero,
  .about-editorial-grid,
  .about-focus-band,
  .about-data-layout,
  .about-training-flow,
  .about-closing {
    grid-template-columns: 1fr;
  }

  .about-redesign-hero {
    min-height: auto;
    padding-top: 3rem;
  }

  .about-hero-copy h1 {
    font-size: clamp(3rem, 12vw, 4.4rem);
  }

  .about-portrait-wrap {
    min-height: 0;
  }

  .about-portrait-wrap img {
    max-height: 560px;
  }

  .about-hero-notes {
    grid-template-columns: 1fr;
  }

  .about-manifest {
    padding-inline: 0;
  }

  .about-manifest p {
    width: min(100% - 32px, 1180px);
  }

  .about-editorial-grid aside {
    position: static;
  }

  .about-closing {
    align-items: start;
  }
}

@media (max-width: 560px) {
  .about-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .about-hero-actions a:first-child,
  .about-closing a {
    justify-content: center;
  }

  .about-method-strip {
    grid-template-columns: 1fr;
  }

  .about-method-strip div {
    min-height: 140px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .about-method-strip div:last-child {
    border-bottom: 0;
  }

  .about-line-list li,
  .about-training-flow li {
    grid-template-columns: 1fr;
  }
}

.service-list { display: grid; gap: .75rem; }
.service-row { display: grid; grid-template-columns: 52px 52px 1fr auto; gap: 1rem; align-items: center; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.service-row > span { color: var(--orange); font-weight: 900; }
.service-row i { display: grid; place-items: center; width: 52px; height: 52px; background: var(--light-blue); color: var(--navy); font-size: 1.35rem; }

.services-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 16%, rgb(135 206 235 / 28%), transparent 34%),
    linear-gradient(180deg, rgb(255 255 255 / 96%), rgb(246 251 255 / 72%) 54%, #fff);
}

.services-hero {
  position: relative;
  min-height: clamp(620px, 82vh, 820px);
  display: grid;
  grid-template-columns: minmax(320px, .78fr) minmax(480px, 1.22fr);
  align-items: center;
  width: min(100% - 120px, 1680px);
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8rem) 0 clamp(4rem, 8vw, 7rem);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 94%) 0%, rgb(255 255 255 / 80%) 36%, rgb(255 255 255 / 26%) 100%),
    url("/images/backgr1.png") center / cover no-repeat;
}

.services-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.services-hero__copy .section-kicker,
.services-editorial__heading .section-kicker,
.services-final-cta .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  margin-bottom: 1.4rem;
  color: var(--orange);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.services-hero__copy .section-kicker::after,
.services-editorial__heading .section-kicker::after,
.services-final-cta .section-kicker::after {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--orange);
}

.services-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(4.4rem, 7vw, 7.8rem);
  line-height: .92;
  letter-spacing: 0;
}

.services-hero__copy > p:not(.section-kicker) {
  max-width: 560px;
  margin: 1.55rem 0 2.1rem;
  color: rgb(30 58 95 / 78%);
  font-size: clamp(1.05rem, 1.25vw, 1.28rem);
  line-height: 1.85;
}

.services-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  min-height: 56px;
  padding: 0 1.45rem;
  border: 1px solid rgb(30 58 95 / 42%);
  color: var(--navy);
  font-weight: 900;
}

.services-hero__cta span,
.services-final-cta a span {
  transition: transform 220ms ease;
}

.services-hero__cta:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.services-hero__cta:hover span,
.services-final-cta a:hover span {
  transform: translateX(6px);
}

.services-hero__visual {
  display: none;
}

.services-bridge {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(320px, 1.15fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: center;
  width: min(100% - 120px, 1680px);
  margin: 0 auto;
  padding: clamp(2rem, 4vw, 3.2rem) 0;
  border-top: 1px solid rgb(30 58 95 / 13%);
  border-bottom: 1px solid rgb(30 58 95 / 13%);
}

.services-bridge h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.2vw, 3.55rem);
}

.services-bridge p {
  margin: 0;
  color: rgb(30 58 95 / 76%);
  font-size: clamp(1.05rem, 1.35vw, 1.32rem);
  line-height: 1.75;
}

.services-editorial {
  width: min(100% - 120px, 1680px);
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 8rem) 0;
}

.services-editorial__heading {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(280px, .52fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: clamp(2.4rem, 5vw, 4.4rem);
}

.services-editorial__heading h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(3rem, 5.2vw, 5.9rem);
  line-height: .95;
}

.services-editorial__heading > p {
  margin: 0 0 .6rem;
  color: rgb(30 58 95 / 68%);
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.7;
}

.services-editorial__list {
  border-top: 1px solid rgb(30 58 95 / 16%);
}

.services-editorial-row {
  position: relative;
  border-bottom: 1px solid rgb(30 58 95 / 16%);
}

.services-editorial-row__link {
  position: relative;
  min-height: 152px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: clamp(1.4rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(1.6rem, 3.2vw, 2.65rem) 0;
  color: var(--navy);
  transition: transform 240ms ease;
}

.services-editorial-row__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 64px;
  height: 2px;
  background: var(--orange);
  transform: scaleX(.32);
  transform-origin: left;
  transition: transform 260ms ease;
}

.services-editorial-row__label {
  color: var(--orange);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.services-editorial-row__body {
  display: grid;
  gap: .75rem;
  max-width: 820px;
}

.services-editorial-row__title {
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3.45rem);
  line-height: 1;
  transition: color 220ms ease;
}

.services-editorial-row__summary {
  max-width: 740px;
  color: rgb(30 58 95 / 70%);
  font-size: clamp(.98rem, 1.1vw, 1.1rem);
  line-height: 1.65;
}

.services-editorial-row__action {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  color: var(--navy);
  font-weight: 900;
  white-space: nowrap;
  transition: color 220ms ease;
}

.services-editorial-row__action i {
  color: var(--orange);
  font-style: normal;
  transition: transform 220ms ease;
}

.services-editorial-row__image {
  position: absolute;
  right: 0;
  top: 50%;
  width: min(24vw, 360px);
  aspect-ratio: 16 / 9;
  background: linear-gradient(90deg, rgb(255 255 255 / 20%), rgb(30 58 95 / 26%)), var(--service-image) center / cover;
  opacity: 0;
  transform: translate(24px, -50%) scale(.98);
  pointer-events: none;
  transition:
    opacity 260ms ease,
    transform 320ms ease;
  z-index: 0;
}

.services-editorial-row__label,
.services-editorial-row__body,
.services-editorial-row__action {
  position: relative;
  z-index: 1;
}

.services-editorial-row:hover .services-editorial-row__link {
  transform: translateX(12px);
}

.services-editorial-row:hover .services-editorial-row__link::before {
  transform: scaleX(1);
}

.services-editorial-row:hover .services-editorial-row__title {
  color: rgb(30 58 95 / 84%);
}

.services-editorial-row:hover .services-editorial-row__action {
  color: var(--orange);
}

.services-editorial-row:hover .services-editorial-row__action i {
  transform: translateX(5px);
}

.services-editorial-row:hover .services-editorial-row__image {
  opacity: .18;
  transform: translate(0, -50%) scale(1);
}

.services-final-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  width: min(100% - 120px, 1680px);
  margin: 0 auto clamp(5rem, 9vw, 8rem);
  padding: clamp(3rem, 6vw, 5.2rem);
  overflow: hidden;
  border-top: 1px solid rgb(30 58 95 / 15%);
  border-bottom: 1px solid rgb(30 58 95 / 15%);
}

.services-final-cta::before {
  content: "";
  position: absolute;
  inset: 0 0 0 45%;
  background:
    linear-gradient(90deg, #fff 0%, rgb(255 255 255 / 84%) 42%, rgb(255 255 255 / 56%) 100%),
    url("/images/backgr1.png") center right / cover no-repeat;
  opacity: .42;
  pointer-events: none;
}

.services-final-cta > * {
  position: relative;
  z-index: 1;
}

.services-final-cta h2 {
  max-width: 900px;
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(2.45rem, 4vw, 4.8rem);
  line-height: 1;
}

.services-final-cta p:not(.section-kicker) {
  max-width: 680px;
  margin: 1.1rem 0 0;
  color: rgb(30 58 95 / 72%);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.75;
}

.services-final-cta a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-height: 58px;
  padding: 0 1.5rem;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
}

.services-final-cta a:hover {
  background: #e96f00;
}

.services-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
  width: min(100% - 120px, 1680px);
  margin: 0 auto clamp(4rem, 8vw, 7rem);
  padding: clamp(1.5rem, 4vw, 2.8rem);
  border: 1px solid rgb(30 58 95 / 14%);
  border-radius: 28px;
  background: linear-gradient(135deg, #fff 0%, #edf8fc 100%);
  box-shadow: 0 24px 70px rgb(30 58 95 / 8%);
}

.services-contact-card .section-kicker {
  margin-bottom: .85rem;
  color: var(--orange);
  font-size: .82rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.services-contact-card h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.2vw, 3.7rem);
  line-height: 1.05;
}

.services-contact-card p:not(.section-kicker) {
  max-width: 680px;
  margin: .9rem 0 0;
  color: rgb(30 58 95 / 72%);
  font-size: clamp(1rem, 1.1vw, 1.16rem);
  line-height: 1.65;
}

.services-contact-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  min-height: 58px;
  padding: 0 1.4rem;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 14px 28px rgb(255 122 0 / 22%);
}

.services-contact-card a:hover {
  background: #e96f00;
  color: #fff;
}

.service-detail-page { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 2rem; }
.breadcrumb { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: .5rem; font-size: .9rem; }
.article-shell header { margin-bottom: 2rem; }
.article-shell section { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.related-services { position: sticky; top: 96px; align-self: start; padding: 1.25rem; background: var(--light-gray); }
.related-services a { display: block; padding: .65rem 0; border-bottom: 1px solid rgba(30,58,95,.16); font-weight: 700; }

.contact-layout { display: grid; grid-template-columns: 1fr 420px; gap: 1.5rem; }
.contact-form { display: grid; gap: .7rem; }
.contact-form input, .contact-form textarea, .form-control, .form-select {
  width: 100%;
  border: 1px solid var(--line);
  padding: .8rem;
  background: var(--white);
  color: var(--navy);
  border-radius: 4px;
}
.honeypot { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.map-frame { width: 100%; min-height: 260px; border: 0; margin-top: 1rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1rem; }
.gallery-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.empty-state { padding: 1rem; border: 1px dashed var(--line); color: var(--gray); }
.auth-page,
.error-page { min-height: 65vh; display: grid; place-items: center; padding: 3rem 1rem; }
.auth-card { width: min(100%, 440px); border: 1px solid var(--line); padding: 1.5rem; background: var(--white); }
.error-page { text-align: center; }
.error-page h1 { font-size: clamp(5rem, 16vw, 10rem); }

.newsletter-status-page {
  min-height: calc(100vh - 118px);
  display: grid;
  place-items: center;
  padding: clamp(3.5rem, 7vw, 6rem) 1rem clamp(3rem, 6vw, 5rem);
  background:
    radial-gradient(circle at 18% 12%, rgb(160 220 240 / 22%), transparent 28rem),
    linear-gradient(180deg, #fff 0%, #f4fbff 100%);
}

.newsletter-status-card {
  width: min(100%, 820px);
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid rgb(30 58 95 / 13%);
  border-radius: clamp(1.25rem, 3vw, 2.5rem);
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 28px 80px rgb(30 58 95 / 10%);
  text-align: center;
}

.newsletter-status-card h1 {
  max-width: 720px;
  margin: 0 auto 1rem;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5.2vw, 4.8rem);
  line-height: 1;
  text-wrap: balance;
}

.newsletter-status-card > p:not(.section-kicker) {
  max-width: 640px;
  margin: 0 auto 1.5rem;
  color: var(--gray);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.65;
}

@media (max-width: 640px) {
  .newsletter-status-page {
    min-height: calc(100vh - 96px);
    padding-top: 3rem;
  }

  .newsletter-status-card {
    padding: 2rem 1.25rem;
  }

  .newsletter-status-card h1 {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }
}
.blog-categories { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 2rem; }
.category-btn { padding: .45rem .8rem; border: 1px solid var(--line); border-radius: 4px; font-weight: 800; }
.category-btn.active { background: var(--navy); color: var(--white); }
.featured-post,
.notice-card,
.info-panel { border: 1px solid var(--line); background: var(--white); padding: 1.25rem; }
.featured-post { padding: 0; overflow: hidden; }
.featured-post img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.list-stack { display: grid; gap: 1rem; }
.read-link { color: var(--orange); font-weight: 800; }
.article-page { max-width: 920px; }
.article-header { margin-bottom: 1.5rem; }
.article-subtitle { font-family: var(--sans); font-size: 1.2rem; color: var(--gray); }
.blog-layout { display: grid; grid-template-columns: 300px 1fr; gap: 1.5rem; align-items: start; }
.blog-cover-image { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.article-content { color: var(--gray); }
.comments-section { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.comment-item { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.comment-item img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }

.site-footer { margin-top: 4rem; background: var(--brand-sky); color: var(--navy); }
.site-footer,
.site-footer * { min-width: 0; }
.footer-inner { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2rem; width: min(1180px, calc(100% - 2rem)); margin: 0 auto; padding: 3rem 0; }
.site-footer h2 { color: var(--navy); font-family: var(--sans); font-size: .95rem; text-transform: uppercase; }
.site-footer a { display: block; color: rgb(30 58 95 / 82%); margin: .35rem 0; }
.footer-brand-block img { max-width: 180px; height: auto; object-fit: contain; background: var(--white); padding: .4rem; }
.footer-legal { display: flex; justify-content: space-between; gap: 1rem; width: min(1180px, calc(100% - 2rem)); margin: 0 auto; padding: 1rem 0 1.5rem; border-top: 1px solid rgb(30 58 95 / 16%); font-size: .88rem; }
.footer-legal nav { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-socials { display: flex; gap: .75rem; }
.footer-socials a { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgb(30 58 95 / 22%); }
.floating-whatsapp { position: fixed; right: 1rem; bottom: 1rem; z-index: 1001; display: grid; place-items: center; width: 56px; height: 56px; background: #25D366; color: var(--white); border-radius: 50%; box-shadow: 0 16px 36px rgb(37 211 102 / 34%); font-size: 1.55rem; }
.floating-whatsapp:hover { background: #1ebe5d; color: var(--white); transform: translateY(-2px); }

.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: clamp(4rem, 7vw, 7rem) 0 2rem;
  background:
    radial-gradient(circle at 8% 16%, rgb(255 255 255 / 46%), transparent 22%),
    radial-gradient(circle at 92% 0%, rgb(255 255 255 / 26%), transparent 24%),
    linear-gradient(135deg, #87ceeb 0%, #9addf2 48%, #75c3df 100%);
  color: #062044;
}

.site-footer::before {
  content: "Ψ";
  position: absolute;
  left: clamp(-1.5rem, 2vw, 2rem);
  top: .4rem;
  color: rgb(255 255 255 / 22%);
  font-family: var(--serif);
  font-size: clamp(16rem, 22vw, 30rem);
  line-height: .75;
  pointer-events: none;
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1.3fr) minmax(160px, .72fr) minmax(210px, .85fr) minmax(260px, 1fr) minmax(300px, 1.1fr);
  gap: clamp(1.6rem, 3vw, 3rem);
  width: min(100% - 7rem, 1720px);
  margin-inline: auto;
  padding: 0 0 clamp(3rem, 5vw, 5rem);
}

.footer-inner > * + * {
  border-left: 1px solid rgb(30 58 95 / 16%);
  padding-left: clamp(1.4rem, 2.5vw, 2.4rem);
}

.footer-brand-block > p {
  max-width: 360px;
  margin: 1.7rem 0 1.8rem;
  color: rgb(6 32 68 / 92%);
  font-size: clamp(1rem, 1.1vw, 1.18rem);
  line-height: 1.65;
}

.footer-brand-mark {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-brand-mark img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  border: 1px solid rgb(30 58 95 / 20%);
  border-radius: 50%;
  background: transparent;
  padding: 0;
  flex: 0 0 auto;
}

.footer-brand-mark h2,
.footer-link-column h2,
.footer-contact-card h2 {
  position: relative;
  margin: 0 0 1.6rem;
  color: #062044;
  font-family: var(--sans);
  font-size: clamp(1.05rem, 1.2vw, 1.35rem);
  font-weight: 900;
  text-transform: none;
}

.footer-brand-mark h2 {
  margin-bottom: .2rem;
  font-family: var(--serif);
  font-size: clamp(1.85rem, 2vw, 2.45rem);
  font-weight: 400;
  line-height: 1;
}

.footer-brand-mark p {
  margin: 0;
  color: rgb(6 32 68 / 72%);
  font-size: 1rem;
}

.footer-link-column h2::after,
.footer-contact-card h2::after,
.footer-brand-mark + p::before {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin-top: .75rem;
  background: var(--orange);
}

.footer-link-column a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  padding: .56rem 0;
  color: #062044;
  font-size: 1rem;
}

.footer-link-column a i {
  color: rgb(30 58 95 / 72%);
  font-size: .9rem;
  transition: transform 180ms ease, color 180ms ease;
}

.footer-link-column a:hover,
.footer-link-column a:hover i {
  color: var(--orange);
}

.footer-link-column a:hover i {
  transform: translateX(4px);
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  flex: 0 0 auto;
  width: auto;
  min-width: max-content;
  min-height: 54px;
  margin: 0;
  padding: 0 1.1rem;
  border: 1px solid rgb(255 255 255 / 45%);
  border-radius: 999px;
  background: rgb(255 255 255 / 22%);
  color: #062044;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 34%);
  backdrop-filter: blur(10px);
  font-weight: 900;
  white-space: nowrap;
}

.footer-socials .footer-whatsapp {
  border-color: rgb(37 211 102 / 42%);
  background: #25d366;
  color: var(--white);
  box-shadow: 0 14px 30px rgb(37 211 102 / 24%);
}

.footer-socials .footer-whatsapp:hover {
  background: #1ebe5d;
  color: var(--white);
}

.footer-socials .footer-instagram {
  border-color: rgb(228 64 95 / 28%);
  background:
    radial-gradient(circle at 30% 105%, #fdf497 0 18%, #fd5949 38%, #d6249f 62%, #285aeb 100%);
  color: var(--white);
  box-shadow: 0 14px 30px rgb(214 36 159 / 18%);
}

.footer-socials .footer-instagram:hover {
  color: var(--white);
  filter: saturate(1.08);
}

.footer-socials .bi-instagram {
  color: currentColor;
  font-size: 1.25rem;
  line-height: 1;
}

.footer-socials .bi-whatsapp {
  color: currentColor;
  font-size: 1.4rem;
}

.footer-contact-card {
  padding-top: .4rem;
}

.footer-contact-card {
  align-self: start;
}

.footer-contact-card a,
.footer-hours {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: .9rem;
  margin: 0;
  padding: .75rem 0;
  color: #062044;
}

.footer-contact-card a span,
.footer-hours div {
  min-width: 0;
  overflow-wrap: anywhere;
}

.footer-contact-card > a i,
.footer-hours > i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgb(255 255 255 / 28%);
  color: #062044;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 44%);
}

.footer-hours {
  margin-top: .8rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgb(30 58 95 / 14%);
}

.footer-hours strong,
.footer-hours span {
  display: block;
}

.footer-hours strong {
  margin-bottom: .25rem;
  color: #062044;
}

.footer-map-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  display: block;
  margin: 0;
  border: 1px solid rgb(255 255 255 / 54%);
  border-radius: 26px;
  background:
    linear-gradient(28deg, rgb(196 238 208 / 68%) 0 22%, transparent 22%),
    linear-gradient(154deg, transparent 0 50%, rgb(255 255 255 / 66%) 50% 55%, transparent 55%),
    linear-gradient(100deg, rgb(232 244 249 / 86%) 0 44%, rgb(176 226 241 / 90%) 44% 100%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 44%), 0 20px 50px rgb(30 58 95 / 10%);
}

.footer-map-card::before,
.footer-map-card::after {
  content: "";
  position: absolute;
  background: rgb(30 58 95 / 12%);
  transform: rotate(-18deg);
}

.footer-map-card::before {
  width: 120%;
  height: 2px;
  left: -10%;
  top: 45%;
  box-shadow: 0 38px 0 rgb(30 58 95 / 10%), 0 -46px 0 rgb(30 58 95 / 8%);
}

.footer-map-card::after {
  width: 2px;
  height: 120%;
  left: 56%;
  top: -10%;
  box-shadow: 56px 0 0 rgb(30 58 95 / 8%), -72px 0 0 rgb(30 58 95 / 8%);
}

.footer-map-card > span {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 42px;
  padding: 0 1rem;
  border-radius: 10px;
  background: rgb(255 255 255 / 72%);
  color: #062044;
  font-weight: 900;
}

.footer-map-card strong {
  position: absolute;
  top: 42%;
  left: 56%;
  z-index: 2;
  color: var(--orange);
  font-size: 2.8rem;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.footer-map-card em,
.footer-map-card b {
  position: absolute;
  z-index: 2;
  color: #062044;
  font-style: normal;
}

.footer-map-card em {
  top: calc(42% + 38px);
  left: 51%;
  font-size: .94rem;
}

.footer-map-card b {
  right: 1.8rem;
  bottom: 4rem;
  font-size: clamp(1.35rem, 1.5vw, 1.8rem);
}

.footer-legal {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: min(100% - 7rem, 1720px);
  margin-inline: auto;
  padding: 1.5rem 0 0;
  border-top: 1px solid rgb(30 58 95 / 18%);
  color: rgb(6 32 68 / 86%);
  font-size: .95rem;
}

.footer-legal nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
}

.footer-legal a {
  display: inline-flex;
  margin: 0;
  color: #062044;
}

.site-footer {
  padding: clamp(2.7rem, 4.8vw, 4.6rem) 0 1.4rem;
}

.site-footer::before {
  content: "Ψ";
  font-size: clamp(11rem, 17vw, 22rem);
}

.footer-inner {
  gap: clamp(1.15rem, 2vw, 2rem);
  width: min(100% - 5rem, 1600px);
  padding-bottom: clamp(2rem, 3vw, 3.1rem);
}

.footer-inner > * + * {
  padding-left: clamp(1rem, 1.7vw, 1.7rem);
}

.footer-brand-block > p {
  max-width: 320px;
  margin: 1.15rem 0 1.25rem;
  font-size: clamp(.92rem, 1vw, 1.04rem);
}

.footer-brand-mark img {
  width: 72px;
  height: 72px;
}

.footer-brand-mark h2 {
  font-size: clamp(1.45rem, 1.7vw, 2rem);
}

.footer-brand-mark p {
  font-size: .92rem;
}

.footer-link-column a {
  padding: .42rem 0;
  font-size: .94rem;
}

.footer-socials a {
  min-height: 44px;
}

.footer-contact-card a,
.footer-hours {
  grid-template-columns: 38px 1fr;
  gap: .7rem;
  padding: .55rem 0;
  font-size: .94rem;
}

.footer-contact-card > a i,
.footer-hours > i {
  width: 34px;
  height: 34px;
}

.footer-map-card {
  min-height: 240px;
}

.footer-map-card > span {
  min-height: 36px;
  padding: 0 .82rem;
  font-size: .9rem;
}

.footer-map-card strong {
  font-size: 2.35rem;
}

.footer-legal {
  width: min(100% - 5rem, 1600px);
  padding-top: 1.1rem;
  font-size: .88rem;
}

.footer-socials .footer-whatsapp,
.footer-socials .footer-instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .62rem;
  width: auto;
  height: auto;
  min-width: max-content;
  min-height: 48px;
  padding: 0 1.15rem;
  border-radius: 999px;
  line-height: 1;
  white-space: nowrap;
}

.footer-socials .footer-whatsapp {
  border: 1px solid rgb(37 211 102 / 48%);
  background: #25d366;
  color: var(--white);
  box-shadow: 0 14px 30px rgb(37 211 102 / 24%);
}

.footer-socials .footer-whatsapp i,
.footer-socials .footer-whatsapp span,
.footer-socials .footer-instagram i,
.footer-socials .footer-instagram span {
  position: static;
  display: inline-flex;
  align-items: center;
  transform: none;
}

.footer-socials .footer-whatsapp i,
.footer-socials .footer-instagram i {
  justify-content: center;
  width: 1.25em;
  height: 1.25em;
  color: currentColor;
  font-size: 1.25rem;
  line-height: 1;
}

.footer-socials .footer-whatsapp span,
.footer-socials .footer-instagram span {
  color: currentColor;
  font-weight: 900;
}

.training-dialog { width: min(620px, calc(100% - 2rem)); border: 1px solid var(--line); padding: 2rem; }
.dialog-close { float: right; border: 0; background: transparent; color: var(--navy); }

.alert {
  width: min(1180px, calc(100% - 2rem));
  margin: 1rem auto;
  padding: 1rem;
  border: 1px solid var(--line);
}

body:not(.admin-body) > .alert {
  position: fixed;
  top: 118px;
  right: 24px;
  z-index: 3000;
  width: min(440px, calc(100% - 48px));
  margin: 0;
  padding: .95rem 3rem .95rem 1rem;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgb(30 58 95 / 18%);
}

.alert-success { background: #eef8f0; }
.alert-danger { background: #fff0ec; }

.container { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; }
.py-4 { padding-top: 2rem; padding-bottom: 2rem; }
.py-5 { padding-top: 3rem; padding-bottom: 3rem; }
.mt-1 { margin-top: .25rem; }
.mt-2 { margin-top: .5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: .25rem; }
.mb-2 { margin-bottom: .5rem; }
.mb-3 { margin-bottom: 1rem; }
.my-3 { margin-top: 1rem; margin-bottom: 1rem; }
.p-4 { padding: 1.5rem; }
.w-100 { width: 100%; }
input, select, textarea { max-width: 100%; }
textarea { overflow-wrap: anywhere; }
.h-100 { height: 100%; }
.row { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1.25rem; }
.row > *,
.d-flex > * { min-width: 0; }
.g-3, .g-4 { gap: 1.25rem; }
.col-12, .col-md-4, .col-md-6, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-xl-4 { grid-column: span 12; }
.d-flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.gap-2 { gap: .5rem; }
.gap-3 { gap: 1rem; }
.align-items-center { align-items: center; }
.align-items-start { align-items: start; }
.justify-content-between { justify-content: space-between; }
.list-unstyled { list-style: none; padding: 0; }
.small { font-size: .9rem; }
.rounded-circle { border-radius: 50%; }
.btn-close {
  border: 0;
  background: transparent;
  float: right;
  color: var(--navy);
}

body:not(.admin-body) > .alert .btn-close {
  position: absolute;
  top: 50%;
  right: .75rem;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  transform: translateY(-50%);
}

.btn-close::before { content: "\00d7"; font-size: 1.2rem; }
.form-label { display: block; margin-bottom: .35rem; color: var(--navy); font-weight: 700; }
.form-text, .text-muted { color: var(--gray); font-size: .9rem; }

@media (min-width: 768px) {
  .col-md-4 { grid-column: span 4; }
  .col-md-6 { grid-column: span 6; }
}

@media (min-width: 980px) {
  .col-lg-3 { grid-column: span 3; }
  .col-lg-4 { grid-column: span 4; }
  .col-lg-5 { grid-column: span 5; }
  .col-lg-6 { grid-column: span 6; }
  .col-lg-7 { grid-column: span 7; }
  .col-lg-8 { grid-column: span 8; }
  .col-xl-4 { grid-column: span 4; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .services-puzzle.is-merged .service-piece-content { opacity: 1; }
  .services-puzzle.is-merged .service-piece-image { opacity: 0; }
}

@media (max-width: 1280px) and (min-width: 981px) {
  .site-header__inner {
    width: min(100% - 32px, 1720px);
    gap: 1.25rem;
  }

  .site-nav {
    gap: .85rem;
  }

  .site-nav a {
    font-size: .82rem;
  }

  .site-header__right {
    gap: .9rem;
  }

  .header-login,
  .header-appointment {
    min-height: 40px;
    padding-inline: 12px;
    font-size: .8rem;
  }
}

@media (max-width: 980px) {
  .site-header {
    min-height: 84px;
  }

  body {
    padding-top: 104px;
  }

  main:has(.home-hero) {
    margin-top: -104px;
  }

  .site-header__inner {
    width: min(100% - 32px, 1440px);
    min-height: 84px;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
  }

  .site-brand {
    max-width: 100%;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
    justify-self: start;
  }

  .site-brand {
    justify-self: center;
  }

  .site-brand img {
    width: 50px;
    height: 50px;
  }

  .site-brand strong {
    font-size: 1.18rem;
  }

  .site-brand small {
    font-size: .74rem;
  }

  .site-nav--left,
  .site-header__right {
    display: none;
  }

  .header-mobile-appointment {
    display: inline-grid;
    place-items: center;
    justify-self: end;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    background: var(--orange);
    color: var(--white);
    font-size: 1.25rem;
  }

  .primary-nav {
    grid-column: 1 / -1;
    display: none;
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 0 .25rem;
    border-top: 1px solid rgb(30 58 95 / 12%);
  }

  .site-header__inner:has(.primary-nav.is-open) {
    align-items: start;
    border-radius: 24px;
  }

  .primary-nav.is-open {
    max-height: min(70dvh, 620px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .primary-nav.is-open { display: flex; }
  .primary-nav a,
  .primary-nav summary {
    display: block;
    padding: .75rem 0;
    cursor: pointer;
    list-style: none;
    overflow-wrap: anywhere;
  }
  .primary-nav summary::-webkit-details-marker {
    display: none;
  }
  .primary-nav details {
    border-bottom: 1px solid rgb(255 255 255 / 12%);
  }
  .primary-nav details a {
    padding: .52rem 0 .52rem 1rem;
    color: rgb(255 255 255 / 68%);
    font-size: .84rem;
  }
  .primary-nav details summary::after {
    content: "\F282";
    float: right;
    font-family: "bootstrap-icons";
    font-size: .78rem;
    transition: transform 180ms ease;
  }
  .primary-nav details[open] summary::after {
    transform: rotate(180deg);
  }
  .primary-nav a::after { bottom: .35rem; transform-origin: left; }
  .home-hero, .intro-section, .split-section, .contact-cta, .page-hero, .contact-layout, .service-detail-page { grid-template-columns: 1fr; }
  .services-puzzle, .video-carousel, .content-grid, .three-column, .footer-inner { grid-template-columns: 1fr; }
  .home-contact-cta {
    display: block;
    min-height: 0;
  }

  .home-contact-cta::before {
    background: linear-gradient(180deg, #fff 0%, rgb(255 255 255 / 94%) 54%, rgb(255 255 255 / 22%) 100%);
  }

  .home-contact-cta__copy {
    width: min(100% - 2rem, 520px);
    margin-inline: auto;
    padding-block: 3rem 2rem;
  }

  .home-contact-cta__image {
    position: relative;
    inset: auto;
    height: 280px;
  }

  .service-row { grid-template-columns: 42px 1fr; }
  .service-row i, .service-row .text-link { grid-column: 2; }
  .announcement-line { grid-template-columns: 1fr; }
  .related-services { position: static; }
  .footer-inner {
    width: min(100% - 2rem, 760px);
    grid-template-columns: 1fr 1fr;
  }

  .footer-inner > * + * {
    border-left: 0;
    padding-left: 0;
  }

  .footer-brand-block,
  .footer-contact-card,
  .footer-map-card {
    grid-column: 1 / -1;
  }

  .footer-legal {
    width: min(100% - 2rem, 760px);
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  h1 { font-size: 3.2rem; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .site-header { min-height: 84px; }
  .site-header__inner { min-height: 84px; width: min(100% - 24px, 1440px); }
  .site-brand {
    gap: .65rem;
  }
  .site-brand img { width: 46px; height: 46px; }
  .site-brand strong { font-size: 1.08rem; }
  .site-brand small { display: none; }
  .header-mobile-appointment,
  .nav-toggle {
    width: 42px;
    height: 42px;
  }
  .carousel-arrow { top: auto; bottom: 1.8rem; }

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

  .footer-brand-mark {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-map-card {
    min-height: 260px;
  }

  .footer-legal {
    gap: .75rem;
  }

  .footer-legal nav {
    width: 100%;
    gap: .45rem .8rem;
  }

  .footer-socials {
    flex-wrap: wrap;
  }

  .training-dialog {
    width: calc(100% - 1rem);
    max-height: calc(100dvh - 1rem);
    overflow: auto;
    padding: 1.25rem;
  }
}

.about-redesign {
  overflow: hidden;
  padding-top: clamp(2rem, 4vw, 4rem);
  background:
    linear-gradient(180deg, #fff 0%, rgb(217 234 253 / 28%) 44%, #fff 100%);
}

.about-redesign-hero {
  width: min(100% - 48px, 1420px);
  min-height: auto;
  grid-template-columns: minmax(340px, .78fr) minmax(0, 1fr);
  grid-template-areas:
    "portrait copy"
    "notes copy";
  align-items: end;
  gap: clamp(2.5rem, 6vw, 6rem);
  padding: clamp(2.5rem, 5vw, 5rem) 0 clamp(3rem, 6vw, 5rem);
}

.about-hero-copy {
  grid-area: copy;
  align-self: center;
  max-width: 780px;
}

.about-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(3rem, 4.8vw, 5.45rem);
  line-height: .98;
  margin-bottom: 1.35rem;
}

.about-hero-copy p {
  max-width: 720px;
  font-size: clamp(1rem, 1.12vw, 1.18rem);
  line-height: 1.78;
}

.about-hero-actions {
  margin-top: 1.65rem;
}

.about-portrait-wrap {
  grid-area: portrait;
  min-height: 0;
  align-self: end;
}

.about-portrait-wrap::before {
  inset: 5% 8% 0;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, rgb(217 234 253 / 78%), rgb(255 255 255 / 56%));
}

.about-portrait-wrap img {
  width: min(100%, 430px);
  max-height: 560px;
  object-fit: contain;
}

.about-portrait-mark {
  top: 2%;
  font-size: clamp(5rem, 9vw, 10rem);
}

.about-hero-notes {
  grid-area: notes;
  align-self: start;
  grid-template-columns: 1fr;
  gap: .75rem;
  padding: 0;
}

.about-hero-notes span {
  padding-block: .72rem;
  font-size: .96rem;
}

.about-manifest {
  width: min(100% - 48px, 1420px);
  margin-inline: auto;
  padding: clamp(2.2rem, 4vw, 3.5rem) 0;
  background: transparent;
  border-block: 1px solid var(--line);
}

.about-manifest p {
  width: min(100%, 980px);
  margin: 0;
  padding-left: clamp(1rem, 2vw, 1.6rem);
  border-left: 3px solid var(--orange);
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(1.85rem, 2.85vw, 3.25rem);
  line-height: 1.12;
}

.about-editorial-grid {
  width: min(100% - 48px, 1420px);
  grid-template-columns: minmax(220px, 300px) minmax(0, 880px);
  justify-content: space-between;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.about-editorial-grid aside {
  top: 140px;
}

.about-editorial-grid aside span {
  margin-bottom: .85rem;
  font-size: .78rem;
}

.about-editorial-grid aside strong {
  font-size: clamp(1.7rem, 2.2vw, 2.55rem);
  line-height: 1.08;
}

.about-longform p {
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  line-height: 1.86;
}

.about-method-strip {
  width: min(100% - 48px, 1420px);
  margin-inline: auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: transparent;
  border-block: 1px solid var(--line);
}

.about-method-strip div {
  min-height: 136px;
  padding: clamp(1.25rem, 2vw, 1.8rem);
}

.about-method-strip span {
  margin-bottom: 1.4rem;
  font-size: .9rem;
}

.about-method-strip strong {
  font-size: clamp(1.25rem, 1.7vw, 1.85rem);
  line-height: 1.12;
}

.about-focus-band {
  width: min(100% - 48px, 1420px);
  padding: clamp(2.8rem, 5vw, 4.5rem) 0;
}

.about-focus-band p {
  font-size: clamp(1rem, 1.18vw, 1.2rem);
  line-height: 1.72;
}

.about-data-section,
.about-training-flow,
.about-closing {
  width: min(100% - 48px, 1420px);
}

.about-data-section {
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.about-data-heading h2,
.about-training-flow h2 {
  max-width: 760px;
  font-size: clamp(2.3rem, 3.45vw, 3.95rem);
  line-height: 1.02;
}

.about-data-layout {
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(2rem, 4vw, 4rem);
}

.about-line-list li {
  padding: .95rem 0;
}

.about-line-list strong,
.about-training-flow li {
  font-size: clamp(1rem, 1.05vw, 1.12rem);
}

.about-training-flow {
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.about-training-flow li {
  padding: .95rem 0;
}

.about-closing {
  grid-template-columns: minmax(0, 900px) auto;
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
  border-top: 1px solid var(--line);
}

.about-closing p {
  font-family: var(--sans);
  font-size: clamp(1.2rem, 1.8vw, 1.75rem);
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .about-redesign-hero {
    width: min(100% - 32px, 1420px);
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "portrait"
      "notes";
    align-items: start;
    padding-top: 2rem;
  }

  .about-portrait-wrap img {
    max-height: 520px;
  }

  .about-manifest,
  .about-editorial-grid,
  .about-method-strip,
  .about-focus-band,
  .about-data-section,
  .about-training-flow,
  .about-closing {
    width: min(100% - 32px, 1420px);
  }

  .about-editorial-grid,
  .about-focus-band,
  .about-data-layout,
  .about-training-flow,
  .about-closing {
    grid-template-columns: 1fr;
  }

  .about-editorial-grid aside {
    position: static;
  }

  .about-method-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .about-hero-copy h1 {
    font-size: clamp(2.55rem, 12vw, 3.75rem);
  }

  .about-method-strip {
    grid-template-columns: 1fr;
  }

  .about-method-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .about-method-strip div:last-child {
    border-bottom: 0;
  }
}

.about-redesign {
  padding-top: 0;
  background:
    linear-gradient(180deg, #fff 0 28%, rgb(217 234 253 / 30%) 28% 54%, #fff 54% 100%);
}

.about-redesign-hero {
  width: min(100% - 48px, 1480px);
  min-height: calc(100vh - 128px);
  grid-template-columns: minmax(340px, 520px) minmax(0, 1fr);
  grid-template-areas:
    "portrait copy"
    "portrait notes";
  align-items: center;
  gap: clamp(2.4rem, 5vw, 5.8rem);
  padding: clamp(.65rem, 1.6vw, 1.4rem) 0 clamp(2rem, 4vw, 3.6rem);
}

.about-hero-copy {
  align-self: end;
}

.about-hero-copy h1 {
  max-width: 900px;
  font-size: clamp(3.15rem, 4.65vw, 5.8rem);
  line-height: .96;
}

.about-hero-copy p {
  max-width: 780px;
}

.about-portrait-wrap {
  align-self: end;
  width: min(100%, 520px);
  justify-self: center;
  overflow: hidden;
  border: 1px solid rgb(30 58 95 / 12%);
  border-radius: 8px;
  background: #f5f0e8;
  box-shadow: 0 28px 70px rgb(30 58 95 / 14%);
}

.about-portrait-wrap::before {
  display: none;
}

.about-portrait-wrap img {
  width: 100%;
  max-height: min(66vh, 620px);
  object-fit: cover;
  object-position: center top;
  filter: none;
}

.about-portrait-mark {
  display: none;
}

.about-hero-notes {
  align-self: start;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-block: 1px solid var(--line);
}

.about-hero-notes span {
  min-height: 82px;
  display: flex;
  align-items: center;
  padding: 1rem 1.2rem;
  border-top: 0;
  border-right: 1px solid var(--line);
}

.about-hero-notes span:last-child {
  border-right: 0;
}

.about-manifest {
  width: 100%;
  max-width: none;
  padding: clamp(3.5rem, 6vw, 5.5rem) 0;
  background:
    linear-gradient(135deg, rgb(30 58 95 / 98%), rgb(22 48 82 / 96));
  border: 0;
}

.about-manifest p {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
  padding-left: clamp(1.2rem, 2vw, 1.8rem);
  border-left: 3px solid var(--orange);
  color: var(--white);
  font-size: clamp(2rem, 3.35vw, 4.1rem);
  line-height: 1.08;
}

.about-editorial-grid {
  grid-template-columns: minmax(220px, 340px) minmax(0, 920px);
  align-items: start;
  padding: clamp(4rem, 7vw, 6.8rem) 0;
}

.about-editorial-grid aside {
  padding-top: .35rem;
}

.about-editorial-grid aside::before {
  content: "";
  display: block;
  width: 76px;
  height: 3px;
  margin-bottom: 1.4rem;
  background: var(--orange);
}

.about-editorial-grid aside strong {
  font-size: clamp(2rem, 2.7vw, 3.25rem);
}

.about-longform {
  display: grid;
  gap: 1px;
  max-width: none;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.about-longform p {
  position: relative;
  margin: 0;
  padding: clamp(1.25rem, 2vw, 1.7rem) clamp(1.2rem, 2.4vw, 2rem) clamp(1.25rem, 2vw, 1.7rem) clamp(3.2rem, 5vw, 4.4rem);
  background: rgb(255 255 255 / 88%);
  color: rgb(30 58 95 / 82%);
}

.about-longform p::before {
  content: "—";
  position: absolute;
  left: clamp(1.2rem, 2vw, 1.8rem);
  top: clamp(1.25rem, 2vw, 1.7rem);
  color: var(--orange);
  font-weight: 900;
}

.about-method-strip {
  width: 100%;
  max-width: none;
  border: 0;
  background: var(--brand-sky);
}

.about-method-strip div {
  min-height: 168px;
  padding: clamp(1.5rem, 2.8vw, 2.6rem);
  border-color: rgb(30 58 95 / 18%);
}

.about-method-strip span {
  color: rgb(30 58 95 / 52%);
}

.about-method-strip strong {
  display: block;
  max-width: 320px;
}

.about-focus-band {
  width: min(100% - 48px, 1480px);
  grid-template-columns: .85fr 1.15fr;
  gap: 0;
  padding: clamp(3rem, 5vw, 4.8rem) 0;
}

.about-focus-band p {
  min-height: 190px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: clamp(1.6rem, 3vw, 2.6rem);
  border-left: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-focus-band p:first-child {
  background: var(--navy);
  color: var(--white);
}

.about-focus-band p:last-child {
  background: rgb(255 255 255 / 78%);
  color: var(--navy);
  border-left: 1px solid var(--line);
}

.about-data-section {
  padding-top: clamp(2.8rem, 5vw, 4.8rem);
}

.about-data-heading {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 820px);
  gap: clamp(1.8rem, 5vw, 5rem);
  max-width: none;
  align-items: end;
}

.about-data-heading .about-kicker {
  align-self: start;
}

.about-data-heading h2,
.about-training-flow h2 {
  font-size: clamp(2.2rem, 3.25vw, 3.75rem);
}

.about-data-layout {
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.about-line-list {
  border-top: 3px solid var(--orange);
  background: rgb(255 255 255 / 82%);
}

.about-line-list h3 {
  margin: 0;
  padding: 1.1rem 0 1.2rem;
}

.about-line-list li {
  padding: 1rem 0;
}

.about-training-flow {
  align-items: start;
}

.about-training-flow ol {
  columns: 2;
  column-gap: clamp(2rem, 4vw, 4rem);
}

.about-training-flow li {
  break-inside: avoid;
  display: block;
  position: relative;
  padding: .95rem 0 .95rem 3.2rem;
}

.about-training-flow li::before {
  position: absolute;
  left: 0;
  top: .95rem;
}

.about-closing {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgb(217 234 253 / 72%), rgb(255 255 255 / 92%));
}

@media (max-width: 1080px) {
  .about-redesign-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "portrait"
      "notes";
    padding-top: 1rem;
  }

  .about-hero-copy {
    align-self: start;
  }

  .about-portrait-wrap {
    justify-self: center;
  }

  .about-data-heading,
  .about-training-flow {
    grid-template-columns: 1fr;
  }

  .about-training-flow ol {
    columns: 1;
  }
}

@media (max-width: 760px) {
  .about-redesign-hero,
  .about-manifest p,
  .about-editorial-grid,
  .about-focus-band,
  .about-data-section,
  .about-training-flow,
  .about-closing {
    width: min(100% - 32px, 1480px);
  }

  .about-hero-notes,
  .about-focus-band,
  .about-data-layout {
    grid-template-columns: 1fr;
  }

  .about-hero-notes span {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .about-hero-notes span:last-child {
    border-bottom: 0;
  }

  .about-focus-band p:last-child {
    border-left: 0;
    border-top: 0;
  }

  .about-closing {
    grid-template-columns: 1fr;
    padding-inline: 1.25rem;
  }
}

/* About page image-backed emphasis blocks */
.about-manifest {
  position: relative;
  isolation: isolate;
  padding: clamp(2.4rem, 4.5vw, 4rem) 0;
  background-image:
    linear-gradient(90deg, rgb(30 58 95 / 94%), rgb(30 58 95 / 84%), rgb(30 58 95 / 72%)),
    url("/images/samsun-hakkında.png");
  background-size: cover;
  background-position: center;
}

.about-manifest p {
  width: min(100% - 48px, 980px);
  margin-inline: auto;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.2vw, 2.55rem);
  line-height: 1.22;
}

.about-focus-band p:first-child {
  position: relative;
  min-height: 240px;
  color: var(--white);
  background-image:
    linear-gradient(90deg, rgb(30 58 95 / 94%), rgb(30 58 95 / 86%), rgb(30 58 95 / 76%)),
    url("/images/samsun-hakkında.png");
  background-size: cover;
  background-position: center;
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  font-weight: 800;
}

.about-line-list[aria-labelledby="fields-title"] ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(1.5rem, 3vw, 3rem);
}

.about-line-list[aria-labelledby="fields-title"] li {
  grid-template-columns: minmax(86px, .36fr) minmax(0, 1fr);
  padding: .82rem 0;
}

.about-closing {
  color: var(--white);
  background-image:
    linear-gradient(90deg, rgb(30 58 95 / 94%), rgb(30 58 95 / 84%), rgb(30 58 95 / 70%)),
    url("/images/samsun-hakkında.png");
  background-size: cover;
  background-position: center;
  border-color: rgb(255 255 255 / 16%);
}

.about-closing p {
  color: var(--white);
}

@media (max-width: 980px) {
  .about-line-list[aria-labelledby="fields-title"] ul {
    grid-template-columns: 1fr;
  }
}

/* About education blocks with dedicated background */
.about-data-section,
.about-training-flow {
  position: relative;
  isolation: isolate;
  width: min(100% - 48px, 1480px);
  margin-inline: auto;
  padding: clamp(3rem, 5.5vw, 5rem);
  border: 1px solid rgb(30 58 95 / 12%);
  border-radius: 8px;
  background-image:
    linear-gradient(90deg, rgb(255 255 255 / 70%), rgb(255 255 255 / 54%)),
    url("/images/education.png");
  background-size: cover;
  background-position: center;
  box-shadow: 0 26px 70px rgb(30 58 95 / 9%);
}

.about-data-section::before,
.about-training-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background-image: url("/images/education.png");
  background-size: cover;
  background-position: center;
  filter: saturate(1.35) contrast(1.24);
}

.about-data-section::after,
.about-training-flow::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 62%), rgb(255 255 255 / 40%)),
    radial-gradient(circle at 82% 18%, rgb(135 206 235 / 28%), transparent 34rem);
}

.about-data-section {
  margin-top: clamp(3rem, 5vw, 5rem);
}

.about-training-flow {
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.about-data-heading,
.about-data-layout,
.about-training-flow > div,
.about-training-flow ol {
  position: relative;
  z-index: 1;
}

.about-line-list {
  padding: clamp(1rem, 2vw, 1.4rem);
  border: 1px solid rgb(30 58 95 / 13%);
  border-top: 3px solid var(--orange);
  border-radius: 6px;
  background: rgb(255 255 255 / 74%);
  backdrop-filter: blur(8px);
}

.about-training-flow ol {
  padding: clamp(1rem, 2vw, 1.4rem);
  border: 1px solid rgb(30 58 95 / 13%);
  border-top: 3px solid var(--orange);
  border-radius: 6px;
  background: rgb(255 255 255 / 74%);
  backdrop-filter: blur(8px);
}

@media (max-width: 760px) {
  .about-data-section,
  .about-training-flow {
    width: min(100% - 32px, 1480px);
    padding: 1.25rem;
  }
}

/* About page final polish: compact hero, education-backed approach sections */
.about-redesign-hero {
  min-height: auto;
  grid-template-columns: minmax(300px, 455px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.8rem, 4vw, 4.5rem);
  padding-top: clamp(.25rem, 1vw, .75rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.about-hero-copy {
  align-self: center;
}

.about-hero-copy h1 {
  max-width: 780px;
  font-size: clamp(2.65rem, 3.75vw, 4.65rem);
  line-height: 1;
}

.about-hero-copy p {
  max-width: 760px;
  font-size: clamp(.98rem, 1vw, 1.08rem);
  line-height: 1.7;
}

.about-portrait-wrap {
  width: min(100%, 455px);
  align-self: center;
}

.about-portrait-wrap img {
  max-height: min(58vh, 540px);
  object-fit: cover;
  object-position: center top;
}

.about-editorial-grid,
.about-editorial-grid.about-editorial-grid--reverse {
  width: min(100% - 48px, 1480px);
  margin-inline: auto;
  padding: clamp(3rem, 5vw, 5rem);
  border: 1px solid rgb(30 58 95 / 12%);
  border-radius: 8px;
  background-image:
    linear-gradient(90deg, rgb(255 255 255 / 76%), rgb(255 255 255 / 50%)),
    url("/images/education.png");
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 64px rgb(30 58 95 / 8%);
}

.about-longform {
  background: rgb(30 58 95 / 12%);
}

.about-longform p {
  background: rgb(255 255 255 / 74%);
  backdrop-filter: blur(8px);
}

.about-closing {
  padding: clamp(1.6rem, 3vw, 2.6rem);
}

.about-closing p {
  max-width: 1020px;
  font-size: clamp(1.02rem, 1.35vw, 1.38rem);
  line-height: 1.55;
  font-family: var(--sans);
  font-weight: 800;
}

@media (max-width: 1080px) {
  .about-redesign-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "portrait"
      "notes";
  }

  .about-portrait-wrap {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .about-editorial-grid,
  .about-editorial-grid.about-editorial-grid--reverse {
    width: min(100% - 32px, 1480px);
    padding: 1.25rem;
  }

  .about-closing p {
    font-size: 1rem;
  }
}

/* Blog magazine page */
.blog-magazine {
  overflow-x: clip;
  overflow-y: visible;
  background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(217 234 253 / 34%) 34%, #fff 100%);
}

.blog-magazine-hero {
  width: min(100% - 48px, 1480px);
  min-height: clamp(280px, 32vw, 420px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(2rem, 5vw, 4.8rem) 0 clamp(1.5rem, 3vw, 3rem);
}

.blog-kicker {
  margin: 0 0 1rem;
  color: var(--orange);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
}

.blog-magazine-hero h1 {
  max-width: 780px;
  margin-bottom: 1rem;
  font-size: clamp(3.1rem, 5.3vw, 6.2rem);
  line-height: .94;
}

.blog-magazine-hero h1 span {
  color: var(--brand-sky);
}

.blog-magazine-hero__copy > p:not(.blog-kicker) {
  max-width: 560px;
  color: var(--navy);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  font-weight: 700;
}

.blog-magazine-hero__copy i {
  display: block;
  width: 72px;
  height: 2px;
  margin-top: 1.4rem;
  background: var(--orange);
}

.blog-magazine-hero__mark {
  position: relative;
  min-height: 240px;
  display: grid;
  place-items: center;
  color: rgb(30 58 95 / 10%);
}

.blog-magazine-hero__mark::before,
.blog-magazine-hero__mark::after {
  content: "";
  position: absolute;
  border: 1px solid rgb(30 58 95 / 10%);
  border-radius: 999px 999px 999px 160px;
}

.blog-magazine-hero__mark::before {
  width: min(74%, 330px);
  aspect-ratio: 1;
  box-shadow: inset 0 12px 28px rgb(255 255 255 / 72%), 0 18px 44px rgb(30 58 95 / 8%);
}

.blog-magazine-hero__mark::after {
  width: min(54%, 230px);
  aspect-ratio: 1;
  transform: translate(42px, 18px);
}

.blog-magazine-hero__mark span {
  font-family: var(--serif);
  font-size: clamp(7rem, 13vw, 14rem);
  line-height: 1;
}

.blog-category-filter {
  width: min(100% - 48px, 1480px);
  margin: 0 auto clamp(2rem, 4vw, 3.2rem);
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}

.blog-category-filter a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: .55rem .9rem;
  border: 1px solid rgb(30 58 95 / 15%);
  border-radius: 999px;
  background: rgb(255 255 255 / 72%);
  color: var(--navy);
  font-size: .88rem;
  font-weight: 850;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.blog-category-filter a:hover,
.blog-category-filter a.is-active {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--white);
  transform: translateY(-1px);
}

.blog-magazine-layout {
  width: min(100% - 48px, 1480px);
  margin: 0 auto clamp(2.4rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: start;
}

.blog-newsletter-rail,
.blog-magazine-content {
  min-width: 0;
}

.blog-newsletter-rail {
  grid-column: 1;
  align-self: stretch;
  height: 100%;
}

.blog-magazine-content {
  grid-column: 2;
}

.blog-newsletter-banner {
  position: relative;
  top: auto;
  display: grid;
  gap: .9rem;
  padding: clamp(1.15rem, 2vw, 1.55rem);
  border: 1px solid rgb(30 58 95 / 12%);
  border-radius: 8px;
  background:
    linear-gradient(155deg, rgb(255 255 255 / 92%), rgb(217 234 253 / 82%)),
    radial-gradient(circle at 15% 0, rgb(135 206 235 / 34%), transparent 13rem);
  box-shadow: 0 18px 44px rgb(30 58 95 / 8%);
}

.blog-newsletter-banner .blog-category-symbol {
  width: 62px;
  height: 62px;
}

.blog-newsletter-banner h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.4vw, 2.65rem);
  line-height: 1.02;
}

.blog-newsletter-banner > p:not(.article-editorial-kicker) {
  margin: 0;
  color: rgb(30 58 95 / 76%);
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.62;
}

.blog-newsletter-banner__form {
  margin-top: .25rem;
}

.blog-newsletter-banner__form small {
  color: rgb(30 58 95 / 60%);
  font-size: .76rem;
  font-weight: 650;
  line-height: 1.48;
}

[data-reveal-banner] {
  --banner-reveal-x: 0px;
  --banner-reveal-y: 46px;
  --banner-follow-y: 0px;
  opacity: 0;
  transform: translate3d(var(--banner-reveal-x), calc(var(--banner-reveal-y) + var(--banner-follow-y)), 0);
  transition:
    opacity 760ms ease,
    transform 900ms cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

[data-reveal-banner][data-reveal-direction="left"] {
  --banner-reveal-x: -72px;
}

[data-reveal-banner][data-reveal-direction="right"] {
  --banner-reveal-x: 72px;
}

[data-reveal-banner].is-visible {
  opacity: 1;
  --banner-reveal-y: 0px;
  --banner-reveal-x: 0px;
}

.blog-magazine-content .blog-category-section {
  width: 100%;
  margin: 0 0 clamp(2.4rem, 5vw, 4rem);
}

.blog-magazine-content .blog-empty-state {
  width: 100%;
  margin: 0;
}

.blog-category-section {
  width: min(100% - 48px, 1480px);
  margin: 0 auto clamp(2.4rem, 5vw, 4rem);
}

.blog-category-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.1rem;
}

.blog-category-header > div {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: .85rem;
  align-items: center;
}

.blog-category-symbol {
  width: 54px;
  height: 54px;
  display: inline-block;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 92%), rgb(135 206 235 / 62%));
  box-shadow: inset 0 0 0 1px rgb(30 58 95 / 10%), 0 14px 32px rgb(30 58 95 / 12%);
}

.blog-category-symbol::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 16px;
  border: 2px solid var(--navy);
  border-top-color: var(--orange);
  border-radius: 50% 50% 50% 12%;
  transform: rotate(-18deg);
}

.blog-category-header h2 {
  margin: 0;
  font-size: clamp(1.9rem, 2.8vw, 3rem);
}

.blog-category-header p {
  grid-column: 2;
  margin: .08rem 0 0;
  color: rgb(30 58 95 / 72%);
  font-size: .92rem;
  font-weight: 650;
}

.blog-category-header a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--navy);
  font-size: .88rem;
  font-weight: 900;
  white-space: nowrap;
}

.blog-category-header a i,
.blog-editorial-card em i {
  transition: transform 220ms ease;
}

.blog-category-header a:hover {
  color: var(--orange);
}

.blog-category-header a:hover i,
.blog-editorial-card:hover em i {
  transform: translateX(5px);
}

.blog-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.blog-editorial-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  min-width: 0;
}

.blog-editorial-small-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.blog-editorial-card {
  opacity: 0;
  transform: translateY(18px);
}

.blog-category-section.is-visible .blog-editorial-card {
  animation: blogMagazineReveal 560ms cubic-bezier(.22, 1, .36, 1) var(--reveal-delay, 0ms) both;
}

.blog-editorial-card a {
  position: relative;
  min-height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
}

.blog-editorial-card--large a {
  min-height: clamp(420px, 36vw, 560px);
}

.blog-editorial-card--wide a,
.blog-editorial-card--small a {
  min-height: calc((clamp(420px, 36vw, 560px) - 1rem) / 2);
}

.blog-editorial-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.005);
  transition: transform 320ms ease;
}

.blog-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgb(3 14 28 / 4%) 0%, rgb(3 14 28 / 48%) 54%, rgb(3 14 28 / 82%) 100%);
  transition: opacity 280ms ease;
}

.blog-card-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: grid;
  gap: .55rem;
  padding: clamp(1rem, 2vw, 1.55rem);
}

.blog-card-content small {
  color: var(--brand-sky);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.blog-card-content h3 {
  max-width: 92%;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.25rem, 2vw, 2.25rem);
  line-height: 1.04;
  text-wrap: balance;
}

.blog-editorial-card--small .blog-card-content h3 {
  font-size: clamp(1rem, 1.3vw, 1.45rem);
}

.blog-card-content em {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: .15rem;
  color: var(--white);
  font-size: .82rem;
  font-style: normal;
  font-weight: 900;
}

.blog-card-content em i {
  color: var(--orange);
}

.blog-editorial-card:hover img {
  transform: scale(1.035);
}

.blog-editorial-card:hover .blog-card-overlay {
  opacity: .92;
}

.blog-bottom-note,
.blog-empty-state {
  width: min(100% - 48px, 1480px);
  margin: clamp(2rem, 5vw, 4rem) auto;
  border-radius: 8px;
  border: 1px solid rgb(30 58 95 / 10%);
  background: rgb(217 234 253 / 64%);
}

.blog-bottom-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(1.2rem, 2vw, 1.8rem);
}

.blog-newsletter-band {
  background:
    linear-gradient(135deg, rgb(255 255 255 / 88%), rgb(217 234 253 / 76%)),
    radial-gradient(circle at 100% 0, rgb(135 206 235 / 34%), transparent 16rem);
}

.blog-newsletter-band__copy {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
  align-items: center;
}

.blog-newsletter-band__copy .blog-category-symbol {
  grid-row: 1 / 4;
}

.blog-newsletter-band__copy .article-editorial-kicker {
  grid-column: 2;
  margin: 0 0 .25rem;
}

.blog-newsletter-band__copy h2 {
  grid-column: 2;
}

.blog-bottom-note h2,
.blog-empty-state h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.blog-bottom-note .blog-newsletter-band__copy > p:not(.article-editorial-kicker) {
  grid-column: 2;
  margin: .15rem 0 0;
  color: var(--navy);
  max-width: 62ch;
}

.blog-newsletter-band__form {
  width: min(100%, 420px);
  justify-self: end;
}

.blog-newsletter-band__form small {
  color: rgb(30 58 95 / 60%);
  font-size: .78rem;
  font-weight: 650;
  line-height: 1.48;
}

.blog-empty-state {
  padding: clamp(2rem, 4vw, 3rem);
}

.blog-magazine-pagination {
  width: min(100% - 48px, 1480px);
  margin-inline: auto;
}

@keyframes blogMagazineReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .blog-magazine-layout {
    grid-template-columns: 1fr;
  }

  .blog-newsletter-rail,
  .blog-magazine-content {
    grid-column: 1;
  }

  .blog-newsletter-banner {
    position: static;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }

  .blog-newsletter-banner .blog-category-symbol {
    grid-row: 1 / 5;
  }

  .blog-newsletter-banner__form {
    grid-column: 2;
  }
}

@media (max-width: 980px) {
  .blog-magazine-hero {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .blog-magazine-hero__mark {
    display: none;
  }

  .blog-editorial-grid {
    grid-template-columns: 1fr;
  }

  .blog-editorial-card--large a,
  .blog-editorial-card--wide a,
  .blog-editorial-card--small a {
    min-height: 320px;
  }
}

@media (max-width: 680px) {
  .blog-magazine-hero,
  .blog-category-filter,
  .blog-magazine-layout,
  .blog-category-section,
  .blog-bottom-note,
  .blog-empty-state,
  .blog-magazine-pagination {
    width: min(100% - 32px, 1480px);
  }

  .blog-category-header,
  .blog-bottom-note {
    align-items: start;
    flex-direction: column;
  }

  .blog-bottom-note {
    grid-template-columns: 1fr;
  }

  .blog-newsletter-band__form {
    justify-self: stretch;
  }

  .blog-newsletter-banner {
    grid-template-columns: 1fr;
  }

  .blog-newsletter-banner .blog-category-symbol,
  .blog-newsletter-banner__form {
    grid-column: auto;
    grid-row: auto;
  }

  .blog-editorial-small-grid {
    grid-template-columns: 1fr;
  }

  .blog-editorial-card--large a,
  .blog-editorial-card--wide a,
  .blog-editorial-card--small a {
    min-height: 280px;
  }

  .blog-card-content h3,
  .blog-editorial-card--small .blog-card-content h3 {
    font-size: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-editorial-card {
    opacity: 1;
    transform: none;
  }

  [data-reveal-banner] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .blog-category-section.is-visible .blog-editorial-card {
    animation: none;
  }

  .blog-editorial-card img,
  .blog-category-header a i,
  .blog-editorial-card em i {
    transition: none;
  }
}

/* Blog category archive page */
.blog-category-page {
  width: min(100% - 48px, 1480px);
  margin-inline: auto;
  padding-bottom: clamp(2rem, 5vw, 4rem);
}

.blog-category-hero {
  min-height: clamp(300px, 34vw, 390px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(2rem, 4vw, 3.4rem);
  border-radius: 0 0 8px 8px;
  background:
    radial-gradient(circle at 84% 26%, rgb(135 206 235 / 28%), transparent 26rem),
    linear-gradient(135deg, rgb(217 234 253 / 78%), rgb(255 255 255 / 88%));
}

.blog-back-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
  color: var(--navy);
  font-size: .86rem;
  font-weight: 850;
}

.blog-category-hero h1 {
  margin-bottom: 1rem;
  font-size: clamp(3.3rem, 6vw, 6.8rem);
  line-height: .95;
}

.blog-category-hero__copy > i {
  display: block;
  width: 78px;
  height: 2px;
  margin: 1.25rem 0 1.45rem;
  background: var(--orange);
}

.blog-category-hero__copy > p:not(.blog-kicker) {
  max-width: 640px;
  color: rgb(30 58 95 / 82%);
  font-weight: 750;
  line-height: 1.75;
}

.blog-category-hero__image {
  margin: 0;
  overflow: hidden;
  border-radius: 18px 18px 18px 80px;
  border: 1px solid rgb(30 58 95 / 11%);
  box-shadow: 0 24px 70px rgb(30 58 95 / 12%);
}

.blog-category-hero__image img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.blog-category-hero__lineart {
  position: relative;
  min-height: 270px;
  opacity: .42;
}

.blog-category-hero__lineart::before {
  content: "";
  position: absolute;
  inset: 0 4% 0 auto;
  width: min(92%, 430px);
  border: 2px solid rgb(30 58 95 / 18%);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.blog-category-hero__lineart span,
.blog-category-hero__lineart b,
.blog-category-hero__lineart em {
  position: absolute;
  bottom: 2.2rem;
  border: 2px solid rgb(30 58 95 / 18%);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.blog-category-hero__lineart span {
  left: 22%;
  width: 64px;
  height: 132px;
}

.blog-category-hero__lineart b {
  left: 42%;
  width: 48px;
  height: 90px;
}

.blog-category-hero__lineart em {
  left: 58%;
  width: 64px;
  height: 132px;
}

.blog-category-featured {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  margin: clamp(2rem, 5vw, 4rem) 0 clamp(1.8rem, 4vw, 3rem);
  overflow: hidden;
  border: 1px solid rgb(30 58 95 / 10%);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 24px 70px rgb(30 58 95 / 12%);
}

.blog-category-featured__image {
  overflow: hidden;
  background: var(--navy);
}

.blog-category-featured__image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform 340ms ease;
}

.blog-category-featured:hover .blog-category-featured__image img {
  transform: scale(1.025);
}

.blog-category-featured__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.6rem, 4vw, 3rem);
}

.blog-category-featured__copy h2 {
  max-width: 620px;
  font-size: clamp(2rem, 3.2vw, 3.6rem);
}

.blog-category-featured__copy h2 a {
  color: var(--navy);
}

.blog-category-featured__copy > p:not(.blog-kicker) {
  max-width: 620px;
  color: rgb(30 58 95 / 75%);
  line-height: 1.78;
}

.blog-read-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  width: fit-content;
  color: var(--navy);
  font-size: .9rem;
  font-weight: 900;
}

.blog-read-link i {
  color: var(--orange);
  transition: transform 220ms ease;
}

.blog-read-link:hover {
  color: var(--orange);
}

.blog-read-link:hover i {
  transform: translateX(5px);
}

.blog-category-archive {
  display: grid;
}

.blog-archive-row {
  display: grid;
  grid-template-columns: 92px minmax(220px, 320px) minmax(0, 1fr) minmax(135px, 190px);
  gap: clamp(1rem, 2.6vw, 2.2rem);
  align-items: center;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgb(30 58 95 / 14%);
}

.blog-archive-row__number {
  display: grid;
  justify-items: center;
  gap: .55rem;
}

.blog-archive-row__number span {
  color: rgb(30 58 95 / 22%);
  font-family: var(--serif);
  font-size: clamp(2.2rem, 3.5vw, 3.6rem);
  line-height: 1;
}

.blog-archive-row__number i {
  width: 2px;
  height: 46px;
  background: var(--orange);
  transition: height 260ms ease;
}

.blog-archive-row__image {
  overflow: hidden;
  border-radius: 7px;
  background: var(--navy);
}

.blog-archive-row__image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 340ms ease;
}

.blog-archive-row__copy h2 {
  margin: 0 0 .45rem;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.blog-archive-row__copy h2 a {
  color: var(--navy);
}

.blog-archive-row__copy p {
  max-width: 650px;
  margin-bottom: .45rem;
  color: rgb(30 58 95 / 70%);
  line-height: 1.65;
}

.blog-archive-row time {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  justify-self: end;
  color: rgb(30 58 95 / 62%);
  font-size: .9rem;
  white-space: nowrap;
}

.blog-archive-row:hover .blog-archive-row__image img {
  transform: scale(1.035);
}

.blog-archive-row:hover .blog-archive-row__number i {
  height: 60px;
}

.blog-archive-row:hover h2 a {
  color: rgb(30 58 95 / 84%);
}

.category-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(.65rem, 2vw, 1.8rem);
  margin: clamp(2rem, 5vw, 4rem) 0 0;
  padding: 1rem;
  border-radius: 8px;
  background: rgb(217 234 253 / 72%);
}

.category-pagination a {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border-radius: 999px;
  color: var(--navy);
  font-weight: 900;
}

.category-pagination a.is-active {
  background: var(--navy);
  color: var(--white);
}

.category-pagination a:last-child {
  color: var(--orange);
}

.category-pagination a.is-disabled {
  opacity: .4;
  pointer-events: none;
}

.category-admin-list {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.category-admin-card {
  position: relative;
  padding: 1rem;
  border: 1px solid rgb(30 58 95 / 12%);
  border-radius: 8px;
  background: var(--white);
}

.category-admin-thumb,
.category-admin-empty {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 2 / 1;
  border-radius: 6px;
}

.category-admin-thumb {
  object-fit: cover;
  border: 1px solid rgb(30 58 95 / 12%);
}

.category-admin-empty {
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgb(217 234 253 / 44%);
  color: rgb(30 58 95 / 66%);
  font-size: .88rem;
  text-align: center;
}

.category-admin-delete {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.announcement-detail-page {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
  padding: clamp(6.5rem, 10vw, 9rem) 0 clamp(3rem, 6vw, 5rem);
}

.announcement-detail-card {
  overflow: hidden;
  border: 1px solid rgb(30 58 95 / 12%);
  border-radius: clamp(1.25rem, 3vw, 2.25rem);
  background:
    radial-gradient(circle at 100% 0%, rgb(135 206 235 / 18%), transparent 26rem),
    var(--white);
  box-shadow: 0 26px 80px rgb(30 58 95 / 10%);
}

.announcement-detail-header {
  max-width: 860px;
  margin: 0;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 5vw, 4rem) clamp(1.25rem, 3vw, 2rem);
}

.announcement-detail-header time {
  display: inline-flex;
  margin: .75rem 0 1rem;
  color: var(--gray);
  font-weight: 700;
}

.announcement-detail-header h1 {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: .95;
  overflow-wrap: anywhere;
}

.announcement-detail-image {
  display: block;
  width: calc(100% - clamp(2.5rem, 8vw, 8rem));
  max-height: 520px;
  margin: 0 auto clamp(1.75rem, 4vw, 3rem);
  border-radius: clamp(1rem, 2.5vw, 1.8rem);
  object-fit: cover;
  box-shadow: 0 18px 48px rgb(30 58 95 / 13%);
}

.announcement-detail-content {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 4rem) clamp(2.4rem, 6vw, 4.5rem);
  color: var(--gray);
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  line-height: 1.85;
  overflow-wrap: anywhere;
}

.announcement-detail-content p {
  margin-bottom: 1.2rem;
}

.announcement-detail-content img,
.announcement-detail-content iframe {
  max-width: 100%;
  border-radius: 1rem;
}

@media (max-width: 980px) {
  .blog-category-hero,
  .blog-category-featured,
  .blog-archive-row {
    grid-template-columns: 1fr;
  }

  .blog-category-hero__lineart {
    display: none;
  }

  .blog-category-featured__image img {
    min-height: 260px;
  }

  .blog-archive-row {
    gap: .9rem;
  }

  .blog-archive-row__number {
    justify-items: start;
    grid-template-columns: auto 1fr;
  }

  .blog-archive-row__number i {
    width: 54px;
    height: 2px;
    align-self: center;
  }

  .blog-archive-row time {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .blog-category-page {
    width: min(100% - 32px, 1480px);
  }

  .blog-category-hero {
    padding: 1.25rem;
  }

  .blog-category-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4.2rem);
  }

  .category-pagination {
    flex-wrap: wrap;
    gap: .5rem;
    padding: .75rem;
  }

  .category-admin-delete {
    position: static;
    margin: 1rem;
  }

  .announcement-detail-page {
    width: min(100% - 20px, 1120px);
    padding-top: 5.5rem;
  }

  .announcement-detail-image {
    width: calc(100% - 24px);
    max-height: 360px;
  }
}

@media (max-width: 1080px) {
  .services-hero,
  .services-bridge,
  .services-editorial__heading,
  .services-final-cta {
    grid-template-columns: 1fr;
  }

  .services-hero,
  .services-bridge,
  .services-editorial,
  .services-final-cta {
    width: min(100% - 48px, 1680px);
  }

  .services-hero {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 18rem;
  }

  .services-hero__visual {
    inset: auto -24px 0 8%;
    height: 340px;
    background-position: center right;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 100%);
  }

  .services-editorial-row__link {
    grid-template-columns: 110px minmax(0, 1fr);
    padding-right: 0;
  }

  .services-editorial-row__action {
    grid-column: 2;
    justify-self: start;
  }

  .services-editorial-row__image {
    display: none;
  }

  .services-final-cta {
    padding-inline: 0;
  }

  .services-final-cta::before {
    inset: 0;
  }
}

@media (max-width: 680px) {
  .services-hero,
  .services-bridge,
  .services-editorial,
  .services-final-cta,
  .services-contact-card {
    width: min(100% - 32px, 1680px);
  }

  .services-hero {
    padding-top: 4rem;
    padding-bottom: 15rem;
  }

  .services-hero h1 {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .services-hero__visual {
    height: 280px;
  }

  .services-editorial-row__link {
    grid-template-columns: 1fr;
    gap: .85rem;
    min-height: auto;
  }

  .services-editorial-row__action {
    grid-column: 1;
  }

  .services-final-cta h2 {
    font-size: clamp(2.2rem, 11vw, 3.5rem);
  }

  .services-contact-card {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .services-contact-card a {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

.service-detail-modern {
  overflow: hidden;
  background: radial-gradient(circle at 84% 12%, rgb(135 206 235 / 22%), transparent 32%), linear-gradient(180deg, #fff 0%, rgb(246 251 255 / 70%) 52%, #fff 100%);
}

.service-detail-hero {
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(480px, 1.12fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
  width: min(100% - 120px, 1680px);
  min-height: clamp(650px, 72vh, 720px);
  margin: 0 auto;
  padding: clamp(4.8rem, 8vw, 7rem) 0 clamp(3.6rem, 7vw, 5.8rem);
}

.service-detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  color: rgb(30 58 95 / 62%);
  font-size: .9rem;
  font-weight: 800;
}

.service-detail-breadcrumb a { color: inherit; }
.service-detail-breadcrumb a:hover { color: var(--orange); }

.service-detail-hero .section-kicker,
.service-detail-content .section-kicker,
.service-detail-focus .section-kicker,
.service-detail-process .section-kicker,
.service-detail-related .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  margin-bottom: 1.2rem;
  color: var(--orange);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.service-detail-hero .section-kicker::after,
.service-detail-content .section-kicker::after,
.service-detail-focus .section-kicker::after,
.service-detail-process .section-kicker::after,
.service-detail-related .section-kicker::after {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--orange);
}

.service-detail-hero h1 {
  max-width: 800px;
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(4rem, 6.4vw, 7.2rem);
  line-height: .92;
  letter-spacing: 0;
}

.service-detail-hero__copy > p:not(.section-kicker) {
  max-width: 630px;
  margin: 1.45rem 0 2rem;
  color: rgb(30 58 95 / 75%);
  font-size: clamp(1.04rem, 1.22vw, 1.28rem);
  line-height: 1.82;
}

.service-detail-hero__cta,
.service-detail-cta a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-height: 56px;
  padding: 0 1.45rem;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
}

.service-detail-hero__cta span,
.service-detail-cta a span,
.service-detail-related a i {
  transition: transform 220ms ease;
}

.service-detail-hero__cta:hover,
.service-detail-cta a:hover { background: #e96f00; }
.service-detail-hero__cta:hover span,
.service-detail-cta a:hover span,
.service-detail-related a:hover i { transform: translateX(6px); }

.service-detail-hero__image {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 420px;
  background: var(--light-blue);
}

.service-detail-hero__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgb(255 255 255 / 34%), rgb(255 255 255 / 0%) 38%);
  pointer-events: none;
}

.service-detail-hero__image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.015);
}

.service-detail-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(100% - 120px, 1680px);
  margin: 0 auto;
  border-top: 1px solid rgb(30 58 95 / 14%);
  border-bottom: 1px solid rgb(30 58 95 / 14%);
}

.service-detail-values span {
  padding: clamp(1.2rem, 2.3vw, 2rem);
  color: var(--navy);
  font-weight: 900;
}

.service-detail-values span + span { border-left: 1px solid rgb(30 58 95 / 14%); }
.service-detail-values span::before {
  content: "";
  display: inline-block;
  width: .55rem;
  height: .55rem;
  margin-right: .75rem;
  border-radius: 999px;
  background: var(--orange);
}

.service-detail-content,
.service-detail-focus,
.service-detail-process,
.service-detail-cta,
.service-detail-related {
  width: min(100% - 120px, 1680px);
  margin-inline: auto;
}

.service-detail-content,
.service-detail-focus {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 8rem);
}

.service-detail-content { padding: clamp(5rem, 9vw, 8rem) 0; }
.service-detail-focus {
  padding: clamp(4rem, 7vw, 6rem) 0;
  border-top: 1px solid rgb(30 58 95 / 14%);
  border-bottom: 1px solid rgb(30 58 95 / 14%);
}

.service-detail-content__lead h2,
.service-detail-focus h2,
.service-detail-process h2,
.service-detail-related h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(2.6rem, 4.6vw, 5.3rem);
  line-height: .98;
}

.service-detail-content__text {
  max-width: 820px;
}

.service-detail-content__text p {
  margin: 0 0 1.25rem;
  color: rgb(30 58 95 / 76%);
  font-size: clamp(1.05rem, 1.22vw, 1.22rem);
  line-height: 1.85;
}

.service-detail-focus ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgb(30 58 95 / 14%);
}

.service-detail-focus li {
  position: relative;
  padding: 1.25rem 0 1.25rem 1.8rem;
  border-bottom: 1px solid rgb(30 58 95 / 14%);
  color: var(--navy);
  font-size: clamp(1.05rem, 1.3vw, 1.28rem);
  font-weight: 900;
}

.service-detail-focus li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.8rem;
  width: .55rem;
  height: .55rem;
  background: var(--orange);
}

.service-detail-process { padding: clamp(5rem, 9vw, 8rem) 0; }
.service-detail-process__heading {
  max-width: 840px;
  margin-bottom: clamp(2.8rem, 5vw, 4.6rem);
}

.service-detail-process ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(1rem, 2vw, 2rem);
  margin: 0;
  padding: 2rem 0 0;
  list-style: none;
}

.service-detail-process ol::before {
  content: "";
  position: absolute;
  top: .45rem;
  left: 0;
  right: 0;
  height: 1px;
  background: rgb(30 58 95 / 18%);
}

.service-detail-process li {
  position: relative;
  display: grid;
  gap: .65rem;
}

.service-detail-process li::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  width: .72rem;
  height: .72rem;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 8px rgb(255 122 0 / 10%);
}

.service-detail-process strong {
  color: var(--navy);
  font-size: clamp(1rem, 1.15vw, 1.2rem);
}

.service-detail-process span {
  color: rgb(30 58 95 / 68%);
  line-height: 1.65;
}

.service-detail-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  padding: clamp(3rem, 6vw, 5rem);
  background: rgb(217 234 253 / 42%);
  border: 1px solid rgb(30 58 95 / 12%);
}

.service-detail-cta h2 {
  max-width: 820px;
  margin: 0;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(2.45rem, 4.2vw, 4.8rem);
  line-height: 1;
}

.service-detail-cta p {
  margin: 1rem 0 0;
  color: rgb(30 58 95 / 72%);
  line-height: 1.7;
}

.service-detail-cta__side {
  display: grid;
  gap: 1rem;
}

.service-detail-cta a {
  justify-content: center;
  width: fit-content;
}

.service-detail-cta__side p {
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid rgb(30 58 95 / 14%);
}

.service-detail-cta__side strong {
  display: block;
  color: var(--navy);
}

.service-detail-related {
  padding: clamp(5rem, 8vw, 7rem) 0;
}

.service-detail-related > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 clamp(2rem, 5vw, 6rem);
  margin-top: clamp(2rem, 4vw, 3.4rem);
  border-top: 1px solid rgb(30 58 95 / 14%);
}

.service-detail-related a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgb(30 58 95 / 14%);
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.1vw, 2.2rem);
  line-height: 1.05;
}

.service-detail-related a:hover { color: var(--orange); }
.service-detail-related a i {
  color: var(--orange);
  font-family: var(--sans);
  font-style: normal;
}

@media (max-width: 1080px) {
  .service-detail-hero,
  .service-detail-content,
  .service-detail-focus,
  .service-detail-cta {
    grid-template-columns: 1fr;
  }

  .service-detail-hero,
  .service-detail-values,
  .service-detail-content,
  .service-detail-focus,
  .service-detail-process,
  .service-detail-cta,
  .service-detail-related {
    width: min(100% - 48px, 1680px);
  }

  .service-detail-process ol {
    grid-template-columns: 1fr;
    padding: 0 0 0 1.5rem;
  }

  .service-detail-process ol::before {
    top: 0;
    bottom: 0;
    left: .34rem;
    right: auto;
    width: 1px;
    height: auto;
  }

  .service-detail-process li::before {
    top: .3rem;
    left: -1.5rem;
  }
}

@media (max-width: 680px) {
  .service-detail-hero,
  .service-detail-values,
  .service-detail-content,
  .service-detail-focus,
  .service-detail-process,
  .service-detail-cta,
  .service-detail-related {
    width: min(100% - 32px, 1680px);
  }

  .service-detail-hero {
    min-height: auto;
    padding-top: 4rem;
  }

  .service-detail-hero h1 {
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .service-detail-hero__image,
  .service-detail-hero__image img {
    min-height: 260px;
  }

  .service-detail-values {
    grid-template-columns: 1fr;
  }

  .service-detail-values span + span {
    border-left: 0;
    border-top: 1px solid rgb(30 58 95 / 14%);
  }

  .service-detail-related > div {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-detail-hero__cta span,
  .service-detail-cta a span,
  .service-detail-related a i {
    transition: none;
  }
}

/* About final CTA, gallery, videos, announcements refresh */
.about-closing {
  width: min(100% - 48px, 1480px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, .82fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
  margin: clamp(3rem, 6vw, 5rem) auto;
  padding: clamp(2rem, 4vw, 3.2rem);
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 8px;
  color: var(--white);
  background-image:
    linear-gradient(90deg, rgb(30 58 95 / 95%), rgb(30 58 95 / 88%), rgb(30 58 95 / 78%)),
    url("/images/samsun-hakkında.png");
  background-size: cover;
  background-position: center;
}

.about-closing p {
  max-width: none;
  margin: 0;
  color: var(--white);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.12vw, 1.18rem);
  font-weight: 800;
  line-height: 1.65;
}

.about-closing a {
  min-width: 190px;
  justify-content: center;
  white-space: nowrap;
}

.media-page {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgb(135 206 235 / 20%), transparent 30rem),
    linear-gradient(180deg, #fff 0%, rgb(217 234 253 / 28%) 44%, #fff 100%);
}

.media-hero,
.gallery-editorial,
.video-editorial,
.announcement-editorial,
.media-empty {
  width: min(100% - 48px, 1480px);
  margin-inline: auto;
}

.media-hero {
  min-height: clamp(360px, 42vw, 560px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .72fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
  padding: clamp(2rem, 5vw, 5rem) 0;
}

.media-back-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: clamp(1.3rem, 3vw, 2.2rem);
  color: var(--navy);
  font-size: .88rem;
  font-weight: 850;
}

.media-kicker {
  margin: 0 0 1rem;
  color: var(--orange);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.media-hero h1 {
  max-width: 790px;
  margin-bottom: 1rem;
  color: var(--navy);
  font-size: clamp(3.1rem, 5.6vw, 6.7rem);
  line-height: .94;
}

.media-hero p:not(.media-kicker) {
  max-width: 610px;
  color: rgb(30 58 95 / 76%);
  font-size: clamp(1rem, 1.18vw, 1.16rem);
  font-weight: 700;
  line-height: 1.75;
}

.media-hero p:not(.media-kicker)::after {
  content: "";
  display: block;
  width: 74px;
  height: 2px;
  margin-top: 1.35rem;
  background: var(--orange);
}

.media-hero__visual {
  position: relative;
  margin: 0;
  min-height: 310px;
  overflow: hidden;
  border-radius: 8px 8px 8px 90px;
  border: 1px solid rgb(30 58 95 / 10%);
  background: rgb(217 234 253 / 56%);
}

.media-hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(255 255 255 / 44%), transparent 58%);
}

.media-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  filter: saturate(.95);
}

.gallery-cover-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(430px, 50vw, 620px);
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  overflow: hidden;
  margin-top: clamp(.75rem, 1.6vw, 1.5rem);
  margin-bottom: clamp(2rem, 5vw, 4rem);
  padding: clamp(3rem, 7vw, 6rem);
  border-radius: 10px;
  background: var(--navy);
}

.gallery-cover-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 54% 42%, rgb(135 206 235 / 22%), transparent 28rem),
    linear-gradient(90deg, rgb(3 14 28 / 78%) 0%, rgb(3 14 28 / 52%) 48%, rgb(3 14 28 / 34%) 100%);
}

.gallery-cover-hero__visual {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  margin: 0;
  border: 0;
  border-radius: inherit;
  aspect-ratio: auto;
}

.gallery-cover-hero__visual::after {
  display: none;
}

.gallery-cover-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  filter: saturate(.92) contrast(.98);
  animation: galleryHeroDrift 14s ease-in-out infinite alternate;
}

.gallery-cover-hero__copy {
  max-width: 860px;
  text-align: center;
  color: #fff;
  animation: galleryHeroTextIn 760ms cubic-bezier(.2, .8, .2, 1) both;
}

.gallery-cover-hero .media-back-link {
  justify-content: center;
  color: rgb(255 255 255 / 88%);
}

.gallery-cover-hero .media-kicker {
  color: var(--orange);
}

.gallery-cover-hero h1 {
  max-width: 900px;
  color: #fff;
  font-size: clamp(2.9rem, 4.8vw, 5.8rem);
  text-shadow: 0 18px 46px rgb(3 14 28 / 32%);
}

.gallery-cover-hero p:not(.media-kicker) {
  max-width: 690px;
  margin-inline: auto;
  color: rgb(255 255 255 / 84%);
}

.gallery-cover-hero p:not(.media-kicker)::after {
  margin-inline: auto;
}

@keyframes galleryHeroDrift {
  from {
    transform: scale(1.04) translate3d(-8px, 0, 0);
  }

  to {
    transform: scale(1.1) translate3d(8px, -6px, 0);
  }
}

@keyframes galleryHeroTextIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gallery-editorial {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 1rem;
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.gallery-editorial__item {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--navy);
  color: var(--white);
}

.gallery-editorial__item.is-wide {
  grid-column: span 2;
  min-height: 440px;
}

.gallery-editorial__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease, filter 360ms ease;
}

.gallery-editorial__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(3 14 28 / 8%) 25%, rgb(3 14 28 / 66%) 100%);
}

.gallery-editorial__item span,
.gallery-editorial__item strong {
  position: absolute;
  z-index: 1;
}

.gallery-editorial__item span {
  top: 1rem;
  left: 1rem;
  color: rgb(255 255 255 / 70%);
  font-family: var(--serif);
  font-size: 2rem;
}

.gallery-editorial__item strong {
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  color: var(--white);
  font-size: 1rem;
}

.gallery-editorial__item:hover img {
  transform: scale(1.035);
  filter: saturate(1.08);
}

.video-editorial {
  display: grid;
  gap: clamp(1rem, 2vw, 1.4rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.video-editorial__item {
  display: grid;
  grid-template-columns: minmax(280px, 520px) minmax(0, 1fr);
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgb(30 58 95 / 12%);
  border-radius: 8px;
  background: rgb(255 255 255 / 74%);
}

.video-editorial__media {
  position: relative;
  overflow: hidden;
  background: var(--navy);
}

.video-editorial__media video,
.video-editorial__media img,
.video-editorial__media button {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.video-editorial__media button {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  color: var(--white);
  background: transparent;
}

.video-editorial__media button span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 3rem;
  background: rgb(3 14 28 / 28%);
}

.video-editorial__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.video-editorial__copy span,
.announcement-editorial__copy time {
  color: var(--orange);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.video-editorial__copy h2,
.announcement-editorial__copy h2 {
  max-width: 760px;
  margin: .8rem 0 .75rem;
  color: var(--navy);
  font-size: clamp(2rem, 3.1vw, 3.55rem);
  line-height: 1;
}

.video-editorial__copy p,
.announcement-editorial__copy p {
  max-width: 720px;
  color: rgb(30 58 95 / 72%);
  line-height: 1.75;
}

.video-editorial__copy a,
.announcement-editorial__copy a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  width: fit-content;
  color: var(--navy);
  font-weight: 900;
}

.video-editorial__copy a i,
.announcement-editorial__copy a i {
  color: var(--orange);
  transition: transform 220ms ease;
}

.video-editorial__copy a:hover,
.announcement-editorial__copy a:hover {
  color: var(--orange);
}

.video-editorial__copy a:hover i,
.announcement-editorial__copy a:hover i {
  transform: translateX(5px);
}

.video-feed-page {
  min-height: 100vh;
  overflow-x: clip;
  background:
    radial-gradient(circle at 90% 16%, rgb(134 217 245 / 20%), transparent 34%),
    linear-gradient(180deg, #fff 0%, rgb(245 251 255) 48%, #fff 100%);
}

.video-feed-hero {
  width: min(100% - 48px, 1320px);
  margin: clamp(3rem, 7vw, 6rem) auto clamp(2rem, 5vw, 4rem);
  padding: clamp(2rem, 4.5vw, 4rem);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .62fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid rgb(30 58 95 / 10%);
  border-radius: 32px;
  background: linear-gradient(135deg, rgb(255 255 255 / 88%), rgb(217 234 253 / 52%));
  box-shadow: 0 30px 90px rgb(30 58 95 / 9%);
}

.video-feed-hero__content {
  min-width: 0;
}

.video-feed-hero__visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(30 58 95 / 12%);
  border-radius: 28px;
  background: rgb(217 234 253 / 56%);
  box-shadow: 0 28px 70px rgb(30 58 95 / 10%);
}

.video-feed-hero__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  opacity: .94;
  transform: scale(1.01);
}

.video-feed-hero h1 {
  max-width: 760px;
  margin: .9rem 0 1rem;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: var(--heading-lg);
  line-height: 1;
}

.video-feed-hero p {
  max-width: 58ch;
  color: rgb(30 58 95 / 76%);
  font-size: var(--text-lg);
  line-height: 1.65;
}

.youtube-feed {
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
  padding: 0 0 clamp(4rem, 8vw, 7rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2vw, 2rem);
}

.youtube-feed-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 3rem);
  align-items: stretch;
  min-height: 0;
  border: 1px solid rgb(30 58 95 / 12%);
  border-radius: 18px;
  background: rgb(255 255 255 / 76%);
  overflow: hidden;
  box-shadow: 0 26px 70px rgb(30 58 95 / 8%);
}

.youtube-feed-card__player {
  min-height: 0;
  aspect-ratio: 9 / 16;
  background: var(--navy);
}

.youtube-facade,
.video-iframe {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
}

.youtube-facade {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 22%, rgb(255 122 0 / 24%), transparent 28%),
    linear-gradient(145deg, rgb(8 25 45), rgb(30 58 95));
}

.youtube-facade img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  opacity: .9;
  transform: scale(1.03);
  transition: transform 500ms ease, opacity 500ms ease;
}

.youtube-facade:hover img {
  transform: scale(1);
  opacity: 1;
}

.youtube-facade::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgb(8 25 45 / 42%));
}

.youtube-play {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 3rem;
  text-shadow: 0 8px 30px rgb(0 0 0 / 28%);
}

.youtube-duration {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  padding: .35rem .55rem;
  border-radius: 999px;
  background: rgb(8 25 45 / 72%);
  color: #fff;
  font-weight: 800;
  font-size: .82rem;
}

.youtube-feed-card__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  padding: clamp(1.1rem, 2.4vw, 1.8rem);
}

.youtube-feed-card__copy small {
  color: var(--orange);
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.youtube-feed-card__copy h2 {
  margin: .8rem 0 1rem;
  max-width: 680px;
  color: var(--navy);
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3vw, 2.9rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.youtube-feed-card__copy p {
  max-width: 62ch;
  color: rgb(30 58 95 / 74%);
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.youtube-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.3rem;
}

.youtube-actions button,
.youtube-actions a {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .7rem .9rem;
  border: 1px solid rgb(30 58 95 / 14%);
  border-radius: 999px;
  background: rgb(255 255 255 / 74%);
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}

.youtube-actions button:hover,
.youtube-actions a:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.announcement-editorial {
  display: grid;
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.announcement-editorial__row {
  display: grid;
  grid-template-columns: 90px minmax(220px, 360px) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 3rem);
  align-items: center;
  padding: clamp(1rem, 2vw, 1.5rem) 0;
  border-bottom: 1px solid rgb(30 58 95 / 14%);
}

.announcement-editorial__number {
  display: grid;
  justify-items: center;
  gap: .6rem;
}

.announcement-editorial__number span {
  color: rgb(30 58 95 / 22%);
  font-family: var(--serif);
  font-size: clamp(2.3rem, 3.7vw, 3.8rem);
  line-height: 1;
}

.announcement-editorial__number i {
  width: 2px;
  height: 46px;
  background: var(--orange);
}

.announcement-editorial__image {
  overflow: hidden;
  border-radius: 8px;
  background: var(--navy);
}

.announcement-editorial__image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 340ms ease;
}

.announcement-editorial__row:hover img {
  transform: scale(1.035);
}

.media-empty {
  margin-bottom: clamp(3rem, 6vw, 5rem);
  padding: clamp(2rem, 4vw, 3.2rem);
  border: 1px solid rgb(30 58 95 / 10%);
  border-radius: 8px;
  background: rgb(217 234 253 / 56%);
}

.media-empty h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

@media (max-width: 1080px) {
  .video-feed-hero {
    grid-template-columns: 1fr;
  }

  .video-feed-hero__visual {
    max-width: 680px;
  }

  .about-closing,
  .media-hero,
  .video-editorial__item,
  .announcement-editorial__row {
    grid-template-columns: 1fr;
  }

  .about-closing a {
    justify-self: start;
  }

  .gallery-editorial {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-hero__visual {
    min-height: 260px;
  }
}

@media (max-width: 900px) {
  .youtube-feed {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 681px) {
  .video-feed-page .youtube-feed-card__player {
    aspect-ratio: 4 / 5;
    max-height: 520px;
    overflow: hidden;
  }

  .video-feed-page .youtube-feed .video-iframe,
  .video-feed-page .youtube-facade,
  .video-feed-page .youtube-facade img {
    height: 100%;
  }

  .video-feed-page .youtube-facade img {
    object-fit: cover;
    object-position: center 38%;
  }
}

@media (min-width: 1200px) {
  .video-feed-page .youtube-feed-card__player {
    aspect-ratio: 3 / 4;
    max-height: 430px;
  }
}

@media (max-width: 680px) {
  .video-section .section-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .video-heading-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 42px 42px minmax(0, 1fr);
    align-items: center;
    gap: .55rem;
  }

  .video-archive-link {
    justify-self: end;
    text-align: right;
  }

  .video-section .video-card {
    flex-basis: 100%;
  }

  .video-section .video-thumb img,
  .video-section .video-card > .video-iframe,
  .video-section .video-card .video-iframe {
    max-height: min(470px, 62vh);
  }

  .video-section .video-card.is-playing {
    overflow: hidden;
  }

  .admin-inline-form,
  .youtube-feed-card {
    grid-template-columns: 1fr;
  }

  .admin-video-preview {
    align-items: flex-start;
    flex-direction: column;
  }

  .video-feed-hero,
  .youtube-feed {
    width: min(100% - 28px, 1280px);
  }

  .youtube-feed {
    grid-template-columns: minmax(0, 1fr);
  }

  .video-feed-hero {
    padding-top: clamp(2rem, 9vw, 3.5rem);
    gap: 1.2rem;
  }

  .video-feed-hero__visual {
    max-width: 100%;
    border-radius: 20px;
  }

  .youtube-feed-card,
  .youtube-feed-card__player,
  .youtube-facade,
  .youtube-facade img,
  .video-iframe {
    min-height: 0;
  }

  .youtube-feed-card {
    width: 100%;
    min-width: 0;
  }

  .youtube-feed-card__player {
    width: 100%;
    aspect-ratio: 9 / 16;
    max-height: none;
    overflow: hidden;
  }

  .youtube-feed .video-iframe,
  .youtube-facade,
  .youtube-facade img {
    height: 100%;
    max-height: inherit;
  }

  .youtube-feed-card__copy {
    padding: 1rem;
  }

  .youtube-feed-card__copy h2 {
    font-size: clamp(1.65rem, 8vw, 2.35rem);
  }

  .youtube-feed-card__copy p {
    font-size: 1rem;
    line-height: 1.65;
  }

  .about-closing,
  .media-hero,
  .gallery-editorial,
  .video-editorial,
  .announcement-editorial,
  .media-empty {
    width: min(100% - 32px, 1480px);
  }

  .media-hero {
    padding-top: 1rem;
  }

  .media-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4.2rem);
  }

  .gallery-editorial {
    grid-template-columns: 1fr;
  }

  .gallery-editorial__item,
  .gallery-editorial__item.is-wide {
    grid-column: auto;
    min-height: 290px;
  }

  .announcement-editorial__number {
    justify-items: start;
    grid-template-columns: auto 1fr;
  }

  .announcement-editorial__number i {
    width: 54px;
    height: 2px;
    align-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-editorial__item img,
  .video-editorial__copy a i,
  .announcement-editorial__copy a i,
  .announcement-editorial__image img {
    transition: none;
  }
}

/* Announcements page distinct timeline layout */
.announcements-page {
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #fff 0%, rgb(217 234 253 / 24%) 46%, #fff 100%);
}

.announcements-hero,
.announcement-timeline {
  width: min(100% - 48px, 1480px);
  margin-inline: auto;
}

.announcements-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  padding: clamp(1rem, 3vw, 2.6rem) 0 clamp(2rem, 5vw, 4rem);
  border-bottom: 1px solid rgb(30 58 95 / 14%);
}

.announcements-hero h1 {
  max-width: 900px;
  margin-bottom: 1rem;
  color: var(--navy);
  font-size: clamp(2.8rem, 4.5vw, 5.4rem);
  line-height: .98;
}

.announcements-hero__copy > p:not(.media-kicker) {
  max-width: 690px;
  color: rgb(30 58 95 / 72%);
  font-size: clamp(1rem, 1.15vw, 1.14rem);
  font-weight: 700;
  line-height: 1.75;
}

.announcements-hero__panel {
  position: relative;
  overflow: hidden;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgb(30 58 95 / 14%);
  border-top: 3px solid var(--orange);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgb(30 58 95 / 92%), rgb(30 58 95 / 74%)),
    url("/images/samsun-hakkında.png");
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.announcements-hero__panel span {
  display: block;
  margin-bottom: 1rem;
  color: var(--orange);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.announcements-hero__panel strong {
  display: block;
  margin-bottom: .65rem;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.6vw, 2.7rem);
  line-height: 1;
}

.announcements-hero__panel p {
  margin: 0;
  color: rgb(255 255 255 / 82%);
  line-height: 1.6;
}

.announcement-timeline {
  display: grid;
  padding: clamp(2rem, 5vw, 4.8rem) 0 clamp(3rem, 6vw, 5rem);
}

.announcement-timeline__item {
  display: grid;
  grid-template-columns: 190px 44px minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 3rem);
}

.announcement-timeline__item + .announcement-timeline__item {
  margin-top: clamp(1.4rem, 3vw, 2.5rem);
}

.announcement-timeline__item time {
  display: grid;
  align-content: start;
  padding-top: .3rem;
  color: var(--navy);
}

.announcement-timeline__item time span {
  color: rgb(30 58 95 / 22%);
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: .85;
}

.announcement-timeline__item time small {
  margin-top: .55rem;
  color: rgb(30 58 95 / 64%);
  font-weight: 800;
  text-transform: capitalize;
}

.announcement-timeline__line {
  position: relative;
  display: grid;
  justify-items: center;
}

.announcement-timeline__line::before {
  content: "";
  position: absolute;
  top: .25rem;
  bottom: calc(-1 * clamp(1.4rem, 3vw, 2.5rem));
  width: 1px;
  background: rgb(30 58 95 / 14%);
}

.announcement-timeline__item:last-child .announcement-timeline__line::before {
  bottom: 0;
}

.announcement-timeline__line i {
  position: relative;
  width: 13px;
  height: 13px;
  margin-top: .3rem;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 0 9px rgb(255 122 0 / 11%);
}

.announcement-timeline__content {
  position: relative;
  display: grid;
  gap: .6rem;
  padding: clamp(1.25rem, 2.6vw, 2.2rem);
  border: 1px solid rgb(30 58 95 / 12%);
  border-radius: 8px;
  background: rgb(255 255 255 / 76%);
  backdrop-filter: blur(8px);
  transition: transform 220ms ease, border-color 220ms ease;
}

.announcement-timeline__content > span {
  color: var(--orange);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.announcement-timeline__content h2 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(1.85rem, 2.65vw, 3.2rem);
  line-height: 1.03;
}

.announcement-timeline__content h2 a {
  color: var(--navy);
}

.announcement-timeline__content p {
  max-width: 820px;
  margin: 0;
  color: rgb(30 58 95 / 72%);
  line-height: 1.72;
}

.announcement-timeline__content > a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  width: fit-content;
  margin-top: .25rem;
  color: var(--navy);
  font-weight: 900;
}

.announcement-timeline__content > a i {
  color: var(--orange);
  transition: transform 220ms ease;
}

.announcement-timeline__item:hover .announcement-timeline__content {
  transform: translateX(8px);
  border-color: rgb(255 122 0 / 34%);
}

.announcement-timeline__item:hover .announcement-timeline__content > a {
  color: var(--orange);
}

.announcement-timeline__item:hover .announcement-timeline__content > a i {
  transform: translateX(5px);
}

@media (max-width: 900px) {
  .announcements-hero,
  .announcement-timeline__item {
    grid-template-columns: 1fr;
  }

  .announcement-timeline__line {
    display: none;
  }

  .announcement-timeline__item time {
    grid-template-columns: auto 1fr;
    align-items: end;
    gap: .85rem;
  }
}

@media (max-width: 680px) {
  .announcements-hero,
  .announcement-timeline {
    width: min(100% - 32px, 1480px);
  }

  .announcements-hero h1 {
    font-size: clamp(2.4rem, 10vw, 3.7rem);
  }
}

/* Contact page redesign */
.contact-redesign {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 84% 10%, rgb(135 206 235 / 22%), transparent 30rem),
    linear-gradient(180deg, #fff 0%, rgb(217 234 253 / 26%) 48%, #fff 100%);
}

.contact-hero,
.contact-main-grid,
.contact-local-copy,
.contact-dual-info,
.contact-service-links,
.contact-faq {
  width: min(100% - 48px, 1480px);
  margin-inline: auto;
}

.contact-hero {
  padding: clamp(1.2rem, 3vw, 2.8rem) 0 clamp(2rem, 5vw, 4rem);
  border-bottom: 1px solid rgb(30 58 95 / 14%);
}

.contact-kicker,
.auth-kicker,
.admin-kicker {
  margin: 0 0 1rem;
  color: var(--orange);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.contact-hero h1 {
  max-width: 980px;
  margin-bottom: 1.1rem;
  color: var(--navy);
  font-size: clamp(2.8rem, 4.7vw, 5.6rem);
  line-height: .98;
}

.contact-hero > p {
  max-width: 820px;
  color: rgb(30 58 95 / 76%);
  font-size: clamp(1rem, 1.18vw, 1.18rem);
  font-weight: 700;
  line-height: 1.75;
}

.contact-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(2rem, 5vw, 4.5rem) 0;
}

.contact-request-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-content: start;
  padding: clamp(1.5rem, 3.2vw, 2.6rem);
  border: 1px solid rgb(30 58 95 / 12%);
  border-top: 3px solid var(--orange);
  border-radius: 8px;
  background: rgb(255 255 255 / 76%);
  backdrop-filter: blur(10px);
}

.contact-form-heading,
.contact-field--wide,
.contact-submit {
  grid-column: 1 / -1;
}

.contact-form-heading h2,
.contact-map-copy h2,
.contact-info-card h2,
.contact-local-copy h2,
.contact-dual-info h2,
.contact-service-links h2,
.contact-faq h2 {
  color: var(--navy);
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1.02;
}

.contact-form-heading p:not(.contact-kicker) {
  color: rgb(30 58 95 / 70%);
  line-height: 1.7;
}

.contact-field {
  display: grid;
  gap: .45rem;
}

.contact-field label {
  color: var(--navy);
  font-size: .84rem;
  font-weight: 900;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgb(30 58 95 / 18%);
  border-radius: 6px;
  background: #fff;
  color: var(--navy);
  padding: .78rem .9rem;
  outline: none;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgb(255 122 0 / 12%);
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  min-height: 54px;
  border: 0;
  border-radius: 6px;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
}

.contact-submit span,
.contact-map-copy a span,
.contact-service-links a span {
  transition: transform 220ms ease;
}

.contact-submit:hover span,
.contact-map-copy a:hover span,
.contact-service-links a:hover span {
  transform: translateX(5px);
}

.contact-side-stack {
  display: grid;
  gap: 1rem;
  align-content: start;
  min-width: 0;
}

.contact-map-panel {
  display: grid;
  grid-template-rows: minmax(360px, 1fr) auto;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgb(30 58 95 / 12%);
  background: var(--white);
}

.contact-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.contact-map-copy {
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border-top: 1px solid rgb(30 58 95 / 12%);
}

.contact-map-copy p:not(.contact-kicker) {
  color: rgb(30 58 95 / 74%);
  font-weight: 750;
}

.contact-info-card {
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 1px solid rgb(30 58 95 / 12%);
  border-top: 3px solid var(--orange);
  border-radius: 8px;
  background: rgb(255 255 255 / 82%);
  backdrop-filter: blur(10px);
}

.contact-info-list {
  display: grid;
  gap: .75rem;
}

.contact-info-list a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: .75rem;
  align-items: start;
  color: rgb(30 58 95 / 78%);
  font-weight: 800;
  line-height: 1.55;
}

.contact-info-list i {
  color: var(--orange);
}

.contact-map-copy div,
.contact-service-links nav {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem 1.2rem;
}

.contact-map-copy a,
.contact-service-links a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--navy);
  font-weight: 900;
}

.contact-map-copy a:hover,
.contact-service-links a:hover {
  color: var(--orange);
}

.contact-local-copy {
  padding: clamp(2rem, 5vw, 4.5rem) 0;
  border-top: 1px solid rgb(30 58 95 / 14%);
  border-bottom: 1px solid rgb(30 58 95 / 14%);
}

.contact-local-copy p:not(.contact-kicker) {
  max-width: 940px;
  color: rgb(30 58 95 / 76%);
  font-size: clamp(1rem, 1.16vw, 1.17rem);
  font-weight: 700;
  line-height: 1.82;
}

.contact-dual-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 6vw, 7rem);
  padding: clamp(2rem, 5vw, 4.5rem) 0;
}

.contact-dual-info article,
.contact-dual-info > a {
  padding-top: 1.2rem;
  border-top: 2px solid var(--orange);
}

.contact-dual-info span {
  display: block;
  margin-bottom: 1rem;
  color: var(--orange);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.contact-dual-info p {
  max-width: 600px;
  color: rgb(30 58 95 / 72%);
  line-height: 1.72;
}

.contact-routing-card {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform 220ms ease, border-color 220ms ease;
}

.contact-routing-card h2 {
  transition: color 220ms ease;
}

.contact-routing-card:hover {
  transform: translateY(-3px);
}

.contact-routing-card:hover h2 {
  color: var(--orange);
}

.contact-service-links {
  display: grid;
  grid-template-columns: minmax(260px, .62fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid rgb(30 58 95 / 12%);
  border-radius: 8px;
  background: rgb(217 234 253 / 44%);
}

.contact-service-links nav {
  display: grid;
  gap: 0;
}

.contact-service-links a {
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid rgb(30 58 95 / 14%);
}

.contact-faq {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.contact-faq-list {
  display: grid;
  gap: .8rem;
  max-width: 980px;
  margin-top: 1.5rem;
}

.contact-faq details {
  border-bottom: 1px solid rgb(30 58 95 / 14%);
  padding: 1rem 0;
}

.contact-faq summary {
  cursor: pointer;
  color: var(--navy);
  font-size: clamp(1.15rem, 1.5vw, 1.45rem);
  font-weight: 900;
}

.contact-faq details p {
  max-width: 780px;
  margin: .75rem 0 0;
  color: rgb(30 58 95 / 72%);
  line-height: 1.7;
}

/* Auth and admin balance */
.auth-page {
  min-height: auto;
  padding: clamp(2rem, 5vw, 4rem) 1rem clamp(3rem, 6vw, 5rem);
  place-items: start center;
}

.auth-card {
  width: min(100%, 430px);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgb(30 58 95 / 10%);
}

.auth-card h1 {
  margin-bottom: 1.25rem;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
}

.admin-page {
  width: min(100% - 48px, 1480px);
  margin-inline: auto;
  padding: clamp(2rem, 4vw, 3.5rem) 0 clamp(3rem, 6vw, 5rem);
}

.admin-page.container {
  max-width: min(100% - 48px, 1480px);
}

.admin-inline-form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: .8rem;
  align-items: center;
}

.admin-video-cell,
.admin-video-preview {
  display: flex;
  gap: .9rem;
  align-items: center;
}

.admin-video-cell img,
.admin-video-preview img {
  object-fit: cover;
  border-radius: 8px;
  background: var(--light-blue);
}

.admin-video-cell strong,
.admin-video-preview strong {
  display: block;
  color: var(--navy);
  line-height: 1.2;
}

.admin-video-cell small,
.admin-video-preview span {
  display: block;
  color: rgb(30 58 95 / 62%);
  font-size: .84rem;
}

.admin-video-preview {
  margin-bottom: 1.2rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgb(255 255 255 / 72%);
}

.admin-check-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: end;
  padding-bottom: .35rem;
}

.admin-check-row label {
  display: inline-flex;
  gap: .45rem;
  align-items: center;
  font-weight: 700;
  color: var(--navy);
}

.admin-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(1.2rem, 3vw, 2rem);
}

.admin-heading h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1;
}

.admin-heading h2,
.admin-heading--compact h2 {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(1.25rem, 1.6vw, 1.65rem);
  font-weight: 900;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.admin-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
}

.admin-side-menu,
.admin-section,
.admin-table,
.stat-card {
  border: 1px solid rgb(30 58 95 / 12%);
  border-radius: 8px;
  background: rgb(255 255 255 / 82%);
}

.admin-side-menu {
  position: sticky;
  top: 108px;
  display: grid;
  gap: .2rem;
  padding: 1rem;
}

.admin-side-menu h2 {
  margin: 0 0 .6rem;
  color: var(--navy);
  font-size: .92rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.admin-side-menu a {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .65rem .7rem;
  border-radius: 6px;
  color: var(--navy);
  font-weight: 800;
}

.admin-side-menu a:hover {
  background: rgb(217 234 253 / 54%);
  color: var(--orange);
}

.admin-section {
  padding: clamp(1rem, 2vw, 1.4rem);
}

.admin-section + .admin-section {
  margin-top: 1rem;
}

.admin-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1rem;
}

.admin-stat-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.stat-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .75rem;
  align-items: center;
  padding: 1rem;
}

.stat-card i {
  color: var(--orange);
  font-size: 1.25rem;
}

.stat-card span {
  color: rgb(30 58 95 / 70%);
  font-weight: 800;
}

.stat-card strong {
  color: var(--navy);
  font-size: 1.45rem;
}

.admin-table {
  overflow: hidden;
}

/* Keep the rounded card while allowing wide admin tables to scroll on small screens. */
.table-responsive.admin-table {
  overflow-x: auto;
  overflow-y: hidden;
}

.admin-video-cell > div {
  min-width: 0;
}

.admin-video-cell strong,
.admin-video-cell small {
  overflow-wrap: anywhere;
}

.admin-table-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem .65rem;
}

.admin-table-title h3 {
  margin: 0;
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 900;
}

@media (max-width: 980px) {
  .contact-main-grid,
  .contact-dual-info,
  .contact-service-links,
  .admin-layout,
  .admin-stat-grid--three {
    grid-template-columns: 1fr;
  }

  .admin-side-menu {
    position: static;
  }
}

@media (max-width: 680px) {
  .contact-hero,
  .contact-main-grid,
  .contact-local-copy,
  .contact-dual-info,
  .contact-service-links,
  .contact-faq,
  .admin-page,
  .admin-page.container {
    width: min(100% - 32px, 1480px);
  }

  .contact-request-form {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }

  .contact-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.7rem);
  }

  .admin-heading {
    align-items: start;
    flex-direction: column;
  }

  .admin-heading form,
  .admin-heading form .btn,
  .admin-inline-form,
  .admin-inline-form .btn {
    width: 100%;
  }

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

  .admin-video-cell {
    align-items: flex-start;
  }

  .table-actions {
    min-width: 150px;
  }
}

/* Blog detail page refresh */
.article-page-modern {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
  padding: clamp(2rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
}

.article-modern-hero {
  padding: clamp(2rem, 4vw, 3.5rem);
  border-radius: 0 0 8px 8px;
  background:
    radial-gradient(circle at 86% 22%, rgb(135 206 235 / 24%), transparent 26rem),
    linear-gradient(135deg, rgb(217 234 253 / 72%), rgb(255 255 255 / 88%));
}

.article-modern-hero small {
  display: block;
  margin: clamp(1.4rem, 3vw, 2.2rem) 0 1rem;
  color: var(--orange);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.article-modern-hero h1 {
  max-width: 940px;
  margin-bottom: 1rem;
  color: var(--navy);
  font-size: clamp(3rem, 5.4vw, 6.2rem);
  line-height: .95;
}

.article-modern-hero p {
  max-width: 760px;
  color: rgb(30 58 95 / 76%);
  font-size: clamp(1rem, 1.18vw, 1.18rem);
  font-weight: 700;
  line-height: 1.75;
}

.article-modern-cover {
  margin: clamp(1.5rem, 4vw, 3rem) 0 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--navy);
}

.article-modern-cover img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.article-modern-body {
  width: min(100%, 880px);
  margin: clamp(2rem, 5vw, 4rem) auto 0;
}

.article-modern-body .article-content {
  color: rgb(30 58 95 / 82%);
  font-size: clamp(1rem, 1.04vw, 1.12rem);
  line-height: 1.85;
}

.article-modern-body .article-content h2,
.article-modern-body .article-content h3 {
  color: var(--navy);
}

.article-comments {
  width: min(100%, 880px);
  margin: clamp(2rem, 5vw, 4rem) auto 0;
}

@media (max-width: 680px) {
  .article-page-modern {
    width: min(100% - 32px, 1180px);
  }

  .article-modern-hero {
    padding: 1.25rem;
  }

  .article-modern-hero h1 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }
}

/* Global page balance pass: reduce delayed starts and oversized editorial headings */
.services-hero,
.service-detail-hero,
.media-hero,
.article-modern-hero,
.blog-category-hero,
.blog-magazine-hero,
.about-redesign-hero {
  padding-top: clamp(1.25rem, 3vw, 3rem);
}

.services-hero {
  min-height: clamp(520px, 68vh, 680px);
  padding-bottom: clamp(2rem, 5vw, 4rem);
}

.services-hero h1 {
  font-size: clamp(3.45rem, 5.8vw, 6.2rem);
  line-height: .94;
}

.services-editorial {
  padding: clamp(3.2rem, 6vw, 5.6rem) 0;
}

.services-editorial__heading h2,
.media-hero h1,
.article-modern-hero h1,
.blog-category-hero h1,
.blog-magazine-hero h1,
.about-hero-copy h1,
.service-detail-hero h1 {
  font-size: clamp(2.75rem, 4.6vw, 5.35rem);
  line-height: .98;
}

.services-editorial-row__link {
  min-height: 138px;
  padding: clamp(1.3rem, 2.5vw, 2.1rem) 0;
  padding-right: min(25vw, 390px);
}

.services-editorial-row__title {
  font-size: clamp(1.8rem, 2.55vw, 3rem);
}

.services-editorial-row__image {
  opacity: .36;
  filter: saturate(.95);
  transform: translate(0, -50%) scale(.96);
}

.services-editorial-row:hover .services-editorial-row__image {
  opacity: .62;
  filter: saturate(1.05) blur(0);
  transform: translate(0, -50%) scale(1);
}

.media-hero {
  min-height: auto;
  align-items: end;
  padding-top: clamp(.75rem, 1.6vw, 1.5rem);
  padding-bottom: clamp(1.5rem, 3vw, 2.4rem);
}

.media-hero__visual {
  min-height: 0;
  align-self: end;
  max-height: 420px;
  aspect-ratio: 16 / 10;
}

.media-hero__visual img {
  min-height: 0;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.media-hero h1 {
  font-size: clamp(2.85rem, 4.2vw, 4.9rem);
}

.service-detail-hero {
  min-height: clamp(520px, 62vh, 650px);
  padding-bottom: clamp(2rem, 5vw, 4rem);
}

.article-modern-hero {
  padding-top: clamp(1.6rem, 3vw, 2.6rem);
}

.blog-category-hero {
  min-height: clamp(260px, 28vw, 350px);
}

@media (max-width: 1080px) {
  .services-editorial-row__link {
    padding-right: 0;
  }
}

@media (max-width: 680px) {
  .services-hero h1,
  .services-editorial__heading h2,
  .media-hero h1,
  .article-modern-hero h1,
  .blog-category-hero h1,
  .blog-magazine-hero h1,
  .about-hero-copy h1,
  .service-detail-hero h1 {
    font-size: clamp(2.45rem, 10.5vw, 3.8rem);
  }

  .services-hero {
    padding-top: 2rem;
    padding-bottom: 12rem;
  }

  .services-editorial-row__image {
    display: none;
  }
}

/* Gallery cover hero must remain a single centered image-backed panel. */
.gallery-cover-hero.media-hero {
  min-height: clamp(430px, 50vw, 620px);
  align-items: center;
  padding: clamp(3rem, 7vw, 6rem);
}

.gallery-cover-hero .gallery-cover-hero__visual {
  min-height: 0;
  max-height: none;
  align-self: stretch;
  aspect-ratio: auto;
}

.gallery-cover-hero .gallery-cover-hero__visual img {
  min-height: 0;
  aspect-ratio: auto;
}

@media (max-width: 680px) {
  .gallery-cover-hero.media-hero {
    min-height: 430px;
    padding: 2rem 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-cover-hero__visual img,
  .gallery-cover-hero__copy {
    animation: none;
  }
}

/* Blog detail editorial redesign */
.article-editorial-page {
  overflow-x: clip;
  overflow-y: visible;
  background:
    radial-gradient(circle at 88% 6%, rgb(135 206 235 / 24%), transparent 32rem),
    linear-gradient(180deg, #fff 0%, rgb(217 234 253 / 22%) 48%, #fff 100%);
}

.article-editorial-grid {
  width: min(100% - 48px, 1360px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(210px, 250px) minmax(0, 750px) minmax(230px, 285px);
  gap: clamp(1.6rem, 3vw, 3rem);
  align-items: start;
  padding: clamp(1.5rem, 3vw, 2.8rem) 0 clamp(3rem, 6vw, 5rem);
}

.article-seo-rail,
.article-side-rail {
  position: relative;
  top: auto;
  display: grid;
  gap: 1rem;
}

.article-seo-banner {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.15rem;
  border: 1px solid rgb(30 58 95 / 12%);
  border-radius: 8px;
  color: var(--white);
  isolation: isolate;
}

.article-seo-banner img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.article-seo-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgb(3 14 28 / 18%) 0%, rgb(3 14 28 / 76%) 100%);
}

.article-seo-banner--light {
  color: var(--navy);
}

.article-seo-banner--light::before {
  background: linear-gradient(180deg, rgb(255 255 255 / 38%) 0%, rgb(217 234 253 / 90%) 100%);
}

.article-seo-banner span,
.article-editorial-kicker {
  color: var(--orange);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.article-seo-banner strong {
  max-width: 210px;
  margin: .6rem 0;
  color: inherit;
  font-family: var(--serif);
  font-size: clamp(1.75rem, 2.2vw, 2.4rem);
  line-height: .96;
}

.article-seo-banner p {
  margin: 0 0 1rem;
  color: currentColor;
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.58;
  opacity: .86;
}

.article-seo-banner em,
.article-side-link,
.article-side-author a,
.article-author-wide a,
.article-support-links a {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--orange);
  font-style: normal;
  font-weight: 900;
}

.article-seo-banner:hover img {
  transform: scale(1.045);
  filter: saturate(1.06);
}

.article-editorial-main {
  min-width: 0;
}

.article-editorial-header {
  padding-bottom: clamp(1.4rem, 3vw, 2rem);
}

.article-editorial-header .blog-back-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: clamp(1.2rem, 2.4vw, 1.8rem);
  color: var(--navy);
  font-size: .88rem;
  font-weight: 850;
}

.article-editorial-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  align-items: center;
  margin: .7rem 0 1.1rem;
  color: rgb(30 58 95 / 54%);
  font-size: .88rem;
  font-weight: 850;
}

.article-editorial-meta > * + *::before {
  content: "•";
  margin-right: .55rem;
  color: rgb(30 58 95 / 35%);
}

.article-editorial-meta a {
  color: rgb(30 58 95 / 58%);
}

.article-editorial-header h1 {
  max-width: 760px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(2.7rem, 4.8vw, 5.35rem);
  line-height: .97;
}

.article-editorial-header > p:not(.article-editorial-kicker) {
  max-width: 700px;
  margin: 1rem 0 0;
  color: rgb(30 58 95 / 72%);
  font-size: clamp(1rem, 1.14vw, 1.14rem);
  font-weight: 750;
  line-height: 1.76;
}

.article-editorial-header > p:not(.article-editorial-kicker)::after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  margin-top: 1.2rem;
  background: var(--orange);
}

.article-editorial-cover {
  margin: 0 0 clamp(1.7rem, 4vw, 3rem);
  overflow: hidden;
  border-radius: 8px;
  background: var(--navy);
}

.article-editorial-cover img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-editorial-content {
  color: rgb(30 58 95 / 82%);
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  line-height: 1.86;
}

body.public-motion-ready .article-editorial-content[data-public-reveal],
body.public-motion-ready .article-editorial-content [data-public-reveal] {
  opacity: 1;
  transform: none;
}

.article-editorial-content p {
  margin: 0 0 1.2rem;
}

.article-editorial-content h2 {
  margin: 2.2rem 0 .9rem;
  color: var(--navy);
  font-size: clamp(1.9rem, 2.7vw, 3rem);
  line-height: 1.04;
}

.article-editorial-content h3 {
  margin: 1.8rem 0 .7rem;
  color: var(--navy);
  font-family: var(--sans);
  font-size: clamp(1.2rem, 1.45vw, 1.55rem);
  font-weight: 900;
}

.article-editorial-content blockquote {
  margin: 1.8rem 0;
  padding: 1.1rem 1.25rem;
  border-left: 3px solid var(--orange);
  background: rgb(217 234 253 / 38%);
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.2;
}

.article-editorial-content ul,
.article-editorial-content ol {
  padding-left: 1.2rem;
  margin: 0 0 1.25rem;
}

.article-editorial-content li + li {
  margin-top: .45rem;
}

.article-support-links,
.article-author-wide,
.article-editorial-comments {
  margin-top: clamp(2rem, 5vw, 4rem);
  padding-top: clamp(1.3rem, 3vw, 2rem);
  border-top: 1px solid rgb(30 58 95 / 14%);
}

.article-support-links h2,
.article-author-wide h2,
.article-editorial-comments h2,
.article-side-author h2,
.article-related-list h2,
.article-category-list h2 {
  margin: 0 0 1rem;
  color: var(--navy);
  font-size: clamp(1.35rem, 1.8vw, 2rem);
  line-height: 1.08;
}

.article-support-links nav {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.article-support-links a {
  padding: .52rem .75rem;
  border-bottom: 1px solid rgb(255 122 0 / 40%);
  background: rgb(217 234 253 / 28%);
  color: var(--navy);
  font-size: .9rem;
}

.article-support-links a:hover {
  color: var(--orange);
}

.article-author-wide {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 1.2rem;
  align-items: center;
}

.article-author-wide img {
  width: 118px;
  height: 138px;
  object-fit: cover;
  border-radius: 8px;
  object-position: center top;
}

.article-author-wide p:not(.article-editorial-kicker) {
  margin: 0 0 .9rem;
  color: rgb(30 58 95 / 72%);
  line-height: 1.65;
}

.article-author-wide nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.article-side-author,
.article-related-list,
.article-category-list {
  padding: 1.25rem 0;
  border-top: 2px solid var(--orange);
}

.article-side-author img {
  width: 76px;
  height: 86px;
  margin: .4rem 0 .8rem;
  object-fit: cover;
  object-position: center top;
  border-radius: 999px;
}

.article-side-author p {
  color: rgb(30 58 95 / 72%);
  font-size: .94rem;
  line-height: 1.65;
}

.article-related-list > a:not(.article-side-link) {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: .75rem;
  align-items: center;
  padding: .9rem 0;
  border-bottom: 1px solid rgb(30 58 95 / 12%);
  color: var(--navy);
}

.article-related-list img {
  width: 78px;
  height: 62px;
  object-fit: cover;
  border-radius: 6px;
}

.article-related-list small {
  display: block;
  margin-bottom: .25rem;
  color: var(--orange);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.article-related-list strong {
  display: block;
  color: var(--navy);
  font-size: .9rem;
  line-height: 1.25;
}

.article-side-link {
  margin-top: .9rem;
}

.article-category-list {
  display: grid;
  gap: .15rem;
}

.article-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .72rem 0;
  border-bottom: 1px solid rgb(30 58 95 / 12%);
  color: var(--navy);
  font-weight: 850;
}

.article-category-list a:hover,
.article-related-list > a:not(.article-side-link):hover strong {
  color: var(--orange);
}

.article-editorial-comments {
  width: 100%;
}

@media (max-width: 1120px) {
  .article-editorial-grid {
    grid-template-columns: minmax(0, 1fr);
    width: min(100% - 48px, 880px);
  }

  .article-seo-rail,
  .article-side-rail {
    position: static;
  }

  .article-seo-rail {
    grid-row: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-side-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-category-list {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .article-editorial-grid {
    width: min(100% - 32px, 880px);
  }

  .article-editorial-header h1 {
    font-size: clamp(2.45rem, 11vw, 4rem);
  }

  .article-seo-rail,
  .article-side-rail,
  .article-author-wide {
    grid-template-columns: 1fr;
  }

  .article-seo-banner {
    min-height: 310px;
  }
}

/* Blog detail side banners and newsletter */
.article-editorial-page,
.article-editorial-main {
  overflow: visible;
}

.article-seo-rail,
.article-side-rail {
  position: relative;
  top: auto;
  align-self: stretch;
  height: 100%;
}

.article-rail-sticky {
  position: relative;
  top: auto;
  --banner-follow-y: 0px;
  transform: translate3d(0, var(--banner-follow-y), 0);
  display: grid;
  gap: 1rem;
  align-content: start;
  max-height: none;
  overflow: visible;
  padding-right: 0;
  scrollbar-width: none;
}

.article-rail-sticky::-webkit-scrollbar {
  display: none;
}

.article-rail-sticky::-webkit-scrollbar-thumb {
  background: rgb(30 58 95 / 20%);
  border-radius: 999px;
}

.article-newsletter-card {
  padding: 1.2rem;
  border: 1px solid rgb(30 58 95 / 13%);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgb(255 255 255 / 92%), rgb(217 234 253 / 74%)),
    radial-gradient(circle at 100% 0, rgb(135 206 235 / 32%), transparent 13rem);
  color: var(--navy);
}

.article-newsletter-card h2 {
  margin: .55rem 0 .7rem;
  color: var(--navy);
  font-size: clamp(1.35rem, 1.8vw, 1.9rem);
  line-height: 1.08;
}

.article-newsletter-card > p:not(.article-editorial-kicker) {
  margin: 0 0 1rem;
  color: rgb(30 58 95 / 72%);
  font-size: .94rem;
  font-weight: 720;
  line-height: 1.62;
}

.article-newsletter-form {
  display: grid;
  gap: .7rem;
}

.article-newsletter-form input[type="email"] {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgb(30 58 95 / 18%);
  border-radius: 6px;
  padding: .75rem .85rem;
  background: rgb(255 255 255 / 88%);
  color: var(--navy);
  font-weight: 700;
}

.article-newsletter-form input[type="email"]:focus {
  outline: 2px solid rgb(255 122 0 / 28%);
  border-color: rgb(255 122 0 / 65%);
}

.article-newsletter-form button {
  min-height: 46px;
  border: 0;
  border-radius: 6px;
  background: var(--orange);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.article-newsletter-form button:hover {
  transform: translateY(-1px);
  background: #e96f00;
}

.article-newsletter-form button:disabled {
  cursor: wait;
  opacity: .72;
}

.newsletter-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.article-newsletter-message {
  min-height: 1.2em;
  margin: 0;
  font-size: .84rem;
  font-weight: 800;
  line-height: 1.45;
}

.article-newsletter-message.is-success {
  color: #197149;
}

.article-newsletter-message.is-error {
  color: #a43a10;
}

.article-newsletter-card small {
  display: block;
  margin-top: .75rem;
  color: rgb(30 58 95 / 58%);
  font-size: .76rem;
  line-height: 1.5;
}

@media (max-width: 1120px) {
  .article-rail-sticky {
    position: static;
    max-height: none;
    overflow: visible;
  }
}

@media (min-width: 1121px) {
  .article-rail-sticky {
    position: sticky;
    top: 132px;
    max-height: calc(100vh - 150px);
    overflow: auto;
    transform: none;
  }
}

/* Central typography and visual balance pass */
body {
  font-size: var(--text-base);
}

.page-eyebrow,
.section-eyebrow,
.section-kicker,
.contact-kicker,
.media-kicker,
.blog-kicker,
.article-editorial-kicker,
.service-card-category,
.services-editorial-row__category {
  font-size: var(--text-xs);
}

.page-title,
.services-hero h1,
.service-detail-hero h1,
.about-hero-copy h1,
.contact-hero h1,
.media-hero h1,
.blog-category-hero h1,
.blog-magazine-hero h1,
.article-editorial-header h1,
.article-modern-hero h1 {
  max-width: min(100%, 760px);
  font-size: var(--heading-lg);
  line-height: .98;
  text-wrap: balance;
}

.title-line {
  display: block;
  white-space: nowrap;
}

.home-hero h1,
.home-hero .hero-title {
  font-size: var(--heading-xl);
  line-height: .95;
}

.page-lead,
.lead,
.section-description,
.services-editorial__heading p,
.contact-hero > p,
.contact-visual-hero__copy > p,
.media-hero p:not(.media-kicker),
.blog-category-hero__copy > p:not(.blog-kicker),
.blog-magazine-hero p,
.article-editorial-header > p:not(.article-editorial-kicker) {
  max-width: 65ch;
  font-size: var(--text-lg);
  line-height: 1.7;
}

.section-title,
.services-editorial__heading h2,
.service-detail-content__lead h2,
.service-detail-focus h2,
.service-detail-process h2,
.service-detail-cta h2,
.service-detail-related h2,
.contact-form-heading h2,
.contact-map-copy h2,
.contact-local-copy h2,
.contact-dual-info h2,
.contact-service-links h2,
.contact-faq h2,
.media-empty h2,
.article-support-links h2,
.article-author-wide h2,
.article-editorial-comments h2 {
  font-size: var(--heading-md);
  line-height: 1.08;
}

.card-title,
.service-card h3,
.services-editorial-row__title,
.blog-editorial-card h3,
.article-related-list strong {
  font-size: clamp(1.35rem, 1.05rem + .85vw, 2.1rem);
  line-height: 1.08;
}

.card-description,
.service-card p,
.services-editorial-row__summary,
.blog-editorial-card p,
.contact-field label,
.article-editorial-content,
.service-detail-content__text p,
.service-detail-process li span {
  font-size: var(--text-base);
}

.services-editorial__heading h2 {
  max-width: min(100%, 520px);
}

.services-editorial__heading p {
  font-size: clamp(1.05rem, .96rem + .35vw, 1.3rem);
}

.services-editorial-row__title {
  font-size: clamp(1.75rem, 1.35rem + 1.1vw, 2.5rem);
}

.services-editorial-row__summary {
  max-width: 58ch;
  line-height: 1.65;
}

.services-editorial-row__link {
  min-height: 118px;
}

.services-editorial-row__detail {
  font-size: var(--text-sm);
}

/* Service detail image system */
.service-visual-hero {
  grid-template-columns: minmax(0, .78fr) minmax(360px, .92fr);
  gap: clamp(2rem, 5vw, 5rem);
  overflow: hidden;
}

.service-visual-stack {
  position: relative;
  min-height: clamp(390px, 42vw, 590px);
}

.service-visual-stack__wide,
.service-visual-stack__square,
.service-detail-story figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgb(30 58 95 / 10%);
  border-radius: 8px;
  background: rgb(217 234 253 / 42%);
}

.service-visual-stack__wide {
  position: absolute;
  inset: 0 0 auto 8%;
  height: 68%;
}

.service-visual-stack__square {
  position: absolute;
  right: 8%;
  bottom: 0;
  width: min(54%, 360px);
  box-shadow: 0 28px 70px rgb(30 58 95 / 16%);
}

.service-visual-stack img,
.service-detail-story img,
.service-detail-cta > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-visual-stack__square img {
  aspect-ratio: 1;
}

.service-detail-story {
  grid-template-columns: minmax(240px, 360px) minmax(220px, .45fr) minmax(0, 1fr);
  align-items: center;
}

.service-detail-story figure img {
  aspect-ratio: 1;
}

.service-detail-sections {
  width: min(100% - 48px, 1440px);
  margin: clamp(4rem, 8vw, 7rem) auto;
  display: grid;
  grid-template-columns: minmax(220px, .36fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
}

.service-detail-sections__heading {
  position: sticky;
  top: 128px;
  align-self: start;
}

.service-detail-sections__list {
  display: grid;
  border-top: 1px solid rgb(30 58 95 / 14%);
}

.service-detail-section-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: clamp(1.2rem, 3vw, 2.4rem);
  padding: clamp(1.5rem, 3.6vw, 3rem) 0;
  border-bottom: 1px solid rgb(30 58 95 / 14%);
}

.service-detail-section-item__number {
  color: #ff7a00;
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 1.15rem + 1vw, 2.35rem);
  line-height: 1;
}

.service-detail-section-item h3 {
  margin: 0 0 14px;
}

.service-detail-section-item p {
  max-width: 72ch;
  margin: 0 0 18px;
  color: rgb(30 58 95 / 82%);
  line-height: 1.7;
}

.service-detail-section-item ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-detail-section-item li {
  position: relative;
  padding-left: 18px;
  color: #1e3a5f;
  font-size: var(--text-sm);
  line-height: 1.55;
}

.service-detail-section-item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 7px;
  height: 1px;
  background: #ff7a00;
}

/* Service detail atmospheric layout */
.service-detail-atmosphere {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  color: #fff;
  background:
    linear-gradient(90deg, rgb(10 26 46 / 46%), rgb(10 26 46 / 24%), rgb(10 26 46 / 10%)),
    var(--service-bg) center / cover no-repeat fixed;
}

.service-detail-atmosphere::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: var(--service-bg) center / cover no-repeat;
  transform: scale(1.02);
  will-change: transform;
}

.service-detail-atmosphere::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgb(8 24 43 / 58%), rgb(8 24 43 / 28%), rgb(8 24 43 / 14%)),
    linear-gradient(180deg, rgb(8 24 43 / 16%), rgb(8 24 43 / 6%) 40%, rgb(8 24 43 / 20%));
}

.service-atmosphere-hero {
  width: min(100% - 48px, 1440px);
  min-height: 100vh;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(8rem, 13vw, 13rem) 0 clamp(5rem, 9vw, 8rem);
}

.service-atmosphere-hero__copy {
  width: min(100%, 680px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-atmosphere-hero .page-title {
  max-width: 720px;
  margin-inline: auto;
  color: #fff;
  text-shadow: 0 18px 52px rgb(0 0 0 / 24%);
}

.service-atmosphere-hero .page-lead {
  max-width: 620px;
  margin-inline: auto;
  color: rgb(255 255 255 / 88%);
  text-shadow: 0 12px 36px rgb(0 0 0 / 20%);
}

.service-atmosphere-hero__cta,
.service-atmosphere-cta > a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: none;
}

.service-atmosphere-hero__cta span,
.service-atmosphere-cta > a span,
.service-atmosphere-related a i {
  transition: transform 220ms ease;
}

.service-phone-icon {
  display: inline-grid;
  width: clamp(104px, 8vw, 142px);
  height: clamp(104px, 8vw, 142px);
  place-items: center;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.service-phone-icon img {
  display: block;
  width: clamp(82px, 6.4vw, 118px);
  height: clamp(82px, 6.4vw, 118px);
  object-fit: contain;
  animation: service-phone-vibrate 1800ms ease-in-out infinite;
  transform-origin: center;
}

.service-atmosphere-hero__cta:hover,
.service-atmosphere-cta > a:hover {
  background: transparent;
  color: #ff7a00;
}

.service-atmosphere-hero__cta:hover span,
.service-atmosphere-cta > a:hover span,
.service-atmosphere-related a:hover i {
  transform: translateX(6px);
}

.service-atmosphere-hero__cta:hover .service-phone-icon,
.service-atmosphere-cta > a:hover .service-phone-icon {
  transform: none;
}

.service-atmosphere-cta > a {
  color: #1e3a5f;
}

.service-atmosphere-intro,
.service-atmosphere-sections,
.service-atmosphere-process,
.service-atmosphere-cta,
.service-atmosphere-related {
  width: min(100% - 48px, 1440px);
  margin-inline: auto;
}

.service-atmosphere-intro {
  padding: 0 0 clamp(3rem, 7vw, 6rem);
}

.service-glass-panel {
  border: 1px solid rgb(255 255 255 / 34%);
  border-radius: clamp(24px, 2.6vw, 42px);
  background: rgb(255 255 255 / 72%);
  color: #1e3a5f;
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 90px rgb(4 20 36 / 18%);
}

.service-glass-panel--wide {
  width: min(100%, 860px);
  padding: clamp(2rem, 4.5vw, 4rem);
}

.service-glass-panel p {
  max-width: 75ch;
  color: rgb(30 58 95 / 82%);
  line-height: 1.75;
}

.service-atmosphere-sections {
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.service-atmosphere-sections__heading {
  width: min(100%, 720px);
  padding: clamp(1.6rem, 3vw, 2.6rem);
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.service-atmosphere-sections__list {
  display: grid;
  gap: clamp(2.4rem, 5vw, 4.8rem);
}

.service-atmosphere-section {
  width: min(100%, 920px);
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: clamp(1.3rem, 3vw, 2.6rem);
  padding: clamp(1.9rem, 3.8vw, 3.6rem);
  border: 0;
  background: rgb(248 252 255 / 80%);
  box-shadow: 0 22px 66px rgb(4 20 36 / 14%);
  animation: service-panel-in 650ms ease both;
  will-change: transform, opacity;
}

.service-atmosphere-section.is-left {
  padding-right: clamp(4rem, 8vw, 7rem);
  border-radius: 34px 110px 110px 34px;
  clip-path: polygon(
    0 0,
    calc(100% - 78px) 0,
    100% 9%,
    calc(100% - 44px) 29%,
    calc(100% - 92px) 48%,
    calc(100% - 42px) 70%,
    100% 92%,
    calc(100% - 86px) 100%,
    0 100%
  );
}

.service-atmosphere-section.is-right {
  justify-self: end;
  padding-left: clamp(4rem, 8vw, 7rem);
  border-radius: 110px 34px 34px 110px;
  clip-path: polygon(
    78px 0,
    100% 0,
    100% 100%,
    86px 100%,
    0 92%,
    42px 70%,
    92px 48%,
    44px 29%,
    0 9%
  );
  animation-name: service-panel-in-right;
}

.service-atmosphere-section__number {
  color: #ff7a00;
  font-family: var(--font-serif);
  font-size: clamp(1.7rem, 1.2rem + 1.15vw, 2.6rem);
  line-height: 1;
}

.service-atmosphere-section h3 {
  margin: 0 0 16px;
  color: #1e3a5f;
}

.service-atmosphere-section p {
  margin: 0 0 16px;
}

.service-atmosphere-section ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.service-atmosphere-section li {
  position: relative;
  padding-left: 18px;
  color: #1e3a5f;
  font-size: var(--text-sm);
  line-height: 1.55;
}

.service-atmosphere-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 7px;
  height: 1px;
  background: #ff7a00;
}

@keyframes service-phone-vibrate {
  0%, 76%, 100% {
    transform: rotate(0deg) scale(1);
  }
  80% {
    transform: rotate(-7deg) scale(1.04);
  }
  84% {
    transform: rotate(7deg) scale(1.04);
  }
  88% {
    transform: rotate(-5deg) scale(1.03);
  }
  92% {
    transform: rotate(5deg) scale(1.03);
  }
  96% {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes service-panel-in {
  from {
    opacity: 0;
    transform: translateX(-28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes service-panel-in-right {
  from {
    opacity: 0;
    transform: translateX(28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.service-atmosphere-process,
.service-atmosphere-cta,
.service-atmosphere-related {
  padding: clamp(1.7rem, 3.8vw, 3.4rem);
  margin-top: clamp(2.5rem, 6vw, 5rem);
}

.service-atmosphere-process {
  display: grid;
  grid-template-columns: minmax(220px, .35fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
}

.service-atmosphere-process ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgb(30 58 95 / 12%);
}

.service-atmosphere-process li {
  padding: 22px;
  background: rgb(255 255 255 / 42%);
}

.service-atmosphere-process strong,
.service-atmosphere-process span {
  display: block;
}

.service-atmosphere-process strong {
  margin-bottom: 8px;
  color: #1e3a5f;
}

.service-atmosphere-process span {
  color: rgb(30 58 95 / 76%);
  line-height: 1.6;
}

.service-atmosphere-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.service-atmosphere-related {
  margin-bottom: clamp(4rem, 8vw, 7rem);
  overflow: hidden;
  background: rgb(255 255 255 / 66%);
}

.service-atmosphere-related > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(160px, 1fr));
  gap: 14px;
  margin-top: 28px;
  background: transparent;
}

.service-atmosphere-related a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  min-height: 250px;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 28%);
  background: rgb(30 58 95 / 18%);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 260ms ease,
    border-color 260ms ease;
}

.service-related-card__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .72;
  transform: scale(1.08);
  filter: saturate(.95);
  overflow: hidden;
  transition:
    transform 420ms ease,
    opacity 420ms ease,
    filter 420ms ease;
}

.service-related-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(8 24 43 / 8%), rgb(8 24 43 / 76%));
}

.service-related-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-related-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgb(255 122 0 / 22%), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
}

.service-related-card__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  padding: 22px;
}

.service-related-card small {
  color: #ff7a00;
  font-size: var(--text-xs);
  font-style: normal;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.service-related-card strong {
  color: #fff;
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 1.05rem + .78vw, 2rem);
  line-height: 1.05;
}

.service-related-card em {
  display: -webkit-box;
  overflow: hidden;
  color: rgb(255 255 255 / 82%);
  font-size: var(--text-sm);
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.service-related-card > i {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  color: #fff;
  font-style: normal;
}

.service-atmosphere-related a:hover {
  border-color: rgb(255 122 0 / 72%);
  color: #fff;
  transform: translateY(-4px);
}

.service-related-card:hover .service-related-card__media {
  opacity: .94;
  transform: scale(1.02);
  filter: saturate(1.08);
}

.service-related-card:hover::after {
  opacity: 1;
}

.service-detail-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.service-detail-cta > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .18;
  filter: saturate(.9);
}

.service-detail-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgb(255 255 255 / 92%), rgb(255 255 255 / 76%));
}

/* Contact image integration */
.contact-visual-hero {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(360px, .78fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding-bottom: clamp(2rem, 5vw, 4rem);
}

.contact-visual-hero__image {
  position: relative;
  overflow: hidden;
  min-height: clamp(320px, 34vw, 500px);
  margin: 0;
  border-radius: 8px 8px 8px 96px;
  background: var(--navy);
}

.contact-visual-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(255 255 255 / 28%), transparent 54%);
}

.contact-visual-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.6rem;
}

.contact-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 52px;
  padding: .9rem 1.35rem;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.contact-hero__button:hover {
  transform: translateY(-2px);
}

.contact-hero__button--whatsapp {
  color: #fff;
  background: #25d366;
  box-shadow: 0 18px 38px rgb(37 211 102 / 24%);
}

.contact-hero__button--appointment {
  color: #fff;
  background: var(--orange);
  box-shadow: 0 18px 38px rgb(255 119 0 / 24%);
}

.contact-image-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgb(30 58 95 / 12%);
  border-radius: 8px;
}

.contact-image-band > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .18;
}

.contact-image-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgb(255 255 255 / 94%), rgb(217 234 253 / 72%));
}

.contact-image-band > div {
  max-width: 860px;
}

@media (max-width: 980px) {
  .service-visual-hero,
  .service-detail-story,
  .contact-visual-hero,
  .service-detail-sections {
    grid-template-columns: 1fr;
  }

  .service-detail-sections__heading {
    position: static;
  }

  .service-detail-atmosphere {
    background:
      linear-gradient(180deg, rgb(8 24 43 / 42%), rgb(8 24 43 / 20%)),
      var(--service-bg) center / cover no-repeat;
  }

  .service-atmosphere-process,
  .service-atmosphere-cta {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-atmosphere-related > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-visual-stack {
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .title-line {
    white-space: normal;
  }

  .page-title,
  .services-hero h1,
  .service-detail-hero h1,
  .about-hero-copy h1,
  .contact-hero h1,
  .media-hero h1,
  .blog-category-hero h1,
  .blog-magazine-hero h1,
  .article-editorial-header h1,
  .article-modern-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.2rem);
  }

  .section-title,
  .services-editorial__heading h2,
  .service-detail-content__lead h2,
  .service-detail-focus h2,
  .service-detail-process h2,
  .service-detail-cta h2,
  .service-detail-related h2,
  .contact-form-heading h2,
  .contact-map-copy h2,
  .contact-local-copy h2,
  .contact-dual-info h2,
  .contact-service-links h2,
  .contact-faq h2 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .service-visual-stack {
    min-height: 340px;
  }

  .service-visual-stack__wide {
    left: 0;
  }

  .service-visual-stack__square {
    right: 1rem;
    width: 48%;
  }

  .service-detail-section-item {
    grid-template-columns: 1fr;
  }

  .service-detail-section-item ul {
    grid-template-columns: 1fr;
  }

  .service-atmosphere-hero,
  .service-atmosphere-intro,
  .service-atmosphere-sections,
  .service-atmosphere-process,
  .service-atmosphere-cta,
  .service-atmosphere-related {
    width: min(100% - 32px, 1440px);
  }

  .service-atmosphere-related > div {
    grid-template-columns: 1fr;
  }

  .service-atmosphere-section {
    grid-template-columns: 1fr;
    padding: clamp(1.5rem, 7vw, 2.2rem);
    border-radius: 28px 62px 62px 28px;
    clip-path: polygon(
      0 0,
      calc(100% - 34px) 0,
      100% 18%,
      calc(100% - 24px) 50%,
      100% 82%,
      calc(100% - 34px) 100%,
      0 100%
    );
  }

  .service-atmosphere-section.is-right {
    padding: clamp(1.5rem, 7vw, 2.2rem);
    border-radius: 62px 28px 28px 62px;
    clip-path: polygon(
      34px 0,
      100% 0,
      100% 100%,
      34px 100%,
      0 82%,
      24px 50%,
      0 18%
    );
  }

  .service-atmosphere-section ul,
  .service-atmosphere-process ol {
    grid-template-columns: 1fr;
  }

  .service-phone-icon {
    width: 86px;
    height: 86px;
  }

  .service-phone-icon img {
    width: 72px;
    height: 72px;
  }

  .contact-visual-hero__image {
    min-height: 300px;
  }

  .contact-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-hero__button {
    width: 100%;
  }
}

/* Final cascade overrides */
.site-header,
.site-header__inner {
  overflow: visible;
}

.site-header__inner {
  background-clip: padding-box;
}

.site-header__inner::before,
.site-header__inner::after {
  display: none !important;
}

.service-atmosphere-section {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: rgb(248 252 255 / 82%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.service-atmosphere-section.is-left {
  border-radius: 34px 120px 120px 34px;
  clip-path: none;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 620' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H878C968 56 902 150 944 239C992 342 878 394 930 500C960 560 925 610 846 620H0Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 620' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H878C968 56 902 150 944 239C992 342 878 394 930 500C960 560 925 610 846 620H0Z' fill='black'/%3E%3C/svg%3E");
}

.service-atmosphere-section.is-right {
  border-radius: 120px 34px 34px 120px;
  clip-path: none;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 620' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M122 0H1000V620H154C75 610 40 560 70 500C122 394 8 342 56 239C98 150 32 56 122 0Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 620' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M122 0H1000V620H154C75 610 40 560 70 500C122 394 8 342 56 239C98 150 32 56 122 0Z' fill='black'/%3E%3C/svg%3E");
}

.service-atmosphere-process,
.service-atmosphere-cta,
.service-atmosphere-related {
  border-radius: clamp(24px, 2.6vw, 42px);
}

.service-phone-icon {
  width: clamp(104px, 8vw, 142px);
  height: clamp(104px, 8vw, 142px);
  background: transparent !important;
  box-shadow: none !important;
}

.service-phone-icon img {
  width: clamp(82px, 6.4vw, 118px);
  height: clamp(82px, 6.4vw, 118px);
}

.service-atmosphere-hero__cta,
.service-atmosphere-cta > a {
  font-size: var(--text-lg);
}

.service-detail-faq-list {
  display: grid;
  gap: .8rem;
  margin-top: 1.2rem;
}

.service-detail-faq-item {
  overflow: hidden;
  border: 1px solid rgb(30 58 95 / 12%);
  border-radius: 18px;
  background: rgb(255 255 255 / 76%);
  box-shadow: 0 14px 34px rgb(30 58 95 / 8%);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.service-detail-faq-item:hover {
  transform: translateY(-2px);
  border-color: rgb(255 122 0 / 34%);
  box-shadow: 0 18px 42px rgb(30 58 95 / 11%);
}

.service-detail-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  padding: 1rem 1.15rem;
  color: var(--navy);
  font-weight: 900;
  line-height: 1.35;
  list-style: none;
}

.service-detail-faq-item summary::-webkit-details-marker {
  display: none;
}

.service-detail-faq-item summary::before {
  content: "";
  width: 3px;
  align-self: stretch;
  min-height: 34px;
  border-radius: 999px;
  background: var(--orange);
}

.service-detail-faq-item summary span {
  flex: 1;
}

.service-detail-faq-item summary i {
  color: var(--navy);
  transition: transform 280ms ease;
}

.service-detail-faq-item[open] summary i {
  transform: rotate(180deg);
}

.service-detail-faq-item p {
  margin: 0;
  padding: 0 1.15rem 1.1rem calc(1.15rem + 15px);
  color: rgb(30 58 95 / 74%);
  animation: service-faq-answer 280ms ease both;
}

.service-faq-phone-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  margin-top: 1.25rem;
  color: var(--navy);
  font-weight: 900;
  text-decoration: none;
}

.service-faq-phone-link img {
  width: clamp(70px, 6vw, 104px);
  height: clamp(70px, 6vw, 104px);
  object-fit: contain;
  animation: service-phone-vibrate 1800ms ease-in-out infinite;
}

.service-faq-phone-link:hover {
  color: var(--orange);
}

@keyframes service-faq-answer {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-redesign {
  background:
    radial-gradient(circle at 82% 8%, rgb(135 206 235 / 22%), transparent 34rem),
    linear-gradient(180deg, #fff 0%, rgb(217 234 253 / 22%) 48%, #fff 100%);
}

.contact-visual-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 72vh, 760px);
  align-items: center;
}

.contact-visual-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: min(56%, 980px);
  background: url("/images/contact-960.webp") center / cover no-repeat;
  opacity: .2;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 24%, #000 74%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 24%, #000 74%, transparent);
  pointer-events: none;
}

.contact-visual-hero__copy,
.contact-visual-hero__image {
  position: relative;
  z-index: 1;
}

.contact-visual-hero__image {
  border-radius: 10px 10px 10px 120px;
  box-shadow: 0 28px 80px rgb(30 58 95 / 14%);
}

.contact-main-grid {
  align-items: stretch;
}

.contact-request-form,
.contact-map-panel,
.contact-local-copy,
.contact-faq details {
  box-shadow: 0 18px 58px rgb(30 58 95 / 8%);
}

.contact-faq details {
  border: 1px solid rgb(30 58 95 / 11%);
  border-radius: 20px;
  padding: 0;
  background: rgb(255 255 255 / 76%);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.contact-faq details:hover {
  transform: translateY(-2px);
  border-color: rgb(255 122 0 / 28%);
}

.contact-faq summary {
  padding: 1rem 1.2rem;
  list-style: none;
}

.contact-faq summary::-webkit-details-marker {
  display: none;
}

.contact-faq details p {
  margin: 0;
  padding: 1rem 1.2rem 1.15rem;
  border-top: 1px solid rgb(30 58 95 / 10%);
  background: rgb(217 234 253 / 22%);
  animation: service-faq-answer 280ms ease both;
}

.blog-category-page {
  width: min(96%, 1680px);
}

.blog-category-hero {
  min-height: clamp(280px, 30vw, 420px);
}

.blog-category-hero h1 {
  font-size: var(--heading-lg);
}

.blog-category-hero__image {
  aspect-ratio: 16 / 8.5;
}

.blog-category-hero__image img,
.blog-category-featured__image img,
.blog-archive-row__image img {
  display: block;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.blog-category-featured {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: stretch;
}

.blog-category-featured__image {
  aspect-ratio: 16 / 9;
}

.blog-category-featured__image img {
  min-height: 0;
}

.blog-archive-row__image {
  aspect-ratio: 16 / 9;
}

.article-editorial-grid {
  width: min(96%, 1720px);
  max-width: 1720px;
  grid-template-columns: minmax(190px, 230px) minmax(0, 1fr) minmax(230px, 280px);
  gap: clamp(1.6rem, 2.5vw, 3.25rem);
}

.article-editorial-main {
  width: 100%;
  min-width: 0;
}

.article-editorial-header h1 {
  max-width: 880px;
  font-size: var(--heading-lg);
}

.article-editorial-cover img {
  min-height: 0;
}

.article-editorial-content p,
.article-editorial-content ul,
.article-editorial-content ol,
.article-editorial-content blockquote {
  max-width: 850px;
}

.article-seo-rail {
  justify-self: start;
  width: 100%;
}

.article-side-rail {
  justify-self: end;
  width: 100%;
}

@media (max-width: 980px) {
  .service-atmosphere-section,
  .service-atmosphere-section.is-left,
  .service-atmosphere-section.is-right {
    border-radius: 28px;
    -webkit-mask-image: none;
    mask-image: none;
    padding: clamp(1.5rem, 7vw, 2.2rem);
  }

  .contact-visual-hero::before {
    width: 100%;
    opacity: .14;
  }

  .blog-category-featured,
  .blog-archive-row {
    grid-template-columns: 1fr;
  }

  .blog-archive-row time {
    justify-self: start;
  }
}
/* Final service detail wave-panel fix: wave belongs to the surface, not the text box. */
.service-atmosphere-section,
.service-atmosphere-section.is-left,
.service-atmosphere-section.is-right {
  position: relative;
  overflow: visible !important;
  isolation: isolate;
  background: transparent !important;
  box-shadow: none !important;
  clip-path: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.service-atmosphere-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgb(248 252 255 / 86%);
  border: 1px solid rgb(255 255 255 / 42%);
  box-shadow: 0 22px 66px rgb(4 20 36 / 14%);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
  pointer-events: none;
}

.service-atmosphere-section.is-left::before {
  border-radius: 34px 130px 130px 34px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 620' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H860C930 28 965 82 942 150C920 215 895 249 928 324C967 412 912 457 936 531C955 589 914 620 828 620H0Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 620' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H860C930 28 965 82 942 150C920 215 895 249 928 324C967 412 912 457 936 531C955 589 914 620 828 620H0Z' fill='black'/%3E%3C/svg%3E");
}

.service-atmosphere-section.is-right::before {
  border-radius: 130px 34px 34px 130px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 620' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M140 0H1000V620H172C86 620 45 589 64 531C88 457 33 412 72 324C105 249 80 215 58 150C35 82 70 28 140 0Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 620' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M140 0H1000V620H172C86 620 45 589 64 531C88 457 33 412 72 324C105 249 80 215 58 150C35 82 70 28 140 0Z' fill='black'/%3E%3C/svg%3E");
}

.service-atmosphere-section > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 980px) {
  .service-atmosphere-section::before,
  .service-atmosphere-section.is-left::before,
  .service-atmosphere-section.is-right::before {
    border-radius: 28px 58px 58px 28px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .service-atmosphere-section.is-right::before {
    border-radius: 58px 28px 28px 58px;
  }
}

/* Visual FAQ layouts for contact and service detail pages. */
.contact-faq.contact-faq--visual {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .8fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  width: min(100% - 48px, 1680px);
  margin: clamp(4rem, 7vw, 7rem) auto;
  padding: clamp(2rem, 4vw, 4.4rem);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 16%, rgb(135 206 235 / 22%), transparent 34%),
    linear-gradient(135deg, rgb(248 252 255 / 94%), rgb(255 255 255 / 76%));
  border: 1px solid rgb(135 206 235 / 28%);
  box-shadow: 0 22px 70px rgb(23 54 93 / 10%);
}

.contact-faq__main {
  min-width: 0;
}

.contact-faq__lead {
  max-width: 600px;
  margin: 0 0 clamp(1.7rem, 3vw, 2.6rem);
  color: rgb(30 58 95 / 76%);
  font-size: var(--text-lg);
  line-height: 1.72;
}

.contact-faq.contact-faq--visual .contact-faq-list {
  display: grid;
  gap: 14px;
}

.contact-faq.contact-faq--visual details {
  border: 1px solid rgb(135 206 235 / 28%);
  border-radius: 22px;
  background: rgb(255 255 255 / 82%);
  box-shadow: 0 16px 34px rgb(23 54 93 / 7%);
  overflow: hidden;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.contact-faq.contact-faq--visual details:hover {
  transform: translateY(-2px);
  border-color: rgb(255 122 0 / 35%);
  box-shadow: 0 20px 44px rgb(23 54 93 / 10%);
}

.contact-faq.contact-faq--visual summary {
  display: grid;
  grid-template-columns: 56px 1fr 22px;
  gap: 18px;
  align-items: center;
  min-height: 88px;
  padding: 18px 24px;
  cursor: pointer;
  list-style: none;
}

.contact-faq.contact-faq--visual summary::-webkit-details-marker {
  display: none;
}

.contact-faq__icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: rgb(135 206 235 / 16%);
  color: #1e3a5f;
  font-size: 1.25rem;
}

.contact-faq.contact-faq--visual summary strong {
  min-width: 0;
  color: #1e3a5f;
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 1.15vw, 1.38rem);
  line-height: 1.2;
}

.contact-faq.contact-faq--visual summary > .bi-chevron-down {
  color: #1e3a5f;
  transition: transform 260ms ease;
}

.contact-faq.contact-faq--visual details[open] summary > .bi-chevron-down {
  transform: rotate(180deg);
}

.contact-faq.contact-faq--visual details p {
  margin: 0;
  padding: 0 24px 22px 98px;
  color: rgb(30 58 95 / 72%);
  font-size: var(--text-base);
  line-height: 1.72;
}

.contact-faq__aside {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2rem);
}

.contact-faq__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 300px;
  margin: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(135 206 235 / 18%), rgb(135 206 235 / 0) 70%);
}

.contact-faq__visual img {
  width: min(100%, 500px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 38px rgb(23 54 93 / 14%));
}

.contact-faq__note {
  display: grid;
  gap: 0;
  padding: clamp(1.35rem, 2vw, 1.8rem);
  border: 1px solid rgb(135 206 235 / 28%);
  border-radius: 24px;
  background: rgb(255 255 255 / 74%);
  box-shadow: 0 18px 42px rgb(23 54 93 / 8%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.contact-faq__note article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 18px 0;
}

.contact-faq__note article + article {
  border-top: 1px solid rgb(30 58 95 / 12%);
}

.contact-faq__note article > i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: rgb(135 206 235 / 18%);
  color: #1e3a5f;
}

.contact-faq__note h3 {
  margin: 0 0 6px;
  color: #1e3a5f;
  font-size: var(--heading-sm);
}

.contact-faq__note p {
  margin: 0;
  color: rgb(30 58 95 / 72%);
  line-height: 1.58;
}

.service-detail-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  gap: clamp(1.4rem, 3vw, 2.4rem);
  align-items: start;
}

.service-detail-faq-visual {
  order: 2;
  display: grid;
  place-items: center;
  min-height: 220px;
  margin: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(135 206 235 / 18%), rgb(135 206 235 / 0) 70%);
}

.service-detail-faq-visual img {
  width: min(100%, 340px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgb(23 54 93 / 13%));
}

.service-detail-faq-list {
  min-width: 0;
}

/* Service detail content-surface repair:
   The old wave was applied to the content panel itself, so clip/mask and
   overflow rules could cut long text. The visible wave now lives only on
   ::before; text remains in normal document flow above it. */
.service-atmosphere-sections,
.service-atmosphere-sections__list {
  overflow: visible !important;
}

.service-atmosphere-sections__list {
  display: flex !important;
  flex-direction: column !important;
  gap: clamp(56px, 7vw, 112px) !important;
  align-items: stretch !important;
}

.service-atmosphere-section,
.service-atmosphere-section.is-left,
.service-atmosphere-section.is-right {
  position: relative !important;
  isolation: isolate !important;
  width: min(100%, 1040px) !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  display: grid !important;
  grid-template-columns: clamp(48px, 5vw, 78px) minmax(0, 1fr) !important;
  column-gap: clamp(22px, 3vw, 42px) !important;
  align-items: start !important;
  margin: 0 !important;
  padding-top: clamp(48px, 5vw, 76px) !important;
  padding-bottom: clamp(48px, 5vw, 76px) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  clip-path: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  transform: none;
}

.service-atmosphere-section.is-left {
  align-self: flex-start !important;
  padding-left: clamp(44px, 5vw, 72px) !important;
  padding-right: clamp(118px, 11vw, 190px) !important;
}

.service-atmosphere-section.is-right {
  align-self: flex-end !important;
  padding-left: clamp(118px, 11vw, 190px) !important;
  padding-right: clamp(44px, 5vw, 72px) !important;
}

.service-atmosphere-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 1px solid rgb(255 255 255 / 48%);
  background: linear-gradient(135deg, rgb(255 255 255 / 86%), rgb(239 247 253 / 78%));
  box-shadow: 0 22px 60px rgb(5 16 32 / 18%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.service-atmosphere-section.is-left::before {
  border-radius: 34px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 640' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H850C930 0 972 46 950 124C926 211 895 245 934 335C972 423 907 476 932 554C950 612 912 640 820 640H0Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 640' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H850C930 0 972 46 950 124C926 211 895 245 934 335C972 423 907 476 932 554C950 612 912 640 820 640H0Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.service-atmosphere-section.is-right::before {
  border-radius: 34px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 640' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 0H1000V640H180C88 640 50 612 68 554C93 476 28 423 66 335C105 245 74 211 50 124C28 46 70 0 150 0Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 640' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M150 0H1000V640H180C88 640 50 612 68 554C93 476 28 423 66 335C105 245 74 211 50 124C28 46 70 0 150 0Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.service-atmosphere-section > * {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.service-atmosphere-section__number {
  align-self: start !important;
  color: var(--orange) !important;
  line-height: 1 !important;
}

.service-atmosphere-section h3 {
  max-width: 780px;
  margin-top: 0 !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

.service-atmosphere-section p,
.service-atmosphere-section ul {
  max-width: 780px;
}

.service-atmosphere-section p {
  overflow: visible !important;
  line-height: 1.72 !important;
}

.service-atmosphere-section ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-atmosphere-intro .service-glass-panel,
.service-glass-panel--wide {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.service-faq-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.service-faq-phone-link img {
  width: clamp(78px, 7vw, 118px) !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform-origin: 50% 65%;
  animation: servicePhoneShake 1800ms ease-in-out infinite;
}

@keyframes servicePhoneShake {
  0%, 72%, 100% { transform: rotate(0deg) translateX(0); }
  76% { transform: rotate(-7deg) translateX(-2px); }
  80% { transform: rotate(7deg) translateX(2px); }
  84% { transform: rotate(-5deg) translateX(-1px); }
  88% { transform: rotate(5deg) translateX(1px); }
}

.service-detail-faq-item summary {
  grid-template-columns: minmax(0, 1fr) 24px;
  gap: 1rem;
}

.service-detail-faq-item summary span {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  .contact-faq.contact-faq--visual,
  .service-detail-faq-layout {
    grid-template-columns: 1fr;
  }

  .contact-faq.contact-faq--visual {
    width: min(100% - 32px, 1680px);
    padding: 1.4rem;
  }

  .contact-faq__aside {
    order: -1;
  }

  .contact-faq__visual {
    min-height: 220px;
  }

  .contact-faq__visual img {
    width: min(100%, 300px);
  }

  .contact-faq.contact-faq--visual summary {
    grid-template-columns: 46px minmax(0, 1fr) 20px;
    gap: 12px;
    padding: 16px;
  }

  .contact-faq__icon {
    width: 44px;
    height: 44px;
  }

  .contact-faq.contact-faq--visual details p {
    padding: 0 16px 18px 74px;
  }

  .service-detail-faq-visual {
    order: -1;
    min-height: 180px;
  }

  .service-detail-faq-visual img {
    width: min(100%, 260px);
  }
}

/* Final service detail wave safety layer.
   Content never receives the mask: only the background surface does. */
.service-detail-atmosphere .service-atmosphere-sections,
.service-detail-atmosphere .service-atmosphere-sections__list,
.service-detail-atmosphere .service-atmosphere-section,
.service-detail-atmosphere .service-atmosphere-section > div {
  overflow: visible !important;
}

.service-detail-atmosphere .service-atmosphere-section,
.service-detail-atmosphere .service-atmosphere-section.is-left,
.service-detail-atmosphere .service-atmosphere-section.is-right {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  clip-path: none !important;
  -webkit-mask: none !important;
  mask: none !important;
}

.service-detail-atmosphere .service-atmosphere-section::before {
  pointer-events: none;
  -webkit-mask-size: 100% 100% !important;
  mask-size: 100% 100% !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
}

@media (max-width: 900px) {
  .service-detail-atmosphere .service-atmosphere-sections__list {
    gap: 32px !important;
  }

  .service-detail-atmosphere .service-atmosphere-section,
  .service-detail-atmosphere .service-atmosphere-section.is-left,
  .service-detail-atmosphere .service-atmosphere-section.is-right {
    width: 100% !important;
    grid-template-columns: 1fr !important;
    padding: clamp(30px, 7vw, 44px) !important;
  }

  .service-detail-atmosphere .service-atmosphere-section::before,
  .service-detail-atmosphere .service-atmosphere-section.is-left::before,
  .service-detail-atmosphere .service-atmosphere-section.is-right::before {
    border-radius: 28px !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  .service-detail-atmosphere .service-atmosphere-section__number {
    margin-bottom: 8px !important;
  }

  .service-detail-atmosphere .service-atmosphere-section ul {
    grid-template-columns: 1fr !important;
  }
}

/* Service detail story component. This replaces the conflicted old wave card
   class for detail sections; layout stays in normal document flow. */
.service-story {
  position: relative;
  z-index: 1;
  width: min(100% - 64px, 1560px);
  margin: 0 auto;
  padding: clamp(56px, 7vw, 112px) 0;
}

.service-story__heading {
  width: min(100%, 920px);
  margin: 0 auto clamp(44px, 5vw, 80px);
  padding: clamp(30px, 4vw, 48px);
  border-radius: 28px;
}

.service-story__list {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6vw, 96px);
  align-items: stretch;
}

.service-story__item {
  position: relative;
  isolation: isolate;
  width: min(76%, 1120px);
  height: auto;
  min-height: 0;
  display: grid;
  grid-template-columns: clamp(54px, 5vw, 90px) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 44px);
  align-items: start;
  overflow: visible;
  color: var(--navy);
  opacity: 0;
  transform: translate3d(var(--story-x, -48px), 28px, 0);
  transition:
    opacity 780ms cubic-bezier(.22,.61,.36,1),
    transform 780ms cubic-bezier(.22,.61,.36,1);
}

.service-story__item--left {
  align-self: flex-start;
  --story-x: -48px;
  padding:
    clamp(36px, 4vw, 64px)
    clamp(100px, 9vw, 150px)
    clamp(40px, 5vw, 72px)
    clamp(36px, 4vw, 64px);
}

.service-story__item--right {
  align-self: flex-end;
  --story-x: 48px;
  padding:
    clamp(36px, 4vw, 64px)
    clamp(36px, 4vw, 64px)
    clamp(40px, 5vw, 72px)
    clamp(100px, 9vw, 150px);
}

.service-story__item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.service-story__item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 1px solid rgb(255 255 255 / 55%);
  background: linear-gradient(135deg, rgb(255 255 255 / 88%), rgb(240 248 253 / 80%));
  box-shadow: 0 22px 58px rgb(5 16 32 / 18%);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}

.service-story__item--left::before {
  border-radius: 36px 120px 150px 36px / 36px 86px 140px 36px;
}

.service-story__item--right::before {
  border-radius: 120px 36px 36px 150px / 86px 36px 36px 140px;
}

.service-story__item::after {
  content: "";
  position: absolute;
  top: 18%;
  z-index: -2;
  width: clamp(100px, 12vw, 190px);
  height: 56%;
  border: 1px solid rgb(255 255 255 / 42%);
  border-radius: 48% 52% 46% 54% / 44% 56% 44% 56%;
  background: linear-gradient(135deg, rgb(255 255 255 / 82%), rgb(240 248 253 / 72%));
  box-shadow: 0 20px 48px rgb(5 16 32 / 10%);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}

.service-story__item--left::after {
  right: clamp(30px, 5vw, 84px);
  transform: translateX(64%);
}

.service-story__item--right::after {
  left: clamp(30px, 5vw, 84px);
  transform: translateX(-64%);
}

.service-story__number {
  color: var(--orange);
  font-family: var(--sans);
  font-size: clamp(2rem, 2.2vw, 3rem);
  font-weight: 800;
  line-height: 1;
}

.service-story__body {
  min-width: 0;
}

.service-story__body h3 {
  max-width: 760px;
  margin: 0 0 20px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: var(--heading-md);
  line-height: 1.08;
  text-wrap: balance;
}

.service-story__body p {
  max-width: 780px;
  margin: 0 0 1.25rem;
  color: rgb(30 58 95 / 78%);
  font-size: var(--text-lg);
  line-height: 1.72;
}

.service-story__body ul {
  max-width: 780px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.service-story__body li {
  position: relative;
  padding-left: 30px;
  color: rgb(30 58 95 / 82%);
  line-height: 1.55;
}

.service-story__body li::before {
  content: "";
  position: absolute;
  top: .45em;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--orange);
  border-radius: 50%;
}

.service-story__body li::after {
  content: "";
  position: absolute;
  top: calc(.45em + 5px);
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}

.service-story__number,
.service-story__body h3,
.service-story__body .service-story__text,
.service-story__body > p,
.service-story__body > ul,
.service-story__body > .service-detail-faq-layout,
.service-story__body > .service-faq-phone-link {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 620ms cubic-bezier(.22,.61,.36,1),
    transform 620ms cubic-bezier(.22,.61,.36,1);
}

.service-story__item.is-visible .service-story__number {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 80ms;
}

.service-story__item.is-visible .service-story__body h3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 140ms;
}

.service-story__item.is-visible .service-story__body .service-story__text,
.service-story__item.is-visible .service-story__body > p,
.service-story__item.is-visible .service-story__body > ul,
.service-story__item.is-visible .service-story__body > .service-detail-faq-layout,
.service-story__item.is-visible .service-story__body > .service-faq-phone-link {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 210ms;
}

@media (max-width: 1180px) {
  .service-story__item {
    width: min(88%, 1040px);
  }
}

@media (max-width: 768px) {
  .service-story {
    width: min(100% - 24px, 720px);
    padding-block: 48px;
  }

  .service-story__heading {
    margin-bottom: 32px;
  }

  .service-story__list {
    gap: 32px;
  }

  .service-story__item,
  .service-story__item--left,
  .service-story__item--right {
    width: 100%;
    align-self: center;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    padding: 28px 24px;
  }

  .service-story__item::before,
  .service-story__item--left::before,
  .service-story__item--right::before {
    border-radius: 26px;
    -webkit-mask: none;
    mask: none;
  }

  .service-story__item::after {
    display: none;
  }

  .service-story__body h3 {
    font-size: var(--heading-sm);
  }

  .service-story__body p {
    font-size: var(--text-base);
  }

  .service-story__body ul {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-story__item,
  .service-story__number,
  .service-story__body h3,
  .service-story__body .service-story__text,
  .service-story__body > p,
  .service-story__body > ul,
  .service-story__body > .service-detail-faq-layout,
  .service-story__body > .service-faq-phone-link {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Service detail final shape tuning: restore visible organic edges and reduce text scale. */
.service-story {
  width: min(100% - 64px, 1500px);
  padding: clamp(48px, 6vw, 96px) 0;
}

.service-story__list {
  gap: clamp(44px, 5.5vw, 84px);
}

.service-story__item {
  width: min(72%, 1040px);
  grid-template-columns: clamp(44px, 4vw, 70px) minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 34px);
}

.service-story__item--left {
  padding:
    clamp(30px, 3.6vw, 54px)
    clamp(112px, 10vw, 178px)
    clamp(34px, 4vw, 60px)
    clamp(30px, 3.6vw, 54px);
}

.service-story__item--right {
  padding:
    clamp(30px, 3.6vw, 54px)
    clamp(30px, 3.6vw, 54px)
    clamp(34px, 4vw, 60px)
    clamp(112px, 10vw, 178px);
}

.service-story__item::before {
  z-index: -2;
  background: linear-gradient(135deg, rgb(255 255 255 / 90%), rgb(241 248 252 / 82%));
}

.service-story__item::after {
  z-index: -1;
  top: 11%;
  width: clamp(170px, 18vw, 300px);
  height: 78%;
  background: linear-gradient(135deg, rgb(255 255 255 / 90%), rgb(241 248 252 / 82%));
  box-shadow: 0 20px 42px rgb(5 16 32 / 8%);
}

.service-story__item--left::after {
  right: clamp(48px, 7vw, 112px);
  transform: translateX(72%);
  border-radius: 58% 42% 50% 50% / 34% 64% 36% 66%;
}

.service-story__item--right::after {
  left: clamp(48px, 7vw, 112px);
  transform: translateX(-72%);
  border-radius: 42% 58% 50% 50% / 64% 34% 66% 36%;
}

.service-story__number {
  font-size: clamp(1.45rem, 1.6vw, 2.15rem);
}

.service-story__body h3 {
  max-width: 700px;
  margin-bottom: 16px;
  font-size: clamp(1.55rem, 1.25rem + .85vw, 2.35rem);
  line-height: 1.08;
}

.service-story__body p {
  max-width: 68ch;
  margin-bottom: 1rem;
  font-size: var(--text-base);
  line-height: 1.66;
}

.service-story__body ul {
  max-width: 68ch;
  gap: 12px 22px;
  margin-top: 1.15rem;
}

.service-story__body li {
  font-size: var(--text-base);
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .service-story__item {
    width: min(88%, 1040px);
  }
}

@media (max-width: 768px) {
  .service-story {
    width: min(100% - 24px, 720px);
  }

  .service-story__item,
  .service-story__item--left,
  .service-story__item--right {
    width: 100%;
    padding: 28px 24px;
  }

  .service-story__item::before,
  .service-story__item--left::before,
  .service-story__item--right::before {
    border-radius: 26px;
  }

  .service-story__item::after {
    display: none;
  }
}

/* Service detail wave repair: the edge itself is masked, no detached blob. */
.service-story__item::after,
.service-story__item--left::after,
.service-story__item--right::after {
  display: none !important;
}

.service-story__item::before {
  z-index: -1 !important;
  border: 0;
  background: linear-gradient(135deg, rgb(255 255 255 / 92%), rgb(241 248 252 / 84%));
  box-shadow: 0 22px 58px rgb(5 16 32 / 16%);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
}

.service-story__item--left::before {
  border-radius: 30px 0 0 30px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 560' preserveAspectRatio='none'%3E%3Cpath d='M0 0H820C930 0 1000 58 968 142C934 230 835 232 892 314C966 421 932 560 802 560H0Z' fill='white'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 560' preserveAspectRatio='none'%3E%3Cpath d='M0 0H820C930 0 1000 58 968 142C934 230 835 232 892 314C966 421 932 560 802 560H0Z' fill='white'/%3E%3C/svg%3E");
}

.service-story__item--right::before {
  border-radius: 0 30px 30px 0;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 560' preserveAspectRatio='none'%3E%3Cpath d='M180 0H1000V560H198C68 560 34 421 108 314C165 232 66 230 32 142C0 58 70 0 180 0Z' fill='white'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 560' preserveAspectRatio='none'%3E%3Cpath d='M180 0H1000V560H198C68 560 34 421 108 314C165 232 66 230 32 142C0 58 70 0 180 0Z' fill='white'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {
  .service-story__item::before,
  .service-story__item--left::before,
  .service-story__item--right::before {
    border-radius: 26px;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

/* Service detail FAQ and contact layout repair. */
.service-story__body .service-story__subheading {
  margin: 1.45rem 0 .65rem;
  color: var(--navy);
  font-family: var(--sans);
  font-size: var(--text-lg);
  font-weight: 850;
  line-height: 1.35;
}

.service-story__body .service-story__subheading:first-child {
  margin-top: 0;
}

.service-story__item--faq {
  width: min(94%, 1240px);
  align-self: center;
  grid-template-columns: clamp(48px, 4vw, 72px) minmax(0, 1fr);
  padding:
    clamp(30px, 4vw, 54px)
    clamp(34px, 5vw, 76px)
    clamp(34px, 4.5vw, 64px);
}

.service-story__item--faq::before {
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 34px;
  -webkit-mask-image: none;
  mask-image: none;
}

.service-story__item--faq .service-story__body h3 {
  max-width: 760px;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.service-detail-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  gap: clamp(1.25rem, 3vw, 2.4rem);
  align-items: start;
}

.service-detail-faq-visual {
  order: 2;
  margin: 0;
  align-self: start;
  position: sticky;
  top: 120px;
}

.service-detail-faq-visual img {
  display: block;
  width: min(100%, 280px);
  height: auto;
  margin-inline: auto;
  filter: drop-shadow(0 24px 34px rgb(30 58 95 / 14%));
}

.service-story__item--faq .service-detail-faq-list {
  order: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: .85rem;
  margin: 0;
}

.service-story__item--faq .service-detail-faq-item {
  align-self: start;
  border-radius: 14px;
  background: rgb(255 255 255 / 82%);
  box-shadow: 0 10px 24px rgb(30 58 95 / 8%);
}

.service-story__item--faq .service-detail-faq-item:not([open]) {
  min-height: 0;
}

.service-story__item--faq .service-detail-faq-item summary {
  gap: .7rem;
  padding: .82rem .9rem;
  font-size: var(--text-sm);
  line-height: 1.35;
}

.service-story__item--faq .service-detail-faq-item summary::before {
  min-height: 26px;
}

.service-story__item--faq .service-detail-faq-item p {
  padding: 0 .9rem .9rem 1.35rem;
  font-size: var(--text-sm);
  line-height: 1.55;
}

.service-story__item--faq .service-faq-phone-link {
  margin-top: 1.4rem;
}

.contact-redesign {
  overflow-x: clip;
}

.contact-hero,
.contact-main-grid,
.contact-local-copy,
.contact-dual-info,
.contact-service-links,
.contact-faq {
  box-sizing: border-box;
  max-width: calc(100% - 48px);
}

.contact-local-copy.contact-routing-card,
.contact-image-band.contact-routing-card {
  display: block;
  margin-inline: auto;
}

.contact-dual-info > a {
  display: block;
  min-width: 0;
  text-decoration: none;
}

@media (max-width: 980px) {
  .service-detail-faq-layout,
  .service-story__item--faq .service-detail-faq-list {
    grid-template-columns: 1fr;
  }

  .service-detail-faq-visual {
    order: -1;
    position: static;
  }

  .service-detail-faq-visual img {
    width: min(62%, 220px);
  }
}

@media (max-width: 768px) {
  .service-story__item--faq {
    width: 100%;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 28px 22px;
  }

  .contact-hero,
  .contact-main-grid,
  .contact-local-copy,
  .contact-dual-info,
  .contact-service-links,
  .contact-faq {
    max-width: calc(100% - 28px);
  }
}

/* Final isolation for service detail FAQ panels. */
.service-story__item.service-story__item--faq {
  width: min(1120px, calc(100% - 72px)) !important;
  max-width: 1120px !important;
  margin-inline: auto !important;
  grid-template-columns: clamp(44px, 4vw, 64px) minmax(0, 1fr) !important;
  align-items: start !important;
  padding: clamp(2rem, 3vw, 3.25rem) !important;
  border-radius: 34px !important;
  overflow: hidden !important;
}

.service-story__item.service-story__item--faq::before {
  inset: 0 !important;
  border-radius: 34px !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.service-story__item.service-story__item--faq::after {
  display: none !important;
}

.service-story__item--faq .service-story__body {
  min-width: 0 !important;
}

.service-story__item--faq .service-detail-faq-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 270px) !important;
  gap: clamp(1.5rem, 3vw, 2.5rem) !important;
  align-items: start !important;
}

.service-story__item--faq .service-detail-faq-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-items: start !important;
  gap: .75rem !important;
  min-width: 0 !important;
}

.service-story__item--faq .service-detail-faq-item {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  align-self: start !important;
}

.service-story__item--faq .service-detail-faq-item summary {
  min-height: 58px !important;
  padding: .9rem 1rem !important;
  font-size: var(--text-sm) !important;
}

.service-story__item--faq .service-detail-faq-item p {
  padding: 0 1rem 1rem 1.45rem !important;
  font-size: var(--text-sm) !important;
}

.service-story__item--faq .service-detail-faq-visual {
  position: sticky !important;
  top: 120px !important;
  align-self: start !important;
  justify-self: center !important;
  margin: 0 !important;
}

.service-story__item--faq .service-detail-faq-visual img {
  width: min(100%, 250px) !important;
  height: auto !important;
}

@media (max-width: 980px) {
  .service-story__item.service-story__item--faq {
    width: min(100% - 32px, 760px) !important;
    grid-template-columns: 1fr !important;
    padding: 1.5rem !important;
  }

  .service-story__item--faq .service-story__number {
    margin-bottom: .75rem !important;
  }

  .service-story__item--faq .service-detail-faq-layout {
    grid-template-columns: 1fr !important;
  }

  .service-story__item--faq .service-detail-faq-visual {
    position: static !important;
    order: -1 !important;
  }

  .service-story__item--faq .service-detail-faq-visual img {
    width: min(62vw, 210px) !important;
  }
}

/* Shared public page motion, excluding homepage and admin by JS guard. */
body.public-motion-ready [data-public-reveal] {
  opacity: 0;
  transform: translate3d(0, var(--public-reveal-y, 18px), 0);
  transition:
    opacity 620ms cubic-bezier(.22, 1, .36, 1),
    transform 620ms cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--public-reveal-delay, 0ms);
}

body.public-motion-ready [data-public-reveal="image"] {
  transform: translate3d(0, 14px, 0) scale(.985);
  transform-origin: center;
}

body.public-motion-ready [data-public-reveal].is-public-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

body.public-motion-ready [data-public-micro] {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease;
}

body.public-motion-ready [data-public-micro]:hover {
  transform: translate3d(0, -2px, 0);
}

body.public-motion-ready [data-public-micro]:active {
  transform: translate3d(0, 0, 0);
}

.article-editorial-page {
  overflow-x: clip;
}

@media (prefers-reduced-motion: reduce) {
  body.public-motion-ready [data-public-reveal],
  body.public-motion-ready [data-public-reveal="image"],
  body.public-motion-ready [data-public-micro],
  body.public-motion-ready [data-public-micro]:hover,
  body.public-motion-ready [data-public-micro]:active {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    transition-delay: 0ms !important;
  }
}
