
:root {
  --ink: #17201c;
  --forest: #1f5a43;
  --forest-dark: #174332;
  --concrete: #f2f3ef;
  --steel: #66736c;
  --line: #d5dad6;
  --safety: #e3b23c;
  --white: #ffffff;
  --error: #b42318;
  --header-height: 76px;
  --content-max: 1240px;
}

html { scroll-padding-top: calc(var(--header-height) + 20px); }
body { min-width: 320px; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-underline-offset: .2em; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--safety); outline-offset: 3px; }
.hidden { display: none !important; }
.site-shell { width: min(calc(100% - 40px), var(--content-max)); margin-inline: auto; }
.section { padding: 72px 0; }
.section-compact { padding: 48px 0; }
.section-concrete { background: var(--concrete); }
.section-dark { color: var(--white); background: var(--ink); }
.eyebrow { margin: 0 0 16px; color: var(--forest); font-size: 14px; font-weight: 700; text-transform: uppercase; }
.section-dark .eyebrow { color: var(--safety); }
h1, h2, h3, p { letter-spacing: 0; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; text-wrap: balance; }
h1 { font-size: 44px; }
h2 { font-size: 34px; }
h3 { font-size: 22px; }
p { color: var(--steel); font-size: 17px; line-height: 1.65; }
.section-dark p, .hero-copy p { color: #d5dad6; }
.prose { max-width: 760px; }
.prose h2 { margin-top: 48px; font-size: 28px; }
.prose h3 { margin-top: 32px; font-size: 21px; }
.prose li { margin-bottom: 10px; line-height: 1.6; }

.header-inner { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); font-size: 20px; font-weight: 700; text-decoration: none; }
.brand img { flex: 0 0 auto; }
.desktop-nav { display: none; align-items: stretch; min-height: var(--header-height); }
.nav-link { display: inline-flex; align-items: center; padding: 0 18px; color: #d5dad6; font-size: 15px; font-weight: 600; text-decoration: none; border-bottom: 3px solid transparent; }
.nav-link:hover, .nav-link.active-nav { color: var(--white); border-bottom-color: var(--safety); }
.header-cta { align-self: center; margin-left: 14px; padding: 13px 18px; color: var(--ink); background: var(--safety); font-size: 15px; font-weight: 700; text-decoration: none; }
.header-cta:hover { background: #f0c95e; }
.mobile-menu-button { width: 48px; height: 48px; color: var(--white); background: transparent; border: 1px solid #66736c; cursor: pointer; }
.mobile-nav, .noscript-nav { padding: 8px 20px 20px; color: var(--white); background: var(--ink); border-top: 1px solid #39443e; }
.mobile-nav a, .noscript-nav a { display: block; min-height: 48px; padding: 14px 4px; font-weight: 600; text-decoration: none; border-bottom: 1px solid #39443e; }
.mobile-nav a.active-nav { color: var(--safety); }

.hero-section { position: relative; display: grid; align-items: end; color: var(--white); background: var(--ink); overflow: hidden; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,32,28,.96) 0%, rgba(23,32,28,.75) 48%, rgba(23,32,28,.35) 100%); }
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.hero-copy h1 { margin-bottom: 24px; font-size: 44px; }
.hero-copy p { max-width: 680px; margin-bottom: 32px; font-size: 19px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; font-size: 16px; font-weight: 700; text-decoration: none; border: 2px solid transparent; border-radius: 2px; }
.button-primary { color: var(--white); background: var(--forest); }
.button-primary:hover { background: var(--forest-dark); }
.button-safety { color: var(--ink); background: var(--safety); }
.button-safety:hover { background: #f0c95e; }
.button-outline { color: var(--white); border-color: var(--white); }
.button-outline:hover { color: var(--ink); background: var(--white); }
.button-outline-dark { color: var(--ink); border-color: var(--ink); }
.button-outline-dark:hover { color: var(--white); background: var(--ink); }

.business-grid { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.business-tile { min-height: 270px; padding: 28px; background: var(--white); text-decoration: none; }
.business-tile:hover { background: #e9ece9; }
.business-tile .tile-number { display: block; margin-bottom: 48px; color: var(--forest); font-size: 14px; font-weight: 700; }
.business-tile h3 { margin-bottom: 16px; }
.business-tile .tile-link { display: inline-flex; gap: 8px; margin-top: 18px; color: var(--forest); font-weight: 700; }
.process-grid { display: grid; gap: 28px; }
.process-item { border-top: 4px solid var(--safety); padding-top: 22px; }
.process-item strong { display: block; margin-bottom: 12px; font-size: 20px; }
.split-layout { display: grid; gap: 36px; align-items: center; }
.statement { max-width: 840px; font-size: 26px; line-height: 1.4; color: var(--ink); }
.cta-band { display: grid; gap: 24px; align-items: center; }
.cta-band h2 { margin-bottom: 12px; }
.page-hero { padding: 140px 0 64px; color: var(--white); background: var(--ink); }
.page-hero p { max-width: 720px; color: #d5dad6; }
.breadcrumbs { margin-bottom: 28px; color: #b7c0ba; font-size: 14px; }
.breadcrumbs a { color: var(--white); }
.anchor-nav { display: flex; flex-wrap: wrap; gap: 10px; }
.anchor-nav a { padding: 10px 14px; color: var(--forest); font-weight: 700; text-decoration: none; border: 1px solid var(--line); }
.product-row { display: grid; gap: 34px; align-items: center; padding: 64px 0; border-bottom: 1px solid var(--line); }
.product-row:last-child { border-bottom: 0; }
.product-visual { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--concrete); }
.product-visual img { width: 100%; height: 100%; object-fit: cover; }
.scope-note { margin-top: 24px; padding: 20px; background: var(--concrete); border-left: 4px solid var(--forest); }
.contact-grid { display: grid; gap: 24px; }
.contact-block { padding: 28px; background: var(--concrete); border-top: 4px solid var(--forest); }
.contact-block a { overflow-wrap: anywhere; color: var(--forest); font-size: 20px; font-weight: 700; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding: 10px 0 10px 30px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--forest); font-weight: 700; }
.legal-note { padding: 18px 20px; color: var(--ink); background: #fff7e0; border: 1px solid #e3b23c; }

.site-footer { padding-top: 56px; color: #d5dad6; background: var(--ink); }
.footer-grid { display: grid; gap: 36px; }
.footer-grid h2 { color: var(--white); font-size: 16px; }
.footer-grid p { color: #b7c0ba; font-size: 15px; }
.footer-grid a:not(.brand) { display: block; margin: 10px 0; color: #d5dad6; text-decoration: none; overflow-wrap: anywhere; }
.footer-grid a:hover { color: var(--white); text-decoration: underline; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 44px; padding: 22px 0; font-size: 14px; border-top: 1px solid #39443e; }

[data-aos] { pointer-events: auto; }
.aos-ready [data-aos] { pointer-events: none; }
.aos-ready [data-aos].aos-animate { pointer-events: auto; }

@media (min-width: 640px) {
  .business-grid, .process-grid, .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 2fr 1fr 1.5fr 1fr; }
  .cta-band { grid-template-columns: 1fr auto; }
}

@media (min-width: 768px) {
  .site-shell { width: min(calc(100% - 64px), var(--content-max)); }
  .desktop-nav { display: flex; }
  .mobile-menu-button, .mobile-nav, .noscript-nav { display: none !important; }
  h1 { font-size: 52px; }
  .hero-copy h1 { font-size: 56px; }
  .business-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .split-layout { grid-template-columns: 1fr 1fr; }
  .product-row { grid-template-columns: 5fr 7fr; gap: 64px; }
  .product-row:nth-child(even) .product-visual { order: 2; }
  .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .section { padding: 96px 0; }
  .page-hero { padding-top: 164px; padding-bottom: 80px; }
}

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

/* ========================================
   2026 visual system refinement
   Procurement-led editorial composition
   ======================================== */

:root {
  --ink: #151c18;
  --forest: #19563e;
  --forest-dark: #10412e;
  --concrete: #f1f3f0;
  --paper: #fbfcfa;
  --steel: #536159;
  --line: #d9dfda;
  --line-strong: #b9c3bc;
  --safety: #e9b949;
  --header-height: 72px;
  --content-max: 1320px;
}

body { background: var(--paper); }
.site-shell { width: min(calc(100% - 40px), var(--content-max)); }
.section { padding: 68px 0; }
.eyebrow { margin-bottom: 12px; font-size: 12px; line-height: 1.3; }
h1 { font-size: 42px; }
h2 { font-size: 32px; }
p { color: var(--steel); font-size: 16px; line-height: 1.65; }


.site-header { color: var(--ink); background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.site-header .brand { color: var(--ink); font-size: 18px; }
.brand-mark { display: inline-grid; place-items: center; width: 38px; height: 52px; }
.brand-mark img { width: auto; max-width: 100%; height: 48px; object-fit: contain; }
.site-header .brand img { width: auto; height: 48px; }
.header-inner { min-height: var(--header-height); }
.desktop-nav { min-height: var(--header-height); }
.nav-link { color: #445048; padding-inline: 17px; border-bottom-width: 2px; }
.nav-link:hover, .nav-link.active-nav { color: var(--ink); border-bottom-color: var(--forest); }
.header-cta { display: inline-flex; align-items: center; gap: 28px; min-height: 44px; margin-left: 20px; padding: 0 16px; color: var(--white); background: var(--forest); }
.header-cta:hover { color: var(--white); background: var(--forest-dark); }
.mobile-menu-button { color: var(--ink); border-color: var(--line-strong); }
.menu-glyph, .menu-glyph::before, .menu-glyph::after { display: block; width: 20px; height: 2px; background: currentColor; }
.menu-glyph { position: relative; margin: auto; }
.menu-glyph::before, .menu-glyph::after { content: ''; position: absolute; left: 0; }
.menu-glyph::before { top: -6px; }
.menu-glyph::after { top: 6px; }
.mobile-nav, .noscript-nav { color: var(--ink); background: var(--white); border-top-color: var(--line); box-shadow: 0 16px 24px rgba(21,28,24,.08); }
.mobile-nav a, .noscript-nav a { border-bottom-color: var(--line); }
.mobile-nav a.active-nav { color: var(--forest); }

.hero-section { min-height: min(760px, 86vh); align-items: end; }
.hero-media img { object-position: 52% center; }
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(12,24,18,.94) 0%, rgba(12,24,18,.81) 34%, rgba(12,24,18,.36) 66%, rgba(12,24,18,.08) 100%),
    linear-gradient(0deg, rgba(12,24,18,.56) 0%, rgba(12,24,18,0) 46%);
}
.hero-copy { max-width: 780px; }
.hero-copy h1 { max-width: 760px; margin-bottom: 22px; font-size: 43px; line-height: 1.04; font-weight: 600; }
.hero-copy > p:not(.eyebrow) { max-width: 620px; margin-bottom: 28px; color: #e4e9e5; font-size: 17px; }
.hero-copy .eyebrow { color: #f1cf78; }
.hero-location { display: flex; flex-wrap: wrap; gap: 8px 26px; margin-bottom: 48px; color: #d8dfda; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.hero-location span + span { position: relative; }
.hero-location span + span::before { content: ''; position: absolute; left: -14px; top: 50%; width: 3px; height: 3px; background: var(--safety); transform: translateY(-50%); }
.button { min-height: 46px; padding: 11px 18px; border-radius: 0; font-size: 14px; }
.button-safety { gap: 24px; }
.button-outline { border-color: rgba(255,255,255,.7); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 54px; padding-top: 22px; color: #d8dfda; font-size: 13px; border-top: 1px solid rgba(255,255,255,.25); }
.hero-proof span { display: inline-flex; align-items: center; gap: 9px; }
.hero-proof i { color: var(--safety); }

.section-intro { display: grid; gap: 20px; margin-bottom: 34px; padding-bottom: 28px; border-bottom: 1px solid var(--line-strong); }
.section-intro h2 { max-width: 650px; margin-bottom: 0; }
.section-intro > p { max-width: 590px; margin: 0; }
.supply-directory { background: var(--paper); }
.catalog-list { border-top: 1px solid var(--ink); }
.catalog-entry { display: grid; grid-template-columns: 42px 96px minmax(0,1fr) auto; gap: 18px; align-items: center; min-height: 128px; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line); transition: background-color .2s ease, color .2s ease; }
.catalog-entry:hover { background: var(--white); }
.catalog-entry img { width: 96px; height: 88px; object-fit: cover; }
.catalog-index { align-self: start; padding-top: 24px; color: var(--forest); font-size: 12px; font-weight: 700; }
.catalog-copy { display: grid; gap: 5px; padding: 18px 0; }
.catalog-copy small { color: var(--forest); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.catalog-copy strong { font-size: 19px; line-height: 1.25; }
.catalog-copy > span { color: #4a574f; font-size: 15px; line-height: 1.5; }
.catalog-action { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-width: 96px; min-height: 48px; padding: 14px 16px; color: var(--forest); font-size: 14px; font-weight: 700; }
.catalog-entry:hover .catalog-action i { transform: translateX(4px); }
.catalog-action i { transition: transform .2s ease; }

.procurement-section { background: #edf0ec; }
.process-intro { margin-bottom: 0; }
.rfq-process { display: grid; margin: 0; padding: 0; list-style: none; border-bottom: 1px solid var(--line-strong); }
.rfq-process li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; min-height: 138px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.rfq-process li:last-child { border-bottom: 0; }
.rfq-process li > span { color: var(--forest); font-size: 13px; font-weight: 700; }
.rfq-process strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: 19px; }
.rfq-process p { max-width: 310px; margin: 0; color: #4a574f; font-size: 15px; }
.process-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding-top: 28px; }
.process-cta > span { color: var(--ink); font-size: 18px; font-weight: 600; }
.company-proof { background: var(--white); }
.company-proof-grid { display: grid; gap: 22px; }
.company-proof-grid h2 { max-width: 620px; margin-bottom: 0; }
.company-proof-grid > p { max-width: 620px; margin: 0; }
.text-link { display: inline-flex; align-items: center; gap: 18px; color: var(--forest); font-weight: 700; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.rfq-band { color: var(--white); background: var(--forest-dark); }
.rfq-band .eyebrow { color: var(--safety); }
.rfq-band h2 { max-width: 650px; margin-bottom: 0; }
.rfq-band p { color: #d5dfd8; }
.rfq-band-inner { display: grid; gap: 30px; }

.page-hero { padding-top: 132px; padding-bottom: 54px; background: var(--forest-dark); }
.page-hero h1 { max-width: 780px; }
.page-hero p { max-width: 760px; color: #d8e1db; }

.inquiry-section { background: var(--paper); }
.inquiry-layout { display: grid; gap: 28px; align-items: start; }
.inquiry-aside { padding: 28px; color: var(--white); background: var(--forest-dark); }
.inquiry-aside .eyebrow { color: var(--safety); }
.inquiry-aside h2 { font-size: 29px; }
.inquiry-aside > p { color: #d8e1db; }
.inquiry-points { display: grid; gap: 0; margin: 30px 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.inquiry-points li { display: grid; grid-template-columns: 28px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.inquiry-points i { color: var(--safety); }
.inquiry-points span { color: #d8e1db; font-size: 13px; line-height: 1.5; }
.inquiry-points strong { display: block; margin-bottom: 3px; color: var(--white); font-size: 15px; }
.direct-contact { display: grid; gap: 6px; }
.direct-contact small { color: #b9c9bf; }
.direct-contact a { color: var(--white); font-size: 16px; font-weight: 700; overflow-wrap: anywhere; }
.inquiry-form { padding: 28px; background: var(--white); border: 1px solid var(--line); }
.form-heading { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin-bottom: 26px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-heading > span { color: var(--ink); font-size: 20px; font-weight: 700; }
.form-heading small { color: var(--steel); }
.form-grid { display: grid; gap: 18px; }
.field { display: grid; gap: 7px; color: var(--ink); font-size: 13px; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: 11px 12px; color: var(--ink); background: var(--paper); border: 1px solid var(--line-strong); border-radius: 0; font: inherit; font-weight: 400; }
.field textarea { min-height: 138px; resize: vertical; line-height: 1.5; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(25,86,62,.18); border-color: var(--forest); }
.field input::placeholder, .field textarea::placeholder { color: #68756d; opacity: 1; }
.consent { display: grid; grid-template-columns: 24px 1fr; gap: 11px; min-height: 44px; align-items: start; margin: 22px 0; color: #4a574f; font-size: 14px; line-height: 1.5; cursor: pointer; }
.consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--forest); }
.consent a { color: var(--forest); font-weight: 700; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; }
.form-note { max-width: 320px; color: #46534b; font-size: 14px; line-height: 1.45; }
.form-status { min-height: 24px; margin: 14px 0 0; color: var(--forest); font-size: 13px; font-weight: 600; }

.site-footer { background: #111713; }
.footer-brand .brand-mark { width: 44px; height: 60px; }
.footer-brand .brand-mark img { width: auto; height: 56px; }
.footer-grid p, .footer-grid a:not(.brand), .footer-bottom { font-size: 15px; line-height: 1.55; }
.footer-grid a:not(.brand) { min-height: 30px; }

.about-story { background: var(--white); }
.about-story-grid { display: grid; gap: 34px; align-items: center; }
.about-project-visual { position: relative; min-height: 390px; overflow: hidden; background: var(--ink); }
.about-project-visual > img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; object-position: 58% center; }
.about-project-visual::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(0deg, rgba(10,20,15,.72), transparent); }
.about-brand-signature { position: absolute; z-index: 1; left: 18px; bottom: 18px; display: grid; grid-template-columns: 48px auto; column-gap: 10px; align-items: center; min-width: 190px; padding: 9px 14px 9px 8px; color: var(--ink); background: rgba(255,255,255,.94); }
.about-brand-signature > span { grid-row: 1 / 3; display: grid; place-items: center; width: 48px; height: 60px; }
.about-brand-signature img { width: auto; max-width: 100%; height: 56px; object-fit: contain; }
.about-brand-signature strong { align-self: end; font-size: 17px; }
.about-brand-signature small { align-self: start; color: var(--forest); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.about-narrative h2 { max-width: 680px; }
.about-lead { color: var(--ink); font-size: 21px; line-height: 1.5; }
.about-narrative .text-link { margin-top: 14px; }
.about-portfolio { background: var(--paper); }
.about-portfolio-list { display: grid; gap: 16px; }
.about-portfolio-list a { position: relative; min-height: 250px; color: var(--white); background: var(--ink); overflow: hidden; text-decoration: none; }
.about-portfolio-list img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; opacity: .84; transition: transform .35s ease, opacity .35s ease; }
.about-portfolio-list a:hover img { transform: scale(1.025); opacity: .86; }
.about-portfolio-list a::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(0deg, rgba(10,20,15,.9), transparent); }
.about-portfolio-list a span { position: absolute; z-index: 1; inset: auto 20px 20px; display: grid; gap: 5px; }
.about-portfolio-list small { color: var(--safety); font-weight: 700; }
.about-portfolio-list strong { max-width: 300px; font-size: 20px; line-height: 1.25; }
.about-principles-grid { display: grid; gap: 32px; }
.about-principles-grid > div h2 { max-width: 560px; }
.principle-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.principle-list li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line-strong); }
.principle-list li > span { color: var(--forest); font-size: 12px; font-weight: 700; }
.principle-list strong { display: block; margin-bottom: 7px; color: var(--ink); font-size: 18px; }
.principle-list p { margin: 0; font-size: 15px; }
.about-europe { color: var(--white); background: var(--forest-dark); }
.about-europe .eyebrow { color: var(--safety); }
.about-europe h2 { max-width: 680px; }
.about-europe p { max-width: 650px; color: #d8e1db; }
.about-europe-grid { display: grid; gap: 28px; }
.about-europe address { display: grid; gap: 7px; padding: 24px; font-style: normal; border: 1px solid rgba(255,255,255,.24); }
.about-europe address small { color: #b9c9bf; text-transform: uppercase; }
.about-europe address strong { font-size: 19px; }
.about-europe address span { color: #d8e1db; line-height: 1.6; }
.about-europe-action { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.about-europe .text-link { color: var(--white); overflow-wrap: anywhere; }
.about-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

@media (min-width: 1024px) {
  .about-hero { padding-top: 176px; }
}

@media (min-width: 700px) {
  .section-intro, .rfq-band-inner { grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); align-items: end; }
  .rfq-process { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .rfq-process li { grid-template-columns: 38px 1fr; border-right: 1px solid var(--line); border-bottom: 0; padding: 28px 22px 30px 0; }
  .rfq-process li + li { padding-left: 22px; }
  .rfq-process li:last-child { border-right: 0; }
  .company-proof-grid { grid-template-columns: minmax(0,1fr) minmax(0,.9fr) auto; align-items: end; }
  .form-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .field-wide { grid-column: 1 / -1; }
  .about-story-grid { grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: 68px; }
  .about-portfolio-list { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .about-principles-grid { grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 72px; }
  .about-europe-grid { grid-template-columns: minmax(0,1.2fr) minmax(250px,.55fr); align-items: start; }
  .about-europe-action { grid-column: 1 / -1; justify-content: space-between; }
}

@media (min-width: 900px) {
  .site-shell { width: min(calc(100% - 80px), var(--content-max)); }
  .hero-copy h1 { font-size: 58px; }
  .catalog-entry { grid-template-columns: 54px 220px minmax(0,1fr) 115px; gap: 30px; min-height: 174px; }
  .catalog-entry img { width: 220px; height: 134px; }
  .catalog-copy strong { font-size: 24px; }
  .inquiry-layout { grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: 0; }
  .inquiry-aside { position: sticky; top: calc(var(--header-height) + 28px); padding: 38px; }
  .inquiry-form { padding: 38px; }
}

@media (max-width: 699px) {
  .hero-location { margin-bottom: 30px; }
  .hero-location span + span::before { display: none; }
  .hero-copy h1 { font-size: 39px; }
  .hero-proof { margin-top: 34px; }
  .catalog-entry { grid-template-columns: 32px 72px 1fr; min-height: 126px; gap: 12px; }
  .catalog-entry img { width: 72px; height: 72px; }
  .catalog-copy > span { display: none; }
  .catalog-copy strong { font-size: 16px; }
  .catalog-action { grid-column: 3; padding: 0 0 16px; }
  .inquiry-form, .inquiry-aside { padding: 22px; }
  .form-actions .button { width: 100%; }
  .about-hero h1 { font-size: 36px; }
  .about-hero-actions .button { width: 100%; }
  .about-project-visual, .about-project-visual > img { min-height: 320px; }
  .footer-grid a:not(.brand) { min-height: 44px; display: flex; align-items: center; }
}
