:root {
  --color-primary: #f06a00;
  --color-primary-dark: #c84f00;
  --color-accent: #12a66a;
  --color-ink: #111827;
  --color-muted: #667085;
  --color-line: #e5e7eb;
  --color-bg: #ffffff;
  --color-soft: #f7f8f5;
  --color-warm: #fff6e8;
  --shadow-soft: 0 22px 70px rgba(17, 24, 39, 0.08);
  --radius: 16px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-ink);
  background: var(--color-bg);
  font-family: "PingFang SC", "Microsoft YaHei", Inter, system-ui, sans-serif;
  line-height: 1.65;
}

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

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

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

.section {
  scroll-margin-top: 92px;
  padding: 112px 0;
}

.section-tight {
  padding: 28px 0 88px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 76px;
  padding: 0 max(40px, calc((100vw - var(--container)) / 2));
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(229, 231, 235, 0.8);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-icon {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.brand-wordmark {
  width: 132px;
  height: auto;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #344054;
  font-size: 15px;
}

.desktop-nav a:hover {
  color: var(--color-primary-dark);
}

.desktop-nav a.is-active {
  color: var(--color-primary-dark);
  font-weight: 900;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.service-phone {
  color: var(--color-primary-dark);
  font-size: 15px;
  font-weight: 900;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  background: var(--color-primary);
  font-weight: 700;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 42px;
  background:
    radial-gradient(circle at 88% 10%, rgba(240, 106, 0, 0.16), transparent 30%),
    radial-gradient(circle at 72% 54%, rgba(18, 166, 106, 0.09), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fff6ec 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1fr);
  align-items: center;
  gap: 66px;
  min-height: 610px;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 710px;
  margin-bottom: 24px;
  font-size: clamp(48px, 4.65vw, 68px);
  line-height: 1.09;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.15;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.25;
}

.hero-lede,
.section-heading p,
.split p,
.contact-grid > div p {
  color: var(--color-muted);
  font-size: 18px;
}

.hero-lede {
  max-width: 650px;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.button.primary {
  color: #fff;
  background: var(--color-primary);
}

.button.primary:hover {
  background: var(--color-primary-dark);
}

.button.secondary {
  color: var(--color-ink);
  background: #fff;
  border-color: var(--color-line);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-points span {
  padding: 8px 14px;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  color: #344054;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 36px;
  background: transparent;
}

.hero-visual::before {
  position: absolute;
  inset: 4% 1% -4% 1%;
  z-index: -1;
  border-radius: 38px;
  background:
    radial-gradient(circle at 82% 24%, rgba(240, 106, 0, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 246, 236, 0.72), rgba(255, 255, 255, 0.24));
  filter: blur(18px);
  content: "";
}

.hero-visual > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1792 / 1024;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 28px 60px rgba(17, 24, 39, 0.11));
  -webkit-mask-image: radial-gradient(ellipse 76% 78% at 50% 50%, #000 58%, rgba(0, 0, 0, 0.82) 74%, transparent 100%);
  mask-image: radial-gradient(ellipse 76% 78% at 50% 50%, #000 58%, rgba(0, 0, 0, 0.82) 74%, transparent 100%);
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.metrics-grid article {
  padding: 30px;
  border-right: 1px solid var(--color-line);
}

.metrics-grid article:last-child {
  border-right: 0;
}

.metrics-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--color-primary-dark);
  font-size: 42px;
  line-height: 1;
}

.metrics-grid span {
  color: var(--color-muted);
  font-size: 15px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  align-items: center;
  gap: 72px;
}

.split.reverse {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

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

.warm {
  background: linear-gradient(180deg, #fff 0%, var(--color-warm) 100%);
}

.flow-card,
.panel,
.contact-form {
  border: 1px solid var(--color-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.flow-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  overflow: hidden;
  background: var(--color-line);
}

.flow-card div {
  padding: 30px;
  background: #fff;
}

.flow-card span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--color-primary-dark);
  font-weight: 900;
}

.flow-card p,
.feature-card p,
.return-card p,
.policy-grid p,
.check-list {
  color: var(--color-muted);
}

.section-heading {
  max-width: 790px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading.left {
  margin-left: 0;
  text-align: left;
}

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

.feature-card {
  min-height: 228px;
  padding: 28px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 12px 38px rgba(17, 24, 39, 0.035);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.feature-card:hover,
.return-card:hover,
.policy-grid article:hover {
  transform: translateY(-2px);
  border-color: rgba(240, 106, 0, 0.24);
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.07);
}

.feature-card span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border-radius: 14px;
  color: var(--color-primary-dark);
  background: #fff1e3;
  font-weight: 900;
}

.panel {
  padding: 40px;
}

.split.reverse > .panel,
.split.reverse > .partner-visual {
  height: 100%;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--color-primary);
  content: "✓";
  font-weight: 900;
}

.partner-visual {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--color-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 72% 18%, rgba(240, 106, 0, 0.08), transparent 34%),
    #fff;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.08);
}

.partner-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.split.reverse .partner-visual img {
  flex: 1;
  min-height: 0;
  object-fit: cover;
}

.partner-caption {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(255, 246, 236, 0.2), #fff);
}

.partner-caption div {
  padding: 18px 20px;
  border: 1px solid rgba(240, 106, 0, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
}

.partner-caption strong,
.partner-caption span {
  display: block;
}

.partner-caption strong {
  margin-bottom: 8px;
  font-size: 22px;
}

.partner-caption span {
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.6;
}

.returns-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 24px;
}

.return-card,
.policy-grid article {
  padding: 28px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.return-card.highlight {
  grid-column: 1 / -1;
  background: var(--color-ink);
}

.return-card.highlight,
.return-card.highlight p {
  color: #fff;
}

.return-card span,
.policy-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--color-muted);
  font-size: 14px;
  font-weight: 800;
}

.return-card.highlight span {
  color: #c6f6d5;
}

.return-card strong,
.policy-grid strong {
  display: block;
  margin-bottom: 14px;
  font-size: 34px;
  line-height: 1.1;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--color-line);
  border-radius: 18px;
  background: #fff;
}

table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

th,
td {
  padding: 20px 22px;
  border-bottom: 1px solid var(--color-line);
  text-align: left;
}

th {
  background: #ecfdf3;
  color: var(--color-primary-dark);
}

tr:last-child td {
  border-bottom: 0;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.policy-grid strong {
  font-size: 28px;
}

.process-board {
  display: grid;
  gap: 26px;
  align-items: stretch;
}

.process-map-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--color-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.08);
}

