:root {
  --ink: #151611;
  --ink-soft: #25271f;
  --stone: #e9e5dc;
  --paper: #f5f2eb;
  --gold: #c99a4c;
  --gold-light: #e2bc78;
  --line: rgba(255, 255, 255, .17);
  --text: #f8f5ef;
  --muted: #bdbdb6;
  --body: "Manrope", Arial, sans-serif;
  --display: "Cormorant Garamond", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1240px, calc(100% - 72px)); margin: 0 auto; }
.section { padding: 128px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: -60px; left: 18px; padding: 12px 16px; color: #111; background: #fff; border-radius: 4px; }
.skip-link:focus { top: 18px; }

.site-header { position: absolute; z-index: 30; top: 0; left: 0; width: 100%; color: #fff; transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { position: fixed; background: rgba(14, 15, 12, .96); box-shadow: 0 8px 30px rgba(0,0,0,.25); }
.nav-shell { width: min(1360px, calc(100% - 64px)); height: 108px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { position: relative; display: block; width: 110px; height: 95px; flex: 0 0 auto; }
.brand img, .footer-brand img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 2px 7px rgba(0,0,0,.48)); }
.site-navigation { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); font-size: 13px; font-weight: 600; }
.site-navigation > a:not(.nav-cta) { position: relative; padding: 8px 0; opacity: .9; }
.site-navigation > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--gold-light); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-navigation > a:hover::after, .site-navigation > a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { display: inline-flex; align-items: center; gap: 9px; margin-left: 6px; padding: 13px 18px; color: #151611; background: var(--gold-light); border: 1px solid rgba(255,255,255,.22); border-radius: 4px; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { background: #efd094; transform: translateY(-2px); }
.nav-cta svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.menu-toggle { display: none; }

.hero { position: relative; isolation: isolate; min-height: max(760px, 100svh); overflow: hidden; display: flex; align-items: center; color: var(--text); }
.hero-image, .hero-shade { position: absolute; inset: 0; z-index: -2; }
.hero-image { background: url("../images/hero-stone-garden.webp") 50% 50% / cover no-repeat; transform: scale(1.02); animation: settle 1.1s ease-out both; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(6,8,6,.82) 0%, rgba(8,10,7,.64) 29%, rgba(10,10,8,.23) 58%, rgba(7,7,5,.15) 100%), linear-gradient(0deg, rgba(3,4,3,.72) 0%, transparent 36%); }
@keyframes settle { from { transform: scale(1.08); } to { transform: scale(1.02); } }
.hero-content { padding: 145px 0 170px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .085em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 30px; height: 1px; background: currentColor; }
.hero h1, h2 { margin: 0; font-family: var(--display); font-weight: 600; letter-spacing: -.025em; }
.hero h1 { max-width: 630px; font-size: clamp(68px, 7.5vw, 119px); line-height: .76; text-transform: uppercase; }
.hero h1 em { display: block; color: var(--gold-light); font-style: normal; }
.hero-copy { max-width: 510px; margin: 35px 0 0; color: #e5e3dd; font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 13px 20px; border: 1px solid transparent; border-radius: 3px; font-size: 13px; font-weight: 800; transition: transform .22s ease, color .22s ease, background .22s ease, border .22s ease; }
.button span { font-size: 19px; font-weight: 500; line-height: 1; }
.button:hover { transform: translateY(-3px); }
.button-gold { color: #17130d; background: var(--gold-light); }
.button-gold:hover { background: #f1d199; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.72); background: rgba(0,0,0,.13); }
.button-ghost:hover { border-color: var(--gold-light); color: var(--gold-light); background: rgba(0,0,0,.3); }
.hero-stats { position: absolute; z-index: 2; right: 0; bottom: 73px; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); color: #f2efea; overflow: hidden; background: rgba(22,22,18,.71); border: 1px solid rgba(237,220,180,.38); border-radius: 11px; box-shadow: 0 16px 38px rgba(0,0,0,.28); backdrop-filter: blur(9px); }
.hero-stats article { min-height: 88px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 18px 10px; border-right: 1px solid var(--line); }
.hero-stats article:last-child { border: 0; }
.hero-stats svg { width: 32px; height: 32px; flex: 0 0 auto; fill: none; stroke: var(--gold-light); stroke-width: 1.35; }
.hero-stats span { color: #dedbd4; font-size: 12px; line-height: 1.35; }
.hero-stats strong { display: block; color: var(--gold-light); font-size: 22px; line-height: 1.05; }
.scroll-cue { position: absolute; bottom: 18px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 8px; color: #eeeae2; font-size: 11px; transform: translateX(-50%); }
.scroll-cue span { position: relative; display: block; width: 19px; height: 31px; border: 1px solid rgba(255,255,255,.7); border-radius: 10px; }
.scroll-cue span::after { content: ""; position: absolute; top: 6px; left: 50%; width: 3px; height: 5px; background: var(--gold-light); border-radius: 99px; transform: translateX(-50%); animation: scrollDot 1.5s infinite; }
@keyframes scrollDot { 0% { opacity: 1; transform: translate(-50%,0); } 80%,100% { opacity: 0; transform: translate(-50%,10px); } }

.intro { position: relative; overflow: hidden; background: var(--paper); }
.intro::after { content: ""; position: absolute; top: -280px; right: -180px; width: 600px; height: 600px; border: 1px solid rgba(196,151,73,.17); border-radius: 50%; }
.intro-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 70px; }
.eyebrow-dark { color: #a8782c; }
h2 { font-size: clamp(44px, 5vw, 70px); line-height: .96; }
h2 em { color: #a9772d; font-style: italic; }
.intro-copy { max-width: 475px; }
.intro-copy p, .section-top > p, .contact-copy > p { margin: 0; color: #66665f; font-size: 15px; line-height: 1.95; }
.text-link { display: inline-flex; gap: 13px; align-items: center; margin-top: 30px; color: #292a23; border-bottom: 1px solid rgba(167,119,45,.65); font-size: 13px; font-weight: 800; line-height: 2.2; transition: color .2s ease; }
.text-link:hover { color: #a06f27; }
.text-link span { font-size: 18px; }

.services { color: #f4f0e9; background: var(--ink); }
.section-top { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 53px; }
.section-top > p { max-width: 350px; color: #bfc0b7; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 385px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.service-card::before { content: ""; position: absolute; inset: auto -25% -130px; height: 240px; background: radial-gradient(ellipse, rgba(205,157,76,.2), transparent 65%); opacity: 0; transition: opacity .25s ease; }
.service-card:hover { background: #202219; transform: translateY(-5px); }
.service-card:hover::before { opacity: 1; }
.service-number { color: #a9792d; font-size: 12px; font-weight: 800; }
.service-card svg { width: 48px; height: 48px; margin-top: 42px; fill: none; stroke: var(--gold-light); stroke-width: 1.3; }
.service-card h3 { position: relative; margin: auto 0 12px; font-size: 20px; letter-spacing: -.025em; }
.service-card p { position: relative; margin: 0; color: #b9bbb1; font-size: 13px; line-height: 1.75; }
.round-arrow { position: relative; display: grid; width: 34px; height: 34px; margin-top: 23px; place-items: center; color: var(--gold-light); border: 1px solid rgba(223,183,111,.55); border-radius: 50%; font-size: 17px; }

.projects { background: #f1eee6; }
.project-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 285px 285px; gap: 17px; }
.project-card { position: relative; overflow: hidden; background: #1d1e18; }
.project-card-large { grid-row: span 2; }
.project-picture { position: absolute; inset: 0; background: url("../images/hero-stone-garden.webp") center / cover; transition: transform .55s cubic-bezier(.2,.7,.25,1); }
.project-card:hover .project-picture { transform: scale(1.06); }
.project-picture-wall { background-position: 76% 64%; }
.project-picture-detail { background-position: 100% 62%; filter: saturate(.65) contrast(1.07); }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,10,7,.9), transparent 63%); }
.project-info { position: absolute; z-index: 1; right: 28px; bottom: 25px; left: 28px; color: #fff; }
.project-info span { color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.project-info h3 { max-width: 360px; margin: 8px 0 0; font-family: var(--display); font-size: 33px; font-weight: 600; line-height: .95; }
.project-card-note { display: flex; flex-direction: column; justify-content: space-between; padding: 38px; color: #27271f; background: var(--gold-light); }
.project-card-note::after { display: none; }
.project-card-note p { max-width: 320px; margin: 0; font-family: var(--display); font-size: 31px; font-weight: 600; line-height: .98; }
.project-card-note span { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project-note { max-width: 660px; margin: 24px 0 0; color: #706f67; font-size: 12px; line-height: 1.7; }
.project-grid.is-cms { grid-auto-rows: 280px; }
.project-grid.is-cms .cms-project-card { width: 100%; padding: 0; text-align: left; border: 0; cursor: pointer; }
.project-grid.is-cms .cms-project-card:first-child { grid-row: span 2; }
.cms-project-card .project-info::after { content: "Projeyi Gör"; position: absolute; right: 0; bottom: 1px; display: inline-flex; align-items: center; justify-content: center; min-width: 100px; min-height: 34px; color: #2c2417; background: var(--gold-light); border-radius: 2px; font-family: var(--body); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; opacity: 0; transform: translateY(6px); transition: opacity .2s ease, transform .2s ease; }
.cms-project-card:hover .project-info::after, .cms-project-card:focus-visible .project-info::after { opacity: 1; transform: none; }
.cms-project-card:focus-visible { outline: 3px solid #b57e28; outline-offset: 3px; }

.gallery { background: #e7e1d5; }
.gallery .section-top > p { color: #66665f; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-card { position: relative; min-height: 230px; padding: 0; overflow: hidden; color: #fff; text-align: left; background: #26271f center / cover no-repeat; border: 0; cursor: pointer; }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,10,7,.72), transparent 58%); transition: background .25s ease; }
.gallery-card:nth-child(5n + 1) { grid-column: span 2; grid-row: span 2; min-height: 474px; }
.gallery-card:hover::after { background: linear-gradient(0deg, rgba(9,10,7,.88), rgba(9,10,7,.1)); }
.gallery-card span { position: absolute; z-index: 1; right: 17px; bottom: 14px; left: 17px; font-size: 12px; font-weight: 800; opacity: 0; transform: translateY(7px); transition: opacity .2s ease, transform .2s ease; }
.gallery-card:hover span, .gallery-card:focus-visible span { opacity: 1; transform: none; }
.gallery-card:focus-visible { outline: 3px solid #b57e28; outline-offset: 3px; }
.gallery-note { margin: 20px 0 0; color: #706f67; font-size: 12px; line-height: 1.7; }

.gallery-band { position: relative; isolation: isolate; min-height: 560px; display: grid; place-items: center; color: #fff; overflow: hidden; }
.gallery-surface, .gallery-overlay { position: absolute; z-index: -2; inset: 0; }
.gallery-surface { background: url("../images/hero-stone-garden.webp") 74% 58% / cover; filter: saturate(.62); }
.gallery-overlay { z-index: -1; background: linear-gradient(90deg, rgba(8,9,6,.86), rgba(12,11,7,.44)); }
.gallery-content { padding: 70px 0; }
.gallery-content h2 { margin-bottom: 31px; color: #fff; }

.contact { background: #f7f4ed; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: start; }
.contact-copy > p:not(.eyebrow) { max-width: 425px; margin-top: 29px; }
.contact-phone { display: inline-flex; align-items: center; gap: 17px; margin-top: 29px; font-family: var(--display); font-size: 35px; font-weight: 700; border-bottom: 1px solid #ba893c; }
.contact-phone span { color: #ac7b2f; font-family: var(--body); font-size: 20px; }
.button-dark { margin-top: 8px; color: #fff; background: var(--ink); border: 0; }
.button-dark:hover { background: #303127; }
.contact-links { display: grid; gap: 11px; }
.contact-channel { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 15px; min-height: 92px; padding: 17px 20px; color: #2c2d25; background: #e6e0d4; border: 1px solid rgba(49,49,40,.13); transition: transform .2s ease, background .2s ease; }
.contact-channel:not(.contact-channel-pending):hover { background: #ddd3c0; transform: translateX(5px); }
.contact-channel svg { width: 27px; height: 27px; fill: none; stroke: #a8792e; stroke-width: 1.35; }
.contact-channel small { display: block; margin-bottom: 4px; color: #86857c; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.contact-channel strong { font-size: 14px; }
.contact-channel b { color: #a8792e; font-size: 20px; font-weight: 400; }
.contact-channel-pending { color: #7e7d75; background: #ede8df; opacity: .74; }

.project-dialog { width: min(890px, calc(100% - 36px)); max-height: min(780px, calc(100dvh - 36px)); padding: 0; color: var(--ink); background: #f4f0e8; border: 0; box-shadow: 0 24px 80px rgba(0,0,0,.42); overflow: auto; }
.project-dialog::backdrop { background: rgba(7,8,6,.77); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; z-index: 2; top: 16px; right: 16px; display: grid; width: 38px; height: 38px; padding: 0; place-items: center; color: #fff; background: rgba(12,12,9,.72); border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 27px; font-weight: 300; line-height: 1; }
.dialog-content { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 490px; }
.dialog-image { min-height: 340px; background: #292a23 center / cover no-repeat; }
.dialog-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 57px 45px 42px; }
.dialog-copy h2 { font-size: clamp(43px, 5vw, 59px); }
.dialog-copy > p:not(.eyebrow):not(.dialog-location) { margin: 22px 0 0; color: #66665f; font-size: 13px; line-height: 1.8; }
.dialog-location { margin: 15px 0 0; color: #9a6d27; font-size: 12px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.dialog-gallery { display: flex; width: 100%; gap: 7px; margin-top: 22px; overflow-x: auto; }
.dialog-gallery:empty { display: none; }
.dialog-gallery button { width: 66px; height: 54px; flex: 0 0 auto; padding: 0; overflow: hidden; background: #202119 center / cover no-repeat; border: 2px solid transparent; cursor: pointer; }
.dialog-gallery button:hover, .dialog-gallery button.is-active { border-color: #b17d2d; }
.dialog-gallery button:focus-visible { outline: 2px solid #b17d2d; outline-offset: 2px; }
.dialog-video[hidden] { display: none !important; }
.dialog-video { margin-top: 25px; }

.site-footer { color: #e9e5dc; background: #141510; }
.footer-main { min-height: 210px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.footer-brand { display: block; width: 94px; height: 89px; }
.footer-main > p { margin: 0 auto 0 0; color: #bdbeb6; font-family: var(--display); font-size: 26px; font-style: italic; }
.footer-links { display: flex; gap: 25px; color: #c9c9c2; font-size: 12px; font-weight: 700; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; color: #999a93; font-size: 11px; }
.footer-bottom a { color: var(--gold-light); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.service-card.reveal:nth-child(2), .project-card.reveal:nth-child(2) { transition-delay: .08s; }
.service-card.reveal:nth-child(3), .project-card.reveal:nth-child(3) { transition-delay: .16s; }
.service-card.reveal:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1040px) {
  .nav-shell { width: min(100% - 44px, 900px); height: 92px; }
  .brand { width: 92px; height: 80px; }
  .site-navigation { gap: 16px; font-size: 12px; }
  .nav-cta { padding: 11px 13px; }
  .service-card { min-height: 350px; padding: 24px; }
  .contact-grid { gap: 60px; }
}

@media (max-width: 800px) {
  .container { width: min(100% - 40px, 620px); }
  .section { padding: 86px 0; }
  .site-header.is-scrolled { background: rgba(14, 15, 12, .98); }
  .nav-shell { width: calc(100% - 38px); height: 78px; }
  .brand { z-index: 3; width: 72px; height: 66px; }
  .menu-toggle { position: relative; z-index: 3; display: grid; width: 43px; height: 43px; place-content: center; gap: 5px; padding: 0; color: #fff; background: rgba(10,10,7,.4); border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }
  .menu-toggle span:not(.sr-only) { display: block; width: 17px; height: 1px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .site-navigation { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; padding: 115px 35px 55px; color: #ece9e1; background: #151611; clip-path: circle(0 at calc(100% - 40px) 40px); pointer-events: none; transition: clip-path .38s ease; }
  .site-navigation.open { clip-path: circle(145% at calc(100% - 40px) 40px); pointer-events: auto; }
  .site-navigation > a:not(.nav-cta) { font-family: var(--display); font-size: 35px; font-weight: 600; }
  .nav-cta { margin: 13px 0 0; font-family: var(--body); font-size: 13px; }
  .hero { min-height: 790px; align-items: start; }
  .hero-image { background-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,7,5,.82) 0%, rgba(7,8,5,.55) 100%), linear-gradient(0deg, rgba(3,4,3,.85), transparent 44%); }
  .hero-content { padding: 178px 0 0; }
  .hero h1 { max-width: 450px; font-size: clamp(60px, 17vw, 83px); }
  .hero-copy { margin-top: 30px; font-size: 14px; line-height: 1.8; }
  .hero-actions { margin-top: 25px; }
  .button { min-height: 50px; padding: 12px 16px; font-size: 12px; }
  .hero-stats { bottom: 69px; grid-template-columns: repeat(2, 1fr); border-radius: 8px; }
  .hero-stats article { min-height: 69px; justify-content: flex-start; gap: 11px; padding: 12px 15px; border-bottom: 1px solid var(--line); }
  .hero-stats article:nth-child(2) { border-right: 0; }
  .hero-stats article:nth-child(3), .hero-stats article:nth-child(4) { border-bottom: 0; }
  .hero-stats svg { width: 26px; height: 26px; }
  .hero-stats strong { font-size: 16px; }
  .hero-stats span { font-size: 10px; }
  .intro-grid, .contact-grid { grid-template-columns: 1fr; gap: 33px; }
  .section-top { display: block; margin-bottom: 36px; }
  .section-top > p { margin-top: 22px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 300px; padding: 21px; }
  .service-card svg { width: 40px; height: 40px; margin-top: 30px; }
  .service-card h3 { font-size: 17px; }
  .service-card p { display: none; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: 330px 225px 280px; }
  .project-card-large { grid-row: auto; }
  .project-card-note { padding: 30px; }
  .project-card-note p { font-size: 28px; }
  .project-info h3 { font-size: 29px; }
  .project-grid.is-cms { grid-template-rows: 320px; grid-auto-rows: 250px; }
  .project-grid.is-cms .cms-project-card:first-child { grid-row: auto; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .gallery-card { min-height: 190px; }
  .gallery-card:nth-child(5n + 1) { min-height: 390px; }
  .gallery-band { min-height: 450px; }
  .dialog-content { grid-template-columns: 1fr; }
  .dialog-image { min-height: 265px; }
  .dialog-copy { padding: 39px 28px 32px; }
  .footer-main { min-height: 245px; display: grid; grid-template-columns: 80px 1fr; gap: 18px; padding: 30px 0; }
  .footer-brand { width: 72px; height: 69px; }
  .footer-main > p { margin: 0; font-size: 23px; }
  .footer-links { grid-column: 1 / -1; gap: 16px; }
}

@media (max-width: 420px) {
  .container { width: calc(100% - 32px); }
  .section { padding: 72px 0; }
  .hero { min-height: 755px; }
  .hero-content { padding-top: 150px; }
  .hero h1 { font-size: 57px; }
  .hero-copy { max-width: 315px; font-size: 13px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; max-width: 255px; }
  .hero-stats { bottom: 65px; }
  .hero-stats article { padding: 11px 10px; }
  h2 { font-size: 43px; }
  .service-card { min-height: 278px; padding: 17px; }
  .service-card h3 { font-size: 15px; }
  .round-arrow { width: 29px; height: 29px; margin-top: 16px; }
  .contact-phone { font-size: 29px; }
  .footer-links { flex-wrap: wrap; }
}

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