/*
Theme Name: 퍼스트에코
Theme URI: https://blanding.kr
Author: 비랜딩 (blanding.kr)
Author URI: https://blanding.kr
Description: 퍼스트에코 건물 외벽청소·방수 전문기업 테마
Version: 1.3.0
Text Domain: first-eco
*/

:root {
    --navy-950: #03192b;
    --navy-900: #06243d;
    --navy-800: #0a3659;
    --blue-600: #0875bd;
    --blue-500: #1897db;
    --lime: #dff238;
    --ice: #eef6fa;
    --line: #d8e2e8;
    --text: #142331;
    --muted: #60717f;
    --white: #fff;
    --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: #fff; font-family: "Gothic A1", "Malgun Gothic", sans-serif; font-size: 16px; line-height: 1.7; letter-spacing: -.02em; word-break: keep-all; }
body.modal-open, body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; top: -100px; left: 12px; z-index: 9999; padding: 10px 16px; background: var(--lime); color: var(--navy-950); }
.skip-link:focus { top: 12px; }
.section-inner { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.section-pad { padding: 128px 0; }
.eyebrow { display: inline-block; color: var(--lime); font-size: 12px; font-weight: 700; letter-spacing: .18em; line-height: 1.3; }
.eyebrow.blue { color: var(--blue-600); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.22; letter-spacing: -.045em; }
h2 { font-size: 48px; font-weight: 700; }
.button { position: relative; isolation: isolate; min-height: 58px; padding: 0 12px 0 25px; display: inline-flex; align-items: center; justify-content: center; gap: 25px; overflow: hidden; border: 1px solid transparent; border-radius: 1px; font-size: 14px; font-weight: 700; letter-spacing: -.01em; cursor: pointer; box-shadow: 0 14px 34px rgba(3,25,43,.16); transition: transform .25s cubic-bezier(.2,.75,.3,1), box-shadow .25s, background .25s, color .25s; }
.button::before { position: absolute; z-index: -1; content: ""; inset: 0; background: rgba(255,255,255,.18); transform: translateX(-102%); transition: transform .45s cubic-bezier(.2,.75,.3,1); }
.button > span { width: 34px; height: 34px; display: grid; flex: 0 0 34px; place-items: center; border-radius: 50%; font-size: 15px; line-height: 1; transition: transform .3s cubic-bezier(.2,.75,.3,1), background .25s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 19px 42px rgba(3,25,43,.22); }
.button:hover::before { transform: translateX(0); }
.button:hover > span { transform: rotate(45deg); }
.button:focus-visible, .arrow-link:focus-visible, .text-link:focus-visible { outline: 3px solid rgba(223,242,56,.75); outline-offset: 4px; }
.button-lime { border-color: var(--lime); background: var(--lime); color: var(--navy-950); }
.button-lime > span { color: #fff; background: var(--navy-950); }
.button-lime:hover { background: #efff59; }
.button-blue { border-color: var(--blue-600); background: var(--blue-600); color: #fff; }
.button-blue > span { color: var(--navy-950); background: var(--lime); }
.button-blue:hover { background: var(--navy-800); }
.button-wide { width: 100%; }
.arrow-link { display: inline-flex; align-items: center; gap: 42px; padding-bottom: 6px; border-bottom: 1px solid currentColor; color: var(--navy-900); font-weight: 700; }
.arrow-link span { transition: transform .3s cubic-bezier(.2,.75,.3,1); }
.arrow-link:hover span { transform: translateX(5px); }
.as-button {
    -webkit-appearance: none;
    appearance: none;
    padding: 0 0 6px;
    border: 0;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}
.as-button:hover { color: var(--blue-600); border-bottom-color: var(--blue-600); }
.as-button:focus-visible { outline-color: rgba(8,117,189,.32); }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 86px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s, height .25s, box-shadow .25s; }
.site-header.is-scrolled, body:not(.is-front) .site-header { height: 72px; color: #fff; background: rgba(3,25,43,.98); border-bottom-color: rgba(255,255,255,.12); box-shadow: 0 8px 28px rgba(3,25,43,.18); }
.header-inner { width: min(calc(100% - 48px), var(--container)); height: 100%; margin: auto; display: grid; grid-template-columns: 270px 1fr 210px; align-items: center; }
.brand { display: flex; align-items: center; width: max-content; }
.brand img { width: auto; height: 46px; object-fit: contain; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: 48px; height: 100%; }
.site-nav > a, .nav-dropdown > a { position: relative; display: flex; align-items: center; height: 100%; font-size: 14px; font-weight: 600; }
.site-nav > a::after, .nav-dropdown > a::after { position: absolute; content: ""; right: 0; bottom: 22px; left: 0; height: 2px; background: var(--lime); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.site-nav a:hover::after { transform: scaleX(1); }
.nav-dropdown { position: relative; height: 100%; }
.nav-dropdown > div { position: absolute; top: 72px; left: 50%; width: 180px; padding: 12px; background: #fff; color: var(--navy-950); box-shadow: 0 16px 35px rgba(3,25,43,.18); opacity: 0; visibility: hidden; transform: translate(-50%,-6px); transition: .2s; }
.nav-dropdown:hover > div { opacity: 1; visibility: visible; transform: translate(-50%,0); }
.nav-dropdown > div a { display: block; padding: 9px 12px; font-size: 13px; }
.nav-dropdown > div a:hover { background: var(--ice); color: var(--blue-600); }
.header-phone { justify-self: end; display: flex; flex-direction: column; text-align: right; line-height: 1.2; }
.header-phone small { margin-bottom: 5px; color: var(--lime); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.site-header.is-scrolled .header-phone small, body:not(.is-front) .site-header .header-phone small { color: var(--lime); }
.header-phone strong { font-size: 17px; letter-spacing: .01em; }
.menu-toggle { display: none; }

/* Hero */
.hero { position: relative; min-height: 910px; height: 100vh; overflow: hidden; color: #fff; background: var(--navy-950); }
.hero-media { position: absolute; inset: -34px 0; transform: translate3d(0,var(--hero-shift,0),0); will-change: transform; }
.hero-media::after, .hero-grid { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: hero-breathe 16s cubic-bezier(.2,.7,.25,1) both; }
.hero-media::after { content: ""; background: linear-gradient(90deg, rgba(3,25,43,.92) 0%, rgba(3,25,43,.66) 45%, rgba(3,25,43,.18) 100%), linear-gradient(0deg, rgba(3,25,43,.58) 0%, transparent 48%); }
.hero-grid { opacity: .14; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 96px 96px; mask-image: linear-gradient(90deg, #000, transparent 75%); }
.hero-content { position: absolute; z-index: 2; top: 48%; left: max(24px, calc((100% - var(--container))/2)); width: min(720px, 58vw); transform: translateY(-50%); }
.hero-content .eyebrow { margin-bottom: 28px; }
.hero-content h1 { margin-bottom: 28px; font-size: clamp(58px, 5.1vw, 82px); font-weight: 700; }
.hero-content h1 em { color: var(--lime); font-style: normal; }
.hero-content > p { max-width: 610px; margin-bottom: 22px; color: rgba(255,255,255,.82); font-size: 20px; line-height: 1.75; }
.hero-store-callout { width: fit-content; max-width: 100%; margin-bottom: 30px; padding-left: 18px; display: flex; align-items: center; gap: 18px; border-left: 3px solid var(--lime); }
.hero-store-callout strong { color: #fff; font-size: 18px; line-height: 1.4; }
.hero-store-callout span { color: rgba(255,255,255,.7); font-size: 13px; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.text-link { display: inline-flex; gap: 24px; align-items: center; padding: 12px 2px 8px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 14px; font-weight: 600; transition: color .2s, border-color .2s; }
.text-link span { transition: transform .3s cubic-bezier(.2,.75,.3,1); }
.text-link:hover { color: var(--lime); border-bottom-color: var(--lime); }
.text-link:hover span { transform: translateX(5px); }
.hero-side { position: absolute; z-index: 2; right: 42px; top: 50%; display: flex; align-items: center; gap: 28px; writing-mode: vertical-rl; transform: translateY(-50%); font-size: 12px; letter-spacing: .12em; }
.hero-side span { color: var(--lime); font-size: 10px; letter-spacing: .22em; }
.hero-side b { font-weight: 500; }
.hero-proof { position: absolute; z-index: 3; right: max(24px, calc((100% - var(--container))/2)); bottom: 0; width: min(780px, calc(100% - 48px)); display: grid; grid-template-columns: repeat(3,1fr); background: rgba(6,36,61,.94); border-top: 3px solid var(--lime); }
.hero-proof > div { position: relative; min-height: 142px; padding: 30px 32px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.14); }
.hero-proof > div:last-child { border: 0; }
.hero-proof small { position: absolute; top: 22px; right: 24px; color: rgba(255,255,255,.25); font-size: 24px; }
.hero-proof strong { margin-bottom: 8px; font-size: 18px; }
.hero-proof span { color: rgba(255,255,255,.62); font-size: 13px; }
@keyframes hero-breathe { from { transform: scale(1.035); } to { transform: scale(1.075); } }
@keyframes hero-enter { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes proof-enter { from { opacity: 0; transform: translateY(42px); } to { opacity: 1; transform: translateY(0); } }
.is-front .hero-content > * { opacity: 0; animation: hero-enter .85s cubic-bezier(.2,.75,.3,1) forwards; }
.is-front .hero-content > :nth-child(1) { animation-delay: .18s; }
.is-front .hero-content > :nth-child(2) { animation-delay: .3s; }
.is-front .hero-content > :nth-child(3) { animation-delay: .43s; }
.is-front .hero-content > :nth-child(4) { animation-delay: .56s; }
.is-front .hero-content > :nth-child(5) { animation-delay: .68s; }
.is-front .hero-proof > div { opacity: 0; animation: proof-enter .7s cubic-bezier(.2,.75,.3,1) forwards; }
.is-front .hero-proof > div:nth-child(1) { animation-delay: .62s; }
.is-front .hero-proof > div:nth-child(2) { animation-delay: .72s; }
.is-front .hero-proof > div:nth-child(3) { animation-delay: .82s; }
.trust-strip { background: var(--lime); color: var(--navy-950); }
.trust-strip .section-inner { min-height: 82px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.trust-points { display: flex; align-items: center; gap: 36px; }
.trust-strip p { display: flex; align-items: center; gap: 12px; margin: 0; }
.trust-strip p + p { padding-left: 36px; border-left: 1px solid rgba(3,25,43,.24); }
.trust-strip p b { font-size: 16px; }
.trust-strip p span { font-size: 12px; }
.trust-strip a { font-weight: 800; font-size: 17px; }

/* Homepage sections */
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; }
.section-heading .eyebrow { margin-bottom: 25px; }
.section-heading h2 { margin: 0; }
.intro-copy { padding-top: 48px; }
.intro-copy .lead { margin-bottom: 26px; color: var(--navy-900); font-size: 23px; font-weight: 600; line-height: 1.6; }
.intro-copy > p:not(.lead) { margin-bottom: 36px; color: var(--muted); }
.services-section { color: #fff; background: var(--navy-950); }
.section-title-row { margin-bottom: 68px; display: flex; justify-content: space-between; align-items: end; gap: 60px; }
.section-title-row h2 { margin: 18px 0 0; }
.section-title-row > p { max-width: 430px; margin: 0 0 8px; color: rgba(255,255,255,.62); }
.service-list { border-top: 1px solid rgba(255,255,255,.16); }
.service-row { height: 430px; display: grid; grid-template-columns: 46% 10% 44%; align-items: stretch; border-bottom: 1px solid rgba(255,255,255,.16); }
.service-row.reverse .service-image { order: 3; }
.service-row.reverse .service-number { order: 2; }
.service-row.reverse .service-copy { order: 1; padding-left: 0; padding-right: 68px; }
.service-image { overflow: hidden; }
.service-image { position: relative; }
.service-image::after { position: absolute; content: ""; inset: 0; border: 1px solid rgba(255,255,255,.12); pointer-events: none; }
.service-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.02); transform: scale(1.015); transition: transform .9s cubic-bezier(.2,.75,.3,1), filter .5s; }
.service-row:hover .service-image img { transform: scale(1.065); filter: saturate(1) contrast(1); }
.service-number { padding-top: 52px; text-align: center; color: var(--lime); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.service-copy { padding: 54px 0 48px 68px; }
.service-copy > span { color: var(--blue-500); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.service-copy h3 { margin: 18px 0 24px; font-size: 38px; }
.service-copy p { max-width: 480px; margin-bottom: 42px; color: rgba(255,255,255,.62); }
.service-copy a { display: inline-flex; gap: 36px; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 14px; font-weight: 600; transition: color .2s, border-color .2s; }
.service-copy a span { transition: transform .3s cubic-bezier(.2,.75,.3,1); }
.service-copy a:hover { color: var(--lime); border-bottom-color: var(--lime); }
.service-copy a:hover span { transform: rotate(45deg); }
.process-section { background: var(--ice); }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: start; }
.process-sticky { position: sticky; top: 130px; }
.process-sticky h2 { margin: 22px 0 26px; }
.process-sticky p { max-width: 460px; margin-bottom: 34px; color: var(--muted); }
.process-list { margin: 0; padding: 0; overflow: hidden; list-style: none; border-top: 1px solid #b9cbd5; }
.process-list li { min-height: 145px; display: grid; grid-template-columns: 80px 1fr; gap: 24px; align-items: center; border-bottom: 1px solid #b9cbd5; transition: padding-left .35s cubic-bezier(.2,.75,.3,1), background .3s; }
.process-list li:hover { padding-left: 16px; background: rgba(255,255,255,.56); }
.process-list li > b { color: var(--blue-600); font-size: 14px; letter-spacing: .1em; }
.process-list h3 { margin: 0 0 10px; font-size: 24px; }
.process-list p { margin: 0; color: var(--muted); }
.client-section { color: #fff; background: var(--navy-800); }
.client-section .section-inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: end; }
.client-heading h2 { margin: 18px 0 0; font-size: 38px; }
.client-logos { display: grid; grid-template-columns: repeat(5,1fr); overflow: hidden; background: #fff; border: 1px solid rgba(255,255,255,.35); box-shadow: 0 18px 46px rgba(3,25,43,.18); }
.client-logos > span { min-width: 0; min-height: 132px; padding: 22px 16px; display: flex; align-items: center; justify-content: center; border-right: 1px solid #dce6ec; background: #fff; }
.client-logos > span:last-child { border-right: 0; }
.client-logos img { width: auto; max-width: 100%; max-height: 52px; object-fit: contain; }
.client-logos .hyundai img { max-width: 128px; }
.client-logos .samsung img { width: 116px; height: 22px; max-width: 100%; object-fit: cover; object-position: center; }
.client-logos .sk img { max-width: 58px; }
.client-logos .koneps img { max-width: 145px; }
.client-logos .pps img { max-width: 124px; }
.cta-section { position: relative; min-height: 590px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--navy-950); }
.cta-image, .cta-image::after { position: absolute; inset: 0; }
.cta-image img { width: 100%; height: 100%; object-fit: cover; }
.cta-image::after { content: ""; background: linear-gradient(90deg, rgba(3,25,43,.96), rgba(3,25,43,.68)); }
.cta-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.cta-grid h2 { margin: 22px 0 0; }
.cta-grid > div:last-child p { max-width: 520px; margin-bottom: 34px; color: rgba(255,255,255,.7); font-size: 18px; }
.cta-grid > div:last-child > a { display: block; margin-top: 20px; color: rgba(255,255,255,.72); font-size: 13px; }

/* Footer, floating, modal */
.site-footer { color: rgba(255,255,255,.7); background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.1); }
.footer-top, .footer-bottom { width: min(calc(100% - 48px), var(--container)); margin: auto; }
.footer-top { min-height: 220px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.13); }
.footer-brand { display: flex; align-items: center; color: #fff; }
.footer-brand > img { width: auto; height: 50px; object-fit: contain; }
.footer-brand span { display: flex; flex-direction: column; line-height: 1.1; }
.footer-brand strong { letter-spacing: .08em; }
.footer-brand small { margin-top: 6px; font-size: 11px; }
.footer-top > p { margin: 0; font-size: 14px; }
.footer-top > p strong { color: var(--lime); font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.footer-call { justify-self: end; display: flex; flex-direction: column; }
.footer-call small { color: var(--lime); font-size: 10px; letter-spacing: .12em; }
.footer-call strong { color: #fff; font-size: 28px; }
.footer-bottom { min-height: 110px; display: flex; justify-content: space-between; align-items: center; gap: 40px; font-size: 11px; }
.footer-bottom > div { display: flex; flex-wrap: wrap; gap: 10px 24px; }
.footer-bottom b, .footer-bottom a { color: #fff; }
.floating-actions { position: fixed; z-index: 900; right: 24px; bottom: 160px; display: flex; flex-direction: column; gap: 7px; }
.floating-actions button, .floating-actions a { width: 72px; min-height: 58px; padding: 10px 13px; display: flex; justify-content: center; align-items: center; gap: 8px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 12px 32px rgba(3,25,43,.24); cursor: pointer; transition: width .32s cubic-bezier(.2,.75,.3,1), box-shadow .25s; }
.floating-actions button:hover, .floating-actions a:hover, .floating-actions button:focus-visible, .floating-actions a:focus-visible { width: 164px; box-shadow: 0 16px 38px rgba(3,25,43,.3); }
.floating-actions button { background: var(--lime); color: var(--navy-950); }
.floating-actions a { color: #fff; background: var(--blue-600); }
.floating-actions span { flex: 0 0 auto; font-size: 10px; }
.floating-actions .quick-icon { width: 23px; height: 23px; display: grid; place-items: center; }
.floating-actions .quick-icon svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.floating-actions b { max-width: 0; overflow: hidden; opacity: 0; font-size: 13px; white-space: nowrap; transition: max-width .32s cubic-bezier(.2,.75,.3,1), opacity .2s; }
.floating-actions button:hover b, .floating-actions a:hover b, .floating-actions button:focus-visible b, .floating-actions a:focus-visible b { max-width: 100px; opacity: 1; }
.modal { position: fixed; inset: 0; z-index: 2000; display: none; }
.modal.is-open { display: grid; place-items: center; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,25,43,.78); backdrop-filter: blur(5px); }
.modal-panel { position: relative; z-index: 1; width: min(calc(100% - 40px), 1040px); max-height: calc(100vh - 40px); overflow: auto; display: grid; grid-template-columns: .85fr 1.15fr; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.modal-close { position: absolute; z-index: 2; right: 18px; top: 12px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--navy-950); background: var(--lime); box-shadow: 0 8px 24px rgba(3,25,43,.18); font-size: 30px; line-height: 1; cursor: pointer; }
.modal-intro { padding: 72px 54px; color: #fff; background: var(--navy-900); }
.modal-intro h2 { margin: 24px 0; font-size: 39px; }
.modal-intro p { color: rgba(255,255,255,.65); }
.modal-intro a { display: inline-block; margin-top: 24px; padding-bottom: 5px; border-bottom: 1px solid var(--lime); color: var(--lime); font-weight: 700; }
.modal-form { padding: 60px 52px 42px; }
.inquiry-form label { display: block; margin-bottom: 18px; }
.inquiry-form label > span { display: block; margin-bottom: 8px; color: var(--navy-900); font-size: 12px; font-weight: 700; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.inquiry-form input:not([type="checkbox"]), .inquiry-form select, .inquiry-form textarea { width: 100%; padding: 13px 0; color: var(--text); background: transparent; border: 0; border-bottom: 1px solid #aabac3; border-radius: 0; outline: 0; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-bottom-color: var(--blue-600); }
.inquiry-form textarea { resize: vertical; }
.inquiry-form .consent { display: flex; align-items: center; gap: 8px; margin: 6px 0 18px; }
.inquiry-form .consent span { margin: 0; color: var(--muted); font-size: 11px; font-weight: 400; }
.form-note { margin: 12px 0 0; text-align: center; color: var(--muted); font-size: 10px; }
.fe-hp { position: absolute!important; left: -9999px!important; }
.notice { position: fixed; z-index: 3000; left: 50%; top: 92px; padding: 14px 22px; color: #fff; background: var(--navy-900); box-shadow: 0 12px 30px rgba(3,25,43,.2); transform: translateX(-50%); font-size: 13px; }
.notice.success { border-left: 4px solid var(--lime); }
.notice.error { border-left: 4px solid #f35b5b; }

/* Sub pages */
.sub-hero { min-height: 470px; padding-top: 72px; display: flex; align-items: center; color: #fff; background: var(--navy-900); }
.sub-hero .section-inner { padding-top: 54px; }
.sub-hero h1 { max-width: 950px; margin: 22px 0 18px; font-size: 58px; }
.sub-hero p { max-width: 620px; margin: 0; color: rgba(255,255,255,.66); font-size: 18px; }
.company-hero { background: linear-gradient(90deg, rgba(3,25,43,.96), rgba(3,25,43,.4)), url("assets/images/hero-korea-v2.jpg") center/cover; }
.business-hero { background: linear-gradient(90deg, rgba(3,25,43,.94), rgba(3,25,43,.42)), url("assets/images/field-team-korea-v2.jpg") center 38%/cover; }
.inquiry-hero { background: linear-gradient(90deg, rgba(3,25,43,.95), rgba(3,25,43,.4)), url("assets/images/roof-waterproofing-korea-v2.jpg") center/cover; }
.archive-hero { min-height: 390px; }
.values-section { color: #fff; background: var(--navy-950); }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.18); }
.values-grid article { min-height: 280px; padding: 42px 42px 20px 0; border-right: 1px solid rgba(255,255,255,.18); }
.values-grid article + article { padding-left: 42px; }
.values-grid b { color: var(--lime); font-size: 13px; }
.values-grid h3 { margin: 42px 0 18px; font-size: 28px; }
.values-grid p { color: rgba(255,255,255,.62); font-size: 14px; }
.company-card-section { background: var(--ice); }
.company-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.company-card-grid h2 { margin: 18px 0 36px; }
.company-card-grid dl { margin: 0; border-top: 1px solid #b9cbd5; }
.company-card-grid dl div { min-height: 62px; display: grid; grid-template-columns: 120px 1fr; align-items: center; border-bottom: 1px solid #b9cbd5; }
.company-card-grid dt { color: var(--muted); font-size: 12px; }
.company-card-grid dd { margin: 0; font-weight: 600; }
.company-card-visual { min-height: 360px; padding: 54px; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; background: var(--navy-900); border-top: 4px solid var(--lime); }
.company-card-visual img { width: 190px; height: auto; margin-bottom: auto; object-fit: contain; }
.company-card-visual span { margin-bottom: 14px; color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.company-card-visual p { margin: 0; font-size: 28px; font-weight: 700; line-height: 1.45; letter-spacing: -.025em; }
.business-detail article { min-height: 550px; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; padding: 90px 0; border-bottom: 1px solid var(--line); }
.business-detail article:first-child { padding-top: 0; }
.business-detail article:last-child { padding-bottom: 0; border: 0; }
.business-detail article:nth-child(even) > div { order: 2; }
.business-detail article > div > span { color: var(--blue-600); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.business-detail h2 { margin: 20px 0 28px; }
.business-detail p { color: var(--muted); }
.business-detail ul { margin: 28px 0 38px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.business-detail li { padding: 11px 4px; border-bottom: 1px solid var(--line); font-size: 13px; }
.business-detail img { width: 100%; height: 520px; object-fit: cover; }
.inquiry-page { background: var(--ice); }
.inquiry-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.inquiry-grid aside h2 { margin: 20px 0; }
.inquiry-grid aside > p { color: var(--muted); }
.inquiry-grid dl { margin-top: 42px; border-top: 1px solid #b9cbd5; }
.inquiry-grid dl div { padding: 16px 0; display: grid; grid-template-columns: 100px 1fr; border-bottom: 1px solid #b9cbd5; }
.inquiry-grid dt { color: var(--muted); font-size: 12px; }
.inquiry-grid dd { margin: 0; font-weight: 600; }
.form-surface { padding: 54px; background: #fff; box-shadow: 0 18px 50px rgba(6,36,61,.08); }
.inquiry-tips { padding: 70px 0; color: #fff; background: var(--navy-800); }
.inquiry-tips .section-inner { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 70px; }
.inquiry-tips h2 { margin: 0; font-size: 30px; }
.inquiry-tips .section-inner > div { display: grid; grid-template-columns: repeat(4,1fr); }
.inquiry-tips span { display: flex; flex-direction: column; color: var(--lime); font-size: 12px; }
.inquiry-tips small { margin-top: 10px; color: #fff; font-size: 12px; }
.archive-tabs { margin-bottom: 54px; display: flex; border-bottom: 1px solid var(--line); }
.archive-tabs a { min-width: 180px; padding: 14px 20px; text-align: center; border-top: 2px solid transparent; font-size: 13px; font-weight: 600; }
.archive-tabs a:hover { color: var(--blue-600); border-top-color: var(--blue-600); background: var(--ice); }
.project-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 54px 28px; }
.project-thumb { aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; overflow: hidden; color: #fff; background: var(--navy-800); }
.project-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.project-thumb:hover img { transform: scale(1.04); }
.project-thumb > span { display: flex; flex-direction: column; text-align: center; font-weight: 700; letter-spacing: .12em; }
.project-thumb small { margin-top: 8px; color: var(--lime); font-size: 8px; }
.project-grid article > div > span { display: block; margin: 20px 0 8px; color: var(--blue-600); font-size: 11px; }
.project-grid h2 { margin: 0 0 12px; font-size: 22px; }
.project-grid p { color: var(--muted); font-size: 13px; }
.empty-state { padding: 100px 30px; text-align: center; background: var(--ice); }
.empty-state > span { color: var(--blue-600); font-size: 10px; font-weight: 700; letter-spacing: .18em; }
.empty-state h2 { margin: 20px 0 14px; font-size: 34px; }
.empty-state p { margin-bottom: 28px; color: var(--muted); }
.article-layout { display: grid; grid-template-columns: 1fr 280px; gap: 90px; align-items: start; }
.article-layout aside { position: sticky; top: 110px; padding: 30px; color: #fff; background: var(--navy-900); }
.article-layout aside span { display: block; font-size: 12px; }
.article-layout aside > a { display: block; margin: 10px 0 20px; color: var(--lime); font-size: 21px; font-weight: 700; }
.single-thumb { margin: 0 0 50px; }
.theme-content { max-width: 900px; }
.theme-content h2 { margin: 56px 0 18px; font-size: 36px; }
.theme-content h3 { margin: 38px 0 14px; font-size: 25px; }
.theme-content p { color: #455966; }
.theme-content img { height: auto; }
.simple-post { padding: 28px 0; border-bottom: 1px solid var(--line); }
.simple-post > span { color: var(--blue-600); font-size: 11px; }
.simple-post h2 { margin: 8px 0; font-size: 26px; }

.motion-ready [data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .72s cubic-bezier(.2,.75,.3,1), transform .72s cubic-bezier(.2,.75,.3,1); transition-delay: var(--reveal-delay,0ms); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.motion-ready .service-row[data-reveal] { transform: translateY(44px); }
.motion-ready .service-row[data-reveal].is-visible { transform: translateY(0); }
.motion-ready .process-list li[data-reveal] { transform: translateX(28px); }
.motion-ready .process-list li[data-reveal].is-visible { transform: translateX(0); }
.cta-image img { transform: scale(1.025); transition: transform 9s cubic-bezier(.2,.75,.3,1); }
.cta-section:has(.is-visible) .cta-image img { transform: scale(1.08); }

@media (max-width: 1100px) {
    .header-inner { grid-template-columns: 240px 1fr 180px; }
    .site-nav { gap: 26px; }
    .hero-side { display: none; }
    .hero-content { width: 70vw; }
    .service-row { grid-template-columns: 44% 8% 48%; }
    .service-copy { padding-left: 40px; }
    .service-row.reverse .service-copy { padding-right: 40px; }
    .client-section .section-inner { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
    body { font-size: 15px; }
    .section-inner { width: min(calc(100% - 36px), var(--container)); }
    .section-pad { padding: 84px 0; }
    h2 { font-size: 38px; }
    .site-header, .site-header.is-scrolled, body:not(.is-front) .site-header { height: 68px; color: #fff; background: rgba(3,25,43,.96); border-bottom-color: rgba(255,255,255,.12); }
    .header-inner { width: calc(100% - 36px); grid-template-columns: 1fr auto; }
    .brand img { width: auto; height: 38px; }
    .header-phone { display: none; }
    .menu-toggle { justify-self: end; width: 42px; height: 42px; padding: 8px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border: 0; background: transparent; }
    .menu-toggle span { width: 24px; height: 2px; display: block; background: currentColor; }
    .menu-toggle b { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }
    .site-nav { position: fixed; top: 68px; right: 0; bottom: 0; left: 0; padding: 48px 26px; display: none; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; color: #fff; background: var(--navy-950); }
    .site-nav.is-open { display: flex; }
    .site-nav > a, .nav-dropdown, .nav-dropdown > a { width: 100%; height: auto; }
    .site-nav > a, .nav-dropdown > a { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 22px; }
    .nav-dropdown > div { position: static; width: 100%; padding: 8px 0 18px 18px; display: block; color: rgba(255,255,255,.7); background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
    .nav-dropdown > div a { padding: 8px 0; }
    .hero { min-height: 740px; height: 88vh; }
    .hero-media { inset: -20px 0; transform: none; }
    .hero-media img { object-position: 70% center; }
    .hero-content { left: 18px; top: 43%; width: calc(100% - 36px); transform: translateY(-50%); }
    .hero-content .eyebrow { margin-bottom: 20px; }
    .hero-content h1 { margin-bottom: 22px; font-size: 45px; }
    .hero-content > p { max-width: 520px; font-size: 17px; }
    .hero-proof { right: 18px; left: 18px; width: auto; }
    .hero-proof > div { min-height: 118px; padding: 24px 18px; }
    .hero-proof small { display: none; }
    .hero-proof strong { font-size: 15px; }
    .hero-proof span { font-size: 11px; }
    .trust-strip .section-inner { min-height: 96px; }
    .trust-points { gap: 24px; }
    .trust-strip p { flex-direction: column; align-items: flex-start; gap: 2px; }
    .trust-strip p + p { padding-left: 24px; }
    .intro-grid, .process-grid, .cta-grid, .company-card-grid, .inquiry-grid { grid-template-columns: 1fr; gap: 48px; }
    .intro-copy { padding-top: 0; }
    .section-title-row { align-items: flex-start; flex-direction: column; gap: 20px; }
    .service-row, .service-row.reverse { height: 330px; grid-template-columns: 48% 8% 44%; }
    .service-copy, .service-row.reverse .service-copy { padding: 38px 24px; }
    .service-copy h3 { font-size: 29px; }
    .service-copy p { font-size: 13px; }
    .process-sticky { position: static; }
    .client-logos { grid-template-columns: repeat(5,1fr); }
    .client-logos > span { min-height: 108px; padding: 18px 12px; }
    .cta-section { min-height: 680px; }
    .sub-hero { min-height: 400px; padding-top: 68px; }
    .sub-hero h1 { font-size: 44px; }
    .business-detail article { grid-template-columns: 1fr; gap: 36px; padding: 70px 0; }
    .business-detail article:nth-child(even) > div { order: 0; }
    .business-detail img { height: 420px; }
    .inquiry-tips .section-inner { grid-template-columns: 1fr; gap: 30px; }
    .project-grid { grid-template-columns: repeat(2,1fr); }
    .article-layout { grid-template-columns: 1fr; }
    .article-layout aside { position: static; }
}

@media (max-width: 560px) {
    body { word-break: keep-all; }
    .section-inner { width: calc(100% - 32px); }
    .header-inner { width: calc(100% - 32px); }
    .hero-content { left: 16px; width: calc(100% - 32px); }
    .hero-proof { right: 16px; left: 16px; }
    .section-pad { padding: 70px 0; }
    h2 { font-size: 32px; }
    .hero { min-height: 720px; height: 100svh; }
    .hero-content { top: 39%; }
    .hero-content h1 { font-size: 38px; line-height: 1.25; }
    .hero-content > p { margin-bottom: 28px; font-size: 15px; }
    .hero-store-callout { margin: -8px 0 24px; padding-left: 12px; align-items: flex-start; flex-direction: column; gap: 2px; }
    .hero-store-callout strong { font-size: 16px; }
    .hero-store-callout span { font-size: 11px; }
    .hero-actions { gap: 14px; align-items: flex-start; flex-direction: column; }
    .hero-actions .button { min-width: 188px; }
    .hero-proof { grid-template-columns: 1fr; border-top-width: 2px; }
    .hero-proof > div { min-height: 58px; padding: 10px 16px; flex-direction: row; align-items: center; gap: 14px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .hero-proof strong { min-width: 76px; margin: 0; }
    .trust-strip a { font-size: 13px; }
    .trust-strip .section-inner { flex-direction: column; align-items: flex-start; justify-content: center; gap: 3px; }
    .trust-points { width: 100%; display: grid; grid-template-columns: 1fr; gap: 10px; padding: 18px 0 10px; }
    .trust-strip p, .trust-strip p + p { padding: 0 0 10px; border-left: 0; border-bottom: 1px solid rgba(3,25,43,.18); }
    .trust-strip p span { font-size: 11px; }
    .trust-strip .section-inner > a { padding-bottom: 18px; }
    .intro-copy .lead { font-size: 19px; }
    .service-row, .service-row.reverse { height: auto; display: grid; grid-template-columns: 40px 1fr; min-height: 0; padding: 32px 0; }
    .service-image, .service-row.reverse .service-image { grid-column: 1 / -1; order: 1; height: 240px; }
    .service-number, .service-row.reverse .service-number { grid-column: 1; order: 2; padding-top: 31px; text-align: left; }
    .service-copy, .service-row.reverse .service-copy { grid-column: 2; order: 3; padding: 28px 0 0; }
    .service-copy h3 { margin: 12px 0 16px; }
    .service-copy p { margin-bottom: 24px; }
    .process-list li { grid-template-columns: 52px 1fr; }
    .client-logos { grid-template-columns: repeat(2,1fr); }
    .client-logos > span { min-height: 100px; border-right: 1px solid #dce6ec; border-bottom: 1px solid #dce6ec; }
    .client-logos > span:nth-child(2n) { border-right: 0; }
    .client-logos > span:last-child { grid-column: span 2; border-right: 0; border-bottom: 0; }
    .cta-section { min-height: 650px; }
    .cta-grid { gap: 34px; }
    .footer-top { min-height: 280px; grid-template-columns: 1fr; align-content: center; gap: 24px; }
    .footer-call { justify-self: start; }
    .footer-bottom { padding: 28px 0; flex-direction: column; align-items: flex-start; }
    .floating-actions { right: 12px; bottom: 12px; transition: opacity .25s, transform .25s; }
    .is-front:not(.has-scrolled) .floating-actions { opacity: 0; pointer-events: none; transform: translateY(12px); }
    .floating-actions button, .floating-actions a, .floating-actions button:hover, .floating-actions a:hover, .floating-actions button:focus-visible, .floating-actions a:focus-visible { width: 54px; height: 54px; min-height: 54px; padding: 0; justify-content: center; border-radius: 50%; }
    .floating-actions b { display: none; }
    .floating-actions span { font-weight: 700; }
    .modal-panel { width: calc(100% - 20px); max-height: calc(100svh - 20px); grid-template-columns: 1fr; }
    .modal-intro { padding: 42px 26px 28px; }
    .modal-intro h2 { font-size: 30px; }
    .modal-form { padding: 28px 24px; }
    .field-grid { grid-template-columns: 1fr; gap: 0; }
    .sub-hero { min-height: 380px; }
    .sub-hero h1 { font-size: 35px; }
    .values-grid { grid-template-columns: 1fr; }
    .values-grid article, .values-grid article + article { min-height: 0; padding: 32px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
    .values-grid h3 { margin: 22px 0 12px; }
    .company-card-grid { gap: 40px; }
    .company-card-grid dl div { grid-template-columns: 80px 1fr; }
    .company-card-visual { min-height: 300px; padding: 34px 28px; }
    .company-card-visual img { width: 160px; }
    .company-card-visual p { font-size: 24px; }
    .business-detail article { padding: 55px 0; }
    .business-detail img { height: 300px; }
    .form-surface { padding: 30px 22px; }
    .inquiry-tips .section-inner > div { grid-template-columns: repeat(2,1fr); gap: 25px 10px; }
    .archive-tabs a { min-width: 0; flex: 1; padding: 12px 8px; font-size: 11px; }
    .project-grid { grid-template-columns: 1fr; }
    .empty-state { padding: 70px 20px; }
    .empty-state h2 { font-size: 28px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto!important; transition: none!important; animation: none!important; }
    [data-reveal], .is-front .hero-content > *, .is-front .hero-proof > div { opacity: 1!important; transform: none!important; }
}