.process-map-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.contact-section {
  color: var(--color-ink);
  background:
    radial-gradient(circle at 12% 18%, rgba(240, 106, 0, 0.12), transparent 30%),
    radial-gradient(circle at 92% 22%, rgba(18, 166, 106, 0.07), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff7ef 54%, #fff 100%);
}

.contact-section .eyebrow,
.contact-section p {
  color: var(--color-muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 72px;
  align-items: start;
}

.contact-phone {
  display: inline-grid;
  gap: 5px;
  margin-top: 28px;
  padding: 18px 22px;
  border: 1px solid rgba(240, 106, 0, 0.18);
  border-radius: 18px;
  color: var(--color-ink);
  background: #fff;
  box-shadow: 0 16px 42px rgba(240, 106, 0, 0.08);
}

.contact-phone span {
  color: var(--color-primary-dark);
  font-size: 14px;
  font-weight: 800;
}

.contact-phone strong {
  font-size: 30px;
  line-height: 1.1;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  color: var(--color-ink);
}

label {
  display: grid;
  gap: 7px;
  color: #344054;
  font-size: 14px;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--color-line);
  border-radius: 12px;
  padding: 14px 16px;
  font: inherit;
}

textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  color: var(--color-muted) !important;
  font-size: 13px;
}

