:root {
  --paper: #f3f5f1;
  --paper-2: #e6ebe4;
  --surface: #fff;
  --ink: #141816;
  --muted: #5a635c;
  --line: #d4dbd4;
  --green: #05b159;
  --green-deep: #034528;
  --green-ink: #046b38;
  --on-green: #f3faf5;
  --cta: #05b159;
  --cta-hover: #048a46;
  --ok: #046b38;
  --err: #b42318;
  --focus: #05b159;
  --max: 1180px;
  --wide: 1280px;
  --radius: 2px;
  --shadow: 0 18px 40px rgba(3, 69, 40, 0.08);
  --display: "Wanted Sans", "Apple SD Gothic Neo", sans-serif;
  --body: "SUIT Variable", SUIT, "Apple SD Gothic Neo", sans-serif;
  --num: "IBM Plex Sans KR", "Wanted Sans", sans-serif;
  --t-display: clamp(2.85rem, 7.1vw, 5.05rem);
  --t-section: clamp(1.9rem, 3.5vw, 2.75rem);
  --t-lead: clamp(1.06rem, 1.35vw, 1.22rem);
  --t-body: 1.0625rem;
  --t-kicker: 0.8rem;
  --t-label: 0.84rem;
  --t-num: clamp(1.45rem, 2.1vw, 1.9rem);
  --lh-display: 1.14;
  --lh-hangul: 1.78;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  background: var(--surface);
  color: var(--ink);
  font-size: var(--t-body);
  line-height: var(--lh-hangul);
  font-weight: 400;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; }

.skip {
  position: absolute;
  left: 12px;
  top: -48px;
  background: #fff;
  padding: 8px 12px;
  z-index: 80;
}
.skip:focus, .skip:focus-visible { top: 12px; }

.wrap { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.wrap-wide { width: min(var(--wide), calc(100% - 48px)); margin-inline: auto; }
#care, #works, #inquiry, #center, #about, #how, #esg { scroll-margin-top: 96px; }

.sec-kicker {
  margin: 0 0 14px;
  font-size: var(--t-kicker);
  font-weight: 650;
  color: var(--green);
  letter-spacing: 0.08em;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.br-m { display: none; }

.reveal {
  opacity: 1;
  transform: none;
}
html.js-motion .reveal {
  opacity: 0;
  transform: translateY(22px);
  animation: rise 0.85s var(--ease) forwards;
  animation-play-state: paused;
}
html.js-motion .reveal.is-shown {
  animation-play-state: running;
}
html.js-motion .reveal.d1 { animation-delay: 0.1s; }
html.js-motion .reveal.d2 { animation-delay: 0.2s; }
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .hero-copy > *,
  .hero-photo img,
  .care-photo img,
  .float-ask { opacity: 1; transform: none; animation: none; transition: none; clip-path: none; }
  html { scroll-behavior: auto; }
}
@keyframes rise { to { opacity: 1; transform: none; } }
@keyframes photoIn {
  from { transform: scale(1.08); opacity: 0.35; }
  to { transform: scale(1); opacity: 1; }
}
@keyframes maskUp {
  from { clip-path: inset(12% 0 0 0); }
  to { clip-path: inset(0); }
}

.band {
  background: var(--green-deep);
  color: rgba(243, 247, 251, 0.86);
  font-size: 0.78rem;
  letter-spacing: 0.01em;
}
.band .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  gap: 16px;
}
.band a { color: #fff; font-weight: 600; text-decoration: none; }
.band a:hover { text-decoration: underline; }
.band .right { display: flex; gap: 16px; flex-wrap: wrap; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
}
.site-header .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 16px;
  transition: min-height 0.35s var(--ease);
}
.is-scrolled .site-header .inner { min-height: 58px; }
.is-scrolled .logo img.lockup { height: 30px; }
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  text-decoration: none;
  color: var(--green-ink);
}
.tools { display: flex; align-items: center; gap: 8px; flex: none; }
.tools .btn-cta { padding-inline: 14px; white-space: nowrap; }
.logo img.mark { width: 44px; height: 24px; flex: none; object-fit: contain; }
.logo img.lockup {
  height: 36px;
  width: auto;
  display: block;
  transition: height 0.35s var(--ease);
}
.logo b {
  display: block;
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
}
.logo small {
  display: block;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--muted);
  margin-top: 2px;
}
nav.desk { display: flex; align-items: center; }
nav.desk a {
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 8px 11px;
  color: var(--muted);
}
nav.desk a:hover,
nav.desk a[aria-current="page"] { color: var(--ink); }
nav.desk a[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--green); }

.btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  padding: 12px 20px;
  font-weight: 650;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: var(--radius);
  transition: background 0.15s, color 0.15s, border-color 0.15s, opacity 0.3s var(--ease);
}
.btn-cta { background: var(--cta); color: #fff; }
.btn-cta:hover { background: var(--cta-hover); }
.btn-line { background: #fff; border: 1px solid var(--ink); }
.btn-line:hover { background: var(--paper); }
.btn-ghost {
  background: transparent;
  border: 1px solid rgba(243, 247, 251, 0.55);
  color: var(--on-green);
}
.btn-ghost:hover { background: #fff; color: var(--green-ink); }
.menu-btn { display: none; min-width: 44px; }
.mobile-nav {
  display: none;
  border-top: 1px solid var(--line);
  padding: 8px 24px 16px;
  background: #fff;
}
.mobile-nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  font-weight: 650;
  border-bottom: 1px solid var(--line);
}
.mobile-nav.open { display: block; }

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: min(78vh, 720px);
  background: var(--paper);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 40px 64px max(24px, calc((100vw - var(--max)) / 2));
  width: 100%;
}
.hero-copy .kicker {
  margin: 0 0 18px;
  font-size: var(--t-kicker);
  font-weight: 650;
  color: var(--green);
  letter-spacing: 0.08em;
}
.hero h1 {
  margin: 0 0 22px;
  font-family: var(--display);
  font-weight: 400;
  font-size: var(--t-display);
  line-height: var(--lh-display);
  letter-spacing: 0;
  max-width: 6.4em;
}
.hero .lead {
  margin: 0 0 14px;
  font-size: var(--t-lead);
  line-height: 1.7;
  color: var(--ink);
  max-width: 18em;
}
.hero .op {
  margin: 0 0 28px;
  font-size: 0.88rem;
  color: var(--muted);
  max-width: 28em;
  line-height: 1.65;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.15em;
  row-gap: 0.2em;
}
.hero .op a { text-decoration: none; font-weight: 650; }
.hero .op a:hover { text-decoration: underline; }
.hero .op .dot { margin: 0 0.25em; color: var(--line); }
.hero .op .op-item { white-space: nowrap; }
.hero .op .op-item.mail { white-space: normal; overflow-wrap: anywhere; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-copy > * {
  animation: rise 0.9s var(--ease) both;
}
.hero-copy .kicker { animation-delay: 0.05s; }
.hero-copy h1 { animation-delay: 0.14s; }
.hero-copy .lead { animation-delay: 0.26s; }
.hero-copy .op { animation-delay: 0.36s; }
.hero-copy .hero-actions { animation-delay: 0.46s; }
.hero-photo { min-height: 100%; overflow: hidden; }
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  animation: photoIn 1.35s var(--ease) both;
}

.facts {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  padding: 32px 0 36px;
}
.facts-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 20px;
  width: min(58rem, calc(100% - 36px));
  margin-inline: auto;
  text-align: center;
}
.facts dt {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--muted);
}
.facts dd {
  margin: 0;
  font-weight: 650;
  font-size: 0.98rem;
  line-height: 1.45;
}
.facts a {
  text-decoration: none;
  font-family: var(--num);
  font-weight: 500;
  font-size: var(--t-num);
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}
.facts a:hover { text-decoration: underline; }

.statement {
  padding: 88px 0 80px;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}
