:root{
  --navy:#0f2b43;
  --navy-deep:#091c2d;
  --navy-soft:#173950;
  --ivory:#f4f0e8;
  --paper:#fbfaf7;
  --warm:#ece7de;
  --gold:#a48662;
  --gold-light:#c5ae8d;
  --charcoal:#202a32;
  --muted:#6c747a;
  --line:rgba(15,43,67,.15);
  --white:#fff;
  --max:1200px;
  --header-height:86px;
  --sans:"Noto Sans KR","Noto Sans CJK KR","Apple SD Gothic Neo",Arial,sans-serif;
  --serif:"Noto Serif KR","Noto Serif CJK KR","본명조",serif;
  --shadow:0 24px 80px rgba(9,28,45,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--charcoal);font-family:var(--sans);font-weight:400;line-height:1.72;word-break:keep-all}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(calc(100% - 48px),var(--max));margin:0 auto}
.skip-link{position:fixed;left:12px;top:-100px;z-index:9999;background:#fff;padding:12px 18px}
.skip-link:focus{top:12px}
.brand-serif{font-family:var(--serif)}

/* header */
.site-header{position:fixed;inset:0 0 auto 0;z-index:100;color:#fff;transition:.3s ease}
.site-header.scrolled{background:rgba(251,250,247,.96);backdrop-filter:blur(14px);box-shadow:0 1px 0 var(--line);color:var(--navy)}
.header-inner{height:86px;display:flex;align-items:center;gap:36px}
.brand{position:relative;width:184px;height:46px;display:flex;align-items:center}
.brand-logo{position:absolute;left:0;width:184px;height:auto;transition:opacity .25s}
.brand-logo-blue{opacity:0}
.site-header.scrolled .brand-logo-white{opacity:0}
.site-header.scrolled .brand-logo-blue{opacity:1}
.desktop-nav{display:flex;gap:17px;margin-left:auto}
.desktop-nav a{font-size:12.5px;font-weight:500;position:relative;white-space:nowrap}
.desktop-nav a::after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:1px;background:var(--gold);transition:width .25s}
.desktop-nav a:hover::after,.desktop-nav a.active::after{width:100%}
.desktop-nav a.active{color:var(--gold)}
.header-cta{margin-left:8px}
.menu-toggle{display:none;background:none;border:0;width:40px;height:40px;position:relative;color:inherit}
.menu-toggle span{position:absolute;left:8px;width:24px;height:1px;background:currentColor;transition:.25s}
.menu-toggle span:first-child{top:15px}.menu-toggle span:last-child{top:24px}
.menu-toggle.open span:first-child{transform:translateY(4.5px) rotate(45deg)}
.menu-toggle.open span:last-child{transform:translateY(-4.5px) rotate(-45deg)}
.mobile-nav{display:none}

/* buttons */
.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;font-weight:600;transition:.22s ease}
.button:hover{transform:translateY(-2px)}
.button-small{height:44px;padding:0 21px;background:var(--gold);color:#fff;font-size:13px}
.button-primary{min-height:58px;padding:0 30px;background:var(--gold);color:#fff}
.button-primary:hover{background:#927454}
.site-header:not(.scrolled) .header-cta{background:transparent;border-color:rgba(255,255,255,.42)}
.site-header:not(.scrolled) .header-cta:hover{background:var(--gold);border-color:var(--gold)}

/* hero */
.hero{min-height:100svh;position:relative;display:flex;align-items:center;color:#fff;overflow:hidden}
.hero-background{position:absolute;inset:0;background:url("assets/hero-city.webp") center 68%/cover no-repeat;transform:scale(1.01)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,22,37,.94) 0%,rgba(8,27,44,.80) 48%,rgba(8,27,44,.34) 100%),linear-gradient(0deg,rgba(5,21,35,.55),transparent 45%)}
.hero-content{position:relative;z-index:2;padding-top:105px;padding-bottom:84px}
.hero-kicker,.eyebrow{font-size:11px;letter-spacing:.20em;font-weight:600;color:var(--gold-light)}
.hero-kicker::before,.eyebrow::before{content:"";display:inline-block;width:42px;height:1px;background:currentColor;vertical-align:middle;margin-right:14px}
.hero h1{font-weight:500;line-height:1.48;letter-spacing:-.05em;font-size:clamp(42px,5.1vw,72px);margin:28px 0 28px;max-width:800px}
.hero-description{font-size:17px;line-height:1.9;color:rgba(255,255,255,.82);margin:0 0 34px}
.hero-actions{display:flex;align-items:center;gap:28px}
.text-link{font-size:14px;border-bottom:1px solid rgba(255,255,255,.44);padding-bottom:4px}
.hero-note{font-size:12px;color:rgba(255,255,255,.57);margin:15px 0 0 3px}

/* common */
.section{padding:124px 0}
.menu-section{
  scroll-margin-top:var(--header-height);
}
.review-section,.pcm-section{
  min-height:calc(100svh - var(--header-height));
  display:flex;
  align-items:center;
}
.section-heading{max-width:760px}
.section-heading h2,.review-copy h2,.rental-heading h2,.experience-heading h2,.first-meeting-copy h2,.request-copy h2,.insight-header h2{
  margin:18px 0 17px;
  color:var(--navy);
  font-family:var(--serif);
  font-size:clamp(34px,3.8vw,51px);
  font-weight:500;
  line-height:1.38;
  letter-spacing:-.045em
}
.section-heading p,.review-copy p,.first-meeting-copy p,.request-copy p{margin:0;color:var(--muted);font-size:16px;max-width:650px}

/* strategy */
.strategy-section{background:var(--paper)}
.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:60px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.choice-card{min-height:340px;padding:42px 34px;border-right:1px solid var(--line)}
.choice-card:last-child{border-right:0}
.choice-index{display:block;color:var(--gold);font-family:Georgia,serif;font-size:13px;margin-bottom:42px}
.choice-card h3{margin:0 0 20px;color:var(--navy);font-size:28px;font-weight:600}
.choice-card strong{display:block;color:var(--navy);font-size:16px;margin-bottom:13px}
.choice-card p{margin:0;color:var(--muted);font-size:14px}
.brand-statement{max-width:890px;margin:68px auto 0;text-align:center;color:var(--navy);font-size:24px;font-weight:500;line-height:1.85;letter-spacing:-.035em}

/* review */
.review-section{background:var(--warm)}
.review-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:86px;align-items:start}
.review-copy{position:sticky;top:130px}
.review-framework{border-top:1px solid var(--line)}
.framework-row{display:grid;grid-template-columns:56px 1fr 150px;gap:20px;align-items:center;padding:32px 0;border-bottom:1px solid var(--line)}
.framework-number{font-family:Georgia,serif;color:var(--gold);font-size:15px}
.framework-row h3{margin:0 0 7px;color:var(--navy);font-size:20px;font-weight:600}
.framework-row p{margin:0;color:var(--muted);font-size:14px}
.framework-keywords{text-align:right;color:var(--gold);font-size:12px;letter-spacing:.06em}

/* pcm */
.pcm-section{background:var(--navy-deep);color:#fff}
.section-heading.light h2{color:#fff}
.section-heading.light p{color:rgba(255,255,255,.67)}
.pcm-flow{display:grid;grid-template-columns:repeat(4,1fr);margin-top:62px;border-top:1px solid rgba(255,255,255,.16);border-bottom:1px solid rgba(255,255,255,.16)}
.pcm-step{min-height:250px;padding:38px 27px;border-right:1px solid rgba(255,255,255,.14)}
.pcm-step:last-child{border-right:0}
.pcm-step>span{font-size:10px;letter-spacing:.16em;color:var(--gold-light)}
.pcm-step h3{margin:42px 0 13px;font-size:21px;font-weight:600}
.pcm-step p{margin:0;color:rgba(255,255,255,.60);font-size:14px}

/* rental */
.rental-section{background:var(--paper)}
.rental-heading{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:end;margin-bottom:56px}
.rental-heading p{margin:0 0 9px;color:var(--navy);font-size:17px;font-weight:500;line-height:1.75}
.rental-keywords{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.rental-keyword{padding:34px 24px 38px;border-right:1px solid var(--line)}
.rental-keyword:last-child{border-right:0}
.rental-keyword>span{font-family:Georgia,serif;color:var(--gold);font-size:13px}
.rental-keyword h3{margin:34px 0 12px;color:var(--navy);font-size:18px;font-weight:600}
.rental-keyword p{margin:0;color:var(--muted);font-size:13px}
.value-flow{display:flex;align-items:center;justify-content:center;gap:18px;margin:58px 0 30px;font-size:18px;color:var(--navy)}
.value-flow i{font-style:normal;color:var(--gold)}
.value-flow strong{color:var(--gold);font-weight:700}
.rental-condition{max-width:850px;margin:0 auto;text-align:center;padding:22px 28px;background:var(--ivory);color:var(--muted);font-size:14px}
.rental-condition strong{color:var(--navy);font-weight:600}

/* experience */
.experience-section{background:#e8e4dc}
.experience-heading{margin-bottom:54px}
.experience-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px}
.representative-card{position:relative;min-height:590px;overflow:hidden;background:#d5d4d0}
.representative-card img{width:100%;height:100%;object-fit:cover;object-position:center top}
.representative-caption{position:absolute;left:0;right:0;bottom:0;padding:42px 28px 24px;background:linear-gradient(0deg,rgba(9,28,45,.92),transparent);color:#fff;display:flex;justify-content:space-between;align-items:end}
.representative-caption span{font-size:10px;letter-spacing:.16em;color:var(--gold-light)}
.representative-caption strong{font-size:16px}
.credential{display:grid;grid-template-columns:55px 1fr;gap:18px;padding:31px 0;border-top:1px solid var(--line)}
.credential:last-of-type{border-bottom:1px solid var(--line)}
.credential>span{font-family:Georgia,serif;color:var(--gold);font-size:14px}
.credential h3{margin:0 0 8px;color:var(--navy);font-size:21px;font-weight:600}
.credential p{margin:0;color:var(--muted);font-size:14px}
.brand-pledge{margin-top:48px;color:var(--navy);font-size:22px;font-weight:500;line-height:1.8}
.project-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:70px}
.project-image{position:relative;height:310px;margin:0;overflow:hidden}
.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.project-image:hover img{transform:scale(1.04)}
.project-image figcaption{position:absolute;inset:auto 0 0 0;padding:45px 20px 18px;background:linear-gradient(0deg,rgba(9,28,45,.88),transparent);color:#fff;font-size:12px}

/* first meeting */
.first-meeting-section{background:var(--paper)}
.first-meeting-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:85px}
.meeting-steps{list-style:none;padding:0;margin:0;border-top:1px solid var(--line)}
.meeting-steps li{display:grid;grid-template-columns:55px 1fr;gap:18px;padding:25px 0;border-bottom:1px solid var(--line)}
.meeting-steps li>span{font-family:Georgia,serif;color:var(--gold);font-size:14px}
.meeting-steps h3{margin:0 0 5px;color:var(--navy);font-size:18px;font-weight:600}
.meeting-steps p{margin:0;color:var(--muted);font-size:14px}

/* insights */
.insights-section{padding:100px 0;background:var(--navy);color:#fff}
.insight-header{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px}
.insight-header h2{color:#fff;margin-bottom:0}
.insight-header>a{font-size:13px;color:var(--gold-light)}
.insight-list{border-top:1px solid rgba(255,255,255,.16)}
.insight-item{display:grid;grid-template-columns:55px 1.5fr 1fr 30px;gap:20px;align-items:center;padding:27px 0;border-bottom:1px solid rgba(255,255,255,.16)}
.insight-item>span{font-family:Georgia,serif;color:var(--gold-light);font-size:13px}
.insight-item h3{margin:0;font-size:18px;font-weight:500}
.insight-item p{margin:0;color:rgba(255,255,255,.56);font-size:13px}
.insight-item i{font-style:normal;color:var(--gold-light);text-align:right}

/* request */
.request-section{padding:124px 0;background:var(--ivory)}
.request-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:85px;align-items:start}
.request-copy{position:sticky;top:130px}
.request-promise{margin:38px 0 0;padding:0;list-style:none}
.request-promise li{position:relative;padding:11px 0 11px 22px;color:var(--muted);font-size:13px;border-bottom:1px solid var(--line)}
.request-promise li::before{content:"—";position:absolute;left:0;color:var(--gold)}
.review-form{background:#fff;padding:45px;box-shadow:var(--shadow)}
.review-form label{display:block;margin-bottom:22px}
.review-form label>span{display:block;font-size:13px;color:var(--navy);font-weight:600;margin-bottom:8px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
input,select,textarea{width:100%;border:1px solid #d6d3cc;background:#fbfaf8;color:var(--charcoal);padding:14px 15px;border-radius:0;outline:none;transition:.2s}
input,select{height:52px}
textarea{resize:vertical}
input:focus,select:focus,textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(164,134,98,.10)}
.checkbox-label{display:flex!important;align-items:flex-start;gap:10px}
.checkbox-label input{width:18px;height:18px;margin-top:3px;accent-color:var(--navy)}
.checkbox-label span{font-weight:400!important;color:var(--muted)!important;margin:0!important}
.checkbox-label .consent-link{color:var(--navy);text-decoration:underline;text-underline-offset:2px}
.form-submit{width:100%;border:0}
.form-note{text-align:center;font-size:12px;color:var(--muted);margin:13px 0 0}
.form-status{text-align:center;font-size:13px;margin-top:12px;color:var(--navy)}
.hidden-field{display:none}

/* footer */
.site-footer{background:var(--navy-deep);color:#fff;padding:54px 0 22px}
.footer-inner{display:grid;grid-template-columns:220px 1fr auto;gap:45px;align-items:center;padding-bottom:36px}
.footer-logo{width:184px}
.footer-copy p{margin:0 0 4px;font-size:12px;color:rgba(255,255,255,.55)}
.footer-copy p a{color:rgba(255,255,255,.55);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.22)}
.footer-copy p a:hover{color:rgba(255,255,255,.85)}
.back-to-top{font-size:11px;letter-spacing:.15em;color:var(--gold-light)}
.footer-bottom{padding-top:18px;border-top:1px solid rgba(255,255,255,.11);display:flex;justify-content:space-between;font-size:11px;color:rgba(255,255,255,.36)}
.mobile-fixed-cta{display:none}

/* reveal */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .72s ease,transform .72s ease}
.reveal.visible{opacity:1;transform:none}

@media(max-width:980px){
  .desktop-nav,.header-cta{display:none}
  .menu-toggle{display:block;margin-left:auto}
  .mobile-nav{position:absolute;left:0;top:86px;width:100%;background:rgba(251,250,247,.98);color:var(--navy);padding:0 24px;max-height:0;overflow:hidden;display:flex;flex-direction:column;transition:max-height .3s}
  .mobile-nav.open{max-height:360px;padding-top:12px;padding-bottom:18px}
  .mobile-nav a{padding:13px 0;border-bottom:1px solid var(--line);font-size:14px}
  .review-layout,.experience-grid,.first-meeting-layout,.request-layout{grid-template-columns:1fr;gap:58px}
  .review-copy,.request-copy{position:static}
  .pcm-flow{grid-template-columns:1fr 1fr}
  .pcm-step:nth-child(2){border-right:0}
  .pcm-step:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.14)}
  .rental-keywords{grid-template-columns:1fr 1fr}
  .rental-keyword:nth-child(2){border-right:0}
  .rental-keyword:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .project-gallery{grid-template-columns:1fr 1fr}
  .project-image:last-child{grid-column:1/-1}
}
@media(max-width:680px){
  :root{--header-height:72px}
  .review-section,.pcm-section{min-height:auto;display:block}
  .container{width:min(calc(100% - 32px),var(--max))}
  .header-inner{height:72px}
  .mobile-nav{top:72px}
  .brand{width:160px;height:40px}
  .brand-logo{width:160px}
  .section,.request-section{padding:88px 0}
  .hero-content{padding-top:105px}
  .hero-overlay{background:linear-gradient(90deg,rgba(5,22,37,.92),rgba(5,22,37,.62)),linear-gradient(0deg,rgba(5,21,35,.58),transparent)}
  .hero h1{font-size:38px;line-height:1.55}
  .hero-description{font-size:14px}
  .hero-description br{display:none}
  .hero-actions{align-items:flex-start;flex-direction:column;gap:19px}
  .section-heading h2,.review-copy h2,.rental-heading h2,.experience-heading h2,.first-meeting-copy h2,.request-copy h2,.insight-header h2{font-size:32px}
  .choice-grid{grid-template-columns:1fr}
  .choice-card{min-height:0;border-right:0;border-bottom:1px solid var(--line)}
  .choice-card:last-child{border-bottom:0}
  .brand-statement{font-size:19px}
  .framework-row{grid-template-columns:42px 1fr}
  .framework-keywords{grid-column:2;text-align:left;margin-top:3px}
  .pcm-flow{grid-template-columns:1fr}
  .pcm-step{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.14)!important;min-height:auto}
  .pcm-step:last-child{border-bottom:0!important}
  .rental-heading{grid-template-columns:1fr;gap:15px}
  .rental-keywords{grid-template-columns:1fr}
  .rental-keyword{border-right:0;border-bottom:1px solid var(--line)!important}
  .rental-keyword:last-child{border-bottom:0!important}
  .value-flow{flex-wrap:wrap;font-size:15px;gap:11px}
  .representative-card{min-height:470px}
  .project-gallery{grid-template-columns:1fr}
  .project-image,.project-image:last-child{grid-column:auto;height:300px}
  .insight-header{align-items:flex-start;flex-direction:column;gap:16px}
  .insight-item{grid-template-columns:38px 1fr 24px}
  .insight-item p{display:none}
  .insight-item i{grid-column:3;grid-row:1}
  .review-form{padding:27px 20px}
  .form-row{grid-template-columns:1fr;gap:0}
  .footer-inner{grid-template-columns:1fr;gap:22px}
  .footer-bottom{flex-direction:column;gap:6px}
  .mobile-fixed-cta{display:flex;position:fixed;z-index:90;bottom:14px;left:16px;right:16px;height:54px;align-items:center;justify-content:center;background:var(--gold);color:#fff;font-weight:600;box-shadow:0 12px 35px rgba(9,28,45,.3)}
  body{padding-bottom:70px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
  *{animation:none!important;transition:none!important}
}


/* v5 — hero scroll cue */
.hero-actions{display:flex;align-items:center}
.hero-scroll-cue{
  position:absolute;
  left:0;
  bottom:18px;
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:rgba(255,255,255,.82);
  font-size:11px;
  font-weight:600;
  letter-spacing:.20em;
  z-index:3;
}
.hero-scroll-cue::before{
  content:"";
  width:46px;
  height:1px;
  background:rgba(255,255,255,.62);
}
.hero-scroll-cue span{
  font-size:15px;
  letter-spacing:0;
  animation:scrollNudge 1.8s ease-in-out infinite;
}
@keyframes scrollNudge{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(5px)}
}

/* v4 — dilemma conclusion */
.dilemma-conclusion{
  max-width:980px;
  margin:64px auto 0;
  padding:38px 44px 42px;
  text-align:center;
  background:var(--navy);
  color:#fff;
}
.dilemma-conclusion>span{
  display:block;
  margin-bottom:20px;
  color:var(--gold-light);
  font-size:10px;
  font-weight:600;
  letter-spacing:.20em;
}
.dilemma-conclusion p{
  margin:0 0 9px;
  color:rgba(255,255,255,.72);
  font-size:18px;
  line-height:1.75;
}
.dilemma-conclusion strong{
  display:block;
  color:#fff;
  font-size:27px;
  font-weight:500;
  line-height:1.65;
}

/* v4 — producer definition */
.producer-definition{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:18px;
  margin:42px 0 0;
  padding:20px 26px;
  border:1px solid rgba(255,255,255,.16);
  color:rgba(255,255,255,.58);
  font-size:11px;
  letter-spacing:.12em;
}
.producer-definition i{
  color:var(--gold-light);
  font-style:normal;
}
.producer-definition strong{
  color:#fff;
  font-weight:600;
}

/* v4 — menu sections should open as an independent screen on desktop */
.strategy-section,
.review-section,
.pcm-section,
.rental-section,
.first-meeting-section,
.insights-section{
  min-height:calc(100svh - var(--header-height));
  display:flex;
  align-items:center;
}
.strategy-section>.container,
.review-section>.container,
.pcm-section>.container,
.rental-section>.container,
.first-meeting-section>.container,
.insights-section>.container{
  width:min(calc(100% - 48px),var(--max));
}

/* Blog starts cleanly and does not reveal next CTA section */
.insights-section{
  padding-top:110px;
  padding-bottom:110px;
}

@media(max-width:680px){
  .hero-scroll-cue{
    position:static;
    margin-top:34px;
  }
  .dilemma-conclusion{
    padding:30px 20px 34px;
  }
  .dilemma-conclusion p{
    font-size:15px;
  }
  .dilemma-conclusion strong{
    font-size:21px;
  }
  .producer-definition{
    justify-content:flex-start;
    gap:11px;
    font-size:9px;
  }
  .strategy-section,
  .review-section,
  .pcm-section,
  .rental-section,
  .first-meeting-section,
  .insights-section{
    min-height:auto;
    display:block;
  }
}


/* v5 — compact dilemma section */
@media(min-width:981px){
  .strategy-section{
    padding:64px 0 54px;
  }
  .strategy-section .section-heading{
    max-width:720px;
  }
  .strategy-section .section-heading h2{
    margin-top:14px;
    margin-bottom:12px;
    font-size:clamp(38px,3.4vw,50px);
    line-height:1.34;
  }
  .strategy-section .section-heading p{
    font-size:15px;
  }
  .strategy-section .choice-grid{
    margin-top:34px;
  }
  .strategy-section .choice-card{
    min-height:255px;
    padding:28px 30px 26px;
  }
  .strategy-section .choice-index{
    margin-bottom:26px;
  }
  .strategy-section .choice-card h3{
    margin-bottom:14px;
    font-size:25px;
  }
  .strategy-section .choice-card strong{
    margin-bottom:9px;
    font-size:15px;
  }
  .strategy-section .choice-card p{
    font-size:13px;
    line-height:1.65;
  }
  .strategy-section .dilemma-conclusion{
    margin-top:34px;
    padding:24px 34px 28px;
  }
  .strategy-section .dilemma-conclusion>span{
    margin-bottom:13px;
  }
  .strategy-section .dilemma-conclusion p{
    margin-bottom:5px;
    font-size:16px;
    line-height:1.6;
  }
  .strategy-section .dilemma-conclusion strong{
    font-size:23px;
    line-height:1.5;
  }
}

/* v5 — producer line readability */
.producer-definition{
  letter-spacing:0;
  font-size:14px;
  font-weight:500;
}
.producer-definition strong{
  font-size:15px;
}
.producer-definition span:last-child{
  color:rgba(255,255,255,.76);
}

/* v5 — closing brand statement */
.brand-closing{
  background:var(--paper);
  padding:76px 0 82px;
  border-top:1px solid var(--line);
}
.brand-closing-inner{
  text-align:center;
}
.brand-closing-kicker{
  display:block;
  margin-bottom:18px;
  color:var(--gold);
  font-size:10px;
  font-weight:600;
  letter-spacing:.22em;
}
.brand-closing h2{
  margin:0 0 16px;
  color:var(--navy);
  font-size:clamp(42px,5vw,68px);
  font-weight:500;
  line-height:1.35;
}
.brand-closing p{
  margin:0;
  color:var(--muted);
  font-size:15px;
}

/* v5 — footer is company information only */
.footer-inner{
  grid-template-columns:220px 1fr auto;
}
.footer-copy p:first-child{
  color:rgba(255,255,255,.72);
}

@media(max-width:680px){
  .hero-scroll-cue{
    position:absolute;
    left:0;
    bottom:8px;
    margin-top:0;
  }
  .strategy-section{
    padding-top:72px;
    padding-bottom:72px;
  }
  .producer-definition{
    font-size:11px;
    line-height:1.7;
  }
  .producer-definition strong{
    font-size:12px;
  }
  .brand-closing{
    padding:60px 0 64px;
  }
  .brand-closing h2{
    font-size:40px;
  }
}

/* v6 — shorter dilemma conclusion */
.dilemma-conclusion{
  padding-top:26px;
  padding-bottom:28px;
}
.dilemma-conclusion strong{
  font-size:25px;
  line-height:1.58;
}
@media(max-width:680px){
  .dilemma-conclusion strong{
    font-size:20px;
  }
}

/* v7 — closing brand phrase */
.brand-closing h2{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.brand-closing h2 span{
  font-size:.48em;
  font-weight:400;
  letter-spacing:-.02em;
}
.brand-closing h2 strong{
  font-weight:500;
}


/* v9 — dilemma conclusion responsive text */
.mobile-conclusion{display:none}
.desktop-conclusion{display:inline}

/* v9 — mobile fixed CTA is hidden on hero and shown after scrolling */
@media(max-width:680px){
  .mobile-fixed-cta{
    display:flex;
    opacity:0;
    pointer-events:none;
    transform:translateY(18px);
    transition:opacity .25s ease, transform .25s ease;
  }
  .mobile-fixed-cta.visible{
    opacity:1;
    pointer-events:auto;
    transform:translateY(0);
  }

  .desktop-conclusion{display:none}
  .mobile-conclusion{display:inline}

  .dilemma-conclusion{
    padding-left:16px;
    padding-right:16px;
  }
  .dilemma-conclusion strong{
    font-size:18px;
    line-height:1.75;
    word-break:keep-all;
  }

  /* Footer: logo and TOP on first row, company info full-width below */
  .footer-inner{
    display:grid;
    grid-template-columns:1fr auto;
    gap:18px 16px;
    align-items:center;
  }
  .footer-logo{
    width:188px;
    grid-column:1;
    grid-row:1;
  }
  .back-to-top{
    grid-column:2;
    grid-row:1;
    align-self:center;
    white-space:nowrap;
  }
  .footer-copy{
    grid-column:1 / -1;
    grid-row:2;
    width:100%;
  }
  .footer-copy p{
    margin:0 0 6px;
    font-size:12px;
    line-height:1.6;
    white-space:normal;
    word-break:keep-all;
  }
  .footer-bottom{
    width:100%;
  }
}


/* 2026-07-13 site-wide rebuild: original LIO visual system retained */
.inline-gold-link{color:var(--gold);font-weight:600;white-space:nowrap}
.section-button-wrap{margin-top:30px!important}
.home-page .strategy-section{background:var(--paper)}
.home-page .review-section{background:var(--warm)}
.home-page .experience-section{background:#e8e4dc}
.home-page .first-meeting-section{background:var(--paper)}
.home-page .hero h1{max-width:920px}
.home-page .choice-card{min-height:310px}
.home-page .framework-row{grid-template-columns:56px 1fr 165px}
.home-page .project-image figcaption{font-size:11px;letter-spacing:.05em}
.pcm-page .site-header .desktop-nav a[href="index.html"]{color:var(--gold)}
@media(max-width:680px){
  .home-page .framework-row{grid-template-columns:42px 1fr}
  .home-page .framework-keywords{grid-column:2}
  .section-button-wrap .button{width:100%}
}


/* ==============================================================
   v2 navigation + separate homepage hero image
   ============================================================== */

.home-page .hero-background{
  background-image:url("assets/hero-home.webp");
  background-position:center 52%;
}
.pcm-page .hero-background{
  background-image:url("assets/hero-city.webp");
  background-position:center 68%;
}

/* Top-level navigation */
.desktop-nav{
  align-items:center;
}
.desktop-nav > a,
.nav-dropdown-trigger{
  font-size:12.5px;
  font-weight:500;
  position:relative;
  white-space:nowrap;
}
.desktop-nav > a::after,
.nav-dropdown-trigger::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:1px;
  background:var(--gold);
  transition:width .25s;
}
.desktop-nav > a:hover::after,
.desktop-nav > a.active::after,
.nav-dropdown:hover .nav-dropdown-trigger::after,
.nav-dropdown-trigger.active::after{
  width:100%;
}
.nav-dropdown-trigger.active{
  color:var(--gold);
}
.nav-dropdown{
  position:relative;
  display:flex;
  align-items:center;
}
.nav-caret{
  display:inline-block;
  margin-left:5px;
  font-size:11px;
  transition:transform .2s ease;
}
.nav-dropdown:hover .nav-caret,
.nav-dropdown:focus-within .nav-caret{
  transform:rotate(180deg);
}
.nav-dropdown-menu{
  position:absolute;
  top:calc(100% + 22px);
  left:50%;
  width:190px;
  padding:10px;
  background:rgba(251,250,247,.99);
  color:var(--navy);
  border:1px solid rgba(164,134,98,.28);
  box-shadow:0 18px 48px rgba(8,31,49,.18);
  opacity:0;
  visibility:hidden;
  transform:translate(-50%,-8px);
  transition:opacity .2s ease, transform .2s ease, visibility .2s;
}
.nav-dropdown-menu::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-24px;
  height:24px;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
}
.nav-dropdown-menu a{
  display:block;
  padding:9px 11px;
  font-size:12px;
  line-height:1.45;
  border-bottom:1px solid rgba(14,43,67,.08);
}
.nav-dropdown-menu a:last-child{
  border-bottom:0;
}
.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus{
  color:var(--gold);
  background:rgba(164,134,98,.06);
}
.nav-dropdown-menu a::after{
  display:none!important;
}

/* Mobile nested PCM menu */
.mobile-subnav{
  border-bottom:1px solid var(--line);
}
.mobile-subnav-toggle{
  width:100%;
  padding:13px 0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border:0;
  background:transparent;
  color:var(--navy);
  font-size:14px;
  text-align:left;
  cursor:pointer;
}
.mobile-subnav-icon{
  font-size:18px;
  font-weight:300;
  transition:transform .2s ease;
}
.mobile-subnav.open .mobile-subnav-icon{
  transform:rotate(45deg);
}
.mobile-subnav-menu{
  max-height:0;
  overflow:hidden;
  padding-left:15px;
  transition:max-height .28s ease;
}
.mobile-subnav.open .mobile-subnav-menu{
  max-height:420px;
  padding-bottom:8px;
}
.mobile-subnav-menu a{
  padding:10px 0;
  font-size:13px;
  color:var(--muted);
  border-bottom:1px solid rgba(14,43,67,.07);
}
.mobile-subnav-menu a:last-child{
  border-bottom:0;
}

@media(max-width:680px){
  .home-page .hero-background{
    background-position:58% center;
  }
  .home-page .hero h1{
    max-width:100%;
  }
  .home-page .hero-actions .button{
    width:100%;
    justify-content:center;
  }
}


/* ==============================================================
   v3 confirmed content revision — 2026-07-13
   ============================================================== */

/* Hero: philosophy first, business definition second */
.hero-identity{
  margin:22px 0 18px;
  color:var(--gold);
  font-size:13px;
  font-weight:600;
  letter-spacing:.08em;
}
.home-page .hero-description{
  max-width:770px;
  line-height:1.9;
}
.home-page .hero-actions{
  margin-top:0;
}

/* Why rental housing */
.rental-intro{
  margin:10px 0 58px auto;
  max-width:740px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:54px;
  padding-top:34px;
  border-top:1px solid var(--line);
}
.rental-intro p,
.rental-intro strong{
  margin:0;
  font-size:16px;
  line-height:2;
}
.rental-intro p{
  color:var(--muted);
  font-weight:400;
}
.rental-intro strong{
  color:var(--navy);
  font-weight:600;
}
.rental-keywords-three{
  grid-template-columns:repeat(3,1fr);
}
.rental-keywords-three .rental-keyword{
  min-height:330px;
  padding:36px 30px 40px;
}
.rental-audience{
  margin:18px 0 8px!important;
  color:var(--gold)!important;
  font-size:12px!important;
  font-weight:600!important;
  letter-spacing:.08em;
}
.rental-keywords-three .rental-keyword h3{
  min-height:64px;
  line-height:1.55;
}
.rental-conclusion{
  margin:62px auto 0;
  text-align:center;
}
.rental-conclusion p{
  margin:0 0 12px;
  color:var(--navy);
  font-family:var(--serif);
  font-size:23px;
  line-height:1.65;
}
.rental-conclusion strong{
  color:var(--gold);
  font-family:var(--serif);
  font-size:30px;
  font-weight:500;
}
.rental-condition{
  margin-top:45px;
}

/* Project cases replace personal profile */
.projects-section{
  background:#e8e4dc;
}
.projects-heading{
  display:grid;
  grid-template-columns:minmax(280px,.85fr) minmax(420px,1.15fr);
  column-gap:80px;
  align-items:end;
  margin-bottom:58px;
}
.projects-heading .eyebrow{
  grid-column:1 / -1;
  margin-bottom:22px;
}
.projects-heading h2{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(38px,4.2vw,62px);
  font-weight:500;
  line-height:1.35;
  color:var(--navy);
}
.projects-heading > p{
  margin:0 0 7px;
  color:var(--muted);
  font-size:15px;
  line-height:1.9;
}
.project-case-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:34px;
}
.project-case{
  background:rgba(251,250,247,.78);
  border:1px solid rgba(14,43,67,.14);
  overflow:hidden;
  transition:transform .28s ease, box-shadow .28s ease;
}
.project-case:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 50px rgba(14,43,67,.11);
}
.project-case-media{
  position:relative;
  aspect-ratio:16/9;
  overflow:hidden;
  background:var(--navy);
}
.project-case-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}
.project-case:hover .project-case-media img{
  transform:scale(1.025);
}
.project-case-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 45%,rgba(8,31,49,.58) 100%);
  pointer-events:none;
}
.project-status{
  position:absolute;
  right:18px;
  bottom:16px;
  z-index:2;
  padding:7px 10px;
  background:rgba(8,31,49,.9);
  color:#fff;
  font-size:10px;
  font-weight:600;
  letter-spacing:.11em;
}
.project-case-body{
  padding:30px 32px 34px;
}
.project-case-label{
  display:flex;
  align-items:center;
  gap:13px;
  margin-bottom:18px;
}
.project-case-label span{
  color:var(--gold);
  font-family:var(--serif);
  font-size:15px;
}
.project-case-label em{
  color:var(--gold);
  font-size:10px;
  font-style:normal;
  font-weight:600;
  letter-spacing:.11em;
}
.project-case h3{
  margin:0 0 14px;
  color:var(--navy);
  font-size:23px;
  line-height:1.45;
}
.project-case-body > p{
  min-height:76px;
  margin:0 0 24px;
  color:var(--muted);
  font-size:14px;
  line-height:1.8;
}
.project-case dl{
  margin:0;
  border-top:1px solid var(--line);
}
.project-case dl > div{
  display:grid;
  grid-template-columns:74px 1fr;
  gap:12px;
  padding:12px 0;
  border-bottom:1px solid var(--line);
}
.project-case dt{
  color:var(--gold);
  font-size:10px;
  font-weight:700;
  letter-spacing:.11em;
}
.project-case dd{
  margin:0;
  color:var(--navy);
  font-size:12.5px;
  line-height:1.65;
}
.project-case-graphic{
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    linear-gradient(rgba(164,134,98,.10) 1px,transparent 1px),
    linear-gradient(90deg,rgba(164,134,98,.10) 1px,transparent 1px),
    var(--navy);
  background-size:48px 48px;
}
.project-case-graphic::after{
  background:linear-gradient(180deg,rgba(8,31,49,.08),rgba(8,31,49,.58));
}
.project-graphic-number{
  position:absolute;
  left:24px;
  top:18px;
  color:rgba(255,255,255,.16);
  font-family:var(--serif);
  font-size:76px;
  line-height:1;
}
.project-graphic-flow{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:14px;
  color:#fff;
  font-size:13px;
  letter-spacing:.02em;
}
.project-graphic-flow i{
  color:var(--gold);
  font-style:normal;
}
.projects-closing{
  margin:62px 0 0;
  padding-top:38px;
  border-top:1px solid rgba(14,43,67,.18);
}
.projects-closing p,
.projects-closing strong{
  display:block;
  margin:0;
  font-family:var(--serif);
  font-size:clamp(24px,2.3vw,34px);
  font-weight:500;
  line-height:1.65;
}
.projects-closing p{ color:var(--navy); }
.projects-closing strong{ color:var(--gold); }
.projects-note{
  margin:18px 0 0;
  color:var(--muted);
  font-size:11px;
  line-height:1.7;
}

