@charset "UTF-8";

.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: var(--color-teal); font-size: 14px; font-weight: 900; letter-spacing: .18em; }
.eyebrow span { display: block; width: 54px; height: 2px; background: currentcolor; }
.eyebrow--dark { color: #0e8e81; }

.hero { position: relative; display: grid; align-items: center; min-height: 100svh; padding: calc(var(--header-height) + 76px) clamp(22px, 5vw, 100px) 200px; color: var(--color-white); overflow: hidden; --hero-image: url("../images/hero.jpg"); }
.hero__bg { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgb(7 20 30 / 94%) 0%, rgb(7 20 30 / 76%) 42%, rgb(7 20 30 / 18%) 100%), var(--hero-image); background-position: center; background-size: cover; transform: scale(1.02); }
.hero::after { position: absolute; right: -18vw; bottom: -36vw; width: 72vw; height: 72vw; background: radial-gradient(circle, rgb(24 210 189 / 25%), rgb(24 210 189 / 0%) 58%); border-radius: 50%; content: ""; pointer-events: none; }
.hero__content { position: relative; z-index: 2; max-width: 920px; }
.hero h1 { margin: 0 0 32px; font-size: clamp(42px, 6.3vw, 82px); font-weight: 900; line-height: 1.08; letter-spacing: .01em; text-shadow: 0 18px 50px rgb(0 0 0 / 35%); }
.hero__lead { max-width: 760px; margin: 0 0 42px; color: rgb(255 255 255 / 88%); font-size: clamp(17px, 1.55vw, 23px); font-weight: 700; line-height: 1.9; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; }
.hero__cards { position: absolute; right: clamp(22px, 5vw, 100px); bottom: 34px; left: clamp(22px, 5vw, 100px); z-index: 3; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; max-width: 760px; }
.hero__cards article { padding: 19px 20px; background: rgb(255 255 255 / 10%); border: 1px solid rgb(255 255 255 / 20%); border-radius: 22px; backdrop-filter: blur(14px); }
.hero__cards strong { display: block; margin-bottom: 7px; font-size: 23px; font-weight: 900; }
.hero__cards article div { color: rgb(255 255 255 / 72%); font-size: 13px; font-weight: 700; line-height: 1.5; }
.hero__scroll { position: absolute; right: clamp(22px, 5vw, 80px); bottom: 58px; z-index: 4; color: rgb(255 255 255 / 62%); font-size: 11px; font-weight: 900; letter-spacing: .24em; writing-mode: vertical-rl; }
.hero__scroll::before { display: block; width: 1px; height: 70px; margin: 0 auto 14px; background: linear-gradient(var(--color-teal), rgb(255 255 255 / 15%)); content: ""; }

