:root {
  /* DESIGN.md tokens: /DESIGN.md is the source of truth for FLOORMW UI. */
  --primary: #111113;
  --text-secondary: #403936;
  --muted: #62666d;
  --subtle: #8a8f98;
  --line: #e6e8ec;
  --line-strong: #cfd3da;
  --soft: #f5f6f8;
  --soft-strong: #eceff3;
  --paper: #ffffff;
  --overlay: #14100e;
  --overlay-rgb: 20, 16, 14;
  --ink: var(--primary);
  --accent: var(--primary);
  --max: 1248px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Pretendard, Inter, "Noto Sans KR", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.5;
  letter-spacing: -0.018em;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; height: auto; }
.skip-link { position: absolute; left: 16px; top: -48px; z-index: 100; padding: 10px 14px; border-radius: 999px; background: #111; color: #fff; font-weight: 900; }
.skip-link:focus { top: 16px; }
.shell { width: min(100% - 48px, var(--max)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 30; min-height: 76px;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center;
  gap: clamp(22px, 4vw, 64px); padding: 0 clamp(22px, 4vw, 58px);
  background: rgba(255,255,255,.94); backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid rgba(230,232,236,.92);
}
.brand { font-size: 22px; font-weight: 950; letter-spacing: -.075em; }
.nav { justify-self: start; display: flex; gap: clamp(20px, 3.4vw, 46px); font-size: 15px; font-weight: 850; }
.nav a { position: relative; padding: 28px 0; color: #282321; }
.nav a:hover::after, .nav a:focus-visible::after { content: ""; position: absolute; left: 0; right: 0; bottom: 22px; height: 2px; background: var(--accent); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 17px; border-radius: 16px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 900; }
.hero-wrap { padding: clamp(24px, 4vw, 46px) 0 clamp(70px, 9vw, 112px); background: var(--paper); }
.hero-card {
  width: min(100% - 48px, var(--max)); margin: 0 auto;
  min-height: 650px; display: grid; grid-template-columns: minmax(0, .86fr) minmax(430px, 1fr);
  gap: clamp(34px, 5.2vw, 78px); align-items: center;
}
.hero-copy { padding: clamp(36px, 5vw, 76px) 0; }
.eyebrow { margin: 0 0 18px; color: var(--muted); font-size: 12px; font-weight: 950; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3, p, li { word-break: keep-all; overflow-wrap: break-word; }
h1 span, h2 span { display: block; }
h1 { margin: 0; font-size: clamp(48px, 6.7vw, 92px); line-height: .9; letter-spacing: -.085em; }
.hero-copy p:not(.eyebrow) { max-width: 620px; margin: 28px 0 0; color: var(--text-secondary); font-size: clamp(18px, 1.9vw, 24px); line-height: 1.48; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; max-width: 100%; }
.primary-link, .secondary-link { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; max-width: 100%; padding: 0 23px; border-radius: 16px; font-weight: 950; line-height: 1.2; text-align: center; white-space: normal; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.primary-link { background: var(--accent); color: #fff; }
.secondary-link { border: 1px solid rgba(23,19,19,.16); background: #fff; color: var(--ink); }
.primary-link:hover, .secondary-link:hover, .header-cta:hover { transform: translateY(-1px); }
.secondary-link:hover { border-color: var(--ink); }
.service-strip, .brief-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.service-strip span, .brief-list span, .work-meta span, .topic-bar a { display: inline-flex; align-items: center; min-height: 34px; max-width: 100%; padding: 0 13px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--text-secondary); font-size: 13px; font-weight: 900; line-height: 1.2; }
.hero-board { columns: 3 160px; column-gap: 14px; padding: 14px; border-radius: 30px; background: #fff; border: 1px solid var(--line); max-height: 720px; overflow: hidden; }
.hero-board img { display: block; width: 100%; margin: 0 0 14px; break-inside: avoid; border-radius: 18px; background: var(--soft); border: 1px solid rgba(23,19,19,.06); }
.section { padding: clamp(78px, 9vw, 142px) 0; }
.intro { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.intro h2, .contact-section h2, .standard-section h2, .section-title-row h2, .section-head h2, .scope-grid h2 { max-width: 980px; margin: 0; font-size: clamp(34px, 4.8vw, 64px); line-height: .98; letter-spacing: -.074em; }
.intro p, .contact-section p { max-width: 880px; margin: 26px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 23px); }
.section-title-row { display: flex; justify-content: space-between; gap: 24px; align-items: flex-end; margin-bottom: 28px; }
.more-link { flex: 0 0 auto; min-height: 40px; display: inline-flex; align-items: center; padding: 0 18px; border-radius: 16px; border: 1px solid var(--line); color: var(--ink); font-weight: 950; }
.more-link:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.section-lead { max-width: 820px; margin: 0 0 44px; color: var(--muted); font-size: 17px; font-weight: 650; }
.standard-section, .portfolio-preview, .scope-grid { border-bottom: 1px solid var(--line); }
.standard-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 36px; }
.standard-grid article, .process-grid article { min-height: 250px; padding: 26px; border-radius: 24px; background: var(--soft); border: 1px solid transparent; }
.standard-grid span, .process-grid span { color: var(--muted); font-size: 12px; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; }
.standard-grid h3, .process-grid h3 { margin: 40px 0 12px; font-size: 25px; line-height: 1.08; letter-spacing: -.055em; }
.standard-grid p, .process-grid p { margin: 0; color: var(--muted); font-size: 15px; }
.process-band { background: var(--soft); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 38px; }
.section-head > div > p:not(.eyebrow) { max-width: 640px; margin: 14px 0 0; color: var(--muted); font-size: 17px; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.process-grid article { background: #fff; }
.portfolio-hero { padding: clamp(84px, 9vw, 132px) 0 clamp(44px, 6vw, 80px); }
.portfolio-hero h1 { font-size: clamp(46px, 7.2vw, 96px); }
.portfolio-hero p:not(.eyebrow) { max-width: 900px; margin: 28px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 24px); }
.case-section { padding: 0 0 clamp(72px, 8vw, 116px); }
.case-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.case-grid article { min-width: 0; padding: 22px; border-radius: 28px; border: 1px solid var(--line); background: var(--soft); }
.case-grid h3 { margin: 0; font-size: 26px; letter-spacing: -.055em; }
.case-grid p { margin: 10px 0 18px; color: var(--muted); }
.case-strip { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; align-items: start; }
.case-strip figure { margin: 0; min-width: 0; }
.case-strip img { display: block; width: 100%; height: 260px; object-fit: cover; object-position: top center; border-radius: 16px; background: #fff; border: 1px solid rgba(23,19,19,.06); }
.case-strip figcaption { margin-top: 6px; color: var(--muted); font-size: 12px; font-weight: 800; }
.phone-strip { grid-template-columns: repeat(4, minmax(0,1fr)); }
.phone-strip img { width: auto; max-width: 100%; height: 330px; margin: 0 auto; }
.board-head { align-items: flex-start; }
.board-filters { margin: 0; justify-content: flex-end; }
.work-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.work-tags button { border: 1px solid var(--line); padding: 9px 14px; border-radius: 999px; background: #fff; color: var(--muted); font-size: 14px; font-weight: 900; cursor: pointer; }
.work-tags button:hover, .work-tags button.is-active { background: var(--ink); color: #fff; border-color: var(--ink); }
.portfolio-board { column-count: 4; column-gap: 18px; }
.compact-board { column-count: 4; }
.portfolio-card { display: inline-block; width: 100%; margin: 0 0 18px; break-inside: avoid; border-radius: 24px; overflow: hidden; background: #fff; border: 1px solid var(--line); transition: transform .22s ease, border-color .22s ease; }
.portfolio-card:hover { transform: translateY(-3px); border-color: var(--line-strong); }
.portfolio-card.is-hidden { display: none; }
.portfolio-shot { display: block; width: 100%; max-height: 390px; overflow: hidden; padding: 0; border: 0; background: var(--soft); cursor: zoom-in; }
.portfolio-shot img { display: block; width: 100%; height: auto; object-position: top center; }
.portfolio-card[data-tags~="mobile"] .portfolio-shot { display: flex; justify-content: center; align-items: flex-start; max-height: 420px; padding: 14px; background: #f5f6f8; }
.portfolio-card[data-tags~="mobile"] .portfolio-shot img { width: auto; max-width: min(100%, 374px); height: auto; border-radius: 14px; }
.portfolio-copy { padding: 16px 16px 18px; }
.portfolio-copy span { display: block; margin-bottom: 8px; color: var(--accent); font-size: 11px; font-weight: 950; letter-spacing: .08em; }
.portfolio-copy h3 { margin: 0; font-size: 20px; line-height: 1.08; letter-spacing: -.055em; }
.portfolio-copy p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.lightbox { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: clamp(28px, 5vw, 68px) 22px; background: rgba(var(--overlay-rgb, 20, 16, 14), .82); }
.lightbox.is-open { display: grid; }
.lightbox-inner { position: relative; width: fit-content; max-width: min(calc(100vw - 44px), 908px); max-height: calc(100vh - clamp(56px, 10vw, 136px)); overflow: auto; border-radius: 24px; background: #fff; padding: clamp(22px, 3.2vw, 32px) clamp(18px, 2.8vw, 24px) clamp(24px, 3.4vw, 34px); box-shadow: 0 26px 70px rgba(0,0,0,.28); }
.lightbox-copy { width: min(860px, calc(100vw - 88px)); max-width: 100%; margin: 0 0 22px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.lightbox-kicker { margin: 0 0 10px; color: var(--muted); font-size: 12px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.lightbox-title { margin: 0; color: var(--ink); font-size: clamp(28px, 4.2vw, 46px); line-height: .98; letter-spacing: -.07em; }
.lightbox-description { max-width: 720px; margin: 14px 0 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.lightbox-points { display: grid; gap: 7px; max-width: 760px; margin: 16px 0 0; padding-left: 18px; color: #383b40; font-size: 14px; line-height: 1.55; }
.lightbox-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.lightbox-tags span { display: inline-flex; align-items: center; min-height: 28px; padding: 0 11px; border-radius: 999px; background: #111; color: #fff; font-size: 12px; font-weight: 900; }
.lightbox-image-wrap { width: min(860px, calc(100vw - 88px)); max-width: 100%; padding-bottom: 34px; }
.lightbox img { display: block; width: auto; max-width: min(860px, calc(100vw - 88px)); height: auto; border-radius: 14px; background: var(--soft); }
.lightbox-close { position: fixed; top: 18px; right: 18px; z-index: 101; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #fff; color: var(--ink); font-size: 24px; font-weight: 900; cursor: pointer; }
.contact-band { background: var(--ink); color: #fff; }
.contact-band .contact-section { border-bottom: 0; }
.contact-band .eyebrow, .contact-band .contact-section p { color: rgba(255,255,255,.68); }
.contact-band .brief-list span { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); color: #fff; }
.contact-band .primary-link { background: #fff; color: var(--ink); }
.footer { padding: 42px 0 36px; border-top: 1px solid var(--line); }
.footer-top { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.footer-top strong { display: block; font-size: 22px; font-weight: 950; letter-spacing: -.06em; }
.footer-top p { margin: 4px 0 0; color: var(--muted); }
.footer-top a { font-weight: 950; }
.business-info { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 28px; margin: 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; line-height: 1.55; }
.business-info div { display: flex; gap: 10px; min-width: 0; }
.business-info dt { flex: 0 0 auto; color: var(--ink); font-weight: 950; }
.business-info dd { margin: 0; }
.business-info a { color: var(--ink); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 1120px) {
  .hero-card { grid-template-columns: 1fr; min-height: auto; }
  .hero-board { columns: 4 150px; max-height: 520px; }
  .case-grid { grid-template-columns: 1fr; }
  .portfolio-board { column-count: 3; }
}
@media (max-width: 960px) {
  .site-header { grid-template-columns: auto 1fr; }
  .header-cta { display: none; }
  .nav { justify-self: end; gap: 20px; font-size: 15px; }
  .section-title-row, .section-head { display: block; }
  .more-link { margin-top: 18px; }
  .standard-grid, .process-grid, .business-info { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .board-filters { justify-content: flex-start; margin-top: 20px; }
}
@media (max-width: 640px) {
  .shell, .hero-card { width: calc(100% - 28px); max-width: calc(100% - 28px); }
  .site-header { height: auto; min-height: 66px; padding: 16px 18px; display: block; }
  .brand { display: block; margin-bottom: 10px; }
  .nav { display: grid; grid-template-columns: repeat(2, max-content); justify-content: start; flex-wrap: initial; gap: 9px 18px; font-size: 13px; line-height: 1.15; }
  .nav a { padding: 0; }
  .nav a:hover::after, .nav a:focus-visible::after { display: none; }
  .hero-wrap { padding-top: 22px; }
  .hero-copy { padding: 16px 0 0; }
  h1, h2, h3, p, li { word-break: break-word; overflow-wrap: anywhere; line-break: anywhere; }
  h1 span, h2 span { display: block; }
  h1, .portfolio-hero h1 { max-width: 100%; font-size: clamp(30px, 8.8vw, 36px); line-height: 1.12; letter-spacing: -.052em; }
  .intro h2, .contact-section h2, .standard-section h2, .section-title-row h2, .section-head h2, .scope-grid h2 { font-size: clamp(29px, 8.4vw, 40px); line-height: 1.08; letter-spacing: -.055em; }
  .hero-copy p:not(.eyebrow), .portfolio-hero p:not(.eyebrow), .intro p, .contact-section p { font-size: 16px; line-height: 1.55; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .primary-link, .secondary-link { width: 100%; padding: 0 18px; }
  .hero-board { columns: 2 130px; max-height: 430px; padding: 10px; border-radius: 22px; }
  .standard-grid, .process-grid, .business-info, .case-strip { grid-template-columns: 1fr; }
  .phone-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .portfolio-board, .compact-board { column-count: 1; }
  .portfolio-copy { padding: 14px; }
  .business-info div { display: block; }
  .business-info dt { margin-bottom: 2px; }
  .lightbox { padding: 10px; }
  .lightbox { padding: 18px 10px; } .lightbox-inner { max-width: calc(100vw - 20px); max-height: calc(100vh - 36px); padding: 18px 10px 20px; border-radius: 18px; } .lightbox-copy, .lightbox-image-wrap { width: min(860px, calc(100vw - 40px)); } .lightbox img { max-width: min(860px, calc(100vw - 40px)); } .lightbox-title { font-size: 26px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

/* Works page: restored left-tag layout */
.works-section { padding-top: clamp(88px, 9vw, 132px); }
.works-head { display: grid; grid-template-columns: minmax(210px, .28fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 70px); margin-bottom: clamp(42px, 6vw, 78px); }
.works-head .eyebrow { grid-column: 1; align-self: end; margin-bottom: 8px; }
.works-head h1 { grid-column: 2; grid-row: 1 / span 2; margin: 0; font-size: clamp(52px, 8vw, 112px); line-height: .86; letter-spacing: -.085em; }
.works-head p:not(.eyebrow) { grid-column: 2; max-width: 790px; margin: 20px 0 0; color: var(--muted); font-size: 17px; font-weight: 650; }
.works-layout { display: grid; grid-template-columns: minmax(190px, .28fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 70px); align-items: start; }
.works-layout .work-tags { position: sticky; top: 108px; display: flex; flex-direction: column; align-items: flex-start; gap: 13px; padding: 0 0 18px; border-top: 3px solid #111; background: #fff; }
.works-layout .work-tags p { margin: 18px 0 10px; color: var(--subtle); font-size: 13px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.works-layout .work-tags button { position: relative; border: 0; padding: 0 0 3px; background: transparent; color: #777c84; font-size: clamp(18px, 2.2vw, 29px); line-height: 1.08; font-weight: 850; letter-spacing: -.05em; cursor: pointer; text-align: left; }
.works-layout .work-tags button:hover, .works-layout .work-tags button.is-active { color: #111; }
.works-layout .work-tags button.is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: #111; }
.work-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(30px, 3.6vw, 48px) clamp(24px, 3vw, 36px); }
.work-card { min-width: 0; border-radius: 0; padding: 0; background: #fff; border: 1px solid var(--line); overflow: hidden; }
.work-card.is-hidden { display: none; }
.work-visual { display: block; width: 100%; height: 300px; object-fit: cover; object-position: top center; background: var(--soft); }
.work-shot { position: relative; display: block; width: 100%; padding: 0; border: 0; background: var(--soft); cursor: zoom-in; overflow: hidden; text-align: left; }
.work-shot .work-visual { transition: transform .28s ease, filter .28s ease; }
.work-card:hover .work-shot .work-visual, .work-shot:focus-visible .work-visual { transform: scale(1.025); filter: brightness(.82); }
.work-open { position: absolute; left: 18px; bottom: 18px; display: inline-flex; align-items: center; min-height: 34px; padding: 0 13px; border-radius: 999px; background: rgba(255,255,255,.92); color: #111; font-size: 12px; font-weight: 950; letter-spacing: .04em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: opacity .22s ease, transform .22s ease; }
.work-card:hover .work-open, .work-shot:focus-visible .work-open { opacity: 1; transform: translateY(0); }
.work-shot:focus-visible { outline: 3px solid #111; outline-offset: -3px; }

.featured-work { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .64fr); gap: 0; align-items: stretch; }
.featured-work .work-visual { height: 460px; min-height: 0; }
.work-body { padding: 24px 24px 28px; }
.featured-work .work-body { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 4vw, 52px); background: #fff; }
.work-label { display: inline-flex; margin-bottom: 12px; color: var(--muted); font-size: 12px; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; }
.work-body h2, .work-body h3 { margin: 0; font-size: clamp(25px, 2.7vw, 40px); line-height: 1.02; letter-spacing: -.07em; }
.work-body p { margin: 14px 0 12px; color: var(--muted); font-size: 16px; }
.work-points { display: grid; gap: 6px; margin: 0 0 18px; padding-left: 18px; color: #383b40; font-size: 14px; }
.work-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.work-meta span { min-height: 28px; padding: 0 12px; background: #111; color: #fff; border-color: #111; font-size: 12px; }
@media (max-width: 960px) { .works-head, .works-layout { display: block; } .works-layout .work-tags { position: static; flex-direction: row; flex-wrap: wrap; gap: 10px 18px; padding-top: 14px; margin-bottom: 34px; } .works-layout .work-tags p { flex-basis: 100%; margin-top: 0; } .works-layout .work-tags button { font-size: 20px; } .featured-work { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .work-gallery { grid-template-columns: 1fr; } .works-layout .work-tags { width: 100%; overflow-x: visible; flex-wrap: wrap; align-items: center; gap: 8px; padding: 12px 0 18px; } .works-layout .work-tags p { flex: 1 0 100%; margin: 0 0 2px; } .works-layout .work-tags button { flex: 0 1 auto; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: 15px; letter-spacing: -.02em; background: #fff; } .works-layout .work-tags button.is-active { background: #111; color: #fff; } .works-layout .work-tags button.is-active::after { display: none; } .works-head p:not(.eyebrow), .work-body p, .work-points { font-size: 15px; line-height: 1.55; } .work-body { padding: 22px 18px 24px; } .work-points { padding-left: 16px; } .work-visual { height: 250px; } .featured-work .work-visual { height: 300px; } }

/* Works detail pages */
.work-link { color: inherit; text-decoration: none; }
.work-body h2 a { color: inherit; text-decoration: none; }
.work-body h2 a:hover, .work-body h2 a:focus-visible { text-decoration: underline; text-underline-offset: 5px; }
.back-link { display: inline-flex; margin-bottom: 34px; color: var(--muted); font-size: 14px; font-weight: 900; }
.back-link:hover { color: var(--ink); }
.work-detail { padding-top: clamp(78px, 9vw, 126px); }
.work-detail-head { max-width: 900px; margin-bottom: clamp(34px, 5vw, 62px); }
.work-detail-head h1 { max-width: 980px; font-size: clamp(44px, 7vw, 88px); line-height: .92; letter-spacing: -.085em; }
.work-detail-head > p:not(.eyebrow) { max-width: 780px; margin: 24px 0 0; color: var(--muted); font-size: clamp(17px, 2vw, 22px); line-height: 1.55; }
.detail-points { max-width: 760px; margin-top: 22px; }
.work-detail-figure { margin: 0; padding: clamp(22px, 3vw, 34px); border: 1px solid var(--line); background: var(--soft); border-radius: 28px; }
.detail-shot { display: block; width: fit-content; max-width: 100%; margin: 0 auto; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.detail-shot img { display: block; width: auto; max-width: min(860px, 100%); height: auto; border-radius: 18px; background: #fff; box-shadow: 0 18px 45px rgba(0,0,0,.08); }
.work-detail-figure figcaption { max-width: 860px; margin: 16px auto 0; color: var(--muted); font-size: 13px; font-weight: 800; }
@media (max-width: 640px) { .work-detail-figure { padding: 12px; border-radius: 20px; } .detail-shot img { border-radius: 14px; } }
