:root {
  --left-ratio: 71.428%;
  --right-ratio: 28.572%;
  --ink: #171717;
  --paper: #f5f4f0;
  --gray: #d4d3cf;
  --white: #fff;
  --font-sans: "Apple SD Gothic Neo", "Apple SD 산돌고딕 Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
}

main {
  overflow-x: hidden;
}

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

.kakao-chat {
  position: fixed;
  z-index: 100;
  right: clamp(18px, 2.4vw, 38px);
  bottom: clamp(86px, 7.5vw, 112px);
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 56px;
  padding: 7px 18px 7px 8px;
  border: 1px solid rgba(57, 31, 31, .08);
  border-radius: 999px;
  color: #3c1e1e;
  background: #fee500;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .18);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.03em;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.kakao-chat:hover,
.kakao-chat:focus-visible {
  transform: translateY(-3px);
  background: #ffeb33;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .24);
}

.kakao-chat:focus-visible {
  outline: 3px solid rgba(60, 30, 30, .35);
  outline-offset: 3px;
}

.kakao-chat__bubble {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fee500;
  background: #3c1e1e;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.kakao-chat__bubble::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 1px;
  width: 9px;
  height: 9px;
  background: #3c1e1e;
  transform: rotate(28deg);
}

@media (max-width: 600px) {
  .kakao-chat {
    min-width: 54px;
    min-height: 54px;
    padding: 6px;
  }

  .kakao-chat__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
}

.site-logo {
  position: fixed;
  z-index: 20;
  top: 28px;
  left: 4vw;
  display: grid;
  place-items: center;
  width: clamp(36px, 3.5vw, 56px);
  aspect-ratio: 1;
  perspective: 220px;
  perspective-origin: 50% 42%;
  filter: none;
}

.logo-spinner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: logo-rotate-right 5s linear infinite;
  transition: transform .25s ease;
  will-change: transform;
}

.logo-face {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  filter: none;
}

.logo-face--front {
  transform: none;
  mix-blend-mode: normal;
  filter: none;
}

.logo-face--back {
  display: none;
}

.site-logo:hover .logo-spinner,
.site-logo:focus-visible .logo-spinner {
  animation: none;
  transform: scale(1.03);
  transition-duration: .25s;
}

@keyframes logo-rotate-right {
  from { transform: rotateY(0deg); }
  to { transform: rotateY(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .logo-spinner {
    animation: none;
  }
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: var(--right-ratio);
  max-width: var(--right-ratio);
  padding: 30px 2vw;
  overflow: visible;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(10px, 1.25vw, 24px);
  row-gap: 0;
  width: 100%;
  white-space: nowrap;
}

.main-nav a {
  position: relative;
  flex: 0 0 auto;
  font-size: 15px;
  white-space: nowrap;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 1px;
  background: currentColor;
  transition: right .25s ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  right: 0;
}

.hero-page {
  min-height: 100vh;
}

.hero-scene {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 5.5rem 7vw 4rem;
  background-image: url("images/about/hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .10);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding-left: 140px;
  color: #141310;
  text-shadow: none;
}

.eyebrow {
  margin: 0 0 26px;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-shadow: none;
}

.hero-copy h1 {
  margin: 0 0 26px;
  font-size: clamp(32px, 3.25vw, 52px);
  line-height: 1.2;
  letter-spacing: -.06em;
  font-weight: 500;
  text-shadow: none;
}

.hero-subcopy {
  margin: 0;
  color: rgba(20, 19, 16, .85);
  font-size: clamp(16px, 1.6vw, 26px);
  line-height: 1.75;
  text-shadow: none;
}

@media (max-width: 900px) {
  .hero-scene {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .hero-copy {
    max-width: 420px;
    padding-left: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 18px;
    right: 20px;
  }

  .site-logo {
    top: 20px;
    left: 20px;
  }

  .main-nav {
    gap: 10px 12px;
  }

  .main-nav a {
    font-size: 11px;
  }

  .hero-scene {
    background-position: center center;
    padding-top: 7rem;
  }

  .hero-copy h1 {
    max-width: 300px;
  }
}

.text-link {
  font-size: 11px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}

.site-footer {
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 0;
  width: var(--right-ratio);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 1vw, 18px);
  padding: 18px 1.5vw;
  font-size: 10.5px;
  white-space: nowrap;
  background: rgba(255,255,255,.84);
  backdrop-filter: blur(8px);
}

.site-footer address {
  font-style: normal;
}

.site-footer a {
  padding-left: clamp(10px, 1vw, 18px);
  border-left: 1px solid #bdbdbd;
}

.page {
  min-height: 100vh;
  padding: 150px 8vw 100px;
}

.page h1 {
  font-size: clamp(52px, 8vw, 130px);
}

.page p {
  max-width: 560px;
  line-height: 1.8;
}

.box-menu-body {
  background: #f4f1eb;
}

.box-menu-page {
  overflow: hidden;
}

.box-menu-hero {
  min-height: 100vh;
  padding: 125px clamp(28px, 5vw, 84px) 80px;
}

.box-menu-heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  align-items: start;
  margin-bottom: clamp(65px, 8vw, 120px);
}

.box-menu-heading > p {
  margin: 9px 0 0;
  font-size: 9px;
  letter-spacing: .2em;
}

.box-menu-heading h1 {
  margin: 0;
  font-size: clamp(48px, 6.2vw, 104px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.07em;
  word-break: keep-all;
}

.box-menu-heading > span {
  grid-column: 2;
  margin-top: -5px;
  color: #77716a;
  font-size: 11px;
}

.box-menu-interface {
  display: grid;
  grid-template-columns: minmax(270px, .68fr) minmax(0, 1.72fr);
  min-height: 720px;
  border-top: 1px solid #beb9b1;
  border-bottom: 1px solid #beb9b1;
}

.box-type-nav {
  border-left: 1px solid #beb9b1;
}

.box-type-button {
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  width: 100%;
  min-height: 20%;
  padding: 24px clamp(18px, 2vw, 34px);
  border: 0;
  border-right: 1px solid #beb9b1;
  border-bottom: 1px solid #beb9b1;
  color: #77716a;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: color .3s ease, background-color .3s ease, padding-left .35s ease;
}

.box-type-button:last-child {
  border-bottom: 0;
}

.box-type-button > span {
  grid-row: 1 / 3;
  padding-top: 4px;
  font-size: 8px;
  letter-spacing: .12em;
}

.box-type-button strong {
  font-size: clamp(20px, 1.8vw, 29px);
  font-weight: 400;
  letter-spacing: -.04em;
}

.box-type-button small {
  margin-top: 7px;
  font-size: 8px;
  letter-spacing: .12em;
}

.box-type-button:hover {
  color: #171717;
  background: rgba(255,255,255,.45);
  padding-left: clamp(25px, 2.5vw, 46px);
}

.box-type-button.is-active {
  color: #f7f3ee;
  background: #171717;
}

.box-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .45fr);
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 38% 44%, rgba(255,255,255,.9), transparent 30%),
    #e7e2da;
  transition: opacity .18s ease;
}

