:root {
  --ink: #101820;
  --navy: #021c36;
  --navy-soft: #0b2c4d;
  --gold: #c5a059;
  --gold-bright: #f0c86b;
  --kakao-yellow: #fee500;
  --call-orange: #e4572e;
  --call-red: #bf2f24;
  --ice: #d8ecff;
  --cyan: #7dc7ff;
  --white: #ffffff;
  --paper: #f8f9fa;
  --line: #e2e5ea;
  --muted: #67717f;
  --shadow: 0 24px 70px rgba(2, 28, 54, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
  font-size: 17px;
  background: var(--white);
  line-height: 1.65;
}

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

.image-missing {
  background: linear-gradient(135deg, #e9f1f8, #f8fbff);
  border: 1px dashed #b8c7d6;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

button,
input,
select,
textarea {
  font: inherit;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.stitch-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 0 clamp(18px, 5vw, 70px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.stitch-brand-spacer,
.stitch-menu,
.stitch-actions {
  display: flex;
  align-items: center;
}

.stitch-brand-spacer {
  width: 160px;
  min-height: 1px;
}

.stitch-menu {
  justify-content: center;
  gap: 34px;
  color: #3d4652;
  font-size: 15px;
  font-weight: 800;
}

.stitch-menu a:hover {
  color: var(--gold);
}

.stitch-actions {
  gap: 18px;
  font-size: 15px;
  font-weight: 800;
}

.stitch-actions a {
  padding: 12px 18px;
  color: var(--white);
  background: #000000;
  border-radius: 0;
}

.stitch-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
  background-image:
    linear-gradient(90deg, rgba(3, 22, 43, 0.94), rgba(3, 22, 43, 0.72)),
    url("../images/hero-bg.jpg");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}

.stitch-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.28;
}

.stitch-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 94px min(48vw, 900px) 190px clamp(14px, 3vw, 56px);
}

.section-label,
.section-title span,
.network-copy span {
  display: block;
  margin-bottom: 14px;
  color: var(--gold-bright);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.38em;
  text-transform: uppercase;
}

.hero-tagline {
  margin: 0 0 20px;
  color: var(--gold-bright);
  font-size: clamp(22px, 2.5vw, 38px);
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.stitch-hero h1 {
  max-width: 100%;
  margin: 0;
  font-size: clamp(46px, 5.2vw, 86px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 900;
}

.stitch-hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero-line-1 {
  color: var(--white);
}

.hero-line-2 {
  color: var(--ice);
  text-shadow: 0 0 34px rgba(125, 199, 255, 0.18);
}

.hero-lead {
  max-width: 900px;
  margin: 28px 0 0;
  color: #c9d9e8;
  font-size: clamp(18px, 2vw, 23px);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.gold-btn,
.dark-btn,
.line-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  font-weight: 900;
  border: 1px solid transparent;
}

.gold-btn {
  color: var(--white);
  background: linear-gradient(135deg, var(--call-orange), var(--call-red));
  box-shadow: 0 14px 34px rgba(228, 87, 46, 0.28);
}

.dark-btn {
  color: #1f1f1f;
  background: var(--kakao-yellow);
  box-shadow: 0 12px 28px rgba(254, 229, 0, 0.2);
}

.line-btn {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
}

.hero-representative {
  position: absolute;
  z-index: 2;
  right: clamp(4px, 2vw, 34px);
  top: 50%;
  display: grid;
  grid-template-columns: minmax(310px, 1.12fr) minmax(220px, 0.88fr);
  align-items: center;
  gap: clamp(0px, 0.45vw, 8px);
  width: min(47vw, 780px);
  min-height: 0;
  padding: 0;
  color: var(--navy);
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: translateY(-44%);
}

.representative-character {
  display: block;
  width: 100%;
  height: clamp(420px, 38vw, 580px);
  object-fit: cover;
  object-position: 25% center;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.34));
  -webkit-mask-image: linear-gradient(90deg, #000 76%, rgba(0, 0, 0, 0.9) 89%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(90deg, #000 76%, rgba(0, 0, 0, 0.9) 89%, rgba(0, 0, 0, 0) 100%);
}

.representative-message {
  position: relative;
  padding: clamp(18px, 1.6vw, 26px) clamp(18px, 1.8vw, 28px);
  background: #ffffff;
  border: 2px solid rgba(2, 28, 54, 0.16);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.2);
}

.representative-message::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 58px;
  width: 24px;
  height: 24px;
  background: #ffffff;
  border-left: 2px solid rgba(2, 28, 54, 0.16);
  border-bottom: 2px solid rgba(2, 28, 54, 0.16);
  transform: rotate(45deg);
}

.representative-message strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.25;
}

