@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter+Tight:wght@300;400;500;600&display=swap";:root{--papyrus: #f2e6cc;--papyrus-light: #f7efd9;--papyrus-deep: #e8d9b5;--terracotta: #c65d2e;--terracotta-deep: #a94a21;--terracotta-light: #e88a5c;--ink: #1c2b3a;--ink-soft: #3a4a5c;--gold: #b8893a;--gold-soft: #d4a857;--cream: #faf4e3;--line: rgba(28, 43, 58, .12);--line-strong: rgba(28, 43, 58, .22);--display: "Cormorant Garamond", "Times New Roman", serif;--body: "Inter Tight", -apple-system, sans-serif;--shadow-soft: 0 1px 2px rgba(28, 43, 58, .04), 0 8px 24px rgba(28, 43, 58, .06);--shadow-card: 0 1px 2px rgba(28, 43, 58, .06), 0 12px 40px rgba(28, 43, 58, .08);--maxw: 1280px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--body);font-weight:400;color:var(--ink);background:var(--papyrus);line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden;position:relative}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:1;opacity:.35;background-image:radial-gradient(circle at 20% 30%,rgba(184,137,58,.08) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(198,93,46,.06) 0%,transparent 50%),url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.7 0 0 0 0 0.55 0 0 0 0 0.3 0 0 0 0.35 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:100% 100%,100% 100%,240px 240px;mix-blend-mode:multiply}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:2;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.8' numOctaves='1' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.1 0 0 0 0 0.16 0 0 0 0 0.22 0 0 0 0.08 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");opacity:.6;mix-blend-mode:multiply}main,header,footer,section,nav,.page-wrap{position:relative;z-index:3}h1,h2,h3,h4{font-family:var(--display);font-weight:500;color:var(--ink);letter-spacing:-.01em;line-height:1.1}h1{font-size:clamp(2.8rem,6vw,5.2rem);font-weight:500}h2{font-size:clamp(2rem,4vw,3.4rem)}h3{font-size:clamp(1.4rem,2.2vw,1.85rem)}h4{font-size:1.15rem;font-weight:600}p{font-size:1.02rem;color:var(--ink-soft);max-width:62ch}.eyebrow{font-family:var(--body);font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--terracotta);font-weight:500;display:inline-flex;align-items:center;gap:.75rem}.eyebrow:before{content:"";width:2rem;height:1px;background:var(--terracotta)}a{color:inherit;text-decoration:none}.nav{position:sticky;top:0;z-index:100;background:#f2e6ccd1;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.nav-inner{max-width:var(--maxw);margin:0 auto;padding:1.1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav-logo{display:flex;align-items:center;gap:.75rem;font-family:var(--display);font-size:1.5rem;font-weight:600;letter-spacing:.08em;color:var(--terracotta);cursor:pointer}.nav-logo img{height:38px;width:auto}.nav-logo-tag{font-family:var(--body);font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-soft);font-weight:500;margin-top:2px}.nav-logo-stack{display:flex;flex-direction:column;line-height:1}.nav-links{display:flex;gap:2.2rem;list-style:none;align-items:center}.nav-links a{font-size:.88rem;font-weight:500;color:var(--ink);position:relative;transition:color .2s;cursor:pointer}.nav-links a:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:1px;background:var(--terracotta);transition:width .3s ease}.nav-links a:hover{color:var(--terracotta)}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-links a.active{color:var(--terracotta)}.btn{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 1.6rem;font-family:var(--body);font-size:.88rem;font-weight:500;letter-spacing:.04em;border-radius:2px;cursor:pointer;transition:all .25s ease;border:none;text-decoration:none}.btn-primary{background:var(--terracotta);color:var(--cream)}.btn-primary:hover{background:var(--terracotta-deep);transform:translateY(-1px);box-shadow:0 8px 20px #c65d2e4d}.btn-ghost{background:transparent;color:var(--ink);border:1px solid var(--line-strong)}.btn-ghost:hover{border-color:var(--terracotta);color:var(--terracotta)}.btn .arrow{transition:transform .3s}.btn:hover .arrow{transform:translate(4px)}.hero{min-height:calc(100vh - 75px);max-width:var(--maxw);margin:0 auto;padding:5rem 2rem 4rem;display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center;position:relative}.hero-left{animation:rise 1s cubic-bezier(.2,.7,.2,1) both}.hero-left .eyebrow{margin-bottom:2rem}.hero h1{margin-bottom:1.8rem;font-size:clamp(3rem,6.5vw,5.8rem)}.hero h1 .accent{color:var(--terracotta);font-style:italic;font-weight:400}.hero-lead{font-size:1.15rem;line-height:1.6;margin-bottom:2.4rem;color:var(--ink-soft);max-width:52ch}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.hero-stats{display:grid;grid-template-columns:repeat(3,auto);gap:2.5rem;padding-top:2rem;border-top:1px solid var(--line)}.stat-value{font-family:var(--display);font-size:2.4rem;font-weight:500;color:var(--ink);line-height:1}.stat-value .sm{font-size:1.2rem;color:var(--terracotta)}.stat-label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);margin-top:.5rem}.hero-right{position:relative;aspect-ratio:4 / 5;animation:rise 1s .15s cubic-bezier(.2,.7,.2,1) both}.hero-visual{position:absolute;inset:0;display:grid;grid-template-columns:1.2fr 1fr;grid-template-rows:1fr 1.2fr;gap:1rem}.hero-img{border-radius:4px;overflow:hidden;background:var(--papyrus-deep);position:relative;box-shadow:var(--shadow-card)}.hero-img:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(28,43,58,.25) 100%)}.hero-img img{width:100%;height:100%;object-fit:cover}.hero-img-1{grid-column:1;grid-row:1 / 3}.hero-img-2{grid-column:2;grid-row:1}.hero-img-3{grid-column:2;grid-row:2}.hero-seal{position:absolute;top:-1rem;right:-1rem;width:130px;height:130px;background:var(--terracotta);color:var(--cream);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--display);font-style:italic;font-size:1.05rem;text-align:center;line-height:1.15;padding:1rem;z-index:5;box-shadow:0 10px 30px #c65d2e59;animation:spinSlow 40s linear infinite}.hero-seal-inner{animation:spinSlow 40s linear infinite reverse}@keyframes spinSlow{to{transform:rotate(360deg)}}@keyframes rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.process{background:var(--ink);color:var(--cream);padding:6rem 2rem;position:relative;overflow:hidden}.process:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.85 0 0 0 0 0.7 0 0 0 0 0.45 0 0 0 0.08 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n2)'/%3E%3C/svg%3E");opacity:.9;pointer-events:none}.process-inner{max-width:var(--maxw);margin:0 auto;position:relative}.process .eyebrow{color:var(--gold-soft)}.process .eyebrow:before{background:var(--gold-soft)}.process h2{color:var(--cream);margin-bottom:4rem;max-width:18ch}.process h2 .accent{color:var(--gold-soft);font-style:italic;font-weight:400}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid rgba(250,244,227,.15)}.process-step{padding:2.5rem 1.8rem 2.5rem 0;border-right:1px solid rgba(250,244,227,.12);position:relative}.process-step:last-child{border-right:none}.step-num{font-family:var(--display);font-size:2.8rem;font-weight:400;color:var(--gold-soft);line-height:1;margin-bottom:1.5rem;display:block}.step-num sup{font-size:.9rem;color:var(--cream);opacity:.5;margin-left:4px}.process-step h3{color:var(--cream);margin-bottom:.8rem;font-size:1.4rem}.process-step p{color:#faf4e3b3;font-size:.92rem}.why{padding:8rem 2rem;max-width:var(--maxw);margin:0 auto}.why-head{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:5rem;align-items:end}.why-head h2{max-width:14ch}.why-head h2 .accent{color:var(--terracotta);font-style:italic;font-weight:400}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--line-strong)}.why-card{padding:2.5rem 2rem 2.5rem 0;border-right:1px solid var(--line);position:relative}.why-card:nth-child(3n){border-right:none;padding-right:0}.why-card:not(:nth-child(-n+3)){border-top:1px solid var(--line);margin-top:-1px;padding-top:2.5rem}.why-icon{width:48px;height:48px;color:var(--terracotta);margin-bottom:1.5rem}.why-card h3{font-size:1.4rem;margin-bottom:.8rem}.why-card p{font-size:.95rem}.cats-preview{padding:7rem 2rem;max-width:var(--maxw);margin:0 auto}.cats-preview-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:4rem;flex-wrap:wrap;gap:2rem}.cats-preview-head h2{max-width:20ch}.cats-preview-head h2 .accent{color:var(--terracotta);font-style:italic;font-weight:400}.cats-grid-preview{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:1.2rem;height:640px}.cat-tile{position:relative;overflow:hidden;border-radius:4px;cursor:pointer;background:var(--papyrus-deep);transition:transform .4s ease}.cat-tile:hover{transform:translateY(-4px)}.cat-tile img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.cat-tile:hover img{transform:scale(1.06)}.cat-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#1c2b3a1a,#1c2b3abf)}.cat-tile-body{position:absolute;left:0;right:0;bottom:0;padding:1.6rem;z-index:2;color:var(--cream)}.cat-tile-body .eyebrow{color:var(--gold-soft);font-size:.65rem}.cat-tile-body .eyebrow:before{background:var(--gold-soft);width:1.4rem}.cat-tile-body h3{color:var(--cream);font-size:1.5rem;margin-top:.4rem;line-height:1.15}.cat-tile-1{grid-column:1;grid-row:1 / 3}.cat-tile-1 h3{font-size:2.2rem;max-width:12ch}.cta-band{background:var(--terracotta);color:var(--cream);padding:5rem 2rem;position:relative;overflow:hidden}.cta-band:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n3'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.3 0 0 0 0 0.1 0 0 0 0 0 0 0 0 0.15 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n3)'/%3E%3C/svg%3E");opacity:.6;pointer-events:none}.cta-band-inner{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr;gap:4rem;align-items:center;position:relative}.cta-band h2{color:var(--cream);font-size:clamp(2rem,3.6vw,3rem);max-width:18ch}.cta-band h2 .accent{font-style:italic;font-weight:400;color:var(--cream);opacity:.75}.cta-band .btn-primary{background:var(--ink);color:var(--cream)}.cta-band .btn-primary:hover{background:#0e1822}.cta-band-right{display:flex;gap:1rem;justify-content:flex-end;flex-wrap:wrap}footer{background:var(--ink);color:#faf4e3bf;padding:5rem 2rem 2rem;position:relative}.footer-inner{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(250,244,227,.1)}.footer-brand img{height:52px;width:auto;filter:brightness(0) invert(1) sepia(1) hue-rotate(-20deg) saturate(2);opacity:.9;margin-bottom:1.2rem;display:block}.footer-brand p{color:#faf4e3a6;font-size:.9rem;max-width:38ch}.footer-col h4{color:var(--gold-soft);font-family:var(--body);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;margin-bottom:1.2rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.7rem}.footer-col a{font-size:.92rem;color:#faf4e3bf;transition:color .2s;cursor:pointer}.footer-col a:hover{color:var(--cream)}.footer-bottom{max-width:var(--maxw);margin:0 auto;padding-top:2rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.82rem;color:#faf4e380}.page-header{max-width:var(--maxw);margin:0 auto;padding:6rem 2rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:end;animation:rise .8s cubic-bezier(.2,.7,.2,1) both}.page-header-left .eyebrow{margin-bottom:1.8rem}.page-header h1{margin-bottom:0}.page-header h1 .accent{color:var(--terracotta);font-style:italic;font-weight:400}.page-header-right p{font-size:1.08rem;max-width:48ch}.filters{max-width:var(--maxw);margin:0 auto;padding:2rem 2rem 0;display:flex;flex-wrap:wrap;gap:.6rem;border-top:1px solid var(--line)}.filter-chip{padding:.6rem 1.2rem;border:1px solid var(--line-strong);background:transparent;font-family:var(--body);font-size:.85rem;color:var(--ink);cursor:pointer;border-radius:40px;transition:all .2s ease;font-weight:500}.filter-chip:hover{border-color:var(--terracotta);color:var(--terracotta)}.filter-chip.active{background:var(--ink);color:var(--cream);border-color:var(--ink)}.products-grid{max-width:var(--maxw);margin:0 auto;padding:3rem 2rem 6rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-card{background:var(--cream);border:1px solid var(--line);border-radius:4px;overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease;box-shadow:var(--shadow-soft)}.product-card.hidden{display:none}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card);border-color:var(--line-strong)}.product-image{aspect-ratio:4 / 3;overflow:hidden;background:var(--papyrus-deep);position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-image-tag{position:absolute;top:1rem;left:1rem;background:#1c2b3ad9;color:var(--cream);padding:.3rem .7rem;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:2px}.product-body{padding:1.4rem 1.5rem 1.6rem;flex:1;display:flex;flex-direction:column}.product-cat{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--terracotta);font-weight:500;margin-bottom:.6rem;display:block}.product-body h3{font-size:1.35rem;margin-bottom:.4rem}.product-body p{font-size:.88rem;color:var(--ink-soft);flex:1;margin-bottom:1rem}.product-meta{display:flex;justify-content:space-between;padding-top:1rem;border-top:1px dashed var(--line);font-size:.8rem;color:var(--ink-soft)}.product-meta strong{color:var(--ink);font-weight:500}.services-list{max-width:var(--maxw);margin:0 auto;padding:3rem 2rem 5rem}.service-row{display:grid;grid-template-columns:.4fr 1fr 1.2fr;gap:3rem;padding:3.5rem 0;border-top:1px solid var(--line-strong);align-items:start;transition:background .3s}.service-row:last-child{border-bottom:1px solid var(--line-strong)}.service-row:hover{background:#faf4e366}.service-num{font-family:var(--display);font-size:3rem;color:var(--terracotta);line-height:1;font-weight:400}.service-num span{color:var(--ink);opacity:.3;font-size:1.2rem}.service-title h3{font-size:2rem;margin-bottom:.5rem}.service-title .service-tag{display:inline-block;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);font-weight:500;padding:.3rem .7rem;border:1px solid var(--line);border-radius:40px;margin-top:.5rem}.service-body p{font-size:1rem;margin-bottom:1.2rem}.service-body ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.service-body li{font-size:.92rem;color:var(--ink);padding-left:1.4rem;position:relative}.service-body li:before{content:"";position:absolute;left:0;top:.55rem;width:.7rem;height:1px;background:var(--terracotta)}.two-col{max-width:var(--maxw);margin:0 auto;padding:3rem 2rem 6rem;display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:start}.contact-info h3{margin-bottom:1.5rem}.contact-info p{margin-bottom:2rem}.contact-block{padding:1.4rem 0;border-top:1px solid var(--line)}.contact-block:last-child{border-bottom:1px solid var(--line)}.contact-block .label{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--terracotta);font-weight:500;display:block;margin-bottom:.4rem}.contact-block .value{font-family:var(--display);font-size:1.35rem;color:var(--ink);font-weight:500}.contact-block a.value{transition:color .2s;display:inline-block}.contact-block a.value:hover{color:var(--terracotta)}.nemes-form{background:var(--cream);padding:3rem;border:1px solid var(--line);border-radius:4px;box-shadow:var(--shadow-card)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.field{margin-bottom:1.4rem;display:flex;flex-direction:column}.field label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);font-weight:500;margin-bottom:.5rem}.field input,.field select,.field textarea{font-family:var(--body);font-size:.98rem;padding:.9rem 1rem;background:var(--papyrus-light);border:1px solid var(--line);border-radius:2px;color:var(--ink);transition:all .2s;width:100%}.field textarea{resize:vertical;min-height:120px}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--terracotta);background:var(--cream);box-shadow:0 0 0 3px #c65d2e1a}.nemes-form .btn{width:100%;justify-content:center;margin-top:.6rem;padding:1.05rem;font-size:.92rem}.form-success-msg{display:none;padding:1rem 1.2rem;background:#b8893a1f;border:1px solid var(--gold);color:var(--gold);font-size:.92rem;border-radius:2px;margin-bottom:1rem}.form-success-msg.visible{display:block}.form-legend{font-size:.78rem;color:var(--ink-soft);margin-top:1rem;text-align:center}.about-hero-visual{max-width:var(--maxw);margin:0 auto;padding:2rem 2rem 0}.about-hero-visual img{width:100%;aspect-ratio:16 / 7;object-fit:cover;border-radius:4px;box-shadow:var(--shadow-card)}.about-mission{max-width:var(--maxw);margin:0 auto;padding:6rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.mission-text .quote{font-family:var(--display);font-style:italic;font-size:2rem;line-height:1.35;color:var(--ink);padding-left:2rem;border-left:2px solid var(--terracotta);margin-bottom:2rem}.mission-text p{margin-bottom:1.2rem;font-size:1.02rem}.mission-stats{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.mission-stat{padding:1.5rem 0;border-top:1px solid var(--line-strong)}.mission-stat .v{font-family:var(--display);font-size:3.4rem;font-weight:500;line-height:1;color:var(--terracotta)}.mission-stat .l{font-size:.85rem;color:var(--ink-soft);margin-top:.6rem;max-width:22ch}.team{max-width:var(--maxw);margin:0 auto;padding:4rem 2rem 8rem}.team-head{margin-bottom:4rem}.team-head h2{max-width:20ch}.team-head h2 .accent{color:var(--terracotta);font-style:italic;font-weight:400}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.team-card{display:flex;flex-direction:column}.team-photo{aspect-ratio:4 / 5;background:var(--papyrus-deep);border-radius:4px;overflow:hidden;margin-bottom:1.2rem;position:relative}.team-photo img{width:100%;height:100%;object-fit:cover;transition:transform .6s;filter:sepia(.15) contrast(1.02)}.team-card:hover .team-photo img{transform:scale(1.04)}.team-card h4{font-family:var(--display);font-size:1.3rem;font-weight:500;margin-bottom:.2rem}.team-role{font-size:.8rem;color:var(--terracotta);letter-spacing:.1em;text-transform:uppercase;font-weight:500;margin-bottom:.6rem;display:block}.team-bio{font-size:.88rem;color:var(--ink-soft)}.timeline-section{background:var(--papyrus-light);padding:6rem 2rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.timeline-inner{max-width:var(--maxw);margin:0 auto}.timeline-inner .eyebrow{margin-bottom:1.5rem;display:inline-flex}.timeline-inner h2{margin-bottom:3.5rem;max-width:18ch}.timeline-inner h2 .accent{color:var(--terracotta);font-style:italic;font-weight:400}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.timeline-step{border-left:1px solid var(--line-strong);padding:2rem 1.5rem 2rem 2rem;position:relative}.timeline-step:before{content:"";position:absolute;left:-6px;top:2.4rem;width:11px;height:11px;background:var(--terracotta);border-radius:50%}.timeline-year{font-family:var(--display);font-size:1.8rem;font-weight:500;color:var(--terracotta);margin-bottom:.5rem}.timeline-step h4{font-family:var(--display);font-size:1.3rem;margin-bottom:.5rem}.timeline-step p{font-size:.88rem}@media(max-width:980px){.hero{grid-template-columns:1fr;padding-top:3rem}.hero-right{max-width:560px;margin:0 auto;width:100%}.page-header{grid-template-columns:1fr}.why-head{grid-template-columns:1fr;gap:1.5rem}.why-grid{grid-template-columns:1fr 1fr}.why-card:nth-child(3n){border-right:1px solid var(--line)}.why-card:nth-child(2n){border-right:none;padding-right:0}.process-grid{grid-template-columns:1fr 1fr}.process-step:nth-child(2){border-right:none}.process-step{border-bottom:1px solid rgba(250,244,227,.12)}.cta-band-inner{grid-template-columns:1fr}.cta-band-right{justify-content:flex-start}.cats-grid-preview{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;height:auto}.cat-tile-1{grid-column:1 / 3;grid-row:1;aspect-ratio:16 / 9}.cat-tile:not(.cat-tile-1){aspect-ratio:4 / 3}.products-grid{grid-template-columns:1fr 1fr}.service-row{grid-template-columns:1fr;gap:1rem}.two-col,.about-mission{grid-template-columns:1fr;gap:3rem}.team-grid,.timeline,.footer-inner{grid-template-columns:1fr 1fr}.hero-stats{grid-template-columns:1fr 1fr;gap:1.5rem}.form-row{grid-template-columns:1fr}.nav-links{display:none}.nav-mobile-cta{display:flex!important}}@media(max-width:620px){.products-grid,.why-grid{grid-template-columns:1fr}.why-card{border-right:none!important;padding-right:0!important}.process-grid{grid-template-columns:1fr}.process-step{border-right:none}.team-grid,.timeline{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr;gap:2rem}.nemes-form{padding:2rem 1.4rem}.hero-seal{width:105px;height:105px;font-size:.88rem}.cats-grid-preview{grid-template-columns:1fr}.cat-tile-1{grid-column:1}}