@media(max-width:980px){
  .projects-heading{
    grid-template-columns:1fr;
    gap:24px;
  }
  .project-case-grid{
    grid-template-columns:1fr;
  }
  .rental-intro{
    grid-template-columns:1fr;
    gap:18px;
  }
}

@media(max-width:680px){
  .home-page .hero-description br{
    display:none;
  }
  .hero-identity{
    margin-top:18px;
    font-size:11px;
    line-height:1.65;
  }
  .rental-heading{
    gap:25px;
  }
  .rental-intro{
    margin:0 0 40px;
    padding-top:26px;
  }
  .rental-intro p,
  .rental-intro strong{
    font-size:14px;
    line-height:1.9;
  }
  .rental-keywords-three{
    grid-template-columns:1fr;
  }
  .rental-keywords-three .rental-keyword{
    min-height:0;
  }
  .rental-keywords-three .rental-keyword h3{
    min-height:0;
  }
  .rental-conclusion{
    margin-top:44px;
    text-align:left;
  }
  .rental-conclusion p{
    font-size:19px;
  }
  .rental-conclusion strong{
    font-size:24px;
    line-height:1.55;
  }
  .projects-heading{
    margin-bottom:38px;
  }
  .projects-heading h2{
    font-size:36px;
  }
  .projects-heading > p br{
    display:none;
  }
  .project-case-grid{
    gap:24px;
  }
  .project-case-body{
    padding:25px 22px 28px;
  }
  .project-case h3{
    font-size:21px;
  }
  .project-case-body > p{
    min-height:0;
  }
  .project-case dl > div{
    grid-template-columns:62px 1fr;
  }
  .project-graphic-flow{
    flex-direction:column;
    gap:8px;
  }
  .project-graphic-flow i{
    transform:rotate(90deg);
  }
  .projects-closing{
    margin-top:44px;
  }
  .projects-closing p,
  .projects-closing strong{
    font-size:23px;
  }
}


