@charset "UTF-8";

/* LINKAGEWORKS front page. All rules are scoped to the TOP template. */
.lw-home {
  --lw-primary: #006837;
  --lw-primary-dark: #004e29;
  --lw-primary-light: #eaf5ef;
  --lw-primary-pale: #f4f9f6;
  --lw-text: #17201b;
  --lw-text-sub: #5e6862;
  --lw-bg: #ffffff;
  --lw-bg-sub: #f6f8f7;
  --lw-border: #dce4df;
  --lw-container: 1240px;
  color: var(--lw-text);
  background: var(--lw-bg);
  font-family: var(--swl-font_family, "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif);
  font-size: 16px;
  line-height: 1.9;
  overflow: hidden;
}

.lw-home *,
.lw-home *::before,
.lw-home *::after { box-sizing: border-box; }
.lw-home h1,
.lw-home h2,
.lw-home h3,
.lw-home p,
.lw-home figure,
.lw-home ul,
.lw-home ol { margin: 0; padding: 0; }
.lw-home ul,
.lw-home ol { list-style: none; }
.lw-home img { display: block; max-width: 100%; height: auto; }
.lw-home a { color: inherit; text-decoration: none; }
.lw-container { width: min(calc(100% - 64px), var(--lw-container)); margin-inline: auto; }
.lw-section { padding: clamp(72px, 7vw, 110px) 0; }

.lw-section-heading { margin: 0 auto clamp(48px, 6vw, 76px); text-align: center; }
.lw-section-heading__label,
.lw-eyebrow {
  color: var(--lw-primary);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  line-height: 1.4;
}
.lw-section-heading h2 {
  margin-top: 14px;
  font-family: Arial, sans-serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1;
}
.lw-section-heading > p:last-child { margin-top: 24px; color: var(--lw-text-sub); font-size: 15px; line-height: 2; }
.lw-section-heading--left { margin-inline: 0; text-align: left; }
.lw-section-heading--split { display: flex; align-items: flex-end; justify-content: space-between; text-align: left; }
.lw-section-heading--split > p { padding-bottom: 4px; }

.lw-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 42px;
  border: 1px solid transparent;
  border-radius: 100px;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}