.box-stage.is-changing {
  opacity: .42;
}

.box-stage-label {
  position: relative;
  z-index: 3;
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  padding: 25px 28px;
  font-size: 8px;
  letter-spacing: .15em;
}

.box-stage-label p {
  margin: 0;
}

.box-photo-stage {
  position: relative;
  align-self: stretch;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.box-visual-group {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px) scale(.97);
  transform-origin: center;
  transition: opacity .55s ease, transform .7s cubic-bezier(.16, 1, .3, 1);
}

.box-visual-group.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.box-fill {
  fill: #e8e4dc;
}

.box-fill--shade {
  fill: #cbc6bd;
}

.box-fill--light {
  fill: #faf8f4;
}

.box-line {
  fill: none;
  stroke: #171717;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.box-accent {
  fill: none;
  stroke: #a58a6a;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.box-stage-copy {
  align-self: end;
  padding: 0 clamp(24px, 3vw, 48px) 70px 0;
}

.box-stage-copy h2 {
  margin: 0 0 25px;
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 400;
  letter-spacing: -.06em;
}

.box-stage-copy p {
  margin: 0 0 35px;
  color: #615c55;
  font-size: 11px;
  line-height: 1.85;
  word-break: keep-all;
}

.box-stage-copy a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #89847d;
  border-bottom: 1px solid #89847d;
  font-size: 10px;
}

.box-stage-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #d0cbc3;
}

.box-stage-progress span {
  display: block;
  width: 20%;
  height: 100%;
  background: #a58a6a;
  transition: width .65s cubic-bezier(.16, 1, .3, 1);
}

.box-guide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: clamp(60px, 10vw, 170px);
  padding: clamp(120px, 14vw, 220px) clamp(28px, 7vw, 120px);
  background: #fff;
}

.box-guide > div > p {
  margin: 0 0 45px;
  font-size: 9px;
  letter-spacing: .2em;
}

.box-guide h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 80px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.065em;
  word-break: keep-all;
}

.box-guide > p {
  max-width: 520px;
  margin: 0;
  color: #5f5a54;
  font-size: 13px;
  line-height: 1.95;
  word-break: keep-all;
}

@media (max-width: 1100px) {
  .box-menu-interface {
    grid-template-columns: minmax(230px, .58fr) minmax(0, 1.42fr);
  }

  .box-stage {
    grid-template-columns: minmax(0, 1fr) minmax(190px, .5fr);
  }

  .box-stage-copy {
    padding-right: 26px;
  }
}

