:root {
  --seo-ink: #17211f;
  --seo-muted: #60706b;
  --seo-paper: #f6f1e8;
  --seo-white: #fffdf9;
  --seo-blue: #0b3f76;
  --seo-gold: #d39b3a;
  --seo-line: rgba(23, 33, 31, .16);
}

body.seo-page {
  margin: 0;
  color: var(--seo-ink);
  background: var(--seo-white);
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.65;
}

.seo-page *, .seo-page *::before, .seo-page *::after { box-sizing: border-box; }
.seo-page img { display: block; max-width: 100%; }
.seo-page a { color: inherit; }
.seo-page a:focus-visible, .seo-page button:focus-visible, .seo-page input:focus-visible { outline: 3px solid rgba(11, 63, 118, .35); outline-offset: 3px; }
.seo-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.seo-narrow { width: min(780px, calc(100% - 40px)); margin: 0 auto; }

.seo-topbar { background: var(--seo-ink); color: #fff; font-size: 13px; }
.seo-topbar .seo-shell { display: flex; justify-content: flex-end; gap: 24px; padding: 8px 0; }
.seo-topbar a { color: #fff; text-decoration: none; }
.seo-header { position: relative; z-index: 2; background: rgba(255, 253, 249, .97); border-bottom: 1px solid var(--seo-line); }
.seo-header .seo-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.seo-logo img { width: 116px; height: auto; }
.seo-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; }
.seo-nav a { display: inline-flex; align-items: center; min-height: 44px; color: var(--seo-ink); font-size: 14px; text-decoration: none; }
.seo-nav a { transition: color .25s ease; }
.seo-nav a:hover, .seo-nav a:focus { color: var(--seo-blue); }

.seo-hero { background: var(--seo-paper); overflow: hidden; }
.seo-hero-grid { min-height: 610px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); align-items: center; gap: clamp(48px, 7vw, 110px); }
.seo-page h1, .seo-page h2, .seo-page h3 { margin-top: 0; line-height: 1.16; font-weight: 300; }
.seo-page h1 { margin-bottom: 24px; font-size: clamp(40px, 4.2vw, 58px); letter-spacing: -.04em; }
.seo-page h2 { margin-bottom: 24px; font-size: clamp(30px, 3.6vw, 48px); letter-spacing: -.03em; }
.seo-page h3 { margin-bottom: 10px; font-size: 21px; }
.seo-lede { max-width: 660px; margin: 0 0 32px; color: #46534f; font-size: clamp(17px, 2vw, 21px); }
.seo-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.seo-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; background: var(--seo-blue); color: #fff !important; border: 1px solid var(--seo-blue); text-decoration: none; font-size: 14px; font-weight: 400; }
.seo-button { cursor: pointer; transition: transform .25s cubic-bezier(.16, 1, .3, 1), background-color .25s ease, color .25s ease; }
.seo-button:hover { transform: translateY(-2px); }
.seo-button:active { transform: translateY(0) scale(.98); }
.seo-button--quiet { background: transparent; color: var(--seo-ink) !important; border-color: var(--seo-ink); }
.seo-hero-media { position: relative; align-self: stretch; min-height: 540px; margin: 0; }
.seo-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.seo-hero-media::after { content: ""; position: absolute; inset: auto auto -1px -1px; width: 34%; height: 18%; background: var(--seo-gold); mix-blend-mode: multiply; opacity: .9; }

.seo-facts { background: var(--seo-blue); color: #fff; }
.seo-fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.seo-fact { padding: 27px 28px; border-right: 1px solid rgba(255,255,255,.22); }
.seo-fact:last-child { border-right: 0; }
.seo-fact strong { display: block; margin-bottom: 3px; font-size: 17px; font-weight: 400; }
.seo-fact span { font-size: 13px; opacity: .82; }

.seo-section { padding: clamp(72px, 9vw, 120px) 0; }
.seo-section--paper { background: var(--seo-paper); }
.seo-section--work { padding-top: clamp(64px, 7vw, 92px); }
.seo-section-intro { max-width: 740px; margin-bottom: 44px; }
.seo-section-intro p { color: var(--seo-muted); font-size: 18px; }
.seo-two-col { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(48px, 8vw, 110px); align-items: start; }
.seo-copy p { margin: 0 0 20px; }
.seo-local-intro { font-size: 19px; line-height: 1.75; }
.seo-studio { max-width: 380px; color: var(--seo-muted); font-size: 14px; }
.seo-studio strong { color: var(--seo-ink); font-weight: 400; }
.seo-proof-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--seo-line); }
.seo-proof-list li { padding: 20px 0; border-bottom: 1px solid var(--seo-line); }
.seo-proof-list strong { display: block; font-weight: 400; }
.seo-proof-list span { color: var(--seo-muted); font-size: 14px; }

