:root {
  --red: #920024;
  --red-dark: #650019;
  --red-deep: #430011;
  --cream: #f7f3ef;
  --white: #fff;
  --ink: #151215;
  --muted: #6f696b;
  --line: rgba(21,18,21,.12);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(30,0,10,.14);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); color: var(--ink); background: var(--cream); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: auto; }
.page-loader { position: fixed; inset: 0; background: var(--red); color: white; display: grid; place-content: center; z-index: 1000; transition: opacity .7s, visibility .7s; }
.page-loader.hide { opacity: 0; visibility: hidden; }
.loader-mark { width: 42px; height: 42px; border: 3px solid rgba(255,255,255,.3); border-top-color: white; border-radius: 50%; animation: spin .8s linear infinite; margin: auto auto 15px; }
.page-loader p { letter-spacing: .3em; font-weight: 700; }
@keyframes spin { to { transform: rotate(360deg); } }

.site-header { position: fixed; top: 0; width: 100%; z-index: 100; transition: .3s; }
.site-header.scrolled { background: rgba(255,255,255,.93); backdrop-filter: blur(14px); box-shadow: 0 5px 30px rgba(0,0,0,.07); }
.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.04em; font-size: 20px; }
.brand img { width: 46px; height: 46px; object-fit: cover; border-radius: 50%; }
.nav-links { display: flex; align-items: center; gap: 29px; font-size: 13px; font-weight: 600; }
.nav-links a { position: relative; }
.nav-links a:not(.nav-cta)::after { content: ""; position: absolute; bottom: -7px; left: 0; width: 0; height: 2px; background: var(--red); transition: .25s; }
.nav-links a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta { color: white; background: var(--red); padding: 13px 20px; border-radius: 30px; }
.menu-toggle { display: none; border: 0; background: none; width: 38px; }