@media (max-width: 760px) {
  .box-menu-hero {
    padding: 145px 16px 70px;
  }

  .box-menu-heading {
    display: block;
    margin-bottom: 65px;
    padding-inline: 8px;
  }

  .box-menu-heading > p {
    margin-bottom: 38px;
  }

  .box-menu-heading h1 {
    font-size: clamp(47px, 13.5vw, 66px);
  }

  .box-menu-heading > span {
    display: block;
    margin-top: 30px;
    line-height: 1.7;
  }

  .box-menu-interface {
    display: block;
    min-height: 0;
  }

  .box-type-nav {
    display: flex;
    overflow-x: auto;
    border-right: 1px solid #beb9b1;
    scrollbar-width: none;
  }

  .box-type-nav::-webkit-scrollbar {
    display: none;
  }

  .box-type-button {
    flex: 0 0 178px;
    min-height: 112px;
    padding: 18px 14px;
    border-bottom: 0;
  }

  .box-type-button:hover {
    padding-left: 14px;
  }

  .box-type-button strong {
    font-size: 19px;
  }

  .box-stage {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    min-height: 670px;
  }

  .box-photo-stage {
    width: 100%;
    min-height: 390px;
    margin-top: 5px;
  }

  .box-stage-copy {
    padding: 0 24px 65px;
  }

  .box-stage-copy h2 {
    font-size: 42px;
  }

  .box-guide {
    display: block;
    padding: 105px 24px 120px;
  }

  .box-guide h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .box-guide > p {
    margin-top: 65px;
  }
}

.contact-page {
  display: grid;
  grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
  gap: clamp(60px, 9vw, 150px);
  padding-bottom: 150px;
}

.contact-intro {
  position: sticky;
  top: 140px;
  align-self: start;
}

.contact-guide {
  margin: 70px 0 0;
  padding: 0;
}

.contact-guide div {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  padding: 13px 0;
  border-top: 1px solid #cfcec8;
}

.contact-guide dt,
.contact-guide dd {
  margin: 0;
  font-size: 10px;
  letter-spacing: .08em;
}

.contact-guide dt {
  color: #8a8984;
}

.contact-form {
  padding-top: 8px;
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.form-success {
  display: none;
  margin: 0 0 38px;
  padding: 18px 20px;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: rgba(255,255,255,.5);
  font-size: 13px;
}

.form-success.is-visible {
  display: block;
}

.form-section {
  margin-bottom: clamp(80px, 9vw, 130px);
}

.form-section-heading {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  margin-bottom: 48px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ink);
}

.form-section-heading > span {
  padding-top: 5px;
  color: #8a8984;
  font-size: 10px;
  letter-spacing: .12em;
}

.form-section-heading h2 {
  margin: 0 0 7px;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 500;
  letter-spacing: -.04em;
}

.form-section-heading p {
  margin: 0;
  color: #777;
  font-size: 10px;
}

.form-row {
  display: grid;
  gap: clamp(20px, 2.5vw, 38px);
}

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

.form-field {
  min-width: 0;
  margin: 0 0 38px;
  padding: 0;
  border: 0;
}

.form-field label,
.form-field legend,
.form-label {
  display: block;
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -.02em;
}

.required {
  color: #b44738;
}

.form-field input[type="text"],
.form-field input[type="tel"],
.form-field input[type="email"],
.form-field input[type="date"],
.form-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #8c8b86;
  border-radius: 0;
  outline: 0;
  color: var(--ink);
  background: rgba(255,255,255,.42);
  font: 15px var(--font-sans);
  transition: border-color .2s ease, background-color .2s ease;
}

.form-field input[type="text"],
.form-field input[type="tel"],
.form-field input[type="email"],
.form-field input[type="date"] {
  height: 52px;
  padding: 0 14px;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #aaa9a4;
  font-size: 11px;
}

.form-field textarea {
  min-height: 190px;
  padding: 16px;
  resize: vertical;
  line-height: 1.7;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--ink);
  background: rgba(255,255,255,.8);
}

.phone-fields {
  display: grid;
  grid-template-columns: minmax(70px, 1fr) auto minmax(90px, 1fr) auto minmax(90px, 1fr);
  align-items: center;
  gap: 10px;
  max-width: none;
}

.phone-fields input {
  text-align: center;
}

.phone-fields span {
  color: #777;
  font-size: 12px;
}

.option-field {
  margin-top: 10px;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.option-grid label,
.other-option {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  margin: 0 !important;
  padding: 10px 12px;
  border: 1px solid #c9c8c2;
  background: rgba(255,255,255,.25);
  cursor: pointer;
  font-weight: 400 !important;
  transition: border-color .2s ease, background-color .2s ease;
}

.option-grid label:hover,
.other-option:hover {
  border-color: #777;
  background: rgba(255,255,255,.6);
}

.option-grid input[type="checkbox"],
.option-grid input[type="radio"],
.other-option > input[type="checkbox"],
.other-option > input[type="radio"] {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--ink);
}

.option-grid span,
.other-option > span {
  font-size: 11px;
}

.other-option {
  margin-top: 10px !important;
  max-width: 420px;
}

.other-option input[type="text"] {
  flex: 1;
  width: auto;
  height: 30px;
  padding: 0 7px;
  background: transparent;
}

.file-upload {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-height: 108px;
  margin: 0 !important;
  padding: 20px;
  border: 1px dashed #aaa9a4;
  background: rgba(255,255,255,.25);
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease;
}

