:root {
  --green: #047747;
  --green-dark: #0c4032;
  --gold: #d7a940;
  --ink: #17211e;
  --muted: #5c6863;
  --line: #dbe3de;
  --soft: #f4f7f2;
  --white: #ffffff;
  --shadow: 0 18px 50px rgb(12 64 50 / 14%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
  transition: background-color .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.home-page .site-header {
  position: fixed;
  left: 0;
  right: 0;
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
}

.sub-page .site-header {
  position: fixed;
  left: 0;
  right: 0;
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
}

.home-page .site-header.is-scrolled,
.home-page .site-header.menu-open,
.sub-page .site-header.is-scrolled,
.sub-page .site-header.menu-open {
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  backdrop-filter: blur(14px);
}

.header-inner,
.container {
  width: min(1300px, calc(100% - 32px));
  margin: 0 auto;
}

.header-inner {
  width: min(1840px, calc(100% - 48px));
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.logo {
  flex: 0 0 auto;
}

.logo img {
  width: 268px;
  height: auto;
  transition: filter .28s ease, width .28s ease;
}

.home-page .site-header:not(.is-scrolled):not(.menu-open) .logo img {
  filter: brightness(0) invert(1);
}

.home-page .site-header:has(.has-mega:hover),
.home-page .site-header:has(.has-mega:focus-within),
.sub-page .site-header:has(.has-mega:hover),
.sub-page .site-header:has(.has-mega:focus-within) {
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  backdrop-filter: blur(14px);
}

.home-page .site-header:has(.has-mega:hover) .logo img,
.home-page .site-header:has(.has-mega:focus-within) .logo img,
.sub-page .site-header:has(.has-mega:hover) .logo img,
.sub-page .site-header:has(.has-mega:focus-within) .logo img {
  filter: none !important;
}

.sub-page .site-header:not(.is-scrolled):not(.menu-open) .logo img {
  filter: brightness(0) invert(1);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--green-dark);
  font-size: 24px;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.35vw, 32px);
  font-size: clamp(14px, 22vw, 16px);
  font-weight: 900;
  white-space: nowrap;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 92px;
  color: var(--ink);
  line-height: 1;
  letter-spacing: 0;
  transition: color .22s ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .28s ease, background-color .22s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.home-page .site-header:not(.is-scrolled):not(.menu-open) .site-nav a {
  color: var(--white);
}

.sub-page .site-header:not(.is-scrolled):not(.menu-open) .site-nav a {
  color: var(--white);
}

.home-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:hover) .site-nav a,
.home-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:focus-within) .site-nav a,
.sub-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:hover) .site-nav a,
.sub-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:focus-within) .site-nav a {
  color: var(--ink);
}

.home-page .site-header:not(.is-scrolled):not(.menu-open) .site-nav a::after {
  background: var(--white);
}

.sub-page .site-header:not(.is-scrolled):not(.menu-open) .site-nav a::after {
  background: var(--white);
}

.home-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:hover) .site-nav a::after,
.home-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:focus-within) .site-nav a::after,
.sub-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:hover) .site-nav a::after,
.sub-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:focus-within) .site-nav a::after {
  background: var(--green);
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--green);
}

.site-nav .nav-mobile-business {
  display: none;
}

.site-nav .nav-item {
  min-height: 92px;
  display: inline-flex;
  align-items: center;
}

.mega-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 92px;
  z-index: 30;
  padding: 42px 0 46px;
  background: rgb(255 255 255 / 98%);
  border-top: 1px solid var(--line);
  box-shadow: 0 28px 70px rgb(12 64 50 / 16%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  transition: opacity .28s ease, transform .28s ease;
}

.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-menu-inner {
  width: min(1300px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, .38fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: stretch;
}

.mega-menu-copy {
  display: grid;
  align-content: center;
  gap: 12px;
  padding-right: 42px;
  border-right: 1px solid var(--line);
}

.mega-menu-copy p {
  margin: 0;
  color: var(--green);
  font-size: clamp(32px, 22vw, 54px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: 0;
}

.mega-menu-copy span {
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .08em;
}

.mega-menu-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.site-nav .mega-menu-card {
  min-height: 0;
  display: grid;
  gap: 14px;
  color: var(--ink) !important;
  line-height: 1.4;
}

.site-nav .mega-menu-card::after {
  display: none;
}

.mega-menu-card img {
  width: 100%;
  aspect-ratio: 4 / 2;
  object-fit: cover;
  overflow: hidden;
  transition: filter .28s ease, transform .28s ease;
}

.mega-menu-card span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;line-height: 1;
}

.mega-menu-card span::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: var(--green);
  background-color: currentColor;
  -webkit-mask: url("/static/hiyoshikinzoku/images/jt.svg") center/contain no-repeat;
  mask: url("/static/hiyoshikinzoku/images/jt.svg") center/contain no-repeat;
  transition: transform .28s ease, background-color .28s ease, color .28s ease;
}

.mega-menu-card:hover img {
  filter: brightness(.88);
  transform: scale(1.02);
}

.mega-menu-card:hover span {
  color: var(--green);
}

.mega-menu-card:hover span::after {
  background: var(--green);
  color: var(--white);
  transform: translateX(3px);
}