.representative-message p {
  margin: 0;
  color: #25313e;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.55;
}

.representative-message span {
  display: inline-flex;
  margin-top: 16px;
  padding: 7px 12px;
  color: var(--white);
  background: var(--navy-soft);
  font-size: 14px;
  font-weight: 900;
}

.stitch-section {
  padding: clamp(72px, 9vw, 126px) clamp(18px, 5vw, 70px);
}

.intro-section {
  position: relative;
  width: 100%;
  margin: 0;
  color: var(--navy);
  background:
    linear-gradient(135deg, #fff8df 0%, #ffffff 42%, #eaf5ff 100%);
  overflow: hidden;
  border-top: 8px solid var(--gold-bright);
}

.intro-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(2, 28, 54, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(2, 28, 54, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.8;
}

.industry-intro,
.client-strip {
  position: relative;
  z-index: 1;
}

.industry-intro {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 20px 50px;
}

.industry-intro .eyebrow {
  display: block;
  margin-bottom: 18px;
  color: #c9a227;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.industry-intro h2 {
  margin: 0 0 22px;
  color: #062b4f;
  font-size: clamp(48px, 6vw, 72px);
  line-height: 1.15;
  font-weight: 900;
  white-space: nowrap;
}

.industry-intro p {
  margin: 0;
  color: #475569;
  font-size: 18px;
  line-height: 1.8;
}

.section-title {
  max-width: 820px;
}

.section-title.centered {
  margin: 0 auto 36px;
  text-align: center;
}

.section-title h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px, 5vw, 56px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.section-title p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 20px;
}

.client-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: calc(100% - clamp(24px, 3vw, 56px));
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.region-grid a {
  min-height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 26px rgba(2, 28, 54, 0.07);
  font-weight: 900;
}

.client-card {
  overflow: hidden;
  border: 1px solid rgba(2, 28, 54, 0.12);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 28px rgba(2, 28, 54, 0.08);
}

.client-card strong {
  display: grid;
  min-height: 58px;
  place-items: center;
  color: var(--navy);
  font-size: 20px;
  font-weight: 900;
}

.client-card img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border-top: 1px solid rgba(2, 28, 54, 0.08);
  filter: saturate(0.96) contrast(1.02);
}

.services-section {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: clamp(16px, 2vw, 36px);
  padding-left: clamp(16px, 2vw, 36px);
  background: var(--white);
}

.field-photo-grid {
  width: 100%;
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.field-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--navy);
  box-shadow: 0 12px 28px rgba(2, 28, 54, 0.1);
}

.field-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease, filter 700ms ease;
}

.field-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 28, 54, 0) 40%, rgba(2, 28, 54, 0.86) 100%);
}

.field-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: grid;
  gap: 4px;
  padding: 18px;
  color: var(--white);
}

.field-photo strong {
  font-size: 20px;
  line-height: 1.2;
}

.field-photo span {
  color: #d4e1ec;
  font-size: 15px;
  line-height: 1.45;
}

.field-photo:hover img {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.02);
}

.service-intro {
  max-width: 720px;
  margin: 82px auto 34px;
  text-align: center;
}

.service-intro span {
  display: block;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.service-intro h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.14;
  font-weight: 900;
}

.service-intro p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.75;
}