.file-upload:hover,
.file-upload:focus-within {
  border-color: var(--ink);
  background: rgba(255,255,255,.65);
}

.file-upload span {
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 600;
}

.file-upload small {
  overflow: hidden;
  color: #898883;
  font-size: 9px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.native-file-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.privacy-field {
  margin-top: 52px;
}

.privacy-text {
  height: 190px;
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #b8b7b1;
  color: #555;
  background: rgba(255,255,255,.35);
  font-size: 11px;
  line-height: 1.75;
  scrollbar-color: #888 transparent;
}

.privacy-text p {
  max-width: none;
  margin-bottom: 18px;
}

.privacy-text h2 {
  margin: 25px 0 7px;
  font-size: 12px;
}

.privacy-check {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin-top: 16px !important;
  cursor: pointer;
  font-weight: 400 !important;
}

.privacy-check input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--ink);
}

.submit-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 21px 24px;
  border: 1px solid var(--ink);
  color: white;
  background: var(--ink);
  font: 500 13px var(--font-sans);
  cursor: pointer;
  transition: color .25s ease, background-color .25s ease;
}

.submit-button:hover,
.submit-button:focus-visible {
  color: var(--ink);
  background: transparent;
}

.story-body {
  background: #f7f3ee;
}

.story-page {
  overflow: clip;
}

.story-page img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-page figure {
  margin: 0;
}

.story-kicker,
.story-number {
  margin: 0;
  font-size: 9px;
  letter-spacing: .2em;
}

.story-hero {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  min-height: 100vh;
  padding: 105px 4vw 55px;
  gap: clamp(35px, 5vw, 85px);
  background: #f7f3ee;
}

.story-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px clamp(10px, 3vw, 52px) 20px;
}

.story-hero h1 {
  margin: clamp(45px, 7vh, 75px) 0 45px;
  font-size: clamp(32px, 3.5vw, 56px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -.065em;
  word-break: keep-all;
}

.story-scroll {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
  font-size: 8px;
  letter-spacing: .15em;
}

.story-scroll i {
  font-size: 15px;
  font-style: normal;
  animation: story-scroll-hint 1.8s ease-in-out infinite;
}

@keyframes story-scroll-hint {
  50% { transform: translateY(7px); }
}

.story-hero-media {
  align-self: center;
  width: 100%;
  height: min(76vh, 760px);
  min-height: 520px;
  overflow: hidden;
}

.story-hero-media img {
  object-position: center;
}

.story-flow {
  width: min(1440px, calc(100% - 80px));
  margin: 0 auto;
  padding: 100px 0 110px;
}

.story-flow--fullimage {
  width: 100%;
  max-width: none;
  padding: 0;
}

.story-step {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: start;
  gap: clamp(48px, 5vw, 96px);
  min-height: 100vh;
  padding: clamp(30px, 4vw, 60px) 0;
}

.story-step__media {
  position: sticky;
  top: 110px;
  height: min(68vh, 640px);
  overflow: hidden;
  border: 1px solid rgba(18, 18, 18, 0.08);
  background: rgba(255,255,255,0.18);
  box-shadow: 0 18px 40px rgba(21, 17, 12, 0.08);
}

.story-step__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.18) sepia(0.15) contrast(1.08);
}

.story-step__badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 10px;
  background: rgba(255,255,255,0.7);
  color: #171717;
  font-size: 9px;
  letter-spacing: .2em;
  backdrop-filter: blur(8px);
}

.story-step--beginning {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  min-height: 100vh;
  padding: 0;
  background: transparent;
}

.story-intro-bg {
  position: absolute;
  inset: 0;
  background-image: url("images/about/회사소개1.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: none;
}

.story-step__content {
  position: relative;
  z-index: 1;
  max-width: 1260px;
  min-height: auto;
  margin: 0 auto;
  padding: 0 32px 90px;
}

.story-step--beginning .story-step__content {
  width: min(1200px, calc(100% - 60px));
  margin-left: 0;
  padding-left: 80px;
}

.story-step__content h2 {
  margin: 8px 0 20px;
  font-size: clamp(32px, 2.8vw, 58px);
  line-height: 1.18;
  white-space: nowrap;
  margin-left: 0;
}

.story-step__content--brand {
  display: block;
  padding-left: 0;
}

.story-step__content--brand .story-number {
  font-size: 9px;
  letter-spacing: .22em;
  margin-left: 0;
}

.story-step__content--brand .story-body-copy {
  margin-left: 0;
  max-width: 900px;
}

.story-step__content .story-body-copy {
  max-width: 900px;
}

.story-step__content .story-body-copy p {
  margin: 0 0 8px;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.8;
}

.story-step__content--cards {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

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

.process-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 170px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(18, 18, 18, 0.15);
  background: #f5f1ea;
  overflow: hidden;
}

.process-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.32), rgba(166,138,106,0.08));
}

.process-box > * {
  position: relative;
  z-index: 1;
}