.home-page .site-header:not(.is-scrolled):not(.menu-open) .site-nav a:hover,
.home-page .site-header:not(.is-scrolled):not(.menu-open) .site-nav a.active {
  color: var(--white);
}

.sub-page .site-header:not(.is-scrolled):not(.menu-open) .site-nav a:hover,
.sub-page .site-header:not(.is-scrolled):not(.menu-open) .site-nav a.active {
  color: var(--white);
}

.home-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:hover) .site-nav a:hover,
.home-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:hover) .site-nav a.active,
.home-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:focus-within) .site-nav a:hover,
.home-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:focus-within) .site-nav a.active,
.sub-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:hover) .site-nav a:hover,
.sub-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:hover) .site-nav a.active,
.sub-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:focus-within) .site-nav a:hover,
.sub-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:focus-within) .site-nav a.active {
  color: var(--green);
}

.nav-contact {
  min-height: 44px !important;
  gap: 8px;
  padding: 0 20px;
  color: var(--white) !important;
  background: var(--green);
  border-radius: 999px;
  border: 1px solid var(--green);
}

.nav-contact-icon,
.nav-tel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}

.nav-contact::after {
  display: none;
}

.nav-tel {
  gap: 12px;
  color: var(--green-dark);
  font-weight: 900;
  letter-spacing: .01em;
}

.nav-tel::after {
  display: none;
}

.nav-tel-icon {
  width: 44px;
  height: 44px;
  color: var(--ink);
  border:var(--ink) solid 1px;
  border-radius: 999px;
  font-size: 20px;
}

.nav-tel-copy {
  display: grid;
  gap: 5px;
  line-height: 1;
}
.nav-tel:hover .nav-tel-icon{border-color:var(--green);color: var(--green);}
.nav-tel-copy strong {
  font-size: 23px;
  font-weight: 900;
  letter-spacing: .01em;
}

.nav-tel-copy small {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.home-page .site-header:not(.is-scrolled):not(.menu-open) .nav-tel-icon {
  border-color: var(--white);
  color:var(--white);
}

.sub-page .site-header:not(.is-scrolled):not(.menu-open) .nav-tel-icon {
  border-color: var(--white);
  color: var(--white);
}

.home-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:hover) .nav-tel,
.home-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:focus-within) .nav-tel,
.sub-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:hover) .nav-tel,
.sub-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:focus-within) .nav-tel {
  color: var(--green-dark);
}

.home-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:hover) .nav-tel-icon,
.home-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:focus-within) .nav-tel-icon,
.sub-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:hover) .nav-tel-icon,
.sub-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:focus-within) .nav-tel-icon {
  border-color: var(--ink);
  color: var(--ink);
}

.home-page .site-header:not(.is-scrolled):not(.menu-open) .nav-contact {
  border: 1px solid rgb(255 255 255 / 70%);
  background: rgb(255 255 255 / 10%);
}

.sub-page .site-header:not(.is-scrolled):not(.menu-open) .nav-contact {
  border: 1px solid rgb(255 255 255 / 70%);
  background: rgb(255 255 255 / 10%);
}

.home-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:hover) .nav-contact,
.home-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:focus-within) .nav-contact,
.sub-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:hover) .nav-contact,
.sub-page .site-header:not(.is-scrolled):not(.menu-open):has(.has-mega:focus-within) .nav-contact {
  border-color: var(--green);
  background: var(--green);
  color: var(--white) !important;
}

.home-page .site-header:not(.is-scrolled):not(.menu-open) .nav-tel {
  color: var(--white);
}

.sub-page .site-header:not(.is-scrolled):not(.menu-open) .nav-tel {
  color: var(--white);
}

.home-page .site-header.menu-open {
  background: rgba(255, 255, 255, .96) !important;
  border-bottom-color: var(--line);
  box-shadow: 0 12px 34px rgb(12 64 50 / 10%);
  backdrop-filter: blur(14px);
}

.home-page .site-header.menu-open .logo img {
  filter: none;
}

.sub-page .site-header.menu-open .logo img {
  filter: none;
}

.home-page .site-header.menu-open .site-nav a {
  color: var(--green-dark);
}

@media (max-width: 1280px) {
  .site-nav {
    gap: 20px;
    font-size: 14px;
  }

  .nav-tel {
    gap: 10px;
  }

  .nav-tel-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-color: var(--green-dark);
    color: var(--green-dark);
  }

  .nav-tel-copy strong {
    font-size: 20px;
  }

  .nav-tel-copy small {
    font-size: 12px;
  }

  .nav-contact {
    padding: 0 16px;
  }
}

.hero {
  position: relative;
  min-height: 100dvh;
  background: #0c1713;
  color: var(--white);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgb(0 0 0 / 52%), rgb(0 0 0 / 36%)),
    linear-gradient(0deg, rgb(0 0 0 / 28%), transparent 52%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: radial-gradient(rgb(255 255 255 / 18%) 1px, transparent 1px);
  background-size: 4px 4px;
  opacity: .34;
  pointer-events: none;
}

.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 1.1s ease, transform 7s ease;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-slide-yard img {
  object-position: center center;
}

.hero-slide-forklift img {
  object-position: center center;
}

