:root {
  --paper: #f1ecdf;
  --paper-bright: #fffaf0;
  --ink: #171713;
  --muted: #6c685e;
  --signal: #ff5a1f;
  --signal-dark: #d63a09;
  --night: #1e2d29;
  --line: rgba(23, 23, 19, 0.24);
  --display: "Black Han Sans", "Arial Black", "Apple SD Gothic Neo", sans-serif;
  --sans: "IBM Plex Sans KR", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}

* { box-sizing: border-box; }
html {
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  scroll-behavior: smooth;
  background: var(--ink);
}
body {
  margin: 0;
  min-width: 320px;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.55;
  word-break: keep-all;
}

@supports (overflow: clip) {
  html, body { overflow-x: clip; }
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid #1675ff; outline-offset: 4px; }

.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 9999;
  padding: .8rem 1rem; background: #fff; color: #000;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: relative; z-index: 20; height: 84px;
  display: grid; grid-template-columns: 1fr auto auto; align-items: center;
  border-bottom: 1px solid var(--ink); background: var(--paper);
}
.wordmark { display: flex; align-items: center; gap: 14px; padding-left: clamp(20px, 3vw, 52px); font-weight: 700; }
.wordmark-mark {
  width: 38px; height: 38px; display: grid; place-items: center;
  background: var(--ink); color: var(--paper); font-family: var(--display); font-size: 1.45rem;
}
.header-meta { display: flex; gap: 26px; padding: 0 34px; font: 600 .68rem/1 var(--sans); letter-spacing: .13em; }
.header-call {
  align-self: stretch; min-width: 262px; padding: 0 34px;
  display: flex; align-items: center; justify-content: center; gap: 15px;
  background: var(--signal); border-left: 1px solid var(--ink);
}
.header-call span { font-size: .78rem; font-weight: 700; }
.header-call strong { font-size: 1.1rem; }

