/* Slovak homepage refresh. Kept separate from the shared multilingual styles. */
.home-refresh {
  --home-accent: #65deb2;
  --home-ink: #112a28;
}

.home-refresh .btn-primary {
  background: var(--home-accent);
  box-shadow: none;
}

.home-refresh .btn-primary:hover {
  background: #8cebc8;
  box-shadow: none;
}

/* The calculator's long CTA must wrap on narrow screens. */
.home-refresh .roi-calculator .btn {
  max-width: 100%;
  white-space: normal;
  text-align: center;
}

.home-refresh .blog-grid-featured {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}

.home-refresh .blog-grid-compact {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.home-refresh a:focus-visible {
  outline: 3px solid var(--home-accent);
  outline-offset: 6px;
}

.home-refresh .hero {
  padding: 9rem 0 4rem;
  background: radial-gradient(ellipse at 75% 30%, #10292b 0%, transparent 55%);
}

.home-refresh .hero::before,
.home-refresh .hero-title::before {
  display: none;
}

.home-refresh .hero-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  text-align: left;
}

.home-refresh .hero-container > * { min-width: 0; }

.home-eyebrow {
  display: flex;
  align-items: center;
  gap: .65rem;
  color: #a3bdb7;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}

.intro-dot {
  width: .45rem;
  height: .45rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--home-accent);
}

.home-refresh .hero-title {
  font-size: clamp(3.75rem, 6.2vw, 5.75rem);
  font-weight: 600;
  letter-spacing: -.065em;
  line-height: 1.04;
  margin-bottom: 1.75rem;
  color: #f5f8f6;
}

.home-refresh .hero-title span { color: var(--home-accent); }

.home-refresh .hero-subtitle {
  font-size: 1.0625rem;
  line-height: 1.8;
  max-width: 27rem;
  margin: 0 0 2rem;
  color: #aebbc9;
}

.home-refresh .hero-cta {
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2.75rem;
}

.home-refresh .hero-cta .btn { font-size: .875rem; padding: 1rem 1.3rem; }
.home-refresh .hero-cta .btn span { margin-left: .65rem; font-size: 1.2rem; }
.intro-contact { color: #e2e8f0; font-size: .875rem; text-decoration: none; padding: .7rem 0; }
.intro-contact:hover { color: var(--home-accent); }
.intro-contact span { margin-left: .5rem; }

.intro-proof { display: flex; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid #263435; }
.intro-proof p { display: flex; flex-direction: column; gap: .2rem; }
.intro-proof strong { font-size: 1.4rem; font-weight: 600; letter-spacing: -.03em; }
.intro-proof p > span { color: #98a8b8; font-size: .75rem; }

.intro-project {
  display: block;
  background: #e9ece7;
  color: var(--home-ink);
  text-decoration: none;
  border-radius: 1rem;
  overflow: hidden;
  transform: rotate(2deg);
  transition: transform 300ms ease;
}

.intro-project:hover { transform: rotate(0); }
.intro-project-top { display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem 1.5rem; font-size: .625rem; letter-spacing: .1em; border-bottom: 1px solid #d2d9d2; }
.intro-project-image { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.intro-project-bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.5rem 1.5rem .8rem; }
.intro-project-label { display: block; font-size: .625rem; letter-spacing: .1em; margin-bottom: .6rem; }
.intro-project h2 { font-size: clamp(1.3rem, 2vw, 1.8rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.2; }
.project-arrow { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border: 1px solid #a3b4a9; border-radius: 50%; flex-shrink: 0; font-size: 1.5rem; }
.intro-project-note { padding: 0 1.5rem 1.5rem; font-size: .7rem; color: #456058; }

.home-refresh .home-partners { padding: 2rem 0 3rem; background: var(--color-slate-950); }
.home-partners .partners-heading { color: #98a8b8; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; text-align: center; margin-bottom: 2rem; font-weight: 500; }
.home-partners .partners-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 1.75rem 2rem; align-items: center; justify-items: center; }
.home-partners picture { display: flex; align-items: center; justify-content: center; width: 100%; min-width: 0; height: 2.75rem; }
.home-partners img { max-width: 100%; max-height: 2.5rem; width: auto; height: auto; object-fit: contain; filter: brightness(0) invert(1); opacity: .7; }

.selected-work { background: #f0f2ed; color: var(--home-ink); padding: 5rem 0 3rem; scroll-margin-top: 6rem; }
.selected-work a:focus-visible { outline-color: #12654d; }
.work-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; margin-bottom: 3rem; }
.selected-work .home-eyebrow { color: #4c655b; margin-bottom: 1rem; }
.work-heading h2 { font-size: clamp(2rem, 3.5vw, 3rem); letter-spacing: -.05em; line-height: 1.15; font-weight: 600; }
.work-heading > p { font-size: .9rem; line-height: 1.8; color: #4c655b; }
.work-heading-aside { flex-shrink: 0; }
.work-heading-aside p { color: #4c655b; font-size: .9rem; line-height: 1.8; }
.work-heading-aside a { display: inline-block; color: #195a41; font-size: .85rem; font-weight: 500; margin-top: 1rem; text-underline-offset: 4px; }
.work-heading-aside a span { margin-left: .7rem; }
.work-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3.5rem 2rem; }
.work-card { display: flex; flex-direction: column; color: var(--home-ink); text-decoration: none; min-width: 0; }
.work-image { aspect-ratio: 16 / 11; display: flex; align-items: center; padding: clamp(1.25rem, 2.5vw, 2.5rem); border-radius: .75rem; overflow: hidden; }
.work-image-greenway { background: #dce5d3; }
.work-image-lease { background: #cedde1; }
.work-image-cesmad { background: #d7e3ed; }
.work-image-zulf { background: #e8e4d8; }
.work-image-fiberox { background: #e9e0d3; }
.work-image img { display: block; width: 100%; max-height: 100%; height: auto; object-fit: contain; box-shadow: 0 12px 25px #112a281a; border-radius: .25rem; transition: transform 300ms ease; }
.work-card:hover .work-image img { transform: scale(1.045); }
.work-card-meta { display: flex; justify-content: space-between; align-items: center; margin: 1.1rem 0 .3rem; font-size: .625rem; letter-spacing: .1em; color: #4c655b; }
.work-card-meta > span:last-child { font-size: 1.4rem; }
.work-card h3 { font-size: 1.5rem; font-weight: 600; letter-spacing: -.035em; margin-bottom: .6rem; }
.work-card p { color: #4c655b; font-size: .9rem; line-height: 1.75; margin-bottom: 1.2rem; }
.work-card-link { margin-top: auto; font-size: .8rem; font-weight: 600; }
.work-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin: 0 0 1.25rem; }
.work-tags span { padding: .3rem .6rem; border: 1px solid #c4d0c2; border-radius: .3rem; color: #4c655b; font-size: .65rem; }
.work-card:hover .work-card-link { text-decoration: underline; text-underline-offset: 4px; }
.work-footer { display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-top: 1px solid #ccd5ca; padding-top: 1.5rem; margin-top: 3rem; font-size: .875rem; }
.work-footer > span { color: #4c655b; }
.work-footer a { color: var(--home-ink); font-weight: 600; text-underline-offset: 4px; }

/* Consistent spacing, type and a single accent across the homepage. */
.home-refresh .industries { padding: 2.5rem 0; border-top: 0; border-bottom: 1px solid #243234; }
.home-refresh .industry-tag { background: none; border: 0; color: #aebbc9; }
.home-refresh .industries-label { color: #a3bdb7; letter-spacing: .12em; font-size: .65rem; }
.home-refresh .journey, .home-refresh .how-to-start, .home-refresh .blog-section, .home-refresh .home-reviews { padding: 5.5rem 0; }
.home-refresh .section-header { text-align: left; margin-bottom: 3rem; }
.home-refresh .section-title { font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 600; line-height: 1.15; letter-spacing: -.05em; }
.home-refresh .section-subtitle { max-width: 43rem; margin: 0; color: #aebbc9; font-size: 1rem; line-height: 1.8; }
.home-refresh .section-badge { background: none; border: 0; padding: 0; border-radius: 0; color: #a3bdb7; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.home-refresh .section-badge svg { display: none; }
.home-refresh .section-header .home-eyebrow { margin-bottom: 1rem; }

/* Four numbered rows connect the phases into one journey. */
.home-refresh .journey-grid { grid-template-columns: 1fr; gap: 0; border-top: 1px solid #31413f; }
.home-refresh .journey-card { display: grid; grid-template-columns: 4rem minmax(0, 1fr) minmax(0, 1.25fr) 3rem; column-gap: 2rem; align-items: start; border: 0; border-bottom: 1px solid #31413f; border-radius: 0; background: none; padding: 2rem 0; transition: background 200ms ease; }
.home-refresh .journey-card:hover, .home-refresh .journey-card.active { transform: none; box-shadow: none; background: #0a171f; border-color: #31413f; }
.home-refresh .journey-phase { display: none; }
.home-refresh .journey-number { position: static; grid-column: 1; grid-row: 1 / 4; font-size: 2.75rem; font-weight: 400; letter-spacing: -.07em; color: var(--home-accent); }
.home-refresh .journey-card-title { grid-column: 2; grid-row: 1; font-size: 1.3rem; font-weight: 500; letter-spacing: -.03em; margin-bottom: .6rem; }
.home-refresh .journey-card-subtitle { grid-column: 2; grid-row: 2; margin: 0; color: #a3bdb7; font-size: .8rem; }
.home-refresh .journey-card-desc { grid-column: 3; grid-row: 1 / 3; margin: 0; color: #aebbc9; line-height: 1.8; }
.home-refresh .journey-details { grid-column: 2 / 4; grid-row: 3; }
.home-refresh .journey-card.active .journey-details { max-height: none; margin-top: 1.5rem; padding-top: 1.5rem; border-color: #31413f; }
.home-refresh .journey-list { columns: 2; column-gap: 2rem; }
.home-refresh .journey-list li { break-inside: avoid; }
.home-refresh .journey-list li::before { background: var(--home-accent); }
.home-refresh .journey-metrics { color: var(--home-accent); background: #152b29; }
.home-refresh .journey-toggle, .home-refresh .journey-card.active .journey-toggle { grid-column: 4; grid-row: 1 / 3; position: relative; display: grid; place-items: center; margin: 0; padding: 0; width: 2.75rem; height: 2.75rem; border: 1px solid #47625a; border-radius: 50%; background: none; color: var(--home-accent); }
.home-refresh .journey-toggle:hover { background: #234039; }
.home-refresh .journey-toggle-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.home-refresh .journey-toggle svg { width: 16px; height: 16px; }
.home-refresh button:focus-visible, .home-refresh input:focus-visible { outline: 3px solid var(--home-accent); outline-offset: 5px; }

/* Inputs and the labelled estimate share a light workbench. */
.home-refresh .roi-calculator { padding: 5rem 0; background: #f0f2ed; color: var(--home-ink); }
.home-refresh .roi-calculator .section-header { max-width: 45rem; }
.home-refresh .roi-calculator .section-title { color: var(--home-ink); }
.home-refresh .roi-calculator .section-subtitle, .home-refresh .roi-calculator .home-eyebrow { color: #4c655b; }
.home-refresh .calc-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 2rem 3.5rem; background: transparent; border: 0; border-radius: 0; padding: 0; }
.home-refresh .calc-inputs { grid-template-columns: 1fr; gap: 1.75rem; margin: 0; padding: 1.5rem 0; }
.home-refresh .calc-field { min-width: 0; gap: .75rem; }
.home-refresh .calc-label { color: #395249; font-size: .85rem; font-weight: 500; }
.home-refresh .calc-value { color: var(--home-ink); font-size: 1.5rem; font-weight: 500; letter-spacing: -.04em; min-width: 5rem; }
.home-refresh .calc-slider { min-width: 0; width: 100%; background: #c6d3c8; }
.home-refresh .calc-slider::-webkit-slider-thumb { background: #21674f; border: 4px solid #f0f2ed; box-shadow: 0 0 0 1px #21674f; width: 24px; height: 24px; }
.home-refresh .calc-slider::-moz-range-thumb { background: #21674f; border: 4px solid #f0f2ed; box-shadow: 0 0 0 1px #21674f; width: 16px; height: 16px; }
.home-refresh .roi-calculator :focus-visible { outline-color: #21674f; }
.home-refresh .calc-results { border: 1px solid #c5d5c7; border-radius: .75rem; background: #e2ebdf; padding: 2rem; margin: 0; }
.calc-results-eyebrow { font-size: .65rem; color: #4c655b; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 1rem; }
.home-refresh .calc-result-row { align-items: flex-start; flex-direction: column; gap: .4rem; padding: .75rem 0 1rem; }
.home-refresh .calc-result-label { color: #4c655b; font-size: .8rem; line-height: 1.65; }
.home-refresh .calc-result-value { color: var(--home-ink); font-size: 1.3rem; font-weight: 500; letter-spacing: -.03em; }
.home-refresh .calc-result-highlight { border-top: 1px solid #bbcebd; background: none; border-radius: 0; padding-top: 1.25rem; margin-top: .5rem; }
.home-refresh .calc-result-diff { color: #195a41; font-size: clamp(1.35rem, 2vw, 1.75rem); }
.home-refresh .calc-cta { grid-column: 1 / -1; text-align: left; border-top: 1px solid #ccd5ca; padding-top: 1.75rem; display: flex; gap: 2rem; align-items: center; }
.home-refresh .calc-cta .btn { background: var(--home-ink); color: #f0f2ed; font-size: .8rem; flex-shrink: 0; }
.home-refresh .calc-cta .btn:hover { background: #245342; }
.home-refresh .calc-disclaimer { margin: 0; color: #4c655b; font-size: .75rem; max-width: 30rem; }

/* Three ways to begin, with one quiet accent panel. */
.home-refresh .how-to-start { border: 0; }
.home-refresh .start-options { gap: 1.5rem; }
.home-refresh .start-card { text-align: left; display: flex; flex-direction: column; align-items: flex-start; padding: 2rem; background: #0b1720; border: 1px solid #2a3d3b; border-radius: .75rem; min-width: 0; }
.home-refresh .start-card:first-child { background: #dfeadd; border-color: #dfeadd; }
.home-refresh .start-card-featured { background: #112923; border-color: #3a6050; }
.home-refresh .start-icon { margin: 0 0 2rem; width: 2.5rem; height: 2.5rem; background: none !important; }
.home-refresh .start-icon svg { stroke: var(--home-accent); }
.home-refresh .start-badge { padding: 0; background: none; color: #a3bdb7; border-radius: 0; font-size: .65rem; letter-spacing: .12em; margin-bottom: .85rem; }
.home-refresh .start-title { font-size: 1.45rem; font-weight: 500; letter-spacing: -.035em; line-height: 1.3; }
.home-refresh .start-desc { color: #aebbc9; line-height: 1.8; margin-bottom: 2rem; }
.home-refresh .start-card .btn { margin-top: auto; border: 1px solid #547665; background: none; color: #daf0e3; box-shadow: none; white-space: normal; text-align: center; }
.home-refresh .start-card .btn:hover { background: #203d32; }
.home-refresh .start-card:first-child .start-title, .home-refresh .start-card:first-child .start-badge { color: var(--home-ink); }
.home-refresh .start-card:first-child .start-desc { color: #4c655b; }
.home-refresh .start-card:first-child .start-icon svg { stroke: #245b44; }
.home-refresh .start-card:first-child .btn { background: var(--home-ink); border-color: var(--home-ink); color: #f0f2ed; }
.home-refresh .start-card:first-child .btn:hover { background: #245342; }
.home-refresh .start-card:first-child a:focus-visible { outline-color: #21674f; }
.home-refresh .guarantee { background: none; border: 0; border-top: 1px solid #31413f; border-radius: 0; padding: 1.5rem 0 0; text-align: left; }

/* Editorial, trust and contact areas use the same geometry. */
.home-refresh .blog-section { background: #0a141c; border-block: 1px solid #243234; }
.home-refresh .blog-grid-featured, .home-refresh .blog-grid-compact { max-width: none; }
.home-refresh .blog-card { background: transparent; border: 0; border-radius: .6rem; box-shadow: none; }
.home-refresh .blog-card:hover { transform: translateY(-3px); box-shadow: none; }
.home-refresh .blog-card-body { padding: 1.5rem 0; }
.home-refresh .blog-card-title { font-weight: 500; letter-spacing: -.025em; }
.home-refresh .blog-card-compact { background: none; border-radius: 0; border: 0; border-top: 1px solid #31413f; padding: 1.5rem 0; }
.home-refresh .blog-card-link { color: var(--home-accent); }
.home-refresh .home-reviews { background: var(--color-slate-950); }
.home-rating { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem; margin: -1rem 0 2.5rem; }
.home-rating svg { width: 20px; height: 20px; fill: #b9cfa0; }
.home-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; margin-bottom: 2.5rem; }
.home-review-card { position: relative; background: #0d1c22; border: 1px solid #2a3d3b; border-radius: .75rem; padding: 1.75rem; min-width: 0; }
.home-review-card:first-child { grid-column: span 2; background: #112923; }
.home-review-card > p { font-style: normal !important; }
.home-review-card:first-child > p { font-size: 1.2rem !important; line-height: 1.8 !important; }
.home-review-card svg[fill="#facc15"] { fill: #b9cfa0; }
.home-review-footer { text-align: left; }
.home-tech { padding: 0 0 3rem; }
.home-tech-panel { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 2rem; padding: 2rem 0; border-top: 1px solid #31413f; }
.home-refresh .final-cta { padding: 1rem 0 5rem; background: none; border: 0; }
.home-refresh .final-cta-container { position: relative; max-width: 1232px; width: calc(100% - 3rem); padding: 4rem; text-align: left; background: #dfeadd; border-radius: 1rem; overflow: hidden; }
.home-refresh .final-cta-container::after { content: '↗'; display: grid; place-items: center; position: absolute; right: 4rem; top: 4rem; width: 7rem; height: 7rem; border: 1px solid #91b09b; border-radius: 50%; color: #39634e; font-size: 4rem; font-weight: 400; }
.home-refresh .final-cta .home-eyebrow { color: #4c655b; }
.home-refresh .final-cta-title { color: var(--home-ink); font-size: clamp(2.1rem, 4vw, 3.75rem); max-width: 44rem; padding-right: 3rem; font-weight: 500; line-height: 1.1; letter-spacing: -.055em; }
.home-refresh .final-cta-subtitle, .home-refresh .final-cta-highlight { color: #4c655b; }
.home-refresh .final-cta-buttons { justify-content: flex-start; flex-wrap: wrap; }
.home-refresh .final-cta .btn { white-space: normal; text-align: center; }
.home-refresh .final-cta .btn-primary { background: var(--home-ink); color: #f0f2ed; animation: none; box-shadow: none; }
.home-refresh .final-cta .btn-primary:hover { background: #245342; }
.home-refresh .final-cta .btn-outline { color: var(--home-ink); border-color: #91b09b; }
.home-refresh .final-cta .btn-outline:hover { background: #c9dcc8; }
.home-refresh .final-cta a:focus-visible { outline-color: #21674f; }

@media (max-width: 1023px) {
  .home-refresh .journey-card { grid-template-columns: 3rem minmax(0, 1fr) minmax(0, 1fr) 2.75rem; column-gap: 1.25rem; }
  .home-refresh .calc-card { column-gap: 2rem; }
  .home-refresh .start-card { padding: 1.5rem; }
  .home-refresh .final-cta-container::after { width: 4rem; height: 4rem; font-size: 2.5rem; right: 2rem; top: 2rem; }
  .home-refresh .final-cta-title { max-width: 36rem; }
}

@media (max-width: 767px) {
  .home-refresh .journey, .home-refresh .roi-calculator, .home-refresh .how-to-start, .home-refresh .blog-section, .home-refresh .home-reviews { padding: 3.5rem 0; }
  .home-refresh .section-header { margin-bottom: 2rem; }
  .home-refresh .journey-card { grid-template-columns: 2.5rem minmax(0, 1fr) 2.75rem; gap: .5rem 1rem; padding: 1.5rem 0; }
  .home-refresh .journey-number { font-size: 2rem; }
  .home-refresh .journey-card-title { font-size: 1.2rem; }
  .home-refresh .journey-card-desc { grid-column: 2 / -1; grid-row: 3; margin-top: .5rem; }
  .home-refresh .journey-details { grid-column: 2 / -1; grid-row: 4; }
  .home-refresh .journey-toggle, .home-refresh .journey-card.active .journey-toggle { grid-column: 3; }
  .home-refresh .journey-list { columns: 1; }
  .home-refresh .calc-card { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
  .home-refresh .calc-inputs { padding-top: 0; }
  .home-refresh .calc-results { padding: 1.5rem; }
  .home-refresh .calc-cta { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .home-refresh .start-options { grid-template-columns: 1fr; }
  .home-refresh .start-icon { margin-bottom: 1rem; }
  .home-review-grid { grid-template-columns: 1fr; }
  .home-review-card:first-child { grid-column: auto; }
  .home-review-card:first-child > p { font-size: 1rem !important; }
  .home-refresh .final-cta-container { padding: 2rem 1.5rem; }
  .home-refresh .final-cta-container::after { display: none; }
  .home-refresh .final-cta-title { padding: 0; }
  .home-refresh .final-cta-buttons { align-items: stretch; }
  .home-refresh .final-cta-buttons .btn { margin-left: 0 !important; }
}

@media (min-width: 900px) and (prefers-reduced-motion: no-preference) {
  .intro-project { animation: home-project-enter 700ms ease-out backwards; }
  @keyframes home-project-enter { from { opacity: 0; transform: translateY(16px) rotate(0); } to { opacity: 1; transform: translateY(0) rotate(2deg); } }
}

@media (max-width: 1023px) {
  .home-refresh .hero { padding-top: 7rem; }
  .home-refresh .hero-title { font-size: clamp(3.5rem, 7vw, 4.5rem); }
  .home-partners .partners-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .work-grid { gap: 1.25rem; }
  .work-image { padding: .8rem; }
}

@media (max-width: 767px) {
  .home-refresh .hero-container { grid-template-columns: 1fr; gap: 3rem; }
  .home-refresh .hero { padding-bottom: 2.5rem; }
  .home-refresh .hero-title { font-size: clamp(3.5rem, 12vw, 5rem); }
  .home-refresh .hero-subtitle { max-width: 34rem; }
  .home-refresh .hero-cta { margin-bottom: 1.5rem; }
  .intro-project { transform: none; max-width: 34rem; width: 100%; margin-inline: auto; }
  .intro-project-image { aspect-ratio: 16 / 10; }
  .intro-project h2 { font-size: 1.6rem; }
  .home-partners .partners-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem 1.5rem; }
  .home-partners img { max-height: 2rem; }
  .selected-work { padding-top: 3.5rem; }
  .work-heading { display: block; margin-bottom: 2rem; }
  .work-heading > p { margin-top: 1.25rem; }
  .work-heading-aside { margin-top: 1.25rem; }
  .work-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .work-image { aspect-ratio: 16 / 11; padding: 1.25rem; }
  .work-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .home-refresh *, .home-refresh *::before, .home-refresh *::after { animation: none !important; transition: none !important; }
}