.hero-inner {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 32px));
  min-height: 100dvh;
  margin: 0 auto;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 150px 0 90px;
}

.hero-copy {
  width: min(100%, 900px);
  text-align: center;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.25;
}

h1 {
  max-width: 780px;
  font-size: clamp(40px, 5.6vw, 72px);
  letter-spacing: 0;
}

.hero-title {
  position: relative;
  display: inline-block;
  max-width: none;
  padding-bottom: 30px;
  color: var(--white);
  font-size: clamp(54px, 7vw, 128px);
  font-weight: 900;
  line-height: .92;
  letter-spacing: .01em;
  text-align: center;
}

.hero-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgb(255 255 255 / 74%);
}

.hero-title span {
  display: block;
}

.hero-title em {
  color: var(--green);
  font-style: normal;
}

.hero-tagline {
  position: relative;
  margin: 34px 0 0 !important;
  color: var(--white);
  font-size:clamp(22px, 2.5vw, 42px) !important;
  font-weight: 900;
  letter-spacing: .16em;
  line-height:1.3;
}

.hero-copy p {
  margin: 24px 0 0;
  font-size: 18px;
}

.hero-scroll {
  position: absolute;
  left: 34px;
  bottom: 34px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: var(--white);
}

.hero-scroll span {
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
}

.hero-scroll i {
  position: relative;
  display: block;
  width: 1px;
  height: 86px;
  overflow: hidden;
  background: rgb(255 255 255 / 34%);
}

.hero-scroll i::after {
  content: "";
  position: absolute;
  left: 0;
  top: -55%;
  width: 1px;
  height: 55%;
  background: var(--white);
  animation: scrollLine 1.7s ease-in-out infinite;
}

@keyframes scrollLine {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(260%);
  }
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 20px;
  border: 1px solid var(--green);
  border-radius: 8px;
  background: var(--green);
  color: var(--white);
  font-weight: 800;
  font-size: 16px;cursor: pointer;
}

.button:hover {
  transform: translateY(-1px);
}

.button.secondary {
  background: var(--white);
  color: var(--green-dark);
  border-color: var(--white);
}

.button.outline {
  background: transparent;
  color: var(--green-dark);
}

.company-intro {
  position: relative;
  overflow: hidden;
  color: var(--ink);
}

.company-intro-inner {
  position: relative;
  width: min(1300px, calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  gap: 76px;
  align-items: center;
}

.company-intro-kicker {
  margin: 0;
  font-size:clamp(24px, 4vw, 38px);
  font-weight: 900;
  letter-spacing: .04em;
}

.company-intro h2 {
  color: var(--green);
  font-size:clamp(42px, 5vw, 84px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: 0;
}

.company-intro p:not(.company-intro-kicker) {
  max-width: 580px;
  margin: 24px 0 0;
  font-size:clamp(16px, 4vw, 18px);
  font-weight: 800;
  line-height: 2;
}

.company-intro-image {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: var(--soft);
}

.company-intro-image img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transition: transform .9s ease;
}

.company-intro-image:hover img {
  transform: scale(1.035);
}

.company-intro-link,
.strengths-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 34px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-weight: 900;
}

.company-intro-link.pill-arrow-button {
  margin-top: 34px;
}

.strengths-section {
  display: grid;
  gap: 42px;
}

.strengths-head {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;width: min(1300px, calc(100% - 32px));
    margin: 0 auto;
}

.strengths-label {
  margin: 0;
  color: var(--green);
  font-size:clamp(42px, 5vw, 84px);
  font-weight: 900;
  line-height: .9;
}

.strengths-head h2 {
  font-size: clamp(24px, 4vw, 38px);
}

.service-lead {
  max-width: 760px;
  margin: 0;
  color: var(--text);
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 700;
  line-height: 1.9;
}

.strengths-link {
  margin-top: 0;
}

.service-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 0;
}

.service-tile {
  position: relative;
  display: flex;
  align-items: center;
  padding: 34px 54px;
  overflow: hidden;
  aspect-ratio: 5 / 3;
  color: var(--white);
  isolation: isolate;
}

.service-tile + .service-tile {
  border-left: 1px solid rgb(255 255 255 / 28%);
}

.service-tile img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .65s ease, filter .65s ease;
}

.service-tile::before,
.service-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: opacity .45s ease;
}

.service-tile::before {
  z-index: -2;
  background: rgb(0 0 0 / 48%);
}

.service-tile::after {
  z-index: -1;
  opacity: 0;
  background: linear-gradient(135deg, rgb(4 119 71 / 82%), rgb(12 64 50 / 58%));
  backdrop-filter: blur(10px);
}

.service-tile:hover img {
  transform: scale(1.1);
  filter: blur(2px) saturate(1.05);
}

.service-tile:hover::after {
  opacity: 1;
}

.service-tile-body {
  position: relative;
  z-index: 1;
}

.service-tile-body span {
  display: block;
  margin-top: 12px;
  font-size: clamp(17px, 1.5vw, 32px);
  font-weight: 900;
  letter-spacing: .04em;
  line-height:1;
}

.service-tile-body h3 {
  color: var(--white);
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 900;
  line-height: .95;
}

