:root {
  --navy-950: #071125;
  --navy-900: #0c1b36;
  --navy-800: #13284c;
  --gold-500: #b9975e;
  --gold-400: #d8bf8b;
  --sand-100: #f5f0e5;
  --ivory: #fbfaf7;
  --ink: #121212;
  --muted: #5e5a53;
  --content-max: 1320px;
  --content-pad: clamp(20px, 3.8vw, 54px);
  --panel-border: rgba(221, 205, 173, 0.76);
  --panel-shadow: 0 18px 35px rgba(16, 17, 30, 0.15);
  --sky-500: #2b8fe9;
  --sky-600: #1f7fd5;
  --champagne-500: #cfb07a;
  --champagne-600: #b89358;
  --luxury-title: #f4e7cc;
  --luxury-copy: #e6d3ab;
  --title-ink: #0e2547;
  --link-accent: #ad122a;
  --motion-fast: 150ms;
  --motion-medium: 220ms;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Be Vietnam Pro", sans-serif;
  background:
    radial-gradient(circle at 18% 8%, #ffffff 0%, rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0) 70%),
    linear-gradient(180deg, #fefdfb 0%, #f2ede4 100%);
  color: var(--ink);
}

.content-wrap {
  width: min(100%, var(--content-max));
  margin: 0 auto;
  padding-left: var(--content-pad);
  padding-right: var(--content-pad);
}

.topbar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  background: linear-gradient(90deg, rgba(7, 17, 37, 0.92), rgba(13, 31, 62, 0.9));
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(215, 186, 129, 0.32);
}

.topbar-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(16px, 2.2vw, 32px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--gold-400);
  border: 1px solid rgba(215, 186, 129, 0.7);
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.brand-copy strong {
  display: block;
  font-family: "Be Vietnam Pro", sans-serif;
  color: #f4e7cc;
  font-size: clamp(20px, 2.2vw, 31px);
  letter-spacing: 0.02em;
  transition: transform var(--motion-medium) ease, text-shadow var(--motion-medium) ease, color var(--motion-medium) ease;
  font-weight: 700;
}

.brand-copy span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: rgba(235, 236, 239, 0.9);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.brand:hover .brand-copy strong {
  transform: translateY(-1px);
  text-shadow: 0 0 16px rgba(217, 191, 139, 0.38);
  color: #fff2d5;
}

.menu {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1vw, 16px);
}

.menu a {
  font-size: clamp(12px, 0.72vw, 14px);
  font-weight: 600;
  color: #f7f5ef;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  position: relative;
  transition: color var(--motion-fast) ease, transform var(--motion-fast) ease, text-shadow var(--motion-fast) ease;
}

.topbar .menu a {
  color: #f7f5ef;
}

.topbar .menu a:hover {
  color: #fff4dc;
}

.topbar .menu a::before {
  background: linear-gradient(90deg, transparent, var(--gold-400));
}

.menu a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -6px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-400));
  transition: right var(--motion-fast) ease;
}

.menu a:hover::before {
  right: 0;
}

.menu a:hover {
  color: #fff4dc;
  transform: translateY(-2px);
  text-shadow: 0 0 16px rgba(217, 191, 139, 0.3);
}

.lang-switch {
  display: inline-flex;
  border: 1px solid rgba(216, 191, 139, 0.6);
  border-radius: 999px;
  overflow: hidden;
  height: 36px;
}

.lang-btn {
  border: 0;
  background: transparent;
  color: #f8f4e9;
  padding: 0 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform var(--motion-fast) ease, background var(--motion-fast) ease, color var(--motion-fast) ease;
}

.lang-btn.active {
  background: linear-gradient(180deg, #d8bf8b 0%, #b18a4f 100%);
  color: #1f1608;
}

.lang-btn:hover {
  transform: translateY(-1px);
  background: rgba(216, 191, 139, 0.14);
}

.lang-btn.is-pressed,
.cta.is-pressed {
  animation: pressPulse 340ms ease;
}

.hero {
  position: relative;
  min-height: clamp(760px, 82vw, 920px);
  padding-top: 88px;
  padding-bottom: clamp(90px, 12vw, 140px);
  overflow: visible;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(101deg, rgba(7, 17, 37, 0.86) 0%, rgba(11, 31, 61, 0.72) 40%, rgba(15, 38, 72, 0.12) 68%),
    linear-gradient(0deg, rgba(8, 15, 30, 0.2), rgba(8, 15, 30, 0.2));
}

.hero-sheen {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    116deg,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 248, 220, 0.09) 35%,
    rgba(255, 248, 220, 0) 46%
  );
  mix-blend-mode: screen;
  animation: sheenTravel 11s linear infinite;
}