.section { position: relative; padding: 112px clamp(22px, 5vw, 88px); }
.section h2, .recruit h2 { margin: 0 0 22px; font-size: clamp(34px, 4vw, 56px); font-weight: 900; line-height: 1.15; letter-spacing: .01em; }
.section__lead, .works__lead { margin: 0; color: var(--color-muted); font-size: clamp(15px, 1.3vw, 18px); font-weight: 600; line-height: 1.85; }
.section__image { position: relative; min-height: 560px; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; }
.section__image img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.section__image > span { position: absolute; bottom: 28px; left: 28px; padding: 12px 18px; color: var(--color-white); background: rgb(7 20 30 / 74%); border-radius: 999px; font-size: 13px; font-weight: 900; letter-spacing: .11em; backdrop-filter: blur(12px); }
.service, .strength, .contact { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(36px, 5vw, 78px); align-items: center; background: var(--color-paper); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.service-card { position: relative; min-height: 150px; padding: 25px; background: var(--color-white); border: 1px solid rgb(7 20 30 / 8%); border-radius: var(--radius-md); box-shadow: 0 12px 32px rgb(7 20 30 / 6%); }
.service-card.is-linked { padding: 0; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card.is-linked:focus-within { border-color: rgb(14 142 129 / 32%); box-shadow: 0 20px 42px rgb(7 20 30 / 13%); transform: translateY(-6px); }
@media (hover: hover) {
  .service-card.is-linked:hover { border-color: rgb(14 142 129 / 32%); box-shadow: 0 20px 42px rgb(7 20 30 / 13%); transform: translateY(-6px); }
}
.service-card__link { display: block; min-height: 148px; padding: 25px; color: inherit; text-decoration: none; border-radius: inherit; }
.service-card__link:focus-visible { outline: 3px solid var(--color-teal); outline-offset: 3px; }
.service-card__link[target]::after { position: absolute; top: 18px; right: 18px; color: var(--color-green); font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f35d"; }
.service-card > span { display: block; margin-bottom: 18px; color: #0e8e81; font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.service-card__link > span { display: block; margin-bottom: 18px; color: #0e8e81; font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.service-card h3 { margin: 0 0 10px; font-size: 23px; font-weight: 900; }
.service-card__link h3 { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: .2em; }
.service-card__link:hover h3 { color: var(--color-primary); }
.service-card div { color: #617173; font-size: 14px; font-weight: 600; line-height: 1.6; }
.section__body > .button { margin-top: 34px; }

@media (prefers-reduced-motion: reduce) {
  .service-card.is-linked { transition: none; }
  .service-card.is-linked:hover, .service-card.is-linked:focus-within { transform: none; }
}

.top-news { background: var(--color-white); }
.top-news__head { display: flex; gap: 32px; align-items: end; justify-content: space-between; margin-bottom: 38px; }
.top-news__list { overflow: hidden; background: var(--color-paper); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.top-news__item + .top-news__item { border-top: 1px solid #dce5e2; }
.top-news__item a, .top-news__row { display: grid; grid-template-columns: 120px minmax(0, 1fr) auto auto; gap: 18px; align-items: center; min-height: 88px; padding: 18px 28px; }
.top-news__item a { color: #0000ee; }
.top-news__item a:hover { background: #e9f3f0; }
.top-news__item time { color: var(--color-muted); font-size: 1em; font-weight: 800; }
.top-news__item strong { line-height: 1.6; }
.top-news__item .news-link__text { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.top-news__item strong i { margin-right: 9px; }
.top-news__item .fa-file-pdf { color: #d32f2f; }.top-news__item .fa-file-excel { color: #1d7f4f; }.top-news__item .fa-file-word { color: #2867b2; }
.top-news__item small { color: var(--color-muted); font-size: 11px; }

.works { color: var(--color-white); background: var(--color-ink); }
.works__head { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(320px, 1fr); gap: 36px; align-items: end; margin-bottom: 46px; }
.works__lead { color: rgb(255 255 255 / 72%); }
.works-gallery { display: grid; grid-template-rows: 270px 270px; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
.works-card { position: relative; background: #101820; border-radius: 30px; overflow: hidden; }
.works-card--large { grid-row: span 2; }
.works-card__link { position: relative; display: block; height: 100%; color: inherit; cursor: pointer; }
.works-card__link:focus-visible { outline: 3px solid var(--color-teal); outline-offset: -5px; }
.works-card__link[target]::after { position: absolute; top: 18px; right: 18px; z-index: 2; display: grid; place-items: center; width: 34px; height: 34px; color: var(--color-white); background: rgb(7 20 30 / 72%); border-radius: 50%; font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f35d"; }
.works-card > img, .works-card__link > img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.works-card:hover > img, .works-card:hover .works-card__link > img { transform: scale(1.05); }
.works-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgb(7 20 30 / 0%), rgb(7 20 30 / 76%)); content: ""; pointer-events: none; }
.works-card > div, .works-card__link > div { position: absolute; right: 22px; bottom: 24px; left: 26px; z-index: 1; }
.works-card h3 { margin: 0 0 8px; font-size: 26px; font-weight: 900; line-height: 1.25; }
.works-card div div { color: rgb(255 255 255 / 76%); font-size: 14px; font-weight: 700; line-height: 1.55; }

.strength { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
.strength-list { display: grid; gap: 18px; margin-top: 34px; }
.strength-list article { display: flex; gap: 18px; align-items: flex-start; padding: 24px 26px; background: var(--color-white); border: 1px solid rgb(7 20 30 / 8%); border-radius: var(--radius-md); box-shadow: 0 10px 32px rgb(7 20 30 / 5%); }
.strength-list article > span { display: grid; flex: 0 0 42px; place-items: center; width: 42px; height: 42px; color: #088174; background: rgb(24 210 189 / 14%); border-radius: 14px; font-size: 22px; font-weight: 900; }
.strength-list h3 { margin: 0 0 7px; font-size: 21px; font-weight: 900; }
.strength-list article div div { color: #5c6b6e; font-size: 14.5px; font-weight: 600; line-height: 1.6; }

.recruit { display: flex; align-items: center; min-height: 760px; padding: 112px clamp(22px, 5vw, 88px); color: var(--color-white); background-image: linear-gradient(90deg, rgb(7 20 30 / 92%), rgb(7 20 30 / 64%) 48%, rgb(7 20 30 / 16%)), var(--recruit-image, url("../images/team.jpg")); background-position: center; background-size: cover; }
.recruit__panel { max-width: 720px; padding: clamp(28px, 4vw, 48px); background: rgb(7 20 30 / 70%); border: 1px solid rgb(255 255 255 / 16%); border-radius: 36px; box-shadow: 0 30px 90px rgb(0 0 0 / 30%); backdrop-filter: blur(18px); }
.recruit__lead { margin: 0 0 30px; color: rgb(255 255 255 / 82%); font-size: 18px; font-weight: 600; line-height: 1.85; }
.recruit__tags { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.recruit__tags span { padding: 11px 16px; color: rgb(255 255 255 / 84%); background: rgb(255 255 255 / 10%); border: 1px solid rgb(255 255 255 / 16%); border-radius: 999px; font-size: 14px; font-weight: 900; }

.contact { grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: stretch; color: var(--color-white); background: var(--color-ink); }
.contact__intro { position: relative; min-height: 440px; padding: clamp(34px, 5vw, 58px); background: linear-gradient(140deg, var(--color-navy-2), var(--color-green)); border: 1px solid rgb(255 255 255 / 12%); border-radius: 42px; box-shadow: 0 32px 96px rgb(0 0 0 / 26%); overflow: hidden; }
.contact__intro::after { position: absolute; right: -160px; bottom: -180px; width: 430px; height: 430px; background: radial-gradient(circle, rgb(24 210 189 / 35%), rgb(24 210 189 / 0%) 65%); border-radius: 50%; content: ""; }
.contact__intro > * { position: relative; z-index: 1; }
.contact__intro > div:last-child { color: rgb(255 255 255 / 78%); font-size: clamp(16px, 1.4vw, 19px); font-weight: 600; line-height: 1.95; }
.contact__numbers { display: grid; grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 14px; }
.contact-number { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 142px; padding: clamp(22px, 3vw, 34px); border: 1px solid rgb(255 255 255 / 12%); border-radius: 28px; box-shadow: 0 24px 70px rgb(0 0 0 / 20%); overflow: hidden; }
.contact-number--tel, .contact-number--email { color: var(--color-ink); background: var(--color-paper); }
.contact-number--fax { color: var(--color-white); background: rgb(255 255 255 / 8%); backdrop-filter: blur(14px); }
.contact-number__label { display: block; margin-bottom: 10px; color: var(--color-teal); font-size: clamp(17px, 1.5vw, 22px); font-weight: 900; line-height: 1.25; letter-spacing: .08em; }
.contact-number__value { display: flex; align-items: center; gap: clamp(14px, 1.5vw, 22px); }
.contact-number__value > i { flex: 0 0 auto; color: var(--color-teal); font-size: clamp(28px, 2.5vw, 38px); }
.contact-number strong { min-width: 0; font-size: clamp(27px, 3vw, 42px); font-weight: 900; line-height: 1.15; letter-spacing: .015em; }
.contact-number--email strong { font-size: clamp(18px, 1.7vw, 25px); overflow-wrap: anywhere; }
.contact-number__link:hover, .contact-number__link:focus-visible { color: #087f73; text-decoration: underline; text-underline-offset: .16em; }
.contact-number__action { width: fit-content; margin-top: 10px; font-size: clamp(13px, 1.1vw, 16px); font-weight: 800; line-height: 1.5; opacity: .78; }

@media (max-width: 1100px) {
  .works__head { grid-template-columns: 1fr; align-items: start; }
  .works-gallery { grid-template-rows: 300px 260px 260px; grid-template-columns: 1fr 1fr; }
  .works-card--large { grid-row: auto; grid-column: 1 / -1; }
  .service, .strength, .contact { grid-template-columns: 1fr; }
  .contact__numbers { grid-template-rows: none; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .strength__image { order: -1; }
}

@media (max-width: 760px) {
  .hero { align-items: start; min-height: 820px; padding: calc(var(--header-height) + 60px) 20px 40px; }
  .hero__bg { background-image: linear-gradient(180deg, rgb(7 20 30 / 94%), rgb(7 20 30 / 77%) 48%, rgb(7 20 30 / 40%)), var(--hero-image); }
  .eyebrow { margin-bottom: 18px; font-size: 10px; letter-spacing: .12em; }
  .eyebrow span { width: 32px; }
  .hero h1 { margin-bottom: 22px; font-size: 40px; line-height: 1.18; }
  .hero__lead { margin-bottom: 28px; font-size: 15.5px; line-height: 1.85; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .button { min-height: 50px; font-size: 14px; }
  .hero__cards { position: relative; inset: auto; grid-template-columns: 1fr; max-width: none; margin-top: 30px; }
  .hero__cards article { padding: 16px; border-radius: 18px; }
  .hero__scroll { display: none; }
  .section { padding: 78px 20px; }
  .section h2, .recruit h2 { font-size: 34px; }
  .section__image { min-height: 250px; }
  .section__image > span { bottom: 16px; left: 16px; padding: 9px 12px; font-size: 10px; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card { min-height: 0; padding: 18px; }
  .service-card.is-linked { padding: 0; }
  .service-card__link { min-height: 0; padding: 18px; }
  .top-news__head { align-items: flex-start; flex-direction: column; margin-bottom: 26px; }
  .top-news__item a, .top-news__row { grid-template-columns: auto 1fr auto; gap: 10px; padding: 18px; }
  .top-news__item > a > i:last-child { grid-row: 1; grid-column: 3; }
  .top-news__item strong { grid-column: 1 / -1; }
  .top-news__item small { grid-column: 1 / 3; }
  .works-gallery { grid-template-rows: none; grid-template-columns: 1fr; }
  .works-card, .works-card--large { min-height: 220px; grid-column: auto; }
  .strength-list article { gap: 12px; padding: 18px; }
  .recruit { min-height: 0; padding: 47px 20px 29px; background-image: linear-gradient(180deg, rgb(7 20 30 / 92%), rgb(7 20 30 / 64%)), var(--recruit-image, url("../images/team.jpg")); }
  .recruit__panel { padding: 26px 22px; border-radius: 24px; }
  .recruit__lead { font-size: 14.5px; }
  .contact__intro { min-height: 0; border-radius: 26px; }
  .contact__numbers { grid-template-rows: none; grid-template-columns: minmax(0, 1fr); }
  .contact-number { min-width: 0; min-height: 178px; border-radius: 24px; }
  .contact-number__value { gap: 10px; }
  .contact-number__value > i { font-size: 24px; }
  .contact-number strong { font-size: clamp(22px, 7vw, 29px); white-space: nowrap; }
  .contact-number--email .contact-number__value { gap: 8px; }
  .contact-number--email .contact-number__value > i { font-size: 20px; }
  .contact-number--email strong { font-size: clamp(12px, 3.6vw, 16px); letter-spacing: 0; }
}

.contact__intro ul { margin: 1.2em 0 0; padding-left: 1.2em; }
.contact__intro li + li { margin-top: .5em; }
.service__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 34px; }