.service-tile i {
  position: absolute;
  right:40px;
  top: 50%;
  z-index: 1;
  width: clamp(22px, 4vw, 72px);
  height: clamp(22px, 4vw, 72px);
  display: grid;
  place-items: center;
  border: 2px solid rgb(255 255 255 / 82%);
  border-radius: 999px;
  color: var(--white);
  font-size: 0;
  font-style: normal;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform .35s ease, background-color .35s ease;
}

.service-tile i::before {
  content: "";
  width: 22px;
  height: 22px;
  background-color: currentColor;
  -webkit-mask: url("/static/hiyoshikinzoku/images/jt.svg") center/contain no-repeat;
  mask: url("/static/hiyoshikinzoku/images/jt.svg") center/contain no-repeat;
}

.service-tile:hover i {
  background: rgb(255 255 255 / 16%);
  transform: translate(8px, -50%);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity .75s ease, transform .75s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.section {
  padding: 82px 0;
}

.section.soft {
  background: var(--soft);
}

.section-head {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-head h2,
.page-title h1 {
  font-size: clamp(30px, 4vw, 46px);
}

.section-head p,
.page-title p {
  margin: 14px 0 0;
  color: var(--muted);
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 42px;
}

.section-heading.center {
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  margin: 16px auto 0;
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(15px, 1.8vw, 17px);
  font-weight: 700;
  line-height: 1.9;
}

.section-heading h2 {
  font-size: clamp(34px, 5vw, 56px);
}

.home-metal-section {
  padding-top: 96px;
}

.home-metal-head {
  margin-bottom: 42px;
}

.home-metal-head p:not(.strengths-label) {
  margin: 0;
  color: var(--text);
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 700;
  line-height: 1.9;
}

.home-news-head {
  margin-bottom: 42px;
}


.home-items-grid {
  margin-top: 0;
}

.home-metal-actions {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.pill-arrow-button {
  min-height: 54px;
  padding: 13px 26px 13px 30px;
  border-radius: 999px;
  gap: 14px;
  transition: background-color .28s ease, color .28s ease, border-color .28s ease, transform .28s ease;
}

.pill-arrow-button::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background-color: currentColor;
  -webkit-mask: url("/static/hiyoshikinzoku/images/jt.svg") center/contain no-repeat;
  mask: url("/static/hiyoshikinzoku/images/jt.svg") center/contain no-repeat;
  transition: transform .28s ease;
}

.pill-arrow-button:hover {
  background: var(--white);
  color: var(--green);
  border-color: var(--green);
}

.pill-arrow-button:hover::after {
  transform: translateX(3px);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.service-card,
.item-card,
.news-card,
.contact-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-card-content,
.item-card,
.news-card {
  padding: 24px;
}

.service-card h3,
.item-card h3,
.news-card h3 {
  font-size: 22px;
}

.service-card p,
.item-card p,
.news-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.feature-band {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 44px;
  align-items: center;
}

.feature-band img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.service-business-section {
  overflow: hidden;
  background: var(--white);
}

.service-business-list {
  display: grid;
  gap: clamp(64px, 8vw, 116px);
}

.service-business-block {
  display: grid;
  grid-template-columns: minmax(320px, .86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(34px, 5vw, 82px);
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto;
}

.service-business-block.is-reverse {
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, .86fr);
}

.service-business-block.is-reverse .service-business-copy {
  grid-column: 2;
}

.service-business-block.is-reverse .service-business-image {
  grid-column: 1;
  grid-row: 1;
}

.service-business-copy {
  position: relative;
  z-index: 1;
}

.service-business-en {
  margin: 0 0 12px;
  color: var(--green);
  font-size: clamp(42px, 8vw, 54px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: 0;
}

.service-business-copy h2 {
  font-size: clamp(26px, 3.2vw, 38px);
  letter-spacing: .04em;
}

.service-business-copy > p:not(.service-business-en) {
  margin: 26px 0 0;
  color: var(--text);
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 700;
  line-height: 2;
}

.service-business-copy .plain-list {
  margin-top: 24px;
}

.service-business-copy .pill-arrow-button {
  margin-top: 32px;
}

.service-business-image {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.service-business-image::before {
  content: "";
  position: absolute;
  inset: auto auto 0 -28px;
  z-index: -1;
  width: 62%;
  height: 54%;
  background: var(--soft);
}

.service-business-block.is-reverse .service-business-image::before {
  right: -28px;
  left: auto;
}

.service-business-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.check-list,
.plain-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.plain-list li {
  padding-left: 22px;
  position: relative;
}

.check-list li::before,
.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 999px;
}

.items-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.item-card {
  position: relative;
  aspect-ratio: 5 / 3;
  padding: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  isolation: isolate;
}

.item-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgb(0 0 0 / 12%), rgb(0 0 0 / 66%));
}

.item-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .45s ease, filter .45s ease;
}

.item-card div {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  z-index: 2;
}

.item-card:hover img {
  filter: blur(2px) brightness(.84);
  transform: scale(1.08);
}

.item-card strong {
  display: block;
  color: var(--white);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.2;
}

.item-card span {
  display: block;
  margin-top: 8px;
  color: rgb(255 255 255 / 82%);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.page-hero {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--green-dark);
  border-bottom: 0;
}

.page-hero::before,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-hero::before {
  z-index: 0;
  background:
    linear-gradient(90deg, rgb(0 0 0 / 68%), rgb(0 0 0 / 24%)),
    var(--page-hero-image) center / cover;
  transform: scale(1.02);
}

.page-hero::after {
  z-index: 1;
  background-image: radial-gradient(rgb(255 255 255 / 16%) 1px, transparent 1px);
  background-size: 4px 4px;
  opacity: .32;
}

.page-services {
  --page-hero-image: url("../images/page-services.png");
}

.page-items {
  --page-hero-image: url("../images/page-items.png");
}

.page-civil {
  --page-hero-image: url("../images/home-service-civil.jpg");
}

.page-products {
  --page-hero-image: url("../images/home-service-products.jpg");
}

.page-company {
  --page-hero-image: url("../images/page-company.png");
}

.page-news {
  --page-hero-image: url("../images/page-news.png");
}

.page-contact {
  --page-hero-image: url("../images/page-contact.png");
}

.page-privacy {
  --page-hero-image: url("../images/page-company.png");
}

.page-title {
  position: relative;
  z-index: 2;
  width: min(1300px, calc(100% - 32px));
  margin: 0 auto;
  padding: 170px 0 118px;
}

.page-title .eyebrow {
  margin: 0;
  color: var(--white);
  font-size: clamp(56px, 9vw, 98px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: 0;
}

.page-title h1 {
  margin-top: 18px;
  color: var(--white);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 800;
  letter-spacing: .08em;
}

.page-breadcrumb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid rgb(255 255 255 / 34%);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-breadcrumb a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-breadcrumb span {
  color: rgb(255 255 255 / 88%);
}

.page-breadcrumb span::before {
  content: ">";
  margin-right: 10px;
  color: rgb(255 255 255 / 72%);
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border: 1px solid var(--line);
}

.info-table th,
.info-table td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.info-table th {
  width: 170px;
  color: var(--green-dark);
  background: var(--soft);
}

.map-link {
  display: block;
  min-height: 320px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgb(4 119 71 / 14%), rgb(215 169 64 / 20%));
}

.map-link strong {
  display: block;
  font-size: 24px;
}

.company-section {
  padding-top: clamp(72px, 9vw, 118px);
  padding-bottom: clamp(72px, 9vw, 118px);
}

.company-section + .company-section {
  border-top: 1px solid var(--line);
}

.company-section-head {
  margin-bottom: clamp(36px, 5vw, 64px);
}

.message-body {
  max-width: 980px;
  margin: 0 auto;
  color: var(--ink);
  font-size: clamp(15px, 1.7vw, 18px);
  font-weight: 700;
  line-height: 2.15;
}

.message-body p {
  margin: 0;
}

.message-body p + p {
  margin-top: 28px;
}

.message-sign {
  padding-top: 10px;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 900;
  text-align: right;
}

.company-info-table {
  max-width: 980px;
  margin: 0 auto;
  border-right: 0;
  border-left: 0;
}

.company-info-table th,
.company-info-table td {
  padding: 22px 28px;
}

.company-info-table th {
  width: 220px;
}

.company-map {
  overflow: hidden;
  width: 100%;
  min-height: 520px;
  background: var(--soft);
}

.company-map iframe {
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
}

.company-gallery {
  position: relative;
  --gallery-gap: clamp(24px, 2.4vw, 46px);
  --gallery-slide-width: min(48vw, 860px);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.gallery-viewport {
  overflow: hidden;
  width: 100%;
}

.gallery-track {
  display: flex;
  align-items: center;
  gap: var(--gallery-gap);
  padding: 0 calc((100vw - var(--gallery-slide-width)) / 2);
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  will-change: transform;
}

.gallery-track.is-dragging {
  cursor: grabbing;
  transition: none;
}

.gallery-slide {
  flex: 0 0 var(--gallery-slide-width);
  margin: 0;
  overflow: hidden;
  background: var(--soft);
  aspect-ratio: 4 / 3;
  opacity: .62;
  transform: scale(.82);
  transform-origin: center;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1), opacity .7s ease, filter .7s ease;
}

.gallery-slide img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.gallery-slide.is-active {
  transform: scale(1);
  opacity: 1;
}

.gallery-slide.is-active img,
.gallery-slide:hover img {
  filter: saturate(1.06);
}

.gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 80%);
  border-radius: 999px;
  background: rgb(4 119 71 / 88%);
  color: var(--white);
  font-size: 44px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.gallery-nav span {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 1;
  background-color: currentColor;
  -webkit-mask: url("/static/hiyoshikinzoku/images/jt.svg") center/contain no-repeat;
  mask: url("/static/hiyoshikinzoku/images/jt.svg") center/contain no-repeat;
}

