:root {
  color-scheme: light;
  --ink: #191c1d;
  --muted: #64696c;
  --yellow: #f0dc54;
  --paper: #f4f5f5;
  --line: #dfe2e2;
  --font: "Inter", "Arial", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid #297eab; outline-offset: 6px; border-radius: 3px; }
p, h1, h2, h3, figure { margin: 0; }
svg { display: block; flex-shrink: 0; }
::selection { color: var(--ink); background: var(--yellow); }
.wrap { width: min(100% - 7.5rem, 80rem); margin-inline: auto; }
.dark-surface { background: var(--ink); color: #fff; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 20; padding: .75rem 1rem; color: var(--ink); background: var(--yellow); }
.skip-link:focus { top: 1rem; }
.header { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 112px; border-bottom: 1px solid #383b3c; }
.brand { display: inline-flex; align-items: center; gap: .85rem; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 48px; background: var(--yellow); color: var(--ink); border-radius: 4px; }
.brand-mark svg { width: 25px; height: 25px; }
.brand-name { font-size: 1rem; font-weight: 600; line-height: 1.45; }
.brand-name > span { display: block; color: #a7adaf; font-size: .8125rem; font-weight: 400; }
.nav { display: flex; gap: 2rem; margin-left: auto; margin-right: 2rem; font-size: .9375rem; color: #dce0e1; }
.nav a { padding-block: .5rem; transition: color .2s; }
.nav a:hover { color: var(--yellow); }
.header-phone { text-align: right; font-size: 1.125rem; font-weight: 600; line-height: 1.4; white-space: nowrap; font-variant-numeric: tabular-nums; }
.header-phone span { display: block; font-size: .8125rem; color: #a7adaf; font-weight: 400; margin-top: .2rem; }
.hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .9fr); align-items: center; gap: 5rem; padding-block: 4.25rem 4.6rem; }
.eyebrow { display: flex; align-items: center; gap: .75rem; font-size: .8125rem; font-weight: 500; letter-spacing: .055em; text-transform: uppercase; }
.hero .eyebrow { color: #b8bec0; font-size: .75rem; }
.short-line { display: inline-block; width: 25px; height: 2px; background: var(--yellow); flex: 0 0 auto; }
h1 { font-size: clamp(3.5rem, 5.65vw, 5.25rem); font-weight: 600; letter-spacing: -.045em; line-height: 1.04; margin-top: 1.55rem; }
h1 > span { color: var(--yellow); }
.hero-description { margin-top: 1.8rem; max-width: 490px; color: #bbc1c3; font-size: 1rem; line-height: 1.7; }
.hero-description .hero-lead { font-size: 1.125rem; line-height: 1.5; color: #fff; margin-bottom: .65rem; font-weight: 500; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.65rem; margin-top: 1.85rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: .8rem; min-height: 56px; padding: .9rem 1.4rem; border-radius: 5px; font-size: .9375rem; font-weight: 600; line-height: 1.4; transition: background .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-yellow { color: var(--ink); background: var(--yellow); }
.button-yellow:hover { background: #ffeb65; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: #343839; }
.button-dark > span { font-size: 1.3rem; margin-left: .5rem; }
.icon { width: 19px; height: 19px; }
.text-link { display: inline-flex; gap: .85rem; align-items: center; padding-block: .6rem; font-size: .875rem; line-height: 1.4; font-weight: 500; }
.text-link span { font-size: 1.35rem; transition: transform .2s; }
.text-link:hover span { transform: translate(2px, 2px); }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.call-note { color: #a7adaf; margin-top: .85rem; font-size: .8125rem; }
.portrait-block { width: 100%; max-width: 495px; margin-left: auto; }
.portrait { position: relative; aspect-ratio: 544 / 620; border-radius: 10px; overflow: hidden; background: #2a2c2b; }
.portrait::after { content: ""; position: absolute; inset: 30% 0 0; pointer-events: none; background: linear-gradient(0deg, rgba(8, 12, 13, .93) 0%, rgba(8, 12, 13, .4) 31%, transparent 67%); }
.portrait img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.portrait figcaption { position: absolute; left: 2rem; bottom: 1.75rem; z-index: 1; }
.portrait-label { color: var(--yellow); font-size: .8125rem; letter-spacing: .075em; text-transform: uppercase; }
.portrait-name { display: block; font-size: 2.05rem; font-weight: 500; line-height: 1.15; letter-spacing: -.02em; margin-top: .5rem; }
.portrait-caption { display: flex; align-items: center; gap: 1rem; padding-top: 1.3rem; }
.caption-number { font-size: .875rem; color: var(--yellow); border: 1px solid #575c5d; border-radius: 50%; width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; }
.portrait-caption p { color: #b8bec0; font-size: .875rem; line-height: 1.5; }
.services { padding-block: 5.3rem 4.5rem; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 4rem; margin-bottom: 2.7rem; }
.services .eyebrow { color: var(--muted); }
h2 { font-size: clamp(2.2rem, 3.2vw, 3rem); font-weight: 500; line-height: 1.1; letter-spacing: -.035em; margin-top: 1.1rem; }
.section-intro { max-width: 365px; color: var(--muted); line-height: 1.75; padding-bottom: .15rem; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.service-card { display: flex; flex-direction: column; background: #fff; padding: 1.9rem 2rem 1.65rem; border: 1px solid var(--line); border-radius: 7px; }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.7rem; }
.service-index { color: #747b7e; font-size: .8125rem; font-variant-numeric: tabular-nums; letter-spacing: .04em; }
.service-icon { width: 33px; height: 33px; color: #42484a; }
h3 { font-size: 1.5rem; font-weight: 500; letter-spacing: -.025em; line-height: 1.3; margin-bottom: .65rem; }
.service-card > p { max-width: 450px; color: var(--muted); font-size: 1rem; line-height: 1.65; margin-bottom: 1.8rem; }
.service-tags { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem; margin-top: auto; }
.service-tags span { background: #f2f4f4; border-radius: 3px; padding: .3rem .65rem; font-size: .75rem; color: #535a5d; line-height: 1.5; }
.service-bottom { display: flex; align-items: center; gap: 1rem; padding-top: 1.7rem; }
.service-bottom-mark { font-size: 1.75rem; }
.service-bottom p { font-size: .9375rem; color: var(--muted); max-width: 585px; }
.service-bottom .text-link { margin-left: auto; white-space: nowrap; }
.contact { background: var(--yellow); }
.contact-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 6rem; padding-block: 4.25rem; align-items: center; }
.contact .eyebrow { font-size: .8125rem; }
.contact h2 { font-size: clamp(2.4rem, 3.7vw, 3.5rem); margin-top: 1.2rem; }
.contact-copy > p:last-child { font-size: 1rem; line-height: 1.7; color: #48462b; max-width: 440px; margin-top: 1.4rem; }
.contact-details { border-left: 1px solid rgba(25,28,29,.22); padding-left: 3rem; }
.contact-person { font-size: 1.15rem; line-height: 1.4; }
.contact-person strong { font-weight: 500; }
.contact-phone { display: inline-block; font-size: clamp(1.5rem, 2.5vw, 2.2rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.4; margin-block: 1.1rem 1.6rem; white-space: nowrap; font-variant-numeric: tabular-nums; }
.contact-phone:hover { text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 1px; }
.contact-details .button { display: flex; width: fit-content; }
.contact-hours { display: flex; align-items: center; gap: .5rem; font-size: .8125rem; margin-top: 1rem; color: #48462b; }
.contact-hours .icon { width: 15px; height: 15px; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 110px; font-size: .875rem; }
.footer p { font-weight: 500; }
.footer p > span { font-weight: 400; color: var(--muted); margin-left: 1.25rem; }
.back-top { display: flex; gap: 1rem; align-items: center; padding-block: .65rem; }
.back-top:hover { text-decoration: underline; text-underline-offset: 4px; }
.mobile-call { display: none; }
@media (min-width: 1700px) {
  .hero { padding-block: 5rem; }
}
@media (max-width: 1150px) {
  .wrap { width: calc(100% - 5rem); }
  .hero { gap: 3rem; padding-block: 3.5rem; }
  .nav { margin-right: 0; gap: 1.5rem; }
  .hero .eyebrow { line-height: 1.7; max-width: 360px; }
  h1 { font-size: 4.1rem; }
  .hero-actions { gap: .85rem 1.5rem; }
  .contact-inner { gap: 3rem; }
  .contact-details { padding-left: 2rem; }
}
@media (max-width: 900px) {
  .wrap { width: calc(100% - 3.5rem); }
  .header { min-height: 100px; }
  .nav { display: none; }
  .hero { gap: 2rem; grid-template-columns: 1.15fr 1fr; }
  h1 { font-size: 3.45rem; }
  .hero .eyebrow { font-size: .75rem; }
  .short-line { display: none; }
  .hero-description { margin-top: 1.45rem; }
  .hero-description .hero-lead { font-size: 1rem; }
  .hero-description > p:last-child { font-size: .9375rem; }
  .portrait figcaption { left: 1.3rem; bottom: 1.35rem; }
  .portrait-name { font-size: 1.7rem; }
  .portrait-caption p { font-size: .8125rem; }
  .portrait-caption { gap: .75rem; }
  .section-heading { gap: 2rem; }
  .section-intro { max-width: 310px; }
  .service-card { padding: 1.5rem; }
  h3 { font-size: 1.3rem; }
  .service-bottom { flex-wrap: wrap; gap: .7rem; }
  .service-bottom p { max-width: calc(100% - 3rem); }
  .service-bottom .text-link { margin-left: 2rem; }
  .contact-inner { gap: 2rem; grid-template-columns: 1fr 1fr; }
  .contact-details { padding-left: 1.6rem; }
  .contact-phone { font-size: 1.65rem; }
  .contact h2 { font-size: 2.65rem; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 2.5rem); }
  .header { min-height: 86px; gap: 1rem; }
  .brand-mark { width: 34px; height: 41px; }
  .brand-mark svg { width: 22px; height: 22px; }
  .brand-name { font-size: .875rem; }
  .brand-name > span { font-size: .75rem; }
  .header-phone { display: none; }
  .hero { grid-template-columns: 1fr; padding-block: 2.25rem 2.5rem; gap: 2.5rem; }
  .hero-copy { max-width: 520px; }
  .hero .eyebrow { max-width: none; font-size: .75rem; }
  h1 { font-size: clamp(3.25rem, 11vw, 4.5rem); margin-top: 1.3rem; }
  .hero-description { max-width: 460px; margin-top: 1.5rem; }
  .hero-description .hero-lead { font-size: 1.0625rem; }
  .hero-description > p:last-child { font-size: 1rem; }
  .hero-actions { gap: .75rem 1.5rem; margin-top: 1.5rem; }
  .portrait-block { max-width: none; }
  .portrait { aspect-ratio: 1 / 1.03; }
  .portrait img { object-position: 50% 28%; }
  .portrait-name { font-size: 1.9rem; }
  .portrait figcaption { left: 1.5rem; bottom: 1.5rem; }
  .portrait-caption { padding-top: 1rem; }
  .portrait-caption p { font-size: .875rem; }
  .services { padding-block: 3.25rem 2.8rem; }
  .section-heading { display: block; margin-bottom: 1.75rem; }
  h2 { font-size: 2.4rem; margin-top: .95rem; }
  .section-intro { margin-top: 1.25rem; max-width: 440px; }
  .service-grid { grid-template-columns: 1fr; gap: .85rem; }
  .service-card { padding: 1.5rem; }
  .service-top { margin-bottom: 1.4rem; }
  .service-icon { width: 29px; height: 29px; }
  h3 { font-size: 1.4rem; }
  .service-card > p { margin-bottom: 1.4rem; }
  .service-bottom { padding-top: 1.3rem; align-items: flex-start; }
  .service-bottom-mark { line-height: 1.2; }
  .service-bottom p { font-size: .875rem; }
  .service-bottom .text-link { margin-left: 0; }
  .contact-inner { grid-template-columns: 1fr; gap: 2rem; padding-block: 3rem; }
  .contact h2 { font-size: 2.6rem; }
  .contact-details { padding: 1.75rem 0 0; border-left: 0; border-top: 1px solid rgba(25,28,29,.22); }
  .contact-person { font-size: 1.125rem; }
  .contact-phone { font-size: clamp(1.65rem, 7vw, 2.3rem); margin-block: 1rem 1.25rem; }
  .contact-details .button { width: 100%; max-width: 390px; }
  .footer { padding-block: 1.8rem 6.5rem; min-height: 0; align-items: flex-start; }
  .footer p > span { display: block; margin: .2rem 0 0; font-size: .75rem; }
  .back-top { padding-top: 0; white-space: nowrap; font-size: .8125rem; gap: .5rem; }
  .mobile-call { display: block; position: fixed; z-index: 10; bottom: 0; left: 0; right: 0; background: #191c1df5; border-top: 1px solid #494b42; padding: .6rem 1rem calc(.6rem + env(safe-area-inset-bottom)); }
  .mobile-call .button { min-height: 48px; width: 100%; justify-content: space-between; gap: .5rem; padding: .65rem 1rem; font-size: .875rem; }
  .mobile-call-hours { font-size: .75rem; font-weight: 400; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .mobile-call, .nav, .back-top, .skip-link { display: none; }
  .wrap { width: 100%; }
  .hero { gap: 2rem; }
  .service-card { break-inside: avoid; }
  a { text-decoration: none; }
}