.stitch-grid {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.stitch-card {
  display: block;
  min-height: 190px;
  padding: 28px;
  border-top: 3px solid transparent;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(2, 28, 54, 0.05);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.stitch-card:nth-child(1),
.stitch-card:nth-child(4) {
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), #123d60);
}

.stitch-card:nth-child(2),
.stitch-card:nth-child(5) {
  background: linear-gradient(135deg, #fff8df, #ffffff);
}

.stitch-card:nth-child(3),
.stitch-card:nth-child(6) {
  background: linear-gradient(135deg, #eef8ff, #ffffff);
}

.stitch-card:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: var(--shadow);
}

.stitch-card .material-symbols-outlined {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: 36px;
}

.stitch-card:nth-child(1) .material-symbols-outlined,
.stitch-card:nth-child(4) .material-symbols-outlined,
.stitch-card:nth-child(1) h3,
.stitch-card:nth-child(4) h3 {
  color: var(--white);
}

.stitch-card:nth-child(1) p,
.stitch-card:nth-child(4) p {
  color: #c7d8e8;
}

.stitch-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 21px;
  line-height: 1.25;
}

.stitch-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.stitch-card-action {
  display: inline-flex;
  margin-top: 18px;
  color: var(--gold);
  font-size: 15px;
  font-weight: 900;
}

.stitch-card:nth-child(1) .stitch-card-action,
.stitch-card:nth-child(4) .stitch-card-action {
  color: var(--gold-bright);
}

.network-section {
  display: grid;
  grid-template-columns: minmax(480px, 0.95fr) minmax(520px, 1.05fr);
  gap: clamp(32px, 4vw, 68px);
  align-items: center;
  padding: 120px clamp(28px, 5vw, 92px);
  color: var(--white);
  background: var(--navy);
  overflow: hidden;
}

.section-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.network-copy {
  width: min(760px, 100%);
  justify-self: center;
}

.network-copy h2 {
  margin: 0;
  font-size: clamp(36px, 3.2vw, 58px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.network-copy p {
  margin: 24px 0 0;
  color: #bdd0e1;
  font-size: 20px;
}

.region-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.region-grid a {
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--white);
  background: rgba(255, 255, 255, 0.03);
}

.region-grid a:hover {
  border-color: var(--gold);
  color: var(--gold-bright);
}

.network-visual {
  position: relative;
  justify-self: stretch;
  padding: 8px;
  background: rgba(197, 160, 89, 0.16);
}

.network-visual img {
  display: block;
  width: 100%;
  height: clamp(420px, 32vw, 560px);
  object-fit: cover;
  filter: saturate(1.02) contrast(1.02);
}

.network-photo-overlay {
  position: absolute;
  top: clamp(26px, 3vw, 44px);
  left: clamp(26px, 3vw, 44px);
  max-width: 330px;
  padding: 22px 24px;
  color: var(--white);
  background: rgba(2, 28, 54, 0.72);
  backdrop-filter: blur(8px);
}

.network-photo-overlay strong {
  display: block;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.25;
  font-weight: 900;
}

.network-photo-overlay span {
  display: block;
  margin-top: 12px;
  color: var(--gold-bright);
  font-size: 18px;
  font-weight: 900;
}

.network-kpi-card {
  position: absolute;
  right: clamp(20px, 2.4vw, 36px);
  bottom: clamp(20px, 2.4vw, 36px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  min-width: min(560px, calc(100% - 40px));
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.network-kpi-card div {
  padding: 18px 20px;
  background: rgba(2, 28, 54, 0.82);
}

.network-kpi-card strong {
  display: block;
  color: var(--gold-bright);
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1;
  font-weight: 900;
}

.network-kpi-card span {
  display: block;
  margin-top: 8px;
  color: #d7e8f6;
  font-size: 15px;
  font-weight: 900;
}

.network-cta {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 12px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.network-cta h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(24px, 2.3vw, 36px);
  font-weight: 900;
}

.network-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.network-cta-actions a {
  min-width: 132px;
}

.local-section {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.faq-section {
  padding-top: clamp(48px, 5vw, 78px);
  padding-right: clamp(18px, 3vw, 54px);
  padding-left: clamp(18px, 3vw, 54px);
  background: var(--white);
}

.faq-list {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  background: var(--paper);
}

.faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 22px;
  cursor: pointer;
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details[open] summary .material-symbols-outlined {
  transform: rotate(180deg);
}

.faq-list p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 17px;
}

.bottom-cta-section {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding: clamp(28px, 4vw, 48px) clamp(18px, 5vw, 70px);
  background: linear-gradient(135deg, #fff8ea, #f5fbff);
  border-top: 1px solid var(--line);
}

.bottom-cta-section a {
  min-width: 180px;
}

.stitch-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 54px clamp(18px, 5vw, 70px);
  color: #bdd0e1;
  background: var(--navy);
}

.stitch-footer strong {
  color: var(--white);
}

.stitch-footer p {
  margin: 6px 0 0;
}

.detail-nav {
  grid-template-columns: 1fr auto;
}

.detail-back {
  color: var(--navy);
  font-size: 15px;
  font-weight: 900;
}

.service-detail-page {
  background: var(--white);
}

.service-detail-hero {
  display: grid;
  grid-template-columns: minmax(440px, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(32px, 5vw, 86px);
  align-items: center;
  padding: clamp(76px, 9vw, 132px) clamp(28px, 5vw, 92px);
  color: var(--white);
  background: var(--navy);
}

.service-detail-copy {
  width: min(720px, 100%);
}

.service-detail-copy .material-symbols-outlined {
  margin-bottom: 24px;
  color: var(--gold-bright);
  font-size: 56px;
}

.service-detail-copy h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.service-detail-copy p {
  margin: 24px 0 0;
  color: #c9d9e8;
  font-size: 20px;
}

.service-detail-visual {
  margin: 0;
  overflow: hidden;
  border: 8px solid rgba(197, 160, 89, 0.16);
}

.service-detail-visual img {
  display: block;
  width: 100%;
  height: clamp(420px, 34vw, 620px);
  object-fit: cover;
}

.service-detail-body {
  padding: clamp(72px, 8vw, 116px) clamp(20px, 5vw, 82px);
}

.service-point-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-point-grid article {
  min-height: 170px;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.service-point-grid .material-symbols-outlined {
  color: var(--gold);
  font-size: 32px;
}

.service-point-grid p {
  margin: 18px 0 0;
  color: var(--navy);
  font-weight: 900;
}

.service-detail-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 36px;
}

.service-detail-actions .line-btn {
  color: var(--navy);
  border-color: rgba(2, 28, 54, 0.22);
  background: var(--white);
}

.mobile-dock {
  display: none;
}

.reveal-section {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal-section.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .stitch-hero {
    display: grid;
    min-height: auto;
  }

  .stitch-hero-inner {
    padding: 82px clamp(18px, 5vw, 56px) 34px;
  }

  .hero-representative {
    position: relative;
    right: auto;
    top: auto;
    width: min(calc(100% - 28px), 940px);
    margin: 0 auto 72px;
    transform: none;
  }
}

@media (max-width: 980px) {
  .stitch-nav {
    grid-template-columns: 1fr auto;
  }

  .stitch-menu {
    display: none;
  }

  .stitch-actions span {
    display: none;
  }

  .client-strip,
  .stitch-grid,
  .field-photo-grid,
  .network-section,
  .consult-section,
  .service-detail-hero,
  .service-point-grid {
    grid-template-columns: 1fr;
  }

  .client-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .consult-section {
    width: min(100% - 32px, 760px);
  }

  .field-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .network-copy {
    justify-self: start;
  }

  .network-cta {
    display: grid;
    justify-content: stretch;
  }

  .network-cta-actions {
    justify-content: start;
  }

  .network-visual img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .service-detail-visual img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

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

@media (max-width: 640px) {
  body {
    padding-bottom: 76px;
  }

  .stitch-nav {
    min-height: 66px;
    padding: 0 14px;
  }

  .stitch-actions {
    display: none;
  }

  .stitch-hero {
    min-height: 690px;
  }

  .stitch-hero-inner {
    padding: 82px 16px 28px;
  }

  .stitch-hero h1 {
    font-size: clamp(34px, 10vw, 52px);
  }

  .stitch-hero h1 span {
    white-space: normal;
  }

  .hero-cta a {
    width: 100%;
  }

  .hero-representative {
    grid-template-columns: minmax(210px, 1fr) minmax(0, 0.92fr);
    gap: 8px;
    min-height: 0;
    padding: 0;
  }

  .representative-character {
    height: clamp(290px, 64vw, 390px);
    object-position: 24% center;
  }

  .representative-message {
    width: 100%;
    padding: 14px;
  }

  .representative-message::before {
    left: -10px;
    top: 42px;
    width: 18px;
    height: 18px;
    border-right: 0;
    border-top: 0;
    transform: rotate(45deg);
  }

  .representative-message strong {
    font-size: 18px;
  }

  .representative-message p {
    font-size: 14px;
    line-height: 1.45;
  }

  .representative-message span {
    margin-top: 10px;
    padding: 6px 8px;
    font-size: 12px;
  }

  .client-strip,
  .field-photo-grid,
  .region-grid,
  .service-point-grid {
    grid-template-columns: 1fr;
  }

  .industry-intro {
    padding: 58px 12px 36px;
  }

  .industry-intro h2 {
    white-space: normal;
  }

  .industry-intro p br {
    display: none;
  }

  .consult-section {
    width: calc(100% - 28px);
    margin-top: 56px;
    margin-bottom: 42px;
  }

  .service-detail-hero {
    padding: 54px 18px;
  }

  .service-detail-copy h1 {
    font-size: clamp(36px, 11vw, 54px);
  }

  .field-photo-grid {
    gap: 12px;
    margin-bottom: 28px;
  }

  .network-photo-overlay {
    top: 16px;
    left: 16px;
    max-width: calc(100% - 32px);
    padding: 16px;
  }

  .network-kpi-card {
    position: relative;
    right: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    min-width: 0;
    margin-top: 10px;
  }

  .network-cta-actions {
    display: grid;
  }

  .network-cta-actions a {
    width: 100%;
  }

  .field-photo {
    aspect-ratio: 16 / 11;
  }

  .field-photo figcaption {
    padding: 16px;
  }

  .bottom-cta-section {
    display: grid;
    gap: 10px;
  }

  .bottom-cta-section a {
    width: 100%;
    min-width: 0;
  }

  .mobile-dock {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--line);
  }

  .mobile-dock a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 48px;
    color: var(--white);
    background: var(--navy);
    font-weight: 900;
  }

  .mobile-dock a + a {
    color: var(--navy);
    background: var(--gold-bright);
  }

  .stitch-footer {
    display: block;
    padding-bottom: 110px;
  }
}

.consult-section {
  display: block;
  width: 100%;
  margin: 0;
  padding: 120px clamp(18px, 5vw, 70px);
  color: var(--white);
  background: var(--white);
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

.consult-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(28px, 5vw, 80px);
  width: min(1500px, 100%);
  min-height: clamp(460px, 42vw, 620px);
  margin: 0 auto;
  padding: clamp(42px, 6vw, 82px);
  background: linear-gradient(135deg, var(--navy), #08375e);
  box-shadow: var(--shadow);
}

.consult-character-panel {
  position: relative;
  min-height: clamp(360px, 34vw, 520px);
}

.consult-character-panel .consult-character {
  position: absolute;
  left: 50%;
  bottom: clamp(-48px, -3vw, -20px);
  width: min(100%, 560px);
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  filter: drop-shadow(0 26px 34px rgba(0, 0, 0, 0.32));
}

.consult-cta-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.consult-cta-copy span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold-bright);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.consult-cta-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(34px, 4.8vw, 66px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0;
}

.consult-cta-copy p {
  margin: 24px 0 0;
  color: #d7e8f6;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.75;
}

.consult-phone {
  display: inline-flex;
  margin-top: 30px;
  color: var(--gold-bright);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 900;
  line-height: 1;
}

.consult-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.consult-cta-actions a {
  min-width: 160px;
}

@media (max-width: 900px) {
  .consult-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .consult-character-panel {
    min-height: 360px;
    order: 2;
  }

  .consult-cta-copy {
    max-width: none;
    margin: 0 auto;
  }

  .consult-cta-copy p br {
    display: none;
  }

  .consult-cta-actions {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .consult-section {
    padding: 70px 14px;
  }

  .consult-cta {
    min-height: 0;
    padding: 34px 22px 0;
  }

  .consult-character-panel {
    min-height: 330px;
  }

  .consult-character-panel .consult-character {
    width: min(112%, 430px);
  }

  .consult-cta-actions {
    display: grid;
  }

  .consult-cta-actions a {
    width: 100%;
  }
}
