
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--dreyer-max:1400px;}
.dreyer-site{font-family:'Manrope',sans-serif!important;color:#1f2937}
.dreyer-site__header,.dreyer-hero,.dreyer-section,.dreyer-pillars{max-width:var(--dreyer-max)!important;width:min(96%,var(--dreyer-max));margin-inline:auto}
.dreyer-hero{min-height:88vh!important;align-items:center!important;gap:4rem!important}
.dreyer-hero__copy h1{font-size:clamp(2.8rem,5vw,5rem)!important;line-height:1.05;font-weight:800;letter-spacing:-.03em}
.dreyer-hero__copy p{font-size:1.15rem;line-height:1.8}
.dreyer-button{border-radius:14px!important;padding:16px 28px!important;font-weight:700;transition:.3s ease}
.dreyer-button:hover{transform:translateY(-3px)}
.dreyer-services,.dreyer-projects{gap:28px!important}
.dreyer-services article,.dreyer-project-card{border-radius:22px!important;box-shadow:0 18px 45px rgba(0,0,0,.08)!important;transition:.35s}
.dreyer-services article:hover,.dreyer-project-card:hover{transform:translateY(-8px)}
img{border-radius:18px}
@media(min-width:1600px){
.dreyer-site__header,.dreyer-hero,.dreyer-section,.dreyer-pillars{max-width:1700px!important}
}

:root {
  --dreyer-blue: #0b75bc;
  --dreyer-deep-blue: #073b66;
  --dreyer-orange: #ff931e;
  --dreyer-red-orange: #f15a24;
  --dreyer-graphite: #4a4a4a;
  --dreyer-ink: #102a43;
  --dreyer-paper: #f7f8fa;
}

.dreyer-site { color: var(--dreyer-ink); background: #fff; font-family: Arial, Helvetica, sans-serif; line-height: 1.55; overflow: hidden; }
.dreyer-site *, .dreyer-site *::before, .dreyer-site *::after { box-sizing: border-box; }
.dreyer-site a { color: inherit; }
.dreyer-site__header { align-items: center; background: #fff; border-bottom: 1px solid #e8edf1; display: flex; gap: 28px; justify-content: space-between; margin: 0 auto; min-height: 82px; padding: 10px clamp(20px, 6vw, 96px); }
.dreyer-site__brand { display: block; flex: 0 0 190px; max-width: 190px; }
.dreyer-site__brand img { display: block; height: auto; max-height: 62px; object-fit: contain; object-position: left center; width: 100%; }
.dreyer-site__nav { display: flex; gap: clamp(14px, 2vw, 30px); justify-content: center; }
.dreyer-site__nav a { color: var(--dreyer-graphite); font-size: 14px; font-weight: 700; text-decoration: none; }
.dreyer-site__nav a:hover { color: var(--dreyer-orange); }
.dreyer-button { align-items: center; background: var(--dreyer-orange); border: 0; color: #fff !important; display: inline-flex; font-size: 15px; font-weight: 800; gap: 25px; justify-content: center; padding: 15px 23px; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.dreyer-button:hover { background: var(--dreyer-red-orange); transform: translateY(-2px); }
.dreyer-button--header { font-size: 13px; padding: 13px 18px; white-space: nowrap; }
.dreyer-hero { background: var(--dreyer-deep-blue); color: #fff; display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); min-height: 550px; }
.dreyer-hero__copy { align-self: center; padding: clamp(48px, 8vw, 120px); position: relative; z-index: 1; }
.dreyer-hero__copy::before { background: repeating-linear-gradient(90deg, transparent 0 34px, rgba(255,255,255,.12) 35px 36px), repeating-linear-gradient(0deg, transparent 0 34px, rgba(255,255,255,.12) 35px 36px); content: ''; inset: 0; opacity: .42; position: absolute; }
.dreyer-hero__copy > * { position: relative; }
.dreyer-kicker { color: var(--dreyer-orange); font-size: 12px; font-weight: 800; letter-spacing: .11em; margin: 0 0 14px; }
.dreyer-hero h1 { font-size: clamp(39px, 5vw, 70px); letter-spacing: -.045em; line-height: 1.02; margin: 0 0 25px; max-width: 650px; }
.dreyer-hero__copy > p:not(.dreyer-kicker) { font-size: 18px; margin: 0 0 32px; max-width: 560px; }
.dreyer-hero__media { margin: 0; min-height: 100%; overflow: hidden; position: relative; }
.dreyer-hero__media::after { background: linear-gradient(90deg, var(--dreyer-deep-blue) 0%, rgba(7,59,102,.1) 47%, rgba(7,59,102,.05) 100%); content: ''; inset: 0; position: absolute; }
.dreyer-hero__media img { height: 100%; min-height: 550px; object-fit: cover; width: 100%; }
.dreyer-pillars { background: #fff; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 auto; max-width: 1420px; padding: 35px clamp(20px, 5vw, 75px); }
.dreyer-pillars div { align-items: center; border-right: 1px solid #d9e2e9; display: flex; flex-direction: column; gap: 10px; justify-content: center; min-height: 90px; padding: 0 15px; text-align: center; }
.dreyer-pillars div:last-child { border-right: 0; }
.dreyer-pillars span { color: var(--dreyer-blue); font-size: 33px; line-height: 1; }
.dreyer-pillars strong { font-size: 14px; }
.dreyer-section { margin: 0 auto; max-width: 1420px; padding: clamp(60px, 9vw, 125px) clamp(20px, 6vw, 96px); }
.dreyer-section__heading { margin-bottom: 35px; text-align: center; }
.dreyer-section__heading h2, .dreyer-stadium h2, .dreyer-contact h2 { font-size: clamp(31px, 3.7vw, 52px); letter-spacing: -.04em; line-height: 1.05; margin: 0; }
.dreyer-section__heading h2::after, .dreyer-stadium h2::after { background: var(--dreyer-orange); content: ''; display: block; height: 4px; margin: 19px auto 0; width: 54px; }
.dreyer-services { display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.dreyer-services article { background: var(--dreyer-paper); border-bottom: 3px solid transparent; min-height: 225px; padding: 30px 24px; transition: border-color .2s ease, transform .2s ease; }
.dreyer-services article:hover { border-color: var(--dreyer-orange); transform: translateY(-4px); }
.dreyer-services h3 { color: var(--dreyer-blue); font-size: 21px; line-height: 1.15; margin: 0 0 14px; }
.dreyer-services p { color: #596675; font-size: 15px; margin: 0; }
.dreyer-projects { background: linear-gradient(125deg, #042f52, #075287); color: #fff; padding: clamp(60px, 9vw, 120px) clamp(20px, 6vw, 96px); }
.dreyer-projects .dreyer-section__heading { max-width: 1420px; margin-left: auto; margin-right: auto; }
.dreyer-section__heading--light .dreyer-kicker { color: #fff; opacity: .72; }
.dreyer-project-grid { display: grid; gap: 20px; grid-template-columns: 1.5fr 1fr 1fr; margin: 0 auto; max-width: 1420px; }
.dreyer-project-card { background: #fff; color: var(--dreyer-ink); min-height: 370px; overflow: hidden; position: relative; }
.dreyer-project-card img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.dreyer-project-card::after { background: linear-gradient(0deg, rgba(4,30,52,.95), rgba(4,30,52,.05) 70%); content: ''; inset: 0; position: absolute; }
.dreyer-project-card div { bottom: 0; color: #fff; left: 0; padding: 30px; position: absolute; right: 0; z-index: 1; }
.dreyer-project-card p { color: var(--dreyer-orange); font-size: 11px; font-weight: 800; letter-spacing: .1em; margin: 0 0 7px; }
.dreyer-project-card h3 { font-size: 24px; line-height: 1.1; margin: 0; }
.dreyer-project-card a { display: inline-block; font-size: 14px; font-weight: 800; margin-top: 17px; text-decoration: none; }
.dreyer-project-card a span { color: var(--dreyer-orange); font-size: 20px; margin-left: 8px; }
.dreyer-methodology { align-items: center; display: grid; gap: clamp(35px, 7vw, 100px); grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.dreyer-methodology__visual { background: #edf5f8; overflow: hidden; }
.dreyer-methodology__visual img { display: block; height: 100%; min-height: 355px; object-fit: cover; width: 100%; }
.dreyer-methodology__copy > p:not(.dreyer-kicker) { color: #586878; font-size: 17px; }
.dreyer-methodology__items { display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); margin-top: 30px; }
.dreyer-methodology__items span { border-left: 2px solid var(--dreyer-orange); color: #677584; display: block; font-size: 13px; padding-left: 12px; }
.dreyer-methodology__items b { color: var(--dreyer-blue); display: block; font-size: 16px; margin-bottom: 5px; }
.dreyer-stadium { background: #f2f7fa; padding: clamp(60px, 9vw, 110px) clamp(20px, 6vw, 96px); }
.dreyer-stadium__intro { margin: 0 auto 35px; max-width: 800px; text-align: center; }
.dreyer-stadium__intro > p:not(.dreyer-kicker) { color: #5d6c78; margin: 20px auto 0; max-width: 650px; }
.dreyer-slider { margin: 0 auto; max-width: 1200px; }
.dreyer-slider__viewport { box-shadow: 0 20px 50px rgba(7,59,102,.18); overflow: hidden; }
.dreyer-slider__track { display: flex; transition: transform .55s ease; }
.dreyer-slider__slide { flex: 0 0 100%; margin: 0; }
.dreyer-slider__slide img { aspect-ratio: 16 / 8.8; display: block; object-fit: cover; width: 100%; }
.dreyer-slider__controls { align-items: center; display: flex; gap: 18px; justify-content: center; margin-top: 20px; }
.dreyer-slider__button { background: var(--dreyer-blue); border: 0; color: #fff; cursor: pointer; font-size: 21px; height: 40px; width: 40px; }
.dreyer-slider__button:hover { background: var(--dreyer-orange); }
.dreyer-slider__dots { display: flex; gap: 8px; }
.dreyer-slider__dots button { background: #c8d2d9; border: 0; border-radius: 50%; cursor: pointer; height: 9px; padding: 0; width: 9px; }
.dreyer-slider__dots button[aria-selected="true"] { background: var(--dreyer-orange); transform: scale(1.2); }
.dreyer-contact { align-items: center; background: linear-gradient(115deg, #073b66, #075a95); color: #fff; display: flex; gap: 40px; justify-content: space-between; padding: clamp(60px, 8vw, 100px) clamp(20px, 10vw, 150px); }
.dreyer-contact .dreyer-kicker { color: var(--dreyer-orange); }
.dreyer-contact__actions { align-items: center; display: flex; gap: 28px; }
.dreyer-contact__actions p { font-size: 14px; line-height: 1.6; margin: 0; }
.dreyer-contact__actions a:not(.dreyer-button) { font-weight: 800; text-decoration: none; }

@media (max-width: 980px) {
  .dreyer-site__nav { display: none; }
  .dreyer-hero { grid-template-columns: 1fr; }
  .dreyer-hero__media { grid-row: 1; max-height: 450px; }
  .dreyer-hero__media img { min-height: 360px; }
  .dreyer-hero__media::after { background: rgba(7,59,102,.2); }
  .dreyer-hero__copy { padding: 60px 8vw; }
  .dreyer-services { grid-template-columns: repeat(2, 1fr); }
  .dreyer-project-grid { grid-template-columns: repeat(2, 1fr); }
  .dreyer-project-card--feature { grid-column: span 2; }
  .dreyer-methodology { grid-template-columns: 1fr; }
  .dreyer-contact, .dreyer-contact__actions { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .dreyer-site__header { gap: 10px; min-height: 68px; padding: 8px 16px; }
  .dreyer-site__brand { flex-basis: 145px; max-width: 145px; }
  .dreyer-button--header { display: none; }
  .dreyer-pillars { grid-template-columns: repeat(2, 1fr); padding: 18px; }
  .dreyer-pillars div:nth-child(2) { border-right: 0; }
  .dreyer-pillars div:nth-child(-n+2) { border-bottom: 1px solid #d9e2e9; }
  .dreyer-services, .dreyer-project-grid, .dreyer-methodology__items { grid-template-columns: 1fr; }
  .dreyer-project-card--feature { grid-column: auto; }
  .dreyer-project-card { min-height: 300px; }
  .dreyer-contact__actions { width: 100%; }
  .dreyer-contact .dreyer-button { width: 100%; }
}