.process-box span {
  color: #8a827b;
  font-size: 9px;
  letter-spacing: .18em;
}

.process-box strong {
  margin-top: 10px;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 400;
  letter-spacing: -.05em;
}

.process-box--design {
  background: #eee4d7;
}

.process-box--manufacturing {
  background: #e9e4de;
}

.process-box--online {
  background: #f0efe9;
}

.story-split,
.story-learning {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  min-height: 100vh;
  padding: clamp(100px, 12vw, 190px) clamp(28px, 7vw, 120px);
  gap: clamp(70px, 10vw, 170px);
}

.story-origin-media {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 680px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.story-origin {
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  width: min(1360px, 100%);
  min-height: auto;
  margin: 0 auto;
  padding-top: clamp(110px, 10vw, 160px);
  padding-bottom: clamp(110px, 10vw, 160px);
  gap: clamp(65px, 8vw, 125px);
}

.story-origin .story-copy {
  max-width: 610px;
}

.story-origin .story-copy h2 {
  margin: 30px 0 38px;
  font-size: clamp(32px, 3.4vw, 54px);
  line-height: 1.24;
  letter-spacing: -.055em;
}

.story-origin .story-body-copy {
  max-width: 470px;
  margin-left: 0;
}

.story-origin .story-body-copy p {
  font-size: clamp(11px, .9vw, 14px);
  line-height: 1.85;
}

.story-page figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  padding: 8px 10px;
  color: #222;
  background: rgba(247,243,238,.88);
  font-size: 8px;
  letter-spacing: .12em;
  backdrop-filter: blur(7px);
}

.story-copy h2,
.story-section-head h2 {
  margin: clamp(35px, 5vw, 70px) 0 45px;
  font-size: clamp(38px, 5vw, 78px);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -.06em;
  word-break: keep-all;
}

.story-body-copy {
  max-width: 510px;
  margin-left: auto;
}

.story-body-copy p {
  margin: 0 0 22px;
  color: #555;
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.9;
  word-break: keep-all;
}

.brand-experience {
  padding: clamp(130px, 14vw, 220px) clamp(28px, 6vw, 96px);
  color: #171717;
  background: #f8f6f2;
}

.brand-experience-inner {
  display: grid;
  grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
  gap: clamp(60px, 8vw, 120px);
  width: min(1200px, 100%);
  margin: 0 auto;
}

.experience-showcase {
  align-self: start;
  position: sticky;
  top: 110px;
}

.store-mockup {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid #cbc6be;
  background: #eeebe5;
  transition: transform .55s cubic-bezier(.16, 1, .3, 1), border-color .3s ease;
}

.store-mockup:hover {
  border-color: #a58a6a;
  transform: translateY(-5px);
}

.store-browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 14px;
  border-bottom: 1px solid #cbc6be;
  background: rgba(255,255,255,.55);
}

.store-browser-bar > span {
  width: 6px;
  height: 6px;
  border: 1px solid #8e8880;
  border-radius: 50%;
}

.store-browser-bar p {
  margin: 0 0 0 auto;
  color: #77716a;
  font-size: 7px;
  letter-spacing: .18em;
}

.store-placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 38px);
  padding: clamp(24px, 4vw, 58px);
  background:
    linear-gradient(135deg, transparent 49.8%, rgba(165,138,106,.25) 50%, transparent 50.2%),
    radial-gradient(circle at 77% 34%, rgba(165,138,106,.18), transparent 19%),
    #eeebe5;
}

.store-placeholder::after {
  content: "";
  position: absolute;
  top: 15%;
  right: 9%;
  width: 27%;
  aspect-ratio: 1;
  border: 1px solid rgba(165,138,106,.55);
  border-radius: 50%;
}

.placeholder-index {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #a58a6a;
  font-size: 8px;
  letter-spacing: .15em;
}

.store-placeholder p {
  margin: 0 0 14px;
  color: #a58a6a;
  font-size: 8px;
  letter-spacing: .2em;
}

.store-placeholder strong {
  font-size: clamp(31px, 4vw, 58px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.06em;
}

.store-placeholder small {
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: #7d7770;
  font-size: 7px;
  letter-spacing: .14em;
}

.experience-thumbnails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.experience-thumb {
  cursor: pointer;
}

.experience-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid #d2cdc5;
  background: #f1eee8;
  transition: color .35s ease, background-color .35s ease, transform .45s cubic-bezier(.16, 1, .3, 1);
}

.experience-placeholder::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(165,138,106,.34);
  transform: rotate(8deg);
  transition: transform .55s cubic-bezier(.16, 1, .3, 1);
}

.experience-thumb:hover .experience-placeholder {
  color: #f8f6f2;
  background: #a58a6a;
  transform: translateY(-6px);
}

.experience-thumb:hover .experience-placeholder::before {
  border-color: rgba(255,255,255,.45);
  transform: rotate(0deg) scale(.92);
}

.experience-placeholder > span {
  position: absolute;
  top: 10px;
  left: 11px;
  font-size: 7px;
  letter-spacing: .12em;
}