.gallery-prev span {
  transform: rotate(180deg);
}

.gallery-prev {
  left: clamp(20px, 14vw, 270px);
}

.gallery-next {
  right: clamp(20px, 14vw, 270px);
}

.gallery-nav:hover {
  border-color: var(--green);
  background: var(--white);
  color: var(--green);
}

.gallery-dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 4;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgb(15 31 45 / 34%);
  backdrop-filter: blur(10px);
  transform: translateX(-50%);
}

.gallery-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgb(255 255 255 / 72%);
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
}

.gallery-dot.is-active {
  background: var(--green);
  transform: scale(1.22);
}

.narrow-content {
  max-width: 920px;
}

.narrow-content h2 {
  margin: 0 0 24px;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 40px);
}

.narrow-content h3 {
  margin: 34px 0 12px;
  color: var(--green-dark);
  font-size: 20px;
}

.narrow-content p {
  color: var(--text);
  line-height: 2;
}

.news-list {
  display: grid;
  gap: 0;
}

.news-card time {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--green);
  font-weight: 800;
}

.news-link-list {
  border-top: 1px solid var(--line);
}

.news-link-card {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) 42px;
  gap: 24px;
  align-items: center;
  min-height: 92px;
  padding: 26px 0;
  padding-right: 18px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
}

