:root {
  --navy: #101a3c;
  --navy-2: #172653;
  --blue: #123cc5;
  --red: #ee163d;
  --ink: #172039;
  --muted: #657087;
  --line: #dfe3eb;
  --paper: #f5f7fa;
  --white: #fff;
  --shell: min(1180px, calc(100% - 48px));
  --shadow: 0 24px 70px rgba(10, 20, 50, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", "Noto Sans SC", Arial, sans-serif; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; background: var(--white); color: var(--navy); box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); }
.utility-bar { background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.14); }
.utility-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner p { margin: 0; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; opacity: .72; }
.utility-actions { display: flex; align-self: stretch; }
.utility-link { display: inline-flex; align-items: center; gap: 9px; padding: 0 18px; font-size: .76rem; font-weight: 700; letter-spacing: .04em; border-left: 1px solid rgba(255,255,255,.16); transition: background .2s; }
.utility-link:hover { background: rgba(255,255,255,.08); }
.utility-link-accent { background: var(--red); border: 0; }
.utility-link-accent:hover { background: #d70f34; }
.action-dot { width: 7px; height: 7px; border-radius: 50%; background: #5ee2a0; box-shadow: 0 0 0 4px rgba(94,226,160,.13); }
.nav-wrap { color: var(--navy); background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 8px 30px rgba(10,20,50,.07); transition: .25s; }
.site-header.scrolled { position: fixed; }
.site-header.scrolled .utility-bar { display: none; }
.site-header.scrolled .nav-wrap { background: rgba(255,255,255,.99); color: var(--navy); box-shadow: 0 8px 35px rgba(10,20,50,.09); }
.nav-inner { height: 88px; display: flex; align-items: center; gap: 42px; }
.brand { width: 210px; height: 58px; display: grid; place-items: center; flex: 0 0 auto; transform: translateY(-7px); }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.site-header:not(.scrolled) .brand img { filter: none; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 32px; margin-left: auto; }
.main-nav a { position: relative; font-size: .87rem; font-weight: 700; letter-spacing: .025em; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -10px; width: 0; height: 2px; background: var(--red); transition: width .2s; }
.main-nav a:hover::after { width: 100%; }
.language-switcher { display: flex; align-items: center; padding-left: 16px; border-left: 1px solid var(--line); }
.scrolled .language-switcher { border-color: var(--line); }
.language-switcher button { padding: 7px 8px; color: inherit; background: none; border: 0; cursor: pointer; opacity: .58; font-size: .72rem; font-weight: 800; }
.language-switcher button.active { opacity: 1; color: var(--red); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; color: inherit; cursor: pointer; }
.menu-lines, .menu-lines::before, .menu-lines::after { display: block; width: 25px; height: 2px; margin: auto; background: currentColor; transition: .2s; content: ""; }
.menu-lines::before { transform: translateY(-8px); }
.menu-lines::after { transform: translateY(6px); }

.hero { position: relative; min-height: 820px; height: 100vh; max-height: 960px; color: var(--white); overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("assets/hero-china-europe.jpg") center center / cover no-repeat; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(7,15,39,.82) 0%, rgba(7,15,39,.61) 42%, rgba(7,15,39,.15) 72%, rgba(7,15,39,.04) 100%), linear-gradient(0deg, rgba(7,15,39,.45), transparent 46%); }
.hero-inner { position: relative; z-index: 2; height: 100%; padding-top: 172px; display: grid; grid-template-columns: 1fr 330px; align-items: center; gap: 72px; }
.hero-copy { max-width: 750px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .74rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 30px; height: 2px; margin-right: 12px; background: var(--red); vertical-align: middle; }
.eyebrow.light { color: rgba(255,255,255,.7); }
.hero h1 { margin: 0; max-width: 780px; font-size: clamp(3.4rem, 6.3vw, 6.25rem); line-height: .97; letter-spacing: -.055em; font-weight: 760; }
.hero-lead { max-width: 650px; margin: 30px 0 0; font-size: clamp(1.06rem, 1.6vw, 1.28rem); color: rgba(255,255,255,.78); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 0 24px; border: 1px solid transparent; font-size: .82rem; font-weight: 800; letter-spacing: .035em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--red); }
.button-primary:hover { background: #d80e34; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: var(--white); color: var(--navy); }
.hero-card { align-self: end; margin-bottom: 86px; padding: 24px 26px 20px; border-top: 3px solid var(--red); background: rgba(12,26,65,.84); backdrop-filter: blur(14px); box-shadow: 0 28px 70px rgba(0,0,0,.2); }
.hero-card-label { margin: 0 0 10px; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.hero-card-row { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 12px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.13); }
.hero-card-row strong { color: var(--red); font-size: .72rem; }
.hero-card-row span { font-size: .86rem; font-weight: 650; line-height: 1.35; }
.hero-scroll { position: absolute; left: max(24px, calc((100% - 1180px)/2)); bottom: 26px; z-index: 3; display: flex; align-items: center; gap: 12px; font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; opacity: .65; }
.hero-scroll i { width: 44px; height: 1px; background: currentColor; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-bottom: 60px; }
h2 { margin: 0; color: var(--navy); font-size: clamp(2.35rem, 4.5vw, 4.5rem); line-height: 1.04; letter-spacing: -.045em; }
.section-heading > p, .gallery-title-row > p { margin: 0; color: var(--muted); font-size: 1.02rem; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 380px; padding: 28px; background: var(--white); border-right: 1px solid var(--line); overflow: hidden; transition: background .25s, color .25s, transform .25s; }
.service-card:last-child { border-right: 0; }
.service-card:hover { z-index: 2; color: var(--white); background: var(--navy); transform: translateY(-8px); box-shadow: var(--shadow); }
.service-number { position: absolute; top: 26px; right: 25px; color: #aab1c0; font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 34px 0 58px; color: var(--blue); border: 1px solid #cbd4f5; }
.service-card:hover .service-icon { color: var(--white); border-color: rgba(255,255,255,.25); }
.warehouse-icon { width: 27px; height: 22px; border: 2px solid currentColor; border-top: 0; position: relative; }
.warehouse-icon::before { content: ""; position: absolute; width: 20px; height: 20px; left: 2px; top: -10px; border-left: 2px solid currentColor; border-top: 2px solid currentColor; transform: rotate(45deg); }
.box-icon { width: 26px; height: 26px; border: 2px solid currentColor; position: relative; }
.box-icon::before { content: ""; position: absolute; left: -2px; top: 7px; width: 26px; border-top: 2px solid currentColor; transform: skewY(-22deg); }
.route-icon { width: 29px; height: 19px; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; position: relative; }
.route-icon::before, .route-icon::after { content: ""; position: absolute; width: 6px; height: 6px; border: 2px solid currentColor; border-radius: 50%; top: 4px; background: var(--white); }
.route-icon::before { left: -1px; } .route-icon::after { right: -1px; }
.service-card:hover .route-icon::before, .service-card:hover .route-icon::after { background: var(--navy); }
.return-icon { font-size: 2rem; line-height: 1; }
.service-card h3 { margin: 0 0 14px; color: var(--navy); font-size: 1.25rem; line-height: 1.25; }
.service-card:hover h3 { color: var(--white); }
.service-card p { margin: 0; color: var(--muted); font-size: .91rem; }
.service-card:hover p { color: rgba(255,255,255,.68); }
.service-card > a { position: absolute; left: 28px; right: 28px; bottom: 25px; display: flex; justify-content: space-between; color: var(--blue); font-size: .74rem; font-weight: 800; opacity: 0; transform: translateY(6px); transition: .25s; }
.service-card:hover > a { color: var(--white); opacity: 1; transform: none; }

.company { background: var(--paper); }
.company-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 96px; }
.company-visual { position: relative; min-width: 0; }
.company-visual::before { content: ""; position: absolute; inset: -20px 50px 35px -20px; border: 1px solid #cfd4de; }
.company-visual img { position: relative; width: 100%; height: 575px; object-fit: cover; box-shadow: var(--shadow); }
.visual-note { position: absolute; right: -30px; bottom: -30px; width: 218px; padding: 24px; color: var(--white); background: var(--red); }
.visual-note span { display: block; margin-bottom: 5px; font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; opacity: .7; }
.visual-note strong { font-size: 1.02rem; }
.company-copy .lead { margin: 30px 0 20px; color: var(--ink); font-size: 1.16rem; line-height: 1.65; }
.company-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.company-points { display: grid; gap: 14px; margin-top: 30px; }
.company-points div { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; }
.company-points span { width: 24px; height: 24px; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-size: .68rem; }
.company-points p { margin: 0; font-size: .9rem; font-weight: 700; }

.gallery-section { color: var(--white); background: var(--navy); }
.gallery-title-row { display: grid; grid-template-columns: 1fr .45fr; align-items: end; gap: 80px; margin-bottom: 50px; }
.gallery-title-row h2 { color: var(--white); }
.gallery-title-row > p { color: rgba(255,255,255,.58); }
.gallery-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 310px 310px; gap: 14px; }
.gallery-grid figure { margin: 0; overflow: hidden; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88); transition: transform .6s, filter .6s; }
.gallery-grid figure:hover img { transform: scale(1.035); filter: saturate(1.05); }
.gallery-grid figure:nth-child(3) { grid-column: 1; grid-row: 2; }
.gallery-grid figure:nth-child(4) { grid-column: 2; grid-row: 2; }

.process { overflow: hidden; }
.process-heading { max-width: 740px; margin-bottom: 65px; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: process; }
.process-list li { position: relative; min-height: 240px; padding: 0 30px 0 0; border-top: 2px solid var(--line); }
.process-list li::before { content: ""; position: absolute; top: -7px; left: 0; width: 12px; height: 12px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px var(--white); }
.process-list li:not(:last-child)::after { content: "→"; position: absolute; right: 26px; top: -20px; color: #bdc4d1; background: var(--white); padding: 0 8px; }
.step-number { display: block; margin: 28px 0 54px; color: var(--blue); font-size: .72rem; font-weight: 850; letter-spacing: .1em; }
.process-list h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.15rem; }
.process-list p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }

