:root{--bg:#080808;--panel:#111111;--ink:#f4f2ee;--muted:#9a9a9a;--line:#2a2a2a;--red:#e4252b;--red2:#b50f1a;--lime:#c9ff3c;--pad:clamp(22px,4vw,72px);--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Arial,sans-serif;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}.noise{position:fixed;inset:0;pointer-events:none;z-index:20;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E")}.site-header{position:fixed;top:0;left:0;right:0;z-index:30;height:86px;padding:0 var(--pad);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #fff0;transition:.35s;background:linear-gradient(to bottom,rgb(8 8 8 / .86),#fff0)}.site-header.scrolled{height:72px;background:rgb(8 8 8 / .88);backdrop-filter:blur(18px);border-color:#222}.brand{display:flex;gap:12px;align-items:center}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font:800 16px Manrope,sans-serif;letter-spacing:.08em}.brand-copy small{font-size:7px;letter-spacing:.22em;color:#8a8a8a;margin-top:5px}.brand-mark{width:27px;height:27px;position:relative;display:inline-flex;align-items:center;justify-content:center}.brand-mark i{position:absolute;width:18px;height:4px;background:var(--red);transform-origin:center;border-radius:1px}.brand-mark i:nth-child(1){transform:rotate(0deg) translateY(-6px)}.brand-mark i:nth-child(2){transform:rotate(60deg)}.brand-mark i:nth-child(3){transform:rotate(-60deg)}.desktop-nav{display:flex;gap:36px;margin-left:auto;margin-right:42px}.desktop-nav a{font-size:13px;color:#c8c8c8;transition:.2s}.desktop-nav a:hover{color:#fff}.header-cta{font-size:12px;text-transform:uppercase;letter-spacing:.08em;border:1px solid #333;padding:13px 16px;border-radius:100px;transition:.25s}.header-cta:hover{background:var(--red);border-color:var(--red)}.menu-toggle{display:none;background:none;border:0;width:36px;height:36px;padding:8px;position:relative}.menu-toggle span{position:absolute;left:8px;right:8px;height:1px;background:#fff;transition:.3s}.menu-toggle span:first-child{top:13px}.menu-toggle span:last-child{top:21px}.mobile-panel{display:none}.hero{min-height:100svh;position:relative;display:flex;flex-direction:column;justify-content:center;padding:135px var(--pad) 36px;overflow:hidden}.hero:after{content:"";position:absolute;left:var(--pad);right:var(--pad);bottom:0;height:1px;background:#222}.hero-copy{position:relative;z-index:2;max-width:1180px}.eyebrow{font-size:11px;letter-spacing:.22em;color:var(--red);font-weight:700;margin:0 0 24px}.hero h1{font:700 clamp(48px,7.35vw,124px)/.91 Manrope,sans-serif;letter-spacing:-.065em;margin:0;max-width:1290px}.hero h1 em{font-style:normal;color:#666}.hero-lead{font-size:clamp(16px,1.45vw,21px);line-height:1.6;color:#aaa;max-width:660px;margin:34px 0 0 3px}.hero-actions{display:flex;align-items:center;gap:32px;margin-top:38px}.btn{display:inline-flex;align-items:center;gap:38px;border-radius:100px;padding:16px 20px;font-size:13px;font-weight:600}.btn-primary{background:var(--ink);color:#111}.btn-primary:hover{background:var(--red);color:#fff}.btn span{font-size:18px}.text-link{font-size:13px;color:#c3c3c3;border-bottom:1px solid #555;padding-bottom:6px}.text-link span{margin-left:10px}.hero-meta{position:absolute;top:112px;right:var(--pad);display:flex;gap:25px;font-size:9px;letter-spacing:.13em;color:#666;z-index:2}.hero-bottom{position:absolute;left:var(--pad);right:var(--pad);bottom:35px;display:flex;align-items:end;justify-content:flex-end;gap:50px;z-index:2}.scroll-label{font-size:8px;letter-spacing:.17em;color:#555;margin-right:auto}.hero-stat{display:flex;align-items:end;gap:10px}.hero-stat strong{font:600 33px Manrope}.hero-stat span{font-size:7px;line-height:1.45;color:#666;letter-spacing:.12em}.hero-orbit{position:absolute;width:min(64vw,900px);aspect-ratio:1;right:-17vw;top:50%;transform:translateY(-50%);opacity:.8}.orbit{position:absolute;inset:0;border:1px solid rgb(228 37 43 / .25);border-radius:50%;animation:spin 26s linear infinite}.orbit:before{content:"";position:absolute;top:50%;left:-4px;width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 24px var(--red)}.orbit-b{inset:15%;border-color:rgb(255 255 255 / .08);animation-duration:18s;animation-direction:reverse}.orbit-c{inset:31%;border-color:rgb(228 37 43 / .2);animation-duration:13s}.pulse{position:absolute;inset:43%;border-radius:50%;background:radial-gradient(circle,var(--red),rgb(228 37 43 / .15) 35%,transparent 70%);filter:blur(3px);animation:pulse 3s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{transform:scale(1.35);opacity:.55}}.section-pad{padding:130px var(--pad)}.section-label{font-size:9px;letter-spacing:.17em;color:#6e6e6e;display:flex;gap:18px;align-items:center}.section-label span{color:var(--red)}.manifesto{position:relative;overflow:hidden}.manifesto-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;margin-top:70px}.manifesto h2{font:700 clamp(48px,6.2vw,100px)/.95 Manrope;margin:0;letter-spacing:-.06em}.manifesto h2 span{color:#5a5a5a}.manifesto-copy{align-self:end;max-width:540px}.manifesto-copy p{font-size:clamp(18px,1.65vw,25px);line-height:1.5;margin:0}.manifesto-copy .muted{font-size:14px;color:#777;margin-top:25px}.marquee{margin:115px calc(var(--pad)*-1) -25px;border-top:1px solid #222;border-bottom:1px solid #222;white-space:nowrap;overflow:hidden;padding:23px 0;color:#2a2a2a;font:700 42px Manrope}.marquee div{display:inline-block;animation:marquee 22s linear infinite}.marquee b{color:var(--red);font-weight:400;margin:0 24px}@keyframes marquee{to{transform:translateX(-50%)}}.services{background:#0c0c0c}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:64px}.section-head p{max-width:360px;color:#777;font-size:13px;line-height:1.55;margin:0}.service-list{border-top:1px solid var(--line)}.service-card{display:grid;grid-template-columns:80px 1fr 60px;gap:30px;padding:43px 0;border-bottom:1px solid var(--line);align-items:start;transition:.25s}.service-card:hover{padding-left:15px;background:linear-gradient(90deg,rgb(228 37 43 / .08),transparent 55%)}.service-no{font-size:10px;color:#555;margin-top:13px}.service-main{display:grid;grid-template-columns:minmax(250px,.7fr) 1fr;gap:60px;align-items:start}.service-main h3{font:600 clamp(31px,3.3vw,55px) Manrope;margin:0;letter-spacing:-.045em}.service-main p{color:#8a8a8a;font-size:13px;line-height:1.7;max-width:520px;margin:10px 0 20px}.tags{grid-column:2;display:flex;gap:7px;flex-wrap:wrap}.tags span{font-size:9px;border:1px solid #2e2e2e;padding:7px 10px;border-radius:100px;color:#777}.service-card>a{font-size:28px;text-align:right;color:#555;transition:.2s}.service-card:hover>a{color:var(--red);transform:translate(4px,-4px)}.hospitality{position:relative;background:var(--red);min-height:880px;overflow:hidden}.hospitality-bg{position:absolute;inset:0;background:radial-gradient(circle at 82% 22%,rgb(0 0 0 / .25),transparent 32%),linear-gradient(135deg,transparent 49.7%,rgb(255 255 255 / .08) 49.8%,rgb(255 255 255 / .08) 50.2%,transparent 50.3%);background-size:auto,90px 90px;mix-blend-mode:multiply}.hospitality-inner{position:relative;z-index:2;padding:110px var(--pad)}.hospitality .section-label{color:rgb(255 255 255 / .65)}.hospitality .section-label span{color:#fff}.hospitality-title{display:flex;justify-content:space-between;align-items:end;margin:70px 0 85px}.hospitality-title p{font-size:11px;line-height:1.6;letter-spacing:.08em;color:rgb(255 255 255 / .65)}.hospitality-title h2{font:700 clamp(48px,6vw,96px)/.94 Manrope;margin:0;text-align:right;letter-spacing:-.06em}.hospitality-title h2 span{color:#5c080d}.hospitality-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.hospitality-intro{max-width:430px}.hospitality-intro p{font-size:17px;line-height:1.65;color:rgb(255 255 255 / .83);margin:0 0 40px}.text-link.light{color:#fff;border-color:rgb(255 255 255 / .55)}.product-stack{border-top:1px solid rgb(255 255 255 / .28)}.product{display:grid;grid-template-columns:45px 1fr 30px;gap:20px;align-items:center;border-bottom:1px solid rgb(255 255 255 / .28);padding:25px 0;transition:.2s}.product:hover{padding-left:10px;background:rgb(0 0 0 / .08)}.product-index{font-size:9px;color:rgb(255 255 255 / .5)}.product div{display:flex;align-items:baseline;gap:20px}.product strong{font:700 25px Manrope}.product small{font-size:10px;color:rgb(255 255 255 / .58)}.work{background:#f0eee9;color:#111}.work .section-label{color:#777}.work .section-head p{color:#777}.work-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:32px}.work-card{display:block}.work-large{grid-row:span 2}.work-art{height:350px;border-radius:3px;position:relative;overflow:hidden;background:#181818;display:flex;align-items:center;justify-content:center}.work-large .work-art{height:calc(700px + 92px)}.art-origami{background:#171717}.art-origami>span{font:700 clamp(35px,5vw,75px) Manrope;letter-spacing:.22em;color:#eee;z-index:2}.fold{position:absolute;width:65%;height:55%;clip-path:polygon(0 50%,100% 0,72% 100%);background:#303030;opacity:.9}.f1{left:-12%;top:4%;transform:rotate(-14deg)}.f2{right:-18%;bottom:7%;transform:rotate(18deg);background:#e4252b}.f3{width:48%;height:35%;top:36%;left:30%;background:#565656;transform:rotate(8deg)}.art-kivio{background:#101929;color:#fff;flex-direction:column}.art-kivio strong{font:700 54px Manrope;letter-spacing:.04em}.art-kivio small{color:#9aacbf;margin-top:7px}.kivio-dot{width:18px;height:18px;border:5px solid var(--lime);border-radius:50%;margin-bottom:20px;box-shadow:0 0 50px rgb(201 255 60 / .35)}.art-coco{background:linear-gradient(140deg,#e2d3bc,#a97c5e);color:#fff;flex-direction:column}.art-coco span{font:700 65px Manrope;letter-spacing:.12em}.art-coco small{letter-spacing:.35em}.work-meta{display:flex;justify-content:space-between;padding:17px 0 28px}.work-meta div{display:flex;flex-direction:column;gap:4px}.work-meta strong{font:700 16px Manrope}.work-meta span{font-size:9px;color:#777}.work-meta b{font-size:20px;font-weight:400}.work-card:hover .work-art{transform:scale(.995)}.work-art{transition:.3s}.numbers{background:#0b0b0b}.number-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:80px;border-top:1px solid #252525;border-bottom:1px solid #252525}.number{padding:50px 20px 50px 0;border-right:1px solid #252525;min-height:210px}.number:last-child{border-right:0;padding-left:30px}.number strong{font:700 clamp(54px,5.2vw,87px) Manrope;letter-spacing:-.06em}.number b{font:500 28px Manrope;color:var(--red);vertical-align:top}.number span{display:block;font-size:8px;line-height:1.5;color:#666;letter-spacing:.12em;margin-top:22px}.about{background:#0b0b0b}.about-grid{display:grid;grid-template-columns:.35fr 1fr}.about-statement h2{font:650 clamp(43px,5vw,79px)/1.04 Manrope;margin:0;letter-spacing:-.055em}.about-statement h2 span{color:#555}.about-statement>p{max-width:660px;color:#8d8d8d;line-height:1.7;margin:38px 0 34px;font-size:15px}.btn-outline{border:1px solid #3a3a3a}.btn-outline:hover{border-color:var(--red);background:var(--red)}.principles{display:grid;grid-template-columns:repeat(3,1fr);margin-top:110px;border-top:1px solid #2a2a2a}.principles>div{padding:28px 25px 40px 0;border-right:1px solid #2a2a2a}.principles>div+div{padding-left:25px}.principles>div:last-child{border-right:0}.principles span{font-size:9px;color:var(--red)}.principles strong{display:block;font:700 29px Manrope;margin:28px 0 8px}.principles small{color:#666}.contact{background:var(--red);color:#fff}.contact-top{padding:100px var(--pad) 95px;position:relative}.contact-top>span{font-size:9px;letter-spacing:.16em}.contact-top h2{font:700 clamp(55px,8.3vw,135px)/.88 Manrope;letter-spacing:-.07em;margin:62px 0 0}.contact-top h2 em{font-style:normal;color:#62070b}.contact-arrow{position:absolute;right:var(--pad);bottom:90px;width:94px;height:94px;border-radius:50%;border:1px solid rgb(255 255 255 / .5);display:grid;place-items:center;font-size:42px;transition:.25s}.contact-arrow:hover{background:#fff;color:var(--red);transform:rotate(45deg)}.contact-bottom{background:#080808;padding:50px var(--pad) 28px}.contact-data{display:grid;grid-template-columns:repeat(3,1fr);padding-bottom:55px}.contact-data div{display:flex;flex-direction:column;gap:10px}.contact-data small{font-size:8px;color:#555;letter-spacing:.14em}.contact-data a,.contact-data span{font-size:13px;color:#c6c6c6}.footer-line{border-top:1px solid #262626;padding-top:24px;display:flex;align-items:center;justify-content:space-between;color:#555;font-size:8px;letter-spacing:.08em}.brand-footer{transform:scale(.85);transform-origin:left center}.footer-line>a{color:#777}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}@media(max-width:900px){.desktop-nav,.header-cta{display:none}.menu-toggle{display:block}.mobile-panel{display:flex;position:fixed;z-index:25;inset:0;background:#090909;padding:120px var(--pad) 50px;flex-direction:column;gap:14px;transform:translateY(-102%);transition:.45s cubic-bezier(.77,0,.18,1)}.mobile-panel.open{transform:none}.mobile-panel a{font:600 38px Manrope;border-bottom:1px solid #252525;padding:12px 0}.mobile-panel a:last-child{color:var(--red)}.menu-open .menu-toggle span:first-child{transform:rotate(45deg);top:17px}.menu-open .menu-toggle span:last-child{transform:rotate(-45deg);top:17px}.hero{padding-top:125px;justify-content:flex-start}.hero-copy{margin-top:16vh}.hero h1{font-size:clamp(50px,11vw,88px)}.hero-meta{left:var(--pad);right:auto}.hero-bottom{gap:20px}.hero-stat{display:none}.hero-orbit{width:95vw;right:-42vw;top:54%}.manifesto-grid,.hospitality-grid,.about-grid{grid-template-columns:1fr;gap:48px}.manifesto-copy{max-width:680px}.service-main{grid-template-columns:1fr;gap:10px}.tags{grid-column:1}.hospitality-title{display:block}.hospitality-title h2{text-align:left;margin-top:28px}.hospitality-grid{gap:55px}.work-grid{grid-template-columns:1fr}.work-large{grid-row:auto}.work-large .work-art{height:560px}.number-grid{grid-template-columns:repeat(2,1fr)}.number:nth-child(2){border-right:0}.number:nth-child(3),.number:nth-child(4){border-top:1px solid #252525}.number:last-child{padding-left:0}.principles{grid-template-columns:1fr}.principles>div,.principles>div+div{padding:24px 0;border-right:0;border-bottom:1px solid #252525}}@media(max-width:600px){:root{--pad:20px}.site-header{height:70px}.site-header.scrolled{height:64px}.hero{min-height:800px;padding-bottom:28px}.hero-copy{margin-top:145px}.hero h1{font-size:49px;line-height:.95;letter-spacing:-.055em}.hero-lead{font-size:15px;margin-top:27px}.hero-actions{align-items:flex-start;flex-direction:column;gap:20px}.hero-meta{top:90px}.hero-orbit{width:125vw;right:-79vw;top:44%}.hero-bottom{bottom:27px}.section-pad{padding:90px var(--pad)}.manifesto-grid{margin-top:45px}.manifesto h2{font-size:48px}.marquee{margin-top:80px;font-size:30px}.section-head{display:block}.section-head p{margin-top:22px}.service-card{grid-template-columns:35px 1fr 25px;gap:10px;padding:31px 0}.service-main h3{font-size:33px}.service-main p{font-size:12px}.tags span{font-size:8px}.hospitality{min-height:auto}.hospitality-inner{padding:85px var(--pad)}.hospitality-title{margin:46px 0 58px}.hospitality-title h2{font-size:49px}.hospitality-intro p{font-size:15px}.product{grid-template-columns:30px 1fr 20px}.product div{display:block}.product strong{font-size:20px}.product small{display:block;margin-top:5px}.work-art,.work-large .work-art{height:400px}.art-origami>span{font-size:34px}.art-kivio strong{font-size:44px}.art-coco span{font-size:54px}.number-grid{margin-top:48px}.number{min-height:165px;padding:35px 10px 35px 0}.number strong{font-size:55px}.number b{font-size:20px}.about-statement h2{font-size:45px}.principles{margin-top:70px}.contact-top{padding:80px var(--pad) 170px}.contact-top h2{font-size:59px;margin-top:45px}.contact-arrow{left:var(--pad);right:auto;bottom:55px;width:80px;height:80px}.contact-data{grid-template-columns:1fr;gap:28px}.footer-line{gap:20px;flex-wrap:wrap}.brand-footer{width:100%}}.brand-logo{display:flex;align-items:center;line-height:1}.brand-logo img{display:block;width:205px;height:auto;object-fit:contain}.site-header.scrolled .brand-logo img{width:188px}.brand-footer img{width:220px}@media(max-width:600px){.brand-logo img{width:166px}.site-header.scrolled .brand-logo img{width:158px}.brand-footer img{width:205px}}.capability-rail{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #222;background:#090909;padding:0 var(--pad)}.capability-rail a{padding:24px 20px 24px 0;border-right:1px solid #222;display:grid;grid-template-columns:34px 1fr;gap:3px 12px;transition:.25s}.capability-rail a+a{padding-left:20px}.capability-rail a:last-child{border-right:0}.capability-rail span{font-size:8px;color:var(--red);grid-row:1/3}.capability-rail strong{font:600 15px Manrope}.capability-rail small{font-size:8px;color:#626262;letter-spacing:.04em}.capability-rail a:hover{background:rgb(228 37 43 / .06);padding-left:12px}.featured-case{display:grid;grid-template-columns:.72fr 1.28fr;min-height:650px;background:#111827;color:#fff;margin-bottom:32px;overflow:hidden}.featured-copy{padding:64px;display:flex;flex-direction:column;justify-content:center}.case-kicker{font-size:9px;letter-spacing:.15em;color:#8fa1b7;margin-bottom:28px}.featured-copy h3{font:700 clamp(60px,7vw,110px)/.9 Manrope;margin:0;letter-spacing:-.065em}.featured-copy p{max-width:560px;color:#aeb7c4;font-size:15px;line-height:1.7;margin:28px 0}.case-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:40px}.case-tags span{font-size:8px;padding:7px 9px;border-radius:100px;border:1px solid #344155;color:#aeb7c4}.dark-link{border-color:#526176;color:#fff}.featured-visual{position:relative;min-height:650px;background:radial-gradient(circle at 50% 40%,#1b2b45 0%,#111827 55%,#0d1320 100%);overflow:hidden}.kivio-ui{position:absolute;width:77%;height:62%;left:11%;top:14%;background:#f6f8fb;border-radius:18px;box-shadow:0 40px 90px rgb(0 0 0 / .42);display:grid;grid-template-columns:65px 1fr;overflow:hidden;transform:perspective(1200px) rotateY(-8deg) rotateX(4deg)}.ui-sidebar{background:#0d1727;padding:24px 18px;display:flex;flex-direction:column;align-items:center;gap:22px}.ui-sidebar i{width:20px;height:3px;background:#34465d;border-radius:3px}.ui-logo-dot{width:17px;height:17px;border:5px solid var(--lime);border-radius:50%;margin-bottom:20px}.ui-main{padding:26px 30px;color:#0f1722}.ui-top{display:flex;justify-content:space-between;align-items:center}.ui-top b{font:700 18px Manrope}.ui-top span{font-size:7px;background:#e9f5cf;color:#4d6814;padding:5px 7px;border-radius:100px}.ui-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:26px 0}.ui-metrics div{background:#fff;border:1px solid #e5e9ef;border-radius:10px;padding:14px}.ui-metrics small{display:block;color:#8b95a3;font-size:6px;letter-spacing:.08em}.ui-metrics strong{display:block;font:700 20px Manrope;margin:8px 0 4px}.ui-metrics em{font-style:normal;font-size:7px;color:#6f8d27}.ui-chart{height:140px;border:1px solid #e5e9ef;border-radius:10px;background:linear-gradient(#fff,#fbfcfd);display:flex;align-items:end;gap:8px;padding:18px}.ui-chart span{flex:1;background:#1b2a3f;border-radius:3px 3px 0 0}.ui-bottom{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.ui-bottom div{padding:12px 14px;border:1px solid #e5e9ef;border-radius:10px;background:#fff}.ui-bottom small{font-size:6px;color:#8b95a3;display:block}.ui-bottom b{font-size:11px;margin-top:4px;display:block}.kivio-wordmark{position:absolute;right:8%;bottom:8%;display:grid;grid-template-columns:20px auto;column-gap:10px;align-items:center}.kivio-wordmark>span{width:17px;height:17px;border:5px solid var(--lime);border-radius:50%;grid-row:1/3}.kivio-wordmark strong{font:700 28px Manrope}.kivio-wordmark small{font-size:8px;color:#9aacbf}.real-work .work-art{position:relative}.origami-copy{position:absolute;z-index:4;left:8%;top:10%;display:flex;flex-direction:column}.origami-copy small{font-size:8px;letter-spacing:.12em;color:#aaa}.origami-copy span{font:700 clamp(46px,5vw,76px) Manrope;letter-spacing:.12em;margin-top:12px}.origami-copy em{font-style:normal;color:#aaa;font-size:16px;line-height:1.45;margin-top:18px}.origami-tile{position:absolute;width:42%;height:42%;background:#2d2d2d;clip-path:polygon(0 0,100% 35%,72% 100%,12% 80%)}.origami-tile.t1{right:-2%;top:3%;background:#e4252b;transform:rotate(9deg)}.origami-tile.t2{right:21%;bottom:5%;background:#3f3f3f;transform:rotate(-13deg)}.origami-tile.t3{left:3%;bottom:-8%;background:#272727;transform:rotate(16deg)}.origami-tile.t4{right:-15%;bottom:22%;background:#707070;transform:rotate(-22deg)}.art-coco{background:linear-gradient(180deg,#f1d6ad 0%,#d7ae84 46%,#7bb4c4 47%,#346e83 100%)}.sun{position:absolute;width:82px;height:82px;background:#ffe9bd;border-radius:50%;right:14%;top:13%;box-shadow:0 0 70px rgb(255 231 183 / .55)}.sea-line{position:absolute;left:0;right:0;height:1px;background:rgb(255 255 255 / .7)}.l1{top:56%}.l2{top:64%;opacity:.4}.coco-lockup{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-shadow:0 3px 20px rgb(0 0 0 / .25)}.coco-lockup span{font:700 66px Manrope;letter-spacing:.12em}.coco-lockup small{font-size:9px;letter-spacing:.28em}.art-tapngo{background:linear-gradient(135deg,#171717,#262626);justify-content:space-around;padding:32px}.phone{width:185px;height:315px;border-radius:26px;background:#f7f7f2;color:#161616;padding:22px 16px 16px;position:relative;box-shadow:0 22px 45px rgb(0 0 0 / .5)}.phone-notch{position:absolute;width:62px;height:14px;border-radius:0 0 10px 10px;background:#181818;top:0;left:50%;transform:translateX(-50%)}.tap-head{display:flex;justify-content:space-between;align-items:end;margin:8px 0 17px}.tap-head span{font-size:6px;color:#777}.tap-head b{font-size:10px}.food-card{display:flex;gap:9px;align-items:center;padding:9px 0;border-bottom:1px solid #ddd}.food-card i{width:38px;height:38px;border-radius:9px;background:linear-gradient(145deg,#d8b079,#835635)}.food-card div{display:flex;flex-direction:column}.food-card b{font-size:8px}.food-card small{font-size:7px;color:#777;margin-top:4px}.order-btn{position:absolute;left:15px;right:15px;bottom:15px;background:#e4252b;color:#fff;border-radius:100px;text-align:center;padding:10px;font-size:7px;font-weight:700;letter-spacing:.08em}.tap-copy{display:flex;flex-direction:column}.tap-copy small{font-size:7px;color:#777;letter-spacing:.15em}.tap-copy strong{font:700 28px Manrope;color:#fff;margin:10px 0}.tap-copy span{color:#aaa;font-size:12px;line-height:1.5}.work-cta{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding-top:28px;border-top:1px solid #c8c5be}.work-cta>span{font-size:12px;color:#777}.btn-dark{background:#111;color:#fff}.btn-dark:hover{background:var(--red)}.clients{background:#0d0d0d;padding-top:95px;padding-bottom:95px}.client-marquee{overflow:hidden;border-top:1px solid #272727;border-bottom:1px solid #272727;padding:28px 0;margin-top:50px}.client-track{display:inline-flex;gap:70px;white-space:nowrap;animation:clientmarquee 26s linear infinite}.client-track span{font:600 25px Manrope;color:#3f3f3f;letter-spacing:.04em}.client-track span:nth-child(3n){color:#555}@keyframes clientmarquee{to{transform:translateX(-50%)}}@media(max-width:900px){.capability-rail{grid-template-columns:repeat(2,1fr)}.capability-rail a:nth-child(2){border-right:0}.capability-rail a:nth-child(3),.capability-rail a:nth-child(4){border-top:1px solid #222}.featured-case{grid-template-columns:1fr}.featured-copy{padding:48px}.featured-visual{min-height:520px}}@media(max-width:600px){.capability-rail{grid-template-columns:1fr}.capability-rail a,.capability-rail a+a{padding:18px 0;border-right:0;border-top:1px solid #222}.capability-rail a:first-child{border-top:0}.featured-copy{padding:35px 24px}.featured-copy h3{font-size:60px}.featured-visual{min-height:430px}.kivio-ui{width:90%;left:5%;height:58%;grid-template-columns:45px 1fr}.ui-main{padding:18px}.ui-sidebar{padding:18px 12px}.ui-metrics{gap:6px}.ui-metrics div{padding:9px}.ui-metrics strong{font-size:14px}.ui-chart{height:105px;padding:12px;gap:5px}.ui-bottom{display:none}.kivio-wordmark{right:5%;bottom:8%}.art-tapngo{padding:22px}.phone{width:155px;height:275px}.tap-copy strong{font-size:22px}.tap-copy span{font-size:10px}.work-cta{align-items:flex-start;flex-direction:column;gap:18px}.client-track{gap:45px}.client-track span{font-size:20px}}.origami-copy span{color:#ffffff!important;text-shadow:0 2px 20px rgb(0 0 0 / .22)}.desktop-nav a.active{color:#fff}.inner-hero{min-height:92svh;padding:150px var(--pad) 46px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.inner-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:80px;align-items:end;position:relative;z-index:2}.inner-hero h1{font:700 clamp(58px,8.2vw,132px)/.88 Manrope;margin:0;letter-spacing:-.07em}.inner-hero h1 em{font-style:normal;color:#575757}.inner-hero-side{padding-bottom:10px}.inner-hero-side>p{font-size:18px;line-height:1.65;color:#9b9b9b;max-width:500px}.inner-hero-actions{display:flex;gap:24px;align-items:center;margin-top:34px}.inner-hero-foot{position:absolute;left:var(--pad);right:var(--pad);bottom:42px;display:flex;gap:20px;align-items:center;color:#626262;font-size:8px;letter-spacing:.14em}.inner-hero-foot i{color:var(--red);font-style:normal}.inner-hero-orbit{position:absolute;width:800px;height:800px;border:1px solid rgb(228 37 43 / .17);border-radius:50%;right:-310px;top:50%;transform:translateY(-50%)}.inner-hero-orbit:before,.inner-hero-orbit:after{content:"";position:absolute;border-radius:50%;border:1px solid rgb(255 255 255 / .06)}.inner-hero-orbit:before{inset:16%}.inner-hero-orbit:after{inset:34%}.hospitality-intro-page{background:#0c0c0c}.editorial-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:90px;margin-top:70px}.editorial-grid h2{font:700 clamp(52px,6.3vw,100px)/.94 Manrope;margin:0;letter-spacing:-.06em}.editorial-grid h2 span{color:#565656}.editorial-copy{align-self:end}.editorial-copy p{font-size:18px;line-height:1.7;color:#9a9a9a}.editorial-copy strong{color:#fff}.ecosystem-section{background:#e4252b;overflow:hidden}.ecosystem-section .section-label{color:rgb(255 255 255 / .7)}.ecosystem-section .section-label span{color:#fff}.ecosystem-section .section-head p{color:rgb(255 255 255 / .65)}.ecosystem-wrap{height:760px;position:relative;max-width:1120px;margin:30px auto 0}.eco-ring{position:absolute;border:1px solid rgb(255 255 255 / .18);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.ring-1{width:270px;height:270px}.ring-2{width:500px;height:500px}.ring-3{width:710px;height:710px}.eco-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:210px;height:210px;border-radius:50%;background:#740b11;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-shadow:0 0 70px rgb(89 0 7 / .35)}.eco-center small{font-size:7px;letter-spacing:.15em;color:#e7a0a4}.eco-center strong{font:700 20px/1.05 Manrope;margin:11px 0}.eco-center span{font-size:8px;color:#d2878a}.eco-node{position:absolute;background:#fff;color:#111;border:0;border-radius:100px;padding:14px 20px;min-width:155px;text-align:left;box-shadow:0 12px 35px rgb(93 0 5 / .18);transition:.25s}.eco-node:hover{transform:scale(1.08);box-shadow:0 18px 45px rgb(93 0 5 / .28)}.eco-node b{display:block;font:700 11px Manrope}.eco-node span{display:block;font-size:7px;color:#888;margin-top:3px}.node-pos{left:50%;top:3%;transform:translateX(-50%)}.node-mobile{right:7%;top:17%}.node-kitchen{right:-1%;top:50%;transform:translateY(-50%)}.node-pay{right:10%;bottom:14%}.node-cloud{left:50%;bottom:2%;transform:translateX(-50%)}.node-wifi{left:9%;bottom:14%}.node-qr{left:-1%;top:50%;transform:translateY(-50%)}.node-data{left:8%;top:17%}.hospitality-solutions{background:#0b0b0b}.solution-panels{border-top:1px solid #272727}.solution-panel{display:grid;grid-template-columns:55px 1fr 35px;gap:26px;border-bottom:1px solid #272727;padding:38px 0;align-items:start}.panel-no{font-size:9px;color:var(--red);margin-top:10px}.solution-panel h3{font:600 36px Manrope;margin:0 0 13px;letter-spacing:-.04em}.solution-panel p{color:#858585;line-height:1.65;max-width:700px;font-size:13px}.mini-list{display:flex;gap:7px;flex-wrap:wrap;margin-top:20px}.mini-list span{font-size:8px;border:1px solid #303030;padding:6px 9px;border-radius:100px;color:#707070}.solution-panel>b{font-size:24px;color:#555}.kivio-feature{background:#101929}.kivio-feature-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.kivio-feature-copy{display:flex;flex-direction:column;justify-content:center}.kivio-kicker{font-size:9px;letter-spacing:.15em;color:#9aacbf;margin-top:42px}.kivio-feature h2{font:700 clamp(70px,8vw,120px)/.9 Manrope;margin:12px 0 25px}.kivio-feature-copy>p:last-of-type{color:#9aacbf;line-height:1.7;max-width:500px;margin-bottom:36px}.kivio-module-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #29364b;border-left:1px solid #29364b}.kivio-module-grid>div{min-height:145px;padding:25px;border-right:1px solid #29364b;border-bottom:1px solid #29364b;display:flex;flex-direction:column}.kivio-module-grid span{font-size:8px;color:var(--lime)}.kivio-module-grid strong{font:700 24px Manrope;margin:auto 0 4px}.kivio-module-grid small{font-size:8px;color:#718198}.product-duo{background:#f0eee9;color:#111}.product-duo .section-label{color:#777}.product-duo .section-head p{color:#777}.duo-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.duo-card{background:#fff}.duo-visual{height:430px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.garsonista-visual{background:#1a1a1a;color:#fff}.garsonista-visual:before{content:"";position:absolute;width:440px;height:440px;border:1px solid #444;border-radius:50%;left:-130px;top:-150px}.garsonista-visual span{font:700 44px Manrope;letter-spacing:.06em;z-index:2}.garsonista-visual small{font-size:8px;letter-spacing:.16em;color:#777;margin-top:8px;z-index:2}.tapngo-visual{background:#f57b20;color:#fff}.tap-circle{width:105px;height:105px;border-radius:50%;background:#fff;color:#f57b20;display:grid;place-items:center;font:800 25px Manrope;margin-bottom:22px}.tapngo-visual>span{font:700 39px Manrope}.tapngo-visual small{font-size:8px;letter-spacing:.16em;margin-top:8px}.duo-copy{padding:34px}.duo-copy h3{font:700 34px/1.05 Manrope;margin:0}.duo-copy p{font-size:13px;line-height:1.65;color:#777;margin:18px 0 28px}.duo-copy .text-link{color:#333;border-color:#999}.infra{background:#0b0b0b}.infra-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;margin-top:70px}.infra-copy h2{font:700 clamp(50px,5.5vw,82px)/.95 Manrope;margin:0;letter-spacing:-.055em}.infra-copy h2 span{color:#555}.infra-copy p{color:#8a8a8a;line-height:1.7;max-width:500px;margin-top:30px}.infra-list{border-top:1px solid #292929}.infra-list div{display:grid;grid-template-columns:40px 1fr;padding:22px 0;border-bottom:1px solid #292929}.infra-list span{font-size:8px;color:var(--red)}.infra-list b{font:500 14px Manrope}.process{background:#0d0d0d}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #292929}.process-grid div{padding:32px 30px 44px 0;border-right:1px solid #292929;border-bottom:1px solid #292929}.process-grid div:nth-child(3n){border-right:0}.process-grid span{font-size:8px;color:var(--red)}.process-grid strong{display:block;font:700 24px Manrope;margin:28px 0 7px}.process-grid small{color:#686868;font-size:10px}@media(max-width:900px){.inner-hero-grid,.editorial-grid,.kivio-feature-grid,.infra-grid{grid-template-columns:1fr}.inner-hero{padding-top:130px}.inner-hero-side{max-width:620px}.inner-hero-foot{flex-wrap:wrap}.ecosystem-wrap{transform:scale(.8);margin-left:-10%;margin-right:-10%}.duo-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:repeat(2,1fr)}.process-grid div:nth-child(3n){border-right:1px solid #292929}.process-grid div:nth-child(2n){border-right:0}}@media(max-width:600px){.inner-hero{min-height:850px}.inner-hero h1{font-size:56px}.inner-hero-side>p{font-size:15px}.inner-hero-actions{flex-direction:column;align-items:flex-start}.inner-hero-foot{bottom:28px;gap:10px}.editorial-grid{margin-top:45px}.editorial-grid h2{font-size:49px}.editorial-copy p{font-size:15px}.ecosystem-wrap{height:650px;transform:scale(.64);margin:-50px -28%}.eco-node{min-width:145px}.solution-panel{grid-template-columns:32px 1fr 20px}.solution-panel h3{font-size:29px}.kivio-module-grid{grid-template-columns:1fr 1fr}.kivio-feature h2{font-size:70px}.kivio-feature-grid{gap:50px}.duo-visual{height:350px}.duo-copy h3{font-size:30px}.infra-grid{gap:45px}.process-grid{grid-template-columns:1fr}.process-grid div{border-right:0!important}}.solution-intro-page{background:#0c0c0c}.solution-services{background:#0a0a0a}.solution-grid-3{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #292929;border-left:1px solid #292929}.solution-tile{min-height:310px;padding:30px;border-right:1px solid #292929;border-bottom:1px solid #292929;display:flex;flex-direction:column;transition:.25s}.solution-tile:hover{background:rgb(228 37 43 / .06);transform:translateY(-3px)}.solution-tile>span{font-size:8px;color:var(--red)}.solution-tile h3{font:600 30px/1.05 Manrope;margin:42px 0 18px;letter-spacing:-.04em}.solution-tile p{font-size:13px;line-height:1.65;color:#818181;margin:0}.solution-tile small{font-size:8px;color:#555;margin-top:auto;padding-top:28px;letter-spacing:.04em}.outcomes,.principle-band{background:#0e0e0e}.outcomes-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:65px;border-top:1px solid #292929}.outcomes-grid>div{min-height:220px;padding:36px 26px 32px 0;border-right:1px solid #292929}.outcomes-grid>div+div{padding-left:26px}.outcomes-grid>div:last-child{border-right:0}.outcomes-grid strong{font:700 24px Manrope}.outcomes-grid p{font-size:12px;line-height:1.6;color:#6d6d6d;margin-top:26px}.product-showcase{background:#0a0a0a}.product-showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:65px}.showcase-card{min-height:520px;padding:46px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.showcase-card:before{content:"";position:absolute;inset:0;opacity:.5}.kivio-showcase{background:#101929}.kivio-showcase:before{background:radial-gradient(circle at 70% 20%,rgb(201 255 60 / .22),transparent 30%)}.tap-showcase{background:#f57b20}.tap-showcase:before{background:radial-gradient(circle at 70% 20%,rgb(255 255 255 / .2),transparent 32%)}.showcase-card>*{position:relative;z-index:2}.showcase-card small{font-size:8px;letter-spacing:.15em;color:#91a1b7}.tap-showcase small{color:rgb(255 255 255 / .65)}.showcase-card h3{font:700 clamp(52px,5vw,82px)/.9 Manrope;margin:14px 0 24px;letter-spacing:-.05em}.showcase-card p{max-width:480px;color:#9cabbd;line-height:1.65;font-size:14px}.tap-showcase p{color:rgb(255 255 255 / .8)}.showcase-card .text-link{margin-top:25px;align-self:flex-start}.tap-showcase .text-link{color:#fff;border-color:rgb(255 255 255 / .5)}.digital-page .solution-hero .inner-hero-orbit{border-color:rgb(228 37 43 / .25)}.web-page .solution-hero .inner-hero-orbit{border-color:rgb(255 255 255 / .11)}.software-page .solution-hero{background:linear-gradient(180deg,#08101c,#080808)}.software-page .solution-hero .inner-hero-orbit{border-color:rgb(201 255 60 / .18)}.technology-page .solution-hero{background:linear-gradient(180deg,#0b1014,#080808)}@media(max-width:900px){.solution-grid-3{grid-template-columns:repeat(2,1fr)}.outcomes-grid{grid-template-columns:repeat(2,1fr)}.outcomes-grid>div:nth-child(2){border-right:0}.outcomes-grid>div:nth-child(3),.outcomes-grid>div:nth-child(4){border-top:1px solid #292929}.product-showcase-grid{grid-template-columns:1fr}}@media(max-width:600px){.solution-grid-3{grid-template-columns:1fr}.solution-tile{min-height:260px}.outcomes-grid{grid-template-columns:1fr}.outcomes-grid>div,.outcomes-grid>div+div{padding:28px 0;border-right:0;border-top:1px solid #292929}.outcomes-grid>div:first-child{border-top:0}.showcase-card{min-height:430px;padding:32px 24px}}.work-hero,.about-hero{min-height:82svh}.work-index{background:#f0eee9;color:#111}.work-index .section-label{color:#777}.work-index .section-head p{color:#777}.case-list{border-top:1px solid #c7c3bb}.case-row{display:grid;grid-template-columns:55px .85fr 1.15fr;gap:35px;padding:38px 0;border-bottom:1px solid #c7c3bb;align-items:center}.case-row-index{font-size:9px;color:#999}.case-row-copy small{font-size:8px;letter-spacing:.12em;color:#999}.case-row-copy h2{font:700 clamp(42px,5vw,78px)/.95 Manrope;margin:14px 0;letter-spacing:-.055em}.case-row-copy p{max-width:520px;color:#6e6e6e;font-size:13px;line-height:1.65}.case-row-copy a{display:inline-block;margin-top:22px;font-size:11px;border-bottom:1px solid #777;padding-bottom:5px}.case-row-visual{height:390px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.case-kivio{background:#101929;color:#fff;flex-direction:column}.case-kivio span{width:25px;height:25px;border:7px solid var(--lime);border-radius:50%;margin-bottom:18px}.case-kivio strong{font:700 56px Manrope}.case-origami{background:#171717;color:#fff}.case-origami strong{position:relative;z-index:3;font:700 52px Manrope;letter-spacing:.15em}.origami-abstract{position:absolute;width:48%;height:52%;clip-path:polygon(0 20%,100% 0,70% 100%,8% 75%)}.o1{background:#e4252b;right:-5%;top:5%;transform:rotate(12deg)}.o2{background:#555;left:15%;bottom:-8%;transform:rotate(-9deg)}.o3{background:#2c2c2c;right:22%;bottom:10%;transform:rotate(18deg)}.case-coco{background:linear-gradient(180deg,#edcfac 0%,#cfa07a 47%,#66a5bb 48%,#2f6f84 100%);color:#fff;flex-direction:column}.case-coco strong{font:700 62px Manrope;letter-spacing:.12em;z-index:2}.case-coco small{font-size:8px;letter-spacing:.28em;z-index:2}.coco-sun{position:absolute;width:90px;height:90px;border-radius:50%;background:#ffe8bc;right:15%;top:12%}.case-tap{background:#f57b20;color:#fff;flex-direction:column}.tap-dot{width:105px;height:105px;background:#fff;color:#f57b20;border-radius:50%;display:grid;place-items:center;font:800 25px Manrope;margin-bottom:18px}.case-tap strong{font:700 36px Manrope}.work-philosophy{background:#0b0b0b}.about-story{background:#0c0c0c}.about-pillars{background:#0a0a0a}.about-pillar-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #292929;border-left:1px solid #292929}.about-pillar-grid article{padding:38px;min-height:280px;border-right:1px solid #292929;border-bottom:1px solid #292929}.about-pillar-grid span{font-size:8px;color:var(--red)}.about-pillar-grid h3{font:600 34px Manrope;margin:44px 0 18px}.about-pillar-grid p{color:#777;line-height:1.65;max-width:520px}.about-numbers{background:#0d0d0d}.think-create-grow{background:var(--red)}.think-create-grow .section-label{color:rgb(255 255 255 / .7)}.think-create-grow .section-label span{color:#fff}.tcg-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:70px;border-top:1px solid rgb(255 255 255 / .25)}.tcg-grid>div{padding:45px 28px 30px 0;border-right:1px solid rgb(255 255 255 / .25)}.tcg-grid>div+div{padding-left:28px}.tcg-grid>div:last-child{border-right:0}.tcg-grid span{font:700 clamp(42px,5vw,70px) Manrope;color:#fff}.tcg-grid p{color:rgb(255 255 255 / .72);line-height:1.6;max-width:360px}.contact-page-hero{min-height:70svh;padding:150px var(--pad) 70px;background:var(--red);display:flex;align-items:end}.contact-page-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;width:100%;align-items:end}.contact-page-hero .eyebrow{color:#fff}.contact-page-hero h1{font:700 clamp(58px,8vw,125px)/.88 Manrope;letter-spacing:-.07em;margin:0}.contact-page-hero h1 em{font-style:normal;color:#66070b}.contact-page-intro{padding-bottom:10px}.contact-page-intro p{font-size:18px;line-height:1.65;color:rgb(255 255 255 / .78);max-width:500px}.contact-page-content{background:#0a0a0a}.contact-form-wrap{display:grid;grid-template-columns:1fr 300px;gap:90px}.project-form{display:flex;flex-direction:column;gap:34px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.project-form label{display:flex;flex-direction:column;gap:10px}.project-form label>span,.form-block>span{font-size:8px;letter-spacing:.13em;color:#666}.project-form input,.project-form textarea{background:#fff0;border:0;border-bottom:1px solid #343434;color:#fff;padding:14px 0;font:14px Inter;outline:none}.project-form textarea{resize:vertical}.project-form input:focus,.project-form textarea:focus{border-color:var(--red)}.form-block{display:flex;flex-direction:column;gap:16px}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.choice-grid label{border:1px solid #303030;padding:14px;border-radius:100px;display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer}.choice-grid input{width:auto}.choice-grid b{font-size:10px;font-weight:500}.form-submit{display:flex;justify-content:space-between;align-items:center;gap:30px}.form-submit small{font-size:8px;color:#555;max-width:320px}.form-submit button{border:0;background:#fff;color:#111;padding:16px 20px;border-radius:100px;font-weight:700;letter-spacing:.05em;cursor:pointer}.form-submit button:hover{background:var(--red);color:#fff}.contact-sidebar{border-left:1px solid #292929;padding-left:35px;display:flex;flex-direction:column;gap:36px}.contact-sidebar>div{display:flex;flex-direction:column;gap:8px}.contact-sidebar small{font-size:8px;letter-spacing:.12em;color:#555}.contact-sidebar a,.contact-sidebar span{font-size:13px;color:#cfcfcf}.contact-footer{padding:32px var(--pad);display:flex;align-items:center;justify-content:space-between;background:#080808;border-top:1px solid #272727;color:#666;font-size:8px}.compact-contact .contact-top{padding-top:80px}@media(max-width:900px){.case-row{grid-template-columns:40px 1fr}.case-row-visual{grid-column:2}.contact-page-grid,.contact-form-wrap{grid-template-columns:1fr}.contact-sidebar{border-left:0;border-top:1px solid #292929;padding:30px 0 0;display:grid;grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.case-row{grid-template-columns:1fr;gap:20px}.case-row-index{display:none}.case-row-visual{grid-column:1;height:330px}.case-row-copy h2{font-size:48px}.about-pillar-grid{grid-template-columns:1fr}.tcg-grid{grid-template-columns:1fr}.tcg-grid>div,.tcg-grid>div+div{padding:30px 0;border-right:0;border-bottom:1px solid rgb(255 255 255 / .25)}.contact-page-hero{min-height:760px}.contact-page-grid{gap:40px}.contact-page-hero h1{font-size:58px}.form-row{grid-template-columns:1fr}.choice-grid{grid-template-columns:repeat(2,1fr)}.form-submit{align-items:flex-start;flex-direction:column}.contact-sidebar{grid-template-columns:1fr}.contact-footer{gap:20px;flex-wrap:wrap}.contact-footer .brand-footer{width:100%}}.admin-bar .site-header{top:32px}.form-notice{padding:14px 16px;border:1px solid #333;font-size:12px;margin-bottom:10px}.form-notice.success{border-color:#526b2a;color:#c9ff3c}.form-notice.error{border-color:#8b2a2a;color:#ff8a8a}@media(max-width:782px){.admin-bar .site-header{top:46px}}