.news-link-card time {
  margin: 0;
}

.news-link-card span {
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 900;
  line-height: 1.55;
}

.news-link-card i {
  display: grid;
  place-items: center;
  justify-self: end;
  width: 36px;
  height: 36px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--green);
  font-size: 0;
  font-style: normal;
  line-height: 1;
  transition: transform .28s ease, background-color .28s ease, color .28s ease;
}

.news-link-card i::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: currentColor;
  -webkit-mask: url("/static/hiyoshikinzoku/images/jt.svg") center/contain no-repeat;
  mask: url("/static/hiyoshikinzoku/images/jt.svg") center/contain no-repeat;
}

.news-link-card:hover span {
  color: var(--green);
}

.news-link-card:hover i {
  background: var(--green);
  color: var(--white);
  transform: translateX(4px);
}

.news-detail {
  max-width: 920px;
}

.news-detail time {
  display: inline-block;
  color: var(--green);
  font-size: 15px;
  font-weight: 900;
}

.news-detail h2 {
  margin-top: 16px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
  font-size: clamp(30px, 4vw, 48px);
}

.news-detail p {
  margin: 28px 0 0;
  color: var(--text);
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 700;
  line-height: 2;
}

.contact-call {
  display: grid;
  gap: 14px;
}

.phone-box {
  display: block;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.phone-box span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.phone-box strong {
  display: block;
  color: var(--green-dark);
  font-size: clamp(24px, 4vw, 34px);
  line-height: 1.25;
}

.form-grid {
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid #b9c6bf;
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.contact-cta {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--green-dark);
}

.contact-cta-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(4 119 71 / 92%), rgb(4 119 71 / 72%)),
    url("../images/contact-bg.png") center / cover;
  transform: scale(1.02);
}

.contact-cta-inner {
  position: relative;
  z-index: 1;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
  gap: 64px;
  align-items: center;
  padding: 78px 0;
}

.contact-cta-copy h2 {
  color: var(--white);
  font-size:clamp(42px, 5vw, 84px);
  font-weight: 900;
  line-height: .9;
}

.contact-cta-kicker {
  margin: 16px 0 0;
  font-size:clamp(24px, 4vw, 38px);
  font-weight: 900;
}

.contact-cta-copy p:not(.contact-cta-kicker) {
  max-width: 480px;
  margin: 42px 0 0;
  font-weight: 800;
}

.contact-cta-panel {
  min-height: 178px;
  display: grid;
  place-items: center;
  padding: 34px;
  border: 1px solid rgb(255 255 255 / 78%);
  border-radius: 8px;
  background: rgb(0 0 0 / 10%);
  backdrop-filter: blur(8px);
  text-align: center;
}

.contact-cta-panel p {
  margin: 0 0 10px;
  font-weight: 900;
}

.contact-cta-phones {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.contact-cta-tel {
  display: inline-flex;
  align-items: flex-end;
  gap: 10px;
  color: var(--white);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  line-height: 1;
}

.contact-cta-tel span {
  font-size: clamp(18px, 2vw, 26px);
  padding-bottom: 9px;
}

.contact-cta-panel small {
  display: block;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 900;
}

.contact-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 22px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--white);
  color: var(--green);
  font-weight: 900;
}

.site-footer {
  padding: 48px 0 28px;
  color: var(--white);
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(440px, .7fr) auto;
  align-items: center;
  gap: 32px;
}

.footer-logo {
  width: 230px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  filter: brightness(0) invert(1);
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  font-size: 14px;
}