.experience-placeholder svg {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.15;
}

.store-placeholder > img,
.experience-placeholder > img {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-thumb figcaption {
  position: static;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 11px 2px 0;
  color: #69645d;
  background: none;
  font-size: 8px;
  letter-spacing: .02em;
  backdrop-filter: none;
}

.experience-thumb figcaption strong {
  color: #24211e;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .04em;
}

.experience-thumb figcaption span {
  color: #7b756e;
  font-size: 8px;
}

.experience-content {
  min-width: 0;
}

.experience-kicker {
  margin: 0 0 44px;
  color: #a58a6a;
  font-size: 9px;
  letter-spacing: .22em;
}

.experience-copy h2 {
  margin: 0 0 48px;
  font-size: clamp(38px, 4.2vw, 60px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -.06em;
  word-break: keep-all;
}

.experience-copy h2 > span,
.experience-copy h2 > strong {
  display: block;
}

.experience-copy h2 > span {
  margin-bottom: 15px;
  color: #706a63;
  font-size: .64em;
  line-height: 1.35;
  letter-spacing: -.045em;
}

.experience-copy h2 > strong {
  color: #111;
  font-weight: 500;
}

.experience-body {
  max-width: 520px;
}

.experience-body p {
  margin: 0 0 19px;
  color: #58534d;
  font-size: 13px;
  line-height: 1.9;
  word-break: keep-all;
}

.experience-flow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 65px;
  border-top: 1px solid #c9c3bb;
  border-left: 1px solid #c9c3bb;
}

.experience-step {
  position: relative;
  min-height: 185px;
  padding: 23px;
  border-right: 1px solid #c9c3bb;
  border-bottom: 1px solid #c9c3bb;
  transition:
    opacity .85s cubic-bezier(.2, .8, .2, 1),
    color .35s ease,
    background-color .35s ease,
    transform .85s cubic-bezier(.16, 1, .3, 1);
}

.experience-step:hover {
  color: #fff;
  background: #171717;
  transform: translateY(-4px);
}

.experience-step.scroll-reveal.reveal-ready.is-visible:hover {
  transform: translateY(-4px);
}

.experience-step-number {
  color: #a58a6a;
  font-size: 8px;
  letter-spacing: .12em;
}

.experience-step svg {
  display: block;
  width: 34px;
  height: 34px;
  margin: 24px 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
}

.experience-step p {
  margin: 0;
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: .12em;
}

.experience-step strong {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
}

.experience-quote {
  margin: 55px 0 0;
  padding: 30px 32px;
  border-left: 2px solid #a58a6a;
  background: #eee7de;
}

.experience-quote p {
  margin: 0;
  color: #3f3a35;
  font-size: clamp(16px, 1.5vw, 21px);
  line-height: 1.65;
  letter-spacing: -.03em;
  word-break: keep-all;
}

.story-questions {
  padding: clamp(120px, 14vw, 220px) clamp(28px, 7vw, 120px);
  background: #fff;
}

.story-section-head {
  display: grid;
  grid-template-columns: minmax(120px, .35fr) 1fr;
  align-items: start;
}

.story-section-head h2 {
  margin-top: 0;
}

.question-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(60px, 8vw, 120px);
  border-top: 1px solid #cbc9c4;
  border-left: 1px solid #cbc9c4;
}

.question-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: clamp(28px, 3.5vw, 58px);
  border-right: 1px solid #cbc9c4;
  border-bottom: 1px solid #cbc9c4;
  background: #fff;
  transition:
    opacity .85s cubic-bezier(.2, .8, .2, 1),
    color .35s ease,
    background-color .35s ease,
    transform .85s cubic-bezier(.16, 1, .3, 1);
}

.question-card:hover {
  z-index: 1;
  color: #fff;
  background: #171717;
  transform: translateY(-8px);
}

.question-card.scroll-reveal.reveal-ready.is-visible:hover {
  transform: translateY(-8px);
}

.question-icon {
  display: block;
  width: 48px;
  height: 48px;
}

.question-icon svg,
.service-list svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
}

.question-card p {
  margin: auto 0 28px;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.45;
  letter-spacing: -.04em;
  word-break: keep-all;
}

.question-index {
  font-size: 9px;
  letter-spacing: .14em;
}

.question-grid .question-card:nth-child(2) {
  transition-delay: .08s;
}

.question-grid .question-card:nth-child(3) {
  transition-delay: .16s;
}

.story-learning {
  grid-template-columns: .72fr 1.28fr;
  padding-right: 0;
  background: #f7f3ee;
}

.story-learning-media {
  position: relative;
  min-height: 68vh;
  overflow: hidden;
}

.story-manifesto {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 130px clamp(28px, 7vw, 120px);
  color: #f7f3ee;
  background: #111;
  text-align: center;
}

.story-manifesto-inner {
  width: min(1320px, 100%);
}

