﻿/*
Theme Name: Shibata Consultants LP
Theme URI: https://example.com/
Author: Your Team
Author URI: https://example.com/
Description: Corporate landing page theme for シバタ技術コンサルタンツ.
Version: 1.2.4
Text Domain: shibata-consultants-lp
*/

:root {
  --emerald-950: #234d2a;
  --emerald-900: #2f6733;
  --emerald-800: #62ad3f;
  --emerald-100: #edf8de;
  --amber-400: #fbbf24;
  --amber-500: #f59e0b;
  --lime-300: #9fe870;
  --lime-200: #dcf6c8;
  --stone-950: #1f2b1f;
  --stone-100: #f7fbf5;
  --stone-700: #3e4c3f;
  --white: #ffffff;
  --header-h: 72px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  color: var(--stone-700);
  background: #ffffff;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container {
  width: min(var(--container), calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  background: linear-gradient(180deg, rgba(241, 248, 236, 0.95) 0%, rgba(236, 245, 232, 0.92) 100%);
  border-bottom: 0;
  box-shadow: 0 8px 20px rgba(31, 57, 35, 0.1);
  backdrop-filter: blur(8px);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}
.header-row {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.site-logo {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 19px;
  font-weight: 700;
  color: var(--emerald-900);
}
.site-logo-image {
  height: 60px;
  width: auto;
  max-width: none;
}
.site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.site-nav a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #2d4630;
  padding: 6px 10px;
  border-radius: 8px;
  text-decoration: none;
  border: 0;
  border-bottom: 0;
  z-index: 0;
  transition: color 0.25s ease;
}
.site-nav a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(122, 201, 67, 0.22), rgba(47, 103, 51, 0.18));
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: -1;
}
.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-current {
  color: #214d28;
}
.site-nav a:hover::before,
.site-nav a:focus-visible::before,
.site-nav a.is-current::before {
  opacity: 1;
  transform: scale(1);
}
.site-nav a::after {
  display: none !important;
}
.menu-toggle {
  display: none;
}