.location { position: relative; min-height: 640px; display: grid; align-items: center; overflow: hidden; }
.location-photo { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,16,40,.1), rgba(8,16,40,.08)), url("assets/entrance.jpg") center / cover no-repeat; }
.location-inner { position: relative; z-index: 1; }
.location-card { width: min(520px, 100%); margin-left: auto; padding: 54px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.location-card h2 { font-size: clamp(2rem, 3.5vw, 3.4rem); }
.location-card address { display: grid; margin: 28px 0 30px; color: var(--muted); font-style: normal; }
.location-card address strong { margin-bottom: 7px; color: var(--navy); }
.button-dark { color: var(--white); background: var(--navy); }
.button-dark:hover { background: var(--blue); }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.contact-copy { position: sticky; top: 120px; }
.contact-copy h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.contact-copy > p:not(.eyebrow) { max-width: 500px; margin: 26px 0 22px; color: var(--muted); }
.contact-direct { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.contact-direct a { color: var(--blue); font-size: 1.15rem; font-weight: 800; border-bottom: 2px solid var(--red); }
.contact-security { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: start; margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); }
.contact-security span { width: 26px; height: 26px; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-size: .72rem; }
.contact-security p { margin: 0; color: var(--muted); font-size: .82rem; }
.contact-form { padding: 46px; background: var(--white); border-top: 3px solid var(--red); box-shadow: var(--shadow); }
.form-field { display: grid; gap: 9px; margin-bottom: 24px; }
.form-field label { color: var(--navy); font-size: .78rem; font-weight: 800; letter-spacing: .025em; }
.form-field input, .form-field textarea { width: 100%; padding: 15px 16px; color: var(--ink); background: #f9fafc; border: 1px solid #cfd5e1; border-radius: 0; outline: none; font: inherit; transition: border-color .2s, box-shadow .2s, background .2s; }
.form-field textarea { min-height: 170px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { background: var(--white); border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,60,197,.1); }
.field-hint { color: var(--muted); font-size: .7rem; }
.captcha-field { grid-template-columns: 1fr 120px; align-items: end; }
.captcha-field label { grid-column: 1; align-self: center; }
.captcha-field input { grid-column: 2; grid-row: 1; text-align: center; font-weight: 800; }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.privacy-check { display: grid; grid-template-columns: 18px 1fr; gap: 11px; align-items: start; margin: 4px 0 26px; color: var(--muted); font-size: .75rem; line-height: 1.55; cursor: pointer; }
.privacy-check input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--blue); }
.privacy-check a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.form-submit { width: 100%; cursor: pointer; border: 0; }
.form-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.form-status { min-height: 24px; margin: 16px 0 0; color: var(--muted); font-size: .8rem; text-align: center; }
.form-status.success { color: #137a4b; }
.form-status.error { color: #b91232; }

.cta-band { padding: 78px 0; color: var(--white); background: var(--blue); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }
.cta-inner h2 { max-width: 790px; color: var(--white); font-size: clamp(2rem, 3.8vw, 3.6rem); }
.button-white { color: var(--navy); background: var(--white); }
.button-white:hover { color: var(--white); background: var(--navy); }

footer { color: var(--muted); background: var(--white); border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 1.6fr .75fr .9fr 1fr; gap: 65px; padding: 76px 0 62px; }
.footer-brand img { width: 230px; height: 94px; object-fit: contain; filter: none; }
.footer-brand p { max-width: 330px; margin: 24px 0 0; font-size: .87rem; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column h3 { margin: 0 0 12px; color: var(--navy); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a, .footer-column p { margin: 0; font-size: .84rem; }
.footer-column a { color: var(--ink); }
.footer-column a:hover { color: var(--blue); }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--muted); border-top: 1px solid var(--line); font-size: .74rem; }
.footer-bottom a { color: var(--ink); }
.footer-bottom a:hover { color: var(--blue); }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 24px; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 100; max-width: calc(100% - 32px); padding: 13px 20px; color: var(--white); background: var(--navy); border-left: 3px solid var(--red); box-shadow: var(--shadow); font-size: .85rem; transform: translate(-50%, 120px); opacity: 0; transition: .25s; }
.toast.visible { transform: translate(-50%, 0); opacity: 1; }

.legal-page { background: var(--paper); }
.legal-header { min-height: 94px; display: flex; align-items: center; background: var(--white); border-bottom: 1px solid var(--line); }
.legal-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.legal-header .brand { display: block; width: 190px; height: 70px; transform: none; }
.legal-header .brand img { width: 100%; height: 100%; object-fit: contain; }
.legal-back { color: var(--navy); font-size: .78rem; font-weight: 800; }
.legal-back:hover { color: var(--blue); }
.legal-content { width: min(820px, calc(100% - 48px)); min-height: calc(100vh - 164px); margin: auto; padding: 80px 0; }
.legal-content h1 { margin: 0 0 36px; color: var(--navy); font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1; }
.legal-content h2 { margin-top: 38px; font-size: 1.3rem; letter-spacing: -.02em; }
.legal-content p { color: var(--muted); }
.legal-content ul { padding-left: 23px; color: var(--muted); }
.legal-content li { margin: 6px 0; }
.legal-content a:not(.button) { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-content code { padding: 2px 5px; color: var(--navy); background: #e9edf5; font-size: .88em; }
.legal-updated { margin-top: 50px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .78rem; }
.legal-note { padding: 18px 20px; color: var(--navy) !important; background: #fff3d4; border-left: 3px solid #e9a915; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in-view { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 40px, 900px); }
  .main-nav { gap: 18px; }
  .hero-inner { grid-template-columns: 1fr 290px; gap: 35px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .company-grid { gap: 55px; }
  .company-visual img { height: 500px; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-column:last-child { grid-column: 2; }
}

@media (max-width: 820px) {
  .utility-inner p { display: none; }
  .utility-inner { justify-content: flex-end; width: 100%; }
  .utility-actions { width: 100%; }
  .utility-link { flex: 1; justify-content: center; min-height: 42px; }
  .nav-inner { height: 76px; }
  .brand { width: 172px; height: 52px; transform: translateY(-5px); }
  .menu-toggle { display: block; margin-left: auto; }
  .menu-open .menu-lines { background: transparent; }
  .menu-open .menu-lines::before { transform: translateY(1px) rotate(45deg); }
  .menu-open .menu-lines::after { transform: translateY(-1px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 118px 0 0; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; gap: 0; padding: 34px 28px; color: var(--navy); background: var(--white); transform: translateX(100%); transition: transform .25s; }
  .scrolled .main-nav { inset: 76px 0 0; }
  .menu-open .main-nav { transform: none; }
  .main-nav a { padding: 18px 0; font-size: 1.2rem; border-bottom: 1px solid var(--line); }
  .language-switcher { padding-left: 0; border: 0; }
  .hero { min-height: 760px; max-height: none; height: auto; }
  .hero-inner { min-height: 760px; grid-template-columns: 1fr; padding-top: 185px; padding-bottom: 70px; }
  .hero-card { display: none; }
  .hero h1 { font-size: clamp(3.2rem, 12vw, 5.5rem); }
  .hero-shade { background: linear-gradient(90deg, rgba(7,15,39,.92), rgba(7,15,39,.42)), linear-gradient(0deg, rgba(7,15,39,.56), transparent); }
  .section { padding: 90px 0; }
  .section-heading, .gallery-title-row { grid-template-columns: 1fr; gap: 28px; }
  .company-grid { grid-template-columns: 1fr; }
  .company-visual { max-width: 650px; }
  .company-visual img { height: 460px; }
  .company-copy { padding-top: 25px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 240px; }
  .process-list { grid-template-columns: 1fr 1fr; row-gap: 40px; }
  .cta-inner { grid-template-columns: 1fr; }
  .cta-inner .button { justify-self: start; }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .contact-copy { position: static; }
  .footer-main { grid-template-columns: 1.4fr 1fr; }
  .footer-column:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 32px); }
  .utility-link { padding: 0 8px; font-size: .69rem; }
  .nav-inner { gap: 8px; }
  .brand { width: 148px; height: 48px; transform: translateY(-4px); }
  .language-switcher button { padding: 6px 5px; font-size: .65rem; }
  .hero { min-height: 740px; }
  .hero-inner { min-height: 740px; padding-top: 172px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .hero-lead { margin-top: 24px; font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-scroll { display: none; }
  .section { padding: 72px 0; }
  h2 { font-size: 2.55rem; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .service-icon { margin-bottom: 38px; }
  .service-card > a { opacity: 1; transform: none; }
  .company-grid { gap: 45px; }
  .company-visual::before { display: none; }
  .company-visual img { height: 330px; }
  .visual-note { right: -8px; bottom: -20px; width: 190px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 220px); }
  .gallery-grid figure, .gallery-grid figure:nth-child(3), .gallery-grid figure:nth-child(4) { grid-column: auto; grid-row: auto; }
  .process-list { grid-template-columns: 1fr; gap: 34px; }
  .process-list li { min-height: 185px; }
  .process-list li:not(:last-child)::after { display: none; }
  .step-number { margin-bottom: 30px; }
  .location { min-height: 680px; align-items: end; padding-bottom: 24px; }
  .location-photo { background-position: 43% center; }
  .location-card { padding: 34px 28px; }
  .contact-form { padding: 32px 24px; }
  .captcha-field { grid-template-columns: 1fr 90px; }
  .cta-band { padding: 62px 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 45px 25px; padding-top: 58px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding: 22px 0; gap: 12px; }
}

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