/* Giardinova design system: local, framework-free, performance-conscious. */
:root {
  --pine: #10351f;
  --pine-deep: #082516;
  --pine-soft: #1d4b31;
  --gold: #d4af37;
  --gold-light: #e6ca70;
  --ink: #183025;
  --muted: #627068;
  --cream: #f7f7f2;
  --white: #fff;
  --line: rgba(16, 53, 31, .13);
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 22px 60px rgba(8, 37, 22, .11);
  --section: 132px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { border: 0; cursor: pointer; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -90px; padding: 10px 14px; color: var(--pine); background: var(--gold-light); border-radius: 0 0 9px 9px; transition: top .2s ease; }
.skip-link:focus { top: 0; }
.container { width: min(100% - 72px, 1180px); margin-inline: auto; }
.section { padding: var(--section) 0; }
.section--cream { background: var(--cream); }
.section--white { background: var(--white); }
.section--pine { color: var(--white); background: var(--pine); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold); font-size: .69rem; font-weight: 700; line-height: 1; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { width: 26px; height: 1px; content: ""; background: currentColor; }
.eyebrow--light { color: var(--gold-light); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 48px; max-width: 1120px; margin-bottom: 58px; }
.section-heading h2, .prose h2 { max-width: 760px; margin: 14px 0 0; color: var(--pine); font-family: var(--display); font-size: clamp(2.7rem, 5.4vw, 4.5rem); font-weight: 500; line-height: .92; letter-spacing: -.045em; }
.section-heading--light h2 { color: var(--white); }
.section-heading p { max-width: 350px; margin: 0 0 4px; color: var(--muted); }
.text-gold { color: var(--gold); font-style: italic; }
.icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

/* Header and navigation */
.site-header { position: absolute; z-index: 20; top: 20px; width: 100%; transition: transform .3s ease; }
.site-header.is-scrolled { position: fixed; top: 10px; animation: rise-in .35s ease both; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 0 22px; color: var(--white); background: rgba(10, 38, 23, .48); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; box-shadow: 0 10px 38px rgba(0,0,0,.1); backdrop-filter: blur(17px); -webkit-backdrop-filter: blur(17px); }
.brand { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.brand__mark { width: 32px; height: 32px; }
.brand__wordmark { font-family: var(--display); font-size: 1.65rem; font-weight: 600; letter-spacing: .02em; }
.site-nav { display: flex; align-items: center; gap: 29px; }
.site-nav a { position: relative; padding: 6px 0; font-size: .77rem; font-weight: 600; letter-spacing: .055em; }
.site-nav a::after { position: absolute; bottom: 0; left: 0; width: 0; height: 1px; content: ""; background: var(--gold); transition: width .25s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { width: 100%; }
.nav-toggle { position: relative; display: none; place-items: center; width: 42px; height: 42px; padding: 0; color: var(--white); background: rgba(255,255,255,.1); border-radius: 50%; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { position: absolute; top: 50%; left: 12px; display: block; width: 18px; height: 1.5px; content: ""; background: currentColor; transform: translateY(-50%); transition: transform .2s ease, opacity .2s ease; }
.nav-toggle::before { transform: translateY(calc(-50% - 6px)); }
.nav-toggle::after { transform: translateY(calc(-50% + 6px)); }
.nav-toggle[aria-expanded="true"] span { opacity: 0; }
.nav-toggle[aria-expanded="true"]::before { transform: translateY(-50%) rotate(45deg); }
.nav-toggle[aria-expanded="true"]::after { transform: translateY(-50%) rotate(-45deg); }

/* Premium buttons */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px; font-size: .73rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; border-radius: 999px; transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button .icon { width: 18px; height: 18px; }
.button--gold { color: var(--pine); background: var(--gold); box-shadow: 0 10px 24px rgba(212,175,55,.22); }
.button--gold:hover { background: var(--gold-light); box-shadow: 0 15px 30px rgba(212,175,55,.32); }
.button--ghost { color: var(--white); background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.34); backdrop-filter: blur(8px); }
.button--ghost:hover { background: rgba(255,255,255,.19); }
.button--pine { color: var(--white); background: var(--pine); box-shadow: 0 12px 26px rgba(16,53,31,.16); }
.button--pine:hover { background: var(--pine-soft); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--pine); font-size: .75rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.text-link .icon { width: 19px; transition: transform .2s ease; }
.text-link:hover .icon { transform: translateX(5px); }

/* Hero */
.hero { position: relative; display: grid; min-height: 100vh; overflow: hidden; color: var(--white); background: var(--pine-deep); isolation: isolate; }
.hero__image { position: absolute; z-index: -2; inset: -4%; width: 108%; height: 108%; object-fit: cover; transform: translateY(var(--parallax, 0)); will-change: transform; }
.hero::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(4,22,13,.84) 0%, rgba(5,29,17,.62) 40%, rgba(4,22,13,.09) 75%), linear-gradient(0deg, rgba(4,22,13,.5) 0%, transparent 45%); }
.hero__content { display: grid; grid-template-columns: 1fr 330px; align-items: end; gap: 30px; width: min(100% - 72px, 1180px); margin: auto; padding: 175px 0 72px; }
.hero__lead { max-width: 710px; }
.hero h1 { max-width: 810px; margin: 19px 0 22px; font-family: var(--display); font-size: clamp(4.6rem, 10.6vw, 9rem); font-weight: 500; line-height: .73; letter-spacing: -.075em; }
.hero h1 span { display: block; margin-top: 23px; color: var(--gold-light); font-size: .3em; font-style: italic; letter-spacing: -.03em; }
.hero__copy { max-width: 520px; margin: 0; color: rgba(255,255,255,.82); font-size: 1.12rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero__card { align-self: end; padding: 27px; color: var(--white); background: rgba(20, 60, 37, .49); border: 1px solid rgba(255,255,255,.17); border-radius: 18px; backdrop-filter: blur(18px); }
.hero__card-number { display: block; color: var(--gold-light); font-family: var(--display); font-size: 3.35rem; line-height: .85; }
.hero__card p { margin: 12px 0 0; color: rgba(255,255,255,.8); font-size: .86rem; line-height: 1.45; }
.scroll-cue { position: absolute; bottom: 31px; left: 50%; display: grid; place-items: center; gap: 8px; color: rgba(255,255,255,.68); font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue__line { position: relative; width: 1px; height: 32px; overflow: hidden; background: rgba(255,255,255,.34); }
.scroll-cue__dot { position: absolute; top: 0; left: 0; width: 100%; height: 12px; background: var(--gold); }

/* Home content */
.intro-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: clamp(50px, 9vw, 142px); align-items: end; }
.intro-grid h2 { max-width: 760px; margin: 16px 0 0; color: var(--pine); font-family: var(--display); font-size: clamp(3rem, 5.9vw, 5rem); font-weight: 500; line-height: .91; letter-spacing: -.05em; }
.intro-grid__copy { padding-bottom: 7px; }
.intro-grid__copy p { margin: 0 0 24px; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 260px; padding: 27px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 18px; transition: transform .35s cubic-bezier(.2,.8,.2,1), border-color .35s ease, box-shadow .35s ease; }
.service-card:hover { z-index: 1; border-color: rgba(212,175,55,.55); box-shadow: var(--shadow); transform: translateY(-8px); }
.service-card__icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 35px; color: var(--pine); background: #eef2eb; border-radius: 14px; transition: .3s ease; }
.service-card:hover .service-card__icon { color: var(--pine); background: var(--gold); transform: rotate(-7deg); }
.service-card h3 { margin: 0 0 9px; font-family: var(--display); font-size: 1.7rem; font-weight: 600; line-height: 1; }
.service-card p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.service-card__arrow { position: absolute; right: 22px; bottom: 21px; color: var(--gold); opacity: 0; transform: translateX(-8px); transition: .25s ease; }
.service-card:hover .service-card__arrow { opacity: 1; transform: none; }
.services-grid .service-card:nth-child(7) { grid-column: span 2; background: var(--pine); color: var(--white); }
.services-grid .service-card:nth-child(7) .service-card__icon { color: var(--pine); background: var(--gold); }
.services-grid .service-card:nth-child(7) p { color: rgba(255,255,255,.72); }
.services-grid .service-card:nth-child(7) .service-card__arrow { color: var(--gold-light); }
.move-callout { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: center; margin-top: 18px; padding: clamp(30px, 5vw, 52px); color: var(--white); background: var(--pine); border-radius: 18px; }
.move-callout h3 { max-width: 760px; margin: 13px 0 12px; font-family: var(--display); font-size: clamp(2.35rem, 4.8vw, 4.15rem); font-weight: 500; line-height: .93; letter-spacing: -.05em; }
.move-callout p { max-width: 650px; margin: 0; color: rgba(255,255,255,.72); }

.feature-split { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(45px, 8vw, 120px); align-items: center; }
.feature-split--text-only { grid-template-columns: minmax(0, 680px); }
.feature-split__image { position: relative; min-height: 590px; overflow: hidden; border-radius: 22px; box-shadow: var(--shadow); }
.feature-split__image img { width: 100%; height: 100%; object-fit: cover; }
.image-tag { position: absolute; right: -2px; bottom: 37px; padding: 14px 19px; color: var(--pine); background: var(--gold); font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.feature-split__content h2 { max-width: 520px; margin: 16px 0 23px; font-family: var(--display); font-size: clamp(3rem, 5vw, 4.5rem); font-weight: 500; line-height: .91; letter-spacing: -.05em; }
.feature-split__content > p { max-width: 490px; margin: 0; color: rgba(255,255,255,.72); }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 24px; padding: 0; margin: 37px 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; font-size: .86rem; font-weight: 650; }
.check-list .icon { flex: 0 0 auto; width: 22px; height: 22px; padding: 5px; color: var(--pine); background: var(--gold); border-radius: 50%; stroke-width: 2.2; }
.project-teaser { display: grid; grid-template-columns: 1.18fr .82fr; min-height: 505px; overflow: hidden; color: var(--white); background: var(--pine); border-radius: 20px; }
.project-teaser--text-only { grid-template-columns: 1fr; min-height: 0; }
.project-teaser__image { min-height: 100%; }
.project-teaser__image img { width: 100%; height: 100%; object-fit: cover; }
.project-teaser__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 82px); }
.project-teaser h2 { margin: 17px 0 22px; font-family: var(--display); font-size: clamp(3rem, 4.5vw, 4.3rem); font-weight: 500; line-height: .91; letter-spacing: -.05em; }
.project-teaser p { max-width: 350px; margin: 0 0 32px; color: rgba(255,255,255,.7); }
.project-teaser .text-link { color: var(--gold-light); }
.video-showcase { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(34px, 7vw, 94px); align-items: center; padding: clamp(34px, 5vw, 70px); color: var(--white); background: var(--pine-deep); border-radius: 20px; }
.video-showcase h2 { max-width: 430px; margin: 16px 0 20px; font-family: var(--display); font-size: clamp(2.8rem, 4.3vw, 4.1rem); font-weight: 500; line-height: .91; letter-spacing: -.05em; }
.video-showcase p { max-width: 400px; margin: 0; color: rgba(255,255,255,.7); }
.video-showcase__player { display: block; width: 100%; max-height: 580px; background: #020a05; border: 1px solid rgba(255,255,255,.15); border-radius: 15px; box-shadow: 0 18px 45px rgba(0,0,0,.22); }

/* Inner page hero */
.page-hero { position: relative; display: grid; min-height: 550px; overflow: hidden; color: var(--white); background: var(--pine-deep); isolation: isolate; }
.page-hero__image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(4,26,15,.83), rgba(4,26,15,.45)); }
.page-hero__content { align-self: end; padding: 155px 0 74px; }
.page-hero h1 { max-width: 850px; margin: 17px 0 0; font-family: var(--display); font-size: clamp(4rem, 8vw, 7rem); font-weight: 500; line-height: .81; letter-spacing: -.07em; }
.page-hero__copy { max-width: 590px; margin: 25px 0 0; color: rgba(255,255,255,.8); font-size: 1.06rem; }

