/* The first viewport is preserved. These styles own the approved continuation. */
html { scroll-padding-top: 90px; overflow-anchor: none; }
body.menu-open { overflow: hidden; }
.site-header.header-docked { position: fixed; inset: 0 0 auto; padding: 13px 4vw; background: #081728; box-shadow: 0 8px 30px #05101d24; animation: none; z-index: 20; }
.site-content { background: #fff; color: #102238; position: relative; z-index: 1; color-scheme: light; }
.content-wrap { width: min(1240px, 88%); margin-inline: auto; }
.content-section { padding: clamp(68px, 8vw, 120px) 0; scroll-margin-top: 10px; }
.section-label { margin: 0 0 24px; color: #ce1631; font: 500 12px/1.5 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.content-section h2 { margin: 0; max-width: 790px; font-size: clamp(34px, 4.1vw, 60px); line-height: 1.1; letter-spacing: -.045em; font-weight: 600; text-wrap: balance; }
.content-section h3 { font-size: 21px; line-height: 1.3; letter-spacing: -.025em; margin: 0 0 14px; font-weight: 600; }
.content-section p { font-size: 15px; line-height: 1.8; }
.content-section .section-label { font-size: 12px; }
.section-description { max-width: 590px; margin: 25px 0 0; color: #627081; }
.service-columns { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; margin-top: 64px; }
.service-column { border-top: 1px solid #cdd4da; padding-top: 22px; display: flex; flex-direction: column; min-width: 0; }
.service-number { color: #d61b38; font: 500 13px var(--mono); margin-bottom: 35px; }
.service-column > p { color: #627081; margin: 0 0 32px; }
.deliverable { margin-top: auto; border-top: 1px solid #e8ebed; padding-top: 19px; }
.deliverable span { font-size: 11px; letter-spacing: .07em; text-transform: uppercase; font-weight: 600; }
.deliverable p { font-size: 13px; color: #627081; margin: 10px 0 0; }
.process-section { background: #f3f5f7; }
.process-steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 26px; padding: 0; list-style: none; margin: 60px 0 0; }
.process-steps li { position: relative; min-width: 0; }
.process-steps li::before { content: ''; position: absolute; top: 19px; left: 50px; right: -18px; height: 1px; background: #cad2db; }
.process-steps li:last-child::before { display: none; }
.step-number { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #c8d1da; border-radius: 50%; color: #d61b38; font: 500 12px var(--mono); margin-bottom: 30px; background: #fff; }
.process-steps h3 { font-size: 18px; }
.process-steps p { color: #627081; font-size: 14px; margin: 0; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: start; }
.technology-section { background: #0d2138; color: #f4f7fb; }
.technology-section .section-label { color: #ff7d8f; }
.technology-section .section-description, .technology-section .detail-row p { color: #afc0d0; }
.detail-row { display: grid; grid-template-columns: 28px 1fr; gap: 17px; padding: 25px 0; border-top: 1px solid #d9dfe5; }
.detail-row p { margin: 0; color: #627081; font-size: 14px; }
.detail-row h3 { font-size: 20px; margin-bottom: 10px; }
.row-number { font: 12px var(--mono); color: #d61b38; padding-top: 4px; }
.technology-section .detail-row { border-color: #ffffff25; }
.technology-section .row-number { color: #ff7d8f; }
.technology-note { border-left: 2px solid #ed3550; padding-left: 20px; margin: 24px 0 0; color: #d2dde7; font-size: 13px !important; }
.culture-example { margin-top: 64px; border: 1px solid #dce1e6; }
.example-heading { padding: 28px 34px; border-bottom: 1px solid #dce1e6; }
.example-heading .section-label { margin-bottom: 10px; }
.example-heading h3 { font-size: 28px; margin: 0; }
.example-pair { display: grid; grid-template-columns: 1fr 1fr; }
.example-pair > div { padding: 36px; }
.example-pair > div + div { background: #f3f5f7; border-left: 1px solid #dce1e6; }
.example-pair span { font-size: 12px; color: #677585; }
.example-pair blockquote { margin: 28px 0 12px; font-size: clamp(28px, 3vw, 40px); letter-spacing: -.035em; }
.example-pair p { color: #627081; font-size: 14px; }
.example-pair .example-translation { color: #ce1631; font-size: 17px; }
.cases-section { background: #f3f5f7; }
.case-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 24px 10%; }
.case-layout > .section-label { grid-column: 1/-1; margin: 0; }
.case-layout h2 { font-size: clamp(30px,3.3vw,48px); }
.case-layout > div > p { color: #627081; margin-top: 0; }
.text-link { color: #c61732; text-underline-offset: 6px; font-size: 14px; font-weight: 600; display: inline-block; margin-top: 18px; }
.about-section .section-lead h2 { font-weight: 500; }
.contact-section { background: #eff2f5; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9%; }
.contact-intro h2 { font-size: clamp(34px,3.8vw,54px); }
.contact-intro > p:not(.section-label) { color: #627081; margin-top: 28px; }
.contact-intro ul { list-style: none; padding: 0; margin: 30px 0; }
.contact-intro li { padding: 12px 0; border-bottom: 1px solid #d8dfe5; color: #536477; font-size: 14px; }
.contact-intro li::before { content: '+'; color: #c61732; margin-right: 13px; }
.business-email { display: inline-block; color: #c61732; font-size: clamp(17px,2vw,23px); text-underline-offset: 6px; margin-top: 20px; }
.quote-host { padding: 32px; background: white; border: 1px solid #dce1e6; }
.quote-host > p { margin-top: 0; color: #627081; font-size: 14px; }
.quote-host .quote-form { margin-top: 22px; }
.quote-host .form-note { font-size: 11px; line-height: 1.5; }
.quote-host .quote-form label > span { text-transform: none; letter-spacing: 0; }
.extra-fields { row-gap: 15px; }
.quote-host .submit-button { background: #ce1631; border-radius: 6px; }
.quote-host .brief-copy { max-height: 340px; overflow-y: auto; background: #f5f7f9; border-radius: 5px; }
.brief-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.brief-actions a, .brief-actions button { display: inline-flex; align-items: center; justify-content: center; padding: 12px 15px; text-decoration: none; border: 1px solid #cdd5dd; border-radius: 5px; background: white; color: #102238; font: 500 13px var(--sans); cursor: pointer; }
.brief-actions .email-brief { background: #ce1631; border-color: #ce1631; color: white; width: 100%; }
.email-note { color: #627081; font-size: 12px !important; }
.site-footer { background: #081728; color: #c4d0dd; padding: 60px 0 24px; }
.footer-top { display: grid; grid-template-columns: 1.2fr 1fr .7fr; gap: 35px; }
.site-footer a { color: inherit; font-size: 13px; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; text-underline-offset: 5px; }
.site-footer .footer-brand { font-size: 27px; color: white; font-weight: 700; letter-spacing: -.045em; }
.footer-brand .wordmark { font-size: inherit; color: white; }
.site-footer p { color: #94a5b8; font-size: 13px; line-height: 1.6; }
.footer-top nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.footer-language { display: grid; align-content: start; gap: 14px; font-size: 12px; }
.footer-language select { border: 1px solid #435266; border-radius: 4px; background: #102238; color: white; font: 13px var(--sans); padding: 12px; }
.footer-bottom { border-top: 1px solid #ffffff20; margin-top: 46px; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 24px; align-items: center; font-size: 12px; }
.footer-bottom button { border: 0; background: transparent; color: inherit; font: inherit; padding: 0; cursor: pointer; }
.footer-bottom > :last-child { margin-left: auto; }
html:not([lang="en"]) .content-section h2 { line-height: 1.3; letter-spacing: -.025em; }
html[lang="ko"] .site-content { word-break: keep-all; overflow-wrap: anywhere; }
@media (max-width: 1000px) {
  .service-columns { grid-template-columns: 1fr 1fr; gap: 42px 30px; }
  .process-steps { grid-template-columns: 1fr; gap: 22px; }
  .process-steps li { display: grid; grid-template-columns: 48px 1fr; gap: 0 16px; }
  .process-steps li::before { top: 48px; left: 19px; bottom: -16px; height: auto; width: 1px; }
  .process-steps p { grid-column: 2; }
  .step-number { grid-row: 1/3; margin: 0; }
  .process-steps h3 { margin-bottom: 8px; }
  .split-section, .contact-layout { gap: 6%; }
  .quote-host { padding: 24px; }
}
@media (max-width: 700px) {
  .content-wrap { width: calc(100% - 40px); }
  .split-section,.contact-layout,.case-layout { grid-template-columns: 1fr; gap: 36px; }
  .detail-list { margin-top: 8px; }
  .service-columns { margin-top: 42px; gap: 36px 22px; }
  .service-column h3 { font-size: 18px; }
  .service-column p { font-size: 13px; }
  .service-number { margin-bottom: 20px; }
  .example-pair { grid-template-columns: 1fr; }
  .example-pair > div { padding: 25px; }
  .example-pair > div + div { border-left: 0; border-top: 1px solid #dce1e6; }
  .example-heading { padding: 24px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top nav { gap: 20px; }
  .footer-language { max-width: 230px; }
  .quote-host { padding: 22px; }
  .site-header.header-docked { padding: 10px 18px; }
}
@media (max-width: 380px) {
  .service-columns { grid-template-columns: 1fr; }
  .content-section h2 { font-size: 30px; }
  .business-email { font-size: 17px; }
}
@media (max-width: 540px) {
  .service-columns { grid-template-columns: 1fr; }
  .service-column h3 { font-size: 22px; }
  .service-column p { font-size: 14px; }
  .service-column > p { margin-bottom: 20px; }
}