.site-footer {
  padding: 28px 0;
  color: #98a2b3;
  background: #0b111c;
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-copy {
  display: grid;
  gap: 4px;
  text-align: center;
}

.footer-copy strong {
  color: #fff;
  font-size: 15px;
}

.footer-copy span {
  color: #98a2b3;
  font-size: 14px;
}

.footer-grid a {
  color: #f6b37b;
  font-weight: 800;
}

.footer-logo {
  width: 150px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.about-hero {
  padding: 86px 0 104px;
  background:
    radial-gradient(circle at 84% 12%, rgba(240, 106, 0, 0.14), transparent 30%),
    radial-gradient(circle at 14% 82%, rgba(18, 166, 106, 0.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff7ef 100%);
}

.about-hero-grid {
  display: block;
  max-width: 1120px;
  text-align: center;
}

.about-hero h1 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(45px, 4.6vw, 62px);
}

.about-hero .hero-lede {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.about-awards {
  display: grid;
  gap: 14px;
  margin-top: 34px;
  overflow-x: auto;
  overflow-y: hidden;
}

.about-awards article,
.culture-showcase article {
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 44px rgba(17, 24, 39, 0.045);
}

.about-awards.award-row {
  grid-template-columns: repeat(5, minmax(154px, 1fr));
  gap: 12px;
  align-self: stretch;
  align-items: stretch;
}

.about-awards article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 152px;
  padding: 22px 14px;
  text-align: center;
}

.about-awards span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  border-radius: 999px;
  color: var(--color-primary-dark);
  background: #fff1e3;
  font-size: 24px;
  font-weight: 900;
}

.about-awards strong {
  font-size: 18px;
  line-height: 1.25;
}

.about-awards p,
.history-roadmap p,
.team-profiles p,
.culture-showcase p,
.about-cta p {
  color: var(--color-muted);
}

.about-awards p {
  margin: 4px 0 0;
  font-size: 14px;
}

.awards-gallery-section {
  overflow: hidden;
  color: var(--color-ink);
  background:
    radial-gradient(circle at 16% 10%, rgba(240, 106, 0, 0.13), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(18, 166, 106, 0.08), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fff6e8 100%);
}

.awards-gallery-section .section-heading {
  max-width: 860px;
}

.awards-gallery-section .eyebrow {
  color: var(--color-primary-dark);
}

.awards-gallery-section h2 {
  color: var(--color-ink);
}

.awards-gallery-section .section-heading p {
  color: var(--color-muted);
}

.awards-carousel {
  position: relative;
  overflow: hidden;
  max-width: 460px;
  margin-top: 42px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(240, 106, 0, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 246, 232, 0.78)),
    #fff;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.1);
}

.awards-carousel-track {
  display: flex;
  transition: transform 0.42s ease;
  will-change: transform;
}

.awards-carousel figure {
  position: relative;
  min-width: 100%;
  margin: 0;
  background: #fff;
}

.awards-carousel img {
  display: block;
  width: 100%;
  height: min(62vh, 580px);
  object-fit: contain;
  object-position: center;
  background: #050505;
}

.awards-carousel figcaption {
  position: static;
  padding: 13px 16px;
  border-top: 1px solid rgba(240, 106, 0, 0.16);
  color: var(--color-ink);
  background: rgba(255, 255, 255, 0.96);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.awards-carousel-control {
  position: absolute;
  top: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(240, 106, 0, 0.2);
  border-radius: 999px;
  color: var(--color-primary-dark);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.12);
  font-size: 30px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.awards-carousel-control.prev {
  left: 18px;
}

.awards-carousel-control.next {
  right: 18px;
}

.awards-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 14px 0 18px;
  background: #fff;
}

.awards-carousel-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(240, 106, 0, 0.28);
}

.awards-carousel-dots span.is-active {
  width: 22px;
  background: var(--color-primary);
}

.history-roadmap {
  position: relative;
  display: flex;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  padding: 12px 4px 24px;
  white-space: normal;
}

.history-roadmap article {
  flex: 0 0 260px;
  position: relative;
  display: grid;
  grid-template-rows: 36px 42px minmax(118px, auto);
  gap: 0;
  padding-right: 18px;
}

.history-roadmap article::before {
  position: absolute;
  top: 56px;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-primary), rgba(18, 166, 106, 0.72));
  content: "";
}

.history-roadmap article:last-child::before {
  right: 50%;
}

.history-roadmap article::after {
  position: absolute;
  top: 47px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 0 0 1px rgba(240, 106, 0, 0.24);
  content: "";
}

.history-roadmap time,
.team-profiles span,
.culture-showcase span {
  display: inline-flex;
  color: var(--color-primary-dark);
  font-size: 14px;
  font-weight: 900;
}

.history-roadmap time {
  grid-row: 1;
  align-items: center;
}

