@font-face{font-family:'DM Sans';font-style:normal;font-weight:100 1000;font-display:swap;src:url('/assets/dm-sans.ttf') format('truetype')}

:root{color-scheme:dark;--paper:#090b0a;--surface:#111412;--ink:#edf1eb;--muted:#a3aba4;--accent:#adff2f;--orange:var(--accent);--orange-bright:var(--accent);--line:#303730;--serif:'DM Sans',Arial,sans-serif;--sans:'DM Sans',Arial,sans-serif;--mono:'Cascadia Code',Consolas,'Courier New',monospace}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.6}
body.modal-open{overflow:hidden}
button,input,textarea,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
button{color:inherit}
img{display:block;max-width:100%}
svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--orange);outline-offset:5px}
[hidden]{display:none!important}
.container{width:min(1240px,calc(100% - 100px));margin-inline:auto}
.announcement{background:#151b12;padding:8px 20px;text-align:center;font-size:11px;letter-spacing:.075em}
.announcement span{color:var(--orange);margin:0 13px;font-size:14px}
.site-header{background:var(--paper);position:relative;z-index:10}
.header-inner{height:101px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:inline-flex;align-items:center;font-size:35px;font-weight:700;letter-spacing:-1.8px;line-height:1}
.brand svg{width:35px;height:35px;color:var(--orange-bright);stroke-width:4;margin-right:9px}
.brand-dot{color:var(--orange-bright)}
.main-nav{display:flex;gap:32px;align-items:center;font-size:13px;font-weight:550}
.main-nav>a{position:relative;padding:10px 0}
.main-nav>a:hover{color:var(--orange)}
.tiny-tag{font-size:9px;background:#1d2b13;color:#b2ed78;border-radius:4px;padding:3px 5px;margin-left:3px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:26px;background:var(--orange);color:#fff;border:1px solid var(--orange);border-radius:7px;padding:16px 23px;font-weight:550;font-size:13px;line-height:1.5;transition:background .2s,transform .2s}
.button:hover{background:#c5ff6b;border-color:#c5ff6b;transform:translateY(-2px)}
.button>span{font-size:20px;line-height:1}
.button-small{padding:12px 17px;font-size:12px;gap:16px}
.button-dark{background:var(--ink);border-color:var(--ink)}
.button-dark:hover{background:#24301b;border-color:#24301b}
.menu-toggle{display:none}
.hero{padding-top:42px;padding-bottom:77px;display:grid;grid-template-columns:1fr 1.06fr;align-items:center;gap:48px}
.eyebrow{font-size:10px;letter-spacing:.17em;font-weight:650;margin:0 0 22px;display:flex;align-items:center;gap:8px;line-height:1.6}
.small-spark{font-size:22px;color:var(--orange);line-height:1}
.hero h1{font-size:clamp(42px,4.8vw,65px);font-weight:500;letter-spacing:-2.8px;line-height:1.08;margin:0 0 24px}
em{font-family:var(--serif);font-weight:400;color:var(--orange);letter-spacing:-.045em}
.hero-description{color:var(--muted);max-width:365px;line-height:1.85;font-size:14px;margin-bottom:29px}
.hero-actions{display:flex;align-items:center;gap:25px}
.handwritten{font:italic 16px/1.05 var(--serif);color:#a3aba4;transform:rotate(-8deg);position:relative}
.handwritten svg{width:51px;height:27px;position:absolute;left:-31px;bottom:-20px;transform:rotate(-8deg)}
.hero-details{display:flex;gap:21px;margin-top:40px;font-size:11px;color:var(--muted)}
.hero-details span{display:flex;align-items:center;gap:7px}
.hero-details svg{width:15px;height:15px;color:#adff2f}
.hero-visual{position:relative;padding:12px 0}
.hero-image-wrap{height:440px;border-radius:130px 14px 14px 14px;overflow:hidden;position:relative;background:#151915}
.hero-image-wrap>img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}
.image-caption{position:absolute;bottom:24px;right:25px;font-size:10px;letter-spacing:.15em;color:#fff;text-shadow:0 1px 6px #000000}
.hero-sticker{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;position:absolute;top:-13px;right:-22px;background:#adff2f;width:108px;height:108px;border-radius:50%;transform:rotate(14deg);box-shadow:0 0 0 6px var(--paper);font-size:11px;font-weight:500}
.hero-sticker svg{width:29px;height:29px;stroke-width:2.8}
.hero-label{position:absolute;bottom:-4px;left:28px;background:var(--paper);padding:13px 19px;border-radius:6px;box-shadow:0 4px 24px #00000066;font-size:11px;display:flex;align-items:center;gap:8px}
.green-dot,.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#adff2f}
.word-strip{border-block:1px solid var(--line);overflow:hidden;background:#12180f}
.word-strip>div{min-width:1050px;max-width:1440px;margin:auto;display:flex;justify-content:space-around;align-items:center;gap:24px;padding:19px 26px}
.word-strip span{font-size:10px;font-weight:600;letter-spacing:.13em}
.word-strip b{font-size:24px;font-weight:400;color:var(--orange);line-height:1}
.catalog-section{padding:81px 0 72px}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:34px}
.section-heading .eyebrow{margin-bottom:12px}
.section-heading h2,h2{font-size:41px;line-height:1.14;letter-spacing:-1.4px;font-weight:500;margin:0}
.section-heading>p{color:var(--muted);font-size:13px;line-height:1.8;margin:0 0 4px}
.catalog-toolbar{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:22px;gap:12px}
.filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.filter{display:inline-flex;gap:7px;align-items:center;border:1px solid var(--line);background:transparent;padding:9px 16px;font-size:12px;border-radius:5px;transition:all .15s}
.filter.active{background:var(--ink);color:white;border-color:var(--ink)}
.filter:not(.active):hover{border-color:var(--orange);color:var(--orange)}
.filter svg{width:16px;height:16px}
.filter>span:not(:empty){font-size:9px;opacity:.7;margin-left:4px}
.results-count{font-size:10px;color:var(--muted);white-space:nowrap}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:23px;margin-top:28px}
.product-card{min-width:0}
.product-image-button{display:block;position:relative;border:0;padding:0;background:#171c16;border-radius:9px;overflow:hidden;width:100%;aspect-ratio:1/1.12;text-align:left}
.product-image-button>img{width:100%;height:100%;object-fit:cover;transition:transform .45s}
.product-image-button:hover>img{transform:scale(1.045)}
.product-badge{position:absolute;top:13px;left:13px;background:#0c120bea;font-size:9px;padding:5px 9px;border-radius:3px}
.product-card[data-category="3d"] .product-badge{background:#18270c;color:#adff2f}
.product-image-button .view-product{position:absolute;right:13px;bottom:13px;width:31px;height:31px;display:grid;place-items:center;background:var(--paper);border-radius:50%;font-size:19px;transition:transform .2s}
.product-image-button:hover .view-product{transform:rotate(45deg)}
.product-info{padding:17px 0 0}
.product-category{font-size:9px;letter-spacing:.13em;color:var(--muted);text-transform:uppercase;margin:0 0 7px}
.product-name{font-size:16px;font-weight:550;letter-spacing:-.3px;line-height:1.3;margin:0 0 6px}
.product-name button{border:0;padding:0;background:transparent;text-align:left;font:inherit}
.product-name button:hover{color:var(--orange)}
.product-description{margin:0;font-size:11px;color:var(--muted)}
.catalog-note{font-size:10px;color:var(--muted);margin:25px 0 0}
.three-d-section{display:grid;grid-template-columns:1fr 1fr;background:#111710;border-radius:12px;overflow:hidden;margin-bottom:83px}
.three-d-visual{position:relative;min-height:440px;overflow:hidden}
.three-d-visual>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.three-d-sticker{position:absolute;top:27px;left:25px;background:#15220d;padding:18px 22px;transform:rotate(-9deg);font-size:11px;line-height:1.35;border-radius:3px}
.three-d-sticker strong{font-size:20px;line-height:1.05;font-weight:500;display:block;margin-top:3px}
.three-d-sticker>span{position:absolute;right:13px;top:13px;font-size:20px}
.small-photo-note{position:absolute;bottom:12px;left:14px;font-size:9px;background:#0c120be6;padding:3px 7px;border-radius:3px;color:#c1d1b6}
.three-d-copy{padding:54px 53px;align-self:center}
.three-d-copy .eyebrow{font-size:9px;letter-spacing:.15em;color:#adff2f;margin-bottom:20px}
.three-d-copy h2{font-size:45px;line-height:1.1;margin-bottom:22px}
.three-d-copy em{color:#adff2f}
.three-d-copy>p:not(.eyebrow){color:#acb7a5;font-size:13px;line-height:1.85;margin:0 0 13px;max-width:335px}
.three-d-copy .button{margin-top:13px}
.three-d-footnote{display:block;color:#9ba792;font-size:10px;margin-top:18px}
.how-section{padding-bottom:80px}
.how-section .section-heading{justify-content:center;text-align:center;margin-bottom:44px}
.how-section .eyebrow{justify-content:center}
.how-section h2{font-size:35px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}
.steps article{padding:0 22px 0 0;border-right:1px solid var(--line)}
.steps article:last-child{border:0}
.step-number{display:flex;justify-content:space-between;align-items:center;color:#adff2f;font-size:12px;letter-spacing:.05em;margin-bottom:19px}
.step-number svg{color:var(--orange);width:27px;height:27px;margin-right:14px}
.steps h3{font-size:17px;font-weight:550;margin:0 0 10px;letter-spacing:-.3px}
.steps p{font-size:13px;color:var(--muted);line-height:1.8;max-width:280px;margin:0}
.about-section{background:#10140f;padding:64px 0}
.about-inner{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center}
.about-heading{position:relative}
.about-heading .eyebrow{margin-bottom:16px}
.about-heading h2{font-size:34px;line-height:1.25}
.about-flower{font-size:58px;color:var(--orange-bright);line-height:1;display:block;margin-bottom:23px}
.about-copy>p{font-size:14px;color:var(--muted);line-height:1.9}
.about-signature{margin:20px 0 0}
.about-signature>span:first-child{font-family:var(--serif);font-size:24px;font-style:italic;color:var(--ink);margin-left:6px}
.about-signature>span:last-child{color:var(--orange);font-size:25px;margin-left:10px}
.contact-section{padding:86px 0;text-align:center}
.contact-section .eyebrow{justify-content:center}
.contact-section h2{font-size:54px;line-height:1.1;display:inline-block;position:relative}
.contact-section h2>span{position:absolute;right:-74px;top:15px;font-size:61px;color:var(--orange-bright);transform:rotate(12deg)}
.contact-section>p:not(.eyebrow){max-width:355px;margin:22px auto 25px;font-size:13px;color:var(--muted)}
.site-footer{border-top:1px solid var(--line)}
.footer-main{display:flex;align-items:center;gap:25px;padding:35px 0}
.footer-main .brand{font-size:28px}
.footer-main .brand svg{width:28px;height:28px}
.footer-main p{font-size:11px;color:var(--muted)}
.footer-main>a:not(.brand){font-size:12px;margin-left:auto}
.footer-main>span{font-size:11px;color:var(--muted);margin-left:auto}
.footer-bottom{padding:18px 0;border-top:1px solid var(--line);font-size:10px;color:var(--muted);display:flex;justify-content:space-between}
.empty-state{grid-column:1/-1;padding:38px;text-align:center;color:var(--muted);background:#141b10;border-radius:7px}
.empty-state button{margin-top:10px}
.skip-link{position:fixed;top:-100px;left:20px;z-index:100;background:var(--ink);color:#fff;padding:12px}
.skip-link:focus{top:10px}
dialog{color:var(--ink);background:var(--paper);border:0;border-radius:14px;padding:0;max-height:90dvh;box-shadow:0 24px 100px #000000bb}
dialog::backdrop{background:#020402cc;backdrop-filter:blur(5px)}
.product-dialog{width:min(830px,calc(100% - 32px))}
.dialog-close{position:absolute;right:13px;top:13px;z-index:2;border:1px solid var(--line);background:var(--paper);border-radius:50%;width:35px;height:35px;font-size:25px;line-height:1;display:grid;place-items:center}
.product-dialog-inner{display:grid;grid-template-columns:1fr 1fr}
.dialog-image-wrap{position:relative;background:#171c16;min-height:430px}
.dialog-image-wrap>img{width:100%;height:100%;object-fit:cover;position:absolute}
.dialog-content{padding:57px 32px 40px;align-self:center}
.dialog-content .eyebrow{margin-bottom:16px}
.dialog-content h2{font-size:31px}
.dialog-content>p:not(.eyebrow){color:var(--muted);font-size:13px;line-height:1.8;white-space:pre-line}
.dialog-content .dialog-meta{border-top:1px solid var(--line);padding-top:20px;margin-top:22px;font-size:11px!important}
.dialog-content .button{width:100%;margin-top:8px;padding-inline:12px;gap:12px}
.contact-dialog{width:min(470px,calc(100% - 32px));padding:35px}
.contact-spark{font-size:40px;color:var(--orange)}
.contact-dialog .eyebrow{font-size:9px;margin:12px 0}
.contact-dialog h2{font-size:35px}
.contact-dialog>p:not(.eyebrow){font-size:13px;color:var(--muted)}
label{font-size:12px;font-weight:550;display:block;margin-bottom:7px}
textarea,input,select{width:100%;border:1px solid #4b5845;border-radius:6px;background:#0b0f0a;color:var(--ink);padding:11px 13px}
textarea{resize:vertical;font-size:13px;line-height:1.6}
.contact-dialog form{margin-top:22px}
.contact-dialog .button{width:100%;margin-top:13px}
.notice{font-size:12px;background:#1b2215;padding:12px;border-radius:5px}
.form-status{font-size:12px;min-height:1em;margin:9px 0 0}
.noscript{position:fixed;bottom:0;width:100%;background:#293c14;padding:15px;text-align:center}

@media(min-width:1500px){.hero{gap:65px;padding-top:58px;padding-bottom:90px}
.hero-image-wrap{height:470px}
}

@media(max-width:1100px){.container{width:calc(100% - 64px)}
.header-inner{gap:20px}
.main-nav{gap:20px;font-size:12px}
.header-cta{padding:11px 12px;gap:9px}
.hero{gap:28px}
.hero h1{font-size:49px}
.hero-image-wrap{height:399px}
.hero-sticker{right:-12px;width:91px;height:91px;font-size:10px}
.hero-details{gap:13px;font-size:10px}
.product-grid{gap:17px}
.three-d-copy{padding:40px 34px}
.three-d-visual{min-height:420px}
.about-inner{gap:40px}
.results-count{display:none}
}

@media(max-width:800px){.container{width:calc(100% - 40px)}
.header-inner{height:82px}
.header-cta{display:none}
.main-nav{gap:20px}
.brand{font-size:31px}
.brand svg{width:29px;height:29px}
.hero{gap:25px;padding:30px 0 56px}
.hero h1{font-size:39px;letter-spacing:-1.8px}
.hero .eyebrow{font-size:8px;letter-spacing:.1em}
.hero-description{font-size:12px}
.hero-image-wrap{height:350px;border-top-left-radius:90px}
.hero-actions .button{font-size:11px;padding:13px 15px;gap:14px}
.handwritten{display:none}
.hero-details{flex-wrap:wrap;gap:9px;margin-top:26px}
.hero-label{font-size:9px;left:12px;padding:11px}
.hero-sticker{width:80px;height:80px;right:-5px}
.hero-sticker svg{width:23px;height:23px}
.catalog-section{padding:57px 0}
.section-heading h2{font-size:35px}
.section-heading>p{font-size:11px}
.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:27px 18px}
.product-image-button{aspect-ratio:1.08}
.three-d-section{margin-bottom:60px}
.three-d-copy{padding:32px 25px}
.three-d-copy h2{font-size:36px}
.three-d-copy>p:not(.eyebrow){font-size:12px}
.three-d-copy .button{font-size:11px;padding:13px 15px;gap:12px}
.three-d-copy .eyebrow{font-size:8px}
.three-d-visual{min-height:425px}
.three-d-footnote{font-size:9px}
.steps{gap:25px}
.steps h3{font-size:15px}
.steps p{font-size:12px}
.how-section h2{font-size:31px}
.about-heading h2{font-size:28px}
.about-copy>p{font-size:13px}
.about-inner{gap:30px}
.contact-section h2{font-size:47px}
}

@media(max-width:570px){html{scroll-padding-top:25px}
.announcement{font-size:9px;padding:7px 10px;letter-spacing:.015em}
.announcement span{margin-inline:7px}
.header-inner{height:78px}
.menu-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:none;border:1px solid var(--line);border-radius:6px;width:40px;height:38px}
.menu-toggle span{width:17px;height:1.5px;background:var(--ink);transition:transform .2s}
.menu-toggle[aria-expanded="true"] span:first-child{transform:translateY(3.75px) rotate(45deg)}
.menu-toggle[aria-expanded="true"] span:last-child{transform:translateY(-3.75px) rotate(-45deg)}
.main-nav{display:none;position:absolute;left:0;right:0;top:78px;background:var(--paper);padding:18px 24px 24px;border-bottom:1px solid var(--line);box-shadow:0 20px 20px #00000088}
.main-nav.open{display:flex;flex-direction:column;align-items:flex-start;gap:4px}
.hero{grid-template-columns:1fr;gap:37px;padding-top:23px;padding-bottom:41px}
.hero h1{font-size:clamp(42px,11.5vw,60px);letter-spacing:-2px;margin-bottom:21px}
.hero .eyebrow{font-size:9px;letter-spacing:.12em;margin-bottom:20px}
.hero-description{font-size:13px;max-width:345px;margin-bottom:23px}
.hero-actions .button{font-size:12px;padding:15px 19px;gap:25px}
.handwritten{display:block;font-size:14px}
.hero-details{gap:22px;font-size:10px;margin-top:25px}
.hero-image-wrap{height:auto;aspect-ratio:1.19;border-top-left-radius:105px}
.hero-visual{padding:4px 5px 11px 0}
.hero-sticker{width:86px;height:86px;right:1px;top:-14px}
.hero-label{bottom:0;left:18px;font-size:10px}
.image-caption{bottom:28px;font-size:8px;right:16px}
.word-strip>div{padding:15px 10px;min-width:910px}
.word-strip span{font-size:9px}
.word-strip b{font-size:19px}
.catalog-section{padding:46px 0}
.section-heading{display:block;margin-bottom:25px}
.section-heading h2{font-size:34px}
.section-heading>p{font-size:12px;margin-top:16px}
.section-heading>p br{display:none}
.eyebrow{font-size:9px}
.filters{gap:7px}
.filter{font-size:11px;padding:8px 11px}
.filter svg{width:14px;height:14px}
.catalog-toolbar{padding-bottom:18px}
.product-grid{gap:25px 13px;margin-top:20px}
.product-image-button{aspect-ratio:.86}
.product-badge{font-size:8px;top:9px;left:9px;padding:4px 6px}
.product-info{padding-top:12px}
.product-category{font-size:8px;margin-bottom:6px}
.product-name{font-size:14px}
.product-description{font-size:10px}
.product-image-button .view-product{width:27px;height:27px;font-size:17px;right:9px;bottom:9px}
.catalog-note{font-size:9px;line-height:1.7;margin-top:21px}
.three-d-section{grid-template-columns:1fr;margin-bottom:47px}
.three-d-visual{min-height:0;aspect-ratio:1.17}
.three-d-visual>img{object-position:50% 54%}
.three-d-copy{padding:32px 26px 34px}
.three-d-copy h2{font-size:40px}
.three-d-copy .eyebrow{font-size:8px;margin-bottom:15px}
.three-d-copy>p:not(.eyebrow){font-size:13px}
.three-d-copy .button{font-size:12px;padding:14px 18px}
.three-d-footnote{font-size:10px}
.how-section{padding-bottom:47px}
.how-section .section-heading{text-align:left;margin-bottom:29px}
.how-section .eyebrow{justify-content:flex-start}
.how-section h2{font-size:30px}
.steps{grid-template-columns:1fr;gap:23px}
.steps article{padding:0 0 23px;border-right:0;border-bottom:1px solid var(--line);position:relative;padding-left:46px}
.step-number{position:absolute;left:0;top:3px;display:block}
.step-number svg{display:block;margin-top:15px;width:22px;height:22px}
.steps h3{font-size:17px;margin-bottom:6px}
.steps p{font-size:12px;max-width:100%}
.steps article:last-child{padding-bottom:0}
.about-section{padding:40px 0}
.about-inner{grid-template-columns:1fr;gap:20px}
.about-flower{font-size:45px;margin-bottom:20px}
.about-heading h2{font-size:31px}
.about-copy>p{font-size:13px;margin-top:0}
.contact-section{padding:54px 0}
.contact-section h2{font-size:41px}
.contact-section h2>span{font-size:38px;right:-39px;top:8px}
.contact-section>p:not(.eyebrow){font-size:12px;max-width:290px}
.contact-section .eyebrow{font-size:8px}
.footer-main{flex-wrap:wrap;gap:9px 20px;padding:27px 0}
.footer-main .brand{font-size:28px}
.footer-main p{width:100%;margin:0;font-size:10px}
.footer-main>a:not(.brand){margin:10px 0 0;font-size:11px}
.footer-main>span{margin-left:0;font-size:10px}
.footer-bottom{font-size:9px;padding:15px 0}
.product-dialog-inner{grid-template-columns:1fr}
.dialog-image-wrap{min-height:0;height:250px}
.dialog-image-wrap>img{object-position:center 53%}
.dialog-content{padding:25px}
.dialog-content h2{font-size:27px}
.dialog-content .eyebrow{font-size:9px;margin-bottom:10px}
.dialog-content .dialog-meta{margin-top:15px;padding-top:15px}
.contact-dialog{padding:27px}
.contact-dialog h2{font-size:30px}
}

@media(max-width:570px){.contact-section h2>span{font-size:32px;right:-12px;top:-22px}
}

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


/* Futuristic direction: graphite surfaces, neon accents and technical typography. */
::selection{background:var(--accent);color:#090b0a}
h1,h2,h3,p{overflow-wrap:break-word}
em{font-family:var(--sans);font-style:normal;font-weight:inherit;letter-spacing:inherit}
h2,.section-heading h2{font-weight:650}
.eyebrow{color:var(--accent);font-family:var(--mono);font-weight:400}
.announcement{color:#c0d3b0;background:#12170f;border-bottom:1px solid #26321b;font:10px/1.7 var(--mono);letter-spacing:.12em}
.announcement span{color:var(--accent);font-size:12px;margin-inline:16px}
.site-header{border-bottom:1px solid var(--line);background:#090b0af2}
.header-inner{height:96px}
.brand{color:var(--accent);font-weight:800}
.brand-dot{color:var(--ink)}
.brand svg{stroke-width:3}
.main-nav{font-size:12px;color:#c6cdc7}
.nav-active{color:var(--accent)}
.tiny-tag{border:1px solid #45652c;border-radius:2px;background:#adff2f0a;color:var(--accent);font:9px/1.5 var(--mono);padding:1px 5px}
.button{background:var(--accent);border-color:var(--accent);color:#0a1005;border-radius:3px;font-size:12px;font-weight:750}
.button:hover{background:#c5ff6b;border-color:#c5ff6b;box-shadow:0 0 25px #adff2f22}
.button-small{font-size:11px}
.button-dark{background:transparent;color:var(--accent);border-color:#638c2d}
.button-dark:hover{background:#adff2f0c;border-color:var(--accent)}
.hero{grid-template-columns:.9fr 1.1fr;gap:48px;position:relative;padding-block:60px 67px}
.hero::before{content:'';position:absolute;inset:0;z-index:-1;background-image:linear-gradient(#adff2f04 1px,transparent 1px),linear-gradient(90deg,#adff2f04 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(black,transparent 95%)}
.hero-copy{min-width:0}
.hero h1{font-size:clamp(48px,5.5vw,78px);text-transform:uppercase;font-weight:750;line-height:.99;letter-spacing:-3.8px;margin-bottom:26px}
.hero h1 em{text-shadow:0 0 40px #adff2f16}
.hero .eyebrow{font-size:10px;letter-spacing:.1em;margin-bottom:23px}
.hero-description{color:#a9b1aa;line-height:1.9;max-width:355px;margin-bottom:30px}
.hero-actions{gap:21px;flex-wrap:wrap}
.hero-secondary{display:flex;align-items:center;gap:10px;color:#c2cac3;font-size:11px;border-bottom:1px solid #485044;padding-block:8px}
.hero-secondary:hover{color:var(--accent);border-color:var(--accent)}
.hero-secondary span{color:var(--accent)}
.hero-details{font:10px/1.6 var(--mono);gap:23px;margin-top:31px}
.hero-details svg{color:var(--accent)}
.hero-visual{position:relative;min-width:0;padding:0;border:1px solid #394333;background:#111412;box-shadow:0 20px 80px #0008,0 0 85px #adff2f05}
.hero-visual::before,.hero-visual::after{content:'';width:26px;height:26px;position:absolute;z-index:2;pointer-events:none}
.hero-visual::before{border-top:2px solid var(--accent);border-left:2px solid var(--accent);left:-1px;top:-1px}
.hero-visual::after{border-bottom:2px solid var(--accent);border-right:2px solid var(--accent);right:-1px;bottom:-1px}
.visual-topline,.visual-bottomline{display:flex;align-items:center;justify-content:space-between;padding:13px 18px}
.visual-topline{border-bottom:1px solid var(--line);font:9px/1.5 var(--mono);letter-spacing:.13em;color:#a1b294}
.visual-topline>span:last-child{color:var(--accent)}
.hero-image-wrap{height:393px;border-radius:0;background:#151815}
.image-caption{right:15px;bottom:13px;color:#dbe9d0;font:8px/1.5 var(--mono);letter-spacing:.17em;text-shadow:0 2px 4px #000}
.visual-bottomline{border-top:1px solid var(--line);padding-block:12px}
.hero-label{position:static;background:none;padding:0;border-radius:0;box-shadow:none;font:10px/1.6 var(--mono);color:#c4cfc0;gap:9px}
.visual-coordinate{color:var(--accent);font-size:20px;line-height:1}
.green-dot,.status-dot{width:5px;height:5px;border-radius:0;flex-shrink:0;background:var(--accent);box-shadow:0 0 10px #adff2f77}
.word-strip{border-color:#354128;background:#12180f}
.word-strip span{color:var(--accent);font:10px/1.6 var(--mono);letter-spacing:.12em}
.word-strip b{color:#667357;font:20px/1 var(--mono)}
.section-heading .eyebrow{margin-bottom:17px}
.section-heading h2{font-size:43px}
.filter{border-color:#343c35;background:#111512;border-radius:3px;font-size:11px;color:#bbc4bc}
.filter.active{background:var(--accent);border-color:var(--accent);color:#101508;font-weight:700}
.results-count{font:10px/1.5 var(--mono)}
.product-grid{gap:21px}
.product-card{background:var(--surface);border:1px solid var(--line);border-radius:4px;overflow:hidden;transition:border-color .25s,transform .25s}
.product-card:hover{border-color:#689735;transform:translateY(-4px)}
.product-image-button{border-radius:0;aspect-ratio:1/1.07}
.product-badge{border:1px solid #4b5e3e;border-radius:2px;background:#10150fe6;color:#d5e7c7;font:8px/1.5 var(--mono);padding:4px 7px}
.product-card[data-category='3d'] .product-badge{border-color:#97dc43;background:#16200be6;color:var(--accent)}
.product-image-button .view-product{background:#0d120ce6;border:1px solid #819765;border-radius:2px;color:var(--accent)}
.product-info{padding:19px 16px 21px;border-top:1px solid var(--line)}
.product-category{color:var(--accent);font:8px/1.6 var(--mono);letter-spacing:.09em;margin-bottom:9px}
.product-name{font-weight:600;margin-bottom:8px}
.product-description{font-size:10px}
.three-d-section{background:#111710;border:1px solid #3d4d31;border-radius:4px}
.three-d-visual{min-height:520px;border-right:1px solid #34402b}
.three-d-sticker{transform:none;top:23px;left:23px;padding:12px 18px;background:#090f08df;border:1px solid #98dc46;color:var(--accent);border-radius:0;font:8px/1.5 var(--mono);letter-spacing:.04em}
.three-d-sticker strong{font:600 17px/1.15 var(--sans);margin-top:5px}
.three-d-sticker>span{right:10px;top:8px;font-size:18px}
.small-photo-note{border:1px solid #4a5544;background:#0c100be6;color:#ccd5c6;border-radius:2px}
.three-d-copy{padding:49px 52px}
.three-d-copy .eyebrow{font-size:10px;color:var(--accent)}
.three-d-copy h2{text-transform:uppercase;font-size:54px;font-weight:750;line-height:1.02;letter-spacing:-2px;margin-bottom:25px}
.three-d-copy>p:not(.eyebrow){color:#a9b4a3;line-height:1.9}
.three-d-footnote{color:#95a18f;font:9px/1.7 var(--mono)}
.steps{gap:24px}
.steps article{padding:27px;background:var(--surface);border:1px solid var(--line);border-top:2px solid #516635;position:relative}
.steps article:last-child{border:1px solid var(--line);border-top:2px solid #516635}
.step-number{font:16px/1 var(--mono);color:var(--accent);margin-bottom:25px}
.step-number svg{color:#a1b38f;margin-right:0}
.steps h3{font-weight:600}
.steps p{font-size:12px}
.about-section{background-color:#10140f;background-image:linear-gradient(#adff2f03 1px,transparent 1px),linear-gradient(90deg,#adff2f03 1px,transparent 1px);background-size:40px 40px;border-block:1px solid #2c3824}
.about-flower{font:500 41px/1 var(--mono);letter-spacing:-.1em;margin-bottom:26px}
.about-signature>span:first-child{font:650 22px/1.5 var(--sans);color:var(--accent)}
.contact-section{position:relative}
.contact-section::before{position:absolute;z-index:-1;content:'';width:70%;height:100%;top:0;left:15%;background:radial-gradient(ellipse,#adff2f08,transparent 70%)}
.contact-section h2{font-size:52px}
.contact-section h2>span{right:-67px;top:10px;font-size:50px;transform:none}
.footer-main>a:not(.brand){color:var(--accent)}
.footer-bottom{font:9px/1.7 var(--mono)}
.skip-link{background:var(--accent);color:#0a1005}
.empty-state{border:1px solid var(--line);border-radius:3px}
dialog{border:1px solid #566b40;background:var(--surface);border-radius:5px;box-shadow:0 20px 100px #000b}
.dialog-close{border-color:#6e815b;background:#11170fea;color:var(--accent);border-radius:2px}
textarea,input,select{border-color:#4b5845;border-radius:3px;background:#0b0f0a;color:var(--ink)}
input::placeholder,textarea::placeholder{color:#85907f;opacity:1}
.notice{border:1px solid #48523d;border-radius:3px}
@media(min-width:1500px){
.hero{padding-block:76px 80px;gap:58px}
.hero-image-wrap{height:420px}
}
@media(max-width:1100px){
.hero{gap:28px;padding-top:48px}
.hero h1{font-size:64px;letter-spacing:-3px}
.hero-image-wrap{height:355px}
.hero .eyebrow{font-size:9px}
.hero-details{font-size:9px;gap:17px}
.hero-secondary{font-size:10px}
.product-grid{gap:16px}
.product-info{padding:16px 13px}
.product-name{font-size:14px}
.three-d-copy{padding:38px 34px}
.three-d-copy h2{font-size:49px}
.three-d-visual{min-height:495px}
.steps{gap:18px}
.steps article{padding:23px}
}
@media(max-width:800px){
.header-inner{height:81px}
.hero{gap:24px;padding-block:38px 47px}
.hero h1{font-size:51px;letter-spacing:-2.5px}
.hero .eyebrow{font-size:8px;letter-spacing:.03em}
.hero-actions{gap:10px}
.hero-actions .button{font-size:11px;padding:13px 17px}
.hero-image-wrap{height:341px}
.visual-topline{font-size:7px;padding:11px}
.visual-bottomline{padding:11px}
.hero-label{font-size:8px;gap:6px}
.hero-details{flex-wrap:wrap;gap:8px 16px;margin-top:20px;font-size:8px}
.image-caption{font-size:7px}
.section-heading h2{font-size:35px}
.product-grid{gap:20px}
.product-image-button{aspect-ratio:1.08}
.product-name{font-size:16px}
.three-d-copy{padding:33px 25px}
.three-d-copy h2{font-size:44px}
.three-d-copy .eyebrow{font-size:8px}
.three-d-footnote{font-size:8px}
.three-d-visual{min-height:480px}
.steps{gap:15px}
.steps article{padding:20px}
.steps p{font-size:11px}
.contact-section h2{font-size:46px}
}
@media(max-width:570px){
.announcement{font-size:7px;letter-spacing:.035em;padding:8px 6px}
.announcement span{margin-inline:8px}
.header-inner{height:74px}
.menu-toggle{border-color:#3b4d2d;background:#10160d;border-radius:2px}
.menu-toggle span{background:var(--accent)}
.main-nav{top:74px;background:#0e130c;border-bottom-color:#465b32}
.hero{grid-template-columns:1fr;gap:32px;padding-block:34px 36px}
.hero h1{font-size:clamp(52px,14vw,72px);letter-spacing:-2.8px;line-height:1;margin-bottom:23px}
.hero .eyebrow{font-size:9px;letter-spacing:.06em;margin-bottom:21px}
.hero-description{font-size:13px;max-width:345px;line-height:1.85;margin-bottom:23px}
.hero-actions{gap:13px 20px}
.hero-actions .button{font-size:11px;padding:14px 17px;gap:17px}
.hero-secondary{font-size:10px}
.hero-details{margin-top:25px;font-size:9px;gap:21px}
.hero-visual{padding:0}
.hero-image-wrap{height:auto;aspect-ratio:1.17;border-radius:0}
.visual-topline{font-size:8px;padding:12px 14px}
.visual-bottomline{padding:12px 14px}
.hero-label{font-size:9px;gap:8px;padding:0}
.image-caption{font-size:7px;right:12px;bottom:12px}
.word-strip span{font-size:9px}
.section-heading .eyebrow{font-size:9px;margin-bottom:15px}
.section-heading h2{font-size:34px;letter-spacing:-1.5px}
.filter{font-size:10px;padding:8px 10px}
.product-grid{gap:14px 12px}
.product-image-button{aspect-ratio:.86}
.product-badge{font-size:7px;left:7px;top:8px;padding:4px 5px}
.product-info{padding:13px 10px 15px}
.product-category{font-size:7px;letter-spacing:.025em;margin-bottom:8px}
.product-name{font-size:14px;margin-bottom:7px}
.product-description{font-size:9px;line-height:1.7}
.three-d-visual{min-height:0;aspect-ratio:1.08;border-right:0;border-bottom:1px solid #3d4d31}
.three-d-sticker{top:15px;left:15px;font-size:7px;padding:10px 15px}
.three-d-sticker strong{font-size:14px}
.three-d-copy{padding:31px 25px 34px}
.three-d-copy h2{font-size:47px}
.three-d-copy .eyebrow{font-size:9px}
.three-d-footnote{font-size:9px}
.steps{gap:14px}
.steps article,.steps article:last-child{padding:23px 22px 23px 65px;border:1px solid var(--line);border-top:2px solid #516635}
.step-number{left:19px;top:26px;font-size:13px}
.step-number svg{margin-top:18px;width:20px;height:20px}
.steps h3{font-size:16px;margin-bottom:8px}
.steps p{font-size:12px}
.about-flower{font-size:33px;margin-bottom:24px}
.about-heading h2{font-size:29px}
.contact-section h2{font-size:37px;letter-spacing:-1.8px}
.contact-section h2>span{font-size:28px;right:-11px;top:-22px}
.contact-section .eyebrow{font-size:8px;letter-spacing:.04em}
.footer-bottom{font-size:8px;gap:12px}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}}