body.opening-active {
  overflow: hidden;
}
.site-opening {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: #000;
  opacity: 1;
  transition: opacity 2.5s ease;
}
.site-opening.is-hide {
  opacity: 0;
  pointer-events: none;
}
.site-opening-inner {
  text-align: center;
}
.site-opening-logo {
  width: min(320px, 56vw);
  margin-inline: auto;
  opacity: 0;
  transform: translateY(10px) scale(0.96);
  animation: opening-logo-in 1.45s ease forwards;
  animation-delay: 0.25s;
}
.site-opening-copy {
  margin: 14px 0 0;
  color: #f5f5f5;
  letter-spacing: 0.15em;
  font-size: clamp(14px, 2.8vw, 22px);
  opacity: 0;
  transform: translateY(8px);
  animation: opening-copy-in 1.2s ease forwards;
  animation-delay: 1.55s;
}
@keyframes opening-logo-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes opening-copy-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-main { padding-top: var(--header-h); }
.section { padding: 88px 0; }
.section-eyebrow {
  margin: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
}
.section-title {
  margin: 12px 0 0;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.2;
}
.section-copy {
  margin: 20px 0 0;
  max-width: 760px;
  line-height: 1.85;
}
.section-link {
  margin-top: 22px;
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--emerald-800);
  color: #ffffff;
  background: var(--emerald-800);
}
.section-link-dark {
  border-color: var(--emerald-800);
  color: var(--emerald-900);
  background: rgba(98, 173, 63, 0.14);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
}
.hero-video-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  filter: saturate(88%) contrast(92%) brightness(0.78);
  opacity: 0;
  transition: opacity 0.42s ease-in-out;
  will-change: opacity;
  backface-visibility: hidden;
}
.hero-video-player.is-active {
  opacity: 1;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 33, 20, 0.36) 0%, rgba(17, 32, 19, 0.48) 52%, rgba(10, 18, 11, 0.62) 100%);
}
.hero-flash {
  position: absolute;
  inset: 0;
  background: #000000;
  opacity: 0;
  pointer-events: none;
}
.hero-flash.is-flashing {
  animation: hero-flash 0.55s ease;
}
@keyframes hero-flash {
  0% { opacity: 0; }
  45% { opacity: 0.45; }
  100% { opacity: 0; }
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100% - 32px));
  color: #f5fff0;
}
.hero-kicker {
  display: inline-block;
  margin: 0;
  padding: 8px 14px;
  border: 1px solid rgba(251, 191, 36, 0.55);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #fde68a;
  background: rgba(0, 0, 0, 0.25);
}
.hero-title {
  margin: 18px 0 0;
  font-size: clamp(34px, 5.2vw, 64px);
  line-height: 1.2;
}
.hero-sub {
  margin: 18px auto 0;
  max-width: 560px;
  font-size: clamp(15px, 2vw, 20px);
  color: var(--emerald-100);
}
.scroll-indicator {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 46px;
  border: 1px solid rgba(209, 250, 229, 0.7);
  border-radius: 999px;
}
.scroll-indicator::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-radius: 50%;
  background: #d1fae5;
  animation: scroll-dot 1.8s infinite;
}
@keyframes scroll-dot {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(16px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

.about { background: linear-gradient(180deg, var(--stone-100), #f0f8ea); }
.about .section-eyebrow { color: var(--emerald-800); }
.about .section-title,
.about .section-copy,
.about .timeline-item h3,
.about .timeline-item p { color: #2d4630; }
.about-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.about-card {
  padding: 22px;
  border: 1px solid rgba(98, 173, 63, 0.35);
  background: #ffffff;
  border-radius: 14px;
  font-weight: 700;
}

.drone { background: #f7fcf2; }
.drone-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}
.drone .section-eyebrow { color: var(--emerald-800); }
.drone .section-title,
.drone .section-copy,
.drone-list li { color: #2d4630; }
.badge-box {
  border: 1px solid rgba(98, 173, 63, 0.45);
  border-radius: 18px;
  padding: 28px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(47, 103, 51, 0.12);
}
.badge-box small {
  letter-spacing: 0.2em;
  color: var(--emerald-900);
}
.badge-box h3 {
  margin: 10px 0 0;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.3;
  color: var(--emerald-900);
}
.badge-pill {
  margin-top: 16px;
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(98, 173, 63, 0.16);
  color: var(--emerald-900);
}

.works {
  background: #ffffff;
  color: var(--emerald-900);
}
.works-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.work-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 30px rgba(47, 103, 51, 0.12);
}
.work-visual { position: relative; height: 220px; overflow: hidden; }
.work-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.work-card:hover .work-visual img { transform: scale(1.12); }
.work-chip {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}
.work-text {
  margin: 0;
  padding: 18px;
  line-height: 1.8;
}

.experts {
  background: linear-gradient(180deg, #f3faed, #ffffff);
  color: #2d4630;
}
.experts-head {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.staff-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.staff-card {
  border: 1px solid rgba(98, 173, 63, 0.35);
  background: #ffffff;
  border-radius: 14px;
  padding: 12px;
  transition: transform 0.25s ease;
}
.staff-card:hover { transform: translateY(-5px); }
.staff-card.elite { border: 2px solid var(--emerald-800); }
.staff-image {
  width: 100%;
  height: 142px;
  object-fit: cover;
  border-radius: 10px;
}
.elite-tag {
  margin-top: 8px;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--emerald-800);
}
.staff-name {
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: 700;
  color: #234d2a;
}
.staff-certs {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.staff-certs li {
  font-size: 11px;
  color: #2d4630;
  border-radius: 999px;
  padding: 4px 8px;
  background: rgba(98, 173, 63, 0.16);
}

.recruit {
  background: #fff;
  color: #292524;
}
.recruit .section-eyebrow,
.recruit .section-title { color: var(--emerald-900); }
.recruit-copy { color: #57534e; }
.qa-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.qa-card {
  border: 1px solid #e7e5e4;
  background: #fafaf9;
  border-radius: 14px;
  padding: 20px;
}
.qa-card h4 {
  margin: 0;
  color: var(--emerald-900);
}
.qa-card p {
  margin: 12px 0 0;
  color: #44403c;
  line-height: 1.8;
}
.recruit-btn {
  margin-top: 24px;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 999px;
  background: #4d9832;
  color: #fff;
  font-weight: 700;
}

.timeline {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}
.timeline-item {
  border-left: 3px solid var(--emerald-800);
  padding: 8px 0 8px 14px;
}
.timeline-year {
  margin: 0;
  color: var(--emerald-900);
  font-size: 12px;
  letter-spacing: 0.2em;
}
.timeline-item h3 { margin: 8px 0 0; }
.timeline-item p { margin: 8px 0 0; line-height: 1.8; }

.site-footer {
  background: #e6eaed;
  border-top: 0;
  padding: 46px 0 24px;
}
.footer-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.footer-logo {
  margin: 0;
  font-size: 26px;
  color: var(--emerald-900);
}
.footer-meta {
  margin: 8px 0 0;
  color: #4b5f4d;
  font-size: 14px;
  line-height: 1.75;
}
.footer-nav-title {
  margin: 2px 0 12px;
  color: #2f6733;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
}
.footer-nav a {
  display: inline-block;
  color: #355438;
  font-size: 14px;
}
.footer-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-bottom {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(98, 173, 63, 0.2);
}
.footer-bottom small {
  color: #5e7460;
  font-size: 12px;
}
.footer-contact {
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--emerald-800);
  color: #ffffff;
  background: var(--emerald-800);
}
.footer-cta .footer-contact {
  margin-top: 10px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .staff-grid { grid-template-columns: repeat(4, 1fr); }

  .header-row {
    position: relative;
  }
  .site-header {
    height: var(--header-h);
  }
  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: min(320px, calc(100vw - 32px));
    border: 1px solid rgba(98, 173, 63, 0.3);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 14px 30px rgba(38, 72, 39, 0.16);
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
  }
  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .site-nav ul {
    display: grid;
    gap: 8px;
  }
  .site-nav a {
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    border-bottom: 0;
    background: #f7fbf5;
    font-size: 14px;
  }
  .site-nav a:hover {
    border-color: transparent;
    background: #edf8de;
  }
  .menu-toggle {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(98, 173, 63, 0.4);
    border-radius: 10px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }
  .menu-toggle span {
    width: 20px;
    height: 2px;
    background: #2f6733;
    transition: transform 0.24s ease, opacity 0.24s ease;
  }
  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
@media (max-width: 900px) {
  .header-row { padding: 10px 0; }
  .site-logo { font-size: 17px; }
  .site-logo-image { height: 52px; }
  .about-grid,
  .works-grid,
  .qa-grid,
  .drone-grid { grid-template-columns: 1fr; }
  .staff-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .section { padding: 70px 0; }
  .site-nav ul { gap: 10px; }
  .site-nav a { font-size: 12px; }
  .site-logo-image { height: 44px; }
  .staff-grid { grid-template-columns: repeat(2, 1fr); }
  .staff-name { font-size: 18px; }
  .hero-title { font-size: clamp(30px, 10vw, 48px); }
}

/* 1.2.0 top-page redesign overrides */
.hero .section-link {
  border-color: rgba(190, 242, 100, 0.8);
  color: var(--lime-200);
  background: rgba(132, 204, 22, 0.2);
}
.hero-kicker {
  color: var(--lime-200);
  border-color: rgba(190, 242, 100, 0.6);
}
.hero-switch-copy {
  margin-top: 10px;
  min-height: 28px;
}
.hero-copy-item {
  margin: 0;
  display: none;
  color: #f0fdf4;
  font-size: 15px;
}
.hero-copy-item.is-active {
  display: block;
}
.drone-list {
  margin: 16px 0 0;
  padding-left: 18px;
}
.drone-list li {
  margin-top: 8px;
  color: #2d4630;
}
.metric-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.metric-card {
  background: #f7fee7;
  border: 1px solid #d9f99d;
  border-radius: 12px;
  padding: 16px;
}
.metric-card p {
  margin: 0;
  color: #3f6212;
  font-size: 12px;
  letter-spacing: 0.08em;
}
.metric-card h3 {
  margin: 8px 0 0;
  color: #14532d;
  font-size: 20px;
}
.section-title-small {
  margin-top: 38px;
  font-size: clamp(24px, 4vw, 34px);
}
.president-box {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  align-items: center;
}
.president-photo {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
}
.social-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.social-card {
  border: 1px solid #d6d3d1;
  border-radius: 14px;
  overflow: hidden;
  background: #fafaf9;
}
.social-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.social-card div {
  padding: 14px;
}
.social-card h4 {
  margin: 0;
  color: #14532d;
}
.social-card p {
  margin: 8px 0 0;
  color: #57534e;
  line-height: 1.75;
}
.recruit-cta {
  background: linear-gradient(180deg, #f3fbe9, #ecf8e3);
}
.recruit-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.recruit-btn {
  background: #4d9832;
}

@media (max-width: 900px) {
  .metric-grid,
  .social-grid {
    grid-template-columns: 1fr;
  }
  .president-box {
    grid-template-columns: 1fr;
  }
  .recruit-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .footer-nav ul {
    grid-template-columns: 1fr;
  }
}

/* 1.2.6 recruit interview page */
.recruit-interview-page {
  background: linear-gradient(180deg, #f8fdf2 0%, #ffffff 38%);
}
.recruit-interview-hero {
  padding-top: 96px;
  padding-bottom: 36px;
}
.recruit-interview-hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
}
.recruit-interview-hero-inner .section-copy {
  max-width: 980px;
}
.recruit-hero-points {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.recruit-hero-points span {
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(122, 201, 67, 0.42);
  background: rgba(122, 201, 67, 0.14);
  color: #2f6134;
  font-size: 13px;
}
.recruit-hero-badge {
  border: 1px solid rgba(122, 201, 67, 0.38);
  border-radius: 18px;
  padding: 26px;
  background: linear-gradient(145deg, #ffffff, #f1fae4);
  box-shadow: 0 14px 28px rgba(64, 111, 49, 0.14);
}
.recruit-hero-badge p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.17em;
  color: #4d7b38;
}
.recruit-hero-badge strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(21px, 4vw, 32px);
  line-height: 1.4;
  color: #275a27;
}

.recruit-interview-block {
  position: relative;
}
.recruit-interview-page .recruit-interview-block:first-of-type {
  padding-top: 48px;
}
.recruit-interview-block:nth-of-type(odd) {
  background: #f7fdf0;
}
.recruit-interview-block:nth-of-type(even) {
  background: #ffffff;
}
.recruit-interview-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 32px;
  align-items: start;
}
.recruit-interview-block.is-reverse .recruit-interview-grid {
  grid-template-columns: 1fr 340px;
}
.recruit-interview-block.is-reverse .recruit-interview-profile {
  order: 2;
}
.recruit-interview-profile {
  border: 1px solid #d6ebc8;
  background: #ffffff;
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 8px 20px rgba(65, 111, 56, 0.08);
}
.recruit-interview-photo-wrap {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.recruit-interview-photo-wrap::after {
  content: "";
  position: absolute;
  inset: auto -24px -24px auto;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(122, 201, 67, 0.26);
  animation: leaf-pulse 3.1s ease-in-out infinite;
}
.recruit-interview-photo {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.recruit-interview-role {
  margin: 14px 0 0;
  color: #4f8f2c;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.recruit-interview-profile h2 {
  margin: 6px 0 0;
  font-size: 34px;
  line-height: 1.1;
  color: #2f6733;
}
.recruit-interview-years {
  margin: 10px 0 0;
  color: #4c6050;
}
.recruit-interview-theme {
  margin: 0;
  font-size: clamp(27px, 4vw, 44px);
  line-height: 1.35;
  color: #2d5f31;
}
.recruit-qa-stack {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}
.recruit-qa-item {
  border: 1px solid #d4e9c7;
  border-radius: 14px;
  background: #fcfff8;
  padding: 16px 18px;
}
.recruit-qa-item h3 {
  margin: 0;
  font-size: 17px;
  color: #2f6733;
}
.recruit-qa-item p {
  margin: 10px 0 0;
  line-height: 1.82;
  color: #4a5d4c;
}
.recruit-dayflow {
  margin-top: 20px;
  border-left: 3px solid #7ac943;
  padding-left: 14px;
}
.recruit-dayflow h3 {
  margin: 0;
  color: #2f6733;
}
.recruit-dayflow ul {
  margin: 10px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}
.recruit-dayflow li {
  color: #435645;
}
.recruit-voice {
  margin: 20px 0 0;
  border-radius: 14px;
  padding: 14px 16px;
  background: rgba(122, 201, 67, 0.14);
  color: #2d5f31;
  font-size: 17px;
  line-height: 1.75;
}
.recruit-entry-cta {
  background: linear-gradient(160deg, #edf9de, #f7fdf0);
}
.recruit-entry-cta-inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.recruit-interview-block[data-reveal].is-visible .recruit-interview-profile {
  animation: rise-fade 0.75s ease both;
}
.recruit-interview-block[data-reveal].is-visible .recruit-interview-theme {
  animation: rise-fade 0.75s ease 0.08s both;
}
.recruit-interview-block[data-reveal].is-visible .recruit-qa-item {
  animation: rise-fade 0.7s ease both;
}
.recruit-interview-block[data-reveal].is-visible .recruit-qa-item:nth-child(1) { animation-delay: 0.12s; }
.recruit-interview-block[data-reveal].is-visible .recruit-qa-item:nth-child(2) { animation-delay: 0.22s; }
.recruit-interview-block[data-reveal].is-visible .recruit-qa-item:nth-child(3) { animation-delay: 0.32s; }
.recruit-interview-block[data-reveal].is-visible .recruit-dayflow {
  animation: rise-fade 0.75s ease 0.34s both;
}
.recruit-interview-block[data-reveal].is-visible .recruit-voice {
  animation: rise-fade 0.75s ease 0.44s both;
}
@keyframes rise-fade {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes leaf-pulse {
  0% { transform: scale(0.88); opacity: 0.4; }
  50% { transform: scale(1); opacity: 0.85; }
  100% { transform: scale(0.88); opacity: 0.4; }
}

@media (max-width: 980px) {
  .recruit-interview-hero-inner,
  .recruit-interview-grid,
  .recruit-interview-block.is-reverse .recruit-interview-grid {
    grid-template-columns: 1fr;
  }
  .recruit-interview-block.is-reverse .recruit-interview-profile {
    order: 0;
  }
  .recruit-interview-photo {
    height: 270px;
  }
  .recruit-entry-cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* 1.2.7 sitemap rebuild */
.home-works {
  padding-top: 0;
}
.home-works .section-copy,
.home-experts .section-copy,
.home-message .section-copy,
.home-interview .section-copy {
  max-width: 920px;
}
.works-slider {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: 10px;
  align-items: center;
}
.works-slider-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #cfe6bd;
  background: #ffffff;
  color: #3f6b3d;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.works-slider-viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}
.works-slider-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 360px);
  gap: 16px;
  padding-bottom: 8px;
}
.works-slide {
  scroll-snap-align: start;
  border: 1px solid #d4e9c7;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 24px rgba(52, 98, 45, 0.1);
  overflow: hidden;
}
.works-slide h3 {
  margin: 16px 16px 0;
  color: #275a27;
  font-size: 24px;
}
.works-slide p {
  margin: 10px 16px 0;
  color: #445447;
  line-height: 1.8;
}
.works-slide .section-link {
  margin: 16px;
}

.qualification-focus {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.qualification-focus span {
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(122, 201, 67, 0.44);
  background: rgba(122, 201, 67, 0.14);
  color: #2f6035;
  font-size: 12px;
}

.home-interview-links {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.experts-carousel-scene {
  margin-top: 24px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 400px;
  padding: 24px 0 56px;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  perspective: 1300px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 42%, #eef8e5 0%, #f4faee 58%, #eaf7dc 100%);
  position: relative;
}
.experts-carousel-scene::before,
.experts-carousel-scene::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(10vw, 140px);
  pointer-events: none;
  z-index: 1;
}
.experts-carousel-scene::before {
  left: 0;
  background: linear-gradient(90deg, #ebfadb 0%, rgba(235, 250, 219, 0) 100%);
}
.experts-carousel-scene::after {
  right: 0;
  background: linear-gradient(270deg, #ebfadb 0%, rgba(235, 250, 219, 0) 100%);
}
.experts-carousel {
  position: relative;
  width: 220px;
  height: 220px;
  transform-style: preserve-3d;
  animation: experts-rotate 24s linear infinite;
  transition: opacity 0.35s ease, filter 0.35s ease;
  z-index: 2;
}
.experts-carousel-item {
  position: absolute;
  inset: 0;
  margin: 0;
  transform: rotateY(calc(var(--i) * 45deg)) translateZ(330px);
  opacity: 0.34;
  filter: saturate(52%) brightness(74%);
  transition: opacity 0.18s linear, filter 0.18s linear;
  will-change: opacity, filter, transform;
}
.experts-carousel-item img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(35, 66, 36, 0.15);
  transition: opacity 0.35s ease;
}
@keyframes experts-rotate {
  from { transform: rotateX(-6deg) rotateY(0deg); }
  to { transform: rotateX(-6deg) rotateY(360deg); }
}
.experts-carousel-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(24, 39, 24, 0.38);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  z-index: 3;
}
.experts-carousel-link {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.experts-carousel-scene:hover .experts-carousel-overlay,
.experts-carousel-scene:focus-within .experts-carousel-overlay {
  opacity: 1;
  pointer-events: auto;
}

.works-page .works-detail-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 1080px;
}
.works-page .works-detail-card {
  border: 1px solid #d4e9c7;
  border-radius: 16px;
  background: #ffffff;
  padding: 20px;
  scroll-margin-top: calc(var(--header-h) + 20px);
}
.works-page .works-detail-card h2 {
  margin: 0;
  font-size: clamp(24px, 4vw, 32px);
  color: #2b6531;
}
.works-page .works-detail-card p {
  margin: 12px 0 0;
  color: #46584a;
  line-height: 1.82;
}
.works-page .works-detail-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}
.works-page .works-detail-subtitle {
  margin: 16px 0 0;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #2b6531;
}
.works-page .works-case-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  width: 100%;
  gap: 9px;
}
.works-page .works-case-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(180px, 34%);
  column-gap: 8px;
  align-items: baseline;
  line-height: 1.7;
  color: #3f5443;
}
.works-page .works-case-work {
  display: block;
  font-weight: 500;
  min-width: 0;
}
.works-page .works-case-dots {
  display: block;
  color: #6f8a72;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.works-page .works-case-client {
  display: block;
  color: #2e4932;
  font-weight: 600;
  min-width: 0;
}
.works-page .works-case-gallery {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.works-page .works-case-photo-slot {
  min-height: 92px;
  border: 1px dashed #b7cfaa;
  border-radius: 10px;
  background: linear-gradient(180deg, #f7fcf2 0%, #eef7e8 100%);
  color: #6b866f;
  font-size: 12px;
  letter-spacing: 0.04em;
  display: grid;
  place-items: center;
}

.experts-page .qualification-groups {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.experts-page .qualification-group {
  border: 1px solid #d4e9c7;
  border-radius: 14px;
  background: #fcfff9;
  padding: 16px;
}
.experts-page .qualification-group h2 {
  margin: 0;
  color: #2d6234;
  font-size: 20px;
}
.experts-page .qualification-group ul {
  margin: 10px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
}

.contact-page .contact-form-slot {
  margin-top: 24px;
  border-top: 1px solid #dbead0;
  padding-top: 20px;
}
.contact-form-card {
  margin-top: 10px;
  border: 1px solid #d4e9c7;
  border-radius: 16px;
  background: #fcfff9;
  padding: 22px;
}
.contact-form-note {
  margin: 0;
  color: #4f8f2c;
  font-size: 13px;
}
.contact-form {
  margin-top: 16px;
}
.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.contact-field {
  display: grid;
  gap: 7px;
}
.contact-field span {
  color: #2f6733;
  font-weight: 700;
  font-size: 14px;
}
.contact-field em {
  color: #b91c1c;
  font-style: normal;
}
.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid #cfe3c1;
  border-radius: 10px;
  background: #ffffff;
  color: #314334;
  font: inherit;
  padding: 10px 12px;
}
.contact-field textarea {
  resize: vertical;
}
.contact-field .contact-message {
  min-height: 220px;
}
.contact-field-full {
  grid-column: 1 / -1;
}
.contact-submit {
  margin-top: 16px;
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid #a8c996;
  border-radius: 999px;
  background: #dbead0;
  color: #5f7561;
  font-weight: 700;
  cursor: not-allowed;
}

@media (max-width: 900px) {
  .works-slider {
    grid-template-columns: 1fr;
  }
  .works-slider-btn {
    display: none;
  }
  .works-page .works-detail-grid,
  .experts-page .qualification-groups {
    grid-template-columns: 1fr;
  }
  .works-page .works-case-list li {
    display: block;
  }
  .works-page .works-case-work {
    display: block;
  }
  .works-page .works-case-dots,
  .works-page .works-case-client {
    display: inline;
  }
  .works-page .works-case-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .works-page .works-case-photo-slot {
    min-height: 84px;
  }
  .contact-form-grid {
    grid-template-columns: 1fr;
  }
  .experts-carousel-scene {
    height: 310px;
    padding: 20px 0 44px;
  }
  .experts-carousel {
    width: 150px;
    height: 150px;
  }
  .experts-carousel-item {
    transform: rotateY(calc(var(--i) * 45deg)) translateZ(220px);
  }
}

/* 1.2.5 top-page fresh-natural theme (home only) */
body.home {
  color: #36513a;
  background: #ffffff;
}
body.home .site-header {
  background: linear-gradient(180deg, rgba(241, 248, 236, 0.95) 0%, rgba(236, 245, 232, 0.92) 100%);
  border-bottom: 0;
  box-shadow: 0 8px 20px rgba(31, 57, 35, 0.1);
}
body.home .site-logo,
body.home .site-nav a {
  color: #2b5f31;
}
body.home .site-nav a:hover {
  border-color: transparent;
}
body.home .hero-overlay {
  background: linear-gradient(180deg, rgba(18, 33, 20, 0.3) 0%, rgba(17, 32, 19, 0.42) 54%, rgba(10, 18, 11, 0.58) 100%);
}
body.home .hero-kicker {
  color: #eefce1;
  border-color: rgba(225, 250, 182, 0.62);
}
body.home .hero .section-link {
  background: rgba(123, 201, 67, 0.28);
  border-color: rgba(225, 250, 182, 0.82);
  color: #f2fee8;
}
body.home .about {
  background: linear-gradient(180deg, #f7fdf1, #edf9e3);
}
body.home .works {
  background: #fcfff9;
}
body.home .drone {
  background: #f4fce9;
}
body.home .experts {
  background: linear-gradient(180deg, #ebfadb, #ffffff);
}
body.home .recruit-cta {
  background: linear-gradient(180deg, #f1fde3, #eaf9dc);
}
body.home .section-eyebrow,
body.home .about .section-eyebrow,
body.home .drone .section-eyebrow {
  color: #7bc943;
}
body.home .section-link,
body.home .footer-contact,
body.home .recruit-btn {
  background: #7ac943;
  border-color: #7ac943;
  color: #ffffff;
}
body.home .section-link-dark,
body.home .badge-pill,
body.home .staff-certs li {
  background: rgba(122, 201, 67, 0.15);
  border-color: rgba(122, 201, 67, 0.4);
}
body.home .timeline-item {
  border-left-color: #7ac943;
}
body.home .timeline-year {
  color: #4f8f2c;
}
body.home .metric-card {
  background: #f4fce9;
  border-color: #cdeea8;
}
body.home .metric-card p {
  color: #4a6d37;
}
body.home .metric-card h3,
body.home .social-card h4,
body.home .work-text,
body.home .staff-name {
  color: #2d5a33;
}
body.home .social-card,
body.home .qa-card {
  border-color: #d4e9c7;
  background: #fcfff9;
}
body.home .site-footer {
  background: #e6eaed;
  border-top: 0;
  padding: 46px 0 24px;
}

/* 1.2.8 priority ui fixes */
.section-link,
.recruit-btn,
.footer-contact {
  background: #2f6733;
  border-color: #2f6733;
  color: #ffffff;
}
.section-link-dark {
  background: #eef6e7;
  border-color: #2f6733;
  color: #333333;
}
body.home .hero .section-link,
body.home .section-link,
body.home .recruit-btn,
body.home .footer-contact {
  background: #2f6733;
  border-color: #2f6733;
  color: #ffffff;
}
body.home .section-link-dark,
body.home .badge-pill,
body.home .staff-certs li {
  color: #333333;
}

.works-slider {
  position: relative;
  display: block;
}
.works-slider-viewport {
  overflow: hidden;
  border-radius: 18px;
}
.works-slider-track {
  display: flex;
  gap: 0;
  padding-bottom: 0;
  transition: transform 0.78s ease-in-out;
  will-change: transform;
}
.works-slide {
  min-width: 100%;
  min-height: 430px;
  position: relative;
  border-radius: 18px;
  border: 1px solid #cfe3c1;
  overflow: hidden;
  background: #f2f8ec;
}
.works-slide-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
}
.works-slide-card {
  position: relative;
  z-index: 2;
  width: min(680px, calc(100% - 52px));
  margin: 26px;
  padding: 20px;
  border-radius: 18px;
  border: 1px solid #d8e8ce;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(38, 80, 39, 0.14);
}
.works-slide-card h3 {
  margin: 10px 0 0;
  font-size: clamp(24px, 4vw, 36px);
  color: #1d3a23;
}
.works-slide-card p {
  margin: 10px 0 0;
  color: #334236;
  line-height: 1.86;
}
.works-slide-card .section-link {
  margin-top: 16px;
}
.works-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #c8dec1;
  background: rgba(255, 255, 255, 0.94);
  color: #2b5c31;
  font-size: 28px;
  line-height: 1;
}
.works-slider-btn.prev { left: 10px; }
.works-slider-btn.next { right: 10px; }
.work-chip.is-award {
  background: #c7952e;
  color: #ffffff;
  border: 1px solid #9c7423;
}

body.home .home-message .section-link-dark {
  border-width: 2px;
  box-shadow: 0 8px 20px rgba(47, 103, 51, 0.14);
}

@media (max-width: 900px) {
  .works-slide {
    min-height: 470px;
  }
  .works-slide-card {
    margin: 18px;
    width: calc(100% - 36px);
  }
}

/* 1.2.9 services marquee redesign */
.award-spotlight {
  margin-bottom: 30px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 24px max(16px, calc((100vw - var(--container)) / 2 + 16px)) 30px;
  background: linear-gradient(180deg, #f5fbef 0%, #edf7e4 100%);
  position: relative;
  overflow: hidden;
}
.home-works .award-spotlight + .section-eyebrow {
  margin-top: 28px;
}
.award-spotlight::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(245, 251, 239, 0.9) 0%, rgba(237, 247, 228, 0.9) 100%);
  z-index: 1;
}
.award-spotlight-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  z-index: 0;
  pointer-events: none;
}
.award-spotlight > *:not(.award-spotlight-bg) {
  position: relative;
  z-index: 2;
}
.award-spotlight-head {
  max-width: 780px;
}
.award-overline {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4f8f2c;
}
.award-spotlight-head h2 {
  margin: 10px 0 0;
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.2;
  color: #1d3c22;
}
.award-spotlight-head p {
  margin: 14px 0 0;
  max-width: 760px;
  line-height: 1.85;
  color: #324236;
}
.award-stage {
  margin-top: 24px;
  position: relative;
  height: 900px;
  perspective: 1200px;
  overflow: visible;
}
.award-photo {
  position: absolute;
  width: 40%;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid rgba(206, 221, 197, 0.85);
  background: #edf5e7;
  box-shadow: 0 10px 20px rgba(35, 66, 36, 0.14);
  opacity: 0;
  transform-origin: center;
  transform: translateY(24px) scale(0.95) rotate(var(--rot));
}
.award-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, rgba(234, 245, 228, 0.22), rgba(29, 49, 32, 0.16));
  mix-blend-mode: multiply;
  pointer-events: none;
}
.award-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.award-photo img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  filter: saturate(88%) contrast(92%);
  display: block;
}
.award-photo-1 {
  --rot: -4deg;
  left: 5%;
  top: 20px;
  z-index: 1;
}
.award-photo-2 {
  --rot: 4deg;
  left: 53%;
  top: 44px;
  z-index: 2;
}
.award-photo-3 {
  --rot: -3deg;
  width: 30%;
  left: 8%;
  top: 402px;
  z-index: 3;
}
.award-photo-4 {
  --rot: 3deg;
  width: 42%;
  left: 52%;
  top: 456px;
  z-index: 4;
}
.award-photo-3 img {
  object-fit: contain;
  background: #f6f6f6;
}
@keyframes award-settle {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.95) rotate(var(--rot));
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(var(--rot));
  }
}
.home-works[data-reveal].is-visible .award-photo-1 {
  animation: award-settle 0.45s cubic-bezier(0.22, 0.7, 0.2, 1) 0s forwards;
}
.home-works[data-reveal].is-visible .award-photo-2 {
  animation: award-settle 0.45s cubic-bezier(0.22, 0.7, 0.2, 1) 0.35s forwards;
}
.home-works[data-reveal].is-visible .award-photo-3 {
  animation: award-settle 0.45s cubic-bezier(0.22, 0.7, 0.2, 1) 0.7s forwards;
}
.home-works[data-reveal].is-visible .award-photo-4 {
  animation: award-settle 0.45s cubic-bezier(0.22, 0.7, 0.2, 1) 1.05s forwards;
}
.services-marquee-scene .section-title {
  margin: 0;
  color: #224728;
}
.services-marquee-scene {
  margin-top: 42px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow-x: clip;
}
.services-marquee-wrap {
  overflow: hidden;
}
.services-marquee {
  display: flex;
  width: max-content;
  animation: services-loop 40s linear infinite;
}
.services-marquee-track {
  display: flex;
  gap: 0;
  padding-right: 0;
}
.services-marquee-item {
  width: clamp(260px, 30vw, 520px);
  height: 410px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  background: #f1f8ea;
}
.services-marquee-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  transform: scale(1.02);
  transition: opacity 0.55s ease-in-out, transform 0.55s ease-in-out, filter 0.55s ease-in-out;
}
.services-marquee-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(170deg, rgba(16, 24, 17, 0.05), rgba(16, 25, 17, 0.35));
  transition: background 0.5s ease-in-out;
}
.services-marquee-ghost {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 76px;
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.54);
  text-shadow: 0 2px 16px rgba(28, 49, 30, 0.22);
  z-index: 1;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, color 0.5s ease-in-out;
}
.services-marquee-content {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}
.services-marquee-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.38);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.38s ease-in-out, transform 0.38s ease-in-out;
}
.services-marquee-item:hover .services-marquee-image,
.services-marquee-item:focus-within .services-marquee-image {
  opacity: 0.38;
  transform: scale(1);
  filter: saturate(85%);
}
.services-marquee-item:hover .services-marquee-overlay,
.services-marquee-item:focus-within .services-marquee-overlay {
  background: linear-gradient(170deg, rgba(246, 252, 242, 0.5), rgba(18, 32, 19, 0.42));
}
.services-marquee-item:hover .services-marquee-ghost,
.services-marquee-item:focus-within .services-marquee-ghost {
  opacity: 0.5;
  transform: translateY(-56px);
  color: rgba(255, 255, 255, 0.9);
}
.services-marquee-item:hover .services-marquee-content p,
.services-marquee-item:focus-within .services-marquee-content p {
  opacity: 1;
  transform: translateY(0);
}
@keyframes services-loop {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.services-more-link-wrap {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  box-sizing: border-box;
  padding: 0 32px 0 16px;
}
.services-more-link {
  display: inline-block;
  color: #244c2a;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 900px) {
  .award-spotlight {
    padding-bottom: 20px;
  }
  .award-stage {
    height: 360px;
    overflow: hidden;
  }
  .award-photo {
    width: 100%;
    left: 0;
    top: 0;
    --rot: 0deg;
    transform: scale(1.02);
    opacity: 0;
  }
  .award-photo img {
    height: 300px;
  }
  .home-works[data-reveal].is-visible .award-photo-1 {
    animation: award-mobile-cycle 16s ease-in-out 0s infinite;
  }
  .home-works[data-reveal].is-visible .award-photo-2 {
    animation: award-mobile-cycle 16s ease-in-out 4s infinite;
  }
  .home-works[data-reveal].is-visible .award-photo-3 {
    animation: award-mobile-cycle 16s ease-in-out 8s infinite;
  }
  .home-works[data-reveal].is-visible .award-photo-4 {
    animation: award-mobile-cycle 16s ease-in-out 12s infinite;
  }
  .services-marquee-item {
    width: 86vw;
    max-width: 420px;
    height: 392px;
  }
}
@keyframes award-mobile-cycle {
  0% { opacity: 0; transform: scale(1.05); }
  7% { opacity: 1; transform: scale(1); }
  23% { opacity: 1; transform: scale(1); }
  30% { opacity: 0; transform: scale(0.98); }
  100% { opacity: 0; transform: scale(0.98); }
}

/* 1.3.0 company page layout */
.company-page .hq-showcase {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(280px, 480px) 1fr;
  gap: 16px;
  align-items: stretch;
}
.company-page .hq-photo {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
}
.company-page .hq-address-card {
  border: 1px solid #d4e9c7;
  border-radius: 12px;
  background: #fcfff9;
  padding: 20px;
}
.company-page .hq-address-card h3 {
  margin: 0;
  color: #2f6733;
  font-size: 22px;
}
.company-page .hq-address-card p {
  margin: 10px 0 0;
  color: #425645;
  line-height: 1.8;
}
.company-page .hq-map {
  margin-top: 16px;
  border: 1px solid #d4e9c7;
  border-radius: 12px;
  overflow: hidden;
}
.company-page .hq-map iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
}
.company-page .branch-photo {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 12px;
  border: 1px solid #d4e9c7;
}
.company-message .president-box {
  margin-top: 26px;
}
.company-page .company-csr .drone-list {
  margin-top: 16px;
}
.company-page .company-csr-gallery {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.company-page .company-csr-photo-slot {
  min-height: 150px;
  border: 1px dashed #b7cfaa;
  border-radius: 10px;
  background: linear-gradient(180deg, #f7fcf2 0%, #eef7e8 100%);
  color: #6b866f;
  font-size: 13px;
  letter-spacing: 0.04em;
  display: grid;
  place-items: center;
}
.company-president-name {
  margin: 22px 0 0;
  color: #234d2a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

@media (max-width: 900px) {
  .company-page .hq-showcase {
    grid-template-columns: 1fr;
  }
  .company-page .hq-photo {
    height: 240px;
  }
  .company-page .hq-map iframe {
    height: 320px;
  }
  .company-page .branch-photo {
    height: 220px;
  }
  .company-page .company-csr-gallery {
    grid-template-columns: 1fr;
  }
  .company-page .company-csr-photo-slot {
    min-height: 130px;
  }
  .company-message .president-box {
    margin-top: 18px;
  }
  .company-president-name {
    font-size: 16px;
  }
}

/* 1.3.1 news cms */
.home-news {
  background: #ffffff;
}
.home-news-list {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}
.home-news-item {
  border: 1px solid #d4e9c7;
  border-radius: 14px;
  background: #fcfff9;
  padding: 16px 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.home-news-item:hover {
  transform: translateY(-2px);
  border-color: #b7dba3;
  box-shadow: 0 8px 16px rgba(47, 103, 51, 0.1);
}
.home-news-date {
  margin: 0;
  color: #4f8f2c;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.home-news-item h3 {
  margin: 8px 0 0;
  font-size: clamp(18px, 3.2vw, 24px);
  color: #2b5f31;
  line-height: 1.45;
}
.home-news-link-wrap {
  margin-top: 18px;
}

.news-archive-list {
  margin-top: 24px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.news-archive-item {
  border: 1px solid #d4e9c7;
  border-radius: 14px;
  background: #fcfff9;
  overflow: hidden;
}
.news-archive-thumb-link {
  display: block;
}
.news-archive-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  display: block;
}
.news-archive-thumb-fallback {
  background: linear-gradient(135deg, #ecf8de, #f8fcf4);
  display: grid;
  place-items: center;
}
.news-archive-thumb-fallback span {
  color: #5f7a61;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.news-archive-meta {
  padding: 16px 18px 18px;
}
.news-archive-date {
  margin: 0;
  color: #4f8f2c;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.news-archive-title {
  margin: 10px 0 0;
  font-size: clamp(20px, 3.4vw, 30px);
  line-height: 1.4;
}
.news-archive-title a {
  color: #2b5f31;
}

.news-single-article {
  border: 1px solid #d4e9c7;
  border-radius: 16px;
  background: #fcfff9;
  padding: 24px;
}
.news-single-date {
  margin: 12px 0 0;
  color: #4f8f2c;
  font-size: 12px;
  letter-spacing: 0.12em;
}
.news-single-title {
  margin-top: 10px;
}
.news-single-thumb-wrap {
  margin: 20px 0 0;
}
.news-single-thumb {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.news-single-content {
  max-width: none;
}
.news-single-back-wrap {
  margin: 20px 0 0;
}

@media (max-width: 900px) {
  .news-archive-thumb {
    aspect-ratio: 4 / 3;
  }
  .news-archive-list {
    grid-template-columns: 1fr;
  }
}

/* 1.3.2 lower section redesign */
.home-cta-link {
  border-radius: 12px;
  padding: 12px 18px;
  border-width: 1px;
  box-shadow: 0 10px 24px rgba(35, 70, 37, 0.12);
}
.home-cta-link.is-ghost {
  background: #f7fbf5;
  color: #2e5f33;
  border-color: #b6d9a9;
}

.home-message {
  background: linear-gradient(180deg, #f4faee 0%, #ffffff 62%);
}
.home-message .president-box {
  grid-template-columns: minmax(260px, 430px) 1fr;
  border: 1px solid #d6e8cb;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  gap: 0;
  box-shadow: 0 18px 34px rgba(48, 89, 46, 0.1);
}
.home-message .president-photo {
  height: 100%;
  min-height: 360px;
  border-radius: 0;
}
.home-message .message-copy {
  padding: 30px;
  position: relative;
}
.home-message .message-copy::before {
  content: "MESSAGE";
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: rgba(47, 103, 51, 0.45);
}
.home-message .section-copy {
  max-width: 100%;
}

.home-interview {
  background: linear-gradient(180deg, #eef8e6 0%, #f9fdf7 55%, #ffffff 100%);
}
.home-interview-feature {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: 0;
  border: 1px solid #d0e5c2;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(44, 84, 43, 0.1);
  align-items: stretch;
}
.home-interview-photo {
  width: 100%;
  height: 100%;
  min-height: 240px;
  max-height: 320px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.home-interview-copy {
  padding: 22px 24px;
}
.home-interview-lead {
  margin: 0;
  padding: 10px 12px;
  border-left: 4px solid #7ac943;
  background: #f4fbe9;
  color: #285a2e;
  font-size: clamp(18px, 2.5vw, 26px);
  line-height: 1.5;
  font-weight: 700;
}
.home-interview-copy .section-copy {
  margin-top: 16px;
}
.home-interview-hook {
  margin: 16px 0 0;
  color: #486049;
  line-height: 1.85;
}
.home-interview-links {
  margin-top: 22px;
  gap: 10px;
}

.home-news {
  background: #ffffff;
}
.home-news .container {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.home-news-list {
  margin-top: 20px;
  gap: 12px;
}
.home-news-item {
  border-radius: 10px;
  border: 1px solid #d8ebcd;
  border-left: 5px solid #7ac943;
  background: #ffffff;
  padding: 14px 16px;
}
.home-news-item h3 {
  font-size: clamp(17px, 2.2vw, 22px);
}
.home-news-link-wrap {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .home-message .president-box {
    grid-template-columns: 1fr;
  }
  .home-message .president-photo {
    min-height: 240px;
  }
  .home-message .message-copy {
    padding: 22px 18px;
  }
  .home-interview-feature {
    grid-template-columns: 1fr;
  }
  .home-interview-photo {
    min-height: 220px;
    max-height: 260px;
  }
  .home-interview-copy {
    padding: 20px 16px;
  }
  .home-news .container {
    padding: 0;
  }
}

/* 1.3.3 global button refresh */
.section-link,
.recruit-btn,
.footer-contact,
.contact-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(20, 52, 23, 0.32);
  background: linear-gradient(135deg, #4f8f38 0%, #2f6733 52%, #265b2f 100%);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(35, 73, 36, 0.2);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}
.section-link::after,
.recruit-btn::after,
.footer-contact::after,
.contact-submit::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -42%;
  width: 34%;
  height: 320%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  transform: rotate(20deg);
  transition: left 0.55s ease;
}
.section-link:hover,
.recruit-btn:hover,
.footer-contact:hover,
.contact-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(35, 73, 36, 0.28);
  filter: brightness(1.03);
}
.section-link:hover::after,
.recruit-btn:hover::after,
.footer-contact:hover::after,
.contact-submit:hover::after {
  left: 118%;
}
.section-link-dark,
.home-cta-link.is-ghost {
  border: 1px solid #bdd8b1;
  background: linear-gradient(180deg, #ffffff 0%, #eef7e9 100%);
  color: #2d5e33;
  box-shadow: 0 10px 20px rgba(49, 90, 48, 0.1);
}
.section-link-dark:hover,
.home-cta-link.is-ghost:hover {
  box-shadow: 0 14px 24px rgba(49, 90, 48, 0.15);
}
.contact-submit:disabled {
  cursor: not-allowed;
  transform: none;
  filter: none;
  opacity: 0.72;
  box-shadow: none;
}
.contact-submit:disabled::after {
  display: none;
}

body.home .section-link,
body.home .recruit-btn,
body.home .footer-contact,
body.home .contact-submit,
body.home .home-cta-link {
  border: 1px solid rgba(20, 52, 23, 0.32);
  background: linear-gradient(135deg, #4f8f38 0%, #2f6733 52%, #265b2f 100%);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(35, 73, 36, 0.2);
}
body.home .section-link::after,
body.home .recruit-btn::after,
body.home .footer-contact::after,
body.home .contact-submit::after,
body.home .home-cta-link::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -42%;
  width: 34%;
  height: 320%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  transform: rotate(20deg);
  transition: left 0.55s ease;
}
body.home .section-link:hover,
body.home .recruit-btn:hover,
body.home .footer-contact:hover,
body.home .contact-submit:hover,
body.home .home-cta-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(35, 73, 36, 0.28);
  filter: brightness(1.03);
}
body.home .section-link:hover::after,
body.home .recruit-btn:hover::after,
body.home .footer-contact:hover::after,
body.home .contact-submit:hover::after,
body.home .home-cta-link:hover::after {
  left: 118%;
}
body.home .section-link-dark,
body.home .home-cta-link.is-ghost {
  border: 1px solid #bdd8b1;
  background: linear-gradient(180deg, #ffffff 0%, #eef7e9 100%);
  color: #2d5e33;
  box-shadow: 0 10px 20px rgba(49, 90, 48, 0.1);
}

/* 1.3.4 tablet/mobile usability adjustments */
@media (max-width: 1024px) {
  .footer-nav {
    display: none;
  }
  .footer-row {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .services-marquee-wrap {
    overflow: visible;
  }
  .services-marquee-scene {
    margin-top: 16px;
  }
  .services-marquee {
    display: block;
    width: 100%;
    animation: none;
  }
  .services-marquee-track {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding-right: 0;
  }
  .services-marquee-track[aria-hidden="true"] {
    display: none;
  }
  .services-marquee-item {
    width: 100%;
    max-width: none;
    height: 210px;
    border-radius: 0;
    border: 0;
  }
  .services-marquee-image {
    opacity: 0.68;
    transform: none;
  }
  .services-marquee-overlay {
    background: linear-gradient(170deg, rgba(16, 24, 17, 0.16), rgba(16, 25, 17, 0.52));
  }
  .services-marquee-ghost {
    top: 10px;
    bottom: auto;
    left: 10px;
    right: 10px;
    font-size: clamp(18px, 5.2vw, 24px);
    color: rgba(255, 255, 255, 0.95);
    opacity: 1;
    transform: none;
  }
  .services-marquee-content {
    left: 0;
    right: 0;
    bottom: 0;
    top: 44px;
    padding: 8px 10px 10px;
    background: linear-gradient(180deg, rgba(18, 32, 19, 0), rgba(18, 32, 19, 0.68) 36%, rgba(18, 32, 19, 0.82) 100%);
  }
  .services-marquee-content p {
    opacity: 1;
    transform: none;
    font-size: 12px;
    line-height: 1.45;
  }
  .services-marquee-item:hover .services-marquee-image,
  .services-marquee-item:focus-within .services-marquee-image {
    opacity: 0.68;
    transform: none;
    filter: none;
  }
  .services-marquee-item:hover .services-marquee-overlay,
  .services-marquee-item:focus-within .services-marquee-overlay {
    background: linear-gradient(170deg, rgba(16, 24, 17, 0.16), rgba(16, 25, 17, 0.52));
  }
  .services-marquee-item:hover .services-marquee-ghost,
  .services-marquee-item:focus-within .services-marquee-ghost {
    opacity: 1;
    transform: none;
    color: rgba(255, 255, 255, 0.95);
  }
  .services-marquee-item:hover .services-marquee-content p,
  .services-marquee-item:focus-within .services-marquee-content p {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 700px) {
  .footer-row {
    grid-template-columns: 1fr;
  }
}


