:root {
    --ink: #151515;
    --paper: #f5f2ec;
    --muted: #6f6a62;
    --line: rgba(21, 21, 21, 0.12);
    --charcoal: #202020;
    --lime: #c7ff33;
    --sand: #e7dfd2;
    --white: #ffffff;
    --font: "DM Sans", sans-serif;
    --display: "Space Grotesk", sans-serif;
    --container: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--font); line-height: 1.6; overflow-x: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(90%, var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }

.jd-return-link { position: fixed; left: 18px; bottom: 18px; z-index: 1200; display: inline-flex; align-items: center; gap: 9px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.18); background: rgba(21,21,21,.88); color: var(--white); backdrop-filter: blur(12px); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: .3s; }
.jd-return-link span { color: var(--lime); }
.jd-return-link:hover { transform: translateY(-2px); background: #000; }

.header { position: fixed; inset: 0 0 auto; z-index: 900; padding: 22px 0; color: var(--white); transition: .35s; }
.header.scrolled { padding: 14px 0; background: rgba(21,21,21,.94); backdrop-filter: blur(14px); box-shadow: 0 12px 35px rgba(0,0,0,.18); }
.nav-container { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { font-family: var(--display); font-size: 28px; font-weight: 800; letter-spacing: -.05em; }
.logo span { color: var(--lime); }
.nav { display: flex; gap: 28px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.nav a { opacity: .78; transition: .25s; }
.nav a:hover { opacity: 1; color: var(--lime); }
.nav-button { padding: 12px 16px; border: 1px solid rgba(255,255,255,.22); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: .25s; }
.nav-button:hover { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.menu-button { display: none; border: 0; background: transparent; color: var(--white); font-size: 22px; }

.hero { min-height: 100vh; position: relative; display: flex; align-items: center; overflow: hidden; background: #111; color: var(--white); }
.hero-background { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.86), rgba(0,0,0,.45)), url("https://images.unsplash.com/photo-1523398002811-999ca8dec234?auto=format&fit=crop&w=1800&q=85") center/cover; transform: scale(1.04); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; padding-top: 90px; }
.hero-tag, .section-tag { display: inline-flex; align-items: center; gap: 10px; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero-tag span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 18px var(--lime); }
.hero h1 { margin: 22px 0; max-width: 670px; font-family: var(--display); font-size: clamp(70px, 9vw, 138px); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 span, .section-header h2 span, .contact-content h2 span { color: var(--lime); }
.hero p { max-width: 520px; color: rgba(255,255,255,.72); font-size: 16px; }
.hero-buttons { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 18px; border: 1px solid currentColor; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: .28s; }
.btn-primary { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.btn-primary:hover, .btn-secondary:hover { transform: translateY(-3px); }
.btn-secondary { color: var(--white); border-color: rgba(255,255,255,.22); }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 590px; margin-top: 58px; background: rgba(255,255,255,.16); }
.hero-stats div { padding: 22px; background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.hero-stats strong { display: block; font-family: var(--display); font-size: 28px; color: var(--lime); }
.hero-stats span { color: rgba(255,255,255,.62); font-size: 12px; }
.hero-visual { position: relative; min-height: 560px; }
.hero-circle { position: absolute; inset: 9% 8%; border: 1px solid rgba(199,255,51,.25); border-radius: 50%; box-shadow: inset 0 0 90px rgba(199,255,51,.05); }
.shirt-card { position: absolute; left: 11%; top: 8%; width: min(78%, 430px); background: var(--white); color: var(--ink); padding: 14px; transform: rotate(3deg); box-shadow: 0 35px 110px rgba(0,0,0,.42); }
.shirt-image { aspect-ratio: 4/5; overflow: hidden; background: #ddd; }
.shirt-image img { height: 100%; object-fit: cover; }
.shirt-label { display: flex; justify-content: space-between; gap: 16px; padding: 16px 4px 4px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: rgba(255,255,255,.92); color: var(--ink); box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.floating-card i { color: var(--lime); -webkit-text-stroke: 1px var(--ink); }
.floating-card strong { display: block; font-size: 13px; }
.floating-card span { font-size: 11px; color: var(--muted); }
.card-one { right: 1%; top: 24%; }
.card-two { left: 0; bottom: 13%; }

.section-header { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: end; margin-bottom: 55px; }
.section-header.centered { display: block; max-width: 760px; margin-inline: auto; text-align: center; }
.section-header h2 { margin-top: 12px; font-family: var(--display); font-size: clamp(42px, 5.4vw, 78px); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.section-header p { color: var(--muted); font-size: 15px; }
.services-grid, .fabric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card, .fabric-card { min-height: 330px; padding: 30px; border: 1px solid var(--line); background: var(--white); position: relative; transition: .28s; }
.service-card:hover, .fabric-card:hover { transform: translateY(-6px); box-shadow: 0 24px 70px rgba(21,21,21,.09); }
.service-card.featured { background: var(--ink); color: var(--white); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; background: var(--lime); color: var(--ink); margin-bottom: 36px; }
.service-card > span, .fabric-number, .print-number { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.service-card h3, .fabric-card h3, .print-info h3 { margin: 12px 0; font-family: var(--display); font-size: 28px; letter-spacing: -.04em; }
.service-card p, .fabric-card p, .print-info p { color: var(--muted); }
.service-card.featured p { color: rgba(255,255,255,.66); }
.service-card a { position: absolute; left: 30px; bottom: 30px; display: inline-flex; gap: 10px; color: var(--ink); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.service-card.featured a { color: var(--lime); }

.prints-section, .pricing-section { background: var(--sand); }
.prints-container { margin-top: 55px; border: 1px solid var(--line); background: var(--paper); }
.print-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.print-tab { padding: 22px; border: 0; border-right: 1px solid var(--line); background: transparent; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.print-tab:last-child { border-right: 0; }
.print-tab.active { background: var(--ink); color: var(--white); }
.print-tab span { display: block; color: var(--lime); font-size: 10px; }
.print-content { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 420px; }
.print-info { display: none; padding: 45px; }
.print-info.active { display: block; }
.print-features { display: grid; gap: 12px; margin-top: 28px; }
.print-features span { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 800; }
.print-features i, .rating i { color: var(--lime); -webkit-text-stroke: 1px var(--ink); }
.print-image { position: relative; overflow: hidden; min-height: 420px; }
.print-image img { height: 100%; object-fit: cover; }
.image-badge { position: absolute; right: 18px; bottom: 18px; padding: 12px 15px; background: var(--lime); color: var(--ink); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.fabric-rating { margin: 28px 0; display: flex; justify-content: space-between; gap: 12px; }
.fabric-tag { display: inline-block; padding: 8px 10px; background: var(--sand); font-size: 11px; font-weight: 900; text-transform: uppercase; }

.gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 16px; }
.gallery-item { position: relative; min-height: 360px; overflow: hidden; background: #ddd; }
.gallery-item.large { min-height: 520px; }
.gallery-item img { height: 100%; object-fit: cover; transition: .5s; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-overlay { position: absolute; inset: auto 0 0; padding: 28px; color: var(--white); background: linear-gradient(transparent, rgba(0,0,0,.76)); }
.gallery-overlay span { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--lime); }
.gallery-overlay h3 { font-family: var(--display); font-size: 32px; }

.pricing-table { overflow: hidden; border: 1px solid var(--line); background: var(--paper); }
.pricing-row { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); }
.pricing-row span, .pricing-row strong { padding: 20px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
.pricing-row span:last-child { border-right: 0; }
.pricing-head { background: var(--ink); color: var(--white); font-weight: 900; text-transform: uppercase; font-size: 11px; letter-spacing: .12em; }

.quote-section { background: var(--ink); color: var(--white); }
.quote-wrapper { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.quote-info h2, .contact-content h2 { margin: 12px 0 18px; font-family: var(--display); font-size: clamp(42px, 5vw, 76px); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.quote-info p { color: rgba(255,255,255,.68); }
.quote-benefits { display: grid; gap: 12px; margin-top: 30px; }
.quote-benefits span { display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,.76); }
.calculator { background: var(--white); color: var(--ink); padding: 34px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.quantity-control { display: grid; grid-template-columns: 48px 1fr 48px; border: 1px solid var(--line); }
.quantity-control button, .quantity-control input, select { border: 0; min-height: 48px; background: var(--paper); text-align: center; }
select { width: 100%; padding: 0 14px; text-align: left; border: 1px solid var(--line); }
.checkbox-group { display: grid; gap: 10px; }
.check-option { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.quote-result { margin: 25px 0; padding: 18px; background: var(--paper); display: flex; justify-content: space-between; align-items: center; }
.quote-result strong { font-family: var(--display); font-size: 30px; }
.quote-button { width: 100%; border: 0; }

.schedule-wrapper, .contact-content, .footer-content, .footer-bottom .container { display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.schedule { min-width: min(100%, 520px); border: 1px solid var(--line); }
.schedule-row { display: flex; justify-content: space-between; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.schedule-row:last-child { border-bottom: 0; }
.schedule-row.closed { color: var(--muted); }
.contact-section { padding: 110px 0; background: #111; color: var(--white); }
.contact-content p { color: rgba(255,255,255,.68); margin-bottom: 28px; }
.footer { background: var(--ink); color: var(--white); }
.footer-content { padding: 55px 0; align-items: flex-start; }
.footer-content p { color: rgba(255,255,255,.6); margin-top: 12px; }
.footer-links, .social-links { display: flex; gap: 18px; }
.footer-links { flex-direction: column; }
.social-links a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0; color: rgba(255,255,255,.52); font-size: 11px; }

@media (max-width: 900px) {
    .nav, .nav-button { display: none; }
    .menu-button { display: block; }
    .nav.open { position: absolute; display: grid; top: 72px; left: 5%; right: 5%; gap: 0; background: rgba(21,21,21,.96); border: 1px solid rgba(255,255,255,.12); }
    .nav.open a { padding: 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
    .hero-content, .section-header, .print-content, .quote-wrapper { grid-template-columns: 1fr; }
    .hero { padding: 120px 0 70px; }
    .hero-visual { min-height: 430px; }
    .services-grid, .fabric-grid, .gallery { grid-template-columns: 1fr; }
    .pricing-row { min-width: 680px; }
    .pricing-table { overflow-x: auto; }
    .schedule-wrapper, .contact-content, .footer-content, .footer-bottom .container { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
    .section { padding: 82px 0; }
    .hero h1 { font-size: 19vw; }
    .hero-stats { grid-template-columns: 1fr; }
    .shirt-card { left: 0; width: 92%; }
    .floating-card { position: relative; margin-top: 10px; width: fit-content; }
    .card-one, .card-two { left: auto; right: auto; top: auto; bottom: auto; }
    .print-tabs { grid-template-columns: 1fr; }
    .print-tab { border-right: 0; border-bottom: 1px solid var(--line); }
    .calculator { padding: 24px; }
    .jd-return-link { left: 12px; bottom: 12px; padding: 10px 11px; font-size: 8px; }
}
