@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;500;600;700&display=swap');
@font-face { font-family: 'Paperlogy'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Paperlogy'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2'); font-weight: 500; font-style: normal; }
@font-face { font-family: 'Paperlogy'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2'); font-weight: 600; font-style: normal; }
@font-face { font-family: 'Paperlogy'; src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; }

:root { --ink: #090909; --paper: #f7f7f7; --accent: #FF6700; --footer: #1c1c1c; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Bai Jamjuree', 'Paperlogy', Pretendard, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.section-shell { width: min(1280px, calc(100% - 80px)); margin: 0 auto; }
.page-main { padding-top: 80px; min-height: 70vh; overflow: hidden; }
.eyebrow { margin: 0; color: #7f7f84; font-size: 14px; }
.desktop-only { display: block; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 80px; transition: background-color .2s ease; }
.site-header--solid { background: rgba(247,247,247,.97); }
.site-header--overlay { background: transparent; color: #fff; }
.header-inner { width: min(1340px, calc(100% - 100px)); height: 80px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 137px; height: auto; }
.desktop-nav { position: absolute; left: 50%; transform: translateX(-50%); display: flex; gap: 42px; align-items: center; font-size: 24px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 28px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; bottom: 21px; width: 0; height: 1px; background: currentColor; transition: .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { left: 0; width: 100%; }
.menu-trigger { display: none; border: 0; background: transparent; color: inherit; align-items: center; gap: 7px; padding: 0 0 0 13px; border-left: 1px solid rgba(127,127,127,.35); font-size: 16px; }
.menu-trigger svg { width: 27px; height: 27px; }
.mobile-nav { display: none; }

.home-hero { position: relative; height: 100vh; color: #fff; overflow: hidden; }
.showreel { position: absolute; inset: 0; background: #083945; overflow: hidden; }
.showreel iframe { position: absolute; top: 50%; left: 50%; width: 177.78vh; min-width: 100%; height: 56.25vw; min-height: 100%; border: 0; transform: translate(-50%,-50%) scale(1.03); pointer-events: none; opacity: 0; animation: showreelFadeIn 1s forwards 1.5s; }
@keyframes showreelFadeIn { to { opacity: 1; } }
.showreel-tint { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.5); }
.reel-control { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 58px; height: 58px; border: 0; border-radius: 50%; color: #fff; background: rgba(85,85,85,.53); cursor: pointer; }
.reel-control svg { width: 20px; height: 20px; }
.hero-copy-new { position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 0 4% 5%; }
.hero-left-content { position: absolute; top: 45%; left: 4%; transform: translateY(-50%); display: flex; flex-direction: column; align-items: flex-start; gap: 32px; }
.hero-new-desc { margin: 0; font-size: clamp(30px, 3.3vw, 48px); line-height: 1.35; font-weight: 500; color: rgba(255,255,255,0.95); letter-spacing: -0.5px; }
.btn-orange { display: inline-flex; align-items: center; gap: 12px; background: var(--accent); color: #fff; padding: 12px 30px 12px 14px; border-radius: 50px; font-size: 16px; font-weight: 600; transition: transform .3s ease, background .3s ease; }
.btn-orange:hover { transform: translateY(-3px); background: #f05538; }
.btn-icon { background: #fff; color: var(--accent); width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; font-size: 16px; font-weight: 900; line-height: 1; }
.hero-new-title { margin: 0; font-size: clamp(60px, 20vw, 320px); line-height: 0.85; font-weight: 700; text-align: center; letter-spacing: -5px; color: rgba(255,255,255,0.6); width: 100%; text-transform: uppercase; }

.site-footer { position: relative; background: var(--footer); color: #fff; padding: 70px 0 50px; }
.footer-inner { width: min(1340px, calc(100% - 80px)); margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px; font-size: 14px; line-height: 1.8; color: #ccc; }
.footer-logo { font-size: 32px; font-weight: 700; color: #fff; margin-bottom: 8px; line-height: 1; }
.nav-col { display: flex; flex-direction: column; gap: 8px; }
.nav-col a { color: #ccc; transition: color 0.2s; text-transform: uppercase; font-weight: 600; font-size: 12px; }
.nav-col a:hover { color: #fff; }
.contact-col { display: flex; flex-direction: column; gap: 8px; }
.contact-col a { color: #ccc; transition: color 0.2s; }
.contact-col a:hover { color: #fff; }
.social-col p { margin: 0 0 16px; font-weight: 600; font-size: 12px; text-transform: uppercase; }
.social-icons { display: flex; gap: 16px; }
.social-icons a { color: #ccc; transition: color 0.2s; }
.social-icons a:hover { color: #fff; }
.social-icons svg { width: 22px; height: 22px; }
.footer-bottom { border-top: 1px solid #333; padding-top: 30px; font-size: 12px; color: #888; }
.back-to-top { position: fixed; z-index: 90; right: 30px; bottom: 30px; display: grid; place-items: center; width: 46px; height: 46px; border: 0; border-radius: 50%; color: #8d8d8f; background: #eee; cursor: pointer; }
.back-to-top svg { width: 23px; height: 23px; }

/* Scroll Fade Animation */
.scroll-fade { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.scroll-fade.is-visible { opacity: 1; transform: translateY(0); }

.about-statement { padding-top: 110px; text-align: center; }
.about-statement h1 { margin: 0 auto 100px; max-width: 1120px; font-size: clamp(46px, 5.3vw, 76px); line-height: 1.14; letter-spacing: -3.8px; font-weight: 700; }
.about-statement em { color: var(--accent); font-style: italic; text-decoration: underline; text-decoration-color: #151515; text-decoration-thickness: 2px; text-underline-offset: 7px; }
.about-hero-image { width: 100%; height: 610px; object-fit: cover; object-position: center; }
.services-section { background: #efefef; padding: 94px 0 80px; }
.services-section h2 { max-width: 820px; margin: -4px 0 64px 42%; font-size: 42px; line-height: 1.18; letter-spacing: -1.8px; font-weight: 700; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px 28px; }
.service-card { min-height: 236px; padding: 30px; background: rgba(255,255,255,.72); border-radius: 18px; }
.service-card img { width: 72px; height: 72px; object-fit: contain; }
.service-card h3 { margin: 22px 0 8px; font-size: 18px; font-weight: 700; }
.service-card p { margin: 0; font-size: 15px; line-height: 1.65; }
.clients-section { padding: 70px 0 92px; }
.client-grid { display: grid; grid-template-columns: repeat(9, 1fr); gap: 32px; align-items: center; margin-top: 72px; }
.client-grid img { width: 100%; max-height: 44px; object-fit: contain; filter: grayscale(1); opacity: .58; }

.page-banner { width: 100%; height: 198px; background-size: cover; background-position: center 0; border-radius: 0 0 28px 28px; }
.works-banner, .story-banner { display: flex; align-items: flex-end; color: #fff; }
.works-banner { background-image: url("/assets/works-banner.webp"); }
.story-banner { background-image: url("/assets/story-banner.webp"); }
.contact-banner { background-image: url("/assets/contact-banner.webp"); }
.works-banner h1, .story-banner h1 { margin: 0 0 44px; font-size: 52px; line-height: .95; font-weight: 700; letter-spacing: -2px; }
.works-section { min-height: 628px; padding: 104px 0 108px; }
.work-card { display: inline-block; width: 360px; }
.work-card h1 { margin: 4px 0 18px; font-size: 22px; font-weight: 700; }
.work-card img { width: 345px; height: 345px; border-radius: 0; object-fit: cover; transition: transform .35s ease; }
.work-card:hover img { transform: scale(1.025); }

.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 58px 42px; padding-top: 95px; padding-bottom: 74px; }
.story-card img { width: 100%; aspect-ratio: 1.34; object-fit: cover; border-radius: 28px; }
.story-taxonomy { display: flex; gap: 36px; margin: 18px 10px 15px; font-size: 11px; }
.story-card h2 { margin: 0; font-size: 20px; line-height: 1.12; letter-spacing: -.5px; font-weight: 700; }
.story-card > p { margin: 12px 0 18px; font-size: 13px; line-height: 1.6; }
.story-author { display: flex; gap: 12px; align-items: center; padding-top: 15px; border-top: 1px solid #ddd; }
.story-author > span { width: 42px; height: 42px; border-radius: 50%; background: #d2d2d2; position: relative; }
.story-author > span::after { content: ""; position: absolute; left: 9px; bottom: 4px; width: 24px; height: 11px; border-radius: 50% 50% 45% 45%; background: #fff; }
.story-author > span::before { content: ""; position: absolute; left: 14px; top: 6px; width: 14px; height: 14px; border-radius: 50%; background: #fff; }
.story-author strong, .story-author small { display: block; }
.story-author strong { font-size: 12px; }
.story-author small { color: #8c8c8c; font-size: 10px; }
.pagination { display: flex; justify-content: center; align-items: center; gap: 24px; padding: 20px 0 90px; color: #777; font-size: 12px; }
.pagination .current { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; color: #fff; background: #222; }

.contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; padding-top: 86px; padding-bottom: 88px; }
.contact-copy h1 { margin: 0 0 22px; font-size: 26px; line-height: 1.4; letter-spacing: -0.5px; font-weight: 700; }
.contact-copy > p { font-size: 14px; line-height: 1.8; font-weight: 400; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 46px; }
.contact-details strong, .contact-details a { display: block; }
.contact-details strong { margin-bottom: 15px; font-size: 13px; }
.contact-details a { color: #939393; font-size: 14px; }
.contact-form { display: grid; gap: 14px; padding-top: 4px; }
.contact-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; }
.contact-form label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #e4e4e4; background: transparent; padding: 14px 16px; outline: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent); }
.contact-form textarea { min-height: 250px; resize: vertical; }
.contact-form button { justify-self: start; border: 0; border-radius: 5px; color: #fff; background: #00a0ee; padding: 12px 26px; cursor: pointer; }

.portfolio-intro { padding-top: 104px; padding-bottom: 46px; text-align: center; }
.portfolio-intro h1 { margin: 0 0 22px; font-size: 68px; line-height: 1; font-weight: 700; }
.portfolio-intro > p { margin: 0 auto 28px; font-size: 24px; line-height: 1.5; }
.project-facts { display: grid; grid-template-columns: repeat(4, 1fr); text-align: left; border-bottom: 1px solid #ddd; padding-bottom: 42px; }
.project-facts > div { min-height: 115px; padding: 10px 20px; border-left: 1px solid #ddd; }
.project-facts span, .project-facts strong { display: block; }
.project-facts span { margin-bottom: 18px; color: #999; font-size: 13px; letter-spacing: 4px; }
.project-facts strong { font-size: 20px; line-height: 1.05; }
.detail-video { width: 100%; max-height: 720px; display: block; background: #14151b; object-fit: cover; }
.detail-copy { padding-top: 90px; padding-bottom: 100px; }
.detail-copy h2 { font-size: 46px; font-weight: 700; }
.detail-copy > p { max-width: 720px; line-height: 1.75; }
.detail-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 56px; }
.detail-gallery img { width: 100%; aspect-ratio: 1.5; object-fit: cover; }

@media (max-width: 767px) {
  .section-shell { width: calc(100% - 30px); }
  .page-main { padding-top: 80px; }
  .desktop-only { display: none; }
  .header-inner { width: calc(100% - 30px); }
  .brand img { width: 137px; }
  .desktop-nav { display: none; }
  .menu-trigger { display: inline-flex; }
  .site-header--overlay .menu-trigger { color: #fff; border-left-color: rgba(255,255,255,.5); }
  .mobile-nav { position: absolute; top: 80px; right: 15px; display: none; min-width: 210px; padding: 18px 24px; background: #171717; color: #fff; box-shadow: 0 14px 36px rgba(0,0,0,.18); }
  .mobile-nav::before { content: ""; position: absolute; top: -8px; right: 24px; width: 16px; height: 16px; background: #171717; transform: rotate(45deg); }
  .mobile-nav.is-open { display: grid; }
  .mobile-nav a { position: relative; z-index: 1; padding: 11px 0; border-bottom: 1px solid #333; }
  .mobile-nav a:last-child { border-bottom: 0; }

  .home-hero { height: 100svh; }
  .showreel iframe { width: 177.78vh; height: 56.25vw; min-width: 100%; min-height: 100%; }
  .showreel-tint { background: rgba(0, 0, 0, 0.5); }
  .hero-copy-new { padding: 0 5% 10%; }
  .hero-left-content { position: relative; top: auto; left: auto; transform: none; margin-bottom: 40px; align-items: center; text-align: center; gap: 20px; width: 100%; }
  .hero-new-desc { font-size: 26px; line-height: 1.4; }
  .hero-new-title { letter-spacing: -2px; }
  .reel-control { width: 52px; height: 52px; }

  .site-footer { padding: 40px 0 30px; min-height: 0; }
  .footer-inner { width: calc(100% - 40px); padding: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; margin-bottom: 40px; }
  .footer-bottom { padding-top: 20px; text-align: left; }
  .back-to-top { right: 16px; bottom: 16px; }

  .about-statement { padding-top: 126px; }
  .about-statement h1 { margin-bottom: 104px; font-size: 32px; line-height: 1.45; letter-spacing: -1px; }
  .about-statement em { text-underline-offset: 5px; }
  .about-hero-image { height: 280px; border-radius: 24px; }
  .services-section { padding: 20px 0 62px; }
  .services-section h2 { margin: 2px 0 62px; font-size: 26px; line-height: 1.42; letter-spacing: -.7px; }
  .service-grid { grid-template-columns: 1fr; gap: 24px; }
  .service-card { min-height: 350px; padding: 30px 24px; border-radius: 28px; }
  .service-card h3 { margin-top: 36px; font-size: 20px; }
  .service-card p { font-size: 16px; line-height: 1.75; }
  .clients-section { padding: 55px 0 76px; }
  .client-grid { grid-template-columns: repeat(3, 1fr); gap: 34px 28px; margin-top: 52px; }

  .page-banner { height: 187px; border-radius: 0 0 24px 24px; }
  .works-banner, .story-banner { display: flex; }
  .works-banner h1, .story-banner h1 { margin-bottom: 46px; font-size: 34px; line-height: .95; }
  .works-section { min-height: 668px; padding-top: 96px; }
  .work-card { width: 100%; }
  .work-card h1 { font-size: 24px; }
  .work-card img { width: 100%; height: auto; aspect-ratio: 1; }

  .story-grid { grid-template-columns: 1fr; gap: 72px; padding-top: 96px; }
  .story-card img { border-radius: 26px; }
  .story-taxonomy { margin-left: 12px; font-size: 14px; }
  .story-card h2 { font-size: 23px; line-height: 1.16; }
  .story-card > p { font-size: 16px; line-height: 1.7; }
  .pagination { padding-bottom: 70px; }

  .contact-section { grid-template-columns: 1fr; gap: 34px; padding-top: 88px; padding-bottom: 80px; }
  .contact-copy h1 { font-size: 20px; line-height: 1.45; letter-spacing: -.5px; }
  .contact-copy > p { margin-top: 24px; font-size: 15px; line-height: 1.9; }
  .contact-details { grid-template-columns: 1fr; gap: 20px; margin-top: 54px; }
  .contact-form .form-row { gap: 24px; }
  .contact-form input, .contact-form textarea { padding: 14px; border-radius: 7px; }
  .contact-form textarea { min-height: 258px; }

  .portfolio-intro { padding-top: 102px; }
  .portfolio-intro h1 { font-size: 36px; }
  .portfolio-intro > p { margin-top: 55px; font-size: 20px; white-space: nowrap; transform: translateX(-8%); }
  .project-facts { grid-template-columns: 1fr; padding-left: 15px; }
  .project-facts > div { min-height: 74px; padding: 8px 20px; }
  .project-facts span { margin-bottom: 14px; }
  .detail-video { min-height: 300px; }
  .detail-copy h2 { font-size: 32px; }
  .detail-gallery { grid-template-columns: 1fr; }
}

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


/* Requested interaction refinements */
.desktop-nav a::after { display: none; }
.nav-motion { position: relative; display: grid; height: 32px; overflow: hidden; line-height: 32px; }
.nav-motion > span { grid-area: 1 / 1; display: block; transition: transform .55s cubic-bezier(.645,.045,.355,1), color .35s ease; transform-origin: left center; }
.nav-motion > span:last-child { color: var(--accent); transform: translateY(110%) skewY(20deg); }
.desktop-nav a:hover .nav-motion > span:first-child,
.desktop-nav a:focus-visible .nav-motion > span:first-child { transform: translateY(-110%) skewY(-20deg); }
.desktop-nav a:hover .nav-motion > span:last-child,
.desktop-nav a:focus-visible .nav-motion > span:last-child { transform: translateY(0) skewY(0); }
.desktop-nav a.active .nav-motion > span:first-child { color: var(--accent); }
.desktop-nav a:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }

.client-marquee { width: 100%; overflow: hidden; padding: 30px 0; }
.client-track { display: flex; width: max-content; will-change: transform; animation: continuous-scroll 100s linear infinite; }
.client-set { display: flex; align-items: center; gap: 72px; padding-right: 72px; }
.client-set img { flex: 0 0 auto; width: 120px; height: 54px; object-fit: contain; filter: grayscale(1); opacity: .58; }
@keyframes continuous-scroll { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }

.work-card h1 { transition: color .35s ease; }
.work-image { display: block; width: 345px; height: 345px; overflow: hidden; }
.work-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.22,.61,.36,1), filter .6s ease; }
.work-card:hover h1, .work-card:focus-visible h1 { color: var(--accent); }
.work-card:hover .work-image img, .work-card:focus-visible .work-image img { transform: scale(1.08); filter: brightness(1.03); }
.work-card:focus-visible { outline: 2px solid var(--accent); outline-offset: 8px; }

.story-image { display: block; overflow: hidden; border-radius: 28px; }
.story-image img { width: 100%; aspect-ratio: 1.34; object-fit: cover; border-radius: inherit; transition: transform .55s cubic-bezier(.22,.61,.36,1); }
.story-card h2 { transition: color .3s ease; }
.story-card > a:hover h2, .story-card > a:focus-visible h2 { color: var(--accent); }
.story-card > a:hover .story-image img, .story-card > a:focus-visible .story-image img { transform: scale(1.035); }
.story-card > a:focus-visible { outline: 2px solid var(--accent); outline-offset: 7px; }
.story-author img { width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; object-fit: contain; padding: 8px; background: #d2d2d2; }

.detail-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 30px; align-items: start; padding-top: 190px; padding-bottom: 112px; }
.detail-split .detail-gallery { display: grid; grid-template-columns: 1fr; gap: 20px; margin: 0; }
.detail-split .detail-gallery img { width: 100%; aspect-ratio: 1.46; object-fit: cover; border-radius: 12px; }
.detail-split .detail-copy { position: sticky; top: 112px; padding: 6px 0 0; }
.detail-split .detail-copy h2 { margin: 0 0 24px; font-size: 27px; line-height: 1.15; letter-spacing: -.9px; }
.detail-split .detail-copy p { max-width: none; margin: 0 0 12px; font-size: 16px; line-height: 1.95; }
.detail-wide-image { display: block; width: min(1320px, calc(100% - 80px)); height: auto; max-height: 560px; object-fit: cover; margin-bottom: 90px; }

.story-article { padding-top: 90px; padding-bottom: 120px; }
.story-back { display: inline-block; margin-bottom: 60px; color: #777; font-size: 14px; transition: color .25s ease; }
.story-back:hover { color: var(--accent); }
.story-article-meta { display: flex; gap: 24px; margin-bottom: 24px; color: #777; font-size: 13px; }
.story-article h1 { max-width: 1040px; margin: 0 0 52px; font-size: clamp(24px, 3.15vw, 44px); line-height: 1.1; letter-spacing: -2px; }
.works-filter { display: flex; gap: 16px; margin-bottom: 40px; flex-wrap: wrap; justify-content: center; }
.works-filter button { padding: 8px 24px; border-radius: 40px; border: 1px solid #ddd; background: transparent; font-size: 14px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; }
.works-filter button:hover { border-color: #f2674c; color: #f2674c; }
.works-filter button.active { background: #111; color: #fff; border-color: #111; }
.story-article-hero { width: 100%; max-height: 720px; object-fit: cover; border-radius: 28px; }
.story-article-body { width: min(760px, 100%); margin: 80px auto 0; }
.story-article-body section { margin-bottom: 46px; }
.story-article-body h2 { margin: 0 0 14px; font-size: 28px; line-height: 1.25; }
.story-article-body p { margin: 0; font-size: 17px; line-height: 1.9; }

.contact-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form button:disabled { cursor: wait; opacity: .65; }
.form-status { min-height: 24px; margin: 2px 0 0; font-size: 13px; line-height: 1.5; }
.form-status--idle { visibility: hidden; }
.form-status--success { color: #1c7c49; }
.form-status--error { color: #b63c2b; }

@media (max-width: 767px) {
  .client-marquee { padding: 24px 0; }
  .client-track { animation-duration: 70s; }
  .client-set { gap: 38px; padding-right: 38px; }
  .client-set img { width: 104px; height: 46px; }
  .work-image { width: 100%; height: auto; aspect-ratio: 1; }
  .story-image { border-radius: 26px; }
  .detail-split { grid-template-columns: 1fr; gap: 48px; padding-top: 90px; padding-bottom: 70px; }
  .detail-split .detail-copy { position: static; order: -1; padding: 0; }
  .detail-split .detail-copy h2 { font-size: 26px; }
  .detail-split .detail-copy p { font-size: 15px; line-height: 1.8; }
  .detail-wide-image { width: calc(100% - 30px); margin-bottom: 70px; border-radius: 12px; }
  .story-article { padding-top: 64px; padding-bottom: 82px; }
  .story-back { margin-bottom: 42px; }
  .story-article h1 { margin-bottom: 34px; font-size: 21px; line-height: 1.05; letter-spacing: -1px; }
  .story-article-hero { border-radius: 20px; }
  .story-article-body { margin-top: 54px; }
  .story-article-body h2 { font-size: 23px; }
  .story-article-body p { font-size: 16px; line-height: 1.8; }
}

/* Content manager */
.admin-shell{min-height:100vh;background:#f4f4f2;color:#111;padding:28px max(24px,calc((100vw - 1160px)/2));font-family:"Plus Jakarta Sans",sans-serif}.admin-shell header{display:flex;justify-content:space-between;align-items:center;padding-bottom:22px;border-bottom:1px solid #d9d9d5}.admin-shell header>a{font-size:28px;font-weight:800;letter-spacing:-1px}.admin-shell header div{display:flex;gap:18px;align-items:center;font-size:14px}.admin-shell nav{display:flex;gap:8px;margin:28px 0 16px}.admin-shell nav button,.admin-actions button{border:1px solid #d0d0cc;background:#fff;padding:10px 16px;border-radius:8px;cursor:pointer}.admin-shell nav button.active,.admin-save{background:#f2674c!important;border-color:#f2674c!important;color:#fff}.admin-status{min-height:22px;color:#a5432d;font-size:14px}.admin-panel{max-width:950px;background:#fff;border:1px solid #e2e2de;border-radius:16px;padding:30px}.admin-panel h1{margin:0 0 8px;font-size:30px}.admin-panel>p{margin:0 0 26px;color:#666}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-field{display:grid;gap:7px;font-size:13px;font-weight:700}.admin-field span{color:#555}.admin-field input,.admin-field textarea{width:100%;border:1px solid #d5d5d1;border-radius:8px;padding:11px;background:#fff;font:inherit;font-weight:400}.admin-field textarea{min-height:120px;resize:vertical}.admin-check{display:flex;gap:8px;margin:20px 0;font-size:14px}.admin-actions{display:flex;gap:8px;margin:20px 0}.admin-save{padding:11px 18px;border-radius:8px;cursor:pointer}.admin-list{display:grid;gap:8px;margin-top:28px}.admin-list article{display:flex;align-items:center;gap:14px;padding:9px;border-top:1px solid #e5e5e1}.admin-list img{width:54px;height:54px;object-fit:cover;border-radius:7px;background:#eee}.admin-list div{display:grid;gap:3px;flex:1}.admin-list small{color:#777}.admin-list button{border:1px solid #d6d6d1;border-radius:6px;background:#fff;padding:7px 10px;cursor:pointer}@media(max-width:700px){.admin-shell{padding:20px 15px}.admin-shell header{align-items:flex-start;gap:12px}.admin-shell header div{display:grid;gap:5px}.admin-panel{padding:20px}.admin-grid{grid-template-columns:1fr}.admin-list article{flex-wrap:wrap}.admin-list article div{min-width:calc(100% - 70px)}}/* Blog-style Story board */
.admin-shell{padding-top:34px;padding-bottom:64px}.admin-nav{display:flex;gap:8px;margin:28px 0 20px}.admin-nav a{padding:10px 15px;border:1px solid #d7d7d2;border-radius:8px;background:#fff;font-size:14px}.admin-nav a.active,.admin-write{border-color:var(--accent);background:var(--accent);color:#fff}.admin-flash{margin:0 0 16px;padding:12px 14px;border-radius:8px}.admin-flash.success{background:#e9f5ec;color:#1c7244}.admin-flash.error{background:#fff0ee;color:#a53d2d}.board{max-width:none;padding:34px}.board-heading,.editor-title{display:flex;justify-content:space-between;gap:24px;padding-bottom:28px;border-bottom:1px solid #e5e5e1}.board-heading h1,.editor-title h1{margin:0 0 8px}.board-heading p{margin:0;color:#777}.admin-write,.admin-cancel{display:inline-flex;justify-content:center;border:1px solid #d4d4d0;border-radius:8px;background:#fff;padding:11px 15px;white-space:nowrap}.board-list article{display:grid;grid-template-columns:82px 1fr auto auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid #e8e8e4}.board-list img{width:82px;height:62px;border-radius:8px;object-fit:cover}.board-list strong{display:block}.board-list small,.board-list p{display:block;margin:7px 0 0;color:#777;font-size:13px}.row-edit,.row-delete{border:1px solid #d8d8d3;border-radius:7px;background:#fff;padding:8px 11px;cursor:pointer}.row-delete{color:#a53d2d}.empty-board{padding:70px 10px;text-align:center;color:#777}.post-editor{max-width:980px;padding:34px}.editor-form{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding-top:28px}.editor-form .full,.editor-actions{grid-column:1/-1}.editor-content{min-height:360px!important}.editor-actions{display:flex;justify-content:flex-end;gap:10px}.admin-login{max-width:620px;margin:90px auto}@media(max-width:700px){.board,.post-editor{padding:22px}.board-list article{grid-template-columns:60px 1fr auto;gap:10px}.board-list img{width:60px;height:54px}.board-list form{grid-column:2/-1}.editor-form{grid-template-columns:1fr}.editor-form .full,.editor-actions{grid-column:auto}.editor-actions>*{flex:1}}

/* Frontend Admin Controls */
.front-admin-actions { text-align: right; margin-bottom: 20px; }
.front-admin-btn { display: inline-block; background: #f2674c; color: #fff; padding: 10px 20px; border-radius: 8px; font-weight: bold; font-size: 14px; text-decoration: none; }
.admin-btn-secondary { background: #444; color: #fff; text-decoration: none; padding: 12px 20px; border-radius: 8px; font-weight: 600; display: inline-block; }
.admin-btn-secondary:hover { background: #555; }

.contact-toast { position: fixed; bottom: 40px; left: 50%; transform: translateX(-50%); background: rgba(0, 0, 0, 0.85); color: #fff; padding: 16px 24px; border-radius: 12px; z-index: 1000; font-weight: 500; text-align: center; line-height: 1.5; box-shadow: 0 10px 30px rgba(0,0,0,0.3); transition: opacity 0.5s ease; pointer-events: none; backdrop-filter: blur(4px); }
@media(max-width:768px) { .contact-toast { width: 90%; font-size: 14px; bottom: 20px; } }
.front-admin-detail { margin-bottom: 30px; }
.front-admin-edit { position: absolute; top: 15px; right: 15px; background: rgba(242, 103, 76, 0.9); color: #fff; border: none; padding: 6px 12px; border-radius: 6px; font-size: 13px; font-weight: bold; cursor: pointer; z-index: 10; text-decoration: none; display: inline-block; }
.front-admin-edit:hover { background: #d95840; }
.work-card, .story-card { position: relative; }

/* Portfolio Detail - White Mode Design */
.work-detail-page { background-color: #ffffff; color: #111; padding-top: 60px; }
.wd-hero { padding: 80px 0 60px; text-align: center; }
.wd-category-wrap { margin-bottom: 24px; display: inline-block; position: relative; }
.wd-category-wrap::after { content: ''; position: absolute; left: 0; bottom: -6px; width: 100%; height: 2px; background: #e5e5e5; transition: width 0.3s ease; }
.wd-category-wrap:hover::after { background: #111; }
.wd-category { font-size: 14px; text-transform: uppercase; letter-spacing: 2px; color: #555; font-weight: 600; }
.wd-title { font-size: max(20px, 3vw); margin: 0; line-height: 1.05; letter-spacing: -1px; font-weight: 800; color: #111; }
.section-shell-wide { max-width: 1400px; margin: 0 auto; padding: 0 5vw; }
.wd-hero-image-wrap { margin-bottom: 80px; }
.wd-hero-image { width: 100%; height: 70vh; min-height: 400px; object-fit: cover; border-radius: 24px; box-shadow: 0 20px 40px rgba(0,0,0,0.06); }
.wd-meta-container { padding: 40px 0; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; margin-bottom: 80px; }
.wd-meta-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.wd-meta-label { font-size: 12px; color: #888; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px; font-weight: 600; }
.wd-meta-val { font-size: 18px; font-weight: 700; color: #222; }
.wd-socials a { margin-right: 16px; text-decoration: none; font-weight: 600; color: #111; font-size: 14px; }
.wd-socials a:hover { color: #f2674c; }
.wd-content-area { display: block; padding-bottom: 120px; }
.wd-content-sidebar { position: sticky; top: 120px; }
.wd-sidebar-title { font-size: 24px; font-weight: 800; margin: 0; letter-spacing: -0.5px; }
.wd-content-text { font-size: 17px; line-height: 1.8; color: #444; }
.wd-content-text p { margin-bottom: 1.5em; }
.wd-anchor-list { display: flex; flex-direction: column; gap: 16px; margin-top: 30px; }
.wd-anchor-list a { color: #888; font-size: 16px; font-weight: 600; text-decoration: none; transition: color 0.2s; }
.wd-anchor-list a:hover { color: #111; }
.project-stage { margin-bottom: 80px; padding-top: 40px; }
.project-stage h2 { font-size: 32px; font-weight: 800; letter-spacing: -1px; margin: 0 0 24px; color: #111; line-height: 1.2; }
.project-stage h4 { font-size: 20px; font-weight: 700; margin: 32px 0 16px; color: #222; }
.project-stage ul { padding-left: 20px; margin-bottom: 24px; }
.project-stage li { margin-bottom: 10px; padding-left: 8px; }
@media(max-width: 900px) {
  .wd-meta-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .wd-content-area { grid-template-columns: 1fr; gap: 40px; }
  .wd-sidebar-title { position: static; }
}
@media(max-width: 600px) {
  .wd-meta-grid { grid-template-columns: 1fr; }
  .wd-hero-image { height: 50vh; border-radius: 16px; }
}

/* Post Navigation (Prev / Next) */
.post-navigation { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #eaeaea; padding-top: 30px; margin-top: 60px; font-size: 15px; font-weight: 600; }
.post-navigation a { color: #666; transition: color 0.25s ease; text-decoration: none; }
.post-navigation a:hover { color: var(--accent); }
.nav-prev { text-align: left; }
.nav-next { text-align: right; margin-left: auto; }
.wd-navigation { margin-bottom: 80px; }
@media (max-width: 767px) {
  .post-navigation { font-size: 14px; flex-direction: column; gap: 20px; align-items: flex-start; }
  .nav-next { margin-left: 0; text-align: left; }
}