/* ==============================================================
   v4 — WHY RENTAL HOUSING unified reading flow
   ============================================================== */

.rental-heading-unified{
  display:grid;
  grid-template-columns:minmax(300px,.58fr) minmax(560px,1.42fr);
  gap:96px;
  align-items:start;
  margin-bottom:66px;
}

.rental-heading-unified .rental-title h2{
  margin-bottom:0;
}

.rental-narrative{
  padding-top:3px;
}

.rental-narrative p,
.rental-narrative strong{
  display:block;
  margin:0;
  color:var(--navy);
}

.rental-narrative-lead{
  padding-bottom:28px;
  border-bottom:1px solid var(--line);
  font-size:18px;
  font-weight:600;
  line-height:1.85;
}

.rental-narrative > p:not(.rental-narrative-lead){
  margin-top:30px;
  color:var(--muted);
  font-size:16px;
  line-height:2;
}

.rental-narrative strong{
  margin-top:22px;
  font-size:17px;
  font-weight:700;
  line-height:1.9;
}

.rental-keywords-three{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.rental-keywords-three .rental-keyword{
  min-height:320px;
  padding:38px 30px 40px;
}

.rental-keywords-three .rental-keyword h3{
  min-height:64px;
  margin-top:35px;
  font-size:20px;
  line-height:1.55;
}

.rental-keywords-three .rental-keyword > p:last-child{
  line-height:1.9;
}

.rental-condition{
  margin-top:44px;
}

/* PCM acronym clarity inside the serif headline */
.pcm-word{
  display:inline-block;
  font-family:Arial,Helvetica,sans-serif;
  font-size:.82em;
  font-weight:700;
  letter-spacing:.075em;
  line-height:1;
  transform:translateY(-.025em);
}

@media(max-width:980px){
  .rental-heading-unified{
    grid-template-columns:.72fr 1.28fr;
    gap:54px;
  }
}

@media(max-width:760px){
  .rental-heading-unified{
    grid-template-columns:1fr;
    gap:34px;
    margin-bottom:44px;
  }

  .rental-narrative{
    padding-top:0;
  }

  .rental-narrative-lead{
    font-size:16px;
  }

  .rental-narrative > p:not(.rental-narrative-lead){
    font-size:14px;
  }

  .rental-narrative strong{
    font-size:15px;
  }

  .rental-keywords-three{
    grid-template-columns:1fr;
  }

  .rental-keywords-three .rental-keyword{
    min-height:0;
  }

  .rental-keywords-three .rental-keyword h3{
    min-height:0;
  }
}


/* ==============================================================
   v5 — copy reduction and spacing cleanup
   ============================================================== */

.home-page .hero-actions{
  margin-top:34px;
}

.rental-keywords-three{
  margin-bottom:0;
}

.projects-heading h2{
  max-width:560px;
}

.projects-heading p{
  max-width:610px;
}

.projects-note{
  margin-top:34px;
}

.first-meeting-copy h2{
  max-width:640px;
}

/* v4의 PCM 전용 글자 스타일은 헤드라인에서 더 이상 사용하지 않음 */
.pcm-word{
  font:inherit;
  letter-spacing:inherit;
  transform:none;
}

@media(max-width:760px){
  .home-page .hero-actions{
    margin-top:28px;
  }

  .projects-note{
    margin-top:26px;
  }
}


/* ==============================================================
   v6 — final homepage hero copy and supplied photograph
   ============================================================== */

.home-page .hero-background{
  background-image:url("assets/hero-home.webp");
  background-position:center center;
}

@media(max-width:760px){
  .home-page .hero-background{
    background-position:58% center;
  }
}


/* ==============================================================
   v9 — nine-project portfolio hierarchy
   ============================================================== */

.projects-section{
  background:#e8e4dc;
}

.projects-section .projects-heading{
  margin-bottom:72px;
}

.projects-section .projects-heading h2{
  max-width:660px;
}

.project-group{
  padding-top:56px;
  border-top:1px solid rgba(14,43,67,.22);
}

.project-group + .project-group{
  margin-top:92px;
}

.project-group-heading{
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  gap:22px;
  max-width:900px;
  margin-bottom:34px;
}

.project-group-heading > span{
  padding-top:5px;
  color:var(--gold);
  font-family:var(--serif);
  font-size:18px;
}

.project-group-heading p{
  margin:0 0 8px;
  color:var(--gold);
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
}

.project-group-heading h3{
  margin:0 0 12px;
  color:var(--navy);
  font-family:var(--serif);
  font-size:clamp(29px,3vw,43px);
  font-weight:500;
  line-height:1.35;
}

.project-group-heading strong{
  display:block;
  color:var(--muted);
  font-size:14px;
  font-weight:400;
  line-height:1.85;
}

.project-grid{
  display:grid;
  gap:28px;
}

.project-grid-three{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

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

.projects-section .project-case{
  display:flex;
  flex-direction:column;
  min-width:0;
}

.projects-section .project-case-media{
  aspect-ratio:3/2;
}

.projects-section .project-case-media img{
  display:block;
}

.projects-section .project-case-body{
  display:flex;
  flex-direction:column;
  flex:1;
}

.projects-section .project-case-label{
  flex-wrap:wrap;
  row-gap:7px;
}

.projects-section .project-case-label em{
  line-height:1.55;
}

.projects-section .project-case h3{
  min-height:67px;
  margin-bottom:8px;
}

.project-location{
  min-height:0!important;
  margin:0 0 18px!important;
  color:var(--gold)!important;
  font-size:12px!important;
  font-weight:600;
  line-height:1.6!important;
}

.projects-section .project-case-body > p:not(.project-location){
  min-height:78px;
}

.projects-section .project-case dl{
  margin-top:auto;
}

.project-case-featured .project-case-body{
  padding:27px 25px 30px;
}

.project-case-featured h3{
  font-size:21px;
}

.project-case-featured .project-case-body > p:not(.project-location){
  min-height:100px;
}

.project-case-featured dl > div{
  grid-template-columns:59px 1fr;
}

.project-metrics{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin:-2px 0 23px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.project-metrics > div{
  padding:17px 13px 16px 0;
}

.project-metrics > div + div{
  padding-left:18px;
  border-left:1px solid var(--line);
}

.project-metrics strong,
.project-metrics span{
  display:block;
}

.project-metrics strong{
  margin-bottom:4px;
  color:var(--navy);
  font-family:var(--serif);
  font-size:27px;
  font-weight:500;
}

.project-metrics span{
  color:var(--muted);
  font-size:10.5px;
  line-height:1.6;
}

.project-case-compact{
  display:grid!important;
  grid-template-columns:minmax(210px,.42fr) minmax(0,.58fr);
}

.project-case-compact .project-case-media{
  height:100%;
  min-height:430px;
  aspect-ratio:auto;
}

.project-case-compact .project-case-body > p:not(.project-location){
  min-height:64px;
}

.projects-section .projects-note{
  margin-top:52px;
  padding-top:23px;
  border-top:1px solid rgba(14,43,67,.18);
  font-size:10.5px;
  line-height:1.85;
}

@media(max-width:1180px){
  .project-grid-three{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .project-grid-three .project-case:last-child{
    grid-column:1 / -1;
    max-width:calc(50% - 14px);
  }
}

@media(max-width:900px){
  .project-grid-three,
  .project-grid-two,
  .project-grid-public{
    grid-template-columns:1fr;
  }
  .project-grid-three .project-case:last-child{
    grid-column:auto;
    max-width:none;
  }
  .project-case-compact{
    grid-template-columns:minmax(230px,.45fr) minmax(0,.55fr);
  }
}

@media(max-width:680px){
  .projects-section .projects-heading{
    margin-bottom:56px;
  }
  .projects-section .projects-heading h2{
    font-size:34px;
    line-height:1.45;
  }
  .projects-section .projects-heading > p br{
    display:block;
  }
  .project-group{
    padding-top:38px;
  }
  .project-group + .project-group{
    margin-top:64px;
  }
  .project-group-heading{
    grid-template-columns:38px minmax(0,1fr);
    gap:12px;
    margin-bottom:25px;
  }
  .project-group-heading h3{
    font-size:28px;
  }
  .project-grid{
    gap:22px;
  }
  .projects-section .project-case h3{
    min-height:0;
  }
  .projects-section .project-case-body > p:not(.project-location),
  .project-case-featured .project-case-body > p:not(.project-location){
    min-height:0;
  }
  .project-case-compact{
    display:flex!important;
  }
  .project-case-compact .project-case-media{
    min-height:0;
    aspect-ratio:3/2;
  }
  .project-metrics strong{
    font-size:24px;
  }
  .projects-section .projects-note br{
    display:block;
  }
}


/* ==============================================================
   v10 — simple 3×3 project gallery
   ============================================================== */

.projects-simple-section{
  background:#e8e4dc;
}

.projects-simple-heading{
  display:grid;
  grid-template-columns:minmax(260px,.7fr) minmax(440px,1.3fr);
  column-gap:70px;
  align-items:end;
  margin-bottom:46px;
}

.projects-simple-heading .eyebrow{
  grid-column:1 / -1;
  margin-bottom:16px;
}

.projects-simple-heading h2{
  margin:0;
  color:var(--navy);
  font-family:"Noto Serif KR",serif;
  font-size:clamp(36px,4vw,58px);
  font-weight:500;
  line-height:1.25;
}

.projects-simple-heading p{
  margin:0 0 7px;
  color:var(--muted);
  font-size:15px;
  line-height:1.85;
}

.projects-simple-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:34px 24px;
}

.project-simple-card{
  min-width:0;
}

.project-simple-media{
  position:relative;
  overflow:hidden;
  aspect-ratio:3 / 2;
  background:#c8c3ba;
}

.project-simple-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(9,31,49,.42) 0%,
    rgba(9,31,49,.04) 36%,
    rgba(9,31,49,.22) 100%
  );
  pointer-events:none;
}

.project-simple-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .45s ease;
}