/* Services page */
.service-detail { display: grid; grid-template-columns: .96fr 1.04fr; gap: clamp(48px, 8vw, 132px); align-items: center; padding: 86px 0; border-bottom: 1px solid var(--line); }
.service-detail--text-only { grid-template-columns: minmax(0, 720px); }
.service-detail:first-child { padding-top: 0; }
.service-detail:last-child { padding-bottom: 0; border-bottom: 0; }
.service-detail:nth-child(even) .service-detail__media { order: 2; }
.service-detail__media { min-height: 390px; overflow: hidden; border-radius: 18px; }
.service-detail__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.service-detail:hover img { transform: scale(1.045); }
.service-detail__number { color: var(--gold); font-size: .73rem; font-weight: 800; letter-spacing: .15em; }
.service-detail h2 { margin: 15px 0 18px; color: var(--pine); font-family: var(--display); font-size: clamp(2.8rem, 4vw, 4rem); font-weight: 500; line-height: .91; letter-spacing: -.05em; }
.service-detail p { max-width: 510px; margin: 0; color: var(--muted); }
.service-detail ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 21px; padding: 0; margin: 27px 0 0; list-style: none; color: var(--pine); font-size: .82rem; font-weight: 650; }
.service-detail li { display: flex; align-items: center; gap: 8px; }
.service-detail li::before { width: 5px; height: 5px; content: ""; background: var(--gold); border-radius: 50%; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-step { padding: 32px; color: var(--white); border: 1px solid rgba(255,255,255,.16); border-radius: 17px; }
.process-step span { color: var(--gold-light); font-family: var(--display); font-size: 2.7rem; line-height: .8; }
.process-step h3 { margin: 25px 0 9px; font-family: var(--display); font-size: 1.75rem; font-weight: 600; line-height: 1; }
.process-step p { margin: 0; color: rgba(255,255,255,.68); font-size: .86rem; }

/* About */
.about-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(46px, 8vw, 125px); align-items: center; }
.about-intro--text-only { grid-template-columns: minmax(0, 720px); }
.about-intro__image { position: relative; min-height: 570px; overflow: hidden; border-radius: 18px; }
.about-intro__image img { width: 100%; height: 100%; object-fit: cover; }
.about-intro__badge { position: absolute; right: 22px; bottom: 22px; display: grid; place-items: center; width: 130px; height: 130px; padding: 18px; color: var(--pine); background: var(--gold); border-radius: 50%; font-size: .66rem; font-weight: 800; line-height: 1.3; letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.about-intro h2 { margin: 15px 0 21px; color: var(--pine); font-family: var(--display); font-size: clamp(3rem, 5vw, 4.5rem); font-weight: 500; line-height: .91; letter-spacing: -.05em; }
.about-intro p { max-width: 510px; margin: 0 0 18px; color: var(--muted); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.value-card { padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: 17px; }
.value-card .icon { width: 34px; height: 34px; color: var(--gold); }
.value-card h3 { margin: 27px 0 9px; font-family: var(--display); font-size: 1.9rem; font-weight: 600; line-height: 1; }
.value-card p { margin: 0; color: var(--muted); font-size: .86rem; }

/* Gallery */
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.filter-button { padding: 10px 17px; color: var(--pine); background: transparent; border: 1px solid var(--line); border-radius: 999px; font-size: .69rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transition: .2s ease; }
.filter-button:hover, .filter-button.is-active { color: var(--white); background: var(--pine); border-color: var(--pine); }
.gallery-grid { columns: 3; column-gap: 18px; }
.gallery-item { position: relative; display: block; width: 100%; padding: 0; margin: 0 0 18px; overflow: hidden; text-align: left; break-inside: avoid; background: var(--pine); border-radius: 15px; transform: scale(1); opacity: 1; transition: opacity .25s ease, transform .25s ease; }
.gallery-item[hidden] { display: none; }
.gallery-item img { width: 100%; min-height: 245px; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1), opacity .4s ease; }
.gallery-item:hover img { opacity: .78; transform: scale(1.06); }
.gallery-item__caption { position: absolute; right: 0; bottom: 0; left: 0; padding: 37px 20px 19px; color: var(--white); background: linear-gradient(transparent, rgba(4,23,14,.8)); transform: translateY(4px); transition: transform .25s ease; }
.gallery-item:hover .gallery-item__caption { transform: translateY(0); }
.gallery-item__caption span { display: block; margin-bottom: 3px; color: var(--gold-light); font-size: .61rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gallery-item__caption strong { font-family: var(--display); font-size: 1.55rem; font-weight: 600; line-height: 1; }
.gallery-video { display: block; width: 100%; margin: 0 0 18px; overflow: hidden; break-inside: avoid; background: var(--pine-deep); border-radius: 15px; }
.gallery-video video { display: block; width: 100%; max-height: 660px; background: #020a05; }
.gallery-video__caption { display: block; padding: 15px 19px 18px; color: var(--white); }
.gallery-video__caption span { display: block; margin-bottom: 4px; color: var(--gold-light); font-size: .61rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gallery-video__caption strong { font-family: var(--display); font-size: 1.55rem; font-weight: 600; line-height: 1; }
.before-after { display: grid; grid-template-columns: .84fr 1.16fr; gap: 80px; align-items: center; }
.before-after__copy h2 { margin: 16px 0 21px; color: var(--pine); font-family: var(--display); font-size: clamp(3rem, 5vw, 4.3rem); font-weight: 500; line-height: .91; letter-spacing: -.05em; }
.before-after__copy p { margin: 0; color: var(--muted); }
.before-after__visual { position: relative; min-height: 490px; overflow: hidden; border-radius: 19px; box-shadow: var(--shadow); user-select: none; }
.before-after__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.before-after__after { position: absolute; top: 0; right: 0; bottom: 0; width: 50%; overflow: hidden; border-left: 2px solid var(--gold); }
.before-after__after img { right: 0; left: auto; width: 200%; max-width: none; }
.ba-label { position: absolute; z-index: 2; top: 18px; padding: 7px 10px; color: var(--white); background: rgba(8,37,22,.72); border-radius: 4px; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(7px); }
.ba-label--before { left: 18px; }
.ba-label--after { right: 18px; }
.ba-handle { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; place-items: center; width: 44px; height: 44px; color: var(--pine); background: var(--gold); border: 2px solid var(--white); border-radius: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.ba-handle::before { content: "↔"; font-size: 20px; }
.ba-range { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.lightbox { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 25px; background: rgba(3,18,10,.93); opacity: 0; visibility: hidden; transition: .25s ease; }
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__figure { position: relative; max-width: min(100%, 1100px); max-height: 92vh; margin: 0; transform: scale(.96); transition: transform .25s ease; }
.lightbox.is-open .lightbox__figure { transform: scale(1); }
.lightbox__image { display: block; max-width: 100%; max-height: calc(92vh - 45px); object-fit: contain; border-radius: 8px; }
.lightbox__caption { padding-top: 11px; color: var(--white); font-size: .78rem; text-align: center; }
.lightbox__close { position: fixed; top: 20px; right: 22px; display: grid; place-items: center; width: 44px; height: 44px; color: var(--white); background: rgba(255,255,255,.12); border-radius: 50%; font-size: 1.8rem; line-height: 1; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(40px, 7vw, 100px); align-items: start; }
.contact-layout h2 { margin: 15px 0 19px; color: var(--pine); font-family: var(--display); font-size: clamp(3rem, 5vw, 4.5rem); font-weight: 500; line-height: .91; letter-spacing: -.05em; }
.contact-layout__intro { margin: 0; color: var(--muted); }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-card { display: flex; flex-direction: column; min-height: 205px; padding: 27px; color: var(--pine); background: var(--white); border: 1px solid var(--line); border-radius: 16px; transition: transform .25s ease, box-shadow .25s ease; }
.contact-card:hover { box-shadow: 0 16px 35px rgba(8,37,22,.09); transform: translateY(-5px); }
.contact-card__icon { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: auto; color: var(--pine); background: #edf1eb; border-radius: 12px; }
.contact-card:nth-child(1) .contact-card__icon { color: var(--pine); background: var(--gold); }
.contact-card h3 { margin: 25px 0 3px; font-family: var(--display); font-size: 1.55rem; font-weight: 600; line-height: 1; }
.contact-card span { color: var(--muted); font-size: .82rem; overflow-wrap: anywhere; }
.contact-map { min-height: 480px; overflow: hidden; border-radius: 19px; box-shadow: var(--shadow); }
.contact-map iframe { display: block; width: 100%; height: 100%; min-height: 480px; border: 0; filter: grayscale(.28) saturate(.75); }
.availability { display: flex; gap: 12px; align-items: flex-start; margin-top: 34px; padding: 18px 20px; color: var(--pine); background: #edf1eb; border-radius: 12px; font-size: .86rem; }
.availability + .availability { margin-top: 12px; }
.availability .icon { flex: 0 0 auto; width: 21px; color: var(--gold); }

/* Footer and floating links */
.footer { padding: 74px 0 25px; color: var(--white); background: var(--pine-deep); }
.footer__grid { display: grid; grid-template-columns: 1.7fr .8fr .9fr 1.1fr; gap: 50px; padding-bottom: 58px; }
.footer__brand > p { max-width: 275px; margin: 19px 0 0; color: rgba(255,255,255,.62); font-size: .86rem; }
.footer__title { margin: 0 0 19px; color: var(--gold-light); font-size: .65rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer ul { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; }
.footer li, .footer li a { color: rgba(255,255,255,.7); font-size: .84rem; transition: color .2s ease; }
.footer li a:hover { color: var(--gold-light); }
.footer__socials { display: flex; gap: 10px; margin-top: 21px; }
.social-icon { display: grid; place-items: center; width: 37px; height: 37px; color: var(--pine); background: var(--gold); border-radius: 50%; transition: .2s ease; }
.social-icon:hover { color: var(--white); background: var(--pine-soft); transform: translateY(-3px); }
.social-icon .icon { width: 18px; height: 18px; }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 23px; color: rgba(255,255,255,.43); border-top: 1px solid rgba(255,255,255,.12); font-size: .7rem; }
.floating-social { position: fixed; z-index: 15; right: 24px; bottom: 24px; display: grid; gap: 9px; }
.floating-social a { display: grid; place-items: center; width: 52px; height: 52px; color: var(--white); background: var(--pine); border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 9px 26px rgba(3,22,12,.22); transition: transform .2s ease, background .2s ease; }
.floating-social a:first-child { color: var(--pine); background: var(--gold); }
.floating-social a:hover { background: var(--pine-soft); transform: translateY(-4px); }
.floating-social a:first-child:hover { background: var(--gold-light); }
.floating-social .icon { width: 24px; height: 24px; }
