@font-face {
  font-family: "Pretendard";
  src: url("assets/PretendardVariable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
}

@font-face {
  font-family: "SUITE Display";
  src: url("assets/SUITE-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "SUITE Display";
  src: url("assets/SUITE-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

:root {
  --ink: #101820;
  --ink-soft: #4d5a67;
  --paper: #f5f7fa;
  --paper-deep: #e8edf3;
  --white: #fff;
  --mist: #eaf0f6;
  --blue: #0646ad;
  --navy: #071d37;
  --line: rgba(16, 24, 32, 0.15);
  --line-light: rgba(255, 255, 255, 0.2);
  --serif: "SUITE Display", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  --sans: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-variation-settings: "wght" 470; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 12px 18px; background: var(--ink); color: white; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.utility-bar { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 clamp(24px, 4vw, 72px); color: rgba(255,255,255,.84); background: var(--navy); font-size: 10px; font-weight: 620; letter-spacing: .08em; }
.utility-bar p { margin: 0; }
.utility-bar a { border-bottom: 1px solid rgba(255,255,255,.35); }

.site-header { height: 76px; display: grid; grid-template-columns: 168px 1fr auto; align-items: center; gap: 30px; padding: 0 clamp(24px, 4vw, 72px); background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(8,35,70,.12); position: sticky; top: 0; z-index: 40; backdrop-filter: blur(14px); }
.brand { width: 132px; height: 56px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 132px; height: auto; transform: none; mix-blend-mode: multiply; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(18px, 2.5vw, 42px); font-size: 12px; font-weight: 680; letter-spacing: -.01em; }
.desktop-nav a { position: relative; padding: 28px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 1px; background: var(--ink); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.quote-bag-button { border: 0; background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; padding: 12px 10px; }
.quote-count { min-width: 20px; height: 20px; display: inline-grid; place-items: center; margin-left: 4px; border-radius: 50%; color: white; background: var(--blue); font-size: 10px; }
.primary-small { min-width: 94px; padding: 13px 18px; color: white; background: var(--blue); text-align: center; font-size: 12px; font-weight: 750; }
.menu-button { width: 42px; height: 42px; display: none; border: 0; background: transparent; cursor: pointer; padding: 10px; }
.menu-button > span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { position: absolute; left: 0; right: 0; top: 76px; padding: 22px 24px 30px; background: white; border-top: 1px solid var(--line); box-shadow: 0 20px 40px rgba(0,0,0,.08); }
.mobile-nav a { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 22px; font-weight: 700; letter-spacing: -.035em; }
.mobile-nav a::after { content: "→"; font-family: var(--sans); font-size: 16px; }

.hero { min-height: calc(100svh - 110px); position: relative; display: flex; align-items: center; overflow: hidden; background: #e9eef4; border-bottom: 1px solid rgba(6,70,173,.16); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(244,248,252,.99) 0%, rgba(241,247,251,.91) 38%, rgba(232,241,247,.08) 72%); }
.hero-content { position: relative; z-index: 1; width: min(680px, 74vw); margin-left: clamp(24px, 8vw, 148px); padding: 90px 0; }
.eyebrow, .section-number { margin: 0; color: var(--blue); font-size: 10px; font-weight: 780; letter-spacing: .17em; }
.hero h1 { max-width: 920px; margin: 28px 0 0; font-family: var(--serif); word-break: keep-all; }
.hero-title-en { display: block; font-size: clamp(50px, 5.1vw, 76px); line-height: 1; letter-spacing: -.035em; font-weight: 700; }
.hero-title-ko { display: block; margin-top: 24px; font-size: clamp(26px, 2.55vw, 38px); line-height: 1.18; letter-spacing: -.025em; font-weight: 600; }
.hero-lead { max-width: 600px; margin: 34px 0 0; color: rgba(24,25,21,.72); font-size: clamp(15px, 1.2vw, 18px); line-height: 1.85; word-break: keep-all; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 42px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 25px; border: 1px solid rgba(24,25,21,.62); cursor: pointer; font-size: 13px; font-weight: 750; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-dark { color: white; background: var(--blue); border-color: var(--blue); }
.button-ghost { background: rgba(255,255,255,.45); backdrop-filter: blur(10px); }
.button-white { color: var(--ink); background: white; border-color: white; }
.hero-side-note { position: absolute; right: clamp(20px, 3vw, 52px); bottom: 28px; z-index: 1; margin: 0; font-size: 9px; font-weight: 800; letter-spacing: .18em; writing-mode: vertical-rl; transform: rotate(180deg); }

.service-note { display: grid; grid-template-columns: repeat(3, 1fr) auto; padding: 0 clamp(24px, 5vw, 88px); color: white; background: var(--navy); }
.service-note p, .service-note > a { min-height: 104px; margin: 0; display: flex; flex-direction: column; justify-content: center; padding: 18px 26px; border-right: 1px solid var(--line-light); }
.service-note p:first-child { border-left: 1px solid var(--line-light); }
.service-note strong { font-family: var(--serif); font-size: 17px; font-weight: 720; letter-spacing: -.025em; }
.service-note span { margin-top: 7px; color: rgba(255,255,255,.55); font-size: 11px; }
.service-note > a { min-width: 180px; flex-direction: row; align-items: center; justify-content: space-between; gap: 30px; color: white; background: var(--blue); border: 0; font-size: 12px; font-weight: 780; }
.service-note > a span { margin: 0; color: inherit; font-size: 18px; }

.section-shell { width: min(1440px, 100%); margin: 0 auto; padding: 124px clamp(24px, 6vw, 108px); }
.section-heading h2, .brand-copy h2, .about-copy h2, .quote-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 3.8vw, 58px); line-height: 1.16; letter-spacing: -.038em; font-weight: 710; word-break: keep-all; }
.section-heading p:not(.section-number) { margin: 24px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.8; word-break: keep-all; }
.split-heading { display: grid; grid-template-columns: minmax(160px,.7fr) 2fr; gap: 64px; align-items: start; }
.split-heading > div { max-width: 900px; }

.focus-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 74px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.focus-card { min-height: 200px; display: grid; grid-template-columns: 32px 1fr 48px; align-items: center; gap: 18px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .22s ease, padding .22s ease; }
.focus-card:hover, .focus-card:focus-visible { background: rgba(255,255,255,.65); padding-left: 38px; }
.focus-primary { background: #e8eff8; }
.focus-index { align-self: start; color: rgba(24,25,21,.48); font-size: 10px; }
.focus-card strong, .focus-card small { display: block; }
.focus-card strong { font-family: var(--serif); font-size: clamp(26px, 2.4vw, 38px); letter-spacing: -.035em; font-weight: 700; }
.focus-card small { margin-top: 8px; color: rgba(24,25,21,.5); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.round-arrow { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 18px; }
.focus-image { min-height: 360px; display: block; position: relative; padding: 0; overflow: hidden; }
.focus-image:hover { padding: 0; }
.focus-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .5s ease; }
.focus-image:hover img { transform: scale(1.035); }
.image-card-label { position: absolute; left: 20px; right: 20px; bottom: 20px; display: flex; align-items: center; justify-content: space-between; margin: 0; padding: 17px 20px; color: white; background: rgba(18,20,18,.84); font-size: 10px; font-weight: 800; letter-spacing: .14em; backdrop-filter: blur(8px); }

.bidet-guide { max-width: none; color: white; background: var(--navy); }
.bidet-guide .section-number { color: #91b8f1; }
.bidet-guide .section-heading p:not(.section-number) { color: rgba(255,255,255,.7); }
.keyword-kicker { margin: 0 0 22px !important; color: #91b8f1 !important; font-size: 10px !important; font-weight: 750; letter-spacing: .15em; }
.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1130px, calc(100% - 250px)); margin: 72px 0 0 auto; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.expertise-grid article { min-height: 240px; padding: 28px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.expertise-grid article > span { color: #91b8f1; font-size: 10px; font-weight: 780; }
.expertise-grid h3 { margin: 68px 0 14px; font-size: 21px; font-weight: 710; letter-spacing: -.035em; }
.expertise-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.75; word-break: keep-all; }

.catalog-section { background: #fff; border-top: 1px solid var(--line); }
.catalog-heading { display: grid; grid-template-columns: 1fr minmax(280px, 480px); gap: 50px; align-items: end; }
.catalog-heading h2 { margin-top: 22px; }
.catalog-heading > p { margin: 0 !important; }
.catalog-tools { display: flex; justify-content: space-between; gap: 28px; align-items: center; margin-top: 62px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.search-field { width: min(390px, 100%); display: grid; grid-template-columns: 1fr auto; align-items: center; border-bottom: 1px solid rgba(24,25,21,.42); }
.search-field input { min-width: 0; height: 45px; padding: 0; border: 0; outline: 0; background: transparent; font-size: 14px; }
.search-field span { font-size: 24px; transform: rotate(-15deg); }
.filter-tabs { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; }
.filter-tab { padding: 11px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; }
.filter-tab:hover, .filter-tab:focus-visible, .filter-tab.is-active { color: white; background: var(--ink); border-color: var(--ink); }
.stock-guidance { display: flex; align-items: center; gap: 9px; margin: 24px 0 0; color: #6b6356; font-size: 11px; line-height: 1.6; }
.stock-guidance span { color: #c28b45; font-size: 8px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 28px; background: var(--line); border: 1px solid var(--line); }
.product-card { min-width: 0; background: white; position: relative; contain: layout paint style; }
.product-image-button { width: 100%; aspect-ratio: 1 / .93; display: block; position: relative; overflow: hidden; border: 0; padding: 0; cursor: pointer; background: #f5f6f4; }
.product-image-button img { width: 100%; height: 100%; object-fit: contain; padding: 16%; transition: transform .45s ease; }
.product-card:hover .product-image-button img { transform: scale(1.045); }
.product-badge { position: absolute; left: 14px; top: 14px; z-index: 1; padding: 8px 10px; color: #6c573a; background: #ece3d3; font-size: 9px; font-weight: 800; letter-spacing: .05em; }
.product-body { padding: 22px 20px 24px; border-top: 1px solid rgba(24,25,21,.09); }
.product-category { margin: 0; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.product-body h3 { margin: 10px 0 5px; font-family: var(--serif); font-size: 25px; line-height: 1.12; letter-spacing: -.04em; font-weight: 720; }
.product-model { margin: 0; color: rgba(24,25,21,.55); font-size: 11px; font-weight: 750; letter-spacing: .06em; }
.product-spec { min-height: 42px; margin: 18px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.65; }
.product-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 20px; }
.product-actions button { min-height: 42px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 11px; font-weight: 750; }
.product-actions .add-quote { padding: 0 14px; color: white; background: var(--blue); border-color: var(--blue); }
.product-actions .add-quote.is-added { color: var(--ink); background: #dfe8ed; border-color: #dfe8ed; }
.empty-state { padding: 60px 0; text-align: center; color: var(--ink-soft); }

.brand-section { min-height: 760px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--navy); color: white; }
.brand-visual { min-height: 700px; overflow: hidden; }
.brand-visual img { width: 100%; height: 100%; object-fit: cover; opacity: .86; }
.brand-copy { align-self: center; padding: 90px clamp(34px, 6vw, 110px); }
.section-number.light { color: #9fb7dc; }
.brand-year { margin: 34px 0 16px; color: rgba(255,255,255,.52); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.brand-copy h2 { font-size: clamp(36px, 3.7vw, 56px); }
.brand-copy > p:not(.section-number):not(.brand-year) { margin: 32px 0 0; color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.9; word-break: keep-all; }
.brand-values { margin: 42px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.brand-values li { display: flex; gap: 22px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line-light); font-family: var(--serif); font-size: 16px; font-weight: 680; letter-spacing: .08em; }
.brand-values span { color: rgba(255,255,255,.4); font-family: var(--sans); font-size: 9px; }
.text-link { display: inline-flex; gap: 35px; align-items: center; margin-top: 34px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 12px; font-weight: 750; }

.project-section { padding-top: 130px; }
.project-types { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 76px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.project-types article { min-height: 270px; padding: 28px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-types span { color: var(--blue); font-size: 10px; font-weight: 800; }
.project-types h3 { margin: 74px 0 15px; font-family: var(--serif); font-size: 26px; font-weight: 500; letter-spacing: -.04em; }
.project-types p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.75; word-break: keep-all; }
.project-process { display: grid; grid-template-columns: .85fr 2.15fr; gap: 50px; margin-top: 100px; padding: 58px; background: #e8eff7; }
.process-intro h3 { margin: 22px 0 0; font-family: var(--serif); font-size: 30px; line-height: 1.26; font-weight: 700; letter-spacing: -.03em; }
.project-process ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.project-process li { min-height: 165px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-process li span { color: var(--blue); font-size: 9px; font-weight: 800; }
.project-process li strong { display: block; margin-top: 32px; font-size: 15px; }
.project-process li p { margin: 10px 0 0; color: var(--ink-soft); font-size: 11px; line-height: 1.6; word-break: keep-all; }

.about-section { min-height: 760px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; background: #fff; border-top: 1px solid var(--line); }
.about-mark { min-height: 680px; display: grid; place-items: center; position: relative; overflow: hidden; color: var(--blue); background: #e7eef7; font-family: var(--serif); font-size: clamp(250px, 34vw, 560px); line-height: 1; letter-spacing: -.14em; font-weight: 820; }
.about-mark::after { content: ""; width: 28%; aspect-ratio: 1; position: absolute; left: 50%; bottom: 18%; background: #e7eef7; transform: rotate(45deg); }
.about-copy { align-self: center; padding: 90px clamp(34px, 7vw, 130px); }
.about-copy h2 { margin-top: 26px; font-size: clamp(38px, 4vw, 58px); }
.about-copy > p:not(.section-number) { margin: 32px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.9; word-break: keep-all; }
.about-points { margin-top: 42px; border-top: 1px solid var(--line); }
.about-points p { display: grid; grid-template-columns: 120px 1fr; gap: 20px; margin: 0 !important; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 12px !important; line-height: 1.4 !important; }
.about-points strong { color: var(--blue); font-family: var(--serif); font-size: 16px; font-weight: 720; }

.faq-section { background: #fff; border-top: 1px solid var(--line); }
.faq-list { width: min(940px, calc(100% - 250px)); margin: 72px 0 0 auto; border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 16px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 680; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 10px; font-weight: 800; }
.faq-list summary::after { content: "+"; color: var(--blue); font-size: 25px; font-weight: 420; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -2px 48px 0 64px; padding: 0 0 28px; color: var(--ink-soft); font-size: 13px; line-height: 1.85; word-break: keep-all; }

.quote-section { display: grid; grid-template-columns: .88fr 1.12fr; color: white; background: #0e2b4b; }
.quote-intro { padding: 110px clamp(32px, 6vw, 108px); background: linear-gradient(145deg, #071d37 0%, #0b294b 100%); }
.quote-intro h2 { margin-top: 30px; font-size: clamp(38px, 4vw, 58px); }
.quote-intro > p:not(.section-number) { margin: 32px 0 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.85; word-break: keep-all; }
.quote-intro > a { display: inline-block; margin-top: 48px; padding-bottom: 9px; border-bottom: 1px solid rgba(255,255,255,.45); font-family: var(--serif); font-size: 18px; }
.quote-form { padding: 78px clamp(26px, 5vw, 80px); background: #10375f; }
.quote-selected { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 32px; padding: 18px 20px; color: var(--ink); background: #dce5e8; }
.quote-selected span, .quote-selected strong { display: block; }
.quote-selected span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.quote-selected strong { margin-top: 6px; font-size: 12px; }
.quote-selected button { border: 0; border-bottom: 1px solid rgba(24,25,21,.5); background: transparent; cursor: pointer; padding: 5px 0; font-size: 11px; font-weight: 750; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 24px; }
.form-grid label { display: block; }
.form-grid label > span { display: block; margin-bottom: 9px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 750; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; color: white; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); border-radius: 0; outline: 0; padding: 11px 0; font-size: 13px; }
.form-grid select { color-scheme: dark; }
.form-grid textarea { resize: vertical; min-height: 108px; line-height: 1.65; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: rgba(255,255,255,.3); }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: white; }
.full-field { grid-column: 1 / -1; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin-top: 26px; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.5; }
.consent input { margin: 2px 0 0; accent-color: var(--blue); }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 30px; }
.form-actions .button { border: 0; }
.copy-button { min-height: 54px; padding: 0 20px; color: white; border: 1px solid rgba(255,255,255,.35); background: transparent; cursor: pointer; font-size: 11px; font-weight: 750; }
.form-help { margin: 18px 0 0; color: rgba(255,255,255,.38); font-size: 9px; line-height: 1.6; }
.form-status { min-height: 18px; margin: 12px 0 0; color: #b7d4ff; font-size: 11px; }

.site-footer { padding: 68px clamp(24px, 5vw, 88px) 28px; background: #edf2f7; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 150px 1fr auto; gap: 42px; align-items: center; padding-bottom: 54px; }
.footer-top > img { width: 140px; mix-blend-mode: multiply; }
.footer-top > p { margin: 0; font-family: var(--serif); font-size: 22px; line-height: 1.45; font-weight: 680; letter-spacing: -.03em; }
.footer-top > p span { color: var(--ink-soft); font-family: var(--sans); font-size: 10px; }
.footer-top > a { font-size: 11px; font-weight: 750; }
.footer-info { display: flex; flex-wrap: wrap; gap: 8px 24px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.footer-info p { margin: 0; color: var(--ink-soft); font-size: 10px; line-height: 1.6; }
.footer-info strong { color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; color: rgba(24,25,21,.5); font-size: 9px; }
.footer-bottom p { margin: 0; }

dialog { max-width: none; max-height: none; border: 0; padding: 0; color: var(--ink); background: white; box-shadow: 0 24px 90px rgba(0,0,0,.28); }
dialog::backdrop { background: rgba(10,12,11,.68); backdrop-filter: blur(5px); }
.dialog-close { width: 48px; height: 48px; position: absolute; right: 20px; top: 20px; z-index: 5; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.92); cursor: pointer; font-size: 24px; }
.product-dialog { width: min(1120px, calc(100% - 40px)); height: min(760px, calc(100% - 40px)); }
.product-detail { min-height: 100%; display: grid; grid-template-columns: 1.03fr .97fr; }
.product-detail-image { display: grid; place-items: center; background: #f1f3f2; }
.product-detail-image img { width: 100%; max-height: 620px; object-fit: contain; padding: 12%; }
.product-detail-copy { padding: 76px clamp(28px, 5vw, 70px) 54px; overflow-y: auto; }
.product-detail-copy .product-category { font-size: 10px; }
.product-detail-copy h2 { margin: 16px 0 6px; font-family: var(--serif); font-size: clamp(42px, 5vw, 68px); line-height: 1; letter-spacing: -.06em; font-weight: 730; }
.detail-model { margin: 0; color: var(--ink-soft); font-size: 12px; font-weight: 750; letter-spacing: .08em; }
.detail-description { margin: 28px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
.detail-specs { margin-top: 34px; border-top: 1px solid var(--line); }
.detail-specs p { display: grid; grid-template-columns: 118px 1fr; gap: 18px; margin: 0; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 11px; line-height: 1.5; }
.detail-specs strong { color: var(--ink-soft); font-weight: 600; }
.detail-tech { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 24px; }
.detail-tech span { padding: 7px 9px; border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 750; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.detail-actions .button { flex: 1; min-width: 180px; }
.official-link { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid var(--line); font-size: 11px; font-weight: 750; }

.quote-dialog { width: min(720px, calc(100% - 40px)); max-height: min(760px, calc(100% - 40px)); }
.quote-dialog-header { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 36px 36px 24px; border-bottom: 1px solid var(--line); }
.quote-dialog-header h2 { margin: 10px 0 0; font-family: var(--serif); font-size: 42px; font-weight: 730; letter-spacing: -.05em; }
.static-close { position: static; flex: 0 0 auto; }
.quote-list { max-height: 480px; overflow-y: auto; padding: 0 36px; }
.quote-item { display: grid; grid-template-columns: 84px 1fr auto; gap: 18px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.quote-item img { width: 84px; height: 72px; object-fit: contain; background: #f3f4f2; }
.quote-item h3 { margin: 0; font-family: var(--serif); font-size: 20px; font-weight: 700; }
.quote-item p { margin: 5px 0 0; color: var(--ink-soft); font-size: 10px; }
.quote-item-control { display: flex; align-items: center; gap: 7px; }
.quote-item-control button { width: 28px; height: 28px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.quote-item-control input { width: 42px; height: 30px; border: 1px solid var(--line); text-align: center; }
.remove-item { margin-left: 6px; color: #8a4b43; }
.quote-empty { padding: 70px 0; color: var(--ink-soft); text-align: center; font-size: 13px; }
.quote-dialog-footer { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 24px 36px 32px; }
.clear-quote { border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; padding: 6px 0; font-size: 11px; }
.floating-quote { position: fixed; left: 50%; bottom: max(18px, env(safe-area-inset-bottom)); z-index: 35; transform: translateX(-50%); width: min(430px, calc(100% - 32px)); }
.floating-quote button { width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; color: white; border: 0; background: var(--blue); box-shadow: 0 14px 34px rgba(22,55,115,.28); cursor: pointer; font-size: 12px; }
.floating-count { display: inline-grid; place-items: center; min-width: 24px; height: 24px; margin-right: 7px; color: var(--blue); background: white; border-radius: 50%; }

@media (max-width: 1120px) {
  .desktop-nav { gap: 22px; }
  .desktop-nav a { font-size: 12px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .project-types { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  :root { --sans: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", Arial, sans-serif; }
  html { scroll-behavior: auto; scroll-padding-top: 68px; }
  body { font-variation-settings: normal; }
  .utility-bar { display: none; }
  .site-header { height: 68px; grid-template-columns: 1fr auto; padding: 0 18px; background: #fff; -webkit-backdrop-filter: none; backdrop-filter: none; transform: translateZ(0); }
  .brand { width: 112px; height: 48px; }
  .brand img { width: 112px; mix-blend-mode: normal; }
  .desktop-nav, .quote-bag-button, .primary-small { display: none; }
  .menu-button { display: block; }
  .mobile-nav { top: 68px; }
  .hero { min-height: 760px; align-items: flex-end; }
  .hero-image { object-position: 66% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(238,244,247,.99) 0%, rgba(238,244,247,.86) 45%, rgba(236,243,246,.02) 77%); }
  .hero-content { width: auto; margin: 0; padding: 0 24px 68px; }
  .hero h1 { margin-top: 18px; }
  .hero-title-en { font-size: clamp(46px, 12vw, 64px); }
  .hero-title-ko { margin-top: 20px; font-size: clamp(24px, 6vw, 32px); }
  .hero-lead { margin-top: 23px; font-size: 14px; line-height: 1.75; }
  .hero-buttons { margin-top: 28px; }
  .hero-buttons .button { flex: 1 1 100%; }
  .button-ghost { background: rgba(255,255,255,.82); -webkit-backdrop-filter: none; backdrop-filter: none; }
  .hero-side-note { display: none; }
  .service-note { grid-template-columns: 1fr 1fr; padding: 0; }
  .service-note p, .service-note > a { min-height: 94px; padding: 16px 18px; border-bottom: 1px solid var(--line-light); }
  .service-note p:first-child { border-left: 0; }
  .service-note p:nth-child(2) { border-right: 0; }
  .service-note > a { min-width: 0; }
  .section-shell { padding: 88px 22px; }
  .split-heading, .catalog-heading { grid-template-columns: 1fr; gap: 30px; }
  .section-heading h2, .brand-copy h2, .about-copy h2, .quote-intro h2 { font-size: clamp(34px, 9vw, 46px); }
  .focus-grid { margin-top: 48px; grid-template-columns: 1fr; }
  .focus-card { min-height: 150px; }
  .focus-image { min-height: 300px; }
  .image-card-label { background: rgba(18,20,18,.94); -webkit-backdrop-filter: none; backdrop-filter: none; }
  .expertise-grid { width: 100%; grid-template-columns: 1fr; margin-top: 48px; }
  .expertise-grid article { min-height: 180px; }
  .expertise-grid h3 { margin-top: 42px; }
  .catalog-tools { align-items: stretch; flex-direction: column; }
  .search-field { width: 100%; }
  .filter-tabs { justify-content: flex-start; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-section, .about-section, .quote-section { grid-template-columns: 1fr; }
  .brand-visual { min-height: 520px; }
  .brand-copy { padding: 76px 24px 84px; }
  .project-process { grid-template-columns: 1fr; padding: 34px 24px; }
  .about-mark { min-height: 460px; }
  .about-copy, .quote-intro, .quote-form { padding: 76px 24px; }
  .faq-list { width: 100%; margin-top: 48px; }
  .footer-top { grid-template-columns: 130px 1fr; gap: 20px; }
  .footer-top > a { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .product-detail { grid-template-columns: 1fr; }
  .product-dialog { height: calc(100% - 24px); width: calc(100% - 24px); }
  .product-detail-image { min-height: 360px; }
  .product-detail-copy { overflow: visible; }
  .floating-quote { transform: translate3d(-50%, 0, 0); }
  .floating-quote button { box-shadow: 0 8px 20px rgba(22,55,115,.2); }
}

@media (max-width: 560px) {
  .hero { min-height: 700px; }
  .hero-title-en { font-size: 44px; }
  .hero-title-ko { font-size: 24px; }
  .eyebrow { font-size: 8px; }
  .service-note { grid-template-columns: 1fr; }
  .service-note p, .service-note > a { border-right: 0; border-left: 0; }
  .section-shell { padding: 76px 18px; }
  .focus-card { min-height: 130px; padding: 22px 18px; grid-template-columns: 28px 1fr 40px; }
  .focus-card strong { font-size: 28px; }
  .round-arrow { width: 38px; height: 38px; }
  .catalog-heading > p { font-size: 13px !important; }
  .filter-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .filter-tabs::-webkit-scrollbar { display: none; }
  .filter-tab { flex: 0 0 auto; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image-button { aspect-ratio: 1/.82; }
  .product-body h3 { font-size: 30px; }
  .project-types { grid-template-columns: 1fr; }
  .project-types article { min-height: 210px; }
  .project-types h3 { margin-top: 46px; }
  .project-process ol { grid-template-columns: 1fr; }
  .about-mark { min-height: 360px; }
  .about-points p { grid-template-columns: 94px 1fr; }
  .faq-list summary { min-height: 74px; grid-template-columns: 32px 1fr auto; gap: 10px; font-size: 16px; }
  .faq-list details p { margin: 0 34px 0 42px; padding-bottom: 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .form-actions .button, .copy-button { width: 100%; }
  .quote-selected { align-items: flex-start; flex-direction: column; }
  .site-footer { padding-left: 18px; padding-right: 18px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top > p { font-size: 20px; }
  .product-detail-image { min-height: 290px; }
  .product-detail-copy { padding: 56px 22px 34px; }
  .detail-specs p { grid-template-columns: 92px 1fr; }
  .quote-dialog { width: calc(100% - 24px); max-height: calc(100% - 24px); }
  .quote-dialog-header, .quote-dialog-footer { padding-left: 20px; padding-right: 20px; }
  .quote-list { padding: 0 20px; }
  .quote-item { grid-template-columns: 64px 1fr; }
  .quote-item img { width: 64px; height: 58px; }
  .quote-item-control { grid-column: 2; }
  .quote-dialog-footer { align-items: stretch; flex-direction: column-reverse; }
}

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

@media (hover: none), (pointer: coarse) {
  .button,
  .focus-card,
  .focus-image img,
  .product-image-button img { transition: none; }
  .button:hover,
  .button:focus-visible,
  .focus-image:hover img,
  .product-card:hover .product-image-button img { transform: none; }
  .focus-card:hover,
  .focus-card:focus-visible { padding-left: 30px; }
}

@media (max-width: 560px) and (hover: none), (max-width: 560px) and (pointer: coarse) {
  .focus-card:hover,
  .focus-card:focus-visible { padding-left: 18px; }
}