.hero-sparkle {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 20% 24%, rgba(255, 229, 173, 0.8) 0 1px, transparent 2px),
    radial-gradient(circle at 68% 37%, rgba(250, 238, 208, 0.52) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 78% 66%, rgba(255, 214, 143, 0.55) 0 1px, transparent 2px),
    radial-gradient(circle at 42% 75%, rgba(255, 235, 186, 0.45) 0 1px, transparent 2px);
  animation: sparklePulse 4.8s ease-in-out infinite alternate;
}

.hero-grid {
  min-height: clamp(620px, 72vw, 760px);
  display: grid;
  align-items: center;
}

.hero-content {
  width: min(54ch, 52%);
  position: relative;
  z-index: 4;
  color: var(--ivory);
  animation: riseIn 700ms ease-out both;
}

.hero-content h1,
.hero-content p {
  color: #f7f3eb;
}

.hero-content p {
  color: rgba(244, 240, 230, 0.93);
}

.hero-content h1 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(37px, 4.2vw, 64px);
  line-height: 1.04;
  letter-spacing: 0.015em;
  text-wrap: balance;
  font-weight: 700;
}

.hero-content p {
  margin: 20px 0 30px;
  font-size: clamp(16px, 1.35vw, 23px);
  line-height: 1.48;
  color: rgba(244, 240, 230, 0.93);
  max-width: 50ch;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #241a0a;
  background: linear-gradient(180deg, #ead5a9 0%, #c79b59 100%);
  box-shadow:
    0 10px 24px rgba(20, 13, 4, 0.4),
    inset 0 0 0 1px rgba(255, 249, 234, 0.6);
  position: relative;
  overflow: hidden;
  transition: transform var(--motion-fast) ease, box-shadow var(--motion-fast) ease, letter-spacing var(--motion-fast) ease;
}

.cta:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow:
    0 16px 32px rgba(20, 13, 4, 0.48),
    inset 0 0 0 1px rgba(255, 249, 234, 0.8);
  letter-spacing: 0.11em;
}

.cta::after,
.lang-btn::after {
  content: "";
  position: absolute;
  inset: auto;
  width: 140%;
  height: 180%;
  left: -20%;
  top: -120%;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.52) 50%, transparent 70%);
  transform: rotate(9deg);
  transition: transform 520ms ease;
}

.cta:hover::after,
.lang-btn:hover::after {
  transform: translateY(170%) rotate(9deg);
}

.service-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  transform: translateY(50%);
}

.baker-tail {
  padding-top: clamp(120px, 12vw, 170px);
}

.service-row {
  z-index: 5;
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 20px);
}

.service-card {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(6px);
  border: 1px solid var(--panel-border);
  border-radius: 12px;
  padding: 22px 18px 20px;
  min-height: 152px;
  text-align: center;
  box-shadow: var(--panel-shadow);
  animation: riseIn 760ms ease-out both;
  position: relative;
  overflow: hidden;
  transition:
    transform var(--motion-fast) ease,
    box-shadow var(--motion-fast) ease,
    border-color var(--motion-fast) ease,
    background var(--motion-fast) ease;
}

.service-card:nth-child(2) {
  animation-delay: 90ms;
}

.service-card:nth-child(3) {
  animation-delay: 160ms;
}

.service-card:nth-child(4) {
  animation-delay: 240ms;
}

.service-icon {
  font-size: 20px;
  color: #9f7b46;
  display: inline-block;
  transition: transform var(--motion-fast) ease, text-shadow var(--motion-fast) ease, color var(--motion-fast) ease;
}

