:root{--olive:#6f7c43;--olive2:#526033;--brown:#625247;--lime:#b6cf52;--soft:#f7f8f2;--text:#262821;--muted:#74796c;--line:#e3e7da}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:98px}body{margin:0;font-family:"Noto Sans KR","Apple SD Gothic Neo",sans-serif;color:var(--text);background:#fff;line-height:1.65}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}
.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.05)}.head-in{min-height:92px;display:flex;align-items:center;gap:24px}.logo{margin-right:auto}.logo img{width:235px;height:62px;object-fit:contain;object-position:left center}.head-in nav{display:flex;gap:18px;font-size:18px;font-weight:750;color:#4d5740}.head-in nav a:hover{color:var(--olive)}.phone{display:flex;flex-direction:column;align-items:flex-end;line-height:1.1;background:var(--olive2);color:#fff;padding:10px 17px;border-radius:14px;white-space:nowrap}.phone span{font-size:12px;opacity:.72;margin-bottom:4px}.phone b{font-size:26px}
.hero{min-height:820px;position:relative;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(47,55,31,.88),rgba(47,55,31,.58) 42%,rgba(47,55,31,.10) 78%)}.hero-in{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:48px;align-items:center;padding:100px 0}.hero-copy{max-width:700px;color:#fff}.eyebrow,.section-title small{display:inline-block;color:#d4e482;font-weight:900;font-size:13px;letter-spacing:.12em;margin-bottom:14px}.hero-copy h1{font-size:clamp(44px,5.2vw,72px);line-height:1.08;font-weight:300;margin:0 0 22px}.hero-copy h1 strong{font-weight:850}.hero-copy>p{max-width:650px;font-size:18px;color:rgba(255,255,255,.88);margin:0 0 24px}.chips{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:28px}.chips span{padding:9px 13px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.10);font-size:13px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.btn{padding:14px 20px;border-radius:999px;font-weight:800}.btn.white{background:#fff;color:var(--olive2)}.btn.line{border:1px solid rgba(255,255,255,.45);color:#fff}
.form-box{background:rgba(255,255,255,.97);border-radius:28px;padding:28px;box-shadow:0 20px 50px rgba(0,0,0,.20)}.form-box small{color:var(--olive);font-weight:900}.form-box h3{font-size:27px;margin:5px 0;color:var(--olive2)}.form-box p{font-size:14px;color:var(--muted);margin:0 0 16px}.form-box form{display:grid;gap:11px}.form-box input:not([type=checkbox]){height:52px;border:1px solid var(--line);border-radius:13px;padding:0 14px;font-size:15px}.form-box label{font-size:13px;color:#5f6654;display:flex;gap:7px;align-items:flex-start}.form-box button{height:54px;border:0;border-radius:14px;background:var(--olive2);color:#fff;font-size:16px;font-weight:800;cursor:pointer}
.section{padding:108px 0}.soft{background:var(--soft)}.section-title{max-width:800px;margin-bottom:30px}.section-title h2{font-size:clamp(34px,4vw,50px);line-height:1.18;margin:0 0 13px;color:var(--olive2)}.section-title p{margin:0;color:var(--muted);font-size:16px}
.project-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:48px;align-items:center}.project-img img{width:100%;min-height:500px;object-fit:cover;border-radius:26px;box-shadow:0 20px 50px rgba(66,77,43,.14)}.specs{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden;margin-top:30px}.specs>div{background:#fff;padding:18px}.specs dt{font-size:12px;color:#939887;margin-bottom:4px}.specs dd{margin:0;font-weight:800;color:var(--olive2)}
.viewer{background:#fff;border:1px solid var(--line);border-radius:24px;padding:16px;box-shadow:0 12px 35px rgba(66,77,43,.07)}.viewer img{width:100%;border-radius:14px}.dark{background:linear-gradient(160deg,#384127,#4e5c31)}.section-title.light h2,.section-title.light p{color:#fff}.section-title.light p{color:rgba(255,255,255,.72)}.dark-view{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);box-shadow:none}
.tabs{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:18px}.tabs button{border:1px solid #d7deca;background:#eef1e7;color:var(--olive2);padding:11px 16px;border-radius:13px;font-weight:800;cursor:pointer}.tabs button.on{background:var(--olive2);color:#fff;border-color:var(--olive2)}
.unit-view img{max-width:1000px;margin:auto}.interior-area{margin-top:44px}.sub-title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:16px}.sub-title h3{margin:0;font-size:28px;color:var(--olive2)}.sub-title p{margin:0;color:var(--muted);font-size:15px}.interior-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.interior-grid article{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 25px rgba(66,77,43,.06)}.interior-grid img{width:100%;aspect-ratio:4/3;object-fit:cover}.interior-grid article div{padding:16px 18px 18px}.interior-grid b{display:block;color:var(--olive2);font-size:20px;margin-bottom:4px}.interior-grid span{display:block;color:#69705f;font-size:14px}
footer{background:#303725;color:#fff;padding:48px 0 110px}.footer-in{text-align:center}.footer-name{font-size:24px;font-weight:850;margin-bottom:8px}.footer-phone{font-size:34px;font-weight:900;display:inline-block;margin-bottom:16px}.footer-in p{margin:2px 0;color:rgba(255,255,255,.75);font-size:13px}.footer-in small{display:block;max-width:820px;margin:17px auto 0;color:rgba(255,255,255,.45);font-size:11px}.mobile-call{display:none;position:fixed;left:12px;right:12px;bottom:12px;z-index:150;background:var(--olive2);color:#fff;border-radius:15px;padding:15px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.22)}
.reveal{opacity:0;transform:translateY(18px);transition:.65s ease}.reveal.show{opacity:1;transform:none}
@media(max-width:1120px){.head-in nav{font-size:15px;gap:12px}.hero-in{grid-template-columns:1fr}.form-box{max-width:420px}.project-layout{grid-template-columns:1fr}.project-img img{min-height:auto}}
@media(max-width:860px){.head-in nav{display:none}.phone b{font-size:20px}.phone span{display:none}}
@media(max-width:680px){html{scroll-padding-top:74px}.wrap{width:min(100% - 24px,1180px)}.head-in{min-height:72px}.logo img{width:180px;height:46px}.phone{padding:9px 12px}.hero{min-height:auto}.hero-in{padding:80px 0 48px}.hero-copy h1{font-size:39px}.hero-shade{background:linear-gradient(180deg,rgba(47,55,31,.56),rgba(47,55,31,.88))}.section{padding:74px 0}.specs{grid-template-columns:1fr}.viewer{padding:9px;border-radius:17px}.sub-title{flex-direction:column;align-items:flex-start}.interior-grid{grid-template-columns:1fr}.mobile-call{display:block}footer{padding-bottom:95px}}
@media(max-width:430px){.hero-copy h1{font-size:34px}.section-title h2{font-size:31px}}

/* V2 NAVY THEME */
:root{
  --olive:#24324f;
  --olive2:#17233d;
  --brown:#29364f;
  --lime:#c7b689;
  --soft:#eef2f7;
  --text:#1f2633;
  --muted:#697387;
  --line:#dfe5ee;
}
body{
  background:#f6f8fb;
}
.header{
  background:rgba(247,249,252,.97);
}
.head-in nav{
  color:#34415c;
}
.head-in nav a:hover{
  color:#b9a16b;
}
.phone{
  background:#17233d;
}
.hero-shade{
  background:linear-gradient(90deg,rgba(18,31,56,.90),rgba(18,31,56,.62) 42%,rgba(18,31,56,.12) 78%);
}
.eyebrow,.section-title small{
  color:#c9b47f;
}
.btn.white{
  color:#17233d;
}
.form-box h3,
.section-title h2,
.specs dd,
.sub-title h3{
  color:#17233d;
}
.form-box button{
  background:#17233d;
}
.soft{
  background:#eaf0f7;
}
.dark{
  background:linear-gradient(160deg,#111d36,#243352);
}
.tabs button{
  background:#e6ebf3;
  color:#17233d;
  border-color:#d7deea;
}
.tabs button.on{
  background:#17233d;
  color:#fff;
  border-color:#17233d;
}
.dark .complex-tabs button{
  background:#ffffff;
  color:#17233d;
  border:1px solid rgba(255,255,255,.85);
  box-shadow:0 6px 18px rgba(0,0,0,.15);
}
.dark .complex-tabs button.on{
  background:#c7b689;
  color:#17233d;
  border-color:#c7b689;
}
footer{
  background:#111a2b;
}

/* 넓은 인테리어 섹션 */
.interior-section{
  background:#f2f5fa;
}
.interior-wide{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.interior-wide article{
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(23,35,61,.08);
}
.interior-wide img{
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover;
}
.interior-wide article div{
  padding:18px 22px 22px;
}
.interior-wide b{
  display:block;
  font-size:22px;
  color:#17233d;
  margin-bottom:4px;
}
.interior-wide span{
  display:block;
  color:#697387;
  font-size:15px;
}
@media(max-width:760px){
  .interior-wide{
    grid-template-columns:1fr;
  }
}

.zoomable{cursor:zoom-in}
.image-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:rgba(8,14,28,.92);
}
.image-modal.open{display:flex}
.image-modal img{
  max-width:94vw;
  max-height:90vh;
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:14px;
  box-shadow:0 24px 70px rgba(0,0,0,.45);
}
.image-modal-close{
  position:fixed;
  top:18px;
  right:22px;
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:34px;
  line-height:1;
  cursor:pointer;
}
body.modal-open{overflow:hidden}
