:root {
  --bg: #f7f7f4;
  --white: #fff;
  --ink: #2b2422;
  --muted: #6d6662;
  --line: #d9d7d2;
  --orange: #e1844f;
  --yellow: #f8aa18;
  --blue: #173b6d;
  --brown: #3b2727;
  --slate: #515862;
  --max: 1440px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.06; letter-spacing: -0.035em; }
h2 { font-size: clamp(2rem, 3.2vw, 2.9rem); }
p { color: var(--muted); }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: #fff; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header {
  width: min(calc(100% - 48px), var(--max)); height: 86px; margin: 0 auto; padding: 0 36px;
  display: flex; align-items: center; justify-content: space-between; background: var(--white);
}
.brand { display: flex; gap: .45rem; text-decoration: none; font-size: 1.85rem; font-weight: 800; letter-spacing: -.05em; }
.brand strong { color: var(--orange); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language { display: flex; gap: .45rem; font-size: .82rem; font-weight: 700; }
.language a { color: var(--muted); text-decoration: none; }
.language a:hover { color: var(--orange); }
.language [aria-current="page"] { color: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--orange); color: #fff; text-decoration: none; font-weight: 800; }
.button--compact { padding: .75rem 1.35rem; font-size: .88rem; }
main { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.site-footer { width: 100%; margin: 0; }
.section { padding: 5rem 6.4%; }

.hero-shell { height: 612px; padding: 26px 36px 46px; background: var(--white); }
.hero { position: relative; height: 540px; overflow: hidden; background: url("images/pictures/factory.webp") center 56% / cover no-repeat; }
.hero__shade { position: absolute; inset: 0; background: rgba(36, 27, 24, .54); }
.hero__content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 2rem; }
.hero h1 { margin: 0; color: #fff; font-size: clamp(3.5rem, 6vw, 4.4rem); font-weight: 800; }
.hero__accent { margin: .2rem 0 2rem; color: var(--yellow); font-size: clamp(2rem, 3.5vw, 2.5rem); font-weight: 700; letter-spacing: -.04em; }
.hero__copy { max-width: 560px; margin: 0; color: #fff; font-size: 1.08rem; font-weight: 700; }

.needs { min-height: 360px; display: flex; flex-direction: column; align-items: center; gap: 2.4rem; text-align: center; }
.needs h2 { max-width: 600px; margin-bottom: 0; }
.needs__grid { display: grid; grid-template-columns: repeat(2, 390px); gap: 72px; text-align: left; }
.check-list { margin: 0; padding: 0; display: grid; gap: 1rem; list-style: none; }
.check-list li { position: relative; padding-left: 30px; font-weight: 700; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .34em; width: 18px; height: 18px; border-radius: 50%; background: var(--orange); }

.services { padding: 0 36px; }
.service-panels, .service-photos { display: grid; grid-template-columns: repeat(2, 1fr); }
.service-panel { min-height: 560px; padding: 5rem 5.8%; }
.service-panel--orange { background: var(--orange); color: #fff; }
.service-panel--stone { background: #e8e7e3; }
.service-panel h2 { max-width: 430px; margin: 1.4rem 0 1.3rem; font-size: clamp(2.25rem, 3.5vw, 2.9rem); }
.service-panel p { max-width: 500px; }
.service-panel--orange p { color: #fff7ef; }
.service-panel ul { margin: 1.6rem 0 0; padding: 0; display: grid; gap: .62rem; list-style: none; font-size: .95rem; font-weight: 800; }
.service-icon, .format-card svg { width: 58px; height: 58px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linejoin: round; }
.service-photos { height: 340px; }
.service-photos img { height: 100%; object-fit: cover; }
.service-photos img:first-child { object-position: center bottom; }

.quality { position: relative; min-height: 620px; background: var(--white); }
.quality__image { position: absolute; top: 108px; left: 45%; width: 45%; height: 348px; object-fit: cover; }
.quality__panel { position: absolute; top: 190px; left: 6.4%; width: 45%; min-height: 334px; padding: 4rem 5.4%; color: #fff; background: var(--slate); }
.quality__panel h2 { margin-bottom: 1rem; }
.quality__panel p { color: #f3f1ec; }
.quality__tags { margin: 1.8rem 0 0; padding: 0; display: flex; gap: 1.6rem; flex-wrap: wrap; list-style: none; font-size: .85rem; font-weight: 800; }
.quality__tags li::before { content: "✓"; margin-right: .4rem; color: var(--yellow); }

.formats { min-height: 610px; }
.formats h2 { margin-bottom: 2.6rem; }
.format-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.format-card { min-height: 340px; padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; color: #fff; }
.format-card svg { width: 40px; height: 40px; }
.format-card h3 { margin: auto 0 1rem; font-size: 1.7rem; }
.format-card p { margin-bottom: 0; color: #fff7ef; }
.format-card--blue { background: var(--blue); }
.format-card--orange { background: var(--orange); }
.format-card--yellow { color: var(--ink); background: var(--yellow); }
.format-card--yellow p { color: #3e312a; }
.format-card--brown { background: var(--brown); }

.logistics { min-height: 760px; padding: 5rem 6.4%; display: grid; grid-template-columns: minmax(0, 2.3fr) minmax(290px, 1fr); gap: 3.3rem; background: var(--white); }
.logistics__visual { position: relative; align-self: start; }
.logistics__visual img { height: 500px; object-fit: cover; }
.logistics__card { position: absolute; left: 40px; bottom: -20px; width: min(390px, calc(100% - 80px)); min-height: 170px; padding: 1.75rem 2rem; display: flex; flex-direction: column; gap: .8rem; color: #fff; background: var(--yellow); }
.logistics__card strong { text-transform: uppercase; font-size: .85rem; }
.logistics__card span { font-size: 1.55rem; font-weight: 800; line-height: 1.12; }
.logistics__copy { padding-top: 3.6rem; }
.logistics__copy h2 { margin-bottom: 1.5rem; }
.logistics__copy p + p { margin-top: 1.5rem; }

.process { min-height: 620px; }
.process h2 { max-width: 630px; margin-bottom: 3rem; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.process-grid article { position: relative; min-height: 330px; padding: 1.9rem 1.5rem; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); }
.process-grid article::after { content: ""; width: 52px; height: 4px; margin-top: auto; background: var(--orange); }
.process-grid h3 { font-size: 1.45rem; }
.process-grid p { font-size: .93rem; }

.commitment { min-height: 470px; display: grid; grid-template-columns: minmax(0, 2.4fr) minmax(280px, 1fr); gap: 7rem; background: var(--white); }
.commitment h2 { max-width: 800px; margin: 0; font-size: clamp(2.8rem, 4.3vw, 3.5rem); }
.check-list--small { align-self: start; padding-top: 1rem; }
.check-list--small li::before { width: 12px; height: 12px; top: .48em; }

.quote { min-height: 405px; display: flex; align-items: center; justify-content: space-between; gap: 4rem; }
.quote > div { max-width: 540px; }
.quote h2 { color: var(--orange); }
.quote strong { display: block; color: var(--muted); }
.quote__button { flex: 0 0 auto; width: 132px; height: 78px; border-radius: 999px; display: grid; place-items: center; color: #fff; background: var(--orange); font-size: 2.8rem; text-decoration: none; transition: transform .2s, background .2s; }
.quote__button:hover { transform: translateX(5px); background: #cd7040; }

.site-footer { padding: 5rem 6.4% 1.25rem; color: #e8dcd5; background: var(--brown); }
.footer-grid { min-height: 245px; display: grid; grid-template-columns: 2fr 1fr 1.4fr; gap: 4rem; }
.footer-brand { align-self: start; color: #fff; font-size: 2.1rem; font-weight: 800; letter-spacing: -.04em; text-decoration: none; }
.site-footer address, .footer-contact { display: flex; flex-direction: column; gap: .7rem; font-style: normal; }
.site-footer strong { color: #fff; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-bottom { padding-top: 1.25rem; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); font-size: .82rem; }

@media (max-width: 980px) {
  .needs__grid { width: min(100%, 760px); grid-template-columns: repeat(2, 1fr); gap: 2rem; }
  .service-panel { padding: 4rem 2.5rem; }
  .format-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid article { min-height: 250px; }
  .logistics { grid-template-columns: 1.7fr 1fr; gap: 2rem; }
  .commitment { gap: 3rem; }
}

@media (max-width: 720px) {
  .site-header, main { width: calc(100% - 24px); }
  .site-footer { width: 100%; }
  .site-header { height: auto; min-height: 64px; padding: 10px 16px; flex-wrap: nowrap; }
  .brand { gap: .2rem; font-size: 1.05rem; }
  .header-actions { flex-wrap: nowrap; gap: 8px; }
  .language { gap: .3rem; font-size: .68rem; }
  .button--compact { padding: .5rem .7rem; font-size: .68rem; }
  .section { padding: 4rem 24px; }
  .hero-shell { height: auto; padding: 12px; }
  .hero { height: 540px; background-position: 57% center; }
  .hero__content { justify-content: flex-end; align-items: flex-start; padding: 2.25rem 1.5rem; text-align: left; }
  .hero h1 { max-width: 300px; font-size: 3.5rem; }
  .hero__accent { margin-bottom: 1rem; }
  .hero__copy { max-width: 430px; }
  .needs { min-height: 0; text-align: left; align-items: flex-start; }
  .needs__grid { grid-template-columns: 1fr; gap: 1rem; }
  .services { padding: 0 12px; }
  .service-panels, .service-photos { grid-template-columns: 1fr; }
  .service-panel { min-height: 0; padding: 3.5rem 1.75rem; }
  .service-photos { height: auto; }
  .service-photos img { height: 280px; }
  .quality { padding: 4rem 24px; display: flex; flex-direction: column; }
  .quality__image, .quality__panel { position: static; width: 100%; }
  .quality__image { height: 300px; }
  .quality__panel { min-height: 0; margin-top: -32px; padding: 3rem 1.75rem; z-index: 1; }
  .quality__tags { gap: 1rem; }
  .format-grid { grid-template-columns: 1fr; }
  .format-card { min-height: 280px; }
  .logistics { min-height: 0; padding: 4rem 24px; grid-template-columns: 1fr; }
  .logistics__visual img { height: 360px; }
  .logistics__card { position: relative; left: auto; bottom: auto; width: calc(100% - 32px); margin: -56px 16px 0; }
  .logistics__copy { padding-top: 1.5rem; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 220px; }
  .commitment { min-height: 0; grid-template-columns: 1fr; gap: 2rem; }
  .commitment h2 { font-size: 2.5rem; }
  .quote { align-items: flex-start; }
  .quote__button { width: 86px; height: 62px; }
  .site-footer { padding: 4rem 24px 1.25rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; padding-bottom: 3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .quote__button { transition: none; }
}