.story-manifesto h2 {
  margin: clamp(60px, 9vw, 130px) auto clamp(80px, 11vw, 150px);
  max-width: 1200px;
  font-size: clamp(40px, 5.8vw, 92px);
  font-weight: 400;
  line-height: 1.22;
  letter-spacing: -.065em;
  word-break: keep-all;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #454545;
  border-left: 1px solid #454545;
}

.service-list > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 35px 20px;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
}

.service-list svg {
  width: 40px;
  height: 40px;
}

.service-list span {
  font-size: 10px;
  letter-spacing: .08em;
}

.story-location {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: clamp(120px, 14vw, 220px) clamp(28px, 7vw, 120px);
  gap: 40px;
  background: #f7f3ee;
}

.story-location .story-section-head {
  display: block;
}

.story-location .story-section-head h2 {
  font-size: clamp(38px, 4.5vw, 72px);
}

.story-location-info {
  align-self: end;
  padding-bottom: 45px;
}

.story-location-info address {
  margin-bottom: 24px;
  font-size: 13px;
  font-style: normal;
  line-height: 1.8;
}

.story-location-info a {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
}

.story-location .map-frame {
  grid-column: 1 / -1;
  height: clamp(400px, 46vw, 680px);
  margin-top: 35px;
}

.story-gallery {
  padding: clamp(120px, 14vw, 220px) clamp(28px, 5vw, 84px) 140px;
  background: #fff;
}

.story-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 8vw;
  gap: clamp(10px, 1.4vw, 24px);
  margin-top: clamp(70px, 9vw, 130px);
}

.gallery-item {
  position: relative;
  min-height: 260px;
  overflow: hidden;
}

.gallery-item img {
  transition: transform .8s cubic-bezier(.16, 1, .3, 1);
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.gallery-item--one {
  grid-column: 1 / 6;
  grid-row: 1 / 6;
}

.gallery-item--two {
  grid-column: 6 / 13;
  grid-row: 1 / 4;
}

.gallery-item--two img {
  object-position: center 30%;
}

.gallery-item--three {
  grid-column: 6 / 10;
  grid-row: 4 / 8;
}

.gallery-item--three img {
  object-position: center 65%;
}

.gallery-item--four {
  grid-column: 10 / 13;
  grid-row: 4 / 8;
}

.gallery-item--four img {
  object-position: 70% center;
}

.gallery-item--five {
  grid-column: 1 / 8;
  grid-row: 8 / 12;
}

.gallery-item--five img {
  object-position: 25% 50%;
}

.gallery-item--six {
  grid-column: 8 / 13;
  grid-row: 8 / 12;
}

.gallery-item--six img {
  object-position: 60% center;
}

@media (max-width: 1100px) {
  .story-hero h1 {
    font-size: clamp(34px, 4.6vw, 54px);
  }

  .brand-experience-inner {
    gap: 48px;
  }

  .experience-copy h2 {
    font-size: clamp(34px, 4.3vw, 48px);
  }

  .experience-step {
    min-height: 170px;
    padding: 18px;
  }

  .story-split,
  .story-learning {
    gap: 60px;
  }

  .question-card {
    min-height: 340px;
    padding: 30px;
  }

  .story-gallery-grid {
    grid-auto-rows: 10vw;
  }
}

@media (max-width: 760px) {
  .story-hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 0;
  }

  .story-hero-copy {
    min-height: 78vh;
    padding: 145px 24px 45px;
  }

  .story-hero h1 {
    margin: 65px 0 55px;
    font-size: clamp(31px, 8.8vw, 43px);
    line-height: 1.3;
  }

  .story-hero-media {
    width: calc(100% - 32px);
    height: 56vh;
    min-height: 410px;
    margin: 0 16px 16px;
  }

  .story-split,
  .story-learning {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 105px 24px;
    gap: 70px;
  }

  .story-origin-media {
    order: 2;
    width: 100%;
    height: auto;
    max-height: 520px;
    aspect-ratio: 4 / 5;
  }

  .story-origin {
    padding-top: 95px;
    padding-bottom: 95px;
    gap: 55px;
  }

  .story-origin .story-copy h2 {
    margin: 28px 0 34px;
    font-size: clamp(31px, 8.7vw, 42px);
    line-height: 1.27;
  }

  .story-copy h2,
  .story-section-head h2 {
    margin: 34px 0 38px;
    font-size: clamp(36px, 10vw, 50px);
  }

  .story-body-copy {
    max-width: none;
  }

  .brand-experience {
    padding: 105px 24px;
  }

  .brand-experience-inner {
    display: block;
  }

  .experience-showcase {
    position: static;
  }

  .experience-content {
    margin-top: 90px;
  }

  .experience-kicker {
    margin-bottom: 32px;
  }

  .experience-copy h2 {
    margin-bottom: 42px;
    font-size: clamp(36px, 9.5vw, 49px);
  }

  .experience-body {
    max-width: none;
  }

  .experience-body p {
    font-size: 12px;
  }

  .experience-flow {
    margin-top: 55px;
  }

  .experience-step {
    min-height: 165px;
  }

  .experience-quote {
    margin-top: 45px;
    padding: 26px 24px;
  }

  .story-questions {
    padding: 105px 24px;
  }

  .story-section-head {
    display: block;
  }

  .question-grid {
    grid-template-columns: 1fr;
    margin-top: 55px;
  }

  .question-card {
    min-height: 300px;
  }

  .story-learning {
    padding-right: 24px;
  }

  .story-learning-media {
    width: 100%;
    min-height: 78vw;
  }

  .story-manifesto {
    min-height: auto;
    padding: 110px 24px 120px;
  }

  .story-manifesto h2 {
    margin: 70px auto 90px;
    font-size: clamp(37px, 10vw, 50px);
  }

  .service-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-list > div {
    min-height: 150px;
    justify-content: center;
  }

  .story-location {
    display: block;
    padding: 105px 24px;
  }

  .story-location-info {
    margin-top: 55px;
    padding-bottom: 20px;
  }

  .story-location .map-frame {
    height: 75vw;
    min-height: 330px;
    margin-top: 35px;
  }

  .story-gallery {
    padding: 105px 16px 110px;
  }

  .story-gallery .story-section-head {
    padding-inline: 8px;
  }

  .story-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 58vw;
    gap: 10px;
    margin-top: 55px;
  }

  .gallery-item {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
  }

  .gallery-item--one,
  .gallery-item--five {
    grid-column: 1 / -1;
  }

  .gallery-item--one {
    grid-row: span 2;
  }

  .gallery-item--five {
    grid-row: span 1;
  }
}