.hero { min-height: calc(100svh - 84px); display: grid; grid-template-columns: 52% 48%; position: relative; border-bottom: 1px solid var(--ink); }
.hero-copy { padding: clamp(62px, 7vw, 112px) clamp(26px, 6vw, 100px) 118px; position: relative; z-index: 2; }
.route-label, .eyebrow { margin: 0 0 28px; font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .section-heading h2, .estimate h2, .reviews h2, .final-copy h2 {
  margin: 0; font-family: var(--display); font-weight: 400; line-height: .93; letter-spacing: -.035em;
}
.hero h1 { max-width: 650px; font-size: clamp(4.4rem, 7.1vw, 8rem); }
.hero h1 span { color: var(--signal); }
.hero-summary { margin: 42px 0 0; font-size: clamp(1rem, 1.25vw, 1.22rem); font-weight: 500; }
.hero-actions { display: flex; gap: 10px; margin-top: 32px; }
.button { min-height: 58px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 36px; border: 1px solid var(--ink); font-size: .9rem; font-weight: 700; }
.button-primary { background: var(--ink); color: var(--paper); }
.button-ghost { background: transparent; }
.button:hover { transform: translateY(-2px); }

.hero-visual { min-width: 0; position: relative; padding: 24px 24px 112px 0; }
.hero-photo-wrap { height: 100%; min-height: 630px; overflow: hidden; background: #bbb3a5; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 47% center; filter: saturate(.85) contrast(1.05); }
.manifest-tag {
  position: absolute; left: -48px; top: 66px; width: 140px; aspect-ratio: 1;
  padding: 15px; display: flex; flex-direction: column; justify-content: space-between;
  background: var(--signal); border: 1px solid var(--ink); transform: rotate(-4deg);
}
.manifest-tag span { font-size: .56rem; letter-spacing: .16em; font-weight: 700; }
.manifest-tag strong { font: 400 1.55rem/.88 var(--display); }
.location-stamp {
  position: absolute; right: 14px; bottom: 88px; width: 120px; height: 120px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  border-radius: 50%; background: var(--paper-bright); border: 1px solid var(--ink); transform: rotate(7deg);
}
.location-stamp span { font-size: .53rem; letter-spacing: .12em; }
.location-stamp strong { font: 400 1.55rem var(--display); }
.hero-ticker {
  position: absolute; z-index: 4; bottom: 0; left: 0; right: 0; height: 64px;
  display: flex; align-items: center; justify-content: space-around; gap: 20px;
  padding: 0 4vw; background: var(--signal); border-top: 1px solid var(--ink); font-size: .82rem; font-weight: 700;
}
.hero-ticker i { width: 6px; height: 6px; border-radius: 50%; background: var(--ink); }

.proof { position: relative; display: grid; grid-template-columns: 1fr 3fr; padding: 78px clamp(24px, 6vw, 96px) 64px; border-bottom: 1px solid var(--ink); }
.proof-heading { display: flex; align-items: flex-start; gap: 20px; font-size: .78rem; font-weight: 600; }
.section-no { font: 700 .72rem/1 var(--sans); padding: 7px 9px; border: 1px solid currentColor; border-radius: 50%; }
.proof-heading p { margin: 0; }
.proof-list { margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-list div { padding: 0 clamp(20px, 3vw, 44px); border-left: 1px solid var(--line); }
.proof-list dt { font: 400 clamp(2.7rem, 5vw, 5.5rem)/1 var(--display); letter-spacing: -.04em; }
.proof-list dd { margin: 9px 0 0; font-size: .75rem; font-weight: 700; }
.source-note { grid-column: 2; margin: 35px 0 0; text-align: right; color: var(--muted); font-size: .68rem; }

.services { position: relative; padding: 120px clamp(24px, 6vw, 96px) 150px; overflow: hidden; }
.section-heading { display: grid; grid-template-columns: 1fr 3fr; align-items: start; }
.section-heading > .section-no { justify-self: start; }
.section-heading h2, .estimate h2, .reviews h2, .final-copy h2 { font-size: clamp(3.4rem, 6vw, 7rem); }
.service-ledger { width: 75%; margin: 92px 0 0 auto; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.service-ledger li { display: grid; grid-template-columns: 95px 1fr auto; gap: 24px; align-items: start; padding: 32px 8px; border-bottom: 1px solid var(--ink); }
.ledger-code { font-size: .67rem; letter-spacing: .12em; font-weight: 700; }
.service-ledger h3 { margin: 0 0 8px; font: 400 clamp(1.75rem, 3vw, 3.2rem)/1 var(--display); }
.service-ledger p { max-width: 640px; margin: 0; color: var(--muted); }
.ledger-arrow { font-size: 2rem; }
.price-sticker {
  position: absolute; left: clamp(28px, 7vw, 120px); bottom: 70px; width: 235px; padding: 24px;
  background: var(--signal); border: 1px solid var(--ink); box-shadow: 9px 9px 0 var(--ink); transform: rotate(-3deg);
}
.price-sticker > span { font-size: .62rem; letter-spacing: .15em; font-weight: 700; }
.price-sticker strong { display: block; margin: 12px 0; font: 400 3rem/1 var(--display); }
.price-sticker small { font: 700 .8rem var(--sans); }
.price-sticker p { margin: 0; font-size: .7rem; font-weight: 600; }

.works { padding: 120px clamp(24px, 6vw, 96px) 80px; background: var(--night); color: var(--paper); }
.section-heading-light { color: var(--paper); }
.works-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: clamp(12px, 2vw, 28px); align-items: end; margin-top: 90px; }
.work-card { margin: 0; }
.work-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; filter: saturate(.78) contrast(1.06); }
.work-card-tall img { aspect-ratio: 4/5.8; }
.work-card figcaption { display: flex; justify-content: space-between; gap: 12px; padding-top: 13px; border-top: 1px solid rgba(241,236,223,.55); }
.work-card figcaption span { font-size: .6rem; letter-spacing: .12em; }
.work-card figcaption strong { font-size: .82rem; }
.works-source { margin: 60px 0 0; padding-top: 18px; border-top: 1px solid rgba(241,236,223,.25); color: rgba(241,236,223,.68); font-size: .68rem; text-align: right; }

.estimate { padding: 130px clamp(24px, 6vw, 96px); display: grid; grid-template-columns: 1fr 1.2fr; gap: 8vw; background: var(--signal); }
.estimate-intro .section-no { display: inline-block; margin-bottom: 55px; }
.estimate-sheet { align-self: start; background: var(--paper-bright); border: 1px solid var(--ink); box-shadow: 14px 14px 0 var(--ink); transform: rotate(1deg); }
.sheet-top { display: flex; justify-content: space-between; gap: 12px; padding: 15px 18px; border-bottom: 1px solid var(--ink); font-size: .58rem; letter-spacing: .1em; font-weight: 700; }
.estimate-sheet ol { list-style: none; margin: 0; padding: 0 28px; }
.estimate-sheet li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px dashed var(--line); }
.estimate-sheet li > span { font: 400 2rem/1 var(--display); color: var(--signal); }
.estimate-sheet strong { font-size: 1.1rem; }
.estimate-sheet p { margin: 5px 0 0; color: var(--muted); font-size: .82rem; }
.sheet-action { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px; }
.round-call { width: 104px; height: 104px; flex: 0 0 104px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 50%; background: var(--ink); color: var(--paper); font: 400 1.45rem/.9 var(--display); }
.round-call span { align-self: flex-end; font-family: var(--sans); }

.reviews { padding: 120px clamp(24px, 6vw, 96px); background: var(--paper-bright); }
.reviews-top { max-width: 900px; }
.reviews-top .section-no { display: inline-block; margin-bottom: 50px; }
.review-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 88px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.review-track blockquote { margin: 0; min-height: 335px; padding: 34px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); }
.review-track blockquote:last-child { border-right: 0; }
.review-track blockquote > span { color: var(--signal); letter-spacing: .15em; }
.review-track blockquote p { margin: 46px 0 40px; font-size: clamp(1.15rem, 1.8vw, 1.65rem); line-height: 1.5; font-weight: 600; }
.review-track footer { margin-top: auto; color: var(--muted); font-size: .7rem; }
.reviews > .source-note { margin: 18px 0 0; }

