:root {
  --red: #ed1c24;
  --red-dark: #b80f18;
  --red-deep: #7f0c13;
  --ink: #17191f;
  --muted: #667085;
  --line: #e3e5e9;
  --soft: #f7f7f8;
  --white: #ffffff;
  --shadow: 0 20px 55px rgba(25, 18, 20, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Noto Sans KR", "Inter", sans-serif; line-height: 1.7; }
body.en { font-family: "Inter", "Noto Sans KR", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hidden { display: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(225,225,228,.9); backdrop-filter: blur(12px); }
.nav-wrap { height: 82px; display: flex; justify-content: space-between; align-items: center; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand img { width: 132px; height: 51px; object-fit: contain; border-radius: 2px; }
.brand-name { color: #25262b; font-size: 13px; font-weight: 800; letter-spacing: 1.5px; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { position: relative; font-size: 15px; font-weight: 700; color: #35363b; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--red); transition: .25s; }
.main-nav a:hover { color: var(--red); }
.main-nav a:hover::after { right: 0; }
.lang-toggle { border: 1px solid var(--line); border-radius: 999px; background: #fff; padding: 7px 11px; color: #9a9ca3; cursor: pointer; font-size: 12px; }
.lang-toggle .active { color: var(--red); font-weight: 800; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: #25262b; }

.hero { min-height: 790px; position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; background: linear-gradient(90deg, rgba(18,11,13,.92) 0%, rgba(41,16,19,.72) 48%, rgba(44,17,21,.20) 100%), url("assets/images/hero-yard.jpg") center/cover; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.20)); }
.hero::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 7px; background: var(--red); }
.hero-content { position: relative; z-index: 2; padding-top: 86px; padding-bottom: 120px; }
.eyebrow, .section-label { margin: 0; color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: 2.1px; }
.hero .eyebrow { color: #ff9da1; }
.hero h1 { margin: 17px 0 23px; max-width: 900px; font-size: clamp(43px, 5.1vw, 70px); line-height: 1.2; letter-spacing: -2.2px; }
.hero-text { margin: 0; color: rgba(255,255,255,.82); font-size: 18px; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.btn { min-height: 52px; padding: 0 25px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 7px; font-weight: 800; cursor: pointer; transition: .25s; }
.btn-primary { color: #fff; background: var(--red); }
.btn-primary:hover { transform: translateY(-2px); background: var(--red-dark); box-shadow: 0 14px 28px rgba(237,28,36,.28); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.06); }
.btn-ghost:hover { background: rgba(255,255,255,.15); }
.hero-bar { position: absolute; inset: auto 0 0; z-index: 3; background: rgba(18,13,15,.86); border-top: 1px solid rgba(255,255,255,.13); backdrop-filter: blur(10px); }
.hero-bar-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.hero-bar-grid div { padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.hero-bar-grid div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.hero-bar-grid strong { display: block; color: #fff; font-size: 24px; }
.hero-bar-grid span { color: rgba(255,255,255,.6); font-size: 13px; }

.section { padding: 108px 0; }
.section-soft { background: var(--soft); }
.section-heading { margin-bottom: 44px; }
.section-heading.center { max-width: 760px; margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2, .about-copy h2, .quote-intro h2 { margin: 10px 0 19px; color: #1d1e22; font-size: clamp(32px, 4vw, 47px); line-height: 1.28; letter-spacing: -1.5px; }
.section-heading > p:last-child, .about-copy > p:last-of-type { color: var(--muted); }

.about-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.about-photo { position: relative; min-height: 500px; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow); }
.about-photo > img { width: 100%; height: 500px; object-fit: cover; }
.photo-caption { position: absolute; left: 22px; bottom: 22px; min-width: 250px; padding: 18px 20px; color: #fff; background: rgba(124,10,17,.88); border-left: 4px solid #ff7c82; border-radius: 5px; backdrop-filter: blur(8px); }
.photo-caption strong, .photo-caption span { display: block; }
.photo-caption span { color: rgba(255,255,255,.72); font-size: 12px; }
.about-copy > p { color: var(--muted); }
.company-facts { margin: 31px 0 0; border-top: 2px solid var(--red); }
.company-facts div { display: grid; grid-template-columns: 125px 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.company-facts dt { color: #8a8c93; font-size: 13px; }
.company-facts dd { margin: 0; font-weight: 700; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 280px; padding: 30px 26px; background: #fff; border: 1px solid #e5e5e8; border-radius: 12px; transition: .25s; }
.service-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: var(--shadow); }
.service-card > span { display: inline-flex; width: 47px; height: 47px; align-items: center; justify-content: center; color: #fff; background: var(--red); border-radius: 50%; font-size: 13px; font-weight: 800; }
.service-card h3 { margin: 24px 0 12px; font-size: 20px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }

.facility-heading { display: grid; grid-template-columns: 1fr .85fr; gap: 60px; align-items: end; }
.facility-heading p:last-child { margin: 0; color: var(--muted); }
.facility-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.facility-panel { padding: 25px 22px; background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--red); border-radius: 11px; box-shadow: 0 10px 30px rgba(25,18,20,.06); }
.panel-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--red); background: #fff0f1; border-radius: 10px; font-weight: 900; font-size: 12px; }
.facility-panel h3 { margin: 16px 0 17px; }
.facility-panel ul { margin: 0; padding: 0; list-style: none; }
.facility-panel li { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px dashed #e4e4e7; font-size: 13px; }
.facility-panel li:last-child { border-bottom: 0; }
.facility-panel li span { color: var(--muted); }
.facility-panel li strong { text-align: right; }
.bullet-list li { position: relative; justify-content: flex-start; padding-left: 17px; color: #45464b; }
.bullet-list li::before { content: ""; position: absolute; left: 1px; top: 17px; width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
.photo-gallery { margin-top: 30px; display: grid; grid-template-columns: 1.35fr 1fr 1fr; grid-auto-rows: 230px; gap: 14px; }
.photo-gallery figure { position: relative; margin: 0; border-radius: 11px; overflow: hidden; background: #eee; }
.photo-gallery figure.gallery-wide { grid-row: span 2; }
.photo-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.photo-gallery figure:hover img { transform: scale(1.035); }
.photo-gallery figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 16px 14px; color: #fff; font-size: 13px; font-weight: 700; background: linear-gradient(transparent, rgba(0,0,0,.72)); }

.strength-section { padding: 90px 0; color: #fff; background: linear-gradient(135deg, #5c080d, #b20e16 60%, #d8171f); }
.light-heading h2 { color: #fff; }
.section-label.light { color: #ffb5b8; }
.strength-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.strength-grid div { min-height: 150px; padding: 25px; border-right: 1px solid rgba(255,255,255,.18); }
.strength-grid div:first-child { border-left: 1px solid rgba(255,255,255,.18); }
.strength-grid strong { display: block; color: #ffb5b8; font-size: 13px; }
.strength-grid span { display: block; margin-top: 15px; color: rgba(255,255,255,.87); font-weight: 600; }

.quote-section { color: #fff; background: #17181c; }
.quote-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: center; }
.quote-intro h2 { color: #fff; }
.quote-intro > p:last-of-type { color: rgba(255,255,255,.64); }
.quote-contact { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); }
.quote-contact span { display: block; color: rgba(255,255,255,.48); font-size: 12px; }
.quote-contact a { font-size: 27px; font-weight: 800; }
.quote-form { padding: 34px; color: var(--ink); background: #fff; border-radius: 14px; box-shadow: 0 25px 65px rgba(0,0,0,.25); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid label > span { display: block; margin-bottom: 7px; color: #4a4c52; font-size: 13px; font-weight: 700; }
input, select, textarea { width: 100%; padding: 12px 13px; color: #222328; background: #fff; border: 1px solid #d9dade; border-radius: 7px; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(237,28,36,.1); }
textarea { resize: vertical; }
.privacy { display: flex; align-items: center; gap: 8px; margin: 18px 0; color: #74767d; font-size: 13px; }
.privacy input { width: auto; }
.form-submit { width: 100%; }

.location-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; }
.map-link { min-height: 390px; position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 14px; background: linear-gradient(rgba(90,9,14,.74), rgba(31,16,18,.77)), url("assets/images/container-yard.jpg") center/cover; box-shadow: var(--shadow); }
.map-link::before, .map-link::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; }
.map-link::before { width: 260px; height: 260px; }
.map-link::after { width: 390px; height: 390px; }
.map-content { position: relative; z-index: 2; text-align: center; color: #fff; }
.map-pin { width: 64px; height: 64px; margin: 0 auto 18px; display: grid; place-items: center; color: #fff; background: var(--red); border: 8px solid rgba(255,255,255,.2); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); font-size: 11px; }
.map-pin::first-letter { transform: rotate(45deg); }
.map-content strong, .map-content small { display: block; }
.map-content strong { font-size: 22px; }
.map-content small { margin-top: 5px; color: rgba(255,255,255,.67); }
.contact-card { padding: 32px; color: #fff; background: #24252a; border-radius: 14px; }
.contact-card > div { padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-card span { display: block; color: #9c9ea5; font-size: 12px; }
.contact-card strong, .contact-card div a { display: block; margin-top: 5px; color: #fff; font-size: 16px; font-weight: 700; }
.kakao-button { margin-top: 25px; min-height: 50px; display: flex; align-items: center; justify-content: center; color: #241f00; background: #fee500; border-radius: 7px; font-weight: 800; }

.site-footer { padding: 34px 0; color: #aaa; background: #111216; border-top: 1px solid #2d2e34; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 110px; border-radius: 2px; }
.footer-brand span { color: #fff; font-size: 12px; font-weight: 800; letter-spacing: 1px; }
.footer-info { text-align: right; }
.footer-info p { margin: 2px 0; font-size: 12px; }
.top-button { position: fixed; right: 22px; bottom: 22px; width: 44px; height: 44px; z-index: 20; border: 0; border-radius: 50%; color: #fff; background: var(--red); box-shadow: 0 12px 28px rgba(237,28,36,.3); cursor: pointer; opacity: 0; pointer-events: none; transition: .25s; }
.top-button.show { opacity: 1; pointer-events: auto; }

@media (max-width: 1050px) {
  .main-nav { gap: 19px; }
  .service-grid, .facility-summary { grid-template-columns: 1fr 1fr; }
  .strength-grid { grid-template-columns: 1fr 1fr; }
  .strength-grid div { border-bottom: 1px solid rgba(255,255,255,.18); }
}

@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 82px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 20px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 14px 28px rgba(0,0,0,.10); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 8px; border-bottom: 1px solid #eee; }
  .main-nav a::after { display: none; }
  .lang-toggle { align-self: flex-start; margin-top: 12px; }
  .about-grid, .quote-grid, .location-grid, .facility-heading { grid-template-columns: 1fr; }
  .hero { min-height: 740px; }
  .hero-bar { position: relative; }
  .hero-bar-grid { grid-template-columns: 1fr 1fr; }
  .photo-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }
  .photo-gallery figure.gallery-wide { grid-column: 1 / -1; grid-row: auto; }
  .footer-wrap { align-items: flex-start; flex-direction: column; }
  .footer-info { text-align: left; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { height: 70px; }
  .main-nav { top: 70px; }
  .brand img { width: 105px; height: 41px; }
  .brand-name { font-size: 10px; }
  .hero { min-height: 690px; }
  .hero-content { padding-top: 100px; padding-bottom: 75px; }
  .hero h1 { font-size: 38px; }
  .hero-text { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-bar-grid div { padding: 18px 14px; }
  .hero-bar-grid strong { font-size: 19px; }
  .section { padding: 75px 0; }
  .section-heading h2, .about-copy h2, .quote-intro h2 { font-size: 31px; }
  .about-photo, .about-photo > img { min-height: 360px; height: 360px; }
  .company-facts div { grid-template-columns: 95px 1fr; }
  .service-grid, .facility-summary, .strength-grid, .form-grid, .photo-gallery { grid-template-columns: 1fr; }
  .strength-grid div { border-right: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
  .photo-gallery { grid-auto-rows: 230px; }
  .photo-gallery figure.gallery-wide { grid-column: auto; }
  .facility-panel, .quote-form { padding: 24px 20px; }
  .map-link { min-height: 320px; }
}

/* =========================================================
   Content layout update: blue-version content in red theme
   ========================================================= */

.hero-title-line {
  display: block;
  white-space: nowrap;
}

#about .about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr);
  gap: 58px;
  align-items: stretch;
}

.about-copy-wide {
  max-width: none;
  align-self: center;
}

.about-copy-wide > p {
  max-width: 900px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
}

.about-photo-side {
  min-height: 455px;
  height: 100%;
  border-radius: 18px;
}

.about-photo-side > img {
  width: 100%;
  height: 100%;
  min-height: 455px;
  object-fit: cover;
  object-position: center 48%;
}

.about-photo-side .photo-caption {
  left: 22px;
  right: 22px;
  bottom: 22px;
  min-width: 0;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.about-points > div {
  min-height: 92px;
  padding: 20px 18px;
  background: #faf7f7;
  border: 1px solid #eadbdd;
  border-radius: 12px;
  transition: transform .25s, border-color .25s, box-shadow .25s;
}

.about-points > div:hover {
  transform: translateY(-4px);
  border-color: rgba(237, 28, 36, .38);
  box-shadow: 0 14px 30px rgba(90, 10, 18, .08);
}

.about-points span {
  display: block;
  margin-bottom: 6px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
}

.about-points strong {
  display: block;
  color: #1e2026;
  font-size: 15px;
}

#services .service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

#services .service-card {
  min-height: 250px;
  padding: 25px 24px;
  border-radius: 13px;
}

#services .service-card > span {
  width: 40px;
  height: 40px;
  color: var(--red);
  background: #fff0f1;
  border-radius: 8px;
}

#services .service-card h3 {
  margin: 22px 0 10px;
  font-size: 18px;
}

#services .service-card p {
  font-size: 13px;
  line-height: 1.75;
}

#facility .facility-heading {
  display: block;
  max-width: 820px;
}

#facility .facility-heading > p {
  margin-top: 0;
}

.facility-showcase {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ece4e5;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.facility-media {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  background: #eee;
}

.facility-media > img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  transition: transform .55s ease;
}

.facility-showcase:hover .facility-media > img {
  transform: scale(1.02);
}

.facility-badge {
  position: absolute;
  left: 26px;
  bottom: 26px;
  min-width: 175px;
  padding: 20px 22px;
  color: #fff;
  background: rgba(104, 9, 16, .91);
  border-left: 4px solid #ff7b82;
  border-radius: 8px;
  backdrop-filter: blur(8px);
}

.facility-badge strong,
.facility-badge span {
  display: block;
}

.facility-badge strong {
  font-size: 22px;
}

.facility-badge span {
  margin-top: 3px;
  color: rgba(255,255,255,.75);
  font-size: 11px;
}

.facility-key-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 30px;
}

.facility-key-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 64px;
  padding: 17px 0;
  border-bottom: 1px solid #e9e1e2;
}

.facility-key-row:last-child {
  border-bottom: 0;
}

.facility-key-row span {
  color: var(--muted);
  font-size: 14px;
}

.facility-key-row strong {
  color: #17191f;
  font-size: 14px;
  text-align: right;
}

@media (max-width: 1050px) {
  #services .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  #about .about-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-photo-side,
  .about-photo-side > img {
    min-height: 390px;
  }

  .facility-showcase {
    grid-template-columns: 1fr;
  }

  .facility-media,
  .facility-media > img {
    min-height: 420px;
  }
}

@media (max-width: 600px) {
  .about-photo-side,
  .about-photo-side > img {
    min-height: 300px;
    height: 300px;
  }

  .about-photo-side .photo-caption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px 16px;
  }

  .hero h1 {
    font-size: clamp(27px, 8.4vw, 38px);
    line-height: 1.28;
    letter-spacing: -1.2px;
  }

  .hero-title-line {
    white-space: nowrap;
  }

  .about-points,
  #services .service-grid {
    grid-template-columns: 1fr;
  }

  .about-points > div {
    min-height: 78px;
  }

  #services .service-card {
    min-height: auto;
  }

  .facility-media,
  .facility-media > img {
    min-height: 340px;
  }

  .facility-badge {
    left: 16px;
    bottom: 16px;
    min-width: 155px;
    padding: 16px 18px;
  }

  .facility-key-list {
    padding: 18px 20px;
  }

  .facility-key-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    min-height: auto;
    padding: 16px 0;
  }

  .facility-key-row strong {
    text-align: left;
  }
}
@media (max-width: 860px) {
  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
  }

  .hero-content {
    width: min(100% - 28px, 1180px);
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 55px;
  }

  .hero-bar {
    position: static;
    width: 100%;
    margin: 0;
  }

  .hero-bar-grid {
    width: min(100% - 28px, 1180px);
    margin: 0 auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-bar-grid div {
    min-width: 0;
    padding: 20px 14px;
    border-left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .hero-bar-grid strong {
    white-space: nowrap;
    font-size: 20px;
  }

  .hero-bar-grid span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
  }
}