.service-card h3 {
  margin: 12px 0 8px;
  font-size: clamp(18px, 1.3vw, 24px);
  line-height: 1.12;
  color: #191510;
  transition: transform var(--motion-fast) ease, color var(--motion-fast) ease, text-shadow var(--motion-fast) ease;
}

.service-card p {
  margin: 0;
  font-size: clamp(13px, 0.92vw, 16px);
  color: var(--muted);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 24%, rgba(255, 255, 255, 0.55) 50%, transparent 76%);
  transform: translateX(-140%);
  transition: transform 280ms ease;
  pointer-events: none;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 236, 198, 0);
  transition: border-color var(--motion-fast) ease, opacity var(--motion-fast) ease;
  pointer-events: none;
}

.service-card:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(204, 170, 108, 0.88);
  box-shadow: 0 24px 46px rgba(16, 17, 30, 0.2);
}

.service-card:hover::before {
  transform: translateX(140%);
}

.service-card:hover::after {
  border-color: rgba(245, 217, 163, 0.7);
}

.service-card:hover .service-icon {
  transform: translateY(-3px) scale(1.12);
  color: #c19148;
  text-shadow: 0 0 18px rgba(193, 145, 72, 0.35);
  animation: starSpin 680ms cubic-bezier(0.2, 0.9, 0.25, 1) both;
}

.service-card:hover h3 {
  transform: translateY(-2px);
  color: #24170a;
  text-shadow: 0 0 14px rgba(217, 191, 139, 0.2);
}

.baker-tail {
  color: #ffffff;
}