.project-simple-card:hover .project-simple-media img{
  transform:scale(1.025);
}

.project-simple-type,
.project-simple-state{
  position:absolute;
  z-index:2;
  top:16px;
  color:#fff;
  font-size:10px;
  line-height:1;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.project-simple-type{
  left:16px;
  font-weight:700;
}

.project-simple-state{
  right:16px;
  padding-left:12px;
  border-left:1px solid rgba(255,255,255,.45);
  color:rgba(255,255,255,.82);
  font-weight:500;
}

.project-simple-copy{
  padding:17px 2px 0;
}

.project-simple-copy h3{
  margin:0;
  color:var(--navy);
  font-family:"Noto Serif KR",serif;
  font-size:21px;
  font-weight:500;
  line-height:1.45;
}

.project-simple-copy p{
  margin:7px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.65;
}

.projects-simple-note{
  margin:40px 0 0;
  padding-top:22px;
  border-top:1px solid rgba(15,43,67,.14);
  color:var(--muted);
  font-size:11px;
  line-height:1.8;
}

@media(max-width:980px){
  .projects-simple-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .projects-simple-heading{
    grid-template-columns:1fr;
    row-gap:18px;
  }
}

@media(max-width:620px){
  .projects-simple-grid{
    grid-template-columns:1fr;
    gap:30px;
  }

  .projects-simple-heading{
    margin-bottom:34px;
  }

  .projects-simple-heading p{
    font-size:14px;
  }

  .project-simple-copy h3{
    font-size:20px;
  }

  .project-simple-type,
  .project-simple-state{
    top:13px;
    font-size:9px;
  }

  .project-simple-type{
    left:13px;
  }

  .project-simple-state{
    right:13px;
  }
}


/* v11 — final project order and compact overlay labels */
.project-simple-type{
  max-width:68%;
  line-height:1.35;
}
.project-simple-state{
  max-width:29%;
  text-align:right;
  line-height:1.35;
}
@media(max-width:620px){
  .project-simple-type{
    max-width:65%;
    letter-spacing:.09em;
  }
  .project-simple-state{
    max-width:31%;
    letter-spacing:.08em;
  }
}