.seo-project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 28px; }
.seo-project { border-top: 1px solid var(--seo-ink); padding-top: 14px; }
.seo-project img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; margin-bottom: 20px; background: #e7e2d9; }
.seo-project a { text-decoration: none; }
.seo-project p { margin: 0; color: var(--seo-muted); font-size: 14px; }
.seo-project img { transition: filter .3s ease, transform .4s cubic-bezier(.16, 1, .3, 1); }
.seo-project a:hover img { filter: saturate(1.04) contrast(1.02); transform: translateY(-3px); }
.seo-section-action { margin-top: 40px; }

.seo-home-values { border-top: 1px solid var(--seo-line); }
.seo-home-values div { padding: 22px 0; border-bottom: 1px solid var(--seo-line); }
.seo-home-values strong, .seo-home-values span { display: block; }
.seo-home-values strong { margin-bottom: 4px; font-weight: 400; }
.seo-home-values span { color: var(--seo-muted); font-size: 14px; }
.seo-city-links { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.seo-city-links a { position: relative; min-height: 520px; overflow: hidden; text-decoration: none; background: #e7e2d9; }
.seo-city-links img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.16, 1, .3, 1); }
.seo-city-links a:hover img { transform: scale(1.025); }
.seo-city-links span { position: absolute; inset: auto 18px 18px; padding: 18px 20px; background: rgba(17, 24, 22, .86); color: rgba(255,255,255,.82); font-size: 14px; }
.seo-city-links strong { display: block; margin-bottom: 4px; color: #fff; font-size: 22px; font-weight: 400; }
.seo-contact-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: clamp(48px, 8vw, 110px); align-items: start; }
.seo-contact-details { display: grid; gap: 9px; margin-top: 36px; color: var(--seo-muted); font-size: 14px; }
.seo-contact-details a { width: fit-content; }
.seo-contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.seo-contact-form > div:first-child, .seo-contact-form > div:nth-child(2) { grid-column: span 1; }
.seo-contact-form > div:nth-child(3), .seo-contact-form .seo-consent, .seo-contact-form .seo-button, .seo-contact-form .form-status, .seo-form-privacy { grid-column: 1 / -1; }
.seo-contact-form label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 400; }
.seo-contact-form input[type="text"], .seo-contact-form input[type="email"], .seo-contact-form input[type="tel"] { width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid rgba(23, 33, 31, .28); border-radius: 0; background: var(--seo-white); color: var(--seo-ink); font: inherit; }
.seo-contact-form .seo-consent { display: flex; align-items: center; gap: 10px; margin: 0; }
.seo-contact-form .seo-consent input { width: 18px; height: 18px; margin: 0; }
.seo-contact-form .seo-button { width: fit-content; min-width: 150px; }
.seo-contact-form .form-status, .seo-form-privacy { margin: 0; color: var(--seo-muted); font-size: 12px; }