.final-cta { min-height: 780px; display: grid; grid-template-columns: 40% 60%; background: var(--ink); color: var(--paper); }
.final-photo { min-width: 0; padding: 36px 0 36px 36px; }
.final-photo img { width: 100%; height: 100%; min-height: 680px; object-fit: cover; object-position: center; filter: saturate(.65) contrast(1.1); }
.final-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(30px, 7vw, 110px); }
.final-copy h2 { color: var(--signal); }
.final-copy > p:not(.eyebrow) { margin: 35px 0; color: rgba(241,236,223,.7); }
.final-phone { display: flex; justify-content: space-between; align-items: center; padding: 25px 0; border-top: 1px solid var(--paper); border-bottom: 1px solid var(--paper); font: 400 clamp(2rem, 4.4vw, 5rem)/1 var(--display); }
.final-phone i { font: normal 2rem var(--sans); }
.daangn-link { align-self: flex-start; margin-top: 28px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: .82rem; }

.site-footer { min-height: 150px; padding: 38px clamp(24px, 6vw, 96px); display: flex; justify-content: space-between; gap: 30px; background: var(--ink); color: rgba(241,236,223,.7); border-top: 1px solid rgba(241,236,223,.25); font-size: .72rem; }
.site-footer > div { display: flex; flex-direction: column; gap: 9px; }
.site-footer > div:last-child { text-align: right; }
.site-footer strong, .site-footer a { color: var(--paper); }
.mobile-contact { display: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero-visual.reveal { transform: translateX(24px); }
.hero-visual.reveal.is-visible { transform: translateX(0); }
body.capture-mode .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }

@media (max-width: 960px) {
  .header-meta { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 68px; }
  .hero-visual { padding: 0 24px 110px; height: 680px; }
  .manifest-tag { left: 7px; top: 28px; }
  .proof, .section-heading { grid-template-columns: 1fr; gap: 40px; }
  .proof-list, .source-note { grid-column: 1; }
  .service-ledger { width: 100%; }
  .price-sticker { position: relative; left: auto; bottom: auto; margin: 70px 0 0 auto; }
  .estimate { grid-template-columns: 1fr; }
  .final-cta { grid-template-columns: 43% 57%; }
}

