/*
Theme Name: JESSE STUDIO Portfolio
Theme URI: https://jessestudio.mycafe24.com/
Author: 비랜딩 (blanding.kr)
Description: 이새스튜디오 공연·웨딩 미디어 포트폴리오 전용 테마
Version: 1.3.2
Text Domain: jessestudio-portfolio
*/

:root {
  --ink: #0b0b09;
  --ink-soft: #151510;
  --paper: #f1efe8;
  --paper-deep: #e6e1d6;
  --white: #fffef9;
  --brass: #c49a6c;
  --brass-light: #ddc09e;
  --line-light: rgba(255,255,255,.22);
  --line-dark: rgba(11,11,9,.18);
  --muted-light: rgba(255,255,255,.68);
  --muted-dark: rgba(11,11,9,.62);
  --display: "Cormorant Garamond", Georgia, serif;
  --korean: "Gowun Batang", Batang, serif;
  --ui: "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  --shell: 1500px;
  --gutter: clamp(20px, 4.2vw, 72px);
  --section-y: clamp(100px, 10vw, 180px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--ui); font-size: 17px; line-height: 1.72; letter-spacing: -.012em; word-break: keep-all; }
body.panel-open, body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img, video, iframe { display: block; max-width: 100%; }
button { color: inherit; }
.site-shell { width: min(100%, var(--shell)); margin-inline: auto; padding-inline: var(--gutter); }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 12px 16px; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--white); transition: background .35s ease, color .35s ease, border-color .35s ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { background: rgba(11,11,9,.92); backdrop-filter: blur(18px); border-color: rgba(255,255,255,.12); }
.page-template-page-about .site-header { background: rgba(11,11,9,.96); border-color: rgba(255,255,255,.12); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.site-brand { display: block; flex: 0 0 auto; width: 148px; line-height: 0; }
.site-brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(25px, 3vw, 48px); }
.primary-nav a { position: relative; font-family: var(--ui); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.primary-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; width: 100%; height: 1px; background: var(--brass-light); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .25s ease; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; align-items: end; background: #050505; color: var(--white); }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.22) 55%, rgba(0,0,0,.38) 100%), linear-gradient(0deg, rgba(0,0,0,.64) 0%, transparent 54%); }
.hero-content { position: relative; z-index: 1; width: min(100%, var(--shell)); padding-top: 180px; padding-bottom: clamp(48px, 7vw, 88px); }
.hero-kicker { margin: 0 0 24px; font-family: var(--ui); font-size: 12px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--brass-light); }
.hero-title { max-width: 680px; margin: 0; font-family: var(--korean); font-size: clamp(24px, 2.8vw, 44px); font-weight: 400; line-height: 1.24; letter-spacing: -.04em; }
.hero-title span { display: block; margin-top: 15px; font-size: clamp(14px, 1.25vw, 20px); line-height: 1.65; letter-spacing: -.015em; }
.hero-title .hero-nowrap { display: inline; margin: 0; font: inherit; line-height: inherit; letter-spacing: inherit; white-space: nowrap; }
.hero-bottom { margin-top: clamp(70px, 10vw, 130px); padding-top: 24px; border-top: 1px solid rgba(255,255,255,.35); display: flex; justify-content: space-between; gap: 32px; align-items: flex-end; }
.hero-bottom p { max-width: 560px; margin: 0; color: var(--muted-light); font-size: 15px; }
.hero-scroll { font-family: var(--ui); font-size: 11px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.hero-scroll::after { content: "↓"; margin-left: 12px; color: var(--brass-light); }

.section { padding-block: var(--section-y); scroll-margin-top: 84px; }
.section-index { margin: 0 0 18px; font-family: var(--display); font-size: 18px; font-style: italic; color: var(--brass); }
.section-heading { margin: 0; font-family: var(--display); font-size: clamp(58px, 7vw, 112px); font-weight: 400; line-height: .84; letter-spacing: -.045em; }
.section-heading .ko { display: block; margin-top: 30px; font-family: var(--korean); font-size: clamp(26px, 2.4vw, 38px); line-height: 1.45; letter-spacing: -.035em; }
.section-intro { max-width: 620px; margin: 32px 0 0 auto; color: var(--muted-dark); font-size: 17px; }

.about-grid { margin-top: clamp(72px, 9vw, 130px); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 130px); align-items: stretch; }
.about-portrait { position: relative; min-height: 780px; overflow: hidden; background: var(--ink-soft); }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.72) contrast(1.05); }
.about-copy { align-self: center; padding-block: 40px; }
.about-role { margin: 0 0 22px; font-family: var(--ui); font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--brass); }
.about-name { margin: 0; font-family: var(--korean); font-size: clamp(52px, 5.2vw, 82px); font-weight: 400; line-height: 1.08; letter-spacing: -.055em; }
.about-quote { margin: 48px 0 0; font-family: var(--korean); font-size: clamp(22px, 2vw, 30px); line-height: 1.72; letter-spacing: -.03em; }
.about-body { max-width: 600px; margin: 28px 0 0; color: var(--muted-dark); font-size: 17px; line-height: 1.78; }
.about-facts { margin-top: 62px; border-top: 1px solid var(--line-dark); }
.about-fact { display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line-dark); }
.about-fact strong { font-family: var(--display); font-size: 26px; font-weight: 500; color: var(--brass); }
.about-fact span { align-self: center; font-size: 16px; }