.seo-city-gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 230px; gap: 14px; }
.seo-city-gallery figure { position: relative; grid-column: span 7; grid-row: span 2; margin: 0; overflow: hidden; background: #e7e2d9; }
.seo-city-gallery figure:nth-child(2), .seo-city-gallery figure:nth-child(3) { grid-column: span 5; grid-row: span 1; }
.seo-city-gallery figure:nth-child(4) { grid-column: span 12; grid-row: span 2; }
.seo-city-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.16, 1, .3, 1); }
.seo-city-gallery figure:hover img { transform: scale(1.025); }
.seo-city-gallery figcaption { position: absolute; left: 16px; bottom: 14px; padding: 7px 10px; background: rgba(17, 24, 22, .78); color: #fff; font-size: 12px; }

.seo-gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.seo-gallery figure { grid-column: span 4; margin: 0; }
.seo-gallery figure:nth-child(1), .seo-gallery figure:nth-child(6) { grid-column: span 8; }
.seo-gallery img { width: 100%; height: 360px; object-fit: cover; }
.seo-gallery figure:nth-child(1) img, .seo-gallery figure:nth-child(6) img { height: 500px; }
.seo-gallery figcaption { padding-top: 8px; color: var(--seo-muted); font-size: 12px; }

.seo-video { position: relative; aspect-ratio: 16 / 9; background: #101010; }
.seo-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.seo-quote { margin: 40px 0 0; padding: 34px; background: var(--seo-paper); border-left: 5px solid var(--seo-gold); }
.seo-quote blockquote { margin: 0 0 14px; font-size: 19px; }
.seo-quote cite { color: var(--seo-muted); font-size: 13px; font-style: normal; }

.seo-cta { background: var(--seo-ink); color: #fff; }
.seo-cta .seo-shell { padding: clamp(64px, 8vw, 104px) 0; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 32px; }
.seo-cta h2 { max-width: 720px; margin-bottom: 12px; }
.seo-cta p { margin: 0; color: rgba(255,255,255,.72); }
.seo-cta .seo-button { background: var(--seo-gold); border-color: var(--seo-gold); color: var(--seo-ink) !important; }
.seo-footer { padding: 46px 0; background: #111816; color: rgba(255,255,255,.76); font-size: 13px; }
.seo-footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 48px; }
.seo-footer strong { display: block; margin-bottom: 8px; color: #fff; font-weight: 400; }
.seo-footer a { color: #fff; }
.seo-breadcrumbs { padding: 16px 0; border-bottom: 1px solid var(--seo-line); color: var(--seo-muted); font-size: 12px; }
.seo-breadcrumbs a { text-decoration: none; }

@media (max-width: 820px) {
  .seo-topbar .seo-shell { justify-content: center; gap: 12px; font-size: 11px; }
  .seo-header .seo-shell { min-height: 72px; align-items: center; }
  .seo-nav { gap: 10px 16px; }
  .seo-nav a { font-size: 12px; }
  .seo-hero-grid { grid-template-columns: 1fr; padding-top: 70px; gap: 46px; }
  .seo-hero-media { min-height: 420px; }
  .seo-fact-grid { grid-template-columns: repeat(2, 1fr); }
  .seo-fact:nth-child(2) { border-right: 0; }
  .seo-fact:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.22); }
  .seo-two-col, .seo-cta .seo-shell, .seo-footer-grid, .seo-contact-grid { grid-template-columns: 1fr; }
  .seo-project-grid { grid-template-columns: 1fr; }
  .seo-city-gallery { grid-auto-rows: 210px; }
  .seo-city-gallery figure, .seo-city-gallery figure:nth-child(2), .seo-city-gallery figure:nth-child(3), .seo-city-gallery figure:nth-child(4) { grid-column: span 6; grid-row: span 1; }
  .seo-gallery figure, .seo-gallery figure:nth-child(1), .seo-gallery figure:nth-child(6) { grid-column: span 6; }
  .seo-gallery img, .seo-gallery figure:nth-child(1) img, .seo-gallery figure:nth-child(6) img { height: 340px; }
  .seo-city-links { grid-template-columns: 1fr 1fr; }
  .seo-city-links a { min-height: 420px; }
}

@media (max-width: 560px) {
  .seo-shell, .seo-narrow { width: min(100% - 28px, 1180px); }
  .seo-topbar .seo-shell { min-height: 44px; padding: 0; }
  .seo-topbar-label, .seo-phone { display: none; }
  .seo-topbar a { display: inline-flex; align-items: center; min-height: 44px; padding: 0 8px; }
  .seo-header .seo-shell { display: grid; align-items: start; gap: 10px; padding: 12px 0 0; }
  .seo-logo img { width: 88px; }
  .seo-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: 100%; gap: 0; border-top: 1px solid var(--seo-line); }
  .seo-nav a { display: flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 4px; font-size: 11px; }
  .seo-page h1 { font-size: 36px; }
  .seo-case h1 { font-size: 34px; }
  .seo-hero-grid { padding-top: 52px; gap: 38px; }
  .seo-hero-media { min-height: 340px; }
  .seo-fact { padding: 20px 14px; }
  .seo-gallery { gap: 10px; }
  .seo-gallery figure, .seo-gallery figure:nth-child(1), .seo-gallery figure:nth-child(6) { grid-column: span 12; }
  .seo-city-gallery { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .seo-city-gallery figure, .seo-city-gallery figure:nth-child(2), .seo-city-gallery figure:nth-child(3), .seo-city-gallery figure:nth-child(4) { grid-column: 1; grid-row: auto; }
  .seo-gallery img, .seo-gallery figure:nth-child(1) img, .seo-gallery figure:nth-child(6) img { height: 390px; }
  .seo-city-links { grid-template-columns: 1fr; }
  .seo-city-links a { min-height: 380px; }
  .seo-contact-form { grid-template-columns: 1fr; }
  .seo-contact-form > div:first-child, .seo-contact-form > div:nth-child(2) { grid-column: 1; }
  .seo-section { padding: 68px 0; }
  .seo-home .seo-project-grid .seo-project:nth-child(n+4) { display: none; }
  .seo-home .seo-section-action { margin-top: 30px; }
}
