:root{--offWhite: #F7F6F2;--warmWhite: #F1EDE4;--black: #0B0D0E;--charcoal: #121619;--graphite: #1A2024;--slate: #5C656D;--deepGreen: #0E3B34;--forest: #145447;--gold: #D4A23A;--goldBright: #E8B84A;--stoneGray: #6B737C;--softGray: #E5E1D8;--muted: #706B61;--line: rgba(11, 13, 14, .1);--lineLight: rgba(255, 255, 255, .12);--bg: var(--offWhite);--text: var(--charcoal);--text-muted: var(--slate);--surface: #FFFFFF;--font: Pretendard, "Noto Sans KR", system-ui, -apple-system, sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--shadow-sm: 0 2px 20px rgba(11, 13, 14, .05);--shadow-md: 0 16px 48px rgba(11, 13, 14, .08);--shadow-lg: 0 32px 80px rgba(11, 13, 14, .1);--shadow-luxury: 0 40px 100px rgba(11, 13, 14, .12), 0 0 0 1px rgba(11, 13, 14, .04);--container: 1360px;--header-height: 112px}@media(max-width:768px){:root{--header-height: 88px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;max-width:100%;overflow-x:hidden}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}body{font-family:var(--font);font-size:17px;font-weight:400;line-height:1.75;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}#root{width:100%;max-width:100%;overflow-x:clip}img,video,canvas,svg{max-width:100%}img{display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}button:not(.mobile-menu-button):not(.header__toggle):not(.mobile-menu__close):not(.showcase__tab){border:none;background:none}ul,ol{list-style:none}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.section{position:relative;padding-block:var(--section-py)}.section--white{background:#fff;color:var(--charcoal)}.section--light{background:var(--offWhite);color:var(--charcoal)}.section--warm{background:var(--warmWhite);color:var(--charcoal)}.section--soft{background:var(--softGray);color:var(--charcoal)}.section--dark{background:var(--charcoal);color:var(--offWhite)}.section--cinema{background:var(--graphite);color:var(--offWhite)}.section-header{margin-bottom:clamp(44px,5vw,64px);position:relative;z-index:2}.section-eyebrow{display:inline-block;font-size:.8125rem;font-weight:700;letter-spacing:.08em;color:var(--deepGreen);margin-bottom:16px}.section--dark .section-eyebrow,.section--cinema .section-eyebrow{color:var(--gold)}.section-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.12;letter-spacing:-.035em;color:var(--charcoal)}.section--dark .section-title,.section--cinema .section-title{color:var(--offWhite)}.section-desc{margin-top:20px;font-size:clamp(1rem,1.4vw,1.1875rem);line-height:1.75;color:var(--slate);max-width:680px}.section--dark .section-desc,.section--cinema .section-desc{color:#f7f6f2b8}.section-desc--wide{max-width:860px}.section-ghost{position:absolute;top:24px;right:var(--gutter);font-size:clamp(3.5rem,10vw,7rem);font-weight:800;letter-spacing:-.04em;color:transparent;-webkit-text-stroke:1px rgba(11,13,14,.05);pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0}.grid-cards{display:grid;grid-template-columns:1fr;gap:20px;position:relative;z-index:2}@media(min-width:640px){.grid-cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-cards{grid-template-columns:repeat(3,1fr)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 30px;font-size:.9375rem;font-weight:600;border-radius:var(--radius-sm);transition:all .25s ease;white-space:nowrap}.btn-primary{background:var(--deepGreen);color:#fff;border:1px solid var(--deepGreen)}.btn-primary:hover{background:var(--forest);border-color:var(--forest);box-shadow:0 8px 24px #0e3b3440}.btn-dark{background:var(--charcoal);color:#fff;border:1px solid var(--charcoal)}.btn-dark:hover{background:var(--black);box-shadow:0 8px 24px #0b0d0e33}.btn-outline{background:transparent;color:var(--charcoal);border:1.5px solid var(--line)}.btn-outline:hover{border-color:var(--deepGreen);color:var(--deepGreen);background:#0e3b340a}.section--dark .btn-outline,.section--cinema .btn-outline,.hero__visual-frame .btn-outline{color:#fff;border-color:#ffffff59}.section--dark .btn-outline:hover,.section--cinema .btn-outline:hover{background:#ffffff1a;border-color:#fff;color:#fff}.btn-gold{background:var(--gold);color:var(--black);font-weight:700;border:1px solid var(--gold)}.btn-gold:hover{background:var(--goldBright);border-color:var(--goldBright)}.card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:border-color .3s ease,box-shadow .3s ease;overflow:hidden}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--deepGreen),var(--gold))}.card:hover{box-shadow:var(--shadow-md);border-color:#0b0d0e24}.section-divider{position:relative}.section-divider:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:min(160px,24%);height:1px;background:linear-gradient(90deg,transparent,rgba(212,162,58,.45),transparent)}@keyframes glow-drift{0%,to{opacity:.35}50%{opacity:.5}}.section--dark .card,.section--cinema .card{background:#ffffff0f;border-color:var(--lineLight);color:var(--offWhite);box-shadow:none}.section--dark .card:hover,.section--cinema .card:hover{background:#ffffff17;border-color:#d4a23a59}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal{animation:fade-up .7s ease both}.fallback-image{position:relative;overflow:hidden;background:var(--graphite)}.fallback-image--quarry{background:linear-gradient(145deg,#2a3530 0%,var(--graphite) 50%,var(--deepGreen) 100%)}.fallback-image--crusher{background:linear-gradient(145deg,#1e2428 0%,var(--graphite) 60%,#1a3530 100%)}.fallback-image--aggregate{background:linear-gradient(145deg,#3a3835 0%,var(--graphite) 55%,#2a4038 100%)}.fallback-image--truck{background:linear-gradient(145deg,#2a2826 0%,var(--graphite) 60%,var(--deepGreen) 100%)}.fallback-image--recycling{background:linear-gradient(145deg,#252820 0%,var(--graphite) 55%,var(--forest) 100%)}.fallback-image__label{position:absolute;bottom:16px;left:16px;font-size:.7rem;font-weight:500;color:#ffffff8c}.fallback-image img{width:100%;height:100%;object-fit:cover}:root{--header-h: 88px;--header-height: 88px;--scroll-offset: 96px;--gutter: 24px;--section-py: 72px;--section-header-mb: 28px;--sticky-cta-h: 64px;--touch-min: 48px;--sticky-offset: 12px;--safe-bottom: 0px;--cta-bottom: var(--sticky-offset)}@media(max-width:768px){:root{--gutter: clamp(20px, 5.5vw, 24px);--safe-bottom: env(safe-area-inset-bottom, 0px);--cta-bottom: max(var(--sticky-offset), var(--safe-bottom));--dock-h: 62px}}@media(min-width:769px){:root{--header-h: 112px;--header-height: 112px;--scroll-offset: 124px;--gutter: clamp(24px, 4vw, 48px);--section-py: clamp(88px, 10vw, 128px);--section-header-mb: clamp(44px, 5vw, 64px);--sticky-cta-h: 0px}}html{scroll-padding-top:var(--scroll-offset);-webkit-text-size-adjust:100%;text-size-adjust:100%}section{scroll-margin-top:var(--scroll-offset)}body{font-size:16px;line-height:1.7;overflow-x:hidden;color:var(--charcoal)}body.menu-open{overflow:hidden}@media(max-width:768px){main{padding-bottom:24px}}.btn{min-height:var(--touch-min);padding:13px 24px;font-size:.9375rem}.section-header{margin-bottom:var(--section-header-mb)}.section-eyebrow{font-size:.6875rem;font-weight:700;letter-spacing:.1em;margin-bottom:12px}.section-title{font-size:clamp(1.75rem,7.5vw,2.125rem);line-height:1.18;letter-spacing:-.03em;color:var(--black)}.section-desc{margin-top:14px;font-size:1rem;line-height:1.75;color:var(--charcoal)}.section{padding-block:var(--section-py)}.container{padding-inline:var(--gutter);width:100%;max-width:var(--container);margin-inline:auto}@media(max-width:768px){.card:hover{transform:none;box-shadow:var(--shadow-sm)}.card:active{border-color:#0e3b3438}.grid-cards{grid-template-columns:1fr!important;gap:14px}.section-ghost{display:none}.reveal{animation:none;opacity:1;transform:none}img,video,svg{max-width:100%}.section-desc--wide{max-width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}.reveal{animation:none}}@media(min-width:769px){body{font-size:17px}.section-title{font-size:clamp(3.25rem,4.5vw,4.5rem);line-height:1.1}.section-desc{font-size:clamp(1.0625rem,1.4vw,1.1875rem)}.card:hover{transform:translateY(-2px)}}@media(min-width:1024px){.section-title{font-size:clamp(3.5rem,4.2vw,4.5rem)}}.site-header,.header{position:fixed;top:0;left:0;right:0;z-index:9999;width:100%;max-width:100%;height:var(--header-height);padding-top:env(safe-area-inset-top,0px);box-sizing:border-box;background:#f7f6f2fa;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(11,13,14,.07);box-shadow:none;transition:background .26s ease,box-shadow .26s ease,border-color .26s ease,backdrop-filter .26s ease,-webkit-backdrop-filter .26s ease}.site-header:after,.header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(212,162,58,.55),rgba(14,59,52,.28),transparent);opacity:0;transition:opacity .26s ease;pointer-events:none}.site-header-spacer{display:block;width:100%;height:var(--header-height);flex-shrink:0;pointer-events:none}.site-header.header--scrolled,.header.header--scrolled{background:#f7f6f2e0;backdrop-filter:blur(22px) saturate(140%);-webkit-backdrop-filter:blur(22px) saturate(140%);border-bottom:1px solid rgba(11,13,14,.1);box-shadow:0 18px 44px #0b0d0e1a,0 1px #d4a23a2e}.site-header.header--scrolled:after,.header.header--scrolled:after{opacity:1}.header__inner{display:flex;align-items:center;justify-content:space-between;height:calc(var(--header-height) - env(safe-area-inset-top,0px));min-height:0;gap:12px;padding-inline:var(--gutter);max-width:var(--container);margin-inline:auto}.header__inner.container{padding-inline:var(--gutter)}.brand-lockup{display:inline-flex;align-items:center;gap:clamp(18px,2vw,22px);text-decoration:none;flex-shrink:0;transition:opacity .22s ease}.brand-lockup:active{opacity:.85}.brand-mark{display:block;object-fit:contain;flex-shrink:0}.brand-mark--symbol{width:clamp(78px,7vw,92px);height:clamp(78px,7vw,92px)}.brand-mark--icon{display:none;width:56px;height:56px}.brand-divider{width:1px;height:clamp(54px,6vw,64px);background:linear-gradient(180deg,transparent,#D4A23A,transparent);opacity:.9;flex-shrink:0}.brand-copy{display:flex;flex-direction:column;justify-content:center;min-width:0}.brand-name{font-size:clamp(30px,2.6vw,36px);font-weight:900;line-height:1;letter-spacing:-.04em;color:#0b0d0e;white-space:nowrap}.header__nav--desktop{display:none;align-items:center;gap:20px;margin-left:auto}.header__list{display:flex;align-items:center;gap:4px}.nav-link{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 13px;font-size:.9375rem;font-weight:700;letter-spacing:-.02em;color:#151819;white-space:nowrap;text-decoration:none;border:1px solid transparent;border-radius:999px;background:transparent;transition:color .22s ease,background .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease}.nav-link:after{content:"";position:absolute;left:50%;bottom:6px;width:4px;height:4px;border-radius:999px;background:#d4a23a;opacity:0;transform:translate(-50%) scale(.4);transition:opacity .22s ease,transform .22s ease}.nav-link--active{color:#0e3b34;background:#0e3b340f;border-color:#0e3b3426}.nav-link--active:after{opacity:1;transform:translate(-50%) scale(1)}@media(hover:hover)and (pointer:fine){.nav-link:hover{color:#0e3b34;background:#0e3b340b;border-color:#0e3b3421;transform:translateY(-1px)}.nav-link:hover:after{opacity:1;transform:translate(-50%) scale(1)}}.nav-link:focus{outline:none}.nav-link:focus-visible{outline:none;border-color:#d4a23aa6;box-shadow:0 0 0 3px #d4a23a29}.header__cta,.header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 22px;font-size:.875rem;font-weight:700;color:#fff;text-decoration:none;white-space:nowrap;background:#0e3b34;border:1px solid rgba(212,162,58,.22);border-radius:var(--radius-sm);box-shadow:0 12px 28px #0e3b342e;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}@media(hover:hover)and (pointer:fine){.header__cta:hover,.header-cta:hover{transform:translateY(-1px);background:#092f2a;border-color:#d4a23a8c;box-shadow:0 18px 38px #0e3b3442,0 0 0 3px #d4a23a14}}.header__cta:active,.header-cta:active{transform:translateY(0)}.header__cta:focus-visible{outline:2px solid rgba(212,162,58,.9);outline-offset:3px}.header--menu-open{z-index:1001}button.mobile-menu-button,button.header__toggle,.header .mobile-menu-button,.header .header__toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:48px;height:48px;min-width:48px;min-height:48px;padding:0;flex:0 0 48px;flex-shrink:0;cursor:pointer;background-color:#0b0d0e!important;border:1px solid rgba(212,162,58,.38)!important;border-radius:14px;box-shadow:0 10px 24px #0b0d0e2e;color:#fff;position:relative;z-index:9999;visibility:visible;opacity:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background .26s ease,border-color .26s ease,box-shadow .26s ease,transform .26s ease}.mobile-menu-button span,.header__toggle span,.hamburger-line{display:block;width:22px;height:2px;border-radius:999px;background-color:#fff!important;flex-shrink:0;pointer-events:none;transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .22s ease,background .26s ease}button.mobile-menu-button:active,button.mobile-menu-button.header__toggle--open,button.header__toggle:active,button.header__toggle--open{background-color:#111517!important;border-color:#d4a23a8c!important;box-shadow:0 12px 28px #0b0d0e47}@media(hover:hover)and (pointer:fine){button.mobile-menu-button:hover,button.header__toggle:hover{border-color:#d4a23a8c!important;box-shadow:0 14px 32px #0b0d0e38}}.site-header.header--scrolled button.mobile-menu-button,.site-header.header--scrolled button.header__toggle,.header.header--scrolled button.mobile-menu-button,.header.header--scrolled button.header__toggle{box-shadow:0 14px 34px #0b0d0e3d}.header__toggle:active span,.header__toggle--open span{background:#fff}.header__toggle--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__toggle--open span:nth-child(2){opacity:0;transform:scaleX(0)}.header__toggle--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__toggle:focus-visible{outline:none;border-color:#d4a23abf;box-shadow:0 10px 24px #0b0d0e2e,0 0 0 3px #d4a23a33}@media(min-width:769px){button.mobile-menu-button,button.header__toggle,.header .mobile-menu-button,.header .header__toggle,.mobile-menu{display:none!important}.header__nav--desktop,.desktop-nav{display:flex;flex-shrink:1;min-width:0;margin-left:auto}.header__inner{min-height:112px;gap:clamp(32px,4vw,48px)}.brand-mark--icon{display:none}.brand-mark--symbol{display:block}.header__list{gap:2px}.nav-link{font-size:.875rem;padding:0 11px}}@media(min-width:1100px){.header__nav--desktop{gap:20px}.nav-link{font-size:.9375rem;padding:0 13px}}@media(prefers-reduced-motion:reduce){.site-header,.site-header:after,.header,.header:after,.header--scrolled,.brand-lockup,.nav-link,.nav-link:after,.header__cta,.header-cta,.header__toggle,.mobile-menu-button,.header__toggle span,.mobile-menu,.mobile-menu__inner,.mobile-menu__link,.mobile-menu__cta,.mobile-menu__close{transition:none!important}}.media-image{display:block;width:100%;height:100%;object-fit:cover}.hero{position:relative;background:var(--offWhite);padding:clamp(36px,5vw,64px) 0 clamp(72px,10vw,112px)}.hero__grid{display:grid;grid-template-columns:1fr;gap:clamp(48px,7vw,72px);align-items:center;width:100%;max-width:100%;min-width:0}.hero__eyebrow{font-size:.8125rem;font-weight:700;letter-spacing:.08em;color:var(--deepGreen);margin-bottom:24px}.hero__title{font-size:clamp(2.375rem,10.5vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-.04em;color:var(--black);margin-bottom:24px}.hero__title-line{display:block}.hero__lead{font-size:1.0625rem;font-weight:500;color:var(--charcoal);line-height:1.8;margin-bottom:32px;max-width:560px}.hero__lead--short{display:none}.hero__actions{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.hero__actions .btn{width:100%;min-height:48px}.hero__pillars{display:flex;flex-wrap:wrap;gap:10px}.hero__pillars li{font-size:.8125rem;font-weight:600;padding:10px 16px;background:#fff;border:1px solid var(--line);border-radius:100px;color:var(--charcoal)}.hero__panel{position:relative;border-radius:var(--radius-xl);overflow:hidden;min-height:clamp(380px,90vw,480px);background:var(--charcoal);border:1px solid rgba(11,13,14,.08);box-shadow:var(--shadow-luxury);aspect-ratio:4 / 5}.hero__panel-img{position:absolute;top:0;right:0;bottom:0;left:0}.hero__panel-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0b0d0e14,#0b0d0e05 40%,#0b0d0e2e);pointer-events:none}@media(max-width:768px){.hero{padding:72px var(--gutter, 24px) 56px;width:100%;max-width:100%;overflow-x:hidden}.hero .container{padding-inline:0;width:100%;max-width:100%;overflow-x:hidden}.hero__copy,.hero__visual{min-width:0;max-width:100%}.hero__grid{gap:24px}.hero__eyebrow{font-size:.75rem;margin-bottom:12px;max-width:100%}.hero__title{font-size:clamp(2.25rem,10vw,2.75rem);line-height:1.08;letter-spacing:-.065em;margin-bottom:16px;max-width:100%;word-break:keep-all;overflow-wrap:break-word;line-break:strict}.hero__title-line{max-width:100%}.hero__lead--full{display:none}.hero__lead--short{display:block;font-size:16px;line-height:1.75;margin-bottom:22px;max-width:100%;word-break:keep-all;overflow-wrap:break-word}.hero__actions{display:grid;grid-template-columns:1fr;gap:12px;width:100%;max-width:100%;margin-bottom:0}.hero__actions .btn{width:100%;max-width:100%;min-height:56px;border-radius:14px;white-space:normal;text-align:center}.hero__pillars{display:none}.hero__panel{width:100%;max-width:100%;min-height:0;max-height:240px;aspect-ratio:16 / 10;border-radius:20px;box-shadow:0 12px 32px #0b0d0e1a;overflow:hidden}}@media(min-width:769px){.hero{padding-top:clamp(56px,7vw,88px)}.hero__grid{grid-template-columns:1.02fr .98fr;gap:clamp(56px,7vw,96px)}.hero__title{font-size:clamp(4.75rem,6.2vw,6.5rem);line-height:1.05}.hero__lead{font-size:1.125rem;line-height:1.8}.hero__actions{flex-direction:row;flex-wrap:wrap}.hero__actions .btn{width:auto;padding:16px 32px}.hero__panel{min-height:clamp(520px,42vw,600px);aspect-ratio:auto;border-radius:var(--radius-xl);box-shadow:var(--shadow-luxury)}}@media(min-width:1280px){.hero__title{font-size:clamp(5.25rem,5.5vw,6.5rem)}}.flow{background:#fff}.flow__track{display:grid;grid-template-columns:repeat(7,1fr);gap:16px;position:relative;padding-top:32px}.flow__line{position:absolute;top:56px;left:6%;right:6%;height:1px;background:linear-gradient(90deg,var(--softGray),var(--gold),var(--gold),var(--softGray));z-index:0}.flow__step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;position:relative;z-index:1}.flow__num{display:flex;align-items:center;justify-content:center;width:56px;height:56px;font-size:.8125rem;font-weight:800;color:var(--gold);background:#fff;border:1px solid rgba(212,162,58,.45);border-radius:50%;box-shadow:0 4px 20px #0b0d0e0f}.flow__body{display:flex;flex-direction:column;gap:8px;padding:0 4px}.flow__title{font-size:.9375rem;font-weight:700;color:var(--black);line-height:1.35}.flow__desc{font-size:.8125rem;font-weight:400;color:var(--slate);line-height:1.65;max-width:160px;margin-inline:auto}@media(max-width:1200px)and (min-width:769px){.flow__track{grid-template-columns:repeat(4,1fr);row-gap:48px}.flow__line{display:none}.flow__desc{max-width:220px}}.flow__intro--mobile,.flow__desc--mobile{display:none}@media(max-width:768px){.flow{width:100%;max-width:100%;overflow-x:hidden}.flow__track{grid-template-columns:1fr;gap:0;padding-top:4px;padding-left:26px;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.flow__line{display:none}.flow__step{flex-direction:row;align-items:flex-start;text-align:left;gap:0;padding:0 0 36px 28px;margin-left:0;width:100%;max-width:100%;min-width:0;box-sizing:border-box;border-left:1px solid rgba(212,162,58,.45)}.flow__step:last-child{padding-bottom:0;border-left-color:transparent}.flow__num{position:absolute;left:-26px;width:52px;height:52px;flex-shrink:0;font-size:.75rem}.flow__body{padding-top:8px;gap:4px;min-width:0;max-width:100%}.flow__title{font-size:22px;line-height:1.25;word-break:keep-all;overflow-wrap:break-word}.flow__desc{font-size:15px;line-height:1.6;max-width:100%;margin:0;color:#5a6472;word-break:keep-all;overflow-wrap:break-word}}.business-tiles__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.business-tiles__tile{position:relative;display:flex;flex-direction:column;min-height:240px;padding:32px 28px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);transition:border-color .25s,box-shadow .25s;overflow:hidden;text-decoration:none}.business-tiles__tile:after{display:none}.business-tiles__tile:hover{transform:none;box-shadow:var(--shadow-md);border-color:#0e3b342e}.business-tiles__num{position:relative;z-index:1;font-size:2.5rem;font-weight:800;color:#0e3b341f;line-height:1;margin-bottom:20px;transition:color .3s}.business-tiles__tile:hover .business-tiles__num{color:var(--gold)}.business-tiles__title{position:relative;z-index:1;font-size:clamp(1.15rem,1.5vw,1.35rem);font-weight:700;color:var(--black);margin-bottom:12px;line-height:1.35}.business-tiles__desc{position:relative;z-index:1;font-size:.9375rem;color:var(--charcoal);line-height:1.7;flex:1}.business-tiles__arrow{position:relative;z-index:1;margin-top:20px;font-size:1.25rem;font-weight:600;color:var(--deepGreen);opacity:0;transform:translate(-8px);transition:all .3s ease}.business-tiles__tile:hover .business-tiles__arrow{opacity:1;transform:translate(0)}@media(max-width:1200px){.business-tiles__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.business-tiles__grid{grid-template-columns:1fr;gap:16px}.business-tiles__tile{min-height:auto;padding:24px 22px;background:#fff}.business-tiles__tile:hover{transform:none}.business-tiles__num{font-size:2rem;color:var(--gold);margin-bottom:12px}.business-tiles__title{font-size:1.125rem;margin-bottom:8px}.business-tiles__desc{font-size:.9375rem;line-height:1.7}.business-tiles__arrow{opacity:1;transform:none;margin-top:16px;min-height:44px;display:inline-flex;align-items:center}}.showcase{padding-bottom:clamp(64px,10vw,140px)}.showcase__intro{padding-block:clamp(56px,10vw,112px) clamp(32px,5vw,56px)}.showcase__intro-short{display:none}.showcase__console{display:grid;grid-template-columns:minmax(248px,280px) 1fr;gap:0;border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-luxury);background:#fff}.showcase__mobile{display:none}.showcase__nav{display:flex;flex-direction:column;background:#fff;border-right:1px solid var(--line)}.showcase__nav-label{padding:28px 28px 20px;font-size:.6875rem;font-weight:700;letter-spacing:.14em;color:var(--deepGreen);border-bottom:1px solid var(--line)}.showcase__tabs{flex:1;display:flex;flex-direction:column}.showcase__tab{position:relative;display:flex;align-items:flex-start;gap:14px;width:100%;text-align:left;padding:22px 28px;border:none;border-bottom:1px solid rgba(11,13,14,.06);background:transparent;transition:background .2s}.showcase__tab:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:transparent;transition:background .2s,box-shadow .2s}.showcase__tab-num{font-size:.6875rem;font-weight:800;color:var(--softGray);flex-shrink:0;padding-top:3px}.showcase__tab-label{font-size:.9375rem;font-weight:600;color:var(--slate);line-height:1.5}.showcase__tab:hover{background:var(--offWhite)}.showcase__tab:hover .showcase__tab-label{color:var(--charcoal)}.showcase__tab--active{background:#0e3b340a}.showcase__tab--active:before{background:var(--gold);box-shadow:0 0 12px #d4a23a66}.showcase__tab--active .showcase__tab-num{color:var(--deepGreen)}.showcase__tab--active .showcase__tab-label{color:var(--black);font-weight:700}.showcase__film{position:relative;min-height:clamp(540px,52vw,640px);background:var(--charcoal);overflow:hidden}.showcase__film-media-wrap,.showcase__film-img{position:absolute;top:0;right:0;bottom:0;left:0}.showcase__film-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#0b0d0ee0,#0b0d0e59 38%,#0b0d0e1f 68%,#0b0d0e0f);pointer-events:none}.showcase__media-copy{position:absolute;bottom:0;left:0;z-index:10;max-width:560px;padding:clamp(28px,4vw,72px);padding-right:clamp(28px,4vw,48px);pointer-events:none}.showcase__media-badge{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.08em;color:var(--gold);margin-bottom:14px;text-transform:uppercase}.showcase__media-title{font-size:clamp(1.5rem,2.4vw,2.125rem);font-weight:800;color:#fff;margin-bottom:12px;line-height:1.1;letter-spacing:-.03em}.showcase__media-desc{font-size:clamp(.9375rem,1.1vw,1.0625rem);color:#f7f6f2d9;line-height:1.65;max-width:520px}.solution-showcase-mobile,.showcase-mobile{display:none}.solution-showcase-desktop{display:block}.showcase-mobile-card{border-radius:24px;overflow:hidden;background:#fff;border:1px solid rgba(11,13,14,.1);box-shadow:0 18px 42px #0b0d0e14}.showcase-mobile-card__img{width:100%;aspect-ratio:16 / 10;object-fit:cover;display:block}.showcase-mobile-card__body{padding:18px 22px 22px}.showcase-mobile-card__num{display:block;font-size:12px;font-weight:800;letter-spacing:.08em;color:#d4a23a;margin-bottom:8px}.showcase-mobile-card__title{font-size:clamp(1.25rem,5.5vw,1.5rem);font-weight:900;line-height:1.2;letter-spacing:-.03em;color:#0b0d0e;margin-bottom:10px}.showcase-mobile-card__desc{font-size:15px;line-height:1.65;color:#5a6472}.solution-showcase-mobile__grid{display:grid;gap:20px}@media(max-width:768px){.showcase-mobile-card{border:1px solid rgba(11,13,14,.08);box-shadow:0 10px 28px #0b0d0e0f}.showcase-mobile-card__img{max-height:260px;border-radius:22px 22px 0 0}.showcase-mobile-card__body{padding:20px}.showcase-mobile-card__title{font-size:clamp(1.25rem,5.2vw,1.5rem)}.showcase-mobile-card__desc{line-height:1.6}}@media(min-width:769px)and (max-width:900px){.showcase__console{grid-template-columns:1fr}.showcase__nav{border-right:none;border-bottom:1px solid var(--line)}.showcase__tabs{flex-direction:row;overflow-x:auto;scrollbar-width:none}.showcase__tabs::-webkit-scrollbar{display:none}.showcase__tab{flex-shrink:0;min-width:160px;border-bottom:none;border-right:1px solid var(--line)}.showcase__tab:before{top:auto;left:0;right:0;bottom:0;width:auto;height:2px}.showcase__film{min-height:480px}}.process-cap__media{position:relative;margin-bottom:clamp(28px,4vw,40px);border-radius:var(--radius-lg);overflow:hidden;min-height:clamp(200px,40vw,320px);aspect-ratio:21 / 9;border:1px solid var(--line);box-shadow:var(--shadow-md)}.process-cap__media-img{position:absolute;top:0;right:0;bottom:0;left:0}.process-cap__media-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(11,13,14,.55) 0%,rgba(11,13,14,.12) 55%,transparent 100%);pointer-events:none}.process-cap__media-caption{position:absolute;left:clamp(20px,3vw,32px);bottom:clamp(20px,3vw,28px);z-index:1;font-size:.8125rem;font-weight:700;letter-spacing:.06em;color:#f7f6f2e6}.process-cap__grid{display:grid;grid-template-columns:1fr;gap:16px}.process-cap__card{padding:clamp(28px,4vw,36px) clamp(24px,3vw,32px);background:#fff}.process-cap__num{display:block;font-size:.75rem;font-weight:800;letter-spacing:.06em;color:var(--gold);margin-bottom:14px}.process-cap__title{font-size:1.125rem;font-weight:700;color:var(--black);line-height:1.35;margin-bottom:10px}.process-cap__desc{font-size:.9375rem;color:var(--charcoal);line-height:1.7}@media(min-width:640px){.process-cap__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media(min-width:1024px){.process-cap__grid{grid-template-columns:repeat(3,1fr);gap:24px}.process-cap__title{font-size:1.1875rem}}@media(max-width:768px){.process-cap__media{aspect-ratio:16 / 10;min-height:180px;border-radius:var(--radius-md)}.process-cap__card:hover{transform:none}}.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stats__card{padding:clamp(36px,4vw,48px) clamp(28px,3vw,36px);text-align:center;background:var(--offWhite);border:1px solid var(--line);border-radius:var(--radius-md)}.stats__value-row{display:flex;align-items:baseline;justify-content:center;gap:4px;margin-bottom:12px}.stats__value{font-size:clamp(2.5rem,4.5vw,3.25rem);font-weight:800;color:var(--deepGreen);letter-spacing:-.03em;line-height:1}.stats__unit{font-size:1.125rem;font-weight:700;color:var(--gold)}.stats__title{font-size:1rem;font-weight:700;color:var(--black);margin-bottom:10px}.stats__desc{font-size:.9375rem;color:var(--charcoal);line-height:1.7}@media(max-width:960px){.stats__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.stats__grid{grid-template-columns:1fr;gap:14px}.stats__card{padding:28px 24px;text-align:left;background:#fff}.stats__value-row{justify-content:flex-start;margin-bottom:8px}.stats__value{font-size:clamp(2.75rem,12vw,3.5rem)}.stats__title{font-size:1.0625rem}.stats__desc{font-size:.9375rem}}@media(max-width:480px){.stats__grid{grid-template-columns:1fr}}.projects__groups{display:flex;flex-direction:column;gap:16px}.projects__group{padding:0;overflow:hidden}.projects__group-head{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:56px;padding:18px 22px;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.projects__group-head::-webkit-details-marker{display:none}.projects__group-head:after{content:"+";flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;color:var(--deepGreen);background:var(--offWhite);border:1px solid var(--line);border-radius:var(--radius-sm)}.projects__group[open] .projects__group-head:after{content:"−";color:var(--gold);border-color:#d4a23a59}.projects__group-title{font-size:1.0625rem;font-weight:700;color:var(--black)}.projects__group-count{margin-left:auto;margin-right:12px;font-size:.8125rem;font-weight:600;color:var(--stoneGray)}.projects__list{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line)}.projects__item{display:flex;align-items:flex-start;padding:16px 22px;border-bottom:1px solid var(--line)}.projects__item:last-child{border-bottom:none}.projects__name{font-size:.9375rem;font-weight:500;color:var(--charcoal);line-height:1.65}@media(min-width:769px){.projects__groups{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;align-items:start}.projects__group[open]{grid-row:span 1}}.sites__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.sites__card{padding:40px}.sites__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.sites__name{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:800;color:var(--black)}.sites__badge{font-size:.6875rem;font-weight:700;padding:6px 12px;background:#0e3b3414;color:var(--deepGreen);border-radius:100px}.sites__desc{font-size:.9375rem;color:var(--stoneGray);line-height:1.85;margin-bottom:20px}.sites__tags{display:flex;flex-wrap:wrap;gap:8px}.sites__tag{font-size:.75rem;font-weight:600;padding:6px 12px;background:var(--offWhite);border:1px solid var(--line);border-radius:100px;color:var(--charcoal)}@media(max-width:768px){.sites__grid{grid-template-columns:1fr;gap:16px}.sites__card{padding:28px 24px}.sites__name{font-size:1.25rem}.sites__desc{font-size:.9375rem}}.field-resources__layout{display:grid;grid-template-columns:1fr;gap:16px}.field-resources__featured{display:flex;flex-direction:column;min-height:0;padding:0;text-decoration:none;color:inherit;overflow:hidden;background:var(--charcoal);border:1px solid rgba(11,13,14,.08);transition:border-color .25s,box-shadow .25s}.field-resources__featured:before{display:none}.field-resources__featured:hover{border-color:#0e3b3440;box-shadow:var(--shadow-luxury)}.field-resources__visual{position:relative;min-height:clamp(220px,48vw,320px);overflow:hidden;aspect-ratio:16 / 10}.field-resources__img{position:absolute;top:0;right:0;bottom:0;left:0}.field-resources__visual-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(11,13,14,.75) 0%,rgba(11,13,14,.15) 55%,transparent 100%);pointer-events:none}.field-resources__content{padding:clamp(24px,4vw,36px);background:var(--charcoal);border-top:1px solid rgba(255,255,255,.08)}.field-resources__featured .field-resources__category{color:var(--gold)}.field-resources__featured .field-resources__title{color:#fff;font-size:clamp(1.5rem,2.5vw,2rem)}.field-resources__featured .field-resources__desc{color:#f7f6f2c7}.field-resources__category{display:block;font-size:.6875rem;font-weight:700;letter-spacing:.1em;color:var(--deepGreen);margin-bottom:10px;text-transform:uppercase}.field-resources__title{font-size:1.375rem;font-weight:800;color:var(--black);line-height:1.2;margin-bottom:12px;letter-spacing:-.02em}.field-resources__desc{font-size:.9375rem;color:var(--charcoal);line-height:1.7;margin-bottom:20px;max-width:520px}.field-resources__cta{display:inline-flex;align-items:center;font-size:.875rem;font-weight:700;color:var(--gold);gap:6px}.field-resources__cta:after{content:"→";transition:transform .2s}.field-resources__featured:hover .field-resources__cta:after,.field-resources__item:hover .field-resources__cta:after{transform:translate(4px)}.field-resources__featured .field-resources__cta{color:var(--gold)}.field-resources__list{display:flex;flex-direction:column;gap:12px}.field-resources__item{display:grid;grid-template-columns:120px 1fr;gap:0;padding:0;text-decoration:none;color:inherit;overflow:hidden;background:#fff;transition:border-color .25s,box-shadow .25s}.field-resources__item:hover{border-color:#0e3b3433;box-shadow:var(--shadow-md)}.field-resources__item-media{position:relative;min-height:100%;overflow:hidden;background:var(--charcoal)}.field-resources__item-img{position:absolute;top:0;right:0;bottom:0;left:0}.field-resources__item-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b0d0e1f;pointer-events:none}.field-resources__item-body{flex:1;padding:clamp(18px,3vw,24px) clamp(16px,3vw,24px);min-width:0}.field-resources__item-title{font-size:1.0625rem;font-weight:700;color:var(--black);line-height:1.35;margin-bottom:8px}.field-resources__item-desc{font-size:.875rem;color:var(--charcoal);line-height:1.65;margin-bottom:14px}.field-resources__cta--small{font-size:.8125rem}.mobile-field-resources,.field-data-mobile,.showcase-mobile-cards{display:none}.field-card{display:block;text-decoration:none;color:inherit;border-radius:24px;overflow:hidden;background:#fff;border:1px solid rgba(11,13,14,.1);box-shadow:0 18px 42px #0b0d0e14;transition:border-color .2s,box-shadow .2s}.field-card:active{border-color:#0e3b3438}.field-card__img{width:100%;aspect-ratio:16 / 10;object-fit:cover;display:block}.field-card-body{padding:22px}.field-card-kicker{display:block;color:#0e3b34;font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.field-card-title{margin-top:10px;font-size:24px;line-height:1.2;font-weight:900;letter-spacing:-.03em;color:#0b0d0e}.field-card-description{margin-top:12px;font-size:15px;line-height:1.65;color:#5a6472}.field-card-cta{display:inline-flex;align-items:center;margin-top:18px;font-size:14px;font-weight:800;color:#0e3b34}.field-card-cta:after{content:" →"}@media(min-width:900px){.field-resources__layout{grid-template-columns:1.15fr 1fr;gap:20px;align-items:stretch}.field-resources__visual{min-height:280px;aspect-ratio:auto;flex:1}.field-resources__featured{min-height:100%}.field-resources__list{gap:14px}.field-resources__item{grid-template-columns:140px 1fr}}@media(max-width:768px){.field-resources-desktop{display:none!important}.mobile-field-resources,.field-data-mobile,.showcase-mobile-cards{display:grid!important;grid-template-columns:1fr;gap:20px}.field-resources__visual{min-height:200px;aspect-ratio:16 / 10}.field-card-title{font-size:clamp(1.375rem,6vw,1.5rem)}.field-card-body{padding:20px}}@media(min-width:769px){.mobile-field-resources,.field-data-mobile,.showcase-mobile-cards{display:none!important}}@media(max-width:430px){.field-card-body{padding:18px}.field-card-title{font-size:1.375rem}}.quick-inquiry__head{margin-bottom:clamp(28px,4vw,40px)}.quick-inquiry__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--black);letter-spacing:-.03em;line-height:1.2;margin-bottom:10px}.quick-inquiry__desc{font-size:.9375rem;color:var(--slate);line-height:1.6}.quick-inquiry__grid{display:grid;grid-template-columns:1fr;gap:10px}.quick-inquiry__btn{display:flex;align-items:center;justify-content:space-between;min-height:52px;padding:16px 22px;font-size:.9375rem;font-weight:600;color:var(--charcoal);background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);text-decoration:none;transition:border-color .2s,background .2s,color .2s}.quick-inquiry__btn:after{content:"→";font-size:1rem;color:var(--deepGreen);flex-shrink:0;margin-left:12px}.quick-inquiry__btn:hover{border-color:var(--deepGreen);background:#0e3b340a;color:var(--black)}@media(min-width:640px){.quick-inquiry__grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media(min-width:1024px){.quick-inquiry__grid{grid-template-columns:repeat(3,1fr)}.quick-inquiry__btn:nth-child(4),.quick-inquiry__btn:nth-child(5){grid-column:span 1}}@media(max-width:768px){.quick-inquiry__btn{min-height:48px;font-size:.9375rem}}.trust__inner{padding:clamp(40px,5vw,56px)}.trust__header{margin-bottom:32px}.trust__list{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;margin-bottom:24px}.trust__item{display:flex;align-items:center;gap:14px;padding:20px 24px;background:#fff;transition:background .2s}.trust__item:hover{background:var(--offWhite)}.trust__icon{flex-shrink:0;color:var(--deepGreen)}.trust__name{flex:1;font-size:.9375rem;font-weight:600;color:var(--charcoal)}.trust__badge{flex-shrink:0;font-size:.6875rem;font-weight:700;padding:5px 10px;background:var(--offWhite);color:var(--stoneGray);border:1px solid var(--line);border-radius:var(--radius-sm)}.trust__notice{font-size:.9rem;color:var(--stoneGray);line-height:1.75;padding:18px 22px;background:var(--offWhite);border-left:4px solid var(--gold);border-radius:0 var(--radius-sm) var(--radius-sm) 0}@media(max-width:768px){.trust__list{grid-template-columns:1fr}.trust__item{min-height:52px;padding:16px 20px}.trust__name{font-size:.9375rem}}.contact{background:var(--offWhite);border-top:1px solid var(--line)}.contact__header{margin-bottom:clamp(36px,4vw,48px)}.contact__form{max-width:880px;margin-inline:auto;padding:clamp(36px,5vw,48px)}.contact__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact__field{margin-bottom:20px}.contact__field label{display:block;font-size:.875rem;font-weight:700;color:var(--charcoal);margin-bottom:8px}.contact__field input,.contact__field select,.contact__field textarea{width:100%;padding:14px 16px;font-family:inherit;font-size:.9375rem;color:var(--charcoal);background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);outline:none;transition:border-color .2s,box-shadow .2s}.contact__field input:focus,.contact__field select:focus,.contact__field textarea:focus{border-color:var(--deepGreen);box-shadow:0 0 0 3px #0e3b341a}.contact__field textarea{resize:vertical;min-height:140px}.contact__submit{width:100%}@media(max-width:640px){.contact__row{grid-template-columns:1fr;gap:0}}.site-footer,.footer{background:#0b0d0e;color:#f7f6f2;width:100%;max-width:100%}.footer-inner{display:none}.footer-desktop{display:block}.footer__main{padding:clamp(48px,6vw,72px) 0 clamp(40px,5vw,56px);border-bottom:1px solid rgba(255,255,255,.08)}.footer__main-inner{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:clamp(28px,4vw,40px)}.footer-brand{flex:1 1 280px;max-width:420px;min-width:0}.footer-brand-lockup{display:flex;align-items:center;gap:16px;text-decoration:none;transition:opacity .22s ease}.footer-brand-lockup:hover{opacity:.92}.footer-brand-mark{width:64px;height:64px;object-fit:contain;border-radius:16px;flex-shrink:0;box-shadow:0 14px 34px #00000047}.footer-brand-copy{display:flex;flex-direction:column;gap:6px;min-width:0}.footer-brand-copy strong{color:#f7f6f2;font-size:26px;line-height:1;font-weight:900;letter-spacing:-.04em}.footer-brand-copy span{color:#f7f6f2b8;font-size:15px;line-height:1.45;font-weight:600}.footer-brand-copy small{color:#d4a23ae0;font-size:13px;font-weight:700}.footer__nav{flex:1 1 280px}.footer__nav-list{display:flex;flex-wrap:wrap;gap:8px 20px}.footer__nav-list a{font-size:.875rem;font-weight:500;color:#f7f6f29e;transition:color .2s}.footer__nav-list a:hover{color:#f7f6f2e6}.footer__cta{flex-shrink:0;align-self:flex-start;padding:12px 24px;font-size:.875rem;min-height:44px}.footer__legal-desktop{padding:24px 0 calc(24px + env(safe-area-inset-bottom,0px));background:#0003;border-top:1px solid rgba(255,255,255,.06)}.footer__legal-inner{display:flex;flex-direction:column;gap:16px}.footer__companies{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}.footer__company-card{flex:1 1 280px;max-width:calc(50% - 10px)}.footer__company-name{font-size:.8125rem;font-weight:700;color:#f7f6f2c7;margin-bottom:8px}.footer__company-meta{display:flex;flex-direction:column;gap:4px}.footer__company-row{display:grid;grid-template-columns:auto 1fr;gap:8px 12px;font-size:.8125rem;line-height:1.55}.footer__company-row dt{color:#9b968ba6;font-weight:600;white-space:nowrap}.footer__company-row dd{color:#9b968bd1;margin:0;word-break:keep-all;overflow-wrap:break-word}.footer__copyright{font-size:.75rem;color:#9b968b9e;margin-top:8px}.footer__disclaimer{font-size:.6875rem;color:#9b968b7a;line-height:1.6;max-width:720px}@media(min-width:769px){.footer__nav-list{max-width:520px}}.mobile-sticky-cta,.mobile-debug-marker{display:none}@media(max-width:768px){.mobile-debug-marker{display:none!important}.solution-showcase-desktop,.showcase-desktop,.showcase-tabs-layout,.showcase__console,.showcase__console--desktop,.showcase__film,.showcase__nav,.showcase__tabs{display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important;pointer-events:none!important}.solution-showcase-mobile,.showcase-mobile{display:block!important;visibility:visible!important;opacity:1!important}.solution-showcase-mobile__grid{display:grid!important;grid-template-columns:1fr;gap:20px}.field-resources-desktop,.mobile-field-resources,.field-data-mobile,.showcase-mobile-cards,#field-resources{display:none!important}}@media(min-width:769px){.mobile-debug-marker,.solution-showcase-mobile,.showcase-mobile{display:none!important}.solution-showcase-desktop{display:block!important}button.mobile-menu-button,.header button.header__toggle{display:none!important}}@media(max-width:768px){:root{--header-h: 88px;--header-height: 88px;--scroll-offset: 96px;--gutter: clamp(20px, 5.5vw, 24px);--section-py: 72px;--section-header-mb: 28px;--sticky-cta-h: 64px;--sticky-offset: 12px;--safe-bottom: env(safe-area-inset-bottom, 0px);--cta-bottom: max(var(--sticky-offset), var(--safe-bottom))}.mobile-debug-marker{display:none!important}.section{padding-block:72px}.section-header{margin-bottom:28px}.section-eyebrow{font-size:13px;letter-spacing:.14em;color:var(--deepGreen);margin-bottom:10px}.section-title{font-size:clamp(2rem,9.5vw,2.5rem);line-height:1.15;letter-spacing:-.05em}.section-desc{margin-top:12px;font-size:16px;line-height:1.7;color:#4b4f52}.hero{padding:72px var(--gutter, 24px) 56px;overflow-x:hidden}.hero .container{padding-inline:0}.hero__copy{min-width:0;max-width:100%}.hero__title{font-size:clamp(2.25rem,10vw,2.75rem);line-height:1.08;letter-spacing:-.065em;margin-bottom:16px;max-width:100%;word-break:keep-all;overflow-wrap:break-word}.hero__lead--short{font-size:16px;line-height:1.75;margin-bottom:22px;max-width:100%;word-break:keep-all;overflow-wrap:break-word}.hero__actions{display:grid;grid-template-columns:1fr;gap:12px;width:100%;max-width:100%;margin-bottom:0}.hero__actions .btn{width:100%;max-width:100%;min-height:56px;border-radius:14px;font-size:.9375rem;white-space:normal}.hero__grid{gap:24px;min-width:0}.hero__visual{min-width:0;max-width:100%}.hero__panel{width:100%;max-width:100%;min-height:0;max-height:240px;aspect-ratio:16 / 10;border-radius:20px;box-shadow:0 12px 32px #0b0d0e1a;overflow:hidden}.solution-showcase-mobile{padding-block:72px}.solution-showcase-mobile .container{padding-inline:var(--gutter, 24px)}.solution-showcase-mobile .section-title{font-size:clamp(2.125rem,9vw,2.625rem)}.solution-showcase-mobile__grid{gap:20px!important}.showcase-mobile-card{border-radius:24px;border:1px solid rgba(11,13,14,.08);box-shadow:0 10px 28px #0b0d0e0f;margin-bottom:0}.showcase-mobile-card__img{aspect-ratio:16 / 10;max-height:260px;width:100%;object-fit:cover;border-radius:22px 22px 0 0}.showcase-mobile-card__body{padding:20px}.showcase-mobile-card__title{font-size:clamp(1.25rem,5.2vw,1.5rem);line-height:1.2;margin-bottom:8px}.showcase-mobile-card__desc{font-size:15px;line-height:1.6;color:#5a6472}.flow__intro--mobile{display:block}.flow__intro--desktop{display:none}.flow__desc--mobile{display:block}.flow__desc--desktop{display:none}.flow .section-title{font-size:clamp(2.125rem,8.5vw,2.5rem);line-height:1.15;letter-spacing:-.055em}.flow__track{padding-top:4px;padding-left:26px;max-width:100%;overflow:hidden}.flow__step{padding-bottom:36px;padding-left:28px;margin-left:0;border-left-width:1px;border-left-color:#d4a23a73;min-width:0;max-width:100%}.flow__num{left:-26px;width:52px;height:52px;font-size:.75rem;box-shadow:0 4px 14px #0b0d0e0f}.flow__body{padding-top:8px;gap:4px;min-width:0;max-width:100%}.flow__title{font-size:22px;line-height:1.25}.flow__desc{font-size:15px;line-height:1.6;color:#5a6472}}@media(min-width:769px){.flow__intro--mobile,.flow__desc--mobile{display:none}.flow__intro--desktop,.flow__desc--desktop{display:block}}@media(max-width:768px){main,section,.section{width:100%;max-width:100%;overflow-x:hidden}.container{width:100%;max-width:100%;padding-inline:var(--gutter, 24px);box-sizing:border-box;overflow-x:hidden}.hero__grid>*,.grid-cards>*,.stats__grid>*,.business-tiles__grid>*,.solution-showcase-mobile__grid>*,.showcase-mobile-card,.footer__main-inner>*,.contact__form{min-width:0;max-width:100%}.brand-lockup{min-width:0;flex-shrink:1}.hero__title{font-size:clamp(2.25rem,10vw,2.75rem)}.hero__panel{overflow:hidden}.btn{max-width:100%;white-space:normal;text-align:center;box-sizing:border-box}.section-title,.section-desc,.section-eyebrow{max-width:100%;word-break:keep-all;overflow-wrap:break-word}.solution-showcase-mobile,.solution-showcase-mobile .container{width:100%;max-width:100%;overflow-x:hidden}.showcase-mobile-card{width:100%;max-width:100%;overflow:hidden}.showcase-mobile-card__img{width:100%;max-width:100%;height:auto;object-fit:cover;display:block}.showcase-mobile-card__title,.showcase-mobile-card__desc{max-width:100%;word-break:keep-all;overflow-wrap:break-word}.flow__track{padding-left:26px}.flow__step{margin-left:0;min-width:0;max-width:100%}.flow__body{min-width:0;max-width:100%}.business-tiles__tile,.stats__card,.card{width:100%;max-width:100%;box-sizing:border-box}.business-tiles__title,.business-tiles__desc,.stats__title,.stats__desc{max-width:100%;word-break:keep-all;overflow-wrap:break-word}.cinematic-media,.cinematic-media__frame,.process-capability__strip{width:100%;max-width:100%;overflow:hidden}.cinematic-media img,.process-capability__strip img{width:100%;max-width:100%;height:auto;display:block}.site-footer,.footer-inner,.footer-brand-card,.footer-nav a,.footer-legal,.footer-legal p{max-width:100%;word-break:keep-all;overflow-wrap:break-word}.footer-desktop{width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}}@media(max-width:400px){.hero__title{font-size:clamp(2rem,9.5vw,2.5rem);letter-spacing:-.06em}.section-title{font-size:clamp(1.75rem,8.5vw,2.125rem)}.mobile-sticky-cta__btn{padding:0 14px;font-size:.8125rem}}html{scroll-padding-top:var(--header-height)}section{scroll-margin-top:var(--header-height)}.site-header,.header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:9999!important;width:100%;max-width:100%;height:var(--header-height);overflow:visible!important}.site-header-spacer{height:var(--header-height)}@media(max-width:768px){.site-header,.header,.site-header-spacer{height:var(--header-height)}.header__inner{height:calc(var(--header-height) - env(safe-area-inset-top,0px));width:100%;max-width:100%;padding:12px var(--gutter, 24px);box-sizing:border-box;overflow:visible!important}.desktop-nav,.header__nav--desktop,.header-cta,.header__cta{display:none!important}.mobile-menu-button,.header .mobile-menu-button,.header button.header__toggle{display:inline-flex!important;visibility:visible!important;opacity:1!important;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;margin-left:auto;flex-shrink:0;background:#0b0d0e!important;border:1px solid rgba(212,162,58,.4)!important;border-radius:16px!important;color:#fff!important;z-index:1002!important;box-shadow:0 12px 28px #0b0d0e33}.mobile-menu-button span,.header button.header__toggle span,.hamburger-line{display:block!important;width:22px!important;height:2px!important;border-radius:999px;background:#fff!important}.brand-lockup{flex:0 1 auto;min-width:0;max-width:calc(100% - 60px)}.brand-mark--symbol,.brand-divider,.brand-copy{display:none!important}.brand-mark--icon{display:block!important;width:52px;height:52px;border-radius:14px;object-fit:contain}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;width:100%;max-width:100%;min-height:100vh;min-height:100svh;min-height:100dvh;background:radial-gradient(circle at 20% 0%,rgba(212,162,58,.1),transparent 34%),#0b0d0e;color:#f7f6f2;padding:calc(24px + env(safe-area-inset-top,0px)) 24px calc(24px + env(safe-area-inset-bottom,0px));box-sizing:border-box;transform:translate(100%);transition:transform .32s cubic-bezier(.22,.61,.36,1);visibility:hidden;pointer-events:none;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-menu--open{transform:translate(0);visibility:visible;pointer-events:auto}.mobile-menu__inner{display:flex;flex-direction:column;min-height:100%;max-width:100%}.mobile-menu__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;flex-shrink:0}.mobile-menu__brand{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:0;flex:1}.mobile-menu__brand img{width:44px;height:44px;border-radius:12px;object-fit:contain;flex-shrink:0}.mobile-menu__brand strong{display:block;font-size:1.0625rem;font-weight:800;letter-spacing:-.03em;color:#f7f6f2;line-height:1.2}.mobile-menu__brand span{display:block;margin-top:2px;font-size:.6875rem;font-weight:600;color:#f7f6f280}.mobile-menu__close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;font-size:1.125rem;color:#f7f6f2cc;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer}.mobile-menu__nav{flex:1 1 auto;min-height:0}.mobile-menu__nav ul{display:flex;flex-direction:column;gap:0}.mobile-menu__link{display:flex;align-items:center;min-height:52px;padding:14px 12px;font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:#f7f6f2e0;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.07);transition:color .18s ease,background .18s ease}.mobile-menu__link--active{color:#f7f6f2;background:#0e3b3433;border-left:3px solid rgba(212,162,58,.7);padding-left:9px}.mobile-menu__link:active{background:#ffffff0d}.mobile-menu__footer{flex-shrink:0;margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}.mobile-menu__cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;padding:14px 20px;font-size:.9375rem;font-weight:700;color:#fff;text-decoration:none;background:#0e3b34;border:1px solid rgba(212,162,58,.22);border-radius:14px}.mobile-menu__cta:active{background:#145447}body.menu-open .mobile-sticky-cta{display:none!important;visibility:hidden!important;pointer-events:none!important}.footer-inner{display:grid!important;gap:32px;padding:72px 24px calc(120px + env(safe-area-inset-bottom,0px));width:100%;max-width:100%;box-sizing:border-box}.footer-desktop{display:none!important}.footer-brand-card{display:flex;align-items:center;gap:14px;min-width:0}.footer-brand-card img{width:56px;height:56px;border-radius:14px;object-fit:contain;flex-shrink:0}.footer-brand-card strong{display:block;font-size:24px;font-weight:900;letter-spacing:-.04em;color:#f7f6f2;line-height:1.1}.footer-brand-card span{display:block;margin-top:6px;color:#f7f6f2a3;font-size:13px;line-height:1.45;font-weight:500;word-break:keep-all;overflow-wrap:break-word}.footer-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.footer-nav a{min-width:0;padding:12px 14px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);color:#f7f6f2d1;text-decoration:none;font-size:14px;font-weight:700;text-align:center;transition:background .18s ease,border-color .18s ease}.footer-nav a:active{background:#0e3b3438;border-color:#d4a23a33}.footer-contact{display:flex;flex-direction:column;gap:12px;padding:18px;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:16px}.footer-contact p{font-size:14px;line-height:1.55;color:#f7f6f294;font-weight:500}.footer-contact__btn{display:flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;font-size:.9375rem;font-weight:700;color:#fff;text-decoration:none;background:#0e3b34;border:1px solid rgba(212,162,58,.2);border-radius:12px}.footer-contact__btn:active{background:#145447}.footer-legal{color:#f7f6f28c;font-size:12px;line-height:1.75;word-break:keep-all;overflow-wrap:break-word}.footer-legal p{margin-bottom:12px;white-space:pre-line}.footer-legal__copy{margin-top:8px;margin-bottom:0!important;font-size:11px;color:#f7f6f273}body.has-mobile-cta .footer-inner{padding-bottom:calc(140px + env(safe-area-inset-bottom,0px))}.mobile-sticky-cta{display:block;position:fixed;left:16px;right:16px;bottom:12px;bottom:max(12px,env(safe-area-inset-bottom,0px));z-index:900;width:auto;max-width:calc(100% - 32px);height:64px;pointer-events:none;opacity:0;transform:translateY(calc(100% + 20px));transition:transform .32s ease,opacity .28s ease;box-sizing:border-box}.mobile-sticky-cta--visible{opacity:1;transform:translateY(0);pointer-events:auto}.mobile-sticky-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;height:64px;padding:0 8px 0 18px;box-sizing:border-box;border-radius:18px;background:#0b0d0ef0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 44px #00000047}.mobile-sticky-cta__text{flex:1;min-width:0;font-size:.8125rem;font-weight:600;color:#f7f6f2d9;line-height:1.35;letter-spacing:-.01em}.mobile-sticky-cta__btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;font-size:.8125rem;font-weight:700;color:#fff;text-decoration:none;background:#0e3b34;border:1px solid rgba(212,162,58,.22);border-radius:12px}.mobile-sticky-cta__btn:active{background:#145447}body.has-mobile-cta{padding-bottom:calc(88px + env(safe-area-inset-bottom,0px))}}@media(min-width:769px){.mobile-menu-button,.header .mobile-menu-button,.header button.header__toggle,.mobile-menu,.footer-inner{display:none!important}.footer-desktop{display:block!important}.mobile-sticky-cta{display:none!important}body.has-mobile-cta{padding-bottom:0!important}}