.statement h2 {
  margin: 0 0 22px;
  font-family: var(--display);
  font-weight: 400;
  font-size: var(--t-section);
  line-height: 1.32;
  max-width: 8.5em;
  letter-spacing: 0;
}
.statement .diff {
  margin: 0 0 36px;
  max-width: 34rem;
  color: var(--ink);
  font-size: 1.05rem;
}
.statement .combo {
  margin: 28px 0 0;
  max-width: 38rem;
  color: var(--muted);
}
.axes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 34rem;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.axes li {
  padding: 18px 20px 18px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.35;
}
.axes li:nth-child(odd) { padding-right: 24px; border-right: 1px solid var(--line); }
.axes li:nth-child(even) { padding-left: 24px; }

.cares {
  padding: 0;
  background: var(--paper);
}
.cares-head {
  padding: 72px 0 28px;
}
.cares-head h2 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-weight: 400;
  font-size: var(--t-section);
  line-height: 1.3;
}
.cares-head p { margin: 0; color: var(--muted); max-width: 36rem; }
.care-row {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 280px;
  border-top: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  background: var(--surface);
}
.care-row:hover .care-photo img { transform: scale(1.03); }
.care-a {
  grid-template-columns: 1.4fr 0.6fr;
  min-height: 320px;
  background: var(--paper);
}
.care-a .care-copy {
  padding: 48px 48px 48px max(28px, calc((100vw - var(--max)) / 2));
}
.care-b {
  grid-template-columns: 1fr;
  min-height: 420px;
  background: #111;
  color: var(--on-green);
}
.care-b .care-photo {
  grid-area: 1 / 1;
  min-height: 420px;
  z-index: 0;
}
.care-b .care-copy {
  grid-area: 1 / 1;
  z-index: 1;
  justify-content: flex-end;
  max-width: 34rem;
  padding: 48px 40px 40px;
  background: linear-gradient(90deg, rgba(14, 22, 18, 0.92) 0%, rgba(14, 22, 18, 0.62) 62%, transparent);
}
.care-b .care-copy i { color: #7ad49a; }
.care-b .care-copy h3,
.care-b .care-copy em { color: #fff; }
.care-b .spec li { color: rgba(243, 247, 251, 0.82); }
.care-b .spec li::before { background: #7ad49a; }
.care-c {
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 300px;
  background: var(--surface);
}
.care-c .care-copy { order: 1; }
.care-c .care-photo { order: 0; }
.care-d {
  grid-template-columns: 0.95fr 1.05fr;
  background: var(--green-deep);
  color: var(--on-green);
}
.care-d .care-copy h3 { color: #fff; }
.care-d .care-copy i { color: #7ad49a; }
.care-d .care-copy em,
.care-d .spec li { color: rgba(243, 247, 251, 0.78); }
.care-d .spec li::before { background: #7ad49a; }
.care-row.is-in .care-photo img {
  animation: maskUp 1.1s var(--ease) both;
}
.care-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 48px;
}
.care-copy i {
  font-style: normal;
  font-family: var(--display);
  font-weight: 400;
  font-size: 0.82rem;
  color: var(--green);
  margin-bottom: 10px;
}
.care-copy h3 {
  margin: 0 0 6px;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
}
.care-copy em {
  font-style: normal;
  font-weight: 650;
  font-size: 0.92rem;
}
.care-copy p { margin: 10px 0 0; color: var(--muted); max-width: 28em; }
.spec {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  max-width: 28em;
}
.spec li {
  position: relative;
  padding: 6px 0 6px 0.9em;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}
.spec li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 6px;
  height: 1px;
  background: var(--green);
}
.brand-d .spec li { color: rgba(243, 247, 251, 0.78); }
.brand-d .spec li::before { background: #7ad49a; }
.care-photo { overflow: hidden; min-height: 220px; }
.care-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.who-wrap {
  padding: 28px 0 56px;
  background: var(--paper);
  border-top: 1px solid var(--line);
}
.who-label {
  margin: 0 0 12px;
  font-size: 0.82rem;
  font-weight: 650;
  color: var(--muted);
}
.who {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.who li {
  padding: 8px 12px;
  background: var(--surface);
  border: 1px solid var(--line);
  font-size: 0.88rem;
  font-weight: 600;
}

.process {
  padding: 72px 0;
  background: var(--surface);
  border-top: 1px solid var(--line);
}
.process h2 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-weight: 400;
  font-size: var(--t-section);
  line-height: 1.3;
}
.process .sub { margin: 0 0 32px; color: var(--muted); max-width: 36rem; }
.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.steps li {
  padding: 22px 18px 0 0;
  min-height: 8.5rem;
}
.steps i {
  display: block;
  font-style: normal;
  font-family: var(--display);
  font-weight: 400;
  color: var(--green);
  font-size: 0.82rem;
  margin-bottom: 10px;
}
.steps b { display: block; margin-bottom: 6px; }
.steps p { margin: 0; color: var(--muted); font-size: 0.9rem; }

.partners {
  padding: 56px 0 64px;
  background: var(--paper);
}
.partners h2 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
}
.partners .sub { margin: 0 0 24px; color: var(--muted); max-width: 38rem; }
.partner-roll {
  margin: 20px 0 0;
  max-width: 46rem;
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.9;
}

.brand-block { padding: 72px 0 8px; }
.brand-block > h2 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}
.brand-block > .sub { margin: 0 0 40px; color: var(--muted); max-width: 36rem; }

.brand { padding: 0 0 80px; }
.brand article {
  display: grid;
  gap: 40px;
  align-items: start;
}
.brand-a article { grid-template-columns: 1fr; max-width: 40rem; }
.brand-b {
  background: var(--paper);
  padding: 56px 0;
}
.brand-b article { grid-template-columns: 0.9fr 1.1fr; }
.brand-c article { grid-template-columns: 0.9fr 1.1fr; }
.brand-c .copy { order: -1; }
.brand-d {
  background: var(--green-deep);
  color: var(--on-green);
  padding: 64px 0;
}
.brand-d .copy p,
.brand-d .copy .addr,
.brand-d .copy .hours { color: rgba(243, 247, 251, 0.78); }
.brand-d .copy .k { color: #7ad49a; }
.copy .slogan {
  margin: 0 0 12px;
  color: var(--ink);
  font-weight: 650;
  font-size: 1.02rem;
}
.brand-d .copy .slogan { color: #fff; }
.brand-d .copy .tel,
.brand-d .copy .web a { color: #fff; }
.brand-d .btn-cta { background: #fff; color: var(--green-deep); }
.brand-d .btn-cta:hover { background: var(--on-green); }
.brand-d .tags li {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 251, 0.16);
  color: var(--on-green);
}
.brand-d article { grid-template-columns: 1.1fr 0.9fr; }
.brand-e article { grid-template-columns: 1fr 1fr; align-items: center; }

.shots { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.shot {
  border: 0;
  padding: 0;
  background: #111;
  cursor: zoom-in;
  display: block;
  width: 100%;
  overflow: hidden;
}
.shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.shot:hover img { transform: scale(1.03); }
.shots .main { grid-column: 1 / -1; }
.shots .main img { aspect-ratio: 16 / 9; height: auto; }
.shots .shot:not(.main) img { aspect-ratio: 4 / 3; height: auto; }
.brand-e .shots .main img { aspect-ratio: 4 / 3; }

.copy .k {
  margin: 0 0 8px;
  font-weight: 700;
  color: var(--green);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}
.copy h3 {
  margin: 0 0 8px;
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
}
.copy p { margin: 0 0 14px; color: var(--muted); }
.copy .meta { margin: 0 0 10px; font-size: 0.95rem; color: var(--ink); font-weight: 650; }
.copy .addr { margin: 0 0 8px; font-size: 0.9rem; }
.copy .tel {
  font-family: var(--num);
  font-weight: 500;
  text-decoration: none;
  font-size: var(--t-num);
  color: var(--ink);
  letter-spacing: -0.02em;
}
.copy .tel:hover { text-decoration: underline; }
.copy .hours { margin: 6px 0 12px; font-size: 0.86rem; }
.copy .web { margin: 0 0 16px; }
.copy .web a { font-weight: 700; color: var(--green); text-decoration: none; }
.copy .web a:hover { text-decoration: underline; }
.brand-logo {
  height: 40px;
  width: auto;
  margin: 0 0 12px;
  object-fit: contain;
  object-position: left center;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.tags li {
  padding: 5px 9px;
  background: var(--paper);
  border: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 650;
}

.esg {
  padding: 0;
  background: var(--ink);
  color: var(--on-green);
}
.esg .sec-kicker { color: #7ad49a; }
.esg-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 28rem;
}
.esg-intro {
  padding: 72px 40px 64px max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(243, 247, 251, 0.12);
}
.esg h2 {
  margin: 0 0 16px;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  max-width: 8.5em;
  line-height: 1.35;
}
.esg-intro p:last-child {
  margin: 0;
  max-width: 22rem;
  color: rgba(243, 247, 251, 0.72);
}
.esg-lines {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.esg-lines li {
  padding: 22px 40px 22px 36px;
  border-bottom: 1px solid rgba(243, 247, 251, 0.12);
}
.esg-lines li:first-child { border-top: 1px solid rgba(243, 247, 251, 0.12); }
.esg-lines b {
  display: block;
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.15rem;
  margin-bottom: 6px;
}
.esg-lines span {
  color: rgba(243, 247, 251, 0.7);
  font-size: 0.95rem;
}

.inquiry {
  padding: 96px 0 88px;
  background: var(--paper);
  border-top: 1px solid var(--line);
}
.inquiry-head { margin-bottom: 40px; }
.inquiry h2 {
  margin: 0 0 16px;
  font-family: var(--display);
  font-weight: 400;
  font-size: var(--t-section);
  line-height: 1.28;
  max-width: 8em;
}
.inquiry .sub {
  margin: 0;
  color: var(--muted);
  max-width: 22rem;
  font-size: var(--t-lead);
  line-height: 1.7;
}
.inquiry-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 28px; align-items: start; }
.side {
  background: var(--green-deep);
  color: var(--on-green);
  padding: 36px 32px 32px;
}
.side-k {
  margin: 0 0 14px;
  font-size: var(--t-kicker);
  font-weight: 650;
  letter-spacing: 0.08em;
  color: #7ad49a;
}
.side-k.next { margin-top: 32px; }
.side-org {
  margin: 0 0 20px;
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.45rem;
  line-height: 1.35;
}
.side-tel {
  display: inline-block;
  font-family: var(--num);
  font-weight: 500;
  font-size: clamp(1.7rem, 2.4vw, 2.15rem);
  letter-spacing: -0.03em;
  color: #fff;
  text-decoration: none;
  line-height: 1.1;
  margin-bottom: 10px;
}
.side-tel:hover { text-decoration: underline; }
.side-meta, .side-addr {
  margin: 0 0 6px;
  color: rgba(243, 247, 251, 0.74);
  font-size: 0.95rem;
  line-height: 1.55;
}
.side-meta a { color: #fff; font-weight: 650; text-decoration: none; }
.side-meta a:hover { text-decoration: underline; }
.side-addr { margin-top: 16px; }
.side-phones {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-phones li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
  padding: 11px 0;
  border-top: 1px solid rgba(243, 247, 251, 0.12);
}
.side-phones span { color: rgba(243, 247, 251, 0.7); font-size: 0.86rem; }
.side-phones a {
  font-family: var(--num);
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}
.side-phones a:hover { text-decoration: underline; }

.form {
  display: grid;
  gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  padding: 36px 36px 32px;
}
.form-note {
  margin: 0 0 18px;
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.55;
  max-width: 36em;
}
.form-step {
  margin: 22px 0 14px;
  font-family: var(--num);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--green-ink);
}
.form-note + .form-step { margin-top: 8px; }
.form .pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
  margin-bottom: 16px;
}
.form .full { margin-bottom: 16px; }
.form label {
  display: block;
  font-size: var(--t-label);
  font-weight: 650;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.form .req { color: var(--err); font-weight: 650; }
.form input, .form textarea, .form select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 12px 2px 11px;
  min-height: 52px;
  background: transparent;
  font-size: 1.05rem;
  transition: border-color 0.25s, background 0.25s;
}
.form textarea { min-height: 9.5rem; resize: vertical; line-height: 1.65; }
.form input:focus, .form textarea:focus, .form select:focus {
  outline: none;
  border-bottom-color: var(--green);
  background: rgba(5, 177, 89, 0.04);
}
.form fieldset { border: 0; margin: 0; padding: 0; }
.jobs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.job {
  position: relative;
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 8px;
  align-items: start;
  margin: 0;
  padding: 14px 14px 12px;
  border: 1px solid var(--line);
  min-height: 76px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.job input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.job i {
  grid-row: 1 / span 2;
  font-style: normal;
  font-family: var(--num);
  font-size: 0.78rem;
  color: var(--green);
  padding-top: 3px;
}
.job b {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 1.3;
}
.job small {
  color: var(--muted);
  font-size: 0.8rem;
}
.job:hover, .job.on {
  border-color: var(--green);
  background: rgba(5, 177, 89, 0.05);
}
.job:focus-within { outline: 2px solid var(--focus); outline-offset: 2px; }
.agree {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  min-height: 48px;
  font-weight: 500;
  margin: 8px 0 0;
  font-size: 0.95rem;
  line-height: 1.55;
}
.agree input { width: auto; min-height: 22px; margin-top: 3px; accent-color: var(--green); }
.form-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 8px;
}
.form-actions .btn-cta { min-width: 10.5rem; }
.form-msg { min-height: 1.2em; font-size: 0.9rem; font-weight: 700; }
.form-msg.ok { color: var(--ok); }
.form-msg.err { color: var(--err); }
input.err, textarea.err, select.err { border-bottom-color: var(--err); }
fieldset.err { outline: 1px solid var(--err); outline-offset: 4px; }
.privacy-open {
  background: none;
  border: 0;
  padding: 0;
  color: var(--green);
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}

.center { padding: 56px 0 48px; }
.center h2 {
  margin: 0 0 20px;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
}
.center-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 24px 48px; }
.center dl { margin: 0; display: grid; grid-template-columns: 4.6rem 1fr; gap: 10px 14px; }
.center dt { color: var(--muted); font-weight: 700; font-size: 0.8rem; }
.center dd { margin: 0; }
.center a { font-weight: 700; text-decoration: none; }
.center a:hover { text-decoration: underline; }

footer {
  padding: 36px 0 32px;
  background: var(--green-deep);
  color: rgba(243, 247, 251, 0.82);
  font-size: 0.82rem;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 1fr;
  gap: 28px;
  margin-bottom: 22px;
}
footer h3 {
  margin: 0 0 10px;
  font-size: 0.9rem;
  color: #fff;
  font-weight: 650;
}
footer p, footer li { margin: 0 0 6px; }
footer ul { margin: 0; padding: 0; list-style: none; }
footer a { color: #fff; font-weight: 700; text-decoration: none; }
footer a:hover { text-decoration: underline; }
.copyline {
  border-top: 1px solid rgba(243, 247, 251, 0.16);
  padding-top: 14px;
}

.float-ask {
  position: fixed;
  right: 0;
  top: 42%;
  z-index: 36;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: var(--cta);
  color: #fff;
  text-decoration: none;
  font-weight: 650;
  letter-spacing: 0.14em;
  padding: 22px 13px;
  min-height: 11.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(100%, -50%);
  transition: transform 0.5s var(--ease), opacity 0.4s, background 0.15s;
}
.float-ask.is-on {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}
.float-ask:hover { background: var(--cta-hover); }
.float-ask.is-away { opacity: 0; pointer-events: none; transform: translate(100%, -50%); }
@media (min-width: 861px) {
  body { padding-right: 42px; }
  .is-scrolled .tools .btn-cta {
    opacity: 0;
    pointer-events: none;
  }
}

.dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 35;
  display: none;
  gap: 8px;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
  background: #fff;
  border-top: 1px solid var(--line);
}
.dock .btn { flex: 1; padding-inline: 10px; min-height: 48px; }
.dock .btn-cta { font-size: 0.92rem; }

dialog.lightbox {
  position: relative;
  border: 0;
  padding: 0;
  background: transparent;
  max-width: min(960px, 94vw);
}
dialog.lightbox::backdrop { background: rgba(0, 0, 0, 0.78); }
dialog.lightbox img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  background: #111;
}
.lb-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border: 0;
  background: #fff;
  font-weight: 700;
  cursor: pointer;
}

dialog.sheet {
  border: 0;
  padding: 0;
  width: min(560px, 92vw);
  background: #fff;
}
dialog.sheet::backdrop { background: rgba(20, 24, 30, 0.45); }
.sheet-body { padding: 28px 28px 24px; }
.sheet-body h2 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.25rem;
}
.sheet-body p, .sheet-body li { margin: 0 0 8px; color: var(--muted); font-size: 0.92rem; }
.sheet-body ul { margin: 0 0 12px; padding-left: 1.1em; }
.sheet-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 16px; }

@media (max-width: 1180px) {
  nav.desk a { padding: 8px 7px; font-size: 0.82rem; }
  .tools .btn-cta { padding-inline: 12px; font-size: 0.88rem; }
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy {
    width: min(var(--max), calc(100% - 48px));
    margin: 0 auto;
    padding: 48px 0 40px;
  }
  .hero-photo { min-height: 42vh; }
  .care-row,
  .care-a,
  .care-b,
  .care-c,
  .care-d,
  .brand-a article,
  .brand-b article,
  .brand-c article,
  .brand-d article,
  .brand-e article,
  .inquiry-grid,
  .center-grid,
  .foot-grid,
  .esg-split,
  .form .pair,
  .jobs,
  .steps { grid-template-columns: 1fr; }
  .facts-inner { grid-template-columns: 1fr 1fr; text-align: left; width: min(var(--max), calc(100% - 48px)); }
  .esg-intro {
    padding: 48px 24px 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(243, 247, 251, 0.12);
  }
  .esg-lines li { padding: 18px 24px; }
  .axes { max-width: none; }
  .care-c .care-copy { order: 1; }
  .care-c .care-photo { order: -1; }
  .care-b {
    min-height: 0;
    background: var(--paper);
    color: inherit;
  }
  .care-b .care-photo,
  .care-b .care-copy {
    grid-area: auto;
    z-index: auto;
    max-width: none;
  }
  .care-b .care-photo { order: -1; min-height: 220px; }
  .care-b .care-copy {
    justify-content: center;
    padding: 24px 20px 28px;
    background: var(--paper);
  }
  .care-b .care-copy i { color: var(--green); }
  .care-b .care-copy h3,
  .care-b .care-copy em { color: var(--ink); }
  .care-b .spec li { color: var(--muted); }
  .care-b .spec li::before { background: var(--green); }
  .care-a .care-copy { padding: 24px 20px 28px; }
  .facts a { font-size: 1.02rem; }
  .brand-c .copy { order: 0; }
  .care-photo { min-height: 200px; }
}

@media (max-width: 860px) {
  nav.desk { display: none; }
  .menu-btn {
    display: inline-flex;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: var(--cta);
    color: #fff;
    border-color: var(--cta);
  }
  .site-header .inner { padding-right: 64px; }
  .tools .btn-cta { display: none; }
  .logo small { display: none; }
  .band .inner > span:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .menu-btn { padding-inline: 12px; }
  .dock { display: flex; }
  .float-ask { display: none; }
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)); }
  .wrap, .wrap-wide, .hero-copy { width: min(var(--max), calc(100% - 24px)); }
  .band .hide-m { display: none; }
  .hero h1 { font-size: clamp(2.15rem, 10.6vw, 2.95rem); max-width: 6.6em; line-height: 1.16; }
  .br-m { display: inline; }
  body { padding-right: 0; }
  .facts-inner { gap: 18px 16px; width: min(var(--max), calc(100% - 24px)); }
  .facts dd { font-size: 0.92rem; }
  nav.desk a { padding: 8px 8px; }
  .care-copy { padding: 24px 20px 28px; }
  .form { padding: 24px 20px 22px; }
  .side { padding: 28px 22px; }
  .inquiry { padding: 64px 0 72px; }
  .inquiry h2 { max-width: 7.5em; }
}

@media (max-width: 400px) {
  .facts a { font-size: 1.05rem; letter-spacing: 0; }
  .dock .btn { font-size: 0.92rem; }
}