.footer-qr {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.footer-qr img {
  width: 102px;
  height: 102px;
  object-fit: contain;
  background: var(--white);
}

.footer-qr p {
  margin: 0;
  color: rgb(255 255 255 / 72%);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgb(255 255 255 / 18%);
}

.copyright {
  margin: 0;
  color: rgb(255 255 255 / 72%);
  font-size: 13px;
}

.footer-privacy {
  color: rgb(255 255 255 / 78%);
  font-size: 13px;
  text-underline-offset: 3px;
}

.footer-privacy:hover {
  color: var(--white);
}

@media (max-width: 1024px) {
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 60;
    width: 50px;
    height: 62px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: transparent;
    font-size: 0;
    box-shadow: none;
    transition: background-color .24s ease, transform .24s ease;
  }

  .nav-toggle::before,
  .nav-toggle::after {
    content: "";
    position: absolute;
    left: 18px;
    width: 26px;
    height: 2px;
    background: var(--white);
    border-radius: 999px;
    transition: top .24s ease, transform .24s ease, box-shadow .24s ease;
  }

  .nav-toggle::before {
    top: 23px;
    box-shadow: 0 8px 0 var(--white);
  }

  .site-header.menu-open .nav-toggle::before,
  .site-header.menu-open .nav-toggle::after,
  .site-header.is-scrolled .nav-toggle::before,
  .site-header.is-scrolled .nav-toggle::after {
    background: var(--green-dark);
  }

  .site-header.menu-open .nav-toggle::before,
  .site-header.is-scrolled .nav-toggle::before {
    box-shadow: 0 8px 0 var(--green-dark);
  }

  .site-header.menu-open .nav-toggle[aria-expanded="true"]::before {
    box-shadow: 0 0 0 transparent;
  }

  .nav-toggle::after {
    top: 39px;
  }

  .nav-toggle[aria-expanded="true"]::before {
    top: 30px;
    transform: rotate(45deg);
    box-shadow: 0 0 0 transparent;
  }

  .nav-toggle[aria-expanded="true"]::after {
    top: 30px;
    transform: rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 92px;
    bottom: 0;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 42px 32px 34px;
    background: rgb(255 255 255 / 92%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform .42s cubic-bezier(.22, 1, .36, 1), opacity .3s ease;
  }

  .site-nav .nav-item {
    display: contents;
    min-height: 0;
  }

  .site-nav .nav-mobile-business {
    display: inline-flex;
  }

  .mega-menu {
    display: none;
  }

  .site-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .site-nav a {
    min-height: auto;
    padding: 18px 0;
    justify-content: center;
    border-bottom: 1px solid var(--line);
    font-size:18px;
    line-height: 1.1;
    transform: translateX(26px);
    opacity: 0;
    transition: transform .38s ease, opacity .38s ease, color .22s ease;
  }

  .site-nav.open a {
    transform: translateX(0);
    opacity: 1;
  }

  .site-nav.open a:nth-child(1) {
    transition-delay: .05s;
  }

  .site-nav.open a:nth-child(2) {
    transition-delay: .09s;
  }

  .site-nav.open a:nth-child(3) {
    transition-delay: .13s;
  }

  .site-nav.open a:nth-child(4) {
    transition-delay: .17s;
  }

  .site-nav.open a:nth-child(5) {
    transition-delay: .21s;
  }

  .site-nav.open a:nth-child(6) {
    transition-delay: .25s;
  }

  .site-nav.open a:nth-child(7) {
    transition-delay: .29s;
  }

  .site-nav a::after {
    left: 12px;
    right: auto;
    bottom: 7px;
    width: 32px;
    height: 2px;
    transform-origin: left;
  }

  .nav-contact {
    width: 100%;
    max-width: 330px;
    margin: 28px auto 0;
    text-align: center;
    justify-content: center;
    min-height:52px !important;
    padding: 0 18px !important;
    border-bottom: 0 !important;
    font-size: 16px !important;
    transition-delay: .34s !important;
  }

  .site-nav .nav-contact,
  .site-nav .nav-contact span,
  .site-nav .nav-contact .nav-contact-icon {
    color: var(--white) !important;
  }

  .nav-tel {
    justify-content: center;
    width: 100%;
    max-width: 330px;
    min-height: 46px !important;
    margin: 16px auto 0;
    padding: 10px 12px !important;
    border-bottom: 0 !important;
    color: var(--green-dark) !important;
    transition-delay: .39s !important;
  }

  .nav-tel-copy {
    text-align: left;
  }

  .grid-3,
  .grid-2,
  .feature-band,
  .contact-cta-inner,
  .strengths-head,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-qr {
    justify-items: center;
    text-align: left;
  }

  .footer-grid > div:first-child {
    text-align: center;
  }

  .footer-grid > div:first-child .footer-logo {
    margin: 0 auto;
  }

  .footer-bottom {
    align-items: flex-start;
  }

  .items-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-link-card {
    grid-template-columns: 1fr 38px;
    gap: 8px 18px;
  }

  .news-link-card time,
  .news-link-card span {
    grid-column: 1;
  }

  .news-link-card i {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
  }

  .hero-inner {
    min-height: 100dvh;
    padding: 118px 0 68px;align-items: flex-start;
  }

  .hero-title {
    font-size: clamp(48px, 13vw, 96px);
    padding-bottom: 22px;
  }

  .hero-tagline {
    margin-top: 30px !important;
    font-size:clamp(22px, 4vw, 36px) !important;
    letter-spacing: .12em;
  }

  .hero-scroll {
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
  }

  .company-intro {
    min-height: auto;
  }

  .company-intro-inner {
    padding: 72px 0;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .company-intro-copy {
    min-height: auto;display: flex;flex-direction: column;align-items: center;
  }

  .company-intro-image,
  .company-intro-image img {
    min-height: auto;
  }


  .strengths-link {
    justify-self: start;
  }

  .service-tiles {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .service-business-block,
  .service-business-block.is-reverse {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .service-business-block.is-reverse .service-business-copy,
  .service-business-block.is-reverse .service-business-image {
    grid-column: auto;
    grid-row: auto;
  }

  .service-business-image,
  .service-business-image img {
    min-height: auto;
  }

  .service-business-image::before {
    display: none;
  }

  .service-tile {
    aspect-ratio: 5 / 2;padding: 24px;
  }
.service-tile i{width:48px;height:48px;font-size: 46px;}
  .service-tile + .service-tile {
    border-left: 0;
    border-top: 1px solid rgb(255 255 255 / 28%);
  }

  .contact-cta-inner {
    gap: 34px;
    min-height: auto;
    padding: 68px 0;
  }

  .contact-cta-copy p:not(.contact-cta-kicker) {
    margin-top: 26px;
  }

  .company-map,
  .company-map iframe {
    min-height: 420px;
    height: 420px;
  }

  .gallery-track {
    gap: var(--gallery-gap);
  }

  .company-gallery {
    --gallery-slide-width: 68vw;
  }

  .gallery-nav {
    width: 46px;
    height: 46px;
    font-size: 34px;
  }

  .gallery-prev {
    left: 14px;
  }

  .gallery-next {
    right: 14px;
  }
}

@media (max-width: 560px) {
  .logo img {
    width: 198px;
  }
.contact-cta-tel span{padding-bottom: 4px;}
.strengths-head{gap:8px;}
  .header-inner,
  .container,
  .page-title,
  .hero-inner {
    width: min(100% - 34px, 1120px);
  }

  .header-inner {
    min-height:74px;
  }

  .site-nav {
    top:74px;
  }

  .hero-title {
    font-size: clamp(44px, 15vw, 66px);
    line-height: .96;
  }

  .hero-scroll {
    left: 50%;
    bottom: 18px;
    gap: 10px;
    transform: translateX(-50%);
  }

  .hero-scroll span {
    font-size: 11px;
  }

  .hero-scroll i {
    height: 58px;
  }

  .section,
  .page-title {
    padding:66px 0 86px;
  }

  .page-breadcrumb {
    bottom: 28px;
    padding-top: 24px;
    font-size: 13px;
  }

  .items-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }


  .company-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .company-info-table th,
  .company-info-table td {
    display: table-cell;
    width: auto;
    padding: 16px 12px;
    vertical-align: middle;
  }

  .company-info-table th {
    width:120px;
    min-width: 120px;
  }

  .message-body {
    line-height: 2;
  }

  .message-body p + p {
    margin-top: 22px;
  }

  .company-map,
  .company-map iframe {
    min-height: 200px;
    height: 200px;
  }

  .company-gallery {
    --gallery-slide-width: 84vw;
  }

  .gallery-slide img {
    aspect-ratio: 4 / 3;
    height: 100%;
  }
.footer-grid{gap:0;}
  .footer-nav {
    grid-template-columns:repeat(2, minmax(0, 1fr));text-align: center;margin-bottom:26px;
  }
}

/* Contact page: split panels with center divider */
.page-contact + .section .grid-2 {
  position: relative;
  gap: clamp(36px, 6vw, 72px);
}

.page-contact + .section .grid-2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--line);
  transform: translateX(-50%);
}

.page-contact + .section .contact-panel {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

@media (max-width: 900px) {
  .page-contact + .section .grid-2::before {
    display: none;
  }
}

/* Contact success modal */
.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  place-items: center;
  padding: 24px;
}

.contact-modal.is-open {
  display: grid;
}

.contact-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 48%);
}