@media (max-width: 700px) {
  body { padding-bottom: 76px; }
  .site-header { height: 66px; grid-template-columns: 1fr auto; }
  .wordmark { padding-left: 17px; gap: 9px; font-size: .8rem; }
  .wordmark-mark { width: 31px; height: 31px; font-size: 1.12rem; }
  .header-call { min-width: auto; padding: 0 18px; }
  .header-call span { display: none; }
  .header-call strong { font-size: .78rem; }
  .hero { min-height: auto; }
  .hero-copy { padding: 54px 20px 48px; }
  .hero h1 { font-size: clamp(3.55rem, 18vw, 5.2rem); }
  .hero-summary { margin-top: 28px; font-size: .9rem; }
  .hero-actions { flex-direction: column; }
  .button { min-height: 54px; }
  .hero-visual { height: 500px; padding: 0 20px 92px; }
  .hero-visual.reveal { transform: translateY(18px); }
  .hero-visual.reveal.is-visible { transform: translateY(0); }
  .hero-photo-wrap { min-height: 0; }
  .hero-photo { object-position: 54% center; }
  .manifest-tag { left: 8px; top: 18px; width: 106px; }
  .manifest-tag strong { font-size: 1.1rem; }
  .location-stamp { width: 90px; height: 90px; bottom: 63px; right: 5px; }
  .location-stamp strong { font-size: 1.15rem; }
  .hero-ticker { height: 54px; justify-content: flex-start; overflow: hidden; padding: 0 20px; white-space: nowrap; }
  .hero-ticker span:nth-of-type(n+3), .hero-ticker i:nth-of-type(n+2) { display: none; }

  .proof { padding: 64px 20px 58px; }
  .proof-list { grid-template-columns: repeat(2, 1fr); gap: 30px 0; }
  .proof-list div { padding: 0 12px; }
  .proof-list dt { font-size: 3.3rem; }
  .proof-list dd { font-size: .66rem; }
  .source-note { text-align: left; }

  .services, .works, .reviews { padding: 80px 20px; }
  .section-heading h2, .estimate h2, .reviews h2, .final-copy h2 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .service-ledger { margin-top: 60px; }
  .service-ledger li { grid-template-columns: 52px 1fr; gap: 12px; padding: 26px 0; }
  .service-ledger h3 { font-size: 1.75rem; }
  .service-ledger p { font-size: .78rem; }
  .ledger-arrow { display: none; }
  .price-sticker { margin-right: 10px; }

  .works-grid { grid-template-columns: 1fr 1fr; margin-top: 60px; }
  .work-card-tall { grid-column: 1 / -1; }
  .work-card-tall img { aspect-ratio: 1/1.05; object-position: center 45%; }
  .work-card figcaption { flex-direction: column; }
  .works-source { margin-top: 35px; text-align: left; }

  .estimate { padding: 80px 20px 95px; }
  .estimate-intro .section-no, .reviews-top .section-no { margin-bottom: 38px; }
  .estimate-sheet { box-shadow: 8px 8px 0 var(--ink); }
  .sheet-top { flex-direction: column; }
  .estimate-sheet ol { padding: 0 18px; }
  .estimate-sheet li { grid-template-columns: 38px 1fr; padding: 22px 0; }
  .sheet-action { padding: 22px 18px; }
  .sheet-action > p { font-size: .72rem; }
  .round-call { width: 84px; height: 84px; flex-basis: 84px; padding: 15px; font-size: 1.1rem; }

  .review-track { grid-template-columns: 1fr; margin-top: 55px; }
  .review-track blockquote { min-height: 260px; padding: 28px 20px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .review-track blockquote:last-child { border-bottom: 0; }
  .review-track blockquote p { margin: 32px 0; font-size: 1.2rem; }

  .final-cta { grid-template-columns: 1fr; }
  .final-photo { height: 420px; padding: 20px 20px 0; }
  .final-photo img { min-height: 0; }
  .final-copy { padding: 60px 20px 75px; }
  .final-phone { font-size: 2.05rem; }
  .site-footer { min-height: 190px; padding: 32px 20px; flex-direction: column; }
  .site-footer > div:last-child { text-align: left; }
  .mobile-contact { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; display: block; background: var(--signal); border-top: 1px solid var(--ink); }
  .mobile-contact a { min-height: 76px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
  .mobile-contact span { font-size: .75rem; font-weight: 700; }
  .mobile-contact strong { font-size: 1rem; }
}

@media (max-width: 370px) {
  .header-call { padding: 0 12px; }
  .hero h1 { font-size: 3.45rem; }
  .final-phone { font-size: 1.8rem; }
  .mobile-contact a { padding: 0 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