.history-roadmap p {
  grid-row: 3;
  margin-bottom: 0;
  min-height: 96px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(240, 106, 0, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.7;
}

.team-profiles {
  display: grid;
  max-width: 1020px;
  border-top: 1px solid var(--color-line);
}

.team-profiles article {
  display: grid;
  grid-template-columns: minmax(190px, 0.28fr) minmax(0, 1fr);
  gap: 34px;
  padding: 28px 0;
  border-bottom: 1px solid var(--color-line);
}

.team-profiles h3 {
  margin-bottom: 8px;
}

.team-profiles span {
  margin-bottom: 0;
}

.team-profiles p {
  margin-bottom: 0;
  font-size: 18px;
}

.culture-showcase {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 0.95fr;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(240, 106, 0, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 16%, rgba(240, 106, 0, 0.16), transparent 26%),
    radial-gradient(circle at 92% 10%, rgba(18, 166, 106, 0.1), transparent 24%),
    #fff;
  box-shadow: var(--shadow-soft);
}

.culture-showcase article {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 30px;
}

.culture-showcase article:first-child {
  color: #fff;
  background:
    radial-gradient(circle at 90% 12%, rgba(255, 255, 255, 0.2), transparent 28%),
    linear-gradient(135deg, var(--color-primary-dark), var(--color-primary));
}

.culture-showcase article:first-child p,
.culture-showcase article:first-child span {
  color: rgba(255, 255, 255, 0.86);
}

.culture-showcase article::after {
  position: absolute;
  right: 20px;
  bottom: -22px;
  color: rgba(240, 106, 0, 0.08);
  font-size: 104px;
  font-weight: 900;
  line-height: 1;
  content: "01";
}

.culture-showcase article:first-child::after {
  color: rgba(255, 255, 255, 0.18);
}

.culture-showcase article:nth-child(2)::after {
  content: "02";
}

.culture-showcase article:nth-child(3)::after {
  content: "03";
}

.culture-showcase span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  color: #fff;
  background: var(--color-primary);
}

.culture-showcase article:first-child span {
  background: rgba(255, 255, 255, 0.2);
}

.about-cta {
  padding-top: 70px;
}

.about-cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 40px;
  border: 1px solid rgba(240, 106, 0, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 18%, rgba(240, 106, 0, 0.12), transparent 28%),
    #fff;
  box-shadow: var(--shadow-soft);
}

.about-cta-panel h2 {
  max-width: 720px;
  margin-bottom: 12px;
}

.subpage-hero {
  padding: 86px 0 96px;
  background:
    radial-gradient(circle at 82% 16%, rgba(240, 106, 0, 0.14), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff7ef 100%);
}

.subpage-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  gap: 64px;
  align-items: center;
}

.subpage-hero img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}

.narrow {
  max-width: 900px;
}

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

.service-progress article,
.case-grid article,
.news-list article,
.contact-panel,
.job-list details {
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 44px rgba(17, 24, 39, 0.045);
}

.service-progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(230px, 1fr));
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  padding: 12px 4px 24px;
}

.service-progress::before {
  content: none;
}

.service-progress article {
  position: relative;
  display: grid;
  grid-template-rows: 76px auto minmax(108px, auto);
  gap: 0;
  min-width: 230px;
  padding-right: 18px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.service-progress article::before {
  position: absolute;
  top: 48px;
  right: 0;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
  content: "";
}

.service-progress span {
  position: relative;
  z-index: 1;
  grid-row: 1;
  align-self: start;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 5px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 10px 28px rgba(240, 106, 0, 0.22);
  font-weight: 900;
}

.service-progress h3,
.service-progress p {
  margin-bottom: 0;
}

.service-progress h3 {
  grid-row: 2;
  margin-top: 10px;
  font-size: 21px;
}

.service-progress p {
  grid-row: 3;
  min-height: 96px;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(240, 106, 0, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--color-muted);
  font-size: 16px;
  line-height: 1.7;
}

.case-grid article {
  overflow: hidden;
}

.case-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.case-grid h3,
.case-grid p {
  margin-right: 24px;
  margin-left: 24px;
}

.case-grid h3 {
  margin-top: 22px;
}

.case-grid p {
  margin-bottom: 24px;
  color: var(--color-muted);
}

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

.opened-store-card {
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 44px rgba(17, 24, 39, 0.045);
}

.store-visual {
  display: grid;
  min-height: 168px;
  place-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.store-visual.slate {
  background: linear-gradient(135deg, #cbd5e1, #64748b);
}

.store-visual.blue {
  background: linear-gradient(135deg, #dbeafe, #2563eb);
}

.store-visual.indigo {
  background: linear-gradient(135deg, #e0e7ff, #4f46e5);
}

.store-visual.orange {
  background: linear-gradient(135deg, #ffedd5, var(--color-primary));
}

.store-visual.photo {
  overflow: hidden;
  min-height: 236px;
  background: #fff;
}

.store-visual.photo img {
  width: 100%;
  height: 100%;
  min-height: 236px;
  object-fit: cover;
}

.store-visual-pair {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--color-line);
}

.store-visual-pair figure {
  position: relative;
  min-height: 236px;
  margin: 0;
  background: #fff;
}

.store-visual-pair img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 236px;
  object-fit: cover;
}

.store-visual-pair figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.12);
}

.store-carousel {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.store-carousel-track {
  display: flex;
  transition: transform 0.38s ease;
  will-change: transform;
}

.store-carousel figure {
  position: relative;
  min-width: 100%;
  min-height: 260px;
  margin: 0;
  background: #fff;
}

.store-carousel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.store-carousel figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 10px 26px rgba(17, 24, 39, 0.14);
}

.store-carousel-control {
  position: absolute;
  top: 50%;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: var(--color-ink);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.16);
  font-size: 26px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.store-carousel-control.prev {
  left: 14px;
}

.store-carousel-control.next {
  right: 14px;
}

.store-carousel-dots {
  position: absolute;
  right: 16px;
  bottom: 18px;
  display: flex;
  gap: 7px;
}

.store-carousel-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.12);
}

