/* IRETOMIDE — custom visual language layered over Bootstrap */
:root { --ink:#0b0c0d; --ink-soft:#121416; --paper:#f2eee7; --muted:#9a9892; --line:rgba(242,238,231,.16); --orange:#f26b35; --orange-light:#ff9964; --mono:"DM Mono",monospace; --sans:"Manrope",sans-serif; --serif:"Playfair Display",serif; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; scroll-padding-top:90px; } body { margin:0; min-width:320px; background:var(--ink); color:var(--paper); font-family:var(--sans); } a { color:inherit; text-decoration:none; } button,input,textarea { font:inherit; } .site-shell { overflow:hidden; } .section-pad { padding-left:clamp(24px,6.7vw,108px); padding-right:clamp(24px,6.7vw,108px); }
.site-header { position:absolute; inset:0 0 auto; z-index:10; } .site-nav { width:100%; max-width:1536px; height:88px; padding:0 clamp(24px,6.7vw,108px); display:flex; align-items:center; justify-content:space-between; gap:28px; } .brand { font-size:1.18rem; font-weight:800; letter-spacing:-.09em; line-height:1; } .brand-dot { color:var(--orange); } .nav-links { display:flex; gap:clamp(20px,2.8vw,48px); margin-left:auto; margin-right:10px; } .nav-links a,.footer-socials a { color:rgba(242,238,231,.72); font-family:var(--mono); font-size:.67rem; text-transform:uppercase; letter-spacing:.05em; transition:color .18s ease; } .nav-links a:hover,.footer-socials a:hover { color:var(--orange-light); } .menu-toggle { display:none; border:0; padding:8px 0 8px 8px; background:transparent; } .menu-toggle span { display:block; width:25px; height:1px; margin:6px 0; background:var(--paper); transition:transform .18s ease; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:22px; min-height:51px; padding:0 22px; border:1px solid var(--orange); background:var(--orange); color:var(--ink); font-family:var(--mono); font-size:.68rem; font-weight:500; letter-spacing:.03em; text-transform:uppercase; transition:background .18s ease,color .18s ease,transform .18s ease; } .button span { font-size:1.08rem; line-height:1; } .button:hover { background:transparent; color:var(--orange-light); transform:translateY(-2px); } .button-small { min-height:39px; padding:0 17px; font-size:.62rem; } .button-small span { font-size:.9rem; } .button-outline { border-color:var(--paper); background:transparent; color:var(--paper); } .button-outline:hover { border-color:var(--orange); background:var(--orange); color:var(--ink); } .text-link { display:inline-flex; align-items:center; gap:13px; color:var(--paper); font-family:var(--mono); font-size:.67rem; text-transform:uppercase; letter-spacing:.04em; } .text-link span { color:var(--orange); font-size:1.05rem; transition:transform .18s ease; } .text-link:hover span { transform:translateX(4px); }
.hero { position:relative; min-height:740px; padding-top:154px; padding-bottom:48px; background:radial-gradient(circle at 70% 23%,rgba(242,107,53,.13),transparent 27%),linear-gradient(122deg,#181112 0%,#0b0c0d 54%,#101113 100%); } .hero::before { position:absolute; content:""; width:44vw; height:44vw; max-width:670px; max-height:670px; top:-14vw; right:-12vw; border:1px solid rgba(242,107,53,.15); border-radius:50%; box-shadow:0 0 0 66px rgba(242,107,53,.025),0 0 0 132px rgba(242,107,53,.015); pointer-events:none; } .hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:1.06fr .94fr; max-width:1320px; margin:auto; gap:clamp(46px,7vw,124px); align-items:center; } .eyebrow { display:flex; gap:10px; align-items:center; margin:0 0 24px; color:rgba(242,238,231,.65); font-family:var(--mono); font-size:.64rem; font-weight:500; letter-spacing:.08em; text-transform:uppercase; } .eyebrow.orange { color:var(--orange-light); } .pulse { width:7px; height:7px; display:inline-block; border-radius:50%; background:var(--orange); box-shadow:0 0 0 4px rgba(242,107,53,.15); } .hero h1,h2 { margin:0; font-weight:700; letter-spacing:-.073em; line-height:.91; } .hero h1 { max-width:760px; font-size:clamp(3.85rem,7.45vw,7.1rem); } h1 em,h2 em { font-family:var(--serif); font-weight:600; } .hero-intro { max-width:430px; margin:31px 0; color:rgba(242,238,231,.72); font-size:.94rem; line-height:1.75; } .hero-actions { display:flex; align-items:center; gap:30px; flex-wrap:wrap; } .hero-art { position:relative; width:min(100%,440px); justify-self:end; padding:0 20px 37px 0; } .hero-photo { aspect-ratio:.82; min-height:430px; background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(7,7,8,.64)),url("https://images.unsplash.com/photo-1751133336473-cac4230b25a5?auto=format&fit=crop&fm=jpg&ixlib=rb-4.1.0&q=85&w=1600") 50% 50% / cover; filter:saturate(.88) contrast(1.07); } .hero-photo::after { content:""; position:absolute; inset:0 20px 37px 0; background:linear-gradient(120deg,rgba(242,107,53,.28),transparent 38%); pointer-events:none; mix-blend-mode:color; } .hero-stamp { position:absolute; display:flex; justify-content:center; align-items:center; flex-direction:column; width:105px; height:105px; right:-19px; top:-19px; border-radius:50%; background:var(--orange); color:var(--ink); transform:rotate(12deg); } .hero-stamp span { font-family:var(--mono); font-size:.52rem; font-weight:500; letter-spacing:.1em; } .hero-stamp strong { margin:3px 0; font-size:1.12rem; letter-spacing:-.08em; } .hero-wave { position:absolute; display:flex; bottom:0; left:-36px; align-items:center; gap:4px; height:84px; padding:0 17px; background:var(--paper); } .hero-wave i { display:block; width:3px; background:var(--ink); } .hero-wave i:nth-child(1),.hero-wave i:nth-child(14) { height:11px; }.hero-wave i:nth-child(2),.hero-wave i:nth-child(11) { height:30px; }.hero-wave i:nth-child(3),.hero-wave i:nth-child(10) { height:51px; }.hero-wave i:nth-child(4),.hero-wave i:nth-child(9) { height:35px; }.hero-wave i:nth-child(5),.hero-wave i:nth-child(8) { height:69px; }.hero-wave i:nth-child(6),.hero-wave i:nth-child(7) { height:44px; }.hero-wave i:nth-child(12) { height:22px; }.hero-wave i:nth-child(13) { height:38px; } .art-note { position:absolute; right:-16px; bottom:28px; margin:0; color:var(--paper); font-family:var(--mono); font-size:.55rem; line-height:1.65; letter-spacing:.06em; transform:rotate(-90deg) translateX(100%); transform-origin:right bottom; } .art-note span { color:var(--orange-light); } .hero-meta { position:relative; z-index:1; max-width:1320px; margin:87px auto 0; padding-top:18px; border-top:1px solid var(--line); display:grid; grid-template-columns:repeat(4,1fr); } .hero-meta p { margin:0; color:rgba(242,238,231,.75); font-family:var(--mono); font-size:.59rem; line-height:1.65; letter-spacing:.04em; }
.proof-strip { display:grid; grid-template-columns:repeat(4,1fr); min-height:136px; background:var(--orange); color:var(--ink); } .proof-item { display:flex; align-items:center; gap:14px; padding:26px clamp(22px,4.4vw,70px); border-right:1px solid rgba(11,12,13,.2); } .proof-item strong { font-size:clamp(2rem,3vw,3.2rem); letter-spacing:-.1em; line-height:1; }.proof-item strong span { font-size:.55em; } .proof-item p { margin:0; font-family:var(--mono); font-size:.58rem; line-height:1.55; letter-spacing:.02em; }.proof-quote p { font-family:var(--serif); font-size:1rem; font-weight:600; line-height:1.35; }
.training { padding-top:clamp(90px,12vw,177px); padding-bottom:clamp(90px,12vw,177px); } .section-top { display:flex; justify-content:space-between; gap:80px; max-width:1320px; margin:0 auto 62px; }.section-top h2,.about h2,.services h2,.resources h2,.releases h2,.contact h2 { font-size:clamp(3rem,5.75vw,5.6rem); } .section-intro { width:min(100%,355px); margin-top:43px; }.section-intro p { margin:0 0 22px; color:rgba(242,238,231,.67); font-size:.9rem; line-height:1.72; } .training-grid { display:grid; grid-template-columns:repeat(3,1fr); max-width:1320px; margin:0 auto; gap:13px; } .training-card { position:relative; display:flex; flex-direction:column; justify-content:space-between; min-height:477px; padding:24px; overflow:hidden; background-color:#26211f; isolation:isolate; }.training-card::before { position:absolute; content:""; z-index:-2; inset:0; transition:transform .6s cubic-bezier(.2,.7,.2,1); background:center / cover no-repeat; }.training-card::after { position:absolute; z-index:-1; content:""; inset:0; background:linear-gradient(180deg,rgba(8,8,9,.1) 20%,rgba(7,7,8,.91) 92%); }.training-card:hover::before { transform:scale(1.05); } .card-production::before { background-image:url("https://images.unsplash.com/photo-1751133336464-cecb745585f0?auto=format&fit=crop&fm=jpg&ixlib=rb-4.1.0&q=82&w=1400"); }.card-engineering::before { background-image:url("https://images.unsplash.com/photo-1702935957568-4f4cef4b583b?auto=format&fit=crop&fm=jpg&ixlib=rb-4.0.3&q=82&w=1400"); }.card-broadcast::before { background-image:url("https://images.unsplash.com/photo-1751133336386-c6a322ea4d35?auto=format&fit=crop&fm=jpg&ixlib=rb-4.1.0&q=82&w=1400"); } .card-top { display:flex; justify-content:space-between; color:rgba(242,238,231,.83); font-family:var(--mono); font-size:.61rem; letter-spacing:.05em; }.training-card-content { margin-top:auto; }.training-card h3 { margin:0; font-size:clamp(1.75rem,2.8vw,2.75rem); letter-spacing:-.07em; line-height:.96; }.training-card p { max-width:250px; margin:15px 0 0; color:rgba(242,238,231,.76); font-size:.78rem; line-height:1.6; }.training-card > a { align-self:flex-end; margin-top:26px; color:var(--orange-light); font-family:var(--mono); font-size:.65rem; text-transform:uppercase; }.training-card > a span { margin-left:7px; font-size:1.1rem; }
.about { display:grid; grid-template-columns:.88fr 1.12fr; align-items:center; gap:clamp(50px,10vw,170px); padding-top:0; padding-bottom:clamp(100px,14vw,190px); }.about-photo-wrap { position:relative; max-width:474px; }.about-photo-wrap::before { content:""; position:absolute; z-index:-1; width:79%; height:86%; left:-30px; bottom:-28px; border:1px solid rgba(242,107,53,.55); }.about-photo-wrap img { display:block; width:100%; aspect-ratio:.73; object-fit:cover; object-position:center 23%; filter:grayscale(1) contrast(1.08); }.photo-caption { position:absolute; left:0; bottom:0; width:100%; padding:15px 17px; background:rgba(11,12,13,.82); display:flex; justify-content:space-between; font-family:var(--mono); font-size:.51rem; letter-spacing:.05em; }.about-copy { max-width:615px; }.about-copy .eyebrow { margin-bottom:22px; }.about-copy h2 { max-width:600px; }.about-copy p { color:rgba(242,238,231,.68); font-size:.88rem; line-height:1.77; }.about-copy .lead-copy { margin-top:32px; color:var(--paper); font-size:1.1rem; line-height:1.55; }.about-copy a:not(.button) { color:var(--orange-light); text-decoration:underline; text-decoration-color:rgba(242,107,53,.45); text-underline-offset:4px; }.about-foot { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:34px; }.about-foot > p { margin:0; color:var(--muted); font-family:var(--mono); font-size:.56rem; line-height:1.7; }
.services { background:var(--paper); color:var(--ink); }.services-inner { max-width:1536px; margin:auto; padding-top:clamp(92px,12vw,172px); padding-bottom:clamp(92px,12vw,172px); }.services .eyebrow { color:#a9502d; }.services h2 { max-width:720px; }.service-list { display:flex; flex-wrap:wrap; gap:10px; max-width:1230px; margin-top:clamp(53px,8vw,107px); }.service-list span { padding:13px 15px; border:1px solid rgba(11,12,13,.24); font-family:var(--mono); font-size:.63rem; letter-spacing:.02em; text-transform:uppercase; transition:background .18s ease,color .18s ease; }.service-list span:hover { background:var(--ink); color:var(--paper); }
.resources { padding-top:clamp(90px,12vw,177px); padding-bottom:clamp(90px,12vw,177px); background:linear-gradient(180deg,#0d0e0f,#15110f); }.product-grid { display:grid; grid-template-columns:repeat(3,1fr); max-width:1320px; margin:auto; gap:13px; }.product { position:relative; display:flex; flex-direction:column; min-height:490px; padding:26px; overflow:hidden; background:#1a1a1b; }.product-featured { background:linear-gradient(155deg,#372017 0%,#171313 63%); }.product-template { background:linear-gradient(155deg,#171a1b 0%,#20201d 100%); }.product-plugin { background:linear-gradient(155deg,#20201d 0%,#393226 100%); }.product::before { content:""; position:absolute; opacity:.85; pointer-events:none; }.product-featured::before { width:255px; height:255px; right:-46px; top:63px; border:42px solid rgba(242,107,53,.81); border-radius:50%; box-shadow:0 0 0 25px rgba(242,107,53,.12),0 0 0 80px rgba(242,107,53,.04); }.product-template::before { top:80px; right:37px; width:188px; height:264px; background:repeating-linear-gradient(90deg,transparent 0 10px,rgba(242,238,231,.32) 10px 12px),repeating-linear-gradient(0deg,transparent 0 10px,rgba(242,238,231,.32) 10px 12px); transform:perspective(500px) rotateX(57deg) rotateZ(-12deg); }.product-plugin::before { width:195px; height:195px; right:34px; top:105px; border-radius:50%; background:radial-gradient(circle at center,var(--orange) 0 4%,transparent 5% 13%,rgba(242,238,231,.6) 14% 15%,transparent 16% 35%,rgba(242,107,53,.5) 36% 37%,transparent 38% 100%); }.product-number,.product-kind { position:relative; z-index:1; font-family:var(--mono); font-size:.62rem; letter-spacing:.07em; }.product-number { color:var(--orange-light); }.product-kind { margin:auto 0 15px; color:rgba(242,238,231,.61); }.product h3 { position:relative; z-index:1; margin:0; font-size:clamp(2rem,3vw,3rem); letter-spacing:-.08em; line-height:.96; }.product-description { position:relative; z-index:1; max-width:240px; margin:18px 0 0; color:rgba(242,238,231,.64); font-size:.76rem; line-height:1.68; }.product-bottom { position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; margin-top:auto; }.product-bottom strong { font-family:var(--mono); font-size:.67rem; font-weight:500; letter-spacing:.03em; }.product-bottom small { display:block; margin-top:5px; color:var(--orange-light); font-size:.52rem; }.circle-arrow { width:42px; height:42px; display:inline-flex; align-items:center; justify-content:center; border:1px solid rgba(242,238,231,.47); border-radius:50%; color:var(--orange-light); font-size:1.2rem; transition:background .18s ease,color .18s ease; }.circle-arrow:hover { border-color:var(--orange); background:var(--orange); color:var(--ink); }.resource-note { max-width:1320px; margin:24px auto 0; color:var(--muted); font-family:var(--mono); font-size:.58rem; letter-spacing:.04em; }.resource-note span { color:var(--orange-light); }
.releases { display:grid; grid-template-columns:.84fr 1.16fr; gap:100px; align-items:start; padding-top:clamp(90px,12vw,177px); padding-bottom:clamp(90px,12vw,177px); }.release-list { border-top:1px solid var(--line); }.release-list a { display:grid; grid-template-columns:42px 1fr 1fr 25px; align-items:center; gap:12px; min-height:83px; border-bottom:1px solid var(--line); transition:color .18s ease,padding .18s ease,border-color .18s ease; }.release-list a:hover { padding-left:12px; color:var(--orange-light); border-color:rgba(242,107,53,.6); }.release-list span { font-family:var(--mono); font-size:.6rem; color:var(--orange-light); }.release-list strong { font-size:clamp(1.15rem,2vw,1.7rem); letter-spacing:-.06em; }.release-list em { color:var(--muted); font-family:var(--mono); font-size:.58rem; font-style:normal; text-align:right; }.release-list b { font-size:1rem; font-weight:400; text-align:right; }
.contact { display:grid; grid-template-columns:1fr 1fr; gap:clamp(60px,12vw,170px); padding-top:clamp(90px,12vw,170px); padding-bottom:62px; background:var(--orange); color:var(--ink); }.contact .eyebrow { color:rgba(11,12,13,.65); }.contact h2 { max-width:610px; }.contact-top > p:last-child { margin:34px 0 0; font-size:.88rem; line-height:1.65; }.contact-form { display:grid; align-content:start; gap:23px; }.contact-form label { display:block; }.contact-form label span { display:block; margin-bottom:9px; font-family:var(--mono); font-size:.59rem; letter-spacing:.06em; }.contact-form input,.contact-form textarea { width:100%; border:0; border-bottom:1px solid rgba(11,12,13,.45); border-radius:0; padding:7px 0 10px; outline:0; background:transparent; color:var(--ink); font-size:.87rem; }.contact-form textarea { resize:vertical; min-height:96px; }.contact-form input::placeholder,.contact-form textarea::placeholder { color:rgba(11,12,13,.58); }.contact-form input:focus,.contact-form textarea:focus { border-color:var(--ink); }.contact-form .button { justify-self:start; margin-top:9px; background:var(--ink); color:var(--paper); border-color:var(--ink); }.contact-form .button:hover { background:transparent; color:var(--ink); }.contact-direct { grid-column:1 / -1; display:flex; justify-content:space-between; gap:24px; padding-top:39px; border-top:1px solid rgba(11,12,13,.25); }.contact-direct a { font-size:clamp(1rem,2.4vw,1.8rem); font-weight:700; letter-spacing:-.06em; }.contact-direct a:hover { text-decoration:underline; text-underline-offset:5px; }
.site-footer { padding:51px clamp(24px,6.7vw,108px) 20px; background:var(--ink); }.footer-top { display:grid; grid-template-columns:1fr 1.1fr 1.2fr; gap:40px; padding-bottom:64px; }.footer-top > p { margin:0; color:var(--muted); font-size:.75rem; line-height:1.6; }.footer-socials { display:flex; justify-content:flex-end; align-items:flex-start; gap:clamp(13px,2vw,29px); flex-wrap:wrap; }.footer-bottom { display:flex; justify-content:space-between; gap:22px; padding-top:19px; border-top:1px solid var(--line); color:var(--muted); font-family:var(--mono); font-size:.55rem; letter-spacing:.04em; }.footer-bottom a { color:var(--paper); }
.reveal { opacity:0; transform:translateY(17px); transition:opacity .65s ease,transform .65s ease; }.reveal.is-visible { opacity:1; transform:none; }
@media (max-width:900px) { .hero-grid,.about,.releases,.contact { grid-template-columns:1fr; }.hero-grid { gap:46px; }.hero-art { width:min(88%,430px); justify-self:end; }.hero-meta { margin-top:60px; }.proof-strip { grid-template-columns:repeat(2,1fr); }.proof-item:nth-child(2) { border-right:0; }.proof-item:nth-child(-n+2) { border-bottom:1px solid rgba(11,12,13,.2); }.section-top { gap:30px; }.about { gap:80px; }.about-photo-wrap { max-width:470px; }.about-copy { max-width:675px; }.releases { gap:52px; }.contact { gap:55px; }.contact-direct { margin-top:5px; }.footer-top { grid-template-columns:1fr 1fr; }.footer-socials { justify-content:flex-start; grid-column:1 / -1; } }
@media (max-width:680px) { .site-nav { height:73px; }.menu-toggle { position:relative; z-index:3; display:block; margin-left:auto; }.nav-contact { display:none; }.nav-links { position:absolute; z-index:2; display:flex; flex-direction:column; gap:21px; width:100%; top:0; left:0; padding:103px 24px 32px; background:#151719; transform:translateY(-110%); transition:transform .22s ease; }.nav-links.is-open { transform:translateY(0); }.nav-links a { font-size:.75rem; }.menu-toggle.is-open span:first-child { transform:translateY(3.5px) rotate(45deg); }.menu-toggle.is-open span:last-child { transform:translateY(-3.5px) rotate(-45deg); }.hero { min-height:auto; padding-top:120px; padding-bottom:36px; }.hero h1 { font-size:clamp(3.35rem,15vw,5rem); }.hero-art { width:calc(100% - 16px); padding-bottom:30px; }.hero-photo { min-height:360px; }.hero-stamp { width:88px; height:88px; right:-13px; top:-13px; }.hero-wave { left:-16px; height:65px; }.art-note { display:none; }.hero-meta { grid-template-columns:1fr 1fr; gap:21px 0; margin-top:49px; }.proof-item { gap:9px; padding:22px 17px; }.proof-item strong { font-size:2.15rem; }.proof-item p { font-size:.5rem; }.proof-quote { padding-left:18px; }.proof-quote p { font-size:.82rem; }.section-top { display:block; margin-bottom:40px; }.section-intro { margin-top:31px; }.training-grid,.product-grid { grid-template-columns:1fr; }.training-card { min-height:390px; }.training-card h3 { font-size:2.45rem; }.about { padding-bottom:105px; }.about-photo-wrap::before { left:-16px; bottom:-16px; }.about-copy .lead-copy { font-size:1rem; }.about-foot { align-items:flex-start; flex-direction:column; }.services-inner { padding-top:98px; padding-bottom:98px; }.service-list { margin-top:48px; gap:7px; }.service-list span { padding:10px 11px; font-size:.54rem; }.product { min-height:420px; }.releases { padding-top:104px; padding-bottom:104px; }.release-list a { grid-template-columns:28px 1fr 16px; gap:8px; min-height:72px; }.release-list em { display:none; }.contact { padding-top:95px; padding-bottom:43px; }.contact-direct { display:flex; flex-direction:column; gap:9px; padding-top:30px; }.contact-direct a { font-size:1.24rem; }.footer-top { grid-template-columns:1fr; padding-bottom:43px; }.footer-socials { grid-column:auto; }.footer-bottom { display:grid; grid-template-columns:1fr; gap:11px; }.footer-bottom a { margin-top:4px; } }