.about-page-section { padding-top: clamp(180px, 16vw, 250px); }
.about-grid--page { max-width: 1120px; margin-inline: auto; grid-template-columns: minmax(280px,360px) minmax(0,1fr); gap: clamp(60px, 8vw, 120px); align-items: start; }
.about-grid--page .about-portrait { width: 100%; max-width: 360px; min-height: 0; aspect-ratio: 4/5; }
.about-grid--page .about-copy { padding-block: 10px; }
.about-grid--page .about-role { font-size: 14px; letter-spacing: .08em; color: var(--brass); }
.about-grid--page .about-name { font-size: clamp(64px, 6vw, 92px); }
.about-page-shell { display: flex; flex-direction: column; align-items: center; }
.about-portrait--center { width: min(100%, 360px); min-height: 0; aspect-ratio: 4/5; margin: 0; }
.about-director { margin-top: 28px; display: flex; align-items: baseline; justify-content: center; gap: 13px; font-family: var(--korean); }
.about-director span { font-size: 17px; color: var(--brass); }
.about-director strong { font-size: 32px; font-weight: 400; line-height: 1.2; letter-spacing: -.035em; }
.about-story { width: min(100%, 900px); margin-top: clamp(64px, 8vw, 110px); padding-top: clamp(40px, 5vw, 70px); border-top: 1px solid var(--line-dark); }
.about-story p { margin: 0; font-family: var(--korean); font-size: clamp(20px, 1.75vw, 27px); line-height: 1.9; letter-spacing: -.025em; }
.about-story p + p { margin-top: 34px; }

.price-section { background: var(--ink); color: var(--white); }
.price-section .section-intro { color: var(--muted-light); }
.price-card-grid { margin-top: 74px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; align-items: stretch; }
.price-card { position: relative; min-height: 660px; padding: clamp(28px, 3vw, 44px); border: 1px solid rgba(255,255,255,.15); background: #10100d; display: flex; flex-direction: column; transition: transform .32s ease, border-color .32s ease, background .32s ease; }
.price-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; background: var(--brass); transform: scaleY(0); transform-origin: bottom; transition: transform .32s ease; }
.price-card:hover, .price-card:focus-within { transform: translateY(-9px); border-color: rgba(221,192,158,.72); background: #161610; }
.price-card:hover::before, .price-card:focus-within::before { transform: scaleY(1); }
.price-card.is-featured { border-color: rgba(196,154,108,.48); }
.price-badge { position: absolute; top: -12px; right: 24px; padding: 6px 12px; background: var(--brass); color: var(--ink); font-family: var(--ui); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price-card-index { font-family: var(--display); font-size: 20px; font-style: italic; color: var(--brass); }
.price-card h3 { margin: 34px 0 0; font-family: var(--korean); font-size: clamp(30px, 2.5vw, 42px); font-weight: 400; line-height: 1.2; }
.price-card-en { margin: 7px 0 0; font-family: var(--ui); font-size: 11px; font-weight: 600; letter-spacing: .18em; color: var(--brass-light); }
.price-card-value { margin: 44px 0 0; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.14); font-family: var(--korean); font-size: clamp(25px, 2.2vw, 34px); }
.price-card ul { margin: 28px 0 36px; padding: 0; list-style: none; color: rgba(255,255,255,.72); }
.price-card li { position: relative; padding: 7px 0 7px 22px; font-size: 15px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--brass); }
.price-card > a { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); font-family: var(--ui); font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.price-card > a span { color: var(--brass-light); font-size: 18px; }
.price-addons { margin-top: 20px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.price-addon { min-height: 98px; padding: 22px 28px; border: 1px solid rgba(255,255,255,.15); background: #10100d; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 4px 24px; transition: border-color .3s ease, transform .3s ease; }
.price-addon:hover, .price-addon:focus-within { border-color: rgba(221,192,158,.72); transform: translateY(-4px); }
.price-addon span { font-family: var(--korean); font-size: 21px; }
.price-addon strong { font-family: var(--korean); font-size: 25px; font-weight: 400; color: var(--brass-light); }
.price-addon small { grid-column: 1/-1; color: var(--muted-light); font-size: 13px; }
.price-notes { margin: 48px 0 0; padding: 34px 0 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 50px; color: rgba(255,255,255,.68); }
.price-notes li { position: relative; padding-left: 16px; font-size: 14px; }
.price-notes li::before { content: "·"; position: absolute; left: 0; color: var(--brass-light); }

.media-marquee { overflow: hidden; padding-block: 54px; background: var(--paper); border-bottom: 1px solid var(--line-dark); }
.media-marquee-track { display: flex; width: max-content; animation: jesse-media-marquee 34s linear infinite; }
.media-marquee:hover .media-marquee-track { animation-play-state: paused; }
.media-marquee-group { display: flex; gap: 14px; padding-right: 14px; }
.media-marquee figure { flex: 0 0 260px; width: 260px; aspect-ratio: 16/10; margin: 0; overflow: hidden; background: var(--ink); }
.media-marquee img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.04); transition: filter .3s ease, transform .45s ease; }
.media-marquee figure:hover img { filter: saturate(1) contrast(1.02); transform: scale(1.025); }
@keyframes jesse-media-marquee { to { transform: translateX(-50%); } }