.contact-modal__dialog {
  position: relative;
  width: min(460px, 100%);
  padding: clamp(28px, 5vw, 42px);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 80px rgb(0 0 0 / 24%);
  text-align: center;
}

.contact-modal__eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.contact-modal__dialog h2 {
  margin: 0;
  color: var(--green-dark);
  font-size: clamp(24px, 4vw, 32px);
}

.contact-modal__dialog p:not(.contact-modal__eyebrow) {
  margin: 16px 0 24px;
  color: var(--muted);
  line-height: 1.8;
}

.contact-modal__button {
  min-width: 150px;
}

.contact-modal-open {
  overflow: hidden;
}

.home-photo-section {
  padding-top: 82px;
  background: var(--soft);
}

.home-photo-section .company-section-head {
  text-align: center;
}


.home-company-gallery {
  --gallery-gap: clamp(24px, 2.4vw, 46px);
  --gallery-slide-width: min(48vw, 860px);
  margin-top: 0;
}

.home-company-gallery .gallery-track {
  padding: 0 calc((100vw - var(--gallery-slide-width)) / 2);
}

@media (max-width: 900px) {
  .home-company-gallery {
    --gallery-slide-width: 68vw;
  }
}

@media (max-width: 640px) {
  .home-company-gallery {
    --gallery-slide-width: 84vw;
  }

  .home-company-gallery .gallery-slide img {
    height: 100%;
  }
}
.company-gallery.is-static .gallery-nav,
.company-gallery.is-static .gallery-dots {
  display: none;
}

.company-gallery.is-static .gallery-track {
  justify-content: center;
  transform: none !important;
}