.lw-button span { font-size: 18px; font-weight: 400; }
.lw-button--primary { color: #fff !important; background: var(--lw-primary); }
.lw-button--primary:hover { background: var(--lw-primary-dark); transform: translateY(-2px); }
.lw-button--text { border-color: var(--lw-primary); color: var(--lw-primary); background: #fff; }
.lw-button--text:hover { border-color: var(--lw-primary); color: var(--lw-primary); }
.lw-button--white { min-width: 330px; color: var(--lw-primary) !important; background: #fff; }
.lw-button--white:hover { background: var(--lw-primary-pale); transform: translateY(-2px); }
.lw-button:focus-visible { outline: 3px solid #f0c14b; outline-offset: 4px; }

/* Hero */
.lw-hero { position: relative; min-height: clamp(630px, 73svh, 730px); display: grid; align-items: center; border-bottom: 1px solid #e1ebe5; background: linear-gradient(112deg, #fff 0%, #fff 55%, var(--lw-primary-pale) 55%, #e8f4ed 100%); }
.lw-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(0, 104, 55, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 104, 55, .035) 1px, transparent 1px); background-size: 48px 48px; content: ""; mask-image: linear-gradient(90deg, transparent, #000); }
.lw-hero__inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(390px, .92fr); align-items: center; gap: clamp(28px, 4vw, 56px); padding: clamp(54px, 6vw, 72px) 0 clamp(72px, 7vw, 92px); }
.lw-hero__copy { position: relative; z-index: 1; }
.lw-hero__title { margin-top: 20px !important; font-size: clamp(58px, 7vw, 100px); font-weight: 600; letter-spacing: -.075em; line-height: 1.12; }
.lw-hero__title span { color: var(--lw-primary); }
.lw-hero__services { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin-top: 24px !important; color: var(--lw-primary-dark); font-family: Arial, sans-serif; font-size: clamp(11px, 1vw, 13px); font-weight: 700; letter-spacing: .045em; line-height: 1.5; }
.lw-hero__services i { width: 4px; height: 4px; border-radius: 50%; background: #9baba1; }
.lw-hero__lead { max-width: 660px; margin-top: 22px !important; color: #465049; font-size: 15px; line-height: 1.95; }
.lw-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.lw-hero__visual { position: relative; width: min(100%, 500px); aspect-ratio: 1; display: grid; place-self: center; place-items: center; }
.lw-hero__visual::before { position: absolute; width: 78%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.86); box-shadow: 0 30px 80px rgba(0, 78, 41, .12); content: ""; }
.lw-hero__orbit { position: absolute; border: 1px solid rgba(0, 104, 55, .2); border-radius: 50%; }
.lw-hero__orbit--one { width: 98%; aspect-ratio: 1; }
.lw-hero__orbit--two { width: 62%; aspect-ratio: 1; border-style: dashed; animation: lw-spin 30s linear infinite; }
.lw-hero__orbit::before,
.lw-hero__orbit::after { position: absolute; width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; background: var(--lw-primary); box-shadow: 0 4px 16px rgba(0,104,55,.25); content: ""; }
.lw-hero__orbit--one::before { top: 12%; left: 16%; }
.lw-hero__orbit--one::after { right: 5%; bottom: 27%; }
.lw-hero__orbit--two::before { top: -6px; left: 50%; }
.lw-hero__orbit--two::after { right: 2%; bottom: 18%; }
.lw-hero__core { position: relative; z-index: 1; width: 49%; aspect-ratio: 1; display: grid; place-content: center; gap: 2px; border-radius: 50%; color: #fff; background: var(--lw-primary); text-align: center; box-shadow: 0 24px 50px rgba(0, 78, 41, .25); }
.lw-hero__core span { font: 700 10px/1.3 Arial, sans-serif; letter-spacing: .18em; }
.lw-hero__core strong { font-size: 40px; font-weight: 300; line-height: 1.2; }
.lw-hero__visual > p { position: absolute; bottom: 12%; color: var(--lw-text-sub); font: 600 10px/1.4 Arial, sans-serif; letter-spacing: .14em; }
.lw-hero__scroll { position: absolute; bottom: 0; left: 28px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.lw-hero__scroll span { font: 600 9px/1 Arial, sans-serif; letter-spacing: .18em; writing-mode: vertical-rl; }
.lw-hero__scroll::after { width: 1px; height: 52px; background: var(--lw-primary); content: ""; }
@keyframes lw-spin { to { transform: rotate(360deg); } }

/* Services */
.lw-services { padding-block: clamp(68px, 6vw, 96px); background: #fff; }
.lw-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lw-service-card { position: relative; min-height: 490px; display: flex; flex-direction: column; border: 1px solid var(--lw-border); border-radius: 6px; padding: 32px 30px 26px; background: #fff; box-shadow: 0 12px 36px rgba(28, 48, 36, .045); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.lw-service-card:nth-child(2) { background: #fbfdfc; }
.lw-service-card:nth-child(3) { background: var(--lw-primary-pale); }
.lw-service-card:hover { border-color: #9fbaa9; transform: translateY(-3px); box-shadow: 0 18px 48px rgba(28, 48, 36, .09); }
.lw-service-card::before { position: absolute; top: -1px; left: 30px; width: 48px; height: 3px; background: var(--lw-primary); content: ""; }
.lw-service-card__top { display: flex; align-items: center; justify-content: space-between; color: var(--lw-primary); font: 700 11px/1.3 Arial, sans-serif; letter-spacing: .11em; }
.lw-service-card__top span { color: #aab5ae; font-weight: 400; }
.lw-service-card__icon { width: 56px; height: 56px; display: grid; place-items: center; margin-top: 24px; border: 1px solid #c5d9cd; border-radius: 50%; color: var(--lw-primary); background: #fff; font: 700 11px/1 Arial, sans-serif; letter-spacing: .08em; }
.lw-service-card h3 { margin-top: 20px !important; font-size: clamp(22px, 2vw, 28px); font-weight: 600; letter-spacing: -.035em; line-height: 1.5; }
.lw-service-card__body { max-width: 31em; margin-top: 16px !important; color: var(--lw-text-sub); font-size: 14px; line-height: 1.85; }
.lw-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.lw-service-card .lw-tags { margin-top: auto !important; padding-top: 22px !important; }
.lw-tags li { border: 1px solid var(--lw-border); border-radius: 100px; padding: 4px 10px; color: #536158; background: #fff; font: 600 10px/1.4 Arial, sans-serif; letter-spacing: .025em; }
.lw-card-link { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; border-top: 1px solid var(--lw-border); padding-top: 16px; color: var(--lw-primary) !important; font-size: 13px; font-weight: 700; }
.lw-card-link span { font-size: 17px; transition: transform .2s ease; }
.lw-card-link:hover span { transform: translateX(4px); }
.lw-card-link:focus-visible,
.lw-section-link a:focus-visible,
.lw-profile__link a:focus-visible { outline: 3px solid #f0c14b; outline-offset: 4px; }

/* Issues */
.lw-issues { background: var(--lw-bg-sub); }
.lw-issues .lw-section-heading { max-width: 820px; }
.lw-issues .lw-section-heading h2 { font-family: inherit; font-size: clamp(34px, 4.4vw, 54px); font-weight: 600; letter-spacing: -.045em; line-height: 1.4; }
.lw-issues__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lw-issues__list li { position: relative; min-height: 218px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--lw-border); border-radius: 6px; padding: 26px; background: #fff; box-shadow: 0 8px 28px rgba(28,48,36,.035); }
.lw-issues__list li::after { position: absolute; right: 0; bottom: 0; width: 42px; height: 3px; background: var(--lw-primary); content: ""; }
.lw-issues__icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--lw-primary); font: 700 10px/1 Arial, sans-serif; letter-spacing: .03em; }
.lw-issues__list span { position: absolute; top: 28px; right: 26px; color: #9dac9f; font: 600 10px/1 Arial, sans-serif; }
.lw-issues__list p { margin-top: auto !important; padding-top: 30px !important; font-size: clamp(16px, 1.45vw, 18px); font-weight: 600; line-height: 1.7; }

/* AI / RAG */
.lw-ai { background: var(--lw-primary-dark); color: #fff; }
.lw-ai__layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(54px, 8vw, 110px); align-items: center; }
.lw-ai .lw-section-heading__label { color: #8ed0ae; }
.lw-ai .lw-section-heading { margin-bottom: 40px; }
.lw-ai__content > h3 { font-size: clamp(31px, 4vw, 50px); font-weight: 500; letter-spacing: -.04em; line-height: 1.5; }
.lw-ai__body { margin-top: 28px; color: rgba(255,255,255,.74); font-size: 14px; line-height: 2.05; }
.lw-ai__body p + p { margin-top: 14px; }
.lw-ai__areas { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px !important; }
.lw-ai__areas li { display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 4px; padding: 10px 13px; background: rgba(255,255,255,.055); font-size: 13px; }
.lw-ai__areas span { color: #8ed0ae; }
.lw-ai__graphic { position: relative; min-height: 520px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 44px 44px; }
.lw-ai__graphic::before,
.lw-ai__graphic::after { position: absolute; border: 1px solid rgba(142,208,174,.5); border-radius: 50%; content: ""; }
.lw-ai__graphic::before { width: 74%; aspect-ratio: 1; }
.lw-ai__graphic::after { width: 50%; aspect-ratio: 1; border-style: dashed; }
.lw-ai__node { position: relative; z-index: 2; width: 180px; aspect-ratio: 1; display: grid; place-content: center; border-radius: 50%; background: #fff; color: var(--lw-primary-dark); text-align: center; box-shadow: 0 22px 60px rgba(0,0,0,.2); }
.lw-ai__node span { font: 700 9px/1.45 Arial, sans-serif; letter-spacing: .15em; }
.lw-ai__node strong { margin-top: 6px; color: var(--lw-primary); font: 500 46px/1 Arial, sans-serif; }
.lw-ai__document { position: absolute; z-index: 1; width: 90px; height: 112px; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.07); transform: rotate(-10deg); }
.lw-ai__document::before { position: absolute; inset: 24px 15px; background: repeating-linear-gradient(#a8d8be 0 2px, transparent 2px 13px); content: ""; opacity: .7; }
.lw-ai__document--one { top: 16%; left: 9%; }
.lw-ai__document--two { right: 8%; bottom: 17%; transform: rotate(9deg); }
.lw-ai__graphic > p { position: absolute; bottom: 22px; color: rgba(255,255,255,.5); font: 600 9px/1.4 Arial, sans-serif; letter-spacing: .16em; }

/* Process */
.lw-process { background: var(--lw-primary-pale); }
.lw-process__list { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.lw-process__list::before { position: absolute; top: 25px; right: 7%; left: 7%; height: 1px; background: #9fbaa9; content: ""; }
.lw-process__list li { position: relative; min-height: 228px; padding: 0 14px 18px; text-align: center; }
.lw-process__list li:not(:last-child)::after { position: absolute; top: 20px; right: -9px; z-index: 2; color: var(--lw-primary); content: "→"; font-size: 14px; line-height: 1; }
.lw-process__number { position: relative; z-index: 3; width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto; border: 1px solid var(--lw-primary); border-radius: 50%; color: #fff; background: var(--lw-primary); box-shadow: 0 0 0 7px var(--lw-primary-pale); font: 600 12px/1 Arial, sans-serif; letter-spacing: .08em; }
.lw-process__list h3 { margin-top: 34px !important; font-size: 16px; font-weight: 600; line-height: 1.55; }
.lw-process__list p { margin-top: 16px !important; color: var(--lw-text-sub); font-size: 12px; line-height: 1.8; }

/* Projects */
.lw-projects { background: #fff; }
.lw-projects__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 74px 34px; }
.lw-project-card { border-bottom: 1px solid var(--lw-border); padding-bottom: 30px; }
.lw-project-card__image { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 5px; background: var(--lw-bg-sub); }
.lw-project-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.lw-project-card:hover .lw-project-card__image img { transform: scale(1.025); }
.lw-project-card__image > span { position: absolute; right: 0; bottom: 0; min-width: 62px; padding: 12px; color: #fff; background: var(--lw-primary); font: 500 12px/1 Arial, sans-serif; text-align: center; }
.lw-project-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; }
.lw-project-card__meta time { flex: 0 0 auto; color: #718078; font: 600 11px/1 Arial, sans-serif; letter-spacing: .08em; }
.lw-project-card__meta .lw-tags { min-width: 0; }
.lw-project-card__meta .lw-tags li { color: var(--lw-primary-dark); background: var(--lw-primary-pale); }
.lw-project-card h3 { max-width: 19em; margin-top: 18px !important; font-size: clamp(27px, 2.8vw, 35px); font-weight: 650; letter-spacing: -.04em; line-height: 1.42; }
.lw-project-card > p { max-width: 48em; margin-top: 13px !important; color: #6e7972; font-size: 13px; line-height: 1.9; }
.lw-section-link { display: flex; justify-content: flex-end; margin-top: 52px; }
.lw-section-link a,
.lw-profile__link a { display: inline-flex; align-items: center; gap: 44px; border-bottom: 1px solid var(--lw-primary); padding: 8px 0; color: var(--lw-primary) !important; font-size: 14px; font-weight: 700; }
.lw-section-link a span,
.lw-profile__link a span { font-size: 18px; transition: transform .2s ease; }
.lw-section-link a:hover span,
.lw-profile__link a:hover span { transform: translateX(4px); }

/* Profile */
.lw-profile { background: var(--lw-bg-sub); }
.lw-profile__layout { display: grid; grid-template-columns: minmax(220px, 250px) minmax(0, 820px); justify-content: center; gap: clamp(54px, 7vw, 96px); align-items: start; }
.lw-profile__media { position: relative; width: 100%; max-width: 250px; }
.lw-profile__media::before { position: absolute; top: -18px; right: -18px; z-index: 0; width: 42%; aspect-ratio: 1; background: var(--lw-primary-light); content: ""; }
.lw-profile__media img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.75); }
.lw-profile__media > p { position: absolute; right: -28px; bottom: 64px; z-index: 2; color: var(--lw-primary); font: 700 10px/1 Arial, sans-serif; letter-spacing: .22em; writing-mode: vertical-rl; }
.lw-profile__content { width: 100%; max-width: 820px; }
.lw-profile .lw-section-heading { margin-bottom: 34px; }
.lw-profile__content > h3 { font-size: clamp(29px, 3.5vw, 46px); font-weight: 500; letter-spacing: -.04em; line-height: 1.55; }
.lw-profile__name { display: grid; grid-template-columns: auto 1fr; gap: 2px 16px; align-items: baseline; margin-top: 28px; border-bottom: 1px solid var(--lw-border); padding-bottom: 22px; }
.lw-profile__name p { color: var(--lw-text-sub); font-size: 12px; }
.lw-profile__name strong { font-size: 22px; font-weight: 600; letter-spacing: .06em; }
.lw-profile__name span { grid-column: 1 / -1; color: var(--lw-primary); font: 600 10px/1.5 Arial, sans-serif; letter-spacing: .04em; }
.lw-profile__highlights { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 24px !important; border-block: 1px solid var(--lw-border); }
.lw-profile__highlights li { min-width: 0; padding: 16px 8px; text-align: center; }
.lw-profile__highlights li + li { border-left: 1px solid var(--lw-border); }
.lw-profile__highlights strong { display: block; color: var(--lw-primary); font: 600 20px/1 Arial, sans-serif; }
.lw-profile__highlights span { display: block; margin-top: 8px; color: var(--lw-text-sub); font-size: 10px; font-weight: 600; line-height: 1.35; }
.lw-profile__body { max-width: 720px; margin-top: 24px; color: var(--lw-text-sub); font-size: 14px; line-height: 2.05; }
.lw-profile__body p + p { margin-top: 16px; }
.lw-profile__principles { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 26px; border-block: 1px solid #cdd8d1; padding: 17px 0; color: var(--lw-primary-dark); font-size: 13px; font-weight: 700; }
.lw-profile__principles i { color: #a5b3aa; font-style: normal; font-weight: 400; }
.lw-profile__statement { margin-top: 18px !important; font-size: 14px; font-weight: 600; line-height: 1.9; }
.lw-profile__career { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 26px !important; border-top: 1px solid var(--lw-border); }
.lw-profile__career li { position: relative; padding: 18px 10px 0 16px; }
.lw-profile__career li::before { position: absolute; top: -4px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--lw-primary); content: ""; }
.lw-profile__career time { display: block; color: var(--lw-primary); font: 700 11px/1.4 Arial, sans-serif; }
.lw-profile__career span { display: block; margin-top: 7px; color: var(--lw-text-sub); font-size: 11px; line-height: 1.55; }
.lw-profile__link { margin-top: 24px; }

/* Technology */
.lw-technology { background: #fff; }
.lw-technology__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--lw-text); border-left: 1px solid var(--lw-border); }
.lw-tech-group { position: relative; min-height: 220px; border-right: 1px solid var(--lw-border); border-bottom: 1px solid var(--lw-border); padding: 28px; }
.lw-tech-group::before { position: absolute; top: 0; left: 28px; width: 28px; height: 3px; background: var(--lw-primary); content: ""; }
.lw-tech-group h3 { color: var(--lw-primary); font: 700 12px/1.4 Arial, sans-serif; letter-spacing: .07em; text-transform: uppercase; }
.lw-tech-group ul { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px !important; }
.lw-tech-group li { border-radius: 3px; padding: 7px 11px; background: var(--lw-bg-sub); color: #46534b; font: 500 12px/1.4 Arial, sans-serif; }

/* Contact */
.lw-contact { position: relative; padding: clamp(96px, 11vw, 160px) 0; overflow: hidden; color: #fff; background: var(--lw-primary); text-align: center; }
.lw-contact::before,
.lw-contact::after { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; }
.lw-contact::before { top: -60%; left: -12%; width: 70vw; aspect-ratio: 1; }
.lw-contact::after { right: -20%; bottom: -85%; width: 72vw; aspect-ratio: 1; }
.lw-contact__inner { position: relative; z-index: 1; }
.lw-contact .lw-section-heading__label { color: #a8d8be; }
.lw-contact h2 { margin-top: 22px !important; font-size: clamp(35px, 5vw, 60px); font-weight: 500; letter-spacing: -.045em; line-height: 1.45; }
.lw-contact__content { max-width: 690px; margin: 34px auto 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 2; }
.lw-contact__content p + p { margin-top: 8px; }
.lw-contact .lw-button { margin-top: 38px; }

/* Progressive reveal: content remains visible without JS. */
.lw-home.lw-motion-ready .lw-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.65,.25,1); }
.lw-home.lw-motion-ready .lw-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 959px) {
  .lw-container { width: min(calc(100% - 44px), var(--lw-container)); }
  .lw-hero { min-height: auto; background: linear-gradient(135deg, #fff 0 56%, var(--lw-primary-pale) 56%); }
  .lw-hero__inner { grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr); padding-block: 72px; }
  .lw-hero__title { font-size: clamp(50px, 7.4vw, 70px); }
  .lw-hero__visual { max-width: 400px; transform: translateX(4%); }
  .lw-services__grid { grid-template-columns: 1fr; }
  .lw-service-card { min-height: 0; }
  .lw-service-card .lw-tags { margin-top: 26px !important; padding-top: 0 !important; }
  .lw-issues__list { grid-template-columns: repeat(2, 1fr); }
  .lw-ai__layout { grid-template-columns: .85fr 1.15fr; gap: 48px; }
  .lw-ai__graphic { min-height: 440px; }
  .lw-process__list { grid-template-columns: repeat(3, 1fr); }
  .lw-process__list::before { display: none; }
  .lw-process__list li { border-top: 1px solid #cbd8d0; padding-top: 24px; }
  .lw-process__list li:nth-child(3)::after,
  .lw-process__list li:last-child::after { display: none; }
  .lw-profile__layout { grid-template-columns: minmax(190px, 220px) minmax(0, 1fr); gap: 44px; }
  .lw-profile__media { max-width: 220px; }
  .lw-profile__highlights { grid-template-columns: repeat(3, 1fr); }
  .lw-profile__highlights li:nth-child(4),
  .lw-profile__highlights li:nth-child(5) { border-top: 1px solid var(--lw-border); }
  .lw-profile__highlights li:nth-child(4) { border-left: 0; }
  .lw-technology__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
  .lw-home { font-size: 16px; }
  .lw-container { width: min(calc(100% - 40px), var(--lw-container)); }
  .lw-section { padding: 64px 0; }
  .lw-section-heading { margin-bottom: 42px; }
  .lw-section-heading h2 { font-size: clamp(40px, 13vw, 58px); }
  .lw-section-heading > p:last-child br { display: none; }
  .lw-section-heading--split { display: block; }
  .lw-section-heading--split > p { margin-top: 22px; }
  .lw-hero { display: block; min-height: auto; background: linear-gradient(160deg, #fff 0 63%, var(--lw-primary-pale) 63%); }
  .lw-hero::before { background-size: 36px 36px; }
  .lw-hero__inner { display: block; padding-block: 60px 68px; }
  .lw-hero__title { margin-top: 18px !important; font-size: clamp(44px, 13.7vw, 60px); line-height: 1.22; }
  .lw-hero__services { margin-top: 22px !important; gap: 7px 9px; font-size: 10px; }
  .lw-hero__lead { margin-top: 22px !important; font-size: 16px; line-height: 1.9; }
  .lw-hero__lead br { display: none; }
  .lw-actions { display: grid; margin-top: 30px; }
  .lw-button { width: 100%; min-height: 58px; }
  .lw-button--text { min-height: 54px; }
  .lw-hero__visual { width: min(84vw, 370px); margin: 44px auto 0; transform: none; }
  .lw-hero__scroll { display: none; }
  .lw-service-card { padding: 30px 24px; }
  .lw-service-card h3 { margin-top: 24px !important; }
  .lw-service-card__body { font-size: 16px; }
  .lw-issues__list { grid-template-columns: 1fr; }
  .lw-issues__list li { min-height: 192px; padding: 24px; }
  .lw-issues__list p { font-size: 17px; }
  .lw-ai__layout { display: flex; flex-direction: column-reverse; }
  .lw-ai__graphic { width: 100%; min-height: 350px; }
  .lw-ai__node { width: 144px; }
  .lw-ai__node strong { font-size: 38px; }
  .lw-ai__body { font-size: 16px; }
  .lw-ai__areas { display: grid; grid-template-columns: 1fr; }
  .lw-process__list { display: block; border-left: 1px solid #9fbaa9; }
  .lw-process__list li { min-height: 0; display: grid; grid-template-columns: 58px 1fr; gap: 16px; border: 0; padding: 0 6px 30px 26px; text-align: left; }
  .lw-process__list li:not(:last-child)::after { top: 46px; left: -6px; right: auto; display: block; color: var(--lw-primary); content: "↓"; }
  .lw-process__number { width: 50px; height: 50px; margin: 0; box-shadow: 0 0 0 6px var(--lw-primary-pale); }
  .lw-process__list h3 { margin-top: 3px !important; font-size: 17px; }
  .lw-process__list p { margin-top: 8px !important; }
  .lw-projects__grid { grid-template-columns: 1fr; gap: 58px; }
  .lw-project-card__meta { align-items: flex-start; }
  .lw-project-card__meta .lw-tags { max-width: 78%; }
  .lw-project-card h3 { font-size: clamp(25px, 7.4vw, 31px); }
  .lw-project-card > p { font-size: 16px; }
  .lw-section-link { justify-content: flex-start; margin-top: 40px; }
  .lw-profile__layout { display: block; }
  .lw-profile__media { width: 160px; max-width: 160px; margin: 0 auto 52px; }
  .lw-profile__media > p { right: -24px; bottom: 36px; }
  .lw-profile__name { grid-template-columns: 1fr; }
  .lw-profile__highlights { grid-template-columns: repeat(2, 1fr); }
  .lw-profile__highlights li:nth-child(n+3) { border-top: 1px solid var(--lw-border); }
  .lw-profile__highlights li:nth-child(3),
  .lw-profile__highlights li:nth-child(5) { border-left: 0; }
  .lw-profile__highlights li:nth-child(4) { border-left: 1px solid var(--lw-border); }
  .lw-profile__body { font-size: 16px; }
  .lw-profile__principles { flex-wrap: wrap; justify-content: center; }
  .lw-profile__principles span { width: 100%; text-align: center; }
  .lw-profile__principles i { display: none; }
  .lw-profile__statement br { display: none; }
  .lw-profile__career { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid var(--lw-border); }
  .lw-profile__career li { padding: 0 0 22px 20px; }
  .lw-profile__career li::before { top: 4px; left: -4px; }
  .lw-profile__career span { font-size: 13px; }
  .lw-technology__grid { grid-template-columns: 1fr; }
  .lw-tech-group { min-height: 0; padding: 25px 22px; }
  .lw-tech-group ul { margin-top: 22px !important; }
  .lw-contact { padding: 72px 0; }
  .lw-contact__content { font-size: 16px; }
  .lw-button--white { min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .lw-home *,
  .lw-home *::before,
  .lw-home *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .lw-home.lw-motion-ready .lw-reveal { opacity: 1; transform: none; }
}