.portfolio-section { background: var(--ink); color: var(--white); }
.portfolio-section .section-intro { color: var(--muted-light); }
.portfolio-tabs { margin-top: 72px; display: flex; flex-wrap: wrap; gap: 6px; border-bottom: 1px solid var(--line-light); }
.portfolio-tab { margin: 0 0 -1px; padding: 16px 22px; border: 0; border-bottom: 1px solid transparent; background: transparent; color: rgba(255,255,255,.54); font-family: var(--ui); font-size: 13px; font-weight: 600; letter-spacing: .07em; cursor: pointer; }
.portfolio-tab:hover, .portfolio-tab:focus-visible { color: var(--white); }
.portfolio-tab.is-active { color: var(--white); border-color: var(--brass-light); }
.portfolio-panel { display: none; padding-top: 42px; }
.portfolio-panel.is-active { display: block; }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 54px 24px; }
.video-card { min-width: 0; }
.video-frame { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #1e1e19; border: 1px solid rgba(255,255,255,.14); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-poster { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: #1d1d18; cursor: pointer; }
.video-poster img { width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: opacity .3s ease, transform .5s ease; }
.video-poster:hover img { opacity: .92; transform: scale(1.025); }
.video-poster::before { content: ""; position: absolute; z-index: 1; top: 50%; left: 50%; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.82); border-radius: 50%; transform: translate(-50%,-50%); background: rgba(0,0,0,.36); }
.video-poster::after { content: ""; position: absolute; z-index: 2; top: 50%; left: calc(50% + 2px); border-style: solid; border-width: 7px 0 7px 11px; border-color: transparent transparent transparent #fff; transform: translate(-50%,-50%); }
.video-poster--empty { display: grid; place-items: center; background: repeating-linear-gradient(135deg,#171712,#171712 12px,#1b1b16 12px,#1b1b16 24px); color: rgba(255,255,255,.42); font-family: var(--ui); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; cursor: default; }
.video-poster--empty::before, .video-poster--empty::after { display: none; }
.video-title { margin: 18px 0 0; font-size: 18px; line-height: 1.55; letter-spacing: -.02em; }
.video-meta { margin: 5px 0 0; font-family: var(--ui); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.photo-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 18px; }
.photo-slot { position: relative; aspect-ratio: 4/5; overflow: hidden; border: 1px solid rgba(255,255,255,.18); background: linear-gradient(145deg,#171712,#22221c); display: grid; place-items: center; }
.photo-slot > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.72,.2,1), filter .45s ease; }
.photo-slot:has(> img)::before, .photo-slot:has(> img)::after { display: none; }
.photo-slot:hover > img { transform: scale(1.045); filter: brightness(.86); }
.photo-slot::before, .photo-slot::after { content: ""; position: absolute; background: rgba(255,255,255,.08); }
.photo-slot::before { width: 1px; height: 140%; transform: rotate(38deg); }
.photo-slot::after { width: 140%; height: 1px; transform: rotate(38deg); }
.photo-slot span { position: relative; z-index: 1; font-family: var(--display); font-size: 32px; font-style: italic; color: rgba(255,255,255,.32); }
.photo-slot small { position: absolute; z-index: 1; left: 14px; bottom: 12px; font-family: var(--ui); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.52); }

.services-grid { margin-top: 90px; display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.services-grid--compact { grid-template-columns: 1fr; gap: 0; }
.service-list { border-top: 1px solid var(--line-dark); }
.service-list--wide { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 0; column-gap: clamp(40px, 8vw, 120px); }
.service-list--wide .service-row { border-top: 1px solid var(--line-dark); }
.service-row { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line-dark); }
.service-row span { font-family: var(--display); font-style: italic; color: var(--brass); }
.service-row h3 { margin: 0; font-family: var(--korean); font-size: clamp(23px, 1.8vw, 30px); font-weight: 400; }
.service-section { padding-bottom: 0; background: var(--ink); color: var(--white); overflow: hidden; }
.service-menu { position: relative; width: 100%; height: clamp(440px, 34vw, 620px); margin-top: clamp(58px, 7vw, 96px); display: flex; overflow: hidden; border-top: 2px solid var(--brass); border-radius: clamp(28px, 3vw, 56px) 0 0 0; background: var(--ink); }
.service-menu-card { position: relative; flex: 1 1 25%; min-width: 0; overflow: hidden; border-left: 1px solid rgba(196,154,108,.72); color: var(--white); transition: flex .62s cubic-bezier(.2,.72,.2,1); }
.service-menu-card:first-child { border-left: 0; }
.service-menu:hover .service-menu-card { flex-basis: 22%; }
.service-menu:hover .service-menu-card:hover, .service-menu-card:focus-visible { flex-basis: 34%; }
.service-menu-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) contrast(1.1); transform: scale(1.03); transition: transform .85s cubic-bezier(.2,.72,.2,1), filter .45s ease; }
.service-menu-card:hover img, .service-menu-card:focus-visible img { transform: scale(1.09); filter: saturate(.9) contrast(1.04); }
.service-card-shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.62),rgba(0,0,0,.22)), linear-gradient(90deg,rgba(0,0,0,.22),transparent 46%,rgba(0,0,0,.18)); }
.service-card-number { position: absolute; top: 24px; left: 26px; font-family: var(--display); font-size: 18px; font-style: italic; color: var(--brass-light); }
.service-card-copy { position: absolute; inset: 50% 24px auto; display: flex; flex-direction: column; align-items: center; text-align: center; transform: translateY(-50%); }
.service-card-copy small { font-family: var(--ui); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--brass-light); }
.service-card-copy strong { margin-top: 11px; font-family: var(--korean); font-size: clamp(21px, 1.65vw, 30px); font-weight: 400; line-height: 1.3; }
.service-card-copy i { margin-top: 22px; font-family: var(--ui); font-size: 9px; font-weight: 600; font-style: normal; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.72); }
.service-marquee { margin-top: 0; padding-block: clamp(40px, 5vw, 72px); overflow: hidden; background: var(--ink); border-block: 1px solid rgba(196,154,108,.42); }
.service-marquee-track { display: flex; width: max-content; animation: jesse-service-marquee 44s linear infinite; }
.service-marquee:hover .service-marquee-track { animation-play-state: paused; }
.service-marquee-group { display: flex; gap: 18px; padding-right: 18px; }
.service-marquee figure { flex: 0 0 clamp(390px, 36vw, 560px); width: clamp(390px, 36vw, 560px); aspect-ratio: 16/10; margin: 0; overflow: hidden; border: 1px solid rgba(196,154,108,.22); background: var(--ink-soft); }
.service-marquee img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.04); transition: transform .6s ease, filter .35s ease; }
.service-marquee figure:hover img { transform: scale(1.025); filter: saturate(1) contrast(1.02); }
@keyframes jesse-service-marquee { to { transform: translateX(-50%); } }
.price-image { min-height: 690px; position: relative; border: 1px solid var(--line-dark); background: var(--paper-deep); overflow: hidden; }
.price-image img { width: 100%; height: 100%; min-height: 690px; object-fit: contain; }
.price-placeholder { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 40px; }
.price-placeholder::before, .price-placeholder::after { content: ""; position: absolute; width: 1px; height: 140%; background: var(--line-dark); }
.price-placeholder::before { transform: rotate(38deg); }
.price-placeholder::after { transform: rotate(-38deg); }
.price-placeholder-inner { position: relative; z-index: 1; padding: 24px; background: var(--paper-deep); }
.price-placeholder strong { display: block; font-family: var(--display); font-size: clamp(42px, 5vw, 72px); font-weight: 400; line-height: 1; }
.price-placeholder span { display: block; margin-top: 14px; color: var(--muted-dark); font-size: 15px; }