.hero { min-height: 760px; padding-top: 150px; position: relative; overflow: hidden; background: radial-gradient(circle at 80% 30%, #fff 0, #f7f3ef 50%, #efe8e3 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(146,0,36,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(146,0,36,.08) 1px, transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to right, transparent, black 40%, black 80%, transparent); }
.hero-content { display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; min-height: 590px; position: relative; z-index: 2; }
.eyebrow { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .18em; display: flex; align-items: center; gap: 10px; margin-bottom: 23px; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: #f2bbc8; }
.hero h1 { font: 800 clamp(54px, 7vw, 92px)/.96 var(--serif); letter-spacing: -.055em; margin-bottom: 27px; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero h1 span { color: var(--red); }
.hero-text { max-width: 590px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; gap: 13px; margin: 32px 0 48px; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 25px; border-radius: 5px; padding: 15px 21px; font-weight: 700; font-size: 13px; border: 1px solid transparent; cursor: pointer; transition: .25s; }
.btn span { font-size: 18px; transition: .25s; }
.btn:hover span { transform: translate(4px,-4px); }
.btn-primary { background: var(--red); color: white; box-shadow: 0 12px 28px rgba(146,0,36,.2); }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); }
.btn-ghost { border-color: var(--line); }
.btn-ghost:hover { background: white; }
.btn-light { background: white; color: var(--red); }
.hero-trust { display: flex; gap: 34px; }
.hero-trust div { display: flex; gap: 10px; align-items: center; }
.hero-trust strong { font: 700 24px var(--serif); color: var(--red); }
.hero-trust span { color: #817b7c; font-size: 10px; line-height: 1.2; text-transform: uppercase; letter-spacing: .08em; }

.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.visual-card { width: min(500px, 100%); height: 470px; background: var(--red); position: relative; overflow: hidden; box-shadow: var(--shadow); transform: rotate(2deg); }
.visual-card::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; left: 50%; top: 48%; transform: translate(-50%,-50%); }
.visual-card::after { content: ""; position: absolute; width: 580px; height: 580px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; left: 50%; top: 48%; transform: translate(-50%,-50%); }
.printer-scene { position: absolute; inset: 55px 30px 45px; display: grid; place-items: center; }
.printer { width: 260px; position: relative; transform: rotate(-5deg); filter: drop-shadow(18px 20px 10px rgba(0,0,0,.25)); }
.printer-top { width: 225px; height: 70px; margin-left: 18px; background: linear-gradient(145deg,#ededed,#a7a7a7); border-radius: 10px 12px 5px 5px; transform: skewX(-9deg); }
.printer-body { height: 180px; background: linear-gradient(135deg,#d5d5d5,#6d6d6d); border-radius: 10px 20px 12px 14px; padding: 25px; position: relative; }
.printer-screen { width: 55px; height: 38px; background: #25252a; border-radius: 5px; box-shadow: inset 0 0 12px #55b5c0; }
.printer-slot { position: absolute; left: 25px; bottom: 25px; right: 25px; height: 15px; background: #222; border-radius: 10px; }
.printer-tray { width: 205px; height: 45px; background: #b9b9b9; margin: -2px auto; border-radius: 0 0 9px 9px; }
.paper { position: absolute; width: 110px; height: 145px; background: white; box-shadow: 5px 8px 15px rgba(0,0,0,.16); }
.paper-one { top: 50px; right: 65px; transform: rotate(13deg); }
.paper-two { bottom: 60px; left: 65px; transform: rotate(-17deg); }
.paper-two::after { content: ""; display: block; margin: 24px; height: 5px; background: var(--red); box-shadow: 0 16px 0 #ddd, 0 32px 0 #ddd, 0 48px 0 #ddd; }
.ink { position: absolute; border-radius: 50%; filter: blur(1px); }
.ink-one { width: 10px; height: 10px; background: #f1c400; top: 80px; left: 95px; }
.ink-two { width: 7px; height: 7px; background: #00a4b5; top: 95px; left: 112px; }
.ink-three { width: 13px; height: 13px; background: #111; bottom: 100px; right: 90px; }
.floating-tag { position: absolute; z-index: 4; background: white; color: var(--red); padding: 11px 14px; font-size: 9px; letter-spacing: .12em; font-weight: 800; box-shadow: 0 8px 25px rgba(0,0,0,.12); }
.tag-top { top: 25px; left: 20px; }
.tag-bottom { bottom: 25px; right: 20px; }
.tag-top b { margin-left: 18px; }
.pulse { display: inline-block; width: 7px; height: 7px; background: #1aa46d; border-radius: 50%; margin-right: 8px; animation: pulse 1.5s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(26,164,109,.1); } }
.circle-stamp { position: absolute; right: -30px; bottom: 25px; width: 105px; height: 105px; border-radius: 50%; background: var(--red-dark); color: white; border: 2px dashed rgba(255,255,255,.5); display: grid; place-content: center; text-align: center; font: 700 11px var(--serif); transform: rotate(-15deg); z-index: 5; }
.circle-stamp small { font: 600 7px var(--sans); letter-spacing: .15em; }

.scroll-cue { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); font-size: 8px; letter-spacing: .18em; color: #999; display: flex; align-items: center; gap: 10px; }
.scroll-cue span { width: 25px; height: 1px; background: #aaa; }

.marquee { background: var(--red); color: white; overflow: hidden; white-space: nowrap; padding: 17px 0; }
.marquee-track { display: inline-flex; align-items: center; gap: 30px; min-width: max-content; animation: marquee 28s linear infinite; font: 700 11px var(--sans); letter-spacing: .15em; }
.marquee i { font-style: normal; color: #f0b6c2; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 120px 0; }
.section-head { display: grid; grid-template-columns: 1fr .7fr; gap: 70px; align-items: end; margin-bottom: 60px; }
h2 { font: 700 clamp(42px, 5vw, 67px)/.98 var(--serif); letter-spacing: -.045em; }
.section-intro { color: var(--muted); line-height: 1.8; max-width: 450px; font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 380px; background: white; padding: 33px; position: relative; border: 1px solid rgba(0,0,0,.05); transition: .35s; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card.featured { background: var(--red); color: white; }
.service-number { position: absolute; right: 25px; top: 28px; font-size: 10px; opacity: .55; letter-spacing: .15em; }
.service-icon { width: 54px; height: 54px; border: 1px solid currentColor; display: grid; place-items: center; font-size: 22px; margin-bottom: 42px; }
.service-card h3 { font: 700 29px/1.05 var(--serif); margin-bottom: 17px; }
.service-card p { color: #777; font-size: 13px; line-height: 1.7; max-width: 290px; }
.featured p { color: #f1cbd4; }
.service-card a { position: absolute; bottom: 30px; left: 33px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.service-card a span { margin-left: 20px; font-size: 16px; }

.machine-section { background: var(--red-dark); color: white; position: relative; overflow: hidden; padding: 120px 0; }
.machine-section::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(45deg, transparent 49%, #fff 50%, transparent 51%); background-size: 35px 35px; }
.machine-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; position: relative; }
.machine-copy h2 { margin-bottom: 28px; }
.machine-copy p { color: #e8cbd2; line-height: 1.8; font-size: 14px; max-width: 500px; }
.machine-copy ul { list-style: none; margin: 28px 0; display: grid; gap: 12px; font-size: 12px; color: #f7e9ec; }
.machine-copy li span { display: inline-grid; place-items: center; width: 20px; height: 20px; border: 1px solid #e2aab8; border-radius: 50%; margin-right: 10px; color: #fff; }
.machine-art { height: 470px; position: relative; display: grid; place-items: center; }
.machine-orbit { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.orbit-one { width: 410px; height: 410px; transform: rotate(35deg) scaleX(.55); }
.orbit-two { width: 500px; height: 500px; transform: rotate(-30deg) scaleX(.45); }
.machine-glow { position: absolute; width: 260px; height: 260px; border-radius: 50%; background: rgba(255,255,255,.08); filter: blur(20px); }
.machine-3d { width: 330px; height: 250px; position: relative; transform: perspective(700px) rotateY(-18deg) rotateX(7deg); filter: drop-shadow(25px 30px 15px rgba(0,0,0,.25)); }
.m-front { width: 260px; height: 190px; position: absolute; left: 25px; top: 45px; background: linear-gradient(140deg,#f3f3f3,#8f8f8f); border-radius: 9px; padding: 20px; }
.m-top { position: absolute; left: 32px; top: 25px; width: 250px; height: 60px; background: #c9c9c9; transform: skewX(-25deg); border-radius: 8px; }
.m-side { position: absolute; right: 2px; top: 48px; width: 45px; height: 187px; background: linear-gradient(#999,#555); transform: skewY(-22deg); border-radius: 0 10px 10px 0; }
.m-display { background: #19191c; color: #67c7cd; font-size: 9px; width: 70px; padding: 9px; border-radius: 4px; box-shadow: inset 0 0 10px rgba(60,200,210,.5); }
.m-line { height: 1px; background: #777; margin-top: 45px; }
.m-slot { width: 190px; height: 17px; background: #262626; margin-top: 25px; border-radius: 10px; }
.m-paper { position: absolute; width: 145px; height: 105px; background: white; left: 80px; top: 205px; transform: rotate(8deg); }
.spec-pill { position: absolute; bottom: 30px; right: 25px; display: flex; align-items: center; gap: 10px; background: white; color: var(--red); padding: 10px 14px; transform: rotate(-5deg); box-shadow: 0 12px 30px rgba(0,0,0,.2); }
.spec-pill b { font: 800 19px var(--serif); }.spec-pill span { font-size: 7px; letter-spacing: .15em; line-height: 1.2; }

.material-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.material-card { background: white; padding: 27px; min-height: 340px; position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,.05); transition: .3s; }
.material-card:hover { transform: translateY(-6px); }
.material-number { color: var(--red); font-size: 9px; letter-spacing: .15em; font-weight: 800; }
.material-card h3 { font: 700 25px var(--serif); margin: 55px 0 12px; }
.material-card p { font-size: 12px; color: var(--muted); line-height: 1.6; }
.material-art { position: absolute; right: -10px; bottom: -35px; width: 150px; height: 150px; }
.paper-art { background: white; border: 1px solid #ddd; box-shadow: -18px -13px 0 #eee, -36px -26px 0 #f6f6f6; transform: rotate(-17deg); }
.ink-art i { display: block; width: 70px; height: 70px; border-radius: 50%; position: absolute; opacity: .9; }
.ink-art i:nth-child(1){background:#e8b700;left:0;top:0}.ink-art i:nth-child(2){background:#0b9eab;left:35px;top:30px}.ink-art i:nth-child(3){background:#111;left:70px;top:0}
.finish-art span { display:block; position:absolute; width:90px; height:90px; border:12px solid #ddd; transform:rotate(30deg); }.finish-art span:nth-child(2){transform:rotate(55deg);border-color:#aaa}.finish-art span:nth-child(3){transform:rotate(80deg);border-color:var(--red)}
.gear-art { font-size: 135px; color: #ddd; line-height: 1; }

.about-section { background: white; padding: 120px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.about-visual { height: 450px; background: var(--red); position: relative; display: grid; place-items: center; overflow: hidden; }
.about-visual::before { content: ""; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; position: absolute; }
.about-logo { width: 220px; height: 220px; border-radius: 50%; overflow: hidden; position: relative; box-shadow: 0 25px 60px rgba(0,0,0,.25); border: 8px solid white; }
.about-logo img { width: 100%; height: 100%; object-fit: cover; }
.about-badge { position: absolute; bottom: 30px; right: 30px; background: white; color: var(--red); padding: 13px 17px; font-size: 8px; letter-spacing: .12em; text-align: center; box-shadow: 0 8px 25px rgba(0,0,0,.15); }
.about-badge b { font-size: 11px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.85; font-size: 14px; margin-top: 22px; }
.address-box { border-top: 1px solid var(--line); margin-top: 32px; padding-top: 20px; display: grid; grid-template-columns: 110px 1fr; gap: 15px; }
.address-box span { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .15em; }.address-box strong { font-size: 13px; line-height: 1.6; }

.contact-section { background: var(--ink); color: white; padding: 115px 0; }
.contact-wrap { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: start; }
.contact-copy h2 { margin-bottom: 25px; }.contact-copy > p:not(.eyebrow) { color: #aaa; line-height: 1.8; font-size: 14px; max-width: 480px; }
.contact-details { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 40px; }.contact-details a { display: grid; gap: 7px; }.contact-details small { color: #9e8e92; letter-spacing: .14em; font-size: 8px; }.contact-details strong { font: 700 22px var(--serif); }
.quote-form { background: white; color: var(--ink); padding: 35px; display: grid; gap: 18px; }
.quote-form label { display: grid; gap: 7px; font-size: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; }
.quote-form input, .quote-form textarea, .quote-form select { width: 100%; border: 1px solid #ddd; padding: 13px; outline: none; background: #fafafa; resize: vertical; font-size: 13px; text-transform: none; font-weight: 400; letter-spacing: 0; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { border-color: var(--red); background: white; }
.quote-form .btn { width: 100%; border: 0; }.form-note { font-size: 11px; color: var(--red); min-height: 16px; }

footer { background: #0d0c0d; color: #aaa; padding: 55px 0 25px; font-size: 11px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; padding-bottom: 50px; }
.footer-brand img { width: 62px; height: 62px; border-radius: 50%; object-fit: cover; margin-bottom: 16px; }.footer-brand p { max-width: 250px; line-height: 1.6; }
footer small { color: #e4c2ca; letter-spacing: .15em; font-weight: 800; font-size: 8px; }footer p { margin-top: 12px; line-height: 1.7; }
.footer-bottom { border-top: 1px solid #272527; padding-top: 20px; display:flex; justify-content:space-between; font-size: 9px; }.footer-bottom a { color: white; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .container { width: min(100% - 32px, 700px); }
  .nav-links { position: fixed; top: 88px; left: 16px; right: 16px; background: white; padding: 25px; flex-direction: column; align-items: stretch; gap: 20px; box-shadow: var(--shadow); transform: translateY(-20px); opacity: 0; visibility: hidden; transition: .3s; }
  .nav-links.open { transform: translateY(0); opacity: 1; visibility: visible; }.nav-links .nav-cta { text-align:center; }.menu-toggle { display:grid; gap:5px; }.menu-toggle span { height:2px; background:var(--ink); width:24px; }
  .hero { padding-top: 120px; }.hero-content, .machine-wrap, .contact-wrap { grid-template-columns: 1fr; gap: 55px; }.hero-visual { min-height: 450px; }.section-head { grid-template-columns: 1fr; gap: 25px; }.service-grid { grid-template-columns: 1fr; }.service-card { min-height: 330px; }.material-grid { grid-template-columns: 1fr 1fr; }.about-grid { grid-template-columns: 1fr; gap: 60px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }
}
@media (max-width: 520px) {
  .hero h1 { font-size: 51px; }.hero-actions { flex-direction: column; }.hero-actions .btn { width:100%; }.hero-trust { gap: 15px; justify-content:space-between; }.hero-trust strong { font-size:18px; }.hero-visual { min-height: 390px; }.visual-card { height: 380px; }.printer { transform: scale(.78) rotate(-5deg); }.circle-stamp { right:-12px; bottom:10px; }
  .section, .machine-section, .about-section, .contact-section { padding: 80px 0; }.material-grid { grid-template-columns: 1fr; }.machine-art { height: 370px; }.machine-3d { transform: scale(.8) perspective(700px) rotateY(-18deg) rotateX(7deg); }.footer-grid { grid-template-columns: 1fr; gap:30px; }.footer-brand { grid-column:auto; }.footer-bottom { flex-direction:column; gap:12px; }.contact-details { display:grid; gap:22px; }.quote-form { padding: 23px; }
}
