:root {
  --navy: #071c33;
  --navy-2: #0b2946;
  --blue: #155eef;
  --cyan: #5fc4e8;
  --ink: #10243a;
  --muted: #637184;
  --line: #dfe7ee;
  --surface: #f3f7fa;
  --white: #ffffff;
  --mint: #90d7b4;
  --pink: #f4a2b8;
  --yellow: #f1d36d;
  --orange: #efb07c;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(4, 31, 55, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Pretendard, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; background: #fff; padding: 12px 18px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
.section-inner, .header-inner, .footer-inner { width: min(1040px, calc(100% - 48px)); margin: 0 auto; }

.site-header { height: 72px; position: relative; z-index: 50; color: var(--ink); border-bottom: 1px solid #e3e8ec; background: #fff; }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; background: var(--navy); border: 1px solid var(--navy); border-radius: 12px; }
.brand-mark svg { width: 26px; fill: none; stroke: #fff; stroke-width: 1.6; }
.brand > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.brand strong { font-size: 16px; letter-spacing: -.4px; }
.brand small { color: #708496; font-size: 8px; letter-spacing: .4px; }
nav { display: flex; align-items: center; gap: 38px; font-size: 14px; font-weight: 650; color: #5e6e7c; }
nav a { transition: color .2s; }
nav a:hover, nav a:focus-visible { color: #1781ae; }
.header-cta { padding: 11px 17px; font-size: 13px; font-weight: 750; background: var(--navy); color: #fff; border-radius: 10px; transition: transform .2s, background .2s; }
.header-cta:hover { transform: translateY(-2px); background: #154264; }
.header-contact { display: flex; align-items: center; gap: 14px; }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; color: var(--navy); line-height: 1.1; }
.header-phones { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; }
.header-phone span { color: #708496; font-size: 10px; font-weight: 700; }
.header-phone strong { font-size: 14px; letter-spacing: .15px; }

.hero { width: min(1040px, calc(100% - 48px)); min-height: 600px; margin: 26px auto 0; position: relative; overflow: hidden; color: #fff; background-image: url('assets/wonji-outdoor-warehouse.webp'); background-position: 52% center; background-size: cover; border-radius: 8px; box-shadow: 0 18px 45px rgba(8,31,52,.13); }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(3,18,32,.94) 0%, rgba(5,24,41,.88) 34%, rgba(6,25,42,.46) 60%, rgba(6,25,42,.1) 100%), linear-gradient(0deg, rgba(4,22,38,.7) 0%, transparent 30%); }
.hero::after { content: ""; position: absolute; z-index: 1; inset: 0; border: 1px solid rgba(255,255,255,.12); border-radius: inherit; pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .4; }
.glow-one { width: 370px; height: 370px; right: 19%; top: 14%; background: radial-gradient(circle, rgba(29,138,206,.4), transparent 70%); }
.glow-two { width: 260px; height: 260px; left: -90px; bottom: 5%; background: radial-gradient(circle, rgba(72,164,206,.25), transparent 70%); }
.hero-inner { width: calc(100% - 90px); min-height: 525px; margin: 0 auto; display: grid; grid-template-columns: 1fr .95fr; align-items: center; position: relative; z-index: 2; }
.hero-copy { padding: 48px 0 28px; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: #78c9ee; font-size: 11px; font-weight: 800; letter-spacing: 2.1px; }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 22px; height: 2px; background: #78c9ee; }
.hero h1 { margin: 0; font-size: clamp(38px, 3.65vw, 52px); line-height: 1.17; letter-spacing: -2.8px; font-weight: 760; }
.hero h1 em { color: #89d8f4; font-style: normal; }
.hero-desc { margin: 24px 0 0; color: #b9cbda; font-size: 14px; line-height: 1.85; letter-spacing: -.25px; }
.hero-desc strong { color: #e4eef5; font-weight: 650; }
.no-break { white-space: nowrap; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.primary-btn { display: inline-flex; align-items: center; justify-content: center; gap: 32px; min-width: 207px; padding: 17px 20px; background: #fff; color: var(--navy); font-size: 14px; font-weight: 800; border-radius: 12px; box-shadow: 0 12px 35px rgba(0,0,0,.18); transition: transform .2s, box-shadow .2s; }
.primary-btn:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(0,0,0,.24); }
.primary-btn span { font-size: 19px; }
.text-btn { color: #d5e2eb; font-size: 14px; font-weight: 700; }
.text-btn span { margin-left: 8px; color: #72c8ee; }
.hero-visual { height: 510px; position: relative; align-self: end; }
.photo-caption { position: absolute; right: 0; bottom: 34px; display: flex; gap: 8px; }
.photo-caption > span { min-width: 138px; padding: 12px 14px; display: flex; flex-direction: column; gap: 4px; background: rgba(5,25,43,.76); border: 1px solid rgba(255,255,255,.22); border-radius: 10px; backdrop-filter: blur(10px); box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.photo-caption small { color: #76c9eb; font-size: 7px; font-weight: 800; letter-spacing: 1.2px; }
.photo-caption b { color: #fff; font-size: 9px; line-height: 1.45; }
.hero-footnote { position: relative; z-index: 2; width: calc(100% - 90px); height: 58px; margin: 0 auto; display: flex; align-items: center; color: #6e92ad; }
.hero-footnote span { font-size: 8px; letter-spacing: 1.8px; }
.hero-footnote i { display: block; width: 60px; height: 1px; margin: 0 17px; background: rgba(255,255,255,.2); }
.hero-footnote p { margin: 0; font-size: 11px; }
.about-section { padding: 26px 0 92px; background: #fff; color: #fff; }
.about-inner { padding: 56px 58px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: stretch; gap: 52px; background: #0a315d; border: 1px solid rgba(10,49,93,.08); border-radius: 8px; box-shadow: 0 18px 45px rgba(8,31,52,.13); }
.about-photo { height: 360px; margin: 0; position: relative; align-self: center; overflow: hidden; border-radius: 4px; box-shadow: 0 24px 60px rgba(1,16,35,.28); }
.about-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,24,46,.82), transparent 45%); }
.about-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.about-photo figcaption { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 27px; display: flex; flex-direction: column; gap: 7px; }
.about-photo figcaption span { color: #7fd5f2; font-size: 12px; font-weight: 850; letter-spacing: 1.6px; }
.about-photo figcaption b { color: #fff; font-size: 16px; line-height: 1.55; }
.about-copy { padding: 22px 0 12px; }
.about-copy .section-kicker { color: #70ceeD; }
.about-copy h2 { margin: 0 0 28px; color: #fff; font-size: clamp(34px, 3.3vw, 48px); line-height: 1.25; letter-spacing: -2px; }
.about-copy h2 em { color: #89d8f4; font-style: normal; }
.about-copy > p:not(.section-kicker) { margin: 0 0 17px; color: #c4d5e2; font-size: 16px; line-height: 1.85; }
.about-copy > .about-lead { color: #fff; font-size: 18px; font-weight: 700; line-height: 1.75; }
.about-values { margin: 28px 0 25px; padding: 20px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.about-values span { display: flex; align-items: center; gap: 8px; color: #dbe9f2; font-size: 14px; font-weight: 750; }
.about-values b { color: #66c4eb; font-size: 12px; }
.about-link { min-height: 48px; padding: 0 19px; display: inline-flex; align-items: center; gap: 22px; color: #092a4a; background: #fff; border-radius: 7px; font-size: 14px; font-weight: 850; }
.about-link span { color: #1877a1; }

.trust-strip { margin-top: 18px; padding: 18px 22px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #dce6ed; border-radius: 8px; background: #fff; box-shadow: 0 12px 34px rgba(8,31,52,.07); }
.trust-strip div { min-height: 72px; padding: 6px 18px; display: flex; flex-direction: column; justify-content: center; gap: 4px; border-right: 1px solid #e2e9ee; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip span { color: #2882aa; font-size: 10px; font-weight: 850; letter-spacing: 1px; }
.trust-strip b { color: var(--navy); font-size: 16px; }
.trust-strip small { color: #718394; font-size: 12px; }

.products-section { padding: 100px 0 0; background-color: #f7fafc; background-image: linear-gradient(180deg, rgba(248,251,253,.88) 0%, rgba(255,255,255,.96) 33%, #fff 64%), url('assets/film-extrusion-machine.webp'); background-position: center top; background-size: auto 830px; background-repeat: no-repeat; }
.section-heading, .quote-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; margin-bottom: 52px; }
.section-heading > div, .quote-heading > div { flex: 1; }
.section-kicker { margin-bottom: 17px; color: #2f7fa9; }
.section-heading h2, .quote-heading h2, .process-copy h2 { margin: 0; color: var(--navy); font-size: clamp(33px, 3vw, 46px); line-height: 1.27; letter-spacing: -2px; }
.section-heading > p, .quote-heading > p { width: 370px; margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.product-card { position: relative; overflow: hidden; min-height: 435px; padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: transform .25s, box-shadow .25s, border .25s; }
.product-card:hover { transform: translateY(-6px); border-color: transparent; box-shadow: var(--shadow); }
.product-photo { height: 145px; margin: -8px -8px 24px; position: relative; overflow: hidden; border-radius: 11px; background-position: center; background-size: cover; box-shadow: inset 0 0 0 1px rgba(9,39,62,.08); }
.product-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,27,45,.68), transparent 58%); }
.product-photo span { position: absolute; z-index: 2; left: 14px; bottom: 12px; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .3px; }
.pallet-photo { background-image: url('assets/wonji-outdoor-warehouse.webp'); background-position: 72% 67%; }
.large-cover-photo { background-image: url('assets/film-processing-machine.webp'); background-position: 72% center; }
.film-roll-photo { background-image: url('assets/bag-and-tube-product.webp'); background-position: center; background-size: cover; }
.film-roll-photo .photo-label { bottom: 10px; padding: 5px 7px; background: rgba(4,28,47,.82); border: 1px solid rgba(255,255,255,.22); border-radius: 5px; backdrop-filter: blur(5px); }
.film-roll-photo .bag-label { left: 10px; }
.bag-only-guide { object-fit: contain !important; object-position: center !important; background: #f7f8fa; }
.card-number { position: absolute; right: 28px; top: 26px; color: #a8b5bf; font-size: 11px; font-weight: 750; letter-spacing: 1px; }
.mini-cover { position: relative; width: 115px; height: 107px; margin: 8px 0 28px 12px; transform: skewY(2deg); }
.mini-cover::before { content: ""; position: absolute; width: 82px; height: 72px; left: 10px; top: 27px; background: linear-gradient(125deg, rgba(92,177,218,.2), rgba(200,231,242,.5)); border: 1px solid #afd2e1; }
.mini-cover::after { content: ""; position: absolute; width: 46px; height: 72px; left: 92px; top: 17px; background: rgba(144,202,224,.18); border: 1px solid #afd2e1; transform: skewY(-24deg); }
.mini-cover span { position: absolute; z-index: 2; width: 84px; height: 36px; left: 10px; top: 6px; background: #84c5e0; transform: skewY(-16deg); }
.mini-cover span::after { content: ""; position: absolute; width: 47px; height: 36px; right: -47px; top: -13px; background: #66aeca; transform: skewY(29deg); }
.mini-cover i { position: absolute; left: 4px; bottom: 0; width: 137px; height: 8px; border-radius: 2px; background: #9e7149; }
.card-mint .mini-cover span { background: #90d7b4; }
.card-mint .mini-cover span::after { background: #6fbc94; }
.mini-cover.wide { transform: scaleX(1.12) skewY(2deg); transform-origin: left bottom; }
.film-roll { position: relative; width: 135px; height: 107px; margin: 8px 0 28px 5px; }
.film-roll::before { content: ""; position: absolute; left: 12px; top: 42px; width: 112px; height: 51px; background: linear-gradient(180deg, #e8d88f, #d0ad50); border-radius: 5px 25px 25px 5px; box-shadow: inset 0 -6px 12px rgba(121,78,19,.16); transform: rotate(-7deg); }
.film-roll::after { content: ""; position: absolute; right: 7px; top: 35px; width: 52px; height: 52px; border-radius: 50%; background: #f5e6a5; border: 1px solid #c89f39; box-shadow: inset 0 0 0 11px #d9b653, inset 0 0 0 13px #bd9136; }
.film-roll span { position: absolute; z-index: 2; left: 22px; top: 23px; width: 87px; height: 42px; background: linear-gradient(130deg, rgba(255,255,255,.75), rgba(244,223,130,.18)); transform: skewX(-17deg) rotate(-4deg); }
.card-label { margin: 0 0 8px; color: #3080a7; font-size: 9px; font-weight: 800; letter-spacing: 1.5px; }
.product-card h3 { margin: 0 0 14px; color: var(--navy); font-size: 23px; letter-spacing: -1px; }
.product-card > p:not(.card-label) { min-height: 51px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.product-card ul { list-style: none; margin: 22px 0 26px; padding: 18px 0 0; border-top: 1px solid #edf1f4; color: #44576a; font-size: 12px; line-height: 2; }
.product-card li::before { content: "·"; margin-right: 8px; color: #3e9cc9; font-weight: 900; }
.card-link { border: 0; padding: 0; background: transparent; color: var(--navy); font-size: 12px; font-weight: 800; cursor: pointer; }
.card-link span { margin-left: 7px; color: #2b8dbb; }
.compact-card { min-height: 355px; padding-top: 26px; }
.compact-card > p:not(.card-label) { min-height: 45px; }
.compact-photo { height: 112px; margin-bottom: 22px; }
.color-photo { background-image: url('assets/wonji-outdoor-warehouse.webp'); background-position: 82% 73%; }
.process-card-photo { background-image: url('assets/real-process-handwork.webp'); background-position: 48% center; }
.size-photo { background-image: url('assets/film-quality-storage.webp'); background-position: 70% center; }
.compact-visual { position: relative; width: 112px; height: 76px; margin: 4px 0 22px; }
.top-color::before { content: ""; position: absolute; left: 11px; top: 23px; width: 72px; height: 48px; background: rgba(151,204,224,.24); border: 1px solid #b7d8e4; }
.top-color::after { content: ""; position: absolute; left: 11px; top: 5px; width: 72px; height: 30px; background: #f0a4b7; transform: skewY(-13deg); }
.top-color span { position: absolute; z-index: 2; left: 83px; top: 15px; width: 28px; height: 48px; background: rgba(106,178,205,.2); border: 1px solid #b7d8e4; transform: skewY(-27deg); }
.process-lines::before, .process-lines::after, .process-lines span { content: ""; position: absolute; height: 2px; left: 8px; background: #80bdd6; }
.process-lines::before { width: 93px; top: 18px; transform: rotate(20deg); }
.process-lines::after { width: 80px; top: 47px; transform: rotate(-12deg); }
.process-lines span { width: 66px; top: 35px; left: 28px; transform: rotate(59deg); }
.process-lines i { position: absolute; inset: 7px 10px 4px; border: 1px dashed #aacbd9; border-radius: 50%; }
.size-grid { display: flex; align-items: end; gap: 9px; }
.size-grid::before { content: ""; position: absolute; inset: 5px 4px 4px; border: 1px solid #b9d5e1; background-image: linear-gradient(#d9e9ef 1px, transparent 1px), linear-gradient(90deg, #d9e9ef 1px, transparent 1px); background-size: 18px 18px; }
.size-grid span { position: relative; z-index: 2; padding: 4px 6px; color: #24789e; background: #fff; border: 1px solid #a8d1e2; border-radius: 4px; font-size: 9px; font-weight: 800; }

.process-panel { min-height: 550px; margin-top: 90px; padding: 72px 74px; display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 60px; color: #fff; background-image: linear-gradient(90deg, rgba(5,22,39,.97) 0%, rgba(6,29,49,.91) 47%, rgba(6,29,49,.42) 100%), url('assets/film-processing-machine.webp'); background-position: center; background-size: cover; border-radius: 18px 18px 0 0; overflow: hidden; position: relative; box-shadow: 0 24px 65px rgba(5,28,47,.18); }
.process-panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,20,35,.5), transparent 45%); pointer-events: none; }
.section-kicker.light { color: #67c3e9; }
.process-copy { position: relative; z-index: 2; }
.process-copy h2 { color: #fff; }
.process-copy h2 em { color: #7dd0ed; font-style: normal; }
.process-copy > p:not(.section-kicker) { max-width: 490px; margin: 25px 0 0; color: #adc1d1; font-size: 14px; line-height: 1.9; }
.process-points { margin-top: 35px; display: flex; flex-direction: column; gap: 17px; }
.process-points > div { display: flex; align-items: center; gap: 18px; }
.process-points > div > b { width: 34px; height: 34px; display: grid; place-items: center; color: #72c8eb; border: 1px solid rgba(114,200,235,.35); border-radius: 50%; font-size: 9px; }
.process-points span { display: flex; flex-direction: column; gap: 4px; }
.process-points strong { font-size: 13px; }
.process-points small { color: #829fb4; font-size: 11px; }
.process-diagram { position: relative; z-index: 2; min-height: 360px; display: grid; place-items: center; background: rgba(6,28,47,.28); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; backdrop-filter: blur(7px); }
.process-photo-large { position: relative; z-index: 2; margin: 0; min-height: 360px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: #09243c; box-shadow: 0 18px 45px rgba(0,0,0,.25); }
.process-photo-large img, .process-photo-large video { width: 100%; height: 360px; display: block; object-fit: cover; object-position: center; }
.process-photo-large video { position: relative; z-index: 2; background: #06182b; }
.process-photo-large:has(video)::after { display: none; }
.process-photo-large:has(video) figcaption { padding: 9px 12px; left: 10px; right: auto; bottom: 10px; background: rgba(3,20,34,.78); border-radius: 8px; pointer-events: none; }
.process-photo-large::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,20,34,.9), transparent 58%); pointer-events: none; }
.process-photo-large figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; display: flex; flex-direction: column; gap: 5px; }
.process-photo-large figcaption b { color: #fff; font-size: 12px; }
.process-photo-large figcaption span { color: #a8c2d2; font-size: 9px; line-height: 1.5; }
.real-site-section { margin-top: 90px; }
.real-site-heading { margin-bottom: 30px; display: grid; grid-template-columns: 1fr .9fr; align-items: end; gap: 50px; }
.real-site-heading h3 { margin: 0; color: var(--navy); font-size: 38px; line-height: 1.25; letter-spacing: -1.7px; }
.real-site-heading > p { margin: 0 0 4px; color: #63798a; font-size: 15px; line-height: 1.8; }
.real-site-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.real-site-grid figure { margin: 0; position: relative; min-height: 305px; overflow: hidden; background: #dce6eb; border-radius: 12px; }
.real-site-grid .real-site-featured { grid-column: span 2; }
.real-site-grid img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; transition: transform .35s ease; }
.real-site-grid figure:hover img { transform: scale(1.025); }
.real-site-grid figure::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(4,24,42,.88)); }
.real-site-grid figcaption { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 19px; display: flex; flex-direction: column; gap: 4px; color: #fff; }
.real-site-grid figcaption span { color: #7ed0ef; font-size: 10px; font-weight: 850; letter-spacing: .7px; }
.real-site-grid figcaption b { font-size: 17px; }
.real-site-grid figcaption small { color: #c4d3de; font-size: 10px; }
.field-case { margin: 42px 0 0; display: grid; grid-template-columns: 1.35fr .65fr; overflow: hidden; background: #fff; border: 1px solid #dfe7ed; border-radius: 18px; box-shadow: 0 18px 45px rgba(8,31,52,.11); }
.field-case > img { width: 100%; height: 100%; min-height: 330px; display: block; object-fit: cover; object-position: center; }
.field-case figcaption { padding: 42px 36px; display: flex; flex-direction: column; justify-content: center; }
.field-case .section-kicker { margin-bottom: 16px; color: #2785ae; font-size: 9px; }
.field-case h3 { margin: 0; color: var(--navy); font-size: 25px; line-height: 1.35; letter-spacing: -1px; }
.field-case figcaption > p:not(.section-kicker) { margin: 18px 0 0; color: #657989; font-size: 12px; line-height: 1.8; }
.field-case a { margin-top: 24px; color: #1479a5; font-size: 12px; font-weight: 800; }
.weather-cases { margin-top: 46px; padding: 42px; background: #eaf2f7; border: 1px solid #d8e4eb; border-radius: 18px; }
.weather-heading { max-width: 730px; }
.weather-heading h3 { margin: 9px 0 13px; color: var(--navy); font-size: 28px; line-height: 1.35; letter-spacing: -1px; }
.weather-heading > p:last-child { margin: 0; color: #607688; font-size: 16px; line-height: 1.7; }
.weather-grid { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.weather-grid figure { position: relative; margin: 0; overflow: hidden; background: #fff; border-radius: 15px; box-shadow: 0 12px 30px rgba(8,31,52,.08); }
.ai-image-badge { position: absolute; z-index: 2; top: 12px; right: 12px; padding: 6px 9px; color: #fff; background: rgba(7,28,51,.78); border: 1px solid rgba(255,255,255,.32); border-radius: 6px; font-size: 10px; font-weight: 800; backdrop-filter: blur(5px); }
.weather-grid img { width: 100%; height: 310px; display: block; object-fit: cover; }
.weather-grid figcaption { padding: 23px 24px 26px; display: flex; flex-direction: column; }
.weather-grid figcaption span { color: #2b86ad; font-size: 11px; font-weight: 850; letter-spacing: 1px; }
.weather-grid figcaption b { margin-top: 7px; color: var(--navy); font-size: 19px; }
.weather-grid figcaption p { margin: 9px 0 0; color: #687c8b; font-size: 14px; line-height: 1.65; }
.weather-note { margin: 17px 0 0; color: #657b8c; font-size: 13px; line-height: 1.6; }
.pallet-size-section { margin-top: 46px; padding: 42px; background: #fff; border: 1px solid #dfe7ed; border-radius: 18px; box-shadow: 0 16px 40px rgba(8,31,52,.08); }
.pallet-size-heading { max-width: 760px; }
.pallet-size-heading h3 { margin: 9px 0 13px; color: var(--navy); font-size: 28px; line-height: 1.35; letter-spacing: -1px; }
.pallet-size-heading > p:last-child { margin: 0; color: #617687; font-size: 16px; line-height: 1.7; }
.pallet-size-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.pallet-size-grid article { padding: 24px; background: #f3f8fb; border: 1px solid #dce9f0; border-radius: 14px; }
.pallet-size-grid article > span { color: #2b86ad; font-size: 11px; font-weight: 850; }
.pallet-size-grid h4 { margin: 8px 0 3px; color: var(--navy); font-size: 25px; }
.pallet-size-grid b { color: #175f82; font-size: 16px; }
.pallet-size-grid p { margin: 13px 0 0; color: #657a8b; font-size: 14px; line-height: 1.6; }
.pallet-measure-tip { margin-top: 18px; padding: 22px 24px; display: grid; grid-template-columns: 130px 1fr auto; align-items: center; gap: 8px 18px; color: #dcebf4; background: #0b2b47; border-radius: 14px; }
.pallet-measure-tip > b { font-size: 14px; }
.pallet-measure-tip > span { color: #7ed0ee; font-size: 16px; font-weight: 850; }
.pallet-measure-tip > p { grid-column: 1 / 3; margin: 0; color: #9fb8c8; font-size: 13px; line-height: 1.65; }
.pallet-measure-tip > a { grid-column: 3; grid-row: 1 / 3; padding: 13px 16px; color: #0b2b47; background: #fff; border-radius: 9px; font-size: 13px; font-weight: 850; white-space: nowrap; }
.film-guide { margin-top: 86px; }
.film-guide-heading { max-width: 720px; margin-bottom: 32px; }
.film-guide-heading h2 { margin: 9px 0 15px; color: var(--navy); font-size: 36px; line-height: 1.25; letter-spacing: -1.5px; }
.film-guide-heading > p:last-child { margin: 0; color: #64798a; font-size: 16px; line-height: 1.75; }
.guide-row { margin-top: 18px; display: grid; grid-template-columns: 1.02fr .98fr; overflow: hidden; background: #fff; border: 1px solid #dfe7ed; border-radius: 18px; box-shadow: 0 16px 40px rgba(8,31,52,.08); }
.guide-row.reverse { grid-template-columns: .98fr 1.02fr; }
.guide-row.reverse img { order: 2; }
.guide-row > img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.guide-row > div { padding: 42px 44px; display: flex; flex-direction: column; justify-content: center; }
.guide-row > div > span { color: #2785ae; font-size: 12px; font-weight: 850; letter-spacing: .7px; }
.guide-row h3 { margin: 10px 0 14px; color: var(--navy); font-size: 25px; line-height: 1.35; letter-spacing: -.8px; }
.guide-row p { margin: 0; color: #617687; font-size: 16px; line-height: 1.75; }
.guide-row p strong { color: #173e5c; }
.guide-row dl { margin: 22px 0 0; border-top: 1px solid #e4ebef; }
.guide-row dl > div { padding: 11px 0; display: grid; grid-template-columns: 110px 1fr; gap: 16px; border-bottom: 1px solid #e4ebef; }
.guide-row dt { color: #728696; font-size: 14px; font-weight: 700; }
.guide-row dd { margin: 0; color: #203f57; font-size: 14px; font-weight: 750; }
.guide-row a { margin-top: 22px; color: #1479a5; font-size: 14px; font-weight: 850; }
.material-photo-pair { min-width: 0; display: grid; grid-template-rows: 1fr 1fr; background: #eaf1f4; }
.material-photo-pair figure { min-height: 0; margin: 0; position: relative; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.8); }
.material-photo-pair figure:last-child { border-bottom: 0; }
.material-photo-pair img { width: 100%; height: 100%; min-height: 0; display: block; object-fit: cover; }
.material-photo-pair figcaption { position: absolute; left: 14px; right: 14px; bottom: 12px; padding: 9px 11px; display: flex; align-items: center; gap: 9px; color: #fff; background: rgba(5,31,50,.78); border-radius: 7px; backdrop-filter: blur(6px); }
.material-photo-pair figcaption b { font-size: 13px; }
.material-photo-pair figcaption span { font-size: 10px; }
.diagram-stage { width: 240px; height: 210px; position: relative; transform: translateY(-10px); }
.diagram-front { position: absolute; width: 170px; height: 135px; left: 0; bottom: 0; background: linear-gradient(145deg, rgba(139,217,240,.4), rgba(105,181,209,.12)); border: 1px solid rgba(185,230,243,.6); }
.diagram-side { position: absolute; width: 78px; height: 135px; left: 170px; bottom: 20px; background: rgba(97,167,195,.13); border: 1px solid rgba(185,230,243,.48); transform: skewY(-28deg); transform-origin: left bottom; }
.diagram-top { position: absolute; z-index: 2; width: 170px; height: 77px; left: 0; top: 1px; background: rgba(244,162,184,.92); transform: skewY(-21deg); }
.diagram-top::after { content: ""; position: absolute; width: 79px; height: 77px; right: -79px; top: -31px; background: rgba(215,126,151,.92); transform: skewY(38deg); }
.diagram-top span { position: absolute; top: 20px; left: 70px; z-index: 2; color: rgba(67,17,33,.65); font-size: 10px; font-weight: 800; }
.dimension { position: absolute; color: #6ac2e7; font-size: 10px; font-weight: 800; }
.dimension::before, .dimension::after { content: ""; position: absolute; background: rgba(106,194,231,.5); }
.dimension.width { left: 74px; bottom: -32px; }
.dimension.width::before { width: 160px; height: 1px; right: -75px; top: 5px; }
.dimension.depth { right: -44px; top: 72px; }
.dimension.depth::before { width: 68px; height: 1px; right: 12px; top: 5px; transform: rotate(-23deg); transform-origin: right; }
.dimension.height { left: -28px; top: 100px; }
.dimension.height::before { width: 1px; height: 125px; left: 5px; top: -50px; }
.diagram-note { position: absolute; bottom: 5px; left: 50%; transform: translateX(-50%); width: 290px; padding: 15px; display: flex; align-items: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; }
.dot { width: 13px; height: 13px; margin-right: -3px; border: 2px solid #16334d; border-radius: 50%; }
.dot.pink { background: var(--pink); }
.dot.green { background: var(--mint); }
.dot.orange { background: var(--orange); }
.dot.yellow { background: var(--yellow); }
.dot.clear { background: rgba(255,255,255,.35); }
.diagram-note p { margin: 0 0 0 15px; display: flex; flex-direction: column; gap: 3px; }
.diagram-note b { font-size: 11px; }
.diagram-note small { color: #7f9db2; font-size: 9px; }

.quote-section { padding: 120px 0 80px; background-color: var(--surface); background-image: linear-gradient(180deg, rgba(243,247,250,.91), rgba(243,247,250,.97) 55%, #f3f7fa 100%), url('assets/film-quality-storage.webp'); background-position: center top; background-size: auto 900px; background-repeat: no-repeat; }
.quote-layout { display: grid; grid-template-columns: 1fr 380px; gap: 28px; align-items: start; }
.quote-form { background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.85); border-radius: 22px; box-shadow: 0 18px 48px rgba(15,43,68,.10); backdrop-filter: blur(8px); }
.quote-form fieldset { margin: 0; padding: 35px 40px 38px; border: 0; border-bottom: 1px solid #e8edf1; }
.quote-form fieldset:last-child { border: 0; }
.quote-form legend { width: 100%; padding: 0 0 23px; color: var(--navy); font-size: 15px; font-weight: 800; }
.quote-form legend span { margin-right: 9px; color: #268bb9; font-size: 10px; letter-spacing: .7px; }
.quote-form .is-hidden, .summary-lines .is-hidden { display: none; }
.fieldset-help { margin: -10px 0 18px; color: #6d8190; font-size: 11px; line-height: 1.6; }
.choice-grid { display: grid; gap: 10px; }
.product-choices { grid-template-columns: repeat(2, 1fr); }
.choice-grid label { cursor: pointer; }
.choice-grid input, .segmented input, .color-options input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { min-height: 78px; padding: 17px; display: flex; flex-direction: column; gap: 5px; border: 1px solid #dfe6ec; border-radius: 12px; background: #fff; transition: border .2s, background .2s, box-shadow .2s; }
.choice-grid label > span b { font-size: 12px; }
.choice-grid label > span small { color: #82909d; font-size: 10px; }
.choice-grid input:checked + span { border-color: #207fab; background: #f2faff; box-shadow: inset 0 0 0 1px #207fab; }
.choice-grid input:focus-visible + span, .segmented input:focus-visible + span, .color-options input:focus-visible + .swatch { outline: 3px solid rgba(21,94,239,.25); outline-offset: 2px; }
.preset-row { margin-bottom: 16px; display: flex; gap: 7px; flex-wrap: wrap; }
.size-guide { margin: 0 0 17px; padding: 15px 17px; display: flex; justify-content: space-between; align-items: center; gap: 18px; background: #eef7fb; border: 1px solid #d4e8f1; border-radius: 11px; }
.size-guide div { display: flex; flex-direction: column; gap: 4px; }
.size-guide small { color: #5d879d; font-size: 8px; font-weight: 750; }
.size-guide b { color: #0d658f; font-size: 13px; letter-spacing: -.2px; }
.size-guide p { max-width: 280px; margin: 0; color: #657d8d; font-size: 9px; line-height: 1.55; text-align: right; }
.quote-size-reference { margin: 0 0 18px; display: grid; grid-template-columns: .86fr 1.14fr; border: 1px solid #dce7ed; border-radius: 14px; overflow: hidden; background: #fff; }
.quote-size-reference.is-hidden { display: none; }
.measure-visual { padding: 20px 19px 17px; background: linear-gradient(145deg, #f0f9fc, #e4f2f7); }
.size-example-list { margin-bottom: 16px; display: flex; flex-direction: column; gap: 8px; }
.size-example-list article { position: relative; min-height: 210px; padding: 13px 12px 11px; display: flex; flex-direction: column; align-items: center; gap: 8px; background: rgba(255,255,255,.82); border: 1px solid #d4e7ef; border-radius: 9px; }
.size-example-number { position: absolute; top: 12px; left: 12px; z-index: 1; width: 28px; height: 28px; display: grid; place-items: center; color: #fff; background: #176f99; border-radius: 50%; font-size: 12px; font-weight: 850; }
.size-example-photo { display: block; width: 100%; height: 155px; object-fit: contain; object-position: center; background: #fff; border-radius: 7px; }
.size-example-copy { min-width: 0; display: flex; align-items: baseline; justify-content: center; flex-wrap: wrap; gap: 4px 8px; text-align: center; }
.size-example-copy small { color: #43819b; font-size: 11px; font-weight: 750; }
.size-example-copy b { color: #718793; font-size: 9px; }
.size-example-copy strong { width: 100%; color: #173d52; font-size: 15px; line-height: 1.35; }
.measure-caption { padding: 0 5px; }
.measure-visual small, .photo-size-heading small { color: #3182a4; font-size: 8px; font-weight: 850; letter-spacing: 1.15px; }
.measure-visual strong { margin-top: 4px; display: block; color: var(--navy); font-size: 16px; }
.measure-visual p { margin: 7px 0 0; color: #66808f; font-size: 9px; line-height: 1.55; }
.photo-size-list { padding: 21px 20px 17px; }
.photo-size-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.photo-size-heading h3 { margin: 3px 0 0; color: var(--navy); font-size: 16px; }
.photo-size-heading > span { color: #82939e; font-size: 8px; }
.photo-size-columns, .photo-size-option { display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; text-align: center; }
.photo-size-columns { padding: 0 9px 6px; color: #83939d; font-size: 8px; font-weight: 750; }
.photo-size-option { width: 100%; min-height: 32px; margin-top: 4px; padding: 0 9px; border: 1px solid #e0e8ed; border-radius: 7px; color: #425969; background: #fbfdfe; font-size: 9px; font-weight: 720; cursor: pointer; transition: border .2s, background .2s, color .2s; }
.photo-size-option:hover, .photo-size-option.selected { border-color: #69b1ce; color: #126b92; background: #eef9fd; }
.photo-size-option:focus-visible { outline: 3px solid rgba(21,94,239,.2); outline-offset: 2px; }
.photo-size-note { margin: 11px 0 0; color: #78909d; font-size: 8px; line-height: 1.5; }
.height-field.is-hidden { display: none; }
.preset { padding: 8px 12px; border: 1px solid #dde5eb; border-radius: 9px; background: #fff; color: #71808d; font-size: 10px; cursor: pointer; }
.preset.active { color: #136993; background: #edf8fc; border-color: #7cbdd8; font-weight: 750; }
.input-grid { display: grid; gap: 12px; }
.input-grid.customer-grid { grid-template-columns: repeat(3, 1fr); }
.input-grid.dimensions { grid-template-columns: repeat(5, 1fr); }
.input-grid.two-col { grid-template-columns: 1fr 1fr; }
.input-grid.material-grid { grid-template-columns: 1fr; }
.merged-material-heading { margin: 28px 0 13px; padding-top: 24px; display: flex; align-items: baseline; gap: 10px; border-top: 1px solid #e8edf1; }
.merged-material-heading b { color: var(--navy); font-size: 14px; }
.merged-material-heading span { color: #718391; font-size: 10px; }
.input-grid label, .memo-label { display: flex; flex-direction: column; gap: 8px; color: #495b6b; font-size: 10px; font-weight: 750; }
.input-grid label > span small { color: #d25454; font-weight: 700; }
.input-grid label > div { height: 47px; display: flex; align-items: center; border: 1px solid #dce4ea; border-radius: 10px; background: #fbfcfd; overflow: hidden; transition: border .2s, box-shadow .2s; }
.input-grid label > div:focus-within { border-color: #2c8fba; box-shadow: 0 0 0 3px rgba(44,143,186,.11); }
.input-grid input { width: 100%; min-width: 0; height: 100%; padding: 0 0 0 13px; border: 0; outline: 0; background: transparent; color: var(--navy); font-size: 12px; font-weight: 700; }
.input-grid em { padding-right: 12px; color: #93a0ab; font-size: 9px; font-style: normal; }
select { width: 100%; height: 47px; padding: 0 38px 0 13px; border: 1px solid #dce4ea; border-radius: 10px; outline: 0; color: var(--navy); background: #fbfcfd; font-size: 12px; font-weight: 650; }
select:focus { border-color: #2c8fba; box-shadow: 0 0 0 3px rgba(44,143,186,.11); }
.material-tip { margin-top: 13px; padding: 13px 15px; display: flex; gap: 10px; color: #557080; background: #f0f8fb; border-radius: 9px; font-size: 10px; line-height: 1.65; }
.material-tip b { color: #25769a; white-space: nowrap; }
.material-tip strong { color: #1d6686; }
.toggle-row, .color-field { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.toggle-row > p, .color-field > p { margin: 0; display: flex; flex-direction: column; gap: 4px; }
.toggle-row p b, .color-field p b { color: #4a5c6b; font-size: 11px; }
.toggle-row p small, .color-field p small { color: #94a0aa; font-size: 9px; }
.segmented { display: flex; padding: 3px; background: #f0f3f5; border-radius: 9px; }
.segmented label { cursor: pointer; }
.segmented span { min-width: 58px; padding: 8px 10px; display: block; text-align: center; color: #768491; border-radius: 7px; font-size: 10px; }
.segmented input:checked + span { background: #fff; color: #176f99; font-weight: 800; box-shadow: 0 2px 8px rgba(22,49,69,.09); }
.color-field { margin-top: 25px; padding-top: 25px; border-top: 1px dashed #dfe6eb; }
.color-options { display: flex; gap: 14px; flex-wrap: wrap; }
.color-options label { display: flex; flex-direction: column; align-items: center; gap: 6px; color: #7e8d99; font-size: 8px; cursor: pointer; }
.swatch { width: 26px; height: 26px; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #d2dae0; transition: box-shadow .2s, transform .2s; }
.color-options input:checked + .swatch { box-shadow: 0 0 0 2px #1d789f; transform: scale(1.08); }
.clear-swatch { background: linear-gradient(135deg, #fff 0 47%, #dbeef5 48% 53%, #fff 54%); }
.pink-swatch { background: var(--pink); }
.green-swatch { background: var(--mint); }
.orange-swatch { background: var(--orange); }
.yellow-swatch { background: var(--yellow); }
.black-swatch { background: #111820; }
.strong-orange-swatch { background: #ef6c24; }
.strong-green-swatch { background: #25964a; }
.memo-label { position: relative; margin-top: 18px; }
.memo-label > span small { color: #9ca7b0; font-weight: 500; }
textarea { width: 100%; resize: vertical; min-height: 95px; padding: 13px 15px; border: 1px solid #dce4ea; border-radius: 10px; outline: 0; background: #fbfcfd; color: var(--navy); font-size: 11px; line-height: 1.6; }
textarea:focus { border-color: #2c8fba; box-shadow: 0 0 0 3px rgba(44,143,186,.11); }
.char-count { position: absolute; right: 12px; bottom: 10px; color: #a2adb6; font-size: 8px; font-weight: 500; }

.quote-summary { position: sticky; top: 105px; padding: 31px; color: #fff; background: linear-gradient(148deg, #0b2946, #061a30); border-radius: 22px; box-shadow: 0 22px 50px rgba(6,28,50,.2); overflow: hidden; }
.quote-summary::after { content: ""; position: absolute; width: 220px; height: 220px; right: -110px; top: -100px; border-radius: 50%; background: radial-gradient(circle, rgba(72,169,211,.18), transparent 70%); }
.summary-top { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; }
.summary-top p { margin: 0; color: #65bee5; font-size: 8px; font-weight: 800; letter-spacing: 1.6px; }
.summary-top span { padding: 5px 8px; color: #91aabd; background: rgba(255,255,255,.06); border-radius: 5px; font-size: 8px; }
.quote-summary h3 { margin: 13px 0 27px; font-size: 23px; letter-spacing: -1px; }
.summary-lines { display: flex; flex-direction: column; }
.summary-lines > div { min-height: 45px; padding: 12px 0; display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.08); }
.summary-lines span { color: #8fa6b8; font-size: 9px; flex: 0 0 auto; }
.summary-lines b { max-width: 225px; text-align: right; color: #edf5fa; font-size: 10px; font-weight: 700; line-height: 1.45; }
.summary-color { display: inline-block; width: 9px; height: 9px; margin-right: 6px; border-radius: 50%; vertical-align: -1px; }
.review-note { margin: 22px 0; padding: 13px; display: flex; gap: 10px; align-items: flex-start; color: #a8c1d1; background: rgba(255,255,255,.055); border-radius: 10px; }
.review-note > span { width: 18px; height: 18px; display: grid; place-items: center; flex: 0 0 auto; color: #87d5b0; border: 1px solid rgba(135,213,176,.4); border-radius: 50%; font-size: 9px; }
.review-note p { margin: 0; display: flex; flex-direction: column; gap: 3px; }
.review-note b { color: #dae8f1; font-size: 9px; }
.review-note small { font-size: 8px; line-height: 1.5; }
.review-note strong { margin-top: 4px; color: #87d5b0; font-size: 9px; letter-spacing: .2px; }
.copy-btn { width: 100%; height: 51px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 10px; color: var(--navy); background: #fff; font-size: 11px; font-weight: 850; cursor: pointer; transition: transform .2s, background .2s; }
.copy-btn:hover { transform: translateY(-2px); background: #eaf8ff; }
.copy-btn b { color: #89a0af; font-size: 8px; }
.send-actions { margin-top: 9px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.send-actions button { min-height: 43px; padding: 9px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 9px; color: #eaf6fc; background: rgba(255,255,255,.08); font-size: 10px; font-weight: 750; cursor: pointer; }
.send-actions button:hover { background: rgba(255,255,255,.14); }
.reset-btn { width: 100%; margin-top: 12px; padding: 7px; border: 0; color: #809bb0; background: transparent; font-size: 9px; cursor: pointer; }
.privacy-note { margin: 13px 0 0; text-align: center; color: #64839b; font-size: 8px; }
.privacy-note span { color: #5dbb8d; font-size: 6px; }
.blog-guide { margin-top: 28px; padding: 24px 30px; color: #607384; background: #fff; border: 1px solid #e0e7ec; border-radius: 16px; }
.blog-guide p { margin: 0 0 8px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: 11px; }
.blog-guide p b { margin-right: 8px; color: var(--navy); }
.blog-guide p span { padding: 5px 9px; background: #f0f5f8; border-radius: 6px; color: #486173; font-size: 9px; }
.blog-guide > small { font-size: 9px; line-height: 1.6; }

footer { padding: 47px 0; color: #92a8b8; background: #06182b; }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.footer-brand .brand-mark { width: 36px; height: 36px; }
.footer-inner > div > p { margin: 16px 0 0; font-size: 9px; }
.footer-inner > div > .footer-products { color: #b9c9d5; font-size: 11px; line-height: 1.8; }
.footer-note { margin: 0; text-align: right; font-size: 9px; line-height: 1.7; }
.footer-contact { display: grid; grid-template-columns: auto auto; gap: 8px 26px; margin-top: 16px; }
.footer-contact a, .footer-contact p { display: flex; gap: 8px; margin: 0; color: #dce9f2; font-size: 12px; }
.footer-contact span { min-width: 50px; color: #92a8b8; }
.footer-contact strong { color: #fff; font-size: 13px; font-weight: 650; }
.consult-phones { display: flex; flex-direction: column; gap: 3px; }
.mobile-actions { display: none; }
.mobile-quote { display: none; }
.toast { position: fixed; left: 50%; bottom: 26px; z-index: 100; padding: 13px 18px; color: #fff; background: #15324b; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; box-shadow: 0 14px 35px rgba(4,22,38,.25); font-size: 11px; opacity: 0; pointer-events: none; transform: translate(-50%, 16px); transition: opacity .25s, transform .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.confidence-section { padding: 94px 0; background: #eef4f8; }
.confidence-heading { max-width: 720px; margin-bottom: 40px; }
.confidence-heading .section-kicker { color: #2f7fa9; }
.confidence-heading h2 { margin: 0; color: var(--navy); font-size: clamp(34px, 3.3vw, 46px); line-height: 1.25; letter-spacing: -2px; }
.confidence-heading > p:last-child { margin: 18px 0 0; color: #63798a; font-size: 16px; line-height: 1.75; }
.order-process { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; list-style: none; }
.order-process li { min-height: 145px; padding: 22px; display: flex; flex-direction: column; gap: 8px; background: #fff; border: 1px solid #dce6ed; border-radius: 12px; }
.order-process span { color: #3184a8; font-size: 11px; font-weight: 850; letter-spacing: 1px; }
.order-process b { color: var(--navy); font-size: 17px; }
.order-process small { color: #6d8190; font-size: 13px; line-height: 1.55; }
.confidence-grid { margin-top: 18px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.quality-principle, .service-policies article { background: #fff; border: 1px solid #dce6ed; border-radius: 14px; }
.quality-principle { padding: 34px; }
.quality-principle > span, .service-policies article > span { color: #2a82aa; font-size: 11px; font-weight: 850; letter-spacing: 1px; }
.quality-principle h3 { margin: 9px 0 14px; color: var(--navy); font-size: 25px; }
.quality-principle p, .service-policies p { margin: 0; color: #5f7586; font-size: 15px; line-height: 1.75; }
.quality-principle ul { margin: 22px 0 0; padding: 18px 0 0; display: flex; flex-wrap: wrap; gap: 9px 18px; border-top: 1px solid #e2e9ee; list-style: none; }
.quality-principle li { color: #244c65; font-size: 13px; font-weight: 750; }
.quality-principle li::before { content: "✓"; margin-right: 6px; color: #2787ad; }
.service-policies { display: grid; gap: 12px; }
.service-policies article { padding: 26px; }
.service-policies p { margin-top: 9px; font-size: 14px; }
.faq-block { margin-top: 18px; padding: 34px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 36px; background: #0b3155; border-radius: 14px; }
.faq-block .section-kicker { color: #77cbed; }
.faq-block h3 { margin: 0; color: #fff; font-size: 25px; line-height: 1.4; }
.faq-list { display: grid; gap: 8px; }
.faq-list details { padding: 0 17px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 8px; }
.faq-list summary { padding: 14px 0; color: #fff; font-size: 14px; font-weight: 750; cursor: pointer; }
.faq-list p { margin: 0; padding: 0 0 15px; color: #c7d8e5; font-size: 13px; line-height: 1.65; }

@media (max-width: 1000px) {
  nav { display: none; }
  .hero-inner { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 48px; }
  .hero-visual { transform: scale(.88); transform-origin: right center; }
  .process-panel { padding: 65px 55px; }
  .about-inner { gap: 38px; }
  .quote-layout { grid-template-columns: 1fr 335px; }
  .quote-form fieldset { padding-inline: 28px; }
  .input-grid.dimensions { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .section-inner, .header-inner, .footer-inner, .hero-inner, .hero-footnote { width: min(100% - 32px, 560px); }
  .site-header { height: 68px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 7px; }
  .header-cta, .header-phone span { display: none; }
  .header-contact { gap: 0; }
  .header-phone { align-items: flex-end; }
  .header-phone strong { font-size: 12px; }
  .hero { width: calc(100% - 24px); min-height: auto; margin-top: 12px; padding-top: 0; border-radius: 6px; }
  .hero-inner { width: calc(100% - 32px); display: flex; flex-direction: column; min-height: auto; }
  .hero-copy { padding: 74px 0 18px; }
  .hero h1 { font-size: clamp(38px, 11vw, 50px); letter-spacing: -2.3px; }
  .hero-desc { font-size: 14px; }
  .desktop-break { display: none; }
  .hero-actions { margin-top: 30px; }
  .primary-btn { min-width: 190px; }
  .hero-visual { width: 100%; height: 430px; transform: none; }
  .hero { background-position: 58% center; }
  .photo-caption { right: 0; bottom: 30px; flex-direction: column; }
  .photo-caption > span { min-width: 142px; }
  .hero-footnote { width: calc(100% - 32px); height: 75px; }
  .hero-footnote span, .hero-footnote i { display: none; }
  .hero-footnote p { color: #7f9eb5; }
  .trust-strip { grid-template-columns: 1fr 1fr; padding: 12px; }
  .trust-strip div { min-height: 76px; padding: 10px 12px; }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid #e2e9ee; }
  .about-section { padding: 12px 0 68px; }
  .about-inner { padding: 28px 20px 34px; grid-template-columns: 1fr; gap: 34px; border-radius: 6px; }
  .about-photo { height: 250px; }
  .about-copy { padding: 0; }
  .about-copy h2 { font-size: 34px; letter-spacing: -1.6px; }
  .about-copy > p:not(.section-kicker) { font-size: 16px; }
  .about-values { grid-template-columns: 1fr; gap: 15px; }
  .products-section, .quote-section { padding-top: 82px; }
  .section-heading, .quote-heading { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 35px; }
  .section-heading h2, .quote-heading h2, .process-copy h2 { font-size: 34px; letter-spacing: -1.6px; }
  .section-heading > p, .quote-heading > p { width: auto; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 430px; }
  .film-guide { margin-top: 68px; }
  .film-guide-heading h2 { font-size: 32px; }
  .film-guide-heading > p:last-child { font-size: 15px; }
  .guide-row, .guide-row.reverse { grid-template-columns: 1fr; }
  .guide-row.reverse img { order: 0; }
  .guide-row > img { min-height: 0; height: 250px; }
  .material-photo-pair { height: 430px; }
  .guide-row > div { padding: 28px 24px 32px; }
  .guide-row h3 { font-size: 22px; }
  .guide-row p { font-size: 15px; }
  .guide-row dl > div { grid-template-columns: 96px 1fr; gap: 10px; }
  .guide-row dt, .guide-row dd, .guide-row a { font-size: 13px; }
  .process-panel { margin-top: 80px; padding: 58px 28px 48px; grid-template-columns: 1fr; gap: 35px; border-radius: 22px 22px 0 0; background-position: 61% center; }
  .process-diagram { transform: scale(.92); min-height: 340px; }
  .process-photo-large { min-height: 310px; }
  .process-photo-large img { height: 310px; }
  .real-site-section { margin-top: 68px; }
  .real-site-heading { grid-template-columns: 1fr; gap: 16px; }
  .real-site-heading h3 { font-size: 31px; }
  .real-site-grid { grid-template-columns: 1fr; }
  .real-site-grid .real-site-featured { grid-column: auto; }
  .real-site-grid figure { min-height: 265px; }
  .confidence-section { padding: 70px 0; }
  .confidence-heading h2 { font-size: 32px; letter-spacing: -1.4px; }
  .order-process { grid-template-columns: 1fr 1fr; }
  .order-process li { min-height: 140px; padding: 18px; }
  .confidence-grid, .faq-block { grid-template-columns: 1fr; }
  .quality-principle, .faq-block { padding: 26px 22px; }
  .faq-block { gap: 24px; }
  .quote-section { padding-bottom: 120px; }
  .products-section, .quote-section { background-size: auto 680px; }
  .quote-layout { grid-template-columns: 1fr; }
  .quote-summary { position: static; }
  .quote-form fieldset { padding: 30px 20px 33px; }
  .product-choices { grid-template-columns: 1fr; }
  .field-case { grid-template-columns: 1fr; }
  .field-case > img { min-height: 220px; max-height: 280px; }
  .field-case figcaption { padding: 30px 24px; }
  .field-case h3 { font-size: 22px; }
  .weather-cases { margin-top: 28px; padding: 28px 20px; }
  .weather-heading h3 { font-size: 23px; }
  .weather-heading > p:last-child { font-size: 15px; }
  .weather-grid { grid-template-columns: 1fr; }
  .weather-grid img { height: 240px; }
  .weather-grid figcaption { padding: 20px; }
  .pallet-size-section { margin-top: 28px; padding: 28px 20px; }
  .pallet-size-heading h3 { font-size: 23px; }
  .pallet-size-heading > p:last-child { font-size: 15px; }
  .pallet-size-grid { grid-template-columns: 1fr; }
  .pallet-size-grid article { padding: 21px; }
  .pallet-measure-tip { grid-template-columns: 1fr; padding: 21px; }
  .pallet-measure-tip > p, .pallet-measure-tip > a { grid-column: 1; grid-row: auto; }
  .pallet-measure-tip > a { margin-top: 8px; text-align: center; }
  .choice-grid label > span { min-height: 66px; }
  .input-grid.two-col { grid-template-columns: 1fr; }
  .input-grid.customer-grid { grid-template-columns: 1fr; }
  .toggle-row, .color-field { align-items: flex-start; flex-direction: column; }
  .size-guide { align-items: flex-start; flex-direction: column; gap: 8px; }
  .size-guide p { max-width: none; text-align: left; }
  .quote-size-reference { grid-template-columns: 1fr; }
  .measure-visual { padding: 18px; }
  .measure-visual svg { max-width: 390px; margin: 0 auto; }
  .photo-size-list { padding: 20px 17px 17px; }
  .color-options { width: 100%; justify-content: flex-start; gap: 16px; }
  .blog-guide p { align-items: flex-start; }
  .blog-guide p b { width: 100%; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-note { text-align: left; }
  .footer-contact { grid-template-columns: 1fr; gap: 9px; }
  .mobile-actions { position: fixed; left: 16px; right: 16px; bottom: 14px; z-index: 45; height: 54px; display: grid; grid-template-columns: 1.3fr .7fr; overflow: hidden; background: #0c2d4b; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; box-shadow: 0 14px 38px rgba(3,22,39,.3); }
  .mobile-phone-pair { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border-right: 1px solid rgba(255,255,255,.18); }
  .mobile-phone-pair a { color: #fff; font-size: 12px; font-weight: 750; line-height: 1.15; }
  .mobile-phone, .mobile-quote { display: flex; align-items: center; justify-content: center; color: #fff; font-size: 12px; font-weight: 750; }
  .mobile-phone { gap: 6px; border-right: 1px solid rgba(255,255,255,.18); }
  .mobile-phone strong { font-size: 13px; }
  .mobile-quote { gap: 8px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 37px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-visual { height: 370px; }
  .photo-caption { display: none; }
  .input-grid.dimensions { grid-template-columns: 1fr 1fr; }
  .segmented span { min-width: 52px; padding-inline: 7px; }
  .order-process { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* 네이버 블로그용 견적문의 게시물 미리보기 */
.blog-quote-section { padding-bottom: 90px; }
.blog-inquiry { display: grid; gap: 20px; }
.quote-intro-panel { padding: 36px; color: #18344a; background: #fff; border: 1px solid #dce7ed; border-radius: 18px; box-shadow: 0 16px 36px rgba(9,41,65,.08); }
.quote-intro-brand { display: flex; align-items: center; gap: 14px; }
.quote-intro-brand > span { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: #1684a9; border-radius: 13px; font-size: 27px; font-weight: 900; }
.quote-intro-brand div { display: flex; flex-direction: column; gap: 3px; }
.quote-intro-brand small { color: #708492; font-size: 13px; }
.quote-intro-brand b { color: var(--navy); font-size: 24px; }
.quote-intro-panel > p { max-width: 760px; margin: 22px 0; color: #5a7181; font-size: 16px; line-height: 1.75; }
.quote-intro-button { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; color: #fff; background: #1684a9; border-radius: 10px; font-size: 16px; font-weight: 850; }
.quote-intro-panel > small { display: block; margin-top: 11px; color: #81919c; font-size: 13px; line-height: 1.6; }
.inquiry-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; list-style: none; }
.inquiry-steps li { min-height: 116px; padding: 23px; display: flex; align-items: flex-start; gap: 14px; background: #fff; border: 1px solid #dce7ed; border-radius: 13px; }
.inquiry-steps li > span { color: #1684a9; font-size: 13px; font-weight: 900; }
.inquiry-steps li div { display: flex; flex-direction: column; gap: 7px; }
.inquiry-steps b { color: var(--navy); font-size: 16px; }
.inquiry-steps small { color: #687d8b; font-size: 13px; line-height: 1.55; }
.inquiry-template { overflow: hidden; display: grid; grid-template-columns: .72fr 1.28fr; background: #fff; border: 1px solid #dce7ed; border-radius: 18px; }
.template-title { padding: 38px; color: #fff; background: linear-gradient(145deg, #0b3155, #071d35); }
.template-title > span { color: #75ccea; font-size: 12px; font-weight: 850; letter-spacing: .8px; }
.template-title h3 { margin: 10px 0 14px; font-size: 30px; }
.template-title p { margin: 0; color: #bed1de; font-size: 14px; line-height: 1.65; }
.template-body { padding: 36px 42px; }
.quote-message-label { display: block; margin-bottom: 8px; color: var(--navy); font-size: 13px; font-weight: 800; }
.quote-message { min-height: 390px; color: #17384e; background: #f8fbfd; font-size: 14px; line-height: 1.7; }
.inquiry-action-grid { margin-top: 16px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.inquiry-action-grid button, .inquiry-action-grid a { min-height: 48px; display: flex; align-items: center; justify-content: center; border: 1px solid #c9d9e3; border-radius: 10px; color: var(--navy); background: #fff; font-size: 13px; font-weight: 800; cursor: pointer; }
.inquiry-action-grid button:first-child { color: #fff; background: #0c5d87; border-color: #0c5d87; }
.inquiry-action-grid button:nth-child(2) { color: #fff; background: #198f75; border-color: #198f75; }
.inquiry-action-grid button:hover, .inquiry-action-grid a:hover { transform: translateY(-1px); filter: brightness(.98); }
.template-body .action-help { margin: 12px 0 0; color: #607789; font-size: 11px; line-height: 1.55; }
.template-body p { margin: 0 0 18px; color: #40586a; font-size: 15px; line-height: 1.85; }
.template-body p:first-child { color: var(--navy); font-size: 17px; }
.template-body small { display: block; padding: 14px 16px; color: #7c5e1c; background: #fff8df; border-radius: 8px; font-size: 13px; line-height: 1.6; }
.spec-writing-guide { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.spec-writing-guide article { padding: 27px 30px; background: #fff; border: 1px solid #dce7ed; border-radius: 13px; }
.spec-writing-guide span { color: #2482a6; font-size: 12px; font-weight: 850; }
.spec-writing-guide h3 { margin: 8px 0; color: var(--navy); font-size: 20px; }
.spec-writing-guide p { margin: 0; color: #697e8c; font-size: 14px; }
.inquiry-channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.inquiry-channels article { position: relative; padding: 27px; background: #fff; border: 1px solid #dce7ed; border-radius: 13px; }
.inquiry-channels article.recommended { border: 2px solid #03b956; }
.inquiry-channels article > span { color: #3182a4; font-size: 12px; font-weight: 850; }
.inquiry-channels .recommended > span { color: #03a94d; }
.inquiry-channels h3 { margin: 8px 0; color: var(--navy); font-size: 20px; }
.inquiry-channels h3 a { color: inherit; }
.inquiry-channels p { margin: 0; color: #677c8b; font-size: 14px; line-height: 1.65; }
.privacy-warning { padding: 21px 24px; display: flex; align-items: flex-start; gap: 20px; color: #654a14; background: #fff8df; border: 1px solid #f0dfaa; border-radius: 12px; }
.privacy-warning b { flex: 0 0 auto; font-size: 14px; }
.privacy-warning p { margin: 0; font-size: 14px; line-height: 1.6; }

@media (max-width: 760px) {
  .quote-intro-panel { padding: 25px 21px; }
  .quote-intro-brand b { font-size: 20px; }
  .quote-intro-panel > p { font-size: 15px; }
  .inquiry-steps, .spec-writing-guide, .inquiry-channels, .inquiry-template { grid-template-columns: 1fr; }
  .inquiry-steps li { min-height: auto; }
  .template-title, .template-body { padding: 27px 22px; }
  .template-title h3 { font-size: 25px; }
  .template-body p { font-size: 14px; }
  .privacy-warning { flex-direction: column; gap: 7px; }
}

@media (max-width: 390px) {
  .inquiry-action-grid { grid-template-columns: 1fr; }
}