.contact-section { position: relative; background: var(--ink); color: var(--white); overflow: hidden; }
.contact-section .section-heading { max-width: 1120px; }
.contact-layout { margin-top: 90px; display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(54px, 9vw, 140px); }
.contact-lead { max-width: 430px; font-size: 17px; color: var(--muted-light); }
.contact-links { margin-top: 52px; border-top: 1px solid var(--line-light); }
.contact-link { display: flex; justify-content: space-between; gap: 30px; padding: 19px 0; border-bottom: 1px solid var(--line-light); }
.contact-link span { font-family: var(--ui); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.56); }
.contact-link strong { font-family: var(--display); font-size: 23px; font-weight: 400; text-align: right; }
.contact-docs { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-doc { min-height: 360px; padding: 28px; border: 1px solid var(--line-light); display: flex; flex-direction: column; justify-content: space-between; }
.contact-doc img { width: 100%; height: 250px; object-fit: contain; }
.contact-doc-label { font-family: var(--ui); font-size: 12px; letter-spacing: .13em; text-transform: uppercase; color: var(--brass-light); }
.contact-doc-empty { display: grid; place-items: center; flex: 1; color: rgba(255,255,255,.38); text-align: center; }
.contact-doc-empty strong { font-family: var(--display); font-size: 36px; font-weight: 400; }
.contact-doc-empty span { display: block; margin-top: 8px; font-size: 14px; }
.contact-layout--studio { width: min(100%, 780px); margin: 0 auto; display: block; text-align: center; }
.contact-content { width: 100%; padding-block: 34px; }
.contact-eyebrow { margin: 0 0 16px; font-family: var(--ui); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--brass-light); }
.contact-content h2 { margin: 0; font-family: var(--korean); font-size: clamp(42px, 5vw, 72px); font-weight: 400; line-height: 1.15; }
.contact-content .contact-lead { margin: 26px auto 0; }
.kakao-banner { width: 100%; min-height: 92px; margin-top: 42px; padding: 0 28px; border: 0; background: #fee500; color: #191600; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 14px 28px; text-align: left; cursor: pointer; transition: transform .28s ease, background .28s ease; }
.kakao-banner:hover, .kakao-banner:focus-visible { transform: translateY(-4px); background: #ffe935; }
.kakao-banner span { font-weight: 700; font-size: 15px; }
.kakao-banner strong { font-size: 16px; }
.kakao-banner i { font-style: normal; font-size: 13px; font-weight: 700; }
.contact-lines { margin-top: 34px; border-top: 1px solid var(--line-light); }
.contact-lines a { display: flex; justify-content: space-between; align-items: baseline; gap: 30px; padding: 18px 0; border-bottom: 1px solid var(--line-light); }
.contact-lines span { font-family: var(--ui); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.52); }
.contact-lines strong { font-family: var(--display); font-size: 24px; font-weight: 400; }
.social-buttons { margin-top: 34px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.social-buttons a, .social-buttons > span { min-height: 54px; padding: 0 18px; border: 1px solid var(--line-light); display: flex; align-items: center; justify-content: space-between; font-family: var(--ui); font-size: 12px; font-weight: 600; letter-spacing: .08em; transition: color .25s ease, border-color .25s ease, background .25s ease; }
.social-buttons a:hover, .social-buttons a:focus-visible { border-color: var(--brass-light); color: var(--brass-light); }
.social-buttons > span[aria-disabled="true"] { opacity: .72; color: rgba(255,255,255,.72); }
.kakao-main { margin-top: 26px; display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 30px; background: #fee500; color: #191600; border: 0; font-family: var(--ui); font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.kakao-main[aria-disabled="true"] { opacity: .58; cursor: not-allowed; }

.inquiry-toggle { position: fixed; z-index: 90; top: 50%; right: 0; width: 54px; min-height: 152px; padding: 18px 0; border: 0; background: var(--brass); color: var(--ink); font-family: var(--ui); font-size: 11px; font-weight: 700; letter-spacing: .14em; writing-mode: vertical-rl; transform: translateY(-50%); cursor: pointer; }
.inquiry-panel { position: fixed; z-index: 200; top: 0; right: 0; width: min(460px,100%); height: 100%; padding: 44px; background: var(--paper); color: var(--ink); transform: translateX(100%); visibility: hidden; transition: transform .38s cubic-bezier(.22,.72,.22,1), visibility .38s; }
.inquiry-panel.is-open { transform: none; visibility: visible; }
.inquiry-backdrop { position: fixed; z-index: 190; inset: 0; border: 0; background: rgba(0,0,0,.64); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s; }
.inquiry-backdrop.is-open { opacity: 1; visibility: visible; }
.inquiry-close { display: block; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line-dark); background: transparent; font-size: 24px; cursor: pointer; }
.inquiry-panel h2 { margin: 80px 0 0; font-family: var(--display); font-size: 60px; font-weight: 400; line-height: .94; letter-spacing: -.035em; }
.inquiry-panel h2 span { display: block; margin-top: 24px; font-family: var(--korean); font-size: 25px; line-height: 1.5; letter-spacing: -.04em; }
.inquiry-panel p { margin: 34px 0 0; color: var(--muted-dark); }
.inquiry-contact { margin-top: 48px; border-top: 1px solid var(--line-dark); }
.inquiry-contact a, .inquiry-contact div { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line-dark); }
.inquiry-contact span { font-family: var(--ui); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-dark); }
.inquiry-contact strong { font-weight: 400; }