.baker-tail .page-intro {
  background: linear-gradient(132deg, #0f2447 0%, #102b56 55%, #143261 100%);
}

.baker-tail .page-intro--career {
  background: transparent;
}

.baker-tail .page-intro__inner {
  padding: clamp(28px, 4vw, 56px) clamp(22px, 4vw, 48px);
}

.baker-tail .page-intro--career .page-intro__header,
.baker-tail .page-intro--career .page-intro__copy,
.baker-tail .page-intro--career .page-intro__copy p {
  color: var(--title-ink);
  text-shadow: none;
}

.baker-tail .page-intro--career .home-feature__link.link--bold {
  color: var(--link-accent);
}

.baker-tail .page-intro--career .home-feature__link.link--bold:before {
  background-color: var(--link-accent);
}

.baker-tail .page-intro__header,
.baker-tail .page-intro__copy,
.baker-tail .page-intro__copy p {
  color: #f3f7fd;
}

.baker-tail .page-intro__header,
.baker-tail .topic-selector__card-title,
.baker-tail .call-to-action-module .title {
  color: var(--luxury-title);
  text-shadow: 0 0 14px rgba(207, 176, 122, 0.18);
}

.baker-tail .home-feature__link.link--bold,
.baker-tail .home-feature__link.link--bold-white {
  color: #ffffff;
}

.baker-tail .home-feature__link.link--bold:before,
.baker-tail .home-feature__link.link--bold-white:before {
  background-color: var(--champagne-500);
}

.baker-tail .topic-selector__header {
  background-color: rgba(7, 27, 59, 0.9);
}

.baker-tail .topic-selector__background-image {
  transition: opacity var(--motion-medium) ease;
}

.baker-tail .topic-selector__tile {
  border-color: rgba(217, 233, 255, 0.22);
}

.baker-tail .topic-selector__card {
  background: rgba(8, 22, 48, 0.9);
}

.baker-tail .topic-selector__card-title,
.baker-tail .topic-selector__card-content {
  color: #f4f8ff;
}

.baker-tail .stats-module {
  background: linear-gradient(120deg, #eaf3ff 0%, #deebfb 48%, #d5e6fa 100%);
}

.baker-tail .stats-module__stat-number {
  color: #0f2f60;
}

.baker-tail .stats-module__stat-label {
  color: #244a7f;
}

.baker-tail .stats-module__stat-shadow {
  color: rgba(31, 127, 213, 0.22);
}

.baker-tail .call-to-action-module {
  background: linear-gradient(110deg, #0e2547 0%, #133463 100%);
}

.baker-tail .call-to-action-module .title,
.baker-tail .call-to-action-module .summary {
  color: #f2f7ff;
}

.baker-tail .call-to-action__content .summary {
  color: var(--title-ink);
  opacity: 1;
  text-shadow: none;
}

.baker-tail .call-to-action-module a.home-feature__link {
  color: var(--title-ink);
  opacity: 1;
  text-shadow: none;
}

.baker-tail .call-to-action-module a.home-feature__link:before {
  background-color: var(--champagne-500);
}

.baker-tail [data-i18n="bakerFutureLink"],
.baker-tail [data-i18n="bakerReinventLink"] {
  color: var(--link-accent) !important;
}

.baker-tail [data-i18n="bakerFutureLink"]:before,
.baker-tail [data-i18n="bakerReinventLink"]:before {
  background-color: var(--link-accent) !important;
}

.global-footer.baker-tail {
  background: linear-gradient(112deg, #0a1f42 0%, #103261 58%, #1b4a86 100%);
}

.global-footer.baker-tail .footer-nav {
  border-top-color: rgba(207, 176, 122, 0.46);
}

.global-footer.baker-tail .utility-link a,
.global-footer.baker-tail .copyright,
.global-footer.baker-tail .communication-footer .social-link a {
  color: #f4f8ff;
}

.global-footer.baker-tail .utility-link a:hover {
  color: #d8e9ff;
}

.global-footer.baker-tail .communication-footer .social-link a {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(207, 176, 122, 0.62);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: transform var(--motion-fast) ease, border-color var(--motion-fast) ease, background-color var(--motion-fast) ease;
}

.global-footer.baker-tail .social-icon-link {
  color: #f4f8ff;
}

.global-footer.baker-tail .social-icon-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  transition: transform var(--motion-fast) ease, filter var(--motion-fast) ease;
}

.global-footer.baker-tail .communication-footer .social-link a::before {
  content: none;
}

.global-footer.baker-tail .communication-footer .social-link a:hover {
  transform: translateY(-2px);
  border-color: rgba(207, 176, 122, 0.96);
  background-color: rgba(207, 176, 122, 0.16);
}

.global-footer.baker-tail .communication-footer .social-link a:hover svg {
  transform: rotate(-16deg) scale(1.08);
  filter: drop-shadow(0 0 10px rgba(207, 176, 122, 0.35));
}

@keyframes riseIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sheenTravel {
  from {
    transform: translateX(-42%);
  }
  to {
    transform: translateX(42%);
  }
}

@keyframes sparklePulse {
  from {
    opacity: 0.32;
  }
  to {
    opacity: 0.86;
  }
}

@keyframes starSpin {
  from {
    transform: translateY(-3px) scale(1.12) rotate(0deg);
  }
  to {
    transform: translateY(-3px) scale(1.12) rotate(1080deg);
  }
}

@keyframes pressPulse {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}

.mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  z-index: 50;
  position: relative;
}

.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--gold-400);
  transition: transform var(--motion-medium) ease, opacity var(--motion-medium) ease;
}

.mobile-toggle.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.mobile-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.mobile-toggle.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 39;
  opacity: 0;
  transition: opacity var(--motion-medium) ease;
}

.mobile-overlay.is-active {
  display: block;
  opacity: 1;
}

