:root {
  --ink: #111318;
  --ink-2: #1a1e24;
  --orange: #f47700;
  --orange-dark: #d85f00;
  --orange-soft: #fff2e6;
  --paper: #ffffff;
  --surface: #f5f6f7;
  --line: #e4e7eb;
  --muted: #66707c;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(18, 21, 26, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body, button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
section[id] { scroll-margin-top: 102px; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 100; height: 92px; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(17,19,24,.08); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 46px; height: 46px; display: grid; place-content: center; text-align: center; color: var(--ink); background: var(--orange); border: 2px solid var(--ink); line-height: .9; box-shadow: 3px 3px 0 var(--ink); }
.brand-mark strong { font-size: 18px; letter-spacing: -.04em; }
.brand-mark small { font-size: 9px; margin-top: 2px; letter-spacing: .12em; }
.brand-mark-image { padding: 0; overflow: hidden; background: var(--orange); }
.brand-mark-image img { width: 100%; height: 100%; object-fit: cover; }
.site-header .header-brand { gap: 0; }
.site-header .header-brand .brand-mark { width: 66px; height: 66px; overflow: hidden; border: 0; border-radius: 10px; box-shadow: 0 7px 18px rgba(17,19,24,.14); }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 17px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.main-nav a { position: relative; padding: 35px 0 33px; color: #393e45; font-size: 14px; font-weight: 650; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 27px; height: 2px; background: var(--orange); transition: right .25s ease; }
.main-nav a:hover::after { right: 0; }
.header-phone { display: inline-flex; align-items: center; gap: 9px; padding: 11px 15px; color: #fff; background: var(--ink); border-radius: 10px; font-size: 13px; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.header-phone:hover { background: var(--orange); transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: #fff; cursor: pointer; }

.hero { position: relative; overflow: hidden; padding: 92px 0 82px; background: linear-gradient(115deg, #fafbfc 0%, #fff 62%, #fff7ef 100%); }
.hero::before { content: ""; position: absolute; width: 440px; height: 440px; right: -160px; top: -190px; border: 90px solid rgba(244,119,0,.055); border-radius: 50%; }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .3; background-image: linear-gradient(rgba(17,19,24,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(17,19,24,.05) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.4) 45%, transparent 100%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 78px; }
.eyebrow, .kicker { color: var(--orange-dark); font-size: 12px; line-height: 1; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; }
.eyebrow span { width: 26px; height: 2px; background: var(--orange); }
.hero h1 { margin: 0; max-width: 690px; font-size: clamp(46px, 5vw, 72px); line-height: 1.04; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 26px 0 0; color: #5c6671; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border: 0; border-radius: 10px; cursor: pointer; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--orange); box-shadow: 0 12px 26px rgba(244,119,0,.25); }
.button-primary:hover { background: var(--orange-dark); box-shadow: 0 15px 30px rgba(244,119,0,.32); }
.button-ghost { color: var(--ink); background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 22px rgba(18,21,26,.05); }
.button-dark { color: #fff; background: var(--ink); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 31px; color: #59616b; font-size: 12px; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 6px; }
.hero-proof svg { color: var(--orange); }
.hero-media { position: relative; padding: 0 20px 22px 0; }
.hero-image-wrap { position: relative; min-height: 470px; overflow: hidden; border-radius: 4px 34px 4px 34px; background: #262b31; box-shadow: var(--shadow); }
.hero-image-wrap img { width: 100%; height: 470px; object-fit: cover; transform: scale(1.05); filter: saturate(.88) contrast(1.03); }
.media-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(12,14,17,.82) 100%); }
.media-label { position: absolute; left: 28px; bottom: 30px; display: grid; grid-template-columns: 11px auto; column-gap: 10px; color: #fff; }
.media-label .pulse { grid-row: 1/3; align-self: center; width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 7px rgba(244,119,0,.22); }
.media-label strong { font-size: 18px; }
.media-label small { margin-top: 5px; color: rgba(255,255,255,.7); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.experience-card { position: absolute; right: 0; bottom: 0; min-width: 236px; display: flex; align-items: center; gap: 13px; padding: 17px 20px; color: #fff; background: var(--orange); border-radius: 12px 4px 12px 4px; box-shadow: 0 14px 28px rgba(244,119,0,.3); }
.experience-card span { display: grid; }
.experience-card strong { font-size: 13px; }
.experience-card small { margin-top: 3px; font-size: 11px; color: rgba(255,255,255,.8); }

.trust-strip { position: relative; z-index: 2; color: #fff; background: var(--ink); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { min-height: 112px; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 24px 36px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid svg { flex: 0 0 auto; color: var(--orange); }
.trust-grid span { display: grid; }
.trust-grid strong { font-size: 14px; }
.trust-grid small { margin-top: 5px; color: rgba(255,255,255,.55); font-size: 11px; }

.section { padding: 112px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 46px; }
.section-heading h2, .about h2, .contact h2 { margin: 14px 0 0; font-size: clamp(35px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.section-heading.compact { margin-bottom: 38px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 410px; padding: 30px 26px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(244,119,0,.5); box-shadow: var(--shadow); }
.card-number { position: absolute; right: 20px; top: 22px; color: #d9dde1; font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--orange); background: var(--orange-soft); border-radius: 12px; }
.service-card h3 { margin: 25px 0 13px; font-size: 21px; letter-spacing: -.025em; }
.service-card > p { min-height: 70px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.72; }
.service-card ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { display: flex; align-items: center; gap: 8px; color: #414952; font-size: 12px; font-weight: 650; }
.service-card li svg { color: var(--orange); }

.about { padding-top: 0; }
.about-grid { display: grid; grid-template-columns: 1.03fr .97fr; min-height: 570px; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.about-panel { padding: 70px; color: #fff; background: var(--ink); }
.kicker-light { color: #ff9b3d; }
.about-panel > p { max-width: 530px; margin: 24px 0 0; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.75; }
.about-points { display: grid; gap: 0; margin-top: 38px; border-top: 1px solid rgba(255,255,255,.1); }
.about-points > div { display: flex; gap: 18px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.about-points > div > span { color: var(--orange); font-size: 12px; font-weight: 850; letter-spacing: .08em; }
.about-points p { display: grid; margin: 0; }
.about-points strong { font-size: 14px; }
.about-points small { margin-top: 5px; color: rgba(255,255,255,.48); font-size: 11px; }
.about-visual { position: relative; min-height: 570px; padding: 60px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: var(--orange); }
.circuit-lines { position: absolute; inset: 0; opacity: .28; }
.circuit-lines span { position: absolute; height: 2px; background: #fff; transform-origin: left; }
.circuit-lines span::after { content: ""; position: absolute; right: -6px; top: -5px; width: 12px; height: 12px; border: 2px solid #fff; border-radius: 50%; }
.circuit-lines span:nth-child(1) { width: 56%; left: 7%; top: 20%; transform: rotate(24deg); }
.circuit-lines span:nth-child(2) { width: 45%; left: 30%; top: 44%; transform: rotate(-18deg); }
.circuit-lines span:nth-child(3) { width: 58%; left: 11%; top: 73%; transform: rotate(13deg); }
.circuit-lines span:nth-child(4) { width: 38%; left: 58%; top: 85%; transform: rotate(-50deg); }
.about-quote, .about-contact { position: relative; z-index: 1; }
.about-quote { max-width: 420px; margin-top: 52px; color: #fff; }
.about-quote svg { margin-bottom: 24px; }
.about-quote p { margin: 0; font-size: 28px; line-height: 1.35; font-weight: 760; letter-spacing: -.035em; }
.about-contact { display: grid; gap: 9px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.35); }
.about-contact small { color: rgba(255,255,255,.72); font-size: 12px; }
.about-contact a { display: flex; justify-content: space-between; align-items: center; color: #fff; font-size: 20px; font-weight: 800; }

.process { padding-top: 0; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 15px 44px rgba(18,21,26,.06); }
.process-grid article { min-height: 186px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; padding: 34px; background: #fff; border-right: 1px solid var(--line); }
.process-grid article:last-child { border-right: 0; }
.process-index { width: 48px; height: 48px; display: grid; place-items: center; color: var(--orange); background: var(--orange-soft); border-radius: 50%; font-size: 12px; font-weight: 850; }
.process-grid h3 { margin: 0; font-size: 17px; }
.process-grid p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.process-grid article > svg { color: #c6cbd0; }

.products { padding-top: 108px; background: #fff; }
.products-heading { margin-bottom: 38px; }
.carousel-shell { position: relative; }
.carousel-track { display: flex; gap: 18px; padding: 4px 2px 20px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.product-card { flex: 0 0 calc((100% - 54px) / 4); min-width: 0; overflow: hidden; scroll-snap-align: start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 9px 30px rgba(18,21,26,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(244,119,0,.42); box-shadow: var(--shadow); }
.product-image { position: relative; height: 220px; overflow: hidden; background: #ececec; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.sale-badge { position: absolute; right: 12px; bottom: 12px; padding: 7px 9px; color: #fff; background: #ef2f22; border-radius: 7px; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.product-copy { min-height: 224px; display: flex; flex-direction: column; padding: 22px; }
.product-copy > small { min-height: 15px; color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .06em; }
.product-copy h3 { margin: 7px 0 15px; font-size: 17px; line-height: 1.38; letter-spacing: -.02em; }
.product-price { display: grid; gap: 5px; margin-top: auto; }
.product-price del { color: #b1b6bc; font-size: 12px; font-weight: 750; }
.product-price strong { color: var(--orange-dark); font-size: 18px; }
.product-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 17px; color: var(--ink); font-size: 11px; font-weight: 800; }
.carousel-arrow { position: absolute; z-index: 5; top: 198px; width: 48px; height: 48px; display: grid; place-items: center; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 12px 28px rgba(18,21,26,.14); cursor: pointer; transition: color .2s ease, background .2s ease, opacity .2s ease, transform .2s ease; }
.carousel-arrow:hover:not(:disabled) { color: #fff; background: var(--orange); transform: translateY(-2px); }
.carousel-arrow:disabled { opacity: .3; cursor: default; }
.carousel-arrow-prev { left: -24px; }
.carousel-arrow-prev svg { transform: rotate(180deg); }
.carousel-arrow-next { right: -24px; }
.carousel-dots { min-height: 14px; display: flex; justify-content: center; gap: 7px; margin-top: 10px; }
.carousel-dots button { width: 7px; height: 7px; padding: 0; background: #c8ccd0; border: 0; border-radius: 99px; cursor: pointer; transition: width .2s ease, background .2s ease; }
.carousel-dots button.is-active { width: 24px; background: var(--orange); }
.carousel-footer { display: flex; align-items: center; justify-content: center; gap: 25px; margin-top: 25px; }
.carousel-footer > span { color: var(--muted); font-size: 12px; }

.references { background: var(--surface); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange-dark); font-size: 13px; font-weight: 800; white-space: nowrap; }
.reference-track { padding-bottom: 20px; }
.reference-card { flex: 0 0 calc((100% - 36px) / 3); min-width: 0; overflow: hidden; scroll-snap-align: start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.reference-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.reference-card > a { height: 100%; display: flex; flex-direction: column; }
.reference-visual { position: relative; height: 230px; overflow: hidden; background: var(--ink); }
.reference-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(10,12,15,.58) 100%); }
.reference-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.reference-card:hover .reference-visual img { transform: scale(1.045); }
.reference-visual span { position: absolute; z-index: 1; left: 18px; bottom: 16px; width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 9px; font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.reference-copy { min-height: 210px; display: flex; flex-direction: column; padding: 25px; }
.reference-copy small { color: var(--orange-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .11em; }
.reference-copy h3 { margin: 13px 0 20px; font-size: 18px; line-height: 1.45; letter-spacing: -.02em; }
.reference-copy > span { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; font-size: 12px; font-weight: 800; }
.reference-carousel .carousel-arrow { top: 210px; }

.contact { position: relative; overflow: hidden; padding: 112px 0; color: #fff; background: var(--ink); }
.contact::after { content: ""; position: absolute; width: 520px; height: 520px; left: -280px; bottom: -340px; border: 100px solid rgba(244,119,0,.08); border-radius: 50%; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.contact-copy > p { max-width: 510px; margin: 24px 0 0; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.75; }
.contact-list { display: grid; gap: 13px; margin-top: 36px; }
.contact-list > a, .contact-list > div { display: flex; align-items: center; gap: 15px; }
.contact-list > a > span, .contact-list > div > span { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 auto; color: var(--orange); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 11px; }
.contact-list p { display: grid; gap: 4px; margin: 0; }
.contact-list small { color: rgba(255,255,255,.45); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.contact-list strong { font-size: 14px; }
.contact-form { padding: 38px; color: var(--ink); background: #fff; border-radius: 22px; box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.form-heading { margin-bottom: 24px; }
.form-heading > span { color: var(--orange-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.form-heading h3 { margin: 7px 0 0; font-size: 28px; letter-spacing: -.03em; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 16px; }
.contact-form label > span { color: #39414a; font-size: 11px; font-weight: 750; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form textarea { width: 100%; color: var(--ink); background: #f6f7f8; border: 1px solid transparent; border-radius: 9px; outline: 0; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-form input { height: 48px; padding: 0 14px; }
.contact-form textarea { min-height: 124px; padding: 13px 14px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { background: #fff; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(244,119,0,.12); }
.contact-form .consent { display: flex; grid-template-columns: none; align-items: flex-start; gap: 8px; }
.contact-form .consent input { width: 15px; height: 15px; margin: 1px 0 0; accent-color: var(--orange); }
.contact-form .consent span { color: var(--muted); font-size: 10px; font-weight: 500; line-height: 1.5; }
.submit-button { width: 100%; }
.form-note { margin: 13px 0 0; color: #23833a; text-align: center; font-size: 11px; font-weight: 700; }

.site-footer { color: #fff; background: #0b0c0f; }
.footer-main { min-height: 150px; display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 50px; }
.brand-footer .brand-copy strong { color: #fff; }
.brand-footer .brand-copy small { color: rgba(255,255,255,.43); }
.footer-main > p { max-width: 360px; color: rgba(255,255,255,.43); font-size: 12px; line-height: 1.7; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { color: rgba(255,255,255,.7); font-size: 12px; font-weight: 700; }
.footer-links a:hover { color: var(--orange); }
.footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.35); border-top: 1px solid rgba(255,255,255,.08); font-size: 10px; }
.mobile-call { display: none; }

.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }
.service-card:nth-child(2), .process-grid article:nth-child(2), .reference-card:nth-child(2) { transition-delay: .08s; }
.service-card:nth-child(3), .process-grid article:nth-child(3), .reference-card:nth-child(3) { transition-delay: .16s; }
.service-card:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1080px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 12px; }
  .header-phone span { display: none; }
  .header-phone { width: 44px; height: 44px; justify-content: center; padding: 0; }
  .hero-grid { gap: 44px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 370px; }
  .about-panel { padding: 56px 44px; }
  .process-grid article { padding: 27px 22px; gap: 14px; }
  .product-card { flex-basis: calc((100% - 36px) / 3); }
  .reference-card { flex-basis: calc((100% - 18px) / 2); }
  .contact-grid { gap: 50px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 30px, 680px); }
  .site-header { height: 78px; }
  .header-inner { gap: 12px; }
  .brand-copy small { display: none; }
  .brand-mark { width: 42px; height: 42px; }
  .site-header .header-brand .brand-mark { width: 56px; height: 56px; }
  .main-nav { position: absolute; left: 15px; right: 15px; top: 76px; display: grid; gap: 0; padding: 10px; visibility: hidden; opacity: 0; transform: translateY(-10px); background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); transition: .2s ease; }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .main-nav a { padding: 13px 12px; border-radius: 8px; }
  .main-nav a:hover { background: var(--surface); }
  .main-nav a::after { display: none; }
  .header-phone { margin-left: auto; }
  .menu-toggle { display: grid; }
  .hero { padding: 64px 0 62px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy > p { font-size: 16px; }
  .hero-media { max-width: 620px; margin-top: 8px; }
  .hero-image-wrap, .hero-image-wrap img { min-height: 390px; height: 390px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 86px; justify-content: flex-start; padding: 18px 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 82px 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 22px; }
  .about { padding-top: 0; }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 460px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 150px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid article:last-child { border-bottom: 0; }
  .product-card { flex-basis: calc((100% - 18px) / 2); }
  .reference-card { flex-basis: calc((100% - 18px) / 2); }
  .carousel-arrow-prev { left: -12px; }
  .carousel-arrow-next { right: -12px; }
  .carousel-footer { align-items: flex-start; flex-direction: column; gap: 14px; }
  .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-main { grid-template-columns: 1fr; gap: 22px; padding: 42px 0; }
  .footer-main > p { margin: 0; }
}

@media (max-width: 560px) {
  body { padding-bottom: 64px; }
  .container { width: calc(100% - 28px); }
  .brand-copy { display: none; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: 42px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .hero-media { padding: 0 9px 17px 0; }
  .hero-image-wrap, .hero-image-wrap img { min-height: 330px; height: 330px; }
  .media-label { left: 20px; bottom: 24px; }
  .experience-card { right: 0; min-width: 206px; padding: 14px 16px; }
  .section { padding: 68px 0; }
  .section-heading h2, .about h2, .contact h2 { font-size: 35px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card > p { min-height: 0; }
  .about-panel { padding: 42px 26px; }
  .about-visual { min-height: 420px; padding: 40px 26px; }
  .about-quote { margin-top: 22px; }
  .about-quote p { font-size: 24px; }
  .process-grid article { grid-template-columns: auto 1fr; }
  .process-grid article > svg { display: none; }
  .product-card, .reference-card { flex-basis: 86%; }
  .product-image { height: 230px; }
  .product-copy { min-height: 210px; }
  .reference-visual { height: 230px; }
  .reference-copy { min-height: 195px; }
  .carousel-arrow { width: 42px; height: 42px; }
  .carousel-arrow-prev { left: -4px; }
  .carousel-arrow-next { right: -4px; }
  .carousel-footer .button { width: 100%; }
  .contact { padding: 72px 0; }
  .contact-form { padding: 28px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { min-height: 85px; align-items: flex-start; flex-direction: column; justify-content: center; }
  .mobile-call { position: fixed; z-index: 110; left: 12px; right: 12px; bottom: 10px; height: 50px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; background: var(--orange); border-radius: 12px; box-shadow: 0 12px 30px rgba(244,119,0,.38); font-size: 14px; font-weight: 850; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}

/* Admin belépés, többképes termékgaléria */
.admin-login-page { min-height: 100vh; display: grid; place-items: center; padding: 42px 20px; color: var(--ink); background: radial-gradient(circle at 78% 18%, rgba(244,119,0,.16), transparent 24%), var(--ink); }
.admin-login-card { width: min(440px, 100%); padding: 42px; background: #fff; border-radius: 4px 24px 4px 24px; box-shadow: 0 28px 80px rgba(0,0,0,.34); }
.admin-login-brand { display: inline-flex; align-items: center; gap: 13px; margin-bottom: 38px; }
.admin-login-brand > span:last-child { display: grid; gap: 3px; }
.admin-login-brand > span:last-child strong { font-size: 17px; }
.admin-login-brand > span:last-child small { color: var(--muted); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.admin-login-kicker { color: var(--orange-dark); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.admin-login-card h1 { margin: 9px 0 12px; font-size: 42px; line-height: 1; letter-spacing: -.05em; }
.admin-login-card > p { margin: 0 0 28px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.admin-login-card form { display: grid; gap: 16px; }
.admin-login-card form label { display: grid; gap: 7px; }
.admin-login-card form label span { color: #404852; font-size: 10px; font-weight: 800; }
.admin-login-card input { width: 100%; height: 49px; padding: 0 14px; color: var(--ink); background: var(--surface); border: 1px solid transparent; border-radius: 9px; outline: 0; }
.admin-login-card input:focus { background: #fff; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(244,119,0,.12); }
.admin-login-card form > button { min-height: 50px; margin-top: 4px; color: #fff; background: var(--orange); border: 0; border-radius: 9px; cursor: pointer; font-weight: 850; }
.admin-login-card form > button:hover { background: var(--orange-dark); }
.admin-login-card form > button:disabled { opacity: .6; cursor: wait; }
.login-error { color: #c62920; font-size: 11px; text-align: center; }
.admin-back { display: block; margin-top: 24px; color: var(--muted); font-size: 10px; font-weight: 750; text-align: center; }
.admin-authbar { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px max(20px, calc((100vw - 1180px) / 2)); color: #fff; background: #0b0c0f; border-bottom: 1px solid rgba(255,255,255,.1); }
.admin-authbar > div { display: flex; align-items: center; gap: 12px; }
.admin-authbar > div:first-child > div { display: grid; gap: 3px; }
.admin-authbar > div:first-child > div strong { font-size: 14px; }
.admin-authbar > div:first-child > div small { color: rgba(255,255,255,.5); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.admin-authbar > div:last-child { gap: 8px; }
.admin-authbar a, .admin-authbar button { min-height: 38px; display: inline-flex; align-items: center; padding: 0 12px; color: #fff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; cursor: pointer; font-size: 10px; font-weight: 800; }
.admin-authbar button { color: #14171b; background: var(--orange); border-color: var(--orange); }
.upload-symbol { width: 34px; height: 34px; display: grid !important; place-items: center; flex: 0 0 auto; color: #fff !important; background: var(--orange); border-radius: 9px; font-size: 22px !important; line-height: 1; }
.admin-gallery-preview { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 10px; }
.admin-gallery-preview > div { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: 9px; }
.admin-gallery-preview img { width: 100%; height: 100%; object-fit: cover; }
.admin-gallery-preview span { position: absolute; left: 5px; bottom: 5px; padding: 4px 6px; color: #fff; background: var(--orange); border-radius: 4px; font-size: 7px; font-weight: 900; text-transform: uppercase; }
.admin-gallery-preview button { position: absolute; top: 4px; right: 4px; width: 23px; height: 23px; display: grid; place-items: center; padding: 0; color: #fff; background: rgba(12,14,17,.82); border: 0; border-radius: 50%; cursor: pointer; line-height: 1; }
.attachment-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 9px; }
.attachment-chips > span { display: inline-flex; align-items: center; gap: 7px; max-width: 100%; padding: 7px 9px; color: #444c56; background: var(--surface); border: 1px solid var(--line); border-radius: 7px; font-size: 8px; }
.attachment-chips button { width: 18px; height: 18px; padding: 0; color: #fff; background: #c62920; border: 0; border-radius: 50%; cursor: pointer; line-height: 1; }
.product-gallery { min-width: 0; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-top: 13px; }
.gallery-thumbs button { aspect-ratio: 1; padding: 3px; overflow: hidden; background: #fff; border: 2px solid transparent; border-radius: 9px; cursor: pointer; }
.gallery-thumbs button.is-active { border-color: var(--orange); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; border-radius: 5px; }

@media (max-width: 820px) {
  .admin-authbar { padding-inline: 15px; }
  .admin-authbar .brand-mark { width: 40px; height: 40px; }
}

@media (max-width: 560px) {
  .admin-login-card { padding: 32px 22px; }
  .admin-login-card h1 { font-size: 35px; }
  .admin-authbar { align-items: flex-start; flex-direction: column; }
  .admin-authbar > div:last-child { width: 100%; }
  .admin-authbar a, .admin-authbar button { flex: 1; justify-content: center; }
  .admin-gallery-preview { grid-template-columns: repeat(3, 1fr); }
  .gallery-thumbs { grid-template-columns: repeat(4, 1fr); }
}