.site-footer { padding: clamp(70px, 8vw, 120px) 0 32px; background: var(--ink); color: rgba(255,255,255,.62); border-top: 1px solid rgba(255,255,255,.14); }
.footer-inner { display: grid; grid-template-columns: 1fr; gap: 54px; }
.footer-identity { display: flex; align-items: center; gap: 34px; }
.footer-logo { width: 118px; height: auto; flex: 0 0 auto; }
.footer-tagline { margin: 0; font-family: var(--korean); }
.footer-tagline strong { display: block; color: var(--white); font-size: 20px; font-weight: 400; }
.footer-tagline span { display: block; margin-top: 8px; font-size: 14px; line-height: 1.7; }
.footer-details { border-top: 1px solid var(--line-light); }
.footer-details > div { display: grid; grid-template-columns: 120px 1fr; gap: 28px; padding: 13px 0; border-bottom: 1px solid var(--line-light); }
.footer-details span { font-family: var(--ui); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.44); }
.footer-details p, .footer-details a { margin: 0; color: rgba(255,255,255,.78); font-size: 14px; }
.footer-bottom { margin-top: 0; padding-top: 28px; border-top: 1px solid var(--line-light); display: grid; gap: 8px; font-family: var(--ui); font-size: 11px; line-height: 1.7; letter-spacing: .08em; }
.footer-bottom p { margin: 0; }
.footer-bottom p + p { margin-top: 0; }
.footer-bottom a:hover { color: var(--brass-light); }
.footer-top { font-family: var(--ui); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.price-card.reveal.is-visible:hover, .price-card.reveal.is-visible:focus-within { transform: translateY(-9px); }
:focus-visible { outline: 2px solid var(--brass-light); outline-offset: 4px; }

@media (max-width: 1100px) {
  .video-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .photo-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .about-portrait { min-height: 640px; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --section-y: 92px; }
  body { font-size: 16px; word-break: normal; }
  .header-inner { min-height: 72px; }
  .site-brand { width: 126px; }
  .menu-open .site-header { height: 100svh; background: var(--ink); backdrop-filter: none; }
  .menu-toggle { display: block; position: relative; z-index: 102; }
  .primary-nav { position: absolute; z-index: 101; inset: 0; min-height: 100svh; padding: 130px var(--gutter) 50px; background: var(--ink); flex-direction: column; align-items: flex-start; gap: 24px; transform: translateX(100%); visibility: hidden; transition: transform .35s ease, visibility .35s; }
  .primary-nav.is-open { transform: none; visibility: visible; }
  .primary-nav a { font-family: var(--display); font-size: 38px; font-weight: 400; letter-spacing: -.025em; text-transform: none; }
  .menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: 780px; }
  .hero::after { background: linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.16) 78%); }
  .hero-video { object-position: 56% center; }
  .hero-content { padding-top: 150px; padding-bottom: 34px; }
  .hero-kicker { font-size: 11px; margin-bottom: 20px; }
  .hero-title { max-width: 330px; font-size: 20px; line-height: 1.36; letter-spacing: -.025em; }
  .hero-title span { margin-top: 12px; font-size: 14px; line-height: 1.7; }
  .hero-bottom { margin-top: 72px; display: block; }
  .hero-bottom p { font-size: 13px; }
  .hero-scroll { display: inline-block; margin-top: 24px; }
  .section { scroll-margin-top: 70px; }
  .section-heading { font-size: 50px; line-height: .92; }
  .section-heading .ko { margin-top: 21px; font-size: 22px; line-height: 1.55; }
  .section-intro { margin-top: 24px; font-size: 16px; }
  .about-grid { display: block; margin-top: 56px; }
  .about-portrait { min-height: 520px; }
  .about-page-section { padding-top: 138px; }
  .about-grid--page { max-width: none; }
  .about-grid--page .about-portrait { max-width: 260px; min-height: 0; margin-inline: auto; }
  .about-grid--page .about-role { font-size: 13px; }
  .about-grid--page .about-name { font-size: 60px; }
  .about-portrait--center { width: min(100%, 260px); min-height: 0; }
  .about-director { margin-top: 22px; gap: 10px; }
  .about-director span { font-size: 15px; }
  .about-director strong { font-size: 27px; }
  .about-story { margin-top: 58px; padding-top: 38px; }
  .about-story p { font-size: 18px; line-height: 1.86; }
  .about-story p + p { margin-top: 26px; }
  .about-copy { padding-top: 58px; }
  .about-name { font-size: 54px; }
  .about-quote { margin-top: 36px; font-size: 21px; }
  .about-fact { grid-template-columns: 64px 1fr; }
  .portfolio-tabs { margin-top: 50px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .portfolio-tab { flex: 0 0 auto; padding: 14px 15px; font-size: 11px; }
  .video-grid { grid-template-columns: 1fr; gap: 34px; }
  .photo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .services-grid { display: block; margin-top: 58px; }
  .price-card-grid { margin-top: 52px; grid-template-columns: 1fr; gap: 18px; }
  .price-card { min-height: 610px; padding: 30px 26px; }
  .price-card h3 { font-size: 32px; }
  .price-card-value { margin-top: 34px; font-size: 26px; }
  .price-addons { grid-template-columns: 1fr; gap: 10px; }
  .price-addon { min-height: 86px; padding: 18px 22px; }
  .price-notes { grid-template-columns: 1fr; gap: 10px; margin-top: 36px; padding-top: 28px; }
  .media-marquee { padding-block: 34px; }
  .media-marquee figure { flex-basis: 200px; width: 200px; }
  .media-marquee-group { gap: 10px; padding-right: 10px; }
  .service-list--wide { grid-template-columns: 1fr; }
  .service-menu { height: auto; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-radius: 28px 0 0 0; }
  .service-menu-card { min-height: 300px; border-left: 1px solid rgba(196,154,108,.72); border-bottom: 1px solid rgba(196,154,108,.42); }
  .service-menu-card:nth-child(odd) { border-left: 0; }
  .service-menu:hover .service-menu-card, .service-menu:hover .service-menu-card:hover { flex-basis: auto; }
  .service-card-number { top: 18px; left: 18px; }
  .service-card-copy { inset: 50% 14px auto; display: flex; }
  .service-card-copy strong { margin-top: 8px; font-size: 19px; }
  .service-card-copy i { margin-top: 16px; position: static; }
  .service-marquee { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .service-marquee-track { animation: none; }
  .service-marquee-group { gap: 12px; padding: 0 12px 0 var(--gutter); }
  .service-marquee-group[aria-hidden="true"] { display: none; }
  .service-marquee figure { flex-basis: 82vw; width: 82vw; scroll-snap-align: center; }
  .price-image { min-height: 480px; margin-top: 52px; }
  .price-image img { min-height: 480px; }
  .contact-layout { margin-top: 58px; }
  .contact-layout--studio { margin-top: 0; }
  .contact-content { padding-block: 22px 0; }
  .contact-content h2 { font-size: 44px; }
  .kakao-banner { min-height: 82px; margin-top: 34px; padding: 0 20px; gap: 8px 14px; }
  .contact-lines strong { font-size: 19px; }
  .contact-docs { grid-template-columns: 1fr; }
  .contact-doc { min-height: 300px; }
  .inquiry-toggle { top: auto; right: 16px; bottom: 16px; width: auto; min-height: 48px; padding: 0 20px; writing-mode: initial; transform: none; }
  .inquiry-panel { padding: 28px; }
  .inquiry-panel h2 { margin-top: 58px; font-size: 48px; }
  .footer-inner { display: block; }
  .footer-identity { display: block; }
  .footer-logo { width: 96px; }
  .footer-tagline { margin-top: 26px; }
  .footer-details { margin-top: 48px; }
  .footer-details > div { grid-template-columns: 94px 1fr; gap: 16px; }
  .footer-bottom { margin-top: 44px; display: block; }
  .footer-bottom p + p { margin-top: 8px; }
  .footer-top { display: inline-block; margin-top: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .media-marquee { overflow-x: auto; }
  .media-marquee-track { animation: none; }
  .service-marquee { overflow-x: auto; }
  .service-marquee-track { animation: none; }
}

/* 1.3.0 — shared typography for service and merit: 7 semantic roles. */
:root {
 --studio-heading: 400 clamp(30px,3.2vw,48px)/1.35 var(--korean);
 --studio-lead: 400 clamp(21px,2vw,28px)/1.65 var(--korean);
 --studio-subheading: 500 clamp(21px,1.8vw,26px)/1.45 var(--ui);
 --studio-body: 400 17px/1.8 var(--ui);
 --studio-small: 400 15px/1.8 var(--ui);
 --studio-label: 500 12px/1.5 var(--ui);
 --studio-numeric: 400 clamp(38px,4.5vw,64px)/1.1 var(--display);
}
.studio-heading{font:var(--studio-heading);letter-spacing:-.03em;margin:18px 0 24px;text-wrap:balance}
.studio-lead{font:var(--studio-lead);letter-spacing:-.02em;margin:0 0 24px}
.studio-subheading{font:var(--studio-subheading);letter-spacing:-.02em;margin:14px 0 20px}
.studio-body{font:var(--studio-body);letter-spacing:-.012em}
.studio-small{font:var(--studio-small);letter-spacing:-.012em}
.studio-label{font:var(--studio-label);letter-spacing:.16em;color:var(--brass-light);margin:0}
.studio-numeric{font:var(--studio-numeric);letter-spacing:-.02em;margin:0 0 20px;color:var(--brass-light)}
.studio-text-link{display:inline-flex;align-items:center;gap:36px;padding:14px 0;border-bottom:1px solid currentColor;font:var(--studio-small);letter-spacing:0}
.studio-text-link:hover{color:var(--brass-light)}
.studio-text-link:focus-visible{outline:2px solid var(--brass-light);outline-offset:6px}
.merit-section{background:var(--ink);color:var(--paper)}
.merit-intro{text-align:center;max-width:960px;margin:0 auto 64px}
.merit-intro .studio-body{color:var(--muted-light)}
.merit-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 0 64px;border-block:1px solid var(--line-light);padding-block:40px;gap:0}
.merit-fact{padding:0 28px;text-align:center;border-right:1px solid var(--line-light)}
.merit-fact:first-child{padding-left:0}.merit-fact:last-child{border:0;padding-right:0}
.merit-fact .studio-small{margin:0;color:var(--muted-light)}
.merit-value--3{font-size:clamp(36px,3.8vw,54px)}
.merit-value--4{font-size:clamp(30px,3.1vw,44px)}
.partner-logos{margin-inline:calc(var(--gutter) * -1);overflow:hidden;border-block:1px solid var(--line-light)}
.partner-logo-track{display:flex;width:max-content;animation:jesse-partner-marquee 42s linear infinite}
.partner-logo-group{display:flex;gap:12px;padding:24px 12px 24px 0}
.partner-logo{background:white;display:flex;align-items:center;justify-content:center;width:220px;height:92px;padding:12px;flex:0 0 220px}
.partner-logo img{object-fit:contain;width:100%;height:68px}
.partner-logos:hover .partner-logo-track{animation-play-state:paused}
@keyframes jesse-partner-marquee{to{transform:translateX(-50%)}}
.studio-services{background:var(--ink);color:var(--paper);padding:170px 0 110px}
.studio-services--home{padding-top:110px;border-top:1px solid var(--line-light)}
.page-template-page-service .site-header{background:rgba(11,11,9,.96);border-color:var(--line-light)}
.services-intro{text-align:center;max-width:820px;margin:0 auto 70px}
.services-intro .studio-body{max-width:720px;margin:0 auto;color:var(--muted-light)}
.services-text-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.service-text{padding:38px;background:var(--ink-soft);border-top:1px solid var(--line-light)}
.service-text .studio-body{margin:0 0 20px}.service-text .studio-small{color:var(--muted-light);margin:0}
.services-contact{text-align:center;margin-top:72px;padding-top:50px;border-top:1px solid var(--line-light)}
.services-contact .studio-body{color:var(--muted-light)}
.price-addon{grid-template-columns:minmax(0,1fr) auto;align-items:center}
.price-addon-copy>span,.price-addon-copy>small{display:block}
.price-addon strong{align-self:center;white-space:nowrap;line-height:1.4}
.price-addon-copy>small{margin-top:2px}
@media(max-width:1024px){.merit-fact{padding-inline:20px}.service-text{padding:28px}}
@media(max-width:767px){
 :root{--studio-body:400 16px/1.8 var(--ui);--studio-small:400 14px/1.8 var(--ui)}
 .merit-intro{margin-bottom:36px}.merit-facts{grid-template-columns:repeat(2,minmax(0,1fr));padding:0;margin-bottom:36px}
 .merit-fact,.merit-fact:first-child,.merit-fact:last-child{padding:28px 14px;border-right:0}
 .merit-fact:nth-child(odd){border-right:1px solid var(--line-light)}.merit-fact:nth-child(-n+2){border-bottom:1px solid var(--line-light)}
 .partner-logo-group{gap:8px;padding-block:18px}.partner-logo{width:176px;height:78px;flex-basis:176px}.partner-logo img{height:56px}
 .studio-services{padding:130px 0 80px}.services-intro{margin-bottom:40px}.services-text-grid{grid-template-columns:1fr;gap:16px}.service-text{padding:26px 22px}
 .services-contact{margin-top:44px;padding-top:30px}
}

/* Preserve Korean words in the newly composed text sections on mobile. */
.merit-section,.studio-services{word-break:keep-all;overflow-wrap:anywhere}
@media(prefers-reduced-motion:reduce){.partner-logo-track{animation:none}.partner-logos{overflow-x:auto}.partner-logo-group[aria-hidden="true"]{display:none}}
