@charset "UTF-8";

/* LINKAGEWORKS PROJECTS page. Rules are scoped to the dedicated template. */
.lw-projects-page {
  --lwp-primary: #006837;
  --lwp-primary-dark: #004e29;
  --lwp-primary-light: #eaf5ef;
  --lwp-primary-pale: #f4f9f6;
  --lwp-text: #17201b;
  --lwp-text-sub: #5e6862;
  --lwp-bg: #ffffff;
  --lwp-bg-sub: #f6f8f7;
  --lwp-border: #dce4df;
  --lwp-container: 1240px;
  color: var(--lwp-text);
  background: var(--lwp-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-projects-page *,
.lw-projects-page *::before,
.lw-projects-page *::after { box-sizing: border-box; }
.lw-projects-page h1,
.lw-projects-page h2,
.lw-projects-page h3,
.lw-projects-page p,
.lw-projects-page figure,
.lw-projects-page ul,
.lw-projects-page ol,
.lw-projects-page dl,
.lw-projects-page dd { margin: 0; padding: 0; }
.lw-projects-page ul,
.lw-projects-page ol { list-style: none; }
.lw-projects-page img { display: block; max-width: 100%; height: auto; }
.lw-projects-page a { color: inherit; text-decoration: none; }
.lwp-container { width: min(calc(100% - 64px), var(--lwp-container)); margin-inline: auto; }
.lwp-section { padding: clamp(80px, 8vw, 120px) 0; }
.lwp-eyebrow { color: var(--lwp-primary); font-size: 11px; font-weight: 700; letter-spacing: .22em; line-height: 1.4; }
.lwp-section-heading { max-width: 760px; margin: 0 auto clamp(48px, 6vw, 72px); text-align: center; }
.lwp-section-heading h2 { margin-top: 16px !important; font-size: clamp(38px, 5vw, 64px); font-weight: 600; letter-spacing: -.045em; line-height: 1.35; }
.lwp-section-heading > p:last-child { margin-top: 20px !important; color: var(--lwp-text-sub); font-size: 15px; }
.lwp-section-heading--left { margin: 0; text-align: left; }

/* Hero */
.lwp-hero { position: relative; padding: clamp(82px, 9vw, 126px) 0 0; overflow: hidden; border-bottom: 1px solid var(--lwp-border); background: linear-gradient(118deg, #fff 0 58%, var(--lwp-primary-pale) 58%); }
.lwp-hero::before { position: absolute; top: -52%; right: -7%; width: min(56vw, 740px); aspect-ratio: 1; border: 1px solid rgba(0,104,55,.12); border-radius: 50%; content: ""; }
.lwp-hero::after { position: absolute; top: -21%; right: 6%; width: min(33vw, 430px); aspect-ratio: 1; border: 1px dashed rgba(0,104,55,.16); border-radius: 50%; content: ""; }
.lwp-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: clamp(56px, 9vw, 130px); padding-bottom: clamp(72px, 8vw, 110px); }
.lwp-hero__heading h1 { margin-top: 13px !important; color: var(--lwp-primary); font: 500 clamp(60px, 8vw, 110px)/.95 Arial, sans-serif; letter-spacing: -.055em; }
.lwp-hero__content { max-width: 630px; border-left: 1px solid #a9bcb0; padding-left: clamp(28px, 4vw, 52px); }
.lwp-hero__catch { font-size: clamp(30px, 3.7vw, 48px); font-weight: 600; letter-spacing: -.045em; line-height: 1.5; }
.lwp-hero__body { margin-top: 24px !important; color: #465049; font-size: 15px; line-height: 2.05; }
.lwp-hero__line { position: relative; z-index: 1; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 18px; border-top: 1px solid rgba(0,104,55,.1); color: var(--lwp-primary-dark); background: rgba(255,255,255,.72); font: 700 10px/1 Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.lwp-hero__line i { width: 4px; height: 4px; border-radius: 50%; background: var(--lwp-primary); }

/* Introduction */
.lwp-intro { background: #fff; }
.lwp-principles { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #aabbb0; border-left: 1px solid var(--lwp-border); }
.lwp-principles li { position: relative; min-height: 210px; display: flex; flex-direction: column; border-right: 1px solid var(--lwp-border); border-bottom: 1px solid var(--lwp-border); padding: 26px; }
.lwp-principles li::before { position: absolute; top: -3px; left: 26px; width: 36px; height: 3px; background: var(--lwp-primary); content: ""; }
.lwp-principles span { color: #96a49b; font: 600 10px/1 Arial, sans-serif; }
.lwp-principles strong { margin-top: auto; font-size: clamp(16px, 1.55vw, 19px); font-weight: 600; line-height: 1.6; }
.lwp-principles small { margin-top: 9px; color: var(--lwp-primary); font: 700 9px/1.4 Arial, sans-serif; letter-spacing: .13em; }

/* Featured case studies */
.lwp-featured { border-top: 1px solid var(--lwp-border); background: var(--lwp-bg-sub); }
.lwp-featured__heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 36px; margin-bottom: clamp(58px, 7vw, 90px); }
.lwp-featured__heading .lwp-eyebrow { grid-column: 1 / -1; }
.lwp-featured__heading h2 { font: 500 clamp(46px, 6.7vw, 84px)/1 Arial, sans-serif; letter-spacing: -.045em; }
.lwp-featured__heading > p:last-child { max-width: 380px; color: var(--lwp-text-sub); font-size: 14px; line-height: 1.9; }
.lwp-cases { display: grid; gap: clamp(80px, 10vw, 138px); }
.lwp-case { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); grid-template-areas: "visual content" "details details"; gap: 0 clamp(44px, 6vw, 82px); }
.lwp-case--reverse { grid-template-areas: "content visual" "details details"; }
.lwp-case__visual { position: relative; grid-area: visual; align-self: start; aspect-ratio: 16 / 10; overflow: hidden; border-radius: 5px; background: var(--lwp-primary-light); box-shadow: 0 20px 50px rgba(28,48,36,.08); }
.lwp-case__visual img { width: 100%; height: 100%; object-fit: cover; }
.lwp-case__visual > span { position: absolute; right: 0; bottom: 0; min-width: 72px; padding: 16px; color: #fff; background: var(--lwp-primary); font: 600 12px/1 Arial, sans-serif; text-align: center; }
.lwp-case__content { grid-area: content; align-self: center; padding-block: 18px; }
.lwp-case__meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.lwp-case__meta ul { display: flex; flex-wrap: wrap; gap: 7px; }
.lwp-case__meta li { border: 1px solid #cbd9d0; border-radius: 100px; padding: 5px 10px; color: var(--lwp-primary-dark); background: #fff; font: 600 10px/1.4 Arial, sans-serif; }
.lwp-case__meta time { flex: 0 0 auto; color: #748078; font: 700 11px/1 Arial, sans-serif; letter-spacing: .1em; }
.lwp-case__content h3 { max-width: 18em; margin-top: 24px !important; font-size: clamp(30px, 3.7vw, 48px); font-weight: 600; letter-spacing: -.045em; line-height: 1.45; }
.lwp-case__summary { max-width: 42em; margin-top: 22px !important; color: var(--lwp-text-sub); font-size: 15px; line-height: 2; }
.lwp-case__details { grid-area: details; display: grid; grid-template-columns: .9fr 1.2fr .9fr; margin-top: clamp(38px, 5vw, 60px); border-top: 1px solid #a9bab0; border-left: 1px solid var(--lwp-border); background: #fff; }
.lwp-case__details > div { min-height: 230px; border-right: 1px solid var(--lwp-border); border-bottom: 1px solid var(--lwp-border); padding: 28px; }
.lwp-case__details dt { display: flex; align-items: center; gap: 12px; color: var(--lwp-primary); font: 700 11px/1.4 Arial, sans-serif; letter-spacing: .13em; }
.lwp-case__details dt span { color: #9ca9a1; font-size: 9px; }
.lwp-case__details dd { margin-top: 28px; color: #515e56; font-size: 14px; line-height: 1.95; }

/* Selected experience */
.lwp-experience { border-top: 1px solid var(--lwp-border); background: #fff; }
.lwp-experience__layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: clamp(56px, 9vw, 130px); }
.lwp-experience .lwp-section-heading h2 { font-family: Arial, sans-serif; font-size: clamp(42px, 5.5vw, 70px); font-weight: 500; line-height: 1.04; }
.lwp-experience__card { position: relative; border-top: 3px solid var(--lwp-primary); border-radius: 4px; padding: clamp(32px, 5vw, 58px); background: var(--lwp-primary-pale); }
.lwp-experience__card::after { position: absolute; right: 32px; bottom: 24px; color: rgba(0,104,55,.07); content: "2015"; font: 700 clamp(70px, 10vw, 130px)/1 Arial, sans-serif; }
.lwp-experience__meta { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid #c7d7cd; }
.lwp-experience__meta time { color: var(--lwp-primary); font: 700 13px/1 Arial, sans-serif; letter-spacing: .1em; }
.lwp-experience__meta span { color: var(--lwp-text-sub); font: 600 11px/1.4 Arial, sans-serif; }
.lwp-experience__card h3 { position: relative; z-index: 1; margin-top: 34px !important; font-size: clamp(28px, 3.7vw, 46px); font-weight: 600; letter-spacing: -.04em; line-height: 1.5; }
.lwp-experience__card > p { position: relative; z-index: 1; max-width: 44em; margin-top: 20px !important; color: var(--lwp-text-sub); font-size: 14px; line-height: 1.95; }
.lwp-experience__card > p + p { margin-top: 10px !important; }

/* Contact */
.lwp-contact { position: relative; padding: clamp(92px, 10vw, 146px) 0; overflow: hidden; color: #fff; background: var(--lwp-primary); text-align: center; }
.lwp-contact::before,
.lwp-contact::after { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; }
.lwp-contact::before { top: -75%; left: -15%; width: 70vw; aspect-ratio: 1; }
.lwp-contact::after { right: -20%; bottom: -100%; width: 72vw; aspect-ratio: 1; }
.lwp-contact__inner { position: relative; z-index: 1; }
.lwp-contact .lwp-eyebrow { color: #a8d8be; }
.lwp-contact h2 { margin-top: 22px !important; font-size: clamp(36px, 5vw, 60px); font-weight: 500; letter-spacing: -.045em; line-height: 1.45; }
.lwp-contact__inner > p:nth-of-type(2) { max-width: 650px; margin: 30px auto 0; color: rgba(255,255,255,.8); font-size: 15px; line-height: 2; }
.lwp-button { min-width: 330px; min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 42px; margin-top: 38px; border-radius: 100px; padding: 12px 26px; color: var(--lwp-primary) !important; background: #fff; font-size: 14px; font-weight: 700; line-height: 1.5; transition: background .25s ease, transform .25s ease; }
.lwp-button span { font-size: 18px; font-weight: 400; }
.lwp-button:hover { background: var(--lwp-primary-pale); transform: translateY(-2px); }
.lwp-button:focus-visible { outline: 3px solid #f0c14b; outline-offset: 4px; }

@media (max-width: 959px) {
  .lwp-container { width: min(calc(100% - 44px), var(--lwp-container)); }
  .lwp-hero__inner { grid-template-columns: .82fr 1.18fr; gap: 52px; }
  .lwp-hero__heading h1 { font-size: clamp(56px, 9.5vw, 86px); }
  .lwp-case { gap: 0 36px; }
  .lwp-case__content h3 { font-size: clamp(27px, 4vw, 38px); }
  .lwp-case__details { grid-template-columns: 1fr 1fr; }
  .lwp-case__details > div:last-child { grid-column: 1 / -1; min-height: 0; }
  .lwp-experience__layout { grid-template-columns: .8fr 1.2fr; gap: 52px; }
}

@media (max-width: 767px) {
  .lw-projects-page { font-size: 16px; }
  .lwp-container { width: min(calc(100% - 40px), var(--lwp-container)); }
  .lwp-section { padding: 64px 0; }
  .lwp-section-heading { margin-bottom: 40px; }
  .lwp-section-heading h2 { font-size: clamp(34px, 10vw, 46px); }
  .lwp-section-heading > p:last-child { font-size: 16px; }
  .lwp-hero { padding-top: 62px; background: linear-gradient(155deg, #fff 0 64%, var(--lwp-primary-pale) 64%); }
  .lwp-hero::before { top: auto; right: -38%; bottom: -30%; width: 100vw; }
  .lwp-hero::after { display: none; }
  .lwp-hero__inner { display: block; padding-bottom: 64px; }
  .lwp-hero__heading h1 { font-size: clamp(54px, 18vw, 76px); }
  .lwp-hero__content { margin-top: 34px; border-top: 1px solid #a9bcb0; border-left: 0; padding: 26px 0 0; }
  .lwp-hero__catch { font-size: clamp(29px, 8.4vw, 39px); }
  .lwp-hero__body { font-size: 16px; line-height: 1.95; }
  .lwp-hero__line { min-height: 52px; gap: 9px; font-size: 8px; letter-spacing: .07em; }
  .lwp-principles { grid-template-columns: 1fr 1fr; }
  .lwp-principles li { min-height: 176px; padding: 22px; }
  .lwp-principles li::before { left: 22px; }
  .lwp-principles strong { font-size: 16px; }
  .lwp-featured__heading { display: block; }
  .lwp-featured__heading h2 { margin-top: 14px !important; font-size: clamp(38px, 11.5vw, 52px); line-height: 1.08; overflow-wrap: anywhere; }
  .lwp-featured__heading > p:last-child { margin-top: 20px !important; font-size: 16px; }
  .lwp-cases { gap: 84px; }
  .lwp-case,
  .lwp-case--reverse { display: flex; flex-direction: column; }
  .lwp-case__visual { width: 100%; }
  .lwp-case__content { padding: 26px 0 0; }
  .lwp-case__meta { align-items: flex-start; }
  .lwp-case__meta ul { max-width: 78%; }
  .lwp-case__content h3 { font-size: clamp(27px, 8vw, 36px); }
  .lwp-case__summary { font-size: 16px; line-height: 1.95; }
  .lwp-case__details { display: block; margin-top: 34px; }
  .lwp-case__details > div { min-height: 0; padding: 24px 22px; }
  .lwp-case__details dd { margin-top: 18px; font-size: 16px; }
  .lwp-experience__layout { display: block; }
  .lwp-experience .lwp-section-heading { margin-bottom: 40px; }
  .lwp-experience .lwp-section-heading h2 { font-size: clamp(38px, 12vw, 52px); }
  .lwp-experience__card { padding: 28px 22px; }
  .lwp-experience__meta { display: block; }
  .lwp-experience__meta span { display: block; margin-top: 10px; }
  .lwp-experience__card > p { font-size: 16px; }
  .lwp-contact { padding: 72px 0; }
  .lwp-contact h2 { font-size: clamp(34px, 9.8vw, 44px); }
  .lwp-contact__inner > p:nth-of-type(2) { font-size: 16px; }
  .lwp-button { width: 100%; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .lw-projects-page *,
  .lw-projects-page *::before,
  .lw-projects-page *::after { transition-duration: .01ms !important; }
}
