:root{--ink:#0b1114;--ink2:#121b1f;--teal:#15d5c4;--teal2:#6ef3e5;--paper:#f3f5f3;--surface:#fff;--surface2:#e8ecea;--muted:#7e8a8d;--bodytext:#5e696c;--line:#d9dfdd;--headerline:rgba(11,17,20,.1)}html[data-theme=dark]{--paper:#081014;--surface:#10191d;--surface2:#141f24;--ink:#eff8f6;--ink2:#e7f0ee;--muted:#829095;--bodytext:#aab6b8;--line:#243136;--headerline:hsla(0,0%,100%,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{margin:0;background:var(--paper);color:var(--ink);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;transition:background .25s ease,color .25s ease}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.site-header{height:84px;max-width:1240px;margin:auto;padding:0 28px;justify-content:space-between;border-bottom:1px solid var(--headerline);gap:18px}.brand,.site-header{display:flex;align-items:center}.brand{gap:10px;font-size:18px;font-weight:800;letter-spacing:-.7px;flex-shrink:0}.brand img{width:33px;height:33px}.brand>span>span{color:#09aa9d}.site-header nav{display:flex;gap:34px;font-size:13px;font-weight:600}.site-header nav a{opacity:.7;transition:.2s}.site-header nav a:hover{opacity:1}.header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.icon-control,.lang-control{height:38px;border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:7px;font:700 11px system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;transition:.2s}.icon-control{width:38px;font-size:16px}.lang-control{min-width:42px;padding:0 10px}.icon-control:hover,.lang-control:hover{border-color:var(--teal)}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;background:#0b1114;color:#fff;padding:16px 20px;border-radius:7px;font-size:13px;font-weight:700;transition:.2s}.button:hover{transform:translateY(-2px);background:#162328}.button span{color:var(--teal)}.button-small{padding:11px 17px}.section-wrap{max-width:1184px;margin:auto;padding-left:28px;padding-right:28px}.hero{min-height:700px;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:30px;gap:30px;padding-top:62px;padding-bottom:70px}.eyebrow,.hero{align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:10px;font-weight:800;display:flex;gap:9px;margin-bottom:24px}.eyebrow>span:first-child{display:block;width:24px;height:2px;background:var(--teal);flex:none}h1,h2{margin:0;letter-spacing:-4px;line-height:.97;overflow-wrap:anywhere}h1{font-size:clamp(56px,7vw,92px);font-weight:700}h1 em,h2 em{font-style:normal;color:#0aaea1}.hero-copy{min-width:0}.hero-copy>p{max-width:570px;margin:30px 0;color:var(--bodytext);font-size:16px;line-height:1.8}.hero-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.text-link{font-size:12px;font-weight:800;border-bottom:1px solid var(--muted);padding-bottom:4px}.hero-proof{display:flex;gap:40px;margin-top:64px;padding-top:22px;border-top:1px solid var(--line);max-width:570px}.hero-proof div{display:flex;flex-direction:column;gap:5px;min-width:0}.hero-proof strong{font-size:13px}.hero-proof span{font-size:10px;color:var(--muted)}.hero-visual{height:550px;position:relative;isolation:isolate;min-width:0}.glow{position:absolute;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(21,213,196,.23),rgba(21,213,196,0) 68%);left:10%;top:8%;z-index:-2}.hero-visual:before{content:"";position:absolute;width:330px;height:330px;border:1px solid var(--headerline);border-radius:50%;left:20%;top:16%;z-index:-1}.printer-card{position:absolute;background:#10181c;color:#fff;border:1px solid hsla(0,0%,100%,.09);box-shadow:0 28px 60px rgba(11,17,20,.16);border-radius:14px;padding:18px}.printer-card p{font-size:9px;text-transform:uppercase;letter-spacing:1.5px;color:#849094;margin:14px 0 0}.card-a{width:310px;height:190px;left:6%;top:22%;transform:rotate(-5deg)}.card-b{width:190px;height:190px;right:0;top:10%;transform:rotate(7deg)}.card-c{width:185px;height:180px;right:8%;bottom:10%;transform:rotate(-3deg)}.mini-tag{font-size:8px;color:var(--teal);letter-spacing:1.5px}.nameplate{margin-top:30px;font-size:45px;font-weight:800;letter-spacing:-4px}.nameplate span{color:var(--teal)}.cube{width:82px;height:82px;margin:23px auto;position:relative;transform:rotate(30deg);border-right:18px solid var(--teal);border-top:18px solid var(--teal);border-left:18px solid #0a968b;border-bottom:18px solid #0b756e}.cube:after{content:"";position:absolute;inset:7px;background:#10181c}.keyring{width:85px;height:85px;border-radius:50%;margin:18px auto 0;background:var(--teal);color:#0b1114;display:grid;place-items:center;font-size:42px;font-weight:800}.orbit{position:absolute;border:1px solid rgba(21,213,196,.4);border-radius:50%;z-index:-1}.orbit-one{width:470px;height:180px;left:0;top:33%;transform:rotate(-18deg)}.orbit-two{width:380px;height:140px;left:13%;top:43%;transform:rotate(37deg)}.ticker{overflow:hidden;background:#0b1114;color:#fff;padding:15px 0;white-space:nowrap;font-size:10px;font-weight:800;letter-spacing:2px}.ticker div{width:max-content;animation:marquee 24s linear infinite}.ticker b{color:var(--teal);padding:0 26px}@keyframes marquee{to{transform:translateX(-35%)}}.creations-section{padding-top:120px;padding-bottom:130px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:55px;gap:40px}.about-card h2,.cta-card h2,.section-heading h2{font-size:clamp(42px,5.2vw,68px)}.section-heading>p{max-width:380px;color:var(--bodytext);line-height:1.7;font-size:13px}.creation-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.creation-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden}.creation-card.featured{grid-row:span 2}.art{height:260px;background:var(--surface2);display:grid;place-items:center;overflow:hidden}.featured .art{height:430px}.card-copy{padding:23px}.card-copy>span{text-transform:uppercase;color:#0aaea1;font-size:9px;letter-spacing:1.5px;font-weight:800}.card-copy h3{font-size:20px;margin:8px 0}.card-copy p{font-size:12px;color:var(--muted);margin:0;line-height:1.6}.real-photo{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.creation-card:hover .real-photo{transform:scale(1.03)}.art-nameplate{background:linear-gradient(145deg,var(--surface2),var(--surface))}.art-nameplate>div{background:#111a1e;color:#fff;border-radius:8px;padding:26px 35px;box-shadow:0 28px 50px rgba(11,17,20,.22);transform:rotate(-6deg);display:flex;align-items:center;gap:8px}.art-nameplate small{color:var(--teal);font-size:11px}.art-nameplate strong{font-size:36px;letter-spacing:-2px}.art-nameplate span{background:var(--teal);color:#0b1114;font-weight:800;padding:6px;border-radius:3px}.gallery-section{padding:0 28px 120px;max-width:1184px;margin:auto}.gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:220px;grid-gap:14px;gap:14px}.gallery-item{border-radius:12px;overflow:hidden;background:var(--surface2);border:1px solid var(--line);position:relative}.gallery-item:first-child{grid-row:span 2}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-label{position:absolute;left:14px;bottom:14px;background:rgba(8,16,20,.82);color:#fff;border:1px solid hsla(0,0%,100%,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:8px 10px;border-radius:7px;font-size:10px;font-weight:800;letter-spacing:.4px}.gift-box{width:110px;height:85px;background:var(--teal);position:relative;box-shadow:0 22px 35px rgba(11,17,20,.15)}.gift-box:before{width:18px;height:100%;left:46px}.gift-box:after,.gift-box:before{content:"";position:absolute;background:#10191d}.gift-box:after{width:124px;height:18px;left:-7px;top:-10px}.event-ring{width:110px;height:110px;border:16px solid var(--ink);border-radius:50%;display:grid;place-items:center;color:#08b9ab;font-size:44px;font-weight:800;box-shadow:inset 0 0 0 4px var(--teal)}.idea-shape{width:100px;height:100px;background:var(--ink);-webkit-clip-path:polygon(50% 0,100% 25%,82% 100%,18% 100%,0 25%);clip-path:polygon(50% 0,100% 25%,82% 100%,18% 100%,0 25%);position:relative}.idea-shape:after{content:"";position:absolute;inset:24px;background:var(--teal);-webkit-clip-path:inherit;clip-path:inherit}.process-section{background:#0b1114;color:#fff;padding:115px 0}.compact{margin-bottom:60px}.process-section .eyebrow{color:#8b989c}.steps{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #2b363a}.step{padding:30px 38px 10px 0;border-right:1px solid #2b363a;min-height:190px}.step:not(:first-child){padding-left:38px}.step:last-child{border-right:0}.step>span{font-size:10px;color:var(--teal);font-weight:800}.step h3{font-size:18px;margin:30px 0 12px}.step p{font-size:12px;color:#879397;line-height:1.7;margin:0}.about-section{padding-top:120px;padding-bottom:120px}.about-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:65px;display:grid;grid-template-columns:.7fr 1.3fr;align-items:center;grid-gap:70px;gap:70px}.about-logo{height:280px;background:#10191d;border-radius:10px;display:grid;place-items:center;position:relative;overflow:hidden}.about-logo:after{content:"";position:absolute;width:230px;height:230px;border-radius:50%;background:rgba(21,213,196,.12);filter:blur(5px)}.about-logo img{width:135px;z-index:1}.about-card p{font-size:13px;color:var(--bodytext);line-height:1.8;margin:26px 0}.cta-section{padding-bottom:90px}.cta-card{background:var(--teal);color:#0b1114;border-radius:14px;padding:65px;display:flex;justify-content:space-between;align-items:flex-end;gap:60px}.cta-card em{color:#fff}.cta-card p{max-width:570px;font-size:13px;line-height:1.7;margin:25px 0 0}.button-light,.eyebrow.light>span:first-child{background:#fff}.button-light{color:#0b1114;min-width:220px}.button-light:hover{background:#eafffc}footer{max-width:1184px;margin:auto;padding:30px 28px 45px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;font-size:10px;color:var(--muted)}.footer-brand,footer a{color:var(--ink)}footer a{font-weight:800}@media(max-width:900px){.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:70px}.hero-visual{height:470px}.section-heading{align-items:flex-start;flex-direction:column}.creation-grid{grid-template-columns:1fr}.creation-card.featured{grid-row:auto}.featured .art{height:330px}.gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:220px}.gallery-item:first-child{grid-row:span 1;grid-column:span 2}.steps{grid-template-columns:1fr}.step,.step:not(:first-child){padding:28px 0;border-right:0;border-bottom:1px solid #2b363a;min-height:0}.about-card{grid-template-columns:1fr;padding:30px}.about-logo{height:230px}.cta-card{padding:40px;flex-direction:column;align-items:flex-start}}@media(max-width:600px){.site-header{height:68px;padding:0 14px;gap:8px}.brand{font-size:15px;gap:7px}.brand img{width:28px;height:28px}.header-actions{gap:4px}.icon-control,.lang-control{height:34px}.icon-control{width:34px}.lang-control{min-width:36px;padding:0 7px}.site-header .button{font-size:0;width:38px;height:34px;padding:0;gap:0}.site-header .button:after{content:"DM";font-size:9px}.section-wrap{padding-left:18px;padding-right:18px}.hero{min-height:auto;padding-top:46px;padding-bottom:42px;gap:12px}.eyebrow{font-size:9px;letter-spacing:1.4px;margin-bottom:18px}.hero h1{font-size:clamp(46px,14.5vw,64px);line-height:.98}.hero-copy>p{font-size:14px;margin:24px 0;line-height:1.65}.hero-actions{align-items:stretch;flex-direction:column;gap:12px}.hero-actions .button{width:100%;justify-content:space-between}.hero-proof{gap:10px;justify-content:space-between;margin-top:38px;padding-top:18px}.hero-proof div{flex:1 1}.hero-proof strong{font-size:12px}.hero-proof span{font-size:9px;line-height:1.35}.hero-visual{height:340px;margin-top:8px;overflow:hidden}.glow{width:300px;height:300px;left:5%;top:5%}.hero-visual:before{width:240px;height:240px;left:16%;top:12%}.card-a{width:220px;height:145px;left:3%;top:26%;padding:14px}.card-b{width:125px;height:135px;right:2%;top:8%;padding:12px}.card-c{width:130px;height:130px;right:6%;bottom:5%;padding:12px}.nameplate{font-size:30px;margin-top:22px}.cube{width:58px;height:58px;border-width:12px;margin:18px auto}.keyring{width:62px;height:62px;font-size:30px;margin-top:12px}.orbit-one{width:310px;height:125px}.orbit-two{width:260px;height:110px}.about-section,.creations-section{padding-top:78px;padding-bottom:78px}.section-heading{margin-bottom:34px;gap:20px}.about-card h2,.cta-card h2,.section-heading h2{font-size:clamp(39px,11.5vw,52px)}.creation-grid{gap:14px}.art,.featured .art{height:260px}.art-nameplate>div{padding:18px 20px;max-width:88%}.art-nameplate strong{font-size:27px}.gallery-section{padding:0 18px 78px}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:250px;gap:12px}.gallery-item:first-child{grid-column:auto}.process-section{padding:78px 0}.about-card{gap:30px;padding:22px}.about-logo{height:205px}.cta-card{padding:30px 22px}.cta-card .button{width:100%;justify-content:space-between}.ticker{font-size:9px}.ticker b{padding:0 16px}footer{margin:0 18px;padding-left:0;padding-right:0;gap:18px;align-items:flex-start;flex-direction:column}h1,h2{letter-spacing:-2.4px}}@media(max-width:390px){.brand>span{display:none}.hero h1{font-size:44px}.hero-proof{gap:6px}.hero-visual{height:315px}.card-a{width:205px}.gallery-grid{grid-auto-rows:220px}}.product-hero-photo{height:560px;display:flex;align-items:center;justify-content:center;position:relative;min-width:0}.photo-frame{width:min(100%,520px);aspect-ratio:1/1.02;border-radius:18px;padding:14px;position:relative;box-shadow:0 32px 80px rgba(6,17,20,.2);transform:rotate(1.5deg)}.photo-frame:before{content:"";position:absolute;inset:-14px;border:1px solid rgba(21,213,196,.25);border-radius:24px;z-index:-1}.photo-frame img{display:block;object-fit:cover;border-radius:11px}.photo-badge{position:absolute;left:26px;bottom:25px;right:26px;background:rgba(8,16,20,.88);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:14px 16px;border:1px solid hsla(0,0%,100%,.1);border-radius:9px;display:flex;flex-direction:column;gap:4px}.photo-badge span{color:#15d5c4;font-size:8px;font-weight:800;letter-spacing:1.5px}.photo-badge b{font-size:13px}.floating-note{position:absolute;right:-6px;top:60px;background:var(--surface);color:var(--ink);border:1px solid var(--line);box-shadow:0 14px 35px rgba(8,16,20,.1);padding:12px 14px;border-radius:8px;font-size:9px;line-height:1.45;transform:rotate(5deg)}.floating-note strong{font-size:10px}.real-work-label{display:flex;align-items:center;gap:10px;font-size:9px;letter-spacing:1.8px;font-weight:800;color:var(--muted);margin:-24px 0 22px}.real-work-label>span:first-child{width:20px;height:2px;background:var(--teal);flex:none}.photo-art{padding:0!important}.photo-art img{object-fit:cover;display:block;transition:transform .45s ease}.photo-product-card:hover .photo-art img{transform:scale(1.025)}.mini-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin:18px 0}.mini-gallery figure{margin:0;position:relative;overflow:hidden;border-radius:12px;border:1px solid var(--line);background:var(--surface2);aspect-ratio:4/3}.mini-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.mini-gallery figure:hover img{transform:scale(1.035)}.mini-gallery figcaption{position:absolute;left:12px;bottom:12px;max-width:calc(100% - 24px);background:rgba(8,16,20,.82);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);border:1px solid hsla(0,0%,100%,.1);color:#fff;padding:8px 10px;border-radius:7px;font-size:9px;font-weight:800;letter-spacing:.35px}.instagram-strip{margin-top:18px;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.instagram-strip>div{display:flex;flex-direction:column;gap:4px}.instagram-strip span{font-size:9px;text-transform:uppercase;letter-spacing:1.4px;color:var(--teal);font-weight:800}.instagram-strip strong{font-size:14px}.instagram-strip .button{padding:12px 16px;white-space:nowrap}@media(max-width:900px){.product-hero-photo{height:520px;margin-top:-15px}.photo-frame{width:min(88vw,500px)}.floating-note{right:3%}.mini-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.mini-gallery figure:first-child{grid-column:span 2;aspect-ratio:16/8}}@media(max-width:600px){.real-photo-hero{padding-bottom:40px}.product-hero-photo{height:auto;margin-top:42px;padding:0 5px}.photo-frame{width:100%;aspect-ratio:1/1.08;padding:9px;border-radius:14px;transform:none}.photo-frame:before{inset:-6px;border-radius:18px}.photo-badge{left:17px;right:17px;bottom:17px;padding:11px 12px}.floating-note{display:none}.real-work-label{margin-top:-14px}.photo-art{height:280px!important}.mini-gallery{grid-template-columns:1fr;margin-top:14px}.mini-gallery figure,.mini-gallery figure:first-child{grid-column:auto;aspect-ratio:4/3}.instagram-strip{padding:18px;align-items:flex-start;flex-direction:column}.instagram-strip .button{width:100%}}.photo-frame{aspect-ratio:16/10;overflow:hidden;background:#0d1519}.photo-frame img{width:100%;height:100%;object-fit:contain;background:#0d1519}.photo-art{background:#0d1519!important;display:flex!important;align-items:center;justify-content:center}.photo-art img{width:100%;height:100%;object-fit:contain!important}.mini-gallery figure,.mini-gallery img,.photo-art img{background:#0d1519}.mini-gallery img{object-fit:contain!important}.creation-card.featured .photo-art{height:430px}.creation-card:not(.featured) .photo-art{height:300px}@media(max-width:900px){.photo-frame{aspect-ratio:16/10}.creation-card.featured .photo-art,.creation-card:not(.featured) .photo-art{height:340px}}@media(max-width:600px){.product-hero-photo{padding:0!important}.photo-frame{aspect-ratio:16/10!important;width:100%!important}.photo-frame img{object-fit:contain!important}.creation-card.featured .photo-art,.creation-card:not(.featured) .photo-art{height:300px!important}.mini-gallery figure,.mini-gallery figure:first-child{aspect-ratio:3/4!important}.mini-gallery img{object-fit:contain!important}}