/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --green-950: #071f1a;
  --green-900: #0b2b24;
  --green-800: #123b32;
  --green-700: #1d5144;
  --gold: #c8a86b;
  --gold-light: #e0c58f;
  --cream: #f4f0e7;
  --paper: #faf8f2;
  --sand: #e6dfd1;
  --ink: #17231f;
  --muted: #66706b;
  --line: #123b3229;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--paper);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family:
    Noto Sans SC,
    Source Han Sans SC,
    Microsoft YaHei,
    PingFang SC,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}
::selection {
  background: var(--gold);
  color: var(--green-950);
}
.hero {
  isolation: isolate;
  color: #fff;
  background: var(--green-950) url(/hero-hongsen-real.webp) center / cover
    no-repeat;
  min-height: 100svh;
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      #03221bfa 0%,
      #062a22e6 28%,
      #06241e7a 56%,
      #051e191f 100%
    ),
    linear-gradient(#04191580, #0000 30%, #0419153d);
  position: absolute;
  inset: 0;
}
.hero:after {
  content: "";
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(#0000 72%, #031914b8);
  position: absolute;
  inset: 0;
}
.site-header {
  border-bottom: 1px solid #ffffff29;
  justify-content: space-between;
  align-items: center;
  width: min(1440px, 100% - 9vw);
  height: 94px;
  margin: 0 auto;
  animation: 0.8s both reveal;
  display: flex;
}
.brand {
  color: #fff;
  align-items: center;
  gap: 14px;
  display: inline-flex;
}
.brand-mark {
  align-items: flex-end;
  gap: 4px;
  width: 34px;
  height: 38px;
  display: flex;
  position: relative;
}
.brand-mark i {
  background: var(--gold);
  width: 8px;
  display: block;
  transform: skewY(-32deg);
}
.brand-mark i:first-child {
  height: 19px;
}
.brand-mark i:nth-child(2) {
  height: 30px;
}
.brand-mark i:nth-child(3) {
  height: 38px;
}
.brand strong {
  letter-spacing: 0.14em;
  font-size: 22px;
  line-height: 1.2;
  display: block;
}
.brand small {
  color: #ffffff9e;
  letter-spacing: 0.27em;
  margin-top: 4px;
  font-size: 8px;
  display: block;
}
.desktop-nav {
  align-items: stretch;
  gap: 42px;
  height: 100%;
  display: flex;
}
.desktop-nav a {
  color: #fffc;
  place-items: center;
  font-size: 14px;
  display: grid;
  position: relative;
}
.desktop-nav a:after {
  content: "";
  background: var(--gold);
  width: 0;
  height: 2px;
  transition: all 0.3s;
  position: absolute;
  bottom: -1px;
  left: 50%;
}
.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav a.active {
  color: #fff;
}
.desktop-nav a:hover:after,
.desktop-nav a:focus-visible:after,
.desktop-nav a.active:after {
  width: 100%;
  left: 0;
}
.mobile-menu {
  display: none;
}
.hero-content {
  width: min(1440px, 100% - 9vw);
  margin: 0 auto;
  padding: clamp(90px, 15vh, 165px) 0 180px;
}
.eyebrow {
  color: var(--green-700);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin: 0 0 22px;
  font-size: 11px;
  font-weight: 700;
}
.eyebrow.light {
  color: var(--gold-light);
}
.hero-content .eyebrow {
  animation: 0.8s 0.18s both rise;
}
.hero h1 {
  letter-spacing: 0.055em;
  text-shadow: 0 8px 32px #00000029;
  max-width: 760px;
  margin: 0;
  font-size: clamp(54px, 6.2vw, 92px);
  font-weight: 550;
  line-height: 1.12;
  animation: 0.9s 0.26s both rise;
}
.hero-copy {
  color: #ffffffd1;
  letter-spacing: 0.12em;
  margin: 28px 0 0;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.9;
  animation: 0.9s 0.36s both rise;
}
.hero-actions {
  gap: 18px;
  margin-top: 38px;
  animation: 0.9s 0.46s both rise;
  display: flex;
}
.button {
  letter-spacing: 0.08em;
  border: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  min-width: 190px;
  min-height: 58px;
  padding: 0 26px;
  font-size: 15px;
  font-weight: 650;
  transition:
    transform 0.25s,
    background 0.25s,
    color 0.25s,
    border-color 0.25s;
  display: inline-flex;
}
.button span {
  font-size: 18px;
  transition: transform 0.25s;
}
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}
.button:hover span,
.button:focus-visible span {
  transform: translate(3px, -3px);
}
.button-gold {
  color: var(--green-950);
  background: var(--gold);
  border-color: var(--gold);
}
.button-gold:hover,
.button-gold:focus-visible {
  background: var(--gold-light);
}
.button-outline {
  color: #fff;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: #031f1929;
  border-color: #e0c58fc7;
}
.button-outline:hover,
.button-outline:focus-visible {
  background: #c8a86b29;
}
.hero-points {
  color: #ffffffd1;
  letter-spacing: 0.1em;
  font-size: 14px;
  animation: 1s 0.7s both reveal;
  display: flex;
  position: absolute;
  bottom: 54px;
  left: 4.5vw;
}
.hero-points span {
  min-width: 150px;
  padding-right: 48px;
}
.hero-points span + span {
  border-left: 1px solid #c8a86b9e;
  padding-left: 48px;
}
.scroll-cue {
  color: #ffffff85;
  letter-spacing: 0.24em;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 40px;
  height: 100px;
  font-size: 8px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 4.5vw;
}
.scroll-cue span {
  writing-mode: vertical-rl;
}
.scroll-cue i {
  background: var(--gold);
  transform-origin: top;
  flex: 1;
  width: 1px;
  animation: 2.2s ease-in-out infinite scrollLine;
  display: block;
}
.section {
  width: min(1280px, 100% - 9vw);
  margin: 0 auto;
  padding: 120px 0;
}
.section-label {
  color: #7a837e;
  letter-spacing: 0.16em;
  align-items: center;
  gap: 14px;
  margin-bottom: 56px;
  font-size: 12px;
  display: flex;
}
.section-label span {
  color: var(--gold);
}
.section-label:after {
  content: "";
  background: var(--gold);
  width: 42px;
  height: 1px;
}
.section-label.inverse {
  color: #ffffff85;
}
.about-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
  gap: 9vw;
  display: grid;
}
h2 {
  letter-spacing: 0.035em;
  margin: 0;
  font-size: clamp(38px, 4.6vw, 64px);
  font-weight: 520;
  line-height: 1.28;
}
.about-copy {
  padding-top: 8px;
}
.about-copy p {
  color: var(--muted);
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 2;
}
.about-copy p.lead {
  color: var(--ink);
  font-size: 20px;
  line-height: 1.9;
}
.text-link {
  border-bottom: 1px solid var(--gold);
  width: max-content;
  color: var(--green-800);
  align-items: center;
  gap: 48px;
  margin-top: 34px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 650;
  display: flex;
}
.text-link span {
  transition: transform 0.25s;
}
.text-link:hover span {
  transform: translate(3px, -3px);
}
.principles {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  margin-top: 90px;
  display: grid;
}
.principles article {
  align-items: baseline;
  gap: 22px;
  padding: 35px 0 6px;
  display: flex;
}
.principles article + article {
  border-left: 1px solid var(--line);
  padding-left: 44px;
}
.principles strong {
  color: var(--green-800);
  font-family:
    Noto Serif SC,
    Songti SC,
    serif;
  font-size: 30px;
  font-weight: 500;
}
.principles span {
  color: var(--muted);
  font-size: 13px;
}
.industries {
  color: #fff;
  background: var(--green-900);
  padding-bottom: 96px;
  overflow: hidden;
}
.industries-heading {
  padding-bottom: 62px;
}
.title-row {
  justify-content: space-between;
  align-items: end;
  gap: 48px;
  display: flex;
}
.title-row > p {
  color: #ffffff8c;
  max-width: 460px;
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.9;
}
.industry-list {
  border-top: 1px solid #ffffff29;
  width: min(1440px, 100% - 9vw);
  margin: 0 auto;
}
.industry-card {
  border-bottom: 1px solid #ffffff24;
  grid-template-columns: 90px 260px 1fr 160px 54px;
  align-items: center;
  gap: 28px;
  min-height: 152px;
  transition:
    background 0.35s,
    padding 0.35s;
  display: grid;
  position: relative;
}
.industry-card:hover {
  background: #ffffff0b;
  padding-left: 18px;
  padding-right: 18px;
}
.industry-number {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 14px;
}
.industry-title small {
  color: #ffffff5c;
  letter-spacing: 0.2em;
  font-size: 8px;
}
.industry-title h3 {
  letter-spacing: 0.08em;
  margin: 8px 0 0;
  font-size: 27px;
  font-weight: 520;
}
.industry-card > p {
  color: #ffffff94;
  max-width: 510px;
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}
.industry-accent {
  color: var(--gold-light);
  font-size: 12px;
}
.round-arrow {
  width: 46px;
  height: 46px;
  color: var(--gold-light);
  border: 1px solid #c8a86b66;
  border-radius: 50%;
  place-items: center;
  transition: all 0.25s;
  display: grid;
}
.industry-card:hover .round-arrow {
  color: var(--green-950);
  background: var(--gold);
  transform: rotate(45deg);
}
.responsibility {
  background: var(--cream);
  grid-template-columns: 1.03fr 0.97fr;
  min-height: 760px;
  display: grid;
}
.responsibility-image {
  background:
    linear-gradient(#0000, #06241e85),
    url(/hero-architecture.png) 67% / cover;
  min-height: 680px;
  position: relative;
}
.responsibility-image:after {
  content: "";
  background: linear-gradient(90deg, #0a2d242e, #0000 50%);
  position: absolute;
  inset: 0;
}
.image-note {
  z-index: 1;
  border-left: 2px solid var(--gold);
  color: #fff;
  padding-left: 22px;
  position: absolute;
  bottom: 9%;
  left: 8%;
}
.image-note span,
.image-note strong {
  display: block;
}
.image-note span {
  letter-spacing: 0.12em;
  opacity: 0.75;
  margin-bottom: 8px;
  font-size: 12px;
}
.image-note strong {
  font-family:
    Noto Serif SC,
    Songti SC,
    serif;
  font-size: 25px;
  font-weight: 500;
}
.responsibility-content {
  padding: 95px clamp(45px, 7vw, 110px);
}
.responsibility-content .section-label {
  margin-bottom: 68px;
}
.responsibility-content > p:not(.eyebrow) {
  max-width: 580px;
  color: var(--muted);
  margin: 30px 0 0;
  font-size: 14px;
  line-height: 2;
}
.responsibility-items {
  border-top: 1px solid var(--line);
  margin-top: 52px;
}
.responsibility-items > div {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 50px 1fr;
  gap: 14px;
  padding: 19px 0;
  display: grid;
}
.responsibility-items b {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 12px;
}
.responsibility-items span {
  color: var(--muted);
  gap: 24px;
  font-size: 13px;
  display: flex;
}
.responsibility-items strong {
  min-width: 86px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
}
.news {
  padding-bottom: 140px;
}
.news-title {
  margin-bottom: 56px;
}
.news-title .text-link {
  margin-bottom: 12px;
}
.news-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  display: grid;
}
.news-card {
  background: #fff;
  border: 1px solid #123b321a;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px #1030281a;
}
.news-visual {
  background: var(--green-800);
  height: 240px;
  position: relative;
  overflow: hidden;
}
.news-visual:before,
.news-visual:after {
  content: "";
  border: 1px solid #c8a86b6b;
  position: absolute;
}
.news-visual:before {
  width: 62%;
  height: 135%;
  top: -20%;
  right: -14%;
  transform: rotate(15deg);
}
.news-visual:after {
  width: 36%;
  height: 82%;
  bottom: -32%;
  right: 14%;
  transform: rotate(15deg);
}
.news-visual span {
  color: #ffffff29;
  letter-spacing: 0.12em;
  font:
    700 30px/1 Georgia,
    serif;
  position: absolute;
  bottom: 22px;
  left: 24px;
}
.visual-2 {
  background: #264c41;
}
.visual-3 {
  background: #987b4f;
}
.news-body {
  min-height: 250px;
  padding: 30px;
  position: relative;
}
.news-body small {
  color: var(--gold);
  letter-spacing: 0.1em;
  font-size: 11px;
}
.news-body h3 {
  margin: 18px 0 13px;
  font-size: 21px;
  font-weight: 560;
  line-height: 1.55;
}
.news-body p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}
.news-body > a {
  color: var(--green-700);
  font-size: 19px;
  position: absolute;
  bottom: 26px;
  right: 28px;
}
.contact {
  color: #fff;
  background: var(--green-800);
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  padding: 90px max(4.5vw, 50vw - 640px);
  display: flex;
}
.contact h2 {
  font-size: clamp(38px, 4vw, 58px);
}
.contact p:not(.eyebrow) {
  color: #ffffff91;
  margin: 22px 0 0;
  font-size: 14px;
}
.contact .button {
  flex: none;
}
.contact-status {
  cursor: default;
  justify-content: center;
}
.footer {
  color: #fff;
  background: var(--green-950);
  padding: 72px max(4.5vw, 50vw - 640px) 28px;
}
.footer-main {
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 58px;
  display: flex;
}
.footer-nav {
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 55px;
  display: grid;
}
.footer-nav div {
  flex-direction: column;
  gap: 12px;
  display: flex;
}
.footer-nav strong {
  color: var(--gold-light);
  letter-spacing: 0.12em;
  margin-bottom: 7px;
  font-size: 12px;
}
.footer-nav a,
.footer-nav span {
  color: #ffffff7a;
  font-size: 12px;
  transition: color 0.2s;
}
.footer-nav a:hover {
  color: #fff;
}
.footer-bottom {
  color: #ffffff52;
  letter-spacing: 0.08em;
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  padding-top: 24px;
  font-size: 10px;
  display: flex;
}
.filing-link {
  transition: color 0.2s;
}
.filing-link:hover,
.filing-link:focus-visible {
  color: var(--gold-light);
}
@keyframes rise {
  0% {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes reveal {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scrollLine {
  0%,
  to {
    opacity: 0.3;
    transform: scaleY(0.2);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@media (width<=1080px) {
  .desktop-nav {
    gap: 22px;
  }
  .industry-card {
    grid-template-columns: 58px 200px 1fr 54px;
  }
  .industry-accent {
    display: none;
  }
  .responsibility {
    grid-template-columns: 0.9fr 1.1fr;
  }
  .responsibility-content {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (width<=820px) {
  .site-header {
    width: calc(100% - 40px);
    height: 78px;
  }
  .brand strong {
    font-size: 19px;
  }
  .desktop-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
    position: relative;
  }
  .mobile-menu summary {
    cursor: pointer;
    place-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    list-style: none;
    display: grid;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu summary span {
    background: #fff;
    width: 22px;
    height: 1px;
    display: block;
  }
  .mobile-menu nav {
    background: #071f1af5;
    border: 1px solid #c8a86b57;
    width: 210px;
    padding: 14px;
    display: grid;
    position: absolute;
    top: 50px;
    right: 0;
    box-shadow: 0 18px 40px #00000038;
  }
  .mobile-menu nav a {
    border-bottom: 1px solid #ffffff14;
    padding: 13px 12px;
    font-size: 14px;
  }
  .hero-content {
    width: calc(100% - 40px);
    padding-top: 115px;
  }
  .hero h1 {
    font-size: clamp(48px, 11vw, 70px);
  }
  .hero-points {
    bottom: 35px;
    left: 20px;
  }
  .hero-points span {
    min-width: auto;
    padding-right: 20px;
  }
  .hero-points span + span {
    padding-left: 20px;
  }
  .scroll-cue {
    display: none;
  }
  .section {
    width: calc(100% - 40px);
    padding: 85px 0;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .principles {
    margin-top: 60px;
  }
  .principles article {
    flex-direction: column;
    align-items: flex-start;
  }
  .principles article + article {
    padding-left: 25px;
  }
  .industries-heading {
    padding-bottom: 48px;
  }
  .industry-list {
    width: calc(100% - 40px);
  }
  .industry-card {
    grid-template-columns: 45px 1fr 46px;
    gap: 15px;
    padding: 28px 0;
  }
  .industry-card > p {
    grid-column: 2/-1;
    padding-right: 66px;
  }
  .industry-card:hover {
    padding-left: 0;
    padding-right: 0;
  }
  .round-arrow {
    grid-area: 1/3;
  }
  .responsibility {
    grid-template-columns: 1fr;
  }
  .responsibility-image {
    min-height: 520px;
  }
  .responsibility-content {
    padding: 78px 40px;
  }
  .news-grid {
    grid-template-columns: 1fr 1fr;
  }
  .news-card:last-child {
    grid-column: 1/-1;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
  .news-card:last-child .news-visual {
    height: 100%;
  }
  .contact {
    flex-direction: column;
    align-items: flex-start;
    padding: 72px 40px;
  }
  .footer-main {
    flex-direction: column;
  }
}
@media (width<=560px) {
  .hero {
    background-position: 62%;
    min-height: 760px;
  }
  .hero:before {
    background: linear-gradient(90deg, #03221bf7, #05231dba);
  }
  .hero-content {
    padding-top: 100px;
  }
  .hero h1 {
    font-size: 47px;
    line-height: 1.18;
  }
  .hero-copy {
    letter-spacing: 0.06em;
    margin-top: 23px;
    font-size: 15px;
  }
  .desktop-break {
    display: none;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 280px;
    margin-top: 30px;
  }
  .button {
    min-height: 54px;
  }
  .hero-points {
    gap: 18px;
    font-size: 11px;
  }
  .hero-points span,
  .hero-points span + span {
    border: 0;
    padding: 0;
  }
  .section-label {
    margin-bottom: 42px;
  }
  h2 {
    font-size: 38px;
  }
  .about-copy p.lead {
    font-size: 18px;
  }
  .principles {
    grid-template-columns: 1fr;
  }
  .principles article,
  .principles article + article {
    border-left: 0;
    border-bottom: 1px solid var(--line);
    flex-direction: row;
    align-items: baseline;
    padding: 24px 0;
  }
  .title-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .title-row > p {
    font-size: 13px;
  }
  .responsibility-image {
    min-height: 410px;
  }
  .responsibility-content {
    padding: 65px 20px;
  }
  .responsibility-content .section-label {
    margin-bottom: 48px;
  }
  .responsibility-items span {
    flex-direction: column;
    gap: 5px;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .news-card:last-child {
    grid-column: auto;
    display: block;
  }
  .news-card:last-child .news-visual {
    height: 240px;
  }
  .contact {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact .button {
    width: 100%;
  }
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-nav {
    grid-template-columns: 1fr 1fr;
    gap: 38px 28px;
  }
  .footer-nav > div:last-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