.store-carousel-dots span.is-active {
  width: 20px;
  background: var(--color-primary);
}

.store-copy {
  padding: 26px;
}

.store-copy > span {
  display: block;
  margin-bottom: 10px;
  color: var(--color-muted);
  font-size: 14px;
  font-weight: 800;
}

.store-copy dl {
  display: grid;
  gap: 1px;
  overflow: hidden;
  margin: 20px 0 0;
  border: 1px solid var(--color-line);
  border-radius: 16px;
  background: var(--color-line);
}

.store-copy dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  background: #fff;
}

.store-copy dt,
.store-copy dd {
  margin: 0;
}

.store-copy dt {
  color: var(--color-muted);
}

.store-copy dd {
  color: var(--color-primary-dark);
  font-weight: 900;
}

.news-list {
  display: grid;
  gap: 16px;
}

.news-list article {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 28px;
  padding: 28px;
}

.news-list span,
.job-list summary span {
  color: var(--color-primary-dark);
  font-size: 14px;
  font-weight: 900;
}

.news-list p,
.job-list p,
.contact-panel p {
  color: var(--color-muted);
}

.career-layout {
  display: grid;
  gap: 22px;
}

.career-job-table-wrap {
  width: 100%;
  box-shadow: var(--shadow-soft);
}

.career-job-table {
  min-width: 860px;
}

.career-job-table th:nth-child(1),
.career-job-table td:nth-child(1) {
  width: 22%;
  font-weight: 900;
}

.career-job-table th:nth-child(2),
.career-job-table td:nth-child(2) {
  width: 18%;
  color: var(--color-primary-dark);
  font-weight: 900;
  white-space: nowrap;
}

.career-job-table td:nth-child(3) {
  color: var(--color-muted);
  line-height: 1.7;
}

.career-apply {
  width: 100%;
  padding: 28px;
  border: 1px solid rgba(240, 106, 0, 0.16);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.career-apply h3 {
  margin-bottom: 10px;
}

.career-apply p {
  margin-bottom: 0;
  color: var(--color-muted);
}

.career-apply a {
  color: var(--color-primary-dark);
  font-weight: 900;
}

.job-list {
  display: grid;
  gap: 14px;
}

.job-list details {
  padding: 24px 26px;
}

.job-list summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  color: var(--color-ink);
  font-size: 20px;
  font-weight: 900;
}

.contact-panel {
  padding: 32px;
}

.qr-placeholder,
.map-placeholder {
  display: grid;
  place-items: center;
  min-height: 132px;
  margin-top: 18px;
  border: 1px dashed rgba(240, 106, 0, 0.32);
  border-radius: 18px;
  color: var(--color-primary-dark);
  background: #fff7ef;
  font-weight: 900;
}

.map-placeholder {
  min-height: 220px;
  background:
    radial-gradient(circle at 30% 40%, rgba(240, 106, 0, 0.16), transparent 20%),
    radial-gradient(circle at 68% 56%, rgba(18, 166, 106, 0.12), transparent 24%),
    #fff;
}