@media (max-width: 1190px) {
  .topbar-inner {
    grid-template-columns: 1fr;
    justify-items: start;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .menu {
    justify-self: start;
    flex-wrap: wrap;
  }

  .hero {
    padding-top: 140px;
  }

  .hero-content {
    width: min(66ch, 88%);
  }
}

@media (max-width: 980px) {
  .topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-toggle {
    display: flex;
  }

  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100vh;
    background: rgba(10, 22, 45, 0.98);
    backdrop-filter: blur(16px);
    border-left: 1px solid rgba(215, 186, 129, 0.32);
    flex-direction: column;
    justify-content: flex-start;
    padding: 100px 30px 40px;
    transition: right 0.4s cubic-bezier(0.2, 0.9, 0.25, 1);
    z-index: 45;
    gap: 24px;
  }

  .menu.is-open {
    right: 0;
  }

  .menu a {
    font-size: 16px;
  }

  .lang-switch {
    position: fixed;
    top: 24px;
    right: -100%;
    z-index: 46;
    transition: right 0.4s cubic-bezier(0.2, 0.9, 0.25, 1);
  }

  .menu.is-open ~ .lang-switch,
  .lang-switch.is-open {
    right: 80px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 90px;
  }
  
  .hero-content h1 {
    font-size: clamp(28px, 6vw, 40px);
  }

  .service-wrap {
    position: relative;
    transform: none;
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .service-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .hero-content {
    width: 100%;
  }

  .service-row {
    grid-template-columns: 1fr;
  }
  
  .hero-sheen {
    animation: none;
    mix-blend-mode: normal;
    background: rgba(255, 248, 220, 0.05);
  }

  .hero-sparkle {
    display: none;
  }
  
  .baker-tail .topic-selector__tiles {
    grid-template-columns: 1fr !important;
  }

  .global-footer .communication-footer,
  .global-footer .footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .global-footer .utility-links {
    flex-direction: column;
    gap: 12px;
  }
}

.reduce-motion .hero-sheen,
.reduce-motion .hero-sparkle,
.reduce-motion .hero-content,
.reduce-motion .service-card,
.reduce-motion .cta,
.reduce-motion .lang-btn,
.reduce-motion .scroll-animate {
  animation: none !important;
}


/* ===== P4.1 Subpage UI System ===== */
.lt-subpage {
  background: linear-gradient(180deg, #fefdfb 0%, #f2ede4 100%);
  color: var(--ink);
}

.lt-subpage-hero {
  position: relative;
  padding-top: 130px;
  padding-bottom: 60px;
  background: linear-gradient(120deg, rgba(7, 17, 37, 0.92), rgba(16, 37, 73, 0.88));
}

.lt-subpage-hero__inner {
  max-width: 920px;
}

.lt-subpage-kicker {
  margin: 0 0 12px;
  color: var(--luxury-copy);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.lt-subpage-title {
  margin: 0;
  color: var(--luxury-title);
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.15;
}

.lt-subpage-subtitle {
  margin: 18px 0 0;
  color: #f0e2c6;
  max-width: 66ch;
  line-height: 1.75;
  font-size: clamp(14px, 1.35vw, 18px);
}

.lt-subpage-benefits {
  margin-top: 20px;
  margin-bottom: 28px;
}

.lt-subpage-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.lt-subpage-benefit-card {
  background: #fff;
  border: 1px solid var(--panel-border);
  box-shadow: var(--panel-shadow);
  border-radius: 14px;
  padding: 18px 16px;
}

.lt-subpage-benefit-card h3 {
  margin: 0;
  color: var(--title-ink);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.5;
  font-weight: 700;
}

.lt-subpage-content {
  padding: 8px 0 20px;
}

.lt-subpage-content__body {
  background: #fffdf8;
  border: 1px solid rgba(207, 176, 122, 0.44);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(14, 37, 71, 0.08);
  padding: clamp(18px, 2.4vw, 30px);
  color: #3a3024;
  line-height: 1.85;
}

.lt-subpage-cta {
  padding: 10px 0 64px;
}

.lt-subpage-cta__inner {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 900px) {
  .lt-subpage-benefits__grid {
    grid-template-columns: 1fr;
  }
  .lt-subpage-hero {
    padding-top: 118px;
    padding-bottom: 48px;
  }
}
/* ===== End P4.1 ===== */


/* ===== P42 Hotfix Post Template Parity ===== */
.lt-post-content-wrap {
  max-width: 920px;
}

.lt-post-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7b6a4f;
  font-size: 13px;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.lt-post-article .lt-post-content {
  color: #3a3024;
  line-height: 1.85;
  font-size: 16px;
}

.lt-post-article .lt-post-content h2,
.lt-post-article .lt-post-content h3,
.lt-post-article .lt-post-content h4 {
  color: var(--title-ink);
  margin-top: 1.4em;
}

.lt-post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.lt-post-card {
  background: #fff;
  border: 1px solid var(--panel-border);
  border-radius: 14px;
  box-shadow: var(--panel-shadow);
  padding: 18px;
}

.lt-post-card h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.35;
}

.lt-post-card h2 a {
  color: var(--title-ink);
  text-decoration: none;
}

.lt-post-card h2 a:hover {
  color: var(--link-accent);
}

.lt-post-excerpt {
  color: #4e4334;
  line-height: 1.7;
}

.lt-post-pagination {
  margin-top: 18px;
}

@media (max-width: 900px) {
  .lt-post-grid {
    grid-template-columns: 1fr;
  }
}
/* ===== End P42 post parity ===== */



/* ===== HOTFIX UI MAJOR: spacing + contact form ===== */
.lt-subpage {
  overflow: visible;
}

.lt-subpage-hero {
  margin-bottom: 0;
}

.lt-subpage-content {
  position: relative;
  z-index: 2;
}

.lt-subpage-contact {
  padding: 8px 0 24px;
}

.lt-contact-form-wrap h2 {
  margin: 0 0 8px;
  color: var(--title-ink);
}

.lt-contact-form-wrap p {
  margin-top: 0;
  color: #5b4f3e;
}

.lt-contact-form {
  margin-top: 16px;
  display: grid;
  gap: 14px;
}

.lt-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lt-contact-form label {
  display: grid;
  gap: 6px;
  color: #3b3124;
  font-size: 14px;
  font-weight: 600;
}

.lt-contact-form input,
.lt-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(186, 151, 94, 0.5);
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  background: #fff;
}

.lt-contact-form input:focus,
.lt-contact-form textarea:focus {
  outline: none;
  border-color: #b89358;
  box-shadow: 0 0 0 3px rgba(184, 147, 88, 0.18);
}

.lt-captcha-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.lt-captcha-row span {
  font-weight: 700;
  color: #2f2618;
}

.lt-captcha-row input {
  max-width: 140px;
}

.lt-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.lt-contact-feedback {
  margin: 6px 0 0;
  font-size: 14px;
}

.lt-contact-feedback.is-success {
  color: #0f6b3f;
}

.lt-contact-feedback.is-error {
  color: #a01e2b;
}

@media (max-width: 900px) {
  .lt-form-grid {
    grid-template-columns: 1fr;
  }
}
/* ===== End HOTFIX UI MAJOR ===== */


/* ===== HOTFIX-CD-MAJOR2 ===== */
.lt-view-toggle {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 16px;
}

.lt-view-btn {
  border: 1px solid var(--panel-border);
  background: #fff;
  color: var(--title-ink);
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  font-weight: 600;
}

.lt-view-btn.is-active {
  background: var(--title-ink);
  color: #fff;
}

.lt-post-grid--list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.lt-post-grid--list .lt-post-card {
  display: grid;
  grid-template-columns: 1fr;
}

.lt-team-intro {
  padding: 8px 0 10px;
}

.lt-team-pillars {
  padding: 10px 0 18px;
}

.lt-team-pillars__grid,
.lt-team-leads__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lt-team-card,
.lt-team-profile {
  background: #fff;
  border: 1px solid var(--panel-border);
  border-radius: 14px;
  padding: 16px;
  box-shadow: var(--panel-shadow);
}

.lt-team-card h3,
.lt-team-profile h3 {
  margin: 0 0 8px;
  color: var(--title-ink);
}

.lt-team-heading {
  margin: 0 0 12px;
  color: var(--title-ink);
}

@media (max-width: 900px) {
  .lt-team-pillars__grid,
  .lt-team-leads__grid {
    grid-template-columns: 1fr;
  }
}
/* ===== End HOTFIX-CD-MAJOR2 ===== */


/* ===== HOTFIX-NEWS-FINAL ===== */
.lt-view-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
}

.lt-post-grid--list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.lt-post-grid--list .lt-post-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
  align-items: start;
}

.lt-post-grid--list .lt-post-meta {
  margin-bottom: 8px;
}

.lt-post-grid--list .lt-post-excerpt {
  margin-top: 2px;
}

.lt-post-pagination ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.lt-post-pagination a,
.lt-post-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border: 1px solid var(--panel-border);
  border-radius: 8px;
  padding: 0 10px;
  text-decoration: none;
  color: var(--title-ink);
  background: #fff;
}

.lt-post-pagination .current {
  background: var(--title-ink);
  color: #fff;
}

@media (max-width: 900px) {
  .lt-post-grid--list .lt-post-card {
    grid-template-columns: 1fr;
  }
}
/* ===== End HOTFIX-NEWS-FINAL ===== */