.about-page {
  padding-bottom: 120px;
}

.location {
  margin-top: clamp(90px, 12vw, 180px);
  padding-top: 28px;
  border-top: 1px solid #c9c8c3;
}

.location-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 36px;
}

.location-heading h2 {
  margin: 0;
  font: 400 clamp(38px, 5vw, 76px)/1 var(--font-sans);
  letter-spacing: -.04em;
}

.location-address {
  align-self: end;
}

.location-address address {
  margin-bottom: 14px;
  font-size: 12px;
  font-style: normal;
  line-height: 1.7;
}

.location-address a {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
}

.map-frame {
  position: relative;
  width: 100%;
  height: clamp(360px, 48vw, 680px);
  overflow: hidden;
  background: #d9d8d3;
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(100%);
}

@media (max-width: 1100px) {
  .site-header {
    width: var(--right-ratio);
    max-width: var(--right-ratio);
    padding-inline: 1.5vw;
  }

  .site-footer {
    width: 100%;
  }

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

  .home-about,
  .home-hero,
  .home-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .project-strip--cta {
    min-height: auto;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
    padding: 40px 24px;
  }

  .project-strip--cta .section-number {
    display: none;
  }

  .cta-content {
    gap: 12px;
  }

  .cta-description {
    font-size: 15px;
    line-height: 1.7;
  }

  .project-strip--cta .text-link {
    justify-self: start;
  }

  .home-page {
    padding-bottom: 100px;
  }

  .home-hero {
    min-height: auto;
    padding: 120px 24px 60px;
  }

  .home-section {
    padding: 72px 24px 0;
  }

  .section-heading--split {
    flex-direction: column;
    align-items: start;
  }

  .portfolio-grid,
  .service-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .home-about,
  .home-cta {
    gap: 20px;
  }

  .home-cta {
    padding: 56px 24px 20px;
  }

  .process-step {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .process-step p {
    grid-column: 1;
  }

  .site-logo {
    top: 22px;
    left: 20px;
    color: var(--ink);
    mix-blend-mode: normal;
  }

  .site-header {
    position: fixed;
    width: 100%;
    max-width: none;
    padding: 58px 16px 14px;
    background: rgba(255,255,255,.92);
    overflow: visible;
  }

  .main-nav {
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .hero {
    display: block;
  }

  .hero-left {
    min-height: 72vh;
    padding-inline: 24px;
  }

  .hero-right {
    min-height: 28vh;
  }

  .hero-note {
    bottom: 25%;
  }

  .project-strip {
    min-height: 36vh;
    grid-template-columns: 1fr auto;
    padding: 45px 24px 75px;
  }

  .project-strip .section-number {
    grid-column: 1 / -1;
  }

  .project-grid {
    display: block;
  }

  .project-card {
    min-height: 48vh;
    padding: 32px 24px 75px;
  }

  .site-footer {
    justify-content: flex-start;
    overflow-x: auto;
    padding: 15px 20px;
  }

  .contact-page {
    display: block;
    padding-top: 150px;
  }

  .contact-intro {
    position: static;
    margin-bottom: 75px;
  }

  .contact-guide {
    display: none;
  }

  .form-row--two {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-section {
    margin-bottom: 80px;
  }

  .form-section-heading {
    margin-bottom: 36px;
  }

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

  .phone-fields {
    gap: 6px;
  }

  .form-field {
    margin-bottom: 30px;
  }

  .privacy-text {
    height: 220px;
  }

  .location-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .map-frame {
    height: 420px;
  }
}
