/* Deliberately scoped: no existing section, shared token or animation overrides. */
.ln-addition {
  background: #fff;
  color: #081126;
  letter-spacing: 0;
  scroll-margin-top: 100px;
}
.ln-addition-inner {
  width: min(1450px, calc(100% - 112px));
  margin-inline: auto;
}
.ln-addition h2,
.ln-addition h3,
.ln-addition p { margin: 0; letter-spacing: 0; }
.ln-addition-label {
  color: #008bad;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
}
.ln-approach { padding-block: 68px 96px; }
.ln-approach-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, .9fr);
  align-items: center;
  gap: 72px;
}
.ln-approach .ln-addition-label {
  display: inline-block;
  padding: 5px 12px;
  margin-bottom: 20px;
  border: 1px solid #b3e4ef;
  border-radius: 24px;
}
.ln-approach h2 {
  font-size: 72px;
  font-weight: 800;
  line-height: 1.06;
  text-transform: uppercase;
}
.ln-approach h2 span { display: block; }
.ln-approach h2 span:last-child { color: #009fc4; }
.ln-approach-copy ul { list-style: none; margin: 0; padding: 0; }
.ln-approach-copy li {
  position: relative;
  padding: 24px 0 24px 24px;
  border-bottom: 1px solid #d9e2e8;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.45;
}
.ln-approach-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 27px;
  width: 2px;
  height: 19px;
  background: #03cffa;
}
.ln-approach-copy p { margin-top: 24px; max-width: 400px; font-size: 17px; line-height: 1.6; }
.ln-project-heading { padding-block: 40px 28px; }
.ln-project-heading h2 { margin-top: 10px; font-size: 46px; font-weight: 800; line-height: 1.18; }
.ln-project-subtitle { margin-top: 8px !important; color: #008eaf; font-size: 28px; font-weight: 600; line-height: 1.4; }
.ln-project-scene { position: relative; }
.ln-project-art { width: 100%; height: auto; aspect-ratio: 3 / 1; object-fit: cover; }
.ln-project-overlay {
  position: absolute;
  left: max(40px, calc((100% - 1510px) / 2));
  top: 32%;
  width: 28%;
  color: #fff;
}
.ln-project-location { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; }
.ln-project-location span { width: 5px; height: 5px; border-radius: 50%; background: #baff00; flex-shrink: 0; }
.ln-project-statement { margin-top: 20px !important; font-family: Georgia, "Times New Roman", serif; font-size: 66px; line-height: 1.02; }
.ln-project-caption {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding-block: 28px;
  border-bottom: 1px solid #e5e9ed;
}
.ln-project-caption h3 { font-size: 16px; font-weight: 800; }
.ln-project-caption p { font-size: 16px; color: #526478; line-height: 1.6; }
.ln-project-caption a { display: inline-flex; align-items: center; gap: 18px; font-size: 15px; font-weight: 800; min-height: 44px; }
.ln-project-caption a img { width: 22px; height: 22px; transition: transform .2s ease; }
.ln-project-caption a:hover img { transform: translateX(4px); }
.ln-project-caption a:hover { color: #007d9a; }
.ln-questions { padding-block: 74px; }
.ln-questions-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.2fr); gap: 80px; align-items: start; }
.ln-questions h2 { font-size: 38px; line-height: 1.15; font-weight: 800; }
.ln-questions h2 span { color: #009fc4; }
.ln-questions details { border-bottom: 1px solid #d9e2e8; }
.ln-questions details:first-child { border-top: 1px solid #d9e2e8; }
.ln-questions summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  list-style: none;
  cursor: pointer;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
}
.ln-questions summary::-webkit-details-marker { display: none; }
.ln-questions summary img { width: 22px; height: 22px; flex-shrink: 0; transition: transform .2s ease; }
.ln-questions summary:hover { color: #007d9a; }
.ln-questions details[open] summary img { transform: rotate(45deg); }
.ln-questions details p { padding: 0 40px 24px 0; color: #526478; font-size: 16px; line-height: 1.75; }
.ln-next-step { padding-block: 62px; background: #03cffa; }
.ln-next-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, .85fr); align-items: center; gap: 80px; }
.ln-next-step h2 { font-size: 82px; font-weight: 800; text-transform: uppercase; line-height: 1.02; }
.ln-next-step h2 > span { display: block; }
.ln-next-step h2 .ln-next-final { display: flex; align-items: center; gap: 26px; }
.ln-next-final img { width: 70px; height: 70px; flex-shrink: 0; transform: rotate(-45deg); filter: brightness(0) saturate(100%) invert(91%) sepia(94%) saturate(1873%) hue-rotate(16deg) brightness(107%) contrast(107%); }
.ln-next-copy p { font-size: 23px; line-height: 1.5; font-weight: 600; }
.ln-next-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 52px;
  max-width: 100%;
  margin-top: 28px;
  padding: 14px 24px;
  border: 1px solid #081126;
  border-radius: 4px;
  background: #081126;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  transition: background .2s ease, color .2s ease;
}
.ln-next-button img { width: 22px; height: 22px; flex-shrink: 0; filter: brightness(0) invert(1); }
.ln-next-button:hover { background: #fff; color: #081126; }
.ln-next-button:hover img { filter: none; }
.ln-next-email { display: block; width: fit-content; margin-top: 20px; font-size: 16px; font-weight: 800; overflow-wrap: anywhere; }
.ln-next-email:hover { text-decoration: underline; }
.ln-addition :focus-visible { outline: 3px solid #007590; outline-offset: 5px; }
.ln-next-step :focus-visible { outline-color: #081126; }
@media (max-width: 1450px) {
  .ln-approach h2 { font-size: 60px; }
  .ln-approach-layout, .ln-next-layout { gap: 48px; }
  .ln-next-step h2 { font-size: 68px; }
  .ln-project-statement { font-size: 54px; }
}
@media (max-width: 1150px) {
  .ln-addition-inner { width: calc(100% - 72px); }
  .ln-approach h2 { font-size: 48px; }
  .ln-approach-copy li { font-size: 16px; }
  .ln-approach-copy p { font-size: 16px; }
  .ln-next-step h2 { font-size: 54px; }
  .ln-next-final img { width: 46px; height: 46px; }
  .ln-next-copy p { font-size: 19px; }
  .ln-questions-layout { gap: 40px; }
  .ln-questions h2 { font-size: 30px; }
  .ln-project-overlay { left: 32px; }
  .ln-project-statement { font-size: 42px; }
  .ln-project-caption { gap: 24px; }
}
@media (max-width: 800px) {
  .ln-approach { padding-block: 46px 64px; }
  .ln-approach-layout { grid-template-columns: 1fr; gap: 24px; }
  .ln-approach h2 { font-size: 54px; }
  .ln-approach-copy li { font-size: 18px; }
  .ln-approach-copy p { max-width: 100%; }
  .ln-project-heading h2 { font-size: 36px; }
  .ln-project-subtitle { font-size: 22px; }
  .ln-project-overlay { top: 28%; left: 24px; width: 28%; }
  .ln-project-statement { font-size: 32px; margin-top: 12px !important; }
  .ln-project-location { font-size: 10px; gap: 6px; }
  .ln-project-caption { grid-template-columns: auto 1fr; gap: 12px 24px; }
  .ln-project-caption a { grid-column: 2; }
  .ln-questions-layout { grid-template-columns: 1fr; gap: 28px; }
  .ln-questions { padding-block: 56px; }
  .ln-questions h2 { font-size: 36px; }
  .ln-next-layout { grid-template-columns: 1fr; gap: 30px; }
  .ln-next-step h2 { font-size: 64px; }
}
@media (max-width: 550px) {
  .ln-addition-inner { width: calc(100% - 40px); }
  .ln-approach h2 { font-size: 36px; line-height: 1.1; }
  .ln-approach .ln-addition-label { font-size: 11px; }
  .ln-approach-copy li { font-size: 16px; padding-block: 20px; }
  .ln-approach-copy li::before { top: 22px; }
  .ln-project-heading { padding-block: 32px 24px; }
  .ln-project-heading h2 { font-size: 30px; }
  .ln-project-subtitle { font-size: 20px; }
  .ln-project-art { aspect-ratio: 1.65; object-position: 82% center; }
  .ln-project-overlay { position: static; width: calc(100% - 40px); margin-inline: auto; padding-block: 24px 12px; color: #081126; }
  .ln-project-location { font-size: 12px; }
  .ln-project-statement { font-size: 42px; }
  .ln-project-statement br { display: none; }
  .ln-project-caption { grid-template-columns: 1fr; gap: 8px; padding-block: 16px 24px; }
  .ln-project-caption a { grid-column: auto; width: fit-content; }
  .ln-project-caption p { font-size: 15px; }
  .ln-questions h2 { font-size: 30px; }
  .ln-questions summary { font-size: 16px; gap: 16px; }
  .ln-questions details p { padding-right: 0; }
  .ln-next-step { padding-block: 42px; }
  .ln-next-step h2 { font-size: 42px; }
  .ln-next-step h2 .ln-next-final { gap: 14px; }
  .ln-next-final img { width: 40px; height: 40px; }
  .ln-next-copy p { font-size: 18px; }
}
@media (max-width: 360px) {
  .ln-approach h2 { font-size: 30px; }
  .ln-project-heading h2 { font-size: 27px; }
  .ln-next-step h2 { font-size: 34px; }
  .ln-next-final img { width: 30px; height: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  .ln-addition a, .ln-addition img { transition: none; }
}