@media (max-width: 1024px) {
  .container {
    width: min(100% - 48px, var(--container));
  }

  .desktop-nav,
  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
    gap: 6px;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 1px solid var(--color-line);
    border-radius: 12px;
    background: #fff;
  }

  .menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--color-ink);
  }

  .mobile-menu {
    position: fixed;
    top: 76px;
    right: 24px;
    left: 24px;
    z-index: 40;
    padding: 20px;
    border: 1px solid var(--color-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow-soft);
  }

  .mobile-menu:not([hidden]) {
    display: grid;
    gap: 14px;
  }

  .mobile-phone {
    padding: 13px 14px;
    border: 1px solid rgba(240, 106, 0, 0.18);
    border-radius: 14px;
    color: var(--color-primary-dark);
    background: #fff7ef;
    font-weight: 900;
  }

  .hero-grid,
  .about-hero-grid,
  .subpage-hero-grid,
  .split,
  .split.reverse,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .split.reverse .partner-visual {
    order: 2;
  }

  .metrics-grid,
  .feature-grid,
  .returns-layout,
  .policy-grid,
  .culture-showcase,
  .case-grid,
  .opened-store-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-awards.award-row {
    grid-template-columns: repeat(5, minmax(142px, 1fr));
  }

  .awards-carousel {
    max-width: 440px;
  }

  .career-layout {
    grid-template-columns: 1fr;
  }

  .about-cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .process-board {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .container {
    width: calc(100% - 40px);
  }

  .site-header {
    height: 64px;
    padding: 0 20px;
  }

  .brand-icon {
    width: 32px;
    height: 32px;
  }

  .brand-wordmark {
    width: 110px;
  }

  .mobile-menu {
    top: 72px;
    right: 20px;
    left: 20px;
  }

  .section {
    padding: 76px 0;
  }

  .section-tight {
    padding: 22px 0 64px;
  }

  .hero {
    padding-top: 38px;
  }

  .hero-grid {
    gap: 36px;
    min-height: auto;
  }

  h1 {
    font-size: 39px;
  }

  .about-hero h1 {
    white-space: normal;
    font-size: 39px;
  }

  h2 {
    font-size: 31px;
  }

  .hero-lede,
  .section-heading p,
  .split p,
  .contact-grid > div p {
    font-size: 16px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-visual {
    border-radius: 24px;
  }

  .button.secondary {
    background: #f9fafb;
  }

  .metrics-grid,
  .feature-grid,
  .returns-layout,
  .policy-grid,
  .culture-showcase,
  .case-grid,
  .opened-store-grid,
  .flow-card {
    grid-template-columns: 1fr;
  }

  .store-visual-pair figure,
  .store-visual-pair img {
    min-height: 188px;
  }

  .store-carousel figure,
  .store-carousel img {
    min-height: 218px;
  }

  .store-carousel-control {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .subpage-hero {
    padding: 52px 0 76px;
  }

  .subpage-hero-grid {
    gap: 34px;
  }

  .news-list article,
  .job-list summary {
    grid-template-columns: 1fr;
  }

  .news-list article {
    gap: 8px;
    padding: 22px;
  }

  .job-list summary {
    display: grid;
  }

  .career-job-table {
    min-width: 720px;
  }

  .history-roadmap {
    margin-right: -20px;
    padding-bottom: 14px;
    scroll-snap-type: x mandatory;
  }

  .history-roadmap article {
    min-width: 220px;
    scroll-snap-align: start;
  }

  .history-roadmap p,
  .team-profiles p {
    font-size: 16px;
  }

  .team-profiles article {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px 0;
  }

  .about-hero {
    padding: 52px 0 76px;
  }

  .about-awards article {
    min-height: 144px;
    padding: 16px 12px;
  }

  .about-awards span {
    width: 44px;
    height: 44px;
    font-size: 21px;
  }

  .awards-carousel {
    margin-top: 30px;
    border-radius: 20px;
  }

  .awards-carousel img {
    height: min(58vh, 520px);
  }

  .awards-carousel figcaption {
    padding: 11px 12px;
    font-size: 14px;
  }

  .awards-carousel-control {
    width: 36px;
    height: 36px;
    font-size: 25px;
  }

  .awards-carousel-control.prev {
    left: 10px;
  }

  .awards-carousel-control.next {
    right: 10px;
  }

  .service-progress {
    margin-right: -20px;
    scroll-snap-type: x mandatory;
  }

  .service-progress article {
    min-width: 220px;
    scroll-snap-align: start;
  }

  .service-progress span {
    width: 54px;
    height: 54px;
    border-width: 4px;
  }

  .service-progress h3 {
    min-width: 0;
  }

  .service-progress p {
    font-size: 15px;
  }

  .about-cta-panel {
    padding: 24px;
    border-radius: 22px;
  }

  .process-map-card {
    border-radius: 22px;
  }

  .metrics-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--color-line);
  }

  .metrics-grid article:last-child {
    border-bottom: 0;
  }

  .metrics-grid strong {
    font-size: 34px;
  }

  .panel,
  .contact-form {
    padding: 24px;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}
